@font-face {
    font-family: 'Trebuchet MS';
    src: url('../Fonts/TrebuchetMS.woff2') format('woff2'),
        url('../Fonts/TrebuchetMS.woff') format('woff'),
        url('../Fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trebuchet MS';
    src: url('../Fonts/TrebuchetMS-Bold.woff2') format('woff2'),
        url('../Fonts/TrebuchetMS-Bold.woff') format('woff'),
        url('../Fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trebuchet MS';
    src: url('../Fonts/Trebuchet-BoldItalic.woff2') format('woff2'),
        url('../Fonts/Trebuchet-BoldItalic.woff') format('woff'),
        url('../Fonts/Trebuchet-BoldItalic.svg#Trebuchet-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Trebuchet MS';
    src: url('../Fonts/TrebuchetMS-Italic.woff2') format('woff2'),
        url('../Fonts/TrebuchetMS-Italic.woff') format('woff'),
        url('../Fonts/TrebuchetMS-Italic.svg#TrebuchetMS-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter V';
    src: url('../Fonts/inter.woff2') format('woff2'),
         url('../Fonts/inter.woff') format('woff'),
         url('../Fonts/inter.svg#inter_vregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
p , body{
    font-family: 'Trebuchet MS';
    font-size: 16px;
    line-height: 25px;
}
a:hover , a:focus{
    text-decoration: unset;
}
p.bigfont{
    font: normal normal bold 50px/60px Trebuchet MS !important;
    letter-spacing: 0px !important;
    color: #444444 !important;
    text-transform: uppercase !important;
    word-break: break-word;
}
header h3 {
    text-align: left;
    font: normal normal bold 35px/45px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    text-transform: uppercase;
}
p.h3{
    text-align: left;
    font: normal normal bold 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    text-transform: uppercase;
}
p.h2 , p.h2 a{
    text-align: left;
    font: normal normal bold 30px/45px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
}
.frame-type-text ul li{
    /*line-height: 2;*/
    margin-bottom: 18px;
}
span.cts-green {
    color: #579A42;
}
span.cts-yellow {
    color: #FFBF00;
}
@media (min-width: 1200px){
    section.halfwidth > .container{
        width: 1088px;
        padding: 0;
    }
    p, body{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
    }
    :root {
        --container: 1170px;
        --screewidth: 100%;
    }
}
@media (min-width: 1300px) {
    .testimonialsslider .swiper-button-next{
        right: calc((var(--screewidth) - var(--container))/2 + -50px);
    }
    .testimonialsslider .swiper-button-prev{
        left: calc((var(--screewidth) - var(--container))/2 + -50px);
    }
}
ul.arrow{
    padding: 0;
    list-style: none;
}
ul.arrow li:before{
    content: "\f061";
    margin-right: 25px;
    font-family: 'FontAwesome';
    letter-spacing: 0.25px;
    color: #444444;
    font-size: 23px;
    line-height: 30px;
}
ul.arrow li{
    margin-bottom: 18px;
}
ul.arrowdash{
    padding: 0;
    list-style: none;
}
ul.arrowdash li:before{
    content: "-";
    margin-right: 15px;
    font-family: 'FontAwesome';
    letter-spacing: 0.25px;
    color: #444444;
    font-size: 23px;
    line-height: 30px;
}
ul.arrowdash li{
    margin-bottom: 18px;
}

a{
    
    color: #ffbf00;

}

a:focus, a:hover {
    color: #cf9c05;
    text-decoration: underline;
}
html {
    scroll-behavior: smooth;
  }
/*##############################################################
######################### Menu #################################
################################################################*/
header.navbar{
    position: fixed;
    /*top: 37px;*/
    top:0;
    right: 0;
    left: 0;
    background-color: #FFF;
    /*padding: 15px;*/
    margin-bottom: 0;
    z-index: 200;
    border-radius: unset;
    border: unset;
    min-height: 80px;
    display: flex;
    align-items: center;
}
.menu-main-nav {
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 60%;
    margin: 0 auto;
    /*text-align: center;*/
}

.menu-main-nav ul , .menu-main-nav li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu-main-nav > ul > li{
    display: block;
    width: 100%;
    /*margin-right: 24px;*/
    /*position: relative;*/
}

/*.menu-main-nav > ul > li:last-child{
    margin-right: 0px;
}*/

.menu-main-nav > ul > li > a{
    color: #FFF;
    display: block;
    font-size: 32px;
    /*padding: 8px 5px 2px 5px;*/
    border-top: 2px solid #FFF;
    text-align: left;
    font: normal normal bold 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 0;
}

.menu-main-nav > ul > li:hover > a , .menu-main-nav > ul > li.active > a{
    /*color: #836959;*/
    text-decoration: unset;
}

.menu-main-nav ul li{
    position: relative;
    /*opacity: 0;*/
}

.menu-main-nav ul li a{
    position: relative;
}

/*.open-menu .menu-main-nav ul li{
    -webkit-animation: fadeInRight 0.5s ease forwards;
    -moz-animation: fadeInRight 0.5s ease forwards;
    -ms-animation: fadeInRight 0.5s ease forwards;
    -o-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}*/

.menu-main-nav ul li a{
    overflow: hidden;
}

/*.open-menu .menu-main-nav ul li:nth-child(2){
    -webkit-animation-delay: 0.40s;
    -moz-animation-delay: 0.40s;
    -ms-animation-delay: 0.40s;
    -o-animation-delay: 0.40s;
    animation-delay: 0.40s;
}

.open-menu .menu-main-nav ul li:nth-child(3){
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.open-menu .menu-main-nav ul li:nth-child(4){
    -webkit-animation-delay: 0.50s;
    -moz-animation-delay: 0.50s;
    -ms-animation-delay: 0.50s;
    -o-animation-delay: 0.50s;
    animation-delay: 0.50s;
}*/
.main-menu-burger .menu-main-nav .menu-icon {
    text-align: center;
    margin-top: 86px;
}
.main-menu-burger .menu-main-nav .menu-icon ul li{
    display: inline-block;    
}
.main-menu-burger .menu-main-nav .menu-icon ul li img {
    width: 45px;
}
.main-menu-burger .menu-main-nav .menu-icon ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}
.main-menu-burger .menu-main-nav .menu-icon .frame-type-menu_pages ul li a{
    border-left: 1px solid #fff;
}
.main-menu-burger .menu-main-nav .menu-icon .frame-type-menu_pages ul li:first-child a {
    border: 0;
}
.main-menu-burger .menu-main-nav .menu-icon .frame-type-menu_pages {
    margin-top: 35px;
}
.main-menu-burger .menu-main-nav .menu-icon .frame-type-menu_pages ul {
    padding-right: 18px;
}
/*.menu-main-nav > ul > li:hover > a , .menu-main-nav > ul > li.active > a{
    border-color: #bb7860;
}*/

.subchild-menu{
    /*position: absolute;
    bottom: -50px;
    left: 0px;*/
    /*display: none;*/
    /*display: inline-block;
    width: 100%;
    display: none;*/
}

.subchild-menu.subchild-open{
    display: block;
}

.subchild-menu.open{
    display: block;
}

.subchild-menu > li{
    display: inline-block;
    width: 100%;
    position: relative;
}

/*.subchild-menu > li > a:after{
    content: "|";
    display: inline-block;
    width: auto;
    color: #836959;
    font-size: 24px;
    font-weight: 400;
    padding: 0 15px;
}

.subchild-menu > li:last-child > a:after{
    display: none;
    padding: 0px;
}*/

.subchild-menu > li > a{
    display: block;
    /*padding: 8px 20px 2px 20px;*/
    padding: 8px 20px 2px 60px;
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.subchild-menu-click.show i:before{
    content: "\f068";
}
#menu-main-menu span.cts-arrow{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 9px 17px;
    background-color: #FFBF00;
    color: #FFF;
    text-align: left;
    font: normal normal bold 35px/42px Inter V;
    letter-spacing: 0.35px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#menu-main-menu span.cts-arrow img {
    width: 28px;
}
/*.subchild-menu > li:hover > a , .subchild-menu > li.active > a{
    color: #836959;
}*/

.burger {
    /*height: 3em;
    width: 3em;*/
    height: 38px;
    width: 38px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s;
    -webkit-tap-highlight-color: transparent;
    /*float: right;*/
}

.burger::after {
    content: "";
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%;
}

/*.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
    width: 2em;
}*/

.burger .burger-lines::after {
    left: 0;
    /*top: -0.8em;*/
    top: -15px;
}

.burger .burger-lines::before {
    /*left: 1em;*/
    /*top: 0.8em;*/
    top: 15px;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
    transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
    pointer-events: none;
    display: block;
    content: "";
    width: 100%;
    border-radius: .25em;
    background-color: #444444;
    height: 2.3px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.burger .burger-lines {
    top: 50%;
    /*margin-top: -.125em;*/
}

/*.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
    width: 2em;
}*/

.burger.burger-squeeze.open .burger-lines::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
    /*left: .5em;*/
    left: 0;
    top: 0;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
    transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
    background: #444;
}

.burger.burger-squeeze.open .burger-lines::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
    background-color: initial;
}

.humbarger-menu{
    /*position: absolute;
    right: 0;287
    top: 10px;*/
    float: right;
    margin-top: 6px;
}
.right-side-heading-text{
    text-align: left;
    font: normal normal bold 35px/52px Trebuchet MS;
    letter-spacing: 0px;
    color: #000000;
    margin-right: 20px;
    float: right;
}
.right-sidelogo{
    margin-right: 10px;
}
.main-menu-burger{
    position: fixed;
    left: 0px;
    width: 100%;
    height: 0%;
    z-index: 9999;
    /*top: 0px;*/
    top: 44px;
    background: rgba(87,154,66,0.90);
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    -moz-transition: opacity .35s, visibility .35s, height .35s;
    -ms-transition: opacity .35s, visibility .35s, height .35s;
    -o-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    overflow: hidden;
}

.main-menu-burger.open-menu{
    visibility: visible;
    height: 100%;
    opacity: 1;
}

/*@keyframes fadeInRight {
     0% {
         opacity: 0;
         top: 20%;
    }
     100% {
         opacity: 1;
         left: 0;
    }
}*/

.subchild-menu-click{
    position: absolute;
    right: 0px;
    top: 2px;
    cursor: pointer;
    /*padding: 13px 25px;*/
    padding: 10px 11px;
    background-color: #FFBF00;
    color: #FFF;
}
.subchild-menu-click i{
    font-stretch: normal;
    font-size: 33px;
    line-height: 42px;
    letter-spacing: 0;
    width: 40px;
    text-align: center;
    /*display: none;*/
}
.subchild-menu-click.is_open i{
    display: none;
}
.subchild-menu-click img {
    width: 40px !important;
    display: none;
}
.subchild-menu-click.is_open img {
    display: block;
}
/*.subchild-menu-click{
    position: absolute;
    right: 5px;
    top: 9px;
    height: 35px;
    width: 35px;
    background: url('../images/plus.png') no-repeat center center;
    background-size: 15px auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border:1px solid #bb7860;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.subchild-menu-click.show{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
.subchild-menu-click.show > i {
    display: block;
    padding-left: 7px;
    padding-right: 6px;
}
.subchild-menu-click.show > img {
    display: none;
}
#page-content{
    margin-top: 80px;
    /*min-height: 600px;*/
}
/*##############################################################
######################### Menu #################################
################################################################*/

/*#########################################
################### Footer ################
###########################################*/
footer .bottom-footer{
    background-color: #F0F0F0;
    padding: 60px 0 50px 0;
}
footer .bottom-footer .frame-type-menu_pages ul{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
footer .bottom-footer .frame-type-menu_pages ul li{
    display: inline-block;
    /*float: left;
    margin: 0 12px;*/
}
footer .bottom-footer .frame-type-menu_pages ul li:after{
    content: "|";
    margin-left: 5px;
    color: #579A42;
    font-size: 16px;
}
footer .bottom-footer .frame-type-menu_pages ul li:last-child:after{
    content: unset;
}
footer .bottom-footer .frame-type-menu_pages ul li:first-child{
    margin-left: 0;
}
footer .bottom-footer .frame-type-menu_pages ul li a{
    text-align: left;
    font: normal normal normal 18px/25px Trebuchet MS;
    letter-spacing: 0px;
    color: #579A42;
}
footer .top-footer .cts-heading{
    font: normal normal normal 19px/38px Trebuchet MS;
    letter-spacing: 0.38px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    /*margin-bottom: 15px;*/
}
footer .top-footer{
    background-color: #579A42;
    text-align: center;
    display: inline-block;
    width: 100%;
    /*margin-top: 50px;*/
    padding: 8px 0 6px 0;
}
footer .top-footer ul{
    list-style: unset;
    /*display: block;
    max-width: 50%;
    margin: 0 auto;*/
    padding: 0;
    margin-bottom: 15px;
}
footer .top-footer ul li{
    display: inline-block;
    /*float: left;*/
    margin: 0 5px;
}
footer .top-footer ul li:first-child{
    margin-left: 0;
}
footer .top-footer .frame-type-mask_social_media ul li img {
    width: 28px;
}
.bottom-footer .col-md-8 p a{
    color: #579A42;
}
footer .bottom-footer .col-md-8 > div {
    margin-top: 42px;
}
.ccm-settings-summoner.ccm-show {
    display: none;
}
.bottom-footer .frame-type-html a{
    text-align: left;
    font: normal normal normal 18px/25px Trebuchet MS;
    letter-spacing: 0px;
    color: #579A42;
}
    
/*#########################################
################### Footer ################
###########################################*/

/*#########################################
########## testimonials Slider #############
###########################################*/
.testimonialsslider .swiper-slide img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}/*
.testimonialsslider .leftsidecontent{
    width: 50%;
}
.testimonialsslider .rightsidecontent{
    width: 50%;
}*/
.testimonialsslider .content-text-wrapper > .container{
    height: 100%;
    position: relative;
}
.testimonialsslider .content-text-wrapper.leftsidecontent h2{
    text-align: left;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 596px;
    margin-top: 30px;
}
.testimonialsslider .content-text-wrapper.rightsidecontent h2{
    margin-top: 30px;
    text-align: left;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 596px;
    float: right;
    text-align: right;
}
.testimonialsslider .content-text-wrapper.leftsidecontent{
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
}
.testimonialsslider .content-text-wrapper.rightsidecontent{
    /*position: absolute;
    top: 0;
    right: 0;*/
    width: 100%;
    height: 100%;
}
.testimonialsslider .content-text-wrapper.leftsidecontent p{
    /*position: absolute;
    bottom: 60px;*/
    color: #FFF;
    font-family: 'Trebuchet MS';
}
.testimonialsslider .content-text-wrapper.rightsidecontent p{
    /*position: absolute;
    bottom: 60px;*/
    color: #FFF;
    font-family: 'Trebuchet MS';
    float: right;
    text-align: right;
}
.testimonialsslider .swiper-button-next, .testimonialsslider .swiper-button-prev{
    color: #FFF;
}
.testimonialsslider .swiper-pagination-bullet-active{
    background: #FFF !important;
    opacity: 1 !important;
}
.testimonialsslider .swiper-pagination-bullet{
    background: #FFF;
    opacity: .5;
    width: 17px;
    height: 17px;
}
.testimonialsslider .content-text-wrapper .testimonialstext{
    margin-top: 110px;
    margin-bottom: 50px;
    max-width: 50%;
}
.testimonialsslider .content-text-wrapper.rightsidecontent .testimonialstext {
    float: right;
    text-align: right;
}
/*.testimonialsslider .swiper-wrapper{
    overflow: hidden;
}*/
.testimonial-heading{
    display: inline-block;
    width: 100%;
}
.testimonialsslider .swiper-slide {
    height: auto;
    background-size: cover;
}
/*.testimonialsslider .content-text-wrapper p strong{
    color: #FFBF00;
}*/

/*#########################################
########## testimonials Slider #############
###########################################*/

/*##################################################
########## Backgound Image With Text  ##############
####################################################*/
.backgroundimage-with-text{
    position: relative;
}
.backgroundimage-with-text img{
    width: 100%;
    height: auto;
}
.backgroundimage-with-text .content-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.backgroundimage-with-text .content-wrapper p{
    text-align: center;
    font: normal normal bold 96px/109px Trebuchet MS;
    letter-spacing: -1.92px;
    color: #FFFFFF;
    text-shadow: 0px 5px 20px #0000009B;
    /*max-width: 1156px;*/
}
/*##################################################
########## Backgound Image With Text  ##############
####################################################*/


/*##################################################
################## Vacancies  ######################
####################################################*/
.vacancies-wrapper img{
    width: 100%;
    height: auto;
}
.vacancies-wrapper .text-wrapper{
    background-color: #D4EACD;
    display: block;
}
/*.vacancies-wrapper .text-wrapper span.boxlink{
    background-color: #FFBF00;
    width: 10%;
    text-align: center;
    color: #FFF;
    align-items: center;
    float: left;
    padding: 10px 0;
}
.vacancies-wrapper .text-wrapper h5{
    margin: 0;
    padding: 15px 0 15px 6px;
    display: inline-block;
    width: 90%;
    text-align: left;
    font: normal normal normal 14px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
}*/
.vacancies-wrapper .text-wrapper span.boxlink {
    background-color: #FFBF00;
    width: 61px;
    text-align: center;
    color: #FFF;
    min-height: 61px;
    padding: 10px 0;
    text-align: left;
    font: normal normal bold 36px/44px Inter V;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
}
.vacancies-wrapper .text-wrapper h5 {
    margin: 0;
    padding: 23px;
    text-align: left;
    font: normal normal normal 14px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    line-height: 1;
    display: block;
    width: 100%;
}
/*.vacancies-wrapper .text-wrapper > a {
    display: flex;
    align-items: center;
}*/
.gutter-15 > div{
    padding: 0 8px;
}
/*.vacancies-wrapper .text-wrapper span.boxlink img*/
.arrow-right {
    width: 28px !important;
}
/*##################################################
################## Vacancies  ######################
####################################################*/

/*##################################################
############ Position Image With Text  #############
####################################################*/
.image-with-position .image-wrapper img{
    width: 100%;
    height: auto;
}
.image-with-position.cts-img-right .image-wrapper{
    margin-right: -15px;
}
.image-with-position.cts-img-left .image-wrapper{
    margin-left: -15px;
}
.image-with-position {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.image-with-position .text-wraping h2{
    font-size: 33px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS';
    letter-spacing: -1.2px;
    color: #444444;
    font-weight: bold;
}
.image-with-position .text-wraping p{
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
}


.center-column {
    margin: auto;
    float: none;
}
.image-with-position .text-wraping a{
   /* display: flex;*/
    margin-top: 15px;
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFBF00;
    align-items: center;
}
.image-with-position .text-wraping .ctsnewbutton{
    display: flex;
    margin-top: 15px;
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFBF00;
    align-items: center;
}
.image-with-position .text-wraping a .boxlink{
    background-color: #FFBF00;
    padding: 8px 17px;
    color: #FFF;
    margin-right: 25px;
    text-align: left;
    font: normal normal bold 36px/44px Inter V;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 61px;
    height: 61px;
}
.image-with-position > .left-side {
    padding-right: 7.5px;
}
.image-with-position > .right-side {
    padding-left: 7.5px;
}
.image-with-position > .right-side .text-wraping {
    padding-left: 44px;
    padding-right: 44px;    
}
.normal-content .image-with-position > .right-side .text-wraping {
    padding-left: 46px;
    padding-right: 46px;    
}
.frame-width700 .image-with-position > .right-side .text-wraping {
    width: 700px;
}
.image-with-position > .right-side .text-wraping p {
    margin-bottom: 5px;
}
.image-with-position > .right-side .text-wraping ul li {
    margin-bottom: 9px;
}
.frame-width666 .image-with-position > .left-side .text-wraping {
    width: 666px;
    margin: 0 auto;
}
.frame-width700 .image-with-position > .right-side .text-wraping ul {
    padding-left: 30px;
}
.frame-width666 .image-with-position > .left-side .text-wraping ul {
    padding-left: 30px;
}
/*##################################################
############ Position Image With Text  #############
####################################################*/

/*##################################################
#################### Banner  #######################
####################################################*/
.banner-wrapper{
    position: relative;
}
.banner-wrapper .overlay{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.16;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.banner-wrapper .image-wrapper img{
    width: 100%;
    height: auto;
}
.banner-wrapper .text-wraping{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-wrapper .text-wraping .heading-wrap{
    text-align: left;
    font: normal normal bold 90px/95px Trebuchet MS;
    letter-spacing: -1.8px;
    color: #FFBF00;
}
.banner-wrapper .text-wraping .subheading-wrap{
    text-align: left;
    font: normal normal bold 90px/95px Trebuchet MS;
    letter-spacing: -1.8px;
    color: #FFFFFF;
}
.banner-wrapper .text-wraping .ctstext p {
    text-align: left;
    font: normal normal bold 40px/47px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 35px;
}
/*##################################################
#################### Banner  #######################
####################################################*/


/*##################################################
########## Heading And Sub Heading   ###############
####################################################*/
.heading-subheading-wrapper .headingwrapper{
    font-size: 54px;
    line-height: 70px;
    color: #444444;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
    letter-spacing: -1.2px;
    font-weight: bold;
}
.heading-subheading-wrapper .cts-text-wrapper{
    font-size: 23px;
    line-height: 35px;
    color: #444444;
    margin-top: 23px;
}
/*##################################################
########## Heading And Sub Heading   ###############
####################################################*/

/*###################################################
########### Background Image With Slider ############
#####################################################*/
.backgoundimageWithSliderouterwrapper{
    position: relative;
    background-size: cover;
    background-position: center;
}
.backgoundimageWithSliderouterwrapper .container {
    padding-top: 60px;
}
.backgoundimageWithSliderouterwrapper .container .row{
    display: flex;
    align-items: center;
}
.backgoundimageWithSliderouterwrapper .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.backgoundimageWithSliderouterwrapper img.bgimagewrapper{
    width: 100%;
    height: 100%;
}
.backgoundimageWithSliderouterwrapper .content-position{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.backgoundimageWithSliderouterwrapper .swiper.backgoundimagewithslider img{
    width: 100%;
    height: auto;
}
.backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-pagination{
    bottom: 23%;
}
.backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-pagination-bullet-active{
    background: #FFBF00 !important;
}
.backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    background: #FFF;
    opacity: 1;
}
.backgoundimageWithSliderouterwrapper .backgoundimagewithslider .text-wrap{
    padding: 30px 50px;
    background-color: rgba(87,154,66,0.6);
    margin-bottom: 0;
}
.backgoundimageWithSliderouterwrapper .backgoundimagewithslider .text-wrap p{
    margin-bottom: 0;
    color: #FFF;
}
.backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-next:after, .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-prev:after{
    color: #FFBF00;
    font-size: 26px;
}
.backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-next, .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-prev{
    bottom: 50px;
    top: inherit;
}
.backgoundimageWithSliderouterwrapper .cts-left-side-text h1{
    max-width: 797px;
    text-align: left;
    font: normal normal bold 50px/60px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    word-break: break-word;
}
.backgoundimageWithSliderouterwrapper .custom-button-wrapper{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.backgoundimageWithSliderouterwrapper .custom-button-wrapper ul.button-wrapper{
    padding: 0;
    display: flex;
    list-style: none;
}
.backgoundimageWithSliderouterwrapper .custom-button-wrapper ul.button-wrapper li{
    margin: 0 10px;
    display: inherit;
    background-color: #D4EACD;
}
.backgoundimageWithSliderouterwrapper .custom-button-wrapper ul.button-wrapper li:first-child{
    margin-left: 0;
}
.backgoundimageWithSliderouterwrapper .custom-button-wrapper ul.button-wrapper li a{
    padding: 10px;
    color: #579A42;
    text-align: left;
    font: normal normal bold 20px/23px Trebuchet MS;
    letter-spacing: 0.6px;
    color: #579A42;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
}
/*.backgoundimageWithSliderouterwrapper .custom-button-wrapper ul.button-wrapper li:before {
    width: 60px;
    height: 60px;
    content: '->';
    background-color: #FFBF00;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left;
    font: normal normal bold 30px/36px Inter V;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    text-transform: uppercase;
}*/

.video-container{
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video-container #myVideo{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-container .backgoundimagewithslider img{
    width: 100%;
    height: auto;
}
/*.video-container .caption .container{
    padding-top: 86px;
}*/
.video-container .caption .container > .row{
    display: flex;
    align-items: center;
}
.video-container .backgoundimagewithslider .swiper-pagination{
    bottom: 32%;
}
.video-container .backgoundimagewithslider .swiper-pagination-bullet-active{
    background: #FFBF00;
}
.video-container .backgoundimagewithslider .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
}
.video-container .backgoundimagewithslider .text-wrap{
    padding: 35px 45px 35px 45px;
    background-color: rgba(87,154,66,0.6);
    margin-bottom: 0;
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.video-container .backgoundimagewithslider .text-wrap p{
    margin-bottom: 0;
    color: #FFF;
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
}
.video-container .backgoundimagewithslider .swiper-button-next:after, .video-container .backgoundimagewithslider .swiper-button-prev:after{
    color: #FFBF00;
    font-size: 36px;
}
.video-container .backgoundimagewithslider .swiper-button-next, .video-container .backgoundimagewithslider .swiper-button-prev{
    bottom: 82px;
    top: inherit;
    width: 28px;
    height: 40px;
}
.video-container .cts-left-side-text h1{
    max-width: 797px;
    text-align: left;
    font: normal normal bold 50px/60px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    word-break: break-word;
}
.video-container .custom-button-wrapper{
    display: inline-block;
    width: 100%;
    margin-top: 70px;
}
.video-container .custom-button-wrapper ul.button-wrapper{
    padding: 0;
    display: flex;
    list-style: none;
}
.video-container .custom-button-wrapper ul.button-wrapper li{
    margin: 0 10px;
    display: inherit;
    background-color: #D4EACD;
}
.video-container .custom-button-wrapper ul.button-wrapper li:first-child{
    margin-left: 0;
}
.video-container .custom-button-wrapper ul.button-wrapper li a{
    padding: 19px 13px 18px 13px;
    color: #579A42;
    text-align: left;
    font: normal normal bold 20px/23px Trebuchet MS;
    letter-spacing: 0.6px;
    color: #579A42;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
}
.video-container .swiper-pagination-bullet{
    background: #FFF;
    opacity: 1;
}
.video-container .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.video-container .col-right-side {
    padding-left: 8px;
    /*padding-top: 86px;*/
    padding-top: 50px;
}
.video-container .swiper-wrapper {
    align-items: baseline;
}
/*###################################################
########### Background Image With Slider ############
#####################################################*/

/*###################################################
##################### Counter  #######################
#####################################################*/
section.icon-with-number-wrapper{
    padding: 60px 0 86px 0;
}
.icon-with-number-wrapper > .container{
    /*max-width: 850px;*/
    max-width: 1000px;
}
.icon-with-number-wrapper .leftpart{
    width: 50%;
    float: left;
    padding-right: 10%;
    display: inline-block;
}
.icon-with-number-wrapper .rightpart{
    display: inline-block;
    width: 50%;
    padding-left: 7%;
}
.icon-with-number-wrapper img.male-icon , .icon-with-number-wrapper img.female-icon{
    width: 30px;
    height: 40px;
    margin-top: 22px;
}
.icon-with-number-wrapper span.countup{
    text-align: right;
    font: normal normal bold 80px/93px Trebuchet MS;
    letter-spacing: -1.6px;
    color: #FFBF00;
}
.icon-with-number-wrapper h3{
    text-align: left;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #FFBF00;
    text-transform: uppercase;
}
.icon-with-number-wrapper .cts-data-wrapper{
    display: table;
    width: 100%;
    border-bottom: 3px solid #FFBF00;
}
.icon-with-number-wrapper .cts-data-wrapper span{
    float: right;
    display: table-cell;
    vertical-align: middle;
}
.icon-with-number-wrapper .cts-data-wrapper h5{
    display: table-cell;
    vertical-align: middle;
    font-size: 33px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFBF00;
}
.icon-with-number-wrapper .cts-data-wrapper:last-child{
    border-bottom: unset;
}
.icon-with-number-wrapper .total-outer-wrapper .border-top{
    border-top: 1px solid red;
}
.icon-with-number-wrapper .davon-item2 {
    align-items: baseline;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}
.icon-with-number-wrapper .total-outer-wrapper span.countup{
    text-align: right;
    font: normal normal bold 80px/93px Trebuchet MS;
    letter-spacing: -1.6px;
    color: #579A42;
}
.icon-with-number-wrapper .total-outer-wrapper{
    margin-top: 75px;
    border-top: 3px solid #579A42;
}
.icon-with-number-wrapper .total-outer-wrapper h5{
    font-size: 33px;
    color: #579A42;
}
.icon-with-number-wrapper .total-outer-wrapper .leftpart , .icon-with-number-wrapper .total-outer-wrapper .rightpart{
    margin-top: 30px;
}
.icon-with-number-wrapper .heading-icon {
    display: flex;
    align-items: end;
    margin-bottom: 50px;
}
.icon-with-number-wrapper .heading-icon h3 {
    width: 50%;
}
.icon-with-number-wrapper .heading-icon h3:first-child{
    padding-right: 10%;
}
.icon-with-number-wrapper .heading-icon h3:last-child{
    padding-left: 7%;
}
.icon-with-number-wrapper .davon-item1 span.countup {
    float: right;
}
.icon-with-number-wrapper .davon-item1 {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #FFBF00;
}
/*###################################################
##################### Counter  #######################
#####################################################*/

/*###################################################
############## topfixtextwrapper  ###################
#####################################################*/
/*
.top-fix-element {
    position: fixed;
    top: 290px;
    right: calc(0% + 24px);
    left: 0;
    z-index: 10;
    height: 0;
}
*/
.top-fix-element {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 10;
    height: 0;
}
.top-fix-element > .container {
   height:0;
}
.topfixtextwrapper{
    /*position: fixed;
    top: 200px;
    right: 50px;
    z-index: 10;*/
    /*background-color: #FFBF00;*/
    border-radius: 50%;
    float: right;
    width: 160px;
    /*margin-right: -6.6em;*/
    height: 160px;
    float: right;
    background: #FFBF00 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}
.toprightfixtextwrapper{    
    width: 100px;
    height: 145px;
    background: #FFBF00 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    position: relative;
    border-top-left-radius: 20px;
}
.topfixtextwrapper a{
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFF;
    justify-content: center;
    flex-direction: column;
}
.toprightfixtextwrapper a{
    width: 100%;
    height: 100%;
    color: #FFF;
}
.toprightfixtextwrapper a img{
	width: 55px;
    height: auto;
    margin-top: 20px;
}
.topfixtextwrapper a .topheading{
    text-align: center;
    font: normal normal bold 31px/39px Inter V;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.toprightfixtextwrapper a .topheading{
    margin-top: 10px;
    text-align: center;
    font: normal normal bold 14px/18px Inter V;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.topfixtextwrapper a .subtext{
    text-align: center;
    font: normal normal bold 13px/39px Inter V;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.top-fix-element .hover-logo-text-wrapper{
    width: 130px;
    height: 150px;
    float: right;
    overflow: hidden;
}
.logohoverwrapper{
    position: fixed;
    top: 335px;
    right: 0;
    z-index: 10;
    height: 0;
}
/*
.infoiconwrapper{
    position: fixed;
    top: 559px;
    right: calc(0% + 69px);
    left: auto;
    z-index: 10;
    cursor: pointer;
}
*/
.infoiconwrapper{
    position: fixed;
    top: 490px;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.infoiconwrapper a .img-wrapper{
	width: 80px;
    background: #ffbf00;
    text-align: center;
    border-top-left-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
}
#imagemodel .modal-body img {
    width: 100%;
    height: auto;
}
.logohoverwrapper > .container {
   height:0;
}
.logohoverwrapper .hover-logo-text-wrapper{
    /*margin-right: -6.5em;*/
    float: right;
    cursor: pointer;
}
.logohoverwrapper .hover-logo-text-wrapper a{
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #FFBF00;*/
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px;
    background: #FFBF00 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}
.logohoverwrapper .hover-logo-text-wrapper a .hover-text{
    /*display: none;*/
    width: 0;
    opacity: 0;
    transition: 0.5s width;
    font-size: 33px;
    /*text-transform: uppercase;*/
    color: #FFF;
}
.logohoverwrapper .hover-logo-text-wrapper a:hover .hover-text{
    /*display: block;*/
    width: 150px;
    opacity: 1;
}

@media (min-width: 1400px) and (max-width:1919px){
    /*.topfixtextwrapper{*/
        /*margin-right: -6.6em;*/
        /*margin-right: -4.5em;
    }
    .logohoverwrapper .hover-logo-text-wrapper {*/
        /*margin-right: -6.5em;*/
        /*margin-right: -4.5em;
    }*/
    /*
    .top-fix-element {
        left: auto;
        right: calc(0% + 24px);
    }
    .logohoverwrapper {
        left: auto;
        right: calc(0% + 63px);
    }
    */
    .top-fix-element {
        right: 0;
    }
    .logohoverwrapper {
        right: 0;
    }
}
@media (min-width: 1920px) {
    .logohoverwrapper {
        top: 522px;
        right: 0 !important;
    }
    .top-fix-element {
        top: 350px;
        right: 0 !important;
    }
    
    .topfixtextwrapper{
        /*margin-right: -6.6em;*/
        margin-right: 0;
    }
    .logohoverwrapper .hover-logo-text-wrapper {
        /*margin-right: -6.5em;*/
        margin-right: 0;
    }
}
/*###################################################
############## topfixtextwrapper  ###################
#####################################################*/


/*###################################################
################## Theme Accordion  #################
#####################################################*/
.theme-accordion-wrapper .panel-default>.panel-heading{
	background-color: #D4EACD;
	border: unset;
	padding: 0;
}
.theme-accordion-wrapper .panel-title > a{
	padding: 10px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 23px;
    color: #444444;
    font-family: 'Trebuchet MS';
    position: relative;
    /*font-weight: bold;*/
    letter-spacing: 0px;
}
.theme-accordion-wrapper.panel-group .panel{
	border: unset;
    box-shadow: unset;
    border-radius: unset;
    background-color: unset;
    border-top: 3px solid #FFF;
}
.theme-accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border-top: unset;
	background-color: #D4EACD;
	padding: 0;
    padding-top: 30px;
}
.theme-accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body p{
	text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    max-width: 960px;
}
.theme-accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body p a{
	color: #579A42;
}
.theme-accordion-wrapper .panel-title > a:after {
    content: "\2212";
    background-color: #FFBF00;
    padding: 12px 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 23px;
    display: inline-block;
}
.theme-accordion-wrapper .panel-title > a.collapsed:after {
    content: '\002B';   
}
.theme-accordion-wrapper.panel-group .panel:last-child {
    border-bottom: 3px solid #FFF;
}

/*** For Ausländische Bewerber accordion - by AC ***/
#c339{
	background: #D4EACD;
}
#c339 .theme-accordion-wrapper .panel-default>.panel-heading .panel-title{
	padding-left: 10px;
}
#c339 .theme-accordion-wrapper .panel-default:last-child>.panel-heading .panel-title{
	padding-bottom: 5px;
}
#c339 .theme-accordion-wrapper .panel-title > a:hover{
	text-decoration: none;
}
#c339 .theme-accordion-wrapper .panel-default .panel-body{
	padding: 0 20px;
}
.list-style-lower-alpha{
	list-style: lower-alpha;
}
/* List styles
#c339 .theme-accordion-wrapper .panel-default .panel-body ul{
	list-style: none;
	margin-left: -10px;
}
#c339 .theme-accordion-wrapper .panel-default .panel-body ul li:before {
  content: '✓';
  padding-right: 10px;
}
*/
/*
#c339 .theme-accordion-wrapper .panel-default>.panel-heading {
    background-color: #fff;
}
#c339 .theme-accordion-wrapper .panel-default>.panel-heading .panel-title{
    border-bottom: 1px solid #000;
}
#c339 .theme-accordion-wrapper .panel-default:first-child>.panel-heading .panel-title{
	border-top: 1px solid #000;
}
#c339 .theme-accordion-wrapper .panel-title > a:after{
	background-color: #fff;
	color: #000;
	padding: 8px 20px;
}
#c339 .theme-accordion-wrapper .panel-title > a:hover{
	text-decoration: none;
}
#c339 .theme-accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body{
	background-color: #fff;
}
*/
/*###################################################
################## Theme Accordion  #################
#####################################################*/


/*###################################################
################## Call To Action  ##################
#####################################################*/
.call-to-action-outer-wrapper{
    padding: 50px 0;
}
.call-to-action-outer-wrapper > .container{
    width: 800px;
}
.call-to-action-outer-wrapper h1{
    text-align: center;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.call-to-action-outer-wrapper .btn-wrapper{
    background-color: #D4EACD;
    display: flex;
    margin-top: 64px;
}
.call-to-action-outer-wrapper .btn-wrapper a{
    display: flex;
    align-items: center;
}
.call-to-action-outer-wrapper .btn-wrapper a span.boxlink{
    background: #579A42 0% 0% no-repeat padding-box;
    width: 60px;
    display: flex;
    justify-content: center;
    height: 60px;
}
.call-to-action-outer-wrapper .btn-wrapper a h5{
    text-align: left;
    font: normal normal bold 20px/23px Trebuchet MS;
    letter-spacing: 0.6px;
    color: #579A42;
    text-transform: uppercase;
    padding: 0 19px;
}
/*.call-to-action-outer-wrapper .btn-wrapper:before {
    width: 45px;
    content: '->';
    background-color: #579A42;
    color: #FFF;
    font-family: 'Trebuchet MS';
    font-size: 25px;
    justify-content: center;
    display: flex;
    align-items: center;
}*/
/*.call-to-action-outer-wrapper a {
    padding: 10px;
    font-size: 20px;
    color: #579A42;
    text-transform: uppercase;
    font-family: 'Trebuchet MS';
}*/
/*###################################################
################## Call To Action  ##################
#####################################################*/


/*###################################################
############### Salaries For Employee  ###############
#####################################################*/
.salarie-outer-wrapper{
    margin-bottom: 80px;
}
.salarie-outer-wrapper .row{
    align-items: center;
    display: flex;
}
.salarie-outer-wrapper .left-side h2{
    text-align: left;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #444444;
    text-transform: uppercase;
    max-width: 719px;
    margin-bottom: 25px;
}
.salarie-outer-wrapper .left-side p{
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    max-width: 698px;
}
.salarie-outer-wrapper .right-side{
    background-color: #D4EACD;
    padding: 100px 50px;
}
.salarie-outer-wrapper .right-side h4{
    text-align: left;
    font: normal normal bold 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    margin: 0;
    margin-bottom: 35px;
}
.salarie-outer-wrapper .right-side .salary-wrapper .Even{
    background-color: #579A42;
    color: #FFF;
    padding: 5px 15px;
}
.salarie-outer-wrapper .right-side .salary-wrapper .Even p , .salarie-outer-wrapper .right-side .salary-wrapper .Odd p{
    margin-bottom: 0;
}
.salarie-outer-wrapper .right-side .salary-wrapper .Even p{
    color: #FFF;
}
.salarie-outer-wrapper .right-side .salary-wrapper p{
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #579A42;
}
.salarie-outer-wrapper .right-side .salary-wrapper .Odd{
    padding: 0 15px;
}
.salarie-outer-wrapper .right-side .salary-wrapper .Even .cts-heading{
    color: #FFF;
}
.salarie-outer-wrapper .right-side .salary-wrapper .cts-heading{
    text-align: left;
    font: normal normal bold 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #579A42;
}
.salarie-outer-wrapper .right-side .salary-wrapper{
    margin: 0 -15px;
}
.salary-wrapper > div {
    margin: 10px 0;
}
.salary-wrapper > div:first-child {
    margin-top: 0;
}
.salary-wrapper > div:last-child{
    margin-bottom: 0;
}
/*###################################################
############### Salaries For Employee  ###############
#####################################################*/


/*###################################################
##################### Theme BOX  ####################
#####################################################*/
/*.themebox-wrapper .three-col-wrapper div.clear{
    clear: both;
    height: 0 !important;
}
.themebox-wrapper .three-col-wrapper img{
    width: 100%;
    height: auto;
}
.themebox-wrapper .three-col-wrapper .popuptext{
    display: none;
}
.themebox-wrapper .three-col-wrapper .nohover .popuptext{
    display: block;
}
.themebox-wrapper .three-col-wrapper div.row > div{
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}*/
.themebox-wrapper .two-col-wrapper img{
    width: 100%;
    height: auto;
}
.themebox-wrapper .two-col-wrapper .popuptext{
    display: none;
}
.themebox-wrapper .two-col-wrapper .flipbox .hovertext{
    display: none;
}
.themebox-wrapper .three-col-wrapper img{
    width: 100%;
    height: auto;
}
.themebox-wrapper .three-col-wrapper .popuptext{
    display: none;
}
.themebox-wrapper .three-col-wrapper .flipbox .hovertext{
    display: none;
}
.themebox-wrapper .three-col-wrapper .flipbox.ishover:hover .hovertext{
    display: block;
}
.themebox-wrapper .three-col-wrapper .flipbox.ishover:hover .heading-wrapper{
    display: none;
}
.themebox-wrapper .three-col-wrapper .flipbox .hovertext h2 {
    text-align: center;
    font: normal normal bold 40px/47px Trebuchet MS;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.themebox-wrapper .two-col-wrapper .col-md-4 {
    padding: 0;
    display: flex;
    position: unset;
}
.themebox-wrapper .two-col-wrapper > .container {
    position: relative;
}
/*.themebox-wrapper .two-col-wrapper .flipbox{
    width: 100%;
    height: 100%;
    padding: 186px 84px 236px 62px;
}*/
.themebox-wrapper .two-col-wrapper .heading-wrapper h2{
    text-align: center;
    font: normal normal bold 40px/47px Trebuchet MS;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.themebox-wrapper .two-col-wrapper .flipbox .inner-box{
    width: 100%;
    height: 100%;
    /*padding: 186px 84px 236px 62px;*/
    padding: 165px 84px 165px 62px;
}
.themebox-wrapper .two-col-wrapper .flipbox {
    width: 100%;
    cursor: pointer;
}
.themebox-wrapper .two-col-wrapper .flipbox.active .popuptext {
    display: block;
}
.themebox-wrapper .two-col-wrapper .flipbox.active .popuptext .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFBF00 0% 0% no-repeat padding-box;
    padding: 127px;
    overflow: hidden;
}
.themebox-wrapper .two-col-wrapper .col-md-8{
    padding: 0;
}
.themebox-wrapper .two-col-wrapper .row{
    display: flex;
    /*margin-right: 0;
    margin-left: 0;*/
}
.themebox-wrapper .two-col-wrapper .flipbox .fullwidthpopup{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 61px;
    height: 61px;
    justify-content: center;
    align-items: center;
    margin-top: 41px;
    padding: 10px 20px;
}
.themebox-wrapper .two-col-wrapper .flipbox .fullwidthpopup i{
    color: #FFBF00;
}
.themebox-wrapper .two-col-wrapper .box-text{
    /*padding: 75px 49px;*/
    padding: 65px 49px;
}
.themebox-wrapper .two-col-wrapper .box-text h2{
    text-align: left;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.themebox-wrapper .two-col-wrapper .flipbox:hover .fullwidthpopup , .themebox-wrapper .three-col-wrapper .flipbox:hover .fullwidthpopup {
    background: #579A42 0% 0% no-repeat padding-box;
}
.themebox-wrapper .three-col-wrapper > .container{
    position: relative;
}
.themebox-wrapper .three-col-wrapper .flipbox.active .popuptext{
    display: block;
}
.themebox-wrapper .three-col-wrapper .flipbox.active .popuptext .content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFBF00 0% 0% no-repeat padding-box;
    padding: 127px;
    overflow-y: scroll;
    z-index: 9;
}
.themebox-wrapper .three-col-wrapper .closepopup{
    position: absolute;
    top: 41px;
    right: 53px;
    width: 61px;
    height: 61px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #FFBF00;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.themebox-wrapper .two-col-wrapper .closepopup{
    position: absolute;
    top: 41px;
    right: 53px;
    width: 61px;
    height: 61px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #FFBF00;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.themebox-wrapper .three-col-wrapper .closepopup i{
    font-size: 33px;
    letter-spacing: 0px;
    line-height: 41px;
}
.themebox-wrapper .two-col-wrapper .closepopup i{
    font-size: 33px;
    letter-spacing: 0px;
    line-height: 41px;
}
.themebox-wrapper .three-col-wrapper .col-md-4{
    padding: 0;
    display: flex;
    position: unset;
}
.themebox-wrapper .three-col-wrapper .popuptext h2{
    text-align: center;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #579A42;
    text-transform: uppercase;
    max-width: 635px;
    margin: 0 auto;
    margin-bottom: 47px;
}
.themebox-wrapper .two-col-wrapper .popuptext h2{
    text-align: center;
    font: normal normal bold 60px/70px Trebuchet MS;
    letter-spacing: -1.2px;
    color: #579A42;
    text-transform: uppercase;
    max-width: 635px;
    margin: 0 auto;
    margin-bottom: 47px;
}
.themebox-wrapper .three-col-wrapper .popuptext ul{
    max-width: 1003px;
    margin: 0 auto;
}
.themebox-wrapper .three-col-wrapper .popuptext ul li{
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 35px;
}
.themebox-wrapper .two-col-wrapper .popuptext ul{
    max-width: 1003px;
    margin: 0 auto;
}
.themebox-wrapper .two-col-wrapper .popuptext ul li{
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 35px;
}
.themebox-wrapper .three-col-wrapper .flipbox .inner-box{
    width: 100%;
    height: 100%;
    padding: 165px 84px 165px 62px;
}
.themebox-wrapper .three-col-wrapper .flipbox{
    width: 100%;
    cursor: pointer;
}
.themebox-wrapper .three-col-wrapper .heading-wrapper h2{
    text-align: center;
    font: normal normal bold 40px/47px Trebuchet MS;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.themebox-wrapper .three-col-wrapper .row{
    /*margin: 0;*/
    display: flex;
}
.themebox-wrapper .three-col-wrapper .flipbox .fullwidthpopup{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 61px;
    height: 61px;
    justify-content: center;
    align-items: center;
    margin-top: 41px;
    padding: 10px 20px;
}
.themebox-wrapper .three-col-wrapper .flipbox .fullwidthpopup i{
    color: #FFBF00;
}
.themebox-wrapper .four-col-wrapper .boximg img{
    width: 100%;
    height: auto;
}
.themebox-wrapper .four-col-wrapper .col-md-3{
    padding: 0;
    display: flex;
}
.themebox-wrapper .four-col-wrapper .boxcolor .onclicktext{
    display: none;
}
.themebox-wrapper .four-col-wrapper .row{
    display: flex;
    margin-right: 0;
    margin-left: 0;
}
.themebox-wrapper .four-col-wrapper .boxcolor{
    width: 100%;
    height: 100%;
    padding: 15px;
    cursor: pointer;
}
.themebox-wrapper .four-col-wrapper .boxcolor h2{
    text-align: left;
    font: normal normal bold 28px/35px Trebuchet MS;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
.themebox-wrapper .four-col-wrapper .boxcolor h2 b{
    color: #579A42;
}
.themebox-wrapper .four-col-wrapper .boxcolor .openpopup{
    width: 40px;
    height: 40px;
    background-color: #FFF;
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: table;
}
.themebox-wrapper .four-col-wrapper .boxcolor .openpopup i{
    display: table-cell;
    vertical-align: middle;
    color: #FFBF00;
    text-align: center;
}
.themebox-wrapper .four-col-wrapper .boxcolor{
    position: relative;
}
.themebox-wrapper .four-col-wrapper .boxcolor.showtext .onclicktext{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #579A42;
    color: #FFF;
    display: flex;   
    align-items: center;
    padding: 30px 40px;
}
.themebox-wrapper .four-col-wrapper .boxcolor.showtext .openpopup{
    display: none;
}
.themebox-wrapper .four-col-wrapper .boxcolor.showtext .onclicktext p{
    text-align: left;
    font: normal normal normal 18px/25px Trebuchet MS;
    letter-spacing: 0px;
    color: #FFFFFF;
}
@media(min-width:1700px){
    .themebox-wrapper .four-col-wrapper .boxcolor{
        padding: 30px;
    }
    .themebox-wrapper .four-col-wrapper .boxcolor h2{
        text-align: left;
        /*font: normal normal bold 35px/45px Trebuchet MS;*/
        font: normal normal bold 22px/30px Trebuchet MS;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .themebox-wrapper .four-col-wrapper .boxcolor .openpopup{
        width: 61px;
        height: 61px;
        background-color: #FFF;
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: table;
    }
    .themebox-wrapper .four-col-wrapper .boxcolor .openpopup i{
        display: table-cell;
        vertical-align: middle;
        color: #FFBF00;
        text-align: center;
    }
    .themebox-wrapper .four-col-wrapper .boxcolor.showtext .onclicktext p{
        text-align: left;
        /*font: normal normal normal 25px/35px Trebuchet MS;*/
        font: normal normal normal 18px/25px Trebuchet MS;
        letter-spacing: 0px;
        color: #FFFFFF;
        
    }
}
@media (min-width: 1920px) {
    .themebox-wrapper .four-col-wrapper .boxcolor h2{
        text-align: left;
        font: normal normal bold 35px/45px Trebuchet MS;
        letter-spacing: 0px;
        text-transform: uppercase;
    } 
}
/*###################################################
##################### Theme BOX  ####################
#####################################################*/

/*###################################################
##################### Training  #####################
#####################################################*/
section.training-main-outer-wrapper .container{
    max-width: 1088px;
    padding: 0;
}
section.training-main-outer-wrapper{
    padding-top: 100px;
    padding-bottom: 80px;
}
section.training-main-outer-wrapper .main-outerwrapper .training{
    display: flex;
    margin-bottom: 42px;
}
section.training-main-outer-wrapper .main-outerwrapper .training .content-wrapper h4{
    margin-top: 0;
    text-align: left;
    font: normal normal bold 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 15px;
}
section.training-main-outer-wrapper .main-outerwrapper .training .content-wrapper{
    margin-left: 25px;
}
section.training-main-outer-wrapper h3.heading{
    text-align: left;
    font: normal normal bold 35px/45px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    text-transform: uppercase;
}
section.training-main-outer-wrapper .main-outerwrapper{
    margin-top: 47px;
}

#c356 .row .col-md-4 .call-to-action-outer-wrapper .container {
    max-width: 100%;
}
/*###################################################
##################### Training  #####################
#####################################################*/


/*###################################################
############# box-with-icon-wrapper  ################
#####################################################*/
.box-with-icon-wrapper .row{
    display: flex;
}
.box-with-icon-wrapper .row > .col-md-4{
    padding: 0;
}


@media(min-width:1920px){
    .box-with-icon-wrapper .innerbox{
        padding: 170px 72px;
        text-align: center;
    }
    .box-with-icon-wrapper .innerbox img{
        width: 200px;
        height: 200px;
    }
    .box-with-icon-wrapper .innerbox p{
        text-align: center;
        font: normal normal bold 30px/35px Trebuchet MS;
        letter-spacing: 0.6px;
        color: inherit;
        margin-bottom: 0;
        margin-top: 15px;
    }
}
@media(max-width: 991px){
    .box-with-icon-wrapper .row{
        display: inherit;
    }
    .box-with-icon-wrapper .innerbox{
        padding: 60px;
        text-align: center;
    }
    .box-with-icon-wrapper .innerbox p{
        margin-bottom: 0;
    }
    .box-with-icon-wrapper .innerbox img{
        width: 100px;
        height: 100px;
    }
    .top-spacer-mobile{
		height: 60px;
    }
}

@media(min-width:992px) and (max-width :1024px){
    .box-with-icon-wrapper .innerbox img{
        width: 150px;
        height: 150px;
    }
    .box-with-icon-wrapper .innerbox{
        padding: 30px;
        text-align: center;
    }
    .box-with-icon-wrapper .innerbox p{
        font: normal normal bold 22px/35px Trebuchet MS;
    }    
}

@media(min-width:680px){
	.margin-right-n70{margin-right: -70px;
	z-index: 999;
	position: relative;
	    
	}
}

@media(min-width:1025px) and (max-width:1199px){
    .box-with-icon-wrapper .innerbox img{
        width: 150px;
        height: 150px;
    }
    .box-with-icon-wrapper .innerbox{
        padding: 30px;
        text-align: center;
    }
    .box-with-icon-wrapper .innerbox p{
        font: normal normal bold 22px/35px Trebuchet MS;
    }
}
@media(min-width:1200px){
    .box-with-icon-wrapper .innerbox img{
        width: 150px;
        height: 150px;
    }
    .box-with-icon-wrapper .innerbox{
        padding: 150px 30px;
        text-align: center;
    }
    .box-with-icon-wrapper .innerbox p{
        text-align: center;
        font: normal normal bold 30px/35px Trebuchet MS;
        letter-spacing: 0.6px;
        color: inherit;
        margin-bottom: 0;
        margin-top: 15px;
        word-break: break-word;
    }
}
/*###################################################
############## box-with-icon-wrapper  ###############
#####################################################*/

/*###################################################
############## price-table-wrapper  #################
#####################################################*/
.price-table-wrapper{
    background-color: #D4EACD;
    padding: 70px 56px;
    min-height: 412px;
}
.price-table-wrapper h4{
    text-align: left;
    font: normal normal bold 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    padding: 0 15px;
}
.price-table-wrapper .price-outer-wrapper .Even{
    background-color: #579A42;
    color: #FFF;
    padding: 5px 15px;
}
.price-table-wrapper .price-outer-wrapper .Odd {
    padding: 0 15px;
    text-align: left;
    letter-spacing: 0px;
    color: #579A42;
}
.price-table-wrapper .price-outer-wrapper{
    text-align: left;
    font: normal normal bold 25px/35px Trebuchet MS;
    letter-spacing: 0px;
}
.price-table-wrapper .price-outer-wrapper > div{
    margin-bottom: 10px;
}

@media(min-width:1200px){
    .price-table-wrapper .price-outer-wrapper{
        text-align: left;
        font: normal normal bold 20px/35px Trebuchet MS;
        letter-spacing: 0px;
    }
}
@media(min-width:1920px){
    .price-table-wrapper .price-outer-wrapper{
        text-align: left;
        font: normal normal bold 25px/35px Trebuchet MS;
        letter-spacing: 0px;
    }
}
/*###################################################
############## price-table-wrapper  #################
#####################################################*/

.frame-space-before-extra-small {
    margin-top: 33px;
}
.frame-space-after-extra-small {
    margin-bottom: 36px;
}

@media(min-width: 1920px){
    .frame-type-text h3{
        text-align: left;
        font: normal normal bold 35px/45px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .call-to-action-outer-wrapper{
        padding: 107px 0;
    }
    :root {
        --container: 1670px;
        --screewidth: 100%;
    }
    .container{
        width: 1670px;
    }
    
    p , body{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
    }
    .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-next, .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-prev{
        bottom: 60px;
    }
    .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-pagination{
        bottom: 180px;
    }
    .backgoundimageWithSliderouterwrapper .cts-left-side-text h1{
        font: normal normal bold 80px/90px Trebuchet MS;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
    }
    .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .text-wrap p{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    .image-with-position .text-wraping p{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
    }
    p.bigfont{
        text-align: left !important;
        font: normal normal bold 74px/90px Trebuchet MS !important;
        letter-spacing: -1.6px !important;
        color: #444444 !important;
        text-transform: uppercase !important;
    }
    .icon-with-number-wrapper h3{
        text-align: left;
        font: normal normal bold 60px/70px Trebuchet MS;
        letter-spacing: -1.2px;
        color: #FFBF00;
        text-transform: uppercase;
    }
    .icon-with-number-wrapper > .container {
        max-width: 1365px;
    }
    .icon-with-number-wrapper .cts-data-wrapper h5{
        text-align: left;
        font: normal normal normal 35px/48px Trebuchet MS;
        letter-spacing: -0.7px;
        color: #FFBF00;
    }
    .icon-with-number-wrapper .cts-data-wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
        border-bottom: 3px solid #FFBF00;
    }
    .icon-with-number-wrapper .cts-data-wrapper span{
        text-align: right;
        font: normal normal bold 80px/93px Trebuchet MS;
        letter-spacing: -1.6px;
        color: #FFBF00;
    }
    .icon-with-number-wrapper .total-outer-wrapper h5{
        text-align: left;
        font: normal normal normal 35px/48px Trebuchet MS;
        letter-spacing: -0.7px;
        color: #579A42;
    }
    .icon-with-number-wrapper .total-outer-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 95px;
    }
    .icon-with-number-wrapper .total-outer-wrapper span.countup{
        text-align: right;
        font: normal normal bold 80px/93px Trebuchet MS;
        letter-spacing: -1.6px;
        color: #579A42;
    }
    .testimonialsslider .content-text-wrapper.leftsidecontent h2{
        max-width: 600px;
        text-align: left;
        font: normal normal bold 60px/70px Trebuchet MS;
        letter-spacing: -1.2px;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-top: 86px;
    }
    .testimonialsslider .content-text-wrapper.leftsidecontent p{
        text-align: left;
        font: normal normal normal 40px/50px Trebuchet MS;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    .testimonialsslider .content-text-wrapper.rightsidecontent h2{
        max-width: 600px;
        text-align: left;
        font: normal normal bold 60px/70px Trebuchet MS;
        letter-spacing: -1.2px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: right;
        margin-top: 86px;
    }
    .testimonialsslider .content-text-wrapper.rightsidecontent p{
        font: normal normal normal 40px/50px Trebuchet MS;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-align: right;
    }    
    .heading-subheading-wrapper .headingwrapper{
        text-align: left;
        font: normal normal bold 56px/70px Trebuchet MS;
        letter-spacing: -1.2px;
        color: #444444;
        text-transform: uppercase;
    }
    .backgroundimage-with-text .content-wrapper p{
        text-align: center;
        font: normal normal bold 96px/109px Trebuchet MS;
        letter-spacing: -1.92px;
        color: #FFFFFF;
        text-shadow: 0px 5px 20px #0000009b;
        /*max-width: 1156px;
        margin: 0 auto;*/
    }
    .image-with-position .text-wraping h3{
        text-align: left;
        font: normal normal bold 35px/45px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .image-with-position .text-wraping a{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #FFBF00;
    }
    .image-with-position .text-wraping a .boxlink{
        text-align: left;
        font: normal normal bold 36px/44px Inter V;
        letter-spacing: 0.36px;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 61px;
        height: 61px;
    }
    footer .top-footer .cts-heading{
        font: normal normal normal 19px/38px Trebuchet MS;
        letter-spacing: 0.38px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
    }
    .bottom-footer .col-md-8 p{
        text-align: left;
        font: normal normal normal 18px/25px Trebuchet MS;
        letter-spacing: 0px;
    }
    .banner-wrapper .text-wraping .heading-wrap{
        text-align: left;
        font: normal normal bold 90px/95px Trebuchet MS;
        letter-spacing: -1.8px;
        color: #FFBF00;
    }
    .banner-wrapper .text-wraping .subheading-wrap{
        text-align: left;
        font: normal normal bold 90px/95px Trebuchet MS;
        letter-spacing: -1.8px;
        color: #FFFFFF;
    }
    .banner-wrapper .text-wraping .ctstext p{
        text-align: left;
        font: normal normal bold 40px/47px Trebuchet MS;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
    }
    .image-with-position .text-wraping h2{
        text-align: left;
        font: normal normal bold 60px/70px Trebuchet MS;
        letter-spacing: -1.2px;
        color: #444444;
        text-transform: uppercase;
    }
    .theme-accordion-wrapper .panel-title > a{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
        text-transform: uppercase;
    }
    .theme-accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body p{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
    }
    .salarie-outer-wrapper .left-side h2{
        text-align: left;
        font: normal normal bold 60px/70px Trebuchet MS;
        letter-spacing: -1.2px;
        color: #444444;
        text-transform: uppercase;
        max-width: 719px;
    }
    .salarie-outer-wrapper .left-side p{
        text-align: left;
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
        max-width: 690px;
    }
    .salarie-outer-wrapper .right-side h4{
        text-align: left;
        font: normal normal bold 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #444444;
    }
    .salarie-outer-wrapper .right-side .salary-wrapper .cts-heading{
        text-align: left;
        font: normal normal bold 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #579A42;
    }
    .salarie-outer-wrapper .right-side .salary-wrapper p{
        font: normal normal normal 25px/35px Trebuchet MS;
        letter-spacing: 0px;
        color: #579A42;
    }
    .call-to-action-outer-wrapper h1{
        text-align: center;
        font: normal normal bold 60px/70px Trebuchet MS;
        letter-spacing: -1.2px;
        color: #FFFFFF;
        text-transform: uppercase;
    }
    /*.call-to-action-outer-wrapper a{
        text-align: left;
        font: normal normal bold 20px/23px Trebuchet MS;
        letter-spacing: 0.6px;
        color: #579A42;
        text-transform: uppercase;
        padding: 19px;
    }*/
    /*.call-to-action-outer-wrapper .btn-wrapper:before{
        text-align: left;
        font: normal normal bold 30px/36px Inter V;
        letter-spacing: 0.9px;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 60px;
    }*/
    .call-to-action-outer-wrapper .btn-wrapper a{
        display: flex;
        align-items: center;
    }
    .call-to-action-outer-wrapper .btn-wrapper a span.boxlink{
        background: #579A42 0% 0% no-repeat padding-box;
        width: 60px;
        display: flex;
        justify-content: center;
        height: 60px;
    }
    .call-to-action-outer-wrapper .btn-wrapper a h5{
        text-align: left;
        font: normal normal bold 20px/23px Trebuchet MS;
        letter-spacing: 0.6px;
        color: #579A42;
        text-transform: uppercase;
        padding: 0 19px;
    }
    .testimonialsslider .content-text-wrapper .testimonialstext span{
        text-align: left;
        font: normal normal normal 40px/50px Trebuchet MS;
        letter-spacing: 0px;
    }
    .testimonialsslider .swiper-pagination-bullet{
        width: 17px;
        height: 17px;
    }
    .backgoundimageWithSliderouterwrapper .container {
        padding-top: 100px;
    }
    .video-container .cts-left-side-text h1{
        text-align: left;
        font: normal normal bold 80px/90px Trebuchet MS;
        letter-spacing: -1.6px;
        color: #FFFFFF;
        text-transform: uppercase;
        word-break: inherit;
        margin-top: 0;
        margin-right: 0;
    }
    .video-container .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .video-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
    .video-container .backgoundimagewithslider .swiper-pagination-bullet{
        width: 17px;
        height: 17px;
    }
    .video-container .swiper-pagination-bullet{
        background: #FFF;
        opacity: 1;
    }
    .video-container .backgoundimagewithslider .swiper-pagination{
        bottom: 214px;
    }
    .icon-with-number-wrapper .leftpart{
        padding-right: 146px;
    }
    .icon-with-number-wrapper .rightpart {
        padding-left: 146px;
    }
    .icon-with-number-wrapper .heading-icon h3:first-child {
        padding-right: 146px;
    }
    .icon-with-number-wrapper .heading-icon h3:last-child {
        padding-left: 146px;
    }
    .testimonialsslider .content-text-wrapper .testimonialstext {
    
    margin-top: 100px;
    margin-bottom: 150px;
    max-width: 998px;

    }
    
    .text-shadow-banner{
        text-shadow: 0px 5px 20px #0000009b;
    }
    
    
    .frame-space-before-extra-large {
        margin-top: 140px;
    }
    .frame-space-after-extra-large {
        margin-bottom: 106px;
    }
    
    .logohoverwrapper{
        top: 522px;        
        right: calc(0% + 63px);
    }
    .infoiconwrapper{
        top: 630px;
        right: calc(0% + 75px);
    }
    .top-fix-element {
        top: 350px;
        right: calc(0% + 24px);
    }
    /*
    .logohoverwrapper{
        top: 507px;        
        right: 0;
    }
    .infoiconwrapper{
        top: 660px;
        right: 0;
    }
    .top-fix-element {
        top: 350px;
        right: 0;
    }
    */
    .heading-subheading-wrapper{
        width: 96%;
    }
    .vacancies-wrapper .text-wrapper h5 {
        font: normal normal normal 20px/35px Trebuchet MS;
    }
    .video-container .backgoundimagewithslider .text-wrap {
        padding: 52px 76px 54px 76px;
    }
    .video-container .backgoundimagewithslider .swiper-button-next, .video-container .backgoundimagewithslider .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
    .video-container .backgoundimagewithslider .swiper-button-next:after, .video-container .backgoundimagewithslider .swiper-button-prev:after{
        font-size: 44px;
    }
}

@media(min-width:991px){
    .bottom-footer .row{
        display: flex;
        align-items: end;
    }
    .bottom-footer .col-md-8 p{
        text-align: left;
        font: normal normal normal 18px/25px Trebuchet MS;
        letter-spacing: 0px;
    }
}

@media (max-width : 1919px) {
    .frame-width700 .image-with-position > .right-side .text-wraping {
        width: 100%;
    }
    .image-with-position > .right-side .text-wraping {
        padding-left: 30px;
        padding-right: 20px;
    }
    .frame-width666 .image-with-position > .left-side .text-wraping {
        width: 100%;
    }
    .arrow-right {
        width: 24px !important;
    }
    .image-with-position .text-wraping a .boxlink {
        width: 55px;
        height: 55px;
        padding: 5px 15px;
    }
    .vacancies-wrapper .text-wrapper span.boxlink {
        width: 55px;
        min-height: 55px;
    }
}
@media(min-width:1200px) and (max-width:1700px){
    .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-pagination {
        bottom: 210px;
    }
    .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-next, .backgoundimageWithSliderouterwrapper .backgoundimagewithslider .swiper-button-prev{
        bottom: 80px;
    }
}

@media(min-width:768px) and (max-width:1919px){
    .main-menu-burger {
        align-items: self-start;
        padding: 60px 0 120px;
        overflow-y: visible;
    }
}
body.hidescoll{
    overflow-y: hidden;
}

.themebox-wrapper .popuptext-1 {
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: yellow;
    overflow: hidden;
    transition: 1s height;
    background: #FFBF00 0% 0% no-repeat padding-box;
    /*padding: 127px;*/
    overflow-y: scroll;
    z-index: 9;
}
.themebox-wrapper .popuptext-1 a{
    color: #579A42;
}
.themebox-wrapper .popuptext-1 .content-wrapper{
    padding: 127px;
}


@media only screen and (max-width: 600px) {
  .themebox-wrapper .popuptext-1 .content-wrapper {
    padding: 50px !important;
  }
}
.themebox-wrapper .flipbox.nohover.isclick.active .popuptext-1 {
    height: 100%;
}
.themebox-wrapper .three-col-wrapper .popuptext-1 ul {
    max-width: 1003px;
    margin: 0 auto;
}
.themebox-wrapper .three-col-wrapper .popuptext-1 ul li {
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 35px;
}

.themebox-wrapper .popuptext-1 {
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: yellow;
    overflow: hidden;
    transition: 1s height;
    background: #FFBF00 0% 0% no-repeat padding-box;
    /*padding: 127px;*/
    overflow-y: scroll;
    z-index: 9;
}
.themebox-wrapper .popuptext-1 .content-wrapper{
    padding: 127px;
}

.themebox-wrapper .flipbox.nohover.isclick.active .popuptext-1 {
    height: 100%;
}
.themebox-wrapper .two-col-wrapper .popuptext-1 ul {
    max-width: 1003px;
    margin: 0 auto;
}
.themebox-wrapper .two-col-wrapper .popuptext-1 ul li {
    text-align: left;
    font: normal normal normal 25px/35px Trebuchet MS;
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 35px;
}


/*############################################
################ Powermail ####################
##############################################*/
.tx-powermail .powermail_form h3 {
    font-size: 26px;
    line-height: 32px;
    color: #059b38;
    font-weight: bold;
    margin-bottom: 18px;
}
.tx-powermail .powermail_form .powermail_legend {
    line-height: 21px;
    color: #444;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 0;
}
.tx-powermail .powermail_form .powermail_field input {
    margin-bottom: 36px;
}
.tx-powermail .powermail_form .powermail_field input[type='text'] , .tx-powermail .powermail_form .powermail_field input[type='email'] , .tx-powermail .powermail_form .powermail_field input[type='tel']{
    padding: 6px 14px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    margin-bottom: 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.tx-powermail .powermail_form textarea {
    padding: 6px 14px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 18px;
    width: 100%;
}
.powermail_submit {
    background-color: #059b38;
    color: #fff;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 7px 12px 7px 12px;
    white-space: nowrap;
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-top: 36px;
}
/*############################################
################ Powermail ####################
##############################################*/

.modal-fullscreen {
    padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.main_animation_container {
    display: flex;
    position: relative;
    height: 95vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.main_animation_container svg {
    width: 100%;
    height: 100%;
}

/* body.no-button .top-fix-element ,  */
body.no-button .logohoverwrapper ,
body.no-button .top-fix-element,
body.no-button .infoiconwrapper {
    display: none;
}

/*#############################################
################ 360 image ####################
###############################################*/
.main-outer-360-image img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.main-outer-360-image .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
/*#############################################
################ 360 image ####################
###############################################*/


/*#############################################
################### Search ####################
###############################################*/
.tx-indexedsearch-info {
    display: none;
}
.tx-indexedsearch-redMarkup {
    color: #ffbf00;
}
.tx-indexedsearch-rules {
    display: none;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
    display: inline-block;
    float: left;
    margin: 0 15px;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-child{
    margin-left: 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
    color: #000;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{
    color: #ffbf00;
}
.tx-indexedsearch-searchbox-button {
    background-color: #059b38;
    color: #fff;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 7px 12px 7px 12px;
    white-space: nowrap;
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.tx-indexedsearch-searchbox-sword {
    width: 100%;
    margin-bottom: 15px;
}
/*#############################################
################### Search ####################
###############################################*/

.search-outer {
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}
.search {
     display: table;
}
 .search input {
     background: none;
     border: none;
     outline: none;
     width: 28px;
     min-width: 0;
     padding: 0;
     z-index: 1;
     position: relative;
     line-height: 18px;
     margin: 5px 0;
     font-size: 14px;
     -webkit-appearance: none;
     /*font-family: 'Mukta Malar';*/
     transition: all 0.6s ease;
     cursor: pointer;
     color: #000;
}
 .search input + div {
     position: relative;
     height: 28px;
     width: 100%;
     margin: -28px 0 0 0;
}
 .search input + div svg {
     display: block;
     position: absolute;
     height: 28px;
     width: 160px;
     right: 0;
     top: 0;
     fill: none;
     stroke: #000;
     stroke-width: 1.5px;
     stroke-dashoffset: 271.908;
     stroke-dasharray: 59 212.908;
     transition: all 0.6s ease;
     z-index: -1;
}
 .search input:not(:placeholder-shown), .search input:focus {
     width: 160px;
     padding: 0 4px;
     cursor: text;
}
.logo.input-desc-hover{
    width: 0;
    height: 0;
    transition: 1s ease;
}
.search input:not(:placeholder-shown) + div svg, .search input:focus + div svg {
     stroke-dasharray: 150 212.908;
     stroke-dashoffset: 300;
}

@media(max-width:1199px){
    .search-outer {
        margin-top: 15px;
    }
}

h3.cts-theme-accodian-heading-wrapper {
    font-size: 54px;
    line-height: 70px;
    color: #444444;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
    letter-spacing: -1.2px;
    font-weight: bold;
}
.image-with-position .image-wrapper .image-caption {
    font-size: 12px;
}
@media (max-width: 767px){
    h3.cts-theme-accodian-heading-wrapper {
        font-size: 18px;
        line-height: 1.2;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    h3.cts-theme-accodian-heading-wrapper {
        font-size: 40px;
        line-height: 1.2;
    }
}


@media(min-width:992px) and (max-width:1919px){
    .vacancies-wrapper .text-wrapper {
        min-height: 72px;
    }
}


/*#############################################
############### Popupup Box ####################
###############################################*/
.custompopupmodel.modal .modal-body img {
    width: 100%;
    height: auto;
}
/*#############################################
############### Popupup Box ####################
###############################################*/


/*#############################################
############### jobspeeddating ################
###############################################*/
.job-speeddating-wrapper {
    background-color: #579A42;
    color: #FFF;
    padding: 20px 20px 20px 40px;
}
.job-speeddating-wrapper h2{
    font-size: 70px;
    color: #FFF;
}
.job-speeddating-wrapper .content-text-wrapper p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
}
.job-speeddating-wrapper .content-text-wrapper h4 {
    color: #FFF;
    margin: 0;
    font-size: 24px;
}
/*#############################################
############### jobspeeddating ################
###############################################*/


/*#############################################
############### Lendingpage event  #############
###############################################*/
.lendingpage-event-wrapper {
    margin-top: 20px;
}
.lendingpage-event-wrapper .date-wrapper {
    display: block;
    width: 100%;
    background-color: #FFBF00;
    color: #FFF;
    padding: 20px 20px 20px 40px;
}
.lendingpage-event-wrapper .date-wrapper span {
    font-size: 40px;
}
.lendingpage-event-wrapper .date-wrapper .time-wrapper {
    color: #FFF;
}
.lendingpage-event-wrapper .date-wrapper .time-wrapper span {
    font-size: 20px;
}
.lendingpage-event-wrapper .text-wrap {
    padding: 20px 20px 20px 40px;
}
.lendingpage-event-wrapper .text-wrap h2 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.lendingpage-event-wrapper .text-wrap p {
    font-size: 16px;
    line-height: 1.2;
}
/*#############################################
############### Lendingpage event  #############
###############################################*/
.lending-page-job-text {
    column-count: 2;
    background-color: #ececec;
    padding: 10px;
}
.lending-page-job-text p {
    /*font-size: 18px;*/
    /*line-height: 1.2;*/
    font: normal normal normal 18px/25px Trebuchet MS;
}

.landing-banner-wrapper img {
    width: 100%;
    height: auto;
}

@media(max-width:767px) {
    .landingpage-main-outer.container {
        padding: 0;
    }
    .landingpage-main-outer.container .col-md-5 , .landingpage-main-outer.container .col-md-7{ 
        padding: 0;
    }
    .lending-page-job-text {
        column-count: 1;
        padding: 15px;
    }
    .lendingpage-event-wrapper .date-wrapper {
        padding: 15px;
    }
    .job-speeddating-wrapper {
        padding: 15px;
    }
    .lendingpage-event-wrapper .text-wrap {
        padding: 15px;
    }
    .lendingpage-event-wrapper {
        margin-top: 10px;
    }
}

.powermail_form_2 .parsley-errors-list.filled {
    list-style: none;
    color: red;
    padding: 0;
}
.powermail_form_2 input[type=date]{
    width: 100%;
}

/*####################################################
################## Lending page #######################
######################################################*/

/*.cts-landing .container {
    padding: 0 100px;
}*/
.landingpage-main-outer header h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.tx-powermail .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.row.cts-margin-top {
    margin-top: 30px;
}
.container.landingpage-main-outer {
    position: relative;
}
.position-with-content-wrapper {
    /*position: absolute;*/
    margin-top: -25%;
    /*left: 0;
    right: 0;*/
}
.position-with-content-wrapper .content-wrap {
    background-color:#d0ebca;
    padding: 20px 20px 20px 40px;
}
.position-with-content-wrapper .heading-wrapper {
    background-color: #febd01;
    padding: 10px 20px 10px 40px;
}
.position-with-content-wrapper .heading-wrapper h3 {
    color: #FFF;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}
.position-with-content-wrapper .content-wrap .title-wrapper {
    color: #4d8844;
    font-size: 35px;
    margin-bottom: 15px;
}
.position-with-content-wrapper .content-wrap .left-text {
    color: #4d8844;
    font-size: 22px;
}
.position-with-content-wrapper .content-wrap .right-side-text h3{
    margin: 0;
    font-size: 26px;
    margin-bottom: 10px;
}
.position-with-content-wrapper .content-wrap .right-side-text p {
    font-size: 20px;
}
.btn-wrapper {
    background-color: #fcbd00;
    color: #FFF;
    display: inline-block;
    padding: 10px 50px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 35px;
}
.btn-wrapper a {
    color: #FFF;
}
.landing-page-banner-wrapper img {
    width: 100%;
    height: auto;
}
.back-link-wrapper {
    /*position: absolute;
    top: 120px;
    left: 120px;
    background-color: #fff;
    border-color: #fff;
    display: inline-block;*/
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
}
.back-link-wrapper a {
    border: 2px solid #ffbf00;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    background-color: #FFF;
}
.back-link-wrapper a span {
    font-size: 28px;
    line-height: 0.75em;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.back-link-wrapper a:hover {
    text-decoration: none;
}

.big-button {
    display: inline-block;
    padding: 36px 120px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background-color: #50b151;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.big-button:hover {
    background-color: #449b47;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    text-decoration:none;
    color:white;
}

.big-button:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(80, 177, 81, 0.8);
}


@media (min-width: 1200px) {
    .cts-landing .container {
        width: 1000px;
    }
}
@media (min-width: 1750px) {
    .landing-page-banner-wrapper {
       height: 750px;
       overflow: hidden;
    }
}
@media (min-width: 1920px) {
    .cts-landing .container {
        /*padding: 0 200px;*/
        width: 1200px;
    }
    .back-link-wrapper .container {
        position: relative;
        width: 1670px;
    }
    .back-link-wrapper a {
        margin-left: 50px;
    }
    .landingpage-main-outer header h2 {
        font-size: 35px;
    }
    .position-with-content-wrapper {
        margin-top: -18%;
    }
    .landing-page-banner-wrapper {
        height: 850px;
        overflow: hidden;
     }
}
@media(min-width:2200px) {
    .landing-page-banner-wrapper {
        height: 900px;
        overflow: hidden;
     }
}
@media(min-width:2500px) {
    .landing-page-banner-wrapper {
        height: 1000px;
        overflow: hidden;
     }
}
@media(min-width:3000px) {
    .landing-page-banner-wrapper {
        height: 1200px;
        overflow: hidden;
     }
}
@media(min-width:4000px) {
    .landing-page-banner-wrapper {
        height: 1400px;
        overflow: hidden;
     }
}
@media(max-width:767px){
    .position-with-content-wrapper {
        margin-top: 0;
    }
    .position-with-content-wrapper .heading-wrapper h3 {
        font-size: 22px;
    }
    .position-with-content-wrapper .content-wrap .title-wrapper {
        font-size: 32px;
    }
    .position-with-content-wrapper .content-wrap .left-text {
        font-size: 18px;
    }
    .landingpage-main-outer header h2 {
        font-size: 25px;
    }
    .right-side-text {
        margin-top: 20px;
    }
    .heading-wrapper h3 span.cts-separate {
        display: none;
    }
    .heading-wrapper h3 span {
        display: block;
    }
    .show-only-moblie .infoiconwrapper {
        display: block;
        position: fixed;
        bottom: 0;
        right: 5px;
        top: auto;
    }
    .big-button {
    max-width:100%;
    margin-bottom:20px;
}
}
.tx-powermail .powermail_message.powermail_message_error ul li {color: red;}
.tx-powermail .powermail_message ul li {list-style: none;}

/*######################################################
################ whatsapp Popup #########################
########################################################*/
body.no-button #page-content {
    position: relative;
}
.whatapp-popup-outer-wrapper .ctsshowcontent img {
    position: absolute;
    top: 18%;
    right: 20px;
    /*width: 60px;
    height: auto;*/
    width: 80px;
    height: 80px;
}
.whatapp-popup-outer-wrapper a.ctsshowcontent {
    cursor: pointer;
}
.whatapppopupdata img {
    width: 100%;
    height: auto;
}
.whatapppopupdata .content-wrap-popup p {
    position: absolute;
    top: 40px;
    left: 30px;
    right: 50%;
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
}
.whatapppopupdata .popup-right-text {
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.whatapppopupdata .popup-right-text p { 
    font-size: 10px;
    color: #FFF;
    line-height: 10px;
}

@media(max-width:580px){
    .whatapppopupdata img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .whatapppopupdata .content-wrap-popup p {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}

@media(min-width:320px) and (max-width:720px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        top: 520px;
    }
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        width: 66px;
        height: 66px;
    }
}
@media(min-width:721px) and (max-width:920px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        top: 570px;
    }
}
@media(min-width:921px) and (max-width:1070px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        top: 560px;
    }
}

@media(min-width:1300px) {
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        top: 395px;
    }
}
@media(min-width:1500px) {
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 8%;
    }
}
@media(min-width:1700px) {
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 12%;
    }
}
@media(min-width:1800px) {
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 15%;
    }
}
@media(min-width:1900px) {
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 300px;
    }
}
@media(min-width:2100px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 390px;
    }
}
@media(min-width:2300px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 440px;
    }
}
@media(min-width:2500px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 24%;
    }
}
@media(min-width:2700px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 26%;
    }
}
/*@media(min-width:3000px){
    .whatapp-popup-outer-wrapper .ctsshowcontent img {
        right: 28%;
    }
}*/
/*######################################################
################ whatsapp Popup #########################
########################################################*/
