/*
Theme Name:  Twenty Twenty One Child
Template:    twentytwentyone
Author:      ChildThemeWP
Version:     1.0.0
Text Domain: twentytwentyone-child
*/


/*  fonts  */
@font-face {font-family: 'Roboto';src: url('assets/fonts/Roboto-Regular.eot');src: url('assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),url('assets/fonts/Roboto-Regular.woff2') format('woff2'),url('assets/fonts/Roboto-Regular.woff') format('woff'),url('assets/fonts/Roboto-Regular.ttf') format('truetype'),url('assets/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('Roboto-Medium.eot');src: url('assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),url('assets/fonts/Roboto-Medium.woff2') format('woff2'),url('assets/fonts/Roboto-Medium.woff') format('woff'),url('assets/fonts/Roboto-Medium.ttf') format('truetype'),url('assets/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');font-weight: 500;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('assets/fonts/Roboto-Light.eot');src: url('assets/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),url('assets/fonts/Roboto-Light.woff2') format('woff2'),url('assets/fonts/Roboto-Light.woff') format('woff'),url('assets/fonts/Roboto-Light.ttf') format('truetype'), url('assets/fonts/Roboto-Light.svg#Roboto-Light') format('svg');font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('assets/fonts/Roboto-Black.eot');src: url('assets/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),url('assets/fonts/Roboto-Black.woff2') format('woff2'),url('assets/fonts/Roboto-Black.woff') format('woff'),url('assets/fonts/Roboto-Black.ttf') format('truetype'),url('assets/fonts/Roboto-Black.svg#Roboto-Black') format('svg');font-weight: 900;font-style: normal;font-display: swap;}
@font-face {font-family: 'Roboto';src: url('assets/fonts/Roboto-Bold.eot');src: url('assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),url('assets/fonts/Roboto-Bold.woff2') format('woff2'),url('assets/fonts/Roboto-Bold.woff') format('woff'),url('assets/fonts/Roboto-Bold.ttf') format('truetype'),url('assets/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');font-weight: bold;font-style: normal;font-display: swap;}
:root {
    --secondary-color: #13234C;
    --primary-color: #383838;
    --Orange-color: #002e5d;
    --black-color: #000;
    --light-blue: #EFFAFF;
    --dark-green: #3579b7;
    --white-color: #fff;
}
body{
    color: var(--primary-color);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-weight: 400;
}
a {
    font-family: "Roboto", sans-serif !important;  
    color: var(--primary-color);
    text-decoration: none;
    transition: all .3s;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif !important;  
}
p { margin: 0 0 20px;}
h1 { font-size: 43px;}
h2 { font-size: 32px;}
h3 { font-size: 30px;}
h4 { font-size: 20px;}
.container {
    width: 100%;
    max-width: 1160px;
    margin: auto;
    padding-inline: 20px;
}
.heading-span {
    /* color: var(--Orange-color); */
    color: var(--dark-green);
}
a.common-btn, .banner-section a.common-btn:hover {
    font-size: 15px;
    font-weight: 500;
    background-color: var(--Orange-color);
    border: 1px solid var(--Orange-color);
    text-align: center;
    transition: all .3s;
    padding: 10px 24px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* color: var(--primary-color); */
    color: var(--white-color);
}
a.common-btn i {
    margin-right: 15px;
}
a.common-btn.green-btn, a.common-btn.green-btn:hover {
    background: var(--dark-green);
    border-color: var(--dark-green);
    color: var(--white-color);
}
.banner-section a.common-btn:hover {
    transform: scale(0.9);
}
a.common-btn:hover {
    /* background-color: var(--secondary-color); */
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
/* header */
header.header {
    padding: 20px 0;
    position: relative;
}
header.header .container {
    max-width: 1400px;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.primary-navigation > div > .menu-wrapper {
    padding-left: 0;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    gap: 20px;
}
.primary-navigation > div > .menu-wrapper li a {
    text-decoration: none !important;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition-duration: 0.2s;
    padding: 0 !important;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
    height: auto;
    width: 12px;
    margin-left: 2px;
    display: block;
    outline: none;
}
.header-logo a {
    display: inline-block;
}
img.custom-logo {
    height: auto;
    width: 100%;
}
header.header .menu-item-has-children {
    position: relative;
    padding: 8px 14px 8px 5px;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
    display: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    position: relative;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle:before {
    content: "\f0d7";
    position: absolute;
    right: 0px;
    top: 1px;
    font-family: fontawesome;
    font-size: 13px;
    line-height: 1;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 180px;
    text-align: left;
    margin: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    display: block;
    border: none;
}
.primary-navigation ul > .menu-item.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.primary-navigation ul > .menu-item.menu-item-has-children ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}
.primary-navigation .sub-menu .menu-item > a {
    border: 1px solid #E8E8E8;
    display: block;
    padding: 11px 10px !important;
    font-size: 14px;
    line-height: 1.4;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, 
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    width: 100%;
    padding: 0;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
    padding: 8px 5px;
}
header li.menu-item i {
    margin-left: 6px;
}
.navbar-nav ul li a:hover {
    color: var(--Orange-color);
}
ul.sub-menu li a:hover {
    background-color: var(--Orange-color);
    color: #fff;
}
.header-btn a {
    font-size: 14px;
    font-weight: 500;
    background-color: var(--Orange-color);
    border: 1px solid var(--Orange-color);
    text-align: center;
    padding: 10px 24px;
    border-radius: 3px;
    color: var(--white-color);
}
.header-btn a i {
    margin-left: 10px;
}
.header-btn a:hover {
    background-color: transparent;
    color: var(--Orange-color);
}
.inner-header >* {
    flex: 0 0 100%;
}
.header-logo {
    line-height: 0;    
    max-width: 17%;
}
.header-btn {
    max-width: 200.41px;
}
.navbar-nav {
    max-width: 66%;
}
.navbar-nav ul > li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--Orange-color);
    left: 0;
    bottom: -7px;
    opacity: 0;
}
.navbar-nav ul > li a:hover:after {
    opacity: 1;
}
header ul.sub-menu li a:after {
    display: none;
}
.mobile-toggle {
    width: 26px;
    text-align: center;
    cursor: pointer;
    outline: none;
    display: none;
    border: none;
    background: none;
}
span.line {width: 75%;height: 2px;display: inline-block;background: var(--Orange-color);margin-bottom: 6px;margin-right: 25%;}
span.line:last-child {
    margin-bottom: 0;
    margin-left: 25%;
}
span.line:first-child {
    margin-left: 25%;
}
/* banner section */
.banner-section {
    background-color: var(--light-blue);
    overflow: hidden;
}
.heading-wrapper {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
}
.banner-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}
.inner-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-banner >* {
    flex: 0 0 100%;
}
.banner-right {
    max-width: 60%;
    position: relative;
    bottom: -8px;
    right: -100px;
}
.banner-right img {
    width: 100%;
}
.banner-left {
    max-width: 40%;
    padding: 80px 0;    
}
/* about section */
.about-us {
    padding: 60px 0 0;
}
.inner-about-us {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}
.inner-about-us >* {
    flex: 0 0 100%;
    max-width: 48%;
}
.btn {
    display: flex;
    margin-top: 30px;
}
.btn a.common-btn i {
    margin: 0 0 0 15px;
}
.testimonial-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}
.testimonial-section  .ti-widget.ti-goog .ti-controls {
    margin-top: 0px;
    display: block;
}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev  {
    font-size: 0;
    border: none;
    cursor: pointer;
    padding: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    outline: none;
    height: 24px !important;
    width: 24px !important;
    background: transparent !important;
    transition: all 200ms ease-out ;
}
.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -7px;
}
.ti-widget.ti-goog .ti-controls .ti-next {
    right: -7px;
}
/* .testimonial-slider button.slick-next:before {
    border-width: 3px 3px 0px 0px;
    right: 0;
    left: unset;
} */
.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    transform: scale(1.2) translateY(-50%) !important;
}
.testimonial-slider .inner-slider {
    background: #f4f4f4;
    border-radius: 4px;
    margin: 0 8px;
    height: inherit;
    padding: 20px;
}
.testimonial-slider .details h3 {
    font-size: 14px;
    color: var(--black-color);
    margin: 0;
}
.testimonial-slider .profile img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    object-position: top;
    object-fit: cover;
}
.testimonial-slider .profile {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-bottom: 10px;
}
.testimonial-slider .profile:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('assets/images/g-icon.svg');
}
.testimonial-slider .review-date {
    color: #000000;
    opacity: 0.5;
    font-size: 11.2px !important;
}
.testimonial-slider p.review-text {
    font-size: 15px;
    line-height: 1.5;
}
.testimonial-slider a.read_more {
    display: block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13.5px;
    color: rgba(0,0,0,0.5);
    text-decoration: none !important;
    transition: color 300ms ease-out;
    margin-top: 4px;
}
.review-heading {
    font-size: 24px;
    display: block;
    margin-bottom: 9px;
    font-weight: bold;
    line-height: 1;
}
li.varified {
    margin-left: 10px;
    position: relative;
    top: 2px;
    width: 15px !important;
}
/* three col section */
.three-col-section {
    background-color: #F6F7FB;
    padding: 60px 0;
}
.three-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.three-col-wrapper >* {
    flex: 0 0 100%;
    max-width: calc(100% / 3 - 20px);
    background: var(--white-color);
    padding: 10px;
}
.three-col-section .heading-wrapper {
    text-align: left;
    margin-left: 0;
    max-width: 600px;
}
.col-image img {
    height: auto;
    vertical-align: bottom;
}
.col-title {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
    margin: 20px 0 15px;
}
.col-title h3 {
    margin: 0;
    font-size: 20px;
}
.col-btn a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
}
.col-btn a:hover {
    color: var(--Orange-color);
}
/* two col */
.two-column-section {
    padding: 60px 0 0;
    overflow: hidden;
}
.two-column-section .inner-col {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}
.two-column-section .inner-col >* {
    flex: 0 0 100%;
}
.two-column-section .inner-col .about-right-content {
    max-width: 50%;
}
.two-column-section .inner-col .about-right-content ul {
    padding-left: 0;
}
.two-column-section .inner-col .about-left-image {
    max-width: 45%;
}
.about-right-content.bottom-space {
    margin-bottom: 60px;
}
.two-column-section .name p {
    color: var(--secondary-color);
    border-left: 3px solid var(--dark-green);
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.two-column-section .Technology {
    color: #989898;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-left-image.bottom-image {
    position: relative;
    bottom: -8px;
}
.about-right-content li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}
.about-right-content li i {
    color: var(--Orange-color);
    margin-right: 10px;
}
.about-right-content li:last-child{
    margin-bottom: 0;
}
.two-column-section.light-bg {
    background-color: #F6F7FB;
    padding: 60px 0;
}
.icon-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icon-box li {
    flex: 0 0 100%;
    max-width: calc(100% / 2 - 10px);
}
ul.icon-box i {
    font-size: 20px;
    margin: 0;
}
ul.icon-box span {
    max-width: 28px;
    flex: 0 0 100%;
    margin-right: 10px;
    text-align: center;
}
/* blog page */
.blog-banner {
    background-color: #FFF4EE;
    background-color: var(--Orange-color);
    padding: 70px 0;
}
.blog-inner.center-content {
    text-align: center;
}
.blog-banner h1 {
    /* color: var(--Orange-color); */
    color: var(--white-color);
}
.blog-section, .blog-details-outer {
    padding: 60px 0;
}
.blog-inner-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blog-items {
    padding: 15px;
    background: #ffff;
    box-shadow: 0 0 17px #dddddd;
    border-radius: 8px;
}
.blog-section h2 {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 14px;
}
.blog-section p {
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 14px;
}
a.read-more {
    color: var(--Orange-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
a.read-more:hover {
    color: var(--secondary-color);
}
a.read-more i {
    margin-left: 8px;
    margin-top: 2px;
    transition: all .2s ease-in-out;
}
a.read-more:hover i {
    transform: translateX(8px);
}
.featured-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}
.featured-img img {
    height: auto;
    vertical-align: bottom;
}
.blog-details-inner {
    flex: 0 0 100%;
    max-width: 65%;
}
.blog-details-inner .blog-content h2 {
    font-size: 34px;
    margin: 20px 0;
}
.blog-details-inner p:last-child {
    margin-bottom: 0;
}
.blog-details-inner .featured-img {
    margin-bottom: 30px;
}
.author-details .blog-details {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-weight: 500;
    font-size: 14px;
    /* color: #fd8544; */
    color: var(--white-color);
}
.blog-section .author-details .blog-details {
    color: var(--Orange-color);
}
.blog-details i {
    margin: 1px 8px 0px 0px;
    font-size: 16px;
}
.blog-details-outer li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}
.blog-details-outer li i {
    color: var(--Orange-color);
    margin-right: 10px;
}
.blog-details-outer h4, .blog-details-outer h5, .blog-details-outer h6 {  
    margin-bottom: 15px;
}
.blog-details-outer h4 {
    font-size: 28px;
}
.blog-details-outer h5 {
    font-size: 24px;
}
.blog-details-outer h6 {
    font-size: 20px;
}
.blog-details-outer ul, .blog-details-outer ol {
    margin-bottom: 20px;
}
.blog--detail-content a {
    color: var(--Orange-color);
}
.blog-banner .footer-social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
}
.blog-banner .footer-social-icon ul {
    margin-top: 0;
}
.post-tags span {
    font-weight: 600;
    margin-right: 8px;
}
.blog-content ul {
    padding-left: 0;
}
ul.tags {
    display: inline-flex;
    gap: 7px;
    margin: 0;
    padding-left: 0;
}
ul.tags li {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--Orange-color);
    /* background-color: rgba(224, 123, 57, .1); */
    background-color: rgb(240 240 240);
    padding: 8px 13px;
    border-radius: 6px;
    margin: 0;
}
.author-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}
.blog-section.related-posts {
    background-color: #F6F7FB;
}
.blog-section.related-posts .heading-wrapper h2 {
    font-size: 32px;
}
.blog--detail-content .author-details {
    margin-bottom: 20px;
}
/* sidebar */
.blog-detail-with-sidebar {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}
.sidebar {
    padding: 20px;
    background-color: #f0f0f0;
    flex: 0 0 100%;
    max-width: 30%;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}
.sidebar section#search-2 {
    margin-bottom: 40px;
}
h2.widget-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #181616;
    line-height: 30px;
    letter-spacing: -.5px;
}
.sidebar .widget a:link {
    text-decoration: none;
}
form input.search-field {
    width: 100%;
    height: 50px;
    padding: 0 40px 0 15px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    outline: none !important;
    margin: 0 !important;
}
form input.search-submit {
    position: absolute;
    right: 1px;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    font-size: 0;
    margin: 0 !important;
    padding: 0;
    background: url('https://demoprojectwork.com/pathshala/wp-content/uploads/2024/09/search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    bottom: 6px;
    outline: none !important;
}
form.search-form {
    position: relative;
}
span.screen-reader-text {
    display: none;
}
form label {
    max-width: max-content;
    font-size: 16px;
    /* position: absolute;
    left: 10px; */
    font-weight: 400 !important;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    display: none;
}
input.search-field::placeholder {
    font-size: 16px;
}
form button i {
    color: #000;
    font-size: 16px;
}
.widget_categories li.cat-item {
    position: relative;
    margin-bottom: 2px;
    padding-left: 18px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.widget_categories li.cat-item:before, .widget_recent_entries li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f105";
    font-family: fontawesome;
    font-size: 14px;
}
.sidebar nav {
    margin: 0;
}
.sidebar ul{
    margin: 0;
}
.widget_recent_entries li {
    display: block;
    line-height: 1.4;
    margin-bottom: 6px;
}
.widget_recent_entries li a {
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    line-height: 1.3;
}
.widget_recent_entries li a:before {
    top: 0px;
    font-size: 14px;
}
.widget_recent_entries ul {
    margin-top: 20px;
}
span.post-date {
    font-weight: 500;
    font-size: 14px;
    color: #fd8544;
    padding-left: 18px;
    display: block;
    width: 100%;
    display: none;
}
.widget_categories {
    margin-bottom: 30px;
}
/* footer */
.footer{
    padding: 60px 0 0;
    background-color: #F6F7FB;
}
.footer-logo {
    margin-bottom: 20px;
    max-width: 217px;
}
.footer-social-icon ul {
    display: flex;
    gap: 9px;
    margin-top: 20px;
    padding-left: 0;
}
.footer-social-icon ul li {
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-right: 0;
    transition: all .4s ease;
    transform: translateY(0);
}
.footer-social-icon ul li a {
    display: inline-flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.footer ul.footer-items li a:hover {
    color: var(--Orange-color);
}
.footer-social-icon ul li i {
    color: #fff;
    font-size: 14px;
}
.footer .footer-col h4 {
    font-size: 24px;
    color: #13234C;
}
.inner-footer {
    display: flex;
    padding-bottom: 60px;
}
.footer-col {
    flex: 0 0 100%;
    max-width: 20%;
}
.footer-col:first-child {
    max-width: 40%;
    padding-right: 20px;
}
.footer ul.footer-items {
    padding-left: 20px;
}
.footer ul.footer-items li {
    margin-bottom: 10px;
}
.footer-bottom {
    background-color: #E9ECF8;
    box-shadow: 0 0 0 100vmax #E9ECF8;
    position: relative;
    clip-path: inset(0 -50vw);
    padding: 40px 0 10px;
    text-align: center;
    font-size: 13px;
    line-height: 19.5px;
}
.bottom-wrap hr {
    border-top: 1px solid #F6F7FB;
    margin: 30px 0;
}
.copyright {
    color: #13234C;
    transition: color 0.3s;
    font-size: 14px;
}
/* search page */
.search-result-count {
    max-width: 100%;
    margin-bottom: 27px;
}
.post-thumbnail >* {
    max-width: 100%;
}
.post-thumbnail {
    margin: 0;
    max-width: 100%;
}
 .post-thumbnail img {
    margin: 0 !important;
    height: 100% !important;
    object-fit: cover;
}
.search .container {
    margin-bottom: 0 !important;
}
.search .page-content.default-max-width, .error-404.not-found.default-max-width {
    margin: 0 auto;
    max-width: 690px;
    text-align: center;
}
.search .search-form .search-field, .error404 .search-form .search-field {
    border: 1px solid gainsboro;
}
.search form label, .error404 form label {
    display: block;
}
.blog-inner.center-content >*:last-child {
    margin-bottom: 0;
}
.entry-content >* {
    max-width: 100% !important;
    margin: 0 0 20px;
}
.entry-content {
    margin: 0;
}
/* connect page */
.page-connect form label {display: inline-block;width: 100% !important;max-width: 100%;color: #28303d;}
.page-connect form div {
	display: block;
}
.page-connect .entry-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-connect .leftText, .page-connect .rightText {
	max-width: 48% !important;
	flex: 0 0 100%;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 3px 12px #dbdbdbe0;
	margin: 0;
}
.page-connect .leftText p, .page-connect .leftText {
	font-size: 18px;
	font-weight: 600;
}
.page-connect .rightText form input, .page-connect .rightText form textarea {
	border: 1px solid #e0e0e0;
	margin: 0;
	border-radius: 5px;
	font-size: 16px;
	padding: 6px 10px !important;
	width: 100% !important;
	margin-top: 4px;
	outline: none;
}
.page-connect .rightText p {
	line-height: 1.4;
	font-size: 15px;
	margin-bottom: 7px;
}
.page-connect .rightText form textarea {
	min-height: 120px;
	height: 120px;
}
.page-connect .rightText form .wpcf7-submit {
	font-size: 15px;
	font-weight: 500;
	background-color: #002e5d !important;
	border: 1px solid #002e5d;
	text-align: center;
	transition: all .3s;
	padding: 10px 24px !important;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	max-width: max-content;
	min-width: 140px;
	margin: 0;
}

@media(max-width:1260px){
    .banner-right {
        right: -50px;
    }
}
@media(max-width:1199px){
    .container {
        padding-inline: 15px;
    }
    .primary-navigation > div > .menu-wrapper {
        gap: 15px;
    }
    .header-btn a {
        padding: 10px 16px;
    }
    .header-btn {
        max-width: 181.41px;
    }
    .header-logo {
        max-width: 16%;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item > a {
        font-size: 14px;
        padding: 4px 0;
    }
    .header-btn a i {
        margin-left: 7px;
    }
    /* banner */
    .banner-right {
        max-width: 55%;
        right: 0;
    }
    .banner-left {
        max-width: 42%;
    }
    /* footer */
    .footer-col:first-child {
        max-width: 37%;
    }
    .footer-col {
        max-width: 21%;
    }
    .inner-footer {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media(max-width:1099px){
    header.header {
        padding: 15px 0;
    }
    .primary-navigation > div > .menu-wrapper  {
        gap: 10px;
    }
    .header-btn a {
        padding: 9px 10px;
    }
    .header-btn {
        max-width: 169.41px;
    }
    .two-column-section .inner-col .about-left-image img {
        width: 100%;
    }
    .two-column-section .Technology {
        margin-bottom: 8px;
    }
    .two-column-section h2 {
        margin-bottom: 13px;
    }
    .about-right-content li {
        margin-bottom: 4px;
    }
}
@media(max-width:991px){
    /* banner */
    .banner-btns {
        gap: 12px;
    }
    .banner-right {
        max-width: 50%;
        bottom: -40px;
    }
    .banner-left {
        max-width: 48%;
        padding: 0;
    }
    a.common-btn {padding: 10px 18px;line-height: 1.2;}
    a.common-btn i {
        margin-right: 10px;
    }
    .banner-section {
        padding: 20px 0 40px;
    }
    /* footer */
    .inner-footer {
        row-gap: 30px;
        padding-bottom: 40px;
    }
    .footer-col {
        max-width: calc(100% / 2 - 15px) !important;
    }
    .footer ul.footer-items li {
        margin-bottom: 5px;
    }
    .footer-col:last-child img {
        max-width: 245px;
    }
    /* Mobile header */
    body.primary-navigation-open {
        overflow: hidden;
        position: relative;
    }
    .header-btn {
        max-width: 215px;
    }
    ul.navbar-menu {
        display: none;
    }
    .menu-button-container #primary-mobile-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        z-index: 11;
        right: -3px;
        padding: 0;
        outline: none !important;
    }
    li.menu-item.dropdown-main.dropdown-active i {
        transform: rotate(180deg);
    }
    li.menu-item i {
        transition: all .2s ease;
    }
    .navbar-nav {
        order: 1;
        position: absolute;
        right: 15px;
    }
    .primary-navigation .primary-menu-container {
        text-align: left;
        position: fixed !important;
        top: 0;
        right: 0;
        left: unset;
        background: #fff;
        padding: 60px 20px 20px;
        width: 300px;
        height: 100%;
        z-index: 11;
        transform: translateX(300px);
        transition: all .4s ease;
        overflow-y: scroll;
    }
    .primary-navigation-open .primary-menu-container {
        transform: translateX(0px);
    }
    .menu-button-container {
        display: block !important;
        position: relative;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item {
        padding: 13px 0px;
        line-height: 1;
        flex-direction: column;
    }
    .primary-navigation .primary-menu-container {
        margin: 0;
    }
    .primary-navigation > div > .menu-wrapper {
        gap: 0;
        flex-direction: column;
        width: 100%;
    }
    .header li.menu-item {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #E8E8E8;
    }
    .header-logo {
        max-width: 184px;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] + ul.sub-menu li a {
        border: none;
        padding: 7px 0 !important;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] + ul.sub-menu li:last-child a {
        padding-bottom: 0 !important;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
        position: absolute;
        right: 0;
        width: 40px;
        display: flex;
        height: 40px;
        top: 0;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle >* {
        display: none;
    }
    li.menu-item:last-child {
        border-bottom: none;
    }
    ul.dropdown-items {
        padding-left: 16px;
    }
    .navbar-nav ul > li a:after {
        display: none;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] + ul.sub-menu {
        position: static;
        background: none;
        width: 100%;
    }
    .primary-navigation ul > .menu-item.menu-item-has-children:hover ul.sub-menu {
        opacity: 0;
        visibility: hidden;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] + ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        padding-left: 12px;
    }
    .menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon path {
        fill: var(--Orange-color);
    }
    .primary-navigation-open .menu-button-container {
        padding: 0;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle:before {
        top: 12px;
    }
    .primary-navigation .primary-menu-container > .sub-menu-toggle[aria-expanded=true] .menu-item.menu-item-has-children {
        padding-bottom: 0;
    }
    .primary-navigation {
        position: relative !important;
        margin-left: auto;
        width: auto !important;
        top: unset !important;
    }
    /* three col */
    .three-col-wrapper {
        gap: 20px;
    }
    .three-col-wrapper >* {
        max-width: calc(100% / 2 - 10px);
    }
    /* blog page */
    .blog-inner-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-detail-with-sidebar {
        flex-wrap: wrap;
    }
    .blog-detail-with-sidebar >* {
        max-width: 100%;
    }
    .sidebar {
        position: static;
    }
    .sidebar .widget_recent_entries li {
        margin-bottom: 8px;
    }
}
@media(max-width:767px){
    p, li {
        line-height: 1.5;
        font-size: 14px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }
    /* banner */
    .banner-section {
        padding: 40px 0 0px;
    }
    .inner-banner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-left, .banner-right {
        max-width: 100%;
        text-align: center;
    }
    .banner-right img {
        max-width: 500px;
    }
    .banner-right {
        padding-top: 30px;
        bottom: 0;
    }
    .banner-btns {
        justify-content: center;
    }
    .footer-logo {
        max-width: 180px;
    }
    .footer .footer-col h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    footer.footer {
        padding: 40px 0 0;
    }
    /* about section */
    .inner-about-us >* {
        max-width: 100%;
    }
    /* testimonial */
    .ti-footer.source-Google {
        margin-top: 0 !important;
    }
    .ti-widget.ti-goog .ti-reviews-container:last-child {
        margin-bottom: 0 !important;
    }
    /* .ti-widget.ti-goog .ti-rating-text strong.ti-rating {
        margin: 0;
        font-size: 20px;
    } */
    .ti-widget.ti-goog .ti-controls .ti-prev {
        left: -18px !important;
    }
    .ti-widget.ti-goog .ti-controls .ti-next {
        right: -18px !important;
    }
    .ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after, 
    .ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before {
        width: 14px !important;
    }
    .ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:after {
        top: 10px !important;
    }
    .testimonial-slider {
        padding: 0 10px;
    }
    /*  */
    .two-column-section .inner-col .about-right-content {
        max-width: 100%;
    }
    .two-column-section .inner-col .about-left-image {
        max-width: 100%;
        bottom: 0;
    }
    .two-column-section .inner-col .about-left-image img {
        max-width: 400px;
    }
    .two-column-section.light-bg {
        padding: 50px 0 40px;
    }
    .two-column-section .name p {
        font-size: 20px;
    }
    .two-column-section h2 {
        margin-bottom: 7px;
    }
    .about-right-content li {
        align-items: flex-start;
    }
    .about-right-content li i {
        margin-top: 4px;
    }
    .two-column-section .Technology {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .three-col-section, .testimonial-section {
        padding: 50px 0;
    }
    .heading-wrapper {
        margin: 0 auto 30px;
    }
    /* blog page */
    .blog-inner-row {
        grid-template-columns: 1fr;
    }
    .blog-section, .blog-details-outer {
        padding: 50px 0;
    }
    .blog-details-inner .blog-content h2 {
        font-size: 30px;
        line-height: 1.1;
    }
    .blog-details-inner h3, .blog-details-inner h4 {
        font-size: 24px;
    }
    .blog-banner {
        padding: 40px 0;
    }
    .blog-banner h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    .blog-details-outer li {
        margin-bottom: 0px;
        align-items: flex-start;
    }
    .blog-details-outer li i {
        margin-top: 4px;
    }
    .blog-details-outer li span {
        margin-top: 2px;
    }
    .blog-section.related-posts .heading-wrapper h2 {
        font-size: 26px;
    }
    /* sidebar */
    .sidebar section#search-2 {
        margin-bottom: 30px;
    }
    .widget_categories {
        margin-bottom: 20px;
    }
    /* connect page */
    .page-connect .rightText, .page-connect .leftText {
		max-width: 100% !important;
		padding: 20px;
	}
	.page-connect .entry-content {
		row-gap: 25px;
	}

}
@media(max-width:576px){
    .three-col-wrapper >* {
        max-width: 100%;
    }
}
@media(max-width:480px){
    .footer-col:first-child {
        padding-right: 0;
    }
    .footer-col:first-child, .footer-col {
        max-width: 100% !important;
    }
    .icon-box li {
        max-width: 100%;
        align-items: center;
        margin-bottom: 9px;
    }
    .header-logo {
        max-width: 156px;
    }
    .header-btn a {
        padding: 7px 5px;
        font-size: 13px;
    }
    .header-btn a i {
        display: none;
    }
    .header-btn {
        max-width: 160px;
    }
    .banner-btns {
        flex-wrap: wrap;
    }
    .ti-widget.ti-goog .ti-controls-line {
        margin-bottom: 0 !important;
    }
}

@media(max-width:360px){
    .header-btn {
        display: none;
    }
}