/* Basic Typography */
body {
    font-family: var(--font-rubik);
}
.font-inter {
    font-family: var(--primary-font);
}
.text-xsm {
    font-size: 12px;
    line-height: 16px;
}
.text-sm {
    font-size: 14px;
    line-height: 16px;
}
.text-md {
    font-size: 16px;
    line-height: 20px;
}
.text-xl {
    font-size: 48px;
    line-height: 55px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.text-warning {
    color: var(--orange-color) !important;
}
.fw-900 {
    font-weight: 900;
}
.fs-48 {
    font-size: 48px;
}
.fs-72 {
    font-size: 72px;
}
.w-max {
    width: max-content;
}
.text-gray {
    color: var(--primary-gray) !important;
}
.font-inconsolata {
    font-family: var(--font-inconsolata);
}
/* Bootstrap Class Override */
.text-primary {
    color: var(--primary-color) !important;
}
.bg-light {
	background-color: #fff !important;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.btn-primary, .btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-primary {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-outline-primary:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus,
.btn-primary:focus, .btn-light:focus {
	box-shadow: none;
}
.form-control:focus, .form-check:focus {
    box-shadow: none;
}
.nav-link {
    font-weight: 500;
    color: #000 !important;
}
.nav-link.active {
    color: var(--primary-color) !important;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.sticky-top {
    top: 2.5em;
}
.container {
    max-width: 1200px;
}
input:focus {
    outline: none;
}
.sticky-top {
	top: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignright {
    float:right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
  
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
#content[tabindex="-1"]:focus {
    outline: 0;
}

/* Header Section */
#site-header {
    z-index: 9999;
}
.navbar-brand img {
    width: 120px;
}
.navbar-toggler {
	border: none;
    border-radius: 0;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem;
}
.home-hero {
    background: var(--secondary-color);
    
}

.home-hero-title {
    font-size: 68px;
    font-weight: 900;
    line-height: 96.82px;
}
.info-title {
    font-size: 48px;
    font-weight: 900;
}
.features-box h5 {
    font-weight: 600;
}

.info-sec-p {
    line-height: 25px;
}
.card.service {
    box-shadow: var(--main-shadow);
}
.card.service img {
    width: 40px;
}

.counter-overlay {
    background: var(--overlay);
    opacity: .8;
}
.counter-section-subtitle {
    color: var(--orange-color);
}

.testimonial-thumb img {
	width: 70px;
    margin: auto;
}

.testimonial-thumb.slick-current img {
    width: 100px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.rating img {
    width: 25px;
}

.infography-section {
    background: var(--section-bg);
}

.accordion-button, .accordion-body {
    background: rgba(215, 233, 247, 0.46);
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: #000;
}
.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: rgba(215, 233, 247, 0.46);
}
.accordion-item {
    margin-top: 10px;
}

.newsletter-overlay {
    background: var(--overlay);
    opacity: .8;
}

.left_bar {
    width: 4px;
    height: 16px;
    background-color: var(--primary-color);
}
.footer-widget-wrapper {
    background-color: #141414;
}
.footer-widget-wrapper h6 {
    font-size: 18px;
    font-family: var(--font-rubik);
}
.widget-area ul {
    list-style: none;
    padding-left: 0;
}
.footer-address-area h1,
.footer-address-area h2,
.footer-address-area h3,
.footer-address-area h4,
.footer-address-area h5,
.footer-address-area h6,
.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6 {
    color: #FAF9F8;
}
.widget-area ul li a,
.footer-address-area p,
.widget-area p {
    color: #787A87;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}
.main-footer {
    background-color: #000000;
}
.footer-list-group a {
    margin: 7px 0;
    color: rgb(219, 219, 219);
    text-decoration: none;
}

.footer-contact:hover {
    background: #fff;
    color: #000 !important;
}

.footer-line {
    background-color: transparent;
    background-image: linear-gradient(90deg,rgba(206,211,246,0) 0,#CED3F6 38%,#CED3F6 64%,rgba(206,211,246,0) 99%);
    opacity: .3;
}

.footer-bottom-list-group a {
    margin: 0 7px;
    color: rgb(219, 219, 219);
    text-decoration: none;
}
.footer-bottom-list-group a:first-child {
    margin-left: 0;
}
.footer-bottom-list-group a:last-child {
    margin-right: 0;
}

.footer-social a i {
    color: #333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
}

.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb a {
    text-decoration: none;
}

.slick-track {
	display: flex;
	align-items: center;
}

.testimonial-thumb .slick-active:nth-child(2) img, .testimonial-thumb .slick-active:nth-child(4) img {
    width: 100px !important;
    height: 100px !important;
}

.info2_bg-light {
    background-color: #fff !important;
}

.info2_border {
    border-radius: 20px;
}

.info-2-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 1px 25px 42px 0 rgba(0,0,0,.23);
}

.award-text-width {
    width: 230px;
}
.progress-item {
    margin: 20px 0;
}
.progress-item:first-child {
    margin-top: 0;
}

.improve-the-stability {
    background-color: #FBFBFB;
}

.progress-bar-h {
    min-height: 600px;
}

.team-member-card {
    height: 330px;
    border-radius: 7px;
    box-shadow: 1px 25px 42px 0 rgba(0,0,0,.23);
}

.team-social a i {
    color: #333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
}

.team-avatar-img {
	width: 120px;
	height: 120px;
	margin-top: 65px;
}

.team-member-card .team-avatar::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  transform: scale(1.7);
  transition: all 0.3s linear 0s;
  z-index: 1
}
.team-member-card:hover .team-avatar::before{
  height: 100%;
}
.team-avatar img {
  position: relative;
  z-index: 2;
}

.team-avatar img {
    transition: all 0.4s ease 0s;
}
.team-member-card:hover .team-avatar-img {
    box-shadow: 0 0 0 7px var(--primary-color);
    transform: scale(0.9);
}


.team-social-container {
    transition: all 0.4s ease 0s;
    transform: translateY(50px);
}
.team-member-card:hover .team-social-container {
    transform: translateY(0);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--primary-color);
}

.service-2nd-sec-item-img {
	width: 70px;
	height: 70px;
}

.service-video-info {
    background: var(--secondary-color);
    clip-path: ellipse(100% 55% at 48% 44%);
}

.video-btn {
	width: 100px;
	height: 100px;
	line-height: 80px;
	transform: translate(-50%,-50%);
}
.video-btn svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.video-feed {
    margin-top: -220px;
}

.modal-dialog {
	max-width: 1000px;
}

.video-info {
    width: 100%;
    height: 500px;
}

.filter-active {
    background: var(--primary-color);
    color: #fff;
}
.filter-active:hover {
    color: #fff;
}
.bg-portfolio {
    background: rgba(23, 45, 62, 0.7);
}

.portfolio-overflow {
    transform: scale(0);
    transition: .5s;
}

.portfo-box:hover .portfolio-overflow {
    transform: scale(1);
}
.portfolio-card {
    height: 275px;
}
.portfolio-meta a {
    text-decoration: none;
    color: #6c757d !important;
    margin: 0 5px;
    padding-right: 10px;
    position: relative;
}
.portfolio-meta a:first-child {
    margin-left: 0;
    padding-right: 10px;
    position: relative;
}
.portfolio-meta a:last-child {
    margin-right: 0;
    padding-right: 0;
    position: relative;
}
.portfolio-meta a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: rgb(202, 202, 202);
    top: 20%;
    margin-left: 10px;
}
.portfolio-meta a:last-child::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

/* Project Timeline */
.project-timeline-wrapper .main-wrapper {
    border-left: 2px solid var(--primary-gray);
    margin-left: 7px;
    margin-top: -2px;
    padding-top: 100px;
}
.project-timeline-wrapper  .code-icon {
    width: 20px;
    margin-left: -3px;
}
.fork-box {
    padding: 3px 0;
}

.project-timeline-item:last-child {
    padding-bottom: 0px;
}
.h-fit-content {
    height: fit-content;
}

.project-timeline-wrapper .child-wrapper {
    position: relative;
}
.project-timeline-wrapper .child-wrapper::before {
    content: url('../img/icons/timeline-curve-line.png');
    position: absolute;
    left: -1px;
    top: -29px;
}
.project-timeline-wrapper .child-wrapper::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--primary-gray);
    left: 62px;
    top: 101px;
    z-index: -1;
}
.project-timeline-item .child-wrapper li {
    margin: 0px 0 0 48px;
    padding-top: 82px;
    list-style-type: circle;
}
.project-timeline-item .child-wrapper li::marker {
    font-size: 25px;
    background-color: #fff;
}

.sidebar-area, .sidebar-category, .sidebar-tag {
    background-color: var(--secondary-color);
}

.excerpt {
    color: rgb(71, 71, 71);
}

.single-blog-read-more-btn {
    width: 82px;
}
.single-blog-read-more-btn::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: rgb(71, 71, 71);
    top: 50%;
    margin-left: 10px;
}

.single-blog-read-more-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ce";
    right: -100px;
    position: absolute;
    color: rgb(71, 71, 71);;
}

.articles-wrapper.row > * {
	padding-right: calc(var(--bs-gutter-x)/ 1);
	padding-left: calc(var(--bs-gutter-x)/ 1);
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.single-post-cat a {
    text-decoration: none;
    color: #000;
}

.testimonial-thumb.slick-slide, .slick-list.draggable {
    width: 100% !important;
}

.slick-track {
    width: 100%;
    transform: translate3d(18px, 0px, 0px);
    display: inline-flex;
}

.pagination .nav-links .page-numbers {
    color: #000;
    margin: 0 5px;
    text-decoration: none;
    display: inline-block;
}
  
.next.page-numbers, .prev.page-numbers {
    background-color: var(--primary-color);
    color: #fff !important;
    margin-left: 3px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.page-numbers.current {
    background-color: var(--primary-color);
    color: #fff !important;
    padding: 2px 5px 2px 5px;
    margin-left: 3px;
    border-radius: 2px;
}


/*=====================================
 Comment Template CSS
========================================*/

/* Highlight active form field */
    
.comments-area {
    margin-top: 40px;
}

.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #333;
}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-metadata {
    margin-left: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #278cc1;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}

.comment-reply-link {
    background: #1e71f9;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}

.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.comment-metadata {
    font-size: 80%;
}

.comment-reply-link {
    margin-top: 10px;
}

.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.comment-list li ol.children ol.children {
    padding-left: 20px;
}

.comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 40px;
}

.comment-form label {
    display: block;
    margin-bottom: 10px;
}

.comment-form input,
.comment-form input, .comment-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d3d3d3;
    padding: 5px;
    border-radius: 2px;
}
p.comment-form-cookies-consent input {
    margin-right: 10px;
}
p.comment-form-cookies-consent input, p.comment-form-cookies-consent label {
    display: inline-flex;
    width: max-content;
}

#submit {
    background-color: var(--primary-color);
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 10px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px var(--primary-color);
    width: max-content;
}

#submit:active { 
    position:relative;
    top:1px;
}

p.comment-policy {
    border: 1px solid #ffd499;
    background-color: #fff4e5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    font-size: small;
    font-style: italic;
}
.nav-menu-create-notice {
    text-decoration: none;
}
.nav-menu-create-notice:hover {
    text-decoration: underline;
}

.post-tags li a {
	color: #000;
	text-decoration: none;
	padding: 4px 7px;
	border: 1px solid #e6e6e6;
	font-size: 12px;
}

.sticky-sidebar {
	top: 100px;
}
.copyright-text a {
    color: #d3d3d3;
    text-decoration: none;
    font-weight: 800;
}
.copyright-text a:hover {
    text-decoration: underline;
}

.award-text-whidth {
	width: 210px;
}
.progress {
	border-radius: 0;
}

.email_sub_btn {
	width: 42px;
	height: 42px;
	display: block;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../img/newsletter-submit-icon.png) no-repeat center center #40bc3d;
    -webkit-appearance: button;
}

.email_sub_inp {
    background: #5b5b5b;
}

.footer-bottom-line {
    background-color: transparent;
    background-image: linear-gradient(90deg,rgba(206,211,246,0) 0,#CED3F6 38%,#CED3F6 64%,rgba(206,211,246,0) 99%);
    opacity: .3;
}

.footer-social li a {
    color: #abb5be;
}