/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* sub menu hover  */
.flickity-page-dots .dot {
    border-radius: 999px;
    transition: all 0.5s;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.flickity-page-dots .dot.is-selected {
    width: 24px;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.icon-box-img svg path {
    fill: var(--primary-color);
}
:root {
    --secondary-color: #1e3a66;
    --text-color: #444;
    --heading-color: #333;
    --white-color: #fff;
    --black-color: #000;
    --linear-color: linear-gradient(90deg, #14294d  0%, #1e3a66 100%);
    --FontAwesome: 'Font Awesome 5 Free';
}
.section-heading-title,
.section-heading-title * {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 32px;
}

.section-heading-title .linear {
    background: var(--linear-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
p {
    margin-bottom: 15px;
}

.button .icon-angle-right::before {
    content: '\f35a';
    font-family: var(--FontAwesome);
    font-weight: 800;
}

.linear-button {
    background: var(--linear-color);
    border: none;
    font-size: 1em;
    font-weight: 500;
    padding: 8px 32px;
}

.linear-button--small {
    background: var(--linear-color);
    border: none;
    font-size: 1em;
    font-weight: 500;
    padding: 4px 15px;
}

.box-vertical-custom .box-blog-post.box-vertical {
    display: flex;
}

.box-vertical-custom .box-blog-post.box-vertical .box-text {
    flex: 1;
}

.box-vertical-custom .box-blog-post.box-vertical .box-text .button {
    background: var(--linear-color);
    border: none;
    font-size: 1em;
    font-weight: 500;
    padding: 8px 32px;
    color: var(--white-color);
    border-radius: 8px;
    min-width: 150px;
	transition:all .3s
}


.box-vertical-custom .box-blog-post.box-vertical .box-text .button:hover {
    background: linear-gradient(270deg, rgba(38, 167, 250, 1) 0%, rgba(1, 69, 243, 1) 100%);
	transform:scale(1.02)
}

/************************** HEADER **************************/
#header .header-contact-wrapper a:not(:last-child) {
	margin-right:30px
}
#header .header-contact-wrapper a {
	font-size:14px;
}
#header .header-contact-wrapper a i{
    background: var(--linear-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 0.02em;
	font-size: 16px;
}
#header .nav .nav-dropdown {
    padding: 10px;
    min-width: 300px;
}

#header .nav .nav-dropdown .menu-item a {
    margin: 0;
    color: var(--text-color);
    border-radius: 5px;
}
#header .nav .nav-dropdown .menu-item:hover a {
    background-color: #e9f6fe;
    color: var(--black-color) !important;
}
#header #masthead .header-button-1 a {
    font-size: 32px;
    background: var(--linear-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    letter-spacing: 0.02em;
}

#header #masthead .header-button-2 {
    margin-left: 50px !important;
}
#header #masthead .header-button-2 a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    transition: all 1s;
    text-align: center;
    border-radius: 5px;
    background: var(--linear-color);
    color: #fff !important;
    padding: 0 30px;
    line-height: 50px;
    min-width: 190px;
    border: none;
}

#header #wide-nav {
    background: var(--linear-color);
}

#header #wide-nav .flex-center {
    width: 100%;
}

#header #wide-nav .nav {
    width: 100%;
    justify-content: space-between;
}
.sidebar-menu .nav li a {
    color: var(--text-color) ;
}
/************************** END HEADER **************************/

/************************** FOOTER **************************/
#footer {
    background: var(--linear-color);
}

/************************** END FOOTER **************************/

/************************** HOME PAGE **************************/
.about-section .about-services-row ul li {
    list-style-type: none;
    margin-left: 0;
    font-size: 15px;
}
.about-section .about-services-row ul li::before {
    content: '\f0a4';
    font-family: var(--FontAwesome);
    font-weight: 800;
    margin-right: 6px;
    color: var(--secondary-color);
}

.about-section .img-main .img-inner {
    margin: 0 40px;
    box-shadow: 30px 30px 30px 0 #ccc;
    border-radius: 12px;
    overflow: hidden;
	transition:all 0.3s
}


.about-section .img-main .img-inner:hover {
        box-shadow: 30px 30px 30px 0 #b9b9b9;
}


.why-section .icon-box.icon-box-center .icon-box-img {
    margin: 0 auto 0em;
}

.why-section .icon-box h3 {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.why-section .icon-box p {
    font-size: 18px;
}
/************************** END HOME PAGE **************************/

/************************** CONTACT PAGE **************************/
.contact-section form input,
.contact-section form textarea {
    box-shadow: none;
    border-radius: 6px;
    border: none;
}

.contact-section form .wpcf7-submit {
    text-transform: initial;
    font-size: 1em;
    font-weight: 500;
}

/************************** END CONTACT PAGE **************************/

/************************** ARCHIVE PAGE **************************/
.archive-page-header {
    display: none;
}
.box-vertical-custom > .post-item:nth-child(even) .box-blog-post.box-vertical {
    flex-direction: row-reverse;
}

.box-vertical-custom .box-blog-post .box-image {
    border-radius: 6px;
}

.box-vertical-custom .box-blog-post .box-text {
    font-size: 1em;
}

.box-vertical-custom .box-blog-post .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 32px;
    text-transform: uppercase;
    border-left: 5px solid var(--primary-color);
    padding-left: 10px;
}

.box-vertical-custom .box-blog-post .post-title + .is-divider {
    display: none;
}

.box-blog-post .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-archive .box-text-bottom.box-blog-post {
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.blog-archive .box-text-bottom.box-blog-post.box-vertical {
    box-shadow: none;

}
.blog-archive .box-text-bottom.box-blog-post .box-text {
    padding: 10px 15px;
}

.blog-archive .box-text-bottom.box-blog-post .box-text .post-title {
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-archive .box-text-bottom.box-blog-post .box-text .is-divider{
    background: var(--linear-color);
    min-width: 50px;
}

.blog-archive .box-text-bottom.box-blog-post .box-text .button {
    display: inline-block;
    text-transform: initial;
    font-weight: 500;
    transition: all 1s;
    text-align: center;
    border-radius: 5px;
    background: var(--linear-color);
    color: #fff !important;
    padding: 2px 20px;
}


/************************** END ARCHIVE PAGE **************************/

/************************** BLOG SINGLE **************************/
.entry-meta  {
    text-transform: capitalize;
    font-size:.85em;
}


.entry-header .entry-meta .meta-author {
    position: relative;
}

.entry-header .entry-meta .meta-author a {
      padding:15px 0;
     text-decoration:underline;
     text-transform:capitalize;
}
.entry-header .entry-meta .meta-author .meta-author-dropdown {
    position: absolute;
    bottom:-10px;
    left:0;
    max-width: 400px;
    min-width: 300px;
    z-index:100;
    transform:translate(-20px, 100%);
    background-color:#fff;
    border-color: #ddd;
    padding: 2rem 1.5rem 1.25rem !important;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 0.625rem 0.625rem rgba(0,0,0,.05);
    display:none;
}
.entry-header .entry-meta .meta-author:hover .meta-author-dropdown {
    display:block;
}

.entry-header .entry-meta .meta-author .meta-author-dropdown:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    z-index: 3;
    top: -6px;
    transform: rotate(45deg);
}

.entry-header .entry-meta .meta-author .author-info-wrapper{
    display: flex;
    align-items: center;
    margin-bottom:10px;
    gap: 10px;
}

.entry-header .entry-meta .meta-author .author-info-wrapper .author-avatar{
    flex-basis: 35%;
    max-width: 35%;
}

.entry-header .entry-meta .meta-author .author-info-wrapper .author-info{
    flex-basis: 65%;
    max-width: 65%;
}

.entry-header .entry-meta .meta-author-dropdown .author-job-title {
    font-size:13px;
    color:#000;
    margin-bottom:0;
}

.entry-header .entry-meta .meta-author-dropdown .author-name {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    margin: 4px 0;
}
.entry-header .entry-meta .author-desc {
    color: #000;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.entry-header .entry-meta .author-expertise {
        color:#000;
}

.entry-header .entry-meta  .author-socials a{
    font-size:18px;
    margin:0 4px;
}

.entry-header .entry-meta  .author-socials a i{
    color:currentColor;
}
.entry-header .entry-meta  .author-socials .author-facebook {
    color: #3c5a99;
    margin-left:0;
}
.entry-header .entry-meta  .author-socials .author-linkedin {
    color: #007bb5;
}
.entry-header .entry-meta  .author-socials .author-youtube {
       color: #f00;
}
.entry-header .entry-meta  .author-socials .author-x {
    color: #000;
}
.entry-header .entry-meta  .author-socials .author-instagram {
    color: #833AB4;
}

.entry-header .entry-meta  .author-socials .author-website {
    color: #001935;
    margin-right:0;
}

.entry-header .entry-meta .author-avatar img {
  border-radius:999px;   
}

.entry-header .entry-meta  .entry-meta-item {
    position:relative;
    margin-right: 8px;
    padding-right: 8px;
    display: inline-block !important;
}

.entry-header .entry-meta  .entry-meta-item:after{
    content:'';
    position:absolute;
    width:3px;
    height:3px;
    background:#ccc;
    border-radius:99px;
    top:50%;
    right: -4px;
    transform:translateY(-50%);
}

.entry-header .entry-meta span {
    margin-right:0;
}

.entry-header .entry-meta span svg {
     width: 14px;

}

.entry-header .entry-meta  .entry-meta-item:last-child:after {
    content:unset;
}

/************************** END BLOG SINGLE **************************/

/************************** POST SIDEBAR **************************/
.post-sidebar .widget .widget-title {
    display: block;
    width: 100%;
    background: var(--linear-color);
    color: var(--white-color);
    padding: 12px;
    border-radius: 4px;
}
.post-sidebar .widget .widget-title + .is-divider {
    display: none;
}
.post-sidebar .widget_search form {
    border-radius: 4px;
    overflow: hidden;
}
.post-sidebar .widget_search form input {
    box-shadow: none;
    border-color: var(--secondary-color);
}

.post-sidebar .widget_search form input[type='search'] {
    border-radius: 4px 0 0 4px;
}
/************************** END POST SIDEBAR **************************/
@media only screen and (max-width: 1080px) {
    #header .nav > li > a {
        font-size: 14px;
    }
    #header #masthead .header-button-1 a {
        font-size: 24px;
        background: var(--linear-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        letter-spacing: 0.02em;
    }
    #header #masthead .header-button-2 a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        height: 45px;
        transition: all 1s;
        text-align: center;
        border-radius: 5px;
        background: var(--linear-color);
        color: #fff !important;
        padding: 0 20px;
        line-height: 45px;
        min-width: 150px;
    }
}
@media only screen and (max-width: 848px) {
    .box-vertical-custom.row > .post-item:nth-child(even) .box-blog-post.box-vertical {
        flex-direction: column;
    }

    .box-vertical-custom .box-blog-post.box-vertical {
        display: flex;
        flex-direction: column;
        border-bottom: 1px dashed #ccc;
    }

    .box-vertical-custom .box-blog-post .box-image {
        width: 100% !important;
    }

    .box-vertical-custom .box-blog-post .post-title a {
        font-size: 24px;
        border-left: 5px solid var(--primary-color);
        padding-left: 10px;
    }
    .box-vertical-custom .box-blog-post.box-vertical .box-text {
        padding: 10px 0;
    }
    .box-vertical-custom .box-blog-post.box-vertical .box-text .button {
        padding: 4px 20px;
        min-width: 120px;
    }
    .section-heading-title, .section-heading-title * {
        font-size: 28px;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section-heading-title, .section-heading-title * {
        font-size: 24px;
    }
    .box-vertical-custom .box-blog-post .post-title a {
        font-size: 18px;
    }
    .box-vertical-custom .box-blog-post.box-vertical .box-text .button {
        padding: 2px 16px;
        min-width: 100px;
        font-size: 0.75em;
    }

	
	.why-section .icon-box.icon-box-center .icon-box-img {
			    width: 40px !important;
		}

	.why-section .icon-box h3 {
		font-size: 20px;
	}

	.why-section .icon-box p {
		font-size: 14px;
	}
	.about-section .img-main .img-inner {
		margin: 0 30px;
	}

}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
