/*
    Template Name    : Inform - IT Solutions & Business Services Web Template
    Author           : AvailableCoder
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*/

/* -------------------- Table of Content -------------------- */
/* 
    1 => Components && Globals Styles
    2 => Header Styles
    3 => Home Area CSS Styles
    4 => Home1 Area CSS Styles
    5 => Inner-Home Area CSS Styles
    6 => About Area CSS Styles
    7 => Moreview Area CSS Styles
    8 => Services Area CSS Styles
    9 => Service-Details Area CSS Styles
    10 => Projects Area CSS Styles
    11 => Project-Details Area CSS Styles
    12 => Counter Area CSS Styles
    13 => Team Area CSS Styles
    14 => Reviews Area CSS Styles
    15 => New Project Area CSS Styles
    16 => Blog Area CSS Styles
    17 => Blog-Sidebar Area CSS Styles
    18 => Blog-Detals Area CSS Styles
    19 => Contact Area CSS Styles
    20 => FAQ Area CSS Styles
    21 => Pricing Area CSS Styles
    22 => Partners Area CSS Styles
    23 => Footer Area CSS Styles
    24 => Coming-Soon Area CSS Styles
    25 => 404-Page Area CSS Styles
    26 => scroll-top && preloader
*/

/* Start components */



.main-bg-solutions {
    position: relative;
    background:  #FFFFFF;  /*url(../images/clouds2.png); */
    background-size: 100% 100%;
opacity:100%;
}

@media only screen and (max-width:700px) {.main-bg-solutions {background-size: inherit;}}


 /*
.main-bg-products {
    position: relative;
top:0px;
left:0px;
  background: url(../images/wall2.png);  
background-repeat:no-repeat;
    background-size: 100% 500px;
z-index: 1;
margin:0px;
}
 */

.main-img {
  position: absolute;
  top: 150px;
  right: 100%;
  width: 100%;
  height: auto;
  opacity: 0.3;
}


.main-gradiant {
    background: #E4E0DD;
    background: linear-gradient(190deg,#E4E0DD 0%, #E4E0DD 80%);
    background: -webkit-linear-gradient(190deg,#E4E0DD 0%, #E4E0DD 80%);
    background: -moz-linear-gradient(190deg,#E4E0DD 0%, #E4E0DD 80%);
}

.bg-color-gray {
    background-color: #f5f6fa;
}



/********************************/    
/*****      MY FONT      ******/
/********************************/
    @font-face {
      font-family: 'Onest-Regular'; /* Choose a name for your font */
      src: url('/fonts/Onest-Regular.ttf'); /* Path to your font file on the server */
      format('truetype'); /* Specify the font format */
    }




/********************************/    
/*****     GREEN DIV     ******/
/********************************/    
.main-img-green {
z-index:10px;
background-image: url('/images/icons/icon-warehouse-md.png'); 
background-repeat: no-repeat;
background-size: 180px 180px;
background-position: 100% 100%;
}

@media only screen and (max-width:768px) {
.main-img-green 
{
background-image: url('/images/icons/icon-warehouse-md.png'); 
background-repeat: no-repeat;
background-size: 100px 100px;
background-position: 100% 50%;
}}

.main-bg-green {
z-index:1px;
background-color: #8DB808; 
padding:60px;
}

@media only screen and (max-width:768px) {.main-bg-green {padding: 30px;}}

.main-btn-green {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: transparent;
    color: #2E0202;
    border-radius: 10px;
    border: 2px solid #2E0202;
    transition: 0.2s ease;
}

.main-btn-green i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.2s ease , opacity 0.2s ease , padding 0.2s ease;
}

.main-btn-green:hover {
    color: #2E0202;
font-weight:bold;
text-decoration:none;
    background-color: #98C60A;
    border: 2px solid:  #2E0202 !important;
}

.main-btn-green:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}


/********************************/    
/*****    YELLOW DIV    ******/
/********************************/    

.main-img-yellow {
z-index:10px;
background-image: url('/images/icons/icon-sewing-md.png'); 
background-repeat: no-repeat;
background-size: 180px 180px;
background-position: 100% 100%;
}

@media only screen and (max-device-width:768px) {
.main-img-yellow 
{background-image: url('/images/icons/icon-sewing-md.png'); 
background-repeat: no-repeat;
background-size: 100px 100px;
background-position: 100% 50%;
}}

.main-bg-yellow {
z-index:1px;
background-color: #FEBA19; 
padding:60px;
}

@media only screen and (max-width:768px) {.main-bg-yellow {padding: 30px;}}


.main-btn-yellow {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: transparent;
    color: #2E0202;
    border-radius: 10px;
    border: 2px solid #2E0202;
    transition: 0.2s ease;
}

.main-btn-yellow i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.2s ease , opacity 0.2s ease , padding 0.2s ease;
}

.main-btn-yellow:hover {
    color: #2E0202;
font-weight:bold;
text-decoration:none;
    background-color: #FFBC2D;
    border: 2px solid:  #2E0202 !important;
}

.main-btn-yellow:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}


/********************************/    
/*****        RED DIV       ******/
/********************************/    

.main-img-red {
z-index:10px;
background-image: url('/images/icons/icon-print-md.png'); 
background-repeat: no-repeat;
background-size: 180px 180px;
background-position: 100% 100%;
}

@media only screen and (max-width:768px) {
.main-img-red {
background-image: url('/images/icons/icon-print-md.png'); 
background-repeat: no-repeat;
background-size: 100px 100px;
background-position: 100% 50%;
}}

.main-bg-red {
z-index:1px;
background-color: #D7412E; 
padding:60px;
}

@media only screen and (max-width:768px) {.main-bg-red {padding: 30px;}}

.main-btn-red {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: transparent;
    color: #2E0202;
    border-radius: 10px;
    border: 2px solid #2E0202;
    transition: 0.2s ease;
}

.main-btn-red i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.2s ease , opacity 0.2s ease , padding 0.2s ease;
}

.main-btn-red:hover {
    color: #2E0202;
font-weight:bold;
text-decoration:none;
    background-color: #DB513F;
    border: 2px solid:  #2E0202 !important;
}

.main-btn-red:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}


/********************************/    
/*****       BLUE DIV      ******/
/********************************/    

.main-img-blue {
z-index:10px;
background-image: url('/images/icons/icon-embroidery-md.png'); 
background-repeat: no-repeat;
background-size: 180px 180px;
background-position: 100% 100%;
}

@media only screen and (max-width:768px) {
.main-img-blue 
{
background-image: url('/images/icons/icon-embroidery-md.png'); 
background-repeat: no-repeat;
background-size: 100px 100px;
background-position: 100% 50%;
}}

.main-bg-blue {
z-index:1px;
background-color: #4EBFF4; 
padding:60px;
}

@media only screen and (max-width:768px) {.main-bg-blue {padding: 30px;}}

.main-btn-blue {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: transparent;
    color: #2E0202;
    border-radius: 10px;
    border: 2px solid #2E0202;
    transition: 0.2s ease;
}

.main-btn-blue i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.2s ease , opacity 0.2s ease , padding 0.2s ease;
}

.main-btn-blue:hover {
    color: #2E0202;
font-weight:bold;
text-decoration:none;
    background-color: #60C7F6;
    border: 2px solid:  #2E0202 !important;
}

.main-btn-blue:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}



/********************************/    
/*****    TRIANGLE DIVIDER   ******/
/********************************/    
.triangle-divider {
  width: 100%;
  height: 10px;
  border-left: 50px solid transparent; /* Adjust size as needed */
  border-right: 50px solid transparent; /* Adjust size as needed */
  border-top: 50px solid #F2F3F5; /* Color of the triangle */
}


/********************************/    
/*****    INDEX TITLE    ******/
/********************************/ 
.index-title {
padding:40px 0px 35px 0px;
background-image: url('/images/bg-top-menu.png'); 
background-repeat: repeat-x;
background-size: 50px 95px;
background-position: 0% 0%;
}
.index-title2 {
padding:60px 0px 30px 0px;
}

@media only screen and (max-width:768px) and (orientation: portrait) {.index-title {margin-top:50px; padding-bottom:30px;}}

@media only screen and (max-width:800px) and (orientation: landscape) {.index-title {margin-top:55px; padding-bottom:30px;}}

@media only screen and (min-width:769px) and (orientation: portrait) {.index-title {margin-top:54px; padding-bottom:30px;}}




/********************************/    
/*****    MAIN INDEX   ******/
/********************************/    

.main-index h1 {
color: #3B3B3B;
font-family:'Onest-Regular', Arial, sans-serif;
font-size:30px;
}
@media only screen and (max-width:800px) and (orientation: portrait) {.main-index h1 {font-size:22px;}}
@media only screen and (min-width:801px) and (orientation: portrait) {.main-index h1 {font-size:25px;}}
@media only screen and (max-width:800px) and (orientation: landscape) {.main-index h1 {font-size:23px;}}


.main-index h2 {
color: #2E0202;
opacity:0.90;
font-family:'Onest-Regular', Arial, sans-serif;
font-size:32px;
font-weight:bold;
}

@media only screen and (max-width:768px) {.main-index h2 {font-size:18px;}}


.main-index .text {
color: #2E0202;
}


.main-index h3 {
color: #3B3B3B;
font-family:'Onest-Regular', Arial, sans-serif;
font-size:20px;
font-weight: bold;
padding: 10px 0px 5px 0px;
}


/********************************/    
/*****    MAIN ABOUT   ******/
/********************************/
.main-about {
padding: 0px 150px 65px 150px;
font-size: 18px;
}

@media only screen and (max-width:768px)  {.main-about {padding: 0px 30px 50px 30px; font-size:18px;}}
@media only screen and (max-width:800px) and (orientation: landscape) {.main-about {padding: 0px 30px 50px 30px; font-size:19px;}}
@media only screen and (min-width:769px) and (orientation: portrait)  {.main-about {padding: 0px 30px 50px 30px; font-size:18px;}}



/********************************/    
/*****    MAIN WHY US  ******/
/********************************/

.main-why-us {
padding: 0px 20px 0px 20px;
margin:0px;
font-size: 16px;
text-align:center;
color: #2E0202;
}

@media only screen  {.main-why-us  {text-align:center;}}

#bg-wave01, #bg-wave02 {
display: inline-block; 
width:100%;
height:70px;
margin:0px;
padding:0px;
background-repeat: no-repeat;
background-size: 100% 70px;

}

#bg-wave01 {
background-image: url('/images/bg/wave01.png'); 
background-position: bottom left;
}
#bg-wave02 {
background-image: url('/images/bg/wave02.png'); 
background-position: top left;
}







.main-btn-1 {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: #615452;
    color:  #EBE0DF;
    border-radius: 10px;
    transition: 0.4s ease;
    border: 2px solid #615452;
}
.main-btn-1 i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.4s ease , opacity 0.4s ease , padding 0.4s ease;
}


.main-btn-1:hover {
    color: #615452;
    background-color: transparent;
}
.main-btn-1:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}







.main-btn-3 {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: #FF9F1A;
    color: #fff;
    border-radius: 10px;
    transition: 0.4s ease;
    border: 2px solid #FF9F1A;
}
.main-btn-3 i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.4s ease , opacity 0.4s ease , padding 0.4s ease;
}
.main-btn-3:hover {
    color: #FF9F1A;
    background-color: transparent;
}
.main-btn-3:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}


.main-btn-4 {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: transparent;
    color: #FF9F1A;
    border-radius: 10px;
    border: 2px solid #FF9F1A;
    transition: 0.4s ease;
}
.main-btn-4 i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.4s ease , opacity 0.4s ease , padding 0.4s ease;
}
.main-btn-4:hover {
    color: #fff;
    background-color: #FF9F1A;
}
.main-btn-4:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}



.main-btn-5 {
    display: inline-block;
    padding: 8px 9px 8px 21px;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #00a8ff;
    transition: 0.4s ease;
}

.main-btn-5 i {
    margin-left: -8px;
    opacity: 0;
    transition: margin 0.4s ease , opacity 0.4s ease , padding 0.4s ease;
}
.main-btn-5:hover {
    color: #1A0C66;
    background-color: #FF9F1A;
    border: 2px solid #FF9F1A;
}
.main-btn-5:hover i {
    margin-left: 2px;
    padding-right: 5px;
    opacity: 1;
}



.sec-btn {
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    background-color: #00a8ff;
    color: #fff !important;
    transition: 0.4s ease;
    overflow: hidden;
    z-index: 1;

    width: 100%;
    height: 100%;
}
.sec-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%) scale(0);
    background-color: #FF9F1A;
    opacity: 0;
    transition: 0.4s ease;
    z-index: -1;
}
.sec-btn:hover::before {
    transform: translate(-50%,-50%) scale(1.1);
    opacity: 1;
}




.main-heading {
    text-align: center;
}





.main-heading h2 {
        color: #615452;
font-family:'Onest-Regular', Arial, sans-serif;
font-size:25px;

}

.main-heading h5 {
        color: #615452;
font-family:'Onest-Regular', Arial, sans-serif;
font-size:25px;
}


.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        #000,
        #000 40px,
        #222 40px,
        #222 80px
      );
    opacity: 0.5;
    z-index: 1;
}
/* End Components */






/* Start Global */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
html,body {
    scroll-behavior: unset !important;
}
body {
    position: relative;
font-family:'Onest-Regular', Arial, sans-serif;
}
/* End Global */



/* Start Components */

/* End Components */






/* Start Home */
.home {
    width: 100%;
    min-height: 500px;
}


.home-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 500px;
}


.home-slider .swiper-slide {
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.home-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.home-slider .swiper-slide .container {
    position: relative;
    z-index: 20;
}


.home-slider .swiper-slide .text {
    width: 700px;
    max-width: 100%;
    color: #A5827C;
font-family:'Onest-Regular', Arial, sans-serif;
}


.home-slider .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}


.home-slider .swiper-slide .text h1 {
    font-size: 28px !important;
    padding: 10px 0;
    color: #A5827C;
font-family:'Onest-Regular', Arial, sans-serif;
    font-weight: 900;
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.75s ease;
    transition-delay: 0.5s;
}

.home-slider .swiper-slide.swiper-slide-active h1 {
    transform: translateX(0px);
    opacity: 1;
}



.home-slider .swiper-slide p {

font-family:'Onest-Regular', Arial, sans-serif;
    font-size: 24px;
    color:  #A5827C;
    padding: 10px 0;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.75s ease;
    transition-delay: 0.75s;
}
.home-slider .swiper-slide.swiper-slide-active p {
    transform: translateY(0px);
    opacity: 1;
}


.home-slider .swiper-slide .home-links {
    display: flex;
    padding: 10px 0;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.75s;
}
.home-slider .swiper-slide.swiper-slide-active .home-links {
    transform: translateY(0px);
    opacity: 1;
}
.home-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
}
.home-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    margin-left: -40px;
    opacity: 0;
    transition: 0.4s ease;
}
.home-slider:hover .swiper-button-prev {
    margin-left: 0;
    opacity: 1;
}
.home-slider .swiper-button-prev::after {
    font-size: 20px;
}
.home-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    margin-right: -40px;
    opacity: 0;
    transition: 0.4s ease;
}
.home-slider:hover .swiper-button-next {
    margin-right: 0;
    opacity: 1;
}
.home-slider .swiper-button-next::after {
    font-size: 20px;
}
.home-slider .swiper-button-prev:hover::after,
.home-slider .swiper-button-next:hover::after {
    color: #FF9F1A;
}
/* End Home */









/********************************************/
/***** Start Home1 and About      ******/
/********************************************/
.home1 {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: start;
padding-top:0px;
margin-top:0px;
    z-index: 10;
}

@media only screen  {
  .home1 {
    position: relative;
    min-height: 10vh;
    display: flex;
padding-top:100px;
margin-top:0px;
}
}


.about-position1 {margin-top:70px; }
.about-position2 {margin-top:0px; }


@media only screen and (orientation: portrait) {.about-position1 {padding-top:0px; margin-top:30px; margin-bottom:0px;}}
@media only screen and (orientation: portrait) {.about-position2 {padding-top:0px; margin-top:30px; margin-bottom:210px;}}
@media only screen and (max-width:700px) and (min-width:401px) {.about-position1 {padding-top:0px; margin-top:30px; margin-bottom:0px;}}
@media only screen and (max-width:700px) and (min-width:401px) {.about-position2 {padding-top:0px; margin-top:30px; margin-bottom:210px;}}
@media only screen and (max-width:400px) {.about-position1 {padding-top:0px; margin-top:0px; margin-bottom:0px;}}
@media only screen and (max-width:400px) {.about-position2 {padding-top:0px; margin-top:30px; margin-bottom:50px;}}



.world-map-img {max-width:600px; max-height:350px;}
@media screen and (max-width:700px) {.world-map-img {max-width:0%; max-height:0%;}}

.world-map-position { padding-left:20px; align-items:center;}
@media only screen and (orientation : portrait) { .world-map-position { padding-top:0px;  margin-top:0px; }}
@media only screen and (max-width:700px) { .world-map-position { padding-top:0px;  margin-top:0px; }}


#order-first { order:2}
#order-second { order:1}

@media screen and (orientation : landscape) { #order-first { order:2}}
@media screen and (orientation : landscape) { #order-second { order:1}}
@media only screen and (orientation : portrait) { #order-first { order:1}}
@media only screen and (orientation : portrait) { #order-second { order:2}}



.home1 > img.frame {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: -1;
border:0px;
}


.home1 .text {
    width: 100%;
    max-width: 600px;
font-family:'Onest-Regular', Arial, sans-serif;
}

 .text2 {
    width: 100%;
font-family:'Onest-Regular', Arial, sans-serif;
}



.home1 .text h1 {
    color: #fff;
    padding: 20px 0;
line-height: normal;
font-size:30px !important;
font-weight: 800;
font-family:'Onest-Regular', Arial, sans-serif;
}

@media screen and (max-width: 500px) {.home1 .text h1 {font-size:24px !important; margin:0px; padding: 0px important! line-height: normal !important;  } }
@media screen and  (min-width: 1300px) {.home1 .text h1 {font-size:30px;} }




.home1 .text p {
    font-size: 21px;
    color: #fff;
    padding: 10px 0;
}

/* in home - about company */
@media only screen and (max-width: 500px) {.home1 .text p {font-size: 20px;}}



.home1 .text .home-links {
    display: flex;
    padding: 10px 0;
}
.home1 .home1-field .image img {
    max-width: 500px;
    animation: home-image 3s alternate linear infinite;
    transform: translateY(0);
}
@keyframes home-image {
    from {transform: translateY(20px);}
    to {transform: translateY(-20px);}
}
/* End Home1 */





/********************************************/
/*****         Start Inner Home         ******/
/********************************************/
.innerhome {
    height: 500px;
    z-index: 1;
    overflow: hidden;
}
.innerhome > span {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: skewX(-10deg);
    z-index: -1;
}
.innerhome > span.in-shape-1 {
    left: 5%;
}
.innerhome > span.in-shape-2 {
    left: 30%;
}
.innerhome > span.in-shape-3 {
    left: 55%;
}
.innerhome > span.in-shape-4 {
    left: 80%;
}
.innerhome h1 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #1B1464;
    font-size: 50px;
    letter-spacing: 1px;
    font-family: "Acme" , sans-serif;
}
.innerhome .inner-path a {
    color: #1B1464;
    transition: 0.4s ease;
}
.innerhome .inner-path a:hover {
    color: #FF9F1A;
}
.innerhome .inner-path i {
    color: #ff3838;
    padding: 0 5px;
}
.innerhome .inner-path span {
    color: #1B1464;
}
/* End Inner Home */










/********************************************/
/*****          Start moreview          ******/
/********************************************/

.moreview .over-field .view-content .text h5 {
    color: #615452;
font-family:'Onest-Regular', Arial, sans-serif;
font-size:25px;
font-weight:100;
padding:0px 0px 0px 0px;
margin:0px;
}

.moreview .over-field .view-content .text h2 {
font-family:'Onest-Regular', Arial, sans-serif;
    color: #A5827C;
padding:0px 0px 14px 0px;
font-size:18px;
}


 /******  In Services menu *******/
.moreview .over-field .view-content p {
    color: #000000;
    line-height: 1.5;
font-family:'Onest-Regular', Arial, sans-serif;
font-size: 18px;
}

@media only screen and (max-width: 500px) {.home1 .text p {line-height: 1.0; font-size: 19px;}}



.moreview .over-field .view-content .merits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



 /******  In Solutions *******/
.moreview .over-field .view-content .merits span {
    display: block;
    position: relative;
    display: flex;
align-items: left;
text-align:left;
 /******   flex-basis: calc(50% - 10px); *******/
    padding: 10px 0px 10px 30px;
    color: #000;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
font-size: 19px; 
width:100%;
font-weight: 600;
margin-bottom: 0px;
}


@media only screen and (orientation:portrait) {.moreview .over-field .view-content .merits span  {font-size: 17px;   font-weight: 600;}}
@media only screen and (max-width: 500px) {.moreview .over-field .view-content .merits span  {font-size: 15px;   font-weight: 500;}}


.moreview .over-field .view-content .merits span::before,
.moreview .over-field .view-content .merits span::after {
    content: '';
    position: absolute;
    top: 50%;
left:0%;
    transform: translateY(-50%);
    width: 16px;
    height:26px;
    background-color:  #00a8ff;
}



.moreview .over-field .view-content .merits span::after {
    border: 2px solid #00a8ff;
    background-color: transparent !important;
    animation: merits 1.5s linear infinite;
}
@keyframes merits {
    from {
        transform: translateY(-50%) scale(0.5);
        opacity: 1;
    }
    to {
        transform: translateY(-50%) scale(2);
        opacity: 0;
    }
}
/* End moreview */







/********************************************/
/*****       Start Products              ******/
/********************************************/
.services .serv-field .serv-cont {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -5px -5px 3px rgba(255, 255, 255, 0.05),
                5px 5px 5px rgba(0, 0, 0, 0.15),
                -5px -5px 5px rgba(255, 255, 255, 0.15);
    transition: box-shadow 0.4s ease;
}
.services .serv-field .serv-cont::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-color: #E4E0DD #E4E0DD transparent transparent;
    border-width: 0;
    transition: 0.4s ease;
}
.services .serv-field .serv-cont-2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color:#E4E0DD;
    transition: 0.6s ease;
    z-index: -1;
}
.services .serv-field .serv-cont-2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(10deg,transparent 0%, #615452 95%);
    background: -webkit-linear-gradient(10deg,transparent 0%, #615452 95%);
    background: -moz-linear-gradient(10deg,transparent 0%, #615452 95%);
    transition: 0.6s ease;
    z-index: -1;
}
.services .serv-field .serv-cont:hover {
    box-shadow: inset 0px 0px 0px 2px #E4E0DD;
}
.services .serv-field .serv-cont-2:hover {
    box-shadow: unset;
}
.services .serv-field .serv-cont:hover::before {
    border-width: 40px;
}
.services .serv-field .serv-cont-2:hover::before,
.services .serv-field .serv-cont-2:hover::after {
    width: 100%;
    right: unset;
    left: 0;
}
.services .serv-field .serv-cont img {
    width: 60px;
    transition: 0.4s ease;
}
.services .serv-field .serv-cont-2 .image {
    width: 92px;
    height: 92px;
    border-radius: 50% !important;
    background-color: #fff;
}
.services .serv-field .serv-cont:not(.serv-cont-2):hover img {
    margin-left: 20px;
}
.services .serv-field .serv-cont h3 {
    color: #A5827C;
    font-size: 22px;
    transition: 0.6s ease;
    font-weight: 600;
}
.services .serv-field .serv-cont-2:hover h3 {
    color: #A5827C;
    font-weight: 800;
}
.services .serv-field .serv-cont p {
    line-height: 1.8;
    color: #000000;
    transition: 0.6s ease;
    font-size: 18px;
}
.services .serv-field .serv-cont-2:hover p {
    line-height: 1.8;
    color: #fff;
}
.services .serv-field .serv-cont .more {
    display: flex;
    justify-content: flex-end;
}
/* End Services */



/* Start Services Details */
.services-details .serv-details-content img {
    border-radius: 10px;
}
.services-details .serv-details-content .serv-icon {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100px;
    background-color: #fff;
    padding: 18px;
    border-radius: 50%;
}
.services-details .serv-details-content .serv-details-text h2 {
    color: #ff3838;
    margin-bottom: 16px;
}
.services-details .serv-details-content .serv-details-text h3 {
    color: #1B1464;
    font-size: 25px;
    font-family: "Acme" , sans-serif;
}
.services-details .serv-details-content .serv-details-text p {
color: #000000;
    line-height: 1.8;
}
.services-details .serv-details-content .serv-details-text .listed-text {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services-details .serv-details-content .serv-details-text .listed-text li {
    position: relative;
    flex-basis: calc(50% - 15px);
    padding-left: 22px;
    margin-bottom: 10px;
    color: #111;
    font-weight: 600;
}
.services-details .serv-details-content .serv-details-text .listed-text li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #00a8ff;
}
.services-details aside {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}
.services-details aside ul {
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.services-details aside ul li {
    position: relative;
    color: #eee;
    background-color: #1B1464;
}
.services-details aside ul li:not(:last-child) {
    border-bottom: 1px dashed #bbb;
}
.services-details aside ul li a {
    display: block;
    width: 100%;
    padding: 15px 30px;
    color: #ddd;
    transition: 0.4s ease;
}
.services-details aside ul li i {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    transition: 0.4s ease;
}
.services-details aside ul li a:hover {
    color: #fff;
}
.services-details aside ul li a:hover ~ i {
    right: 35px;
}
/* End Services Details */





/********************************************/
/*****           Start Projects         ******/
/********************************************/
.projects .prog-filter {
    padding: 10px 0;
}
.projects .prog-filter ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.projects .prog-filter ul li {
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.5);
    color: var(--sec-color-1);
    margin: 10px;
    cursor: pointer;

}
.projects .prog-filter ul li:hover,
.projects .prog-filter ul li.active {
    background-color: #B1827C;
color:#fff;
}
.projects .projects-field .prog-box {
    perspective: 3500px;
    perspective-origin: 150% 50%;
}
.projects .projects-field .prog-cont,
.projects .projects-field .prog-cont-1 {
    box-shadow: 0px 0px 10px 1px #ccc,
                5px 5px 10px 1px #ddd;
    transform-style: preserve-3d;
    transition: 0.75s;
}
.projects .projects-field .prog-cont:hover {
    transform: rotateX(-180deg) scale(0.9);
}
.projects .projects-field .prog-cont .image {
    display: block;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    z-index: 2;
}
.projects .projects-field .prog-cont .prog-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    transform: rotateX(180deg);
    transition: 0.3s ease;
}
.projects .projects-field .prog-cont-1 .prog-desc {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease;
}
.projects .projects-field .prog-cont-1:hover .prog-desc {
    width: calc(100% - 20px);
}
.projects .projects-field .prog-cont .prog-desc h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--sec-color-3);
    opacity: 0;
    transform: translateY(50px);
    transition: var(--main-transition);
}
.projects .projects-field .prog-cont-1 .prog-desc h4 {
    font-size: 20px;
    padding-left: 20px;
    color: var(--main-color);
    transform: translateX(-50px);
    opacity: 0;
    transition: var(--main-transition);
}
.projects .projects-field .prog-cont:hover .prog-desc h4 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.projects .projects-field .prog-cont-1:hover .prog-desc h4 {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.3s;
}
.projects .projects-field .prog-cont .prog-desc span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    transition: var(--main-transition);
}
.projects .projects-field .prog-cont-1 .prog-desc span {
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transform: translateX(50px);
    opacity: 0;
    transition: var(--main-transition);
}
.projects .projects-field .prog-cont:hover .prog-desc span {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.projects .projects-field .prog-cont-1:hover .prog-desc span {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.5s;
}
.projects .projects-field .prog-cont .prog-desc .prog-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects .projects-field .prog-cont-1 .prog-desc .prog-links {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects .projects-field .prog-cont .prog-desc .prog-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: var(--main-color);
    font-size: 20px;
    border-radius: 50%;
    transform: scale(0);
    transition: var(--main-transition);
}
.projects .projects-field .prog-cont-1 .prog-desc .prog-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--sec-color-3) !important;
    background-color: transparent;
    font-size: 20px;
    border-radius: 50%;
    transform: scale(0);
    transition: var(--main-transition);
    transition-delay: 0s;
}
.projects .projects-field .prog-cont-1 .prog-desc .prog-links a:hover {
    color: #fff !important;
    transition-delay: 0s !important;
}
.projects .projects-field .prog-cont:hover .prog-desc .prog-links a,
.projects .projects-field .prog-cont-1:hover .prog-desc .prog-links a {
    transform: scale(1);
    transition-delay: 0.6s;
}
.projects .projects-field .prog-cont .prog-desc .prog-links a::before,
.projects .projects-field .prog-cont-1 .prog-desc .prog-links a::before {
    border-radius: 50%;
}
/* End Projects */

/* Start Project Details */
.project-details .prog-details-content img {
    border-radius: 10px;
}
.project-details aside .widge.project-info {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(136, 136, 136, 0.3);
}
.project-details aside .widge.project-info ul {
    border-radius: 10px;
    overflow: hidden;
}
.project-details aside .widge.project-info h4 {
    padding-left: 10px;
    font-size: 25px;
}
.project-details aside .widge.project-info ul li {
    color: #000;
    padding: 10px;
}
.project-details aside .widge.project-info ul li:not(:last-child) {
    border-bottom: 1px dashed #bbb;
}
.project-details aside .widge.project-info ul li h5 {
    position: relative;
    padding-left: 35px;
}
.project-details aside .widge.project-info ul li span {
    display: inline-block;
    padding-left: 35px;
    color: #777;
}
.project-details aside .widge.project-info ul li h5 i {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}
.project-details aside .widge.new-project {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--main-color);
    color: #fff;
}
.project-details aside .widge.new-project h4 {
    font-family: "Acme" , sans-serif;
    font-size: 30px;
}
.project-details .prog-details-content .prog-details-text h2 {
    color: var(--sec-color-2);
    margin-bottom: 16px;
}
.project-details .prog-details-content .prog-details-text h3 {
    color: var(--sec-color-2);
    font-size: 25px;
}
.project-details .prog-details-content .prog-details-text p {
    color: #444;
    line-height: 1.8;
}
.project-details .prog-details-content .prog-details-text .listed-text {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project-details .prog-details-content .prog-details-text .listed-text li {
    position: relative;
    flex-basis: calc(50% - 15px);
    padding-left: 22px;
    margin-bottom: 10px;
    color: #111;
    font-weight: 600;
}
.project-details .prog-details-content .prog-details-text .listed-text li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--main-color);
}
/* End Project Details */





/********************************************/
/*****            Start Counter        ******/
/********************************************/
.counter .counter-area {
    margin-top: 35px;
}
.counter .counter-area > div,
.counter-1 .counter-area > div {
    flex-basis: calc(25% - 50px);
    padding: 15px;
}
.counter .counter-area > div {
    background-color: #f5f6fa;
    border: 2px solid #1B1464;
    border-radius: 10px;
}
.counter .counter-area .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border: 2px solid #1B1464;
    border-right-color: transparent;
    border-radius: 10px 0 0 10px;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #FF9F1A;
}
.counter-1 .counter-area .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #FF9F1A;
}
.counter .counter-area .icon i {
    transform: rotate(-45deg);
    margin-top: -4px;
}
.counter .counter-area span,
.counter-1 .counter-area span {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 600;
}
.counter .counter-area span {
    color: #00a8ff;
}
.counter-1 .counter-area span {
    color: #fff;
}
.counter .counter-area h4 {
    font-size: 16px;
    font-family: 'Acme', sans-serif;
    font-weight: 500;
    color: #ff3838;
}
.counter-1 .counter-area h4 {
    font-size: 20px;
    font-family: 'Acme', sans-serif;
    font-weight: 900;
    color: #1B1464;
}
/* End Counter */




/********************************************/
/**                 Start Team             ****/
/********************************************/
.team .team-field .image .team-social {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: bottom var(--main-transition);
}
.team .team-field .image .team-social a {
    display: inline-block;
    font-size: 20px;
    margin: 0 12px;
    color: #eee;
}
.team .team-field .team-cont .image img {
    transition: var(--main-transition);
}

.team .team-field .team-cont:hover .image img {
    filter: grayscale(0.0);
    transform: scale(1.1);
    transform-origin: center top;
}

.team .team-field .team-cont:hover .image .team-social {
    bottom: 0;
}

.team .team-field .image .team-social a:hover {
    color: var(--main-color);
}

.team .team-field .team-info h4 {
    font-size: 18px;
    font-family: 'Acme', sans-serif;
    color: var(--sec-color-3);
}
.team .team-field .team-info span {
    color: var(--main-color);
    font-size: 14px;
}
/* End Team*/





/********************************************/
/**  Start Reviews-Contact Traders  ****/
/********************************************/
/* Start Reviews */
.review-slider {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.review-slider .swiper-slide {
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    transition: 0.4s ease;
}
.review-slider .swiper-slide.swiper-slide-active {
    box-shadow: 0px 0px 6px 1px rgba(136, 136, 136, 0.5);
}
.review-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.75;
    filter: grayscale(0.5);
}
.review-slider .swiper-slide .image > span {
    position: absolute;
    height: 2px;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background-color: #00a8ff;
}
.review-slider .swiper-slide .image > span::before,
.review-slider .swiper-slide .image > span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: #00a8ff;
}
.review-slider .swiper-slide .image > span::before {
    left: 0;
}
.review-slider .swiper-slide .image > span::after {
    left: 100%;
}
.review-slider .swiper-slide .client-info q {
    display: block;
    color: #777;
    font-size: 15px;
    line-height: 1.9;
}
.review-slider .swiper-slide .client-info q::before,
.review-slider .swiper-slide .client-info q::after {
    content: '';
}
.review-slider .swiper-slide .client-info h4 {
    font-size: 20px;
    color: #ff3838;
}
.review-slider .swiper-slide .client-info span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Acme', sans-serif;
    color: #1B1464;
}
.review-slider .swiper-pagination {
    margin-bottom: -10px;
}
.review-slider .swiper-pagination span {
    width: 15px;
    height: 15px;
    margin: 0 8px !important;
    border-radius: 0;
    transform: rotate(45deg);
    transition: 0.4s ease;
}
.review-slider .swiper-pagination span:hover,
.review-slider .swiper-pagination span.swiper-pagination-bullet-active {
    transform: rotate(405deg);
    background-color: #00a8ff;
}
/* End Reviews */


/********************************************/
/*****      Start Cooperation          ******/
/********************************************/
.new-bg01 {
    position: relative;
background: url(../images/slider06.jpg);
background-size: contain;
    background-attachment: fixed;
}

.new-bg02 {
    position: relative;
background: url(../images/slider08.jpg);
background-size: contain;
    background-attachment: fixed;
}

.new .container {
    position: relative;
    z-index: 2;
}
.new .new-cont {
    max-width: 700px;
}
.new .new-cont h5 {
    color: #FF9F1A;
    font-size: 20px;
    font-weight: 600;    
}
.new .new-cont h3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Acme', sans-serif;
}
.new .new-cont p {
    color: #eee;
    line-height: 1.8;
    font-size: 17px;
}
.new .new-cont .new-links a {
    font-size: 18px;
    margin: 0 5px;
}
/* End New */



/********************************************/
/*****             Start FAQ              ******/
/********************************************/

.faq .faq-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.faq .accordion-field {
    flex-basis: calc(50% - 20px);
}
.faq .accordion-field  > div {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.faq .accordion-field  > div .ques-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #eee;
    cursor: pointer;
}
.faq .accordion-field  > div .ques-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #00a8ff;
    transform: scaleY(0);
    transition: 0.4s ease;
}
.faq .accordion-field  > div .ques-title h4 {
    flex-basis: calc(100% - 30px);
    margin: 0;
    font-size: 18px;
    font-weight: 500;

font-family:'Onest-Regular', Arial, sans-serif;
color:#000000;
}


.faq .accordion-field  > div .ques-title i {
    transition: 0.4s ease;
}
.faq .accordion-field .ques-title.faq-rotating::before {
    transform: scaleY(1);
}
.faq .accordion-field .ques-title.faq-rotating i {
    transform: rotate(-180deg);
}
.faq .accordion-field  > div p.answer {
    display: none;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px;
    margin: 0;
    background-color: #fcfcfc;

font-family:'Onest-Regular', Arial, sans-serif;
color:#000000;
font-weight: 500;
}
/* End FAQ */





/********************************************/
/*****         Start Partners            ******/
/********************************************/

.partner-slider {
    width: 100%;
    overflow: hidden;
}
.partners .swiper-slide a {
    max-width: 150px;
    margin: auto;
}
/* End Partners */



/********************************************/
/*****            Start Footer            ******/
/********************************************/
footer {
    background-color: #E4E0DD;
    color: #615452;
position: bottom left;
}
footer a,
footer address {
    color: #615452;
}
footer .footer-field h4 {
    color: #615452;
    margin-bottom: 15px;
font-family:arial;
font-size:18px;
}


footer .footer-field .foot-about p {
    line-height: 1.8;
}
footer .footer-field .foot-about .foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #E4E0DD;
    color: #615452;
    transition: 0.4s ease;
}

footer .footer-field .foot-about .foot-social ul li a:hover {
    background-color: #00a8ff;
}
footer .footer-field .foot-contact > div.footCont-link {
    margin-bottom: 10px;
}
footer .footer-field .foot-contact > div.footCont-link a {
    transition: 0.4s ease;
}
footer .footer-field .foot-contact > div.footCont-link a:hover {
    margin-left: 8px;
    color: #B1827C;
}
footer .footer-field .foot-contact > div.footCont-link i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-right: 5px;
    color: #615452;
}
footer .footer-field .foot-contact .subscribtion {
    padding-top: 20px;
    width: 100%;
}
footer .footer-field .foot-contact .subscribtion .sub-box {
    position: relative;
    width: 100%;
    background-color: #ccc;
    border-radius: 10px;
}
footer .footer-field .foot-contact .subscribtion .sub-box input[type="email"] {
    width: 100%;
    border: none;
    background-color: #ccc;
    border-radius: 10px;
    outline: none;
    padding: 15px 80px 15px 20px;
}
footer .footer-field .foot-contact .subscribtion .sub-box input[type="email"]:focus {
    box-shadow: inset 0px 0px 1px 1px #ff3838;
}
footer .footer-field .foot-contact .subscribtion .sub-box button[type="submit"] {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 38px;
    padding: 5px 12px;
    border: none;
    border-radius: 10px;
    background-color: #00a8ff;
    color: #fff;
}
footer .footer-field .foot-contact .subscribtion .sub-box button[type="submit"]:hover {
    background-color: #ff3838;
}
footer .footer-field .foot-services ul li,
footer .footer-field .foot-Links ul li {
    padding-bottom: 4px;
}
footer .footer-field .foot-services ul,
footer .footer-field .foot-Links ul {
    padding-left: 10px;
}
footer .footer-field .foot-services ul a,
footer .footer-field .foot-Links ul a {
    position: relative;
    transition: 0.4s ease;
}



footer .footer-field .foot-services ul a:hover,
footer .footer-field .foot-Links ul a:hover {
    color: #B1827C;
}  
footer .footer-field .foot-services ul a:before,
footer .footer-field .foot-Links ul a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 1px;
    background-color: #ccc;
    transition: 0.4s ease;
}
footer .footer-field .foot-services ul a:hover:before,
footer .footer-field .foot-Links ul a:hover:before {
    width: 100%;
    right: unset;
    left: 0;
    background-color:#B1827C;
}
footer .copy-right {
    border-top: 1px solid #ccc;
}
footer .copy-right .copyRight-links span {
    position: absolute;
    margin-left: -2px;
    height: 100%;
    width: 1px;
    background-color: red;
}
footer .copy-right .copyRight-links a:hover {
    color: #000000;
}
/* End Footer */



/********************************************/
/*****      Start 404 Error Page     ******/
/********************************************/
.field404 {
    margin-top: 60px;
}
.field404 img {
    max-width: 700px;
}
.field404 p {
    color: #666;
    line-height: 1.8;
}
.field404 a {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #95C600;
    border-radius: 5px;
    color: #95C600;
    transition: 0.4s ease;
}
.field404 a:hover {
    background-color: #95C600;
    color: #fff;
}
/* End 404 Error Page */



/********************************************/
/*****  Start SCROLL TOP & PRELOADER ******/
/********************************************/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: -50px;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    color: #615452;
    transition: 0.4s ease;
    z-index: 999;
}
.scroll-top.shown {
    bottom: 30px;
    opacity: 1;
}
.scroll-top.hidden {
    bottom: 100%;
    opacity: 0;
}
.scroll-top:hover {
    transform: scaleY(1.2) translateY(-10px);
    color: #B1827C;
}
.scroll-top i {
    font-size: 30px;
}
.preloader {
    position: fixed;
    background: #E4E0DD;
    background: linear-gradient(10deg,#E4E0DD 0%, #FFFFFF 80%);
    background: -webkit-linear-gradient(10deg,#E4E0DD 0%, #FFFFFF 80%);
    background: -moz-linear-gradient(10deg,#E4E0DD 0%, #FFFFFF 80%);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.loader {
    position: relative;
    width: 100px;
    height: 100px; 
}

.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: loader 2.5s ease infinite;
}

.loader span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 15%;
    background-color: #615452;
    border-radius: 50%;
}

.loader span:nth-child(1) {
    animation-delay: 0.2s;
}

.loader span:nth-child(2) {
    animation-delay: 0.4s;
}

.loader span:nth-child(3) {
    animation-delay: 0.6s;
}

.loader span:nth-child(4) {
    animation-delay: 0.8s;
}

.loader span:nth-child(5) {
    animation-delay: 1s;
}

@keyframes loader {
    0% {transform: rotate(0deg);}
    40% {transform: rotate(150deg);} 
    60% {transform: rotate(180deg);}
    90% {transform: rotate(330deg);}
    100%{transform: rotate(360deg);}
}

/* ---- */