@charset "UTF-8";

.mt-20px {
    margin-top: 20px !important;
}

.mt-80px {
    margin-top: 80px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.mr-10px {
    margin-right: 10px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}



.mb-80px {
    margin-bottom: 80px !important;
}

.ml-15px {
    margin-left: 15px !important;
}


.opacity-7 {
    opacity: .7;
}

/* Z-index */

/* ===================================
    04. General
====================================== */
.rotate-circle {
    animation-name: rotateCircle;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.o-hidden {
    overflow: hidden;
}

/* Background image */

.fit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: inherit;
}

/* Border radius */

.border-radius-30px {
    border-radius: 30px;
}

/* ===================================
    07. Width
====================================== */

.w-60px {
    width: 60px;
}

/* ===================================
    08. Height
====================================== */

.h-500px {
    height: 500px !important;
}

.h-620px {
    height: 620px !important;
}

/* Screen height */

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

/* overlay dark&light */

/* Grid */
.row.lg-marg {
    margin-left: -40px;
    margin-right: -40px;
}

.row.lg-marg>* {
    padding-left: 40px;
    padding-right: 40px;
}

/* Font size */

.fs-14 {
    font-size: 14px !important;
}

.fs-24 {
    font-size: 24px !important;
    line-height: 32px;
}

.fs-60 {
    font-size: 60px !important;
}

/* Icon size */

/* ===================================
    Buttons
====================================== */

.butn-bord-sm {
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    position: relative;
}

.butn-bord-sm:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
    transform: translateY(-2px);
}

.circle-button {
    position: relative;
    display: inline-block;
}

.circle-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.circle-button .textcircle {
    width: 250px;
    fill: #fff;
}

/* Portfolio
-----------------------------------------------------------------*/


.portfolio-style2 {
    background-color: #000000;
    padding: 60px 0;
}

.portfolio-style2 h2, .portfolio-style2 h5 {
    color: #fff;
}

.portfolio-style2 .item .fit-img {
    position: relative;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {


    img[data-lag="0"] {
        transform: translate(0) !important;
    }

    .portfolio-style2 .item {
        margin-bottom: 50px !important;
    }

    .portfolio-style2 .item .fit-img {
        height: 450px !important;
    }

    .portfolio-style2 .item {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {

    .sec-head h2 {
        font-size: 30px !important;
    }

    .portfolio-style2 .item .fit-img {
        height: 400px !important;
    }
}

/* ====================== [ End Responsive ] ====================== */









/* ====================== product page start ====================== */

.line-anime-center {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.line-anime-center::before {
  content: "";
  height: 2px;
  width: 30px;
  background: rgb(255,101,12);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
  -webkit-animation: move-left-center 3s alternate infinite;
  -moz-animation: move-left-center 3s alternate infinite;
  -o-animation: move-left-center 3s alternate infinite;
  animation: move-left-center 3s alternate infinite;
}

.line-anime-center::after {
  content: "";
  height: 2px;
  width: 90px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.services-section-3 {
  padding: 0 0 60px 0;
  background-color: #9c9c9c26;
  position:relative;
}

.about-one_pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:70px;
	background-repeat:repeat-x;
	animation: slideBackground 10s linear infinite;
}
/* .services-section_cap {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 300px;
    height: 40%;
        background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

/* .services-section_cap1 {
    position: absolute;
    left: 0px;
    bottom: -0;
    width: 300px;
    height: 35%;
        background-repeat: no-repeat;
    background-size: contain;   
    background-position: center;
} */

.services-section_cap1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 35%;
    background-image: url("../images/myimg/home/giff.gif");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    animation: testMove 18s ease-in-out infinite alternate;
}

/* Infinite left ↔ right movement */
@keyframes testMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(200px);
    }
}



.services-section-3 .services-title a{
    color: #000000;
}

.services-section-3 .services-item {
  margin-bottom: 30px;
  text-align: center;
}

.services-section-3 .services-item .services-icon {
  margin: 0 auto 20px auto;
  position: relative;
  /* width: 300px;
  height: 280px; */
  background-color: rgba(191, 156, 66, 0.05);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 30px;
}

.services-section-3 .services-item .services-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services-section-3 .services-item .services-icon figure img {
  /* width: 100px;
  height: 100px; */
  border-radius: 30px;
  object-fit: cover;
}

.services-section-3 .services-item .services-content .services-title {
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.services-section-3 .services-item:hover .services-icon {
  background-color: rgb(255,101,12);
}

.services-section-3 .services-item:hover .services-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.cont{
    display: none;
}
.footer-widget__blog__content p{
    color: #fff;
}
/* 

.services-section-3 .services-item:hover .services-icon figure img {
  filter: brightness(0) invert(1);
} 
  
*/


/* ====================== product page end ====================== */