@font-face {
    font-family: 'cream';
    src: url('fonts/cream-DEMO.eot');
    src: url('fonts/cream-DEMO.eot?#iefix') format('embedded-opentype'),
        url('fonts/cream-DEMO.woff2') format('woff2'),
        url('fonts/cream-DEMO.woff') format('woff'),
        url('fonts/cream-DEMO.ttf') format('truetype'),
        url('fonts/cream-DEMO.otf') format('truetype'),
        url('fonts/cream-DEMO.svg#cream-DEMO') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}
html body div#wprmenu_bar {
    height: 42px;
    position: absolute;
    margin-top: 30px;
    width: auto;
}
html {
    padding-top: 0 !important;
}
.main-slider, .item-slider, .client, .thumb-slider {
    display: block;
}
.menu-header > ul > li > a {
    font-family: 'cream', sans-serif;
}
.cream{
    font-family: 'cream', sans-serif !important;
}
.banner {
    overflow: hidden;
}
section.banner .col-sm-3.nopad { transition: .3s !important;}
.row.main-slider  .col-sm-3.nopad {transition: .3s !important; width: 20%;}
section.banner .col-sm-3.nopad:hover {width: 34% !important;    transition: .3s !important;}
.row.main-slider:hover  .col-sm-3.nopad {width: 16.5%;transition: .3s !important;}
.banner .bg-img {
    height: 840px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@keyframes border_anim {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
@keyframes border_anim_left {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}

a.btn1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 0;border-radius: 20px !important;
    border-bottom: solid 2px #bdbdbd;
}
a.btn1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;border-radius: 20px !important;
    border-bottom: solid 2px #bdbdbd;
}
a.btn1:hover:before {
    animation: border_anim 0.5s linear forwards;border-radius: 20px !important;
}
a.btn1:hover:after {
    animation: border_anim_left 0.5s linear forwards;
    right: 0;
    left: auto;border-radius: 20px !important;
}

a.btn1:hover {background: #fff;
    color: #bdbdbd !important;}

a.btn1 {
    position: relative;border-radius: 20px !important;overflow: hidden;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
    position: relative;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 100%;
    z-index: -1;
    
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover:before  {
    background: #c15b80;
    color: #ffffff !important;
    animation: border_anim 0.5s linear forwards;
    
}
div#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
    background: transparent !important;
    color: #ffffff !important;
}

.sec-3 .head .top .caption3 {
    overflow: hidden;
}
.sec-3 .head .arow {
    padding-right: 40px!important;
    transform: translate(-90px,0);
    transition: .3s!important;
    padding: 40px 40px 40px 0;
}
.sec-3 .head:hover .arow  {transition-delay: .3s!important;
    transform: translate(0,0);
}
.banner .bg-img:before {
    content: "";
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .bg-img {
    position: relative;
    overflow: hidden;
}
.sec-3 .head .top{
    position: relative;
    overflow: hidden;
}
.sec-3 .head .top:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 25%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.footer .main .contact a:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 100%;

}
.footer .main .contact a:hover:before{
    content: "";
    background: #fff;
    color: #000 !important;
    animation: border_anim 0.5s linear forwards;

}
.footer .main .contact a {
    overflow: hidden;
    position: relative;
}
.footer .main .contact a {
    border: 2px solid #480f24;
}
.footer .main .contact a:hover span {
    color: #480f24;
    position: relative;
}
.footer {
    background-size: cover;
}


/* ===================Responsive ===================*/
/*/ / 1600-1700px / /*/

@media screen and (min-width: 1600px) and (max-width: 1700px) {

}

/*/ / 1500-1600px / /*/

@media screen and (min-width: 1500px) and (max-width: 1599px) {

.btn1 {
    font-size: 13px;
    padding: 15px 40px;
}

}

/*/ / 1300-1366-1500 / /*/

@media screen and (min-width: 1300px) and (max-width: 1499px) {

.btn1 {
    font-size: 13px;
    padding: 15px 35px;
}
.banner .bg-img .head h3 {
    font-size: 21px;
    left: 35px;
    top: 510px;
}
.banner .bg-img {
    height: 680px;
}

.sec-3 .head .top .caption3 {
    left: 40px;
}


}

/*/ / 1100-1200px / /*/
@media screen and (min-width: 1100px) and (max-width: 1299px) {

.btn1 {
    font-size: 13px;
    padding: 11px 20px;
}
.banner .bg-img .head h3 {
    font-size: 18px;
    left: 15px;
    top: 440px;
}
.banner .bg-img {
    height: 600px;
}

.sec-3 .head .top .caption3 {
    left: 25px;
}
.sec-3 .head .top h3 {
    margin: 0;
    font-size: 22px;
}

.sec-3 .head .top img{
height: 300px;
}


.footer .main h3 {
    font-size: 30px;
}


.footer {
    padding: 43px 0;
}

}

/*/ / Ipad PRO /*/

@media screen and (min-width: 1000px) and (max-width: 1100px) {

.menu-header > ul > li > a {
    padding: 0 11px;
    font-size: 14px;
}
.btn1 {
    font-size: 12px;
    padding: 10px 18px;
}
.banner .bg-img .head h3 {
    font-size: 18px;
    left: 15px;
    top: 340px;
}
.banner .bg-img {
    height: 480px;
}
.sec-welcome .head h2, .sec-progress .head h2, .sec-who .head h2 {
    margin: 0 0 15px;
    font-size: 40px;
}
.sec-progress .head p {
    font-size: 15px;
    padding: 0 22%;
}
.sec-welcome .head p {
    font-size: 15px;
}
.sec-welcome .welcome-pic {
    margin-bottom: 30px;
}
.sec-welcome .get a {
    font-size: 14px;
    padding: 15px 40px;
}
.sec-3 .head .top img{
height: 280px;

}
.sec-3 .head .top h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.sec-3 .head .top .caption3 {
    left: 40px;
}
sec-progress .progress-image img {
    height: 560px;
}
.sec-progress .meet a {
    font-size: 14px;
    padding: 15px 40px;
}
.footer {
    padding: 43px 0;
}
.footer .main h3 {
    font-size: 30px;
}
.inner-banner {
    height: 260px;
}
section.det-values .pic img {
    height: auto;
}
.sec-3 .head .top {
    margin-bottom: 30px;
}
.sec-welcome {
    padding: 40px 0 0;
}

}

/*/ / Ipad - 768px and Landspace Mode : 820px / /*/

@media screen and (min-width: 100px) and (max-width: 949px) {


header .main {
    display: block;
    text-align: center;
}
header .col-sm-2 {
    width: 100%;
}
header .social-icon {
    margin-top: 20px;
}
.banner .bg-img .head h3 {
    font-size: 19px;
    left: 20px;
    top: 240px;
    line-height: 45px;
}
.banner .bg-img {
    height: 400px;
}
.sec-welcome .head h2, .sec-progress .head h2, .sec-who .head h2, section.sec-aff h2 {
    margin: 0 0 15px;
    font-size: 30px;
}
.btn1 {
    font-size: 15px;
    padding: 12px 30px;
}
.sec-welcome .welcome-pic {
    margin-bottom: 30px;
}
.sec-welcome .head p {
    margin: 0 0 25px;
    font-size: 14px;
}

.sec-welcome {
    padding: 40px 0 0;
}
.page-id-12 .sec-3 {
    padding: 40px 0 0;
    text-align: center;    
}

.team h3 {
    font-size: 30px;
    margin: 40px 0 20px;
}
.sec-3 .head .top h3 {
    font-size: 19px;
    margin-bottom: 20px;
}

element.style {
}
.sec-3 .head .top .caption3 {
    overflow: hidden;
}
.sec-3 .head .top .caption3 {
    left: 20px;
    top: 60px;
}
.sec-3 .head .top img {
    height: 270px;
}
.sec-3 .head .arow {
    padding: 0 40px 40px 0;
}
.sec-3 {
    padding: 0 0 40px;
}
.sec-progress .head {
    margin-bottom: 40px;
}
.sec-progress .head p {
    font-size: 14px;
    padding: 0 14%;
}
.sec-progress .progress-image img {
    width: 100%;
    height: 400px;
}
.sec-progress .progress-image {
    margin-bottom: 30px;
}
.sec-who {
    padding: 30px 0;
}
.sec-progress .meet a {
    font-size: 14px;
    padding: 12px 30px;
}
.sec-who .head p {
    margin: 0 0 20px;
    font-size: 14px;
}

.sec-who .head {
    margin-top: 0px;
}
.sec-map {
    padding: 0px;
}
section.sec-map ul {
    padding: 20px 0;
    text-align: center;
}
section.sec-map ul li a.btn1 {
    font-size: 14px;
    margin-left: 13px;
}
.sec-aff h2.text-center {margin-bottom: 50px !important;}

.footer {
    padding: 40px 0;
}
.footer .main h3 {
    font-size: 26px;
}
.footer .main .contact a {
    font-size: 14px;
    padding: 13px 35px;
}


.container {
    width: 100%;
}
a#hamburg {
    background-color: #c15b80;
}
.nav-cross span {
    background: #fff;
}
.inner-banner {
    height: 220px;
}
.inner-banner h2 {
    font-size: 40px;
}
.page-id-14 .sec-welcome.container p {
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    text-align: center;
}
.wpcf7-form label {
    width: 100%;
    margin: 16px 0 12px 0;
    font-size: 15px;
    color: #f1a61e;
}
input, button, select, textarea {
    color: #777777 !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
color: #fff !important;
padding: 10px 20px;
}
.contact-image {
    margin-top: 50px;
}
.et_pb_blurb_container {
    padding: 20px 50px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
h4.et_pb_module_header {
    color: #f1a61e;
}
.et_pb_blurb_description {
    color: #777777;;    
}
.sec-3 .head .top {
    margin-bottom: 20px;
}
section.det-values .row.padd {
    display: block;
}
section.det-values h3 {
    margin: 20px 0 20px;
}
.strong-form input[type="text"], .strong-form input[type="email"], .strong-form input[type="url"], .strong-form input[type="file"], .strong-form select, .strong-form textarea {
    width: 80% !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    margin-left: 80px !important;
}
.sec-welcome .head {
    text-align: center;
    margin-bottom: 70px;
}
.desc {
    text-align: center;
}
.page-id-133 img.icon {
    margin: 40px 0 20px;
}

section.det-values {
    padding: 50px 0 0;
}
section.det-values .row.padd {
    padding: 0px 10% 40px;
}
section.det-values h3 {
    margin: 40px 0 20px !important;
}
section.det-values .pic img {
    height: auto;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0 !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 1px solid #FFFFFF;
    padding: 20px;
    text-align: center !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 5px;
    text-align: center !important;
}

}

/*/ / Mobile View / /*/

@media screen and (min-width: 100px) and (max-width: 600px) {

.row.main-slider .col-sm-3.nopad {
    transition: .3s !important;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.banner .bg-img {
    height: 200px;
}
.banner .bg-img .head h3 {
    left: 40px;
    top: 120px;
}
.btn1 {
    font-size: 13px;
    padding: 10px 25px;
}
.sec-welcome .welcome-pic img {
    width: 50%;
}
.sec-welcome .get {
    text-align: center;
    margin-bottom: 20px;
}
.sec-welcome .get a {
    font-size: 13px;
    padding: 10px 25px;
}
.sec-welcome .head h2, .sec-progress .head h2, .sec-who .head h2, section.sec-aff h2 {
    margin: 0 0 15px;
    font-size: 24px;
}
.sec-welcome .head p {
    margin: 0 0 15px;
    font-size: 13px;
    text-align: center;
}
.sec-welcome {
    padding: 20px 0;
}
.sec-3 .head .top .arow span {
    font-size: 14px !important;
}
.sec-3 {
    padding: 0 0 20px;
}
.sec-progress .head p {
    font-size: 13px;
    padding: 0 5%;
}
.sec-progress .progress-image img {
    height: auto;
}
.sec-progress .head {
    margin-bottom: 33px;
}
.sec-who .who-image {
    margin-bottom: 30px;
}
.sec-who {
    padding: 30px 0;
    text-align: center;
}
section.sec-map ul li a {
    font-size: 13px;
}
section.sec-aff {
    padding: 0 0 20px;
}
.slick-slide img {
    display: inline-block !important;
}
.row.aff-slider.slick-initialized.slick-slider {text-align: center;}
.sec-aff h2.text-center {
    margin-bottom: 20px !important;
}
.footer .main h3 {
    font-size: 22px;
    margin: 0;
}
.footer .main .contact {
    text-align: center;
    margin-top: 20px;
}
.footer .main {
    display: block;
    text-align: center;
}
.contact a {
    font-size: 13px !important;
    padding: 10px 25px !important;
}
.footer {
    padding: 20px 0 10px;
}
.cop p {
    font-size: 13px;
}
.cop {
    padding: 20px 0;
}
.inner-banner {
    height: 150px;
}
.inner-banner h2 {
    font-size: 30px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    margin-left: 70px;
}
input, button, select, textarea {
    font-size: 13px !important;
}
.sec-welcome.container .text-center {
    margin-top: 20px !important;
}

.page-id-12 .sec-3 {
    padding: 30px 0;
}
.team h3 {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}
.team p {
    font-size: 13px;
    text-align: center;
}

section.det-values {
    padding: 40px 0 0;
}
section.det-values .pic img {
    height: auto;
}
.page-id-133 .desc {
    text-align: center;
}
.page-id-133 img.icon {
    margin: 20px 0 0;
    text-align: center !important;
}
section.det-values .row.padd {
    padding: 0px 4% 30px;
}
section.det-values h3 {
    font-size: 22px;
}
section.det-values p {
    font-size: 13px;
}
section.det-values .desc {
    text-align: center;
}
.strong-form input[type="text"], .strong-form input[type="email"], .strong-form input[type="url"], .strong-form input[type="file"], .strong-form select, .strong-form textarea {
    width: 33% !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    margin-left: 50px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-heading {
    text-align: center !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    text-align: center !important;
}
.sec-who .head p {
    margin: 0 0 20px;
    font-size: 13px;
    text-align: center;
}
section.banner.sliderfordesktop {
    display: none !important;
}
section.banner.sliderformobile {
    display: block !important;
}
.slick-dots button {
    font-size: 0 !important;
}
.container.copy {
    text-align: center;
}
}

