/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global style  */
/*   03 - Prefix  */
/*   04 - Theme button */
/*   05 - Transition */
/*   06 - Theme Color File  */
/*   07 - Theme Title  */
/*   08 - Theme Pagination  */
/*   09 - Theme Main Menu  */
    /*SASS MENU*/
    /*Theme Main Menu Two*/
    /*Theme Main Menu Three*/
    /*APP Menu*/
    /*Sticky Menu*/
     
/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Playfair+Display:wght@700&family=Poppins:wght@400;500;600;700&display=swap');
/*----bootstrap css ----- */
@import url('../lib/bootstrap/css/bootstrap.min.css');
/*------- menu ------*/
@import url('../lib/mega-menu/assets/css/menu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../lib/owl-carousel/owl.carousel.css');
@import url('../lib/owl-carousel/owl.theme.css');
@import url('../lib/owl-carousel/animate.css');
/*-------- AOS css ------*/
@import url('../lib/aos-next/dist/aos.css');

/*----Flaticon-------*/
@import url('../fonts/icon/font/flaticon.css');
/*---------------- Custom Animation -------------*/
@import url('custom-animation.css');
/*---------------- Animated Headline -------------*/
@import url('../lib/animated-headline-master/style.css');

/*--------- Jquery ui ---------*/
@import url('../lib/jquery-ui/jquery-ui.min.css');



/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
/* Preloader */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
/* Spinner cargando */
    .ctn-preloader .animation-preloader .spinner {
        animation: spinner 1s infinite linear;
        border-radius: 50%;
        border: 3px solid #3797dd;
        border-top-color: #2e3178;
        height: 170px;
        margin: 0 auto 45px auto;
        width: 170px;
    }
/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
        animation: letters-loading 4s infinite;
        color: #2e3178;
        content: attr(data-text-preloader);
        left: 0;
        opacity: 0;
        top: 0;
        line-height: 70px;
        position: absolute;
    }
    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-family: iransans;
        font-weight: 700;
        letter-spacing: 15px;
        display: inline-block;
        color: #3797dd94;
        position: relative;
        font-size: 70px;
        line-height: 70px;
    }
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}

/*==================== Click Top ====================*/
.scroll-top {
  width:25px;
  height:25px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global style ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

/*
    Font Iran Sans------------------------------------------
*/

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: swap;
    src: url('/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'); /* FF39+,Chrome36+, Opera24+*/
    font-display: block;
    unicode-range: U+0600-06FF;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2');
    font-display: swap;
    unicode-range: U+0600-06FF;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2');
    font-display: swap;
    unicode-range: U+0600-06FF;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2');
    font-display: swap;
    unicode-range: U+0600-06FF;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2');
    font-display: swap;
    unicode-range: U+0600-06FF;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2');
    font-display: swap;
    unicode-range: U+0600-06FF;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/woff2/IRANSansWeb.woff2') format('woff2');
    font-display: swap;
    unicode-range: U+0600-06FF;
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}
body {
    font-family: iransans, sans-serif;
    font-weight: normal;
    color: #57667E;
    font-size: 14px;
    position: relative;
    top: 0 !important;
}
 .font-lato {font-family: iransans; font-weight: normal;}
 .font-k2d {font-family: 'K2D', iransans !important;}
 .main-page-wrapper {overflow-x:hidden;}
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 .h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: #233D63; font-weight: normal; font-family: 'Poppins', iransans;}
 .h1,h1 {font-size: 60px;}
 .h2,h2 {font-size: 48px;}
 .h3,h3 {font-size: 40px;}
 .h4,h4 {font-size: 30px;}
 .h5,h5 {font-size: 22px;}
 .h6,h6 {font-size: 16px;}
h6 {
    font-weight: 500;
    padding-bottom: 8px;
    padding-top: 16px;
}
 p {line-height: 28px;}
 ul {list-style-type: none;}
 body a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;cursor: pointer;background: transparent;}
 button:focus {outline: none;}
 input,textarea {outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}

 /*----------- Prefix -----------*/
.full-width-container {padding-left: 60px;padding-right: 60px;}
.demo-container-900 {max-width: 900px;margin: 0 auto;}
.demo-container-1100 {max-width: 1100px;margin: 0 auto;}
.p0 {padding: 0 !important;}
.pt-15 {padding-top: 15px;}
.pt-50 {padding-top: 50px;}
.pt-90 {padding-top: 90px;}
.pt-150 {padding-top: 150px;}
.pb-30 {padding-bottom: 30px;}
.pb-70 {padding-bottom: 70px;}
.theme-list-item li
.pb-100 {
    padding-bottom: 100px;
}
.pb-150 {padding-bottom: 150px;}
.pb-200 {padding-bottom: 200px;}
.mt-70 {margin-top: 70px;}
.mt-95 {margin-top: 95px;}
.mt-150 {margin-top: 150px;}
.mt-200 {margin-top: 200px;}
.mb-80 {margin-bottom: 80px;}
.mb-150 {margin-bottom: 150px;}
.mb-170 {margin-bottom: 170px;}
.mb-200 {margin-bottom: 200px;}
.m0 {margin: 0 !important;}
.gap-12 {
    gap: 12px;
}
our-service-app
.row.gutter-80 {
    margin: 0 -40px;
}
.row.gutter-80 [class*="col-"] {padding: 0 40px;}
.row.gutter-50 {margin: 0 -25px;}
.row.gutter-50 [class*="col-"] {padding: 0 25px;}
/*----------------- Theme button ------------------*/
body .solid-button-one {
  min-width: 188px;
  line-height: 48px;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  padding: 0 35px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  box-shadow: 0px 13px 27px 0px rgba(163, 48, 53, 0.25);
}
body .solid-button-one:hover {background: #fff;box-shadow: none;}
body .solid-button-one .icon-right {vertical-align: -1px;margin-right: 5px;}
body .solid-button-one .icon-left {vertical-align: -1px;margin-left: 5px;}
body .video-button-one {font-size: 18px;line-height: 55px;color: #57667E;}
body .video-button-one i {font-size: 50px;color: #D8D8D8;vertical-align: middle; display: inline-block;}
body .video-button-one .icon-right {margin-right: 10px;}
body .video-button-one .icon-left {margin-left: 10px;}
body .theme-button-one {
  font-family: 'Poppins', iransans;
  font-weight:600;
  width: 220px;
  line-height: 56px;
  text-align: center;
  font-size:19px;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  position: relative;
}
body .theme-button-one:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0,1);
}
body .theme-button-one:hover {color: #fff; border-color: #fff;}
body .theme-button-one:hover:before {transform: scale(1,1);}
body .theme-button-two {
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
    border-radius: 5px;
}
body .theme-button-two:before {
  content: '';
  position: absolute;
  top:4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
}
body .theme-button-two:hover:before {opacity: 1;}
body .theme-button-two .icon-right {vertical-align: -1px;margin-right: 5px;}
body .theme-button-two .icon-left {vertical-align: -1px;margin-left: 5px;}
body .line-button-one {
  text-transform: capitalize;
  line-height: 40px;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  text-align: center;
  padding: 0 30px;
  min-width: 150px;
}
    body .line-button-one:hover {
        box-shadow: 0px 13px 27px 0px rgba(72,160,220,.4);
        color: #fff;
    }
body .line-button-two {
  text-transform: capitalize;
  line-height: 48px;
  border: 1px solid #E0E9EF;
  border-radius: 25px;
  padding: 0 35px;
  min-width: 180px;
  text-align: center;
  font-size: 18px;
  color: #233D63;
}
body .line-button-two:hover,.agn-our-pricing .table-wrapper .pr-column:hover .line-button-two {
  color: #fff;
  box-shadow: 0px 13px 28px 0px rgba(163, 48, 53, 0.25);
}
body .line-button-three {
  font-family: iransans;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 48px;
  border: 1px solid #171717;
  min-width: 180px;
  text-align: center;
  color: #141414;
}
body .line-button-three:hover {color: #fff;}
body .white-shdw-button {
  text-transform: capitalize;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
  border-radius: 3px;
  padding: 0 33px;
  background: #fff;
}
body .white-shdw-button .icon {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
body .white-shdw-button:hover {color: #fff;box-shadow: 0px 13px 28px 0px rgba(163, 48, 53, 0.25);}
body .dark-button-one {
  font-family: 'Poppins', iransans;
  font-weight:600;
  line-height: 50px;
  padding: 0 40px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: #3b3b3b;
}
.pos-a {
    position: absolute;
}
.img-shape {
    position: absolute;
}

.pos-r {
    position: relative;
}
/*--------------------- Transition --------------------*/
.tran3s, h2 a, h3 a, h4 a, h5 a, h6 a, .svg path, body .video-button-one, body .video-button-one i, body .line-button-two, body .line-button-three,
.agn-what-we-do .single-block .more-button, .agn-our-gallery .main-wrapper .img-box .hover-content, .owl-theme .owl-nav [class*=owl-], .theme-footer-three .social-icon li a,
.theme-menu-one .logo, .theme-main-menu .header-right-widget, .agn-our-gallery .main-wrapper .view-gallery, .sass-contact-banner .subscribe-button, .language-switcher .dropdown-menu ul li a,
.theme-footer-one .top-footer .footer-list ul li a, .theme-footer-one .top-footer .footer-information ul li a, .eCommerce-side-menu .inner-wrapper ul.social-navbar li a, .theme-footer-one .bottom-footer ul li a, .panel .panel-heading .panel-title a:before,
.theme-menu-two .quote-button, .theme-menu-two .logo, .seo-what-we-do .single-block .wrapper, .seo-our-goal .text-wrapper .request-button, .our-service-seo .single-block .more-button,
.our-service-seo .single-block p, .seo-our-pricing .single-pr-table .pr-footer .plan-button:before, .seo-our-pricing .single-pr-table .pr-footer .plan-button, .navbar-nav .nav-item .nav-link,
.seo-our-pricing .single-pr-table .pr-footer .trial-button, .seo-contact-banner .contact-button, .theme-menu-three .header-right-widget .social-icon li a, .nav-tabs .nav-link, .theme-footer-four .social-icon li a,
.about-me-portfo .inner-content .button-group li a, .our-service-portfo .service-block .read-more, .isotop-menu-wrapper li, .our-project-portfo .text-content .gallery-button, .btn,
.portfo-footer form .input-group label, .portfo-footer form button, .portfo-footer .copyright-text .social-icon li a, .theme-menu-one .header-right-widget .call-us a, .theme-menu-one .navbar-nav .login-button a,
.our-service-sass .service-block .icon-s, .our-service-sass .service-block p, #theme-banner-four .main-wrapper .button-group .more-button, .checkout-toggle-area p button, .theme-footer-four .footer-list ul li a,
.our-service-sass .service-block .detail-button, .our-feature-sass .down-arrow, .our-feature-sass .single-feature-block .text-box .read-more, .sass-our-pricing .single-pr-table .upgrade-button:before,
.sass-our-pricing .single-pr-table .upgrade-button, .sass-our-pricing .single-pr-table .trial-button, .sass-faq-section .sub-heading a, .sass-faq-section .down-button, .eCommerce-side-menu .main-menu-list > ul > li > a,
.theme-menu-one.d-align-item .navbar-nav .login-button-two a,, .our-service-app .main-content .more-button, .our-service-app .main-content .down-arrow, .our-feature-app .text-wrapper .explore-button,
.theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a, .theme-Ecommerce-menu .right-content .user-profile-action .dropdown-menu ul li a, #eCommerce-carousel .color-tab ul li a,
.eCommerce-side-menu .main-menu-list > ul .sub-menu a, #eCommerce-carousel .inner-item-wrapper .button-group .shop-now, #eCommerce-carousel .inner-item-wrapper .button-group .details-info-button,
.eCommerce-hero-section .social-share li a, .eCommerce-hero-section .carousel-indicators li, .product-details-modal .main-bg-wrapper .close-button, .product-details-modal .main-bg-wrapper .next,
.product-details-modal .main-bg-wrapper .prev, .theme-sidebar-widget .list-item li a, .theme-sidebar-widget .size-filter li a, .theme-sidebar-widget .color-filter li a, .shop-demo-filter .selectize-dropdown .option,
.product-showcase .single-product-case, .product-showcase .single-product-case .info .name, .product-showcase .single-product-case .info .cart-button:before, .theme-sidebar-widget .sidebar-search button,
.product-showcase .single-product-case .info .cart-button:after, .product-showcase .single-product-case .info .cart-button span, .theme-pagination-one ul li a, .theme-sidebar-widget .list-item li .sub-menu a,
.cart-list-form .table .product-info .product-name, .cart-list-form .table .remove-product, .dark-button-one, .checkout-form .checkbox-list li label:before, .page-breadcrumbs li a, .theme-footer-four .bottom-footer ul li a,
.theme-sidebar-widget .sidebar-popular-product .info a, .shop-details .procuct-details .product-info .cart-button, .shop-details .procuct-details .product-info .wishlist-button, .navbar .mega-dropdown-list li a .icon,
.shop-details .product-review-tab .nav-tabs li a:before, .faq-page .faq-search-form button, .faq-page .submit-faq button, .our-team .single-team-member .info-meta, .our-blog .post-data .date,
.our-team .single-team-member .hover-content ul li a, .our-team .single-team-member .hover-content, body .theme-button-one, body .theme-button-one:before, .our-service .service-block .read-more,
.service-standard .service-block:before, .theme-action-banner-two .banner-button, #isotop-gallery-wrapper .isotop-item .hover-jojo ul li, .gallery-sidebar .sidebar-list li a, .our-blog .post-data .read-more,
#isotop-gallery-wrapper .isotop-item .hover-jojo ul li a, #isotop-gallery-wrapper .isotop-item .hover-jojo, .our-project .project-item .hover-valina, .gallery-sidebar .sidebar-icon ul li a, .theme-footer-two ul li a,
.project-with-sidebar .project-item .img-box a, .project-minimal-style .share-icon li a, .project-details .share-icon li a, .pd-footer .theme-pager, .pd-footer .theme-pager span, body .theme-button-two:before,
.our-blog .img-holder .video-button, .theme-sidebar-widget .keywords-tag li a, .blog-details .post-tag-area .tags li a, .blog-details .post-tag-area .share-icon li a, .blog-details .user-comment-area .single-comment .reply,
.blog-details-fg .blog-fg-data .video-banner-blog .video-button, #contact-form .form-group .help-block, .contact-us-section .contact-info ul li a, .form-style-three .send-button, .faq-tab-wrapper-four .faq-panel .panel .panel-heading .panel-title a i,
.contact-address-two .address-block a, body .line-button-one, body .solid-button-one, body .white-shdw-button, #theme-banner-two .main-wrapper .button-group .contact-button, #theme-banner-two .main-wrapper .button-group .more-button,
.shrt-menu .top-header .infoList li a, .shrt-menu .top-header .right-widget .user-profile-action .dropdown-menu ul li a, .shrt-menu .menu-social-icon li a, .shrt-menu .main-header .cart-action-wrapper .button-group a, #arch-carousel .indicators-one li i,
#arch-carousel .indicators-one li span, .arch-footer .top-footer .footer-list ul li a, .theme-tab .tabs-menu li a, .studio-feature-area .feature-block .title, .studio-feature-area .feature-block, .studio-project-holder, .studio-client-slider .customer-block p,
.studio-client-slider .customer-block .name, .studio-client-slider .customer-block .customer-info span, .studio-client-slider .customer-block:before, .studio-client-slider .customer-block, .studio-footer-one .top-footer .footer-list ul li a,
.studio-footer-one .bottom-footer ul li a {
    transition: all .3s ease-in-out;
}
    .tran4s, .theme-main-menu, .our-service-portfo .service-block:before, .our-service-portfo .service-block:after, .our-project .project-item p,
    .our-project-portfo #isotop-gallery-wrapper .isotop-item .effect-zoe img, .our-team .img-box img, .service-standard .service-block .hover-content p,
    .our-project .project-item .hover-valina .zoom, .theme-footer-one .top-footer .button-footer, .our-project .project-item .hover-valina:before, .our-project .project-item .hover-valina:after,
    #mega-menu-holder .img-box .img img {
        transition: all .4s ease-in-out;
    }
/*----------------------- Theme Color File -------------------*/
    .theme-footer-one .top-footer .footer-list ul li a:hover, .theme-footer-one .bottom-footer ul li a:hover, .seo-our-goal .text-wrapper .request-button:hover, body .video-button-one:hover, body .video-button-one:hover i,
    .seo-our-pricing .single-pr-table .pr-header .price, .seo-our-pricing .single-pr-table .pr-footer .trial-button:hover, .theme-menu-one .navbar-nav .nav-item:hover .nav-link, body .white-shdw-button,
    .theme-menu-one .navbar-nav .nav-item.active .nav-link, .sass-faq-section .sub-heading a:hover, .theme-Ecommerce-menu .right-content .user-profile-action .dropdown-menu ul li a:hover,
    .eCommerce-side-menu .main-menu-list > ul > li:hover > a, .eCommerce-side-menu .main-menu-list > ul .sub-menu a:hover, .eCommerce-hero-section .social-share li a:hover, .theme-counter-three .single-counter-box .number,
    .product-details-modal .main-bg-wrapper .close-button:hover, .theme-sidebar-widget .list-item li:hover a, .product-showcase .single-product-case:hover .info .name, .theme-title-one .upper-title,
    .theme-pagination-one ul li a:hover, .theme-pagination-one ul li.active a, .theme-sidebar-widget .sidebar-search button:hover, .theme-sidebar-widget .list-item li .sub-menu a:hover, .agn-what-we-do .single-block .more-button,
    .cart-list-form .table .product-info .product-name:hover, .cart-list-form .table .remove-product:hover, .checkout-toggle-area p button:hover, .checkout-toggle-area form .lost-passw:hover,
    .solid-inner-banner .page-breadcrumbs li a:hover, .theme-sidebar-widget .sidebar-popular-product li:hover .info a, .shop-details .procuct-details .product-info .price, .faq-page .faq-search-form button:hover,
    .shop-details .procuct-details .product-info .cart-button:hover, .realated-product .owl-theme .owl-nav [class*=owl-]:hover, .faq-tab-wrapper.faq-page .faq-panel .panel .panel-heading.active-panel .panel-title a:before,
    .faq-page .submit-faq button:hover, .team-standard .single-team-member .hover-content ul li a:hover, body .theme-button-one, .team-minimal .single-team-member .hover-content ul li a:hover,
    .team-classic .wrapper .hover-content li a:hover, .service-minimal .service-block:hover .read-more, .service-modren .service-block .service-info:hover .read-more, .gallery-sidebar .sidebar-icon ul li a:hover,
    .service-standard .service-block .hover-content .read-more:hover, .our-project .isotop-menu-wrapper li.is-checked, .gallery-sidebar .sidebar-list li a:hover, .gallery-sidebar .sidebar-list li.active a,
    .project-with-sidebar .project-item .hover-coco .title a:hover, .project-minimal-style .owl-theme .owl-nav [class*=owl-]:hover, .pd-footer .theme-pager:hover, .pd-footer .theme-pager:hover span,
    .related-project .owl-theme .owl-nav [class*=owl-]:hover, .our-blog .single-blog-post:hover .post-data .title a, .theme-sidebar-widget .recent-news-item li:hover .rn-title a, body .line-button-one,
    .blog-details .post-tag-area .share-icon li a:hover, #contact-form .form-group .help-block li:before, .contact-address-two .address-block p a:hover, .contact-address-two .address-block ul li a:hover,
    body .solid-button-one:hover, .navbar .navbar-toggler, .faq-tab-wrapper .faq-panel .panel .panel-heading.active-panel .panel-title a:before, .faq-tab-wrapper-two .faq-panel .panel .panel-heading.active-panel .panel-title a:before,
    .faq-tab-wrapper-four .faq-panel .panel .panel-heading .panel-title a i, .breadcrumbs-two .page-breadcrumbs li a:hover, .b-wh-text .page-breadcrumbs li a:hover, .agn-counter-section .counter-wrapper .single-counter-box .icon,
    .agn-counter-section .counter-wrapper .single-counter-box .number, .theme-counter-three .single-counter-box .icon, .theme-list-item li .color-style, .theme-menu-one .header-right-widget .call-us a, .theme-footer-two .social-icon li a:hover,
    .agn-our-pricing .table-wrapper .pr-column .pr-header .price, .theme-footer-one .about-widget .phone, .navbar .mega-dropdown-list li a:hover, .theme-menu-one .header-right-widget .language-switcher .dropdown-menu ul li a:hover,
    .theme-footer-three .phone, .theme-footer-four .footer-list ul li a:hover, .theme-footer-four .phone, .theme-footer-four .bottom-footer ul li a:hover, .theme-footer-four.light-v .footer-list ul li a:hover,
    .theme-footer-four.light-v .bottom-footer ul li a:hover, .shrt-menu .main-header .call-us a, .shrt-menu .top-header .infoList li a:hover, .shrt-menu .top-header .right-widget .language-switcher .dropdown-menu ul li a:hover,
    .shrt-menu .top-header .right-widget .user-profile-action .dropdown-menu ul li a:hover, .shrt-menu.text-light .navbar .dropdown-menu .dropdown-item:hover, .shrt-menu.text-light .navbar .mega-dropdown-list li a:hover,
    .shrt-menu.text-light .top-header .infoList li a:hover, .shrt-menu.dark-bg .top-header .right-widget .language-switcher .dropdown-menu ul li a:hover, .shrt-menu.dark-bg .top-header .right-widget .user-profile-action .dropdown-menu ul li a:hover,
    .navbar .mega-dropdown-list li a:hover .icon, .pricing-tab-menu .nav-tabs .nav-item .nav-link, .signin-form-wrapper .signUp-text a, #arch-carousel .inner-item-wrapper .upper-title, #arch-carousel .indicators-one li i,
    .arch-project-gallery .isotop-menu-wrapper li.is-checked, .arch-service .single-block:hover .title a, .arch-blog .blog-post:hover .title a, .arch-contact .form-wrapper .contact-text .call-us, .arch-footer .top-footer h2 a,
    .arch-footer .top-footer .phone, .theme-footer-one.arch-footer .top-footer .footer-list ul li a:hover, .theme-tab-basic.theme-tab .tabs-menu li.z-active a, .theme-tab .z-content-inner ol li a:hover, .studio-feature-area .feature-block:hover .title,
    .z-tabs.mobile > ul.z-tabs-mobile > li > a > span.drp-icon, #studio-banner-two .main-text-wrapper .button-link, .studio-feature-area .feature-block .icon-s, .studio-feature-area .feature-block .detail-button, .studio-client-slider .customer-block:before,
    .studio-contact-area .contact-text .call-to-dial, .studio-footer-one .top-footer h2 a, .studio-footer-one .top-footer .footer-list ul li a:hover {
        color: #3f979b;
    }
        .scroll-top, .theme-footer-one .top-footer .footer-information ul li a:hover, .eCommerce-side-menu .inner-wrapper ul.social-navbar li a:hover, .theme-menu-two .quote-button:hover, .theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a:hover,
        #eCommerce-carousel .inner-item-wrapper .button-group .shop-now:hover, #eCommerce-carousel .inner-item-wrapper .button-group .details-info-button:hover, .product-details-modal .main-bg-wrapper .cart-button,
        .theme-sidebar-widget .price-ranger .ui-slider .ui-slider-range, .theme-sidebar-widget .size-filter li a:hover, .shop-demo-filter .selectize-dropdown .option:hover, .shop-demo-filter .selectize-dropdown .active,
        .product-showcase .single-product-case .info .cart-button span, .dark-button-one:hover, .shop-details .procuct-details .product-info .cart-button, .shop-details .procuct-details .product-info .wishlist-button:hover,
        .shop-details .product-review-tab .tab-content .list-item li:before, .faq-page .submit-faq button, body .theme-button-one:before, .newsletter-section.agn-theme .main-wrapper form button,
        .newsletter-section.agn-theme .theme-title-one.upper-bar:before, .video-action-banner-one .video-button, .video-action-banner-one .video-button:before, .theme-action-banner-two .banner-button:hover,
        #isotop-gallery-wrapper .isotop-item .hover-jojo ul li a:hover, .gallery-sidebar .sidebar-title:before, .project-details .side-block .block-title:before, .our-blog .single-blog-post:hover .img-holder .video-button,
        .theme-sidebar-widget .keywords-tag li a:hover, .blog-details .user-comment-area .single-comment .reply:hover, body .theme-button-two, .blog-details-fg .blog-fg-data .video-banner-blog .video-button:hover,
        #contact-form .form-group .help-block, .contact-us-section .contact-info ul li a:hover, .form-style-three .send-button:hover, body .line-button-one:hover, body .solid-button-one, body .line-button-two:hover,
        .agn-our-pricing .table-wrapper .pr-column:hover .line-button-two, body .white-shdw-button:hover, #theme-banner-two .main-wrapper .button-group .contact-button:hover, .seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box,
        .faq-tab-wrapper-three .faq-panel .panel .panel-heading.active-panel .panel-title a, .faq-tab-wrapper-four .faq-panel .panel .panel-heading.active-panel .panel-title a, .agn-our-gallery .main-wrapper .view-gallery:hover,
        .agn-home-blog .single-blog-post .flip-box-back, .seo-contact-banner .contact-button:hover, .navbar .dropdown-menu .dropdown-item span, .ln-inner-page-demo .inner-wrapper .single-page a .new, .theme-footer-three .social-icon li a:hover,
        .theme-footer-four .social-icon li a:hover, .navbar .mega-dropdown-list li a span, .btn-white:hover, .ln-home-demo .single-page-demo .new, .shrt-menu .main-header .cart-action-wrapper .button-group a:hover,
        .pricing-tab-menu .nav-tabs .nav-item .nav-link.active, #arch-carousel .indicators-one li.active span, .about-arch .text-wrapper .mark-text:before, .about-arch .img-box .sq-box, body .line-button-three:hover,
        .arch-testimonial .owl-theme .owl-dots .owl-dot.active span, .arch-testimonial .owl-theme .owl-dots .owl-dot span:hover, #arch-carousel .details-info-button, .theme-tab .tabs-menu li a:before,
        .theme-tab .z-content-inner .list-item li:before, .theme-tab-solid.theme-tab .tabs-menu li.z-active a, .theme-tab .nested-tab-menu li.z-active a:before, .action-banner-three, .studio-client-slider .center .customer-block {
            background: #3f979b;
        }
    .theme-footer-one .top-footer .footer-information ul li a:hover, .eCommerce-side-menu .inner-wrapper ul.social-navbar li a:hover, .seo-contact-banner .contact-button:hover, .theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a:hover, body .theme-button-one,
    .theme-sidebar-widget .size-filter li a:hover, .shop-details .procuct-details .product-info .cart-button, .shop-details .procuct-details .product-info .wishlist-button:hover, .faq-page .submit-faq button,
    .theme-action-banner-two .banner-button:hover, .our-project .isotop-menu-wrapper li.is-checked, #isotop-gallery-wrapper .isotop-item .hover-jojo ul li a:hover, .theme-sidebar-widget .keywords-tag li a:hover,
    .blog-details .user-comment-area .single-comment .reply:hover, .contact-us-section .contact-info ul li a:hover, .form-style-three .send-button:hover, body .line-button-one, body .solid-button-one, body .line-button-two:hover,
    .agn-our-pricing .table-wrapper .pr-column:hover .line-button-two, #theme-banner-two .main-wrapper .button-group .contact-button:hover, .agn-our-gallery .main-wrapper .view-gallery:hover, .theme-footer-three .social-icon li a:hover,
    .theme-footer-four .social-icon li a:hover, .pricing-tab-menu .nav-wrapper, body .line-button-three:hover, .arch-testimonial .owl-theme .owl-dots .owl-dot span, .studio-feature-area .feature-block:hover {
        border-color: #3f979b;
    }
  
/*------------------- Theme Pagination ------------------*/
.theme-pagination-one ul {
  display: inline-block;
  margin: 0 -10px;
}
.theme-pagination-one ul li {float: right;padding: 0 10px;}
.theme-pagination-one ul li a {
  font-size: 24px;
  color: #4f4f4f;
  line-height: 40px;
}
.theme-pagination-one ul li a .icon {font-size: 30px;}
.theme-pagination-one ul li.active a {cursor: default;}
/*----------------------- Theme Main Menu --------------------*/
#mega-menu-holder {position: static;}
#mega-menu-holder .img-box {display: block; text-align: center;}
#mega-menu-holder .img-box .img {
  display: block;
  overflow: hidden;
  background: #000;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}
#mega-menu-holder .img-box .img img {width: 100%;}
#mega-menu-holder .img-box:hover .img img {opacity: 0.7;transform: scale3d(1.1,1.1,1);}
#mega-menu-holder .img-box .text {
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
  color: #212121; 
  padding-top: 10px;
}
.theme-main-menu {
  position: absolute;
  top:0;
  width: 100%;
  left:0;
  z-index: 99;
  padding: 65px 0 0;
}
.theme-menu-one .logo {
  position: absolute;
  top:-1px;
  right:0;
  z-index: 3;
}
.theme-menu-one .menu-button.sidebar-menu-open {
    position: absolute;
    top: 37px;
    right: 30px;
    left: unset;
    color: #ffffff;
    font-size: 24px;
}
.theme-menu-one.fixed .menu-button.sidebar-menu-open {
    top: 12px;
    right: 30px;
    color: #212121;
}
.theme-menu-one .logo a {
    display: block;
}
.theme-menu-one .navbar-nav .nav-item .nav-link {color: #64697A;}
.theme-menu-one .navbar-nav .nav-item:first-child .nav-link {margin-right: 0;}
.theme-menu-one .header-right-widget {
  position: absolute;
  top:52px;
  left: 60px;
  z-index: 1;
}
.theme-menu-one .navbar-nav .nav-item .nav-link {
    display: inline-block;
    position: relative;
    font-size: 16px !important;
    font-weight: 500;
}

    .theme-menu-one .navbar-nav .nav-item .nav-link::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: -5px;
        right: 0;
        background-color: #3f979b;
        transform-origin: bottom left;
        transition: transform 0.25s ease-out;
    }

.theme-menu-one .navbar-nav .nav-item .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom right;
}
.theme-menu-one .header-right-widget>ul>li {display: inline-block;vertical-align: middle;}

.theme-menu-one .header-right-widget .language-switcher button {
  background: transparent;
  height: 55px;
  text-transform: uppercase;
  color: #233D63;
  font-size: 16px;
  margin:0 45px 0 40px;
}
.theme-menu-one .header-right-widget .language-switcher .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
}
.theme-menu-one .header-right-widget .language-switcher .dropdown-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #767a89;
  line-height: 35px;
  text-transform: uppercase;
}
.skiptranslate {
    display: none !important;
}
.theme-menu-one .header-right-widget .language-switcher .dropdown-menu ul li a:hover {padding-left: 20px;}
.theme-menu-one .header-right-widget .language-switcher .dropdown-toggle::after {color: #233D63;}
.theme-menu-one .header-right-widget .call-us {font-size: 20px;color: #A2ADBD;}
.theme-menu-one .header-right-widget .call-us a {font-size: 24px;margin-right: 15px;}
/*----------------- SASS MENU ---------------------*/
.theme-menu-one.d-align-item .navbar-nav .nav-item:hover .nav-link,
.theme-menu-one.d-align-item .navbar-nav .nav-item.active .nav-link,
.theme-menu-one.d-align-item .navbar .dropdown-item:focus,.theme-menu-one.d-align-item .navbar .dropdown-item:hover,
.theme-menu-one.d-align-item .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,.theme-menu-one.d-align-item .navbar .navbar-toggler,
.theme-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover,
.theme-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover .icon {color: #f569f8;}
.theme-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover .svg path {fill: #f569f8;}
.theme-menu-one.d-align-item .navbar-nav .nav-item .nav-link {padding-bottom: 0;}
.theme-menu-one.d-align-item .navbar-nav .nav-item .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left:1px;
  bottom: 5px;
  z-index: -1;
  background: #f569f8;
  transition: width 0.3s ease-out;
}
.theme-menu-one.d-align-item .header-right-widget .call-us a {color: #bebebe; margin-right: 0;}
.theme-menu-one.d-align-item .header-right-widget .call-us a:hover {color: #f569f8;}
.theme-menu-one.d-align-item .navbar-nav .nav-item .nav-link:hover:before,
.theme-menu-one.d-align-item .navbar-nav .nav-item.active .nav-link:before {width: 100%;}
.theme-menu-one.d-align-item #mega-menu-holder {margin-left: 125px;}
.theme-menu-one.d-align-item .header-right-widget {left: auto; right: 15%;}
.theme-menu-one.d-align-item .logo {top:45px;right:75px;width: 140px;}
.theme-menu-one.d-align-item .navbar-nav .login-button a {
  width: 150px;
  line-height: 50px;
  background: #fef9da;
  border-radius: 3px;
  font-size: 18px;
  color: #ead24c;
  text-align: center;
  margin-top: -12px;
}
.theme-menu-one.d-align-item .navbar-nav .login-button a:hover {background: #f569f8;color: #fff;}
.theme-menu-one.d-align-item .navbar-nav .login-button-two a {
    width: 100px;
    height: 38px;
    line-height: 30px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: -12px;
}
    .theme-menu-one.d-align-item .navbar-nav .login-button-two a:hover {
        background: #fff;
        color: #2E3178;
    }
.theme-menu-one.d-align-item.fixed .navbar-nav .login-button-two a {
    background: #2E3178;
    color: #ffffff;
}
    .theme-menu-one.d-align-item.fixed .navbar-nav .login-button-two a:hover {
        background: #ffffff;
        color: #2E3178;
        border: 1px solid #2E3178;
    }
/*------------------ Menu One Color Fix -------------------*/
.theme-menu-one.d-align-item.color-white .header-right-widget .call-us a,
.theme-menu-one.d-align-item.color-white .header-right-widget .language-switcher button,
.theme-menu-one.d-align-item.color-white .header-right-widget .language-switcher .dropdown-toggle::after,
.theme-menu-one.d-align-item.color-white .navbar-nav .nav-item .nav-link {
    transition: color 0.3s ease-out;
color: #fff;
}
.theme-menu-one.d-align-item.color-white .navbar-nav .nav-item .nav-link:before {background: transparent;}
    .theme-menu-one.d-align-item.color-white .navbar-nav .nav-item .nav-link:hover {
        transition: color 0.3s ease-out;
    }
   
/*---------------------- APP Menu ----------------------*/
.theme-menu-one.d-align-item.app-menu .navbar .dropdown-item:focus,.theme-menu-one.d-align-item.app-menu .navbar .dropdown-item:hover,
.theme-menu-one.d-align-item.app-menu .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,
.theme-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover,
.theme-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover .icon {color: #614ef9;}
.theme-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover .svg path {fill: #614ef9;}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-main-menu.fixed {
  position: fixed !important;
  background: #fff;
  box-shadow: 0px 13px 35px -12px rgba(35,35,35,0.15);
  animation: menu_sticky  0.60s ease-in-out;
}
.theme-menu-one.d-align-item.fixed .logo {width: 140px;}
.theme-menu-one.fixed.d-align-item .logo {top:5px;}
.theme-menu-one.fixed .navbar-nav .nav-item .nav-link,
.theme-menu-two.fixed .navbar-nav .nav-item .nav-link {padding-bottom: 20px;}

.theme-menu-one.fixed,.theme-menu-two.fixed {padding: 20px 0 0;}
.theme-main-menu.theme-menu-three.fixed {padding: 20px 0 5px;}
.theme-menu-one.fixed .logo,.theme-menu-three.fixed .logo {width: 70px;}
.theme-menu-one.fixed .header-right-widget {top:7px;}
.theme-menu-two.fixed .logo {top:7px;}
.theme-menu-two.fixed .quote-button {top:9px;}
.theme-main-menu.theme-menu-two.fixed,.theme-menu-one.d-align-item.color-white.fixed {background: #ffffff;}
.theme-main-menu.theme-menu-three.fixed {background: rgba(29,31,66,0.98); border-bottom: 1px solid rgba(255,255,255,0.03);}
.theme-menu-three.fixed .header-right-widget {top:14px;}
.theme-menu-one.d-align-item.fixed .navbar-nav .nav-item .nav-link {
    padding-bottom: 0;
    color: #212121;
}
.theme-menu-one.d-align-item.fixed  {padding-bottom: 12px;}
  
/*---------------------- Theme Main Banne Five -----------------------*/
#theme-banner-five {
    background: linear-gradient( 145deg, rgb(46,49,120) 0%, rgb(55,151,221) 100%);
    position: relative;
    z-index: 5;
}
#theme-banner-five .bg-shape-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: -1;
  overflow: hidden;
}
#theme-banner-five .bg-shape-holder .big-round-one {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255,255,255,0.04);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
#theme-banner-five .bg-shape-holder .big-round-two {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255,255,255,0.04);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
#theme-banner-five .bg-shape-holder .big-round-three {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255,255,255,0.04);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
#theme-banner-five .bg-shape-holder .shape-one {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(213,238,255,0.29);
  position: absolute;
  top:18%;
  left:14%;
  animation: animationFramesTwo 13s infinite linear;
}
#theme-banner-five .bg-shape-holder .shape-two {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,0.16);
  position: absolute;
  top:16%;
  left:41%;
  animation: animationFramesOne 15s infinite linear;
}
#theme-banner-five .bg-shape-holder .shape-three {
  position: absolute;
  bottom: 15%;
  left:35%;
  animation: animationFramesFour 15s infinite linear alternate;
}
#theme-banner-five .bg-shape-holder .shape-four {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(213,238,255,0.29);
  position: absolute;
  bottom: 12%;
  right: 30%;
  animation: animationFramesFive 15s infinite linear alternate;
}
    #theme-banner-five .mobile-screen-one {
        position: absolute;
        left: -6%;
        top: 100px;
        z-index: -1;
        width: 35%;
    }
#theme-banner-five .mobile-screen-two {
  position: absolute;
  left: 15%;
  top: 160px;
  z-index: -1;
  width: 40%;
}
#theme-banner-five .mobile-screen-two .search-box {
  position: absolute;
  top: 31%;
  left: 28%;
  width: 68%;
}
#theme-banner-five .main-wrapper {padding: 300px 5% 215px 0;}
#theme-banner-five .main-title {
  font-family: iransans;
  font-weight:bold;
  font-size: 34px;
    line-height: 48px;
    color: #fff;
}
#theme-banner-five .sub-title {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding: 15px 0 30px;
}
#theme-banner-five .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
#theme-banner-five .main-wrapper .button-group li a {
  width: 230px;
    height: 70px;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 9px 70px 9px 0;
  position: relative;
  font-size: 20px;
  color: #fff;
}
#theme-banner-five .main-wrapper .button-group li a span {
  display: block;
  font-size: 13px;
  margin-bottom: -5px;
}
#theme-banner-five .main-wrapper .button-group li a.google-button {margin-left: 22px;}
    #theme-banner-five .main-wrapper .button-group li a.ios-button img {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    #theme-banner-five .main-wrapper .button-group li a.google-button img {
        position: absolute;
        right: 23px;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
    }
 
/*------------------------ Testimonial ---------------------*/
.agn-testimonial {
    position: relative;
    margin: 50px 0px;
}
.agn-testimonial .main-content {
  max-width: 600px;
  float: left;
  position: relative;
  z-index: 1;
}
.agn-testimonial .main-content .theme-title-one {padding-bottom: 40px;}
.agn-testimonial .main-content .agn-testimonial-slider p {
  font-size: 20px;
  color: #76797e;
  line-height: 37px;
  padding: 0 0 50px 80px;
}
.agn-testimonial .main-content .agn-testimonial-slider .author-info .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: right;
}
.agn-testimonial .main-content .agn-testimonial-slider .author-info .name-info {
  float: right;
  padding-right: 20px;
}
.agn-testimonial .main-content .agn-testimonial-slider .author-info .name-info .name {font-size: 20px;}
.agn-testimonial .main-content .agn-testimonial-slider .author-info .name-info span {
  color: #c7c7c7;
  font-size: 16px;
}
.agn-testimonial .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  margin: 0 10px;
  padding: 0;
  font-size: 30px;
  color: rgba(0,0,0,0.4);
}
.agn-testimonial .owl-theme .owl-nav {
  text-align: right;
  margin-top: 35px;
}
.agn-testimonial .owl-theme .owl-nav [class*=owl-]:hover {color: #233D63;}
    .agn-testimonial .shape-box {
        position: absolute;
        top: 10%;
        right: 0;
        width: 42%;
        height: 100%;
    }
.agn-testimonial .shape-box .people {
  position: absolute;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
  z-index: 1;
}
.agn-testimonial .shape-box .people:nth-child(2) {
  top:37%;
  left: 41%;
  animation: scale-up-one 14s infinite linear;
}
.agn-testimonial .shape-box .people:nth-child(3) {
  top:47%;
  left: 22%;
  animation: scale-up-two 9s infinite linear;
}
.agn-testimonial .shape-box .people:nth-child(4) {
  top:16%;
  left: 29%;
  animation: scale-up-three 8s infinite linear;
}
.agn-testimonial .shape-box .people:nth-child(5) {
  top:24%;
  left: 66%;
  animation: scale-up-two 10s infinite linear;
}
.agn-testimonial .shape-box .people:nth-child(6) {
  top:52%;
  left: 69%;
  animation: scale-up-three 11s infinite linear;
}
.agn-testimonial .shape-box .people:nth-child(7) {
  top:61%;
  left: 40%;
  animation: scale-up-one 12s infinite linear;
}
.agn-testimonial .shape-box .shape-one {
  position: absolute;
  right:-30%;
  top:28%;
  animation: rotated 2s infinite linear;
}
.agn-testimonial .shape-two {
  position: absolute;
  left: 0;
  bottom: 11%;
}
.agn-testimonial .owl-carousel .owl-item {
    height: 450px !important;
}
    .agn-testimonial .owl-carousel .owl-item img {
        height: 400px;
        border-radius: 5px;
        background: #fff;
        margin-top: 25px;
        margin-right: 20px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .agn-testimonial .shape-box h4.title {
        font-size: 22px;
        margin: 0px;
        font-weight: 700;
        margin-top: 18px;
    }
.agn-testimonial .shape-box p {
    margin-top: 14px;
    padding: 0px 0px 10px 0px;
}
    .download-aplication button {
        background-color: #3f979b;
        width: 165px;
        height: 50px;
    }
.agn-testimonial .shape-box .download-aplication {
    gap: 8px;
}
#app_information .agn-testimonial:before {
    content: url(../images/shape/line-3.svg);
    position: absolute;
    top: 53%;
    left: 81px;
}



/*-------------------------- Theme Footer One -------------------*/
.theme-footer-one {
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #ededed;
}
.theme-footer-one .shape-two {
  position: absolute;
  right: 10%;
  top:50%;
  animation: rotated 18s infinite linear;
}
.theme-footer-one.top-border {border-top: 1px solid #ededed; padding-top: 95px;}
.theme-footer-one .about-widget .email {
  font-size: 18px;
  color: #76797e;
  margin: 15px 0 15px;
  display: block;
}
.theme-footer-one .about-widget .phone {font-size: 22px;}
.theme-footer-one .top-footer .title {font-size: 22px;padding: 12px 0 25px;}
.theme-footer-one .top-footer .footer-list ul li a {
  display: block;
  line-height: 38px;
  font-size: 17px;
  color: #76797e;
}
.theme-footer-one .top-footer .footer-information p {padding: 0 0 30px; color: #76797e;}
    .theme-footer-one .top-footer .footer-information ul li {
        display: inline-block;
    }
    .theme-footer-one .top-footer .footer-information ul li a {
        width: 40px;
        height: 40px;
        border: 1px solid #dbdbdb;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: #dbdbdb;
        margin-right: 10px;
    }
        .theme-footer-one .top-footer .footer-information ul li a:hover {
            color: #fff;
        }
.theme-footer-one .bottom-footer {
  border-top: 1px solid #ededed;
  margin-top: 50px;
  padding: 20px 0;
}
    .theme-footer-one .bottom-footer p {
        text-align: center;
        color: rgba(87,102,126,0.8);
    }
.theme-footer-one .bottom-footer ul {float: left;}
.theme-footer-one .bottom-footer ul li {display: inline-block;}
.theme-footer-one .bottom-footer ul li a {
  line-height: 28px;
  color: rgba(87,102,126,0.8);
  margin-right: 15px;
}
.theme-footer-one .shape-one {
  position: absolute;
  width: 54px;
  height: 54px;
  border:6px solid #27c3ff;
  border-radius: 50%;
  position: absolute;
  left:-22px;
  top:48%;
}
.theme-footer-one .shape-one:before {
  content: '';
  position: absolute;
  top:-55px;
  left:-55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #ecf4ff;
  border-radius: 50%;
}
    .theme-footer-one .top-footer .logo {
        max-width: 50%;
    }
    .theme-footer-one .top-footer .button-footer {
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        background: linear-gradient( 145deg, rgb(46,49,120) 0%, rgb(55,151,221) 100%);
        margin-top: 12px;
        color: #ffffff;
    }

    .theme-footer-one .top-footer .footer-list .trust {
        width: 100px;
        height: 100px;
        border: 1px solid #ededed;
        border-radius: 5px;
        display: inline-block;
        margin: 5px;
    }
.theme-footer-one .top-footer .footer-list .trust img {
    width: 75px;
    height: 75px;
    margin: 12.5px;
}
    .theme-footer-one .top-footer .button-footer {
        width: 150px !important;
    }
 
/*----------------------- Our Service/APP ------------------------*/
.our-service-app {
  position: relative;
  padding: 0px 0 50px;
}
.our-service-app .main-content {
  max-width: 1450px;
  padding: 0 15px;
  margin: 90px auto 0;
}
    .our-service-app .main-content .inner-wrapper {
        -ms-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        text-align: center;
        position: relative;
        margin-top: 20px;
        cursor: pointer;
    }
    .our-service-app .main-content .d-flex .inner-wrapper {
        border-radius: 5px;
        background: #fff;
        box-shadow: 10px 25px 50px 0px rgba(78, 81, 144, 0.07);
    }
    .our-service-app .main-content .d-flex .inner-wrapper:hover {
        -ms-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        box-shadow: 0 2px 6px rgba(72,160,220,.4) !important;
    }
    .our-service-app .main-content .inner-wrapper .title a {
        font-size: 18px;
        color: #4e4e4e;
        margin: 0px;
        font-weight: 700;
    }
        .our-service-app .main-content .inner-wrapper:hover .title a {
            color: #2E3178;
        }
.our-service-app .main-content .inner-wrapper p {
  line-height: 20px;
  padding: 0 50px 16px 50px;
  color: #8c929d;
}
.our-service-app .main-content .inner-wrapper .illustration-box {
  display: inline-block;
  position: relative;
  min-height: 250px;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .bg-shape,
.our-service-app .main-content .single-block:nth-child(3) .illustration-box .bg-shape {animation: rotated 35s infinite linear;}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-one {
  position: absolute;
  top:42px;
  left:-16px;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-two {
  position: absolute;
  top:42px;
  right: 0;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-three {
  position: absolute;
  bottom: 24px;
  right: 0;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box [class*="block-shape"] {transform: scale(1.5);}
.our-service-app .main-content .single-block .illustration-box [class*="block-shape"] {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-one {
  position: absolute;
  top:120px;
  left:26px;
  transform: scale(1.5);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-two {
  position: absolute;
  top:0;
  left:120px;
  transform: scale(1.5);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-three {
  position: absolute;
  top:66px;
  right: 6px;
  transform: scale(1.5);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-four {
  position: absolute;
  top:52px;
  right: 63px;
  transform: translateY(30px);
}
.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*="block-shape"] {
  opacity: 1;
  transform: scale(1);
}
.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box .block-shape-four {transform: translateY(0);}
.our-service-app .main-content .single-block:nth-child(3) .illustration-box .block-shape-one {
  position: absolute;
  top:7px;
  left:45px;
  transform: scale(1.5);
}
.our-service-app .main-content.show-pr .single-block:nth-child(1) .illustration-box [class*="block-shape"],
.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*="block-shape"],
.our-service-app .main-content.show-pr .single-block:nth-child(3) .illustration-box [class*="block-shape"] {
  opacity: 1;
  transform: scale(1);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before,
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after {
  content: '';
  position: absolute;
  width: 145px;
  height: 1px;
  border-top: 1px dashed #e6e6e6;
  top:45%;
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before {right: -150px;}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after {left: -150px;}
.our-service-app .main-content .more-button {
  display: block;
  width: 230px;
  line-height: 51px;
  border-radius: 30px;
  background: #614ef9;
  border: 2px solid #614ef9;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 100px auto 0;
  text-align: center;
}
.our-service-app .main-content .more-button:hover {background: #fff;color:#614ef9; }
.our-service-app .main-content .down-arrow {
  display: block;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  border-radius: 50%;
  margin: 0 0 0 -30px;
  line-height: 60px;
  text-align: center;
  color: #7494b5;
  font-size: 20px;
  position: absolute;
  bottom: -30px;
  left:50%;
  z-index: 1;
}
.our-service-app .main-content .down-arrow span {
  display: block;
  transform: rotate(-90deg);
}
.our-service-app .main-content .down-arrow:hover {color: #fff;background: #614ef9;}
.our-service-app .inner-wrapper img {
    padding-top: 16px;
}
    .our-service-app .d-flex .inner-wrapper.select {
        border: 1px solid #2E3178;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        box-shadow: 0 2px 6px rgba(46,49,120,.4) !important;
    }
        .our-service-app .d-flex .inner-wrapper.select .title a {
            color: #2E3178;
        }
.our-service-app .main-content .text-center h4 {
    font-weight: 700;
    font-size: 24px;
}
 
/*--------------------- Our Feature/APP --------------------------*/
.our-feature-app {
    position: relative;
    padding: 50px 0px;
}
.our-feature-app .single-feature-box {padding-bottom: 315px; position: relative;}
.our-feature-app .single-feature-box:last-child {padding: 0;}
.our-feature-app .single-feature-box:nth-child(1):before {
    content: url(../images/shape/line-4.svg);
    position: absolute;
    top: 93%;
    left: 80px;
}
.our-feature-app .single-feature-box:nth-child(2):before {
    content: url(../images/shape/line-3.svg);
    position: absolute;
    top: 53%;
    left: 81px;
}
.our-feature-app .text-wrapper .title {
  font-size: 46px;
  line-height: 55px;
  color: #3e3e3e;
  padding: 40px 0 30px;
}
.our-feature-app .text-wrapper p {
  line-height: 30px;
}
.our-feature-app .text-wrapper .sub-heading {
  font-size: 21px;
  color: #57667e;
  padding-bottom: 30px;
}
.our-feature-app .text-wrapper ul li {
  font-size: 17px;
  line-height: 38px;
  color: rgba(87,102,126,0.7);
  position: relative;
  padding-right: 35px;
}
.our-feature-app .text-wrapper ul li:before {
  content: "\f107";
  font-family: "Flaticon";
  position: absolute;
  line-height: 30px;
  font-size: 16px;
  right:0;
  top:0;
  color: #ff6400;
}
.our-feature-app .text-wrapper .explore-button {
  width: 175px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  margin-top: 38px;
}
.our-feature-app .single-feature-box:nth-child(1) .text-wrapper .explore-button {color: #ead24c;background: #fef9da;}
.our-feature-app .single-feature-box:nth-child(1) .text-wrapper .explore-button:hover {background: #ead24c;color: #fef9da;}
.our-feature-app .single-feature-box:nth-child(2) .text-wrapper .explore-button {color: #4ebef9;background: rgba(30,193,254,0.11);}
.our-feature-app .single-feature-box:nth-child(2) .text-wrapper .explore-button:hover {background: #4ebef9; color: #e6f8ff;}
.our-feature-app .single-feature-box:nth-child(3) .text-wrapper .explore-button {color: #ff8aa0;background: rgba(255,61,92,0.11);}
.our-feature-app .single-feature-box:nth-child(3) .text-wrapper .explore-button:hover {background: #ff8aa0;color: #ffeaed;}
.our-feature-app .single-feature-box:nth-child(1) .text-wrapper {margin-top: 165px;}
.our-feature-app .single-feature-box:nth-child(3) .text-wrapper {margin-top: 60px;}
.our-feature-app .feature-img-box {position: relative;padding-left: 90px;}
.our-feature-app .feature-img-box .feature-offer-box {
  padding: 45px 35px 30px 15px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.our-feature-app .feature-img-box .feature-offer-box .icon-box {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.our-feature-app .feature-img-box .support-feature .icon-box {background: linear-gradient( 120deg, rgb(249,154,120) 0%, rgb(255,83,140) 100%);}
.our-feature-app .feature-img-box .price-feature .icon-box {background: linear-gradient( 120deg, rgb(108,71,218) 0%, rgb(224,129,255) 100%);}
.our-feature-app .feature-img-box .access-feature .icon-box {background: linear-gradient( 120deg, rgb(81,236,112) 0%, rgb(36,189,155) 100%);}

.our-feature-app .feature-img-box .feature-offer-box .icon-box img {
  margin: 0 auto;
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
.our-feature-app .feature-img-box .price-feature .icon-box img {width: 22px;}
.our-feature-app .feature-img-box .feature-offer-box .title {
  font-size: 24px;
  color: #4e4e4e;
  padding: 20px 0 30px;
}
.our-feature-app .feature-img-box .feature-offer-box p {color: #8c929d;}

.our-feature-app .feature-img-box .support-feature {margin-top: 180px;}

.our-feature-app .feature-img-box .feature-offer-box .icon-box:before,
.our-feature-app .feature-img-box .feature-offer-box .icon-box:after {
  content: '';
  position: absolute;
  top:4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient( -51deg, rgb(249,154,120) 0%, rgb(136,52,204) 20%, rgb(55,189,209) 42%, rgb(212,234,62) 62%, rgb(248,102,157) 83%, rgb(252,93,149) 91%, rgb(255,83,140) 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.our-feature-app .feature-img-box .feature-offer-box .icon-box:after {filter: blur(13px);}
.our-feature-app .feature-img-box .shape-one {
  position: absolute;
  top:34%;
  left: -12%;
  animation: animationFramesOne 15s infinite linear alternate;
}
.our-feature-app .feature-img-box .shape-two {
  position: absolute;
  top:12%;
  left: 15%;
  animation: animationFramesFive 18s infinite linear alternate;
}
.our-feature-app .feature-img-box .shape-three {
  position: absolute;
  top:0%;
  left: 24%;
  animation: animationFramesTwo 15s infinite linear alternate;
}
.our-feature-app .feature-img-box .shape-four {
  position: absolute;
  top:19%;
  right: 28%;
  animation: animationFramesFive 20s infinite linear alternate;
}
.our-feature-app .feature-img-box .shape-five {
  position: absolute;
  top:12%;
  right: 2%;
  animation: animationFramesFive 18s infinite linear alternate;
}

/*.our-feature-app .single-feature-box:nth-child(1) .feature-img-box:before {
  content:url(../images/shape/shape-44.svg);
  position: absolute;
  top:34px;
  left: 55px;
}*/
.our-feature-app .single-feature-box:nth-child(2) .feature-img-box:before {
  content:url(../images/shape/shape-50.svg);
  position: absolute;
  top:-24px;
  right: -12px;
}
.our-feature-app .single-feature-box:nth-child(3) .feature-img-box:before {
  content:url(../images/shape/shape-51.svg);
  position: absolute;
  top: -83px;
  left: -40px;
  z-index: -1;
}
.our-feature-app .single-feature-box .access-screen-holder .screen {
  float: right;
  position: relative;
}
.our-feature-app .single-feature-box .screen-mockup {position: relative;}
.our-feature-app .single-feature-box .screen-mockup .mockup {margin: 0 auto;}
.our-feature-app .single-feature-box .screen-mockup .screen-one {
  position: absolute;
  right: 25px;
  top:20%;
}
.our-feature-app .single-feature-box .screen-mockup .screen-two {
  position: absolute;
  left: 0px;
  top:10%;
}

/*---------------------- Sidebar Menu ------------------------*/
.eCommerce-side-menu {
  position: fixed;
  top:0;
  bottom: 0;
  right:0;
  width: 300px;
  background: #fff;
  box-shadow: 0px 2px 100px 0px rgba(218, 218, 218, 0.5);
  z-index: 999;
  padding:20px;
  opacity: 0;
  transform: scale(0 , 1);
  transform-origin: 100% 0%;
  transition:all 0.5s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.eCommerce-side-menu.show-menu {
  opacity: 1;
  transform: scale(1);
}
.eCommerce-side-menu .logo-wrapper {
  position: relative;
  padding-left: 30px;
}
    .eCommerce-side-menu .logo-wrapper img:not(.close-button img) {
        max-width: 50% !important;
    }
.eCommerce-side-menu .logo-wrapper .close-button {
        position: absolute;
        top: 10px;
        left: 0;
        background: transparent;
        height: 36px;
    }
.eCommerce-side-menu .main-menu-list>ul {margin-top: 20%;padding-bottom: 30px;}
    .eCommerce-side-menu .main-menu-list > ul > li > a {
        font-size: 18px;
        line-height: 40px;
        color: #212121;
        position: relative;
        display: block;
    }
.eCommerce-side-menu .main-menu-list>ul>li {
  opacity: 0;
  transform: translateX(50%);
  transition: all 0.7s ease-in-out;

}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(1) {transition-delay: 0.2s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(2) {transition-delay: 0.3s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(3) {transition-delay: 0.4s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(4) {transition-delay: 0.5s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(5) {transition-delay: 0.6s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(6) {transition-delay: 0.7s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(7) {transition-delay: 0.8s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li:nth-child(8) {transition-delay: 0.9s;}
.eCommerce-side-menu.show-menu .main-menu-list>ul>li {
  opacity: 1;
  transform: translateX(0);
}
.eCommerce-side-menu .main-menu-list>ul>li>a .expander {
  position: absolute;
  left: 0;
  top:0;
  background: transparent;
  font-size: 15px;
  line-height: 60px;
  color: inherit;
}
.eCommerce-side-menu .main-menu-list>ul .sub-menu {padding: 10px 0 10px 30px;}
.eCommerce-side-menu .main-menu-list>ul .sub-menu a {
  font-size: 24px;
  line-height: 35px;
  color: #b7b7b7;
}
.eCommerce-side-menu .copy-right {font-size: 16px;color: rgba(62,62,62,0.7);margin-top: 100px;}
.main-menu-list ul .sub-menu {
  display: none;
  transition: all 0.3s ease-in-out;
}
.main-menu-list ul .sub-menu.show {display: block;}
.eCommerce-side-menu .eCommerce-search {width: 100%;margin:40px 0; display: none;}
.eCommerce-side-menu .inner-wrapper .social-navbar {
    position: absolute;
    bottom: 15px;
}
.eCommerce-side-menu .inner-wrapper ul.social-navbar li {
    display: inline-block;
}

    .eCommerce-side-menu .inner-wrapper ul.social-navbar li a {
        width: 40px;
        height: 40px;
        border: 1px solid #2E3178;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: #2E3178;
        margin-right: 10px;
    }

.eCommerce-side-menu .inner-wrapper ul.social-navbar li a:hover {
    color: #fff;
}


/*----------------------- Our Service Minimal ----------------------*/
.our-service .service-block .service-title {font-size: 48px;line-height: 54px;}
.our-service .service-block .service-title a {color: #3e3e3e;}
.our-service .service-block .read-more {font-size: 38px;line-height: 20px;}

/*----------------------- Our Service Creative ---------------------*/
.our-service .our-history .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
}
.our-service .our-history .img-box .bottom-img {
  position: absolute;
  left: -65px;
  bottom:0;
  border:30px solid #fff;
}
.our-service .our-history .text-wrapper {padding: 80px 180px 0 0;}
.our-service .our-history .text-wrapper p {
  color: #67707e;
  font-size: 20px;
  line-height: 35px;
  padding-top: 30px;
}

/*------------------- Contact us -------------------*/
#contact-form .form-group {position: relative;margin-bottom: 22px;}
#contact-form .form-group input,#contact-form .form-group textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 100%;
  color: #989ca2;
  background: transparent;
}
#contact-form .form-group input:focus,#contact-form .form-group textarea:focus {border-color: #545454;}
#contact-form .form-group ::placeholder {color: #989ca2;;opacity: 1;}
#contact-form .form-group :-ms-input-placeholder {color: #989ca2;;}
#contact-form .form-group ::-ms-input-placeholder {color: #989ca2;;}
#contact-form .form-group input {height: 60px;padding: 0 25px;}
#contact-form .form-group textarea {
  height: 190px;
  max-height: 190px;
  resize:none;
  padding: 20px 25px;
}
#contact-form .form-group .help-block {
  position: absolute;
  right: 0;
  bottom: -12px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
  box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
}
#contact-form .form-group .help-block li {position: relative;}
#contact-form .form-group .help-block li:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:-12px;
  left:0;
}
#contact-form button {margin-top: 35px;}
.contact-us-section .contact-info {padding-right: 100px;}
.contact-us-section .contact-info .title {
  font-family: 'Poppins', iransans;
  font-weight:600;
  font-size: 42px;
  line-height: 55px;
  color: #3e3e3e;
  margin: -8px 0 25px;
}
.contact-us-section .contact-info p {font-size: 16px;display: inline-block}
.contact-us-section .contact-info .call {
  font-size: 18px;
  color: #3e3e3e;
    font-weight: 400;
  margin: 25px 0 40px;
}
.contact-us-section .contact-info .call:hover {text-decoration: underline;}
.contact-us-section .contact-info ul li {display: inline-block;}
.contact-us-section .contact-info ul li a {
  width: 40px;
  line-height: 36px;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #dbdbdb;
  margin-left: 5px;
}
.contact-us-section .contact-info ul li a:hover {color: #fff;}
#google-map {height: 700px; direction: ltr;}
#google-map-two {margin: 170px 70px 0;height: 625px; direction: ltr;}
#google-map-three {height: 100%; direction: ltr;}
.map-canvas {height: 100%;}
#contact-form.form-style-two .form-group input,
#contact-form.form-style-two .form-group textarea {
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
#contact-form.form-style-two .form-group input:focus,#contact-form.form-style-two .form-group textarea:focus {border-bottom-color: #545454;}
.contact-address-two {
  text-align: center;
  padding: 250px 0 150px;
}
.contact-address-two .theme-title-one .upper-title {color: rgba(147,155,169,0.5);}
.contact-address-two .theme-title-one {padding-bottom: 50px;}
.contact-address-two .address-block {padding-top: 40px;}
.contact-address-two .address-block .icon-box {display: inline-block;height: 70px;}
.contact-address-two .address-block h5 {font-size: 24px;padding: 18px 0 20px;}
.contact-address-two .address-block p,.contact-address-two .address-block p a {color: #939ba9;}
.contact-address-two .address-block ul li {display: inline-block;margin: 10px 8px 0;}
.contact-address-two .address-block ul li a {font-size: 20px;color: #d3d3d3;}
.contact-minimal .inner-wrapper {background: #2f2f2f;padding: 60px 100px 80px 15px;}
.contact-minimal .inner-wrapper .contact-form {max-width: 585px;}
#contact-form.form-style-three .form-group ::placeholder {color: #fff;;opacity: 1;}
#contact-form.form-style-three .form-group :-ms-input-placeholder {color: #fff;;}
#contact-form.form-style-three .form-group ::-ms-input-placeholder {color: #fff;;}
#contact-form.form-style-three .form-group input,#contact-form.form-style-three .form-group textarea {
  border: none;
  border-bottom: 2px solid #ffffff;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.form-style-three .send-button {
  font-family: 'Poppins', iransans;
  font-weight:600;
  width: 193px;
  line-height: 51px;
  border: 2px solid #fff;
  font-size: 17px;
  color: #fff;
  background: transparent;
}
/*-------------------- Error Page --------------------*/
.page-404 {height: 100vh;position: relative;}
.page-404 .main-page-wrapper, .error-content {height: 100%;position: relative;}
.error-content:before {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
  width: 40%;
  height: 100%;
  background: url(../images/home/404.png) no-repeat;
  background-size: cover;
}
.error-content .inner-wrapper {
  width: 60%;
  text-align: center;
  padding: 95px 0 50px;
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
.error-content .inner-wrapper h2 {font-size: 200px;color: #313131;}
.error-content .inner-wrapper p {
  font-size:25px;
  line-height: 42px;
  margin:-30px 0 50px;
}
.error-creative-content {
  background: url(../images/home/error-bg.svg) no-repeat center;
  background-size: cover;
  height: 100%;
}
.error-creative-content .inner-wrapper {
  text-align: center;
  padding: 35px 0 50px;
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
.error-creative-content .inner-wrapper h2 {font-size: 70px;color: #302c48;}
.error-creative-content .inner-wrapper p {
  font-size: 24px;
  line-height: 35px;
  color: rgba(62,62,62,0.55);
  margin: 35px 0 45px;
}
.error-creative-content .inner-wrapper .solid-button-one:hover {background: transparent;}

/*------------------------------ Sign Up ----------------------------*/
.signUp-illustration {
  position: fixed;
  top:0;
  right:0;
  bottom: 0;
  width: 38%;
  background: #f8faff;
  z-index: -1;
}
.signUp-illustration img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);
}
.signUp-page {position: relative;min-height: 100vh;z-index: 5;}
.signUp-minimal {padding-left: 15px;padding-right: 15px;}
.signUp-minimal .sign-up-form-wrapper {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  padding: 70px 80px 60px;
  position: relative;
}
.signUp-page .shape-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 0;
}
.signUp-page .shape-wrapper span {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.signUp-page .shape-wrapper span:nth-child(1) {
  background: #ff9898;
  top:0;
  right:20%;
  animation: scale-upOne 3.9s alternate infinite ease-in;
}
.signUp-page .shape-wrapper span:nth-child(2) {
  background: #abafff;
  top:14%;
  left:7%;
  animation: scale-upOne 6s alternate infinite ease-in;
}
.signUp-page .shape-wrapper span:nth-child(3) {
  background: #67f5e2;
  top:48%;
  left:62%;
  margin-right: -13px;
  animation: scale-upOne 5s alternate infinite ease-in;
}
.signUp-page.signUp-minimal .shape-wrapper span:nth-child(3) {right: 88%;}
.signUp-page .shape-wrapper span:nth-child(4) {
  background: #ffb3b3;
  bottom:5%;
  right:25%;
  animation: scale-upOne 4s alternate infinite ease-in;
}
.signUp-page .shape-wrapper span:nth-child(5) {
  background: #ffe281;
  bottom: 4%;
  left:5%;
  animation: scale-upOne 5s alternate infinite ease-in;
}
.signUp-page .title-area p {font-size: 20px;padding: 5px 0 35px;}
.signUp-page .social-icon-wrapper a {
  display: block;
  text-align: center;
  line-height: 55px;
  font-size:20px;
  color: #fff;
  margin-top: 10px;
}
.signUp-page .social-icon-wrapper .gmail {background: #d93025;}
.signUp-page .social-icon-wrapper .facebook {background: #4267b2;}
.signUp-page .social-icon-wrapper a .fa {font-size: 18px;margin-left: 5px;vertical-align: 1px;}
.signUp-page .or-text {position: relative;text-align: center;margin: 50px 0 45px;}
.signUp-page .or-text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  left:0;
  top:14px;
  z-index: -1;
}
.signUp-page .or-text span {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #454545;
  background: #fff;
  width: 50px;
}
.signUp-page form ::placeholder {color: #bcbcbc;opacity: 1; /* Firefox */}
.signUp-page form :-ms-input-placeholder {color: #bcbcbc;}
.signUp-page form ::-ms-input-placeholder {color: #bcbcbc;}
.signUp-page form .input-group {position: relative;z-index: 1; margin-bottom: 35px;}
.signUp-page form .input-group input {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: transparent;
  height: 60px;
  font-size: 18px;
  color: #454545;
  position: relative;
  padding: 0 20px;
}
.signUp-page form .input-group label {
  font-weight: normal;
  font-size: 15px;
  color: #bcbcbc;
  line-height: 60px;
  position: absolute;
  right:20px;
  top:0;
  z-index: -1;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.signUp-page form .input-group input:focus ~ label,
.signUp-page form .input-group input:valid ~ label {top: -12px;}
.signUp-page form .input-group input:focus {border-color: #393939;}
.signUp-page form .input-group input:focus,
.signUp-page form .input-group input:valid {padding-top: 18px;}
.signUp-page .selectize-control {width: 100%;}
.signUp-page .input-group .selectize-input {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border-radius: 5px;
  border: none;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
  background: transparent;
}
.signUp-page .input-group .selectize-input input {font-size: 15px;}
.signUp-page .selectize-input .item {font-size: 18px;color: #454545;}
.signUp-page .selectize-dropdown {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: none;
  box-shadow: 0px 50px 100px 0px rgba(229, 232, 235, 0.2);
  cursor: pointer;
}
.signUp-page .selectize-dropdown .option {font-size: 14px;color: #1a1a1a;line-height: 22px;}
.signUp-page .selectize-dropdown .option:hover,
.signUp-page .selectize-dropdown .active {color: #fff; background:#1a1a1a; }
.signUp-page .selectize-control.single .selectize-input:after {left: 8px;}
.signUp-page .acType-content h4 {font-size: 28px;}
.signUp-page .acType-content p {padding: 8px 0 25px;}
.signUp-page .acType-content .acType-list {margin: 0 -22px;}
.signUp-page .acType-content .acType-list li {float: right;padding: 0 22px;}
.signUp-page .acType-content .acType-list li>div {position: relative;}
.signUp-page .acType-content .acType-list li>div input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.signUp-page .acType-content .acType-list li>div label {
  position: relative;
  font-size: 16px;
  line-height: 15px;
  color: rgba(47,52,62,0.8);
  cursor: pointer;
  padding-left: 25px;
  margin: 0 0 15px;
  transition: all 0.1s ease-in-out;
}
.signUp-page .acType-content .acType-list li>div label:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #d6d6d6;
  position: absolute;
  left:0;
  top:0;
  transition: all 0.1s ease-in-out;
}
.signUp-page .acType-content .acType-list li>div input:checked + label:before {border-color: #FF3A46;}
.signUp-page .acType-content .acType-list li>div input:checked + label {color:rgba(47,52,62,1); }
.signUp-page .acType-content {border-bottom: 1px solid #e0e0e0;padding-bottom: 65px;}
.signUp-page .agreement-checkbox label {
  position: relative;
  font-size: 16px;
  color: rgba(47,52,62,0.6);
  cursor: pointer;
  padding-right: 22px;
  margin: 30px 0 35px;
  transition: all 0.1s ease-in-out;
}
.signUp-page .agreement-checkbox input[type="checkbox"] {display: none;}
.signUp-page .agreement-checkbox label:before {
  content: '';
  width: 12px;
  height: 12px;
  line-height: 10px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 8px;
  text-align: center;
  position: absolute;
  right:0;
  top:6px;
  transition: all 0.1s ease-in-out;
}
.signUp-page .agreement-checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-family: 'font-awesome';
  background: #373737;
  color: #fff;
  border-color:  #373737;
}
.signUp-page .agreement-checkbox input[type="checkbox"]:checked + label {color:#373737; }
.signUp-page.signUp-minimal .agreement-checkbox label {margin-top: 0;}
.signUp-page.signUp-minimal form .line-button-one {width: 100%;border-radius: 5px;}
.signin-form-wrapper .title-area {margin-bottom: 50px;}
.signUp-standard .signin-form-wrapper #login-form .input-group input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 0;
}
.signUp-standard .signin-form-wrapper #login-form .input-group label {left: 0;}
.signUp-standard .signin-form-wrapper #login-form {padding-left: 170px;}
#login-form .agreement-checkbox label {margin: 0;}
#login-form .agreement-checkbox a {font-size: 16px;color: rgba(47,52,62,0.6);}
#login-form .agreement-checkbox a:hover {color: #212121;}
#login-form .agreement-checkbox  {margin-bottom: 55px;}
.signin-form-wrapper .signUp-text {font-size: 20px;padding-top: 40px;}
#login-form button {text-transform: uppercase;}
.signUp-minimal .signin-form-wrapper {
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  padding: 70px 65px 35px;
  position: relative;
}
.signUp-minimal .signin-form-wrapper .signUp-text {font-size: 17px;padding-top: 35px;}

/*------------------- Breadcrumbs ----------------*/

.breadcrumbs-three {
    text-align: center;
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right,#2c3f64,#48a0dc);
    letter-spacing: .5px;
}
.breadcrumbs-three .page-title {
  font-family: 'Poppins', iransans;
  font-weight:600;
  font-size: 30px;
  padding-bottom: 15px;
}
.breadcrumbs-three .page-breadcrumbs li {
  display: inline-block;
  font-size: 18px;
  margin: 0 3px;
}
.breadcrumbs-three .subheader-gradient {
        background-image: url(/images/pattern-subheader.png);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .1;
    z-index: -1;
    }
.b-wh-text .page-title,.b-wh-text .page-breadcrumbs li a,.b-wh-text .page-breadcrumbs li {color: #fff;}

/*-------------------- List Item -------------------*/
.theme-list-item li {
    font-family: iransans , sans-serif;
    line-height: 28px;
    position: relative;
    padding-right: 22px;
}
 .theme-list-item li span {
    position: absolute;
    line-height: 28px;
    right: 0;
    top: 0;
    color: #313131;
    font-size: 15px;
    font-family: sans-serif;
}
    .theme-list-item li i {
        position: absolute;
        line-height: 28px;
        right: 0;
        top: 0;
        color: #313131;
        font-size: 15px;
    }
 

