/* Created on 2019 @kae.ux */

@import url('../fonts/css/all.min.css');
@import url('https://fonts.googleapis.com/css?family=Khula:400,600,700,800&amp;display=swap');

@import url('bootstrap.min.css');
@import url('framework.css');
@import url('menu.css');
@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('animate.css');
@import url('custom-animation.css');
@import url('site.css');
@import url('shortcode-style.css');

@import url('../fonts/circular-std/circular-std.css');
@import url('../fonts/gilroy/gilroy.css');
@import url('../fonts/flaticon/flaticon.css');


 body {
  font-weight: normal;
  color: #2a2a2a;
  font-size: 17px;
  position: relative;
  top:0 !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: #2a2a2a; font-weight: normal;}
 .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: 18px;}
 p {line-height: 28px; color: #999;}
 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;}
.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;}
.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;}
body .solid-button-one {
  min-width: 188px;
  line-height: 48px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  padding: 0 35px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  box-shadow: 0px 13px 27px 0px rgba(148, 22, 221, 0.25);
}
body .solid-button-one:hover {background: #fff;box-shadow: none;}
body .solid-button-one .icon-right {vertical-align: -1px;margin-left: 5px;}
body .solid-button-one .icon-left {vertical-align: -1px;margin-right: 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;}
body .video-button-one .icon-right {margin-left: 10px;}
body .video-button-one .icon-left {margin-right: 10px;}
body .site-button-one {
  font-family: 'CircularStdmed';
  width: 220px;
  line-height: 56px;
  text-align: center;
  font-size:19px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  position: relative;
}
body .site-button-one:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 5px;
  z-index: -1;
  transform: scale(0,1);
}
body .site-button-one:hover {color: #fff; border-color: #fff;}
body .site-button-one:hover:before {transform: scale(1,1);}
body .site-button-two {
  text-transform: capitalize;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
body .site-button-two:before {
  content: '';
  position: absolute;
  top:4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
}
body .site-button-two:hover:before {opacity: 1;}
body .site-button-two .icon-right {vertical-align: -1px;margin-left: 5px;}
body .site-button-two .icon-left {vertical-align: -1px;margin-right: 5px;}
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: #2a2a2a;
}
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(148, 54, 185, 0.25);
}
body .line-button-three {
  font-family: 'Lato', sans-serif;
  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: 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-left: 10px;
}
body .white-shdw-button:hover {color: #fff;box-shadow: 0px 13px 28px 0px rgba(138, 75, 198, 0.25);}
body .dark-button-one {
  font-family: 'CircularStdmed';
  line-height: 50px;
  padding: 0 40px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: #3b3b3b;
}
.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-],.site-footer-three .social-icon li a,
.site-menu-one .logo,.site-main-menu .header-right-widget,.agn-our-gallery .main-wrapper .view-gallery,.sass-contact-banner .subscribe-button,.language-switcher .dropdown-menu ul li a,
.site-footer-one .top-footer .footer-list ul li a,.site-footer-one .top-footer .footer-information ul li a,.site-footer-one .bottom-footer ul li a,.panel .panel-heading .panel-title a:before,
.site-menu-two .quote-button,.site-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,.site-menu-three .header-right-widget .social-icon li a,.nav-tabs .nav-link,.site-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,.site-menu-one .header-right-widget .call-us a,.site-menu-one .navbar-nav .login-button a,
.our-service-sass .service-block .icon-s,.our-service-sass .service-block p,#site-banner-four .main-wrapper .button-group .more-button,.checkout-toggle-area p button,.site-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,
.site-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,
.site-Ecommerce-menu .right-content .cart-action-wrapper .button-group a,.site-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,.site-sidebar-widget .list-item li a,.site-sidebar-widget .size-filter li a,.site-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,.site-sidebar-widget .sidebar-search button,
.product-showcase .single-product-case .info .cart-button:after,.product-showcase .single-product-case .info .cart-button span,.site-pagination-one ul li a,.site-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,.site-footer-four .bottom-footer ul li a,
.site-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 .site-button-one,body .site-button-one:before,.our-service .service-block .read-more,
.service-standard .service-block:before,.site-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,.site-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 .site-pager,.pd-footer .site-pager span,body .site-button-two:before,
.our-blog .img-holder .video-button,.site-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,#site-banner-two .main-wrapper .button-group .contact-button,#site-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,.site-tab .tabs-menu li a  {
  transition: all .3s ease-in-out;
}
.tran4s,.site-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,.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;
}
.site-footer-one .top-footer .footer-list ul li a:hover,.site-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,.site-menu-one .navbar-nav .nav-item:hover .nav-link,body .white-shdw-button,
.site-menu-one .navbar-nav .nav-item.active .nav-link,.sass-faq-section .sub-heading a:hover,.site-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,.site-counter-three .single-counter-box .number,
.product-details-modal .main-bg-wrapper .close-button:hover,.site-sidebar-widget .list-item li:hover a,.product-showcase .single-product-case:hover .info .name,.site-title-one .upper-title,
.site-pagination-one ul li a:hover,.site-pagination-one ul li.active a,.site-sidebar-widget .sidebar-search button:hover,.site-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,.site-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 .site-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 .site-pager:hover,.pd-footer .site-pager:hover span,
.related-project .owl-theme .owl-nav [class*=owl-]:hover,.our-blog .single-blog-post:hover .post-data .title a,.site-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,.site-counter-three .single-counter-box .icon,.site-list-item li .color-style,.site-menu-one .header-right-widget .call-us a,.site-footer-two .social-icon li a:hover,
.agn-our-pricing .table-wrapper .pr-column .pr-header .price,.site-footer-one .about-widget .phone,.navbar .mega-dropdown-list li a:hover,.site-menu-one .header-right-widget .language-switcher .dropdown-menu ul li a:hover,
.site-footer-three .phone,.site-footer-four .footer-list ul li a:hover,.site-footer-four .phone,.site-footer-four .bottom-footer ul li a:hover,.site-footer-four.light-v .footer-list ul li a:hover,
.site-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,.site-footer-one.arch-footer .top-footer .footer-list ul li a:hover,.site-tab-basic.site-tab .tabs-menu li.z-active a,.site-tab .z-content-inner ol li a:hover,
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.drp-icon  {
  color: #4C296D;
}
.scroll-top,.site-footer-one .top-footer .footer-information ul li a:hover,.site-menu-two .quote-button:hover,.site-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,
.site-sidebar-widget .price-ranger .ui-slider .ui-slider-range,.site-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 .site-button-one:before,.newsletter-section.agn-site .main-wrapper form button,
.newsletter-section.agn-site .site-title-one.upper-bar:before,.video-action-banner-one .video-button,.video-action-banner-one .video-button:before,.site-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,
.site-sidebar-widget .keywords-tag li a:hover,.blog-details .user-comment-area .single-comment .reply:hover,body .site-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,#site-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,.site-footer-three .social-icon li a:hover,
.site-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,.site-tab .tabs-menu li a:before,
.site-tab .z-content-inner .list-item li:before,.site-tab-solid.site-tab .tabs-menu li.z-active a,.site-tab .nested-tab-menu li.z-active a:before  {
  background: #4C296D;
}
.site-footer-one .top-footer .footer-information ul li a:hover,.seo-contact-banner .contact-button:hover,.site-Ecommerce-menu .right-content .cart-action-wrapper .button-group a:hover,body .site-button-one,
.site-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,
.site-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,.site-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,#site-banner-two .main-wrapper .button-group .contact-button:hover,.agn-our-gallery .main-wrapper .view-gallery:hover,.site-footer-three .social-icon li a:hover,
.site-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 {
  border-color: #4C296D;
}

.site-main-menu {
  position: absolute;
  top:0;
  width: 100%;
  left:0;
  z-index: 99;
  padding: 35px 0 0;
}
.site-menu-one .logo {
  position: absolute;
  top:-1px;
  left:0;
  z-index: 3;
  width: 220px;
}

.site-menu-one .logo a {display: block;}
.site-menu-one .navbar-nav .nav-item .nav-link {color: #64697A;}
.site-menu-one .navbar-nav .nav-item:first-child .nav-link {margin-left: 0;}
.site-menu-one .header-right-widget {
  position: absolute;
  top:30px;
  right: 60px;
  z-index: 1;
}

.site-menu-one .header-right-widget>ul>li {display: inline-block;vertical-align: middle;}

.site-menu-one .header-right-widget .language-switcher button {
  background: transparent;
  height: 55px;
  text-transform: uppercase;
  color: #2a2a2a;
  font-size: 16px;
  margin:0 45px 0 40px;
}
.site-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;
}
.site-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;}
.site-menu-one .header-right-widget .language-switcher .dropdown-menu ul li a:hover {padding-left: 20px;}
.site-menu-one .header-right-widget .language-switcher .dropdown-toggle::after {color: #2a2a2a;}
.site-menu-one .header-right-widget .call-us {font-size: 20px; color: #A2ADBD;}
.site-menu-one .header-right-widget .call-us a {font-size: 18px;margin-right: 15px;}
/*----------------- SASS MENU ---------------------*/
.site-menu-one.d-align-item .navbar-nav .nav-item:hover .nav-link,
.site-menu-one.d-align-item .navbar-nav .nav-item.active .nav-link,
.site-menu-one.d-align-item .navbar .dropdown-item:focus,.site-menu-one.d-align-item .navbar .dropdown-item:hover,
.site-menu-one.d-align-item .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,.site-menu-one.d-align-item .navbar .navbar-toggler,
.site-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover,
.site-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover .icon {color: #f569f8;}
.site-menu-one.d-align-item .navbar .mega-dropdown-list li a:hover .svg path {fill: #f569f8;}
.site-menu-one.d-align-item .navbar-nav .nav-item .nav-link {padding-bottom: 0;}
.site-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;
}
.site-menu-one.d-align-item .header-right-widget .call-us a {color: #bebebe; margin-left: 0;}
.site-menu-one.d-align-item .header-right-widget .call-us a:hover {color: #f569f8;}
.site-menu-one.d-align-item .navbar-nav .nav-item .nav-link:hover:before,
.site-menu-one.d-align-item .navbar-nav .nav-item.active .nav-link:before {width: 100%;}
.site-menu-one.d-align-item #mega-menu-holder {margin-right: 125px;}
.site-menu-one.d-align-item .header-right-widget {right: auto; left: 15%;}
.site-menu-one.d-align-item .logo {top:45px;left:75px;width: 63px;}
.site-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;
}
.site-menu-one.d-align-item .navbar-nav .login-button a:hover {background: #f569f8;color: #fff;}
.site-menu-one.d-align-item .navbar-nav .login-button-two a {
  width: 150px;
  line-height: 48px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: -12px;
}
.site-menu-one.d-align-item .navbar-nav .login-button-two a:hover {
  background: #fff;
  color: #614ef9;
}
.site-menu-one.d-align-item.color-white .header-right-widget .call-us a,
.site-menu-one.d-align-item.color-white .header-right-widget .language-switcher button,
.site-menu-one.d-align-item.color-white .header-right-widget .language-switcher .dropdown-toggle::after,
.site-menu-one.d-align-item.color-white .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.site-menu-one.d-align-item.color-white .navbar-nav .nav-item .nav-link:before {background: #fff;}
.site-menu-two {padding-left: 90px;padding-right: 90px;}
.site-menu-two .logo {
  position: absolute;
  top:50px;
  left: 90px;
  width: 63px;
  z-index: 2;
}
.site-menu-two .quote-button {
  width: 160px;
  line-height: 50px;
  border-radius: 3px;
  background:#fff;
  font-size: 18px;
  color: #3d3d3d;
  text-align: center;
  position: absolute;
  right: 90px;
  top:55px;
  z-index: 1;
}
.site-menu-two .quote-button:hover {color: #fff;}
.site-menu-two #mega-menu-holder {margin-right: 265px;}
.site-menu-three .logo {
  position: absolute;
  top:-1px;
  left:0;
  z-index: 3;
}
.site-menu-three .logo a {display: block;}
.site-menu-three .navbar-nav .nav-item {padding-bottom: 15px;}
.site-menu-three .navbar-nav .nav-item .nav-link {color: #fff; position: relative;padding: 0;}
.site-menu-three .navbar-nav .nav-item .nav-link:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left:1px;
  bottom: 7px;
  z-index: -1;
  background: #e1a34c;
  transition: width 0.3s ease-out;
}
.site-menu-three .navbar-nav .nav-item .nav-link:hover:before,
.site-menu-three .navbar-nav .nav-item.active .nav-link:before {width: 91%;}
.site-menu-three #mega-menu-holder {margin-right: 255px;}
.site-menu-three .header-right-widget {
  position: absolute;
  top:57px;
  right: 65px;
  z-index: 1;
}
.site-menu-three .header-right-widget .social-icon li {display: inline-block;}
.site-menu-three .header-right-widget .social-icon li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 2px solid rgba(255,255,255,0.8);
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  border-radius: 50%;
  margin-left: 5px;
}
.site-menu-three .header-right-widget .social-icon li a:hover {
  color: #fff;
  background: #cd9a53;
  border-color: #cd9a53;
}
.site-menu-three .navbar .dropdown-item:focus,.site-menu-three .navbar .dropdown-item:hover,
.site-menu-three .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,
.site-menu-three .navbar .mega-dropdown-list li a:hover,.site-menu-three .navbar .mega-dropdown-list li a:hover .icon {color: #e1a34c;}
.site-menu-three .navbar .mega-dropdown-list li a:hover .svg path {fill: #e1a34c;}
.site-menu-one.d-align-item.app-menu .navbar .dropdown-item:focus,.site-menu-one.d-align-item.app-menu .navbar .dropdown-item:hover,
.site-menu-one.d-align-item.app-menu .navbar .dropdown-submenu.dropdown:hover>.dropdown-item,
.site-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover,
.site-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover .icon {color: #614ef9;}
.site-menu-one.d-align-item.app-menu .navbar .mega-dropdown-list li a:hover .svg path {fill: #614ef9;}
@-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;}
}
.site-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;
}
.site-menu-one.d-align-item.fixed .logo {width: 63px;}
.site-menu-one.fixed.d-align-item .logo {top:5px;}
.site-menu-one.fixed .navbar-nav .nav-item .nav-link,
.site-menu-two.fixed .navbar-nav .nav-item .nav-link {padding-bottom: 20px;}

.site-menu-one.fixed,.site-menu-two.fixed {padding: 12px 0;}
.site-main-menu.site-menu-three.fixed {padding: 20px 0 5px;}
.site-menu-one.fixed .logo,.site-menu-three.fixed .logo {width: 160px; top: -2px;}
.site-menu-one.fixed .header-right-widget {top:7px;}
.site-menu-two.fixed .logo {top:7px;}
.site-menu-two.fixed .quote-button {top:9px;}
.site-main-menu.site-menu-two.fixed,.site-menu-one.d-align-item.color-white.fixed {background: #1b1d3d;}
.site-main-menu.site-menu-three.fixed {background: rgba(29,31,66,0.98); border-bottom: 1px solid rgba(255,255,255,0.03);}
.site-menu-three.fixed .header-right-widget {top:14px;}
.site-menu-one.d-align-item.fixed .navbar-nav .nav-item .nav-link {padding-bottom: 0;}
.site-menu-one.d-align-item.fixed  {padding-bottom: 12px;}
#site-banner-one {
  background: url(../images/bg/shape-home.png) no-repeat top right;
  position: relative;
}
#site-banner-one .main-wrapper .slogan {
  display: inline-block;
  background: #FBFBFF;
  border: 1px solid #E9E9E9;
  line-height: 32px;
  padding: 0 20px;
  font-size: 15px;
  color: #677180;
  border-radius: 3px;
}
#site-banner-one .main-wrapper .slogan span {color: #4C296D;}
#site-banner-one .main-wrapper .main-title {
  font-family: 'CircularStdmed';
  font-size: 70px;
  line-height: 80px;
  padding: 25px 0 35px;
}
#site-banner-one .main-wrapper .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #8b8e92;
  padding-bottom: 28px;
}
#site-banner-one .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 55px;
}
#site-banner-one .main-wrapper .button-group .more-button {margin-right: 30px;}
#site-banner-one .illustration {
  position: absolute;
  right: 12%;
  top:27%;
}
#site-banner-one .illustration .shape-one {
  position: absolute;
  top: -28px;
  right: -63px;
}
#site-banner-one .illustration .shape-two {
  position: absolute;
  bottom: 0;
  right: -25px;
}
#site-banner-one .oval-one {
  position: absolute;
  right: -3%;
  top:26%;
  animation: jump 8s infinite linear;
}
#site-banner-one .shape-three {
  position: absolute;
  top:21%;
  right: 22%;
  animation: animationFramesTwo 13s infinite linear;
}
#site-banner-one .shape-four {
  position: absolute;
  top:27%;
  left: 7%;
  animation: animationFramesFour 25s alternate infinite linear;
}
#site-banner-one .shape-five {
  position: absolute;
  top:50%;
  left: 50%;
  animation: animationFramesThree 35s alternate infinite linear;
}
#site-banner-one .shape-six {
  position: absolute;
  top:70%;
  right: 3%;
  animation: animationFramesFour 20s alternate infinite linear;
}
#site-banner-one .shape-seven {
  position: absolute;
  bottom: 2%;
  right: 28%;
  animation: animationFramesOne 15s infinite linear;
}
#site-banner-one .shape-eight {
  position: absolute;
  bottom: 3%;
  left: 38%;
  animation: animationFramesFour 20s alternate infinite linear;
}
#site-banner-one .shape-nine {
  position: absolute;
  bottom: 4%;
  left: 4%;
  animation: animationFramesOne 17s infinite linear;
}
#site-banner-one .shape-ten {
  position: absolute;
  top:60%;
  left: 4%;
  animation: animationFramesOne 20s alternate infinite linear;
}
#site-banner-one .shape-eleven {
  position: absolute;
  top:22%;
  left: 41%;
  animation: animationFramesOne 15s infinite linear;
}
#site-banner-two {
  background: linear-gradient( -120deg, rgb(135,88,255) 0%, rgb(97,78,249) 100%);
  position: relative;
  overflow:hidden;
}
#site-banner-two:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 753px;
  background: url() no-repeat left top;
  bottom:-1px;
  left:0;
  z-index: 2;
}
#site-banner-two .main-wrapper {
  padding: 285px 0 300px;
  position: relative;
  z-index: 9;
}
#site-banner-two .bg-round-one {
  width: 690px;
  height: 690px;
  background:rgba(255,255,255,0.04);
  border-radius: 50%;
  position: absolute;
  top: -170px;
  left: -281px;
  z-index: 1;
}
#site-banner-two .bg-round-two {
  width: 690px;
  height: 690px;
  background:rgba(255,255,255,0.02);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -464px;
  z-index: 1;
}
#site-banner-two .bg-round-three {
  width: 400px;
  height: 400px;
  background:rgba(255,255,255,0.02);
  border-radius: 0 0 0 85px;
  position: absolute;
  top:-87px;
  right: -98px;
  z-index: 1;
  transform: rotate(-9deg);
}

#site-banner-two .bg-round-four {
  width: 250px;
  height: 250px;
  background:rgba(255,255,255,0.02);
  border-radius: 0 0 0 85px;
  position: absolute;
  top:-87px;
  right: -98px;
  z-index: 1;
  transform: rotate(-9deg);
}
#site-banner-two .bg-round-five {
  width: 650px;
  height: 650px;
  background: linear-gradient( -90deg, rgb(133,87,255) 0%, rgb(128,92,255) 100%);
  border-radius: 50%;
  position: absolute;
  bottom: -90px;
  right: -205px;
  z-index: 1;
}
#site-banner-two .illustration {
  position: absolute;
  right: 10%;
  top: 28%;
  z-index: 1;
  max-width: 47%;
}
#site-banner-two .main-title {
  font-family: 'CircularStdmed';
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  text-decoration: underline;
}
#site-banner-two .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 40px 0 35px;
}
#site-banner-two .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 50px;
}
#site-banner-two .main-wrapper .button-group .more-button {
  width: 165px;
  line-height: 50px;
  border:1px solid transparent;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient( -180deg, rgb(0,235,172) 0%, rgb(0,209,244) 100%);
  margin-right: 18px;
}
#site-banner-two .main-wrapper .button-group .more-button i {vertical-align: -1px;}
#site-banner-two .main-wrapper .button-group .more-button:hover {background: transparent;border-color: #fff;}
#site-banner-two .main-wrapper .button-group .contact-button {
  width: 170px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#site-banner-three {
  position: relative;
  padding: 320px 0 320px;
}
.partical-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 0;
}
#particles {width: 100%;height: 100%;}
#site-banner-three .main-title {
  font-family: 'CircularStdbld';
  font-size: 140px;
  color: #fff;
  text-decoration: underline;
}
#site-banner-three .main-title span,
#site-banner-three .main-title span b {text-decoration: underline;line-height: 160px;}
#site-banner-three .main-title i {
  color: #e1a34c;
  font-style: normal;
}
#site-banner-three:before {
  content: '';
  background: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(35,38,91) 0%, rgb(27,29,61) 100%);
  position: absolute;
  width: 2285px;
  height: 2285px;
  border-radius: 50%;
  left:50%;
  top:-500px;
  transform: translateX(-50%);
  z-index: -1;
}
#site-banner-four {position: relative;}
#site-banner-four .main-wrapper {padding: 290px 0 260px;position: relative;z-index: 5;}
#site-banner-four .screen-one {
  position: absolute;
  right: 0;
  top:12%;
  z-index: 1;
  width: 35%;
}
#site-banner-four .screen-two {
  position: absolute;
  right: 24%;
  top:27%;
  z-index: 1;
  width: 22%;
}
#site-banner-four .shape-one {
  position: absolute;
  right: 0;
  top:145px;
  z-index: 0;
  opacity: 0.65;
}
#site-banner-four .shape-two {
  position: absolute;
  bottom: 12%;
  left:31%;
  animation: rotated 20s infinite linear;
}
#site-banner-four .shape-three {
  position: absolute;
  bottom: 19%;
  right: 4%;
  z-index: -1;
  animation: rotated 50s infinite linear;
}
#site-banner-four .shape-four {
  position: absolute;
  top: 17%;
  right: 37%;
  z-index: -1;
  animation: rotatedHalf 30s infinite linear;
}
#site-banner-four .round-shape-one {
  width: 20px;
  height: 20px;
  border: 3px solid #fe8f8f;
  border-radius: 50%;
  position: absolute;
  top:15%;
  left:36%;
  animation: animationFramesOne 15s infinite linear;
}
#site-banner-four .round-shape-two {
  width: 7px;
  height: 7px;
  background: #d5eeff;
  border-radius: 50%;
  position: absolute;
  top:23%;
  left:8%;
  animation: animationFramesTwo 13s infinite linear;
}
#site-banner-four .round-shape-three {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #caa3ee;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationFramesTwo 15s infinite linear;
}
#site-banner-four .round-shape-four {
  position: absolute;
  right: 26%;
  bottom: 20%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border:1px solid #fbfbfb;
  animation: rotated 10s infinite linear;
}
#site-banner-four .round-shape-four:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top:50%;
  left: -5px;
  background: #ddabf6;
  border-radius: 50%;
}
#site-banner-four .main-wrapper .slogan {
  display: inline-block;
  background: #FBFBFF;
  border: 1px solid #E9E9E9;
  line-height: 32px;
  padding: 0 20px;
  font-size: 15px;
  color: #677180;
  border-radius: 18px;
}
#site-banner-four .main-wrapper .slogan span {color: #4C296D;}
#site-banner-four .main-wrapper .main-title {
  font-family: 'CircularStdmed';
  font-size: 70px;
  line-height: 80px;
  padding: 25px 0 35px;
}
#site-banner-four .main-wrapper .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #8b8e92;
  padding-bottom: 28px;
}
#site-banner-four .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 55px;
}
#site-banner-four .main-wrapper .button-group .more-button {
  width: 185px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(150,57,57,0.25);
  background: linear-gradient( -135deg, rgb(191,108,255) 0%, rgb(144,65,255) 100%);
  margin-right: 30px;
}
#site-banner-four .main-wrapper .button-group .more-button:hover {box-shadow: none;}
#site-banner-four .main-wrapper .button-group .more-button i {vertical-align: -1px;margin-left: 5px;}
#site-banner-four .main-wrapper .button-group .video-button:hover,
#site-banner-four .main-wrapper .button-group .video-button:hover i {color: #f569f8;}
#site-banner-five {
  background: linear-gradient( 145deg, rgb(132,0,252) 0%, rgb(17,222,244) 100%);
  position: relative;
  z-index: 5;
}
#site-banner-five .bg-shape-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: -1;
  overflow: hidden;
}
#site-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%;
}
#site-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;
}
#site-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;
}
#site-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;
}
#site-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;
}
#site-banner-five .bg-shape-holder .shape-three {
  position: absolute;
  bottom: 15%;
  left:35%;
  animation: animationFramesFour 15s infinite linear alternate;
}
#site-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;
}
#site-banner-five .mobile-screen-one {
  position: absolute;
  right: -3%;
  top: 145px;
  z-index: -1;
  width: 29%;
}
#site-banner-five .mobile-screen-two {
  position: absolute;
  right: 20%;
  top: 260px;
  z-index: -1;
  width: 29%;
}
#site-banner-five .mobile-screen-two .search-box {
  position: absolute;
  top: 31%;
  right: 28%;
  width: 68%;
}
#site-banner-five .main-wrapper {padding: 300px 0 215px 15%;}
#site-banner-five .main-title {
  font-family: 'CircularStdmed';
  font-size: 60px;
  line-height: 72px;
  color: #fff;
}
#site-banner-five .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 40px 0 35px;
}
#site-banner-five .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
#site-banner-five .main-wrapper .button-group li a {
  width: 213px;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 9px 0 9px 70px;
  position: relative;
  font-size: 20px;
  color: #fff;
}
#site-banner-five .main-wrapper .button-group li a span {
  display: block;
  font-size: 13px;
  margin-bottom: -5px;
}
#site-banner-five .main-wrapper .button-group li a.google-button {margin-right: 22px;}
#site-banner-five .main-wrapper .button-group li a img {
  position: absolute;
  left:30px;
  top:50%;
  transform: translateY(-50%);
  width: 30px;
}

body {
/*  
  font-family: 'gilroy-black';   
  font-family: 'gilroy-bold';
  font-family: 'gilroy-semibold';
  font-family: 'gilroy-light';
  font-family: 'gilroy-ultralight';
        */
  font-weight: normal;
  font-size: 17px;
  position: relative;
  line-height: 28px;
  color: var(--text-color);
}
/*______________________ Global style ___________________*/
.main-page-wrapper {overflow-x:hidden;}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: var(--heading); font-weight: normal;}
.h1,h1 {font-size: 62px; line-height: 70px; font-family: 'gilroy-bold';}
.h2,h2 {font-size: 50px; line-height: 65px; font-family: 'gilroy-bold';}
.h3,h3 {font-size: 42px; font-family: 'gilroy-bold';}
.h4,h4 {font-size: 28px; font-family: 'gilroy-bold';}
.h5,h5 {font-size: 24px; font-family: 'gilroy-semibold'; }
.h6,h6 {font-size: 20px;}
#path-shape-wrapper {position: absolute;z-index: -9999;}
.shape-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: -1;
}
.img-shape {position: absolute;}
.pos-r {position: relative;}
.pos-a {position: absolute;}
.full-width-container {
  padding-left: 60px;
  padding-right: 60px;
}
.tran3s,.feature-block-one.hover-state:before,.feature-block-one.hover-state:after,.newsletter-section .main-wrapper form button,.footer-about-widget .email,.footer-about-widget .phone,
.footer-list ul li a,.footer-information ul li a,.owl-theme .owl-nav [class*=owl-],.gallery-polar-state .img-holder .icon, .nav-tabs > li > a,.pricing-plan-classic .nav-tabs > li > a:before,
.contact-home-one .contact-text .call-to-dial,.team-standard .single-team-member .hover-content ul li a,.team-standard .single-team-member .hover-content,.gallery-sidebar .share-option ul li a,
.portfolio-full-width-grid .img-content-wrapper .cbp-item-wrapper .text .read-more,.portfolio-full-width-grid .img-content-wrapper .cbp-item-wrapper .text,.site-pagination-one ul li a,
.site-pagination-two .site-pager span,.site-pagination-two .site-pager strong,.carousel-control-next,.carousel-control-prev,.blog-post-block-two .post .post-info li a,.site-footer-three a,
.blog-post-block-two .post h4 a,.inline-button-one,.blog-sidebar .sidebar-search button,.blog-sidebar .list-item ul li a,.blog-sidebar .sidebar-recent-news .text a,.site-breadcrumbs .page-breadcrumbs li a,
.blog-sidebar .sidebar-keyword ul li a,.blog-post-block-three .post .post-info li a,.blog-post-block-three .post .read-more,.eCommerce-side-menu .main-menu-list ul li a,.site-sidebar-widget .list-item li a,
.blog-details-fg .blog-fg-data .video-banner-blog .video-button,.blog-details .user-comment-area .single-comment .reply,.blog-details .post-tag-area .share-icon li a,.shop-demo-filter .selectize-dropdown .option,
.shop-details .procuct-details .product-info .color-filter li a,.shop-details .procuct-details .product-info .wishlist-button,.team-minimal .single-team-member .hover-content,.site-footer-two .social-icon li a,
.team-minimal .single-team-member .hover-content ul li a,.contact-address-two .address-block a,.panel .panel-heading .panel-title a:before,.panel .panel-heading .panel-title a,.site-footer-two .footer-menu li a,
.modal-content .btn,.site-st-header .top-header .infoList li a,.site-st-header .top-header .social-icon a,.header-search .icon  {
  transition: all 0.3s ease-in-out;
}
.tran4s,.op-partner-section-one .img-box,.service-modern-block .more,.product-showcase .single-product-case .img-holder .fvrt-icon  {
  transition: all 0.4s ease-in-out;
}
.tran5s,.blog-post-block-two .img-holder img,.product-showcase .single-product-case .img-holder .cart-button,#mega-menu-holder .img-box .img img {
  transition: all 0.5s ease-in-out;
}
.tran6s {
  transition: all 0.6s ease-in-out;
}


.site-main-menu {
  position: absolute;
  z-index: 99;
  top:0;
  left:0;
  right: 0;
  background: transparent;
  padding: 35px 5% 10px;
  transition: all 0.4s ease-out;
}
.site-main-menu .logo a {display: block;}
.site-menu-one .right-content {margin-left: 15px;}
.site-main-menu .right-content .cart-action-wrapper {margin-right: 45px;}
.site-main-menu .right-content .dropdown-toggle:after {display: none;}
.site-main-menu .right-content .dropdown-toggle {background: transparent;}
.site-main-menu .right-content .dropdown-menu {
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  margin: 15px -35px 0 0;
}
.site-main-menu .right-content .cart-action-wrapper .dropdown-toggle {
  height: 27px;
  position: relative;
}
.site-main-menu .right-content .cart-action-wrapper .dropdown-toggle .item-count {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2a2a2a;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  right: -12px;
  top:-10px;
}
.site-main-menu.menu-text-white .right-content .cart-action-wrapper .dropdown-toggle .item-count {background: #4C296D;}
.site-main-menu .right-content .cart-action-wrapper .dropdown-menu {
  padding: 40px 35px;
  min-width: 300px;
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .item-img {
  width: 70px;
  height: 80px;
  display: block;
  float: left;
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .item-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 25px;
  position: relative;
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .item-info .close {
  position: absolute;
  top:13px;
  right: 0;
  font-size: 12px;
  color: rgba(31,31,31,0.9);
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .item-info .close:hover {color: #ff3612;}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .item-info .name {
  font-size: 18px;
  color: #2a2a2a;
  margin: 5px 0;
  padding-right: 12px;
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .item-info .price {
  font-size: 20px;
  color: #2a2a2a;
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .item-info .price .quantity {
  font-size: 17px;
  color: rgba(31,31,31,0.3);
  margin-left: 15px;
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .selected-item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.site-main-menu .right-content .cart-action-wrapper .cart-product-list .selected-item:last-child {margin-bottom: 14px;}
.site-main-menu .right-content .cart-action-wrapper .subtotal .title {font-size: 18px;color: #1f1f1f}
.site-main-menu .right-content .cart-action-wrapper .subtotal .total-price {font-size: 20px;color: #1f1f1f}
.site-main-menu .right-content .cart-action-wrapper .subtotal {padding-bottom: 7px;}
.site-main-menu .right-content .cart-action-wrapper .button-group a {
  display: block;
  line-height: 45px;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-top: 15px;
}
.site-main-menu .right-content .cart-action-wrapper .button-group a:hover {color: #fff;background: #2a2a2a;}
.site-main-menu .contact-button {font-weight: 500;font-size: 15px;text-transform: uppercase;}
.site-main-menu .contact-button.button-white-bg {
  background: #fff;
  border: none;
  color: #2a2a2a;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.site-main-menu .contact-button.button-white-bg:hover {color: #fff;}
.site-menu-two #mega-menu-holder {margin-left: 11%;}
.sticky-menu.fixed {
  position: fixed !important;
  background: #fff;
  margin: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 13px 35px -12px rgba(35,35,35,0.1);
}
.sticky-menu.fixed.menu-text-white {background: #110a29;}
.simple-hero-section {z-index: 9;}
.simple-hero-section .main-wrapper {z-index: 5;}
.simple-hero-section .banner-upper-heading {
  color: #2a2a2a;
  font-size: 20px;
  text-transform: uppercase;
}
.simple-hero-section .banner-upper-heading span {color: #4C296D;}
.simple-hero-section .banner-main-title.underline span {position: relative;}
.simple-hero-section .banner-main-title.underline span:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left:0;
  width: 99%;
  height: 11px;
  z-index: -1;
  background: #ecf4ff;
}
.simple-hero-section .banner-sub-title {font-size: 23px; font-weight: 300;}
.simple-hero-section .site-btn,.simple-hero-section .video-button-one {margin-top: 15px;}
.simple-hero-one .solid-button-one {margin-right: 20px;}
.simple-hero-one .shape-one {position: absolute;right: 0;top:30px;}
.simple-hero-one .main-illustration {
  position: absolute;
  height: 100%;
  width: 1100px;
  right: -170px;
  top:0;
}
.simple-hero-one .main-illustration iframe {width: 100%;height: 100%;}
/*.simple-hero-one .main-illustration .b-shape-1 {
  position: absolute;
  top:20%;
  left:20%;
  z-index: 1;
}
.simple-hero-one .main-illustration .b-shape-2 {
  position: absolute;
  top:42%;
  left:40%;
  z-index: 1;
}*/
.simple-hero-one .line-shape-one {top:0;right: 0;z-index: -1;}
.simple-hero-one .line-shape-two {top:0;left: 0;z-index: -1;}
.simple-hero-one .light-lamp {top:113px;right: 30px;}
.simple-hero-one .shape-two { left: 24%;top:9%; animation: rotated 20s infinite linear;}
.simple-hero-one .shape-three { left: 40%;top:13%; animation: animationFramesOne 25s infinite linear;}
.simple-hero-one .shape-four { right: 20%;top:18%; animation: animationFramesOne 30s alternate infinite linear;}
.simple-hero-one .shape-five { right: 11%;top:23%; animation: animationFramesFour 25s alternate infinite linear;}
.simple-hero-one .shape-six { right: 40%;top:36%; animation: rotated 15s infinite linear;}
.simple-hero-one .shape-seven { right: 3%;bottom: 11%; animation: animationFramesOne 25s infinite linear;}
.simple-hero-one .shape-eight { right: 19%;bottom: 14%; animation: animationFramesOne 30s alternate infinite linear;}
.simple-hero-one .shape-nine { right: 55%;bottom: 0; animation: rotated 12s infinite linear;}
.simple-hero-one .shape-ten { left: 27%;bottom: 16%; animation: rotated 14s infinite linear;}
.simple-hero-one .shape-eleven { left: 15%;bottom: 26%; animation: animationFramesOne 25s infinite linear;}
.simple-hero-one .shape-twelve { left: 4%;top: 41%; animation: rotated 14s infinite linear;}
.simple-hero-section.text-center .site-btn {margin-left: 10px;margin-right: 10px;}
.simple-hero-two .main-illustration {margin: 80px auto 0;}
.simple-hero-two .line-shape-one {top:0;right: 0;z-index: -1;}
.simple-hero-two .line-shape-two {top:0;left: 0;z-index: -1;}
.simple-hero-two .shape-one {left: 12%;top:17%;  animation: rotated 20s infinite linear;}
.simple-hero-two .shape-two {left: 36%; top: 12%; animation: animationFramesOne 25s infinite linear;}
.simple-hero-two .shape-three {left: 73%; top: 13%; animation: rotated 20s infinite linear;}
.simple-hero-two .shape-four {right: 8%; top: 17%; animation: animationFramesFour 25s alternate infinite linear;}
.simple-hero-two .shape-five {left: 17%; top: 29%;}
.simple-hero-two .shape-six {right: 17%; top: 27%;}
.simple-hero-two .shape-seven {left: 8%; top: 42%; animation: rotated 20s infinite linear;}
.simple-hero-two .shape-eight {right: 5%; top: 45%; animation: rotated 20s infinite linear;}
.simple-hero-two .shape-nine {left: 11%; top: 57%; animation: rotated 20s infinite linear;}
.simple-hero-section.simple-hero-three {overflow: hidden;}
.simple-hero-section.simple-hero-three .banner-upper-heading {
  font-family: 'gilroy-light';
  font-size: 22px;
  color: var(--text-color);
  letter-spacing: 1.4px;
}
.simple-hero-section.simple-hero-three .banner-main-title {
  font-family: 'gilroy-black';
  font-size: 80px;
  line-height: 92px;
}
.simple-hero-section.simple-hero-three .banner-main-title span {font-family: 'gilroy-ultralight';}
.simple-hero-section.simple-hero-three .solid-button-one {margin-right: 45px;}
.simple-hero-section.simple-hero-three .main-image-shape {
  width: 990px;
  height: 990px;
  border-radius: 50%;
  top:-205px;
  right: -185px;
}
.simple-hero-section.simple-hero-three .shape-one {
  width: 990px;
  height: 990px;
  top: -108px;
  right: -184px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(134deg, #7be7ff, #5bffd2);
}
.simple-hero-section.simple-hero-three .shape-two {
  width: 70px;
  height: 70px;
  top:16%;
  right: 770px;
  z-index: 1;
  background: linear-gradient(321deg, rgba(255,56,153,0.36), rgba(255,139,64,0.36));
  border-radius: 50%;
}
.simple-hero-section.simple-hero-three .shape-three {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 287px;
  z-index: 1;
  background: linear-gradient(321deg, rgba(250,217,97,0.1), rgba(247,107,28,0.1));
  border-radius: 50%;
}
.simple-hero-section.simple-hero-three .shape-four {
  width: 12px;
  height: 12px;
  top:20%;
  left: 28%;
  animation: animationFramesOne 25s infinite linear;
}
.simple-hero-section.simple-hero-three .shape-five {
  width: 25px;
  height: 25px;
  top:44%;
  left: 4%;
  animation: animationFramesOne 30s alternate infinite linear;
}
.simple-hero-section.simple-hero-three .shape-six {
  width: 15px;
  height: 15px;
  top:49%;
  left: 51%;
  animation: animationFramesTwo 35s infinite linear;
}
.simple-hero-section.simple-hero-three .shape-seven {
  width: 12px;
  height: 12px;
  bottom: 20%;
  left: 33%;
  animation: animationFramesOne 30s infinite linear;
}
.our-service-one .inner-wrapper .site-title-one {
  position: absolute;
  top:80px;
  left: 0;
  z-index: 1;
}
.our-service-one .shape-wrapper .shape-one {left: 0;top:65%;}
.our-service-one .shape-wrapper .shape-two {left: 29%;top:20%; animation: animationFramesOne 30s infinite linear;}
.our-service-one .shape-wrapper .shape-three {left: 11%;top:40%; animation: animationFramesTwo 25s infinite linear;}
.our-service-one .shape-wrapper .shape-four {left: 10%;top:66%; animation: animationFramesOne 35s infinite linear;}
.our-service-one .shape-wrapper .shape-five {left: 10%;top:91%; animation: rotated 20s infinite linear;}
.our-service-one .shape-wrapper .shape-six {left: 26%;top:96%; animation: animationFramesOne 35s infinite linear;}
.our-service-one .shape-wrapper .shape-seven {left: 9%;top:94%;}
.our-service-one .shape-wrapper .shape-eight {right: 0;top:9%;}
.our-service-one .shape-wrapper .shape-nine {right: 6%;top:11%;}

footer.top-border {border-top:1px solid rgba(0,0,0,0.06);}
.top-footer [class*="col-"] {margin-bottom: 40px;}
.footer-about-widget .email {
  font-size: 18px;
  color: var(--text-color);
  margin: 12px 0 10px;
  display: block;
}
.footer-about-widget .phone {font-size: 20px; color: var(--heading);}
.footer-about-widget .email:hover,.footer-about-widget .phone:hover {color: #4C296D;}
.footer-title {
  font-size: 22px;
  padding: 0 0 25px;
}
.footer-list ul li a {
  display: block;
  line-height: 38px;
  font-size: 17px;
  color: var(--text-color);
}
.footer-list ul li a:hover {color: #4C296D;}
.footer-information p {padding: 0 0 30px; color: #76797e;}
.footer-information ul li {display: inline-block;}
.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;
}
.footer-information ul li a:hover {color: #fff; background: #4C296D;}
.bottom-footer-content {padding: 42px 0;}
.bottom-footer-content p {text-align: center;}
.main-p-color .footer-about-widget .email:hover,
.main-p-color .footer-about-widget .phone:hover,
.main-p-color .footer-list ul li a:hover {color: #4C296D;}
.main-p-color .footer-information ul li a:hover {background: #4C296D; border-color: #4C296D;}

.color-orange .footer-about-widget .email:hover,
.color-orange .footer-about-widget .phone:hover,
.color-orange .footer-list ul li a:hover {color: #4C296D;}
.color-orange .footer-information ul li a:hover {background: #4C296D; border-color: #4C296D;}
.achivement-section .shape-bg  {
  top:-11%;
  right: 0;
  z-index: -1;
}
.site-counter-one {display: inline-block;}
.site-counter-one .inner-round-shape {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border:1px solid #efefef;
}
.counter-box-one {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 30px 70px 0px rgba(233, 237, 244, 0.5);
  z-index: 1;
  text-align: center;
  padding-top: 46px;
}
.counter-box-one .number {font-size: 42px; font-weight: 500;}
.counter-box-one .number.color-one {color: #1dcdfb;} 
.counter-box-one .number.color-two {color: #ffcc42;} 
.counter-box-one .number.color-three {color: #0de49d;} 
.counter-box-one .number.color-four {color: #ff539e;} 
.counter-box-one p {
  font-size: 18px;
  margin-top: -10px; 
  color: var(--text-light);
}
.inner-round-shape .counter-box-one:nth-child(1) {
  top:0;
  left: 50%;
  transform:translate(-50% , -50%);
}
.inner-round-shape .counter-box-one:nth-child(2) {
  top:50%;
  left: 0%;
  transform:translate(-50% , -50%);
}
.inner-round-shape .counter-box-one:nth-child(3) {
  top:50%;
  right: 0%;
  transform:translate(50% , -50%);
}
.inner-round-shape .counter-box-one:nth-child(4) {
  bottom:0;
  left: 50%;
  transform:translate( -50% , 50%);
  box-shadow: 0px 25px 70px 0px rgba(240, 234, 234, 0.5);
}
.site-counter-one .center-shape {
  width: 120px;
  height: 120px;
  background: #fff;
  top:50%;
  left: 50%;
  border-radius: 50%;
  transform:translate( -50% , -50%);
  box-shadow: 0px 25px 70px 0px rgba(240, 234, 234, 0.5);
}
.site-counter-one .center-shape img {
  margin: 0 auto;
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
.site-counter-one .shape-one {top:-5%;left: -10%; animation: rotated 20s infinite linear;}
.site-counter-one .shape-two {top:-34%;left: 50%; animation: rotated 20s infinite linear;}
.site-counter-one .shape-three {top:0%;right: -23%; animation: rotated 20s infinite linear;}
.site-counter-one .shape-four {top:48%;left: -48%; animation: rotated 20s infinite linear;}
.site-counter-one .shape-five {bottom:-5%;left: -10%; animation: rotated 20s infinite linear;}
.site-counter-one .shape-six {bottom:-34%;left: 50%; animation: rotated 20s infinite linear;}
.site-counter-one .shape-seven {bottom:0%;right: -23%; animation: rotated 20s infinite linear;}
.why-choose-us {
  background: linear-gradient( 140deg, rgb(179, 104, 229) 0%, rgb(131, 5, 181) 100%);
  overflow: hidden;
  z-index: 5;
}
.why-choose-us .shape-wrapper {overflow: hidden;}
.why-choose-us .shape-wrapper .big-round-one {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255,255,255,0.03);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.why-choose-us .shape-wrapper .big-round-two {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255,255,255,0.03);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.why-choose-us .shape-wrapper .big-round-three {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255,255,255,0.03);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.why-choose-us .text-wrapper {max-width: 500px;float: right;}
.why-choose-us .text-wrapper .title-box {
  display: inline-block;
  line-height: 35px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
}
.why-choose-us .text-wrapper .bottom-title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  padding: 45px 0 35px;
}
.why-choose-us .text-wrapper ul li {
  color:#fff;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding: 0 0 15px 40px;
}
.why-choose-us .text-wrapper ul li:before {
  content: "\f103";
  font-family: "Flaticon";
  position: absolute;
  top:0;
  left:0;
  line-height: 32px;
  font-size: 24px;
}
.why-choose-us .text-wrapper ul {
  border-bottom: 1px solid rgba(222,243,222,0.3);
  padding-bottom: 48px;
  margin-bottom: 55px;
}
.why-choose-us .text-wrapper .director-speech {position: relative;}
.why-choose-us .text-wrapper .director-speech .d-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  float: left;
}
.why-choose-us .text-wrapper .director-speech .bio-block {float: left;padding-left: 25px;}
.why-choose-us .text-wrapper .director-speech .bio-block .name {
  font-size: 20px;
  color: #fff;
  padding: 2px 0;
}
.why-choose-us .text-wrapper .director-speech .bio-block span {
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
.why-choose-us .text-wrapper .director-speech .sign {
  position: absolute;
  right: 0;
  top:-32px;
}
.why-choose-us .screen-preview {
  position: absolute;
  bottom: -1px;
  left:0;
  width: 50%;
}

.pricing-plan-classic .tab-content .table-content .price-table .col-inner ul li {line-height: 42px;}
.contact-home-one .shape-one {
  width: 890px;
  height: 890px;
  top:70px;
  right: -245px;
  z-index: -1;
}
.contact-home-one .shape-two {
  width: 890px;
  height: 890px;
  top:0;
  right: -265px;
}
.contact-home-one .shape-three {
  width: 17px;
  height: 17px;
  top:60px;
  left: 25%;
}
.contact-home-one .shape-four {
  width: 11px;
  height: 11px;
  top:50%;
  left: 5%;
}
.contact-home-one .shape-five {
  width: 20px;
  height: 20px;
  bottom: 80px;
  left: 37%;
}
.contact-home-one .shape-six {top:0;left: 0;}
.contact-home-one .contact-text p {
  font-size: 20px;
  position: relative;
  padding: 75px 0 15px;
}
.contact-home-one .contact-text p:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: #4C296D;
  left: 0;
  top:20px;
}
.contact-home-one.color-orange .contact-text p:before {background: #4C296D;}
.contact-home-one .contact-text .call-to-dial {font-size: 26px;color: #2a2a2a;}
.contact-home-one .contact-text .call-to-dial:hover {color: #4C296D;}
.contact-home-one.color-orange .contact-text .call-to-dial:hover {color: #4C296D;}

.contact-home-one .site-form-style-two {margin-left: 60px;}
.site-form-style-two {
  background: #fff;
  padding: 65px 60px;
  box-shadow: 19.799px 19.799px 100px 0px rgba(96, 96, 96, 0.08);
}
.site-form-style-two input,.site-form-style-two textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #eaeaea;
}
.site-form-style-two input {height: 50px;margin-bottom: 55px;}
.site-form-style-two textarea {
  height: 120px;
  resize: none;
  margin-bottom: 50px;
}
.site-form-style-two input:focus,.site-form-style-two textarea:focus {border-bottom-color: #6a6a6a;}
.banner-large-text .shape-one {
  right: 0;
  top:0;
  overflow: hidden;
}
.banner-large-text .shape-one:before {
  content: "D";
  font-family: 'gilroy-black';
  font-size: 400px;
  color: #fff;
  position: absolute;
  bottom: 68px;
  left: -33px;
  z-index: 1;
}
.banner-large-text .shape-two {top:17%; left:17%; animation: animationFramesOne 15s infinite linear alternate;}
.banner-large-text .shape-three {top:12%; left:44%; animation: animationFramesTwo 18s infinite linear alternate;}
.banner-large-text .shape-four {top:18%; right:7%;  animation: animationFramesTwo 15s infinite linear alternate;}
.banner-large-text .shape-five {top:50%; left:4%;   animation: animationFramesFive 20s infinite linear alternate;}
.banner-large-text .shape-six {top:88%; left:14%; animation: animationFramesFive 18s infinite linear alternate;}
.banner-large-text .shape-seven {top:91%; left:46%;  animation: animationFramesOne 15s infinite linear alternate;}
.banner-large-text .shape-eight {top:85%; right:4%;  animation: animationFramesTwo 18s infinite linear alternate;}
.banner-large-text .shape-nine {top:55%; right:3%;  animation: animationFramesOne 15s infinite linear alternate;}
.banner-large-text .title {
  font-family: 'gilroy-bold';
  font-size: 120px;
  line-height: 128px;
  padding: 80px 200px 70px 0;
}
.banner-large-text .title span:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background: var(--heading);
  right: -130px;
  top:58%;
}
.banner-large-text .sub-heading {font-size: 26px;color: #2a2a2a;}
.about-us-text.bg-color {background: linear-gradient( -180deg, rgb(255,255,255) 0%, rgb(248,252,254) 100%);}
.about-text-one p {padding-bottom: 15px;}
.about-text-one h6 {
  font-family: 'gilroy-semibold';
  font-size: 18px;
  color: #2a2a2a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 40px;
}
.about-text-one h6:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 2px;
  background: #2a2a2a;
  top:45%;
  left:0;
}

.inner-banner.banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.inner-banner.banner-bg .opacity {background: rgba(0,0,0,0.25); height: 100%;}
.inner-banner.banner-bg.bg-style-one {height: 670px;text-align: center;}
.inner-banner.banner-bg.bg-style-one .opacity {padding: 300px 0 120px; }
.inner-banner.banner-bg.bg-style-one p {color: #fff; font-size: 24px; padding-bottom: 30px;}
.inner-banner.banner-bg.bg-style-one h2 {font-size: 58px;color: #fff; text-transform: uppercase;}
.inner-banner.banner-bg.bg-style-two .opacity {padding: 270px 0 220px; text-align: center;}
.inner-banner.banner-bg.bg-style-two p {color: #fff; font-size: 24px; padding-bottom: 20px;}
.inner-banner.banner-bg.bg-style-two h2 {font-size: 58px;color: #fff;}

.service-modern-block .wrapper {padding: 0 130px;}
.service-modern-block .row {margin: 0 -75px;}
.service-modern-block .row [class*="col-"] {padding: 0 75px;}
.service-modern-block .num {font-weight: 100;color: rgba(0,0,0,0.1);font-size: 80px;}
.service-modern-block .title a {
  font-family: 'gilroy-bold';
  font-size: 48px;
  line-height: 50px;
  color: var(--heading);
  margin: 40px 0 25px;
}
.service-modern-block .more {font-size: 50px;color: var(--heading);}
.service-modern-block:hover .more {transform: translateX(20px);}
.service-modern-block.img-style .wrapper {padding: 0 85px;}
.service-modern-block.img-style .row {margin: 0 -50px;}
.service-modern-block.img-style .row [class*="col-"] {padding: 0 50px;}
.service-classic-block .img-holder {position: relative;overflow: hidden;}
.service-classic-block .img-holder img {width: 100%; transition: all 0.5s ease-in-out;}
.service-classic-block:hover .img-holder img {transform: scale3d(1.1,1.1,1);}
.service-classic-block .text-holder {
  background: #fff;
  box-shadow: -15.045px 19.966px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 55px 20px 45px 55px;
  position: relative;
}
.service-classic-block .text-holder h3 a {
  font-family: 'gilroy-semibold';
  font-size: 32px;
  color: var(--heading);
  margin-bottom: 10px;
}
.service-classic-block .text-holder .icon-holder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 15px 40px 0px rgba(189, 189, 189, 0.5);
  position: absolute;
  top:-35px;
  left: 55px;
}
.service-classic-block .text-holder .icon-holder img {
  margin: 0 auto;
  position: relative;
  top:50%;
  transform: translateY(-50%);
}

.action-banner-one {
  background-color: #f9fbfe;
  background-image: url(../images/map.html);
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 130px;
  text-align: center;
}
.action-banner-one.bg-white {
  background-color: #fff;
  background-image: none;
  padding-top: 150px;
}
.action-banner-one .main-title {font-size: 62px;line-height: 75px;margin-bottom: 40px;}
.intro-text-block {
  background: #ffeceb;
  padding: 100px 0;
}
.intro-text-block h5 {
  font-family: 'gilroy-bold';
  font-size: 24px;
  line-height: 35px;
}
.intro-text-block h5 span {display: block;font-family: 'gilroy-light';}
.intro-text-block p {font-size: 18px;line-height: 32px;padding: 20px 0 35px;}
.intro-text-block h6 {
  font-family: 'gilroy-bold';
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  color: #233d63;
  margin-bottom: 32px;
}
.intro-text-block h6 span {font-size: 16px;color: var(--text-color);}
.intro-text-block h6:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background:#233d63;
  left: 0;
  top:50%;
  margin-top: -1px;
}
.site-form-style-four input,
.site-form-style-four textarea {
  border:1px solid #dcdcdc;
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
  color: #989ca2;
}
.site-form-style-four input:focus,
.site-form-style-four textarea:focus {border-color: #383838;}
.site-form-style-four input {height: 60px;padding: 0 25px;}
.site-form-style-four textarea {
  height: 260px;
  max-height: 240px;
  padding: 25px;
}
.site-form-style-four ::placeholder {color: #989ca2;;opacity: 1;}
.site-form-style-four :-ms-input-placeholder {color: #989ca2;;}
.site-form-style-four ::-ms-input-placeholder {color: #989ca2;;}
.site-form-style-three input,
.site-form-style-three textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #383838;
  background: transparent;
  margin-bottom: 35px;
}
.site-form-style-three input {padding: 0; height: 60px;}
.site-form-style-three textarea {padding: 25px 0; height: 200px;}
.site-form-style-three ::placeholder {color: #3b3b3b;opacity: 1;}
.site-form-style-three :-ms-input-placeholder {color: #3b3b3b;}
.site-form-style-three ::-ms-input-placeholder {color: #3b3b3b;}
.main-menu-list ul .sub-menu {
  display: none;
  transition: all 0.3s ease-in-out;
}
.main-menu-list ul .sub-menu.show {display: block;}




.site-form-style-five ::placeholder {color: #989ca2;opacity: 1; /* Firefox */}
.site-form-style-five :-ms-input-placeholder {color: #989ca2;}
.site-form-style-five ::-ms-input-placeholder {color: #989ca2;}
.site-form-style-five textarea {
  width: 100%;
  height: 290px;
  max-height: 290px;
  padding: 15px 30px;
  color: #989ca2;
  resize:none;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.site-form-style-five input:focus,
.site-form-style-five textarea:focus {border-color: #212121;}
.site-form-style-five button {
  display: block;
  width: 100%;
  height: 60px;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  color: #fff;
}
