/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.3
Tested up to: 6.7
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 :root {
	scroll-behavior: smooth;
  }
 section#midle {
    background: #373280;
    padding: 5px 0 5px 0;
    color: #fff;
}
.custom-container {
    width: 85%;
    margin: 0 auto;
}

p.sitemainder {
    text-align: center;
    margin: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
.btnde {
    margin: 25px 0 0 0;
}
div#mega-menu-wrap-primary {
    margin: 25px 0 0 0;
}
.page-title-header {
    background: #dadada;
    padding: 35px 0 35px 0px;
}
section.innerpages {
    margin: 50px 0 138px 0;
}
a.anim-btn {
    background: #43954f;
    padding: 11px 25px 10px 25px;
    color: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
}
.ttm-row {
    padding: 70px 0;
}
.feature-box {
    background-color: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.099));
    position: relative;
    margin: 15px 0 50px;
    padding: 55px 48px;
    text-align: center;
    height: 180px;
    border-radius: 6px;
    animation: 2.7s linear infinite Moveleftright;
}
.services-section .ttm-icon.ttm-icon_element-onlytxt {
    height: 80px;
    width: 80px;
    position: absolute;
    top: -13%;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.099));
    left: 50%;
    transform: translateX(-50%);
    line-height: 78px;
}
.services-section .ttm-icon img {
    max-width: 51px;
}
.featured-content {
    padding-top: 25px;
}
.featured-title h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}
.form-in h5 {
    font-size: 21px;
    margin: 0 0 20px 0;
    color: #599356;
    font-weight: 700;
}
.form-in {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
    padding: 15px 20px 10px 21px;
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #36327b;
    color: #fff;
}
.abt-txt h2 {
    font-size: 30px;
    color: #36327b;
}
.section_wrapper, .container {
    width: 88%;
    margin: 0 auto;
    position: relative;
}
.one.mcb-wrap {
    width: 100%;
}
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.one.column {
    width: 98%;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
.heading-wrapper-new h2 {
    color: #66925c;
}
span.to-wrapper {
    color: #060b2c;
}
.one-fourth.column, .four.columns {
    width: 23%;
}
.floater {
    animation: 2.5s linear infinite MoveUpDown;
    position: relative;
}
.serviceBoxs {
    color: #696969;
    background: radial-gradient(transparent,#eee);
    text-align: center;
    padding: 95px 15px 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    height: 355px;
}
a.anim-btn:hover {
    background: #000;
    text-decoration: none;
}
.serviceBoxs:before {
    content: "";
    background: #599356;
    width: 150px;
    height: 150px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    transform: rotate(45deg);
    position: absolute;
    top: -85px;
    left: -85px;
}

.serviceBoxs .title {
    font-size: 19px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #353277;
    font-weight: 700;
}
.serviceBoxs .description {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
}
.serviceBoxs .service-icon {
    color: #080b28;
    font-size: 45px;
    line-height: 45px;
}
.service-icon span i {
    font-size: 41px;
    color: #343273;
}
.serviceBoxs .title:after {
    content: '';
    border-top: 5px dotted #343273;
    height: 3px;
    width: 100px;
    margin: 11px auto 0;
    display: block;
    clear: both;
}
section#why {
    margin: 60px 0;
}
h2.text-effect {
    text-align: center;
}
section#sendcontact {
    background: url(./images/Flagship-bg.webp);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    color: #fff;
    margin: 84px 0 0 0;
}
.oppo-main h4 {
    font-size: 30px;
    color: #34326f;
    margin: 0 0 15px 0;
}
.contacthead {
    margin: 15px 0 0 0;
}
.contacthead b {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.contacthead h5 {
    font-size: 40px;
    margin: 0 0 25px 0;
}
.namer h4 {
    font-size: 30px;
    font-weight: 500;
    color: #36327b;
}
section#pcd {
    margin: 0 0 60px 0;
}
a.krof-buton {
    border: 2px solid #fff;
    padding: 8px 10px 8px 10px;
    border-radius: 3px;
    margin: 0 0 0 9px;
    color: #fff;
}
.imagined-why img {
    margin: -60px 0 0 0;
}
section#Why {
    background: url(./images/2-6-1.jpg) rgb(0 0 0 / 74%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding: 30px 0 0 0;
    color: #fff;
    margin: 60px 0 0 0;
}
ul {
    line-height: 35px;
}
section#star {
    padding: 45px 0;
}
.indexro h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #34326f;
    margin: 0 0 23px 0;
}
.why-mainer-txt {
    display: flex;
    margin: 41px 0 37px 0;
}
.sub-why {
    margin: 0 0px 0 24px;
}
.why-mainer-txt.aos-init.aos-animate i {
    font-size: 30px;
    margin: 15px 0 0 0;
}
i.fa-solid.fa-truck {
    margin: 27px 0 0 0;
    font-size: 30px;
}
.why-main.aos-init.aos-animate h4 {
    line-height: 32px;
    text-align: center;
}
p {
    line-height: 30px;
}
section#footer {
    background: #353277;
    color: #fff;
    padding: 10px 0 0 0;
    text-align: center;
}
section#footer a {
    color: #fff;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
 @media(max-width:767px){
 .header__logo.wow.fadeInLeft img {
    width: 100% !important;
}
div#mega-menu-wrap-primary {
    margin: 25px 0 0 0;
    width: 50px;
    float: right;
}
.btnde {
    display: none;
}
.ttm-row {
    padding: 25px 0;
}
.feature-box {
    margin: 15px 0 0px 0 !important;
    padding: 41px 20px;
    height: auto;
}
.imagined-why {
    margin: 102px 0 0 0 !important;
}
.column.mcb-column.one-fourth.column_column.aos-init.aos-animate {
    width: 100% !important;
}
section#why {
    margin: 10px 0 !important;
}
section#footer {
    margin: 30px 0 0 0 !important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #353277;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #fff!important;
}

}

