/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body { font-family:"Circular Std Book"; font-style:normal; color: #50505f; }
a { color: #3c3d88; }
a:hover { color: #3291e6; text-decoration: none; }

h2, h3, h4, h5, h6 { font-family:"Circular Std Black"; font-style:normal; color:#060615; font-size: 40px; }

/*---------------------------------------------
#Text Color
*---------------------------------------------*/
.text-color-light-green {color:#26b883;}
.text-color-blue {color:#3b3c88;}
.text-color-gray {color:#71717e;}
.text-color-light-gray {color:#b1b1b4;}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; }
#preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #3c3d88; border-top-color: #d1e6f9; border-radius: 50%; width: 60px; height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes animate-preloader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top { position: fixed; display: none; right: 15px; bottom: 15px; z-index: 99999; }
.back-to-top i { display: flex; align-items: center; justify-content: center; font-size: 24px; width: 40px; height: 40px; border-radius: 50px; background: #3c3d88; color: #fff; transition: all 0.4s; }
.back-to-top i:hover { background: #1c84e3; color: #fff; }
.datepicker-dropdown { padding: 20px !important; }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar { background: #3b3c88; height: 40px; font-size: 14px; transition: all 0.5s; color:#fff; }
#topbar.topbar-scrolled { top: -40px; }
#topbar .contact-info a { line-height: 1; color: #fff; transition: 0.3s; }
#topbar .contact-info a:hover { color: #fff; }
#topbar .contact-info i { color: #fff; padding-right: 4px; margin-left: 15px; }
#topbar .contact-info i:first-child { margin-left: 0; }
.social-links { margin-right: 15px; }
#topbar .social-links a {color: #fff;padding-left: 15px;display: inline-block;line-height: 1px;transition: 0.3s;font-size: 18px;}
#topbar .social-links a:hover { color: #fff; }
#topbar .social-links a:first-child { border-left: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {background: #fff;transition: all 0.5s;z-index: 997;padding: 25px 0;top: 40px;box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);}
#header.header-scrolled { top: 0; }
#header .logo img {}
@media (max-width: 992px) {
  #header { top: 0; }
  #header .logo { font-size: 28px; }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul { margin: 0; padding: 0; list-style: none; }
.nav-menu > ul {display: flex;position: relative;}
.nav-menu > ul > li { position: relative; white-space: nowrap; padding: 8px 0 8px 20px; }
.nav-menu a {display: block;position: relative;color: #060615;transition: 0.3s;font-size: 14px;font-family:"CircularStd-Medium";padding: 5px 2px;border-bottom: 2px solid #fff;text-transform: uppercase;}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a { color: #3c3d88; border-color: #fff; }

.nav-menu .drop-down ul { display: block; position: absolute; left: 20px; top: calc(100% + 30px); z-index: 99; opacity: 0; visibility: hidden; padding: 10px 0; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; }
.nav-menu .drop-down:hover > ul { opacity: 1; top: 100%; visibility: visible; }
.nav-menu .drop-down li { min-width: 180px; position: relative; }
.nav-menu .drop-down ul a { padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: none; color: #082744; border: none; }
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a { color: #3c3d88; }
.nav-menu .drop-down > a:after { content: "\ea99"; font-family: IcoFont; padding-left: 5px; }
.nav-menu .drop-down .drop-down ul { top: 0; left: calc(100% - 30px); }
.nav-menu .drop-down .drop-down:hover > ul { opacity: 1; top: 0; left: 100%; }
.nav-menu .drop-down .drop-down > a { padding-right: 35px; }
.nav-menu .drop-down .drop-down > a:after { content: "\eaa0"; font-family: IcoFont; position: absolute; right: 15px; }
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul { left: -90%; }
  .nav-menu .drop-down .drop-down:hover > ul { left: -100%; }
  .nav-menu .drop-down .drop-down > a:after { content: "\ea9d"; }
}

/* Get Startet Button */
.bluebg-btn {background: #3c3d88;color: #fff;border-radius: 50px;white-space: nowrap;transition: 0.3s;display: inline-block;font-family: "Circular Std Black";font-size: 16px;letter-spacing: 3px;text-transform:uppercase;max-width: 220px;width: 100%;text-align: center;line-height: 1;padding: 17px 15px;box-shadow: 0 5px 20px rgba(0,0,0,0.30);}
.bluebg-btn:hover { color: #fff; }
.whitebg-btn { background: #fff; color: #26b883; border-radius: 50px; padding: 8px 25px; white-space: nowrap; transition: 0.3s; display: inline-block; font-family: "Circular Std Black"; letter-spacing: 3px; font-size: 16px; text-transform:uppercase; }
.whitebg-btn:hover { color: #26b883; }
.greenbg-btn {background: #26b883;color: #ffffff !important;border-radius: 50px;padding: 8px 25px;white-space: nowrap;transition: 0.3s;display: inline-block;font-family: "CircularStd-Medium";letter-spacing: 3px;font-size: 16px;text-transform:uppercase;display: inline-flex;align-items: center;justify-content: center;height: 50px;line-height: 1;max-width: 220px;width: 100%;}
.greenbg-btn img { padding: 0 !important; margin-right: 20px; }
.greenbg-btn:hover { color: #fff; }


@media (max-width: 768px) {
  .bluebg-btn { padding: 6px 18px; }
  .whitebg-btn { padding: 6px 18px; }
  .greenbg-btn { padding: 6px 18px; }
}

/* Mobile Navigation */
.mobile-nav-toggle { position: fixed; right: 15px; top:32px; z-index: 9998; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right; }
.mobile-nav-toggle i { color: #3c3d88; }
.mobile-nav { position: fixed; top: 55px; right: 15px; bottom: 15px; left: 15px; z-index: 9999; overflow-y: auto; background: #fff; transition: ease-in-out 0.2s; opacity: 0; visibility: hidden; border-radius: 10px; padding: 10px 0; }
.mobile-nav * { margin: 0; padding: 0; list-style: none; }
.mobile-nav a { display: block; position: relative; color: #2c4964; padding: 10px 20px; font-weight: 500; outline: none; }
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a { color: #3c3d88; text-decoration: none; }
.mobile-nav .drop-down > a:after { content: "\ea99"; font-family: IcoFont; padding-left: 10px; position: absolute; right: 15px; }
.mobile-nav .active.drop-down > a:after { content: "\eaa1"; }
.mobile-nav .drop-down > a { padding-right: 35px; }
.mobile-nav .drop-down ul { display: none; overflow: hidden; }
.mobile-nav .drop-down li { padding-left: 20px; }
.mobile-nav-overly { width: 100%; height: 100%; z-index: 9997; top: 0; left: 0; position: fixed; background: rgba(28, 47, 65, 0.6); overflow: hidden; display: none; transition: ease-in-out 0.2s; }
.mobile-nav-active { overflow: hidden; }
.mobile-nav-active .mobile-nav { opacity: 1; visibility: visible; }
.mobile-nav-active .mobile-nav-toggle i { color: #fff; }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding: 30px 0;overflow: hidden;position: relative;}
section h2.small-title-white { position: relative; font-size: 16px; letter-spacing: 10px; color: #fff; font-family: "Circular Std Black"; text-transform:uppercase; }
section h2.small-title-white::after { display: inline-block; content: ""; border-top: 3px solid #fff; width: 150px; margin: 4px 1rem; transform: translateX(-1rem); }
section h2.small-title-blue { position: relative; font-size: 16px; letter-spacing: 10px; color: #3b3c88; font-family: "Circular Std Black"; text-transform:uppercase; }
section h2.small-title-blue::after { display: inline-block; content: ""; border-top: 3px solid #3b3c88; width: 150px; margin: 4px 1rem; transform: translateX(-1rem); }
section h2.small-title-green { position: relative; font-size: 16px; letter-spacing: 10px; color: #26b883; font-family: "Circular Std Black"; text-transform:uppercase; }
section h2.small-title-green::after { display: inline-block; content: ""; border-top: 3px solid #26b883; width: 150px; margin: 4px 1rem; transform: translateX(-1rem); }


@media (max-width:767px){
  section h2.small-title::after{ right: calc(20% - 20px); left:auto; width:130px; }
  h2, h3, h4, h5, h6 {font-size:22px;}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs { padding: 20px 0; background-color: #f1f7fd; min-height: 40px; margin-top: 120px; }

@media (max-width: 992px) {
  .breadcrumbs { margin-top: 63px; }
  .breadcrumbs h2 { margin: 0 0 10px 0; } 
}

@media (max-width: 991px) {
  #header {padding-top: 15px;padding-bottom:15px;}
  #header .nav-menu {display:none !important;}
  .page-heading, .sec-margin-top_{margin-top: 88px !important;}
  .sec-margin-top_ {padding-top:0px !important;}
  
  
}

.breadcrumbs h2 { font-size: 24px; font-weight: 300; margin: 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 14px; }
.breadcrumbs ol li + li { padding-left: 10px; }
.breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; color: #6c757d; content: "/"; }

@media (max-width: 768px) {
  .breadcrumbs .d-flex { display: block !important; }
  .breadcrumbs ol { display: block; }
  .breadcrumbs ol li { display: inline-block; }
}



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list { padding: 0 100px; }
.faq .faq-list ul { padding: 0; list-style: none; }
.faq .faq-list li + li { margin-top: 15px; }
.faq .faq-list li { padding: 20px; background: #fff; border-radius: 4px; position: relative; }
.faq .faq-list a { display: block; position: relative; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 24px; font-weight: 500; padding: 0 30px; outline: none; }
.faq .faq-list .icon-help { font-size: 24px; position: absolute; right: 0; left: 20px; color: #76b5ee; }
.faq .faq-list .icon-show,
.faq .faq-list .icon-close { font-size: 24px; position: absolute; right: 0; top: 0; }
.faq .faq-list p { margin-bottom: 0; padding: 10px 0 0 0; }
.faq .faq-list .icon-show { display: none; }
.faq .faq-list a.collapsed { color: #343a40; }
.faq .faq-list a.collapsed:hover { color: #3c3d88; }
.faq .faq-list a.collapsed .icon-show { display: inline-block; }
.faq .faq-list a.collapsed .icon-close { display: none; }

@media (max-width: 1200px) {
  .faq .faq-list { padding: 0; }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap { padding-left: 50px; }
.testimonials .testimonial-item { box-sizing: content-box; padding: 30px 30px 30px 60px; margin: 30px 15px; min-height: 200px; box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08); position: relative; background: #fff; }
.testimonials .testimonial-item .testimonial-img { width: 90px; border-radius: 10px; border: 6px solid #fff; position: absolute; left: -45px; }
.testimonials .testimonial-item h3 { font-size: 18px; font-weight: bold; margin: 10px 0 5px 0; color: #111; }
.testimonials .testimonial-item h4 { font-size: 14px; color: #999; margin: 0; }
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right { color: #badaf7; font-size: 26px; }
.testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; }
.testimonials .testimonial-item .quote-icon-right { display: inline-block; right: -5px; position: relative; top: 10px; }
.testimonials .testimonial-item p { font-style: italic; margin: 15px auto 15px auto; }
.testimonials .owl-nav, .testimonials .owl-dots { margin-top: 5px; text-align: center; }
.testimonials .owl-dot { display: inline-block; margin: 0 5px; width: 12px; height: 12px; border-radius: 50%; background-color: #ddd !important; }
.testimonials .owl-dot.active { background-color: #3c3d88 !important; }

@media (max-width: 767px) {
  .testimonials .testimonial-wrap { padding-left: 0; }
  .testimonials .testimonial-item { padding: 30px; margin: 15px; }
  .testimonials .testimonial-item .testimonial-img { position: static; left: auto; }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info { width: 100%; background: #fff; }
.contact .info i { font-size: 20px; color: #3c3d88; float: left; width: 44px; height: 44px; background: #d6e9fa; display: flex; justify-content: center; align-items: center; border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 { padding: 0 0 0 60px; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #2c4964; }
.contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #4b7dab; }
.contact .info .email,
.contact .info .phone { margin-top: 40px; }
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i { background: #3c3d88; color: #fff; }
.contact .php-email-form { width: 100%; background: #fff; }
.contact .php-email-form .form-group { padding-bottom: 8px; }
.contact .php-email-form .validate { display: none; color: red; margin: 0 0 15px 0; font-weight: 400; font-size: 13px; }
.contact .php-email-form .error-message { display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600; }
.contact .php-email-form .error-message br + br { margin-top: 25px; }
.contact .php-email-form .sent-message { display: none; color: #fff; background: #18d26e; text-align: center; padding: 15px; font-weight: 600; }
.contact .php-email-form .loading { display: none; background: #fff; text-align: center; padding: 15px; }
.contact .php-email-form .loading:before { content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #18d26e; border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea { border-radius: 0; box-shadow: none; font-size: 14px; }
.contact .php-email-form input { height: 44px; }
.contact .php-email-form textarea { padding: 10px 12px; }
.contact .php-email-form button[type="submit"] { background: #3c3d88; border: 0; padding: 10px 35px; color: #fff; transition: 0.4s; border-radius: 50px; }
.contact .php-email-form button[type="submit"]:hover { background: #1c84e3; }

@-webkit-keyframes animate-loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes animate-loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer { color: #444444; font-size: 14px; background: #070723; }
#footer .footer-top { padding: 60px 0 30px 0; background: #070723; }
#footer .footer-bottom {border-top: 1px solid rgba(255,255,255,.10);}
#footer .footer-top .footer-contact { margin-bottom: 30px; }
#footer .footer-top .footer-contact h4 { font-size: 22px; margin: 0 0 30px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700; }
#footer .footer-top .footer-contact p { font-size: 14px; line-height: 24px; margin-bottom: 0; color: #777777; }
#footer .footer-top h4 { font-size: 18px; color: #fff; position: relative; padding-bottom: 12px; text-transform:uppercase; }
#footer .footer-top .footer-links { margin-bottom: 30px; }
#footer .footer-top .footer-links ul { list-style: none; padding: 0; margin: 0; }
#footer .footer-top .footer-links ul i { padding-right: 2px; color: #1c84e3; font-size: 18px; line-height: 1; }
#footer .footer-top .footer-links ul li { padding: 10px 0; display: flex; align-items: center; }
#footer .footer-top .footer-links ul li:first-child { padding-top: 0; }
#footer .footer-top .footer-links ul a {color: rgba(255,255,255,0.80);transition: 0.3s;display: inline-block;line-height: 1;font-size: 16px;font-weight: 500;}
#footer p {color:rgba(255,255,255,0.80) !important;}
#footer .footer-top .footer-links ul a:hover { text-decoration: none; color: #3c3d88; }
#footer .footer-newsletter { font-size: 15px; }
#footer .footer-newsletter h4 { font-size: 16px; font-weight: bold; color: #fff; position: relative; padding-bottom: 12px; }
#footer .footer-newsletter form input[type="email"] {border: 0;padding: 4px 8px;width: 100%;background: #0d0d2a !important;color: rgba(255,255,255,.30);height: 40px;margin-bottom: 10px;outline: none !important;font-size: 16px;border-radius: 0px;}
#footer .footer-newsletter form input[type="submit"] { border: 0; background: none; font-size: 16px; padding:8px; background: #26b883; color: #fff; transition: 0.3s; border-radius: 0px; width: 100%; }
#footer .footer-newsletter form input[type="submit"]:hover { background: #1c84e3; }
#footer .credits { padding-top: 5px; font-size: 13px; color: #444444; }
#footer .social-links a { font-size: 18px; display: inline-block; background: #3c3d88; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; }
#footer .social-links a:hover { background: #1c84e3; color: #fff; text-decoration: none; }
#footer .explore-links {width:100%;}
#footer .explore-links ul{width:50%;float:left}
.copyright {color: rgba(255,255,255,0.80);font-size: 14px;}
#footer .footer-top .footer-links address {
    font-size: 16px;
    color: rgba(255,255,255,0.30);
}
/******************/
.sitemap-item.page_item.page-item-1167, .sitemap-item.page_item.page-item-1109, .sitemap-item.page_item.page-item-1118, .company_document_link_class, .single-post section.clients-block {display: none;}
.SingleBlog_Page {margin-top: 200px;}
.blog-post-detail .content {padding: 20px 0;}
.blog-post-detail {padding: 0 0 20px;}
.single-post .comment-form.default-form {padding-bottom: 50px;}
.post-meta ul {padding: 0;}
.post-meta ul li {display: inline-block; margin-right: 30px;}
.submitbtncss::after {
	content: "";
	background: url("../images/send_icon_new.png");
	background-size: 20px;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	width: 20px;
	height: 20px;
	bottom: 0;
	margin: auto 0;
	right: 36%;
}

/**Search in Nav Styling**/
button.search_icon.search-toggle {
    background-color: #f2f2f2 !important;
}