@import url(../fonts/CalibriRegular/fonts.css);
@import url(../fonts/CalibriLightItalic/fonts.css);
@import url(../fonts/CalibriLight/fonts.css);
@import url(../fonts/CalibriBold/fonts.css);
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
      url(../fonts/MaterialIcons-Regular.woff) format('woff'),
      url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* ============= start: reset ============= */
*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;    
}
h1,
h2,
h3,
h4,
h5,
h6{
    color: #4aa32c;
}
p{
    font-size: 18px;
}
body {
    min-height: 100vh;
    font-family: 'Conv_Calibri Regular';
    color: #475358;
    background-color: transparent;
}

label {
    margin: 0;
}

footer {
    margin-top: auto;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

address {
    font-style: normal;
}

textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input:hover,
input:active,
input:focus {
    outline: none;
    box-shadow: none;
}

select:hover,
select:active,
select:focus {
    outline: none;
    box-shadow: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /*For FireFox*/
}

input[type=number]::-webkit-inner-spin-button {
    /*For Webkits like Chrome and Safari*/
    -webkit-appearance: none;
    margin: 0;
}
button,
button:hover,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
img {
    border: none;
    max-width: 100%;
}
a img {
    border: 0px;
}
figure {
    margin: 0;
    padding: 0;
}

/* ============= end: reset ============= */


/* =========== start: custom =========== */

.container{
    width: 100%;
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}
.custom-container {
    width: 100%;
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.custom-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.themeBtn{
    background-color: #4aa32c;
    padding: 8px 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #4aa32c;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
    text-transform: uppercase;
}
.themeBtn i{
    display: none;
}
.themeBtn:hover{
    background-color: #4aa32c;
    color: #fff;
    padding: 6px 30px;
}
.themeBtn:hover i{
    display: block;
    position: absolute;
    right: 8px;
    font-size: 14px;
    color: #fff;
}
.themeBtnOutline{
    background-color: #fff;
    padding: 8px 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #4aa32c;
    border: 2px solid #4aa32c;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
    text-transform: uppercase;
}
.themeBtnOutline i{
    display: none;
}
.themeBtnOutline:hover{
    background-color: #4aa32c;
    color: #fff;
    padding: 6px 30px;
}
.themeBtnOutline:hover i{
    display: block;
    position: absolute;
    right: 8px;
    font-size: 14px;
    color: #fff;
}
.fullBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
}
.form-control{
    padding: 10px 10px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(78, 78, 78);
    height: 40px;
    border: none;
    border-bottom: 1px solid rgb(81, 85, 87);
    margin-top: 8px;
}
.form-control:focus{
    border-color: rgb(81, 85, 87);
    box-shadow: none;
    color: rgb(78, 78, 78);
    background-color: transparent;
}
select.form-control{
    padding: 2px 2px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(78, 78, 78);
    height: 35px;
    border: none;
    margin-top: 0px;
}
textarea.form-control{
    padding: 10px 10px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(78, 78, 78);
    height: 40px;
    border: none;
    border-bottom: 1px solid rgb(81, 85, 87);
    margin-top: 0px;
    height: auto;
}
form label{
    font-size: 18px;
    color: rgb(71, 83, 88);
    font-family: 'Conv_Calibri Light';
}
.inputgroup{
    position: relative;
}
.inputgroupLeft .leftSide{
    position: absolute;
    left: 17px;
    top: 15px;
    color: #5168F4;
    right: initial;
}
.inputgroupRight .rightSide{
    position: absolute;
    right: 17px;
    top: 15px;
    color: #5168F4;
    left: initial;
}
.inputgroupLeft .form-control{
    padding: 15px 12px 15px 52px;
}
.inputgroupRight .form-control{
    padding: 15px 52px 15px 12px;
}
.inputgroupBoth .form-control{
    padding: 15px 52px 15px 52px;
}
.avtarBlock {
    display: flex;
    align-items: center;
}
.avtarBlock .imgBlock {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}
.avtarBlock .imgBlock img {
    width: 100%;
    height: 100%;
}
.avtarBlock p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #1D1E22;
    text-transform: capitalize;
}
.show {
    display: block !important;
}
.hide {
    display: none;
}

/* =========== end: custom =========== */

header{
    background-color: #fff;
    box-shadow: 0px 0px 42px 0px rgb(0 0 0 / 15%);
}
.headerRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}
.headerRow .logoBlock{
    width: 100%;
    max-width: 200px;
}
.langselect .dropdown {
    max-width: 150px;
}
.langselect .dropdown .wpml-ls-legacy-dropdown a{
    border:none;
    color: #475358;
}
.langselect .dropdown .wpml-ls-legacy-dropdown a .wpml-ls-flag{
    border-radius: 100%;
    width: 18px;
    height: 18px;
}
.headerRow .langselect .dropdown-toggle{
    outline: none;
    box-shadow: none !important;
}
.headerRow .langselect .dropdown-toggle
.headerRow .langselect .dropdown-toggle::after { 
    position: relative;
    top: 2px;
}
.headerRow .langselect .dropdown:hover .dropdown-menu{
    display: block;
}
.headerRow .langselect .dropdown-menu {
    height: 300px;
    overflow: auto;
}
.headerRow .langselect .dropdown-item {    
    padding: 3px 10px;
}

.paentText{
    padding: 70px 0 100px;
}
.paentText p{
    text-align: center;
    max-width: 659px;
    margin: auto;
}

.minisiteRow .row{
    margin: 0 0;
}
.minisiteRow .row .col-12{
    padding: 0;
}
.minisiteRow .row .custColRight, .minisiteRow .row  .custColLeft{
    height: 500px;
}
.minisiteRow .row  .custColLeft img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.minisiteRow .row .custColRight{
    background-color: #475358;
    padding: 10% 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.minisiteRow .row .custColRight p{
    color: #fff;
    margin: 0 0 24px;
}
.minisiteRow .row .custColRight p a {
    color: #fbcabb;
}
.minisiteRow .row .custColRight p:last-child{
    margin: 0 0 0;
}
.minisiteRow .row .custColRight ul {
    padding-left: 19px;
}
.minisiteRow .row .custColRight ul li {
    color: #fff;
    list-style: disc;
}
.minisiteDetails{
    padding: 100px 0;
}
.minisiteDetails h3{
    color: #4aa32c;
    text-align: center;
    max-width: 400px;
    font-size: 18px;
    margin: 0 auto 80px;
}
.minisiteDetails .minisiteDetailsColInner{
    border: 1px solid #4aa32c;
    padding: 15px 15%;
    margin: 15px 0;
}
.min-height-150{
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.min-height-200{
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.min-height-300{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.minisiteDetails .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.minisiteDetailsInner{
    max-width: 1200px;
    margin: auto;
}
.minisiteDetails .minisiteDetailsColInner img{
    margin: 0 auto 15px;
    width: 50px;
}
.minisiteDetails .minisiteDetailsColInner p{
    text-align: center;
    min-height: 50px;
}

footer{
    background-color: #475358;
}
footer p{
    text-align: center;
    color: #fff;
    padding: 15px 15px;
}