/*
Theme Name: KGN Theme
Theme URI: http://centumtech.com
Description: A clean and elegant Business WordPress theme by Centum Technologies
License: GPL
*/

/*** Reset Browser Settings ***/

.container { position: relative; }

a , a:focus { outline:none !important;}

a, a:hover { color: #333 ; text-decoration: none;}

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

#content_mainbox ul { margin-left:15px; margin-top:10px; margin-bottom:15px; list-style:disc !important; color: #565656; font-size: 15px; float:left;}

.btn {margin-bottom: 0.5rem; }

.btn + .btn {margin-left: 1rem; }

@media (max-width: 767px) {.btn {white-space: normal; }

.btn + .btn {margin-left: 0; } }

.bg-primary {background-color: #c0a375 !important; }

.bg-success {background-color: #90a878 !important; }

.bg-info {background-color: #7e9b9f !important; }

.bg-warning {background-color: #f3c649 !important; }

.bg-danger {background-color: #f28281 !important; }

.bg-none {background: none !important; }

.btn {font-family: 'Montserrat', sans-serif; font-weight: 500; letter-spacing: 2px; padding: 0.75rem 2.1875rem; font-size: 0.75rem; line-height: 1.5; border-radius: 3px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.btn-sm {padding: 0.625rem 2.1874rem; font-size: 0.9687rem; line-height: 1.5; border-radius: 3px; font-family: "Lora"; font-style: italic; font-weight: 400; letter-spacing: 0px; }

.btn-lg {padding: 0.75rem 2.1874rem; font-size: 0.9687rem; line-height: 1.33333; border-radius: 3px; }

.btn-xlg {padding: 0.75rem 2.1874rem; font-size: 1.1875rem; line-height: 1.33333; border-radius: 3px; }

.btn-primary {background-color: #c0a375; border-color: #c0a375; box-shadow: none; color: #fff; }

.btn-primary:hover {color: #fff; background-color: #a07e49; border-color: #a07e49; box-shadow: none; }

.btn-primary:focus, .btn-primary.focus {color: #fff; background-color: #a07e49; border-color: #a07e49; }

.btn-primary:active, .btn-primary.active {color: #fff; background-color: #a07e49; border-color: #a07e49; background-image: none; box-shadow: none; }

.btn-primary.disabled, .btn-primary:disabled {color: #fff !important; background-color: #a07e49 !important; border-color: #a07e49 !important; opacity: 0.85; }

.btn-secondary {background-color: #bfcecb; border-color: #bfcecb; box-shadow: none; color: #fff; }

.btn-secondary:hover {color: #fff; background-color: #94ada8; border-color: #94ada8; box-shadow: none; }

.btn-secondary:focus, .btn-secondary.focus {color: #fff; background-color: #94ada8; border-color: #94ada8; }

.btn-secondary:active, .btn-secondary.active {color: #fff; background-color: #94ada8; border-color: #94ada8; background-image: none; box-shadow: none; }

.btn-secondary.disabled, .btn-secondary:disabled {color: #fff !important; background-color: #94ada8 !important; border-color: #94ada8 !important; opacity: 0.85; }

.btn-info {background-color: #7e9b9f; border-color: #7e9b9f; box-shadow: none; color: #fff; }

.btn-info:hover {color: #fff; background-color: #597478; border-color: #597478; box-shadow: none; }

.btn-info:focus, .btn-info.focus {color: #fff; background-color: #597478; border-color: #597478; }

.btn-info:active, .btn-info.active {color: #fff; background-color: #597478; border-color: #597478; background-image: none; box-shadow: none; }

.btn-info.disabled, .btn-info:disabled {color: #fff !important; background-color: #597478 !important; border-color: #597478 !important; opacity: 0.85; }

.btn-success {background-color: #90a878; border-color: #90a878; box-shadow: none; color: #fff; }

.btn-success:hover {color: #fff; background-color: #6a8153; border-color: #6a8153; box-shadow: none; }

.btn-success:focus, .btn-success.focus {color: #fff; background-color: #6a8153; border-color: #6a8153; }

.btn-success:active, .btn-success.active {color: #fff; background-color: #6a8153; border-color: #6a8153; background-image: none; box-shadow: none; }

.btn-success.disabled, .btn-success:disabled {color: #fff !important; background-color: #6a8153 !important; border-color: #6a8153 !important; opacity: 0.85; }

.btn-warning {background-color: #f3c649; border-color: #f3c649; box-shadow: none; color: #fff; }

.btn-warning:hover {color: #fff; background-color: #e1a90f; border-color: #e1a90f; box-shadow: none; }

.btn-warning:focus, .btn-warning.focus {color: #fff; background-color: #e1a90f; border-color: #e1a90f; }

.btn-warning:active, .btn-warning.active {color: #fff; background-color: #e1a90f; border-color: #e1a90f; background-image: none; box-shadow: none; }

.btn-warning.disabled, .btn-warning:disabled {color: #fff !important; background-color: #e1a90f !important; border-color: #e1a90f !important; opacity: 0.85; }

.btn-danger {background-color: #f28281; border-color: #f28281; box-shadow: none; color: #fff; }

.btn-danger:hover {color: #fff; background-color: #eb3d3c; border-color: #eb3d3c; box-shadow: none; }

.btn-danger:focus, .btn-danger.focus {color: #fff; background-color: #eb3d3c; border-color: #eb3d3c; }

.btn-danger:active, .btn-danger.active {color: #fff; background-color: #eb3d3c; border-color: #eb3d3c; background-image: none; box-shadow: none; }

.btn-danger.disabled, .btn-danger:disabled {color: #fff !important; background-color: #eb3d3c !important; border-color: #eb3d3c !important; opacity: 0.85; }

.btn-white {background-color: #fff; border-color: #fff; box-shadow: none; color: #535353; }

.btn-white:hover {color: #fff; background-color: #d4d4d4; border-color: #d4d4d4; box-shadow: none; }

.btn-white:focus, .btn-white.focus {color: #fff; background-color: #d4d4d4; border-color: #d4d4d4; }

.btn-white:active, .btn-white.active {color: #fff; background-color: #d4d4d4; border-color: #d4d4d4; background-image: none; box-shadow: none; }

.btn-white.disabled, .btn-white:disabled {color: #fff !important; background-color: #d4d4d4 !important; border-color: #d4d4d4 !important; opacity: 0.85; }

.btn-black {background-color: #535353; border-color: #535353; box-shadow: none; color: #fff; }

.btn-black:hover {color: #fff; background-color: #2d2d2d; border-color: #2d2d2d; box-shadow: none; }

.btn-black:focus, .btn-black.focus {color: #fff; background-color: #2d2d2d; border-color: #2d2d2d; }

.btn-black:active, .btn-black.active {color: #fff; background-color: #2d2d2d; border-color: #2d2d2d; background-image: none; box-shadow: none; }

.btn-black.disabled, .btn-black:disabled {color: #fff !important; background-color: #2d2d2d !important; border-color: #2d2d2d !important; opacity: 0.85; }

.btn-primary-outline {background: none; border-color: #8e7041; color: #8e7041; }

.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active {color: #fff; background-color: #c0a375; border-color: #c0a375; }

.btn-primary-outline:hover {color: #fff; background-color: #c0a375; border-color: #c0a375; }

.btn-primary-outline.disabled, .btn-primary-outline:disabled {color: #fff !important; background-color: #c0a375 !important; border-color: #c0a375 !important; opacity: 0.85; }

.btn-secondary-outline {background: none; border-color: #85a29c; color: #85a29c; }

.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active {color: #fff; background-color: #bfcecb; border-color: #bfcecb; }

.btn-secondary-outline:hover {color: #fff; background-color: #bfcecb; border-color: #bfcecb; }

.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {color: #fff !important; background-color: #bfcecb !important; border-color: #bfcecb !important; opacity: 0.85; }

.btn-info-outline {background: none; border-color: #4e6669; color: #4e6669; }

.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active {color: #fff; background-color: #7e9b9f; border-color: #7e9b9f; }

.btn-info-outline:hover {color: #fff; background-color: #7e9b9f; border-color: #7e9b9f; }

.btn-info-outline.disabled, .btn-info-outline:disabled {color: #fff !important; background-color: #7e9b9f !important; border-color: #7e9b9f !important; opacity: 0.85; }

.btn-success-outline {background: none; border-color: #5d7149; color: #5d7149; }

.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active {color: #fff; background-color: #90a878; border-color: #90a878; }

.btn-success-outline:hover {color: #fff; background-color: #90a878; border-color: #90a878; }

.btn-success-outline.disabled, .btn-success-outline:disabled {color: #fff !important; background-color: #90a878 !important; border-color: #90a878 !important; opacity: 0.85; }

.btn-warning-outline {background: none; border-color: #c9970d; color: #c9970d; }

.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active {color: #fff; background-color: #f3c649; border-color: #f3c649; }

.btn-warning-outline:hover {color: #fff; background-color: #f3c649; border-color: #f3c649; }

.btn-warning-outline.disabled, .btn-warning-outline:disabled {color: #fff !important; background-color: #f3c649 !important; border-color: #f3c649 !important; opacity: 0.85; }

.btn-danger-outline {background: none; border-color: #e82625; color: #e82625; }

.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active {color: #fff; background-color: #f28281; border-color: #f28281; }

.btn-danger-outline:hover {color: #fff; background-color: #f28281; border-color: #f28281; }

.btn-danger-outline.disabled, .btn-danger-outline:disabled {color: #fff !important; background-color: #f28281 !important; border-color: #f28281 !important; opacity: 0.85; }

.btn-white-outline {background: none; border-color: #fff; color: #fff; }

.btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline:active, .btn-white-outline.active {color: #535353; background-color: #fff; border-color: #fff; }

.btn-white-outline:hover {color: #535353; background-color: #fff; border-color: #fff; }

.btn-white-outline.disabled, .btn-white-outline:disabled {color: #535353 !important; background-color: #fff !important; border-color: #fff !important; opacity: 0.85; }

.btn-black-outline {background: none; border-color: #202020; color: #202020; }

.btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline:active, .btn-black-outline.active {color: #fff; background-color: #535353; border-color: #535353; }

.btn-black-outline:hover {color: #fff; background-color: #535353; border-color: #535353; }

.btn-black-outline.disabled, .btn-black-outline:disabled {color: #fff !important; background-color: #535353 !important; border-color: #535353 !important; opacity: 0.85; }

a.pt-iconfont:hover {text-decoration: none; }

.btn-social {font-size: 20px; border-radius: 50%; padding: 0; width: 44px; height: 44px; line-height: 44px; text-align: center; position: relative; border: 2px solid #c0a375; color: #232323; }

.btn-social i {top: 0; line-height: 44px; width: 44px; }

.btn-social:hover {color: #fff; background: #c0a375; }

.btn-social + .btn {margin-left: 0.1rem; }

.single p , .single ul li{    font-family: 'Open Sans', sans-serif !important; color: #505759 !important; font-size: 14px !important;}

.single div#byline { font-size: 12px;}

p.lead, .lead p {font-size: 20px; font-weight: 300; margin-bottom: 2.3125rem; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {margin-bottom: 0; }

.lead {font-size: 1.07rem; font-weight: 300; }

.lead a {font-family: "Lora"; font-style: italic; font-weight: 400; }

.lead a, .lead a:hover {color: #c0a375; text-decoration: none; }

.lead h1 {font-size: 3rem; font-weight: 600; letter-spacing: -1px; margin-bottom: 1.605rem; }

.lead h2 {font-size: 2.5rem; font-weight: 600; letter-spacing: -1px; margin-bottom: 1.605rem; }

.lead h3 {font-size: 2rem; font-weight: 600; margin-bottom: 1.605rem; }

.lead h4 {font-size: 1.5rem; font-weight: 600; margin-bottom: 1.605rem; }

.lead blockquote {font-family: "Lora"; font-style: italic; padding: 10px 0 10px 20px; border-left: 4px solid #c39f76; font-size: 1.09rem; position: relative; }

.lead ul, .lead ol, .lead pre, .lead blockquote {margin-bottom: 2.3125rem; }

.lead pre {background: #f4f4f4; padding: 10px 24px; white-space: pre-wrap; }

.display-1 {font-size: 4.39rem; font-weight: 600; letter-spacing: 0px; margin-bottom: 0.2843em;  }

.display-2 {font-size: 3rem; font-weight: 600; letter-spacing: -1px; margin-bottom: 1.5625rem; margin-top: 3.5rem; }

.display-3 {font-size: 2.5rem; font-weight: 600; margin-top: 3.2rem; margin-bottom: 2rem; }

.display-4 {font-size: 2rem; font-weight: 600; margin-top: 2.3rem; margin-bottom: 1.8rem; }

.modal-backdrop {background: -webkit-linear-gradient(left, #564740, #3a414a); background: -moz-linear-gradient(left, #564740, #3a414a); background: -o-linear-gradient(left, #564740, #3a414a); background: -ms-linear-gradient(left, #564740, #3a414a); background: linear-gradient(left, #564740, #3a414a); opacity: 0.94; }

.form-control {background-color: #f5f5f5; border-radius: 3px; box-shadow: none; color: #565656; font-size: 0.875rem; line-height: 1.43; min-height: 3.5em; padding: 0.5em 1.07em 0.5em; }

.form-control, .form-control:focus {border: 1px solid #e8e8e8; }

.form-active .form-control:invalid {border-color: #f28281; }

.form-control-label {cursor: pointer; font-size: 0.875rem; margin-bottom: 0.357em; padding: 0; }

.alert {border-radius: 0; border: 0; font-family: 'Montserrat', sans-serif; font-size: 0.875rem; line-height: 1.5; margin-bottom: 1.875rem; padding: 1.25rem; position: relative; }

.alert.alert-form:after {background-color: inherit; bottom: -7px; content: ""; display: block; height: 14px; left: 50%; margin-left: -7px; position: absolute; transform: rotate(45deg); width: 14px; }

.alert-success {background-color: #90a878; color: #fff; }

.alert-info {background-color: #7e9b9f; color: #fff; }

.alert-warning {background-color: #f3c649; color: #fff; }

.alert-danger {background-color: #f28281; color: #fff; }

.magnify .magnify-lens {  width: 350px !important; height: 350px !important; }



/**



 * TYPOGRAPHY



 */



body {font-family: 'Open Sans', sans-serif !important; color: #505759; font-size:14px; }

h1, h2, h3, h4, h5, h6,



.h1, .h2, .h3, .h4, .h5, .h6,



.display-1, .display-2, .display-3, .display-4 {



word-break: break-word; word-wrap: break-word; }

input, textarea {font-family: "Raleway"; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {transition-delay: 9999s; transition-property: background-color, color; }

.text-primary {color: #c0a375 !important; }

.text-success {color: #90a878 !important; }

.text-info {color: #7e9b9f !important; }

.text-warning {color: #f3c649 !important; }

.text-danger {color: #f28281 !important; }

.text-white {color: #fff !important; }

.text-black {color: #535353 !important; }

.pt-section {position: relative; padding-top: 120px; padding-bottom: 120px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }

.pt-section-full {display: table; height: 55vh; padding-bottom: 0; padding-top: 0; table-layout: fixed; width: 100%; }

.pt-section-full > .pt-table-cell {width: 100%; }

.pt-section-small {padding-top: 60px; padding-bottom: 60px; }


.pt-section__container--first {padding-top: 120px; padding-bottom: 40px; }

.pt-section__container--middle {padding-top: 0; padding-bottom: 40px; }

.pt-section__container--last {padding-top: 0; padding-bottom: 120px; }

.pt-section-sm-padding {padding-top: 40px; padding-bottom: 40px; }

.pt-section-md-padding {padding-top: 90px; padding-bottom: 90px; }

.pt-section-nopadding {padding-top: 0; padding-bottom: 0; }

.nopadding { padding:0px;}

.pt-section-subtitle {display: block; font-style: italic; font-weight: 400; font-size: 17px; font-family: "Lora"; line-height: 26px; color: #8c8c8c; margin-bottom: 30px; }

.pt-section-title + .pt-section-subtitle {margin-top: -21px; }

.pt-section-hero::before {display: none !important; }

.pt-section-hero .pt-section-title {font-family: 'Open Sans', sans-serif !important; font-weight: 500; font-size: 44px;}

.pt-section-hero .pt-section-lead {color: #333 ; font-family: 'Open Sans', sans-serif; font-weight:400; font-size: 1.3rem;  }

.pt-section-hero .pt-section-text {color: #fff; }

@media (max-width: 768px) {.pt-section {padding-top: 60px; padding-bottom: 60px; }

input, textarea { width:100% !important;}

.sidebar_product { margin-top:35px;}

.pt-section-full {padding-bottom: 0; padding-top: 0; }

.pt-section__container--first {padding-top: 60px; padding-bottom: 40px; }

.pt-section__container--middle {padding-top: 0; padding-bottom: 40px; }

.pt-section__container--last {padding-top: 0; padding-bottom: 60px; }

.pt-section-sm-padding {padding-top: 40px; padding-bottom: 40px; }

.pt-section-md-padding {padding-top: 60px; padding-bottom: 60px; }

.pt-section-nopadding {padding-top: 0; padding-bottom: 0; }

.pt-section-subtitle {margin-bottom: 0; }

.pt-section-hero.pt-after-navbar .pt-section {padding-top: 120px; }

.pt-section-hero.pt-section-with-arrow .pt-section {padding-bottom: 120px; }

.pt-section-hero .pt-section-title {font-size: 2.125rem !important; margin-top: 50px; color: #333  !important; }

.pt-section-hero .pt-section-lead {font-size: 1.125rem !important; }

.pt-section-hero .pt-section-btn .btn {font-size: 0.75rem !important; line-height: 1.5; padding: 0.75rem 2.1875rem; } }

.pt-section-full .pt-overlay {min-height: 100vh; }

.pt-overlay { /*background-color: #000;*/ bottom: 0; left: 0; opacity: 0.5; position: absolute; right: 0; top: 0; z-index: 1; }

.pt-overlay ~ * {z-index: 2; }

.pt-section-full .pt-background-video, .pt-section-full .pt-background-video-preview {min-height: 100vh; }

.pt-background-video, .pt-background-video-preview {bottom: 0; left: 0; position: absolute; right: 0; top: 0; }

.pt-background-video-preview {z-index: 0 !important; }

.pt-table {display: table; width: 100%; }

.pt-table-full {height: 100%; position: relative; width: 100%; }

.pt-table-cell {display: table-cell; float: none; padding-bottom: 0; padding-top: 0; position: relative; vertical-align: middle; }

.pt-table-md-up {width: 100%; }

.pt-table-md-up .pt-table-cell {display: block; }

.pt-table-md-up .pt-table-cell + .pt-table-cell {padding-top: 40px; }

@media (min-width: 768px) {.pt-table-md-up {display: table; }

.pt-table-md-up .pt-table-cell {display: table-cell; }

.pt-table-md-up .pt-table-cell + .pt-table-cell {padding-top: 0; } }

.pt-figure {display: block; margin: 0; overflow: hidden; position: relative; width: 100%; }

.pt-figure img, .pt-figure iframe {display: block; width: 100%; }

.pt-figure .pt-figure-caption {background: #2e2e2e; color: #fff; font-family: Montserrat; padding: 1.5rem 0; text-align: center; width: 100%; }

.pt-figure .pt-figure-caption-over {background: -moz-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important; background: -ms-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important; background: -o-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important; background: -webkit-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important; background: linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important; bottom: 0; position: absolute; }

.pt-map {height: 25rem; position: relative; }

.pt-map iframe {height: 100%; width: 100%; }

.pt-map [data-state-details] {color: #6b6763; font-family: Montserrat; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; }

.pt-map[data-state] {background: #e9e5dc; }

.pt-map[data-state="loading"] [data-state-details] {display: none; }

.pt-map[data-state="loading"]::after {content: ""; -webkit-animation: btnCircleLoading .6s infinite linear; animation: btnCircleLoading .6s infinite linear; border-radius: 50%; border: 6px rgba(255, 255, 255, 0.35) solid; border-top-color: #fff; height: 40px; left: 50%; margin-left: -20px; margin-top: -20px; position: absolute; top: 50%; width: 40px; }

/*-------

 Gallery

-------*/



.pt-gallery .pt-gallery-item {position: relative; display: inline-block; width: 25%; }

@media (max-width: 768px) {.pt-gallery .pt-gallery-item {width: 50%; } }

@media (max-width: 400px) {.pt-gallery .pt-gallery-item {width: 100%; } }

.pt-gallery .pt-gallery-item img {width: 100%; opacity: 1; -webkit-transition: .2s opacity ease-in-out; transition: .2s opacity ease-in-out; }

.pt-gallery .pt-gallery-item > a:hover img {opacity: 1; }

.pt-gallery .pt-gallery-item > a {background: #fff; display: block; outline: none; position: relative; }

.pt-gallery .pt-gallery-item > a::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: -webkit-linear-gradient(left, #554346, #45505b) !important; background: -moz-linear-gradient(left, #554346, #45505b) !important; background: -o-linear-gradient(left, #554346, #45505b) !important; background: -ms-linear-gradient(left, #554346, #45505b) !important; background: linear-gradient(left, #554346, #45505b) !important; opacity: 0; -webkit-transition: .2s opacity ease-in-out; transition: .2s opacity ease-in-out; }

.pt-gallery .pt-gallery-item .icon {-webkit-transform: translateX(-50%) translateY(-50%); -webkit-transition: .2s opacity ease-in-out; color: #000; font-size: 30px; height: 69px; left: 50%; opacity: 0; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); transition: .2s opacity ease-in-out; width: 69px; }

.pt-gallery .pt-gallery-item .icon::before, .pt-gallery .pt-gallery-item .icon::after {content: ""; display: block; position: absolute; height: 69px; width: 1px; margin-left: 34.5px; background-color: #fff; }

.pt-gallery .pt-gallery-item .icon::after {width: 69px; height: 1px; margin-left: 0; margin-top: 34.5px; }

.pt-gallery .pt-gallery-item > a:hover .icon {opacity: 1; }

.pt-gallery .pt-gallery-item > a:hover::before {opacity: 0.9; }

.pt-gallery-title {font-family: Montserrat; font-size: 0.9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; background: -webkit-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important; background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important; background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important; background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important; background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important; -webkit-transition: .2s background ease-in-out; transition: .2s background ease-in-out; }

.pt-gallery .pt-gallery-item > a:hover .pt-gallery-title {background: transparent !important; }

/* remove spacing */



.pt-gallery .pt-gallery-row.no-gutter {margin: 0; }

.pt-gallery .pt-gallery-row.no-gutter .pt-gallery-item {padding: 0; }

/* container */



.pt-gallery .container.pt-gallery-layout-default {padding: 93px 0; }

/* fix horizontal scrollbar */



.pt-gallery .pt-gallery-layout-default, .pt-gallery .pt-gallery-layout-article {overflow: hidden; }

/* lightbox */



.pt-gallery .modal {position: fixed; overflow: hidden; padding-right: 0 !important; }

.pt-gallery .modal-content {border-radius: 0; }

.pt-gallery .modal-body {padding: 0; }

.pt-gallery .modal-body img {width: 100%; }

.pt-gallery .modal .close {position: fixed; background: #1b1b1b; opacity: 0.5; font-size: 55px; font-weight: 300; width: 70px; height: 70px; border-radius: 50%; color: #fff; top: 2.5rem; right: 2.5rem; line-height: 61px; border: 0; text-align: center; text-shadow: none; z-index: 5; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; }

.pt-gallery .modal .close:hover {opacity: 1; background: #000; color: #fff; }

.pt-gallery .modal.in .modal-dialog {margin: 0 auto; }

/* modal back color opacity */



.modal-backdrop.in {opacity: 0.8; filter: alpha(opacity=80); }

@media (max-width: 768px) {.pt-gallery .carousel-indicators,



.pt-gallery .carousel-control,



.pt-gallery .modal .close {position: fixed; } }

/* fix fade in effect */



.pt-gallery .modal.fade .modal-dialog {-webkit-transition: margin-top 0.3s ease-out; -moz-transition: margin-top 0.3s ease-out; -o-transition: margin-top 0.3s ease-out; transition: margin-top 0.3s ease-out; }

.pt-gallery .modal.in .modal-dialog,



.pt-gallery .modal.fade .modal-dialog {-webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

/*-------

 Slider

-------*/



.pt-slider .carousel-inner > .active,



.pt-slider .carousel-inner > .next,



.pt-slider .carousel-inner > .prev {display: table; }

.pt-slider .carousel-control { display:none; position: absolute; width: 70px; height: 70px; top: 50%; margin-top: -35px; line-height: 70px; border-radius: 50%; color: inherit; background: #1b1b1b; border: 0; opacity: 0.5; text-shadow: none; z-index: 5; color: #fff; -webkit-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }

.pt-gallery .pt-slider .carousel-control {position: fixed; }

@media (max-width: 991px) {.pt-gallery .pt-slider .carousel-control {bottom: 2.5rem; margin-top: 0; top: auto; z-index: 17; } }

.pt-gallery .pt-slider .carousel-inner > .active {display: block; }

.pt-slider .carousel-control.left {left: 0; margin-left: 2.5rem; }

.pt-slider .carousel-control.right {right: 0; margin-right: 2.5rem; }

.pt-slider .carousel-control .icon-next,



.pt-slider .carousel-control .icon-prev {margin-top: -18px; font-size: 40px; line-height: 27px; }

.pt-slider .carousel-control:hover {background: #1b1b1b; color: #fff; opacity: 1; }

.pt-slider .carousel-indicators {position: absolute; bottom: 0; margin-bottom: 1.5rem !important; }

@media (max-width: 543px) {.pt-slider .carousel-indicators {display: none; } }

.pt-gallery .pt-slider .carousel-indicators {position: fixed; margin-bottom: 2.5rem !important; }

@media (max-width: 991px) {.pt-gallery .pt-slider .carousel-indicators {margin-bottom: 3.625rem !important; padding-left: 2.5rem; padding-right: 2.5rem; } }

.pt-slider .carousel-indicators li,



.pt-slider .carousel-indicators .active {width: 15px; height: 15px; margin: 3px; background: #fff; border: 0; opacity: 1; }

.pt-slider .carousel-indicators .active { border: 4px solid #12B2A6; background: #12B2A6; }

@media (max-width: 767px) {.pt-slider .carousel-control {top: auto; bottom: 20px; }

.pt-slider > .container .carousel-control {margin-bottom: 0px; } }

/* boxed slider */



.pt-slider > .boxed-slider {position: relative; padding: 93px 0; }

.pt-slider > .boxed-slider > div {position: relative; }

.pt-slider > .container img {width: 100%; }

.pt-slider > .container img + .row {position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; }

.pt-slider .pt-section {padding: 0; background-attachment: scroll; }

.pt-slider .pt-table-cell {padding: 0; }

.pt-slider > .container .carousel-indicators {margin-bottom: 3px; }

/* article slider */



.pt-slider > .article-slider .pt-section,



.pt-slider > .article-slider .pt-section .pt-table-cell {padding-top: 0; padding-bottom: 0; }

/*-------

 Cards

-------*/



.pt-cards-row {position: relative; margin-left: 0 !important; margin-right: 0 !important; }

.pt-cards-col {padding-left: 0; padding-right: 0; padding-top: 120px; padding-bottom: 120px; }

@media (max-width: 767px) {.pt-cards-col {padding-top: 60px; padding-bottom: 60px; } }

.pt-cards .striped .card {padding-left: 10%; padding-right: 10%; }

.pt-cards .striped .pt-cards-col:nth-child(2n+1) {background: #2e2e2e; color: #fff; }

.pt-cards .striped .pt-cards-col:nth-child(2n+1) .card-subtitle {color: #979797; }

.pt-cards .card {text-align: center; border: 0; background: none; padding-left: 0; padding-right: 0; margin-bottom: 0; }

@media (max-width: 991px) {.pt-cards .card {padding-left: 0; padding-right: 0; } }

@media (min-width: 992px) {.pt-cards-row {display: table; table-layout: fixed; width: 100%; }

.pt-cards-row::after {display: none; }

.pt-cards-col {display: table-cell; float: none; }

.pt-cards > .container {margin: 0; max-width: none; padding: 0; width: 100%; } }

.pt-cards .card-block {background: none; padding: 0; }

.pt-cards .card-img-top {border-radius: 0; width: auto; max-width: 100%; }

.pt-cards .card-img + .card-block {padding-top: 2.3125rem; }

.pt-cards .card-text {margin: 0; }

.pt-cards .card-text + .card-btn {padding-top: 1.375rem; }

.pt-cards .card-title {margin-bottom: 0; font-size: 1.25rem; font-weight: bold; letter-spacing: -1px; line-height: 1.2825; }

.pt-cards .card-title + * {padding-top: 1rem; }

.pt-cards .card-title + .card-btn {padding-top: 1.4375rem; }

.pt-cards .card-subtitle {margin-bottom: 0; font-style: italic; font-weight: 400; font-size: 0.875rem; font-family: "Lora"; color: #5b5b5b; margin-top: -1rem; line-height: 1.7857; padding-bottom: 1rem; }

.pt-cards .card-subtitle + .card-btn {padding-top: 0.3125rem; }

.pt-cards .iconbox {border-style: solid; border-color: #f2f2f2; border-width: 1px; width: 100px; height: 100px; line-height: 100px; border-radius: 500px; display: inline-block; }

.pt-cards .iconbox > .pt-iconfont {line-height: inherit; }

/*-------

 Price Table

-------*/



@media (min-width: 1600px) {.pt-price-table {padding-left: 12%; padding-right: 12%; } }

.pt-price-table .row {margin-left: 0; margin-right: 0; }

.pt-price-table .row > div {padding-left: 0.625rem; padding-right: 0.625rem; }

@media (max-width: 1199px) {.pt-price-table .row > div {padding-bottom: 40px; } }

/*-------

 Price Table / Plan

-------*/



.pt-plan {background: none; border-radius: 0; border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; margin-bottom: 0; padding: 0.625rem; }

.pt-plan .list-group-item {background: none; border-bottom: 0; border-top: 1px dotted rgba(255, 255, 255, 0.2); font-size: 0.875rem; line-height: 3.125rem; padding-bottom: 0; padding-top: 0; }

.pt-plan .card-title {margin-bottom: 1.5625rem; }

.pt-plan-title {font-family: "Montserrat"; font-size: 0.9375rem; font-weight: 700; line-height: 1.28; margin-bottom: 0; }

.pt-plan-subtitle, .pt-plan-price-desc {color: #a0a0a0; font-family: "Lora"; font-size: 0.875rem; font-style: italic; font-weight: 400; line-height: 1.79; }

.pt-plan-price-desc {display: block; padding-top: 1.25rem; }

.pt-plan-header, .pt-plan-body {background: rgba(255, 255, 255, 0.1); }

.pt-plan-header {padding-bottom: 3.4375rem; padding-top: 2.1875rem; position: relative; }

.pt-plan-header.bg-primary .pt-plan-subtitle,



.pt-plan-header.bg-primary .pt-plan-price-desc {color: #e8ddcd; }

.pt-plan-header.bg-success .pt-plan-subtitle,



.pt-plan-header.bg-success .pt-plan-price-desc {color: #d0dac6; }

.pt-plan-header.bg-info .pt-plan-subtitle,



.pt-plan-header.bg-info .pt-plan-price-desc {color: #c7d4d5; }

.pt-plan-header.bg-warning .pt-plan-subtitle,



.pt-plan-header.bg-warning .pt-plan-price-desc {color: #fbebc1; }

.pt-plan-header.bg-danger .pt-plan-subtitle,



.pt-plan-header.bg-danger .pt-plan-price-desc {color: #fef5f5; }

.pt-plan-label {background: #28262b; color: #fff; display: block; font-size: 0.6875rem; font-weight: 400; height: 3.125rem; line-height: 3.125rem; min-width: 3.125rem; padding: 0 0.75rem; position: absolute; right: 0; top: 0; }

.pt-plan-body {margin-top: 2px; padding-bottom: 0; padding-top: 2.5rem; }

.pt-plan-list {padding-bottom: 4.0625rem; padding-top: 1.5625rem; }

.pt-plan-btn {margin-top: -2.5rem; padding-bottom: 1.375rem; padding-top: 1.875rem; }

/*-------

 Price Table / Price

-------*/



.pt-price {font-family: "Montserrat"; line-height: 1.3; }

.pt-price-value {font-size: 1.875rem; line-height: 1; position: relative; top: -1.25rem; }

.pt-price-figure {font-size: 3.75rem; line-height: inherit; padding-left: 0.625rem; }

.pt-price-term {font-size: 1.875rem; position: relative; }

/*-------

 Testimonials

-------*/



.pt-testimonials .row > div {padding-bottom: 40px; }

.pt-testimonials .row > div:last-child {padding-bottom: 0; }

@media (min-width: 992px) {.pt-testimonials .row > div:nth-child(3n+1) {clear: left; }

.pt-testimonials .row > div:nth-last-child(-1n+3) {padding-bottom: 0; } }

/*-------

 Testimonials / Item

-------*/



.pt-testimonial {border-radius: 0; border: 0; margin-bottom: 0; text-align: center; }

.pt-testimonial + * {padding-top: 40px; }

.pt-testimonial.card {background-color: transparent; }

.pt-testimonial .card-block {background: #f4f4f4; color: #565656; font-family: "Lora"; font-size: 1.125rem; font-style: italic; font-weight: 400; line-height: 2; padding: 1.875rem; position: relative; }

.pt-testimonial .card-block:after {background-color: inherit; bottom: -7px; content: ""; display: block; height: 14px; left: 50%; margin-left: -7px; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 14px; }

.pt-testimonial-lg .card-block {padding-bottom: 90px; }

.pt-testimonial .card-footer {background: none; border: 0; padding: 0; position: relative; z-index: 2; }

.pt-testimonial .card-footer:last-child {border-radius: 0; }

/*-------

 Testimonials / Author

-------*/



.pt-author-img {margin-top: -2.5rem; }

.pt-author-img img {height: 5rem; width: 5rem; }

.pt-author-name {color: #2d2d2d; font-family: "Montserrat"; font-size: 1rem; font-weight: 700; letter-spacing: -1px; line-height: 1.3; padding-top: 1.25rem; }

.pt-author-desc {color: #a7a7a7; font-family: "Lora"; font-size: 0.875rem; font-style: italic; font-weight: 400; line-height: 1.597; }

/*-------

 Info

-------*/



.pt-info-subtitle, .pt-info-extra .pt-info-title {margin-bottom: 0; }

.pt-info-extra .pt-info-subtitle {margin-bottom: 0.5rem; }

/*-------

 Subscribe

-------*/



.pt-subscribe {background: #f5f5f5; border-radius: 3px; border: 1px solid #e8e8e8; height: 4rem; padding: 0; position: relative; }

.pt-subscribe .form-control {background: none; border: 0; position: relative; top: 0.4375rem; }

.pt-subscribe .input-group-btn {position: static; }

.pt-subscribe .input-group-btn::after {border-radius: 3px; border: 1px solid transparent; bottom: -1px; content: ""; display: block; left: -1px; position: absolute; right: -1px; top: -1px; }

.form-active .pt-subscribe .form-control:invalid ~ .input-group-btn::after {border-color: #f28281; }

.pt-subscribe .btn {border-radius: 3px !important; margin-bottom: 0; margin-right: 0.5625rem; }

.pt-subscribe-dark {background: none; border-color: rgba(255, 255, 255, 0.2); }

.pt-subscribe-dark .form-control {color: #fff; }

/*-------

 Small footer

-------*/



.pt-small-footer {background: #323232; color: #acacac; font-size: 0.8125rem; padding: 1.75rem 0; }

.pt-small-footer p {margin-bottom: 0; }

.pt-small-footer a {color: #c0a375; }

.pt-small-footer a:hover {text-decoration: none; }

/*-------

 Footer

-------*/



.pt-footer {color: #fff; padding-left: 1.25rem; padding-right: 1.25rem; }

@media (min-width: 1280px) {.pt-footer {padding-left: 6.25rem; padding-right: 6.25rem; } }

.pt-footer > .row, .pt-footer > .container > .row {margin-left: 0; margin-right: 0; }

.pt-footer > .row > div, .pt-footer > .container > .row > div {padding-bottom: 40px; }

.pt-footer > .row > div:last-child, .pt-footer > .container > .row > div:last-child {padding-bottom: 0; }

.pt-footer > .container {padding-left: 0; padding-right: 0; }

@media (min-width: 768px) {.pt-footer > .row > div:nth-child(2n+1) {clear: left; }

.pt-footer > .row > div:nth-last-child(-1n+2) {padding-bottom: 0; }

.pt-footer > .container > .row > div {clear: none !important; padding-bottom: 0 !important; } }

@media (min-width: 992px) {.pt-footer > .row > div {clear: none !important; padding-bottom: 0 !important; } }

.pt-footer p a, .pt-footer ul a {color: #c0a375; }

.pt-footer p a:hover, .pt-footer ul a:hover {text-decoration: none; }

.pt-footer .btn-black {background-color: #242424; border-color: #242424; }

.pt-footer .btn-black.disabled, .pt-footer .btn-black[disabled], .pt-footer .btn-black:hover {background-color: #1a1a1a !important; border-color: #1a1a1a !important; }

.pt-footer .pt-map {height: 18.75rem; }

.pt-footer form .form-control-label {font-size: 0.875rem; position: relative; }

.pt-footer form .form-control {background: none; border-color: rgba(255, 255, 255, 0.2); color: #fff; font-size: 0.875rem; min-height: 3.2em; padding: 0.5em 1em 0.5em; }

.pt-footer-content h1, .pt-footer-content h2, .pt-footer-content h3, .pt-footer-content h4,



.pt-footer-content p strong, .pt-footer-content strong, .pt-footer .pt-contacts h1, .pt-footer .pt-contacts h2, .pt-footer .pt-contacts h3, .pt-footer .pt-contacts h4,



.pt-footer .pt-contacts p strong, .pt-footer .pt-contacts strong {color: #7c7c7c; font-family: "Montserrat"; font-size: 1rem; font-weight: 700; letter-spacing: -1px; line-height: 1.3; margin-bottom: 1.875em; }

.pt-footer-content p strong, .pt-footer-content strong, .pt-footer .pt-contacts p strong, .pt-footer .pt-contacts strong {display: inline-block; }

.pt-footer-content p, .pt-footer .pt-contacts p {color: #9c9c9c; font-size: 0.875rem; margin-bottom: 0; }

.pt-footer-content ul, .pt-footer .pt-contacts ul {line-height: 1.8; list-style: none; margin: 0; padding: 0; }

.pt-footer-content li, .pt-footer .pt-contacts li {/* border-bottom: 1px dotted rgba(255, 255, 255, 0.2); */



color: #bcbcbc; display: block; font-family: "Raleway"; font-size: 0.875rem; line-height: 1.8; overflow: hidden; padding: 3px 0; position: relative; width: 50%; float: left;}

.pt-footer-content li:last-child, .pt-footer .pt-contacts li:last-child { border-bottom: 0; }

/*.pt-footer-content li::before, .pt-footer .pt-contacts li::before {content: "\f04b"; height: 0.36em; margin-left: 0; margin-right: 10px; font-size:10px; font-family:fontAwesome; }*/

.pt-footer-content li a, .pt-footer .pt-contacts li a {color: #fff; -webkit-transition: color .3s ease; -moz-transition: color .3s ease; transition: color .3s ease; }

.pt-footer-content li a:hover, .pt-footer .pt-contacts li a:hover {color: #c0a375; }

.footer1 ul {margin-top: 15px; }

.footer4 > .container > .row {margin-left: 0; margin-right: 0; }

.footer4 > .container > .row > div > .row > div:first-child {padding-bottom: 40px; }

.footer4 > .container > .row > div > .row > div:first-child:last-child {padding-bottom: 0; }

@media (min-width: 544px) {.footer4 > .container > .row > div, .footer4 > .container > .row > div > .row > div {clear: none !important; padding-bottom: 0 !important; } }

/*-------

 Company

-------*/



.pt-company {background: none; border-radius: 0; border: 0; margin-bottom: 0; }

.pt-company .card-img-top {height: 58px; margin-bottom: 1.57rem; width: auto; }

.pt-company .card-block {background: none; padding: 0; }

.pt-company .card-text {color: #acacac; font-size: 0.875rem; margin-bottom: 1.57rem; }

.pt-company .list-group {display: block; }

.pt-company .list-group-item {background: none; border: 0; display: table; padding: 0; padding-bottom: 1.375rem; width: 100%; }

.pt-company .list-group-icon,



.pt-company .list-group-text {display: table-cell; height: 2.25rem; position: relative; vertical-align: middle; }

.pt-company .list-group-icon {padding-right: 1.25rem; text-align: center; width: 3.5rem; }

.pt-company .list-group-text {color: #fff; font-family: "Raleway"; font-size: 0.875rem; line-height: 1.6; position: static; vertical-align: middle; }

.pt-company .list-group-text::after {border-bottom: 1px dotted rgba(255, 255, 255, 0.2); bottom: 0.625rem; content: ""; display: block; left: 0; position: absolute; width: 50%; }

.pt-company .list-group-item.active, .pt-company .list-group-item.active:hover {background: none; }

.pt-company .list-group-item.active .list-group-text {color: #c0a375; }

.pt-company .list-group-item:last-child {padding-bottom: 0; }

.pt-company .list-group-item:last-child .list-group-text::after {display: none; }

/*-------

 Arrow

-------*/



@-webkit-keyframes floating-arrow {from {-webkit-transform: translateY(-4px); transform: translateY(-4px); }

65% {-webkit-transform: translateY(4px); transform: translateY(4px); }

to {-webkit-transform: translateY(-4px); transform: translateY(-4px); } }

@keyframes floating-arrow {from {-webkit-transform: translateY(-4px); transform: translateY(-4px); }

65% {-webkit-transform: translateY(4px); transform: translateY(4px); }

to {-webkit-transform: translateY(-4px); transform: translateY(-4px); } }

@-webkit-keyframes floating-arrow-up {0% {-webkit-transform: translateY(0px); transform: translateY(0px); }

25% {-webkit-transform: translateY(4px); transform: translateY(4px); }

75% {-webkit-transform: translateY(-4px); transform: translateY(-4px); } }

@keyframes floating-arrow-up {0% {-webkit-transform: translateY(0px); transform: translateY(0px); }

25% {-webkit-transform: translateY(4px); transform: translateY(4px); }

75% {-webkit-transform: translateY(-4px); transform: translateY(-4px); } }

.pt-arrow {bottom: 48px; left: 0; position: absolute; text-align: center; width: 100%; }

@media (max-width: 991px) {.pt-arrow {bottom: 31px; } }

@media (max-width: 320px) {.pt-arrow {bottom: 21px; } }

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {.pt-arrow {bottom: 31px; } }

.pt-arrow a {background: rgba(0, 0, 0, 0.2); border-radius: 3px; color: #fff; display: inline-block; height: 46px; outline-style: none !important; position: relative; text-decoration: none; transition: all .3s ease-in-out; width: 46px; }

.pt-arrow a:hover {background: #2d2d2d; }

.pt-arrow-icon {display: block; }

.pt-arrow-icon::before {content: "\203a"; display: inline-block; font-family: serif; font-size: 32px; line-height: 1; font-style: normal; left: 4px; position: relative; top: 6px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.pt-arrow-floating .pt-arrow-icon {-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s; animation: floating-arrow 1.6s infinite ease-in-out 0s; }

.pt-arrow-up {bottom: 25px; right: 90px; position: fixed; text-align: right; z-index: 5000; }

@media (max-width: 991px) {.pt-arrow-up {bottom: 31px; } }

@media (max-width: 320px) {.pt-arrow-up {bottom: 21px; } }

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {.pt-arrow-up {bottom: 31px; } }

.pt-arrow-up a {background: rgba(0, 0, 0, 0.2); border-radius: 3px; color: #fff; display: inline-block; height: 46px; outline-style: none !important; position: relative; text-decoration: none; transition: all .3s ease-in-out; width: 46px; cursor: pointer; }

.pt-arrow-up a:hover {background: #2d2d2d; }

.pt-arrow-up-icon {display: block; }

.pt-arrow-up-icon::before {content: "\203a"; display: inline-block; font-family: serif; font-size: 32px; line-height: 1; font-style: normal; position: relative; top: 6px; left: -4px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.pt-arrow-up:hover .pt-arrow-up-icon {-webkit-animation: floating-arrow-up 1.6s ease-in-out infinite 0s; animation: floating-arrow-up 1.6s ease-in-out infinite 0s; }

@media (max-width: 768px) {.pt-arrow-up {right: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-align: center; bottom: 15px; } }

@media (min-width: 768px) {.pt-right-padding-md-up {padding-right: 60px; } }

@media (min-width: 768px) {.pt-left-padding-md-up {padding-left: 60px; } }

.pt-valign-top {vertical-align: top; }

.form-asterisk {font-family: initial; position: absolute; top: -2px; font-weight: normal; }

.row-sm-offset {margin-left: -0.625rem; margin-right: -0.625rem; }

.row-sm-offset > * {padding-left: 0.625rem; padding-right: 0.625rem; }

@-webkit-keyframes btnCircleLoading {from {-webkit-transform: rotate(0deg); }

to {-webkit-transform: rotate(359deg); } }

@keyframes btnCircleLoading {from {transform: rotate(0deg); }

to {transform: rotate(359deg); } }

.btn-loader {-webkit-animation: btnCircleLoading .6s infinite linear; animation: btnCircleLoading .6s infinite linear; border-radius: 50%; border: 4px rgba(255, 255, 255, 0.25) solid; border-top-color: white; display: none; height: 26px; left: 50%; margin-left: -13px; margin-top: -13px; position: absolute; top: 50%; width: 26px; }

.btn-loading {position: relative; }

.btn-loading .btn-text {visibility: hidden; }

.btn-loading .btn-loader {display: block; }

.hidden {visibility: hidden; }

.visible {visibility: visible; }

.hamburger-om:after {content: ""; width: 30px; height: 3px; background-color: #fff; position: absolute; top: 8px; left: 0; }

.hamburger-om:before {content: ""; width: 30px; height: 3px; background-color: #fff; position: absolute; top: -8px; left: 0; }

/*-------

 Iconfont

-------*/



/* iconfont default styling */



/* for buttons */



.pt-iconfont.pt-iconfont-btn,



.pt-buttons__btn .pt-iconfont {padding-right: 0.4em; font-size: 1.6em; line-height: 0.5em; vertical-align: text-bottom; position: relative; top: -0.12em; text-decoration: none; }

/* menu links */



.pt-iconfont.pt-iconfont-btn-parent,



.link .pt-iconfont {font-size: 1.4em; top: -0.3em; position: relative; vertical-align: middle; }

/*menu logo */



.pt-iconfont.pt-iconfont-menu,



.pt-iconfont.pt-iconfont-ext__menu {font-size: 37px; text-decoration: none; color: #fff; }

/* features2, features3 */



.pt-iconfont.pt-iconfont-features2,



.pt-iconfont.pt-iconfont-features3 {font-size: 119px; text-decoration: none; text-align: center; display: block; margin-top: 0.2em; color: #F1C050; }

/* features4 */



.pt-iconfont.pt-iconfont-features4 {font-size: 50px; text-decoration: none; text-align: center; display: block; color: #000; }

.pt-iconfont-features7 {font-size: 50px; text-decoration: none; text-align: center; display: block; color: #fff; }

/* msg-box4 */



.pt-iconfont.pt-iconfont-msg-box4,



.pt-iconfont.pt-iconfont-msg-box5 {font-size: 250px; text-decoration: none; color: #232323; }

/* header2 */



.pt-iconfont.pt-iconfont-header2 {font-size: 250px; text-decoration: none; color: #fff; }

/* contacts1 */



.pt-iconfont.pt-iconfont-contacts1 {font-size: 119px; text-decoration: none; color: #9C9C9C; }

/* contacts3 */



.pt-iconfont.pt-iconfont-logo-contacts3 {font-size: 58px; text-decoration: none; color: #9C9C9C; margin-bottom: 1.57rem; }

.pt-iconfont-company-contacts3 {font-size: 22px; color: #cfcfcf; }

.pt-iconfont-company-contacts5 {font-size: 22px; color: #000; }

html.is-builder .pt-cards .card-img + .card-block {padding-top: 0; }

html.is-builder .pt-cards .card-text + .card-btn {padding-top: 0; }

html.is-builder .pt-cards .card-title + * {padding-top: 0; }

html.is-builder .pt-cards .card-title + .card-btn {padding-top: 0; }

html.is-builder .pt-cards .card-subtitle + .card-btn {padding-top: 0; }

html.is-builder :not([data-app-remove-it]).card-img + .card-block {padding-top: 2.3125rem; }

html.is-builder :not([data-app-remove-it]).card-title + .card-subtitle, html.is-builder :not([data-app-remove-it]).card-title ~ .card-text {padding-top: 1rem; }

html.is-builder :not([data-app-remove-it]).card-title ~ .card-btn {padding-top: 1.4375rem; }

html.is-builder :not([data-app-remove-it]).card-subtitle + .card-text {padding-top: 0; }

html.is-builder :not([data-app-remove-it]).card-subtitle ~ .card-btn {padding-top: 0.3125rem; }

html.is-builder :not([data-app-remove-it]).card-text + .card-btn {padding-top: 1.375rem; }

html.is-builder .article .lead p {margin-top: 0; }

html.is-builder .article div .btn {margin-top: 0; }

html.is-builder .article .pt-section-title:not([data-app-remove-it]) + .lead p {margin-top: 1.5625rem; }

html.is-builder .article .pt-section-title:not([data-app-remove-it]) ~ div .btn {margin-top: 2.3125rem; }

html.is-builder .article .lead:not([data-app-remove-it]) + div .btn {margin-top: 2.3125rem; }

.article .display-2 {margin-bottom: 0; }

.article .pt-section-title + .pt-section-subtitle {margin-top: 4px; }

.article .pt-section-title + .lead p {margin-top: 1.5625rem; }

.article .pt-section-title + div .btn {margin-top: 2.3125rem; }

.article .lead + div .btn {margin-top: 2.3125rem; }

.article .pt-section-subtitle {margin-bottom: 0; }

.content-size {width: auto; }

.image-size {vertical-align: middle; margin: auto; text-align: center; }

.image-size .pt-figure {padding-top: 3px; }

@media (max-width: 768px) {

.pt-section { background-size:100% !important; background-position:inherit !important }

.image-size {width: 100% !important; } 

.magnify-lens {display:none !important;}

#content_mainbox img {  height: auto;}

#content_mainbox .wp-pagenavi {margin-bottom:25px !important;}

#content_mainbox .blog_list_page .short_content_box { padding-left: 20px !important; padding-right: 20px !important; }

#content_mainbox .wp-pagenavi a, #content_mainbox .wp-pagenavi span {text-decoration: none;border: 1px solid #12b2a6 !important;font-size:14px !important;padding: 2px 7px!important;margin: 2px;color:#12b2a6 !important;}

.q2w3-fixed-widget-container .box { position:relative !important; top:0px !important; visibility:visible !important; height:auto !important; float:left; width:100% !important; margin-bottom:0px !important;}

button#responsive-menu-button { background: #007fa3 !important; width: 50px !important; height: 50px !important;}

.top-bar_head { display:none !important;}

#ext_menu-7 { height: auto !important;}

.ubermenu-responsive-toggle {display:none !important;}

.serach-wrap {display:none !important;}

#content_mainbox, .pt-slider {margin-top:90px !important;}

.page-template-page-contact .nopadding {padding:0 15px;}

.page-template-page-solutions #content_mainbox { margin-top:0px !important;}

.page-template-page-solutions { background: #e0e0e0; }

.page-template-page-solutions  .banner h1 {margin-top: 117px !important;}

}

/*# sourceMappingURL=style.css.map */



.engine { position: absolute; text-indent: -2400px; text-align: center; padding: 0; }

.navbar { background:#fff;}

#ext_menu-7 {height:90px;}

.ubermenu .ubermenu-target-text { font-family: 'Open Sans', sans-serif !important; text-transform:uppercase; color:#333 !important; font-size:15px !important;     font-weight: 600 !important; }

.navbar-short .top-bar_head {display:none !important; transition: all 0.45s ease;}

.top-bar_head { width:100%; height:40px; background:#fff; border-bottom: 1px solid #ddd;}

.right_band { text-align: right;color: #4e4d4d; font-size: 15px; line-height: 36px;}

/*.ubermenu ul li:before { content:'|';position: absolute; top: 16px;}*/

.ubermenu-submenu li:before { display:none !important;}

.ubermenu ul li:first-child:before { display:none;}

.social_icon ul { margin:0px; list-style:none; padding:0px;}

.social_icon ul li { float:left; }

.right_band .country { font-size:13px; float: right; padding:0 10px; }

.right_band .country:after /*,.right_band .social_icon:after*/ { content:'|';position: absolute; top: 0px; padding-left:5px; font-size:13px; }

.right_band .social_icon { float:right; padding:0 10px;}

.right_band .social_icon a { margin-right:5px; color:#505759;}

.right_band .country a { color:#505759;}

.right_band .country img { margin-right:5px;}

.right_band .online {padding:0 10px; float: right;}

.right_band .online a { color:#505759; font-size:13px;}

#content_box h3 { color:#12b2a6; font-size:19px; font-family: 'Open Sans', sans-serif !important; margin: 15px 0 20px;}

#icon_box h3 { color:#a1237f; font-size:18px; font-family: 'Open Sans', sans-serif !important; font-weight:600; }

#content_box .left_no-padding { padding-left:0px;}

.right_border { background: url(assets/images/border.jpg) no-repeat bottom right;}

.side_list li { margin-bottom:5px;}

.btn-normal { background-color: #52b267; border-color: #52b267; box-shadow: none; margin-top: 15px; font-weight: 400; color: #fff; letter-spacing:1px; font-family: 'Open Sans', sans-serif !important; font-size:14px !important; }

.blog_item { background:#fff !important; padding:20px;}

.blog_item p { font-size:15px !important; font-weight: 400;}

#blog div.row .col-md-4:nth-child(2) .blog_item {border-top:6px solid #06aea1;}

#blog div.row .col-md-4:nth-child(3) .blog_item {border-top:6px solid #ffb81c;}

#blog div.row .col-md-4:nth-child(4) .blog_item {border-top:6px solid #db0020;}

span.post_meta { color:#333 ; font-size:13px; margin-bottom: 15px; width: 100%; float: left; font-weight: 400;}

.amazingcarousel-textcite strong { font-size:25px; font-family: 'Open Sans', sans-serif !important; color:#333 ; font-style:normal !important; }

.amazingcarousel-textcite { margin-top:20px;}

.highlighted p {font-family: 'Open Sans', sans-serif  !important; font-weight: normal; font-size: 26px !important; letter-spacing: 1px; line-height: 35px;}

#main { border-right: 1px solid #ddd; padding-right: 40px; }

.product_content ul { margin-left:5px;}

.sidebar_product h2 { color:#333 ; font-size:23px; text-transform:uppercase; font-family: 'Open Sans', sans-serif !important;}

.sidebar_product blockquote { font-style:italic; font-size:15px;}

.product_content li { list-style:none; margin-bottom:5px;}

.product_content li:before{content:'\f04b'; font-family:fontAwesome; padding-right:10px; font-size:10px;}

#icon_box .content_icon_features h3 { color: #a1237f; font-size: 16px; font-family: 'Open Sans', sans-serif !important; font-weight: 600; line-height: 22px;}

#icon_box .content_icon_features .col-sm-11 {padding-left:25px;}

.content_icon { margin-top:25px; float:left; padding: 0;}

.content_icon i { font-size: 40px; }

.content_icon_features { margin-top:25px; float:left; padding: 0;}

.content_icon_features.row { margin-bottom:25px;}

.content_icon_features i {font-size: 35px; }

.txt-center {text-align:center; height: 29px; vertical-align: middle; line-height: 30px;}

.content_icon_features h4 {font-size:18px; font-family: 'Open Sans', sans-serif !important;}

.download_item {float:left;border:1px solid #ddd;border-radius:5px;margin-top: 15px;padding: 15px 20px;}

.download_item .col-sm-8 {line-height:30px;}

.download_item .col-sm-8 a {color: #505759; }

.download_item .col-sm-4 a {color: #1e79b9; }

.side_data .side_item { margin-top:15px;}

.download_item img { margin-right:10px;}

 body { counter-reset: item; }

#content_mainbox ol { list-style: none;margin: 0px; padding: 0px;}

#content_mainbox ol li { counter-increment: item; margin-bottom: 25px; color:#565656; font-size:15px;}

#content_mainbox ol li strong { font-size:18px; margin-bottom:10px; color: #333 ;}

#content_mainbox ol li:nth-child(0n+1):before{background: #12b2a6 !important; }

#content_mainbox ol li:nth-child(2n):before{background: #ffb91d; }

#content_mainbox ol li:nth-child(5n):before{background: #ffb91d !important; }

#content_mainbox ol li:nth-child(6n):before{background: #db0020 !important; }

#content_mainbox ol li:nth-child(3n+1):before{background: #12b2a6 !important; }

#content_mainbox ol li:nth-child(2n+1):before{background: #db0020; }

.navbar-short .serach-wrap {top: 5px; }

#content_mainbox olli:before { margin-right: 10px; content: counter(item); background: lightblue; border-radius: 100%; color: white; width: 2.9em; text-align: center; display: block;

float: left; margin-bottom: 50px; padding: 10px 10px; margin-right: 25px;}

/*#content_mainbox a:focus, #content_mainbox a:hover , #content_mainbox a { Color:#0a3fa2; }*/

#content_mainbox .btn-normal{ color:#fff !important;}

.product_content h2 , #content_mainbox h2 { margin-bottom: 1.6875rem; font-family: 'Open Sans', sans-serif ; font-weight: normal; font-size: 34px; color: #333 ; letter-spacing: 1px; }

#help .lead p { font-family: 'Open Sans', sans-serif ; font-weight: normal; font-size: 30px; color: #fff; letter-spacing: 1px; line-height:38px;}
.page-banner {height:25vh; display:table; width:100%;}
.page-banner  h1 { vertical-align:middle; display:table-cell; padding-top: 8px;}
.banner h1 {font-family: 'Open Sans', sans-serif !important;font-size: 35px;letter-spacing:1px; color:#fff;font-weight: 600;text-transform: uppercase;}

.product_content p , #content_mainbox p { color:#565656; font-size:15px;}

.page-template-page-contact textarea{ height: 120px;}

.blog_banner_img img{ width: 57% !important; float: right; margin-top: -8px !important;}

.thumb_blog { width: 100%; height: auto; }

.short_content_box {padding: 35px !important; }

.short_content_box h2 { margin-bottom: 7px !important; }

span.loop_cat a { color:#787878 !important; }

.pt-footer-content strong { text-transform:uppercase; }
.pt-footer-content img { width:100%;}

.wp-pagenavi a, .wp-pagenavi span { text-decoration: none; border: 1px solid #12b2a6 !important;font-size:14px !important; padding: 9px 16px!important; margin: 2px; color:#12b2a6 !important;;}

.page-id-141 .row { margin-bottom:25px;}

.page-id-141 #content_mainbox h2 { margin-bottom: 1.6875rem; font-family: 'Open Sans', sans-serif ; font-weight: normal; font-size: 25px; color: #333 ; letter-spacing: 0px; line-height: 33px;}

.short_content_box h2.entry-title a { Color: #0a3fa2 !important; font-size: 26px !important; letter-spacing: 0px !important;}

.page-template-page-contact input, .page-template-page-contact textarea , .page-template-page-contact select ,  .single-resources input , .single-resources textarea , .single-resources select { font-size: 14px; font-family: 'Open Sans', sans-serif !important; border: 1px solid #807979; outline: none; color: #4d4d4d;

/* border-top: none; */

/* border-left: none; */

/* border-right: none; */

width: 100%;

padding: 10px;}

.ff-overlay {

background: #222;

bottom: 0;

left: 0;

position: absolute;

right: 0;

top: 0;

z-index: 2;

}

.page-template-page-contactinput[type=submit] {background-color: #12B2A6; border-radius: 3px; width:auto !important;

border-color: #12B2A6;

box-shadow: none;

margin-top: 15px;

font-weight: 400;

color: #fff;

letter-spacing: 1px;

font-family: 'Open Sans', sans-serif !important;

font-size: 14px !important; }

.large_heading {font-size: 50px !important; letter-spacing: 1px; margin-top: 35px !important; line-height: 61px;}

.map :before{ width:100%; float:left; position:absolute; height:auto;}

.news_img img{ width:100%; height:auto;}

.pt-footer .news h3, .pt-footer .news h4 { margin:0px; font-size:14px; font-family: 'Open Sans', sans-serif !important; letter-spacing:1px;}

.pt-footer {font-family: 'Open Sans', sans-serif !important;}

.pt-footer .news h4 a { font-weight:300; color:#bcbcbc; }

.pt-footer .news h3 a { font-weight:600; color:#bcbcbc; margin-bottom:5px;}

.pt-footer .news span {font-size:12px; letter-spacing:1px;}

.social_media img { margin-bottom:15px;}

.pt-footer .news { margin-bottom:15px; float:left; color:#bcbcbc;}

.ubermenu-submenu { background:#fff !important;}

.ubermenu-submenu .ubermenu-column-1-3 .ubermenu-target { padding: 7px 20px !important; }

.ubermenu-submenu ul li:before , .ubermenu-submenuli:before {display:none !important;}

.ubermenu .ubermenu-submenu .ubermenu-tabs-group .ubermenu-active { background:#ededed !important; }

.ubermenu .ubermenu-submenu.ubermenu-target-text {font-size:12px !important;}

.ubermenu .ubermenu-target{ padding:15px 15px !important;}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item { min-width: 210px !important; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after { color:#1b3f71 !important;}

.serach-wrap {/* background: #ffd737; */height: 65px;padding: 0px 0px 0;position: absolute;right: -6px;top: 20px;z-index: 555;}

.serach-wrap input.search { width: 0; height: 45px; text-indent: -9999px; overflow: hidden; margin: 0; padding: 0 30px 0 15px; border: 0; float: right; background: url(assets/images/glass.svg) center right no-repeat #fff;font-size: 20px; line-height: 45px; color: #fff; transition: all .5s; }

.flip-list li, .survey .skin { font-family: "Roboto Slab";}

.serach-wrap input.search:focus { outline: 0; text-indent: 0; overflow: visible; background: url(assets/images/glass.svg) center right 10px no-repeat #12b2a6; width: 250px; }

@media (min-width: 1200px) {

.container { max-width: 1200px !important;}

}

input, textarea {font-size:14px; font-family: 'Open Sans', sans-serif !important; border-bottom: 1px solid #ddd; outline:none; border-top: none; border-left: none; border-right: none; }

h3.section_heading {margin: 15px 0 !important; font-family: 'Open Sans', sans-serif ; font-weight: normal !important; font-size: 24px !important; color: #007fa3; letter-spacing: 1px; line-height: 33px;}

.btn-normal:hover {color: #fff; background-color: #12B2A6; border-color: #12B2A6; box-shadow: none; }

.btn-normal:focus, .btn-normal.focus {color: #fff; background-color: #12B2A6; border-color: #12B2A6; }

.btn-normal:active, .btn-normal.active {color: #fff; background-color: #12B2A6; border-color: #12B2A63; background-image: none; box-shadow: none; }

.btn-normal.disabled, .btn-normal:disabled {color: #fff !important; background-color: #12B2A6 !important; border-color: #12B2A6 !important; opacity: 0.85; }

.section_heading {margin-bottom: 1.6875rem; font-family: 'Open Sans', sans-serif ; font-weight: normal; font-size: 30px; color: #333 ;  }

.blog_item	a { font-style:normal !important;}
.content_sp_home strong { font-size: 22px; font-weight: 400;}

	 /* Simple Slider */

.white-back{ box-shadow: 0 2px 5px rgba(0,0,0,0.2); background: #fff; }

.simple blockquote p { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #1e528e; padding: 25px; font-size: 1.25em; font-style: italic; text-align: center; }

.simple cite { font-size: 1em; float: right; font-style: normal; color: #1e528e; }

.simple cite a { color: #2d91c2; font-style: italic; text-decoration: none; font-size:.85em; }

.simple cite a:hover { color: #00B4CC;}

.banner sup {font-size: 14px; top: -17px; left: -10px;}

.product_list {border-bottom: 1px dotted #ddd; padding: 5px 0; }

.product_list a { display:block; }

.logo-container img { vertical-align: middle;  height: auto; margin: 0 auto; display: table;}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after { right:0px !important;}

.resources_tab h3 {  color:#333 ; font-size:23px;     margin-top: 15px; }

.alignleft {float:left; margin-right:15px;}

.alignright {float:right; margin-left:15px;}

.blog_list_page .short_content_box { padding: 11px 24px 11px 0px !important;}

.blog_list_page .short_content_box h2.entry-title a { font-size:22px !important;}

.blog_list_page span.post_meta { margin-bottom:10px !important;}

#sidebar {    padding: 0 10px;}

.rpwe-block li { border-bottom: 1px dotted #8c7d7d !important; }

.rpwe-block a {   font-size: 15px !important; }

.rpwe-block { font-size: 12px!important; line-height: 1.8em !important;}

.box {margin-bottom: 35px; }

.page-template-page-contact textarea { height: 178px !important;}

.page-template-page-contact .col-sm-4.recaptcha .wpcf7-form-control-wrap { width:auto; float:left !important;}

.single .postcontent img { max-width:100% !important; height: auto !important;}

.mobile_testimonial { float:left; width:100%;}

.page-template-page-contact input[type=submit] {

    -webkit-appearance: button; float:right;

    cursor: pointer;

    width: auto !important;

    background-color: #12B2A6 !important;     border: 1px solid #12B2A6 !important;

    color: #fff;

    border-radius: 4px;

}

#sidebar .box h4{

	font-family: 'Open Sans', sans-serif !important;

    Color: #333 !important;

    font-size: 24px !important;

    letter-spacing: 0px !important; }

.wpcf7-validation-errors {

    border: 2px solid #f7e700 !important;

    float: left;

    width: 100% !important;

    padding: 10px;

}
.pt-footer-content strong { margin-bottom:0em !important;}
input, textarea{ padding: 8px 10px;
    border-radius: 5px;
    background: #fffff;
    border: 1px solid #646464; width:100%;}
.pt-footer div.wpcf7{ float: left; }
.pt-footer div.wpcf7 p {margin-bottom: 10px;}
.pt-footer div.wpcf7 textarea { height:100px;}
.pt-footer input[type=submit] { background:#000; padding:10px 25px; border:#000; width:auto; float:right;}
li.social-icons-list-item { float: left; width: auto; height: 43px;}
ul.ubermenu-nav  { float:right;}
ul.ubermenu-submenu a.ubermenu-target span.ubermenu-target-text { color:#333 !important;}
.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item { border-bottom:1px solid #ddd;}
ul.ubermenu-submenu a:hover, .ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item:hover { color:#52b267 !important;}
ul.ubermenu-submenu a.ubermenu-target span.ubermenu-target-text:hover { color:#52b267 !important;}
/*
.sidebar_page {border: 1px solid #b1b1b1;padding-top: 1px;background: #ffffff;color:#333;padding-bottom: 25px;padding: 10px;border-radius: 5px;}
.sidebar_page a { color:#333;}
.sidebar_page li.menu-item {border-bottom: 1px solid #dddd; padding: 5px 0; }
ul.ubermenu-submenu { background: #333 !important; color:#333;}
ul.ubermenu-submenu a.ubermenu-target span.ubermenu-target-text { color:#eeb42c !important;}
ul.ubermenu-submenu li { border:1px solid #fff; color:#333;}
ul.ubermenu-submenu li a {color:#333;}*/
.page .banner {    background-size: 100%; background-position:center !important; height:25vh;}
li.ubermenu-current_page_item a.ubermenu-target span.ubermenu-target-text { color: #52b267 !important;}
.welcome strong { font-weight:600 !important; letter-spacing:1px;}
.welcome p { color: #333; font-size: 20px;}
.contact_details_head i { color:#52b267; padding-left:5px; padding-right: 5px; }
.contact_details_head { text-align: right; }
.top_cont { float:right; padding-right:10px; padding-top: 5px;}
.col-sm-4.footer_item { color: #888787;}
.col-sm-4.footer_item  ul li {  float: left; padding: 0 10px; width: 100%; color: #888787;}
.col-sm-4.footer_item  ul li a { color: #888787;}
.footer_item h2 { color: #888787; font-weight: 600; font-size: 25px; margin-bottom: 25px; }
.icon_social { float:right; width:150px;}
.icon_social li {float:left; margin-left: 4px;}
.icon_social li a i{ color:#fff !important; }
.icon_social li a.fb { background:#3a5897 !important;}
.icon_social li a.tw { background:#25a6d1 !important;}
.icon_social li a.lin { background:#0e76a8 !important;}
.icon_social li a.insta { background:#8a3ab9 !important;}
.icon_social li a { width: 32px; height: 32px; border-radius: 50%; color:#fff !important; background: #333; color: #fff; float: left; line-height: 29px; text-align: center;}
.img_service img { width:100%; background: #fff; border-radius: 50%;  padding: 5px;}
.service_section h2{font-size: 22px; float: left; text-align: left; width: 100%; font-weight: 700; color: #fff;}
.service_section p {text-align:left; color:#fff;}
.solution_icon { padding: 0px !important;  }
.solution_icon a { padding: 25px; float:left;  min-height: 280px;   transition: all 0.5s ease;}
.solution_icon a:hover { background: #f3e1d1;}
.solution_icon h2 { font-weight: 600; font-size: 20px; margin-top: 8px; float: left;  margin-bottom: 15px; padding-right: 50px;}
.feature_list ul li { width:50%; float:left;}
.feature_list ul li { background: url(assets/images/tik.png) no-repeat 20px 7px;}
.feature_list p { padding-left: 25px; color: #bbb; }
.feature_list ul li { background: url(assets/images/tik.png) no-repeat 20px 7px; background-size: 6%;  padding-left: 50px; padding-top: 6px; }
.amazingcarousel-next , .amazingcarousel-prev {display:none !important;}
.solution_icon img {
    width: 25%;
    margin-bottom: 16px;
    float: left;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 325px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);  background: #fff; border-radius:5px;
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg); border-radius:5px;
}
.back img { width:100%; height:auto;}
.front { padding:100px 20px 0;}
.front .amazingcarousel-text { text-align:center;}
.client_box { background:#fff; border-radius: 15px;}
#amazingcarousel-1 blockquote {
	font: italic 16px 'Open Sans', sans-serif !important;
	font-weight:300 !important;
	position: relative;
	color: #505759 !important;
	text-align: left !important;
	margin: 8px 18px 8px 24px !important;}
#amazingcarousel-1 cite {text-align:left !important;}
.client_box .section_heading { margin-bottom:0px !important;}
.contact_item { margin-bottom:10px; padding-right: 0px;}
.section_in li { background: url(assets/images/list-kgn.png) no-repeat 20px 7px; padding-left: 38px; padding-top: 0px; padding-bottom: 10px; color:#bfbfbf;}
.section_in ul { margin-left:10px;}
.banner_title_container { display:table; height:25vh;}
.banner_title_container .banner_title_txt {display:table-cell; vertical-align:middle;}
.single  h4 { color: #1b3f71; }
.contact_git .col-sm-12 { padding-left:0px; padding-right:0px; }
.contact_git .contact_item  input[type=submit] {  padding: 10px 25px; background: #1b3f71 !important; color: #fff !important;  border-radius: 5px;}
.contact_git .contact_item textarea { height: 140px; }
.pt-footer  ul li { float:left; padding: 0 10px;}
.pt-footer  ul li a { color:#333;}
.slide-back .h2-holder{ position:absolute;z-index:500;bottom:9%; width: 100%; float:left; padding:0 25px; }
.slide-back h2 {font-weight: 600;color:  #fff;font-size: 22px;text-align: center; text-transform:uppercase;}
.slide-back {position:relative;}
.amazingcarousel-item .btn-normal.blue:active , .amazingcarousel-item .btn-normal.blue.active, .amazingcarousel-item  .btn-normal.blue {
    color: #fff;
    background-color: #1b3e70!important;
    border-color: #1b3e70 !important;
    background-image: none;
    box-shadow: none;
}

.amazingcarousel-item .btn-normal.red:active , .amazingcarousel-item .btn-normal.red.active, .amazingcarousel-item  .btn-normal.red {
    color: #fff;
    background-color: #cd2329 !important;
    border-color: #cd2329 !important;
    background-image: none;
    box-shadow: none;
}