@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300, 400,700|Roboto:400,700");
a:active,
a:focus,
a:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
textarea:focus,
textarea:hover {
    outline: 0;
}
a img,
img {
    border: 0;
}
a,
a:active,
a:hover {
    text-decoration: none;
}
.positionrelative,
body {
    position: relative;
}
.center,
.clear,
.clear:after {
    clear: both;
}
.overlay,
html {
    width: 100%;
    height: 100%;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.main_menu li a,
.readMore,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
}
.main_menu li a,
b,
dt,
strong {
    font-weight: 700;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #349edb;
}
body {
    background: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    padding-top: 88px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
.heading,
p {
    margin-bottom: 20px;
}
dd,
figure,
footer .part2 p,
li > ol,
li > ul,
ol,
ul {
    margin: 0;
}
h2,
h3 {
    margin-bottom: 25px;
}
img {
    max-width: 100%;
    line-height: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
}
a {
    color: #333;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.contentPage a,
.underline-txts,
a:hover {
    text-decoration: underline;
}
.main_menu li a,
.readMore,
.readMore:hover,
footer .part1 a {
    text-decoration: none;
}
.float_left {
    display: inline;
    float: left;
}
.float_right {
    display: inline;
    float: right;
}
.center {
    display: block;
    margin: 0 auto;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.textcenter {
    text-align: center;
}
.textjustify {
    text-align: justify;
}
.clear:after,
.clear:before {
    content: "";
    display: table;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
}
.LoadingIcon {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #767676;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    margin: -20px auto 0 -20px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 4;
    -webkit-animation: 1s linear infinite spin;
    -moz-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
ul {
    list-style: none;
}
ol {
    list-style: decimal;
}
body,
button,
input,
select,
textarea {
    color: #37474f;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.center {
    max-width: 1200px;
    width: 90%;
}
h1 {
    font-size: 40px;
    font-weight: 300;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 21px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #707070;
    background: #fff;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 0 10px 0 0;
}
button:hover,
input[type="button"].black,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #5f5046;
    color: #f79e5d;
}
header.Home,
header.innerPages {
    background: url(../../Images/bannerImage.jpg) center top/cover no-repeat fixed;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
    padding: 5px 15px;
    border: 1px solid #999;
    height: 39px;
    line-height: 39px;
}
header.Home {
    height: 750px;
}
header.innerPages {
    height: 190px;
    overflow: hidden;
}
.topNavWidths {
    height: 88px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: #607d8b;
}
.logo {
    padding: 9px 0;
}
.main_menu,
.owl-controls {
    margin: 30px 0 0;
}
.main_menu li {
    float: left;
}
.main_menu li:last-child a {
    margin-right: 0;
}
.main_menu li a {
    margin: 0 30px 0 0;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
}
.main_menu li a:after {
    content: "";
    display: block;
    margin: 6px auto auto;
    height: 3px;
    width: 0;
    background: 0 0;
    transition: width 0.3s ease-out, background-color 0.3s ease-out;
}
.main_menu li a.active:after,
.main_menu li a:hover:after {
    width: 40%;
    background: #ff9800;
}
.BannerHome {
    float: left;
    width: 100%;
}
.BannerHome .left {
    float: left;
    width: 49%;
    margin: 130px 0 0;
}
header.innerPages .BannerHome .left {
    margin-top: 60px;
}
.BannerHome .left h1 {
    color: #fff;
    line-height: 60px;
    margin: 0 0 100px;
}
.BannerHome .right {
    float: left;
    width: 51%;
    padding: 90px 50px 0;
    text-align: right;
}
.content .row {
    padding: 90px 0;
    border-bottom: 1px solid #eceff1;
    float: left;
    width: 100%;
}
.section1 .left {
    float: left;
    width: 45%;
    padding: 0 0 0 25px;
    text-align: center;
}
#owl-demo .item {
    margin: 0 25px;
    padding: 15px 0;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #718b97;
    margin: 0 7px;
    display: inline-block;
}
.owl-dots .owl-dot.active,
.readMore:hover {
    background: #ff9800;
    border-color: #ff9800;
}
.owl-nav {
    margin: 0 auto;
    width: 90%;
    top: -10px;
    position: relative;
}
.owl-nav div {
    position: absolute;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.section1 .right {
    width: 51%;
    padding: 20px 50px 0;
    float: left;
}
.heading h2 {
    font-size: 40px;
    color: #263238;
    margin: 0 0 22px;
}
.heading h2:after {
    content: "";
    display: block;
    margin: 20px 0 0;
    height: 3px;
    width: 70px;
    background: #ff9800;
}
.heading span {
    line-height: 24px;
}
.heading.textcenter h2:after {
    margin: 20px auto auto;
}
.section1 .right ul li {
    display: block;
    line-height: 2;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.section1 .right li::after {
    float: left;
    margin: 13px 13px 0 0;
}
.section2 .left {
    float: left;
    width: 35%;
    padding: 65px 0 0;
}
.section2 .right {
    float: right;
    width: 49%;
    padding: 0;
}
.section2 .right img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 20px;
}
.section3 {
    background: #eceff1;
}
.section3 .left {
    float: left;
    width: 35%;
    padding: 18px 0 0;
}
.section3 .right {
    float: right;
    width: 55%;
    padding: 0;
}
.section3 .right .box {
    float: left;
    width: 45%;
    margin-bottom: 30px;
    padding: 0 20px;
}
.section3 .right .box img {
    float: left;
    margin: 0 20px 30px 0;
    width: 60px;
}
.section3 .right .box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #f7941e;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.section3 .right .box p {
    line-height: 24px;
    padding-left: 80px;
}
.section4 .videoImg {
    margin: 40px 0 0;
    padding-bottom: 44%;
    position: relative;
}
.section4 .videoImg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.section5 .BlogPost {
    margin: 40px 0 0;
}
.section5 .BlogPost .Box {
    width: 47%;
    float: left;
    padding: 40px;
    border: 1px solid #b0bec5;
}
.section5 .BlogPost .Box:last-child {
    float: right;
}
.section5 .BlogPost .Box h4 {
    font-size: 20px;
    color: #161616;
    font-weight: 400;
    margin: 0 0 15px;
}
.section5 .BlogPost .Box p {
    line-height: 24px;
    margin: 0 0 30px;
}
.section5 .BlogPost .Box .rating {
    margin: 0 0 25px;
}
.section5 .BlogPost .Box .rating a {
    color: #ff9800;
}
.section5 .BlogPost .Box .Info {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 30px;
}
.section5 .BlogPost .Box .Info em {
    color: #ff9800;
    font-style: normal;
}
.readMore {
    border: 1px solid #b0bec5;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 20px;
    color: #263238;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}
.readMore i {
    margin: 0 0 0 15px;
    font-size: 16px;
}
.readMore:hover {
    color: #fff;
}
.section6 .FAQ {
    padding: 0 130px;
}
.section6 .left {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.section6 .left .faqImageonClick {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.section6 .left .faqImageonClick.faqBgcolors {
    background-color: #f2f2f2;
    background-position: center center;
}
.section6 .right {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.accordion-section-content {
    display: none;
    padding: 15px;
    border-bottom: 1px solid #b0bec5;
}
.accordion-section-title {
    font-size: 14px;
    color: #2c2c2c;
    text-transform: uppercase;
    padding: 15px 20px 15px 0;
    display: block;
    border-bottom: 1px solid #b0bec5;
    text-decoration: none !important;
    position: relative;
}
.accordion-section-content p {
    margin: 0;
    line-height: 24px;
}
footer .part1 {
    background: #b0bec5;
    padding: 55px 0;
    text-align: center;
}
footer .part1 a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
}
footer .part1 span {
    margin: 0 50px;
}
footer .part2 {
    background: #607d8b;
    text-align: center;
    padding: 50px 0;
    color: rgba(204, 204, 204, 0.7);
}
footer .part2 p span {
    color: rgba(255, 255, 255, 0.7);
}
.contentPage,
.contentPage * {
    word-wrap: break-word;
}
.contentPage ul {
    margin-left: 15px;
}
.contentPage ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 15px;
}
.contentPage ul li:before {
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #333;
    top: 6px;
    border-radius: 100px;
}
.home-hiw .hiw-container.row,
.row.home-hiw {
    border-bottom: 0;
}
.home-hiw .hiw-container {
    display: flex;
    gap:20px;
    justify-content:space-between;
}
.row .col-3 {
    width: calc(25% - 20px);
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.home-hiw .hiw-container .hiw-box {
    width: 25%; /* VL */
	padding: 25px 15px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
	box-sizing: border-box; /* VL */
    text-align:center;
    overflow:hidden;
}
.home-hiw .hiw-container .hiw-box:after,
.home-hiw .hiw-container .hiw-box:before {
    content: "";
    background: #f7941e;
    position: absolute;
    width: 0%;
    height: 2px;
    display: block;
    transition: 0.5s;
}
.home-hiw .hiw-container .hiw-box:before {
    top: 0;
    left: 0;
}
.home-hiw .hiw-container .hiw-box:after {
    bottom: 0;
    right: 0;
}
.home-hiw .hiw-container .hiw-box:hover:after,
.home-hiw .hiw-container .hiw-box:hover:before {
    width: 20%;
}
.home-hiw .hiw-container .hiw-box .box-icon {
    font-size: 60px;
    color: #f7941e;
    margin-bottom: 10px;
	max-height: 150px; /* VL */
    overflow: hidden; /* VL */
	display: flex; /* VL */
    justify-content: center; /* VL */
    align-items: center; /* VL */
	
}

.home-hiw .hiw-container .hiw-box .box-icon img { /* VL */
    max-height: 100%; /* VL */
    max-width: 100%; /* VL */
    width: auto; /* VL */
    height: auto; /* VL */
    object-fit: contain; /* VL */
	display: block; /* VL */
}


.home-hiw .hiw-container .hiw-box .box-content p {
    line-height: 22px;
}
@media (max-width: 1080px) {
    .home-hiw .hiw-container.row .col-3 {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
     .home-hiw .hiw-container {
        flex-wrap:wrap;
    }

}
@media (max-width: 767px) {
    .home-hiw .hiw-container.row .col-3 {
        width: 100% !important;
        margin-bottom: 40px;
    }

}
