:root {
  --color_white : #ffffff; 
  --color_black : #000000; 
  --color_gray : #999999; 
  --color_lightgray: #505050; 
  --color_green: #28b99a; 
  --color_blue: #383f5f; 
  --color_darkblue: #26397e; 
  --color_darkgray: #474747; 
  --color_secgray: #9c9c9c; 
  --color_lightwhite: #f8f8fa; 
  --color_lightgreen: #44b585; 
  --titleFont: 'Playfair Display', serif; 
  --baseFont: 'Roboto', sans-serif; 
  --primary-box-border: #eaeaea; 
  --light-box-border: rgba(56,63,95,0.15); 
}

body { position: relative; font-family: var(--baseFont); font-weight: 400; color: var(--color_blue); font-size: 1rem; }
h1, h2, h3, h4, h5,h6 { font-family: var(--titleFont); }
a { color: #505050; text-decoration: none; transition: all 0.3s ease-in; }
a:hover { text-decoration: none; transition: all 0.3s ease-in; color: var(--color_green); }
a:hover, a:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; transition: all 0.3s ease-in; }
button:focus { outline: none; }
.sprite { background-image: url("../images/sprite.png"); background-position: 0 0; background-repeat: no-repeat; display: inline-block; vertical-align: middle; }
.transition { -webkit-transition: all .3s linear; transition: all .3s linear; }
.f-300 { font-weight: 300; }
.f-500 { font-weight: 500; }
.f-bold { font-weight: 700; }
.f-900 { font-weight: 900; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-21 { font-size: 21px; }
.f-24 { font-size: 24px; }
.f-36 { font-size: 36px; }
.f-48 { font-size: 2.5rem; }
.f-50 { font-size: 2.6rem; }
@media only screen and (max-width: 575px) {   
   .f-50 { font-size: 7vw; line-height: 9vw; }
}


.f-65 { font-size: 3.385vw; }
@media only screen and (max-width: 575px) {   
   .f-65 { font-size: 9vw; line-height: 11vw; }
}



.font-green { color: var(--color_green); }
.bg-light-gray { background-color: var(--color_lightwhite); }
.second-gray { color: var(--color_secgray); }
.ptb-100 { padding: 100px 0; }
@media only screen and (max-width: 1199px) { 
    .ptb-100 { padding: 90px 0; }
}
@media only screen and (max-width: 991px) { 
    .ptb-100 { padding: 70px 0; }
}
@media only screen and (max-width: 767px) { 
    .ptb-100 { padding: 50px 0; }
}
@media only screen and (max-width: 575px) { 
    .ptb-100 { padding: 30px 0; }
}

.pb-100 { padding-bottom: 100px; }
@media only screen and (max-width: 1199px) { 
    .pb-100 { padding-bottom: 90px; }
}
@media only screen and (max-width: 991px) { 
    .pb-100 { padding-bottom: 70px; }
}
@media only screen and (max-width: 767px) { 
    .pb-100 { padding-bottom: 50px; }
}
@media only screen and (max-width: 575px) { 
    .pb-100 { padding-bottom: 30px; }    
}


.mb-30 { margin-bottom: 30px; }
@media only screen and (max-width: 575px) { 
    .mb-30 { margin-bottom: 20px; }
}

.mt-100 { margin-top: 100px; }
.mt-40 { margin-top: 40px; }
@media only screen and (max-width: 575px) { 
    .mt-40 { margin-top: 20px; }
}
.mt-50 { margin-top: 50px; }
@media only screen and (max-width: 575px) { 
    .mt-50 { margin-top: 20px; }
}
.mb-50 { margin-bottom: 50px; }
@media only screen and (max-width: 575px) { 
    .mb-50 { margin-bottom: 20px; }
}
.gap-30 { gap: 30px; }
.gap-20 { gap: 20px; }

.slick-slider { position: relative; margin: 0; }
.slick-slider .slick-dots { margin: 0; display: flex; justify-content: center; align-items: center; }
.slick-slider .slick-dots li.slick-active { border: 1px solid var(--color_white); border-radius: 100%; width: 25px; height: 25px; background-color: var(--color_lightgreen); }
.slick-slider .slick-dots li button { width: 17px; height: 17px; background-color: var(--color_lightgreen); border-radius: 100%; margin: 0 auto; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.slick-slider .slick-dots li button:before { display: none; }
.slick-slider .slick-dots li.slick-active button { background-color: var(--color_white); }

.slick-slider .item { position: relative; }
.slick-slider .item img { object-fit: cover !important; display: block; border-radius: 10px; }

.slick-slider .item .view-all { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,0.67); z-index: 2; opacity: 0; visibility: hidden; transition: all 0.3s ease-in; border-radius: 10px; }
.slick-slider .item .view-all .view-click { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); transition: all 0.3s ease-in; }
.slick-slider .item .view-all .view-click .text { color: var(--color_white); font-weight: 700; margin-right: 10px; transition: all 0.3s ease-in; }
.slick-slider .item .view-all .view-click .icon { width: 55px; height: 55px; border-radius: 100%; border: 1px solid var(--color_white); transition: all 0.3s ease-in; }

.slick-slider .item:hover .view-all { opacity: 1; visibility: visible; }
.slick-slider button.slick-prev, .slick-slider button.slick-next { left: 0; right: 0; }

.slick-slider button.slick-next,
.slick-slider button.slick-next:hover { 
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    background-image: url("https://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px; 
}

.slick-slider button.slick-prev,
.slick-slider button.slick-prev:hover { 
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url("https://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
    background-position-x: right; 
}

.slick-slider .item .slick-prev:before,
.slick-slider .item .slick-next:before { 
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold; 
}

#wrapper { max-width: 1920px; margin: 0 auto; }

#header.navbar { position: fixed; left: 0; right: 0; top: 0; z-index: 99; transition: all 0.4s; z-index: 1021; padding: 30px 0; }
#header.navbar .navbar-brand { margin-right: 0; }
#header.navbar.fixed,
#header.navbar.active,
.inner #header.navbar { 
    background-color: var(--color_white); box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
#header.navbar.fixed { padding: 20px 0; }
#header.navbar.active #top-links { display: none !important; }
#header.navbar.active #main-menu { display: flex !important; }
.inq-btn { margin-left: 1rem; }
.inq-btn i { filter: var(--imgWhite); }

/* main-menu */
#main-menu ul { flex-direction: row; padding: 0; }
#main-menu ul li { position: relative; }
#main-menu ul li.has-submenu > a:after { content: '\f107'; font-family: 'FontAwesome'; margin-left: 5px; }
/* menu hover effect */
#main-menu .navbar-nav li ul.sub-menu { display: none; position: absolute; left: 0; top: 100%; z-index: 99; min-width: 170px; border: 1px solid #b0b1b5; margin-top: -1px; border-radius: 0 4px 4px 4px; background-color: var(--color_white); }
#main-menu .navbar-nav li:hover > ul { display: block; }
#main-menu .navbar-nav li ul li { list-style-type: none; margin: 0; }
#main-menu .navbar-nav li ul li a { white-space: nowrap; padding: 10px 15px; display: block; border: none; border-radius: 0; color: var(--color_blue); font-weight: 500; position: relative; font-size: 1.1rem; }
#main-menu .navbar-nav li ul li:hover a { text-decoration: none; color: var(--color_green); }
#main-menu .navbar-nav li ul li a:after { content: ''; position: absolute; width: 6px; height: 6px; background-color: var(--color_green); border-radius: 100%; bottom: 0; left: 0; right: 0; margin: auto; opacity: 0; visibility: hidden; transition: all 0.3s ease-in; }
#main-menu .navbar-nav li ul li:hover a:after { opacity: 1; visibility: visible; transition: all 0.3s ease-in; } 
#main-menu .navbar-nav li .sub-menu { list-style: none; }
#main-menu .navbar-nav li ul li.active a { color: var(--color_green); }
#main-menu .navbar-nav li ul li.active a:after { opacity: 1; visibility: visible; transition: all 0.3s ease-in; } 


/* rotate caret on hover */
#main-menu .sub-menu > li > a:hover:after { text-decoration: underline; transform: rotate(-90deg); } 
.dropdown-item.active, .dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover { background-color: #f8f9fa; color: var(--color_white); }

.btn-cust { padding: 14px 45px; position: relative; border-radius: 15px; text-align: center; background-color: var(--color_green); color: var(--color_white); text-transform: uppercase; display: flex; align-items: center; justify-content: center; font-weight: 700; transition: all 0.3s ease-in; border: 1px solid transparent; }
@media only screen and (max-width: 575px) { 
   .btn-cust { padding: 10px 20px; font-size: 16px; }
}
.btn-cust .icon { margin-left: 15px; position: relative; top: -2px; transition: all 0.3s ease-in; }
.btn-cust:hover { border: 1px solid var(--color_green); color: var(--color_green); background-color: var(--color_white); transition: all 0.3s ease-in; }
.btn-cust:hover .icon img { filter: brightness(0) saturate(100%) invert(53%) sepia(78%) saturate(399%) hue-rotate(117deg) brightness(98%) contrast(88%); transition: all 0.3s ease-in; }


h2.title { font-size: 9rem; font-weight: 900; color: var(--color_lightwhite); margin-bottom: 20px; position: relative; }
h2.title span { font-size: 2.5rem; font-weight: 700; color: darkblue; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); margin: auto; }

h3.title { font-family: var(--titleFontLight); font-size: 1.5rem; font-weight: 400; color: var(--color_black); }

.custom-div { width: calc((100vw + 1440px)/2); margin-left: auto; }
 
    @media only screen and (min-width: 768px) { 
        .custom-div { 
            width: calc((100vw + 720px)/2);
            margin-left: auto;
        }
    }
     @media only screen and (min-width: 960px) { 
        .custom-div { 
            width: calc((100vw + 960px)/2);
            margin-left: auto;
        }
    }
 @media only screen and (min-width: 1200px) { 
        .custom-div { 
            width: calc((100vw + 1140px)/2);
            margin-left: auto;
        }
    }
    
    @media only screen and (min-width: 1500px) { 
        .custom-div { 
            width: calc((100vw + 1440px)/2);
            margin-left: auto;
        }
    }
   
   .style1 .owl-prev,.style1 .owl-next { position: absolute; width: 55px; height: 55px; top: 50%; transform: translateY(-50%); border-radius: 100%; }
   @media only screen and (max-width: 575px) { 
            .style1 .owl-prev,.style1 .owl-next { width: 40px; height: 40px; }
    }
   
    .style1 .owl-next { right: 0; }
    .owl-carousel.style1 .owl-nav button.owl-next, .owl-carousel.style1 .owl-nav button.owl-prev, .owl-carousel.style1 button.owl-dot { background-color: var(--color_green); }
    .owl-carousel.style1 .owl-nav button.owl-next.disabled, .owl-carousel.style1 .owl-nav button.owl-prev.disabled, .owl-carousel.style1 button.owl-dot { background-color: rgba(40,185,154,0.25); }
    .owl-carousel.style1 .owl-nav button.owl-next:before, .owl-carousel.style1 .owl-nav button.owl-prev:before { content: ''; position: absolute; left: 0; right: 0; margin: auto; top: 50%; transform: translateY(-50%); background: url(../images/arrow-right.png) no-repeat center; width: 24px; height: 10px; }
    .owl-carousel.style1 .owl-nav button.owl-prev:before { transform: translateY(-50%) rotate(180deg); }
    .owl-carousel.style1 .owl-nav button.owl-prev.disabled:before,.owl-carousel.style1 .owl-nav button.owl-next.disabled:before { filter: brightness(0) saturate(100%) invert(56%) sepia(42%) saturate(709%) hue-rotate(117deg) brightness(100%) contrast(85%); }
/* Typography */

.container { width: 100%; max-width: 1440px; }

/* mobile menu icon */
#mobile-menu-icon { display: none; position: absolute; right: 12px; top: 23px; width: 30px; height: 30px; z-index: 9999; }
#mobile-menu-icon span, #mobile-menu-icon span:before, #mobile-menu-icon span:after { width: 30px; height: 3px; background-color: var(--color_green); display: block; position: absolute; top: 7px; transition: all 0.3s; }
#mobile-menu-icon span:before, #mobile-menu-icon span:after { content: ''; }
#mobile-menu-icon span:before { top: -7px; width: 23px; left: 7px; }
#mobile-menu-icon span:after { content: ''; top: 7px; width: 20px; left: 10px; }
#mobile-menu-icon.active span { background-color: transparent; }
#mobile-menu-icon.active span:before, #mobile-menu-icon.active span:after { top: 0; width: 30px; left: 0px; }
#mobile-menu-icon.active span:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
#mobile-menu-icon.active span:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }

/* mobile menu */
#mobile-menu { display: none; background-color: var(--color_white); position: fixed; width: 100vw; top: 0px; height: 100vh; left: 100vh; z-index: 1; overflow-y: scroll; align-items: center; }
#mobile-menu ul { margin: 0; padding: 0; list-style: none; float: none; display: block; }
#mobile-menu ul li { float: none; padding: 0; margin: 0; border: none; position: relative; width: 100%; border-bottom: 1px solid var(--color_white); }
#mobile-menu ul li a { padding: 0.75rem; font-family: var(--titleFont); font-size: 1.25rem; display: block; color: var(--primary1); font-weight: 400; text-decoration: none; }
#mobile-menu ul li.last a { color: var(--color_white); }

#mobile-menu ul li ul li a { color: var(--color_blue); font-size: 1.25rem; text-decoration: none; text-align: center; }
#mobile-menu ul li.active ul li a { color: var(--color_darkgray); }
#mobile-menu ul li ul li a:hover { color: var(--color_lightgreen); }
#mobile-menu ul li > a:hover, #mobile-menu ul li.active > a, #mobile-menu ul li a:hover { color: var(--color_lightgreen); }
#mobile-menu ul li > a:hover .submenu:before, #mobile-menu ul li.active > a .submenu:before, #mobile-menu ul li a:hover .submenu:before { background-color: #ffffff; }
#mobile-menu ul li > a:hover .submenu:after, #mobile-menu ul li.active > a .submenu:after, #mobile-menu ul li a:hover .submenu:after { background-color: #ffffff; }
#mobile-menu ul li.changebg > a { background-color: var(--primary1); color: #fff; }
#mobile-menu ul li > a:focus { background-color: var(--primary1); color: #fff; }
#mobile-menu ul li:hover > a { border-bottom: none; }
#mobile-menu ul li a .submenu { position: absolute; width: 48px; height: 48px; right: 0; top: 3px; display: block; cursor: pointer; -moz-transition: transform 0.3s ease-in-out; -webkit-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; }
#mobile-menu ul li a .submenu:before,#mobile-menu ul li a .submenu:after { content: ""; background-color: var(--primary1); display: block; -moz-transition: transform 0.3s ease-in-out; -webkit-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; }
#mobile-menu ul li a .submenu:before { width: 1px; height: 15px; position: relative; left: 20px; top: 12px; }
#mobile-menu ul li a .submenu:after { width: 15px; height: 1px; position: relative; left: 13px; top: 4px; }
#mobile-menu ul li.changebg>a>.submenu:before { transform: rotate(-90deg); }
#mobile-menu ul li.changebg>a>.submenu:after { display: none; }
#mobile-menu ul li > ul { padding: 0; border: none; }
#mobile-menu ul li.submenu-one:hover > ul { top: 0; }
#mobile-menu ul li.submenu-one ul { margin-bottom: -1px; }
#mobile-menu ul li ul,#mobile-menu ul li:hover>ul,#mobile-menu ul li ul li ul,#mobile-menu ul li ul li:hover>ul { width: auto; display: none; opacity: 1; position: relative; left: 0; top: 0; visibility: visible; transition: none; box-shadow: none; }
#mobile-menu ul.mob-view { display: block; }


.logo-reverse { display: none; }
.page-home .logo-reverse { display: block; }
.page-home .logo-default { display: none; }
.page-home #header.navbar.fixed .logo-default { display: block; }
.page-home #header.navbar.fixed .logo-reverse { display: none; }
.page-home #main-menu .navbar-nav li ul li a { color: var(--color_white); }
.page-home #header.navbar.fixed #main-menu .navbar-nav li ul li a { color: var(--color_blue); }

.banner { position: relative; height: 100vh; overflow: hidden; background-color: var(--color_lightgray); }
.banner .slider { height: 100vh; }
.banner .slider .item { width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; background-repeat: no-repeat; background-position: left top; background-size: cover; }
.banner .slider .owl-item.active .item { -webkit-animation: panning 20s linear 0s infinite alternate; }
.banner .slider .item:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(20, 20, 20, 0.3); background: linear-gradient(180deg, rgba(20, 20, 20, 0.5) 0%, rgba(255, 255, 255, 0) 35%); z-index: 1; }
.banner .slider .item.with-text:before { background: rgba(20, 20, 20, 0.9); }
.banner .slider .item .banner-content { max-width: 990px; position: relative; z-index: 2; }
.banner .slider .item .banner-content h2 { line-height: 4vw; color: var(--color_white); }
.banner .style1 .owl-nav { width: calc(100% - 70px); }
@media only screen and (max-width: 575px) {   
    .banner .style1 .owl-nav { bottom: 50px; top: auto; transform: none; }
}

.banner .owl-carousel.style1 .owl-nav button.owl-prev { left: 15px; }
.banner .owl-carousel.style1 .owl-nav button.owl-next { right: 15px; }
.banner .owl-carousel.style1 .owl-nav button.owl-next,.banner .owl-carousel.style1 .owl-nav button.owl-prev,.banner .owl-carousel.style1 button.owl-dot { background-color: var(--color_white); }
.banner .owl-carousel.style1 .owl-nav button.owl-prev:before,.banner .owl-carousel.style1 .owl-nav button.owl-next:before { filter: brightness(0) saturate(100%) invert(59%) sepia(71%) saturate(339%) hue-rotate(103deg) brightness(90%) contrast(86%); }
.banner  .owl-carousel.style1 .owl-nav button.owl-next.disabled, .banner .owl-carousel.style1 .owl-nav button.owl-prev.disabled { background-color: rgba(255,255,255,0.20); }
.banner .owl-carousel.style1 .owl-nav button.owl-prev.disabled:before,.banner .owl-carousel.style1 .owl-nav button.owl-next.disabled:before { filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(2%) hue-rotate(115deg) brightness(109%) contrast(100%); }

.about-us { padding: 6rem 0; position: relative; }
.about-us .bg-div { position: absolute; right: 0; top: 0; left: 0; margin: auto; width: calc(100% - 240px); height: 100%; }
@media only screen and (max-width: 767px) { 
    .about-us .bg-div { display: none; }
}
.about-us .bg-div:after { content: ''; position: absolute; right: 0; top: 0; width: 387px; height: 100%; background-color: var(--color_green); }
.about-us .about-content { position: relative; }

.about-us .about-content h2 { font-family: var(--titleFont); color: var(--color_darkblue); margin: 0 0 50px; font-weight: 500; position: relative; z-index: 2; }
.about-us .about-content p { color: var(--color_blue); }
.about-us .about-content .big-text { display: block; color: var(--color_white); font-family: var(--titleFont); font-size: 15.62vw; font-weight: 700; position: absolute; left: -15.62vw; top: -6.62vw; line-height: normal; }

.about-us .slick-slider { right: -200px; }
.about-us .slick-slider .slick-dots { bottom: -4rem; margin: 0; }
.about-us .slick-slider .slick-dots li.slick-active { border: 1px solid var(--color_white); border-radius: 100%; background-color: var(--color_lightgreen); }
.about-us .slick-slider .slick-dots li button { background-color: var(--color_white); border-radius: 100%; margin: 0 auto; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.about-us .slick-slider .slick-dots li button:before { display: none; }
.about-us .slick-slider .item { overflow: hidden; margin: 0 15px; }
.about-us .slick-slider .item img { object-fit: cover !important; display: block; border-radius: 10px; }
.about-us .slick-slider .item.slick-slide { transform: scale(0.9); }
.about-us .slick-slider .item.slick-slide.slick-current.slick-active { transform: scale(1); }
.about-us .slick-slider button.slick-next, .about-us .sslick-lider button.slick-next:hover { 
  position: absolute; 
  top: 41%; 
  right: 54px; 
  width: 47px; 
  height: 75px; 
  background-image: url("http: //maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png"); 
  background-size: 95px; 
}
.about-us .slick-slider button.slick-prev, .about-us .slick-slider button.slick-prev:hover { 
  position: absolute; 
  top: 41%; 
  left: 15px; 
  z-index: 1; 
  width: 47px; 
  height: 75px; 
  background-image: url("http: //maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png"); 
  background-size: 95px;
      background-position-x: right; 
}
.about-us .slick-slider .slick-prev:before, .about-us .slick-slider .slick-next:before { 
  font-size: 70px; 
  color: #EA8496; 
  line-height: inherit; 
  font-weight: bold; 
}

/*achievements*/
.achievements { background-color: var(--color_white); position: relative; overflow: hidden; }
@media only screen and (max-width: 575px) { 
.achievements .item { margin-bottom: 30px; }
}


.achievements .item .numbers { font-family: var(--titleFont); font-weight: 900; }
@media only screen and (max-width: 575px) { 
.achievements .item .numbers { font-size: 9vw; }
}

.achievements .item .numbers sup { top: -0.4em; font-weight: 400; }
.achievements .item .title { font-size: 20px; font-weight: 500; color: var(--color_black); }
.achievements .item .text { font-size: 18px; color: var(--color_lightgray); font-weight: 400; }


/*our-backbone*/

.clients .logo-list { grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
.clients .logo-list .item:nth-child(6n) { border-right: none; }
.clients .logo-list .item:nth-last-child(-n+6) { border-bottom: 0; }
.clients .logo-list .item { padding: 40px; display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--primary-box-border); border-bottom: 1px solid var(--primary-box-border); flex: 1 1; min-height: 100%; transition: all 0.3s ease-in; }
.clients .logo-list .item:last-child { border: none; }
.clients .logo-list .item img { opacity1: 0.9; transition: all 0.3s ease-in; filter1: gray; -webkit-filter1: grayscale(1); filter1: grayscale(1); }
.clients .logo-list .item:hover img { opacity1: 1; transition: all 0.3s ease-in; -webkit-filter1: grayscale(0); filter: none; }
.clients .logo-list .item:last-child { border-right: none; }
.clients .logo-list .item.bottom { border-bottom: none; }

.clients .logo-list { display: grid; grid-auto-columns: 1fr; }

.our-projects .slider { color: var(--color_white); }
.our-projects .slider .item .img-box { position: relative; display: block; color: var(--color_white); }
.our-projects .slider .item .img-box:before { content: ''; left: 0; right: 0; top: 0; bottom: 0; border-radius: 10px; position: absolute; background: linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(255, 255, 255, 0) 100%); }
.our-projects .slider .item .img-box .img-wrap { display: block; }
.our-projects .slider .item .img-box .img-wrap img { border-radius: 10px; }
.our-projects .slider .item .img-box .caption { display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.our-projects .slider .item .img-box .caption > span { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem;  }
.our-projects .slider .item .img-box .caption span { display: block; }
.our-projects .slider .item .img-box .caption span.title { font-family: var(--titleFont); font-size: 1.25rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.our-projects .slider .item .img-box .caption span.subtitle { font-style: italic; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.our-projects .style1 .owl-nav { top: -100px; }

.our-specialty h2.title { color: var(--color_white); }
.our-specialty .slider .item { transition: all 0.3s ease-in; }
.our-specialty .slider .item .img-box { position: relative; margin-top: 30px; color: var(--color_white); }
.our-specialty .slider .item .img-box:before { content: ''; left: 0; right: 0; top: 0; bottom: 0; border-radius: 10px; position: absolute; background-color: rgba(0, 0, 0, 0.5); }
.our-specialty .slider .item .img-box .numb-text { position: absolute; bottom: 0; left: 0; color: var(--color_lightwhite); z-index: 2; font-size: 8rem; display: block; line-height: normal; font-family: var(--titleFont); font-weight: 900; }
.our-specialty .slider .item .img-box .numb-text sup { top: -10px; }
.our-specialty .slider .item .img-box .img-wrap { position: relative; }
.our-specialty .slider .item .img-box .img-wrap:before { content: ''; position: absolute; left: 0; right: 0; top: 0; right: 0; margin: 0 auto; bottom: 0; height: 100%; width: 100%; z-index: 1; background-color: rgba(0,0,0,0.50); border-radius: 20px; }
.our-specialty .slider .slider-line { background-color: red; height: 5px; width: 960px; margin: 100px auto 0; background-color: rgba(68,181,133,0.10); }
.our-specialty .slider .owl-nav { width: 55px; height: 55px; margin: 0 auto; background-color: var(--color_green); position: absolute; bottom: -130px; left: 0; right: 0; margin: auto; border-radius: 100%; }
.our-specialty .slider .owl-nav .owl-prev,.our-specialty .slider .owl-nav .owl-next { position: absolute; margin: 0 auto; }
.our-specialty .slider .owl-nav .owl-prev { left: 12px; width: 12px; height: 12px; top: 50%; transform: translateY(-50%); }
.our-specialty .slider .owl-nav .owl-next { right: 12px; width: 12px; height: 12px; top: 50%; transform: translateY(-50%); }
.our-specialty .slider .owl-nav .owl-prev:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: url(../images/prev-arrow.png) no-repeat center; width: 8px; height: 12px; }
.our-specialty .slider .owl-nav .owl-next:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: url(../images/next-arrow.png) no-repeat center; width: 8px; height: 12px; }

.our-client-speaks { padding: 7rem 0 8rem 0; background: url(../images/client-speaks-bg.jpg) no-repeat center; background-size: cover; }
.our-client-speaks h2 { font-family: var(--titleFont); color: var(--color_white); }
.our-client-speaks .slider { color: var(--color_white); }
.our-client-speaks .slider .item { padding-top: 65px; }
.our-client-speaks .slider .img-wrapper { width: 260px; height: 260px; position: relative; }
.our-client-speaks .slider .img-wrapper img { border-radius: 10px; }
.our-client-speaks .slider .img-wrapper:before { content: ''; position: absolute; left: 0; right: 0; top: -50px; margin: auto; background: url(../images/quote.png) no-repeat center; width: 64px; height: 49px; }
.our-client-speaks .slider .quote blockquote { font-size: 1.25rem; font-weight: 500; }
.our-client-speaks .slider .quote blockquote a.more { color: var(--color_lightgreen); font-weight: 400; }
.our-client-speaks .slider .quote blockquote a.more:hover { color: var(--color_white); }
.our-client-speaks .slider .quote .caption { margin-top: 2rem; }
.our-client-speaks .slider .quote .caption .name { font-size: 1.5rem; font-weight: 600; font-family: var(--titleFont); color: var(--color_lightgreen); }
.our-client-speaks .slider .quote .caption .position { font-style: italic; }
.our-client-speaks .slider .owl-nav { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }

.contact-us { background-color: var(--color_lightwhite); }
.contact-us h2.title { position: absolute; left: 0; top: 100px; z-index: 1; }
.contact-us .left-section { position: relative; z-index: 2; }
.contact-us .left-section .small-content { color: var(color_blue); text-transform: uppercase; }
.contact-us .left-section .title-text { font-family: var(--titleFont); color: var(--color_darkblue); font-weight: 900; }
.contact-us .left-section .short-text-content p { color: var(--color_blue); }
.contact-us .left-section .btn-group .get-in-btn { padding: 20px 40px; background-color: rgba(56,63,95,0.10); color: var(--color_blue); text-transform: uppercase; font-weight: 500; }
.contact-us .right-contact-form { padding: 100px; max-width: 800px; z-index: 2; }

.contact-us .right-contact-form:after { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: calc(100% + 1000px); height: 100%; background-color: #474747; border-radius: 15px 0 0 15px; z-index: 1; }
@media only screen and (max-width: 575px) { 
    .contact-us .right-contact-form:after { display: none; }
}

.contact-us .right-contact-form .img-wrap { position: absolute; left: -40%; top: 90px; }
@media only screen and (max-width: 575px) { 
    .contact-us .right-contact-form .img-wrap { display: none; }
}

.contact-us .right-contact-form .inner-content { position: relative; z-index: 3; color: var(--color_white); }
.contact-us .right-contact-form .inner-content h3 { font-weight: 500; }

.contact-us .right-contact-form .inner-content .form-wrap .form-group { margin-bottom: 25px; }
.contact-us .right-contact-form .inner-content .form-wrap .form-group .small-icon { position: absolute; left: 20px; top: 12px; }
.contact-us .right-contact-form .inner-content .form-wrap .form-group .form-control { padding: 15px 50px; color: var(--color_white); font-size: 17px; background-color: rgba(255,255,255,0.10); border: none; border-radius: 0; }
.contact-us .right-contact-form .inner-content .form-wrap .form-group .form-control::placeholder { color: var(--color_white); }

.form-control:focus { box-shadow: none; }

.section-header { padding: 2rem 0; }
.page-header h2.title, .section-header h2.title { margin: 0; }
.page-header.bg-light-gray h2.title, .section-header.bg-light-gray h2.title { color: var(--color_white); }
.page-header .sub-title, .section-header .sub-title { margin-top: -50px; position: relative; z-index: 2; color: var(--color_blue); font-weight: 500; font-size: 1.5rem; }

.contact .left-panel { position: relative; }
.contact .left-panel .address-area { margin-left: -15px; background-color: var(--color_white); padding: 50px; border: 1px solid #efefef; border-radius: 15px; margin-top: 60px; }
@media only screen and (max-width: 575px) { 
    .contact .left-panel .address-area { margin: 0; padding: 20px; }
}

.contact .left-panel .address-area h4 { }
.contact .left-panel .address-area .address-block { margin-bottom: 30px; }
.contact .left-panel .address-area .address-block .has-icon { display: flex; }
.contact .left-panel .address-area .address-block .has-icon .icon { flex: 0 0 auto; margin: 0 15px 0 0; width: 24px; text-align: center; }
.contact .left-panel .address-area .address-block .has-icon .icon-outer { border-bottom: 1px solid #efefef; padding-bottom: 20px; }
.contact .left-panel .address-area .address-block .has-icon .icon-outer p { color: var(--color_blue); }
@media only screen and (max-width: 575px) { 
    .contact .left-panel .address-area .address-block .has-icon .icon-outer p { margin-bottom: 0; }
}

.contact .left-panel .address-area .address-block:last-child { margin: 0; }
.contact .left-panel .address-area .address-block:last-child .icon-outer { border-bottom: none; padding-bottom: 0; }

.contact .left-panel .social-area { margin-left: 35px; }
@media only screen and (max-width: 575px) { 
    .contact .left-panel .social-area { margin: 30px 0 0 0; }
}

.contact .left-panel .social-area h4 { margin: 0 0 50px; }
@media only screen and (max-width: 575px) { 
    .contact .left-panel .social-area h4 { margin: 0 0 30px; }
}
.contact .left-panel .social-area .media { display: flex; align-items: center; margin: 0 0 15px; }
.contact .left-panel .social-area .media .icon { width: 30px; height: 30px; margin-right: 15px; text-align: center}

.contact-us-detail footer { background-color: var(--color_white); }
.contact-us-detail footer .top .container:last-child { display: none; }
.contact-us-detail footer .bottom { margin-bottom: 0; }
.contact-us-detail footer .bottom .row { border: none; }
.contact-us-detail footer .bottom .last-links { justify-content: center !important; }
.contact-us-detail footer .bottom .last-links .social-links { display: none !important; }

.inner-pages h4 { color: var(--color_darkblue); font-weight: 500; font-size: 30px; margin: 0 0 30px; }
@media only screen and (max-width: 575px) { 
    .inner-pages h4 { font-size: 22px; }
}

.form-wrap input[type="submit"], .form-area input[type="submit"] { display: none; }
.form-floating > .form-control { position: relative; background-color: var(--color_white); color: var(--color_blue); border-radius: 15px; border: 1px solid #efefef; font-size: 1.25rem; font-weight: 600; padding: 1.5rem; height: auto; }
.form-floating > .form-control:placeholder { color: var(--color_blue); }
.form-floating > label { color: var(--color_blue); padding: 1.5rem; }
.form-floating.required > label:after { content: '*'; color: red; margin-left: 0.25rem;  }
.form-floating > .invalid-feedback { padding-left: 1.5rem; }
.form-floating > .form-control:not(:-moz-placeholder-shown) { padding-top: 2rem; padding-bottom: 1rem; }
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 2rem; padding-bottom: 1rem; }
.form-floating > .form-control:-webkit-autofill { padding-top: 2rem; padding-bottom: 1rem; }
.form-floating > .form-select { padding-top: 2rem; padding-bottom: 1rem; }

.contact-us .form-floating > .form-control { background-color: rgba(255, 255, 255, 0.1); color: var(--color_white); border-radius: 0; padding: 1.25rem; border: 0; font-size: 1rem; }
.contact-us .form-floating > .form-control:placeholder { color: rgba(255, 255, 255, 0.3); }
.contact-us .form-floating > label { color: rgba(255, 255, 255, 0.5); padding: 1.25rem; }
.contact-us .form-floating > .invalid-feedback { padding-left: 1.25rem; }
.contact-us .form-floating > .form-control:not(:-moz-placeholder-shown) { padding-top: 1.5rem; padding-bottom: 0.75rem; }
.contact-us .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 2rem; padding-bottom: 1rem; }
.contact-us .form-floating > .form-control:-webkit-autofill { padding-top: 1.5rem; padding-bottom: 0.75rem; }
.contact-us .form-floating > .form-select { padding-top: 1.5rem; padding-bottom: 0.75rem; }

.inner-pages .form-area .form-group .small-icon { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); }
.inner-pages .form-area .forms-bottom .form-group .small-icon { top: 20px; transform: none; }
.inner-pages .form-area .forms-bottom .form-group.btn { background-color: transparent; padding: 0; }

.how-reach h2.title { color: var(--color_lightwhite); }
.how-reach .map-area { padding-top: 2rem; }
.how-reach .map-area > .container > .row { position: relative; z-index: 2; }
.how-reach .map { min-height: 60vh; margin-top: -2rem; z-index: 1; }

.testimonials .bookmark { position: absolute; top: calc(-270px - 3rem); }
.testimonials .slider { margin-top: -4rem; }
.testimonials .slick-slider { top: 92px; padding: 2rem 0; position: sticky; z-index: 2; }
.testimonials .slick-slider .slick-slide { border: 0 !important; padding: 0 !important; background-color: transparent !important; }
.testimonials .slick-slider .item img { border-radius: 100% !important; border: 7px solid #e5e5e5; transform: scale(0.8); }
.testimonials .slick-slider .list-group-item.active { background-color: transparent !important; border-color: transparent !important;}
.testimonials .slick-slider .slick-slide.slick-current img { transform: scale(1); }

.testimonials .quote { padding: 3rem; position: relative; }
.testimonials .quote:last-child { padding-bottom: 0; }
.testimonials .quote:after { content: ''; position: absolute; left: 35%; right: 35%; border-bottom: 1px solid #eeeeee; margin-top: 2rem; z-index: 1; }
.testimonials .quote:last-child:after { border-bottom: 0; }
.testimonials .quote .caption { margin-bottom: 2rem; }
.testimonials .quote .caption .name { font-family: var(--titleFont); font-weight: 600; font-size: 1.5rem; color: var(--color_lightgreen); line-height: 1; }
.testimonials .quote .caption .position { font-style: italic; font-size: 17px; color: var(--color_blue); margin-top: 0.25rem; }
.testimonials .quote blockquote { font-size: 1.25rem; }

.testimonials-wrapper { }
.testimonials-wrapper .testi-slider .swiper-3d .swiper-slide-shadow-left,.testimonials-wrapper .swiper-3d .swiper-slide-shadow-right { background: transparent; }
.testimonials-wrapper .testi-slider .item { height: 100%; display: flex; align-items: center; justify-content: center; }
.testimonials-wrapper .testi-slider .item img { max-width: none; 
  object-fit: cover; 
  object-position: 50% 100%; }
.testimonials-wrapper .testi-slider .item .profile-img { overflow: hidden; }

.testi-slider .swiper { }

.testimonials-wrapper .testi-slider  .item .profile-img { border-radius: 100%; border: 7px solid #e5e5e5; }
.testimonials-wrapper .testi-slider .swiper-slide { transform: none; }
.testimonials-wrapper .testi-slider .item { }
.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-active .item .profile-img { width: 230px; height: 230px; }
.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-prev .item .profile-img,.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-next .item .profile-img { width: 191px; height: 191px; }
.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-nth-prev-2 .item .profile-img,.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-nth-next-2 .item .profile-img { width: 141px; height: 141px; }
.testimonials-wrapper .testi-slider .swiper-wrapper { align-items: center; }
.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-nth-prev-2 .item .profile-img { margin-left: auto !important; }
.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-nth-next-2 .item .profile-img { margin-right: auto !important; }


.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-active .item .profile-img img { width: 230px; height: 230px; }
.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-prev .item .profile-img img,.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-next .item .profile-img img { width: 191px; height: 191px; }
.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-nth-prev-2 .item .profile-img img,.testimonials-wrapper .testi-slider .swiper-slide.swiper-slide-nth-next-2 .item .profile-img img { width: 141px; height: 141px; }

.testimonials-wrapper .testi-content-slider { margin-top: 10px; margin-bottom: 130px; }
.testimonials-wrapper .testi-content-slider .item .des-outer span { font-family: var(--titleFont); font-weight: 600; font-size: 24px; color: var(--color_lightgreen); }
.testimonials-wrapper .testi-content-slider .item .des-outer p { font-style: italic; font-size: 17px; color: var(--color_blue); }
.testimonials-wrapper .testi-content-slider .item .text-outer { margin-top: 100px; }
.testimonials-wrapper .testi-content-slider .item .text-outer p { font-size: 24px; color: var(--color_blue); }
.testimonials-wrapper .scroll-down .text { color: var(--color_lightgreen); font-weight: 500; text-transform: uppercase; }

.page-header { padding-top: 1rem; padding-bottom: 4rem; margin-top: 115px; }
.page-header-nav { border-bottom: 1px solid rgba(56,63,95,0.10); margin-top: 3rem; margin-bottom: -4rem; }
.page-header-nav ul { justify-content: center; align-items: center; text-align: center; border: 0; flex-wrap: nowrap; white-space: nowrap; overflow-x: auto; }
.page-header-nav ul li.nav-item { margin: 0 20px; }
.page-header-nav ul li.nav-item .nav-link { color: rgba(56,63,95,0.50); font-size: 1.1rem; font-weight: 500; position: relative; padding-bottom: 1rem; }
.page-header-nav ul li.nav-item .nav-link.active { color: var(--color_lightgreen); }
.page-header-nav ul li.nav-item .nav-link:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 0%; background-color: var(--color_lightgreen); height: 2px; transition: all 0.3s linear; }
.page-header-nav ul li.nav-item .nav-link.active:after { width: 100%; transition: all 0.3s linear; }

.portfolio .img-wrap { position: relative; display: block; }
.portfolio .img-wrap:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: rgba(0,0,0,0.05); z-index: 2; }
.portfolio .img-wrap img { border-radius: 15px; }
.portfolio .caption { display: block; margin: 1rem; margin-bottom:2.5rem; }
.portfolio .caption .title { font-size: 1.25rem; font-weight: 500; font-family: var(--titleFont); color: var(--color_darkblue); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.portfolio .caption .subtitle { font-style: italic; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.know-about-us .left-side .img-wrap { margin-left: -100px; }
.know-about-us .middle-side { margin-top: 70px; }
.know-about-us .right-side .img-wrap { margin-right: -100px; }
.know-about-us .middle-text-wrap p { color: var(--color_blue); font-weight: 500; }


.service { position: relative; }
.service:nth-child(even) .custom-div { margin-right: auto; margin-left: 0; }

.service .about-content { position: relative; }
.service .about-content h2 { font-family: var(--titleFont); color: var(--color_darkblue); font-weight: 500; }
.service .about-content p { color: var(--color_blue); }
.service .about-content .light-text { color: var(--color_gray); }
.service .about-content .big-text { color: var(--color_lightgreen); font-family: var(--titleFont); font-size: 4rem; font-weight: 900; line-height: normal; }
.service .about-content .big-text sup { position: relative; top: -0.2em; }

.service .slick-slider .slick-dots { bottom: -4rem; }
.service .slick-slider .item { margin: 0 7px; }
.service .slick-slider .item.slick-slide.slick-current + .slick-slide { transform: scale(0.9); }

.office .slick-slider { margin-top: -2rem; }
.office .slick-slider .slick-dots { bottom: 0; }
.office .slick-slider .item.slick-slide.slick-current + .slick-slide img, .office .slick-slider .item.slick-slide.slick-current + .slick-slide + .slick-slide img { transform: scale(0.8); }

/* footer */
footer { background-color: var(--color_lightwhite); }
footer .top { padding-top: 100px; }
@media only screen and (max-width: 1199px) { 
    footer .top { padding-top: 90px; }
}
@media only screen and (max-width: 991px) { 
    footer .top { padding-top: 70px; }
}
@media only screen and (max-width: 767px) { 
    footer .top { padding-top: 50px; }
}
@media only screen and (max-width: 575px) { 
    footer .top { padding-top: 30px; }    
}

footer .top ul { list-style-type: none; }
footer .top .logo-wrapper { margin-bottom: 40px; }

@media only screen and (max-width: 767px) { 
    footer .top .logo-wrapper .footer-logo { max-width: 120px; margin: 0 auto 20px; }
}

footer .top .logo-wrapper p { color: var(--color_gray); font-weight: 500; }
footer .top .quick-links ul { list-style-type: none; padding: 20px 0; border-top: 1px solid var(--light-box-border); border-bottom: 1px solid var(--light-box-border); }
@media only screen and (max-width: 767px) { 
    footer .top .quick-links ul { padding: 15px 0; flex-wrap: nowrap; white-space: nowrap; overflow: hidden; overflow-x: auto; justify-content: start !important; }
}



footer .top .quick-links ul li { list-style-type: none; margin: 0 35px; }
@media only screen and (max-width: 767px) { 
    footer .top .quick-links ul li { margin: 0 20px; }
}

footer .top .quick-links ul li:first-child { margin-left: 0; }
footer .top .quick-links ul li a { text-decoration: none; color: var(--color_blue); font-weight: 500; font-size: 20px; }

footer .top .bottom-links { padding: 50px 0; }
@media only screen and (max-width: 575px) { 
    footer .top .bottom-links { padding: 30px 0; }
}
@media only screen and (max-width: 575px) { 
    footer .top .imp-links { margin-bottom: 20px; }
}


footer .top .imp-links ul li { padding-left: 20px; position: relative; margin: 0 0 5px; }
footer .top .imp-links ul li:before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 100%; background-color: var(--color_blue); }
footer .top .imp-links ul li a { color: var(--color_blue); font-size: 19px; }
footer .top .address-block { max-width: 360px; }
footer .top .address-block p { color: var(--color_blue); }
footer .top .address-block .has-icon { display: flex; }
footer .top .address-block .has-icon .icon { flex: 0 0 auto; margin-right: 10px; }

footer .top .get-in-touch .has-icon { display: flex; margin: 0 0 10px; }
footer .top .get-in-touch .has-icon:last-child { margin-bottom: 0; }
footer .top .get-in-touch .has-icon .icon { flex: 0 0 auto; margin-right: 10px; width: 24px; text-align: center; }
footer .top .get-in-touch p { color: var(--color_blue); }

footer .bottom .row { border-top: 1px solid var(--light-box-border); border-bottom: 1px solid var(--light-box-border); }
footer .bottom .row:last-child { border-bottom: 0; }
footer .bottom .last-links { padding: 1rem 0; }

footer .bottom .copyright-text { color: var(--color_gray); }
@media only screen and (max-width: 575px) { 
footer .bottom .copyright-text { margin-bottom: 20px; }
}

footer .bottom .copyright-text a { color: #1c1c1c; }
footer .bottom .copyright-text a:hover { color: var(--color_green); }
footer .bottom a { color: var(--color_blue); font-size: 17px; }
footer .bottom a:hover { color: var(--primary2); text-decoration: none; }


.social-links { padding: 0; list-style: none; }
.social-links li { margin-right: 0.75rem; }
.social-links li:last-child { margin-right: 0; }
.social-links li a { width: 26px; height: 26px; border-radius: 50%; color: var(--color_black); display: flex; align-items: center; justify-content: center; transition: all 0.4s; }
.social-links li a:hover { transition: all 0.3s ease-in; }
.social-links li a:hover img { filter: grayscale(1); transition: all 0.3s ease-in; }
.social-links li a.facebook:hover { background-color: #3c5a99; transition: all 0.3s ease-in; } 
.social-links li a.linkedin:hover { background-color: #1782ba; transition: all 0.3s ease-in; } 
.social-links li a.twitter:hover { background-color: #1da1f2; transition: all 0.3s ease-in; } 
.social-links li a.instagram:hover { background-color: #e5514e; transition: all 0.3s ease-in; } 

#totop { bottom: 30px; cursor: pointer; display: block; width: 50px; height: 50px; position: fixed; right: 30px; z-index: 9; background: var(--color_lightgreen); text-align: center; transition: background-color .2s linear; opacity: 0; border-radius: 50%; }
#totop span { display: flex; justify-content: center; align-items: center; width: 50px; height: 100%; }
#totop img { transform: rotate(-90deg); }

.fancybox-close { width: 38px; height: 38px; }
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span { background-color: var(--primary2); }

.file-upload { display: block; text-align: center; font-size: 12px; }
.file-upload .file-select { display: block; border: 2px solid #dfdfdf; color: #34495e; cursor: pointer; height: 44px; line-height: 44px; text-align: left; background: #FFFFFF; overflow: hidden; position: relative; }
.file-upload .file-select .file-select-button { background: var(--primary1); color: #fff; padding: 0 10px; display: inline-block; height: 44px; line-height: 44px; font-size: 500; }
.file-upload .file-select .file-select-name { line-height: 40px; display: inline-block; padding: 0 10px; }
.file-upload .file-select:hover { border-color: var(--primary1); transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.file-upload .file-select:hover .file-select-button { background: var(--primary1); color: #FFFFFF; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.file-upload.active .file-select { border-color: #3fa46a; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.file-upload.active .file-select .file-select-button { background: #3fa46a; color: #FFFFFF; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.file-upload .file-select input[type=file] { z-index: 100; cursor: pointer; position: absolute; height: 100%; width: 100%; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); }
.file-upload .file-select.file-select-disabled { opacity: 0.65; }
.file-upload .file-select.file-select-disabled:hover { cursor: default; display: block; border: 2px solid #dce4ec; color: #34495e; cursor: pointer; height: 40px; line-height: 40px; margin-top: 5px; text-align: left; background: #FFFFFF; overflow: hidden; position: relative; }
.file-upload .file-select.file-select-disabled:hover .file-select-button { background: #dce4ec; color: #666666; padding: 0 10px; display: inline-block; height: 40px; line-height: 40px; }
.file-upload .file-select.file-select-disabled:hover .file-select-name { line-height: 40px; display: inline-block; padding: 0 10px; }

.panning {
    -webkit-animation: panning 20s linear 0s infinite alternate;
    /* background-size: cover; */

}
@-webkit-keyframes panning {
    0% {background-position: 0 0;}
    25% {background-position: 100% 100%;}
    50% {background-position: 100% 0;}
    75% {background-position: 0 100%;}
    100% {background-position: 0 0;}
}