/*
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.95
Tested up to: 6.9
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
 * ----------------------------------------------------------------------------
 */


body {
    font-family: 'Montserrat', sans-serif;
    background: #eef3f6;
    color: #0b2a6b;
}

/* NAVBAR */
.navbar {
    background: #fff;
    border: none;
    padding: 12px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.navbar-brand {
    font-weight: 700;
    font-size: 22px;
    color: #0b2a6b !important;
}
.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 600;
}
.btn-contact {
    background: #a6d63f;
    color: #000;
    border-radius: 6px;
    padding: 8px 16px;
}

.mainframe {
	background:url('images/mainframe.webp');
    background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
    padding: 90px 0;
}
.mainframe-label {
    color: #63b44c;
    font-size: 12px;
    letter-spacing: 1px;
}
.mainframe h1 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 10px;
}
.mainframe p {
  
    color: #333;
    margin-top: 20px;
    
}

/* FORM */
.form-box {
    background: rgba(255,255,255,0.9);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.form-box h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.form-control {
    border-radius: 6px;
    border: 1px solid #0b2a6b;
    margin-bottom: 15px;
}
textarea.form-control {
    height: 100px;
}
.btn-submit {
    /* background: #a6d63f;
    color: #000; */
    font-weight: 600;
    border-radius: 6px;
    padding: 10px;
}

/* STATS */
.stats {
    margin-top: -40px;padding: 0 0 40px 0;
}
.stat-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.stat-box h2 {
    font-size: 5vw;
    font-weight: bold;
	color: #00a0e3;
}
.topbar {
	background: #fff;padding: 1% 0;
}
section, footer{width:100%;float:left;}
p{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 30px;
}
/* PROCESS */
.process {
	padding: 60px 0;
	background: #fff;
}
.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}
.case a {
	font-size: 17px;
	font-family: arial;
	padding: 11px 18px;
	border-radius: 6px;
	/* position: relative; */
	/* top: 21px; */
	text-decoration: none;
	background: #fff;
	color: #00a0e3;
	margin: 10px 0 20px 8px;
	float: left;
}
.case a:hover {
	background: #00a0e3;
	color: #000;
}
.step-box {
    background: #eef3f6;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    min-height: 200px;
}
.step-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.step-box ul {
    padding-left: 18px;
}
.step-box ul li {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 30px;
}

/* CASE */
.case {
    padding: 80px 0 40px 0;
}
.case h2 {
    font-weight: 700;
    font-size: 28px;
}
.case-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

/* FOOTER */
.footer {
    background: #fff;
    padding: 20px;
    font-weight:bold;
    margin-top: 40px;
}

/* ANIMATION */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.7s ease;
}
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.belement {
	font-size: 20px;
	padding: 2% 0 0 0;
	float: left;
	width: 100%;
}

.units-section {
    padding: 40px 0;
    background: #f8f9fb;
}
.product-strip {
  background: linear-gradient(to right, #e9eff5, #dbe5ef);
  padding: 12px 0;
  overflow: hidden;
}

.ticker-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ticker-label {
  background: #0d6efd;
  color: #fff;
  padding: 8px 15px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 0 20px 20px 0;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

/* KEY FIX */
.ticker-track {
  display: flex;
  width: max-content;
  animation: scrollSeamless 30s linear infinite;
}

.ticker-content {
  display: flex;
  white-space: nowrap;
}

.ticker-content span {
  margin-right: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.ticker-content i {
  color: #0d6efd;
  margin-right: 6px;
}

/* IMPORTANT: start from 0 (not 100%) */
@keyframes scrollSeamless {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-title {
    font-size: 32px;
    font-weight: 700;
}

.section-title .red {
    color: #e60000;
}

.section-title .blue {
    color: #1a73b8;
}

.section-subtitle {
    color: #777;
    margin-bottom: 50px;
}

/* UNIT BOX */
.unit-box {
    position: relative;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
    min-height: 250px;
}

/* BIG NUMBER BACKGROUND */
.big-number {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 120px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
    z-index: 1;
}

/* CONTENT */
.unit-box h4 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #0b2a6b;
    margin-bottom: 15px;
}
.form-box p {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.unit-box p {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #555;
}

/* HOVER EFFECT */
.unit-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* ACTIVE CENTER BOX */
.unit-box.active {
    background: linear-gradient(135deg, #e8f5ec, #ffffff);
    transform: scale(1.05);
}
.toph3{text-align: center;line-height: 36px;margin: 40px 0 0 0;}
.wpcf7-response-output {
	float: left;
	width: 100%;
	text-align: center;
}
.footer-cta-bar {
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}
.cta-btn {
	width: 33%;
	float: left;
	color: #fff;
	background: #e31e24;
	text-align: center;
	padding: 5px 0;
}
.cta-btn:focus, .cta-btn:hover {
	background: #fff;
	text-decoration: none !important;
}
@media (min-width: 768px) {
  .footer-cta-bar {
    display: none;
  }
}
@media(max-width:767px){
	
	.stat-box {
	margin-bottom: 30px;
}
.mainframe {
	padding: 30px 0;
}
.mainframe h1 {
	font-size: 24px;
	
}
.mainframe p {
	color: #333;
	margin-top: 0;
}
.toph3 {
	text-align: center;
	line-height: 36px;
	margin: 40px 0 30px 0;
	font-size: 18px;
	font-weight: bold;
}
.section-title {
	font-size: 19px;
}
.case {
	padding: 20px 0;
}
.case h2 {
	font-weight: 700;
	font-size: 19px;
	line-height: 30px;
}
.section-subtitle {
	color: #777;
	margin: -23px 0 30px 0;
	font-size: 15px;
}
.forcedtext {
	text-align: center !important;
}
.changepadd{padding: 0 18px 0 0;}
.topbar {
	background: #fff;
	padding: 2% 0;
}
}

.gradient-bg-light {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.gradient-bg-light::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, #eef5ff, #f8fbff, #eefaf5, #f9fffc);
  animation: gradientMove 20s ease infinite;
  opacity: 0.6;
}

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

        .blog-section{
            background:#f5f6f8;
            padding:40px 25px;
            border-radius:8px;
        }
        .section-heading h2{
            color: #01476a;
        }
        .card{
            background:#fff;
            border:1px solid #dcdfe4;
            border-radius:15px;
            margin-bottom:30px;
            overflow:hidden;
            transition:0.3s;
            /* height: 392px;
            max-height: 392px ; */
			float: left;
  width: 100%;
        }

        .card:hover{
            transform:translateY(-5px);
            box-shadow:0 8px 20px rgba(0,0,0,0.08);
        }

        .card-img-top{
            height:200px;
            display:block;
            margin:auto;
        }

        .card-body{
            padding:18px;
			float: left;
  width: 100%;
        }

        .small-text{
            font-size:10px;
            text-transform:uppercase;
            color:#7a8794;
            letter-spacing:1px;
            margin-bottom:10px;
            display:block;
            font-weight:600;
        }

        .card-title{
            font-size:21px;
            font-weight:600;
            color:#111827;
            margin-top:0;
            margin-bottom:14px;
			float: left;
  width: 100%;
        }

        .card-text{
            /* font-size:14px; */
            line-height:1.7;
            color:#5f6b76;
			float: left;
  width: 100%;min-height: 80px;
        }

        .tags{
            margin-top:15px;
			float: left;
  width: 100%;
        }
.incards {
	float: left;
	width: 100%;
	cursor: pointer;
}
        .tag{
            display:inline-block;
            border:1px solid #d6dce2;
            padding:10px 20px;
            font-size:10px;
            text-transform:uppercase;
            color:#2d3135;
            /* margin-right:5px; */
            margin-bottom:5px;
            border-radius: 20px;display: none;
        }

        .explore-link{
            display:inline-block;
            margin-top:15px;
            font-size:12px;
            font-weight:600;
            text-transform:uppercase;
            color:#111827;
            text-decoration:none;
        }

        .explore-link:hover{
            text-decoration:none;
            color:#0088cc;
        }
/* =========================
   Responsive Design
========================= */

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

    .blog-section{
        padding:40px 20px;
    }

    .section-heading h2{
        font-size:38px;
        line-height:1.3;
    }

    .section-heading p{
        font-size:15px;
        line-height:1.7;
    }

    .card{
        height:auto;
        max-height:none;
    }

    .card-title{
        font-size:21px;
    }

    .card-text{
        font-size:14px;
    }

    .tag{
        padding:8px 16px;
        font-size:10px;
    }
}


/* Mobile */
@media (min-width: 481px) and (max-width: 767px) {

    .blog-section{
        padding:30px 15px;
    }

    .section-heading{
        margin-bottom:35px;
    }

    .section-heading h2{
        font-size:30px;
        line-height:1.3;
    }

    .section-heading p{
        font-size:14px;
        line-height:1.8;
    }

    .card{
        height:auto;
        max-height:none;
        border-radius:12px;
        margin-bottom:25px;
    }

    .card-body{
        padding:16px;
    }

    .card-title{
        font-size:20px;
        line-height:1.4;
    }

    .card-text{
        font-size:14px;
        line-height:1.7;
    }

    .tags{
        margin-top:12px;
    }

    .tag{
        padding:7px 14px;
        font-size:9px;
        margin-bottom:8px;
    }
}


/* Small Mobile */
@media (max-width: 480px){

    .section-heading h2{
        font-size:26px;
    }

    .section-heading p{
        font-size:13px;
    }

    .card-title{
        font-size:18px;
    }

    .card-text{
        font-size:13px;
    }

    .tag{
        width:100%;
        text-align:center;
    }
}