/*--------------------------------------------------------------
# Child Theme Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
.customize-partial-edit-shortcut button { padding: 0 !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, button, input[type="button"], input[type="reset"], input[type="submit"], body .elementor-button { display: inline-block; border-radius: 5px; transition: all 0.2s ease-in-out; outline: none; font-family: "Inter", sans-serif; font-size: 16px; color: #fff; font-weight: 500; text-align: center; line-height: 28px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; padding: 13px 30px !important; background: #0c5adb; }
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, body .elementor-button:hover { text-decoration: none; box-shadow: 0 10px 20px rgba(16, 40, 81, 0.2); }
.button:active, .button:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, body .elementor-button:active, body .elementor-button:focus { text-decoration: none; box-shadow: none; }
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, body .elementor-button:hover { background: #272063; border-color: #272063; color: #fff; }
.button:active, .button:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, body .elementor-button:active, body .elementor-button:focus { background: #272063; color: #fff; }

.secondary-button { display: inline-block; border-radius: 5px; transition: all 0.2s ease-in-out; outline: none; font-family: "Inter", sans-serif; font-size: 16px; color: #fff; font-weight: 500; text-align: center; line-height: 28px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; padding: 13px 30px !important; background: #272063; border: 2px solid #272063; }
.secondary-button:hover { text-decoration: none; box-shadow: 0 10px 20px rgba(16, 40, 81, 0.2); }
.secondary-button:active, .secondary-button:focus { text-decoration: none; box-shadow: none; }
.secondary-button:hover { background: #0c5adb; border-color: #0c5adb; color: #fff; }
.secondary-button:active, .secondary-button:focus { background: #0c5adb; border-color: #0c5adb; color: #fff; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select { height: 52px; background: rgba(16, 40, 81, 0.01); border: 1px solid rgba(16, 40, 81, 0.15); border-radius: 5px; transition: all 0.2s ease-in-out; font-family: "Inter", sans-serif; font-size: 16px; color: #272063; font-weight: 400; letter-spacing: .3px; outline: 0; padding: 0 15px; }
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="url"]:active, input[type="url"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="range"]:active, input[type="range"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime-local"]:active, input[type="datetime-local"]:focus, input[type="color"]:active, input[type="color"]:focus, textarea:active, textarea:focus, select:active, select:focus { border: 1px solid #272063; box-shadow: 0 0 20px rgba(16, 40, 81, 0.1); }

textarea { width: 100%; min-height: 220px; color: #444444; padding-top: 10px; padding-bottom: 10px; }
textarea:active, textarea:focus { color: #272063; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select:focus { border-color: #0c5adb; }

::placeholder { color: #444444; opacity: 1; }

:-ms-input-placeholder { color: #444444; }

::-ms-input-placeholder { color: #444444; }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html { overflow-x: hidden; }

body { background: #ffffff; font-family: "Inter", sans-serif; font-size: 17px; color: #444444; font-weight: 400; line-height: 30px; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Inter", sans-serif; color: #272063; font-weight: 600; line-height: 1.3; margin: 0 0 15px; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 32px; }

h3, .h3 { font-size: 26px; }

h4, .h4 { font-size: 22px; }

h5, .h5 { font-size: 20px; }

h6, .h6 { font-size: 18px; }

a { color: #444444; }
a:hover, a:active, a:focus { color: #0c5adb; }

p { margin-bottom: 30px; }

blockquote { border-left-color: #0c5adb; font-weight: 600; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container { max-width: 1270px; }

.content-area { margin: 80px auto; }

.theme-sidebar { position: sticky; top: 50px; margin: 80px 0; padding-right: 50px; padding-left:0px; }

.ts-sticky { align-items: flex-start; }
.ts-sticky .theme-sidebar { position: sticky; bottom: 50px; }

.layout-1c-full .content-area { max-width: 100%; }

.layout-1c-narrow .content-area { max-width: 900px; margin-left: auto; margin-right: auto; }

.layout-2c-left-sb .theme-sidebar { order: -1; padding-left: 15px; padding-right: 35px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.admin-bar .site-header { top: 32px; }

.site-header { border-bottom: none; color: #fff; z-index: 99; }
.site-header .head-top { background: #e7f0fe; }
.site-header .head-top .header-top-area { display: flex; align-items: center; justify-content: space-between; font-size: 15px; color: #272063; line-height: normal; padding: 7px 0; }
.site-header .head-top .header-top-area .widget { display: flex; align-items: center; }
.site-header .head-top .header-top-area .widget p { display: flex; align-items: center; margin-bottom: 0; }
.site-header .head-top .header-top-area .widget i { font-size: 18px; margin-right: 5px; }
.site-header .head-top .header-top-area .widget .wp-social-link { margin-bottom: 0; }
.site-header .head-btm { background: #ffffff; }
.site-header .head-wrap { display: block; padding: 40px 0; }
.site-header .head-wrap .top-row { display: flex; align-items: center; justify-content: space-between; }
.site-header .head-wrap .site-branding { flex-grow: 0; min-width: 200px; padding-right: 20px; margin-right: 0; }
.site-header .head-wrap .site-branding .site-title { font-size: 38px; }
.site-header .head-wrap .main-navigation .menu li { margin-right: 15px; }
.site-header .head-wrap .main-navigation .menu li:last-child { float: right; }
.site-header .head-wrap .main-navigation .menu li:last-child a { background: #272063; border-radius: 0px; color: #fff; padding: 0px 22px; }
.site-header .head-wrap .main-navigation .menu li:last-child a:hover, .site-header .head-wrap .main-navigation .menu li:last-child a:active, .site-header .head-wrap .main-navigation .menu li:last-child a:focus { color: #fff; }
.site-header .head-wrap .main-navigation .menu li a { color: #272063; font-weight: 500; padding: 0 20px;  line-height: 100px;}
.site-header .head-wrap .main-navigation .menu li.menu-item-has-children > a {padding-right: 25px;}
.site-header .head-wrap .main-navigation .menu li.menu-item-has-children > a:after { top: 50%; font-size: 24px;right: 0; }
.site-header .head-wrap .main-navigation .menu li.current-menu-item > a { position: relative;background: #0C5ADB; color: #fff; }
.site-header .head-wrap .main-navigation .menu li.current-menu-item > a:before { display: none; position: absolute; bottom: 0; left: 0; content: ""; width: 100%; height: 3px; background: #0c5adb; }
.site-header .head-wrap .main-navigation .menu li .sub-menu, .site-header .head-wrap .main-navigation .menu li .children { background: #272063; border-radius: 0px; padding: 0px; }
.site-header .head-wrap .main-navigation .menu li .sub-menu li.menu-item-has-children > a:after, .site-header .head-wrap .main-navigation .menu li .children li.menu-item-has-children > a:after { top: 29px; font-size: 24px; }
.site-header .head-wrap .main-navigation .menu li .sub-menu li.current-menu-item > a:before, .site-header .head-wrap .main-navigation .menu li .children li.current-menu-item > a:before { display: none; }
.site-header .head-wrap .main-navigation .menu li .sub-menu li a, .site-header .head-wrap .main-navigation .menu li .children li a { min-width: 220px; background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.08); font-size: 14px; color: #fff; padding: 10px 25px; line-height: inherit;}
.site-header .head-wrap .main-navigation .menu li .sub-menu li a:hover, .site-header .head-wrap .main-navigation .menu li .sub-menu li a:active, .site-header .head-wrap .main-navigation .menu li .sub-menu li a:focus, .site-header .head-wrap .main-navigation .menu li .children li a:hover, .site-header .head-wrap .main-navigation .menu li .children li a:active, .site-header .head-wrap .main-navigation .menu li .children li a:focus {color: #fff; background: #0c5adb; }
.site-header .head-wrap .main-navigation .menu li .sub-menu li .sub-menu, .site-header .head-wrap .main-navigation .menu li .sub-menu li .children, .site-header .head-wrap .main-navigation .menu li .children li .sub-menu, .site-header .head-wrap .main-navigation .menu li .children li .children { margin-top: 0; }
.site-header .head-wrap .main-navigation .menu li:hover > a, .site-header .head-wrap .main-navigation .menu li:active > a, .site-header .head-wrap .main-navigation .menu li:focus > a { color: #fff; background: #0c5adb;}
.site-header .head-wrap .main-navigation .menu li:hover > ul { left: 0px; }
.site-header .head-wrap .main-navigation .menu li.focus > ul { left: 0px; }
.site-header .head-wrap .main-navigation .menu ul.sub-menu { left: 0px; }
.site-header .head-wrap .header-right-area .custom-html-widget { display: flex; align-items: center; color: #272063; }
.site-header .head-wrap .header-right-area .custom-html-widget a { display: inline-block; border-radius: 5px; transition: all 0.2s ease-in-out; outline: none; font-family: "Inter", sans-serif; font-size: 16px; color: #fff; font-weight: 500; text-align: center; line-height: 28px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; padding: 13px 30px !important; background: #0c5adb; border: 2px solid #0c5adb; position: relative; white-space: nowrap; padding: 10px 25px 10px 58px; margin-left: 40px; }
.site-header .head-wrap .header-right-area .custom-html-widget a:hover { text-decoration: none; box-shadow: 0 10px 20px rgba(16, 40, 81, 0.2); }
.site-header .head-wrap .header-right-area .custom-html-widget a:active, .site-header .head-wrap .header-right-area .custom-html-widget a:focus { text-decoration: none; box-shadow: none; }
.site-header .head-wrap .header-right-area .custom-html-widget a:hover { background: #272063; border-color: #272063; color: #fff; }
.site-header .head-wrap .header-right-area .custom-html-widget a:active, .site-header .head-wrap .header-right-area .custom-html-widget a:focus { background: #272063; border-color: #272063; color: #fff; }
.site-header .head-wrap .header-right-area .custom-html-widget a i { position: absolute; top: 10px; left: 26px; font-size: 24px; color: #fff; margin-right: 3px; }
.site-header .head-wrap .header-right-area .custom-html-widget p { white-space: nowrap; margin-bottom: 0; }
.site-header .head-wrap .header-right-area .custom-html-widget p i { position: relative; top: 5px; font-size: 24px; color: #0c5adb; }

@media (min-width: 1025px) { .sticky-head .site-header.sticky-header { position: fixed; width: 100%; background: #272063; z-index: 99; }
  .sticky-head .site-header.sticky-header .container { padding-right: 0; }
  .sticky-head .site-header.sticky-header .head-wrap { display: flex; align-items: center; justify-content: space-between; transition: all 0.2s ease-in-out; padding: 20px 0; }
  .sticky-head .site-header.sticky-header .head-wrap .top-row { width: 100%; margin-bottom: 0; }
  .sticky-head .site-header.sticky-header .head-wrap .top-row .header-right-area { display: none; } }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.home .site-footer{padding-top: 180px;}
.site-footer { position: relative; background: #272063; color: #c5cedd; padding: 100px 0 0px; }
.site-footer:before { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: #272063; opacity: .92; z-index: 0; }
.site-footer .container { position: relative; z-index: 1; }
.site-footer a { color: #c5cedd; }
.site-footer a:hover, .site-footer a:active, .site-footer a:focus { color: #0c5adb; }
.site-footer p { margin-bottom: 10px; }
.site-footer .footer-widget-area { display: flex; flex-wrap: wrap; padding-bottom: 50px; margin-left: -2%; }
.site-footer .footer-widget-area .footer-cols { flex: 0 0 100%; max-width: 28%; margin-left: 2%; }
.site-footer .footer-widget-area .footer-cols.footer-col-2 { max-width: 18%; }
.site-footer .footer-widget-area .footer-cols.footer-col-3 { max-width: 18%; }
.site-footer .footer-widget-area .footer-cols .widget { margin-bottom: 25px; }
.site-footer .footer-widget-area .footer-cols .widget#block-21 { margin-bottom: 10px; }
.site-footer .footer-widget-area .footer-cols .widget#block-21 h3 { margin-bottom: 0; }
.site-footer .footer-widget-area .footer-cols .widget .widget-title, .site-footer .footer-widget-area .footer-cols .widget h3 { font-size: 20px; color: #fff; margin-bottom: 25px; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields p { margin-bottom: 20px; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form { display: flex; position: relative; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form:after { position: absolute; top: 0px; right: 0px; content: "\ea5d"; width: 56px; height: 56px; background: #0c5adb; border-radius: 10px; font-family: "remixicon"; font-size: 26px; color: #fff; text-align: center; line-height: 56px; z-index: 0; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="email"] { flex: 0 0 100%; max-width: 100%; background: #fff; border-radius: 10px 15px 15px 10px; padding: 0 75px 0 20px; }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="email"]:active, .site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="email"]:focus { box-shadow: 0 0 20px rgba(1, 78, 213, 0.5); }
.site-footer .footer-widget-area .footer-cols .widget_mc4wp_form_widget .mc4wp-form-fields .mc4-form input[type="submit"] { opacity: 0; background: none; position: absolute; top: 0; right: 0; font-size: 0; line-height: 25px; padding: 10px 23px 9px; z-index: 1; }
.site-footer .site-info { display: flex; align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 15px; text-align: left; padding: 20px 0; }
.site-footer .site-info .widget .wp-social-link { margin-bottom: 0; }
.site-footer .site-info .si-left { flex: 0 0 100%; max-width: 70%; }
.site-footer .site-info .si-right { flex: 0 0 100%; max-width: 30%; }

.gt-info { position: relative; padding-left: 55px; }
.gt-info i { position: absolute; top: 1px; left: 0; width: 40px; height: 40px; background: #fff; border-radius: 100px; font-size: 20px; color: #272063; text-align: center; line-height: 40px; }
.gt-info span { display: block; color: #fff; font-weight: 600; line-height: normal; }

.cs-contact .gt-info { margin-bottom: 0; }
.cs-contact .gt-info span { color: #272063; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-404 .page-content h3 { color: #0c5adb; }

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.inner-header { position: relative; background: url("../images/sec-bg-1.png") no-repeat center top/cover; text-align: center; padding: 110px 0; }
.inner-header:before { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.6); }
.inner-header .page-header .page-title { font-size: 56px; font-weight: 600; line-height: 1.2em; margin-bottom: 0; color: #fff;; }

.blog-grid-3c .bg3c-article-wrap { display: flex; flex-wrap: wrap; margin-left: -3%; }
.blog-grid-3c .bg3c-article-wrap .hentry, .blog-grid-3c .bg3c-article-wrap .product { flex: 0 0 100%; max-width: 47%; background: #f9fbfd; border: none; padding-bottom: 0; margin: 0 0 3% 3%; }
.blog-grid-3c .bg3c-article-wrap .hentry .be-wrap, .blog-grid-3c .bg3c-article-wrap .product .be-wrap { text-align: center; padding: 40px; }
.blog-grid-3c .bg3c-article-wrap .hentry .post-thumbnail, .blog-grid-3c .bg3c-article-wrap .product .post-thumbnail { margin-bottom: 0; }
.blog-grid-3c .bg3c-article-wrap .hentry .post-thumbnail img, .blog-grid-3c .bg3c-article-wrap .product .post-thumbnail img { border-radius: 0; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header, .blog-grid-3c .bg3c-article-wrap .product .entry-header { margin-bottom: 0; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title { font-size: 22px; font-weight: 600; line-height: 30px; margin-bottom: 15px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a { color: #272063; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a:hover, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a:active, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title a:focus, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a:hover, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a:active, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title a:focus { color: #0c5adb; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta { font-size: 12px; color: #0c5adb; font-weight: 500; line-height: 20px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a { color: rgba(16, 40, 81, 0.5); }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a:hover, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a:active, .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta a:focus, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a:hover, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a:active, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta a:focus { color: #0c5adb; text-decoration: underline; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-meta .byline .author, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-meta .byline .author { margin-right: 0; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary p, .blog-grid-3c .bg3c-article-wrap .product .entry-summary p { margin-bottom: 25px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link { display: inline-block; background: #0c5adb; font-size: 12px; color: #fff; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; padding: 6px 20px; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link:hover, .blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link:active, .blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link:focus, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link:hover, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link:active, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link:focus { background: #272063; }
.blog-grid-3c .bg3c-article-wrap .hentry .entry-summary .read-more-link i, .blog-grid-3c .bg3c-article-wrap .product .entry-summary .read-more-link i { position: relative; top: 2px; }

.templatic-pagination { flex: 0 0 100%; max-width: 100%; text-align: center; margin-bottom: 0; }
.templatic-pagination .pagination-wrap { display: inline-block; }
.templatic-pagination ul li .page-numbers { min-width: 56px; min-height: inherit; height: 56px; border-radius: 0; line-height: 56px; font-weight: 500; }
.templatic-pagination ul li a { background: rgba(16, 40, 81, 0.08); }
.templatic-pagination ul li a:hover, .templatic-pagination ul li a:active, .templatic-pagination ul li a:focus { background: #272063; }
.templatic-pagination ul li .current { background: #272063; }
.templatic-pagination ul li .next:after, .templatic-pagination ul li .prev:after { top: 6px; }

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/
.inner-header .col-md-12 { max-width: 900px; margin: 0 auto; }
.inner-header .entry-header .entry-title { font-size: 56px; font-weight: 600; line-height: 1.2em; margin-bottom: 15px;  color: #fff;}
.inner-header .entry-header .entry-meta { font-size: 14px; color: #272063; text-transform: uppercase; letter-spacing: 1px; }
.inner-header .entry-header .entry-meta span { position: relative; margin: 0 20px; }
.inner-header .entry-header .entry-meta span:before { position: absolute; top: 6px; left: -23px; content: ""; width: 5px; height: 5px; background: #0c5adb; border-radius: 20px; }
.inner-header .entry-header .entry-meta span:first-child:before { display: none; }
.inner-header .entry-header .entry-meta a { color: #272063; }
.inner-header .entry-header .entry-meta a:hover, .inner-header .entry-header .entry-meta a:active, .inner-header .entry-header .entry-meta a:focus { text-decoration: underline; }

.single .post-thumbnail, .page .post-thumbnail { overflow: hidden; margin: 0 0 50px; }
.single .post-thumbnail img, .page .post-thumbnail img { width: 100%; border-radius: 0; }
.single .post, .single .attachment, .page .post, .page .attachment { margin-bottom: 40px; }
.single .post .entry-footer, .single .attachment .entry-footer, .page .post .entry-footer, .page .attachment .entry-footer { margin: 30px 0 40px; }
.single .post .entry-footer .tags-links, .single .attachment .entry-footer .tags-links, .page .post .entry-footer .tags-links, .page .attachment .entry-footer .tags-links { position: relative; padding-left: 35px; }
.single .post .entry-footer .tags-links:before, .single .attachment .entry-footer .tags-links:before, .page .post .entry-footer .tags-links:before, .page .attachment .entry-footer .tags-links:before { position: absolute; top: -2px; left: 0; content: "\eec4"; font-family: "remixicon"; font-size: 24px; color: #0c5adb; }
.single .post .entry-footer .tags-links a, .single .attachment .entry-footer .tags-links a, .page .post .entry-footer .tags-links a, .page .attachment .entry-footer .tags-links a { background: rgba(1, 78, 213, 0.05); border-radius: 10px; font-size: 15px; line-height: normal; padding: 10px 15px; margin: 0 10px 10px 0; }
.single .post .entry-footer .tags-links a:hover, .single .post .entry-footer .tags-links a:active, .single .post .entry-footer .tags-links a:focus, .single .attachment .entry-footer .tags-links a:hover, .single .attachment .entry-footer .tags-links a:active, .single .attachment .entry-footer .tags-links a:focus, .page .post .entry-footer .tags-links a:hover, .page .post .entry-footer .tags-links a:active, .page .post .entry-footer .tags-links a:focus, .page .attachment .entry-footer .tags-links a:hover, .page .attachment .entry-footer .tags-links a:active, .page .attachment .entry-footer .tags-links a:focus { background: #0c5adb; color: #fff; }

.single .post-thumbnail { margin: 0 -120px 50px; }

.comments-area .comment-list li.comment .comment-body { background: #fafafa; border-radius: 0; padding: 25px 30px 30px 150px; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img { top: 30px; left: 30px; border-radius: 0; }
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata a:hover { color: #0c5adb; }
.comments-area .comment-list li.comment .comment-body .reply .comment-reply-link { border-color: #0c5adb; color: #0c5adb; }
.comments-area .comment-list li.comment .comment-body .reply .comment-reply-link:hover { border-color: #272063; color: #272063; }

.post-navigation .nav-links a:hover, .post-navigation .nav-links a:active, .post-navigation .nav-links a:focus { color: #0c5adb; }

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets & Sidebars
--------------------------------------------------------------*/
.theme-sidebar .widget { background: #fff; border-radius: 0px; padding: 0px; margin-bottom: 30px; border: 1px solid #eee; transition: all ease 0.3s;; }
.theme-sidebar .widget:hover {box-shadow: rgba(2,2,2,.06) 0 0 40px;}
.theme-sidebar .widget h2 { display: inline-block; border-bottom: 2px solid #272063; font-size: 22px; transition: all ease 0.3s;}

.search-form:after, .wp-block-search .wp-block-search__inside-wrapper:after { width: 52px; height: 52px; background: #0c5adb; border-radius: 5px; line-height: 52px; }
.search-form input[type="search"], .wp-block-search .wp-block-search__inside-wrapper input[type="search"] { height: 52px; background: #fff; border-radius: 5px; padding: 0 65px 0 20px; }
.search-form input[type="submit"], .search-form button, .wp-block-search .wp-block-search__inside-wrapper input[type="submit"], .wp-block-search .wp-block-search__inside-wrapper button { width: 52px; height: 52px; border-radius: 5px; box-shadow: none; }


.site-footer .footer-widget-area .wp-block-latest-posts .wp-block-latest-posts__featured-image {float: left;border: 1px solid #fff;margin-right: 16px;}
.site-footer .footer-widget-area .wp-block-latest-posts a {font-weight: 700;line-height: 1.2;font-size: 16px;display: block;max-height: 40px; overflow: hidden;} 
.site-footer .footer-widget-area .wp-block-latest-posts li {border-bottom: 1px solid rgba(247, 247, 247, 0.12);padding-bottom: 10px;margin-bottom: 20px !important;}
.site-footer .footer-widget-area .wp-block-latest-posts li:last-child {border-bottom: 0;margin-bottom: 0 !important;padding-bottom: 0;}

.widget_tag_cloud .tagcloud a { background: rgba(1, 78, 213, 0.01); border: 1px solid rgba(1, 78, 213, 0.15); border-radius: 10px; color: #444444; line-height: normal; padding: 13px 18px; margin: 0 6px 10px 0; }
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:active, .widget_tag_cloud .tagcloud a:focus { background: #0c5adb; color: #fff !important; }

.social-icons { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.social-icons li { margin: 0 10px 10px 0; }
.social-icons li a { display: block; position: relative; top: 0; width: 42px; height: 42px; background: #0c5adb; transition: all 0.2s ease-in-out; font-size: 22px; color: #fff; text-align: center; line-height: 48px; }
.social-icons li a i { line-height: normal; }
.social-icons li a:hover, .social-icons li a:active, .social-icons li a:focus { top: -3px; background: #272063; color: #fff; }

.site-footer .social-icons li a { background: rgba(255, 255, 255, 0.15); }
.site-footer .social-icons li a:hover, .site-footer .social-icons li a:active, .site-footer .social-icons li a:focus { background: #0c5adb; }

.header-right-area .widget { display: flex; align-items: center; }

.hc-info { display: flex; margin-left: 40px; }
.hc-info i { position: relative; top: -2px; font-size: 22px; margin-right: 10px; }
.hc-info p { font-size: 18px; font-weight: 500; line-height: normal; margin-bottom: 0; }
.hc-info p span { display: block; font-size: 14px; margin-top: 5px; color: #b3b3b3; text-transform: uppercase; letter-spacing: 1px; }

.site-footer .hc-info { margin: 0 0 20px; }
.site-footer .hc-info i { color: #0c5adb; }

.theme-sidebar .widget.widget_nav_menu {padding: 0;}
.theme-sidebar .widget_nav_menu li { border-bottom: 1px solid #eaeaea; padding: 0px !important; margin-bottom: 0 !important; }
.theme-sidebar .widget_nav_menu li:last-child { border-bottom: 0px solid #eaeaea; }
.theme-sidebar .widget_nav_menu li a { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; color: #272063 !important; padding: 15px 20px; display: block; border-left: 5px solid transparent; }
.theme-sidebar .widget_nav_menu li a:hover { color: #fff !important; background: #272063 !important; border-left-color: #0c5adb; }
.theme-sidebar .widget_nav_menu li.current_page_item a { color: #fff !important; background: #272063 !important; border-left-color: #0c5adb; }
.theme-sidebar .widget.widget_nav_menu ul li:before{top: 18px;left: 5px;}
.theme-sidebar .widget_nav_menu li.current_page_item:before{ color: #fff;}

/*--------------------------------------------------------------
# CUSTOM WIDGETS
--------------------------------------------------------------*/
.templatic-contact-widget { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
.templatic-contact-widget .fas { font-size: 40px; color: #0c5adb; }
.templatic-contact-widget div { margin-left: 15px; }
.templatic-contact-widget div span { display: block; }
.templatic-contact-widget div .contact-number { color: #262626; font-size: 18px; font-weight: 600; line-height: 22px; }
.templatic-brochure-widget { background: #272063; color: #fff; }
.templatic-brochure-widget p {margin-bottom: 0;}
.templatic-brochure-widget a { color: #fff !important; padding: 15px 25px; display: inline-block; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.templatic-brochure-widget div { padding-right: 25px; padding-left: 25px; display: inline-block; border-right: 1px solid rgba(255, 255, 255, 0.15); }
.templatic-testimonial-widget { border: 1px solid #ebebeb; padding: 20px; }
.templatic-testimonial-widget .testi-name { color: #272063; font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 0; }
.templatic-testimonial-widget .testi-position { color: #cbcbcb; }
.templatic-testimonial-widget .fas { font-size: 28px; color: #0c5adb; }
.templatic-testimonial-widget .media img { border-radius: 50%; }
.templatic-cta-widget { background: #0c5adb; padding: 30px 25px; color: #fff; font-weight: 400; }
.templatic-cta-widget h5 { font-size: 20px; line-height: 30px; color: #fff; }
.templatic-cta-widget h3 { color: #fff; font-size: 24px;  font-weight: 600; }
.templatic-cta-widget .cta-btn { text-transform: uppercase; font-family: 'Poppins', sans-serif; color: #0c5adb !important; font-weight: 600; font-size: 14px; padding: 4px 10px;background: #fff; }
.templatic-cta-widget .cta-btn:hover { color: #272063 !important; }
/*--------------------------------------------------------------
# Plugin - Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form p { margin-bottom: 20px; }
.wpcf7-form p label { display: block; font-size: 15px; color: #272063; font-weight: 500; text-transform: uppercase; }
.wpcf7-form p .wpcf7-not-valid-tip { font-size: 15px; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-form select { width: 100%; max-width: 100%; background: #fff; }
.wpcf7-form textarea { height: 150px; min-height: auto; }

/*--------------------------------------------------------------
# CONTACT PAGE FORM
--------------------------------------------------------------*/
.contact-form-section {box-shadow: rgba(2,2,2,.06) 0 0 40px;padding: 50px 50px 10px;border-top: 5px solid #0c5adb;}
.contact-form-section label {width: 100%;}
.wpcf7 input[type="submit"]{ width: 100%;}
.wpcf7 form .wpcf7-response-output{ margin-top: 0;}


/*--------------------------------------------------------------
# Elementor - Customized Section
--------------------------------------------------------------*/
.elementor-toggle .elementor-tab-title { border: 1px solid rgba(1, 78, 213, 0.15) !important; border-radius: 15px; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon { position: relative; top: -13px; width: auto !important; background: #0c5adb; border-radius: 10px; padding: 14px 15px 12px; }
.elementor-toggle .elementor-tab-content { border: none !important; }
.elementor-toggle .elementor-tab-content p:last-child { margin-bottom: 0; }

.faq-box .elementor-accordion-item { border: none !important; border-bottom: 1px solid rgba(16, 40, 81, 0.08) !important; }
.faq-box .elementor-accordion-item .elementor-tab-content { border-color: rgba(16, 40, 81, 0.08) !important; }

.services-desc-column { border-bottom: 5px solid #eaeaea; position: relative; box-shadow: rgba(2,2,2,.0) 0 0 40px; transition: all ease 0.3s;}
.services-desc-column:hover { border-bottom: 5px solid #0C5ADB; box-shadow: rgba(2,2,2,.06) 0 0 40px; transition: all ease 0.3s;}
.services-desc-column .elementor-button {padding: 0 !important;}
.services-desc-column .elementor-button:hover {box-shadow: none;color:#272063;}

/*--------------------------------------------------------------
# Plugin - WooCommerce
--------------------------------------------------------------*/
.single-product .inner-header { padding: 280px 0 0; }

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 1366px) { .site-header .head-wrap { padding: 0; } }
@media (max-width: 1024px) { .theme-sidebar { margin: 0 0 80px; }
  .site-header .head-wrap { display: flex; align-items: flex-start; flex-wrap: wrap; }
  .site-header .head-wrap .top-row { flex: 0 0 100%; margin-bottom: 0; }
  .site-header .head-wrap .bottom-row { order: -1; margin-bottom: -40px; z-index: 9; }
  .site-header .head-wrap .site-branding { flex-grow: 1; flex: 0 0 100%; text-align: center; padding-right: 0; }
  .site-header .head-wrap .site-branding .site-title { max-width: calc(100% - 80px); }
  .site-header .head-wrap .site-branding .site-description { max-width: calc(100% - 80px); }
  .site-header .head-wrap .main-navigation { background: none; flex-grow: 0; padding-left: 0; }
  .site-header .head-wrap .main-navigation .menu-toggle { padding: 0 !important; }
  .site-header .head-wrap .main-navigation .menu-toggle i { color: #000; }
  .site-header .head-wrap .main-navigation .primary-menu { background: none; box-shadow: none; padding: 15px; }
  .site-header .head-wrap .main-navigation .primary-menu .menu { background: #0c5adb; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding: 0 25px; margin: 0; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li:last-child { float: none; background: none; border-bottom: none; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li:last-child a { padding: 10px 20px; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li a { color: #fff; line-height: 45px; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li .sub-menu, .site-header .head-wrap .main-navigation .primary-menu .menu li .children { background: none;margin-top: 5px; }
  .site-header .head-wrap .main-navigation .primary-menu .menu li .sub-menu li a, .site-header .head-wrap .main-navigation .primary-menu .menu li .children li a { border-bottom: 0; padding: 0 20px 25px 15px; line-height: 1.5; }
  .site-header .header-right-area { flex: 0 0 100%; padding-top: 15px; }
  .site-header .header-right-area .widget { flex-wrap: wrap; }
  .site-header .hc-info { flex: 0 0 100%; background: #0c5adb; padding: 10px 20px; margin: 0 0 5px; }
  .site-header .hc-info p { line-height: 27px; }
  .site-header .hc-info p span { display: none; } }
@media (max-width: 992px) { .site-header { display: flex; flex-wrap: wrap; }
  .site-header .head-top { flex: 0 0 100%; }
  .site-header .head-btm { flex: 0 0 100%; order: -1;padding-top: 7px;padding-bottom: 7px; }
  .site-header .head-top .container { padding: 0; }
  .site-header .head-top .header-top-area { padding: 0; }
  .site-header .head-top .header-top-area { flex-wrap: wrap; }
  .site-header .head-top .header-top-area .widget { flex: 0 0 100%; max-width: 50%; justify-content: center; padding: 15px; }
  .site-header .head-top .header-top-area .widget:first-child, .site-header .head-top .header-top-area .widget:nth-child(4) { background: #dfe6f0; }
  .site-footer { padding-top: 70px; }
  .site-footer .footer-widget-area { padding-bottom: 0; margin-left: -3%; }
  .site-footer .footer-widget-area .footer-cols { max-width: 47% !important; margin: 0 0 5% 3%; }
  .blog-grid-3c .bg3c-article-wrap .hentry, .blog-grid-3c .bg3c-article-wrap .product { max-width: 46%; }
  .single .post-thumbnail, .page .post-thumbnail { margin: 0 0 50px; } }
@media (max-width: 767px) { h1, .h1 { font-size: 24px; }
  h2, .h2 { font-size: 22px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 19px; }
  .page-content, .entry-content, .entry-summary { line-height: 1.8; }
  .page-content p, .entry-content p, .entry-summary p { margin-bottom: 30px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content .h1, .page-content .h2, .page-content .h3, .page-content .h4, .page-content .h5, .page-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .entry-summary .h1, .entry-summary .h2, .entry-summary .h3, .entry-summary .h4, .entry-summary .h5, .entry-summary .h6 { margin: 30px 0 10px; }
  .page-content ul, .page-content ol, .entry-content ul, .entry-content ol, .entry-summary ul, .entry-summary ol { margin-bottom: 30px; }
  .page-content ul li, .page-content ol li, .entry-content ul li, .entry-content ol li, .entry-summary ul li, .entry-summary ol li { margin-bottom: 10px; }
  .content-area { margin: 40px 0; }
  .theme-sidebar { margin-bottom: 40px; }
  .site-header .head-wrap { flex-wrap: wrap; }
  .site-header .head-wrap .site-branding { text-align: center; }
  .site-header .head-wrap .site-branding .custom-logo-link { margin-left: -60px; }
  .site-header .head-wrap .header-right-area { flex: 0 0 100%; padding-top: 15px; }
  .site-header .head-wrap .header-right-area .custom-html-widget { flex-wrap: wrap; justify-content: space-between; }
  .site-header .head-wrap .header-right-area .custom-html-widget a { width: 52px; height: 52px; border-radius: 15px; font-size: 0; padding: 0; }
  .site-header .head-wrap .header-right-area .custom-html-widget a i { top: 11px; left: 12px; }
  .site-footer .site-info .si-left { max-width: 60%; line-height: 1.6em; }
  .site-footer .site-info .si-right { max-width: 40%; }
  .inner-header { padding: 70px 0; }
  .inner-header .page-header .page-title { font-size: 36px; line-height: 40px; }
  .blog-grid-3c .bg3c-article-wrap .hentry .be-wrap, .blog-grid-3c .bg3c-article-wrap .product .be-wrap { padding: 30px 20px 20px; }
  .blog-grid-3c .bg3c-article-wrap .hentry .entry-header .entry-title, .blog-grid-3c .bg3c-article-wrap .product .entry-header .entry-title { font-size: 20px; line-height: 26px; }
  .inner-header .entry-header .entry-title { font-size: 28px; line-height: 36px; }
  .single .post-thumbnail, .page .post-thumbnail { margin-bottom: 35px; }
  .single .post .entry-content h1, .single .post .entry-content h2, .single .post .entry-content h3, .single .post .entry-content h4, .single .post .entry-content h5, .single .post .entry-content h6, .single .attachment .entry-content h1, .single .attachment .entry-content h2, .single .attachment .entry-content h3, .single .attachment .entry-content h4, .single .attachment .entry-content h5, .single .attachment .entry-content h6, .page .post .entry-content h1, .page .post .entry-content h2, .page .post .entry-content h3, .page .post .entry-content h4, .page .post .entry-content h5, .page .post .entry-content h6, .page .attachment .entry-content h1, .page .attachment .entry-content h2, .page .attachment .entry-content h3, .page .attachment .entry-content h4, .page .attachment .entry-content h5, .page .attachment .entry-content h6 { margin-top: 30px; }
  .search .blog-grid-3c .bg3c-article-wrap { margin-left: -4%; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry, .search .blog-grid-3c .bg3c-article-wrap .product { display: block; max-width: 46%; margin-left: 4%; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry .post-thumbnail, .search .blog-grid-3c .bg3c-article-wrap .product .post-thumbnail { display: block; max-width: 100%; margin: 0 0 25px; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry.page .entry-header .entry-title, .search .blog-grid-3c .bg3c-article-wrap .product.page .entry-header .entry-title { margin-bottom: 10px; } }
@media (max-width: 592px) { .site-header .head-top .header-top-area .widget { max-width: 100%; background: #e7f0fe !important; }
  .site-header .head-top .header-top-area .widget:nth-of-type(even) { background: #dfe6f0 !important; }
  .site-footer { padding-top: 60px; padding-bottom: 0; }
  .site-footer .footer-widget-area { margin-left: 0; }
  .site-footer .footer-widget-area .footer-cols { max-width: 100% !important; margin: 0 0 3% 0; }
  .site-footer .footer-widget-area .footer-cols .widget .widget-title { margin-bottom: 15px; }
  .site-footer .site-info { flex-wrap: wrap; }
  .site-footer .site-info .si-left { max-width: 100%; text-align: center; margin-bottom: 15px; }
  .site-footer .site-info .si-right { max-width: 100%; }
  .site-footer .wp-block-social-links { justify-content: center; }
  .blog-grid-3c .bg3c-article-wrap { margin-left: 0; }
  .blog-grid-3c .bg3c-article-wrap .hentry, .blog-grid-3c .bg3c-article-wrap .product { max-width: 100%; margin: 0 0 30px 0; }
  .comments-area .comment-list li.comment .comment-body { padding: 15px 15px 15px 90px; }
  .comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img { width: 50px; top: 22px; left: 22px; }
  .search .blog-grid-3c .bg3c-article-wrap { margin-left: 0; }
  .search .blog-grid-3c .bg3c-article-wrap .hentry, .search .blog-grid-3c .bg3c-article-wrap .product { max-width: 100%; margin-left: 0; }
  .error-404 .page-header h1 { margin-bottom: 10px; }
  .error-404 .page-content h3 { font-size: 100px; line-height: 80px; margin: 0 0 25px; } }
.banner-video { position: relative; height: 820px; overflow: hidden; margin-bottom: -65px; }

.banner-video iframe { max-width: 1000% !important; min-width: 1920px; width: 100% !important; height: 1080px; margin: -200px 0 0 0 !important; }
