/*@import url('https://fonts.cdnfonts.com/css/metropolis-2');*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap"); /*font*/
@font-face {
    font-family: Metropolis;
    font-style: normal;
    font-weight: 400;
    src: local("Metropolis"),local("MetropolisRegular"),url(font/Regular.9c277902.woff2) format("woff2");
    unicoderange:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF}

@font-face {
    font-family: Metropolis;
    font-style: normal;
    font-weight: 500;
    src: local("Metropolis"),local("MetropolisMedium"),url(font/Medium.d49196fa.woff2) format("woff2");
    unicoderange:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF}

@font-face {
    font-family: Metropolis;
    font-style: normal;
    font-weight: 600;
    src: local("Metropolis"),local("MetropolisSemiBold"),url(font/SemiBold.423f235a.woff2) format("woff2");
    unicoderange:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF}

@font-face {
    font-family: Metropolis;
    font-style: normal;
    font-weight: 700;
    src: local("Metropolis"),local("MetropolisBold"),url(font/Bold.8e916a60.woff2) format("woff2");
    unicoderange:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF}

@font-face {
    font-family: Metropolis;
    font-weight: 400;
    src: url(/fonts/Metropolis/Regular.woff2) format("woff2")
}

@font-face {
    font-family: Metropolis;
    font-weight: 500;
    src: url(/fonts/Metropolis/Medium.woff2) format("woff2")
}

@font-face {
    font-family: Metropolis;
    font-weight: 600;
    src: url(/fonts/Metropolis/SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Metropolis;
    font-weight: 700;
    src: url(/fonts/Metropolis/Bold.woff2) format("woff2")
}

@font-face {
    font-family: Chilldranety;
    src: url(/fonts/Chilldranety-400.ttf) format("truetype")
}
html, body{
    overflow-x: hidden;
}
/*font*/
body {
    font-family: Metropolis, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
   color: #3D3D3D;
    width: 100%;
    overflow-x: hidden;
    /* background-color: #1e1e1e; */
}

.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
}

a, .button {
    transition: all 0.3s ease-out 0s;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

a, button {
    letter-spacing: 1px;
    color: inherit;
    outline: none medium;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Metropolis, sans-serif;
    color: #1F1F1F !important;
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.16;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1F1F1F;
}

h1 {
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 50px;
    }
}

h2 {
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 58px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
   
    .header__top{
        display: none;
    }
    h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #7b7b7b;
    margin-bottom: 0px;
}

hr {
    border-bottom: 1px solid rgb(145, 145, 145);
    border-top: 0px none;
    margin: 45px 0px;
    padding: 0px;
}

.py-70 {
    padding-top: 90px;
    padding-bottom: 90px;
}

label {
    color: rgb(44, 42, 58);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

::selection {
    background: black;
    color: rgb(255, 255, 255);
    text-shadow: none;
}

::placeholder {
    color: rgb(143, 152, 168);
    font-size: 15px;
    opacity: 0.7;
}

select {
    color: rgb(185, 185, 185);
    font-size: 14px;
    opacity: 1;
    appearance: auto;
}

#scrollUp {
    background: #FD712C;
    height: 35px;
    width: 35px;
    right: 10px;
    bottom: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    z-index: 99 !important;
}

#scrollUp:hover {
    background: rgb(143, 152, 168);
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.pt-360 {
    padding-top: 360px;
}

.fw-5 {
    font-weight: 500;
}

.fs-16 {
    font-size: 16px;
}

.grey-bg {
    background: rgb(255, 255, 255);
}

.white-bg {
    background: rgb(255, 255, 255);
}

.black-bg {
    background: black;
}

.white-color {
    color: rgb(255, 255, 255) !important;
}

.black-color {
    color: black;
}

.theme-color {
    color: #FD712C;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 100px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

.grb-btn {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 1px 15px;
    height: 44px;
    line-height: 43px;
    letter-spacing: .1em;
    background: #fd712c;
    display: inline-block;
    border-radius: 3px;
    min-width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: .1px solid #ffffff3d;
    border-radius: 100px;
}

.grb-btn::before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    opacity: 0;
}

.grb-btn i {
    border-radius: 50%;
    margin-left: 4px;
    height: 22px;
    width: 22px;
    line-height: 26px;
    font-size: 10px;
    color: #FD712C;
    background: #fff;
    transform: rotate(-43deg);
}

.grb-btn.st-1 {
    background: #FD712C;
}

.grb-btn.st-1 i {
    color: #FD712C;
}

.grb-btn.st-2 {
    background: #FD712C;
}

.grb-btn.st-3 {
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.grb-btn:hover {
    background: #FD712C !important;
    color: rgb(255, 255, 255) !important;
}

.grb-btn:hover::before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0.25;
}

.grb-video {
    font-size: 20px;
    color: #FD712C;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.grb-video:hover {
    color: #FD712C;
}

.grb-video.pr-btn {
    width: 86px;
}

.grb-video.st-3 {
    color: #FD712C;
    font-size: 30px;
    background: rgb(255, 255, 255);
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.grb-border-btn {
    height: 60px;
    background: none;
    padding: 0px 38px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 58px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.grb-border-btn::before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    opacity: 0;
}

.grb-border-btn.st-1 {
    border-color: #FD712C;
    color: #FD712C;
}

.grb-border-btn.st-2 {
    border-color: #FD712C;
    color: #FD712C;
}

.grb-border-btn.fw-5 {
    font-weight: 500;
}

.grb-border-btn:hover {
    border-color: #FD712C;
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.grb-border-btn:hover::before {
    left: 120%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0.25;
}

.shutter-btn {
    position: relative;
    z-index: 1;
}

.shutter-btn::before {
    position: absolute;
    content: "";
    inset: 0px 50%;
    background: rgb(26, 26, 43);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}

.shutter-btn:hover::before {
    left: 0px;
    right: 0px;
    opacity: 1;
}

.play_btn {
    position: relative;
}

.play_btn::after, .play_btn::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(204, 204, 204);
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.play_btn::before {
    animation-delay: 0.8s;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .header-main-1 .logo-text-white {
        display: none;
    }

    .header-main-1 .logo-text-black{
        display:block !important;
    }
    .section-title {
        margin-bottom: 0px;
    }
}

.section-title .border-left {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
}

.section-title .border-left::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background: #FD712C;
    left: 0px;
    top: 0px;
}

.section-title .border-left p {
    font-size: 18px;
    font-weight: 700;
    color: #FD712C !important;
    text-transform: uppercase;
    padding-left: 12px;
    display: inline-block;
    line-height: 1;
}

.section-title .border-left.st-2::before {
    background: #FD712C;
}

.section-title .border-left.st-2 p {
    color: #FD712C;
}

.section-title .border-left.st-3::before {
    background: #FD712C;
}

.section-title .border-left.st-3 p {
    color: #FD712C;
}

.section-title .border-c-bottom {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.section-title .border-c-bottom::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background: #FD712C;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}

.section-title .border-c-bottom p {
    font-size: 18px;
    font-weight: 700;
    color: #FD712C;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}

.section-title .border-c-bottom.st-2::before {
    background: #FD712C;
}

.section-title .border-c-bottom.st-2 p {
    color: #FD712C;
}

.section-title .border-c-bottom.st-3::before {
    background: #FD712C;
}

.section-title .border-c-bottom.st-3 p {
    color: #FD712C;
}

.section-title h2 {
    font-size: 38px;
    line-height: 52px;
    color: rgb(0 0 0);
    text-transform: uppercase;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .section-title h2 br {
        display: none;
    }
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    inset: 0px;
    content: "";
}

[data-overlay="light"]::before {
    background-color: rgb(255, 255, 255);
}

[data-overlay="heading"]::before {
    background-color: black;
}

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.header__top {
    padding-top: 2px;
    padding-bottom: 0px;
    background: #f2f5f9;
    border-bottom: 1px solid rgba(0, 44, 96, 0.1);
}

.logo {
    line-height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .logo {
        line-height: 55px;
        height: auto !important;
    }
}

.header__main {
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* right: 0px; */
    /* z-index: 100; */
    /* border-bottom: 1px solid rgb(90, 90, 90); */
}

.header-main-1 {
    /* position: absolute; */
    /* top: 15px; */
    /* left: 40px; */
    /* right: 40px; */
    /* z-index: 100; */
    padding-bottom: 5px;
    border-bottom: 0px;
    background-color: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-filtter: blur(8px);
    backdrop-filter: blur(8px);
    /* border-radius: 100px; */
    transition: all .5s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-1 {
        border-top: 1px solid rgb(143, 152, 168);
        top: 70px;
        padding-bottom: 0px;
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 767px) {
    .header-main-1 {
        padding-bottom: 0px;
        background: rgb(255, 255, 255);
        top: 10px;
        /* width: 100%; */
        left: 10px;
        right: 10px;
    }
}

.header-main-1::after {
    position: absolute;
    content: "";
    width: 400px;
    height: 100px;
    background: transparent;
    right: 0px;
    top: 12px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header-main-1::after {
        display: none;
    }
}

.header-main-1 .logo {
    position: relative;
    z-index: 5;
    width: 159px;
    height: 80px;
}

.header-main-1 .header__menu-area {
    position: relative;
    /* margin-top: 12px; */
    z-index: 5;
    /* background: #f2f5f9; */
    /* border-top-left-radius: 90px; */
    display: flex;
    align-items: center;
    /* padding: 0px 0px 0px 8px; */
    /* overflow: hidden; */
    border-radius: 6px;
    width: a;
    /* border: 1px solid #ededed; */
    justify-content: end;
    height: 44px;
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header-main-1 .header__menu-area {
        margin-top: 0px;
    }
}

.header-main-1.sticky .main-menu ul li:hover a {
    /* color: #FD712C; */
}

.header-main-1 .logo-text-white {
    /* display: none; */
}

.header-main-1 .logo-text-black {
    display: none;
}

.header-main-1 .main-menu ul li a {
    color: rgb(0 0 0);
}

.header-main-1 .header__search a {
    color: black;
}

.header-main-1.sticky {
    padding-bottom: 0px;
    border-top: 0px;
}

.header-main-1.sticky::after {
    display: none;
}

.sticky.header-main-1 .header__menu-area {
    margin-top: 0px;
}

.sticky .logo-bg-1 {
    display: none;
}

.sticky .menu-bg-1 {
    display: none;
}

.header-main-2 {
    top: 70px;
    border-bottom: 0px;
    background: black;
}

@media (max-width: 767px) {
    .header-main-2 {
        top: 0px;
    }
}

.header-main-2 .main-menu nav > ul > li {
    position: relative;
}

.header-main-2 .main-menu nav > ul > li::before {
    position: absolute;
    content: url("../img/shape/menu-link-shape.png");
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}

.header-main-2 .main-menu nav > ul > li:hover::before {
    opacity: 1;
    visibility: visible;
}

.header-main-2 .header__search {
    margin-left: 30px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .header-main-2 .header__search {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .header-main-2 .header__search {
        margin-left: 0px;
    }
}

.menu-cta-2 {
    background: #FD712C;
    width: 220px;
    height: 100%;
    margin-left: 26px;
    float: right;
    padding-top: 26px;
    padding-bottom: 20px;
    max-height: 100px;
}

.menu-cta-2 li {
    display: inline-block;
    padding-left: 15px;
}

.menu-cta-2 {
    position: relative;
}

.menu-cta-2::before {
    position: absolute;
    bottom: -47px;
    content: "";
    width: 100%;
    height: 47px;
    background: #FD712C;
    clip-path: polygon(0px 0px, 100% 0px, 0px 100%);
}

.menu-cta-2::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 47px;
    bottom: -47px;
    left: -34px;
    background: rgb(255, 136, 0);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%);
}

.sticky .menu-cta-2::before {
    display: none;
}

.sticky .menu-cta-2::after {
    display: none;
}

.menu-cta-2 .cta__content span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.menu-cta-2 .cta__content span a:hover {
    color: black;
    opacity: 0.8;
}

.menu-cta-2 .cta__icon span {
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin-top: 6px;
    background: rgb(255, 255, 255);
}

.menu-cta-2 .cta__icon span i {
    font-size: 20px;
    line-height: 37px;
    color: black;
}

.header-main-3 {
    border-color: rgb(85, 85, 85);
}

.h3-bar {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 50px;
    transform: translate(50%, -50%);
}

.h3-bar a {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.h3-bar a i {
    font-weight: 700;
}

.sticky .h3-bar a {
    color: black;
}

.menu-cta-3 {
    float: right;
    align-items: center;
    padding-top: 25px;
    margin-left: 35px;
}

.menu-cta-3 li {
    display: inline-block;
}

.menu-cta-3 .cta__content p {
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
}

.sticky .menu-cta-3 .cta__content p {
    color: black;
}

.menu-cta-3 .cta__content span {
    font-size: 20px;
    font-weight: 800;
    color: #FD712C;
    line-height: 1;
}

.menu-cta-3 .cta__content span a:hover {
    color: #FD712C;
    opacity: 0.8;
}

.sticky .menu-cta-3 .cta__content span {
    color: black;
}

.logo-bg-1 {
    position: absolute;
    /* top: -1px; */
    left: -118px;
    z-index: -1;
    opacity: 0;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .logo-bg-1 {
        left: -130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .logo-bg-1 {
        left: -115px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .logo-bg-1 {
        display: none;
    }
}

.logo-bg-1 img {
    /* max-width: inherit; */
}

.menu-bg-1 {
    position: absolute;
    top: 0px;
    left: -80px;
    z-index: -1;
    display: none;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .menu-bg-1 {
        left: -65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-bg-1 {
        left: -96px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-bg-1 {
        display: none;
    }
}

.menu-bg-1 img {
    max-width: inherit;
}

.main-menu {
    display: inline-block;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    /* padding: 0 10px; */
}

.main-menu ul li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    /* text-transform: uppercase; */
    display: inline-block;
    padding: 0 0px;
    line-height: 20px;
    font-weight: 600;
}

.main-menu ul li .sub-menu {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 261px;
    z-index: 9;
    border-top: 4px solid #FD712C;
    text-align: left;
    padding: 15px 0px;
}

.main-menu ul li .sub-menu li {
    display: block;
    margin: 0px;
    padding: 8px 14px;
    border-bottom: 1px solid #f3f3f3;
}

.main-menu ul li .sub-menu li a {
    padding: 0px;
    display: block;
    color: rgb(33, 34, 55);
    position: relative;
}

.main-menu ul li .sub-menu li a::before {
    content: "";
    width: 0px;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0px;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #FD712C;
    opacity: 0;
}

.main-menu ul li .sub-menu li:hover a {
    color: #FD712C;
    padding-left: 5px;
}

.main-menu ul li .sub-menu li:hover a::before {
    width: 100%;
    left: 0px;
    right: auto;
}

.main-menu ul li:hover a {
    color: #FD712C;
}

.main-menu ul li:hover.menu-item-has-children::after {
    color: #FD712C;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu ul li.menu-item-has-children {
    position: relative;
}

.main-menu ul li.menu-item-has-children::after {
    position: absolute;
    content: '';
    font-size: 12px;
    color: rgb(255, 255, 255);
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
    opacity: 0;
    visibility: hidden;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul li.menu-item-has-children::after {
        right: -10px;
    }
}

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

.main-menu.main-menu-1 nav > ul > li:hover::before {
    opacity: 1;
    visibility: visible;
}

.main-menu.main-menu-1 nav > ul > li::before {
    position: absolute;
    content: "";
    width: calc(100% + 35px);
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    background: rgb(255 255 255 / 11%);
    left: -19px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.main-menu.main-menu-1 nav > ul > li.menu-item-has-children::before {
    width: calc(100% + 38px);
}

.main-menu.main-menu-1 ul li:hover > a {
    color: #fd712c;
}

.main-menu.main-menu-1 ul li .sub-menu {
    border-color: #FD712C;
}

.main-menu.main-menu-1 ul li .sub-menu li:hover a {
    color: #FD712C;
}

.main-menu.main-menu-1 ul li .sub-menu li a::before {
    background: #FD712C;
}

.main-menu.main-menu-1 ul li.menu-item-has-children::after {
    color: #FD712C;
}

.header__search {
    display: inline-block;
    margin-left: 45px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1200px) {
    .header__search {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header__search {
        /* margin-top: 20px; */
    }
}

@media (max-width: 767px) {
    .header__search {
        margin-left: 0px;
    }
}

.header__search a {
    font-size: 16px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 33px;
    color: rgb(255, 255, 255);
    /* border: 1px solid rgb(238, 238, 238); */
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header__search a {
        font-size: 20px;
        height: 40px;
        width: 40px;
        margin-left: 20px;
        line-height: 38px;
    }
}

.header__search a:hover {
    font-weight: 800;
}

.header__btn {
    display: inline-block;
    /* margin-left: 26px; */
    float: right;
    /* margin-top: 20px; */
    height: 44px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .header__btn {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header__btn {
        display: none;
    }
}

.fixed {
    position: fixed;
    width: 100%;
    transition: all 0.7s ease 0s;
    z-index: 900;
    top: 70px;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
}

.sticky {
    position: fixed;
    top: 0px;
    background: #ffff;
    z-index: 800;
    right: 0px;
    left: 0px;
    width: 100%;
    transition: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 60px 0px;
    animation: 300ms ease-in-out 0s 1 normal none running fadeInDown;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sticky .logo {
        /* line-height: 80px; */
    }
}

.sticky .main-menu ul li a {
    color: rgb(0 0 0);
}

.sticky .main-menu ul > li:hover > a {
    color: #FD712C;
}

.sticky .main-menu ul li.active > a {
    color: #FD712C;
}

.sticky .header__search a {
    color: black;
    border-color: rgb(143, 152, 168);
}

.header__main.sticky {
    border-bottom: 0px;
    border-radius: 0;
}

.logo-text-black {
    display: none;
}

.sticky .logo-text-white {
    display: none;
}

.sticky .logo-text-black {
    display: block;
}

.side-toggle {
    background: none;
    border: none;
    padding: 0px;
}

.side-info.info-open {
    right: 0px;
}

.side-info {
    background: #ffffff;
    height: 100%;
    position: fixed;
    z-index: 9999;
    right: -100%;
    top: 0px;
    width: 465px;
    padding: 45px;
    transition: all 0.6s ease 0s;
    overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .side-info {
        width: 300px;
        padding: 15px 25px;
    }
}

.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    z-index: 900;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.overlay-open {
    opacity: 0.3;
    visibility: visible;
}

.side-info-close {
    background: none;
    border: 0px;
    color: rgb(0 0 0);
    font-size: 20px;
    padding: 0px;
    transition: all 0.5s ease-out 0s;
}

.side-info-close:hover {
    color: #FD712C;
}

.menu-sidebar {
    top: 54%;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-sidebar {
        right: 40px;
    }
}

.menu-sidebar .side-toggle:hover {
    color: #FD712C;
}

.offset-logo {
    border-bottom: 1px transparent;
}

.offset_search_content {
    position: relative;
}

.offset_search_content input {
    width: 100%;
    padding: 5px 40px 5px 15px;
    font-weight: 300;
    background: none;
    border: 1px solid rgb(245, 245, 245);
    color: rgb(255, 255, 255);
    height: 40px;
}

.offset_search_content input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    font-weight: 400;
    opacity: 0.7;
}

.offset_search_button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 0px;
    background: none;
    color: rgb(245, 245, 245);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-out 0s;
}

.offset_search_button:hover {
    color: rgb(255, 255, 255);
}

.info-widget p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

.side-map iframe {
    width: 100%;
    height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .side-gallery {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact-infos {
        margin-top: 20px;
    }
}

.contact-infos h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(245, 245, 245);
    padding-bottom: 10px;
}

.contact-list > a {
    text-decoration: none;
    font-weight: 400;
    opacity: 0.7;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: rgb(0 0 0);
    transition: all 0.5s ease-out 0s;
    margin-bottom: 5px;
}

.contact-list > a:hover {
    opacity: 1;
}

.contact-list > a i {
    width: 30px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    flex: 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact-list > a i {
        width: 20px;
    }
}

.footer__social.offset-social li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer__social.offset-social li a {
        width: 40px;
        height: 40px;
    }
}

.side-image img {
    width: 100%;
}

.side-menu-icon.d-lg-none.f-right {
    margin: 20px 0px;
}

.mean-container .mean-nav > ul {
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 10px;
    color: rgb(0 0 0);
    border-top: 1px solid rgb(40 40 63 / 9%);
    font-size: 15px;
    text-transform: none;
    opacity: 0.7;
    font-weight: 600;
}

.mean-container .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-bottom: 40px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 34px;
    border: none;
}

.contact__list h4 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 15px;
}

.contact__list p {
    color: rgb(208, 208, 208);
    margin-bottom: 2px;
}

.side-portfolio a {
    width: 33.33%;
    float: left;
    padding: 0px 3px;
    margin-bottom: 6px;
    display: block;
    position: relative;
}

.side-portfolio a::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #FD712C;
    opacity: 0;
    visibility: hidden;
}

.side-portfolio a:hover::before {
    opacity: 0.7;
    visibility: visible;
}

.side-portfolio img {
    width: 100%;
}

.hero-area {
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.hero-content p {
    font-size: 24px;
    color: #FD712C;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 90px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-bg-shape {
        display: none;
    }
}

.hero-s-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: -1;
}

.hero-s-1 img {
    opacity: 0.8;
}

.hero-s-2 {
    position: absolute;
    top: -101px;
    left: -69px;
    z-index: -1;
    opacity: 0.8;
    visibility: visible;
    transition: all 0.2s ease-out 0s;
}

.hero-s-2 img {
    opacity: 0.8;
}

.hero-content-btn {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .hero-content-btn {
        float: none;
    }
}

@media (max-width: 767px) {
    .hero-content-btn {
        margin-bottom: 30px;
    }
}

.hero-content-btn .grb-btn {
    font-size: 15px;
    color: black;
    background: #FD712C;
    padding: 0px 37px;
}

.hero-video-btn {
    display: flex;
    align-items: center;
}

.hero-video-btn .grb-video {
    margin-right: 10px;
}

.hero-video-btn p {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.hero-area.st-2::before {
    display: none;
}

.hero-content-btn.st-2 {
    margin-right: 0px;
    float: none;
}

.hero-content-btn.st-2 .grb-btn {
    color: black;
    background: #FD712C;
}

.h3-s1 {
    position: absolute;
    top: -54px;
    right: -270px;
    z-index: 1;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px), only screen and (min-width: 1201px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1200px) {
    .h3-s1 {
        top: 100px;
        right: -312px;
    }
}

.h3-s2 {
    position: absolute;
    bottom: -120px;
    left: 16%;
    height: 204px;
    width: 204px;
    border: 30px solid #FD712C;
    border-radius: 50%;
    z-index: 2;
}

.hero-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.hero-line::before, .hero-line::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgb(85, 85, 85);
    content: "";
    top: 0px;
    z-index: 5;
}

.hero-line::before {
    left: 100px;
}

.hero-line::after {
    right: 100px;
}

.slide-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 8s ease-out 0s;
}

.single-slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-height {
    min-height: 950px;
    padding-top: 365px;
}

@media (max-width: 767px) {
    .slider-height {
        min-height: 800px;
        padding-top: 290px;
    }
}

.banner3-shape {
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}

.slider-height.st-2 {
    padding-top: 335px;
}

@media (max-width: 767px) {
    .slider-height.st-2 {
        padding-top: 280px;
    }
}

.swiper-slide-active .slide-bg {
    transform: scale(1.12);
}

.slider-overlay {
    position: relative;
}

.slider-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background: black;
    opacity: 0;
    z-index: 1;
}

.slider-overlay-3::before {
    opacity: 0;
}

.slider-active .swiper-button-prev, .slider-active .swiper-button-next {
    font-size: 20px;
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    background: #FD712C;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0px 5px;
}

.slider-nav {
    display: inline-block;
    padding-bottom: 20px;
    position: absolute;
    right: 65px;
    bottom: 50px;
    z-index: 5;
}

@media (max-width: 767px) {
    .slider-nav {
        display: none;
    }
}

.slider-active .swiper-button-prev {
    border-radius: 55% 45% 45% 55% / 50%;
}

.slider-active .swiper-button-prev:hover {
    background: #FD712C;
    box-shadow: rgba(16, 0, 71, 0.1) 0px -7px 15px;
    color: rgb(255, 255, 255);
}

.slider-active .swiper-button-next {
    border-radius: 45% 55% 55% 45% / 50%;
}

.slider-active .swiper-button-next:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(16, 0, 71, 0.1) 0px 7px 15px;
    color: #FD712C;
}

.slider-active .swiper-button-prev::after, .slider-active .swiper-button-next::after {
    display: none;
}

.swiper-pagination.st-3 {
    display: flex;
    align-items: center;
    right: 6px;
    width: 85px;
    bottom: 100px;
    position: absolute;
    left: auto;
    transform: rotate(90deg);
}

.swiper-pagination.st-3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: none;
    opacity: 1;
    border: 2px solid rgb(85, 85, 85);
}

.swiper-pagination.st-3 .swiper-pagination-bullet-active {
    height: 15px;
    width: 15px;
    border: 4px solid #FD712C;
    opacity: 1;
}

.grb__social.hero-social {
    position: absolute;
    bottom: 60px;
    z-index: 5;
    left: 32px;
}

.grb__social.hero-social ul li {
    display: block;
    margin: 8px 0px;
}

.grb__social.hero-social ul li a {
    background: none;
    border: 1px solid rgb(85, 85, 85);
    color: white;
}

.grb__social.hero-social ul li a:hover {
    color: black;
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.follow li {
    font-size: 18px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 3px 0px !important;
}

.grb__cta ul li {
    display: flex;
    padding-right: 33px;
    position: relative;
    align-items: center;
}

.grb__cta ul li::before {
    position: absolute;
    /* top: 10px; */
    right: 15px;
    content: "";
    width: 1px;
    height: 30px;
    background: rgb(242, 242, 242);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grb__cta ul li::before {
        right: 20px;
    }
}

.grb__cta ul li:last-child {
    padding-right: 0px;
}

.grb__cta ul li:last-child::before {
    display: none;
}

.grb__cta.header-cta {
    /* height: 54px; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grb__cta.header-cta ul {
        display: flex;
        justify-content: space-between;
    }
}

.cta__icon {
    float: left;
    margin-right: 3px;
}

.cta__icon span {
    height: 25px;
    width: 25px;
    /* background: rgb(242, 238, 255); */
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    /* margin-top: 10px; */
}

.cta__icon span i {
    color: #FD712C;
    font-size: 13px;
}

.cta__content {
    overflow: hidden;
}

.cta__content p {
    color: #FD712C;
}

.cta__content span {
    color: rgb(122 122 122);
    /* font-weight: 700; */
}

.cta__content span a:hover {
    color: #FD712C;
}

.grb__cta.st-2 .cta__icon span {
    background: #FD712C;
}

.grb__cta.st-2 .cta__icon span i {
    color: black;
}

.grb__social ul li {
    display: inline-block;
    margin: 4px 5px;
}

.grb__social ul li a {
    color: #FD712C;
    font-size: 15px;
    /* height: 35px; */
    width: 35px;
    display: inline-block;
    /* background: rgb(255, 255, 255); */
    text-align: center;
    /* line-height: 35px; */
    /* border-radius: 50%; */
    /* box-shadow: rgba(22, 35, 145, 0.1) 0px 7px 20px 0px; */
}

.grb__social ul li a.fb {
    color: #1877F2;
}

.grb__social ul li a.twt {
    color: rgb(1, 182, 229);
}

.grb__social ul li a.insta {
    color: rgb(217, 11, 81);
}

.grb__social ul li a.pint {
    color: rgb(226, 0, 0);
}

.grb__social ul li a:hover {
    color: rgb(255, 255, 255);
    background: #FD712C;
}

.grb__social.f-right ul li:last-child {
    margin-right: 0px;
}

.grb__social.st-2 {
    position: relative;
    padding-right: 17px;
}

.grb__social.st-2 ul li a {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: none;
}

.grb__social.st-2 ul li a:hover {
    color: black;
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.social-bg-1 {
    position: absolute;
    top: -20px;
    left: -16px;
    z-index: -1;
}

.newsletter-area {
    padding: 40px 0px;
    background: #fffaf8;
    border-bottom: 1px solid #fd712c45;
}

@media (max-width: 767px) {
    .newsletter-area {
        padding: 56px 0px 30px;
    }
}

.newsletter-text h4 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 8px;
}

.newsletter-text p {
    font-weight: 400;
    color: rgb(133, 133, 133);
    padding-right: 100px;
}

@media (max-width: 767px) {
    .newsletter-text p {
        padding-right: 0px;
    }
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 205px 0px 20px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    background: rgb(33, 31, 51);
    border: none;
}

@media (max-width: 767px) {
    .subscribe-form input {
        padding: 0px 135px 0px 15px;
    }
}

.subscribe-form input::placeholder {
    color: rgb(145, 145, 145);
}

.subscribe-form button {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    width: 185px;
    background: #FD712C;
    color: rgb(255, 255, 255);
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .subscribe-form button {
        width: 125px;
    }
}

.subscribe-form button i {
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

@media (max-width: 767px) {
    .subscribe-form button i {
        display: none;
    }
}

.subscribe-form button::before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    opacity: 0;
}

.subscribe-form button:hover::before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0.25;
}

.subscribe-form.st-2 {
    margin-top: 60px;
}

.subscribe-form.st-2 input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 165px 0px 20px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    background: rgb(31, 26, 65);
    border: none;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .subscribe-form.st-2 input {
        padding: 0px 120px 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form.st-2 input {
        padding: 0px 160px 0px 15px;
    }
}

.subscribe-form.st-2 input::placeholder {
    color: rgb(83, 83, 83);
    font-size: 16px;
}

.subscribe-form.st-2 button {
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    width: 145px;
    background: #FD712C;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 3px 3px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .subscribe-form.st-2 button {
        width: 110px;
    }
}

.subscribe-form.st-2 button i {
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .subscribe-form.st-2 button i {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .subscribe-form.st-3 input {
        padding: 0px 120px 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form.st-3 input {
        padding: 0px 160px 0px 15px;
    }
}

.subscribe-form.st-3 button {
    width: 145px;
    color: black;
    background: #FD712C;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .subscribe-form.st-3 button {
        width: 110px;
    }
}

.subscribe-form.st-3 button i {
    color: black;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .subscribe-form.st-3 button i {
        display: none;
    }
}

@media (max-width: 767px) {
    .area-404 {
        padding-top: 80px;
    }
}

.content-404 {
    padding: 0px 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .content-404 {
        padding: 0px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-404 {
        padding: 0px 80px;
    }
}

@media (max-width: 767px) {
    .content-404 {
        padding: 0px;
    }
}

.content-404 h2 {
    font-size: 225px;
    font-weight: 900;
    line-height: 1;
    color: #FD712C;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .content-404 h2 {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-404 h2 {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .content-404 h2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-404 h2 {
        font-size: 90px;
    }
}

.content-404 h4 {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-404 h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

.search-form {
    margin-top: 25px;
}

.search-form input {
    font-size: 15px;
    color: black;
    padding: 0px 50px 0px 20px;
    background: rgb(246, 246, 246);
    height: 60px;
    border-radius: 3px;
    width: 100%;
    border: 0px;
}

.search-form button {
    font-size: 16px;
    color: black;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    right: 15px;
    border: 0px;
    background: none;
}

.search-input-field {
    width: 470px;
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .search-input-field {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-input-field {
        width: 470px;
    }
}

.go-home .grb-border-btn {
    font-size: 15px;
    font-weight: 500;
    border-width: 1px;
    line-height: 58px;
    border-radius: 3px;
    padding: 0px 35px;
}

@media (max-width: 767px) {
    .brand-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.single-brand {
    text-align: center;
}

.single-brand:hover a:first-child {
    display: block;
}

.single-brand:hover a:last-child {
    display: none;
}

.single-brand a {
    display: inline-block;
}

.single-brand a img {
    transition: all 0.5s ease-out 0s;
}

.single-brand a:first-child {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
    .about__area {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .about__area {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.about__btn .grb-btn {
    font-size: 15px;
    min-width: 180px;
}

.about__btn .grb-btn i {
    border-radius: 50%;
    margin-left: 15px;
    height: 22px;
    width: 22px;
    line-height: 24px;
    font-size: 10px;
    color: #FD712C;
    background: #fff;
}

.about__btn.st-1 .grb-btn i {
    color: #FD712C;
}

.about__area.st-2 {
    padding-top: 90px;
    padding-bottom: 45px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__area.st-2 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .about__area.st-2 {
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

.about__area.st-3 {
    padding-top: 150px;
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__area.st-3 {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .about__area.st-3 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.about__img-inner img {
    border-radius: 25px;
    transition: all 0.5s ease-out 0s;
}

/*.about__img-inner.st-2 {*/
/*    margin: -50px -35px 0px -220px;*/
/*}*/

/*@media only screen and (min-width: 1201px) and (max-width: 1400px) {*/
/*    .about__img-inner.st-2 {*/
/*        margin: 30px -35px 0px -100px;*/
/*    }*/
/*}*/

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .about__img-inner.st-2 {
        margin: 0px;
        margin-top: 15px;
    }
}

.about__img-inner.st-3 {
    margin-right: 30px;
    max-width: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about__img-inner.st-3 {
        margin-bottom: 50px;
    }
}

.about__img .p-element .ab-border {
    width: 300px;
    height: 390px;
    position: absolute;
    border: 20px solid #FD712C;
    top: -70px;
    left: -70px;
    z-index: -5;
    animation: 6s linear 0s infinite normal none running scale-up-one;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about__img .p-element .ab-border {
        bottom: -50px;
        left: -50px;
        top: auto;
    }
}

.about__img .p-element .award {
    position: absolute;
    width: 185px;
    text-align: center;
    padding: 25px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 20px 60px;
    right: 65px;
    top: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about__img .p-element .award {
        left: 45px;
        top: -50px;
    }
}

.about__img .p-element .award img {
    margin-bottom: 10px;
}

.about__img .p-element .award p {
    font-size: 16px;
    line-height: 22px;
    color: black;
}

.about__img .p-element .ab-image {
    position: absolute;
    bottom: -50px;
    left: -210px;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px), only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about__img .p-element .ab-image {
        left: -90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about__img .p-element .ab-image {
        display: none;
    }
}

.about3-main-shape {
    position: absolute;
    inset: 0px;
}

.about-3-s1 {
    position: absolute;
    top: -25px;
    left: 80px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about-3-s1 {
        transform: scale(0.7);
        transform-origin: left top;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about-3-s1 {
        display: none;
    }
}

.about-3-s2 {
    position: absolute;
    top: 30%;
    right: -170px;
    animation-name: about-3-s2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about-3-s2 {
        display: none;
    }
}

@keyframes about-3-s2 {
    0% {
        top: 40%;
        right: -170px;
    }

    50% {
        top: 20%;
        right: -170px;
    }

    100% {
        top: 40%;
        right: -170px;
    }
}

.about-3-s3 {
    position: absolute;
    bottom: -90px;
    right: 190px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-3-s3 {
        bottom: -95px;
        right: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-3-s3 {
        bottom: -12px;
        right: 60px;
    }
}

@media (max-width: 767px) {
    .about-3-s3 {
        bottom: -12px;
        right: 60px;
        transform: scale(0.8);
        transform-origin: right bottom;
    }
}

.about__content.st-2 {
    margin-right: -45px;
    padding-left: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .about__content.st-2 {
        margin-right: 0px;
        padding-left: 0px;
    }
}

.about-points {
    background: rgb(252, 253, 255);
    border: 1px solid #FD712C;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 50px;
}

.about-points li {
    /* width: 50%; */
    float: left;
    padding: 31px 15px 27px 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-points li {
        padding: 31px 8px 27px 15px;
    }
}

@media (max-width: 767px) {
    .about-points li {
        width: 100%;
        float: none;
        padding: 26px 15px 22px 19px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-points li {
        width: 50%;
        float: left;
    }
}

.about-points li:hover .p-icon i {
    color: #FD712C;
}

.about-points.st-2 {
    border: none;
    background: none;
    margin-bottom: 35px;
    width: 80%;
}

.about-points.st-2 li {
    padding: 0px 20px 0px 0px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .about-points.st-2 li {
        padding-right: 0px;
        margin-bottom: 30px;
    }
}

.about-points.st-2 li:hover .p-icon i {
    color: #FD712C;
}

.about-points.st-2 li:hover .p-icon.st-3 i {
    color: #FD712C;
}

.about-points.st-ab {
    margin-top: 45px;
    margin-bottom: 0px;
}

.points-heading {
    display: flex;
    align-items: center;
    margin-bottom: -1px;
}

.points-heading .p-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgb(251 175 32);
    display: flex;
    border-radius: 50%;
    box-shadow: rgba(0, 5, 75, 0.08) 0px 10px 20px;
    margin-right: 25px;
    justify-content: center;
    align-items: center;
}

.points-heading .p-icon i {
    color: black;
    line-height: 60px;
    font-size: 28px;
    transition: all 0.3s ease-out 0s;
}

.points-heading h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    display: inline-block;
}

@media (max-width: 767px) {
    .choosing__area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choosing__area .section-title h2 {
        padding-right: 200px;
    }
}

.choosing__area.st-3 {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .choosing__area.st-3 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.choosing__img {
    position: absolute;
    right: 0;
    display: block;
    width: 54%;
    bottom: 0;
    padding: 0;
}

.choosing__img-inner.st-3 {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .choosing__img-inner.st-3 {
        margin-right: 0px;
    }
}

.choosing__img3-main {
    max-width: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .choosing__img3-main {
        margin-bottom: 50px;
    }
}

.choosing__img-inner-shape {
    position: absolute;
    inset: 0px;
}

.choosing-3-s1 {
    position: absolute;
    left: -75px;
    top: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .choosing-3-s1 {
        display: none;
    }
}

.choosing-3-s2 {
    position: absolute;
    left: -50px;
    top: 40%;
    animation-name: choosing-3-s2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .choosing-3-s2 {
        left: -25px;
    }
}

@media (max-width: 767px) {
    .choosing-3-s2 {
        display: none;
    }
}

@keyframes choosing-3-s2 {
    0% {
        top: 40%;
    }

    50% {
        top: 70%;
    }

    100% {
        top: 40%;
    }
}

.choosing__information {
    /* background: rgb(243 245 249); */
    padding: 38px 34px;
    margin-left: 0;
    position: relative;
    z-index: 5;
    color: black !important;
    padding-left: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .choosing__information {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .choosing__information {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choosing__information {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .choosing__information {
        padding: 30px 25px;
    }
}

.choosing__information ul li {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .choosing__information ul li {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .choosing__information ul li {
        display: inherit;
    }
}

.choosing__information ul li:last-child {
    margin-bottom: 0px;
}

.choosing__number {
    margin-right: 28px;
}

@media (max-width: 767px) {
    .choosing__number {
        margin-bottom: 30px;
    }
}

.choosing__number span {
    border: 1px solid rgb(255 255 255);
    color: #ffffff;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease-out 0s;
    background-color: #FD712Cb0;
}

.choosing__number span::before {
    position: absolute;
    content: "";
    width: 76px;
    height: 76px;
    border: 1px solid rgb(38 111 242);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FD712C91;
    z-index: -1;
}

.choosing__text h5 {
    color: rgb(30 30 30);
    font-size: 18px;
}

.choosing__text p {
    color: #797e88;
}

.subscribe {
    width: 230px;
    padding: 19px 29px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    position: absolute;
    bottom: 45px;
    left: -30px;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 20px;
}

@media (max-width: 767px) {
    .subscribe {
        bottom: 15px;
        left: 25px;
    }
}

.subscribe > a {
    font-size: 22px;
    margin-right: 15px;
    color: rgb(220, 15, 15);
    display: inline-block;
    float: left;
    line-height: 1;
}

.subscribe__text {
    overflow: hidden;
}

.subscribe__text h4 {
    font-size: 20px;
    line-height: 1;
}

.subscribe__text p {
    font-size: 13px;
    color: black;
    line-height: 20px;
}

.choosing-fl-area {
    background: black;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .choosing-fl-area {
        padding: 90px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choosing-container-2 {
        max-width: 720px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choosing-container-2 {
        max-width: 540px;
    }
}

.choosing-fl-img {
    margin-left: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .choosing-fl-img {
        margin-left: 0px;
    }
}

.choosing-fl-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.4;
}

.choosing-fl-right {
    max-width: 570px;
}

.choosing__information.st-2 {
    margin-left: 0px;
    padding: 12px 0px 0px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choosing__information.st-2 {
        margin-right: 100px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px), only screen and (min-width: 1201px) and (max-width: 1400px) {
    .choosing__information.st-2 ul li {
        margin-bottom: 35px;
    }
}

.choosing__information.st-2 ul li:last-child {
    margin-bottom: 0px;
}

.choosing__information.st-2 .choosing__number {
    margin-left: 8px;
}

.choosing-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ab-experience {
    margin-top: 30px;
    overflow: hidden;
    background: #fd712c;
    position: absolute;
    bottom: 20px;
    border-radius: 20px 0 0 20px;
    padding: 25px 20px;
    width: 350px;
    right: 0;
}

.ab-experience.st-3 {
    margin-bottom: 40px;
}

.ab-experience-content {
    position: relative;
    overflow: hidden;
    /* width: 23%; */
    float: left;
}

@media (max-width: 767px) {
    .ab-experience-content {
        width: 100%;
        margin-bottom: 20px;
    }
}

.ab-experience-content::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    color: rgb(242, 242, 242);
}

.ab-experience-icon {
    float: left;
    margin-right: 30px;
}

.ab-experience-icon i {
    font-size: 70px;
    color: #FD712C;
    line-height: 1;
}

.ab-experience-icon.st-2 i {
    color: #FD712C;
}

.ab-experience-icon.st-3 i {
    color: #FD712C;
}

.ab-experience-text {
    overflow: hidden;
}

.ab-experience-text p {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.ab-experience-text p span {
    display: block;
    font-size: 48px;
    color: #FD712C;
    line-height: 1;
    font-weight: 800;
}

.ab-experience-text p span.st-2 {
    color: #ffffff;
}

.ab-experience-text p span.st-3 {
    color: #FD712C;
}

.ab-experience-text.st-2 p span {
    color: #FD712C;
}

.ab-experience-p {
    /* width: 46%; */
    overflow: hidden;
    padding-left: 19px;
    color: #fff;
}

@media (max-width: 767px) {
    .ab-experience-p {
        width: 80%;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .about-details {
        padding-top: 80px;
    }
}

.about-details-box {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .about-details-box {
        margin-top: 0px;
    }
}

.about-details-box-content {
    margin-top: 200px;
    background: rgb(255, 255, 255);
    padding: 45px 0px 0px 50px;
    margin-left: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
    .about-details-box-content {
        margin-top: 250px;
    }
}

@media (max-width: 767px) {
    .about-details-box-content {
        margin-top: 0px;
    }
}

.about-details-box-content h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .skill-area {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .grb-skill {
        margin: 10px 0px 0px;
    }
}

.grb-skill .progress {
    height: 7px;
    background-color: rgb(243, 239, 255);
    border-radius: 10px;
}

.grb-skill .progress-bar {
    background-color: #FD712C;
    border-radius: 10px;
}

.skill-wrapper {
    margin-bottom: 44px;
}

.skill-title {
    display: flex;
    justify-content: space-between;
}

.skill-title span {
    float: right;
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.skill-category {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .service__area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__area .section-title {
        margin-bottom: 20px;
    }
}

.service__text {
    padding-top: 10px;
}

.single__service {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E3E7F0;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    /* color: white !important; */
}

.single__service:hover .service__icon a {
    color: rgb(255, 255, 255);
    /* background: #FD712C; */
    /* border-color: #FD712C; */
}

.single__service h4 {
    margin-top: 19px;
    margin-bottom: 4px;
    color: black;
}

@media (max-width: 767px) {
    .single__service h4 {
        margin-top: 15px;
    }
}

.single__service p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #7b7b7b;
}

.service__icon a {
    /* height: 96px; */
    /* width: 96px; */
    text-align: center;
    /* border: 1px solid #E3E7F0; */
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    color: #FD712C;
    line-height: 100px;
    transition: all 0.5s ease-out 0s;
    border-radius: 10px;
    overflow: hidden;
}

.service__btn {
    /* height: 50px; */
    /* border-bottom: 1px solid #FD712C; */
    display: inline-block;
    /* line-height: 48px; */
    /* padding: 0px 24px; */
    /* border-radius: 30px; */
    color: #FD712C;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    /* display: flex; */
    /* align-items: center; */
}

.service__btn:hover {
    color: rgb(103 85 76);
    /* background: #FD712C; */
    /* border-color: #FD712C; */
}

.service__btn i {
    font-size: 16px;
    /* margin-right: 15px; */
    /* background: #256ef3; */
    /* color: #fff; */
    padding: 3px;
    border-radius: 100%;
    transform: rotate(-45deg);
    margin-left: 6px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .service-box-area {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .service-box-area-main {
        padding-top: 90px;
    }
}

.service-box-content {
    padding: 0px 30px 25px;
    box-shadow: rgba(16, 0, 71, 0.07) 20px 10px 30px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-box-content {
        padding: 0px 25px 25px;
    }
}

@media (max-width: 767px) {
    .service-box-content {
        padding: 0px 25px 20px;
    }
}

.service-box-content:hover {
    background: #FD712C;
}

.service-box-content:hover i {
    background: rgb(255, 255, 255);
}

.service-box-content:hover h4 {
    color: rgb(255, 255, 255);
}

.service-box-content:hover p {
    color: rgb(255, 255, 255);
}

.service-box-content.st-1:hover {
    background: #FD712C;
}

.service-box-content.st-3 {
    padding: 0px 0px 33px;
    box-shadow: none;
    border-radius: 0px;
}

.service-box-content.st-3:hover {
    background: none;
}

.service-box-content.st-3:hover .service-box-content-icon i {
    background: #FD712C;
    border-radius: 50%;
    border-color: #FD712C;
}

.service-box-content.st-3:hover h4 {
    color: #FD712C;
}

.service-box-content.st-3:hover p {
    color: rgb(143, 152, 168);
}

.service-box-content.st-3 .service-box-content-icon {
    float: left;
    margin-right: 30px;
}

.service-box-content.st-3 .service-box-content-icon i {
    color: black;
    width: 70px;
    height: 70px;
    background: none;
    line-height: 78px;
    border-radius: 0px 50% 50%;
    border: 1px solid rgb(230, 230, 230);
}

.service-box-content.st-3 .service-box-content-text {
    overflow: hidden;
}

.service-box-content.st-3 .service-box-content-text h4 {
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 35px;
}

.service-box-content-icon i {
    font-size: 40px;
    color: #FD712C;
    width: 78px;
    height: 78px;
    background: rgb(248, 236, 255);
    text-align: center;
    line-height: 78px;
    border-radius: 0px 0px 50% 50%;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

.service-box-content-icon.st-1 i {
    color: #FD712C;
    background: rgb(241, 244, 254);
}

.service-box-content-text h4 {
    transition: all 0.3s ease-out 0s;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-box-content-text p {
    transition: all 0.3s ease-out 0s;
}

.process-area {
    padding-top: 140px;
    padding-bottom: 165px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.process-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.8;
}

.process-content {
    padding: 0px 20px;
    position: relative;
    z-index: 5;
}

.process-btn {
    display: inline-block;
    position: relative;
}

.process-btn::before {
    position: absolute;
    content: "";
    width: 136px;
    height: 136px;
    background: rgb(255, 255, 255);
    opacity: 0.11;
    border-radius: 50%;
    top: -25px;
    left: -25px;
    animation: 2s ease 0s infinite normal none running animation-pulse-shrink;
}

.process-btn .grb-video {
    height: 85px;
    width: 85px;
    color: orange;
    line-height: 85px;
    font-size: 28px;
    position: relative;
    z-index: 5;
}

.prc-btn {
    position: relative;
}

@media (max-width: 767px) {
    .partners-area {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .partners-logo {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partners-logo {
        padding-left: 0px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .partners-logo {
        padding-left: 0px;
    }
}

.single-partner {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .single-partner {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .service-details-area {
        padding-top: 90px;
        padding-bottom: 20px;
    }
}

.service-details-single-img {
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-details-single-img img {
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.service-details-heading h2 {
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 32px;
}

.service-details-content h5 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.service-details-content > h4 {
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .service-details-content > h4 {
        font-size: 23px;
    }
}

.service-details-content > p {
    margin-bottom: 20px;
    color: #000 !important;
}

.execute-list {
    margin-bottom: 42px;
}

.execute-list li {
    padding-left: 35px;
    position: relative;
    color: black;
    margin-bottom: 17px;
    font-weight: 500;
}

.execute-list li::before {
    position: absolute;
    content: "";
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    color: #FD712C;
    left: 0px;
    top: 0px;
}

.execute-list li:last-child {
    margin-bottom: 0px;
}

.service-details-more .service-box-content {
    border: 1px solid rgb(242, 242, 242);
    box-shadow: none;
}

.service-details-more .service-box-content-text h4 {
    text-transform: none;
}

.counter__area {
    min-height: 585px;
    position: relative;
    background-size: cover;
    background-position: center center;
    display: block;
}

@media (max-width: 767px) {
    .counter__area {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.counter__area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.69;
    top: 0px;
    left: 0px;
}

.counter-right {
    text-align: right;
}

@media (max-width: 767px) {
    .counter-right {
        text-align: left;
    }
}

.counter-head {
    position: relative;
    z-index: 5;
}

.counter-left .section-title h2 {
    text-transform: none;
    padding-right: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .counter-left .section-title h2 {
        padding-right: 0px;
    }
}

.counter-inner {
    position: relative;
}

.counter-content {
    background: rgb(255, 255, 255);
    box-shadow: rgba(16, 0, 71, 0.1) 0px 20px 40px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .counter-content {
        position: static;
    }
}

.counter-content-left {
    padding: 50px 70px 0px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-content-left {
        padding: 35px 30px 0px 35px;
    }
}

@media (max-width: 767px) {
    .counter-content-left {
        padding: 20px 20px 0px;
    }
}

.counter-content-left .section-title h2 {
    text-transform: none;
}

.counter-content-left .section-title h2 span {
    color: #FD712C;
}

.counter-content-left > p {
    margin-bottom: 45px;
}

.single-counter {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .single-counter {
        width: 100%;
        margin-bottom: 20px;
    }
}

.single-counter-icon {
    float: left;
    width: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter-icon {
        width: 70px;
    }
}

.single-counter-icon i {
    font-size: 58px;
    color: #FD712C;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .single-counter-icon i {
        font-size: 52px;
    }
}

.single-counter-text {
    overflow: hidden;
}

.single-counter-text h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0px;
}

.single-counter-text p {
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .counter-content-right {
        display: none;
    }
}

.counter-right-img {
    margin-left: -30px;
    position: relative;
}

.dot-dot {
    position: absolute;
    top: 0px;
    right: 0px;
}

.experience-text {
    text-align: center;
    width: 120px;
    height: 120px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(16, 0, 71, 0.1) 0px 20px 40px;
    position: absolute;
    bottom: -35px;
    right: 145px;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.experience-text p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.experience-text p span {
    font-size: 32px;
    color: #FD712C;
    display: block;
    margin-bottom: 10px;
}

.counter-board-area {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffe1c9ab, #fdc8a6bf, #fd712c33);
}

@media (max-width: 767px) {
    .counter-board-area {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}

/*.counter-board-area::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgb(251 250 248);*/
/*    opacity: 0.85;*/
/*}*/

.counter-board-area.st-3 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.counter-board-area.st-3::before {
    display: none;
}

.counter-board-border {
    border-top: 1px solid rgb(242, 242, 242);
    border-bottom: 1px solid rgb(242, 242, 242);
    padding-top: 65px;
    padding-bottom: 20px;
}

.counter-board-content {
    position: relative;
    z-index: 5;
}

.counter-board-single {
    text-align: center;
}

.counter-board-single i {
    font-size: 45px;
    color: rgb(253 113 44);
}

.counter-board-single p {
    color: rgb(0 0 0);
    font-size: 15px;
    text-transform: uppercase;
}

.counter-board-single.st-3 i {
    color: #FD712C;
}

.counter-board-single.st-3 .counter-board-number {
    color: black;
}

.counter-board-single.st-3 p {
    color: rgb(143, 152, 168);
}

.counter-board-number {
    font-size: 48px;
    font-weight: 800;
    color: #fd712c;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 4px;
}

.counter-board-number .odometer.odometer-auto-theme .odometer-digit, .counter-board-number .odometer.odometer-theme-default .odometer-digit {
    vertical-align: text-top;
}

.counter-board-number .odometer.odometer-auto-theme, .counter-board-number .odometer.odometer-theme-default {
    line-height: 1;
}

.testimonial-area.st-1 {
    padding-top: 395px;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .testimonial-area.st-1 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-area.st-1 {
        padding-top: 330px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area.st-1 {
        padding-top: 120px;
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .testimonial-area.st-1 {
        padding-top: 60px;
        background-image: none !important;
    }
}

.testimonial-area.st-2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .testimonial-area.st-2 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

.testimonial-area.st-3 {
    padding-top: 120px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .testimonial-area.st-3 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

.testimonial-right-img {
    padding-left: 100px;
}

.test-i-img {
    position: absolute;
    height: 296px;
    width: 216px;
    border-radius: 189px 189px 189px 0px;
    z-index: 2;
    overflow: hidden;
    box-shadow: rgba(16, 0, 71, 0.1) -30px -10px 30px;
    bottom: 63px;
    left: 30px;
    animation-name: test-i-img-move;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.testimonial-single.st-1 {
    border: 2px solid #FD712C;
    border-radius: 20px;
    padding: 60px 87px 45px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-single.st-1 {
        padding: 60px 50px 45px;
    }
}

@media (max-width: 767px) {
    .testimonial-single.st-1 {
        padding: 40px 15px 45px;
    }
}

.testimonial-single.st-3 {
    max-width: 570px;
    background: rgb(255, 255, 255);
    padding: 30px;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 20px 40px;
    position: relative;
    margin-top: 35px;
}

.testimonial-single.st-3:hover .testimonial-name.st-3 h5 a {
    color: #FD712C;
}

.testimonial-single.st-3 > p {
    margin-top: 25px;
}

.testimonial-name h5 {
    margin-bottom: 0px;
    color: #000;
    font-size: 15px;
}

.testimonial-name.st-3 {
    display: inline-block;
    padding-top: 5px;
}

.testimonial-img {
    margin-bottom: 18px;
    width: 89px;
    height: 89px;
    display: inline-block;
    border-radius: 50%;
}

.testimonial-img.st-3 {
    height: 54px;
    width: 54px;
    margin-right: 20px;
    float: left;
}

.testimonial-quote {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    color: #FD712C;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 30px;
    position: absolute;
    right: 68px;
    bottom: -20px;
    z-index: 5;
}

@media (max-width: 767px) {
    .testimonial-quote {
        display: none;
    }
}

.testimonial-quote i {
    font-weight: 700;
}

.testimonial-quote.pos-2 {
    box-shadow: none;
    font-size: 100px;
    background: none;
    top: 35px;
    right: 10px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .testimonial-quote.pos-2 {
        font-size: 80px;
        top: 45px;
        right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-quote.pos-2 {
        font-size: 60px;
        top: 26px;
        right: -25px;
    }
}

.testimonial-quote.st-2 {
    color: #FD712C;
}

.testimonial-quote.st-3 {
    height: 80px;
    width: 80px;
    border: 7px solid rgb(245, 245, 245);
    box-shadow: none;
    right: 30px;
    top: -42px;
    bottom: auto;
    line-height: 66px;
    color: black;
    background: #FD712C;
}

.testimonial-quote.st-3 i {
    font-weight: 700;
    font-size: 35px;
}

.testimonial-review {
    height: 40px;
    width: 150px;
    text-align: center;
    border: 1px solid #FD712C;
    border-radius: 30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    background: rgb(255, 255, 255);
    transform: scale(0.7);
    transition: all 0.5s ease-out 0s;
}

.testimonial-review li {
    font-size: 15px;
    line-height: 38px;
    color: #FD712C;
    display: inline-block;
    margin: 0px 1px;
}

.swiper-slide-active .testimonial-review {
    transform: scale(1);
}

.testimonial-review.st-3 {
    position: static;
    transform: none;
    border: none;
    text-align: left;
    margin-bottom: 20px;
    height: auto;
    margin-left: 0px;
}

.testimonial-review.st-3 li {
    line-height: 1;
}

.testimonial-review.st-3 li:first-child {
    margin-left: 0px;
}

.testimonial-nav-1 {
    display: inline-block;
    padding: 0px 5px;
    background: white;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 5;
}

@media (max-width: 767px) {
    .testimonial-nav-1 {
        position: static;
        transform: none;
        padding-top: 40px;
        display: flex;
        justify-content: center;
    }
}

.testimonial-nav-1 .testimonial1-button-prev, .testimonial-nav-1 .testimonial1-button-next {
    font-size: 20px;
    color: rgb(180, 180, 180);
    height: 48px;
    width: 54px;
    text-align: center;
    line-height: 46px;
    border: 1px solid rgb(242, 242, 242);
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0px 5px;
}

.testimonial-nav-1 .testimonial1-button-prev::after, .testimonial-nav-1 .testimonial1-button-next::after {
    display: none;
}

.testimonial-nav-1 .testimonial1-button-prev {
    border-radius: 55% 45% 45% 55% / 50%;
}

.testimonial-nav-1 .testimonial1-button-prev:hover {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(16, 0, 71, 0.1) -7px 0px 15px;
    color: black;
}

.testimonial-nav-1 .testimonial1-button-next {
    border-radius: 45% 55% 55% 45% / 50%;
}

.testimonial-nav-1 .testimonial1-button-next:hover {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(16, 0, 71, 0.1) 7px 0px 15px;
    color: black;
}

.testimonial-nav-2 {
    /* display: inline-block; */
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 34px;
    text-align: center;
}

.testimonial-nav-2 .testimonial2-btn-prev, .testimonial-nav-2 .testimonial2-btn-next {
    font-size: 28px;
    color: rgb(255 255 255);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 45px;
    background: #FD712C;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0px 5px;
    border-radius: 50%;
}

.testimonial-nav-2 .testimonial2-btn-prev:hover, .testimonial-nav-2 .testimonial2-btn-next:hover {
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.testimonial-nav-2 .testimonial2-btn-prev::after, .testimonial-nav-2 .testimonial2-btn-next::after {
    display: none;
}

.testimonial-nav-2 .testimonial2-btn-prev.st-2:hover, .testimonial-nav-2 .testimonial2-btn-next.st-2:hover {
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.testimonial-nav-3 {
    display: inline-block;
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 62px;
    float: right;
}

@media (max-width: 767px) {
    .testimonial-nav-3 {
        padding-top: 0px;
        float: none;
    }
}

.testimonial-nav-3 .testimonial-btn-prev, .testimonial-nav-3 .testimonial-btn-next {
    font-size: 30px;
    color: rgb(86, 86, 86);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: rgb(225, 225, 225);
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0px 5px;
}

.testimonial-nav-3 .testimonial-btn-prev:hover, .testimonial-nav-3 .testimonial-btn-next:hover {
    background: #FD712C;
    color: black;
}

.testimonial-nav-3 .testimonial-btn-prev::after, .testimonial-nav-3 .testimonial-btn-next::after {
    display: none;
}

.portfolio-area {
    padding-top: 140px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .portfolio-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .portfolio-st-2 {
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

.single-portfolio {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}

.single-portfolio:hover .portfolio-content {
    bottom: 0px;
}

.portfolio-img {
    border-radius: 10px;
}

.portfolio-content {
    width: 250px;
    height: 90px;
    text-align: center;
    background: #FD712C;
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    padding-top: 38px;
    transition: all 0.3s ease-out 0s;
}

.portfolio-content h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}

.portfolio-content span {
    color: black;
    font-weight: 400;
}

.p-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}

.p-link:hover {
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.portfolio-item-img {
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-item-img:hover .portfolio-hover-contnet {
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.portfolio-item-img:hover .portfolio-hover-contnet::before {
    top: 0px;
}

.portfolio-item-img img {
    width: 100%;
}

.portfolio-hover-contnet {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.portfolio-hover-contnet::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FD712C;
    opacity: 0.8;
    z-index: -1;
}

.portfolio-hover-inner {
    padding: 0px 50px;
    width: 100%;
}

.portfolio-hover-inner p {
    color: rgb(255, 255, 255);
}

.p-h-icon {
    font-size: 16px;
    color: #FD712C;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 50%;
}

.p-h-icon:hover {
    color: #FD712C;
}

.portfolio-hover-heading {
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.portfolio-hover-heading::before {
    position: absolute;
    content: "";
    width: 86px;
    height: 2px;
    background: rgb(255, 255, 255);
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.portfolio-hover-heading a:hover {
    color: #FD712C;
}

.portfolio-button {
    text-align: center;
    margin-bottom: 70px;
}

.portfolio-button button {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 17px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin: 0px 5px;
    border: none;
    background: none;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

@media (max-width: 767px) {
    .portfolio-button button {
        margin-bottom: 5px;
    }
}

.portfolio-button button::before {
    position: absolute;
    content: "";
    background: #FD712C;
    width: 11px;
    height: 6px;
    clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .portfolio-button button::before {
        display: none;
    }
}

.portfolio-button button:hover {
    color: rgb(255, 255, 255);
    background: #FD712C;
}

.portfolio-button button:hover::before {
    opacity: 1;
    visibility: visible;
}

.portfolio-button button.active {
    color: rgb(255, 255, 255);
    background: #FD712C;
}

.portfolio-button button.active::before {
    opacity: 1;
    visibility: visible;
}

.portfolio-see-all {
    text-align: center;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .p-search-area {
        padding-top: 90px;
    }
}

.portfolio-search-form input {
    height: 60px;
    border: 1px solid rgb(242, 242, 242);
    color: black;
    padding: 0px 20px;
    border-radius: 3px;
    width: calc(100% - 200px);
}

@media (max-width: 767px) {
    .portfolio-search-form input {
        width: 100%;
    }
}

.portfolio-search-form button {
    width: 170px;
    height: 60px;
    border: none;
    background: #FD712C;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    float: right;
}

@media (max-width: 767px) {
    .portfolio-search-form button {
        float: none;
        margin-top: 25px;
    }
}

.portfolio-search-form button i {
    margin-right: 15px;
}

.portfolio-main-buttons {
    margin-bottom: 50px;
}

.portfolio-main-items .portfolio-item-img {
    border-radius: 5px;
}

.portfolio-main-items .portfolio-hover-contnet::before {
    display: none;
}

.portfolio-main-items .portfolio-item {
    margin-bottom: 40px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-main-items .portfolio-item {
        margin-bottom: 70px;
    }
}

.portfolio-main-buttons.portfolio-button button::before {
    display: none;
}

.portfolio-main-buttons.portfolio-button button:hover {
    color: #FD712C;
    background: rgb(249, 248, 255);
}

.portfolio-main-buttons.portfolio-button button.active {
    color: #FD712C;
    background: rgb(249, 248, 255);
}

.p-h-icon.pm-s {
    font-size: 15px;
    font-weight: 500;
    color: rgb(143, 152, 168);
    min-width: 110px;
    padding: 20px 0px;
    border-radius: 3px;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 30px;
    height: auto;
    line-height: 1;
}

.p-h-icon.pm-s i {
    display: block;
    font-size: 28px;
    color: #FD712C;
    margin-bottom: 15px;
}

.project-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .project-meta {
        display: inherit;
    }
}

.project-name h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.project-like-view li {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin: 0px 10px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .project-like-view li {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .project-like-view li:first-child {
        margin-left: 0px;
    }
}

.project-like-view li:last-child {
    margin-right: 0px;
}

.project-like-view li i {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .portfolio-details-area {
        padding-top: 90px;
        padding-bottom: 30px;
    }
}

.portfolio-details-content h5 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.choosing__information.portfolio-w-p {
    background: none;
    padding: 0px 40px 0px 0px;
    margin-left: 0px;
    position: relative;
    z-index: 5;
}

.choosing__information.portfolio-w-p ul li {
    align-items: flex-start;
    margin-bottom: 34px;
}

.choosing__information.portfolio-w-p ul li:hover .choosing__number span {
    border-color: #FD712C;
    color: #FD712C;
    background: none;
}

.choosing__information.portfolio-w-p .choosing__text h5 {
    font-size: 15px;
    color: black;
    text-transform: none;
    line-height: 1;
    margin-bottom: 12px;
}

.choosing__information.portfolio-w-p .choosing__text p {
    color: rgb(143, 152, 168);
}

.choosing__information.portfolio-w-p .choosing__number span {
    border: 1px solid #FD712C;
    color: #FD712C;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
}

.choosing__information.portfolio-w-p .choosing__number span::before {
    display: none;
}

.choosing__information.portfolio-w-p .choosing__number {
    margin-right: 20px;
}

.portfolio-details-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.portfolio-details-category {
    margin-right: 15px;
}

.portfolio-details-date {
    position: relative;
    padding-left: 20px;
}

.portfolio-details-date::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #FD712C;
    border-radius: 50%;
    left: 0px;
    top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .portfolio-details-meta .project-like-view {
        float: left;
        margin-bottom: 30px;
    }
}

.portfolio-details-meta .project-like-view li {
    font-size: 15px;
    font-weight: 500;
    color: rgb(143, 152, 168);
    background: rgb(248, 248, 248);
    padding: 0px 12px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
}

.portfolio-details-meta .project-like-view li i {
    margin-right: 10px;
}

.portfolio-details-img {
    margin-bottom: 15px;
}

.portfolio-details-img-left {
    margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .portfolio-details-img-left {
        margin-right: 0px;
    }
}

.portfolio-details-img-right {
    padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-details-img-right {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .portfolio-details-img-right {
        padding-left: 0px;
    }
}

.portfolio-details-img-right .portfolio-details-single-img {
    border-radius: 5px;
}

.portfolio-details-single-img {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-details-single-img {
        margin-bottom: 20px;
    }
}

.portfolio-details-single-img img {
    width: 100%;
}

.p-sidebar-widget {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 25px 30px;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 20px;
    max-width: 500px;
}

.ps-widget-meta {
    margin-bottom: 35px;
}

.ps-widget-meta h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.used-tools li {
    margin: 0px 3px;
    display: inline-block;
}

.used-tools li a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
}

.used-tools .ps {
    background: rgb(68, 102, 214);
}

.used-tools .ai {
    background: rgb(225, 142, 0);
}

.used-tools .xd {
    background: rgb(170, 40, 148);
}

.widget-meta-dt li {
    display: inline-block;
    position: relative;
    margin: 0px 15px;
}

.widget-meta-dt li:first-child {
    margin-left: 0px;
}

.widget-meta-dt li:last-child {
    margin-right: 0px;
}

.widget-meta-dt li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: rgb(233, 233, 233);
    top: 5px;
    right: -16px;
}

.widget-meta-dt li:last-child::after {
    display: none;
}

.clients-name {
    color: black;
    font-size: 15px;
}

.clients-name span {
    font-weight: 500;
}

.file-size {
    color: black;
}

.pd-hire-area::before {
    display: none;
}

.pd-hire-inner {
    padding: 85px 0px;
    background: rgb(244, 241, 255);
}

.pd-hire-btn .grb-btn {
    color: rgb(255, 255, 255) !important;
}

.related-shots-inner > h3 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 44px;
}

@media (max-width: 767px) {
    .related-shots-inner > h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .portfolio-area-slide {
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

.portfolio-slide-single {
    overflow: hidden;
    width: 370px;
    height: 480px;
    border-radius: 10px;
    margin-right: 30px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .portfolio-slide-single {
        width: 350px;
        height: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-slide-single {
        width: 290px;
        height: 376px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slide-single {
        width: 330px;
        height: 425px;
    }
}

@media (max-width: 767px) {
    .portfolio-slide-single {
        width: 100%;
        height: 100%;
    }
}

.portfolio-slide-single::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    top: 100%;
    left: 0px;
    transition: all 0.3s ease-out 0s;
}

.portfolio-slide-single:hover::before {
    top: 0px;
}

.portfolio-slide-single:hover .portfolio-slide-single-content {
    top: 0px;
}

.portfolio-slide-single-content {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    transition: all 0.5s ease-out 0s;
}

.cbg-shape {
    position: absolute;
    top: -20px;
    left: -45px;
    z-index: -1;
}

.cbg-shape img {
    max-width: inherit;
}

.portfolio-slide-inner {
    position: relative;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.icon-link a {
    display: inline-block;
    font-size: 18px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    margin-bottom: 25px;
    color: black;
    font-weight: 700;
}

.portfolio-slide-single-text span {
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: inline-block;
}

.portfolio-slide-single-text h5 {
    font-size: 18px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

.portfolio-slide-single-text h5 a:hover {
    opacity: 0.7;
}

.portfolio-active .swiper-button-prev, .portfolio-active .swiper-button-next {
    font-size: 20px;
    color: rgb(109, 109, 109);
    height: 48px;
    width: 54px;
    text-align: center;
    line-height: 46px;
    background: rgb(242, 242, 242);
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0px 5px;
}

.portfolio-active .swiper-button-prev {
    border-radius: 55% 45% 45% 55% / 50%;
}

.portfolio-active .swiper-button-prev:hover {
    background: #FD712C;
    box-shadow: rgba(16, 0, 71, 0.1) 0px -7px 15px;
    color: rgb(255, 255, 255);
}

.portfolio-active .swiper-button-next {
    border-radius: 45% 55% 55% 45% / 50%;
}

.portfolio-active .swiper-button-next:hover {
    background: #FD712C;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 7px 15px;
    color: rgb(255, 255, 255);
}

.portfolio-active .swiper-button-prev::after, .portfolio-active .swiper-button-next::after {
    display: none;
}

.portfolio-nav {
    display: inline-block;
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 62px;
}

.portfolio-container {
    max-width: calc((100% - 1170px) / 2 + 1170px);
    margin-left: auto;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .portfolio-container {
        max-width: calc((100% - 1110px) / 2 + 1110px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-container {
        max-width: calc((100% - 930px) / 2 + 930px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-container {
        max-width: calc((100% - 690px) / 2 + 690px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-container {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .portfolio-container {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
}

.portfolio-slide-nav .swiper-button-prev, .portfolio-slide-nav .swiper-button-next {
    font-size: 30px;
    color: black;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;
    background: #FD712C;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    margin: 0px 5px;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
}

.portfolio-slide-nav .swiper-button-prev.swiper-button-disabled, .portfolio-slide-nav .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.portfolio-slide-nav {
    display: block;
}

.portfolio-slide-nav .swiper-button-prev:hover {
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.portfolio-slide-nav .swiper-button-next:hover {
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.portfolio-slide-nav .swiper-button-prev::after, .portfolio-slide-nav .swiper-button-next::after {
    display: none;
}

.swipper-nav-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -35px;
    background: rgb(0, 0, 0);
    height: 60px;
    width: 60px;
}

@media (max-width: 767px) {
    .swipper-nav-arrow {
        position: static;
        transform: none;
    }
}

.swipper-nav-arrow.swiper-button-next {
    left: auto;
    right: -35px;
}

@media (max-width: 767px) {
    .team-area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.team-member {
    max-width: 400px;
}

@media (max-width: 767px) {
    .team-member {
        margin: 0px auto 40px;
    }
}

.team-member:hover .member-img::before {
    height: 100%;
}

.team-member:hover .member-name h5 {
    color: rgb(255, 255, 255);
}

.team-member:hover .member-name span {
    color: rgb(255, 255, 255);
}

.team-member:hover .member-name-bg img:first-child {
    display: none;
}

.team-member:hover .member-name-bg img:last-child {
    display: block;
}

.team-member.st-2 {
    max-width: 330px;
}

.team-member.st-2:hover .member-name h5 {
    color: black;
}

.team-member.st-2:hover .member-name span {
    color: rgb(143, 152, 168);
}

.team-member.st-2 .member-img {
    border-radius: 135px;
}

.team-member.st-2 .member-img::before {
    position: absolute;
    content: url("../img/shape/team-s1.png");
    background: none;
    z-index: 2;
    left: -65px;
    top: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .team-member.st-2 .member-img::before {
        display: none;
    }
}

.team-member.st-2 .member-img::after {
    position: absolute;
    content: url("../img/shape/team-s2.png");
    background: none;
    z-index: 1;
    left: -155px;
    top: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .team-member.st-2 .member-img::after {
        display: none;
    }
}

.team-member.st-2 .member-img:hover::before {
    top: 60%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-member.st-2 .member-img:hover::before {
        top: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-member.st-2 .member-img:hover::before {
        left: -20px;
        top: 69%;
    }
}

.team-member.st-2 .member-img:hover::after {
    top: 56%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-member.st-2 .member-img:hover::after {
        top: 46%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-member.st-2 .member-img:hover::after {
        left: -120px;
        top: 63%;
    }
}

.team-member.st-2 .member-img:hover .member-social.st-2 {
    bottom: 87px;
}

.team-member.st-2 .member-name {
    margin-top: -5px;
    background: none;
    text-align: center;
}

.team-member.st-2 .member-name h5 a:hover {
    color: #FD712C;
}

.team-member.st-2 .member-name.st-2 {
    background: none;
}

.team-member.st-3 {
    border-radius: 10px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    max-width: 330px;
}

@media (max-width: 767px) {
    .team-member.st-3 {
        box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 20px;
        margin: 0px auto 40px;
    }
}

@media (max-width: 767px) {
    .team-member.st-3 .member-social-icons.st-3 {
        opacity: 1;
        visibility: visible;
    }
}

.team-member.st-3:hover {
    box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 20px;
}

.team-member.st-3:hover .member-img-bg {
    transform: rotate(30deg);
}

.team-member.st-3:hover .member-name h5 a {
    color: black;
}

.team-member.st-3:hover .member-name span {
    color: rgb(143, 152, 168);
}

.team-member.st-3:hover .member-social-icons.st-3 {
    opacity: 1;
    visibility: visible;
}

.team-member.st-3 .member-name {
    background: none;
}

.member-social.st-2 {
    top: auto;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0px;
    border: 0px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.member-social.st-2:hover .member-social-icons {
    transform: none;
}

.member-social.st-2 .member-social-icons {
    opacity: 1;
    visibility: visible;
    transform: none;
    padding-bottom: 0px;
}

.member-social.st-2 .member-social-icons li {
    display: inline-block;
    margin: 0px 3px;
}

.member-social.st-2 .member-social-icons li a:hover {
    color: #FD712C;
}

.member-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.member-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    bottom: 0px;
    background: black;
    opacity: 0.4;
    transition: all 0.3s ease-out 0s;
}

.member-img img {
    width: 100%;
}

.member-img.st-3 {
    padding-bottom: 20px;
    position: absolute;
    bottom: 165px;
    width: 100%;
}

.member-img.st-3::before {
    background: none;
}

.member-img-bg {
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 8px;
    right: 2px;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .member-img-bg {
        top: 2px;
        left: 12px;
        right: 5px;
    }
}

.member-name {
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    padding: 26px 25px 20px;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    width: 220px;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-name {
        padding: 26px 14px 20px;
        width: 200px;
    }
}

.member-name h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.member-name h5:hover a {
    opacity: 0.8;
}

.member-name span {
    font-size: 15px;
    font-weight: 400;
}

.member-name-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.member-name-bg img {
    max-width: inherit;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-name-bg img {
        width: 200px;
    }
}

.member-name-bg img:last-child {
    display: none;
}

.member-name.st-3 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: none;
    padding: 200px 0px 30px;
    border-radius: 0px;
    position: static;
    text-align: center;
    margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-name.st-3 {
        padding: 150px 0px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .member-name.st-3 {
        padding: 240px 0px 30px;
        margin-top: 125px;
    }
}

@media (max-width: 767px) {
    .member-name.st-3 {
        margin-top: 165px;
    }
}

.member-name.st-3 h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.member-name.st-3 h5:hover a {
    color: black;
}

.member-social {
    position: absolute;
    top: -31px;
    left: 22px;
    color: rgb(255, 255, 255);
    height: 39px;
    width: 39px;
    background: #FD712C;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .member-social {
        left: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .member-social {
        line-height: 36px;
    }
}

.member-social:hover .member-social-icons {
    transform: translateY(-87%);
    opacity: 1;
    visibility: visible;
}

.member-social > i {
    font-size: 16px;
}

.member-social-icons {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(-40%) scale(0);
    transition: all 0.3s ease-out 0s;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
    .member-social-icons {
        padding-bottom: 30px;
    }
}

.member-social-icons li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: rgb(182, 186, 194);
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .member-social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.member-social-icons li a:hover {
    color: #FD712C;
}

.member-social-icons.st-3 {
    position: static;
    transform: none;
    padding-bottom: 0px;
    margin-top: 27px;
    transition: all 0.5s ease-out 0s;
}

.member-social-icons.st-3 li {
    display: inline-block;
    margin: 0px 4px;
}

.member-social-icons.st-3 li a {
    width: 35px;
    height: 35px;
    border: 1px solid rgb(143, 152, 168);
    text-align: center;
    line-height: 33px;
    color: rgb(182, 186, 194);
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .member-social-icons.st-3 li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.member-social-icons.st-3 li a:hover {
    color: black;
    background: #FD712C;
    border-color: #FD712C;
}

.team-p-members .member-social-icons {
    display: block;
}

.team-right {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .team-right {
        margin-top: 0px;
        float: left;
        margin-bottom: 40px;
    }
}

.team-right .grb-btn {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .team-description-area {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .team-description-img {
        margin-bottom: 75px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .team-description-content .section-title h2 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-description-content .section-title h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .blog-area {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.blog-area .grb-btn {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .blog-area-2 {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .blog-area-3 {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .blog-right {
        float: none;
    }
}

.blog-single {
    background: rgb(255, 255, 255);
    /* padding: 20px; */
    box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 20px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-single:hover .blog-img img {
    transform: scale(1.1);
}

.blog-single.st-2 {
    background: rgb(255, 255, 255);
    padding: 0px;
    box-shadow: none;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .blog-single.st-2 {
        box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 20px;
    }
}

.blog-single.st-2:hover {
    box-shadow: rgba(16, 0, 71, 0.1) 0px 10px 20px;
}

.blog-single.st-2:hover .blog-img img {
    transform: scale(1.1);
}

.blog-single.st-2 .blog-img {
    margin-bottom: 15px;
    overflow: hidden;
}

.blog-single.st-2 .blog-img img {
    transition: all 1s ease-out 0s;
}

@media (max-width: 767px) {
    .blog-single.st-2 .blog-meta {
        padding-left: 0px;
        margin-top: 10px;
        display: inline-block;
    }
}

.blog-img {
    border-radius: 20px;
    /* margin-bottom: 18px; */
    overflow: hidden;
    b: 0;
}

.blog-img img {
    width: 100%;
    transition: all 1s ease-out 0s;
    z-index: 0;
}

.blog-content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #1e1e1e !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-content h4 {
        font-size: 17px;
        line-height: 24px;
    }
}

.blog-content h4 a:hover {
    color: #FD712C;
}

.blog-content p {
    /* margin-bottom: 33px; */
}

.blog-content.st-2 {
    padding: 0px 20px 20px;
}

.blog-content.st-2 h4 {
    color: rgb(143, 152, 168);
    margin-top: 22px;
    margin-bottom: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-content.st-2 h4 {
        font-size: 17px;
        line-height: 24px;
    }
}

.blog-content.st-2 h4 a:hover {
    color: black;
}

.blog-content.st-2 p {
    margin-bottom: 33px;
}

.blog-content.st-2 .read-btn {
    color: #FD712C;
}

.read-btn {
    font-weight: 700;
    font-size: 15px;
    color: black;
    display: inline-block;
    margin-bottom: 5px;
}

.read-btn:hover {
    color: #FD712C;
}

.blog-date {
    width: 112px;
    /* height: 71px; */
    background: #FD712C;
    border-radius: 0px 10px;
    text-align: center;
    padding: 3px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
}

.blog-date i {
    display: block;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.blog-date span {
    font-size: 13px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: 3px;
}

.blog-date p {
    font-size: 13px;
    font-weight: 400;
    color: rgb(255, 255, 255) !important;
    line-height: 1;
}

.blog-date-shape {
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 0px;
}

.blog-date.st-2 {
    width: 70px;
    height: 70px;
    background: #FD712C;
    border-radius: 3px;
    padding: 12px 0px;
    top: 203px;
    right: auto;
    left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-date.st-2 {
        top: 120px;
    }
}

@media (max-width: 767px) {
    .blog-date.st-2 {
        top: 0px;
        left: 0px;
    }
}

.blog-date.st-2 i {
    display: none;
}

.blog-date.st-2 span {
    font-size: 20px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: 3px;
}

.blog-date.st-2 p {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-meta {
        padding-left: 0px;
    }
}

.blog-meta li {
    margin-right: 30px;
    display: inline-block;
}

.blog-meta li:last-child {
    margin-right: 0px;
}

.blog-meta li i {
    font-size: 13px;
    color: #FD712C;
    margin-right: 5px;
}

.blog-meta li span {
    font-size: 15px;
    font-weight: 400;
}

.blog-meta li span:hover {
    color: black;
}

.blog-meta li span.author {
    font-weight: 500;
}

@media (max-width: 767px) {
    .blog-main-area {
        padding-top: 90px;
    }
}

.blog-date.bms-date {
    position: static;
    border-radius: 3px;
    height: 100px;
    width: 100px;
    margin-right: 30px;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-date.bms-date {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-date.bms-date {
        width: 95px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .blog-date.bms-date {
        display: none;
    }
}

.blog-date.bms-date i {
    font-size: 22px;
    font-weight: 700;
}

.blog-date.bms-date span {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.blog-date.bms-date p {
    font-size: 15px;
    font-weight: 500;
}

.bms-title {
    overflow: hidden;
}

.bms-title h4 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bms-title h4 {
        font-size: 22px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bms-title h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .bms-title h4 {
        font-size: 18px;
        line-height: 28px;
    }
}

.bms-title h4 a:hover {
    color: #FD712C;
}

.bm-details .bms-title h4 {
    font-size: 36px;
    line-height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bm-details .bms-title h4 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .bm-details .bms-title h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bm-details .bms-title h4 {
        font-size: 24px;
    }
}

.bms-btn .grb-border-btn {
    font-weight: 500;
    border-width: 1px;
    height: 45px;
    line-height: 43px;
    padding: 0px 24px;
    border-radius: 3px;
}

.bms-btn .grb-border-btn:hover {
    color: rgb(255, 255, 255);
    border-color: #FD712C;
    background: #FD712C;
}

.project-like-view.bms-lv {
    overflow: hidden;
    margin-bottom: 10px;
}

.project-like-view.bms-lv li {
    margin: 0px 20px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .project-like-view.bms-lv li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-like-view.bms-lv li {
        margin-left: 0px;
        margin-right: 25px;
        margin-bottom: 0px;
    }
}

.project-like-view.bms-lv li:first-child {
    margin-left: 0px;
}

.project-like-view.bms-lv li a {
    color: rgb(154, 154, 154);
}

.project-like-view.bms-lv li i {
    color: #FD712C;
    font-weight: 700;
}

.bs-widget {
    border: 1px solid rgb(232, 232, 232);
    padding: 25px 30px;
    max-width: 585px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .bs-widget {
        padding: 25px 20px;
    }
}

.sidebar-search {
    padding: 30px;
    background: rgb(239, 239, 239);
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .sidebar-search {
        padding: 20px;
    }
}

.sidebar-search .search-form {
    margin-top: 0px;
}

.bs-widget.sidebar-search {
    border: 0px;
}

.search-input-field.bss {
    width: 100%;
}

.search-input-field.bss input {
    background: rgb(255, 255, 255);
    padding: 0px 130px 0px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .search-input-field.bss input {
        padding: 0px 105px 0px 15px;
    }
}

.search-input-field.bss button {
    border-radius: 3px;
    padding: 0px 20px;
    background: #FD712C;
    color: rgb(255, 255, 255);
    right: 0px;
    overflow: hidden;
}

.search-input-field.bss button i {
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .search-input-field.bss button i {
        display: none;
    }
}

.search-input-field.bss button::before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    opacity: 0;
}

.search-input-field.bss button:hover::before {
    left: 120%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0.25;
}

.bs-widget-title h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.bs-category-list {
    overflow: hidden;
}

.bs-category-list li {
    margin-bottom: 18px;
}

.bs-category-list li:last-child {
    margin-bottom: 0px;
}

.bs-category-list li a {
    display: flex;
    justify-content: space-between;
}

.bs-category-list li a:hover p {
    color: #FD712C;
    margin-left: 17px;
}

.bs-category-list li a:hover span {
    color: #FD712C;
}

.bs-category-list li p {
    font-size: 16px;
    font-weight: 400;
    color: black;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.bs-category-list li p::before {
    position: absolute;
    content:'';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #FD712C;
    top: 0px;
    left: -17px;
}

.bs-category-list li span {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.bs-post li {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bs-post li {
        margin-bottom: 20px;
    }
}

.bs-post li:last-child {
    margin-bottom: 0px;
}

.bs-post-single {
    overflow: hidden;
}

.bs-post-img {
    width: 90px;
    height: 70px;
    margin-right: 15px;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .bs-post-img {
        width: 80px;
        margin-right: 12px;
    }
}

.bs-post-content {
    overflow: hidden;
}

.bs-post-content h6 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.bs-post-content h6 a:hover {
    color: #FD712C;
}

.bs-post-content span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(141, 141, 141);
    line-height: 1;
}

.bs-widget.widget-tag {
    padding-bottom: 15px;
}

.bs-tags li {
    display: inline-block;
}

.grb-tag {
    border: 1px solid rgb(232, 232, 232);
    padding: 0px 17px;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
    line-height: 33px;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
    border-radius: 2px;
    transition: all 0.3s ease-out 0s;
}

.grb-tag:hover {
    color: rgb(255, 255, 255);
    background: #FD712C;
    border-color: #FD712C;
}

.bs-widget.bs-ad-container {
    border: 0px;
    padding: 0px;
}

.bs-ad-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(17, 0, 75);
    opacity: 0.8;
}

.bs-ad-inner-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-ad-inner-text {
    text-align: center;
}

.bs-ad-inner-text p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 28px;
}

.bs-ad-inner-text p span {
    font-weight: 700;
}

.bs-ad-inner-text > span {
    font-size: 32px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-top: 27px;
    display: inline-block;
    line-height: 1;
}

.bm-details .bms-date {
    display: none;
}

.project-like-view.bm-details {
    margin-top: 10px;
    margin-bottom: 25px;
}

.project-like-view.bm-details li {
    font-size: 15px;
    font-weight: 400;
    color: rgb(154, 154, 154);
    margin-right: 20px;
}

.bm-details-quote {
    background: rgb(249, 248, 255);
    border-radius: 10px;
    padding: 48px 100px;
    margin: 40px 0px;
}

@media (max-width: 767px) {
    .bm-details-quote {
        padding: 30px;
    }
}

.bm-details-quote p {
    font-size: 20px;
    line-height: 30px;
    color: black;
    font-style: italic;
}

@media (max-width: 767px) {
    .bm-details-quote p {
        font-size: 18px;
    }
}

.bm-details-quote h4 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1;
    padding-left: 100px;
    position: relative;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .bm-details-quote h4 {
        padding-left: 80px;
        font-size: 18px;
    }
}

.bm-details-quote h4::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #FD712C;
    top: 10px;
    left: 0px;
}

.bm-details-quote-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

@media (max-width: 767px) {
    .bm-details-quote-icon {
        display: none;
    }
}

.bm-details-quote-icon i {
    font-size: 50px;
    color: #FD712C;
}

.i-q-1 {
    position: absolute;
    top: 30px;
    left: 20px;
}

.i-q-2 {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.bms-content hr {
    border-color: rgb(112, 112, 112);
}

.bms-tags span {
    font-size: 15px;
    font-weight: 500;
    color: black;
    margin-right: 5px;
}

.bms-tags a:hover {
    color: black;
}

@media (max-width: 767px) {
    .bms-share {
        float: none;
        margin-top: 30px;
    }
}

.bms-share span {
    margin-right: 5px;
    font-weight: 500;
    color: black;
}

.bms-share span i {
    margin-right: 10px;
}

.bms-social {
    display: inline-block;
}

.bms-social ul li {
    display: inline-block;
}

.bms-social ul li:last-child {
    margin-right: 0px;
}

.bms-social ul li a {
    color: rgb(182, 186, 194);
    font-size: 16px;
    height: 18px;
    width: 18px;
    display: inline-block;
    background: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    box-shadow: none;
}

.bms-social ul li a:hover {
    color: black;
    background: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .article-nav-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.article-nav-content span {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
}

.article-nav-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.article-nav-content h6 a:hover {
    color: #FD712C;
}

.article-nav-content.next-article {
    text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .article-nav-content.next-article {
        margin-top: 30px;
        text-align: left;
        padding-left: 0px;
    }
}

.post-comment-title h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.latest-comments li.children {
    margin-left: 95px;
}

@media (max-width: 767px) {
    .latest-comments li.children {
        margin-left: 0px;
    }
}

.comments-avatar {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 25px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .comments-avatar {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
}

.comments-text {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.comments-text p {
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 400;
}

.avatar-name {
    margin-bottom: 23px;
    overflow: hidden;
    position: relative;
}

.avatar-name h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.avatar-name span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.post-time {
    position: relative;
    padding-left: 12px;
}

.post-time::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: rgb(191, 191, 191);
    left: 0px;
    top: 3px;
}

.comment-reply {
    font-weight: 400;
    font-size: 16px;
}

.comment-reply i {
    padding-right: 8px;
    font-size: 18px;
    color: #FD712C;
}

.post-comment-form h4 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 27px;
}

.post-input input, .post-input textarea {
    border: 1px solid rgb(242, 242, 242);
    width: 100%;
}

.post-input input {
    height: 50px;
    padding: 0px 20px;
    margin-bottom: 30px;
}

.post-input textarea {
    padding: 15px 20px;
    margin-bottom: 25px;
    resize: none;
    height: 160px;
}

.grb-btn.comment-btn {
    padding: 0px 35px;
    border: none;
}

.blog-post-img {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-post-img {
        height: 135px;
        width: 135px;
        margin-right: 25px;
    }
}

@media (max-width: 575px) {
    .blog-post-img {
        float: none;
        margin-bottom: 30px;
    }
}

.blog-post-content {
    overflow: hidden;
}

.blog-post-content span {
    font-size: 14px;
    font-weight: 500;
}

.blog-post-content h4 {
    font-size: 20px;
    line-height: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-post-content h4 {
        font-size: 18px;
    }
}

.blog-post-heading {
    margin-top: 24px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-post-heading {
        margin-top: 18px;
        margin-bottom: 17px;
    }
}

.blog-post-heading a:hover {
    color: #FD712C;
}

.blog-category {
    margin-right: 30px;
    display: inline-block;
}

.blog-category-st {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    width: 150px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #FD712C;
    border-radius: 3px;
    display: inline-block;
}

.bcb-1 {
    background: #FD712C;
}

.bcb-2 {
    background: #FD712C;
}

.bcb-3 {
    background: rgb(2, 197, 74);
}

.bcb-4 {
    background: rgb(0, 138, 209);
}

.hire-area {
    padding-top: 185px;
    padding-bottom: 185px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hire-area {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.hire-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(1, 0, 30);
    opacity: 0.75;
}

.hire-area.pd-hire-area {
    padding-top: 0px;
    padding-bottom: 115px;
}

@media (max-width: 767px) {
    .hire-area.pd-hire-area {
        padding-bottom: 60px;
    }
}

.hire-content {
    padding: 0px 20px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hire-content {
        padding: 0px 60px;
    }
}

@media (max-width: 767px) {
    .hire-content {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hire-content .section-title {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .hire-content .section-title h2 {
        font-size: 23px;
    }
}

.hire-btn .grb-btn {
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
}

@media (max-width: 767px) {
    .contact-area {
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

.contact-heading {
    margin-bottom: 46px;
}

.contact-heading h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1;
}

.contact-address-list li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-list-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 3px;
    background: rgb(245, 242, 255);
    margin-right: 30px;
}

.contact-list-icon i {
    font-size: 30px;
    line-height: 70px;
    color: #FD712C;
}

.contact-list-icon.st-3 {
    background: rgb(255, 251, 238);
}

.contact-list-icon.st-3 i {
    color: #FD712C;
}

.contact-list-text span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: black;
    display: block;
}

.contact-form input ,.contact-form select {
    background: rgb(248, 248, 248);
    /*color: black;*/
    height: 60px;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid transparent;
}

.contact-form select:focus-visible {
    outline: 0;
}

.contact-form input:focus {
    border-color: #FD712C;
}

.contact-form textarea {
    background: rgb(248, 248, 248);
    padding: 20px;
    width: 100%;
    resize: none;
    font-size: 16px;
    line-height: 26px;
    height: 285px;
    border: 1px solid transparent;
}

.contact-form textarea:focus {
    border-color: #FD712C;
}

.contact-form button {
    color: rgb(255, 255, 255);
    padding: 0px 35px;
    height: 60px;
    line-height: 60px;
    background: #FD712C;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border: 0px;
    position: relative;
    overflow: hidden;
}

.contact-form button i {
    margin-right: 10px;
}

.contact-form button::before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    opacity: 0;
}

.contact-form button:hover::before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0.25;
}

.contact-map-area {
    height: 620px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map-area {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .contact-map-area {
        height: 400px;
    }
}

.contact-map-area iframe {
    height: 100%;
    width: 100%;
}

.features-area {
    padding: 10px 0px;
}

.features-icon {
    float: left;
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-icon {
        margin-right: 20px;
    }
}

.features-icon i {
    font-size: 42px;
    color: black;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-icon i {
        font-size: 40px;
    }
}

.features-text {
    overflow: hidden;
}

.features-text span {
    font-size: 18px;
    color: black;
    font-weight: 700;
    display: block;
    line-height: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-text span {
        font-size: 16px;
    }
}

.page-title-area {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    background: linear-gradient(135deg, #ffe1c9ab, #fdc8a6bf, #fd712c33);
}


.page-title-heading h1 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-title-heading h1 {
        font-size: 36px;
    }
}

.grb-breadcrumb {
    position: absolute;
    z-index: 5;
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: inline-block;
}

.breadcrumb {
    background: rgb(255, 255, 255);
    padding: 19px 5px;
    margin-bottom: 0px;
    box-shadow: rgba(16, 0, 71, 0.1) 0px 5px 10px;
    display: inline-flex;
}

.breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FD712C;
    padding: 0px 25px;
}

.breadcrumb-item a:hover {
    color: black;
}

.breadcrumb-item.active {
    color: black;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0px;
    content: "";
    width: 2px;
    height: 20px;
    background: #FD712C;
    margin-right: 25px;
    margin-top: 1px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px;
}

.grb-accordion .accordion-button.collapsed::after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #FD712C;
    background-image: none;
    width: auto;
    height: auto;
    font-weight: 400;
}

.grb-accordion .accordion-button::after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #FD712C;
    background-image: none;
    width: auto;
    height: auto;
    font-weight: 400;
}

.grb-accordion .accordion-item {
    background-color: rgb(255, 255, 255);
    border-color: #fd712c1f;
}

.grb-accordion .accordion-button {
    font-size: 15px;
    font-weight: 700;
    color: black;
    padding: 0px 20px;
    height: 60px;
    line-height: 25px;
}

.grb-accordion .accordion-button:not(.collapsed) {
    color: black;
    background-color: #fd712c0a;
    box-shadow: none;
    border: 1px solid rgb(242, 242, 242);
}

.grb-accordion .accordion-button:focus {
    border: 1px solid rgb(242, 242, 242);
    box-shadow: none;
    background: none;
}

.grb-accordion .accordion-body {
    padding: 20px;
    color: #797e88;
}

.grb-accordion .accordion-item:first-of-type .accordion-button, .grb-accordion .accordion-item:last-of-type .accordion-button {
    border-radius: 0px;
}

.grb-accordion .accordion-item:first-of-type, .grb-accordion .accordion-item:last-of-type {
    border-radius: 0px;
}

@media (max-width: 767px) {
    .pricing-area {
        padding-top: 80px;
    }
}

.pricing-plans {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .pricing-plans {
        margin-top: 90px;
    }
}

.single-pricing {
    padding: 40px 20px;
    box-shadow: rgba(16, 0, 71, 0.07) 0px 20px 30px;
    transition: all 0.5s ease-out 0s;
}

.single-pricing.active, .single-pricing:hover {
    background: #FD712C;
}

.single-pricing.active .pricing-title h5, .single-pricing:hover .pricing-title h5 {
    color: rgb(255, 255, 255);
}

.single-pricing.active .pricing-title span, .single-pricing:hover .pricing-title span {
    color: rgb(255, 255, 255);
}

.single-pricing.active .pricing-list li, .single-pricing:hover .pricing-list li {
    color: rgb(255, 255, 255);
}

.single-pricing.active .grb-border-btn, .single-pricing:hover .grb-border-btn {
    color: black;
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.pricing-title {
    text-align: center;
}

.pricing-title h5 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    transition: all 0.3s ease-out 0s;
}

.pricing-title span {
    font-size: 26px;
    font-weight: 700;
    color: #FD712C;
    line-height: 1;
    transition: all 0.3s ease-out 0s;
}

.pricing-list {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricing-list li {
    font-size: 15px;
    color: black;
    margin-bottom: 28px;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 767px) {
    .pricing-list li {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-list li {
        margin-bottom: 28px;
    }
}

.pricing-list li:last-child {
    margin-bottom: 0px;
}

.pricing-btn .grb-border-btn {
    font-weight: 500;
    padding: 0px 28px;
    border-width: 1px;
    border-radius: 3px;
}

.pricing-plans {
    position: relative;
}

.pricing-plans .nav-tabs {
    border: none;
    background: rgb(249, 248, 255);
    display: inline-block;
    position: absolute;
    top: -60px;
    right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-plans .nav-tabs {
        top: -120px;
    }
}

@media (max-width: 767px) {
    .pricing-plans .nav-tabs {
        top: -90px;
        left: 0px;
        right: auto;
    }
}

.pricing-plans .nav-item {
    display: inline-block;
}

.pricing-plans .nav-link {
    padding: 0px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    height: 50px;
    line-height: 50px;
    background: rgb(249, 248, 255);
    border-radius: 3px;
    border: none;
    min-width: 108px;
}

.pricing-plans .nav-link.active {
    background: #FD712C;
    color: rgb(255, 255, 255);
}

.coming-area {
    padding-top: 310px;
    padding-bottom: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .coming-area {
        padding-top: 260px;
        padding-bottom: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-area {
        padding-top: 220px;
        padding-bottom: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .coming-area {
        padding-top: 180px;
        padding-bottom: 160px;
    }
}

.coming-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.91;
}

.coming-inner {
    position: relative;
    z-index: 5;
}

.coming-inner h1 {
    font-size: 70px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-inner h1 {
        font-size: 64px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .coming-inner h1 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .coming-inner h1 {
        font-size: 36px;
    }
}

.coming-time {
    margin-bottom: 46px;
}

.coming-time li {
    display: inline-block;
    margin: 0px 30px;
}

@media (max-width: 767px) {
    .coming-time li {
        margin: 0px 20px 30px;
    }
}

.coming-time li:last-child span::after {
    display: none;
}

.coming-time li span {
    font-size: 30px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: rgb(57, 52, 94);
    display: inline-block;
    margin-bottom: 13px;
    position: relative;
}

@media (max-width: 767px) {
    .coming-time li span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 26px;
    }
}

.coming-time li span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: rgb(39, 37, 54);
    right: -32px;
    top: 30px;
}

@media (max-width: 767px) {
    .coming-time li span::after {
        display: none;
    }
}

.coming-time li p {
    font-size: 16px;
    font-weight: 500;
    color: rgb(183, 180, 201);
}

.search-input-field.cms {
    width: 100%;
}

.search-input-field.cms input {
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 0px 180px 0px 30px;
    background: rgb(57, 52, 94);
    height: 70px;
    border-radius: 3px;
    width: 100%;
    border: 0px;
}

@media (max-width: 767px) {
    .search-input-field.cms input {
        height: 60px;
        padding: 0px 125px 0px 20px;
    }
}

.search-input-field.cms input::placeholder {
    color: rgb(183, 180, 201);
    opacity: 1;
}

.search-input-field.cms button {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0px;
    padding: 0px 35px;
    background: #FD712C;
    text-transform: uppercase;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .search-input-field.cms button {
        height: 60px;
        padding: 0px 25px;
        line-height: 60px;
    }
}

.search-input-field.cms button i {
    margin-right: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .search-input-field.cms button i {
        display: none;
    }
}

.search-input-field.cms button::before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    opacity: 0;
}

.search-input-field.cms button:hover::before {
    left: 120%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0.25;
}

.nav-search {
    position: relative;
    display: block;
    color: inherit;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 900;
    background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: 0.3s ease 0s 1 normal none running slideInUp;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    padding: 0px 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-color: rgb(137, 137, 137);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0px;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control, .search-wrap input.form-control:focus {
    background-color: rgb(255, 255, 255);
}

input.main-search-input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 767px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.footer-area {
    background: #fffaf8;
}

@media (max-width: 767px) {
    .footer-area {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .srv-m {
        margin-left: -40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cat-m {
        margin-left: 30px;
    }
}

.footer-widget p {
    color: rgb(133, 133, 133);
    line-height: 26px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .fw3 {
        margin-left: -15px;
    }
}

.footer-widget-title h4 {
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.footer-list li {
    color: rgb(133, 133, 133);
    font-weight: 400;
    margin-bottom: 12px;
}

.footer-list li a:hover {
    color: rgb(253 113 44);
}

.footer-list.st-2 li {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-list.st-3 li {
    position: relative;
    overflow: hidden;
}

.footer-list.st-3 li:hover a {
    padding-left: 24px;
}

.footer-list.st-3 li:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0px;
}

.footer-list.st-3 li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #FD712C;
    border-radius: 50%;
    left: -10px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.question-area {
    margin-bottom: 25px;
}

.footer-logo {
    /* margin-bottom: 22px; */
    display: flex;
    justify-content: center;
}

.footer-logo.st-3 a {
    width: 194px;
    height: 194px;
    text-align: center;
    line-height: 194px;
    background: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.footer-shape-st-3 {
    position: absolute;
    top: -100px;
    left: -160px;
}

@media (max-width: 767px) {
    .footer-shape-st-3 {
        display: none;
    }
}

.footer-shape-st-3 img {
    max-width: inherit;
}

.question-icon {
    float: left;
    width: 65px;
}

.question-icon i {
    font-size: 50px;
    color: rgb(255, 255, 255);
    line-height: 1;
}

.question-text {
    overflow: hidden;
}

.question-text p {
    font-weight: 400;
    color: rgb(133, 133, 133);
}

.question-text span {
    color: rgb(253 113 44);
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px;
    display: inline-block;
}

.footer-address {
    margin-bottom: 25px;
}

.footer-address h5 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 3px;
}

.footer-address p {
    color: rgb(253 113 44);
}

.grb__social.footer-social li {
    margin: 0px 2px;
}

.grb__social.footer-social li:first-child {
    margin-left: 0px;
}

.grb__social.footer-social li a {
    width: 30px;
    height: 30px;
    color: rgb(255, 255, 255);
    background: #FD712C;
    line-height: 30px;
    border-radius: 3px;
}

.grb__social.footer-social-2 {
    margin-top: 45px;
}

.grb__social.footer-social-2 li {
    margin: 0px 5px;
}

.grb__social.footer-social-2 li:first-child {
    margin-left: 0px;
}

.grb__social.footer-social-2 li a {
    width: 35px;
    height: 35px;
    color: rgb(255, 255, 255);
    background: #FD712C;
    line-height: 35px;
    border-radius: 50%;
}

.grb__social.footer-social-2 li a:hover {
    color: #FD712C;
    background: rgb(255, 255, 255);
}

.worktime-list li {
    margin-bottom: 20px;
}

.worktime-list li h5 {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.worktime-list li h5 span {
    color: rgb(255, 82, 17);
}

.worktime-list li span {
    color: rgb(133, 133, 133);
    font-weight: 400;
}

.copyright-area {
    background: #fd712c;
    padding: 2px 0;
    color: white !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .copyright-area {
        padding: 10px 0px;
    }
}

.copyright-area.st-2 {
    border-top: 1px solid rgb(52, 52, 52);
    background: black;
    padding: 37px 0px;
}

.copyright-logo {
    background: #FD712C;
    text-align: center;
    line-height: 70px;
}

.logo-shape {
    position: relative;
}

.logo-shape::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 45px;
    background: #FD712C;
    clip-path: polygon(100% 0px, 100% 100%, 0px 100%);
    top: -44px;
    left: 0px;
}

.logo-shape::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 45px;
    background: rgb(195 132 13);
    clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
    top: -45px;
    right: -35px;
}

@media (max-width: 767px) {
    .copyright-text {
        text-align: center;
        margin-bottom: 0;
    }
}

.copyright-text p {
    color: black;
}

.copyright-text p a:hover {
    color: #FD712C;
}

.copyright-text.st-2 p {
    color: rgb(255, 255, 255);
}

.copyright-text.st-2 p a:hover {
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

@media (max-width: 767px) {
    .copyright-list {
        text-align: center;
        float: none;
        padding: 5px 0 !important;
        height: auto !important;
    }
}

.copyright-list li {
    display: inline-block;
    line-height: 14px;
    border-left: 1px solid rgb(187, 187, 187);
    padding-left: 18px;
    margin-left: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .copyright-list li {
        padding-left: 13px;
        margin-left: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright-list li {
        padding-left: 10px;
        margin-left: 6px;
    }
}

@media (max-width: 767px) {
    .copyright-list li {
        margin-bottom: 10px;
    }
}

.copyright-list li:first-child {
    padding-left: 0px;
    margin-left: 0px;
    border: 0px;
}

.copyright-list li a {
    color: black;
}

.copyright-list li a:hover {
    color: #FD712C;
}

.copyright-list.st-2 li {
    border-left: 1px solid rgb(49, 49, 49);
}

.copyright-list.st-2 li:first-child {
    border-left: 0px;
}

.copyright-list.st-2 li a {
    color: rgb(255, 255, 255);
}

.copyright-list.st-2 li a:hover {
    opacity: 0.7;
}

.inner-sticky.s {
    margin: 50px 0px;
}

.inner-sticky.s.career > .container .col-12 > ul {
    display: flex;
    border-bottom: 1px solid rgb(191, 191, 191);
}

.inner-sticky.s ul li {
    flex: 1 1 auto;
    text-align: center;
    font-size: 18px;
}

.inner-sticky.s ul li a {
    display: block;
    color: rgb(191, 191, 191);
    padding: 15px 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.inner-sticky.s ul li:hover a {
    color: rgb(51, 51, 51);
    border-bottom: 2px solid rgb(51, 51, 51);
}

.inner-sticky.s .active a {
    /*color: rgb(51, 51, 51);*/
    /*border-bottom: 2px solid rgb(51, 51, 51);*/
    margin-bottom: -0.7px;
}

main.stuck .inner-sticky.s {
    position: fixed;
    left: 0px;
    top: 49px;
    width: 100%;
    background: white;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 60px 0px;
    animation: 300ms ease-in-out 0s 1 normal none running fadeInDown;
}

.main-menu ul li a span {
    position: absolute;
    bottom: 15px;
    left: -10px;
    text-align: center;
    background: #FD712C;
    color: rgb(255, 255, 255);
    font-size: 12px;
    width: 90px;
    border-radius: 5px;
}

.p-justify p {
    text-align: justify;
}

.fa-quote-right::before {
    color: white;
}

.main_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px;
}

.search_container {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.search_container input {
    background-color: rgb(235, 236, 240);
    border: 1px solid rgb(223, 224, 228);
    border-radius: 3px;
    color: rgb(85, 86, 89);
    display: block;
    height: 38px;
    letter-spacing: 1px;
    padding-left: 10px;
    text-transform: uppercase;
    width: 100%;
}

.filter_container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    min-width: 100%;
    padding-top: 25px;
    width: 100%;
}

.filter_container .filter_text {
    color: rgb(128, 128, 128);
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-right: 20px;
    text-transform: uppercase;
}

.filter_option_container {
    position: relative;
}

.filter_option {
    background-color: rgb(235, 236, 240);
    border: 1px solid rgb(223, 224, 228);
    border-radius: 3px;
    color: rgb(85, 86, 89);
    height: 30px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-top: -4px;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 15px;
    text-transform: uppercase;
    user-select: none;
}

.arrow_head {
    height: 16px;
    width: 14px;
}

.dropdown_container {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(226, 226, 226);
    border-radius: 3px;
    min-width: 140px;
    padding: 10px 0px;
    position: absolute;
    z-index: 10;
}

.dropdown_container .dropdown_option {
    font-size: 14px;
    padding: 3px 10px;
    white-space: nowrap;
}

.dropdown_option:hover {
    background-color: rgb(226, 226, 226);
}

.loader_outer_container {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 760px;
    min-height: 600px;
    min-width: 760px;
}

.loader_outer_container .loader_container {
    height: 50px;
    width: 50px;
}

.jobs_listing_container2 {
    margin-bottom: 50px;
    max-width: 100%;
    min-width: 100%;
}

.min-h {
    min-height: 380px;
}

.jobs_listing_container2 .jobs_group {
    margin: 30px 0px 50px;
    text-align: left;
    min-height: 380px;
}

.group_heading {
    font-size: 20px;
    color: rgb(128, 128, 128);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.group_hr {
    background-color: rgb(226, 226, 226);
    border: 0px;
    height: 1px;
    margin: 20px auto 30px 0px;
    opacity: 1;
    width: 80px;
}

.new-con {
    background-color: white;
    padding: 3rem 3rem 0px;
    border-radius: 5px;
    width: 100%;
}

.job_group_link {
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.job_group_link:hover .job_heading {
    color: rgb(87, 158, 238);
    transition: all 0.1s ease-in 0s;
}

.job_group {
    margin: 20px 0px;
    width: 100%;
}

.job_heading {
    color: rgb(81, 83, 87);
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0px;
    margin: 0px;
    max-width: calc(100% - 120px);
}

.job_button {
    background-color: #FD712C;
    border: 0px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    float: right;
    height: 30px;
    letter-spacing: 2px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100px;
}

.job_details {
    display: block;
    height: 30px;
}

.job_location, .job_category {
    color: rgb(128, 128, 128);
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0px;
    text-transform: uppercase;
}

.job_location {
    margin-right: 15px;
}

.footer_outer_container {
    bottom: 0px;
    padding: 0px;
    position: absolute;
}

.d-none {
    display: none;
}

.white {
    color: white;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    opacity: 0.2;
}

.parallax > use {
    animation: 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) 0s infinite normal none running move-forever;
}

.hero_area {
    position: relative;
    /* height: 100vh; */
    z-index: 5;
    top: 0;
    background: background: linear-gradient(135deg, #ffe1c9, #fdc8a6, #fd712c33);
    padding: 50px 0;
    background: linear-gradient(135deg, #ffe1c9ab, #fdc8a6bf, #fd712c33);
}

.carousel {
    position: relative;
    z-index: -20;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0px, 0px);
    }

    100% {
        transform: translate3d(85px, 0px, 0px);
    }
}

img.image-fluid-80 {
    width: 50px;
}

div#text_block-643-25 {
    font-size: 16px;
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

.ct-div-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #FD712C;
    padding: 5px;
    margin: 10px;
    border: 1px solid rgb(255 255 255);
    border-radius: 6px;
    transition: all 270ms ease-out 0s;
    color: #242424;
    font-weight: 100;
    line-height: 21px;
    box-shadow: 5px 5px 9px 0px #0000000f;
    scale: 1;
    /* width: 23.3%; */
    min-height: 75px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.ct-div-block:hover {
    scale: 1.1;
}

.ct-div-block:hover {
    border-radius: 4px;
    outline: blue;
    border: blue;
    background-color: transparent;
    color: black;
}

.ct-image {
    max-width: 100%;
}

.ct-text-block {
    margin-left: 15px;
    font-weight: 400;
    font-family: Poppins;
    font-size: 18px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.image-fluid-80 {
    padding-left: 15px;
    margin: 5px;
}

.white_text, .white_text p {
    color: rgb(255, 255, 255);
}

.subheading_text {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 3rem;
}

.full_width_section {
    margin: 6rem 0px;
    padding-left: 7%;
    padding-right: 7%;
}

.primary_orange_text {
    color: rgb(245, 166, 35);
}

.full_width_section .heading_text {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.about-icons {
    max-height: 30px;
}

.about-wp {
    color: green;
    margin: 5px 5px 5px 14px;
    transition: all 200ms ease 0s;
}

.about-wp:hover {
    transform: scale(1.2);
}

.full_width_section {
    margin: 4rem 0px;
    padding-left: 7%;
    padding-right: 7%;
}

.text-center {
    text-align: center !important;
}

button.ButtonContainer_button_container__HsvTW {
    color: white;
    background-color: #FD712C !important;
}

.about_opening_section__FFhGJ {
    position: relative;
}

.text-center.full_width_section.about_opening_section__FFhGJ.row::before {
    content: " ";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    position: absolute;
    z-index: 0;
}

.p-abs {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.bg-service-content {
    background: url("https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.graycelltech.com/wp-content/uploads/2017/03/texture-bg.png") 0% 0% / 400px repeat rgba(0, 0, 0, 0) !important;
}

.blox {
    clear: both;
}

.max-overlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

.nopadding.nomargin .subtitle-element {
    margin-bottom: 20px;
}

.blox .subtitle-element {
    border-bottom-color: rgb(255, 255, 255);
}

.subtitle-element {
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    border-bottom: 3px solid rgb(244, 243, 243);
}

.subtitle-element {
    text-align: left;
}

.subtitle-element h4 {
    line-height: 1;
    font-size: 25px;
    text-transform: uppercase;
    color: rgb(23, 28, 36);
    position: relative;
    font-weight: 100;
    padding-left: 0px;
    padding-bottom: 35px;
    margin-bottom: 0px;
}

.subtitle-element::after {
    left: 0px;
    background-color: rgb(0, 194, 229);
    width: 106px;
}

.subtitle-element::after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
}

figure.effect-ming {
    padding: 10px;
    margin: 0px 0px 30px;
    background: rgb(255, 255, 255) !important;
    border: 1px solid #f0f0f0;
}

figure.effect-ming figcaption a.read-more {
    background: rgb(78, 194, 229);
    color: rgb(255, 255, 255);
    padding: 7px 20px 5px;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid rgb(78, 194, 229);
    transition: all 0.2s ease 0s;
}

figure.effect-ming figcaption a.read-more:hover {
    border-color: rgb(78, 194, 229);
    background: 0px 0px;
    color: rgb(78, 194, 229);
}

p.ser-cont {
    margin: 0px 0px 15px;
}

.grb-btn-service {
    font-size: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 0px 15px;
    height: 43px;
    line-height: 43px;
    background: #FD712C;
    display: inline-block;
    border-radius: 3px;
    min-width: 140px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 1s ease 0s;
}

.grb-btn-service:hover {
    border: 2px solid #FD712C;
    background-color: transparent;
    color: #FD712C;
}

.grb-btn:hover::before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0.25;
}

.grb-btn::before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    opacity: 0;
}

a:hover {
    color: black;
}

.service-working-area {
    background: linear-gradient( 90deg, rgb(14, 57, 144) 0%, #256ef3 100% );
}

.working-card {
    background-image: url("../img/service/working-card.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 125px 42px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    color: white;
    border-radius: 6px;
}

.working-card span, h2 {
    color: #ffffff;
}

#section2 {
    scroll-margin-block-start: 110px;
}

#section3 {
    scroll-margin-block-start: 110px;
}

#section4 {
    scroll-margin-block-start: 110px;
}

#section5 {
    scroll-margin-block-start: 110px;
}

#section6 {
    scroll-margin-block-start: 250px;
}

h2.number {
    margin-bottom: 0px;
    line-height: 3.3rem;
}

h2.service-heading {
    font-size: 2rem;
    line-height: 3.3rem;
}

p.service-p {
    color: white;
    padding: 0px 0px 30px;
}

.col-lg-8.d-flex.flex-column.justify-content-center .row:nth-child(2) p {
    padding-bottom: 0px;
}

.service-form-area {
    background-color: white;
}

.service-form {
    background-color: #FD712C;
    border-radius: 8px;
}

.image-area {
    background-image: url("../img/service/form-img.jpg");
    background-repeat: no-repeat;
    background-position: 100% 113%;
    background-size: cover;
    width: 50%;
    height: 80vh;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.form-area {
    width: 50%;
    padding: 25px 30px;
}

.balloon {
    display: inline-block;
    width: 100%;
    padding: 10px 0px 10px 20px;
    font-family: "Open Sans", sans;
    font-weight: 400;
    color: rgb(66 103 178);
    background: rgb(255 255 255);
    border: 0px;
    border-radius: 3px;
    outline: 0px;
    text-indent: 60px;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #4267b2;
}

.balloon.wide {
    text-indent: 51px;
}

.balloon::-webkit-input-placeholder {
    color: rgb(239, 239, 239);
    text-indent: 0px;
    font-weight: 300;
}

.balloon + label {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0px;
    bottom: 8px;
    padding: 5px 7px;
    color: rgb(3, 36, 41);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: rgba(19, 74, 70, 0) 0px 1px 0px;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 3px;
    background: rgba(122, 184, 147, 0);
}

.balloon + label::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    top: 100%;
    top: 90%;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(122, 184, 147, 0);
    transition: all 0.3s ease-in-out 0s;
}

.balloon:focus, .balloon:active {
    color: rgb(66 103 178) !important;
    background: rgb(255, 255, 255);
    text-indent: 0px !important;
}

.balloon:focus::-webkit-input-placeholder, .balloon:active::-webkit-input-placeholder {
    color: rgb(170, 170, 170);
}

.balloon:focus + label, .balloon:active + label {
    color: rgb(255, 255, 255);
    text-shadow: rgb(255 255 255 / 40%) 0px 1px 0px;
    background: rgb(66 103 178);
    transform: translateY(-40px);
    padding-bottom: 20px;
}

.balloon:focus + label::after, .balloon:active + label::after {
    border-top: 4px solid rgb(66 103 178);
}

.row-f {
    max-width: 100%;
    margin: 0px;
    /* background: rgb(3, 36, 41); */
    position: relative;
    z-index: 1;
    width: 100%;
    flex-wrap: wrap;
}

.row-f:first-child {
    padding: 0px;
}

.row-f span {
    position: relative;
    display: inline-block;
    margin: 15px 3px;
    width: 48%;
}

textarea.p-left-4 {
    width: 100%;
    border-radius: 5px;
    background-color: rgb(239, 239, 239);
    color: rgb(96, 125, 106);
}

textarea.p-left-4 {
    width: 100%;
    border-radius: 5px;
    background-color: rgb(255 255 255);
    color: rgb(66 103 178);
    height: 200px;
    padding: 15px 20px;
    border: 1px solid #4267b2;
}

span.btn button {
    width: 240px;
    height: 45px;
    border-radius: 50px;
    border: none;
    color: #212121;
    background-color: #ffff;
    border: 1px solid #4267b2;
}

.inner-sticky.s a {
    color: rgb(51, 51, 51);
    border-bottom: 2px hidden rgb(51, 51, 51);
    margin-bottom: -0.7px;
}

.head-icon {
    display: flex;
    align-items: center;
}

.head-icon i {
    font-size: 35px;
    margin: auto 13px 18px 0;
    color: #fd712c;
}

.contact-left-box span {
    font-size: 18px;
    text-align: start;
    color: black;
    /* width: 69%; */
}

.service-details-heading h2 {
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 32px;
    color: #4267b2;
}

.d-n-small {
    display: block;
}

.d-n-block {
    display: none;
}

section.service-form-area.py-70 .service-form.d-flex .image-area {
    display: block;
}

.live-links img {
    max-width: 30px;
    display: inline-block;
}

.bs-category-list li p img {
    max-width: 20px;
}

.header__search {
    display: inline-block;
    margin-left: 0;
}

.overflow {
    overflow-x: hidden;
}

.w-80 {
    /* width: 90%; */
    /* display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 20%; */
}

.grb__social.f-right.st-1 ul {
    display: flex;
    flex-wrap: wrap;
}

/* //////////////////////////////////////////////// MEDIA QUERY //////////////////////////////////////////////// */
@media only screen and (max-width: 768px) {
    /* home  */ .testimonial-area.py-70.dx {
        padding-bottom: 0;
    }

    .hero_area {
        position: relative;
        height: 60vh;
        z-index: 5;
        /* top: 83px; */
        /* margin-bottom: 3rem; */
    }

    .sm-w-100 {
        width: 100%;
    }

    img.ms-auto.img-fluid.ms-auto.w75 {
        max-width: 100%;
    }

    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    section.service-details-area.pt-80.pb-80 {
        padding-bottom: 0;
        padding-top: 50px;
    }

    /* about pg  */
    .about_values_section__bWW7j {
        padding-bottom: 0rem !important ;
        padding-top: 5rem !important;
        margin-bottom: 1.8rem !important;
    }

    /* services  */
    .working-card {
        padding: 75px 42px;
    }

    .working-card .working-card-text h2.text-capitalize {
        font-size: 2rem;
    }

    .d-n-small {
        display: none !important;
    }

    .d-n-block {
        display: block;
    }

    .row.d-n-block .d-flex {
        flex-direction: row !important;
    }

    section.service-form-area.py-70 .service-form.d-flex .image-area {
        display: none;
    }

    section.service-form-area.py-70 .service-form.d-flex .form-area {
        width: 100%;
    }

    /* portfolio  */
    .live-links img {
        max-width: 30px;
    }

    /* career  */
    .col-lg-10.col-md-12.col-sm-12.col-12.contact-left-box.d-flex.flex-column.align-items-start {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .col-lg-10.col-md-12.col-sm-12.col-12.mt-5.contact-left-box.d-flex.flex-column.align-items-start span {
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
    /* home  */ .hero_area {
        position: relative;
        /* height: 33vh; */
    }

    .counter-board-number {
        font-size: 28px;
    }

    .col-lg-3.d-sm-none.d-xs-none.d-lg-block {
        display: none !important;
    }

    /* about  */
    .about_opening_section__FFhGJ {
        padding-bottom: 55% !important;
    }

    .about_opening_section__FFhGJ {
        margin-top: 1rem !important;
    }

    .full_width_section .heading_text {
        font-size: 3rem;
    }

    /* services  */
    .row.d-n-block .d-flex {
        flex-direction: column !important;
    }

    /* career  */
    .inner-sticky.s.career {
        display: none;
    }

    .col-lg-10.col-md-12.col-sm-12.col-12.contact-left-box.d-flex.flex-column.align-items-start {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .col-lg-10.col-md-12.col-sm-12.col-12.mt-5.contact-left-box.d-flex.flex-column.align-items-start span {
        text-align: center !important;
    }

    .contact-left-box span {
        text-align: center;
    }
}

a.postings-btn.template-btn-utility.visible-resume-upload {
    position: relative;
    top: 0;
    left: 0;
    background: #4267b2;
    padding: 1rem 10vw;
    color: white;
    width: 100%;
    text-align: center;
}

capta-center {
    vertical-align: -webkit-baseline-middle;
    display: flex;
    justify-content: center;
}

.col-md-12.capta-center > button + .g-recaptcha {
    display: block;
    margin: 30px 0;
}

input#resume-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.application-field {
    margin-top: 14px;
    overflow: hidden;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-md-12.capta-center button {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%) !important;
}

/*contact*/
.inner-sticky-con {
    margin: 50px 0px;
}

.inner-sticky-con.career > .container .col-12 > ul#myTab {
    display: flex;
    border-bottom: 1px solid rgb(191, 191, 191);
}

.inner-sticky-con ul#myTab li {
    flex: 1 1 auto;
    text-align: center;
    font-size: 18px;
}

.inner-sticky-con ul#myTab li a {
    display: block;
    color: rgb(191, 191, 191);
    padding: 15px 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.inner-sticky-con ul#myTab li:hover a {
    color: rgb(51, 51, 51);
    border-bottom: 2px solid rgb(51, 51, 51);
}

.inner-sticky-con .active > a {
    color: rgb(51, 51, 51);
    border-bottom: 2px solid rgb(51, 51, 51);
    margin-bottom: -0.7px;
}

main.stuck .inner-sticky-con {
    position: fixed;
    left: 0px;
    top: 49px;
    width: 100%;
    background: white;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 60px 0px;
    animation: 300ms ease-in-out 0s 1 normal none running fadeInDown;
}

.inner-sticky-con a {
    color: rgb(51, 51, 51);
    border-bottom: 2px hidden rgb(51, 51, 51);
    margin-bottom: -0.7px;
}

.inner-sticky-con.career {
    display: none;
}

/*new changes*/
.grb__social.f-right.st-1 > ul i.fab.fa-whatsapp {
    color: limegreen ;
}

.grb__social.f-right.st-1 > ul li a:hover i.fab.fa-whatsapp {
    color: white;
}

section.new-bg.service-details-area.pt-80.pb-80 {
    background-color: #8080800d;
}

.service-details-single-img {
    margin-top: 0;
}

.about_values_section__bWW7j .about_values_card__5_yxM .about_icon_container__HG3SR div {
    border: 1px solid #fd712c61;
    border-style: dashed;
}

.single__service:hover h4 {
    color: #256ef3 !important;
}

.blog-single p {
    color: #797e88;
}

.p-icon img {
    max-width: 30px;
    filter: invert(1);
}

.ab-experience-icon img {
    filter: invert(1);
    max-width: 50px;
}

.grey-bg .section-title h2 {
    color: black;
}

.grey-bg .service__text p {
    color: #797e88;
}

.brand-area {
    background-color: white;
    color: black !important;
}

.brand-area p , .brand-area h2 {
    color: black;
}

.grb__cta.header-cta ul {
    display: flex;
}

header {
    box-shadow: 0px 6px 15px rgba(40, 145, 249, 0.06);
    z-index: 9;
    position: relative;
}

.about__area {
    background: #fd712c0a;
}

.about__content p {
    color: #7b7b7b;
}
.banner-video {
  background: #f3f5f9;
}
.about__area {
  position:relative;
  overflow:hidden;
}
.cloud-img{
 margin-top:-100px
  
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px !important;
}
}
.slider-area{
    position:relative;
    background-size: cover !important;
}

.slider-area .overlay{
   position: absolute;
   /* background: #1d1d1d; */
   opacity: .5;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 1;
}
.header__main.sticky .grb-btn{
    background:#FD712C;
    border-color:#FD712C;
}
.dance {
    /* -webkit-animation: dance 2s alternate infinite; */
    /* animation: dance 2s alternate infinite; */
}
@keyframes dance {
    0% {
        width: 70%;
        /* transform: scale(0.9); */
    }

    100% {
        width: 80%;
        /* transform: scale(1); */
    }
}
.about-inner {
    border: 1px solid #E3E7F0;
    padding: 40px;
    border-radius: 30px;
    /* display: block; */
    position: relative;
    background: #fff;
}
 .swiper-button-next,
  .swiper-button-prev
 {
    font-size: 28px;
    color: rgb(255 255 255);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 45px;
    background: #FD712C;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    margin: 0px 5px;
    border-radius: 50%;
    line-height: 34px;
    position:static;
 }
 
 
  .swiper-button-next:after,
  .swiper-button-prev:after{
      font-size:13px !important;
  }
  .service-nav-2 {
    text-align: center;
    
}
.single__service h4{
    font-size:20px;
}
.service__area{
    background: #ffffff;
}
.single__service:hover .service__icon a img{
    /* transform:rotateY(180deg) !important; */
    /* border-radius: 10px; */
}
.why-inner{
   border: 1px solid #E3E7F0;
    padding: 40px;
    border-radius: 30px;
    /* display: block; */
    position: relative;
    overflow: hidden;
}
.blog-content {
    padding: 15px;
}
.testimonial-area{
    background: #fffaf8;
    margin-top: 50px;
}
.testimonial-single>p {
    background: #fff;
    padding: 18px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    height: 200px;
}

.testimonial-name {
    display: flex;
    align-items:center;
}
.testimonial-name img{
  height: 2.5rem;
  width: 2.5rem;
  border-radius:0.5rem;
  margin-right: 10px;
}
.testimonial-name {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.testimonial-active-2 .swiper-slide{
    transform: scale(0.8);
        opacity: 0.5;
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    
  }
.testimonial-active-2 .swiper-slide-active{
    transform: scale(1);
     opacity: 1;
     transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    
  }
  .footer-logo img {
    width: 115px;
}
.service-details-heading ul li {
    color: #797e88 !important;
}
#shortcode-959-7223 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.tecorb-form {
  margin: 20px 0;
}
.name_field.mb-4 {
  display: flex;
}
.phone_whtsup{
  display: flex;
}
.budget.mb-4 {
  padding: 0 10px;
}
.message.mb-4 {
  padding: 0 10px;
}
.sendmecopy.mb-4 {
  padding: 0 15px;
}
.recaptcha.mb-4 {
  padding: 0 15px 15px;
}
/*.tecorb-form button[type="submit"] {*/
/*  -moz-box-shadow: inset 0 1px 0 0 #3985b1;*/
/*  -webkit-box-shadow: inset 0 1px 0 0 #3985b1;*/
/*  box-shadow: inset 0 1px 0 0 #3985b1;*/
/*  background-color: #4267b2 !important;*/
/*  border: 1px solid #17445e00 !important;*/
/*  display: inline-block;*/
/*  cursor: pointer;*/
/*  color: #ffffff;*/
/*  padding: 9px 18px;*/
/*  text-decoration: none;*/
/*  font: 16px Poppins !important;*/
/*  margin-bottom: 0px;*/
/*  border-radius: 5px;*/
/*  width: 160px;*/
/*  height: 50px;*/
/*}*/
.name_field.mb-4 .form_field {
  flex: 0 50%;
  padding: 0 10px;
}
.tecorb-form input[type="email"],
.tecorb-form input[type="file"],
.tecorb-form input[type="number"],
.tecorb-form input[type="text"],
.tecorb-form select,
.tecorb-form textarea {
  margin-bottom: 9px;
  /* font-family: Poppins !important; */
  -webkit-box-shadow: 1px 1px 4px #fff !important;
  border: 1px solid #e6e6e6 !important;
  -webkit-border-radius: 8px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  padding: 8px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-radius: 0 !important;
  color: black;
  background-color: white;
}
.phone_whtsup.mb-4 {
  display: flex;
}
.form_field {
  flex: 0 50%;
  padding: 0 10px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  margin-bottom: 20px !important;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  height: 40px;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(https://www.tecorb.com/wp-content/plugins/tecorb-contact-form/assets/images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.budget.mb-4 label {
  display: none;
}
.tecorb-form label {
  display: block;
  margin: 0 0 10px 11px !important;
  margin-bottom: 20px !important;
}
.budget.mb-4 select {
  color: #8a8a8a;
}
.col-lg-12.this1 {
  margin-bottom: -13px;
}
.sendmecopy.mb-4 {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 20px !important;
  height: 20px !important;
}
.tecorb-form label.checkbox-label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0 !important;
}

.tecorb-form label {
  display: block;
  margin: 0 0 10px 11px !important;
  margin-bottom: 20px !important;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  height: 40px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}


.copyright-text , ul.copyright-list.f-right {
    display: inline-flex;
    padding: 10px 0;
    background-color: transparent;
    height: 45px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.copyright-area * {color: white !important;}

section.footer-area.pt-80.pb-40 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.newsletter-text.mb-30 {
    margin-bottom: 10px;
}

form.subscribe-form.mb-30 {
    margin-bottom: 10px;
}
.hero-heading {
    position: absolute;
    background-color: transparent;
    top: 50%;
    left: 115px;
    z-index: 99999;
    transform: translateY(-50%);
}

.hero-heading > h1 {
    color: white;
    font-size: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FD712C;
}

.hero-heading p {
    color: #FD712C;
    font-size: 30px;
}
.hero-heading-container {
    height: 100vh;
}
.slider-content {
    z-index: 22;
    position:relative;
}
.type-text{
     display: flex;
     align-items: center;
     margin-bottom: 9px;
}
.slider-content .iam{
  color: #1F1F1F;
  font-size: 34px;
  /* padding: 15px; */
  /* font-family: sans-serif; */
  padding-right: 118px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 44px;
}
.slider-content .text{
  color: white;
  border-right: 2px solid #256EF3;
  font-size: 55px;
  font-family: sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  /* -webkit-text-stroke: 0.5px #fff; */
}
.slider-content p{
    color: #5C4B43;
    margin-bottom: 20px;
    width:70%;
}
.slider-form{
     z-index:1;
     position:relative;
     padding: 25px 8px;
     border-bottom: 0px;
     background-color: rgba(255, 255, 255, 0.05);
     border: 1px solid rgba(255, 255, 255, 0.1);
     background-filtter: blur(8px);
     backdrop-filter: blur(8px);
     border-radius: 30px;
}
.slider-form input {
    width: 100%;
    height: 46px;
    border-radius: 30px;
    background: #ffffff24;
     padding: 0 20px;
    border: 1px solid #ffffff4a;
    color:#fff;
}
.slider-form select {
    width: 100%;
    height: 46px;
    border-radius: 30px;
    background: #ffffff24;
    padding: 0 20px;
    border: 1px solid #ffffff4a;
    color:#fff;
    appearance: auto;
}
.slider-form textarea{
    width: 100%;
    height: 120px;
    border-radius: 20px;
  background: #ffffff24;
     padding:10px 20px;
      border: 1px solid #ffffff4a;
        color:#fff;
}
.slider-form input::placeholder{
    color:#fff
}
.slider-form textarea::placeholder{
    color:#fff
}

select:focus-visible {
    outline:none;
}
.slider-form h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.service-main-div {
    border-radius: 10px;
}

.service-main-div img {
    border-radius: 30px;
}

.service-content-box {
    padding-top: 15px;
}
.contact-right-box {
    border: 1px solid #e3e7f04d;
    /* padding: 20px 0px; */
    border-radius: 10px;
    background: #fffaf8;
}
.contact-left-box{
    border: 1px solid #e3e7f04d;
    padding: 20px 30px;
    border-radius: 10px;
    background: #fd712c0a;
}
.contact-formm #tecorb-contact-form select{
    
    height: 46px !important; 
    border-radius: 30px !important;
    background: #ffff!important;
    padding: 0 20px;
    border: 1px solid #45444412 !important;
   
}
.contact-formm #tecorb-contact-form input[type=file]{
    background:none !important;
    border:none !important;
    padding:0px !important;
    border-radius:0 !important;
    height: auto !important;
    margin-bottom: 0;
}
.contact-formm #tecorb-contact-form input{
    height: 46px;
    border-radius: 30px !important;
    background: #ffff!important;
    padding: 0 20px;
    border: 1px solid #45444412 !important;
}
.contact-formm #tecorb-contact-form input::placeholder{
    color:#000;
}
.contact-formm #tecorb-contact-form textarea::placeholder{
    color:#000;
}
.contact-formm #tecorb-contact-form textarea{
    
    height: 100px !important;
    border-radius: 20px !important;
    background: #fff !important;
    padding:20px 30px !important;
    border:1px solid #45444412 !important;
   
}
.contact-formm #tecorb-contact-form  button{
    margin-top:20px;
}
.checkbox-outer {
    display: flex;
    align-items: center;
}

.page-title-content h1 {
    color: #fff;
    font-size: 40px;
}
.page-title-content ul {
    display: flex;
    justify-content: center;
}
.page-title-content ul li a{
    position:relative;
}
.page-title-content ul li a:hover{
    color:#fff;
}
.page-title-content ul li a::after{
        content: '\f054';
        font-family: "Font Awesome 5 Pro";
        font-size: 11px;
        color: #fd712c;
        background-image: none;
        width: auto;
        height: auto;
        font-weight: 400;
        right: -19px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
}
.page-title-content ul li {
    color: #fd712c;
    margin: 0px 15px;
    font-weight: 600;
}
.service-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 7px;
    /* margin-top: 30px; */
    z-index: 11;
    position: relative;
  }
  
  .service-box {
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgb(255 255 255);
    border-radius: 5px;
    padding: 8px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    will-change: transform;
  }
  
  .service-box:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    box-shadow: 0 10px 25px rgba(253, 113, 44, 0.3);
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  .service-icon {
    width: 24px;
    height: 24px;
  }
  .why-choose-section {
    padding: 50px 0px;
    text-align: center;
  }
  
  .section-heading {
    font-size: 2.5rem;
    color: #FD712C;
    margin-bottom: 10px;
  }
  
  .section-subtext {
    color: #444;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 40px auto;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .whyChooseSwiper .swiper-wrapper{
    padding-bottom: 40px;
  }
  .feature-box {
    background: white;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #0000000f;
  }
  
  .feature-box:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    /* box-shadow: 0 15px 25px rgba(253, 113, 44, 0.2); */
  }
  .whyChooseSwiper .swiper-wrapper .swiper-slide-active  {
    transform: scale3d(1.05, 1.05, 1.05);
    /* box-shadow: 0 15px 25px rgb(253 113 44 / 14%); */
  }
  .feature-box .icon {
    font-size: 2.2rem;
    color: #FD712C;
    display: block;
    margin-bottom: 15px;
  }
  
  .feature-box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #222;
  }
  
  .feature-box p {
    font-size: 0.98rem;
    color: #7b7b7b;
  }
  
  .cta-wrapper {
    margin-top: 50px;
  }
  
  .cta-btn {
    background-color: #FD712C;
    color: white;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .cta-btn:hover {
    background-color: #e6611f;
  }
  section.choosing__area{
    background: #fffaf8;
}

.service-details-content ul li {
    margin-left: 20px;
    list-style: disc !important;
}
.main-menu.main-menu-1 nav > ul > li.active a {
    color: #fd712c;
}


@media (max-width: 767px) {
    .slider-content{
        text-align: center ;
    }
    .slider-content p{
        text-align: center;
        width: 100%;
    }
    .slider-content .iam{
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        padding-right: 0;
    }
    .service-box-wrapper{
        display: none;
    }
   .section-heading{
       font-size: 25px;
       text-transform: uppercase;
   }
   .section-subtext{
       font-size: 15px;
   }
   .feature-box h3{
       font-size: 18px;
   }
   .feature-box p{
       font-size: 14px;
   }
   .feature-box{
       padding: 15px 10px;
   }
   .about-inner {
       padding: 25px 20px;
   }
.about-points.st-2{
    width: 100%;
}
.ab-experience{
    display: none;
}
.service-details-content > p{
    font-size: 15px;
}
.logo img {
    width: 100px;
}
.page-title-content h1{
    font-size: 30px;
}
.page-title-area{
    padding: 25px 0;
}
}

.testimonial-area{
    display: none !important;
}