@font-face {
    font-family: 'Segoe';
    src: url('../fonts/segoeui/segoeui.ttf') format('truetype');
}
@font-face {
    font-family: 'Segoe Bold';
    src: url('../fonts/segoeui/segoeuib.ttf') format('truetype');
}
@font-face {
    font-family: 'Segoe SemiBold';
    src: url('../fonts/segoeui/segoeuisb.ttf') format('truetype');
}
@font-face {
    font-family: 'Segoe Light';
    src: url('../fonts/segoeui/segoeuil.ttf') format('truetype');
}
@font-face {
    font-family: 'Segoe SemiLight';
    src: url('../fonts/segoeui/segoeuisl.ttf') format('truetype');
}

* {
	font-family: 'Segoe';
	font-weight: normal;
	font-style: normal;
}
.hidden-el {
    display: none;
}
html, body {
	width: 100%;
    height: 100%;
}

input {
    border-radius: 0 !important;
}

@media (min-width: 1200px) {
    .custom-container {
        width: 1640px;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .nav_menu-header {
        margin-right: 85px;
    }
    .navbar-main {
        margin-top: 50px;
    }
    .search-icon-navbar {
        top: 22px;
        right: 45px;
    }
    .bg-image-post-last {
		height: 400px;
    }
    .pro-desc-left {
		padding-right: 80px;
		padding-left: 15px;
	}
	.pro-last-desc {
		padding: 30px 60px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .navbar-main {
        margin-top: 30px;
    }
    .search-icon-navbar {
        top: 22px;
        right: 45px;
    }
    .nav_menu-header {
        margin-top: 20px;
    }
    .pro-desc-left {
		padding-right: 45px;
		padding-left: 15px;
	}
	.pro-last-desc {
		padding: 20px 25px;
    }
    .bg-image-post-last {
        height: 400px;
    }
}
@media (min-width: 992px) {
    header.givesit-header {
        height: 160px;
    }
    .custom-logo-link img {
        width: 190px !important;
    }
    .pro-inline-show {
		float: left;
		display: inline-flex;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.givesit-header {
        height: 120px;
    }
    .search-icon-navbar {
        top: 20px;
        right: 15px;
    }
    .custom-logo-link img {
        width: 140px;
    }
    .navbar-main {
        margin-top: 15px;
    }
    .nav_menu-header > li:nth-child(1) a {
        padding-left: 0;
    }
    .nav_menu-header li:nth-last-child(1) a {
        padding-right: 0;
    }
    .nav_menu-header li a {
        padding: 7px 5px;
    }
}
@media (min-width: 768px) {
    .nav_menu-header li:hover > .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    header.givesit-header {
        height: 80px;
    }
    header.givesit-header > div {
        background-color: #A53445;
        z-index: 999;
        position: relative;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
    header.givesit-header .navbar-toggle {
        padding-top: 5px;
        padding-right: 0;
        margin-right: 0;
    }
    .nav_menu-header li a {
        color: #fff !important;
        padding-left: 0;
        padding-right: 0;
    }
    .search-icon-navbar {
        top: 15px;
        right: 45px;
    }
    .custom-logo-link img {
        width: 120px !important;
        height: inherit;
    }
    .navbar-main {
        margin-top: 18px;
        margin-bottom: 8px;
    }
}

button:hover, button:focus, button:active {
    border-color: transparent !important;
}

header.givesit-header .navbar-toggle:focus {
    border: 1px solid transparent !important;
    outline: none !important;
}

.products {
	font-size: 20px;
	color: #6E8383;
	line-height: 24px;
}

.products a {
    color: #A53445;
    text-decoration: underline;
    font-family: 'Segoe SemiBold';
}

.flex-box a {
    vertical-align: middle;
}

.products b {
	font-family: 'Segoe SemiBold';
	font-style: italic;
}

.page-title-section {
	position: relative;
	color: #A53445;
	margin-bottom: 20px;
}

.page-title-section:before {
	position: absolute;
    content: "";
	top: -5px;
    display: inline-block;
    width: 6px;
	height: 62px;
    background-color: #A53445;
}

.page-title-section h3 {
	margin: 0;
	font-family: 'Segoe Bold';
}

@media (min-width: 992px) {
    .page-title-section h3 {
        line-height: 25px;
        font-size: 30px;
    }
    .page-title-section p {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width: 991px) {
    .page-title-section h3 {
        line-height: 20px;
        font-size: 25px;
    }
    .page-title-section p {
        font-size: 15.5px;
        line-height: 20px;
        margin-top: 10px;
    }
}

.page-title-section p {
    font-family: 'Segoe Light';
}

.giv-second-pages {
	width: 100%;
	float: left;
	margin: 45px 0;
}

@media (min-width: 992px) {
    .page-entry-section {
		padding-left: 55px;
    }
    .single-row {
		display: flex;
		flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .page-entry-section {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
    .page-title-section:before {
		left: -35px;
    }
}
@media (max-width: 767px) {
    .page-title-section:before {
		left: -15px;
	}
}

.pro-solutions {
    float: left;
    width: 100%;
    /* margin-top: 80px; */
    margin-bottom: 100px;
}

.professional-section:nth-child(1) {
    margin-top: 0;
}

.professional-section {
	float: left;
	margin-top: 70px;
	width: 100%;
}

.pro-inline-show {
	margin-bottom: 20px;
}

.professional-desc {
    padding-top: 7px;
    height: 50px;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    color: #6E8383;
}

@media (min-width: 1200px) {
    .pro-desc-right {
		padding-left: 80px;
		padding-right: 15px;
    }
    .professional-title {
		min-width: 600px;
		height: 60px;
    }
    .pro-title-right {
		padding: 13px 70px 0 25px;
    }
    .pro-title-left {
		padding: 13px 30px 0 80px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pro-desc-right {
        padding-left: 45px;
        padding-right: 15px;
    }
    .professional-title {
		min-width: 500px;
		height: 60px;
	}
	.professional-title h2 {
		font-size: 25px;
    }
    .pro-title-right {
		padding: 13px 30px 0 25px;
    }
    .pro-title-left {
		padding: 13px 30px 0 50px;
	}
}
@media (min-width: 992px) {
    .professional-two-row > div {
		width: 45% !important;
		display: inline-block;
		margin-top: 100px;
	}
	.professional-two-row > div:nth-last-child(1) {
		float: right;
    }
    .professional-last-section .professional {
		width: 70%;
    }
}
@media (max-width: 991px) {
	.pro-desc-right {
		padding-left: 15px;
		padding-right: 15px;
    }
    .professional-title {
		min-width: auto;
		height: 50px;
	}
	.professional-title h2 {
		font-size: 22px;
    }
    .pro-title-right {
		padding: 13px 15px 0 15px;
    }
    .pro-title-left {
		padding: 13px 15px 0 15px;
    }
    .professional-last-section .professional {
		width: 70%;
	}
    .professional-last-section {
		margin-top: 50px;
    }
    .professional h2 {
		font-size: 22px;
    }
    .pro-desc-left {
		padding-right: 15px;
		padding-left: 15px;
	}
    .bg-image-post-last {
		height: 250px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pro-last-desc {
		padding: 15px 20px;
	}
}
@media (max-width: 767px) {
    .professional-title h2 {
		font-size: 18px;
    }
    .professional h2 {
		font-size: 18px;
    }
    .pro-last-desc {
		padding: 15px;
	}
}

.professional-title {
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
	max-width: 100%;
}

.professional-title h2 {
	margin: 0;
	color: #A53445;
}

.professional-two-row {
	float: left;
	margin-top: 50px;
	width: 100%;
}

@media (max-width: 500px) {
	.professional-last-section .professional {
		width: 100%;
	}
}

.professional-last-section .professional {
    top: -25px;
    position: absolute;
    background-color: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
}

.professional h2 {
	margin: 0;
	text-align: center;
	color: #A53445;
}

.pro-last-desc {
	float: left;
    width: 100%;
    color: #6E8383;
    font-size: 18px;
}

.pro-last-desc p {
    max-height: 75px;
    overflow: hidden;
}

.professional h2 {
	margin: 0;
	text-align: center;
	color: #A53445;
}

.last-professional-left {
	float: left;
}
.last-professional-right {
	float: right;
	right: 0;
}

.professional-last-section .professional {
    top: -25px;
    position: absolute;
    background-color: #fff;
    padding: 10px 0;
	box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
}

.professional-title {
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
	max-width: 100%;
}

.professional-title h2 {
	margin: 0;
	color: #A53445;
}

.bg-image-post-last {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    float: left;
}

.title-icon {
	width: 25px;
    vertical-align: top;
    margin-right: 5px;
}

.brands-icons div img {
	max-width: 100%;
    max-height: 40px;
}

/* .brands-icons div:nth-child(2) img {
	height: 45px;
} */

.professional-two-row > div {
	position: relative;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

button.btnHover:hover {
    color: #fff !important;
}

.solutions-media {
    margin-bottom: 50px;
    margin-top: 50px;
    display: table;
    content: '';
    position: relative;
}

@media (min-width: 1450px) {
    .solutions-media {
        margin-left: -40px;
        margin-right: -40px;
        width: calc(100% + 80px);
    }
    .solutions-media:after { 
        width: calc(100% - 80px) !important;
        left: 0 !important;
        margin: 0 auto;
    }
    .solutions-media > div.media-pdf {
        width: 20%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .media-pdf-bg {
        height: 258px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .solutions-media {
        width: calc(100% + 30px);
    }
    .solutions-media > div.media-pdf {
        width: 25%;
    }
    .media-pdf-bg {
        height: 210px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .media-pdf-bg {
        height: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .media-pdf-bg {
        height: 200px;
    }
    .media-pdf-bg:after {
        background-size: 100px 100px;
    }
}
@media (max-width: 767px) {
    .media-pdf-bg {
        height: 200px;
    }
    .media-pdf-bg:after {
        background-size: 75px 75px;
    }
}
@media (max-width: 767px) {
    .solutions-media > div {
        width: 100%;
        height: 280px;
    }
}

.solutions-media > div.media-pdf {
    float: left;
    position: relative;
    min-height: 1px;
}

.solutions-media:after, .solutions-media:before {
    display: table;
    content: " ";
}

.solutions-media:before {
    display: table;
    content: " ";
}



.media-pdf-bg {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.media-pdf-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(165,165,165, 0.70);
    z-index: 1;
}

.media-pdf-bg:after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    float: none;
    background-image: url('/wp-content/uploads/2018/06/download.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.media-pdf-bg img.meida-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-pdf span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #A53445;
    margin-top: 10px;
    font-family: 'Segoe Light';
    height: 60px;
    overflow: hidden;
}

.media-video {
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(112,112,112, .5);
    -moz-box-shadow: 0px 3px 6px 0px rgb(112,112,112, .5);
    box-shadow: 0px 3px 6px 0px rgb(112,112,112, .5);
}

.media-video button.open-box-video {
    position: absolute;
    background-color: transparent;
    padding: 0;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    outline: none;
}

.media-video button.open-box-video img {
    width: 100%;
}

button.open-box-video:focus, button.open-box-video:active {
    outline: none !important;
    box-shadow: none;
}

.movie-text-bottom > p {
    margin: 30px 0;
    text-align: center;
    color: #A53445;
    font-size: 20px;
    height: 55px;
    overflow: hidden;
    font-family: 'Segoe Light';
    padding: 0 10px;
    line-height: 25px;
}

@media (min-width: 992px) {
    .media-video {
        height: 210px;
    }
    .media-video button.open-box-video {
        width: 110px;
        height: 110px;
    }
    .modal-media .modal-body {
        height: 618px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .media-video {
        height: 160px;
    }
    .media-video button.open-box-video {
        width: 80px;
        height: 80px;
    }
    .modal-media .modal-body {
        height: 420px;
    }
}
@media (max-width: 767px) {
    .media-video {
        height: 150px;
    }
    .media-video button.open-box-video {
        width: 80px;
        height: 80px;
    }
    .modal-media .modal-body {
        height: 350px;
    }
}
@media (max-width: 550px) {
    .movie-text-bottom {
        width: 100%;
    }
    .modal-media .modal-body {
        height: 300px;
    }
}

.modal-media .modal-body iframe {
    width: 100%;
    height: 100%;
}

.modal-media .modal-dialog {
    width: 1100px;
    max-width: 100%;
    margin: 50px auto;
    padding: 0;
    box-shadow: none;
}

.modal-media {
    background-color: rgba(0, 0, 0, .78);
}

.modal-media .modal-content {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.modal-media .modal-header {
    border: 0;
    margin-bottom: 10px;
}

.modal-media .modal-header a {
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 700;
}

.modal-media .modal-body {
    padding: 0;
}


.solutions-contact {
    float: left;
    width: 100%;
}

.solution-contact-top h2 {
    color: #A53445;
    font-family: 'Segoe Bold';
    margin: 30px 0;
}

.solution-contact-top p {
    font-size: 18px;
    color: #6E8383;
}

.solution-contact-form {
    width: 635px;
    max-width: 100%;
    margin: 75px auto 100px auto;
}

.solution-contact-form h3 {
    font-size: 25px;
    color: #A53445;
    margin-bottom: 25px;
}

.solution-contact-form .row > div {
    margin: 10px 0;
}

.solution-contact-form input, .solution-contact-form textarea {
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(112,112,112, .5);
    -moz-box-shadow: 0px 3px 6px 0px rgb(112,112,112, .5);
    box-shadow: 0px 3px 6px 0px rgb(112,112,112, .5);
    border: 0;
    padding: 15px;
    color: #6E8383;
}

.solution-contact-form textarea {
    height: 135px;
    max-width: 100%;
}

.solution-contact-form input::placeholder, .solution-contact-form textarea::placeholder {
    color: #A0A0A0;
    font-style: italic
}

.solution-contact-form input::-webkit-input-placeholder,
.solution-contact-form textarea::-webkit-input-placeholder {
    color: #A0A0A0;
    font-style: italic
}

.contact-solution-btn {
    width: 100%;
    background-color: #A53445 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    border-radius: 0;
    margin-top: 5px;
    font-size: 14px !important;
    font-family: 'Segoe Bold';
    border-radius: 0 !important;
}

.products span {
    font-family: 'Segoe SemiBold';
}

.flex-box {

    width: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-around;

    -ms-flex-pack: justify;

    justify-content: space-around;

}

.brands-icons {
    margin: 60px 0 120px 0;
}

.professional-title h2, .professional h2 {
    text-transform: uppercase;
}

.professional-main-page .professional-title h2,
.professional-main-page .professional h2 {
    text-transform: capitalize !important;
}


/* .professional-two-row {

} */

.page-template-_tmp-home-main .modal-backdrop {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.givesit-header > .custom-container {
		width: 760px !important;
	}
}

.modal-header-search {
    padding-right: 0!important;
}

.modal-header-search .modal-dialog {
    width: 100%;
    margin: 0 auto;
}

.modal-header-search .modal-content {
    background-color: #A53445;
    padding: 20px 0 10px 0;
    border: 0;
    border-radius: 0;
}

.modal-header-search .modal-content .modal-body form {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.modal-header-search .modal-content .modal-body form > input {
    margin-bottom: 15px;
    background-color: transparent;
    color: #fff;
}

.btn-search-general {
    background-color: #fff;
    color: #A53445;
    text-transform: uppercase;
    font-family: 'Segoe SemiBold';
}

@media (max-width: 1199px) {
    .flex-box > div {
        margin: 15px;
    }
}

@media (max-width: 1570px) {
    .home .professional-desc p,
    .home .pro-last-desc p {
        position: relative;
    }
    .home .professional-desc p > a,
    .home .pro-last-desc p > a {
        position: absolute;
        right: 0;
        padding: 0 6px;
        background-color: #fff;
    }
    .home .professional-desc p > a {
        top: 20px;
    }
    .home .pro-last-desc p > a {
        top: 50px;
    }
}

/*DOWNLOAD-PAGE*/


.links-download .flex-box div {
    width: 100%;
    padding-bottom: 5%;
}

.links-download .page-title-section {
    margin-bottom: 65px;
    font-weight: 700;
    font-size: 35px;
}

.links-download .title-icon {
    width: 40px;
    margin-right: 25px;
    vertical-align: middle;
}

.links-download p {
    font-size: 20px;
    color: #6E8383;
    line-height: 24px;
}

.links-download .flex-box a {
    vertical-align: top;
    color: #a53445;
    text-decoration: underline;
    font-weight: 700;
}

/**DOWNLOAD-PAGE**/