/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/***** Color Palette *****/
:root {
    --color-lavender: #CDB4DB;   /* primary accent */
    --color-pink1:   #FFC8DD;   /* light accent */
    --color-pink2:   #FFAFCC;   /* button/cta */
    --color-blue1:   #BDE0FE;   /* hover/secondary */
    --color-blue2:   #A2D2FF;   /* active/state */
    --color-text:    #2e2d2d;   /* base text */
    --color-white:   #ffffff;
}

/***** IRANSans local font (FaNum) *****/
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans-main/files/IRANSansWeb_UltraLight_FaNum.eot');
    src: url('../fonts/iransans-main/files/IRANSansWeb_UltraLight_FaNum.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iransans-main/files/IRANSansWeb_UltraLight_FaNum.woff2') format('woff2'),
         url('../fonts/iransans-main/files/IRANSansWeb_UltraLight_FaNum.woff') format('woff'),
         url('../fonts/iransans-main/files/IRANSansWeb_UltraLight_FaNum.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans-main/files/IRANSansWeb_Light_FaNum.eot');
    src: url('../fonts/iransans-main/files/IRANSansWeb_Light_FaNum.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iransans-main/files/IRANSansWeb_Light_FaNum.woff2') format('woff2'),
         url('../fonts/iransans-main/files/IRANSansWeb_Light_FaNum.woff') format('woff'),
         url('../fonts/iransans-main/files/IRANSansWeb_Light_FaNum.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iransans-main/files/IRANSansWeb_FaNum.eot');
    src: url('../fonts/iransans-main/files/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iransans-main/files/IRANSansWeb_FaNum.woff2') format('woff2'),
         url('../fonts/iransans-main/files/IRANSansWeb_FaNum.woff') format('woff'),
         url('../fonts/iransans-main/files/IRANSansWeb_FaNum.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans-main/files/IRANSansWeb_Medium_FaNum.eot');
    src: url('../fonts/iransans-main/files/IRANSansWeb_Medium_FaNum.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iransans-main/files/IRANSansWeb_Medium_FaNum.woff2') format('woff2'),
         url('../fonts/iransans-main/files/IRANSansWeb_Medium_FaNum.woff') format('woff'),
         url('../fonts/iransans-main/files/IRANSansWeb_Medium_FaNum.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/iransans-main/files/IRANSansWeb_Bold_FaNum.eot');
    src: url('../fonts/iransans-main/files/IRANSansWeb_Bold_FaNum.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iransans-main/files/IRANSansWeb_Bold_FaNum.woff2') format('woff2'),
         url('../fonts/iransans-main/files/IRANSansWeb_Bold_FaNum.woff') format('woff'),
         url('../fonts/iransans-main/files/IRANSansWeb_Bold_FaNum.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iransans-main/files/IRANSansWeb_Black_FaNum.eot');
    src: url('../fonts/iransans-main/files/IRANSansWeb_Black_FaNum.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iransans-main/files/IRANSansWeb_Black_FaNum.woff2') format('woff2'),
         url('../fonts/iransans-main/files/IRANSansWeb_Black_FaNum.woff') format('woff'),
         url('../fonts/iransans-main/files/IRANSansWeb_Black_FaNum.ttf') format('truetype');
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'IRANSans', Tahoma, Arial, sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
.we_box p {
     text-align: center;
}
p {
     margin: 0px;
     font-weight: 400;
     color: #2e2d2d;
     font-size: 17px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

.header {
     width: 100%;
     height: 86px;
     padding: 24px 60px;
     background: #fff;
}

.logo a img {
     z-index: 9999;
     position: relative;
     max-width: 120px;
     margin-left: 50px;
}

.logo::before {
     position: absolute;
     content: "";
     background-color: #40c4ff;
     width: 385px;
     height: 86px;
     left: -75px;
     top: -24px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 8px 20px;
     color: #2e2d2d;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--color-white);
    background-color: #ffafcc;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--color-white);
    background-color: #40c4ff;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
     background: #fff;
}

ul.social_icon {
    padding-top: 0;
    float: right;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 4px;
    color: #fff;
    background-color: #ffafcc;
    width: 36px;
    height: 36px;
    line-height: 1;
}

ul.social_icon li a:hover {
    color: var(--color-white);
    background-color: var(--color-blue2);
}


/** banner section **/

.banner_main::before {
     position: absolute;
     content: "";
    background-color: var(--color-pink1);
     width: 370px;
     height: 764px;
     left: 0;
}

.banner1 {
    position: relative;
    padding: 50px 0 100px 0;
}

.relative {
     position: inherit;
     padding: 0;
     text-align: left;
}

.relative span {
     color: #ddd;
}

.relative h1 {
     font-size: 56px;
     line-height: 64px;
     font-weight: 500;
    color: var(--color-text);
     text-align: right;
}

.relative p {
    color: var(--color-text);
     padding-bottom: 70px;
}

/* Slider caption reveal with staggered delays */
.banner1 .carousel-item .relative span,
.banner1 .carousel-item .relative h1,
.banner1 .carousel-item .relative .get_btn {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
}
.banner1 .carousel-item .relative p {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .6s ease, transform .6s ease;
}
.banner1 .carousel-item.active .relative span {
    opacity: 1;
    transform: none;
    transition-delay: .15s;
}
.banner1 .carousel-item.active .relative h1 {
    opacity: 1;
    transform: none;
    transition-delay: .35s;
    background: #fff;
    font-size: 21pt;
     padding-right:15px;
}
.banner1 .carousel-item.active .relative p {
    opacity: 1;
    transform: none;
    transition-delay: .55s;
    background: #ffffff96;
    display: flex;
    padding: 15px;
    min-height: 50px;
}
.banner1 .carousel-item.active .relative .get_btn {
    opacity: 1;
    transform: none;
    transition-delay: .75s;
}

@media (prefers-reduced-motion: reduce) {
    .banner1 .carousel-item .relative span,
    .banner1 .carousel-item .relative h1,
    .banner1 .carousel-item .relative p,
    .banner1 .carousel-item .relative .get_btn {
        transition: none;
        opacity: 1;
        transform: none;
    }
}

/* Responsive heading size for mobile */
@media (max-width: 992px) {
  .relative h1 { font-size: 42px; line-height: 48px; }
}
@media (max-width: 576px) {
  .relative h1 { font-size: 28px; line-height: 36px; }
  .banner1 .carousel-item .relative p { padding-bottom: 30px; }
}

.get_btn {
     background-color: #2e2d2d;
    color: var(--color-white);
    background-color: var(--color-pink2);
     text-align: center;
     max-width: 216px;
     width: 100%;
     height: 40px;
     font-size: 17px;
     display: block;
     padding: 4px 0;
}

.get_btn:hover {
    color: var(--color-white);
    background-color: var(--color-blue2);
}

.bann_img {
    padding-left: 0;
    padding-right: 0;
    min-height: 520px;
    min-width: 1420px;
}

/* Make slider image cover its column area */
.banner1 .carousel-item { height: 520px; }
.banner1 .carousel-item .row.d_flex { align-items: stretch; height: 100%; }
.banner1 .carousel-item .carousel-caption { height: 100%; }
.banner1 .carousel-item .col-md-6 { height: 100%; }
.banner1 .carousel-item .col-md-6:first-child { position: relative; }
.banner1 .carousel-item .col-md-6:first-child .bann_img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Make sure right column fills full width without inner paddings causing white gap */
.banner1 .carousel-item .col-md-6:last-child { padding-left: 0; }

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 55px;
     height: 55px;
    background: var(--color-blue2);
     opacity: 1;
     font-size: 20px;
    color: var(--color-white);
     top: 90%;
     margin-top: -20px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
    background: var(--color-blue1);
    color: var(--color-white);
}

#myCarousel .carousel-control-prev {
     left: inherit;
     right: 100px;
}

#myCarousel .carousel-control-next {
     right: 30px;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
     width: 100%;
}

.titlepage h2 {
     font-size: 45px;
     color: #2e2d2d;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
     margin: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more { font-size: 16px; background-color: #40c4ff; color: #fff; padding: 10px 22px; width: auto; max-width: none; text-align: center; display: inline-block; transition: background .25s ease, box-shadow .25s ease; font-weight: 600; height: auto; border-radius: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.read_more:hover { background: #27b6fb; color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.16); }


/** What We Do section **/

.we_do {
     padding-top: 90px;
     padding-bottom: 147px;
     background-color: #fff;
     position: relative;
}

.slin::before {
     position: absolute;
     content: "";
     bottom: 0%;
     background: url(../images/slin.png);
     background-repeat: no-repeat;
     max-width: 100%;
     height: 147px;
     right: 0;
     width: 100%;
     background-position-x: center;
}

.we_box {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--color-lavender);
    border: none;
    border-radius: 0;
    padding: 20px;
}
.we_box {
    transition: transform .25s ease, box-shadow .25s ease;
    border-radius: 12px;
}
.we_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.we_box i img {
    transition: transform .25s ease;
}
.we_box:hover i img {
    transform: scale(1.06);
}

.we_box i {
    border-radius: 0;
    border: none;
    width: 210px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    background: transparent;
}
/* Assign palette colors to each service card (order-based) */
.we_do .col-md-3:nth-child(1) .we_box { background: var(--color-lavender); }
.we_do .col-md-3:nth-child(2) .we_box { background: var(--color-pink1); }
.we_do .col-md-3:nth-child(3) .we_box { background: var(--color-pink2); }
.we_do .col-md-3:nth-child(4) .we_box { background: var(--color-blue2); }

/* Scroll reveal base styles */
.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
    opacity: 1;
    transform: none;
    direction: rtl;
    text-align: right;
}

/* Directional reveal helpers for rows */
.reveal-b { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.reveal-l { opacity: 0; transform: translateX(-30px); transition: opacity .6s ease, transform .6s ease; }
.reveal-r { opacity: 0; transform: translateX(30px);  transition: opacity .6s ease, transform .6s ease; }
.reveal-b.visible,
.reveal-l.visible,
.reveal-r.visible { opacity: 1; transform: none; }

/* Gallery grayscale -> color on hover */
#samples-grid img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .35s ease, -webkit-filter .35s ease, transform .35s ease;
}
#samples-grid a:hover img {
    -webkit-filter: none;
    filter: none;
    transform: translateY(-2px);
}

/* Uniform gallery thumbnail sizing */
#samples-grid .thumb {
    position: relative;
    width: 100%;
    height: 240px; /* fixed thumbnail height */
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}
#samples-grid .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#samples-grid > [class*='col-'] { margin-bottom: 20px; }

.gallery_cta_wrap { text-align: center; }
.gallery_cta { padding: 10px 16px; display: inline-block; }

.we_box h3 {
     font-size: 24px;
     font-weight: bold;
     line-height: 25px;
     padding-bottom: 5px;
     color: #2e2d2d;
     padding-top: 30px;
     text-align: center;
}
/* Hours section */
 .hours-section {position: relative;padding: 80px 0;background-image: url(../images/background.png);background-size: cover;background-repeat: no-repeat;background-position: center;max-width: 1200px;margin: auto;border-radius: 15px;background-color: transparent;}
 .hours-section::after {content: "";position: absolute;inset: 0;background: rgb(0 0 0 / 0%);}
 .hours-section .container { position: relative; z-index: 1; }
.hours-card { text-align: center; }
 .hours-title {font-size: 40px;font-weight: 700;margin-bottom: 8px;color: #fff;}
 .hours-text {font-size: 22px;color: #fff;}
 .hours-time {color: #faf517;font-weight: 700;font-size: 26px;}
 .hours-section .read_more { background-color: #fff; color: #40c4ff; }
 .hours-section .read_more:hover { background-color: #f6f6f6; color: #27b6fb; }

/* Footer social icons center + show on mobile */
.footer .social_icon { float: none !important; display: inline-flex; gap: 6px; justify-content: center; padding: 0; margin: 10px 0; }
.footer .social_icon li { display: inline-block; }

@media (max-width: 576px) {
  .hours-section { padding: 60px 0; background-size: cover; }
  .hours-title { font-size: 32px; }
  .hours-text { font-size: 18px; }
  .gallery_cta_wrap { text-align: center; }
  .gallery_cta_wrap .gallery_cta { display: inline-block; margin-bottom: 10px; }
}


/** end What We Do section **/


/** end team section **/

.about {
     background-color: #fff;
     padding-top: 90px;
     position: relative;
     padding-bottom: 170px;
}

.slin2::before {
     position: absolute;
     content: "";
     bottom: 0%;
     background: url(../images/slin2.png);
     background-repeat: no-repeat;
     /* max-width: 820px; */
     height: 147px;
     margin: auto !important;
     width: 80%;
     left: 10%;
     right: 10%;
     background-size: contain;
     background-position-x: 50%;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.about .titlepage h2 {
     margin-bottom: 30px;
     text-align: center;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 40px;
     text-align: right;
}

.about_img {
     overflow: hidden;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.2);
}


/** our pricing section **/

.pricing {
     background-color: #fff;
     padding: 90px 0 170px 0;
     position: relative;
}

.pricing .titlepage {
     text-align: center;
     padding-bottom: 45px;
}

.pricing_box {
   border: none;
   padding: 40px 30px 40px 30px;
   display: block;
   flex-direction: column;
   height: 100%;
   background: var(--color-lavender);
}

.pricing_box_ti {
     text-align: center;
}

.pricing_box_ti h3 {
     font-size: 40px;
     font-weight: bold;
     padding-bottom: 5px;
}

.pricing_box_ti h3::before {
     position: absolute;
     content: "";
    background-color: var(--color-blue1);
     width: 84px;
     height: 4px;
     border-radius: 5px;
     bottom: 0;
}

.pricing_box_ti h3 span {
     color: #7321cd;
}

.pricing_box_ti h3 strong {
     font-size: 25pt;
     font-weight: normal;
     text-wrap-mode: nowrap;
}

.our_pricing {
    text-align: center;
    flex: 1 1 auto;
}

.our_pricing span {
     text-transform: uppercase;
     font-size: 25px;
     font-weight: bold;
     line-height: 25px;
     padding-bottom: 20px;
    color: var(--color-text);
     padding-top: 30px;
     display: block;
}

.our_pricing p {
     line-height: 39px;
}

/* Pricing palette mapping */
/* Apply palette cyclically for any number of pricing cards */
.pricing .row > [class*='col-']:nth-child(3n+1) .pricing_box { background: var(--color-lavender); }
.pricing .row > [class*='col-']:nth-child(3n+2) .pricing_box { background: var(--color-pink1); }
.pricing .row > [class*='col-']:nth-child(3n)   .pricing_box { background: var(--color-pink2); }

.mar_top {
     /* margin-top: -20px !important; */
     margin: 0 auto;
     display: block;
     max-width: 142px;
     height: 40px;
     padding: 4px 0;
     font-weight: normal;
     /* margin-top: 325px !important; */
     position: absolute;
}


/** end our pricing section **/


/** Experts section **/

.experts {
     background-color: #fff;
     padding: 90px 0 147px 0;
     position: relative;
}

.experts .titlepage {
     text-align: center;
     padding-bottom: 45px;
}

.experts .experts_box {
    text-align: left;
    background-color: #fff;
    transition: ease-in all 0.5s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.experts .experts_box .experts_img {
     overflow: hidden;
}

.experts .experts_box .experts_img figure {
     margin: 0;
}

.experts .experts_box .experts_img figure img {
     width: 100%;
     transition: all .5s;
     border-top: #e2e2e2 solid 20px;
     border-bottom: #e2e2e2 solid 20px;
     border-left: #e2e2e2 solid 30px;
     border-right: #e2e2e2 solid 30px;
}

#exp:hover .experts_img figure img {
     border-top: #2e2e2e solid 20px;
     border-bottom: #2e2e2e solid 20px;
     border-left: #2e2e2e solid 30px;
     border-right: #2e2e2e solid 30px;
}

.experts .experts_box .meet {
    padding: 33px 30px;
    text-align: center;
    flex: 1 1 auto;
}

.experts .experts_box .meet h3 {
     color: #343434;
     font-size: 25px;
     line-height: 20px;
     padding-bottom: 12px;
     transition: ease-in all 0.5s;
     margin: auto;
     text-transform: uppercase;
     font-weight: bold;
}

.experts .experts_box .meet p {
     font-size: 17px;
     line-height: 28px;
}

.exper {
     max-width: 171px;
     height: 47px;
     padding: 9px 0;
     margin-top: 10px !important;
     margin-bottom: 0;
}


/** end Experts section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
     position: relative;
}

.contact::before {
     position: absolute;
     content: "";
     right: 0;
    background: url(../images/co_right.png);
    background-repeat: no-repeat;
     width: 156px;
     height: 283px;
     top: 14%;
}

/* Parallax background for contact section */
.contact.parallax {
    background-image: url('../images/Parallax.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.contact.parallax::before { display: none; }
.contact.parallax::after {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(255,255,255,0.78);
    z-index: 0;
}
.contact.parallax .container,
.contact.parallax .container-fluid { position: relative; z-index: 1; }

@media (max-width: 767px) {
    .contact.parallax { background-attachment: scroll; }
}

.main_form .contactus {
    border: #e3e3e3 solid 1px;
    padding: 14px 16px;
    margin-bottom: 25px;
    width: 100%;
    height: 56px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.main_form .textarea {
    border: #e3e3e3 solid 1px;
    margin-bottom: 25px;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    height: 150px;
    border-radius: 12px;
}

.main_form .send_btn { font-size: 16px; transition: background .25s ease, box-shadow .25s ease; background-color: #40c4ff; text-transform: none; color: #fff; padding: 10px 22px; max-width: none; width: auto; display: inline-block; margin-top: 10px !important; font-weight: 600; margin-bottom: 60px !important; margin: 0 auto; border-radius: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.main_form .send_btn:hover { background-color: #27b6fb; color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.16); }

/* Keep pricing CTA buttons unchanged (black) */
.pricing .read_more { background-color: #2e2d2d; color: #fff; border-radius: 0; box-shadow: none; padding: 4px 0; width: 100%; max-width: 142px; height: 40px; }
.pricing .read_more:hover { background-color: #2e2d2d; }

.hours-card .read_more { margin-top: 14px; }

/* Contact info box */
.contact_info_box {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    padding: 24px;
    margin-bottom: 30px;
}
.contact_info_box h3 {
    margin-bottom: 16px;
}
.contact_info_list {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}
.contact_info_list li {
    color: #2e2d2d;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact_info_list li i {
    margin-left: 8px;
}

#request *::placeholder {
    color: #9b9b9b;
     opacity: 1;
}

/* Floating label-like tag on top-right of inputs */
.input_group {
    position: relative;
    margin-bottom: 25px;
}
.input_group .field_label {
    position: absolute;
    top: -10px;
    right: 16px;
    background: #fff;
    padding: 0 8px;
    font-size: 13px;
    color: #8a8a8a;
}
.input_group .field_label .req {
    color: #e57373;
}
.main_form .contactus:focus,
.main_form .textarea:focus {
    border-color: #fa8c17;
    box-shadow: 0 0 0 3px rgba(250,140,23,.15);
}


/** end contact section **/


/** footer **/

.footer {
     background: #222222;
     padding-top: 60px;
     text-align: center;
}

.footer h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    text-align: right;
    color: #fff;
    padding-bottom: 15px;
    display: table;
    text-transform: uppercase;
}

.variat {
    color: #757575;
    text-align: right;
    padding-right: 0;
}

ul.conta {
    text-align: right;
    margin-bottom: 55px;
}

ul.conta li {
    color: #fff;
    text-align: right;
    padding-bottom: 20px;
    font-size: 17px;
    display: inline-block;
    padding-right: 0;
    padding-left: 24px;
}

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

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 30px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
    display: block;
    text-align: right;
}

ul.link_menu li.active a {
     color: #fa8c17;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #fa8c17;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 8px;
}

.bottom_form h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    color: #fff;
    padding-top: 12px;
    margin-right: 0;
    text-transform: uppercase;
    border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 50px 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.right_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fa8c17;
     color: #fff;
     padding: 8px 16px;
     font-weight: 500;
     text-transform: uppercase;
     height: 45px;
     position: absolute;
     right: 14px;
}

.right_btn:hover {
     background-color: #ddd;
     transition: ease-in all 0.5s;
     color: #fa8c17;
}

.bottom_form p {
    color: #757575;
    text-align: right;
}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #fff;
     border-right: inherit;
     border-left: inherit;
}

.copyright p {
     color: #000;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #fa8c17;
}


/** end footer **/


/** endinner page css **/

.back_re {
     background-color: #2e2d2d;
}
/* FAQ accordion styles */
.faq-wrap {direction: rtl;text-align: right;width: 100%;}
.faq-item { background: #fff; border: 1px solid #ececec; border-radius: 12px; margin-bottom: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.03); overflow: hidden; }
.faq-q { width: 100%; text-align: right; background: #fff; padding: 16px 18px; font-size: 16px; font-weight: 600; color: #2e2d2d; display: flex; align-items: center; justify-content: space-between; }
.faq-q:hover { background: #fafafa; }
.faq-icon { font-weight: 700; color: #8a8a8a; }
.faq-a { display: none; padding: 0 18px 16px 18px; color: #2e2d2d; font-size: 15px; line-height: 28px; background: #fff; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-cta-row { margin-top: 20px; }
.faq-cta { background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 24px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,.03); }
.faq-cta i { font-size: 32px; margin-bottom: 10px; color: var(--color-blue2); }
.faq-cta h4 { font-weight: 700; margin: 8px 0; }

/* Scroll controls (bottom-left) */
#scroll-controls { position: fixed; left: 14px; bottom: 16px; z-index: 9999; display: none; flex-direction: row; gap: 10px; align-items: center; }
#scroll-controls .scroll-btn { width: 46px; height: 46px; border-radius: 50%; border: none; outline: none; cursor: pointer; background: #40c4ff; color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(0,0,0,.18); }
#scroll-controls .scroll-btn:hover { background: #27b6fb; }
#scroll-controls .scroll-btn i { font-size: 20px; line-height: 1; }
@media (max-width: 575px) {
  #scroll-controls { left: 10px; bottom: 12px; }
  #scroll-controls .scroll-btn { width: 42px; height: 42px; }
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
}

.margin_0 {
     margin: 0 !important;
}
.carousel-item span {
    padding-top: 171px !important;
    display: flow-root;
}
ul.navbar-nav.mr-auto {
    text-align: right;
}
@media (min-width: 992px) {
    .offset-lg-1 {
        margin-right: 8.333333% !important;
		 margin-left: 0 !important;
    }
}
input[type=text] {
    border: #e3e3e3 solid 1px;
    padding: 14px 16px;
    margin-bottom: 25px;
    width: 100%;
    height: 56px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.thumb-caption {
    display: none;
}
.copyright ul.social_icon {
    margin-top: 10px;
}