/*
Theme Name: Baseball Pro
Theme URI: 
Author: Webnotick 
Author URI: www.Webnotick.com
Description: This is Baseball Services theme. 
Version: 0.2
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 5.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: the-corporate-business
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, custom-colors, custom-header, custom-logo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The Corporate Business  is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Layouts and Titles
# Media
    ## Captions
    ## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
    ## Featured Slider Section
    ## Featured  Section
    ## Featured type_of_work Section
    ## Featured Classes Section
    ## Featured testimonials Section
    ## Latest Posts Section
# Footer
# Responsive

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {font-style: normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {margin: 0;font-weight: 400;background-color: #000;}.container-fluid {padding: 0 0;}#section-header .border-b-2 {border-bottom: 4px solid #000;}
#content {position: relative;}#content .entry-content p {color: #A1A1A1;margin: 0px 0px 30px;}#content .wp-block-details p {color: #A1A1A1;margin: 0px 30px;}
.boxed-layout,.frame-layout {background-color: #f6f6f6;}.boxed-layout #page {max-width: 1600px;width: 90%;margin: 0 auto;background-color: #fff;}
.frame-layout #page {max-width: 1600px;width: 90%;margin: 50px auto;background-color: #1a1a1a;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}[hidden],template {display: none;}a {background-color: transparent;}abbr[title] {border-bottom: 1px dotted;}b,
strong {font-weight: bold;}h1,h2,h3,h4,h5,h6 {clear: both;color: #282828;margin: 16px 0;line-height: 1.3;font-weight: 400;}mark {background: #ff0;color: #111;}small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}figure {margin: 1em 40px;}hr {box-sizing: content-box;height: 0;}pre {overflow: auto;}code,kbd,pre,samp {font-size: 1em;}button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;
}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}#wp-calendar {display: table;width: 100%;margin-bottom: 0;}tbody {text-align: left;}tr {border: 1px solid #aaa;}td,th {padding: 5px;font-weight: 400;}td#next {text-align: right;}.social-links a[href*="twitter.com"]:before {content: "\e61b";}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
}

p {
    margin: 0 0 1em;
}

p:last-child {
    margin-bottom: 0;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

.md-0 {
    margin: 0 0;
}

.pd-0 {
    padding: 0 0;
}

pre {
    background: #f6f6f6;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
}

big {
    font-size: 125%;
}
#page{
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
    overflow-x: hidden;
    counter-reset: my-sec-counter;
}

blockquote {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin: 0;
}

blockquote h6,blockquote h5,blockquote h4, blockquote h3, blockquote h2, blockquote h1{
 color: #3f536d !important;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.5em;
}

dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    display: inline-block;
}
.wp-block-table td, .wp-block-table th{
    padding: 20px 25px !important;
}
table tr th{
    font-size: 24px;
    font-weight: 600;
}
table tr td{
   font-size: 20px;
}
table tr td:first-child{
    font-weight: 600;
    width: 300px;
}
table tr:nth-child(even){
    background: #F3EEEE;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0;
    padding: 8px 10px;
    margin: 5px 0 5px 0px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #000000EF;
    transition: all 0.5s ease-in-out;
    border: none;
    font-weight: bold;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #3f536d;
    border-color: #000;
    text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
    outline: thin dotted;
    text-decoration: none;
}

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 {
    color: #333;
    border: 2px solid #3f536d5c;
    background-color: #fff;
    padding: 12px;
    width: 100%;
    /* border-radius: 10px; */
    margin: 0 0px 16px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #333;
    outline: thin dotted;
}

#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}

#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}

#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}

p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}

.comment-notes {
    font-size: 14px;
    margin-top: 0;
}

#respond label {
    margin-bottom: 15px;
    display: block;
    color: #474545;
    font-weight: 500;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
}

#commentform p {
    margin-bottom: 21px;
}

#commentform .logged-in-as a {
    color: #3f536d;
    font-weight: 500;
}

#commentform .comment-form-comment textarea {
    margin: 0;
}

#commentform p.comment-form-comment {
    margin-bottom: 0;
}

#commentform p.form-submit {
    margin: 21px 0 0;
}

#comments {
    margin-top: 35px;
    background-color: #fff;
}

#respond {
    margin-top: 35px;
    padding: 2em;
    border-top: 3px solid #DA0001;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.logged-in-as a {
    color: #000;
    text-decoration: none;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #3f536d;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {color: #3f536d;text-decoration: underline;}a:focus {outline: thin dotted;}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* /////// bottom header ////// */

.hederrow {
    align-items: center;
}
.bottomheader {
    position: relative;
}
.navborder {
    display: inline-block;
    background-color: #000000a2;
    color: #FFFFFF;
    border: 2px solid #ffffff;
    transform: skewX(-30deg);
}
.navborder .header-nav {
    display: inline-block;
    transform: skewX(30deg);
    padding: 0px 0px 0 5%;
}
.bottomheader .header-nav .callnumber{
    display: flex;
    align-items: center;
    gap: 8px;
}
.bottomheader .header-nav .callnumber a{
    color: #FFFFFF;
    font-size: 20px;
}
.bottomheader .header-nav .callnumber svg{
    color: #DA0001;
    font-size: 20px;
}
#top-bar {
    padding: 5px 0;
    background-color: #DA0001;
}

#top-bar a {
    text-decoration: none;
}

#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}

#top-bar .widget+.widget {
    margin-top: 15px;
}

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

.widget_address_block ul li {
    display: inline-block;
}

.widget_address_block ul li i {
    margin-right: 8px;
}

#top-bar .widget_address_block ul li {
    color: #fff;
    margin-right: 30px;
}

#top-bar .widget_address_block ul li a {
    color: #fff;
}

#top-bar .widget_address_block ul li a:hover,
#top-bar .widget_address_block ul li a:focus {
    opacity: 0.8;
}

#top-bar .widget ul li:not(:last-child) {
    margin-bottom: 0;
}

/*------------------------------------*/
.header-fixed {
    position: fixed !important;
    top: -42px;
    left: 0;
    width: 100%;
    background: #ffffff;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
    padding: 15px 0px;
    margin: 0 !important;
    border-bottom: 1px solid #3f536d57;
    box-shadow: 0 0 10px 0 #3F536D;
}

#masthead {
    position: absolute;
    z-index: 3000;
    width: 100%;
}

#section-header a {
    text-decoration: none;
}

.md-0 {
    padding: 0 0;
    margin: 0 0;
}

.pd-0 {
    padding: 0 0;
}

.site-logo,
#site-identity {
    display: inline-block;
    vertical-align: middle;
}

.site-description {
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: 400;
}

#site-identity .site-title a {
    color: #FFFFFF;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-align: center;
    position: absolute;
}

#site-identity .site-description {
    margin: 0;
    line-height: 1.3;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 0.01em;
}

#section-header .site-logo a {
    display: block;
    margin-right: 0px;
}

#section-header .site-logo img {
    width: auto;
}

#section-header .header-main {
    height: 95px;
}

#section-header .topheadinfo .px-2::after {
    content: '';
    border-left: 2px solid #fff;
    height: 32px;
    margin: 0px 0px 0 10px;
}

/*-----------Header Social Icon--------------*/

.social-links a:before {
    content: "\f1d0";
}

.social-links a[href*="facebook.com"]:before,
.social-links a[href*="fb.com"]:before {
    content: "\f39e";
}

.social-links a[href*="twitter.com"]:before {
    content: "\e61b";
}

.social-links a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-links a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-links a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-links a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-links a[href*="pinterest.com"]:before {
    content: "\f231";
}

.social-links a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.social-links a[href*="github.com"]:before {
    content: "\f113";
}

.social-links a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.social-links a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-links a[href$="/feed/"]:before {
    content: "\f09e";
}

.social-links a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-links a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-links a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-links a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.social-links a[href*="vimeo.com"]:before {
    content: "\f194";
}

.social-links a[href*="digg.com"]:before {
    content: "\f1a6";
}

.social-links a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.social-links a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-links a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.social-links a[href*="mailto:"]:before {
    content: "\f0e0";
}

.social-links a[href*="soundcloud.com"]:before {
    content: "\f1be";
}

.social-links a[href*="wordpress.org"]:before {
    content: "\f19a";
}

.social-links a[href*="wordpress.com"]:before {
    content: "\f19a";
}

.social-links a[href*="jsfiddle.net"]:before {
    content: "\f1cc";
}

.social-links a[href*="tripadvisor.com"]:before {
    content: "\f262";
}

.social-links a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-links a[href*="angel.co"]:before {
    content: "\f209";
}

.social-links a[href*="slack.com"]:before {
    content: "\f198";
}

.social-links a[href*="tiktok.com"]:before {
    content: "\e07b";
}

#section-header .content-site .social-links i {
    font-size: 24px;
    color: transparent;
    margin-right: 12px;
    background: #fff;
}

/*------------------------------------------------*/
#section-header .contact-number {
    display: none;
}

#section-header .contact-number i,
#section-header .contact-number svg {
    margin-right: 5px;
}

#section-header .contact-box {
    float: right;
    background: #c42118;
    border-radius: 19px;
    margin-right: 5em;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    position: relative;
    bottom: 21px;
}

#section-header .contact-box h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}

#section-header .contact-box p,
.contact-box a {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

#section-header .contact-header h3 {
    margin: 0;
}

#section-header .contact-header {
    margin-left: 44px;
}

#section-header .contact-header a {
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
}

#section-header .contact-header .fas.fa-phone-alt {
    margin-right: 10px;
    color: #c42118;
}

.main-navigation {
    display: block;
    position: relative;
    width: 100%;
}

.main-navigation ul.nav-menu>li>a {
    margin: 0px 20px 0 0;
    overflow: hidden;
    transition: ease-in-out;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
}

.main-navigation ul.nav-menu>li>a>i,
.main-navigation ul.nav-menu>li>a>svg {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    background-color: #a1a1a1;
    display: inline-block;
    vertical-align: middle;
    color: #283B60;
    text-align: center;
}

.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}

.main-navigation ul ul li a {
    padding: 12px 15px;
    background-color: #000000a2;
    color: #000;
}

.main-navigation ul ul a:after {
    float: right;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation ul.nav-menu>li>a {
    position: relative;
    height: 100%;
}

.main-navigation ul.nav-menu>li:hover>a,
.main-navigation ul.nav-menu>li.focus>a {
    color: #FEDEDE;
}

.main-navigation form.search-form input {
    background-color: #111;
    border-color: #111;
    color: #111;
    font-weight: 400;
}

.main-navigation a {
    display: block;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation li li {
    display: block;
}

.main-navigation ul.nav-menu .current_page_item>a,
.main-navigation ul.nav-menu .current-menu-item>a,
.main-navigation ul.nav-menu .current_page_ancestor>a,
.main-navigation ul.nav-menu .current-menu-ancestor>a {
    color: #FFFFFF;
    padding: 5px 9px;
    border-radius: 3px;
    /* margin-bottom: -6px; */
}

.main-navigation ul.nav-menu>li>a {
    padding: 5px 6px;
}

.main-navigation ul.nav-menu .sub-menu .current_page_item>a,
.main-navigation ul.nav-menu .sub-menu .current-menu-item>a,
.main-navigation ul.nav-menu .sub-menu .current_page_ancestor>a,
.main-navigation ul.nav-menu .sub-menu .current-menu-ancestor>a {
    color: #fff;
    background-color: #AFAFAF;
    padding: 12px 20px;
    border-radius: 3px;
    /* margin-bottom: -6px; */
}

form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.main-navigation form.search-form {
    min-width: 320px;
}

input.search-field {
    height: 45px;
    padding: 0 50px 0 15px;
    width: 100%;
}

.menu-toggle {
    font-size: 8px;
    margin: 2px 0;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 30px;
    box-shadow: none;
    border: 2px solid #3f536d;
    border-radius: 0;
    background-color: #fff !important;
    z-index: 2;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #3f536d;
    border: none;
}

.menu-toggle:hover span,
.menu-toggle:focus span,
.menu-toggle:hover span::after,
.menu-toggle:hover span::before,
.menu-toggle:focus span::after,
.menu-toggle:focus span::before {
    background-color: #000;
}

.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35px;
    height: 4px;
    background-color: #3f536d;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    right: 0;
    margin: 0 auto;
}

.menu-toggle span:before,
.menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #707070;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.menu-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
}

.menu-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}

.menu-toggle.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-toggle.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.menu-toggle.active span {
    background-color: transparent;
}

.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}

button.dropdown-toggle {
    padding: 0;
    position: absolute;
    /* right: 0; */
    top: -5px;
    padding-left: 30px;
    z-index: 10;
    background-color: transparent;
    color: #fff;
    border: none;
    margin-left: 10px;
    box-shadow: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
}

button.dropdown-toggle.active i,
button.dropdown-toggle.active svg {
    transform: rotate(-180deg);
    transform-origin: center;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
}

.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    margin-left: 10px;
    margin-right: 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    /* width: 50%; */
    position: relative;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    /* width: 50%; */
    position: relative;
}

.post-navigation a,
.posts-navigation a {
    background: #F5F5F5;
    padding: 0px 10px;
    width: fit-content;
    font-weight: 400;
    display: block;
    color: #474545 !important;
    text-decoration: none;
    border: 1px dotted #707070;
}

.post-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:focus,
.posts-navigation a:focus {
    color: #000000 !important;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 10px;
    transition: all 0.3s ease-in-out;
}

.post-navigation,
.posts-navigation {
    padding: 0;
    position: relative;
}

.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: #c42118;
    background-color: #ffe2cf;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #a1a1a1;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    margin-right: 25px;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
    background-color: transparent;
    color: #c42118;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:focus {
    color: #111;
    background-color: transparent;
}

.pagination .page-numbers.next {
    margin-left: 18px;
    margin-right: 0;
    background-color: transparent;
}

.nav-previous span {
    padding-left: 30px;
    float: left;
    text-align: left;
}

.nav-next span {
    padding-right: 30px;
    float: right;
    text-align: right;
}

.post-navigation span,
.posts-navigation span {
    display: table;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 3em;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
    margin: 0 0 10px;
}

#colophon .widget.widget_text,
#colophon .secondary.widget_text {
    margin-bottom: 0px;
    background-color: transparent !important;
}
#colophon .widget.widget_text .widget-title{
    font-size: 20px;
    letter-spacing: 0.66px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}
#colophon .widget_nav_menu,
#colophon .secondary.widget_nav_menu {
    background-color: transparent !important;
}

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6 {
    color: #fff;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6 {
    color: #fff;
}

#colophon input[type="submit"]{
    background: #da0001;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 0;
    padding: 8px 10px;
    margin: 5px 0 5px 0px;
    /* text-align: center; */
    position: relative;
    display: flex;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s ease-in-out;
    border: none;
    font-weight: bold;
    padding: 0px 35px;
}

/* Widgets Start */
.widget_search,
.widget_recent_comments,
.widget_categories,
.widget_archive,
.widget_recent_entries,
.widget_tag_cloud,
.widget_pages,
.widget_calendar,
.widget_block,
.widget_media_video,
.widget_media_image,
.widget_recent_entries,
.widget_meta,
.widget_media_gallery,
.widget_custom_html,
.widget_media_audio,
.widget_audio,
#text-4,
#nav_menu-4,
#primary .wp-block-search
 {
    /* border: 2px solid #3f536d; */
    padding: 0 0px 15px 0px;
    box-shadow: 0px 0px 30px 0px #00000029;
    z-index: -1;
}

/* .widget_search,  
.widget_recent_comments,
.widget_categories,
.widget_archive,
.widget_recent_entries,
.widget_text,
.widget_tag_cloud,
.widget_pages,
.widget_calendar,
.widget_block,
.widget_media_video,
.widget_media_image,
.widget_nav_menu,
.widget_recent_entries,
.widget_meta,
.social-profile-icons,
.widget_media_gallery,
.widget_custom_html,
.widget_media_audio,
.widget_audio {
    background-color: #fff;
} */

#main .widget_tag_cloud .tagcloud a,
#secondary .widget_tag_cloud .tagcloud a {
    margin: 2px 4px;
    padding: 4px 4px;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    background: none;
    text-align: center;
}

.widget_search .search-form label {
    width: 80%;
}

.widget_search .search-form .screen-reader-text {
    display: none;
}

.widget-title, #secondary .widget-title,
.wp-block-search__label {
    padding: 10px 44px;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    /* transform: skewX(-30deg); */
    position: relative;
    line-height: 24px;
    z-index: 0;
}
.wp-block-search__label{
    margin: 0 0 20px;
}
.widget-title::before, .wp-block-search__label::before {
    content: '';
    position: absolute;
    background-color: #000000ef;
    transform: skewX(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 22px;
    width: 90%;
    z-index: -1;
    border: 2px solid;
    border-color: #da0001;
}

#primary ul li a,
#secondary ul li a {
    text-decoration: none;
    border-bottom: none;
    line-height: 1.5rem;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
#primary .widget_text .textwidget input[type="text"], 
#primary .widget_text .textwidget input[type="text"], 
#primary .widget_text .textwidget input[type="email"], 
#primary .widget_text .textwidget input[type="url"], 
#primary .widget_text .textwidget input[type="password"], 
#primary .widget_text .textwidget input[type="search"], 
#primary .widget_text .textwidget input[type="number"], 
#primary .widget_text .textwidget input[type="tel"], 
#primary .widget_text .textwidget input[type="range"], 
#primary .widget_text .textwidget input[type="date"], 
#primary .widget_text .textwidget input[type="month"], 
#primary .widget_text .textwidget input[type="week"], 
#primary .widget_text .textwidget input[type="time"], 
#primary .widget_text .textwidget input[type="datetime"], 
#primary .widget_text .textwidget input[type="datetime-local"], 
#primary .widget_text .textwidget input[type="color"],

#secondary .widget_text .textwidget input[type="text"], 
#secondary .widget_text .textwidget input[type="email"], 
#secondary .widget_text .textwidget input[type="url"], 
#secondary .widget_text .textwidget input[type="password"], 
#secondary .widget_text .textwidget input[type="search"], 
#secondary .widget_text .textwidget input[type="number"], 
#secondary .widget_text .textwidget input[type="tel"], 
#secondary .widget_text .textwidget input[type="range"], 
#secondary .widget_text .textwidget input[type="date"], 
#secondary .widget_text .textwidget input[type="month"], 
#secondary .widget_text .textwidget input[type="week"], 
#secondary .widget_text .textwidget input[type="time"], 
#secondary .widget_text .textwidget input[type="datetime"], 
#secondary .widget_text .textwidget input[type="datetime-local"], 
#secondary .widget_text .textwidget input[type="color"]{

    color: #333333;
    border: 1px solid;
    border-color: #000000ef;
    background-color: #fff;
    padding: 12px;
    width: 80%;
    /* border-radius: 10px; */
    margin: 0 35px 16px;
}
#secondary .widget_text .textwidget textarea,
#primary .widget_text .textwidget textarea{
    height: 100px;
    margin: 0 35px !important;
    width: 80%;
    padding: 10px !important;
    border: 1px solid;
    border-color: #000000ef;
}
#secondary .widget_text .textwidget input[type="submit"],
#primary .widget_text .textwidget input[type="submit"]
    {
    background: #da0001;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 0;
    padding: 8px 10px;
    margin: 5px 35px 0;
    margin-bottom: 0 !important;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s ease-in-out;
    border: none;
    font-weight: bold;
    width: 80%;
    text-transform: uppercase;
    font-size: 20px;
    /* line-height: 94.4px; */
}

/* Widgets End */

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 49px;
    padding: 0 15px;
    /* border: none; */
    margin-bottom: 16px;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    padding: 0;
}

.widget_search form.search-form button.search-submit {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    height: 50px;
    padding: 0;
    background-color: #3f536d;
    width: 20%;
    border-radius: 0px 5px 5px 0px;
}

.widget_search form.search-form input[type="search"]:focus {
    border-color: #3f536d;
}

form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
    color: #3f536d;
    font-weight: 500;
    text-transform: uppercase;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    font-weight: 600;
}

.widget-title {
    font-size: 18px;
    margin: 0 0 20px;
    color: #fff;
}

.widget li:not(:last-child) {
    margin-bottom: 28px;
}

#primary a,
#secondary a {
    color: #000;
    font-weight: 400;
}

#primary a:hover,
#secondary a:hover,
#secondary a:focus,
#primary a:focus {
    color: #474545;
}

#primary ul li a:hover,
#secondary ul li a:hover,
#primary ul li a:focus,
#secondary ul li a:focus {
    border-bottom-color: #fff;
}

#primary .widget ul li a::before,
#secondary .widget ul li a::before,
#primary .widget ol li a::before,
#secondary .widget ol li a::before {
    display: inline-block;
    margin-left: 0.200em;
    content: "";
    margin-right: 10px;
    border-radius: 50%;
    background: #000000ef;
    position: relative;
    height: 12px;
    width: 12px;
    z-index: 1;
}
#primary .widget ul li, 
#secondary .widget ul li {
    padding: 0 15px;
}

#primary .widget ul li a::after,
#secondary .widget ul li a::after,
#primary .widget ol li a::after,
#secondary .widget ol li a::after{
    content: '\f0da';
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #da0001;
    position: absolute;
    left: 6px;
    top: 2px;
    display: inline-block;
    font-size: 26px;
    border-radius: 0;
    z-index: 0;
}
#primary .widget_recent_entries ul li a::after,
#secondary .widget_recent_entries ul li a::after,
#primary .widget_recent_entries ol li a::after,
#secondary .widget_recent_entries ol li a::after{
    content: '\f0da';
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #da0001;
    position: absolute;
    left: 6px;
    top: 2px;
    display: inline-block;
    font-size: 26px;
    border-radius: 0;
    z-index: 0;
}

.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu-our-services{
    padding: 0 20px;
}
.widget .menu-services-container li, .widget .menu-our-services-container li {
    border: 2px solid #000000;
    position: relative;
    margin-bottom: 24px;
    padding: 8px 8px 8px 30px !important;
}
#secondary .widget .menu-services-container ul li a, #secondary .widget .menu-our-services-container ul li a{
  position: initial;
}
#secondary .widget .menu-services-container ul li a::before, #secondary .widget .menu-our-services-container ul li a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0px !important;
    background: #DA0001;
    color: #fff;
    height: auto;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    border-radius: 0px;
    bottom: 0;
    margin: 0 !important;
}
#secondary .widget .menu-services-container ul li a::after, #secondary .widget .menu-our-services-container ul li a::after {
    display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.author img {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}

.page-header small {
    font-size: 12px;
    color: #c42118;
}

nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.posts-wrapper.col-3 article:nth-child(3n) {
    border-right: 1px solid #e4e4e4;
}

.post-categories a {
    color: #c42118;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.archive-description {
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.tags-links {
    margin-bottom: 20px;
    display: inline-block;
}

.tags-links span {
    margin: 0 12px 8px 0;
}

.tags-links a {
    background: white;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 8px;
    padding: 4px 10px;
    margin: 0px 0 10px 0px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #3F536D !important;
    transition: all 0.5s ease-in-out;
    border: 1px solid #3f536d;
    font-weight: 500;
    font-size: 15px;
}

.tags-links a:hover,
.tags-links a:focus {
    border-color: #000;
    background-color: #000;
    color: #fff !important;
}

.socialMedia {
    float: right;
}

.socialMedia ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
    padding: 4px 10px !important;
    border: 1px solid #3f536d;
    border-radius: 8px;
    margin-right: 10px;
}

.single .date a:before,
.entry-meta .author a:before,
.comments-link a:before,
.cat-links:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.entry-meta .author a:before {
    content: "\f007";
}

.comments-link a:before {
    content: "\f086";
}

.single .date a:before {
    content: "\f017";
}

.cat-links:before {
    content: "\f02c";
    color: #3f536d;
}

.entry-meta a,
.entry-meta span:before,
.entry-meta .cat-links:before,
.entry-meta .author:before {
    color: #3f536d;
    text-decoration: none;
    font-weight: 600;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #3f536d;
}

.entry-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
}

.author.vcard {
    margin-left: 5px;
}

.byline {
    visibility: hidden;
}

.byline .author.vcard {
    visibility: visible;
    margin-left: -20px;
}

.single-post .site-main .comment-navigation,
.single-post .site-main .posts-navigation,
.single-post .site-main .post-navigation {
    margin-bottom: 0;
}

.navigation.post-navigation,
.navigation.posts-navigation {
    padding: 10px;
    margin-top: 35px;
}

.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}

.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}

.error-404.not-found {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.error-404.not-found .page-title {
    font-size: 38px;
}

.error-404.not-found .page-content p {
    color: #3f536d;
    font-weight: 400;
    margin-bottom: 10px;
}

.no-results form label{
    width: 100%;
}

.error-404.not-found .error-404title {
    color: #ffffff;
    font-size: 195px;
    text-align: center;
    display: block;
    animation: effect linear 1900ms infinite;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 240px;
}

@keyframes effect {
    0% {
        text-shadow:
            4px -4px 0 #3f536d, 3px -3px 0 #3f536d,
            2px -2px 0 #3f536d, 1px -1px 0 #3f536d,
            -4px 4px 0 #3f536d, -3px 3px 0 #3f536d,
            -2px 2px 0 #3f536d, -1px 1px 0 #3f536d;
    }

    25% {
        text-shadow:
            -4px -4px 0 #3f536d, -3px -3px 0 #3f536d,
            -2px -2px 0 #3f536d, -1px -1px 0 #3f536d,
            4px 4px 0 #3f536d, 3px 3px 0 #3f536d,
            2px 2px 0 #3f536d, 1px 1px 0 #3f536d;
    }

    50% {
        text-shadow:
            -4px 4px 0 #3f536d, -3px 3px 0 #3f536d,
            -2px 2px 0 #3f536d, -1px 1px 0 #3f536d,
            4px -4px 0 #3f536d, 3px -3px 0 #3f536d,
            2px -2px 0 #3f536d, 1px -1px 0 #3f536d;
    }

    75% {
        text-shadow:
            4px 4px 0 #3f536d, 3px 3px 0 #3f536d,
            2px 2px 0 #3f536d, 1px 1px 0 #3f536d,
            -4px -4px 0 #3f536d, -3px -3px 0 #3f536d,
            -2px -2px 0 #3f536d, -1px -1px 0 #3f536d;
    }

    100% {
        text-shadow:
            4px -4px 0 #3f536d, 3px -3px 0 #3f536d,
            2px -2px 0 #3f536d, 1px -1px 0 #3f536d,
            -4px 4px 0 #3f536d, -3px 3px 0 #3f536d,
            -2px 2px 0 #3f536d, -1px 1px 0 #3f536d;
    }
}

.page404 .site-main{
padding-top: 15%;
}

/* Search Page Css */
.search-content .entry-boxes .entry-title a{
    color: #474545 !important;
    font-size: 26px;
    font-weight: 600 !important;
}

.search-content .entry-boxes p{
    font-size: 18px;
    color: #A1A1A1;
    line-height: 1.6;
    margin-bottom: 20px;
}

.search-content .entry-boxes .button-content{
    background: #474545;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0;
    padding: 8px 10px;
    margin: 5px 0 5px 0px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.search-content .entry-boxes .button-content a{
    color: #fff !important;
}
/* Search Page Css */
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#reply-title,.comments-title {
    font-size: 42px;
    margin: 0;
}

.comments-title,#reply-title {
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: 600;
    color: #474545;
}

#cancel-comment-reply-link {
    float: right;
}

ul.post-categories li:after {
    content: ",";
}

ul.post-categories li:last-child:after {
    display: none;
}

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

#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

#comments ol.comment-list {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}

#comments ol.children {
    margin-left: 120px;
}

.says {
    display: none;
}

.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}

#comments time:before {
    display: none;
}

.comment-body {
    position: relative;
}

.reply {
    text-align: right;
}

#comments article {
    margin-bottom: 30px;
    clear: both;
    padding: 30px;
    background-color: #f6f6f6;
    text-decoration: none;
    border-radius: 25px;
}

#comments ol.comment-list>li:last-child article:last-child,#comments ol.comment-list>li:last-child {
    border-bottom: none;
}

#comments ol.comment-list>li {
    padding-top: 25px;
}

#comments ol.comment-list>li:first-child {
    padding-top: 0;
}

#comments ol.comment-list>li article:last-child .reply {
    border-bottom: none;
    padding-bottom: 0;
}

.reply a {
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    padding: 7px 30px;
    position: relative;
    background-color: #DA0001;
    border-radius: 50px;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-meta .url,.comment-meta .fn {
    display: inline-block;
    color: #3f536d;
    font-size: 25px;
    text-decoration: none;
    text-transform: capitalize;
}

.comment-meta .url:hover,.comment-meta .url:focus {color: #3f536d;}

.comment-metadata a,
.comment-metadata a time {
    color: #3f536d;
    text-decoration: none;
}

.comment-metadata a:hover,.comment-metadata a:focus,.comment-metadata a:hover time,.comment-metadata a:focus time {
    color: #000;
}

.comment-metadata time {
    font-weight: 500;
}

.comment-metadata {
    display: block;
    margin-bottom: 15px;
}

.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 80px;
}

.comment-content p {
    font-weight: 400;
    margin-bottom: 1em;
    color: #A1A1A1;
    font-size: 16px;
    line-height: 1.6;
}

/* Sidebar */
 .searchform div input, #primary .wp-block-search__input{
    width: 50%;
    height: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid;
    border-color: #707070;
    padding: 6px 16px;
    font-size: .9rem;
    margin: 0 0 0 3rem;
}
.searchform div input{
    position: relative;
}
.searchform div #searchsubmit, #primary .wp-block-search__button{
    content: '\f002' !important;
    font-family: 'FontAwesome';
    font-weight: 300;
    width: fit-content;
    background: #DA0001 !important;
    color: #fff;
    margin: 0;
    box-shadow: none;
    line-height: 1;
    height: 50px;
    padding: 15px 28px;
    /* position: absolute; */
    right: 0;
    border: none;
    align-items: center;
    letter-spacing: 3px;
}
#primary .wp-block-search__button{
margin: 0 10px 0 3rem;
}
/* .searchform div #searchsubmit{
display: none;
} */

.searchform div input::after{
    content: '\f002';
    font-family: 'FontAwesome';
    font-weight: 600;
}
.widget_search form.search-form input[type="search"] {
    /* padding: 0 55px 0 25px; */
    height: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid #3f536d;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 6px 16px;
    border-radius: 5px 0 0 5px;
    font-size: .9rem;
}
/* Sidebar */

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/

section {
    position: relative;
    overflow: hidden;
}

.title-section {
    margin-bottom: 3em;
    display: flex;
    position: relative;
    z-index: 2;
}

.title-section h1 {
    margin: 0;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    border-radius: 0px;
}

.entry-content {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.wrapper {
    width: 90%;
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section-gap {
    padding: 5em 0;
}

.entry-title,
.section-title {
    font-size: 22px;
    margin: 0 0 6px;
    font-weight: 700;
    word-wrap: break-word;
}

.section-title {
    font-size: 32px;
    margin: 0 0 15px;
    color: #000;
}

.section-subtitle {
    max-width: 600px;
    margin: 0 auto;
}

.entry-title a {
    color: #000;
    text-decoration: none;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #c42118;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.btn {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 7px;
    font-size: 21px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.featured-image {
    position: relative;
}

.col-1 article,
.col-2 article,
.col-3 article,
.col-4 article,
.col-5 article,
.col-6 article {
    margin-bottom: 30px;
    width: 100%;
}

.col-1 article:last-child,
.col-2 article:last-child,
.col-3 article:last-child,
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.type_of_work {
    margin: -4px;
}

.type_of_work-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 4px;
}

.type_of_work-columns-2 .type_of_work-item {
    max-width: 50%;
}

.type_of_work-columns-3 .type_of_work-item {
    max-width: 33.33%;
}

.type_of_work-columns-4 .type_of_work-item {
    max-width: 25%;
}

.type_of_work-columns-5 .type_of_work-item {
    max-width: 20%;
}

.type_of_work-columns-6 .type_of_work-item {
    max-width: 16.66%;
}

.type_of_work-columns-7 .type_of_work-item {
    max-width: 14.28%;
}

.type_of_work-columns-8 .type_of_work-item {
    max-width: 12.5%;
}

.type_of_work-columns-9 .type_of_work-item {
    max-width: 11.11%;
}

.type_of_work-caption {
    display: block;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}

.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}

.social-icons li:not(:last-child) {
    margin-right: 5px;
}

.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li:not(:last-child) {
    margin-right: 10px;
}

.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Brands";
}

.social-icons li a:hover,
.social-icons li a:focus {
    color: #fff;
    background-color: #FF3366;
}

.social-icons li a:before {
    content: "\f1d0";
}

.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
    content: "\f39e";
}

.social-icons li a[href*="twitter.com"]:before {
    content: "\e61b";
}

.social-icons li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-icons li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-icons li a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-icons li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-icons li a[href*="pinterest.com"]:before {
    content: "\f231";
}

.social-icons li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.social-icons li a[href*="github.com"]:before {
    content: "\f113";
}

.social-icons li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.social-icons li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-icons li a[href$="/feed/"]:before {
    content: "\f09e";
}

.social-icons li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-icons li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-icons li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-icons li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.social-icons li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.social-icons li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.social-icons li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.social-icons li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-icons li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.social-icons li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.social-icons li a[href*="soundcloud.com"]:before {
    content: "\f1be";
}

.social-icons li a[href*="wordpress.org"]:before {
    content: "\f19a";
}

.social-icons li a[href*="wordpress.com"]:before {
    content: "\f19a";
}

.social-icons li a[href*="jsfiddle.net"]:before {
    content: "\f1cc";
}

.social-icons li a[href*="tripadvisor.com"]:before {
    content: "\f262";
}

.social-icons li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-icons li a[href*="angel.co"]:before {
    content: "\f209";
}

.social-icons li a[href*="slack.com"]:before {
    content: "\f198";
}

.social-icons li a[href*="tiktok.com"]:before {
    content: "\e07b";
}

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
    background-color: #3c5798 !important;
}

.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
    background-color: #1ea0f1 !important;
}

.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
    background-color: #0077B5 !important;
}

.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
    background-color: #ec7161 !important;
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
    background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
    background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
    background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
    background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
    background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
    background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
    background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
    background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
    background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
    background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
    background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
    background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
    background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
    background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
    background-color: #4169E1 !important;
}

.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
    background-color: #FF5500 !important;
}

.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
    background-color: #0073AA !important;
}

.social-icons li a[href*="wordpress.com"]:hover,
.social-icons li a[href*="wordpress.com"]:focus {
    background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
    background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
    background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="tiktok.com"]:hover,
.social-icons li a[href*="tiktok.com"]:focus {
    background-color: #7d88e3 !important;
}

/*--------------------------------------------------------------
#  Inner Page settings
--------------------------------------------------------------*/
#main .entry-content h1,
#secondary .entry-content h1 {
    font-size: 60px;
    clear: both;
    color: #1B1A28;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 500;
}

#main .entry-content h2,
#secondary .entry-content h2 {
    font-size: 50px;
    clear: both;
    color: #1B1A28;
    margin: 16px 0;
    line-height: 0.7;
    font-weight: 500;
}

#main .entry-content h3,
#secondary .entry-content h3 {
    font-size: 40px;
    clear: both;
    color: #1B1A28;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 500;
}

#main .entry-content h4,
#secondary .entry-content h4 {
    font-size: 30px;
    clear: both;
    color: #1B1A28;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 500;
}

#main .entry-content h5,
#secondary .entry-content h5 {
    font-size: 25px;
    clear: both;
    color: #1B1A28;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 500;
}

#main .entry-content h6,
#secondary .entry-content h6 {
    font-size: 20px;
    clear: both;
    color: #1B1A28;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 500;
}

#main .entry-content ol,
#secondary .entry-content ol {
    padding: 10px 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}

#main .entry-content ol li,
#secondary .entry-content ol li,
#main .entry-content ol li ol li,
#secondary .entry-content ol li ol li {
    line-height: 3.5rem;
    font-size: 18px;
    color: #000;
    position: relative;
}

#main .entry-content ol li:before,
#secondary .entry-content ol li:before {
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #3f536d;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    background: #fff;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero) " ";
    line-height: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

#main .entry-content ol li::after,
#secondary .entry-content ol li::after{
    content: '\f105';
    font-family: 'FontAwesome';
    transform: scale(1);
    transition: all 0.5s ease 0s;
    position: absolute;
    color: #3f536d;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 2px;
    z-index: 1;
    left: 18px;
    line-height: 4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    top: 1px;
}

details {
    line-height: 2rem;
}

details p {
    margin-left: 30px;
}

.tagcloud a {
    color: #3f536d !important;
    font-weight: 500 !important;
}

#main .entry-content ol li:hover:before,
#secondary .entry-content ol li:hover:before {
    transform: scale(1.4);
}

#main .entry-content ol li ol,
#secondary .entry-content ol li ol {
    margin: 15px 0 0 25px;
}

#main .entry-content ol li ol li:before,
#secondary .entry-content ol li ol li:before {
    /* content: "\f0da"; */
    font-family: 'Fontawesome';
    margin-right: 10px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #3f536d;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 14px;
}

#main .entry-content ul,
#secondary .entry-content ul {
    line-height: 2;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

#main .entry-content ul ul li:before,
#secondary .entry-content ul ul li:before,
#main .entry-content ul ul li {
    color: #606060;
}

#main .entry-content ul ul li {
    margin: 0px 0px 0px 20px;
}

#main .entry-content ul li {
    margin: 10px 0px;
    position: relative;
}

#main .entry-content ul li:before,
#secondary .entry-content ul li:before {
    content: ' ';
    font-family: 'FontAwesome';
    margin-right: 20px;
    transition: all 0.5s ease 0s;
    padding: 6px;
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    background: #3f536d;
    line-height: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
   
}
#main .entry-content ul li::after,
#secondary .entry-content ul li::after {
    content: '\f3ab';
    font-family: 'FontAwesome';
    margin-right: 20px;
    transition: all 0.5s ease 0s;
    padding: 12px 10px;
    font-size: 15px;
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    color: #DA0001;
    line-height: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
    left: -5px;
    position: absolute;
    top: 0;
}

blockquote .wp-block-quote,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 3em 1em !important;
    background-color: #313A47 !important;
    width: 60%;
    margin-top: 50px;
}
blockquote em{
    background: #222934;
    padding: 10px 10px 10px 45px;
    right: 30px;
    bottom: -20px;
    position: absolute;
}
.wp-block-quote h1,
.wp-block-quote h2,
.wp-block-quote h3,
.wp-block-quote h4,
.wp-block-quote h5,
.wp-block-quote h6 {
    text-align: center;
    font-size: 25px !important;
    font-weight: bold !important;
    margin: 0px 0px 20px;
}

blockquote .wp-block-quote p,
.wp-block-pullquote p,
.wp-block-quote p {
    color: #FFFFFF!important;
    font-size: 17px !important;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0 !important;
}
/* blockquote:first-child p, .wp-block-pullquote p:first-child {
    text-align: left;
    font-size: 30px;
    color: #fff; 
} */


/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background: url(assets/images/NoPath\ -\ Copy\ \(3\).png);
}

.page-title {
    font-size: 30px;
    color: #3f536d;
    font-weight: bold;
    margin-bottom: 10px;
}

#page-site-header .innerheader-overly1 {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(167deg, #3f536d7a, #00000069);
}

#page-site-header .page-site-headerimg {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-size: cover;
    display: grid;
    align-items: center;
}

#page-site-header .page-title {
    color: #fff;
    font-size: 30px;
    margin: 0 0 7px -96px;
    font-weight: 300;
    text-align: left;
}

#page-site-header .page-header {
    position: absolute;
    /* bottom: 26%; */
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    margin-top: 3rem;
}

#page-site-header .header-title {
    position: relative;
}

#page-site-header .header-title .headerdotsbox {
    width: 36px;
    height: 55px;
    position: absolute;
    left: 110px;
    bottom: 0px;
}

#page-site-header .header-title .headerdotsbox div {
    background: #a1a1a1;
    margin: 0 5px 5px 0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    float: left;

}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

#page-site-header .breadcrumbbox {
    padding: 0px 0 0.5em 0%;
    text-align: left;
    /* margin-bottom: 8%; */
}

#page-site-header .breadcrumbbox .button {
    display: inline-block;
    /* / background-color: #fff; / */
    padding: 20px 22px;
    border-radius: 50px;
    text-decoration: none;
}

/* #page-site-header .breadcrumbbox .button .root, */
#page-site-header .breadcrumbbox .button .root span::after{
    contain: '\f101';
    position: absolute;
    right: 8px;
    top: 10px;
    bottom: 0;
    font-size: 18px;
    content: '\f101';
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

#page-site-header .breadcrumbbox span {
    /* background-color: #000; */
    padding: 7px 35px;
    font-size: 20px;
    font-weight: 500;
    transform: skewX(30deg);
    display: inline-block;
    color: #fff;
    position: relative;
}

#page-site-header .breadcrumbbox span.treeEnd {
    color: #fff;
    margin: 0 3px;
    font-size: 19px;
    font-weight: 500;
    transform: skewX(30deg);
    display: inline-block;
}

#page-site-header .breadcrumbbox span.bread-arrow {
    font-size: 60px;
    line-height: 13px;
    position: relative;
    top: 5px;
    padding: 0px 6px 0px 10px;
    color: #fff;
    background-color: #00000000;
    font-weight: 200;
    transform: skewX(0deg);
}

#page-site-header .breadcrumbbox span.spanarrow {
    font-size: 35px !important;
    padding: 0px 10px !important;
}

#page-site-header .breadcrumbbox a {
    background: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 19px;
    transform: skewX(-30deg);
    display: inline-block;
    border: 2px solid #fff;
    margin-right: 20px;
}

#page-site-header .breadcrumbbox a:hover,
#page-site-header .breadcrumbbox .treeEnd:hover {
    color: #a1a1a1;
    text-decoration: none;
    cursor: pointer;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    background-color: #222;
    padding: 20px 0;
}

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

.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.trail-items li a {
    color: rgba(255, 255, 255, 0.30);
}

.trail-items li a:hover,
.trail-items li a:focus {
    color: #fff;
}

.trail-items .separator {
    color: rgba(255, 255, 255, 0.30);
    padding: 0 2px;
}


/*--------------------------------------------------------------
#  Slick Slider
--------------------------------------------------------------*/
.slick-slide {
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 8%;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1;
    /* content: "\f105"; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 26px;
    color: #c42118;
    z-index: 5;
}

.slick-prev:before {
    content: '\f104' !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.slick-next:before {
    content: '\f105' !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.slick-prev,
.slick-next {
    left: 0;
    z-index: 1;
    width: 84px;
    height: 45px;
    line-height: 62px;
}

.slick-prev {
    left: 0;
    border-left: 3px solid #c42118;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}

.slick-next {
    left: auto;
    right: 0;
    border-right: 3px solid #c42118;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 8% 100%)
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #000;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li {
    margin: 0 6px;
    width: auto;
    height: auto;
}

.slick-dots li button {
    background-color: #ccc;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 12px;
}
.slick-dots li button:focus-visible {
    outline: auto;
}

.slick-dots li button:before {
    display: none;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.slick-dotted.slick-slider {
    margin: 0 !important;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider .slick-dots {
    display: block;
    bottom: 10%;
}

#featured-slider {
    position: relative;
    overflow: hidden;
}

#featured-slider .sliderimg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #3f536d; */
    background: linear-gradient(-40deg, transparent, #000000) ;
    /* opacity: 0.7; */
}

#featured-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

#featured-slider .slide-inner {
    width: 100%;
    height: auto;
    position: relative;
    justify-content: center;
    align-items: center;
}

#featured-slider img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.opbg {
    position: relative;
    width: 100%;
    height: auto;
}

#featured-slider article {
    position: relative;
    background-size: cover;
    background-position: 50%;
}

#featured-slider .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 200px 0;
    border-radius: 50px;
    margin-bottom: 50px;
}

#featured-slider .wrapper {
    width: 100%;
    position: relative;
    top: 35%;
    z-index: 5;
}

#featured-slider .entry-content {
    margin-left: auto;
    margin-right: auto;
}

#featured-slider h2.entry-title {
    font-size: 74px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 500;
    color: #FFFFFF;
    transition: 0.5s;
    line-height: 5.0rem;
    margin-bottom: 20px;
}
/* /////////////////////////// */


#featured-slider  .entry-header {
    font-family: "Cairo";
    color: #FFF;
    align-items: center;
    justify-content: center;
  }
  
  
#featured-slider .entry-header h2 {
    background-image: url(https://i.gifer.com/4GAL.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;;
    margin: 10px 0;
    font-weight: 900;
  }

/* ////////////////////////// */
/* 
#featured-slider .entry-container:hover h2.entry-title {
    text-shadow: 0 3px 1px #FFF;
    color: #e7d196;
    transition: 0.5s;
} */

#featured-slider .entry-container:hover h2.entry-title {
    color: #DA0001;
    text-shadow: 0 3px 1px #fff ;
    transition: 0.8s;
}

#featured-slider .entry-content {
    color: #fff;
}

#featured-slider .entry-content p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

hr {
    border: none;
    height: 2px;
    background-color: #000;
    margin: 10px 0;
}

/*slider  button  */

#featured-slider .sliderbut1 {
    border: 2px solid #FFFFFF;
    position: relative;
    z-index: 1;
    background-color: #000000EF;
    color: #FFFFFF;
    padding: 12px 40px;
    width: fit-content;
    text-align: left;
    transform: skewX(-30deg);
}
#featured-slider .sliderbut1 a{
    transform: skewX(30deg) ;
    display: inline-block;
    font-size: 20px;
}

#featured-slider .sliderbut1:hover {
    background-color: #3F536D;
    color: #FFFFFF;
}

/* //////////////// */

#featured-slider .leftcontentbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* ///////// pagination slider section /////////// */
#featured-slider .slick-dots-container {
    position: absolute;
    bottom: 10%;
    /* Adjust vertical position as needed */
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

#featured-slider .slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 8%;
}

#featured-slider .slick-dots li {
    margin: 0 8px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: transparent;
    border: 7px solid #787676;
    cursor: pointer;
}

#featured-slider .slick-dots li.slick-active {
    border: 7px solid #DA0001;
}

#featured-slider .slick-slide {
    outline: none;
}

/* ///////////////////// */
.icon-disable,
/*.icon-container, */
.image-disable .featured-image,
.position-disable .team-position,
.position-disable .testimonials-position,
.title-disable .entry-header,
.content-disable .entry-content,
.button-disable .read-more,
.category-disable .cat-links,
.date-disable .date,
.blog-posts-wrapper .category-disable .cat-links,
#page-site-header.page-title-disable .page-header,
#page-site-header.header-image-disable {
    display: none;
}

.title-font-weight-regular .entry-title,
.content-font-weight-regular .entry-content,
.button-font-weight-regular .btn {
    font-weight: 400;
}

.title-font-weight-semi-bold .entry-title,
.content-font-weight-semi-bold .entry-content,
.button-font-weight-semi-bold .btn {
    font-weight: 600;
}

.title-font-weight-bold .entry-title,
.content-font-weight-bold .entry-content,
.button-font-weight-bold .btn {
    font-weight: bold;
}

.title-default .entry-title,
.content-default .entry-content,
.button-default .btn {
    text-transform: none;
}

.title-uppercase .entry-title,
.content-uppercase .entry-content,
.button-uppercase .btn {
    text-transform: uppercase;
}

.title-lowercase .entry-title,
.content-lowercase .entry-content,
.button-lowercase .btn {
    text-transform: lowercase;
}

.title-capitalize .entry-title,
.content-capitalize .entry-content,
.button-capitalize .btn {
    text-transform: capitalize;
}

.cloud-top {
    margin-bottom: -5px;
    position: absolute;
    bottom: 100%;
    z-index: 1;
}

.cloud-bottom {
    margin-top: -5px;
    position: absolute;
    top: 100%;
    z-index: 1;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

/*--------------------------------------------------------------
#  Featured Services Section
--------------------------------------------------------------*/
#featured-services {
    position: relative;
    overflow: hidden;
}

#featured-services .gap-12 {
    gap: 3rem;
}

#featured-services .featured-services-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-services .serviceleftimg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#featured-services .title-section,
#secondary .title-section {
    margin-bottom: 2em;
    display: block;
}

/* ////////////////  movving ball on section ////////////////////////// */
/* 
.random-ball-icon {
    position: absolute;
    font-size: 24px;
    color: #f00; 
    animation: randomMove 15s infinite linear, rotateBall 20s linear infinite;
  }
  
  @keyframes randomMove {
    0% {
      top: 10%;
      left: 10%;
    }
    10% {
      top: 20%;
      left: 80%;
    }
    20% {
      top: 70%;
      left: 50%;
    }
    30% {
      top: 90%;
      left: 20%;
    }
    40% {
      top: 30%;
      left: 40%;
    }
    50% {
      top: 80%;
      left: 70%;
    }
    60% {
      top: 20%;
      left: 10%;
    }
    70% {
      top: 50%;
      left: 60%;
    }
    80% {
      top: 10%;
      left: 30%;
    }
    90% {
      top: 60%;
      left: 80%;
    }
    100% {
      top: 10%;
      left: 10%;
    }
  }
  
  @keyframes rotateBall {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } */
  /* //////////// */

#featured-services .title-section h1 {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
#featured-services .title-section h1.is-active{
    animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

#featured-services .entry-title {
    padding: 18px 0;
    margin: 0;
}

#featured-services .entry-title a {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 30px;
}
#featured-services .servicetext{
    padding: 0 20px 20px 20px;
}
#featured-services .servicetext p{
    font-size: 16px;
    line-height: 26px;
    color: #707070;
}
#featured-services .button-content {
    border: 2px solid #FFFFFF;
    position: relative;
    z-index: 1;
    background-color: #000000;
    padding: 12px 40px;
    width: fit-content;
    text-align: left;
    transform: skewX(-30deg);
    margin-top: 20px;
    margin-left: 16px;
}
#featured-services .button-content a{
    transform: skewX(30deg);
    display: inline-block;
    font-size: 20px;
    color: #FFFFFF;
}

/* Shine  */
.featured-service-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
}

.featured-service-item::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.featured-service-item:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*--------------------------------------------------------------
#  Inner Services Page css
--------------------------------------------------------------*/
#main .service-inner-content,
#secondary .service-inner-content {
    position: relative;
    overflow: hidden;
}

#main .service-inner-content.gap-4,
#secondary .service-inner-content.gap-4 {
    gap: 1rem !important;
}

#main .service-inner-content .featured-service-item,
#secondary .service-inner-content .featured-service-item {
    background: #ffffff;
    /* padding: 0px 13px 4px; */
    margin: 0 0px;
    width: 100%;
}

#main .service-inner-content h2 #main .service-inner-content h2 {
    margin: 0 0 16px 0;
}

#main .service-inner-content .entry-title a,
#secondary .service-inner-content .entry-title a {
    color: #3F3F3F;
    text-decoration: none;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
}

#main .service-inner-content p,
#main .service-inner-content p a,
#secondary .service-inner-content p,
#secondary .service-inner-content p a {
    color: #607086;
    margin: 13px 0px;
    font-size: 18px;
    font-weight: 400;
}
#main .service-inner-content .buttoncontent,
#secondary .service-inner-content .buttoncontent{
    border: 2px solid #FFFFFF;
    position: relative;
    z-index: 1;
    background-color: #000000;
    padding: 12px 40px;
    width: fit-content;
    text-align: left;
    transform: skewX(-30deg);
    margin-top: 20px;
    margin-left: 16px;
    transition: all 0.4s ease;
}
#main .service-inner-content .buttoncontent a,
#secondary .service-inner-content .buttoncontent a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    transform: skewX(30deg);
    display: inline-block;
    transition: all 0.4s ease;
}
#main .service-inner-content .buttoncontent:hover,
#secondary .service-inner-content .buttoncontent:hover{
    background-color: #da0001;
    color: #fff;
    transition: all 0.4s ease;
}
#main .service-inner-content .buttoncontent:hover a,
#secondary .service-inner-content .buttoncontent:hover a{
    color: #fff;
}
#main .service-inner-content .content-image,
#secondary .service-inner-content .content-image {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#main .service-inner-content .content-image img,
#secondary .service-inner-content .content-image img {
    height: auto;
    width: 100%;
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
#main .service-inner-content .content-image:hover img,
#secondary .service-inner-content .content-image:hover img {
    transform: scale(1.1);
    transition: transform .5s ease;
}

#main .service-inner-content .entry-container .entry-content,
#secondary .service-inner-content .entry-container .entry-content{
    padding: 0 20px 20px 20px;
}

#main .service-inner-content .entry-container .entry-content h2,
#secondary .service-inner-content .entry-container .entry-content h2{
    font-size: 24px;
    letter-spacing: 0.72px;
    line-height: 29px;
    color: #000000ef;
    font-weight: 600;
    margin: 18px 0;
}
#main .service-inner-content .entry-container .entry-content h2 a,
#secondary .service-inner-content .entry-container .entry-content h2 a{
    font-size: 24px;
    letter-spacing: 0.72px;
    line-height: 29px;
    color: #000000ef;
    font-weight: 600;
}
#main .service-inner-content .entry-container .entry-content a p,
#secondary .service-inner-content .entry-container .entry-content a p{
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 26px;
    color: #707070;
    margin: 0;
}

.services-template-default #comments {
    display: none;
}

/*--------------------------------------------------------------
#  Featured About Section
--------------------------------------------------------------*/
#featured-about {
    position: relative;
    overflow: hidden;
}

#featured-about .featured-about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#Circle-Txt {
    font-size: 17px;
    text-transform: uppercase;
    animation: rounded 14s linear infinite;
    color: #000;
    position: absolute;
}
@keyframes rounded{
    100%{
        transform: rotate(360deg);
    }
}

#featured-about .youtube{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#featured-about .about-image1 img ,#featured-about .about-image2 img {
    position: relative;
    width: 100%;
    z-index: 1;
}
#featured-about .aboutredbox{
    background-color: #DA0001;
    border-radius: 15px;
    padding: 10px 15px 10px 35px;
    margin-bottom: 13px;
}
#featured-about .aboutredbox .d-flex{
    gap: 20px;
}
#featured-about .aboutredbox h2{
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 600;
}
#featured-about .aboutredbox p{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;
}
#featured-about .about-img-box {
    position: relative;
}

#featured-about .title-section {
    position: relative;
    display: block !important;
    margin-bottom: 0;
}

#featured-about .title-section {
    position: relative;
    margin-bottom: 3%;
}
/* /////  tab //// */
#featured-about .nav-tabs{
    border-bottom: none;
}
#featured-about .nav-tabs .nav-item{
    background: #F5F5F5;
    margin-bottom: 10px;
}
#featured-about .nav-tabs .nav-link {
    color: #AFAFAF ;
    font-size: 20px;
    border-radius: 0px;
    padding: 10px 40px;

}
#featured-about .nav-tabs .nav-item.show .nav-link, #featured-about .nav-tabs .nav-link.active {
    color: #DA0001;
    background: #F5F5F5;
    border-top: 3px solid #DA0001;  
}
.nav-tabs .nav-link:focus{
    outline: none;
}
/* ///////////// facility  */
#featured-about  .icontext{
    display: flex;
    text-align: center;
    gap: 18px;
    align-items: center;
    position: relative;
}
#featured-about .d-flex svg{
    position: relative;
    font-size: 35px;
    text-align: center;
}

#featured-about .d-flex .abouticon::after{
    position: absolute;
    content: " ";
    background: #FFE8E8;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    padding: 10px;
    left: 0;
    top: 0;
    opacity: 0.5;
}
#featured-about .d-flex h3{
    font-size: 16px;
    color: #000000EF;
}

/* // button  */

#featured-about .button  {
    border: 2px solid #FFFFFF;
    position: relative;
    z-index: 1;
    background-color: #000000;
    color: #FFFFFF;
    padding: 12px 40px;
    width: fit-content;
    text-align: left;
    transform: skewX(-30deg);
    margin-top: 20px;
    margin-left: 40px;
}
#featured-about .button a {
    transform: skewX(30deg) ;
    display: inline-block;
    font-size: 20px;
}
#featured-about .button:hover {
    background-color: #FEDEDE;
    border: 2px solid #000000;
    color: #000000;
}

/* ///////////////////// */

#featured-about .title-section h1 {
    font-size: 70px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
    color: #000000EF;
    margin: 6px;
}
.bounce2 {
    animation: bounce2 6s ease-in-out infinite;
}
@keyframes bounce2 {
    0% { opacity: 0; transform: translateY(0); }
    5% { opacity: 1; }              
    20% { transform: translateY(0); } 
    30% { transform: translateY(-50px); } 
    40% { transform: translateY(0); }
    50% { transform: translateY(-35px); }
    60% { transform: translateY(0); }
    80% { transform: translateY(-25px); }
    90% { transform: translateY(0); }
    95% { opacity: 1; }           
    100% { opacity: 0; transform: translateY(0); }
}
.animatfirst-text, .animatsecond-text, .animatthird-text {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
}
.animatsecond-text,
.animatthird-text  {
    display: inline;
    overflow: hidden; 
}
.animatsecond-text .span1 {
    display: inline-block;
    animation: slidein 20s infinite;
    white-space: nowrap;
}
@keyframes slidein {
    0% { transform: translateX(100%); }     
    20% { transform: translateX(100%); }       
    35% { transform: translateX(0); }          
    80% { transform: translateX(0); }           
    100% { transform: translateX(-100%); }       
}
.animatthird-text .span2 {
    display: inline-block;
    animation: slideinn 20s infinite;
    white-space: nowrap;
}
@keyframes slideinn {
    0% { transform: translateY(10%); }     
    0% { transform: translateX(100%); }     
    20% { transform: translateX(100%); }       
    35% { transform: translateX(0); }          
    80% { transform: translateX(0); }           
    100% { transform: translateX(-100%); }       
}
/*--------------------------------------------------------------
#  Featured Upcomming  Section
--------------------------------------------------------------*/
#featured-upcoming {
    position: relative;
    overflow: hidden;
}

#featured-upcoming .featured-upcoming-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#featured-upcoming .title-section{
    display: block;
}
#featured-upcoming .title-section h1{
    color: #fff;
    font-size: 48px;
    padding: 20px 0;
    animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
#featured-upcoming .title-section h1.is-active{
    animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
#featured-upcoming .title-section h2{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .1em;
    padding: 10px 0;
}

#featured-upcoming .title-section .upcomingblack {
    background: #000000EF;
    clip-path: polygon(15% 0, 85% 0%, 75% 100%, 25% 100%);
    margin-top: 10px;
    padding: 30px 40px 18%;
}
#featured-upcoming .title-section .upcomingblack h3{
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 17px;
}
#featured-upcoming .title-section .upcomingteamimg{
    display: flex;
    justify-content: center;
    margin-top: -11%;
    position: relative;
    align-items: flex-start;
}
#featured-upcoming .title-section .upcomingteam{
    display: flex;
    justify-content: center;
    gap: 100px;
}
#featured-upcoming .title-section .upcomingteamimg .img1 img {
    position: absolute;
    z-index: 2;
    margin-left: -25%;
    margin-top: -60px;
}
#featured-upcoming .title-section .upcomingteamimg .img2 img {
    position: absolute;
    z-index: 2;
    right: 100px;
    margin-top: -20px;
    margin-right: -60px;
}
#featured-upcoming .title-section .upcomingteam h5{
    color: #DA0001;
    font-size: 16px;
    font-weight: 500;
}
#featured-upcoming .title-section .upcomingteam h4{
    color: #000;
    font-size: 28px;
    font-weight: 500;
}

#featured-upcoming .title-section .leftteamtext{
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    background: #FFFFFF;
    padding: 15px 60px 0px 20%;
    position: relative;
}

#featured-upcoming .title-section .rightteam{
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    background: #FFFFFF;
    padding: 15px 20% 15px 60px;
}
#featured-upcoming .title-section .singlecontry{
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
    background: #DA0001;
    padding: 18px 20px;
    margin: 0 48px;
    position: relative;
}
#featured-upcoming .title-section .singlecontry::after {
    content: " ";
    position: absolute;
    right: -55px; 
    top: 28px;
    z-index: 10;
    background: #ffffff;
    width: 8px;
    height: 8px; 
    border-radius: 50%; 
}

#featured-upcoming .title-section .singlecontry h3{
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
}

/* #featured-upcoming .title-section .rightteam::before{
    content: " ";
    background: #fff;
    padding: 4px;
    border-radius: 50px;
    position: absolute;
    left: -9px;
    bottom: 28px;
    z-index: 10;
} */

#featured-upcoming .button-content {
    border: 2px solid #000000;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 15px 50px;
    width: fit-content;
    text-align: center;
    transform: skewX(-30deg);
    margin-top: 20px;
    display: inline-block;
}
#featured-upcoming .button-content a {
    transform: skewX(30deg);
    display: inline-block;
    font-size: 20px;
    color: #000000;
}
/*--------------------------------------------------------------
#  Featured projects Section
--------------------------------------------------------------*/
#featured-projects {
    position: relative;
    overflow: hidden;
}

#featured-projects .projectrow {
    z-index: 2;
    position: relative;
}

#featured-projects .featured-projects-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-projects .project-overly {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #3F536D 10%, #202A3700 130%);
    opacity: 0.9;
}

/* Shine  */
.featured-project-item {
    position: relative;
    overflow: hidden;
}

.featured-project-item::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.featured-project-item:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* /////////////////// */

#featured-projects .title-section {
    margin-bottom: 4em;
    display: block;
}

#featured-projects .title-section h1 {
    font-size: 35px;
    font-weight: 600;
    color: #3F3F3F;
}

/* //////////// */
#featured-projects .entry-container,
#featured-projects .project-image {
    position: relative;
}

#featured-projects .entry-container .linksvg {
    color: #3F536D;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 13px 13px;
    margin: 3px 3px;
    font-size: 20px;
}

#featured-projects .featured-project-item {
    transition: 0.5s;
    position: relative;
}

#featured-projects .entry-content {
    text-align: left;
    margin: 0 auto;
    padding: 35px 35px;
    height: auto;
    position: absolute;
    bottom: 0;
}

#featured-projects .entry-content p {
    color: #C7B9B9;
    line-height: 23px;
    font-size: 19px;
    margin-bottom: 1em;
    margin-top: 10px;
    font-weight: 300;
}

#featured-projects .entry-title a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 500;
}

#featured-projects .entry-container:hover .entry-title a {
    color: #000000;
}

#featured-projects .entry-content h5 {
    font-size: 15px;
    color: #FFFFFF;
    padding: 12px 0px 5px;
}

#featured-projects .entry-content h2 {
    margin-bottom: 5px;
}

#featured-projects .entry-content .buttontext {
    color: #F3F3F3;
    font-size: 12px;
    text-decoration: underline;
    padding: 0 30px 0 0;
}

#featured-projects .entry-content .buttontext svg {
    transform: rotateZ(45deg);
}

/*--------------------------------------------------------------
#  Inner Page Project 
--------------------------------------------------------------*/

#main .projectmainbox,
#secondary .projectmainbox {
    position: relative;
    overflow: hidden;
}

#main .project-inner-content .project-image,
#secondary .project-inner-content .project-image {
    width: 100%;
}

#main .project-inner-content .project-image,
#secondary .project-inner-content .project-image {
    position: relative;
    overflow: hidden;
    height: auto;
}

#main .project-inner-content img,
#secondary .project-inner-content img {
    width: 100%;
}

#main .project-inner-content .overlay,
#secondary .project-inner-content .overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #3F536D 10%, #202A3700 130%);
    opacity: 0.6;
}

#main .project-inner-content .project-info,
#secondary .project-inner-content .project-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .6s ease;
    padding: 35px;
    border: none !important;
}

#main .project-inner-content .project-info h5,
#secondary .project-inner-content .project-info h5,
#main .project-inner-content .project-info a h1,
#secondary .project-inner-content .project-info a h1 {
    margin: 10px 0;
    font-size: 15px;
}

#main .project-inner-content .link-icon,
#secondary .project-inner-content .link-icon {
    color: #3F536D;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 10px 10px;
    margin: 3px 3px;
    font-size: 20px;
}

.projects-template-default #comments {
    display: none;
}

#main .project-inner-content .buttontext svg,
#secondary .project-inner-content .buttontext svg {
    transform: rotateZ(45deg);
    transition: all 0.3s ease;
}

#main .project-inner-content:hover .project-info a h1,
#secondary .project-inner-content:hover .project-info a h1 {
    color: #a1a1a1;
}

#main .project-inner-content .project-info a h1,
#secondary .project-inner-content .project-info a h1 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    padding: 0 0em 8px 0;
    text-decoration: none !important;
}

#main .project-inner-content h5,
#secondary .project-inner-content h5 {
    font-size: 15px;
    color: #FFFFFF;
    padding: 0px 0px;
    font-weight: 400;
}

#main .project-inner-content .buttontext,
#secondary .project-inner-content .buttontext {
    color: #F3F3F3;
    font-size: 12px;
    text-decoration: underline;
    padding: 0 0px 0 0;
}

/*--------------------------------------------------------------
#  Featured Expert team Section
--------------------------------------------------------------*/
#featured-team {
    position: relative;
    overflow: hidden;
}

#featured-team .featured-team-item {
    position: relative;
}

#featured-team .featured-team-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-team .title-section h1 {
    position: relative;
    font-size: 48px;
    color: #000000;
    padding: 10px 0;
    font-weight: 700;
    animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
#featured-team .title-section h1.is-active{
    animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

#featured-team .contentbox {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 15px;
    align-items: center;
}

#featured-team .contentbox h3 {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    font-weight: 400;
}

#featured-team .entry-content {
    overflow: hidden;
    position: relative;
}

#featured-team .entry-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #161616B8;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

#featured-team .featured-team-item:hover .entry-content:before {
    top: 0;
}

#featured-team .featured-team-item:hover .contentbox h3,
#featured-team .featured-team-item:hover .entry-content a {
    color: #fff;
}

#featured-team .social {
    /* position: absolute;
    top: 2%;
    left: 2%; */
    display: flex;
}

#featured-team .social li {
    width: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #DA0001;
    font-size: 18px;
    transition: all 0.3s ease-out 0s;
    z-index: 1  ;
}

#featured-team .entry-content {
    position: relative;
    background: #F3EEEE;
    padding: 15px 20px ;
}

#featured-team .imagediv {
    position: relative;
    z-index: 1;
}
#featured-team h2.entry-title{
    margin: 0;
}
#featured-team h2.entry-title a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

#featured-team .image-div {
    position: relative;
}

#featured-team .image-div:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

#featured-team .image-div:after {
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

#featured-team .image-div:before,
#featured-team .image-div:after {
    opacity: 1;
}

/*--------------------------------------------------------------
#  Inner team Page
--------------------------------------------------------------*/
#main .team-inner-content,
#secondary .team-inner-content {
    position: relative;
    overflow: hidden;
}

#main .team-inner-content .entry-content,
#secondary .team-inner-content .entry-content {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    padding: 10px 30px;
}

#main .team-inner-content .contentbox,
#secondary .team-inner-content .contentbox {
    position: relative;
    z-index: 5;
}

#main .team-inner-content .content-image img,
#secondary .team-inner-content .content-image img {
    width: 100%;
    height: 335px;
}

#main .team-inner-content h2.entry-title a,
#secondary .team-inner-content h2.entry-title a {
    color: #000000ef;
    text-decoration: none;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 29px;
}

#main .team-inner-content .entry-content h2,
#secondary .team-inner-content .entry-content h2 {
    margin: 20px 0 8px 0;
    font-size: 0;
}

#main .team-inner-content .entry-content h3,
#secondary .team-inner-content .entry-content h3 {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000ef;
    line-height: 19px;
}
#main .team-inner-content .content-image{
    position: relative;
}
#main .team-inner-content .social-links,
#secondary .team-inner-content .social-links {
    position: absolute;
    display: flex;
    bottom: -21px;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000000ef;
    border: 2px solid;
    border-color: #fff;
    transform: skewX(-30deg);
    width: 85%;
    margin: 0 auto;
}

.gap-4 {
    gap: 1rem;
}

#main .team-inner-content .social-links a,
#secondary .team-inner-content .social-links a {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da0001;
    font-size: 18px;
    transition: all 0.3s ease-out 0s;
    transform: skewX(30deg);
}

#main .team-inner-content .social-links a:before,
#secondary .team-inner-content .social-links a:before {
    display: none;
}

/*--------------------------------------------------------------
#  Featured counter Section
--------------------------------------------------------------*/

#featured-counters {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
    background: #000000;
}

#featured-counters .featured-counters-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-counters .counters-block {
    color: #000;
    padding: 5px 0;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

#featured-counters .counters-block .counters-overlay2 {
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#featured-counters .countersbox {
    padding: 15px 0;
    position: relative;
    border-bottom: none;
    border-top: none;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-around;
}

#featured-counters h4.counters-title a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
}
#featured-counters .countersbox h4{
    position: relative;
    width: 125px;
}
#featured-counters .countersbox h4::before {
    content: "";
    height: 40px;
    width: 1px;
    background: #DA0001;
    position: absolute;
    margin-left: -10px;
    transform: rotate(0deg);
    transition: all 0.8s ease; /* Adds smooth transition */
}

#featured-counters .countersbox:hover h4::before {
    content: "";
    height: 1px;
    width: 200px;
    background: #DA0001;
    position: absolute;
    margin-left: -10px;
    bottom: -5px;
    transform: rotate(360deg);
}

#featured-counters .counters-num .count {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 54px;
}
#featured-counters .counters-num .sign {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size:50px;
}

/* #featured-counters .counters-block:hover .counters-num .count{
    color: #fff;
} */

/* #featured-counters .counters-block:hover h4.counters-title a,
#featured-counters .counters-block:hover .counters-details p {
    color: #ffffff;
} */

/*--------------------------------------------------------------
#  Featured Features Section
--------------------------------------------------------------*/

#featured-features {
    position: relative;
    overflow: hidden;
    background-color: #252525;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
}

#featured-features .image-container {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

#featured-features .featured-features-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-features .title-section {
    display: inline-block;
    margin: 0 0 17px;
}

#featured-features p.section-text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0 0 65px;
}

#featured-features .features-block {
    border-radius: 6px;
    padding: 15px 5px;
    text-align: center;
    position: relative;
}

#featured-features .features-block:last-child:after {
    display: none;
}

#featured-features .featuresbox {
    border-radius: 8px;
    position: relative;
}

#featured-features h4.features-title {
    margin: 30px 0 15px;
}

#featured-features h4.features-title a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: color 0.3s ease;
}

#featured-features .featuretextcontainer:hover h4.features-title a {
    color: #FFE8E8;
}

#featured-features .features-details p {
    color: #AFAFAF;
    font-size: 16px;
}

#featured-features .featuredicon svg {
    color: #DA0001;
    padding: 0 20px;
    transition: transform 0.8s ease; 
    position: relative;
}

#featured-features .featuretextcontainer:hover .featuredicon svg {
    transform: scale(1.5) rotateY(720deg); 
    z-index: 999;
}

/*--------------------------------------------------------------
# Features Inner page Section
--------------------------------------------------------------*/

#main .features-inner-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    padding: 2em 1em;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
}

#main .features-inner-content:hover {
    background-color: #c42118;
    border: 1px solid #b81919;
}

#main .features-inner-content:nth-child(3n) {
    background-color: #c42118;
    border: 1px solid #b81919;
}

#main .features-inner-content:nth-child(3n) h4.features-title a,
#main .features-inner-content:nth-child(3n) .features-details p {
    color: #fff;
}

#main .features-inner-content:nth-child(3n) a i {
    color: #f18d88;
}

#main .box-left-brdr {
    width: 3px;
    height: 11em;
    position: absolute;
    left: -14px;
    top: 5em;
    background: #c42118;

}

#main .features-inner-content h4.features-title {
    margin: 20px;
}

#main .features-inner-content h4.features-title a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}

#main .features-inner-content .features-details p {
    font-size: 18px;
    color: #000;
}

#main .features-inner-content a i {
    color: #c42118;
    font-size: 60px;
}

#main .features-inner-content:hover h4.features-title a,
#main .features-inner-content:hover .features-details p {
    color: #fff;
}

#main .features-inner-content:hover a i {
    color: #f18d88;
}


/*--------------------------------------------------------------
#  Featured quates Section
--------------------------------------------------------------*/

#featured-quotes {
    position: relative;
    overflow: hidden;
}

#featured-quotes {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/images/quatessection.jpg');
    background-position: top;
    background-size: cover;
}

#featured-quotes .featured-quotes-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-quotes .quotesquotes-overlay {
    background: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    z-index: 1;
}

#featured-quotes .quotessection {
    position: relative;
    z-index: 2;
}

#featured-quotes .quotessection h1 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
}

#featured-quotes .quotesbutton {
    display: flex;
    justify-content: center;
}

#featured-quotes .button {
    border: 1px solid #3F536D;
    background: #fff;
    width: fit-content;
    padding: 5px;
    margin: 4% 0;
}

#featured-quotes .button svg {
    background: #3f536d59;
    padding: 6px 6px;
    font-size: 20px;
}

#featured-quotes .button:hover {
    text-decoration: none;
}

#featured-quotes .button a {
    color: #3F536D;
    font-size: 18px;
    font-weight: 500;
}

#featured-quotes:hover .button a {
    color: #ffffff;
}

#featured-quotes .quotebutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 3% 0px 0px;
    border: none;
    padding: 4px;
}

#featured-quotes .quotebutton:hover {
    background: #3f536d;
}

#featured-quotes .quotebutton svg {
    background: #00000045;
    padding: 7px 3px;
    color: #3f536d;
}

#featured-quotes .quotebutton:hover svg {
    color: #ffffff;
}

/*--------------------------------------------------------------
#  Featured Faqs Section
--------------------------------------------------------------*/

#featured-faqs {
    position: relative;
    overflow: hidden;
}

#featured-faqs .featured-faqs-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-faqs .titletext h1 {
    color: #262626;
    font-weight: 500;
    line-height: 1.4;
    padding: 2% 0;
    font-size: 47px;
}

/* fAq's */
#featured-faqs .faqsbox summary {
    font-size: 21px;
    padding: 15px 0;
    color: #262626;
}

#featured-faqs .faqsbox .featuretextcontainer:hover summary {
    color: #3F536D;
}

#featured-faqs .faqs-details p {
    font-size: 18px;
}

#featured-faqs .faqs-details {
    transition: 0.6s ease-in-out;
}

#featured-faqs summary::marker {
    color: #fff;
}

#featured-faqs summary::after {
    border-radius: 5px;
    content: "\f062";
    font-family: "FontAwesome";
    color: #000;
    float: left;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transform: rotateZ(40deg);
    transition: all 0.5s ease-in-out;
    font-size: 24px;
    font-weight: bold;
    /* margin: -10px 0px 0 0; */
    padding: 0;
    text-align: center;
    width: 20px;
}

#featured-faqs details[open] summary::after {
    content: "\f062";
    font-family: "FontAwesome";
    transform: rotateZ(135deg);
    transition: all 0.5s ease-in-out;
}

/* button */
#featured-faqs .faqside .button {
    width: fit-content;
    border: 2px solid #3F536D;
    padding: 8px 40px 7px 0px;
    margin: 15px 0;
    position: relative;
    transition: background-color 0.5s ease;
}

#featured-faqs .faqside .button:hover {
    background-color: #3F536D;
}

#featured-faqs .faqside .button a {
    background-color: #3F536D;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 500;
}

#featured-faqs .faqside .button i,
#featured-faqs .faqside .button svg {
    padding: 0px 4px 5px 10px;
    transform: rotateZ(45deg);
    color: #3F536D;
    position: absolute;
    top: 25%;
    right: 3%;
    font-size: 22px;
    transform-origin: 50% 50%;
    transition: transform 0.3s ease, opacity 0.5s ease;
}

/* Button Hover Effect */
#featured-faqs .faqside .button:hover i,
#featured-faqs .faqside .button:hover svg {
    animation: fly 0.5s linear forwards;
    opacity: 0;
}

/*-----------------------
## FAQS inner page
-----------------------------*/

#main .faqnformbox,
#secondary .faqnformbox {
    position: relative;
    overflow: hidden;
}
#main .faqnformbox h1,
#secondary .faqnformbox h1{
    font-size: 48px;
    color: #000000;
    padding: 30px 0;
}
#main .entry-content .faq-heading h4{
    font-size: 40px;
    font-weight: 700;
    line-height: 61px;
    color: #0b2239;
    margin-bottom: 30px;
}

#main .faqs-inner-content .faq-content,
#secondary .faqs-inner-content .faq-content {
    margin-bottom: 25px;
    border-radius: 0px;
    padding: 0 0;
    width: 93%;
}

#main .faqs-inner-content .faq-content button.accordion,
#secondary .faqs-inner-content .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: #E9E9E9;
    box-shadow: none;
    padding: 15px 14px 15px;
    text-decoration: none;
}
.wp-block-pullquote, .wp-block-quote, .wp-block-quote:not(.is-large):not(.is-style-large){
    border-left: 1px solid #000 !important;
}
#main .faqs-inner-content .faq-content button:hover h2.faq-title,
#secondary .faqs-inner-content .faq-content button:hover h2.faq-title {
    text-decoration: none !important;
}

#main .faqs-inner-content .faq-content button.accordion.active,
#secondary .faqs-inner-content .faq-content button.accordion.active,
button.accordion:hover {
    opacity: 1;
    background-color: #FCDBDB;
}

#main .faqs-inner-content h2.faq-title::after,
#secondary .faqs-inner-content h2.faq-title::after {
    content: '\2b   ';
    font-family: 'Fontawesome';
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 50%;
    color: #ffffff;
    transition: 1.0s;
    padding: 2px 8px;
    background: #000000;
}

#main .faqs-inner-content .faq-content button.accordion.active h2.faq-title::after,
#secondary .faqs-inner-content .faq-content button.accordion.active h2.faq-title::after {
    content: "\f068";
    font-family: 'Fontawesome';
    color: #fff;
    transform: rotateZ(180deg);
    position: absolute;
    top: 0;
}

#main .faqs-inner-content .faq-content div.panel,
#secondary .faqs-inner-content .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0 0 0px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

#main .faqs-inner-content .faq-content div.panel p,
#secondary .faqs-inner-content .faq-content div.panel p {
    margin: 0 0 0px;
    color: #0b2239;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.53px;
}

#main .faqs-inner-content .faq-content div.panel.show,
#secondary .faqs-inner-content .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 15px 10px 20px 55px;
    color: #474545;
    margin: 0px;
    font-size: 18px;
    background-color: #FCDBDB;
}

#main .faqs-inner-content h2.faq-title::before,
#secondary .faqs-inner-content h2.faq-title{
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 2px;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero) " ";
    line-height: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

#main .faqs-inner-content h2.faq-title,
#secondary .faqs-inner-content h2.faq-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    text-align: left;
    color: #000000;
    margin: 0 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#main .faqs-inner-content button.accordion.active h2.faq-title,
#secondary .faqs-inner-content button.accordion.active h2.faq-title {
    color: #000000;
}

/* button */
#main .faqside .button,
#secondary .faqside .button {
    width: fit-content;
    border: 2px solid #3F536D;
    padding: 8px 40px 7px 0px;
    margin: 15px 0;
    position: relative;
    text-decoration-thickness: 1px;
    transition: background-color 0.5s ease;
}

#main .faqside .button:hover,
#secondary .faqside .button:hover {
    background-color: #3F536D;
}

/*-----------------------
 ## End FAQS page
 -----------------------------*/

/*--------------------------------------------------------------
#  Featured clients Section
--------------------------------------------------------------*/
#featured-clients {
    position: relative;
    overflow: hidden;
}

#featured-clients .featured-clients-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-clients .section-content {
    position: relative;
    opacity: 0.8;
}

#featured-clients .featured-clients-item:hover img {
    transform: translateY(-15px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#featured-clients .featured-clients-item img {
    transition: all 0.5s ease-in-out;
}

#featured-clients .column-gap-5{
    column-gap: 1rem;
}
/*--------------------------------------------------------------
#  Inner Page Classes Section
--------------------------------------------------------------*/
#main .classes-inner-content {
    position: relative;
    overflow: hidden;
}

#main .classes-inner-content .main .classes-inner-content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#main .classes-inner-content .title-section i {
    font-size: 35px;
    color: #c42118;
    margin: 0;
}

#main .classes-inner-content .title-section {
    display: block;
    margin-bottom: 5em;

}

#main .classes-inner-content .title-section h1 {
    margin: 0;
    font-size: 37px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1px;
    border-left: 2px solid #ba251e;
    color: #000;
    padding: 0 17px;
    border-radius: 0px;
}

#main .classes-inner-content .classes-enroll-btn {
    /* background-color: #c42118; */
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 11px 36px;
    left: 123px;

}

#main .classes-inner-content .classes-enroll-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#main .classes-inner-content .classes-enroll-btn:hover {
    background: #000;
}

#main .classes-inner-content .classes-enroll-btn:hover a {
    color: #fff;
}

#main .classes-inner-content .section-content {
    position: relative;
}

#main .classes-inner-content .content-image {
    height: auto;
    width: 100%;
    border-radius: 0px;
    display: block;
    margin: auto;
    position: relative;
    margin-bottom: 10px;

}

#main .classes-inner-content .content-image .image-container {
    transition: transform .5s ease;
    width: 100%;
    border-radius: 28px;
}

#main .classes-inner-content .classes-slick {
    padding: 0 26px;
}

#main .classes-inner-content .featured-classes-item {
    background: #fff;
    border-radius: 14px;
    padding: 0;
}

#main .classes-inner-content header.entry-header {
    position: absolute;
    bottom: 26px;
    padding: 6px 30px 6px 16px;
    background: #c42118;
    margin-bottom: 0;
    width: auto;
    clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
}

#main .classes-inner-content h2.entry-title {
    margin: 0;
    padding: 0;
}

#main .classes-inner-content h2.entry-title a {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

#main .classes-inner-content .classes-block {
    margin: 0;
    padding: 6px 7px 6px 21px;
    border-radius: 15px;
    border: 1px solid #c42118;
    text-align: center;
}

#main .classes-inner-content .classes-block i {
    font-size: 25px;
    color: #c42118;
    margin: 0 0;
    font-family: 'FontAwasome';
}

#main .classes-inner-content .classes-block h4 {
    color: #000;
    font-size: 19px;
    text-align: left;
    margin-top: 5px;
}

/* Latest Post Sim */
.home div#page-site-header {
    display: none;
}

/* Latest Post Sim */

/*--------------------------------------------------------------
#  Featured Video Section
--------------------------------------------------------------*/
#featured-video {
    position: relative;
    overflow: hidden;
}

#featured-video .featured-video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-video .video-screen {
    border-radius: 44px;
    overflow: hidden;
    position: relative;
    height: 700px;
}

#featured-video .video-screen iframe {
    width: 100%;
    height: 100%;
}

#featured-video .video-content {
    position: relative;
    z-index: 10;
}

#featured-video .box-one-1 {
    width: 300px;
    height: 240px;
    background-color: #c42118;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#featured-video .box-one-2 {
    width: 200px;
    height: 170px;
    background-color: #c42118;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*--------------------------------------------------------------
#  Featured Inquiry Section
--------------------------------------------------------------*/
#featured-inquiry {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e1e1e1;
}

#featured-inquiry .featured-inquiry-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-inquiry .title-section {
    height: 100%;
    background: #9f1918;
    padding: 26px 126px 26px 12em;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    position: relative;
    left: -164px;
    border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}

#featured-inquiry .title-section:after {
    position: absolute;
    z-index: 0;
    content: "";
    right: 7%;
    top: 0px;
    height: 100%;
    width: 33px;
    background: #fff;
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-27deg);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
}

#featured-inquiry .title-section h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    border-left: none;
}

#featured-inquiry .inquiry-content {
    position: relative;
    z-index: 10;
}

#featured-inquiry .right-boxshape {
    width: 50px;
    height: 410px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 14em;
}

#featured-inquiry .right-boxshape1 {
    height: 28%;
    width: 50px;
    background: #e4e4e4;
    padding: 0;
    clip-path: polygon(38% 25%, 100% 6%, 100% 100%, 39% 100%);
    position: relative;
    top: -14px;

}

#featured-inquiry .right-boxshape2 {
    height: 40%;
    width: 50px;
    background: #cbcbcb;
    padding: 0px;
    clip-path: polygon(39% 20%, 100% 6%, 100% 100%, 39% 100%);
    position: relative;
    top: -47px;
}

#featured-inquiry .right-boxshape3 {
    height: 81%;
    width: 50px;
    background: #b6b6b6;
    padding: 0px;
    clip-path: polygon(39% 11%, 100% 6%, 100% 100%, 39% 100%);
    position: relative;
    top: -123px;
}

#featured-inquiry .bttm-brdrshape {
    width: 41%;
    height: 12px;
    border-top: 4px solid #f5f5f5;
    background-color: #f9f9f9;
    position: absolute;
    right: 6em;
    bottom: 7em;
    /* box-shadow: 0 0 0 0 #f9f9f9;*/
}

#featured-inquiry .bttm-brdrshape:after {
    position: absolute;
    z-index: 0;
    content: "";
    right: -16px;
    top: -4px;
    height: 12px;
    width: 31px;
    border-top: 4px solid #f5f5f5;
    background-color: #f9f9f9;
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-64deg);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
}

#featured-inquiry .bttm-brdrshape:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: -13px;
    top: -4px;
    height: 12px;
    width: 31px;
    border-top: 4px solid #f5f5f5;
    background-color: #f9f9f9;
    -webkit-transform: skewX(-67deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(64deg);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
}

#featured-inquiry .inquiry-screen {
    padding: 0 6em;
}

#featured-inquiry input[type="text"],
#featured-inquiry input[type="email"],
#featured-inquiry input[type="url"],
#featured-inquiry input[type="password"],
#featured-inquiry input[type="search"],
#featured-inquiry input[type="number"],
#featured-inquiry input[type="tel"],
#featured-inquiry input[type="range"],
#featured-inquiry input[type="date"],
#featured-inquiry input[type="month"],
#featured-inquiry input[type="week"],
#featured-inquiry input[type="time"],
#featured-inquiry input[type="datetime"],
#featured-inquiry input[type="datetime-local"],
#featured-inquiry input[type="color"],
#featured-inquiry textarea,
#featured-inquiry select {

    color: #c4c4c4;
    border: 1px solid #5d0104;
    border-radius: 14px;
    background: none !important;
    padding: 16px 23px;
    font-size: 20px;
    margin: 17px 0;
    width: 92%;
}

#featured-inquiry textarea {
    width: 97% !important;
    height: 40%;
}

#featured-inquiry input[type="submit"] {
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    padding: 14px 57px;
    letter-spacing: 3px;
    position: relative;
    background-color: #c42118;
    border: 2px solid #c42118;
    border-radius: 10px;
    top: -144px;
    left: 20em;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*-----------------------
## Contact Inner page
-----------------------------*/

#content .contact-inner-content {
    position: relative;
    overflow: hidden;
}

#content .contactheadbg h5{
    font-size: 48px;
    color: #000000ef;
    text-align: center;
    line-height: 58px;
    font-weight: 700;
    padding-bottom: 2rem;
}


#content .contactimgtext .contact-info{
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 24px;
    padding-bottom: 2rem;
}

#content .contactimgtext .contact-info h4{
    font-size: 22px;
    line-height: 27px;
    color: #000000eF;
    font-weight: 600;
}

#content .contactimgtext .contact-info i,
#content .contactimgtext .contact-info svg{
    font-size: 22px;
    color: #da0001;
}

#content .contactimgtext .contact-info a{
    font-size: 18px;
    line-height: 22px;
    color: #000000EF;
    font-weight: 400;
    margin-top: 10px;
}

#content .contactformdiv{
    margin-left: -3rem;
}

#content .contactformdiv input[type="text"], #content .contactformdiv input[type="email"], #content .contactformdiv input[type="url"], #content .contactformdiv input[type="password"], #content .contactformdiv input[type="search"], #content .contactformdiv input[type="number"], #content .contactformdiv input[type="tel"], #content .contactformdiv input[type="range"], #content .contactformdiv input[type="date"], #content .contactformdiv input[type="month"], #content .contactformdiv input[type="week"], #content .contactformdiv input[type="time"], #content .contactformdiv input[type="datetime"], #content .contactformdiv input[type="datetime-local"], #content .contactformdiv input[type="color"], #content .contactformdiv input[type="file"], #content .contactformdiv textarea, #content .contactformdiv input::placeholder, #content .contactformdiv textarea::placeholder{
    border: 1px solid;
    border-color: #e6e4e4;
    color: #c2c0c0;
    margin-bottom: 20px;
    background-color: #f8f9fb;
    font-size: 16px;
    line-height: 19px;
    padding: 12px;
}

#content .contactformdiv button, #content .contactformdiv input[type="button"], #content .contactformdiv input[type="reset"], #content .contactformdiv input[type="submit"]{
    background-color: #000000ef;
    border: 2px solid;
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    padding: 15px 38px;
    /* transform: skewX(-30deg); */
    box-shadow: none;
    font-weight: 500;
}

#content .contactformdiv button:hover, #content .contactformdiv input[type="button"]:hover, #content .contactformdiv input[type="reset"]:hover, #content .contactformdiv input[type="submit"]:hover{
    background-color: #da0001;
    color: #fff;
}

#content .featured-contact-mapbox {
    padding: 4% 0 0;
}

#content .featured-contact-mapbox iframe {
    width: 100%;
}

/*--------------------------------------------------------------
#  Featured Gallery Section
--------------------------------------------------------------*/
#featured-gallery {
    position: relative;
    overflow: hidden;
}

#featured-gallery .featured-gallery-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-gallery .title-section i {
    font-size: 35px;
    color: #c42118;
    margin: 0;
}

#featured-gallery .title-section {
    display: block;
    margin-bottom: 4em;
}

#featured-gallery .title-section h1 {
    margin: 0;
    font-size: 37px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1px;
    border-left: 2px solid #674845;
    color: #000;
    padding: 0 17px;
    border-radius: 0px;
}

#featured-gallery .dotted-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
}

#featured-gallery .dotted-line span {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #a90201;
}

#featured-gallery .gallery-image {
    border-radius: 12px;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
    position: relative;
}

/* .gallery-box .gallery-image::before{
    content: '\2b';
    background: #ffffff3d;
    position: absolute;
    font-family: "FontAwesome";
    padding: 5px 10px;
    font-size: 20px;
    top: 4rem;
    left: 14rem;
    color: #3f536d;
} */

.gallery-box svg {
    background: #fff;
    opacity: 0.3;
    position: absolute;
    padding: 10px 10px;
    font-size: 20px;
    top: 4rem;
    left: 14rem;
    color: #3f536d;
}

#secondary .gallery-box svg {
    left: 9rem;
}

.img-res svg {
    background: #fff;
    opacity: 0.3;
    position: absolute;
    padding: 10px 10px;
    font-size: 20px;
    top: 5rem;
    left: 21rem;
    color: #3f536d;
}

#secondary .img-res svg {
    left: 13rem;
}

#featured-gallery h4 {
    margin: 0 0 8px 0;
}

#featured-gallery h4 a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0 0px;
    text-decoration: none;
}

/*--------------------------------------------------------------
#  Inner page Gallery
--------------------------------------------------------------*/
#content .gallery-inner-content {
    position: relative;
    overflow: hidden;
    margin: 0 0;
}

#main .gallerybox,
#secondary .gallerybox {
    margin: 0 auto;
}

#main .gallerybox .img-responsive,
#secondary .gallerybox .img-responsive {
    height: 551px;
}

#main .gallerybox .img-response,
#secondary .gallerybox .img-response {
    height: 330px;
}

.fancybox-toolbar {
    top: 40px !important;
}

/*--------------------------------------------------------------
#  Featured Testimonials Section
--------------------------------------------------------------*/
#featured-testimonials{
    position: relative;
    overflow: hidden;
}
#featured-testimonials .testimonials-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-testimonials h1{
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    padding: 20px 0;
    animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
#featured-testimonials h1.is-active{
    animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

#featured-testimonials .testimonial-item svg{
  font-size: 6pc;
  padding: 40px 0px 10px 30px;
  opacity: 0.3;
}
#featured-testimonials .image-container{
    position: relative;
    border-radius: 50px;
}
#featured-testimonials .titletext{
    padding: 0 15px;
    display: inline-grid;
    align-content: space-evenly;
}
#featured-testimonials h4 a {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    padding: 0 0 10px 0;
}
#featured-testimonials h5 {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}
#featured-testimonials .imgtitle{
    background: #fff;
    display: flex;
    border-radius: 0 20px 0 0;
    align-items: center;
    width: fit-content;
    padding: 15px 15% 15px 0;
}
#featured-testimonials .testimonials-details p {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 20px 20px 20px 30px;
}
#featured-testimonials .testimonial-item{
    background: #F3F4F6;
}

/*--------------------------------------------------------------
#  Featured testimonials Inner Page
--------------------------------------------------------------*/

#main .testimonials-inner-page,
#secondary .testimonials-inner-page {
    position: relative;
    /* overflow: hidden; */
}

#main .testimonials-inner-content,
#secondary .testimonials-inner-content {
    /* background: transparent linear-gradient(90deg, #0B4F8E 0%, #FFFFFF00 100%) ; */
    background: #ffffff;
    padding: 20px;
    position: relative;
    border: 1px solid #707070;
}
#main .testimonials-inner-content .d-flex{
    gap: 0px;
    align-items: center;
}

#main .testimonials-inner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DA0001;
    clip-path: polygon( 97% 0, 54% 5%, 31% 9%, 25% 11%, 13% 18%, 21% 11%, 7% 32%, 0 45%, 0 0, 25% 0);
    z-index: 1;
}
    
#main .testimonialstextbg::before,
#secondary .testimonialstextbg::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 55px;
    color: #DA0001;
    left: 15px;
    position: absolute;
    top: 10px;
    opacity: 0.2;
}

#main .testimonials-inner-content .content-image img,
#secondary .testimonials-inner-content .content-image img {
    z-index: 2;
    position: relative;
    height: auto;
    border-radius: 50%;
    transition: .6s ease;
    width: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 7px 0px #000;
}

/* #main .testimonials-inner-content:hover .content-image img,
#secondary .testimonials-inner-content:hover .content-image img {
    transition: .8s ease;
    transform: translateY(-22px);
} */

#main .testimonials-inner-content h4,
#secondary .testimonials-inner-content h4 {
    margin: 0;
}

#main .testimonials-inner-content h4.testimonials-title a,
#secondary .testimonials-inner-content h4.testimonials-title a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
    font-weight: bold;
}

#main .testimonials-inner-content h3,
#secondary .testimonials-inner-content h3 {
    font-size: 16px !important;
    margin: 0;
    color: #4B4B4BD6;
}

#main .testimonials-inner-content p,
#secondary .testimonials-inner-content p {
    margin: 0px 0px 15px;
}

#main .testimonials-inner-content p,
#secondary .testimonials-inner-content p {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-weight: 300;
    padding: 3rem 1rem 0 1rem;
    text-align: justify;
}

#main .testimonials-inner-content:hover h4,
#secondary .testimonials-inner-content:hover h4,
#main .testimonials-inner-content:hover h4.testimonials-title a,
#secondary .testimonials-inner-content:hover h4.testimonials-title a {
    color: #a1a1a1;
}

#main .testimonials-inner-content .testimonialstextbg,
#secondary .testimonials-inner-content .testimonialstextbg {
    position: relative;
    text-align: center;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
#featured-contact {
    position: relative;
    overflow: hidden;
}

#featured-contact .featured-contact-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-contact .contactheadbg h5{
    font-size: 48px;
    color: #000000ef;
    text-align: center;
    line-height: 58px;
    font-weight: 700;
    padding-bottom: 2rem;
    animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
#featured-contact .contactheadbg h5.is-active{
    animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@keyframes slide-in-blurred-left {
    0% {
      transform: translateX(-300px) scaleX(2.5) scaleY(0.2);
      transform-origin: 100% 50%;
      filter: blur(40px);
      opacity: 0;
    }
    100% {
      transform: translateX(0) scaleY(1) scaleX(1);
      transform-origin: 50% 50%;
      filter: blur(0);
      opacity: 1;
    }
  }
  /**
   * ----------------------------------------
   * animation slide-out-blurred-right
   * ----------------------------------------
   */
  @keyframes slide-out-blurred-right {
    0% {
      transform: translateX(0) scaleY(1) scaleX(1);
      transform-origin: 50% 50%;
      filter: blur(0);
      opacity: 1;
    }
    100% {
      transform: translateX(300px) scaleX(2) scaleY(0.2);
      transform-origin: 0% 50%;
      filter: blur(40px);
      opacity: 0;
    }
  }
/* .cursor{
    height: 20px;
    width: 20px;
    background-color: #000;
    border-radius: 50%;
    position: fixed;
} */
#featured-contact .contactimgtext{
    background: #da0001;
    padding: 40px 35px 20px 31px;
}
#featured-contact .contactimgtext .contact-info{
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 24px;
    padding-bottom: 2rem;
}

#featured-contact .contactimgtext .contact-info h4{
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
}

#featured-contact .contactimgtext .contact-info i,
#featured-contact .contactimgtext .contact-info svg{
    font-size: 22px;
    color: #fff;
}

#featured-contact .contactimgtext .contact-info a{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}

#featured-contact .contactformdiv{
    background: #000000ef;
    padding: 55.5px;
}

#featured-contact .contactformdiv input[type="text"], #featured-contact .contactformdiv input[type="email"], #featured-contact .contactformdiv input[type="url"], #featured-contact .contactformdiv input[type="password"], #featured-contact .contactformdiv input[type="search"], #featured-contact .contactformdiv input[type="number"], #featured-contact .contactformdiv input[type="tel"], #featured-contact .contactformdiv input[type="range"], #featured-contact .contactformdiv input[type="date"], #featured-contact .contactformdiv input[type="month"], #featured-contact .contactformdiv input[type="week"], #featured-contact .contactformdiv input[type="time"], #featured-contact .contactformdiv input[type="datetime"], #featured-contact .contactformdiv input[type="datetime-local"], #featured-contact .contactformdiv input[type="color"], #featured-contact .contactformdiv input[type="file"], #featured-contact .contactformdiv textarea, #featured-contact .contactformdiv input::placeholder, #featured-contact .contactformdiv textarea::placeholder, #featured-contact .contactformdiv select{
    /* border: 1px solid; */
    border-color: #c2c0c0;
    color: #c2c0c0;
    margin-bottom: 20px;
    /* background-color: #000000ef; */
    font-size: 16px;
    line-height: 19px;
    padding: 12px;
    width: 100%;
}

#featured-contact .contactformdiv button, #featured-contact .contactformdiv input[type="button"], #featured-contact .contactformdiv input[type="reset"], #featured-contact .contactformdiv input[type="submit"]{
    background-color: #da0001;
    border: 2px solid;
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    padding: 15px 38px;
    transform: skewX(-15deg);
    box-shadow: none;
    font-weight: 500;
    margin-left: 20px;
}

#featured-contact .contactformdiv button:hover, #featured-contact .contactformdiv input[type="button"]:hover, #featured-contact .contactformdiv input[type="reset"]:hover, #featured-contact .contactformdiv input[type="submit"]:hover{
    background-color: #da0001;
    color: #fff;
}
#featured-contact .contactformdiv .title-section{
    margin-bottom: 0em;
}
#featured-contact .contactformdiv hr{
    background-color: #DA0001;
    height: 4px;
    margin: 30px 0;
    opacity: 1;
}
#featured-contact .contactformdiv p{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

/*--------------------------------------------------------------
# Latest Posts(blog)
--------------------------------------------------------------*/
#featured-posts {
    position: relative;
    overflow: hidden;
}

#featured-posts .featured-posts-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-posts .title-section {
    margin-bottom: 4em;
    display: block;
}

#featured-posts .entry-title {
    margin: 10px 0px 15px;
}

#featured-posts .title-section p {
    display: block;
    font-size: 18px;
    color: #3F3F3F;
    padding: 10px 0;
    font-weight: 400;
}

#featured-posts .title-section p::before {
    content: "";
    width: 110px;
    height: 2px;
    background: #3F3F3F;
    position: absolute;
    bottom: 0px;
    top: 22px;
    left: 20px;
    opacity: 0.7;
}

#featured-posts .title-section p::after {
    content: "";
    width: 110px;
    height: 2px;
    background: #3F3F3F;
    position: absolute;
    bottom: 0px;
    top: 22px;
    right: 20px;
    opacity: 0.7;
}

#featured-posts .title-section h3 {
    font-size: 48px;
    color: #000000ef;
    font-weight: 700;
    letter-spacing: 1;
    line-height: 58px;
    /* // When the 'is-active' class is not present,  */
    /* // slide the objects out... */
    animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
#featured-posts .title-section h3.is-active{
    /* / ...and here is where animation happens */
      animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@keyframes slide-in-blurred-left {
    0% {
      transform: translateX(-300px) scaleX(2.5) scaleY(0.2);
      transform-origin: 100% 50%;
      filter: blur(40px);
      opacity: 0;
    }
    100% {
      transform: translateX(0) scaleY(1) scaleX(1);
      transform-origin: 50% 50%;
      filter: blur(0);
      opacity: 1;
    }
  }

  /**
   * ----------------------------------------
   * animation slide-out-blurred-right
   * ----------------------------------------
   */
  @keyframes slide-out-blurred-right {
    0% {
      transform: translateX(0) scaleY(1) scaleX(1);
      transform-origin: 50% 50%;
      filter: blur(0);
      opacity: 1;
    }
    100% {
      transform: translateX(300px) scaleX(2) scaleY(0.2);
      transform-origin: 0% 50%;
      filter: blur(40px);
      opacity: 0;
    }
  }
  
#featured-posts .gap-20 {
    gap: 2rem;
}

#featured-posts .feature-postbtn:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 0;
}

#featured-posts .post-date {
    position: relative;
    font-size: 14px;
    color: #535353;
}

#featured-posts .button {
    width: fit-content;
    border: 2px solid #3F536D;
    padding: 7px 40px 7px 0px;
    margin: 0 0 15px 0;
    position: relative;
    transition: #3F536D 0.5s ease;
}

#featured-posts .button a {
    background-color: #3F536D;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
}

#featured-posts .button svg {
    padding: 0px 4px 5px 10px;
    transform: rotateZ(45deg);
    color: #3F536D;
    position: absolute;
    top: 15%;
    right: 5%;
    font-size: 22px;
    transform-origin: 50% 50%;
    transition: transform 0.3s ease, opacity 0.5s ease;
}

#featured-posts .entry-container {
    box-shadow: 0px 7px 36px #0000000F;
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-right: 3px;
}

#featured-posts .entry-meta h4 .author,
#featured-posts .entry-meta h4 .topic {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

#featured-posts .entry-contentbox p {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.69px;
}

#featured-posts .button-content {
    background: #000000ef;
    border: 2px solid;
    border-color: #fff;
    border-radius: 0;
    padding: 13px 31px;
    margin: 5px 0 5px 17px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s ease-in-out;
    transform: skewX(-30deg);
    width: fit-content;
}

#featured-posts .button-content a {
    font-size: 20px;
    letter-spacing: 0.4;
    line-height: 24px;
    font-weight: 600;
    transform: skewX(30deg);
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

#featured-posts .post-item:hover .button-content {
    background-color: #da0001;
}

#featured-posts .post-item:hover .button-content a,
#featured-posts .post-item:hover .button-content svg {
    color: #fff;
}

#featured-posts .post-item:hover .feature-postbtn:after {
    color: #3f536d;
}

#featured-posts article.has-post-thumbnail {
    padding: 0 3px;
}

#featured-posts .featured-image {
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 0;
    /* height: 328px; */
    transition: 0.5s;
}

#featured-posts .post-item {
    background-color: transparent;
    position: relative;
    border: 1px solid;
    border-color: #c2c0c0;
}

#featured-posts .entry-contentbox {
    position: relative;
}

#featured-posts h2.entry-title a {
    color: #000000ef;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    letter-spacing: 0.73px;
}

#featured-posts .entry-content {
    padding: 20px 0 20x 22px;
}

#featured-posts .entry-content p {
    color: #000;
    line-height: 18px;
    margin-bottom: 5px;
    padding-right: 10px;
    font-size: 15px;
    z-index: 1;
    position: relative;
}

#featured-posts .read-more {
    margin: 0 0;
    position: relative;
}

#featured-posts .read-more a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 0 0px;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
}

#featured-posts .read-more a:hover,
#featured-posts .read-more a:focus {
    letter-spacing: 3px;
    color: #a1a1a1;
}

#featured-posts .button-content1 {
    margin: 5px 0 5px 0px;
}

/* Shine  */
#featured-posts .post-item {
    position: relative;
    overflow: hidden;
}

#featured-posts .post-item::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#featured-posts .post-item:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
#featured-posts .entry-contentbox .entry-meta{
    display: flex;
    justify-content: start;
    gap: 2.3rem;
}
#featured-posts .entry-contentbox .entry-meta a{
    font-size: 14px;
    letter-spacing: 0.46px;
    line-height: 14px;
    font-weight: 400;
    color: #000000ef;
}
#featured-posts .entry-contentbox .entry-meta .post-date a::before{
    content: '\f073';
    font-family: FontAwesome;
    font-weight: 600;
    color: #da0001;
    margin-right: 7px;
}
#featured-posts .entry-contentbox .entry-meta .post-comment a::before{
    content: '\f4ad';
    font-family: FontAwesome;
    font-weight: 600;
    color: #da0001;
    margin-right: 7px;
}
/* Single Post Page Colors  */
.single .entry-meta .byline a,
.single .entry-meta .comments-link a,
.single .entry-meta .date a{
    color: #000000 !important;
}
/* Single Post Page Colors  */

/*--------------------------------------------------------------
# Inner Blog Posts
--------------------------------------------------------------*/
#main .bloginn-inner-content,
#secondary .bloginn-inner-content {
    position: relative;
    overflow: hidden;
}

#featured-posts-item {
    position: relative;
    overflow: hidden;
    height: fit-content !important;
}

#primary .blog-posts-wrapper .gap-20{
    gap: 1rem;
}
#secondary .featured-bloginn-item .entry-meta {
    display: flex;
    justify-content: start;
    gap: 2.3rem;
    padding: 0;
}
/* Simran Css Start */
#main .bloginn-inner-content .content-image img,
#secondary .bloginn-inner-content .content-image img,
#featured-posts-item .content-image img {
    background-size: 90% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 0;
    height: 300px;
    transition: 0.5s;
    width: 100%;
}

#main .bloginn-inner-content .entry-contentbox,
#secondary .bloginn-inner-content .content,
#featured-posts-item .content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    /* margin-left: 40px; */
    /* top: -4rem; */
    /* width: 85%; */
}

#main .bloginn-inner-content h2,
#main .bloginn-inner-content h2.entry-title a,
#secondary .bloginn-inner-content h2.entry-title a,
#featured-posts-item h2.entry-title a {
    color: #000000;
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    position: relative;
    line-height: 32px;
}

#main .bloginn-inner-content .entry-title,
#secondary .bloginn-inner-content .entry-title {
    margin: 5px 0px !important;
}

#main .bloginn-inner-content .entry-contentbox p,
#secondary .bloginn-inner-content .entry-contentbox p,
#featured-posts-item .entry-contentbox p {
    font-size: 16px;
    color: #A1A1A1;
    line-height: 1.6;
    margin-bottom: 20px;
}

#main .bloginn-inner-content .content-image,
#secondary .bloginn-inner-content .content-image,
#featured-posts-item .content-image {
    position: relative;
}

#main .bloginn-inner-content .content-image .feature-postbtn:before,
#secondary .bloginn-inner-content .content-image .feature-postbtn:before,
#featured-posts-item .content-image .feature-postbtn:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 0;
}

#main .bloginn-inner-content .content-image .feature-postbtn:after {
    bottom: 2.7rem;
}

#main .column-gap {
    column-gap: 3rem;
}

#main .post-item .entry-meta h4 .author,
#main .bloginn-inner-content .entry-meta h4 .author,
#secondary .post-item .entry-meta h4 .author,
#secondary .bloginn-inner-content .entry-meta h4 .author,
#main .bloginn-inner-content .entry-meta h4 .topic,
#secondary .bloginn-inner-content .entry-meta h4 .topic,
#featured-posts-item .entry-meta h4 .topic {
    color: #A1A1A1 !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
}

#main .bloginn-inner-content .entry-meta,
#secondary .bloginn-inner-content .entry-meta,
#main .bloginn-inner-content .entry-meta,
#secondary .bloginn-inner-content .entry-meta,
#featured-posts-item .entry-meta {
    margin-top: 10px;
    margin-bottom: 10px;
}

#main .bloginn-inner-content .entry-meta h4,
#secondary .bloginn-inner-content .entry-meta h4 #featured-posts-item .entry-meta h4 {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
}

#main .bloginn-inner-content .post-date,
#secondary .bloginn-inner-content .post-date,
#featured-posts-item .post-date {
    font-size: 14px;
    color: #535353;
}

#main .bloginn-inner-content .button-content,
#secondary .bloginn-inner-content .button-content,
#featured-posts-item .button-content {
    background: #000000ef;
    border: 2px solid;
    border-color: #fff;
    border-radius: 0;
    padding: 13px 31px;
    margin: 5px 0 5px 17px;
    text-align: center;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    transition: all 0.5s ease-in-out; 
    transform: skewX(-30deg);
    width: fit-content;
}

#main .column-gap-1,
#secondary .column-gap-1 {
    column-gap: 1rem;
}

#main .column-gap-2,
#secondary .column-gap-2 {
    column-gap: 2rem;
}

#main .bloginn-inner-content .button-content a,
#secondary .bloginn-inner-content .button-content a, #featured-posts-item .button-content a {
    font-size: 20px;
    letter-spacing: 0.4;
    line-height: 24px;
    font-weight: 600;
    transform: skewX(30deg);
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
}

#main .bloginn-inner-content:hover .button-content,
#secondary .bloginn-inner-content:hover .button-content,
#featured-posts-item:hover .button-content {
    background-color: #da0001;
}

#main .bloginn-inner-content .content .post-date a:before,
#secondary .bloginn-inner-content .content .post-date a:before {
    content: '\f073';
    font-family: FontAwesome;
    font-weight: 600;
    color: #da0001;
    margin-right: 7px;
}
#main .bloginn-inner-content .content .post-comment a:before,
#secondary .bloginn-inner-content .content .post-comment a:before{
    content: '\f4ad';
    font-family: FontAwesome;
    font-weight: 600;
    color: #da0001;
    margin-right: 7px;
}

/* Shine  */
.featured-bloginn-item {
    position: relative;
    overflow: hidden;
   border: 1px solid;
   border-color: #c2c0c0;
}

.featured-bloginn-item::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.featured-bloginn-item:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

#main .bloginn-inner-content:hover .feature-postbtn:after,
#secondary .bloginn-inner-content:hover .feature-postbtn:after {
    color: #3f536d !important;
}

/* Simran Css End */

/*--------------------------------------------------------------
#  Featured Inquiry Section
--------------------------------------------------------------*/
#featured-newsletter {
    overflow: hidden;
    position: relative;
}

#featured-newsletter {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/images/newsletterimg.jpg');
    background-position: top;
    background-size: cover;
}

#featured-newsletter .featured-newsletter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#featured-newsletter .newsletter-overlay {
    background-color: #3F536D;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;

}

#featured-newsletter .newsletter-content {
    z-index: 1;
    position: relative;
}

#featured-newsletter .newsletter-content .d-flex {
    justify-content: space-evenly;
    gap: 13px;
}

#featured-newsletter h1 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
    border-left: none;
}

#featured-newsletter input[type="submit"] {
    margin: 0;
}

#featured-newsletter input[type="text"],
#featured-newsletter input[type="email"],
#featured-newsletter input[type="url"],
#featured-newsletter input[type="password"],
#featured-newsletter input[type="search"],
#featured-newsletter input[type="number"],
#featured-newsletter input[type="tel"],
#featured-newsletter input[type="range"],
#featured-newsletter input[type="date"],
#featured-newsletter input[type="month"],
#featured-newsletter input[type="week"],
#featured-newsletter input[type="time"],
#featured-newsletter input[type="datetime"],
#featured-newsletter input[type="datetime-local"],
#featured-newsletter input[type="color"],
#featured-newsletter textarea,
#featured-newsletter select {
    color: #ABABAB;
    border: 1px solid #fff;
    background: #FFFFFF;
    padding: 12px 23px;
    font-size: 19px;
    width: 100%;
    border-radius: 0;
}

#featured-newsletter input::placeholder {
    color: #efa1a1;
}

#featured-newsletter textarea {
    width: 97% !important;
    height: 40%;
}

#featured-newsletter input[type="submit"] {
    color: #3F536D;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
}

#featured-newsletter input[type="submit"]:hover {
    background-color: #3F536D;
    color: #fff;
    text-decoration: none;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}

#featured-newsletter .wpcf7-form-control:after {
    content: "";
    top: 0px;
    left: 0px;
    width: 18px;
    height: 22px;
    background-color: #000;
    transform: rotate(130deg);
    position: absolute;
}

/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#colophon {
    background: linear-gradient(rgba(63, 83, 109, 0.3), rgba(63, 83, 109, 0.3)), url('assets/images/NoPath\ -\ Copy\ \(3\).png');
    background-position: top;
    background-size: cover;
}

#colophon .footer-bgoverlay {
    background-color: #000000ef;
    opacity: 0.9;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#colophon .footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#colophon .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
}

#colophon p {
    font-size: 16px;
    color: #DBD6D6;
    z-index: 3;
    position: relative;
    text-align: left;
    letter-spacing: 0.53px;
    line-height: 26px;
}
#colophon .widget_media_image{
    margin: 0;
}
#colophon .social-links {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease-in-out;
}

#colophon .social-links a:hover {
    background: #3f536d;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 2.24) 0px 1px 6px 1px;
    transition: all 0.6s ease-in-out;
}

#colophon .social-links a {
    font-size: 18px;
    background: #fff;
    color: #3F536D;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Brands" !important;
    padding: 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin: 13px;
}

#colophon .widget-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    /* height: 60px; */
    line-height: 27px;
    padding: 0;
    background: transparent;
}

#colophon .widget-title::before {
    display: none;
}

#colophon .widget_nav_menu ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #DA0001;
    display: inline-flex;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    position: relative;
    margin: 5px 10px 5px 5px;
}

#colophon .widget_nav_menu ul li a {
    color: #DBD6D6;
    font-size: 16px;
    letter-spacing: 0.53px;
    line-height: 36px;
}

#colophon .gap-16 {
    gap: 4rem;
}

#colophon .widget_nav_menu ul li:hover a {
    color: #da0001;
}

#colophon .footer-widgets-area .widget_text ul li:nth-child(1),
#colophon .footer-widgets-area .widget_text ul li:nth-child(3) {
    margin-bottom: 0;
}

#colophon .footer-widgets-area .widget_text ul li svg {
    margin-right: 17px;
    transition: 0.3s;
}

#colophon .footer-widgets-area .widget_text ul li:hover svg {
    color: #000;
    transition: 0.3s;
}

#colophon .site-info p {
    font-size: 15px;
    color: #fff;
    border-top: 1px solid;
    border-top-color: #fff;
}

#colophon .footer-widgets-area {
    position: relative;
    z-index: 3;
}
#colophon .social-profile-icons{
    border: none;
    padding: 15px 15px 15px 0;
}
#colophon .social-profile-icons ul{
    display: flex;
    border: none;
    gap: 14px;
    align-items: center;
}
#colophon .social-profile-icons ul li a{
    color: #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 12px;
    font-size: 18px;
    transition: all ease 0.4s;
}
#colophon .social-profile-icons ul li:hover a{
    transform: scale(1.2);
    background-color: #da0001;
    color: #fff;
    transition: all ease 0.4s;
}
#colophon ul {
    list-style: none;
    padding: 0;
}

#colophon ul a {
    text-decoration: none;
}

#colophon a,
#colophon li,
#colophon .textwidget {
    color: #fff;
}

#colophon li {
    font-size: 16px;
}

#colophon .footerbox:first-child .hentry {
    width: 110%;
}

#colophon .footer-widgets-area .widget ul li {
    margin-bottom: 17px;
}

#colophon .site-info .copy-right {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 3;
}

#colophon .widget_nav_menu .current-menu-item a {
    color: #da0001;
    font-weight: bold;
}

#colophon .widget {
    border: none;
}
.widget input[type="email"]{
    transform: skewX(-30deg);
}
.widget input[type="email"]{
    transform: skewX(-30deg);
}
#text-4 .textwidget input[type="email"]{
    transform: skewX(0deg) !important;
}
.backtotop {
    background-color: #FDAF1B;
    z-index: 300;
    font-size: 25px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.backtotop:hover,
.backtotop:focus {
    background-color: #000;
}

#loader-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
}

.preloader-one #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.preloader-one #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.preloader-one #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader svg,
.preloader-disable #loader-wrapper {
    display: none;

}

#loader svg {
    width: 70px;
    height: 70px;
    fill: #d72924;
}

.preloader-two #loader .loader-two,
.preloader-three #loader .loader-three,
.preloader-four #loader .loader-four,
.preloader-five #loader .loader-five {
    display: block;
}

/* Scroll to top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* display: none; */
    z-index: 1000;
}

.scroll-to-top a {
    background-color: #fff;
    color: #DA0001 !important;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.scroll-to-top a svg {
    font-size: 18px;
}

/* Scroll to top Button */
/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {

    #featured-classes .widget-body>div {
        width: 50%;
        float: left;
        text-align: left;
    }

    #featured-classes .widget-body>div:nth-child(2n+1) {
        clear: left;
    }

    #featured-classes .widget-body>div:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .footer-widgets-area.col-2 .hentry,
    .footer-widgets-area.col-4 .hentry {
        width: 50%;
        float: left;
    }

    .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }

    .footer-widgets-area.col-2 .hentry:nth-child(odd),
    .footer-widgets-area.col-4 .hentry:nth-child(odd) {
        padding-right: 40px;
    }

    .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    #featured-clients .section-content .gap-20 {
        gap: 3rem !important;
    }
}

@media screen and (min-width: 767px) {

    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        margin: 0 -15px;
    }

    .col-2 article,
    .col-3 article,
    .col-4 article,
    .col-5 article,
    .col-6 article {
        padding: 0 19px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }

    .col-2 article:nth-child(2n+1),
    .col-3 article:nth-child(2n+1),
    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: left;
    }

    .col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2),
    .col-4 article:nth-last-child(-n+2),
    .col-5 article:nth-last-child(-n+2),
    .col-6 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        padding-right: 25px;
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding-left: 25px;
    }

    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }

    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }

    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }

    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }
 
}

@media screen and (min-width: 992px) {

    .col-3 article,
    .col-5 article,
    .col-6 article {
        width: 33.33%;
    }

    .col-3 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: none;
    }

    .col-3 article:nth-child(3n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: left;
    }

    .col-3 article:nth-last-child(-n+3),
    .col-5 article:nth-last-child(-n+3),
    .col-6 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .col-4 article {
        width: 25%;
    }

    .col-5 article {
        width: 20%;
    }

    .col-6 article {
        width: 16.66%;
    }

    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: none;
    }

    .col-4 article:nth-child(4n+1),
    .col-5 article:nth-child(5n+1),
    .col-6 article:nth-child(6n+1) {
        clear: left;
    }

    .col-4 article:nth-last-child(-n+4),
    .col-5 article:nth-last-child(-n+5),
    .col-6 article:nth-last-child(-n+6) {
        margin-bottom: 0;
    }

    #top-bar .widget+.widget {
        margin-top: 0;
    }

    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }

    #top-bar.col-2 .widget+.widget {
        float: right;
        text-align: right;
        padding: 0;
    }

    nav.navigation.pagination {
        margin-top: 63px;
    }

    #colophon .social-icons {
        margin-left: -15px;
    }

    .footer-widgets-area.col-4 .hentry {
        width: 25%;
        padding-right: 40px;
    }

    .footer-widgets-area.col-4 .hentry:last-child {
        padding-right: 0;
    }

    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }

    .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
        clear: left;
    }

    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
  
}

/* hema s */
@media screen and (min-device-width: 820px) and (max-device-width: 1024px) {
    #featured-slider .opbg {
        height: 100%;
    }
    .entry-title,
    .section-title,
    #featured-team .entry-content {
        margin: 0;
    }

    #featured-slider .entry-content {
        margin-bottom: 0;
    }

    #colophon .footer-widgets-area .widget_text ul li:nth-child(3) {
        margin-left: 0;
    }

    #featured-slider h2.entry-title {
        font-size: 44px;
    }

    #featured-posts .button svg {
        right: 5%;
    }

    #featured-newsletter h1 {
        font-size: 35px;
        line-height: 1;
    }

    /* inner page testimonials */
    .main-navigation ul.nav-menu>li>a {
        margin: 0 29px 0 0;
    }

    /* faq */
    #main .faqside {
        padding: 0;
    }

    #main .faqs-inner-content .faq-content {
        margin-bottom: 0;
    }

    #main .entry-content h1,
    #main .entry-content h4 {
        margin: 0;
    }

    #main .faqs-inner-content h2.faq-title:before {
        left: 22px;
    }

    #colophon .widget-title {
        line-height: 30px;
    }

    /* team */
    #main .team-inner-content .entry-content {
        margin: 0 9px 0 0;
    }

    /* services */
    .main-navigation ul.nav-menu>li>a {
        margin: 0 8px 0 0;
    }

    #content .leftbox .contactformbox h1 {
        padding: 10px 0 10px 0px;
    }

    #content .leftbox .contactformbox .contacttext {
        padding-top: 50%;
    }

    #content .infoboxinn .contact-text p {
        padding: 15px 0 0 0;
    }

    #content .contactform {
        padding-top: 22%;
    }

    #featured-posts .button {
        padding: 8px 36px 7px 0px;
    }

    #main .bloginn-inner-content .post-date {
        margin-bottom: 0rem;
    }

    #main .bloginn-inner-content .content {
        padding: 10px;
        margin-left: 32px;
    }
    #featured-slider .wrapper{
        top: 30%;
    }

}

/* hema e */

/*---------menu display above 1024 and 1024 screen-------------*/
@media screen and (min-width: 1024px) {
    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }

    .menu-sticky #masthead.nav-shrink {
        box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    }

    .customize-support.menu-sticky #masthead.nav-shrink {
        top: 32px;
    }

    /*---------menu css for home screen-------------*/
    .main-navigation {
        width: auto;
        /* float: right; */
        text-align: center;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .main-navigation.icons-active {
        padding: 0;
    }

    .main-navigation ul.nav-menu>li {
        text-align: center;
    }

    .main-navigation ul.nav-menu>li>a {
        position: relative;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        font-weight: 300;
    }

    .main-navigation ul.nav-menu .current_page_item>a,
    .main-navigation ul.nav-menu .current-menu-item>a,
    .main-navigation ul.nav-menu .current_page_ancestor>a,
    .main-navigation ul.nav-menu .current-menu-ancestor>a {
        color: #FFFFFF;
        font-weight: 600;

    }

    .main-navigation ul.nav-menu>li:hover>a,
    .main-navigation ul.nav-menu>li.focus>a,
    .main-navigation ul ul li a:hover,
    .main-navigation ul ul li a.focus {
        color: #FEDEDE;
        /* font-weight: 600; */
    }

    .main-navigation ul.nav-menu>li {
        text-align: center;
        padding: 13px 0;
        position: relative;
        height: 100%;
        font-weight: 400;
    }

    .main-navigation.icons-active ul.nav-menu>li {
        padding: 15px 25px 8px;
    }

    .main-navigation ul.nav-menu>.menu-item-has-children>a:after {
        content: "\f067";
        padding-left: 10px;
        font-size: 10px;
        position: relative;
        bottom: 1px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .main-navigation ul ul .menu-item-has-children>a:before {
        content: "\f067";
        font-size: 10px;
        position: relative;
        top: 20px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
    }

    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        position: relative;
    }

    .main-navigation ul ul {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        width: 250px;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: auto;
        right: 0;
        display: block !important;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: auto;
        right: 100%;
    }

    .main-navigation ul ul li:hover>a,
    .main-navigation ul ul li.focus>a {
        background-color: #0B4F8E;
        color: #fff;
    }

    .main-navigation ul .sub-menu li:hover>a,
    .main-navigation ul .sub-menu li.focus>a {
        background-color: #FFFFFF;
        color: #000000;
    }

    .main-navigation ul.sub-menu>li:last-child>a {
        border-bottom: none;
    }

    .main-navigation ul ul li {
        border-bottom: 1px solid #00000030;
    }

    .main-navigation ul ul>li:last-child {
        border-bottom: none;
    }

    .main-navigation ul ul ul {
        top: 5px;
    }

    .main-navigation ul ul li a {
        color: #000;
    }

    .main-navigation ul .sub-menu li a {
        color: #FFFFFF;
    }
    .main-navigation ul.nav-menu>li>a>i,
    .main-navigation ul.nav-menu>li>a>i.wpmi-icon:not(.wpmi-label-1).wpmi-position-before {
        display: block;
        margin: 0 auto 10px;
    }

    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #search {
        position: absolute;
        z-index: 30;
        right: 0;
        top: 100%;
        display: none;
    }

    .main-navigation .search-active .icon-search {
        display: none;
    }

    .main-navigation .search-active .icon-close {
        display: inline-block;
    }

    #search:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #111;
        position: absolute;
        top: -9px;
        right: 5px;
    }

    button.dropdown-toggle {
        display: none;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .main-navigation li {
        display: inline-block;
    }

    .main-navigation .left-menu {
        padding-left: 50px;
    }

    .main-navigation li.left-menu+li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main-navigation form.search-form {
        border: 20px solid #111;
    }

    .main-navigation form.search-form input {
        background-color: #fff;
        border-color: #fff;
        color: #111;
    }

    #featured-slider .entry-title {
        font-size: 68px;
        letter-spacing: normal;
        text-transform: uppercase;
        font-weight: 700;
    }

    .overlay-side {
        position: absolute;
        top: 0;
    }

    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 30px;
    }

    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }

    .left-sidebar #primary {
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }

    .no-sidebar #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}

@media screen and (min-width: 1900px) {

    .footer-widgets-area.section-gap {
        padding: 200px 0 100px;
    }
}

@media only screen and (max-width: 768px) {

    /* hema s */
    #featured-slider .wrapper {
        top: 55%;
    }

    #featured-slider .wrapper .d-flex {
        justify-content: center;
        align-items: center;
    }

    #section-header .content-site,
    #featured-faqs .faqside,
    #featured-faqs .titletext h1,
    #colophon p {
        padding: 0;
    }

    #section-header {
        margin-top: 0;
    }

    #colophon .footer-widgets-area .widget_text ul li:nth-child(3) {
        margin-left: 0;
    }

    #featured-slider h2.entry-title {
        font-size: 33px;
    }

    #featured-posts .title-section p::before {
        width: 84px;
        left: -48px;
    }

    #featured-posts .title-section p::after {
        width: 84px;
        right: -48px;
    }

    #featured-team .entry-content {
        position: relative;
    }

    #featured-faqs .titletext h1 {
        font-size: 36px;
    }
    #featured-posts .entry-contentbox p {
        margin-bottom: 10px;
    }
    #featured-posts .button {
        padding: 8px 30px 7px 0px;
    }
    #featured-posts .button svg {
        right: 0;
        padding: 0px 6px 0px 10px;
    }

    #colophon .widget-title {
        height: 45px;
        line-height: 28px;
    }

    #featured-about .title-section .row h3 {
        font-size: 17px;
    }

    #featured-services .title-section p {
        padding-top: 26px;
    }

    #featured-newsletter h1 {
        font-size: 35px;
        line-height: 1;
    }

    /* innear page testimonials */
    #main .testimonials-inner-content h4,
    #main .entry-content h4 {
        margin: 0;
    }

    #main .faqs-inner-content .faq-content button.accordion {
        padding: 0 0 0 5%;
    }

    #main .faqs-inner-content .faq-content {
        margin-bottom: 20px;
    }

    /* faq */
    #main .faqs-inner-content h2.faq-title:before {
        left: 20px;
    }

    #main .bloginn-inner-content .content {
        padding: 10px;
    }

    #main .bloginn-inner-content .entry-contentbox p {
        margin-bottom: 0;
    }

    #main .bloginn-inner-content .content {
        margin-left: 20px;
    }

    #main .bloginn-inner-content .post-date {
        left: -2.7rem;
        bottom: 20rem;
    }

    #content .leftbox .contactformbox .contacttext {
        padding-top: 62%;
    }

    #content .contactform {
        padding-top: 45%
    }

    #content .leftbox .contactformbox .contacttext p {
        padding: 7px 0 0px 0;
    }

    #content .infoboxinn .contact-text p {
        padding: 15px 0 0 0;
    }

    #content .infoboxinn::before {
        margin: 10px 0 0px -6%;
    }

    #main .entry-content h2 {
        line-height: 1;
    }

    /* hema e */
    /* Nd */
    #masthead.site-header .main-navigation ul.nav-menu {
        width: auto;
        margin-right: 0;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
    }

    .header-main {
        height: auto;
        background: #c42118;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 6px 6px 15px;
    }

    .content-site {
        border-radius: 10px;
    }

    #featured-slider .entry-container {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .overlay-side {
        display: none;
    }

    .site-branding {
        /* padding-right: 50px; */
        min-height: 62px;
        display: flex;
        align-items: center;
    }

    #featured-slider .entry-title {
        margin-bottom: 0;
        font-size: 32px;
        color: #fff;
        text-transform: uppercase;
    }

    #featured-slider .entry-content {
        color: #fff;
        margin: 0 8px 0;
        display: block;
    }
    #featured-features,#featured-counters{
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    #content .contactformdiv{
        margin-left: 0;
    }
}

@media only screen and (max-width: 431px) {

    /* Nd */
    #content .searchbar {
        padding: 0 30px;
    }

    #featured-about .aboutimgtext .aboutimgbg {
        display: none;
    }

    #featured-posts .title-section {
        padding: 0;
    }

    #colophon .searchbar h4 {
        border-radius: 10px;
    }

    #main .testimonials-inner-content .content-image {
        top: 0px;
        position: relative;
        left: 0px
    }

    #main .testimonials-inner-content .content-image {
        top: 0px;
        position: relative;
        left: 0px;
    }

    #main .testimonials-inner-content:hover h4.testimonials-title a::after {
        transition: .8s ease;
        animation: rotateY 1s linear infinite;
        margin-top: -10px;
    }


    #main .testimonials-inner-content .testimonials-details p::after,
    #main .testimonials-inner-content .testimonials-details::before {
        display: none;
    }

    #main .testimonials-inner-content .content-image img {
        width: 100%;
        margin-left: 0;
    }

    #main .project-inner-content .project-image {
        width: 100%;
    }

    #main .gallerybox .gallery-inner-content:nth-child(5) {
        top: 0;
    }

    #main .faqcontactimg {
        padding-bottom: 3em;
    }

    #main .bloginn-inner-content .content-image img,
    #secondary .bloginn-inner-content .content-image img {
        margin-top: 0px;
    }

    #content .leftbox {
        padding: 20px 15px 10px 15px;
    }

    #content .infoboxinn {
        width: 95%;
    }

    #content .contactform {
        margin: 0;
        padding: 30px 20px;
    }

    #featured-slider h2.entry-title {
        font-size: 25px;
    }

    #featured-slider .entry-container {
        padding: 0 10px;
    }

    /*//////////////////////// Nd ///////////////////////////*/

    #featured-posts .read-more a {
        justify-content: center;
    }
    .content-site p {
        font-size: 11px !important;
    }

    .content-site .social-links i {
        font-size: 17px;
    }

    #featured-posts .entry-content p {
        padding-right: 0em;
    }

    #featured-slider .entry-content {
        color: #fff;
        margin: 0 0px 0;
        display: block;
    }

    .site-logo img {
        width: auto;
    }

    .site-branding {
        padding-right: 0px !important;
    }

    .header-nav {
        display: block;
        float: none;
    }

    .contact-header {
        margin-right: 100px;
        width: auto;
        margin-left: 0;
        height: 100%;
    }

    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 12.6rem;
    }
}

@media only screen and (max-width: 1023px) {

    /* ND */
    #featured-projects .entry-content3 p.text-section {
        padding: 0;
    }

    /* ND */
    #top-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .site-branding {
        min-height: 62px;
        display: flex;
        align-items: center;
    }

    .site-title {
        font-size: 26px;
    }

    .main-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .main-navigation ul ul ul {
        margin-top: 0;
    }

    .main-navigation ul.nav-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
        width: 100%;
    }

    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }

    .main-navigation ul ul li a {
        padding-left: 35px;
        color: #fff;
    }

    .main-navigation ul ul ul li a {
        padding-left: 60px;
    }

    .main-navigation ul ul ul ul li a {
        padding-left: 80px;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }

    .main-navigation .menu-item-has-children>a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width: 1px;
        height: 25px;
    }

    .main-navigation .menu-item-has-children>a:after {
        padding-top: 3px;
    }

    .main-navigation ul.sub-menu li a {
        border-left: none;
    }

    .main-navigation ul.nav-menu {
        margin-right: 0;
        /* margin-top: 25px; */
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .main-navigation {
        position: static;
    }

    .main-navigation a {
        color: #555555;
        padding: 12px 15px;
    }

    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 500px;
        top: 100%;
        left: auto;
        right: 0;
        width: auto;
        z-index: 10;
    }

    .main-navigation .search-menu a {
        display: none;
    }

    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }

    .main-navigation form.search-form button.search-submit {
        height: 59px;
    }

    .main-navigation form.search-form input {
        padding-left: 25px;
    }

    .body-overlay #content,
    .body-overlay #colophon,
    .body-overlay .backtotop {
        filter: blur(25px);
    }
}

@media screen and (max-width: 992px) {

    .comments-title,
    #reply-title {
        font-size: 28px;
    }

    .menu-toggle {
        width: 45px;
        height: 45px;
        top: -4pc;
        right: -13pc;
    }

    .menu-toggle span {
        width: 29px;
    }
    #featured-features .gap-20 {
        gap: 1rem;
    }
 
    #featured-about .title-section h1{
        font-size: 40px;
    }

    #featured-about .nav-tabs .nav-link{
        font-size: 15px;
        padding: 10px 15px;
    }
    #featured-about .aboutredbox{
        padding: 28px 5px 28px 10px;
        margin: 10px 20%;
    }
    #featured-about .aboutredbox h2{
        font-size: 50px;
    }
    #featured-about .aboutredbox p{
        font-size: 19px;
    }
    #featured-services .button-content{
        padding: 8px 28px;
    }
    #featured-services .servicetext{
        padding: 0 10px 20px 10px;
    }
    #featured-services .entry-title a{
        font-size: 18px;
    }
    #featured-team .entry-content{
        padding: 6px 10px;
    }
    #featured-counters .counters-num .sign, #featured-counters .counters-num .count{
        font-size: 18px;
    }
    #featured-counters h4.counters-title a{
        font-size: 17px;
    }
    #featured-testimonials .testimonial-item svg{
        padding: 15px 0px 0px 20px;;
    }
    #featured-testimonials .testimonials-details p{
        font-size: 12px;
    }
    #featured-testimonials .imgtitle{
        padding: 6px 0% 0px 0;
    }
    #featured-testimonials .testimonials-details p{
        padding: 18px;
    }
    #featured-testimonials .testimonial-item svg{
        font-size:4pc;
    }
    .navborder .header-nav{
        display: block;
    }
    .bottomheader .header-nav .callnumber{
        display: none;
    }
    #page-site-header .page-header{
        margin-top: 0;
    }
    .navborder,.navborder .header-nav{
         transform: skewX(0deg);
    }
    #featured-upcoming .title-section .upcomingteam{
        gap: 20px;
    }
    #featured-upcoming .title-section .upcomingteamimg .img1 img{
        margin-left: -35%;
    }
    #featured-upcoming .title-section .upcomingteamimg .img2 img{
        margin-right: -118px;
    }
}

@media screen and (max-width: 767px) {

    #masthead.site-header .main-navigation ul.nav-menu {
        width: auto !important;
        margin-right: 0;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
    }

    #page-site-header .page-title {
        font-size: 32px;
    }

    #featured-classes .featured-classes-item,
    .blog-posts-wrapper .post-item {
        text-align: center;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        width: 100%;
        margin: 15px 0;
    }

    .post-navigation span.previous-article b,
    .post-navigations span.previous-article b,
    .post-navigation span.next-article b,
    .post-navigations span.next-article b {
        font-size: 18px;
    }

    #respond {
        margin-top: 40px;
    }

    .comment-meta img {
        margin-right: 15px;
    }

    .comments-title,
    #reply-title {
        margin-bottom: 0;
    }

    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }

    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }

    .comments-title,
    #reply-title {
        font-size: 26px;
    }

    #comments {
        margin-top: 40px;
    }

    .tags-links {
        margin-bottom: 25px;
    }

    .backtotop {
        display: none;
    }
    blockquote .wp-block-quote, .wp-block-pullquote, .wp-block-quote, .wp-block-quote:not(.is-large):not(.is-style-large){
        width: 100%;
    }
    #featured-about .youtube{
        display: none;
    }
    #featured-upcoming .title-section .upcomingteam h4{
        font-size: 20px;
    }
    #featured-upcoming .title-section .leftteamtext{
        padding: 15px 40px 0 15%;
    }
    #featured-upcoming .title-section .rightteam{
        padding: 15px 13% 15px 40px;
    }
    #featured-upcoming .title-section h1,#featured-team .title-section h1,#featured-testimonials h1,#featured-posts .title-section h3{
        font-size: 30px;
    }
    #featured-upcoming .title-section h2{
        font-size: 18px;
    }
    #featured-contact .contactformdiv{
        padding: 30.5px;
    }
    #featured-counters .countersbox h4{
        width: auto;
    }
    #featured-counters .countersbox{
        justify-content: space-evenly;
    }
    #main .testimonials-inner-content .d-flex{
        gap: 10px;
    }
}

@media screen and (max-width: 567px) {

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        top: 0;
    }

    .pagination .prev.page-numbers:before,
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }

    .trail-items li {
        font-size: 12px;
    }

    #breadcrumb-list {
        padding: 10px 0;
    }

    blockquote.alignright {
        margin-left: 0;
    }

    .comment-meta img {
        margin: 0 0 25px;
        float: none;
    }

    .comment-meta .url,
    .comment-meta .fn {
        display: block;
    }

    .comment-content {
        padding-left: 0;
    }

    #comments ol.children {
        margin-left: 50px;
    }

    .reply {
        padding-left: 0;
    }

    .footer-widgets-area .hentry:last-child,
    .footer-widgets-area.col-3 .hentry:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
    .menu-toggle{
        top: -2pc;
    }
    #featured-posts .entry-contentbox .entry-meta {
        justify-content: center;
        gap: 0.3rem;
    }
    #featured-counters {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .widget .menu-services-container li, .widget .menu-our-services-container li{
        padding: 8px 8px 8px 10px !important;
    }
}

/* mobile view */
/* hema s */
@media screen and (min-device-width: 300px) and (max-device-width: 550px) {
    .searchform div input, #primary .wp-block-search__input{
        margin: 0 0 0 1em;
    }
    .widget .menu-services-container li, .widget .menu-our-services-container li{
        padding: 8px 8px 8px 10px !important;
    }
    .widget-title::before{
        width: 87%;
    }
    #featured-slider .opbg,#featured-slider img {
        height: 75vh;
    }

    #featured-slider h2.entry-title {
        line-height: 1.2;
        /* font-size: 17px; */
    }

    #featured-about .title-section,
    #featured-slider h2.entry-title {
        padding: 0;
    }

    #featured-slider .wrapper {
        height: 17%;
    }

    #featured-slider .sliderbut1 {
        padding: 5px 10px;
        font-size: 15px;
    }

    #featured-slider .slick-dots {
        bottom: 5%;
    }

    #masthead .sidepadding {
        --bs-gutter-x: 0;
    }

    #featured-services .title-section h1 {
        font-size: 29px;
    }

    #featured-about .title-section h1,
    #featured-faqs .titletext h1 {
        font-size: 18px;
    }

    #featured-posts .entry-container {
        margin-left: 10px;
    }

    #featured-posts .post-date {
        left: -0.7rem;
    }

    #featured-newsletter h1 {
        font-size: 20px;
        line-height: 1;
    }

    #featured-newsletter input[type="submit"] {
        padding: 15px;
        letter-spacing: -1px;
    }

    #featured-newsletter .newsletter-content .d-flex {
        display: block !important;
    }

    #featured-newsletter input[type="email"] {
        padding: 15px;
        margin: 15px 0px;
    }

    /* inner page */

    /* faq */
    #main .image-container .image2 img,
    #main .image-container .image2::after {
        display: none;
    }

    #masthead .bottomheader .row {
        --bs-gutter-x: 0;
    }

    #main .bloginn-inner-content .post-date {
        margin-bottom: -9rem;
    }

    #content .leftbox .contactformbox h1 {
        padding: 10px 0% 10px 0px;
        font-size: 32px;
    }

    #content .leftbox .contactformbox .contacttext {
        padding-top: 57%;
    }

    #content .infoboxinn::before {
        margin: 10px 0 0px -11%;
    }

    #content .infoboxinn .contact-text p {
        padding: 15px 0 0 0;
    }

    #content .rightbox-form .conct-header h1 {
        margin: 0;
    }

    #content .contactform {
        padding: 30px 0;
    }

    #featured-services .title-section {
        margin-bottom: 1em;
    }

    #featured-upcoming .title-section .upcomingteamimg .img1 img ,#featured-upcoming .title-section .upcomingteamimg .img2 img ,#featured-faqs .image-container .image2::after,#featured-faqs .image-container .borderimg2::after {
        display: none;
    }
    #featured-posts .message-box {
        top: 25px;
    }

    #featured-posts .button a {
        padding: 10px 20px;
    }

    #featured-posts .button {
        padding: 8px 32px 7px 0px;
    }

    #featured-posts .button svg {
        right: 5px;
    }

    #main .entry-content h2 {
        line-height: 1;
    }

    #content .innershortcode input[type="submit"] {
        margin-top: 20px;
    }
    .menu-toggle {
        width: 45px;
        height: 45px;
        top: -4pc !important;
        right: 18px;
        z-index: 2;
    }
    .menu-toggle span {
        width: 29px;
    }
    #featured-upcoming .title-section .upcomingblack h3{
        font-size: 10px;
    }

}


@media screen and (min-device-width: 600px) and (max-device-width: 1022px) and (orientation:landscape) {
    #featured-about .title-section .row h3 {
        font-size: 17px;
    }

    #featured-posts .button {
        padding: 8px 39px 7px 0px;
        margin: 0;
    }

    /* inner page testimonials */
    .main-navigation ul.nav-menu>li>a {
        margin: 0 13px 0 0;
    }

    #section-header .social-links a {
        margin: 10px 4px;
    }

    #main .bloginn-inner-content .content {
        padding: 8px;
        margin-left: 30px;
    }

    #main .bloginn-inner-content .post-date {
        left: -2.3rem;
    }

    .main-navigation ul.nav-menu .current_page_item>a,
    .main-navigation ul.nav-menu .current-menu-item>a,
    .main-navigation ul.nav-menu .current_page_ancestor>a,
    .main-navigation ul.nav-menu .current-menu-ancestor>a {
        padding: 5px 15px;
    }
}

/* hema e */

/* Simran */
@media (min-width:300px) and (max-width:700px) {

    .site-branding{
        padding: 5px;
    }
    .bottomheader .navbox {
        margin: 0;
    }
    .main-navigation ul.nav-menu,
    .main-navigation ul ul {
        text-align: center;
    }
    .scroll-to-top {
        right: 18px;
    }
    #featured-slider h2.entry-title {
        font-size: 18px;
    }
    #featured-slider .sliderbut1 {
        padding: 5px;
        font-size: 13px;
    }
    #featured-services .gap-16 {
        gap: 2rem;
    }
    #featured-about {
        padding-bottom: 0em !important;
    }

    #featured-faqs .image-container .image2 img {
        display: block;
        position: relative;
        right: -7rem;
        top: -5rem;
    }
    #featured-faqs .image-container .image1 img,
    #featured-faqs .image-container .image2 img {
        border: none;
    }
    #featured-faqs .image-container .image1::after {
        display: none;
    }
    #featured-faqs summary::after {
        margin: -1px 10px 0px 0px;
    }
    #featured-posts .post-date {
        letter-spacing: 1.4px;
        left: -2.5rem;
    }
    #featured-posts .px-5 {
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important;
    }
    #featured-posts .gap-20 {
        gap: 0;
    }
    #featured-newsletter .newsletter-content .formbox {
        flex-direction: column;
    }
    #featured-newsletter .newsletter-content {
        padding: 0px 15px;
    }
    #featured-clients .gap-20 {
        gap: 2rem;
    }

    #colophon .gap-16 {
        gap: 3rem;
    }

    #colophon .logo {
        margin-bottom: 15px;
    }

    /* Inner Page */
    #page-site-header .page-header {
        top: 0rem;
        margin-top: 0;
    }

    #page-site-header .breadcrumbbox .button {
        padding: 0;
    }
    
    #main .service-inner-content .entry-title a {
        line-height: 1.3;
    }

    #page-site-header .breadcrumbbox span {
        padding: 5px 30px;
        width: fit-content;
    }

    #page-site-header .page-site-headerimg {
        height: 350px !important;
    }

    .single-project-sidebar,
    .single-service-sidebar,
    #secondary .page-sidebar {
        margin-top: 5rem;
    }

    .section-gap {
        padding: 3em 0;
    }

    #main .testimonials-inner-content .content-image img,
    #secondary .testimonials-inner-content .content-image img {
        height: 190px !important;
    }

    #main .team-inner-content .content-image img,
    #secondary .team-inner-content .content-image img {
        height: 400px !important;
    }

    #main .team-inner-content .entry-content,
    #secondary .team-inner-content .entry-content {
        padding: 0px 30px 10px;
    }

    #main .team-inner-content .entry-content h2,
    #secondary .team-inner-content .entry-content h2 {
        line-height: 20px;
    }

    #main .gallerybox .img-responsive,
    #secondary .gallerybox .img-responsive {
        height: 350px !important;
    }

    .gallery-box svg,
    .img-res svg {
        left: 10rem;
    }

    #main .image-container .image2 img,
    #secondary .image-container .image2 img {
        display: block;
        position: relative;
        right: -7rem;
        margin-top: -4rem;
        margin-bottom: 20px;
    }

    #main .faqcontactimg,
    #secondary .faqcontactimg {
        padding-bottom: 0;
    }

    #content .contactinnettop {
        top: -45px;
    }
    #featured-services .gap-12 {
        gap: 1rem;
    }

    #featured-services .entry-title {
        padding: 10px 0 0;
    }

    .breadcrumbbox span {
        line-height: 25px;
    }

    .breadcrumbbox span.treeEnd,
    .breadcrumbbox span.post-cat {
        padding: 5px 20px 4px;
    }

    .breadcrumbbox span.root {
        padding: 5px 12px 5px;
    }

    #page-site-header .wrapper {
        padding: 0px;
    }

    #main .image-container .image1 img,
    #secondary .image-container .image1 img,
    #main .image-container .image2 img,
    #secondary .image-container .image2 img {
        border: none;
        padding-right: 0;
    }

    #main .image-container .image1::after,
    #secondary .image-container .image1::after,
    #main .image-container .image2::after,
    #secondary .image-container .image2::after,
    #main .image-container .borderimg2::after,
    #secondary .image-container .borderimg2::after{
        display: none;
    }

    #main .image-container .image1 img,
    #secondary .image-container .image1 img {
        height: 400px !important;
    }

    #main .image-container .image2 img,
    #secondary .image-container .image2 img {
        height: 300px !important;
    }

    #secondary .bloginn-inner-content .post-date {
        bottom: 14rem;
    }
    #content .contactform .innershortcode {
        padding: 30px;
    }
    .socialMedia {
        float: left;
    }
    /* Header */
    #section-header {
        height: auto !important;
    }
    .site-description,
    #section-header .content-site .addicon a{
        font-size: 15px !important;
        padding: 5px;
    }

    #section-header .content-site .mailsvg{
        margin: 0px 8px 0px 0px;
    }

    .searchform div input{
        width: 60%;
    }
    .searchform div #searchsubmit, #primary .wp-block-search__button{
        padding: 8px 16px;
    }

    #section-header .social-links a {
        margin: 0;
    }
    /* Header */
    /* header social icon and email */
    .addicon .hedrtext {
        position: relative;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }
    
    .addicon .hedrtext .contact-text {
        opacity: 1; /* Make it visible by default */
        display: inline-block; /* Visible initially */
        transition: all 0.5s ease-in-out;
    }
    
    .addicon .hedrtext.active .contact-text {
        display: inline-block;
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }
    
    .addicon .hedrtext:not(.active) .contact-text {
        display: none;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    
    /* ============== */

    #section-header .menu-container ul.menu li.menu-item {
        list-style: none;
        margin: 0 0.6rem;
    }
    
    #section-header .menu-container ul.menu li.menu-item a {
        text-decoration: none;
        visibility: hidden;
        opacity: 0;
        transition: opacity .5s ease-in-out;
        transition-delay: 1.1s;
        color:#0A9642;
    }
    
    #section-header .menu-container.active ul.menu {
        width: min(6rem, 40vw);
        margin-top: 0px;
    }
    
    #section-header .menu-container.active ul.menu li.menu-item a {
        visibility: visible;
        opacity: 1;
    }
    
    #section-header .menu-container.active .plus {
        transform: rotate(225deg);
    }

    .paddingicon{
        padding: 0.3rem 0 0 0rem;
        margin: 10px 0px;
    }
    /* header social icon and email */
    .error-404.not-found .error-404title {
        font-size: 100px;
        margin-bottom: 12px;
        line-height: 100px;
    }

    .laptop{
        display: none;
    }
}

/* ============================================= */
/*/////////////////// media query css for tab start ////////////////*/
@media (min-width:700px) and (max-width:912px) {
    .main-navigation ul.nav-menu>li>a {
        margin: 0;
    }
    .main-navigation ul.nav-menu,
    .main-navigation ul ul {
        text-align: center;
    }
 

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        width: fit-content;
    }

    #main .testimonials-inner-content .testimonialstextbg p,
    #secondary .testimonials-inner-content .testimonialstextbg p {
        padding: 0;
    }

    #main .team-inner-content .content-image img,
    #secondary .team-inner-content .content-image img {
        height: 450px !important;
    }

    #main .team-inner-content .entry-content,
    #secondary .team-inner-content .entry-content {
        padding: 2px 30px 10px;
    }

    #main .team-inner-content .entry-content h2,
    #secondary .team-inner-content .entry-content h2 {
        line-height: 20px;
    }

    .opbg {
        height: fit-content;
    }

    #featured-slider .wrapper {
        top: 35%;
    }

    #featured-slider h2.entry-title {
        line-height: 1;
    }

    #featured-services .gap-12 {
        column-gap: 2rem;
        row-gap: 0rem;
    }

    #featured-posts .message-box {
        margin-top: 20px;
    }

    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 37rem;
    }

    #featured-posts .message-box .message-form input[type="submit"] {
        padding: 8px 55px 8px 12px;
    }

    #featured-clients .gap-20 {
        gap: 2rem;
    }

    #colophon .social-links a {
        margin: 13px 10px;
    }

    #colophon .logo {
        margin-bottom: 15px;
    }

    #featured-newsletter {
        padding-left: 20px;
        padding-right: 20px;
    }

    #featured-newsletter input[type="email"],
    #featured-newsletter input[type="submit"] {
        padding: 15px;
    }

    #main .gallerybox .img-responsive,
    #secondary .gallerybox .img-responsive,
    #main .gallerybox .img-response, #secondary .gallerybox .img-response {
        height: 450px !important;
    }

    #main .gallerybox .mt-3, #secondary .gallerybox .mt-3{
        margin-top: 0 !important;
    }

    #secondary .gallery-box svg {
        left: 4rem;
    }

    .img-res svg,
    .gallery-box svg,
    #secondary .img-res svg {
        left: 11rem;
    }

    #secondary .gallery-inner-content {
        padding: 0 !important;
    }

    #secondary .testimonialstextbg::after {
        bottom: -25%;
    }

    #secondary .testimonials-inner-content .testimonialstextbg p {
        padding: 0;
    }

    #secondary .titletext h1 {
        font-size: 30px !important;
    }

    #secondary .titletext h4 {
        font-size: 20px !important;
    }

    #secondary .faqside .button a {
        padding: 10px;
    }

    #secondary .faqs-inner-content h2.faq-title:before {
        margin: -35px 0 0 -30px;
    }

    #secondary .image-container .image1::after {
        right: 15px;
    }

    #secondary .image-container .image2::after {
        left: 26%;
    }

    #secondary .bloginn-inner-content .post-date {
        bottom: 10rem;
    }

    #main .bloginn-inner-content .entry-contentbox,
    #secondary .bloginn-inner-content .content,
    #featured-posts-item .content {
        padding: 20px 10px;
    }

    #main .bloginn-inner-content h2,
    #main .bloginn-inner-content h2.entry-title a,
    #secondary .bloginn-inner-content h2.entry-title a,
    #featured-posts-item h2.entry-title a {
        font-size: 18px !important;
        line-height: 20px;
    }

    #main .bloginn-inner-content .entry-meta h4 .author,
    #secondary .bloginn-inner-content .entry-meta h4 .author,
    #main .bloginn-inner-content .entry-meta h4 .topic,
    #secondary .bloginn-inner-content .entry-meta h4 .topic,
    #featured-posts-item .entry-meta h4 .topic {
        font-size: 13px !important;
    }

    .site-description {
        color: #ffffff;
        padding: 9px 0px;
        font-size: 16px;
    }

    #section-header .content-site .addicon a {
        font-size: 16px;
    }

    #section-header .social-links a {
        padding: 3px 6px;
    }

    #main .image-container .image1 img,
    #secondary .image-container .image1 img,
    #main .image-container .image2 img,
    #secondary .image-container .image2 img {
        border: none;
        padding-right: 0;
    }

    #main .image-container .image1::after,
    #secondary .image-container .image1::after,
    #main .image-container .image2::after,
    #secondary .image-container .image2::after,
    #main .image-container .borderimg2::after,
    #secondary .image-container .borderimg2::after {
        display: none;
    }

    #main .image-container .image1 img,
    #secondary .image-container .image1 img {
        height: 400px !important;
    }

    #main .image-container .image2 img,
    #secondary .image-container .image2 img {
        height: 300px !important;
    }

    #main .faqside .titletext h1,
    #secondary .faqside .titletext h1{
        font-size: 35px !important;
    }

    #main .faqs-inner-content h2.faq-title, #secondary .faqs-inner-content h2.faq-title{
        font-size: 18px !important;
    }

    #main .faqs-inner-content .faq-content div.panel p, #secondary .faqs-inner-content .faq-content div.panel p{
        font-size: 15px !important;
    }

    #main .bloginn-inner-content .entry-contentbox p, #secondary .bloginn-inner-content .entry-contentbox p, #featured-posts-item .entry-contentbox p{
        font-size: 14px;
    }
    #main .bloginn-inner-content .content-image img, #secondary .bloginn-inner-content .content-image img, #featured-posts-item .content-image img{
        height: 250px !important;
    }

    #respond{
        margin-bottom: 40px;
    }

    #secondary .p-mds-0{
        padding: 0;
    }
    #featured-faqs .image-container .image1::after {
        right: 15px;
    }

    .searchform div input {
        width: 38% !important;
        margin: 0 0 0 1rem !important;
        font-size: 0.6rem !important;
        padding: 0 10px !important;
    }
    .widget-title::before{
        width: 75% !important;
    }
    #primary .widget_text .textwidget input[type="text"], #primary .widget_text .textwidget input[type="text"], #primary .widget_text .textwidget input[type="email"], #primary .widget_text .textwidget input[type="url"], #primary .widget_text .textwidget input[type="password"], #primary .widget_text .textwidget input[type="search"], #primary .widget_text .textwidget input[type="number"], #primary .widget_text .textwidget input[type="tel"], #primary .widget_text .textwidget input[type="range"], #primary .widget_text .textwidget input[type="date"], #primary .widget_text .textwidget input[type="month"], #primary .widget_text .textwidget input[type="week"], #primary .widget_text .textwidget input[type="time"], #primary .widget_text .textwidget input[type="datetime"], #primary .widget_text .textwidget input[type="datetime-local"], #primary .widget_text .textwidget input[type="color"], #secondary .widget_text .textwidget input[type="text"], #secondary .widget_text .textwidget input[type="email"], #secondary .widget_text .textwidget input[type="url"], #secondary .widget_text .textwidget input[type="password"], #secondary .widget_text .textwidget input[type="search"], #secondary .widget_text .textwidget input[type="number"], #secondary .widget_text .textwidget input[type="tel"], #secondary .widget_text .textwidget input[type="range"], #secondary .widget_text .textwidget input[type="date"], #secondary .widget_text .textwidget input[type="month"], #secondary .widget_text .textwidget input[type="week"], #secondary .widget_text .textwidget input[type="time"], #secondary .widget_text .textwidget input[type="datetime"], #secondary .widget_text .textwidget input[type="datetime-local"], #secondary .widget_text .textwidget input[type="color"]{
        margin: 0 16px 16px;
    }
    #secondary .widget_text .textwidget textarea, #primary .widget_text .textwidget textarea{
        margin: 0 16px !important;
    }
    #secondary .widget_text .textwidget input[type="submit"], #primary .widget_text .textwidget input[type="submit"]{
     margin: 5px 14px 0;   
    }
    #main .bloginn-inner-content .button-content, #secondary .bloginn-inner-content .button-content, #featured-posts-item .button-content{
        padding: 13px;
    }
    #secondary .featured-bloginn-item .entry-meta{
        gap: 0.4rem;
    }

    #section-header{
        height: auto !important;
    }

    #section-header .content-site{
        padding: 6px 0 0;
    }

    #page-site-header .page-site-headerimg{
        height: 370px !important;
    }

    /* header social icon and email */
    .addicon .hedrtext {
        position: relative;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }
    
    .addicon .hedrtext .contact-text {
        opacity: 1; /* Make it visible by default */
        display: inline-block; /* Visible initially */
        transition: all 0.5s ease-in-out;
    }
    
    .addicon .hedrtext.active .contact-text {
        display: inline-block;
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }
    
    .addicon .hedrtext:not(.active) .contact-text {
        display: none;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    #featured-about .aboutredbox{
        margin: 10px 0;
    }
    /* ============== */

    #section-header .menu-container {
        display: flex;
        justify-content: space-between;
        padding: 5px 6px;
        background:#00000049;
        position: relative;
        height: 35px;
        border-radius: 5px;
        overflow: hidden;
        width: fit-content;
    }

    #section-header .menu-container ul.menu {
        width: 0;
        transition: width 1s ease-in-out;
        overflow: hidden; /* Ensure that items are hidden when the menu is closed */
        margin: 0;
        padding: 0;
    }
    
    #section-header .menu-container ul.menu li.menu-item {
        list-style: none;
        margin: 0 0.6rem;
    }
    
    #section-header .menu-container ul.menu li.menu-item a {
        text-decoration: none;
        visibility: hidden;
        opacity: 0;
        transition: opacity .5s ease-in-out;
        transition-delay: 1.1s;
        color:#0A9642;
    }
    
    #section-header .menu-container.active ul.menu {
        width: min(6rem, 40vw);
        margin-top: 0px;
    }
    
    #section-header .menu-container.active ul.menu li.menu-item a {
        visibility: visible;
        opacity: 1;
    }
    
    #section-header .menu-container.active .plus {
        transform: rotate(225deg);
    }

    .paddingicon{
        padding: 0.3rem 0 0 0rem;
        margin: 10px 0px;
    }

    #section-header .content-site .mailsvg{
        margin: 0px 10px 0px 0px;
    }
    /* header social icon and email */
}

/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (min-width:1023px) and (max-width:1024px) {
    .site-description {
        padding: 0;
    }

    #featured-slider h2.entry-title {
        font-size: 36px !important;
        line-height: 1.1;
    }

    .main-navigation ul.nav-menu>li>a {
        padding: 5px 0px;
    }

    #featured-services .gap-16 {
        gap: 2rem;
    }

    #featured-team .entry-content {
        padding: 10px 15px;
    }

    #featured-clients .gap-20 {
        gap: 2rem;
    }

    #colophon .logo {
        margin-bottom: 15px;
    }

    #colophon .social-links {
        margin-top: 15px;
    }

    #colophon .footer-widgets-area .widget_text ul li:nth-child(2),
    #colophon .footer-widgets-area .widget_text ul li:nth-child(4),
    #colophon .footer-widgets-area .widget_text ul .list-email {
        margin-left: 0rem;
    }

    #colophon .gap-16 {
        gap: 2rem;
    }

    .site-description {
        padding: 0px;
    }

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        width: fit-content;
    }

    .navigation.post-navigation,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding: 0;
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: flex;
        flex-direction: column;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        margin-bottom: 15px;
    }

    #featured-slider .wrapper {
        top: 23%;
    }
    #featured-slider h2.entry-title{
        line-height: 3rem !important;
    }
  
    #featured-newsletter {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main .team-inner-content .content-image img,
    #secondary .team-inner-content .content-image img {
        height: 500px !important;
    }

    #main .team-inner-content .entry-content,
    #secondary .team-inner-content .entry-content {
        padding: 0px 30px 10px;
    }

    #main .team-inner-content .entry-content h2,
    #secondary .team-inner-content .entry-content h2 {
        line-height: 20px;
    }

    #main .gallerybox .img-responsive,
    #secondary .gallerybox .img-responsive {
        height: 450px !important;
    }

    .gallery-box svg {
        left: 9rem;
    }

    #secondary .gallery-box svg {
        left: 6rem;
    }

    .img-res svg {
        left: 14rem;
    }

    #secondary .img-res svg {
        left: 9rem;
    }

    #secondary .testimonials-inner-content .testimonialstextbg p {
        padding: 0;
    }

    #secondary .gallery-inner-content {
        padding: 0 !important;
    }

    #secondary .bloginn-inner-content .post-date {
        bottom: 15rem;
    }

    #main .bloginn-inner-content .entry-contentbox,
    #secondary .bloginn-inner-content .content,
    #featured-posts-item .content {
        padding: 20px 10px;
    }

    #main .bloginn-inner-content h2,
    #main .bloginn-inner-content h2.entry-title a,
    #secondary .bloginn-inner-content h2.entry-title a,
    #featured-posts-item h2.entry-title a {
        font-size: 20px !important;
    }

    #main .bloginn-inner-content .entry-meta h4 .author,
    #secondary .bloginn-inner-content .entry-meta h4 .author,
    #main .bloginn-inner-content .entry-meta h4 .topic,
    #secondary .bloginn-inner-content .entry-meta h4 .topic,
    #featured-posts-item .entry-meta h4 .topic {
        font-size: 13px !important;
    }

    /* Breadcrumb */
    #page-site-header .breadcrumbbox .button,
    #page-site-header .breadcrumbbox span.bread-arrow {
        padding: 0;
    }

    /* Breadcrumb */
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        height: 110px !important;
    }
    #featured-upcoming .title-section .upcomingblack{
        padding: 28px 90px 16%;
    }
    #featured-posts .entry-contentbox .entry-meta{
        gap: 1.3rem;
    }
    .searchform div input{
        width: 42% !important;
    }
    #featured-about .nav-tabs .nav-link{
        padding: 10px !important;
    }
}

/* ============================================= */
@media (min-width:1024px) and (max-width:1366px) {
    .site-description {
        padding: 0px;
    }

    #page-site-header .breadcrumbbox .button .root,
    #page-site-header .breadcrumbbox span {
        width: fit-content;
    }

    .navigation.post-navigation,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        padding: 0;
    }

    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 10.9rem;
    }

    #featured-newsletter h1 {
        padding-left: 30px;
    }
    .searchform div input {
        width: 60%;
        margin: 0 0 0 1rem;
    }
    .searchform div #searchsubmit, #primary .wp-block-search__button{
        padding: 15px 10px;
    }
    .widget-title::before{
        width: 84%;
    }
    .main-navigation ul.nav-menu>li>a,
    .main-navigation ul.nav-menu .current_page_item>a,
    .main-navigation ul.nav-menu .current-menu-item>a,
    .main-navigation ul.nav-menu .current_page_ancestor>a,
    .main-navigation ul.nav-menu .current-menu-ancestor>a {
        padding: 5px 4px;
        margin: 0px 9px 0 0;
    }
    #featured-about .aboutredbox{
        padding: 10px;
    }
    #featured-about .aboutredbox h2{
        font-size: 65px;
    }
}
/* ============================================= */


/* ============================================= */
/* ============================================= */
/*/////////////////// media query css for laptop start ////////////////*/
@media (orientation: landscape) and (max-width:1440px) {
    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 16.2rem;
    }

    #section-header .social-links {
        text-align: center;
    }
    .opbg{
        height: 85vh;
    }
    #featured-slider h2.entry-title{
        font-size: 60px;
        line-height: 4rem;
    }
    #featured-about .nav-tabs .nav-link{
        padding: 10px 30px;
    }
    #featured-upcoming .title-section .upcomingteamimg .img2 img{
        margin-right: -120px;
    }
    #featured-upcoming .title-section .upcomingteamimg .img1 img{
        margin-left: -30%;
    }
    #featured-contact .contactimgtext{
        padding: 50px 35px 37px 31px;
    }
}

/* simran */
@media screen and (max-width:380px) {
    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 12.6rem;
    }
}

@media screen and (max-width:400px) {
    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 13.6rem;
    }
}

@media screen and (max-width:440px) {
    #featured-posts .message-box .message-form p .wpcf7-spinner::before {
        left: 15.9rem;
    }
}

@media (min-width:1024px) and (max-width:1230px) {
    #featured-upcoming .title-section .upcomingteamimg .img2 img{
        margin-right: -35%;
    }
    #featured-upcoming .title-section .upcomingteamimg .img1 img{
        margin-left: -35%;
    }
}
@media (min-width:300px) and (max-width:340px) {
    .entry-meta{
        display: grid;
        padding: 0;
        align-items: center;
        justify-content: left;
        text-align: left;
    }

    .entry-meta span:nth-child(2){
        padding: 15px 0px;
    }
}
@media (min-width:300px) and (max-width:345px) {
    .searchform div input {
        width: 70%;
    }
}
@media (min-width:372px) and (max-width:405px) {
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        height: 210px !important;
    }
}
@media (min-width:300px) and (max-width:390px){
#section-header .content-site .addicon a {
    font-size: 11px !important;
    padding: 5px 0px;
}
.order1{
    padding-left: 0 !important;
}
}
@media (min-width:300px) and (max-width:350px){
    #section-header .social-links a{
        padding: 3px 5px;
    }
    #section-header .menu-container.active ul.menu {
        width: min(4.6rem, 40vw);
    }
}
@media (min-width:900px) and (max-width:1023px){
.site-description {
    padding:0;
}
}
@media (min-width:700px) and (max-width:1023px){
/* Breadcrumb */
#page-site-header .breadcrumbbox .button,
#page-site-header .breadcrumbbox span.bread-arrow {
    padding: 0;
    line-height: 50px;
}
#page-site-header .breadcrumbbox span {
    padding: 7px 45px;
}
#page-site-header .breadcrumbbox .treeEnd{
    white-space: nowrap;

/* Breadcrumb */
}
.widget .menu-services-container li, .widget .menu-our-services-container li{
    padding: 8px 10px 8px 10px !important;
}
.widget-title::before{
    width: 85%;
}
@media (min-width:1024px) and (max-width:1400px){
    #colophon .widget_text .textwidget .row .col-lg-2{
        padding: 0 !important;
    }
}

@media (min-width:300px) and (max-width:341px){
    #main .testimonials-inner-content .content-image img,
    #secondary .testimonials-inner-content .content-image img {
        height: 155px !important;
    }
}

@media (min-width:341px) and (max-width:372px){
    #main .testimonials-inner-content .content-image img,
    #secondary .testimonials-inner-content .content-image img {
        height: 175px !important;
    }
}

@media (min-width:406px) and (max-width:440px){
    #main .testimonials-inner-content .content-image img,
    #secondary .testimonials-inner-content .content-image img {
        height: 256px !important;
    }
}

@media (min-width:441px) and (max-width:480px){
    #main .testimonials-inner-content .content-image img,
    #secondary .testimonials-inner-content .content-image img {
        height: 280px !important;
    }
}

@media (min-width:500px) and (max-width:600px){
    #main .testimonials-inner-content .content-image img,
    #secondary .testimonials-inner-content .content-image img {
        height: 330px !important;
    }
}

@media (min-width:600px) and (max-width:700px){
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        padding: 0px 10rem;
    }
}

@media (min-width:700px) and (max-width:767px){
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        padding: 0px 15rem !important;
    }
}

@media (min-width:768px) and (max-width:831px){
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        height: 133px !important;
    }
}

@media (min-width:831px) and (max-width:905px){
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        height: 135px !important;
    }
}

@media (min-width:905px) and (max-width:975px){
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        height: 150px !important;
    }
}

@media (min-width:975px) and (max-width:1022px){
    #main .testimonials-inner-content .content-image img, #secondary .testimonials-inner-content .content-image img {
        height: 175px !important;
    }
}

}
@media (min-width:1400px) and (max-width:1500px){
.searchform div input {
    width: 75%;
}
}
@media (min-width:590px) and (max-width:650px){
    .opbg{
        height: 43vh;
    }
    .menu-toggle{
        right: -8pc;
    }
    #featured-upcoming .title-section .upcomingteamimg .img1 img,
    #featured-upcoming .title-section .upcomingteamimg .img2 img{
        display: none;
    }
}

@media (min-width:1800px) and (max-width:1930px){
    .opbg{
        height: 94vh;
    }
}

/* blog section contact btn */

.dropdown-toggle::after{
    display: none !important;
}
#content #primary #main .entry-footer .edit-link .post-edit-link,
.entry-footer .edit-link .post-edit-link{
    display: none;
}
