@font-face {
    font-family: 'avenirnext-bold';
    src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'avenirnext-regular';
    src: url('../fonts/Avenir-Next-Regular.ttf') format('opentype');
}
@font-face {
    font-family: 'avenirnext-medium';
    src: url('../fonts/Avenir-Next-Medium.ttf') format('woff');
}
@font-face {
    font-family: 'avenirnext-demibold-italic';
    src: url('../fonts/Avenir-Next-Demi-Bold-Italic.ttf') format('woff');
}
@font-face {
    font-family: 'avenirnext-demibold';
    src: url('../fonts/Avenir-Next-Demi-Bold.ttf') format('woff');
}
@font-face {
    font-family: 'avenirnext-bold';
    src: url('../fonts/Avenir-Next-Bold.ttf') format('woff');
}
@font-face {
    font-family: 'avenirnext-regular';
    src: url('../fonts/Avenir-Next-Regular.ttf') format('opentype');
}


@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/OpenSans-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/OpenSans-Semibold.ttf') format('opentype');
}

@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/OpenSans-Light.ttf') format('opentype');
}

@font-face {
    font-family: 'opensans-italic';
    src: url('../fonts/OpenSans-Italic.ttf') format('opentype');
}

@font-face {
    font-family: 'futuralt';
    src: url('../fonts/FuturaLTMedium.ttf') format('woff');
}
@font-face {
    font-family: 'myriadpro';
    src: url('../fonts/myriadpro-light.otf') format('woff');
}

/* ============================================================================================== */
/* ===================================== HEADER ================================================= */

body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

.unisol-navigation nav.navbar {
    height: 100%;
    background: none;
    box-shadow: none;
    margin: 0;
    border: none;
    display: flex;
}

header.unisol-navigation button.navbar-toggle {
    position: absolute;
    right: 0;
}

.unisol-navigation nav.navbar .navbar-collapse {
     width: 100%;
}

.unisol-navigation .navbar-header {
    height: 100%;
}

.unisol-navigation .navbar-brand {
    padding: 0;
    display: -webkit-box;
     -webkit-box-pack: center;
     -webkit-box-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 45px;
}

.unisol-navigation .navbar-brand img {
    max-height: 64px;
    max-width: 229px;
}

.unisol-navigation .navbar-collapse .primary-navigation {
     display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center; /* align-items */
     display: flex;
     align-items: center;
     justify-content: center;
    height: 100%;
}

.unisol-navigation .primary-navigation .navigation-menu {
    border-right: 1px solid #d5d5d5;
}

.unisol-navigation .primary-navigation .navigation-menu li a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: avenirnext-medium;
    letter-spacing: 0.8px;
    color: #000;
    padding: 14px 26px;
    transition: 0.1s ease-in-out;
}

.unisol-navigation .primary-navigation .navigation-menu li.active a, .current-menu-item {
    background: #f47431;
    color: #fff;
    border-radius: 1px;
}
.footer_wrapper .links ul .current-menu-item {
    background: transparent;
}
.footer_wrapper .links ul .current-menu-item a {
    color: #000 !important;
}
.unisol-navigation .primary-navigation .navigation-menu li a:hover {
    color: #f47431;
}
.unisol-navigation .primary-navigation .navigation-menu li.active a:hover {
     color:#fff;
}
.unisol-navigation .primary-navigation .header_contact_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-family: 'avenirnext-bold';
    font-size: 22px;
    -ms-font-size: 18px;
    padding: 0 40px 0px 36px;
    line-height: 20px;
    letter-spacing: 0.6px;
}
.unisol-navigation .primary-navigation .header_contact_info a{
    color: #f47431;
    text-decoration: none;
}


.unisol-navigation .primary-navigation .header_contact_info span {
    font-family: 'avenirnext-regular';
    font-style: italic;
    font-size: 14px;
    color: #707070;
}

.unisol-navigation .navbar-collapse .primary-navigation .buy-button {
    height: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    display: flex;
    align-items: center;
    background: #f47431;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.unisol-navigation .navbar-collapse .primary-navigation .buy-button:hover {
    background: rgba(222, 109, 46, 1);
}

.unisol-navigation .primary-navigation .buy-button a {
     text-transform: uppercase;
     color: white;
     font-family: 'avenirnext-regular';
     font-size: 20px;
     padding: 18px 56px;
     background: #F47431;
     /*display: inline-flex;*/
}

.unisol-navigation .primary-navigation .buy-button a:hover {
    color: #fff;
    background: #de6d2e;
}

/* ============================================================================================== */
/* ============================================================================================== */

body.unisol-body section.page-header {
    border: none;
    position: relative;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: flex;
    height: 774px;
}

body.unisol-body section.page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(to left, rgba(8, 154, 221, 0.7803921568627451), rgba(0, 0, 0, 0.7803921568627451)); */
    padding-top: 23px;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}
.navbar-toggle:hover {
	background: transparent !important;
}
.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

body.unisol-body section.page-header h1 {
    margin: 0;
    font-size: 80px;
    text-transform: uppercase;
    width: 1272px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.9px;
    line-height: 90px;
    font-family: 'avenirnext-bold';
}
body.unisol-body section.page-header p {
    font-family: 'avenirnext-demibold-italic';
    font-size: 34px;
    line-height: 87px;
    margin: 0;
    -webkit-text-stroke: 0.3px;
}
body.unisol-body section.page-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'avenirnext-medium';
    font-size: 16px;
    letter-spacing: 0.8px;
    text-decoration: none;
    margin-top: 19px;
    text-shadow: 0 0 0 #fff;
}
body.unisol-body section.page-header a:hover span {
    background: #de6d2e;
}
body.unisol-body section.page-header a span.icon {
    display: flex;
    width: 44px;
    margin-left: 1px;
}

body.unisol-body section.page-header a span {
    background: #f47431;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
}

body.unisol-body section.page-header a span.icon img {
    filter: brightness(0) invert(1);
    height: 17px;
    width: 22px;
}

section.about {
    background: #fcfcfc;
    padding-top: 46px;
    padding-bottom: 59px;
}

section.about .row {
    display: flex !important;
    align-items: center;
}

.right-border .wrapper {
    padding-left: 30px;
}

section.about .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about img {
    height: 204px;
    width: 168px;
    opacity: 0.48;
}

section.about h2 {
font-family: 'avenirnext-medium';
    font-size: 34px;
    line-height: 44px;
    text-align: right;
    margin: 0;
    margin-left: 39px;
    position: relative;
    display: flex;
    align-items: center;
    width: 493px;
}

section.about h2:after {
    content: '';
    position: absolute;
    height: 100px;
    border: 1px solid #a8a8a8;
    right: -65px;
}

section.about .wrapper.second {
    width: 640px;
    margin-left: 66px;
}

section.about p {
    font-family: opensans;
    line-height: 28px;
    font-size: 16px;
    /*color: #676767;
    text-shadow: 0 0 1px #676767;*/
}

section.our_products {
    padding-top: 114px;
    padding-bottom: 125px;
}

section.our_products .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

section.our_products .wrapper .services_box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-align: center;
    margin-top: 35px;
    flex-flow: wrap;
    width: 100%;
}

section.our_products .wrapper .services_box .box {
    width: calc(20% - 71px);
}

section.our_products .wrapper .services_box .box img {
    height: 63px;
    object-fit: scale-down;
    object-position: bottom;
}

section.our_products h2 {
    margin: 0;
    font-family: avenirnext-bold;
    font-size: 50px;
    line-height: 30pt;
    text-align: center;
    color: rgb(14, 14, 14);
}

section.our_products p {
    font-size: 16px;
    line-height: 28pt;
    font-family: 'opensans';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-top: 9px;
}

section.our_products .wrapper .services_box .box h3 {
    font-family: 'futuralt';
    line-height: 26px;
    font-size: 22px;
    text-shadow: 0 0 0 #0e0e0e;
    color: #0e0e0e;
    margin-top: 15px;
    margin-bottom: 0px;
}

section.our_products .wrapper .services_box .box p {
    font-size: 14px;
    line-height: 18px;
    color: #676767;
    font-family: 'opensans';
    padding: 3px;
}

section.our_products .wrapper .button {
    background: none;
    border: none;
    outline: none;
}

section.our_products .wrapper .button {
    background: none;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: avenirnext-medium;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    margin-top: 33px;
}

section.our_products .wrapper .button:hover span {
     background: #de6d2e;
}

section.our_products .wrapper .button span {
    background: #f47431;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

section.our_products .wrapper .button span.icon {
    height: 49px;
    width: 44px;
    margin-left: 1px;
}

section.our_products .wrapper .button span.icon img {
    width: 22px;
    height: 17px;
    filter: brightness(0) invert(1);
}

section.our_services {
    background-color: #0e9acf;
    position: relative;
}

section.our_services .wrapper {
    width: 645px;
    color: #fff;
    padding-top: 95px;
    padding-bottom: 106px;
    margin-left: 163px;
}

section.our_services img.img-responsive.our_service_main {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
}

section.our_services .wrapper h3 {
    font-family: 'avenirnext-bold';
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

section.our_services .wrapper p {
    margin: 0;
    font-family: opensans;
    font-size: 16px;
    line-height: 21pt;
    margin-top: 12px;
}

section.our_services .col-md-6.col-sm-6 {
    padding: 0;
}

section.our_services .row {
    margin: 0;
}

section.our_services .wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 29px;
}

section.our_services .wrapper ul li {
    font-family: futuralt;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 11px;
    padding-left: 29px;
    background: url(../images/icons/list-icon.png) no-repeat left top 7px;
    filter: brightness(0) invert(1);
    letter-spacing: 0.9px;
}

section.our_services .wrapper .button {
    background: none;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: avenirnext-medium;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    margin-top: 38px;
}

section.our_services .wrapper .button span {
    background: #f47431;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
    color: #fff;
}

section.our_services .wrapper .button:hover span {
    background: #de6d2e;
}

section.our_services .wrapper .button span.icon {
    height: 49px;
    width: 44px;
    margin-left: 1px;
}

section.our_services .wrapper .button span.icon img {
    width: 22px;
    height: 17px;
    filter: brightness(0) invert(1);
}


section.featured_categories {
    padding-top: 98px;
    padding-bottom: 44px;
}

section.featured_categories .wrapper {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

section.featured_categories .wrapper .categories {
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-between; */
    margin: 18px -17px;
}

section.featured_categories .wrapper .categories .category_item {
    width: 374px;
    max-width: 100%;
    position: relative;
    margin: 16.5px;
}

section.featured_categories h2 {
    margin: 0;
    font-family: avenirnext-bold;
    font-size: 50px;
    line-height: 30pt;
    margin-bottom: 8px;
    text-align: center;
    color: #0e0e0e;
}

section.featured_categories p {
     font-size: 16px;
     line-height: 28pt;
     font-family: 'opensans';
     text-align: center;
}

section.featured_categories span.category_name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 76px;
    display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center; /* align-items */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 154, 205, 0.5019607843137255);
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-family: avenirnext-demibold;
    z-index: 10;
}

section.featured_categories .wrapper .categories .category_item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34);
}

.hover-style-1:hover:after {
    transform: scale(1);
}
.hover-style-1:after {
    content: '';
    position: absolute;
    height: calc(100% - 35px);
    width: calc(100% - 34px);
    background: #000;
    top: 18px;
    opacity: .34;
    transform: scale(0);
    transition: 0.1s ease-in-out;
    z-index: 9;
}

section.clientele {
    padding-bottom: 50px;
}

section.clientele .container {
    position: relative;
}

section.clientele .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

section.clientele .wrapper h4 {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: avenirnext-demibold;
    text-align: center;
    /*color: rgb(0, 0, 0);
    text-shadow: 0 0 1px rgb(0, 0, 0);*/
}

section.clientele .owl-carousel {
    position: relative;
    margin-top: 15px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

section.clientele .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 57px;
    object-fit: scale-down;
}


section.clientele .owl-carousel .owl-stage-outer {
    z-index: 1;
    margin: auto;
}
section.clientele .owl-carousel .owl-nav button.owl-prev {
    z-index: 3;
}

section.clientele .owl-carousel .owl-nav {
    /* position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 30px);
    left: auto;
    z-index: 1;
    margin: 0;
    max-width: 100%; */
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    right: 5px;
    z-index: 1;
}

section.clientele .owl-carousel .owl-item.active .item {
    width: fit-content;
    margin: auto;
    padding: 0 19px;
}

section.clientele .download-link {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'avenirnext-demibold';
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 18px;
    margin-top: 38px;
    text-align: center;
    width: 100%;
}
section.clientele .download-link a {
    color: #f47431;
    text-decoration: underline;
    font-family: 'avenirnext-demibold';
}

section.clientele .download-link p {
    margin: 0;
    margin-left: 5px;
    /*color: #a0a0a0;*/
}

section.two-box {
    position: relative;
    z-index: 2;
    padding-top: 64px;
    padding-bottom: 103px;
}

section.two-box:after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background: #f47431;
}

section.two-box:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
    background: url(../images/bg.jpg);
    background-color: #0e9acf;
    background-position: center;
    background-size: contain;
}

section.two-box .wrapper {
    color: #fff;
    width: 629px;
}

section.two-box .wrapper.second {
    margin-left: 110px;
}

section.two-box h2 {
    font-family: avenirnext-regular;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 11px;
}

section.two-box p {
    font-family: 'opensans-light';
    font-size: 34px;
    line-height: 46px;
}

section.two-box .wrapper .button {
    background: none;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: avenirnext-medium;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    margin-top: 32px;
}

section.two-box .wrapper .button:hover span {
     background: #de6d2e;
}

section.two-box .wrapper .button span {
    background: #f47431;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
    color: #fff;
}

section.two-box .wrapper .button span.icon {
    height: 49px;
    width: 44px;
    margin-left: 1px;
}

.button span.white-border {
    margin: 0;
    border: 1px solid #fff;
}

section.two-box .wrapper .button span.icon img {
    width: 22px;
    height: 17px;
    filter: brightness(0) invert(1);
}


/* ====================================== FOOTER ================================================ */
/* ============================================================================================== */

footer {
    background: #f1f1f1;
}

footer .footer_wrapper {
    padding-top: 66px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: flex;
}

footer .footer_wrapper .site-info {
    width: 367px;
    border-right: 1px solid #c1c1c1;
}

footer .footer_wrapper .site-info a.footer-logo {
    display: flex;
    align-items: center;
    width: fit-content;
}

footer .footer_wrapper .site-info .footer-logo img {
    width: 179px;
    height: 62px;
}

footer .footer_wrapper .site-info p.address {
    margin: 0;
    font-size: 14px;
    font-family: 'avenirnext-regular';
    letter-spacing: 0.7px;
    padding-top: 15px;
    padding-bottom: 11px;
    line-height: 18px;
    width: 160px;
    text-shadow: 0 0 0 #000;
    display: flex;
    flex-flow: column;
}

footer .footer_wrapper .site-info p.contact {
    letter-spacing: 0.8px;
    font-size: 18px;
    font-family: opensans-italic;
    color: #707070;
}

footer .footer_wrapper .links {
    padding: 0 201.22px;
    border-right: 1px solid #c1c1c1;
}

footer .footer_wrapper .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer_wrapper .links ul a {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'avenirnext-medium';
    font-size: 16px;
    line-height: 34px;
    color: #000;
    text-shadow: 0 0 0px #000;
}

footer .footer_wrapper .links ul a:hover {
    text-decoration: none;
}

footer .footer_wrapper .news-letter {
     display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center; /* align-items */
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    font-family: 'avenirnext-medium';
    width: 727px;
    justify-content: center;

}

footer .footer_wrapper .news-letter h3 {
    margin: 0;
    line-height: 13pt;
    font-size: 18px;
}

footer .footer_wrapper .news-letter p {
    margin: 0;
    font-size: 14px;
    line-height: 18pt;
    margin-bottom: 6px;
}

footer .footer_wrapper .news-letter input.unisol-text {
    width: 337px;
    height: 49px !important;
    /* line-height: 49px !important; */
}

footer .footer_wrapper .news-letter select.unisol-select,
.unisol-btn {
    height: 49px !important;
    line-height: 49px !important;
}

footer .footer_wrapper .news-letter .social-links {
    margin-top: 19px;
}

footer .footer_wrapper .news-letter .social-links a {
    margin-right: 6px;
}

footer .footer_wrapper .news-letter select.unisol-select {
    margin-left: 1px;
    margin-right: 3px;
    width: 159px;
}

.footer-bar {
    height: 52px;
    display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center; /* align-items */
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bar p {
    margin: 0;
    font-family: 'avenirnext-medium';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #717171;
    text-align: center;
    /*text-shadow: 0 0 1px;*/
}


/* ============================================================================================== */
/* ============================================================================================== */

input.unisol-text {
    border: none;
    border-radius: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #a1a1a1;
}

select.unisol-select {
    border: none;
    padding: 0 15px;
    border-radius: 0;
    font-size: 16px;
    color: #a1a1a1;
    -webkit-appearance: none;
    background: url(../images/icons/custom-select.png) no-repeat center right 10px;
    background-color: #fff;
    background-size: 11px;
}

select.unisol-select::-ms-expand {
     display: none;
}

select.unisol-select:focus,
input.unisol-text:focus,
.unisol-btn:focus {
    border: none;
    box-shadow: none;
}

.unisol-btn {
    border-radius: 0;
    background: #f47431;
    display: flex;
    height: 48px !important;
    width: 44px;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.unisol-btn img {
    filter: brightness(0) invert(1);
    width: 22px;
    height: 18px;
}

.popup, .popup2 {
    position: fixed;
    right: 0;
    z-index: 13;
    height: 439px;
    width: 449px;
    background-color: rgba(19, 131, 201, 0.9607843137254902);
    color: #fff;
    box-shadow: -3px -3px 18px 0px rgba(51, 51, 51, 0.25), 0 6px 30px 5px rgba(51, 51, 51, 0.25098039215686274), 0 8px 10px -7px rgba(51, 51, 51, 0.25098039215686274);
    transition: none;
}

.popup .wrapper, .popup2 .wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    margin-top: 6px;
}

.popup .wrapper h3, .popup2 .wrapper h3 {
    font-family: avenirnext-regular;
    font-size: 50px;
    line-height: 56px;
}

.popup .wrapper p, .popup2 .wrapper p{
    font-family: opensans-light;
    font-size: 22px;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 23px;
}

span.close-popup {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

.popup .wrapper .button, .popup2 .wrapper .button{
    background: none;
    display: none;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: avenirnext-medium;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.popup .wrapper .contact_button, .popup2 .wrapper .contact_button{
    font-family: avenirnext-medium;
    font-size: 14px;
}

.popup .wrapper .button span, .popup2 .wrapper .button span {
    background: #f47431;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
    color: #fff;
}

.popup .wrapper .button span.icon, .popup2 .wrapper .button span.icon{
    height: 49px;
    width: 44px;
    margin-left: 1px;
}

.popup .wrapper .button span.icon img, .popup2 .wrapper .button span.icon img{
    width: 22px;
    height: 17px;
    filter: brightness(0) invert(1);
}

.popup .wrapper span, .popup2 .wrapper span{
    font-family: 'avenirnext-regular';
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
}

.popup .wrapper p.contact, .popup2 .wrapper p.contact{
    font-family: 'avenirnext-bold';
    margin-bottom: 12px;
    font-size: 26px;
}

.popup .wrapper p.contact a, .popup2 .wrapper p.contact a{
     color: #fff;
}

.form-group.xs-visible {
    display: none;
}

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

button.sticky_button {
    position: fixed;
    bottom: 0;
    right: 35px;
    background: #f47431;
    border: none;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'avenirnext-regular';
    letter-spacing: 0.8px;
    cursor: pointer;
    border-radius: 0.5rem;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    z-index: 12;
    /* transform: rotate(-90deg) translate(-50%, 135%); */
}
button.sticky_button:hover {
     background: #de6d2e;
}

/* about us */

.page-header {
    padding: 0;
    border-bottom: 0;
    margin: 0;
    background: url(../images/page-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    height: 458px;
}

body.page-template.page-template-buy_now .page-header {
     background: url('../../../uploads/2019/03/shutterstock_728371072BuyNow-1.jpg');
}

.page-header h1 {
    margin: 0;
    font-family: 'avenirnext-bold';
    font-size: 70px;
    line-height: 50pt;
}

section.about-content {
    padding-top: 82px;
    padding-bottom: 107px;
}

section.about-content .our-company {
    margin-left: auto;
    padding-left: 68px;
}

section.about-content .our-company h2 {
    margin: 0;
    font-family: avenirnext-bold;
    font-size: 50px;
    margin-bottom: 12px;
}

section.about-content .our-company p {
    font-family: 'opensans';
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    margin-bottom: 29px;
}

section.about-content .about-image {
    display: flex;
    justify-content: center;
}

section.about-content .about-image img {
    height: 443px;
    width: 622px;
}

section.reach-us {
    background: url(../images/about-bg.jpg);
    display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center; /* align-items */
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 62px;
    padding-bottom: 77px;
}

section.reach-us .content {
    width: 700px;
    text-align: center;
}

section.reach-us .content h2 {
    margin: 0;
    font-family: avenirnext-regular;
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 15px;
}

section.reach-us .content p {
    font-size: 22px;
    line-height: 33px;
    font-family: opensans-light;
}

section.reach-us .content p.contact {
     display: -webkit-box;
-webkit-box-pack: center; /* justify-content */
-webkit-box-align: center; /* align-items */
    display: flex;
    flex-flow: column;
    font-family: 'avenirnext-regular';
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 18px;
    /*margin-top: 30px;*/
}

section.reach-us .content p.contact span {
    font-size: 26px;
    line-height: 18px;
    margin-bottom: 10px;
}

section.reach-us a {
     display: -webkit-box;
-webkit-box-pack: center; /* justify-content */
-webkit-box-align: center; /* align-items */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'avenirnext-medium';
    font-size: 16px;
    letter-spacing: 0.8px;
    text-decoration: none;
    margin-top: 40px;
    text-shadow: 0 0 0 #fff;
}

section.reach-us a:hover span {
    background: #de6d2e;
}

section.reach-us a span.icon {
    display: flex;
    width: 44px;
    margin-left: 1px;
}

section.reach-us a span {
    background: #f47431;
    height: 49px;
    display: -webkit-box;
-webkit-box-pack: center; /* justify-content */
-webkit-box-align: center; /* align-items */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
}

section.reach-us a span.icon img {
    filter: brightness(0) invert(1);
    height: 17px;
    width: 22px;
}

.p-0 {
     padding: 0;
}

.pl-4 {
     padding-left: 4rem;
}

.mt-9 {
     margin-top: 9rem;
}

.cerapro {
    font-family: 'avenirnext-bold';
}


.solutions-box img.solutions-img {
    width: 370px;
}

.solutions-box span.caption {
     display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center; /* align-items */
    width: 100%;
    height: 80px;
    display: flex;
    background: #0e9acf;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: avenirnext-demibold;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-align: center;
}

section.by-industry {
    padding-top: 60px;
    padding-bottom: 87px;
}

section.by-industry .row {
     margin-left: -20px;
     margin-right: -20px;
}

section.by-industry .col-md-3.solutions-box {
    padding: 20px;
}

section.by-industry h2 {
    font-size: 50px;
    font-family: avenirnext-bold;
    line-height: 50px;
}

section.by-industry p {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.6px;
    font-family: myriadpro;
    text-shadow: 0 0 0 #000;
    margin-top: 15px;
    margin-bottom: 43px;
}

div.services_desc {
    padding-top: 106px;
    padding-bottom: 101px;
}

div.services_desc p {
    text-align: center;
    font-family: opensans;
    font-size: 20px;
    line-height: 34px;
}

/* section.services {
    background: #fcfcfc;
} */

section.services .row {
     margin: 0;
}

section.services .row .col-md-6 {
     padding: 0;
}

section.services .wrapper {
    width: 666px;
    padding-left: 20px;
    margin-left: 142px;
    font-family: opensans;
    padding-top: 160px;
    /* height: 685px; */
}

section.services .wrapper h2 {
    font-family: avenirnext-bold;
    font-size: 40px;
    margin-bottom: 14px;
}

section.services .wrapper p {
    font-size: 16px;
    line-height: 28px;
}

section.services img.service_img {
    height: 100%;
    width: 100%;
}

section.services a {
     display: -webkit-box;
-webkit-box-align: center; /* align-items */
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'avenirnext-medium';
    font-size: 16px;
    letter-spacing: 0.8px;
    text-decoration: none;
    margin-top: 26px;
    text-shadow: 0 0 0 #fff;
}

section.services a:hover span {
    background: #de6d2e;
}

section.services a span.icon {
    display: flex;
    width: 44px;
    margin-left: 1px;
}

section.services a span {
    background: #f47431;
    height: 49px;
    display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center; /* align-items */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
}

section.services a span.icon img {
    filter: brightness(0) invert(1);
    height: 17px;
    width: 22px;
}

section.contact-us {
    padding-top: 90px;
    padding-bottom: 92px;
}

section.contact-us h2 {
    font-family: avenirnext-bold;
    font-size: 50px;
    line-height: 40px;
    margin: 0;
    border-bottom: 7px solid #ebebeb;
    padding-bottom: 21px;
    margin-bottom: 44px;
}

section.contact-us p.address {
    font-family: opensans;
    width: 430px;
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 34px;
}

section.contact-us p.info {
    font-family: opensans-italic;
    font-size: 24px;
    letter-spacing: 1.6px;
    color: #707070;
}

section.contact-us img.contact-img {
    width: 772px;
    height: 470px;
    object-fit: cover;
    object-position: center;
    margin-top: 53px;
}

section.contact-us .contact-form-wrapper label {
    font-family: avenirnext-medium;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
}

section.contact-us .contact-form-wrapper label span {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    height: auto;
    width: auto;
    color: #f47431;
}

section.contact-us .contact-form-wrapper input.form-control,
section.contact-us .contact-form-wrapper select.form-control,
section.contact-us .contact-form-wrapper textarea.form-control {
     height: 51px;
     width: 100%;
     border-radius: 0;
     border-color: #6d6d6d;
     color: #a1a1a1;
     font-family: avenirnext-regular;
     font-size: 20px;
}

section.contact-us .contact-form-wrapper .form-field {
    width: 50%;
}

section.contact-us .contact-form-wrapper .form-field.margin-right {
    margin-right: 23px;
    width: calc(50% - 23px);
}

section.contact-us .contact-form-wrapper .form-field.width-100 {
    width: 100%;
}

section.contact-us .contact-form-wrapper .form-field.width-100 textarea.form-control {
    width: 100%;
    height: 143px;
}

section.contact-us .contact-form-wrapper select.form-control {
     -webkit-appearance: none;
     background: url(../images/icons/custom-select.png) no-repeat center right 10px;
     background-color: #fff;
     background-size: 11px;
}

section.contact-us .contact-form-wrapper input.form-control:focus,
section.contact-us .contact-form-wrapper select.form-control:focus,
section.contact-us .contact-form-wrapper textarea.form-control:focus {
    box-shadow: none;
}

section.contact-us .contact-form-wrapper .form-group {
     display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 18px;
}

section.contact-us .contact-form-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 11px;
}

section.contact-us .contact-form-wrapper form {
    max-width: 719px;
    width: 100%;
}

section.contact-us .contact-form-wrapper button {
    border: none;
    box-shadow: none;
    background: #f47431;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 75px;
    margin-top: 6px;
    font-family: avenirnext-medium;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 18px;
}

.g-recaptcha {
    margin-top: 7px;
}

section.vendors h2 {
    font-family: avenirnext-bold;
    font-size: 50px;
    line-height: 40px;
    margin: 0;
    border-bottom: 7px solid #ebebeb;
    padding-bottom: 21px;
    margin-bottom: 34px;
    margin-top: 100px;
}

section.vendors {
    padding-bottom: 97px;
}

section.vendors h2:first-child {
    margin-top: 91px;
}

img.vendor-logo {
    max-width: 224px;
    width: 100%;
    max-height: 117px;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
    padding: 24px;
}

.vendors-logos {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

/* reCapcha */

html body .rc-anchor.rc-anchor-normal.rc-anchor-light {
     position: relative;
     width: calc(100% - 3px);
}

.rc-anchor.rc-anchor-normal.rc-anchor-light .rc-anchor-normal-footer {
    position: absolute;
    right: 12px;
    display: flex;
    flex-flow: column;
    top: 0;
    align-items: center;
    justify-content: center;
}

.rc-anchor.rc-anchor-normal.rc-anchor-light .rc-anchor-normal-footer .rc-anchor-pt {
    position: relative;
    width: auto;
    margin: 0;
    text-align: center;
}

.rc-anchor.rc-anchor-normal.rc-anchor-light .rc-anchor-normal-footer .rc-anchor-logo-portrait {
    margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.btn {
    border: none;
    box-shadow: none;
    background: #f47431;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 75px;
    margin-top: 6px;
    font-family: avenirnext-medium;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 18px;
}
.address a,.address a:hover{
    color:#333;
    text-decoration:none;
}
section.contact-us p.address a {
    display: block;
}
.wrapper a{
    text-decoration:none;
}
a.cerapro2 {
    font-size: 26px !important;
    font-family: 'avenirnext-bold' !important;
}
.page-template-contact .reach-us{
    display:none;
}
.footer-bar a.terms_condition {
    text-decoration: none;
    color: #717171;
    border-left: 2px solid #9f9f9f;
    padding-left: 7px;
    margin-left: 5px;
}
.page-template-buy_now section.reach-us {
    display: none;
}
.page-template-buy_now section.content_section {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    padding-top: 68px;
    padding-bottom: 76px;
}
.buy-now-content-section {
     text-align: center;
     width: 100%;
     margin: 50px 0;
     display: -webkit-box;
     -webkit-box-align: center;
     -webkit-box-pack: center;
     display: flex;
     align-items: center;
     justify-content: center;
}
.page-template-buy_now section.content_section .buy-now-right-content-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    width: 50%;
}
.buy-now-left-image-section {
    margin-top: 56px;
    margin-bottom: 62px;
}
.buy-now-left-image-section img {
    width: 796px;
    max-width: 100%;
    margin: auto;
    height: 457px;
    object-fit: cover;
    object-position: center;
}
.page-template-buy_now section.content_section h2 {
     color: #108bd0;
     font-size: 40px;
     font-family: avenirnext-demibold;
     line-height: 60px;
     margin: 0;
     text-align: center;
}
.page-template-buy_now section.content_section .linecard {
    background: #fff;
    box-shadow: 0px 1px 18px 3px rgba(0, 0, 0, 0.07);
    margin-top: 56px;
    padding-top: 123px;
    padding-bottom: 145px;
    margin-bottom: 62px;
    width: 796px;
    max-width: calc(100% - 40px);
}
.page-template-buy_now section.content_section .linecard h3 {
    font-family: avenirnext-medium;
    font-size: 40px;
    line-height: 56px;
    margin: 0;
    margin-bottom: 6px;
}
.page-template-buy_now section.content_section .linecard p {
    font-family: opensans;
    font-size: 24px;
    width: 420px;
    margin: auto;
    line-height: 33px;
    max-width: 100%;
}
.page-template-buy_now section.content_section button {
    background: none;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: avenirnext-medium;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    display: flex;
    max-width: 100%;
    margin: auto;
    margin-top: 28px;
}
.page-template-buy_now section.content_section button span {
    background: #f47431;
    height: 49px;
    display: -webkit-box;
     -webkit-box-pack: center; /* justify-content */
     -webkit-box-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
    color: #fff;
    max-width: 100%;
}
.page-template-buy_now section.content_section button:hover span {
    background: #de6d2e;
}
.page-template-buy_now section.content_section button span.icon {
     max-width: 100%;
    height: 49px;
    width: 44px;
    margin-left: 1px;
}
.page-template-buy_now section.content_section .linecard a {
     text-decoration: none;
     display: -webkit-box;
     -webkit-box-pack: center;
     -webkit-box-align: center;
}
.page-template-buy_now section.content_section button span.icon img {
    width: 22px;
    height: 17px;
    filter: brightness(0) invert(1);
}
.page-template-buy_now section.content_section p.support_contact {
    font-family: opensans;
    font-size: 24px;
    color: #000;
    margin: 0;
    text-align: center;
}
.page-template-buy_now section.content_section a.supper_contact {
    font-size: 24px;
    color: #f47431;
    text-decoration: underline;
    font-family: 'avenirnext-bold';
    letter-spacing: 0.7px;
    line-height: 26px;
}
.slider_btn div.rev_group:hover div.rev-btn {
    background: #de6d2e !important;
}

.slider_btn div.rev_group:hover div.rev-btn {
    background: rgb(222, 109, 46) !important;
}

@media (max-width: 1700px) {
     .page-template-buy_now section.content_section .linecard {
         margin: 0 20px;
         padding-right: 25px;
         padding-left: 25px;
         width: calc( 50% - 40px );
     }
}

@media (max-width: 1560px) {
     .buy-now-left-image-section img {
         height: 475px;
         object-fit: cover;
     }
     .buy-now-left-image-section {
         margin: auto;
         padding-left: 20px;
     }
}

@media (max-width: 1160px) {
     .page-template-buy_now section.content_section .linecard h3 {
          font-size: 30px;
     }
     .page-template-buy_now section.content_section .linecard p {
          font-size: 20px;
     }
}


@media (max-width: 900px) {
     .buy-now-content-section {
          flex-flow: column;
     }
     .buy-now-left-image-section img {
          width: 100%;
          max-width: 100%;
          height: auto;
          margin-bottom: 30px;
     }
     .buy-now-left-image-section, .page-template-buy_now section.content_section .linecard {
          width: 100%;
          max-width: calc(100% - 70px);
          margin: auto;
          border: none;
          padding: 0;
     }
     .page-template-buy_now section.content_section .linecard {
          padding: 50px 25px;
     }
     .page-template-buy_now section.content_section p.support_contact {
         padding: 0 25px;
         margin-bottom: 15px;
     }
     body.unisol-body section.page-header {
         background-position: center right !important;
         background-size: cover !important;
         height: 300px !important;
     }
}

section.contact-us .contact-form-wrapper div#messages {
    position: fixed;
    z-index: 123;
    top: 15px;
    right: 15px;
}

section.contact-us .contact-form-wrapper div#messages button.close {
    width: fit-content;
    height: auto;
    background: none;
}

section.contact-us .contact-form-wrapper div#messages button.close span {
    color: #000;
}

section.contact-us p.address span {
    width: 90px;
    display: inline-block;
}

section.contact-us p.address a.margin-top {
    margin-top: 33px;
}

footer .footer_wrapper .site-info p.address a.margin-top {
    margin-top: 16px; 
    display: block;
}

footer .footer_wrapper .site-info p.address a span {
    width: 51px;
    display: inline-block;
}

.page-template-buy_now section.content_section a {
     text-decoration: none;
     width: 236px;
     margin: auto;
     display: -webkit-box;
     -webkit-box-pack: center;
     -webkit-box-align: center;
}

.page-template-buy_now section.content_section a button {
    margin-top: 10px;
}

.content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.content h2 {
    font-family: 'avenirnext-bold';
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}

.content h3 {
    font-family: avenirnext-medium;
    font-size: 30px;
    line-height: 2;
    text-align: center;
}

body.page-template.page-template-contact_submit header.unisol-navigation {
    border-bottom: 1px solid #ddd;
}

.quote {
    position: relative;
    width: 80vh;
    height: 2px;
    background: rgb(244, 116, 49);
    margin: 40px 0;
    max-width: 100%;
}

.quote.open img {
    position: absolute;
    left: 0;
    height: 50px;
    bottom: calc( 50% - 17px );
    background: #eee;
    padding-right: 5px;
}

.quote._close img {
    position: absolute;
    right: 0;
    height: 50px;
    top: calc(50% - 17px);
    background: #eee;
    padding-left: 5px;
}

b, strong {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 1px black;
}

body.page-template.page-template-contact_submit section.message {
    background: #eee;
    padding: 50px 0;
}


/* footer news letter design */

#custom_news_letter_form .cmApp_signupContainer.cmApp_embedded {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

#custom_news_letter_form .cmApp_signupContainer #cmApp_signupForm {
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom_news_letter_form .cmApp_signupContainer #cmApp_signupForm .cmApp_fieldWrap {
    margin: 0;
    padding: 0;
}

#custom_news_letter_form .cmApp_signupContainer #cmApp_signupForm > div {
    padding: 0;
}

#custom_news_letter_form .cmApp_signupContainer .cmApp_custom_input_submit {
    margin-left: 4px;
}

#custom_news_letter_form .cmApp_signupContainer .cmApp_custom_input_submit input {
     border-radius: 0;
     background: url(../images/icons/right-arrow.png) no-repeat center;
     background-size: 22px;
     background-color: #f47431;
     display: flex;
     height: 48px !important;
     width: 44px;
     align-items: center;
     padding: 0;
     justify-content: center;
     outline: none;
     border: none;
     line-height: 49px !important;
}

#custom_news_letter_form .cmApp_signupContainer input#cmApp_signupEmail {
     width: 337px;
     height: 49px !important;
     border: none;
     border-radius: 0;
     padding: 0 15px;
     font-size: 16px;
     color: #a1a1a1;
     font-family: 'avenirnext-medium';
     outline: none;
     margin-right: 7px;
}

#custom_news_letter_form .cmApp_signupContainer select.campaign-monitor-custom-field {
    width: 159px;
    height: 49px !important;
    line-height: 49px !important;
    border: none;
    padding: 0 15px;
    outline:none;
    border-radius: 0;
    font-size: 16px;
    color: #a1a1a1;
    -webkit-appearance: none;
    background: url(../images/icons/custom-select.png) no-repeat center right 10px;
    background-color: #fff;
    background-size: 11px;
    font-family: 'avenirnext-medium';
}

footer .footer_wrapper .news-letter .wrapper {
    width: 551px;
    max-width: 100%;
}

div#custom_news_letter_form .newsletter_form input {
    width: 337px;
    height: 49px !important;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #a1a1a1;
    font-family: 'avenirnext-medium';
    outline: none;
    margin-right: 7px;
}

div#custom_news_letter_form .newsletter_form select {
    width: 159px;
    height: 49px !important;
    line-height: 49px !important;
    border: none;
    padding: 0 15px;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    color: #a1a1a1;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
    background: url(../images/icons/custom-select.png) no-repeat center right 10px;
    background-color: #fff;
    background-size: 11px;
    font-family: 'avenirnext-medium';
}
div#custom_news_letter_form .newsletter_form select::-ms-expand {
    display: none;
}
div#custom_news_letter_form .newsletter_form input.footer_newsletter_btn {
    border-radius: 0;
    background: url(../images/icons/right-arrow.png) no-repeat center;
    background-size: 22px;
    background-color: #f47431;
    display: flex;
    height: 48px !important;
    width: 44px;
    align-items: center;
    padding: 0;
    justify-content: center;
    outline: none;
    border: none;
    line-height: 49px !important;
    margin: 0;
    margin-left: 4px;
}

div#custom_news_letter_form .newsletter_form {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 767px) {
     div#custom_news_letter_form .newsletter_form {
         flex-flow: column;
     }

     div#custom_news_letter_form .newsletter_form .form-field {
         width: 100%;
     }
     div#custom_news_letter_form .newsletter_form input {
         width: 100%;
         margin: 0;
         text-align: center;
     }
     div#custom_news_letter_form .newsletter_form select {
         width: 100%;
     }
     div#custom_news_letter_form .newsletter_form input.footer_newsletter_btn {
          margin: 0;
          background: none;
          background-color: #f47431;
          width: 100%;
          color: #fff;
          text-transform: uppercase;
          font-family: avenirnext-medium;
          font-size: 16px;
          display: inherit;
     }
     div#custom_news_letter_form .newsletter_form .form-field {
         margin-bottom: 16px;
     }
}

.loader {
    position: relative;
}

.loader:after {
    content: " ";
    display: block;
    width: 38px;
    height: 38px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: calc(50% - 19px);
    right: calc(50% - 22px);
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* unisol phase-2 */

.unisol-navigation nav.navbar .primary-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 21px 57px 20px 83px;
    position: relative;
}
.cart_btn {
    position: absolute;
    right: 10px;
}
.unisol-navigation nav.navbar .navbar-header {
    padding: 26px 0px 25px 0px;
}

.unisol-navigation nav.navbar .primary-navigation .float-right {
    display: flex;
    align-items: center;
    position: relative;
    width: 443px;
}

.unisol-navigation nav.navbar .primary-navigation .float-right:before {
    content: '';
    height: 48px;
    width: 1px;
    display: block;
    background: #cccccc;
    top: 5px;
    position: absolute;
}

.unisol-navigation nav.navbar .primary-navigation .search-form {
    width: 753px;
    max-width: 100%;
    height: 50px;
    transition: 0.2s;
    margin-left: 14.9%;
}

.primary-navigation .search-form form.header-search {
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    width: 100%;
}

.primary-navigation .search-form form.header-search input.form-control {
    border: none;
    box-shadow: none;
    height: 48px;
    font-family: 'avenirnext-regular';
    letter-spacing: 0.7px;
    padding-left: 17px;
}

.primary-navigation .search-form form.header-search button.btn.btn-default {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0 17px 0 15px;
}

.primary-navigation .search-form form.header-search .input-group-btn:before {
     content: '';
     width: 1px;
     height: 23px;
     background: #cccccc;
     display: block;
     position: absolute;
}
@media (min-width: 1200px) {
	.container {
		width: 1637px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 300px) and (max-width: 360px) {
	body.unisol-body section.page-header p {
		line-height: 30px;
		text-align: center;
	}
	ul.nav.navbar-nav.navigation-menu {
		margin: 16px auto 0px;
		width: 211px;
		border-bottom: 1px solid #8fccf2;
		padding-bottom: 22px;
	}
	ul.nav.navbar-nav.navigation-menu a {
		box-shadow: none;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-family: avenirnext-medium;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.6px;
	}
	.unisol-navigation .navbar-collapse p {
		width: 211px;
		margin: auto;
		text-align: center;
		font-size: 16px;
		letter-spacing: 0.6px;
		line-height: 24px;
		color: #fff;
		font-family: avenirnext-regular;
		margin-top: 37px;
		margin-bottom: 35px;
	}
	ul.nav.navbar-nav.navigation-menu .active a {
		background: none;
		color: #fff;
	}
	.top-header-bar {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		height: 52px;
		background: #f8f8f8;
	}
	.unisol-navigation .navbar-collapse {
		position: absolute;
		z-index: 11;
		background: #1582c7;
		width: 100%;
		top: 68px;
	}
	.top-header-bar .header_contact_info span {
		font-family: 'avenirnext-regular';
		font-style: italic;
		line-height: 18px;
		font-size: 14px;
		letter-spacing: 0.7px;
		color: #707070;
		margin-right: 15px;
	}
	.top-header-bar .header_contact_info {
		display: flex;
		align-items: center;
		flex-flow: wrap;
		color: #f47431;
		font-family: 'avenirnext-bold';
		font-size: 20px;
		line-height: 18px;
		letter-spacing: .5px;
		margin-left: 24px;
	}
	.top-header-bar .header_contact_info a {
		color: #f47431;
	}
	.top-header-bar a.buy_btn {
		width: 149px;
		background: #f47431;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13.68px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'avenirnext-medium';
	}
	section.our_services img.img-responsive.our_service_main {
		position: relative;
		width: 100%;
		height: 433px;
		margin-bottom: 0;
	}
	section.our_services {
		display: flex;
		flex-flow: column-reverse;
	}
	header.unisol-navigation {
		height: 68px;
	}
	header.unisol-navigation button.navbar-toggle {
		height: 100%;
		border: none;
		margin: 0;
	}
	.navbar-default .navbar-toggle span.icon-bar {
		background-color: #414042;
		width: 25px;
	}
	body.unisol-body section.page-header {
		height: 444px;
	}
	.unisol-navigation .navbar-brand img {
		height: 45px;
		width: 158px;
	}
	.unisol-navigation .navbar-brand {
		margin-left: 21px;
	}
	body.unisol-body section.page-header h1 {
		font-size: 32px;
		line-height: 39px;
		width: auto;
		letter-spacing: 0.32px;
		margin-top: -22px;
	}
	body.unisol-body section.page-header p {
		font-size: 20px;
	}
	body.unisol-body section.page-header a {
		margin-top: 11px;
	}
	section.about img {
		height: 129px;
		width: 106px;
	}
	.right-border .wrapper {
		padding-left: 10px;
	}
	section.our_products {
		padding-top: 65px;
		padding-bottom: 83px;
	}
	section.about h2 {
		width: auto;
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		margin-left: 23px;
		color: #5a5a5a;
	}
	section.about {
		background: #fcfcfc;
		padding-top: 28px;
		padding-bottom: 34px;
	}
	section.our_products .wrapper>p {
		text-align: center;
		margin-top: 7px;
		line-height: 21pt;
	}
	section.our_products .wrapper .services_box .box {
		width: 230px;
		margin-bottom: 22px;
	}
	section.our_products .wrapper .services_box {
		justify-content: center;
		margin-top: 40px;
	}
	section.our_products .wrapper .services_box .box h3 {
		margin-top: 14px;
		margin-bottom: 7px;
	}
	section.our_products .wrapper .services_box .box p {
		font-size: 16px;
		line-height: 20px;
	}
	section.our_products .wrapper button {
		margin-top: 24px;
	}
	section.about h2:after {
		display: none;
	}
	section.our_services {
		background: none;
		background-color: #0e9acf;
		padding-top: 0px;
	}
	section.our_services .our_service_main {
		margin-bottom: 93px;
	}
	section.our_services .wrapper {
		width: auto;
		margin: 0;
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 67px;
		padding-bottom: 95px;
	}
	section.our_services .wrapper p {
		line-height: 19pt;
	}
	section.our_services .wrapper ul {
		margin-top: 37px;
	}
	section.featured_categories h2 {
		font-size: 36px;
		margin-bottom: 2px;
	}
	section.featured_categories p {
		line-height: 20pt;
		text-align: center;
	}
	section.featured_categories .wrapper .col-md-3 {
		padding: 7.5px;
	}
	section.featured_categories .wrapper .row {
		padding: 7.5px;
	}
	section.featured_categories span.category_name {
		bottom: 7.5px;
		width: calc(100% - 15px);
		height: 44px;
		font-size: 12.62px;
	}
	section.featured_categories .category_image {
		width: 100%;
		/* height: 183px; */
	}
	section.clientele .owl-carousel .owl-item.active {
		margin: 0;
	}
	section.featured_categories {
		padding-top: 24px;
		padding-bottom: 33px;
	}
	section.clientele .owl-carousel {
		margin-top: 31px;
	}
	section.clientele .download-link {
		margin-top: 0px;
		font-size: 13px;
	}
	section.clientele {
		padding-bottom: 59px;
	}
	section.two-box::before {
		display: none;
	}
	section.two-box::after {
		display: none;
	}
	section.two-box .wrapper {
		width: auto;
		padding-left: 25px;
	}
	section.two-box {
		padding: 0px;
	}
	section.two-box .col-xs-12 {
		background: url(../images/bg.jpg);
		padding-top: 40px;
		padding-bottom: 86px;
	}
	section.two-box p {
		margin-top: 13px;
	}
	section.two-box .wrapper button {
		padding-left: 0;
	}
	section.two-box .res-bottom {
		background: #f47431;
	}
	section.two-box .wrapper.second {
		margin-left: 0px;
		margin-top: 24px;
	}
	section.two-box .res-bottom p {
		line-height: 41px;
	}
	footer .footer_wrapper {
		flex-flow: column;
		align-content: center;
		justify-content: center;
		padding-bottom: 40px;
	}
	footer .footer_wrapper .news-letter input.unisol-text {
		width: 100%;
	}
	section.footer-bar span {
		display: none;
	}
	section.footer-bar {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .footer_wrapper .site-info p.address {
		/*display: flex;*/
		align-content: center;
		justify-content: center;
		text-align: center;
		width: 178px;
		padding: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #c1c1c1;
		padding-bottom: 40px;
	}
	footer .footer_wrapper .links {
		border: none;
		padding: 0;
		display: flex;
		align-content: center;
		justify-content: center;
	}
	footer .footer_wrapper .links ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 177px;
		display: flex;
		flex-flow: column;
		align-content: center;
		justify-content: center;
		border-bottom: 1px solid #c1c1c1;
		padding: 27px 0;
	}
	footer .footer_wrapper .news-letter {
		width: auto;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding-top: 37px;
	}
	.form-group.xs-hide {
		display: none;
	}
	.form-group {
		margin-bottom: 15px;
		margin-top: -3px;
	}
	.btn.unisol-btn {
		width: 100%;
		color: #fff;
		text-transform: uppercase;
		font-family: avenirnext-medium;
		font-size: 16px;
	}
	footer .footer_wrapper .links ul li {
		display: flex;
		align-content: center;
		justify-content: center;
	}
	footer .footer_wrapper .site-info a.footer-logo {
		width: 100%;
		justify-content: center;
		margin-bottom: 9px;
	}
	footer .footer_wrapper .site-info {
		display: flex;
		align-content: center;
		justify-content: center;
		flex-flow: wrap;
		text-align: center;
		width: auto;
		border: none;
	}
	/* ul.nav.navbar-nav.navigation-menu {
        z-index: 15;
        background: #fff;
        position: fixed;
        width: 100%;
        text-align: center;
        left: 0;
        margin: 0;
        top: 121px;
    } */
	section.clientele .owl-carousel .owl-nav {
		display: none;
	}
	.form-group.xs-visible {
		display: block;
	}
	section.clientele .owl-carousel .owl-stage .owl-item.active {
		padding: 0;
		width: auto;
	}
	.popup {
		width: calc(100% - 30px);
		height: 302px;
		right: 13px;
	}
	.hover-style-1:after {
		height: calc(100% - 16px);
		width: calc(100% - 16px);
		top: 8px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	ul.nav.navbar-nav.navigation-menu {
		margin: 16px auto 0px;
		width: 211px;
		border-bottom: 1px solid #8fccf2;
		padding-bottom: 22px;
	}
	ul.nav.navbar-nav.navigation-menu a {
		box-shadow: none;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-family: avenirnext-medium;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.6px;
	}
	.unisol-navigation .navbar-collapse p {
		width: 211px;
		margin: auto;
		text-align: center;
		font-size: 16px;
		letter-spacing: 0.6px;
		line-height: 24px;
		color: #fff;
		font-family: avenirnext-regular;
		margin-top: 37px;
		margin-bottom: 35px;
	}
	ul.nav.navbar-nav.navigation-menu .active a {
		background: none;
		color: #fff;
	}

	.unisol-navigation .navbar-collapse {
		position: absolute;
		z-index: 11;
		background: #1582c7;
		width: 100%;
		top: 68px;
	}
	.top-header-bar .header_contact_info span {
		font-family: 'avenirnext-regular';
		font-style: italic;
		line-height: 18px;
		font-size: 14px;
		letter-spacing: 0.7px;
		color: #707070;
		margin-right: 15px;
	}
	.top-header-bar .header_contact_info a {
		color: #f47431;
	}
	.top-header-bar .header_contact_info {
		display: flex;
		align-items: center;
		flex-flow: wrap;
		color: #f47431;
		font-family: 'avenirnext-bold';
		font-size: 20px;
		line-height: 18px;
		letter-spacing: .5px;
		margin-left: 24px;
	}
	.top-header-bar a.buy_btn {
		width: 149px;
		background: #f47431;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13.68px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'avenirnext-medium';
		text-decoration: none;
	}
	section.our_services img.img-responsive.our_service_main {
		position: relative;
		width: 100%;
		height: 433px;
		margin-bottom: 0;
	}
	section.our_services {
		display: flex;
		flex-flow: column-reverse;
	}
     header.unisol-navigation {
         height: 64px;
     }
     header.unisol-navigation button.navbar-toggle {
         height: 100%;
         border: none;
         margin: 0;
         position: relative;
         float: unset;
         padding: 0;
         padding-left: 17px;
         padding-right: 20px;
     }
     .navbar-default .navbar-toggle span.icon-bar {
         background-color: #414042;
         width: 39px;
         height: 5px;
         border-radius: 2.5px;
     }
     .navbar-default .navbar-toggle .icon-bar+.icon-bar {
         margin-top: 5px;
     }
     .primary-navigation .search-form form.header-search .input-group-btn:before,
     .unisol-navigation nav.navbar .primary-navigation .float-right:before {
          display: none;
     }
     .primary-navigation .search-form form.header-search button.btn.btn-default {
         padding: 0 10px;
     }

	body.unisol-body section.page-header {
		height: 444px !important;
	}
     .unisol-navigation .navbar-brand img {
         height: 34px;
         width: 122px;
     }
     .unisol-navigation nav.navbar .navbar-header {
         padding: 0;
         display: flex;
         flex-direction: row-reverse;
     }
     .unisol-navigation nav.navbar .primary-navigation {
         padding: 0;
         max-width: 100%;
     }
     .unisol-navigation nav.navbar .primary-navigation .search-form {
         width: calc(100% - 58px);
         height: 43px;
         max-width: 100%;
     }
     .unisol-navigation nav.navbar .primary-navigation .search-form input.form-control {
         height: 41px;
     }
     .unisol-navigation .navbar-brand {
         margin-left: 10px;
     }
	body.unisol-body section.page-header h1 {
		font-size: 32px;
		line-height: 39px;
		width: auto;
		letter-spacing: 0.32px;
		margin-top: -22px;
	}
	body.unisol-body section.page-header p {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
	body.unisol-body section.page-header a {
		margin-top: 11px;
	}
	section.about img {
		/*height: 129px;
		width: 106px;*/
	    max-height: 129px;
		max-width: 106px;
		width: 100%;
		height: 100%;
	}
	.right-border .wrapper {
		padding-left: 10px;
	}
	section.our_products {
		padding-top: 65px;
		padding-bottom: 83px;
	}
	section.about h2 {
		width: auto;
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		margin-left: 23px;
		color: #5a5a5a;
	}
	section.about {
		background: #fcfcfc;
		padding-top: 28px;
		padding-bottom: 34px;
	}
	section.our_products .wrapper>p {
		text-align: center;
		margin-top: 7px;
		line-height: 21pt;
		max-width: 350px;
		width: 100%;
	}
	section.our_products .wrapper .services_box .box {
		width: calc(50% - 30px);
		margin: 22px 15px;
	}
	section.our_products .wrapper .services_box {
		justify-content: center;
		margin-top: 40px;
	}
	section.our_products .wrapper .services_box .box h3 {
		margin-top: 14px;
		margin-bottom: 7px;
	}
	section.our_products .wrapper .services_box .box p {
		font-size: 16px;
		line-height: 20px;
	}
	section.our_products .wrapper button {
		margin-top: 24px;
	}
	section.about h2:after {
		display: none;
	}
	section.our_services {
		background: none;
		background-color: #0e9acf;
		padding-top: 0px;
	}
	section.our_services .our_service_main {
		margin-bottom: 93px;
	}
	section.our_services .wrapper {
		width: auto;
		margin: 0;
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 67px;
		padding-bottom: 95px;
	}
	section.our_services .wrapper p {
		line-height: 19pt;
	}
	section.our_services .wrapper ul {
		margin-top: 37px;
	}
	section.featured_categories h2 {
		font-size: 36px;
		margin-bottom: 2px;
	}
	section.featured_categories p {
		line-height: 20pt;
		text-align: center;
		max-width: 345px;
		width: 100%
	}
	section.featured_categories .wrapper .col-md-3 {
		padding: 7.5px;
	}
	section.clientele .owl-carousel .owl-nav {
		display: none;
	}
	.hover-style-1:after {
		content: '';
		position: absolute;
		height: calc(100% - 15px);
		width: calc(100% - 15px);
		top: 8px;
	}
	section.featured_categories .wrapper .row {
		padding: 7.5px;
	}
	section.featured_categories span.category_name {
		height: 44px;
		font-size: 12.62px;
	}
	section.featured_categories .category_image {
		width: 100%;
		/* height: 183px; */
	}
	section.clientele .owl-carousel .owl-item.active {
		margin: 0;
	}
	section.featured_categories {
		padding-top: 64px;
		padding-bottom: 25px;
	}
	section.clientele .owl-carousel {
		margin-top: 31px;
	}
	section.clientele .download-link {
		margin-top: 34px;
	}
	section.clientele {
		padding-bottom: 59px;
	}
	section.two-box::before {
		display: none;
	}
	section.two-box::after {
		display: none;
	}
	section.two-box .wrapper {
		width: auto;
		padding-left: 25px;
	}
	section.two-box {
		padding: 0px;
	}
	section.two-box .col-xs-12 {
		background: url(../images/bg.jpg);
		padding-top: 40px;
		padding-bottom: 86px;
	}
	section.two-box p {
		margin-top: 13px;
	}
	section.two-box .wrapper button {
		padding-left: 0;
	}
	section.two-box .res-bottom {
		background: #f47431;
	}
	section.two-box .wrapper.second {
		margin-left: 0px;
		margin-top: 24px;
	}
	section.two-box .res-bottom p {
		max-width: 305px;
		width: 100%;
		line-height: 41px;
	}
	footer .footer_wrapper {
		flex-flow: column;
		align-content: center;
		justify-content: center;
		padding-bottom: 40px;
	}
	section.footer-bar span {
		display: none;
	}
	section.footer-bar {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .footer_wrapper .site-info p.address {
		display: flex;
		align-content: center;
		justify-content: center;
		text-align: center;
		flex-flow: column;
		margin: auto;
		width: 178px;
		padding: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #c1c1c1;
		padding-bottom: 40px;
	}
	footer .footer_wrapper .site-info p.address br {
		display: none;
	}
	footer .footer_wrapper .links {
		border: none;
		padding: 0;
		display: flex;
		align-content: center;
		justify-content: center;
	}
	footer .footer_wrapper .links ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 177px;
		display: flex;
		flex-flow: column;
		align-content: center;
		justify-content: center;
		border-bottom: 1px solid #c1c1c1;
		padding: 27px 0;
	}
	footer .footer_wrapper .news-letter {
		width: auto;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding-top: 37px;
	}
	.xs-hide {
		display: none;
	}
	.form-group {
		margin-bottom: 15px;
		margin-top: -3px;
	}
	#custom_news_letter_form .cmApp_signupContainer #cmApp_signupForm {
	    flex-flow: column;
	}
	#custom_news_letter_form .cmApp_signupContainer .cmApp_custom_input_submit {
	    margin-left: 4px;
	    width: 100%;
	}
	#custom_news_letter_form .cmApp_signupContainer #cmApp_signupForm > div,
	#custom_news_letter_form .cmApp_signupContainer input#cmApp_signupEmail {
	    width: 100%;
	    margin: 0;
	}
	#custom_news_letter_form .cmApp_signupContainer input#cmApp_signupEmail {
		margin-bottom: 15px;
	}
	#custom_news_letter_form .cmApp_signupContainer .cmApp_custom_input_submit input {
	    background: none;
	    background-color: #f47431;
	    width: 100%;
	    color: #fff;
	    text-transform: uppercase;
	    font-family: avenirnext-medium;
	    font-size: 16px;
	}
	.btn.unisol-btn {
		width: 100%;
		color: #fff;
		text-transform: uppercase;
		font-family: avenirnext-medium;
		font-size: 16px;
	}
	footer .footer_wrapper .links ul li {
		display: flex;
		align-content: center;
		justify-content: center;
	}
	footer .footer_wrapper .site-info a.footer-logo {
		width: 100%;
		justify-content: center;
		margin-bottom: 9px;
	}
	footer .footer_wrapper .site-info {
		display: flex;
		align-content: center;
		justify-content: center;
		flex-flow: wrap;
		text-align: center;
		flex-flow: column;
		width: auto;
		border: none;
	}
	/* ul.nav.navbar-nav.navigation-menu {
        z-index: 15;
        background: #fff;
        position: fixed;
        width: 100%;
        text-align: center;
        left: 0;
        margin: 0;
        top: 121px;
    } */
	.form-group.xs-visible {
		display: block;
	}
	section.clientele .owl-carousel .owl-stage .owl-item.active {
		padding: 0;
		width: auto;
	}
	.popup {
		display: none;
		max-width: 454px;
		width: calc(100% - 30px);
		height: 302px;
		right: 13px;
	}
}

@media (min-width: 768px) and (max-width: 840px) {
	.top-header-bar {
		align-items: center;
		justify-content: space-between;
		height: 52px;
		background: #f8f8f8;
	}
	.top-header-bar .header_contact_info span {
		font-family: 'avenirnext-regular';
		font-style: italic;
		line-height: 18px;
		font-size: 14px;
		letter-spacing: 0.7px;
		color: #707070;
		margin-right: 13px;
	}
	.top-header-bar .header_contact_info {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #f47431;
		font-family: 'avenirnext-bold';
		font-size: 20px;
		line-height: 18px;
		letter-spacing: 0.9px;
		margin-left: 23px;
	}
	.top-header-bar .header_contact_info a {
		color: #f47431;
	}
	.top-header-bar a.buy_btn {
		width: 149px;
		background: #f47431;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13.68px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'avenirnext-medium';
	}
	section.clientele .owl-carousel .owl-item.active {
		margin: 0;
		margin-left: -4px;
	}
	img.category_image {
		height: 290px;
		width: 100%;
	}
	.unisol-navigation .navbar-brand img {
		height: 35px;
		width: auto;
	}
	.unisol-navigation .navbar-brand {
		margin-left: 20px;
	}
	.unisol-navigation .primary-navigation .navigation-menu li a {
		font-size: 14px;
		padding: 14px 20px;
	}
	section.two-box .wrapper {
		width: 80%;
	}
	body.unisol-body section.page-header h1 {
		font-size: 30px;
		width: 60%;
		line-height: 35px;
	}
	body.unisol-body section.page-header p {
		font-size: 17px;
		line-height: 30px;
	}
	.unisol-navigation {
		height: 60px;
	}
	.unisol-navigation .primary-navigation .header_contact_info {
		font-size: 19px;
		line-height: 18px;
		padding: 0 15px 15px 15px;
		width: auto;
	}
	.unisol-navigation .primary-navigation .header_contact_info span {
		font-size: 12px;
	}
	body.unisol-body section.page-header {
		height: 450px;
	}
	section.our_products .wrapper .services_box .box img {
		width: 40px;
	}
	section.our_products .wrapper .services_box .box h3 {
		font-family: 'futuralt';
		line-height: 18px;
		font-size: 15px;
		margin-top: 10px;
		text-align: center;
	}
	section.our_products .wrapper .services_box .box p {
		font-size: 10px;
		line-height: 12px;
		padding-top: 0;
	}
	section.about {
		padding-top: 36px;
		padding-bottom: 42px;
	}
	.right-border .wrapper {
		padding-left: 0px;
	}
	section.about img {
		height: 110px;
		width: auto;
		margin-left: 20px;
	}
	section.about h2 {
		font-size: 15px;
		line-height: 22px;
		margin-left: 22px;
	}
	section.about h2:after {
		right: -20px;
		height: 100%;
	}
	section.about .wrapper.second {
		width: auto;
		margin-left: 0px;
	}
	section.about p {
		line-height: 15px;
		font-size: 10px;
		margin-left: 0;
	}
	section.our_products {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.our_products .wrapper .services_box {
		margin-top: 10px;
	}
	section.our_products h2,
	section.featured_categories h2 {
		font-size: 25px;
		line-height: 40px;
		margin: 0;
	}
	section.our_products p,
	section.featured_categories p {
		font-size: 12px;
		line-height: 15pt;
	}
	section.clientele .owl-carousel .owl-item.active {
		width: auto;
	}
	section.our_services {
		background-size: 50%;
		padding-bottom: 9px;
		padding-top: 9px;
	}
	section.our_services .wrapper {
		width: 100%;
		color: #fff;
		padding: 40px;
		margin-left: 0;
	}
	section.our_services .wrapper h3 {
		font-size: 25px;
		line-height: 35px;
	}
	section.our_services .wrapper p {
		font-size: 10px;
		line-height: 1.5;
		margin-top: -2px;
	}
	section.our_services .wrapper button {
		margin-top: 20px;
	}
	.unisol-navigation .primary-navigation .buy-button a {
		padding: 10px 15px;
		font-size: 15px;
	}
	section.our_services .wrapper ul {
		margin-top: 10px;
	}
	section.our_services .wrapper ul li {
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0.8px;
		margin-bottom: 5px;
		padding-left: 18px;
		background: url(../images/icons/list-icon.png) no-repeat left top;
		background-size: 10px;
	}
	section.our_services .wrapper button {
		margin-top: 10px;
	}
	section.our_products .wrapper button,
	section.our_services .wrapper button,
	body.unisol-body section.page-header a,
	section.two-box .wrapper button {
		font-size: 10px;
	}
	section.our_products .wrapper button span,
	section.our_services .wrapper button span,
	body.unisol-body section.page-header a span,
	section.two-box .wrapper button span {
		height: 34px;
		width: 107px;
	}
	section.our_products .wrapper button span.icon,
	section.our_services .wrapper button span.icon,
	body.unisol-body section.page-header a span.icon,
	section.two-box .wrapper button span.icon {
		width: 30px;
		height: 34px;
	}
	section.our_products .wrapper button span.icon img,
	section.our_services .wrapper button span.icon img,
	body.unisol-body section.page-header a span.icon img,
	section.two-box .wrapper button span.icon img {
		height: 11px;
		width: 18px;
	}
	section.featured_categories span.category_name {
		height: 46px;
		font-size: 18px;
	}
	section.our_products .wrapper .services_box .box {
		width: calc(33.33% - 30px);
		margin-top: 15px;
		margin-bottom: 15px;
	}
	footer .footer_wrapper .news-letter {
		width: 100%;
	}
	footer .footer_wrapper .site-info {
		width: 35%;
	}
	footer .footer_wrapper .links {
		padding: 0 75px;
		display: flex;
		align-items: center;
	}
	footer .footer_wrapper .news-letter input.unisol-text {
		width: 280px;
	}
	footer .footer_wrapper .news-letter select.unisol-select {
		width: 150px;
	}
	section.featured_categories span.category_name {
		height: 40px;
		font-size: 15px;
	}
	section.two-box {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	section.two-box h2 {
		font-size: 30px;
		line-height: 25px;
	}
	section.two-box p {
		font-size: 20px;
		line-height: 30px;
	}
	section.two-box .wrapper.second {
		margin-left: 30px;
	}
	footer .footer_wrapper .links ul a {
		font-size: 13px;
		line-height: 29px;
	}
	footer .footer_wrapper .site-info .footer-logo img {
		height: 50px;
		width: auto;
	}
	section.featured_categories {
		padding-top: 50px;
		padding-bottom: 43px;
	}
	.footer_wrapper {
		display: flex;
		flex-flow: column;
	}
	footer .footer_wrapper .site-info {
		display: flex;
		width: 100%;
		border: none;
		border-bottom: 1px solid #c1c1c1;
	}
	footer .footer_wrapper .site-info p.address {
		width: 60%;
		margin-left: 25px;
	}
	footer .footer_wrapper .site-info a.footer-logo {
		padding-right: 25px;
		border-right: 1px solid #c1c1c1;
	}
	footer .footer_wrapper .links {
		border: none;
		border-bottom: 1px solid #c1c1c1;
	}
	footer .footer_wrapper .links ul {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 10px 0;
	}
	footer .footer_wrapper .links ul li {
		border-right: aliceblue;
	}
	footer .footer_wrapper .links ul li:last-child a {
		border: none;
	}
	footer .footer_wrapper .links ul li a {
		border-right: 1px solid #c1c1c1;
		padding: 0 20px;
	}
	footer .footer_wrapper .news-letter {
		align-items: center;
	}
	footer .footer_wrapper .news-letter .wrapper {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	footer .footer_wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 841px) and (max-width: 991px) {
	section.clientele .owl-carousel .owl-item.active {
		margin: 0;
		margin-left: -4px;
	}
	img.category_image {
		height: 290px;
		width: 100%;
	}
	.unisol-navigation .navbar-brand img {
		height: 35px;
		width: auto;
	}
	.unisol-navigation .navbar-brand {
		margin-left: 20px;
	}
	.unisol-navigation .primary-navigation .navigation-menu li a {
		font-size: 14px;
		padding: 14px 20px;
	}
	section.two-box .wrapper {
		width: 80%;
	}
	body.unisol-body section.page-header h1 {
		font-size: 30px;
		width: 60%;
		line-height: 35px;
	}
	body.unisol-body section.page-header p {
		font-size: 17px;
		line-height: 30px;
	}
	.unisol-navigation {
		height: 60px;
	}
	.unisol-navigation .primary-navigation .header_contact_info {
		font-size: 19px;
		line-height: 18px;
		padding: 0 15px 15px 15px;
		width: auto;
	}
	.unisol-navigation .primary-navigation .header_contact_info span {
		font-size: 12px;
	}
	body.unisol-body section.page-header {
		height: 450px;
	}
	section.our_products .wrapper .services_box .box img {
		width: 50px;
	}
	section.our_products .wrapper .services_box .box h3 {
		font-family: 'futuralt';
		line-height: 18px;
		font-size: 15px;
		margin-top: 10px;
	}
	section.our_products .wrapper .services_box .box p {
		font-size: 10px;
		line-height: 12px;
		padding-top: 0;
	}
	section.about {
		padding-top: 36px;
		padding-bottom: 42px;
	}
	.right-border .wrapper {
		padding-left: 0px;
	}
	section.about img {
		height: 110px;
		width: auto;
		margin-left: 20px;
	}
	section.about h2 {
		font-size: 15px;
		line-height: 22px;
		margin-left: 22px;
	}
	section.about h2:after {
		right: -20px;
		height: 100%;
	}
	section.about .wrapper.second {
		width: auto;
		margin-left: 0px;
	}
	section.about p {
		line-height: 15px;
		font-size: 10px;
		margin-left: 0;
	}
	section.our_products {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.our_products .wrapper .services_box {
		margin-top: 10px;
	}
	section.our_products h2,
	section.featured_categories h2 {
		font-size: 25px;
		line-height: 40px;
		margin: 0;
	}
	section.our_products p,
	section.featured_categories p {
		font-size: 12px;
		line-height: 15pt;
	}
	section.our_services {
		background-size: 50%;
		padding-bottom: 22px;
		padding-top: 22px;
	}
	section.our_services .wrapper {
		width: 100%;
		margin: 0;
		padding: 30px;
	}
	section.our_services .wrapper h3 {
		font-size: 25px;
		line-height: 35px;
	}
	section.our_services .wrapper p {
		font-size: 10px;
		line-height: 1.5;
		margin-top: -2px;
	}
	section.our_services .wrapper button {
		margin-top: 20px;
	}
	.unisol-navigation .primary-navigation .buy-button a {
		padding: 10px 15px;
		font-size: 15px;
	}
	section.our_services .wrapper ul {
		margin-top: 10px;
	}
	section.our_services .wrapper ul li {
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0.8px;
		margin-bottom: 5px;
		padding-left: 18px;
		background: url(../images/icons/list-icon.png) no-repeat left top;
		background-size: 10px;
	}
	section.our_services .wrapper button {
		margin-top: 10px;
	}
	section.our_products .wrapper button,
	section.our_services .wrapper button,
	body.unisol-body section.page-header a,
	section.two-box .wrapper button {
		font-size: 10px;
	}
	section.our_products .wrapper button span,
	section.our_services .wrapper button span,
	body.unisol-body section.page-header a span,
	section.two-box .wrapper button span {
		height: 34px;
		width: 107px;
	}
	section.our_products .wrapper button span.icon,
	section.our_services .wrapper button span.icon,
	body.unisol-body section.page-header a span.icon,
	section.two-box .wrapper button span.icon {
		width: 30px;
		height: 34px;
	}
	section.our_products .wrapper button span.icon img,
	section.our_services .wrapper button span.icon img,
	body.unisol-body section.page-header a span.icon img,
	section.two-box .wrapper button span.icon img {
		height: 11px;
		width: 18px;
	}
	section.featured_categories span.category_name {
		height: 46px;
		font-size: 18px;
	}
	section.our_products .wrapper .services_box .box {
		width: calc(33.33% - 30px);
		margin-top: 15px;
		margin-bottom: 15px;
	}
	footer .footer_wrapper .news-letter {
		width: 100%;
	}
	footer .footer_wrapper .site-info {
		width: 35%;
	}
	footer .footer_wrapper .links {
		padding: 0 75px;
		display: flex;
		align-items: center;
	}
	footer .footer_wrapper .news-letter input.unisol-text {
		width: 280px;
	}
	footer .footer_wrapper .news-letter select.unisol-select {
		width: 150px;
	}
	section.featured_categories span.category_name {
		height: 40px;
		font-size: 15px;
	}
	section.two-box {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	section.two-box h2 {
		font-size: 30px;
		line-height: 25px;
	}
	section.two-box p {
		font-size: 20px;
		line-height: 30px;
	}
	section.two-box .wrapper.second {
		margin-left: 30px;
	}
	section.featured_categories {
		padding-top: 50px;
		padding-bottom: 43px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	section.clientele .owl-carousel .owl-item.active {
		margin: 0;
		margin-left: -4px;
	}
	.unisol-navigation .navbar-brand img {
		height: 35px;
		width: auto;
	}
	.unisol-navigation .navbar-brand {
		margin-left: 20px;
	}
	.unisol-navigation .primary-navigation .navigation-menu li a {
		font-size: 14px;
		padding: 14px 20px;
	}
	section.two-box .wrapper {
		width: 80%;
	}
	body.unisol-body section.page-header h1 {
		font-size: 40px;
		width: 60%;
		line-height: 45px;
	}
	body.unisol-body section.page-header p {
		font-size: 17px;
		line-height: 30px;
	}
	.unisol-navigation .primary-navigation .header_contact_info {
	    font-size: 19px;
	    line-height: 18px;
	    padding: 0 20px;
	    width: auto;
	}
	.unisol-navigation .primary-navigation .header_contact_info span {
		font-size: 12px;
	}
	body.unisol-body section.page-header {
		height: 550px;
	}
	section.our_products .wrapper .services_box .box img {
		width: 40px;
	}
	section.our_products .wrapper .services_box .box h3 {
		font-family: 'futuralt';
		line-height: 18px;
		font-size: 15px;
		margin-top: 10px;
	}
	section.our_products .wrapper .services_box .box p {
		font-size: 12px;
		line-height: 15px;
		padding-top: 0;
	}
	section.about {
		padding-top: 36px;
		padding-bottom: 42px;
	}
	.right-border .wrapper {
		padding-left: 0px;
	}
	section.about img {
		height: 110px;
		width: auto;
		margin-left: 20px;
	}
	section.about h2 {
		font-size: 20px;
		line-height: 27px;
		margin-left: 22px;
	}
	section.about h2:after {
		height: 75px;
		right: -50px;
	}
	section.about .wrapper.second {
		width: auto;
		margin-left: 0px;
	}
	section.about p {
		line-height: 17px;
		font-size: 10px;
		margin-left: 40px;
	}
	section.our_products {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.our_products h2,
	section.featured_categories h2 {
		font-size: 25px;
		line-height: 40px;
		margin: 0;
	}
	section.our_products p,
	section.featured_categories p {
		font-size: 12px;
		line-height: 15pt;
	}
	section.our_services .wrapper {
		width: 100%;
		margin: 0;
		padding: 30px;
	}
	section.our_services .wrapper h3 {
		font-size: 25px;
		line-height: 50px;
	}
	section.our_services .wrapper p {
		font-size: 12px;
		line-height: 12pt;
		margin-top: -2px;
	}
	section.our_services .wrapper button {
		margin-top: 20px;
	}
	.unisol-navigation .primary-navigation .buy-button a {
		padding: 10px 15px;
		font-size: 15px;
	}
	section.our_services .wrapper ul {
		margin-top: 15px;
	}
	section.our_services .wrapper ul li {
		font-size: 14px;
		line-height: 15px;
		letter-spacing: 0.8px;
		margin-bottom: 5px;
		padding-left: 20px;
		background: url(../images/icons/list-icon.png) no-repeat left top 1px;
		background-size: 12px;
	}
	section.our_products .wrapper button,
	section.our_services .wrapper button,
	body.unisol-body section.page-header a,
	section.two-box .wrapper button {
		font-size: 10px;
	}
	section.our_products .wrapper button span,
	section.our_services .wrapper button span,
	body.unisol-body section.page-header a span,
	section.two-box .wrapper button span {
		height: 34px;
		width: 107px;
	}
	section.our_products .wrapper button span.icon,
	section.our_services .wrapper button span.icon,
	body.unisol-body section.page-header a span.icon,
	section.two-box .wrapper button span.icon {
		width: 30px;
		height: 34px;
	}
	section.our_products .wrapper button span.icon img,
	section.our_services .wrapper button span.icon img,
	body.unisol-body section.page-header a span.icon img,
	section.two-box .wrapper button span.icon img {
		height: 11px;
		width: 18px;
	}
	section.featured_categories span.category_name {
		height: 46px;
		font-size: 18px;
	}
	section.our_products .wrapper .services_box .box {
		width: calc(33.33% - 60px);
		margin: 15px 30px;
	}
	footer .footer_wrapper .news-letter {
		width: 100%;
	}
	footer .footer_wrapper .site-info {
		width: 35%;
	}
	footer .footer_wrapper .links {
		padding: 0 75px;
		display: flex;
		align-items: center;
	}
	footer .footer_wrapper .news-letter input.unisol-text {
		width: 280px;
	}
	footer .footer_wrapper .news-letter select.unisol-select {
		width: 150px;
	}
	section.featured_categories span.category_name {
		height: 40px;
		font-size: 15px;
	}
	section.two-box h2 {
		font-size: 30px;
		line-height: 25px;
	}
	section.two-box p {
		font-size: 20px;
		line-height: 30px;
	}
	section.two-box .wrapper.second {
		margin-left: 30px;
	}
	footer .footer_wrapper .links ul a {
		font-size: 13px;
		line-height: 29px;
	}
	footer .footer_wrapper .site-info .footer-logo img {
		height: 50px;
		width: auto;
	}
	section.featured_categories {
		padding-top: 50px;
		padding-bottom: 43px;
	}
}

@media (min-width: 1201px) and (max-width: 1399px) {
	.container {
		width: 1170px;
	}
	section.clientele .owl-carousel .owl-item.active {
		margin: 0;
		margin-left: -4px;
	}
	.unisol-navigation .navbar-brand img {
		height: 50px;
		width: auto;
	}
	.unisol-navigation .navbar-brand {
		margin-left: 20px;
	}
	.unisol-navigation .primary-navigation .navigation-menu li a {
		font-size: 14px;
		padding: 14px 20px;
	}
	section.two-box .wrapper {
		width: 80%;
	}
	body.unisol-body section.page-header h1 {
		font-size: 50px;
		width: 60%;
		line-height: 57px;
	}
	body.unisol-body section.page-header p {
		font-size: 20px;
		line-height: 50px;
	}
	.unisol-navigation .primary-navigation .header_contact_info {
		font-size: 19px;
		line-height: 18px;
		padding: 0 10px 20px 15px;
		padding-bottom: 0px;
	}
	.unisol-navigation .primary-navigation .header_contact_info span {
		font-size: 12px;
	}
	body.unisol-body section.page-header {
		height: 600px;
	}
	section.our_products .wrapper .services_box .box h3 {
		font-family: 'futuralt';
		line-height: 22px;
		font-size: 17px;
	}
	section.our_products .wrapper .services_box .box p {
		font-size: 12px;
		line-height: 19px;
	}
	section.about {
		padding-top: 36px;
		padding-bottom: 42px;
	}
	section.about img {
		height: 130px;
		width: auto;
	}
	section.about h2 {
		font-size: 26px;
		line-height: 34px;
		margin-left: 26px;
	}
	section.about h2:after {
		height: 75px;
		right: -60px;
	}
	section.about .wrapper.second {
		width: auto;
		margin-left: 0px;
	}
	section.about p {
		line-height: 23px;
		font-size: 12px;
		margin-left: 60px;
	}
	section.our_services .wrapper {
		width: 480px;
	}
	section.our_services .wrapper h3 {
		font-size: 30px;
		line-height: 50px;
	}
	section.our_services .wrapper p {
		font-size: 12px;
		line-height: 16pt;
		margin-top: -2px;
	}
	.unisol-navigation .primary-navigation .buy-button a {
		padding: 18px 40px;
	}
	section.our_services .wrapper ul {
		margin-top: 19px;
	}
	section.our_services .wrapper ul li {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.8px;
		margin-bottom: 8px;
		padding-left: 20px;
		background: url(../images/icons/list-icon.png) no-repeat left top 3px;
		background-size: 14px;
	}
	section.our_products .wrapper button,
	section.our_services .wrapper button,
	body.unisol-body section.page-header a,
	section.two-box .wrapper button {
		font-size: 10px;
	}
	section.our_products .wrapper button span,
	section.our_services .wrapper button span,
	body.unisol-body section.page-header a span,
	section.two-box .wrapper button span {
		height: 34px;
		width: 107px;
	}
	section.our_products .wrapper button span.icon,
	section.our_services .wrapper button span.icon,
	body.unisol-body section.page-header a span.icon,
	section.two-box .wrapper button span.icon {
		width: 30px;
		height: 34px;
	}
	section.our_products .wrapper button span.icon img,
	section.our_services .wrapper button span.icon img,
	body.unisol-body section.page-header a span.icon img,
	section.two-box .wrapper button span.icon img {
		height: 11px;
		width: 18px;
	}
	section.featured_categories span.category_name {
		height: 46px;
		font-size: 18px;
	}
	section.our_products .wrapper .services_box .box {
		width: calc(33.33% - 60px);
		margin: 15px 30px;
	}
	footer .footer_wrapper .news-letter {
		width: 60%;
	}
	footer .footer_wrapper .site-info {
		width: 25%;
	}
	footer .footer_wrapper .links {
		padding: 0 100px;
	}
	footer .footer_wrapper .news-letter input.unisol-text {
		width: 280px;
	}
	footer .footer_wrapper .news-letter select.unisol-select {
		width: 150px;
	}
	section.featured_categories span.category_name {
		height: 46px;
		font-size: 18px;
	}
	section.two-box h2 {
		font-size: 40px;
		line-height: 50px;
	}
	section.two-box p {
		font-size: 25px;
		line-height: 40px;
	}
	section.two-box .wrapper.second {
		margin-left: 80px;
	}
	footer .footer_wrapper .links ul a {
		font-size: 13px;
		line-height: 29px;
	}
	footer .footer_wrapper .site-info .footer-logo img {
		height: 50px;
		width: auto;
	}
}

@media (min-width: 1400px) and (max-width: 1700px) {
	.unisol-navigation .primary-navigation .navigation-menu li a {
		padding: 14px 20px;
	}
	body.unisol-body section.page-header p {
		line-height: 52px;
	}
	section.about {
		padding-top: 36px;
		padding-bottom: 42px;
	}
	section.about img {
		height: 153px;
		width: auto;
	}
	section.about h2:after {
		height: 100%;
		right: -38px;
	}
	section.about .wrapper.second {
		width: auto;
		margin-left: 40px;
	}
	section.our_products .wrapper .services_box .box {
		width: calc(17% - 30px);
	}
	section.our_services {
		background-size: 50%;
		padding-bottom: 56px;
		padding-top: 60px;
	}
	section.our_services .wrapper {
		width: 480px;
	}
	section.clientele .owl-carousel .owl-item.active {
		width: auto;
		margin-left: -4px;
	}
	section.two-box .wrapper {
		color: #fff;
		width: 80%;
	}
	footer .footer_wrapper .news-letter {
		width: 60%;
	}
	footer .footer_wrapper .site-info {
		width: 25%;
	}
	footer .footer_wrapper .links {
		padding: 0 100px;
		display: flex;
		align-items: center;
	}
	footer .footer_wrapper .site-info .footer-logo img {
		height: 50px;
		width: auto;
	}
	footer .footer_wrapper .news-letter input.unisol-text {
		width: 280px;
	}
	footer .footer_wrapper .news-letter select.unisol-select {
		width: 150px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1201px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1350px;
	}
	section.services_desc p {
		font-size: 24px;
	}
}

@media (min-width: 1701px) {
	.container {
		width: 1637px;
	}
}

@media (max-width: 1699px) {
	section.about-content .about-image img {
		height: 100%;
		width: 100%;
	}
	.solutions-box span.caption {
		height: 60px;
		font-size: 18px;
	}
	section.by-industry .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	section.by-industry .col-md-3.solutions-box {
		padding: 15px;
	}
	.solutions-box img.solutions-img {
		width: 100%;
	}
	section.services .wrapper {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	section.services .row {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 1650px) {
     .unisol-navigation nav.navbar .primary-navigation .search-form {
         width: 50%;
         max-width: 100%;
         height: 50px;
     }
}

@media (max-width: 1199px) {
	section.about-content .our-company,
	section.about-content .about-image {
		padding: 0;
	}
	section.reach-us .content {
		width: auto;
		padding: 20px;
	}
	section.about-content {
		padding: 40px 0;
	}
	.page-header {
		height: 300px;
	}
	section.reach-us {
		padding: 40px 0;
	}
	section.by-industry p {
		margin-bottom: 20px;
	}
	section.services .wrapper h2 {
		font-size: 30px;
		margin: 0px 0px 10px;
	}
	section.services_desc {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	section.contact-us .contact-form-wrapper .form-field {
		width: 100%;
	}
	section.contact-us .contact-form-wrapper .form-field input.form-control {
		width: 100%;
	}
	section.contact-us .contact-form-wrapper .form-field.margin-right,
	section.contact-us .contact-form-wrapper .form-field.margin-right {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}
}

@media (max-width: 991px) {
	section.services .row.flex-column-reverse {
		flex-flow: column-reverse;
	}
	section.services .row {
		flex-flow: column;
	}
	section.services .wrapper {
		margin-bottom: 20px;
	}
	section.contact-us .contact-form {
		margin-top: 40px;
	}
}

@media (max-width: 479px) {
	.content h2 {
	    font-size: 30px;
	}
	.content h3 {
	    font-size: 15px;
	}
	.page-header h1 {
		font-size: 50px;
	}
	section.about-content .our-company h2 {
		font-size: 30px;
	}
	section.services_desc p {
		text-align: left;
		padding: 0 10px;
	}
	/* section.contact-us p.address br {
		display: none;
	} */
	section.contact-us p.address {
		width: auto;
	}
	img.vendor-logo {
		width: 50%;
		padding: 24px 10px;
	}
}

@media (max-width: 400px) {
	.page-header h1 {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.popup,
	.popup2 {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	section.our_products .wrapper .services_box .box {
		width: calc(1000% - 60px);
		margin: 22px 30px;
	}
	.navbar-default .navbar-toggle span.icon-bar{
		width: 30px;
		height: 3px;
	}
	header.unisol-navigation button.navbar-toggle{
		padding-left: 10px;
		padding-right: 10px;
	}
	.unisol-navigation .navbar-brand img{
		height: 27px;
	    width: 95px;
	}
}
