/*!
Theme Name: skreta
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skreta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

skreta is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Space Grotesk', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #030120 !important;
    color: #fff;
    text-decoration: none;

}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

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: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\f107";
    color: #E8424C;
    right: -10px;
    position: relative;
    font-family: 'FontAwesome';
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.site-header .nav-menu .header-btn {
    display: none !important;
}

.main-navigation li:last-child a {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

/*.post,
.page {
    margin: 0 0 1.5em;
}*/

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

.widget select {
    max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* 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
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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





























.widget {
    margin: 0;
}

.error-404 {
    padding: 200px 0 100px;
    text-align: center;
}

.error-404 .page-header {
    padding: 0;
}

.error-404 h1 {
    color: #fff;
    max-width: 100%;
}

.error-404 .btn-main {
    display: inline-block;
}

.error-404 .page-content p {
    color: #fff;
    margin-bottom: 40px;
}

/**/

.container {
    max-width: 1280px !important;
    margin: auto;
    padding: 0 20px;
}

/*Header*/

.site-header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #030120;
    padding: 40px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.admin-bar .site-header {
    margin-top: 32px;
}

.site-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.site-header .site-branding img {
    width: 205px;
}

.site-header .main-navigation {
    width: auto;
}

.site-header .main-navigation a,
.site-header .main-navigation .mega-menu-item a {
    color: #fff;
    margin: 0 25px;
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.22;
}

.site-header .main-navigation a:hover,
.site-header .main-navigation a:focus,
.site-header .main-navigation .mega-menu-item a:hover,
.site-header .main-navigation .mega-menu-item a:focus {
    color: #E8424C;
}

/*.header-btn {
    width: 205px;
    text-align: right;
}*/

.header-btn .widget {
    margin: 0;
}

.header-btn a {
    color: #E8424C;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 8px;
    padding: 15px 24px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #E8424C;
}

.header-btn a:hover,
.header-btn a:focus {
    color: #fff;
    background: #E8424C;
}

.main-navigation li.header-btn {
    display: none;
}

.site-header .menu-toggle {
    display: none !important;
}

.main-navigation .sub-menu a {
    padding: 0;
    margin: 0 0 16px;
}

.main-navigation .sub-menu li:last-child a {
    margin-bottom: 0;
}


/*Mega Menu*/

.site-header .mega-menu-wrap {
    background: transparent !important;
}

.site-header .main-navigation .mega-menu-item {
    font-family: 'Space Grotesk', sans-serif !important;
}

.site-header .main-navigation .mega-menu-item a {
    background: transparent !important;
}


/*Footer*/


.site-footer {
    background: #110E3F;
}

.social-bx ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}













/*==================================================

====================================================*/

header.entry-header {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Arial';
    src: url('/wp-content/themes/skreta/assets/fonts/ArialMT.woff2') format('woff2'),
        url('/wp-content/themes/skreta/assets/fonts/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #030120 !important;
    color: #fff;
    text-decoration: none;
}


.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1280px;
}

p {
    font-family: 'Arial';
    font-weight: normal;
}

/* ***** Home Page ***** */
.banner-wrapper {
    position: relative;
    min-height: 100vh;
    background: url('../images/banner-back.png') top center no-repeat;
    background-size: cover;
    padding: 250px 0;
}

.banner-wrapper .row {
    align-items: center;
}

.banner-img img {
    width: 100%;
}

.banner-data h1 {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    line-height: 91px;
    margin: 0 0 24px;
    font-family: 'Space Grotesk', sans-serif;
}

.banner-data p {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    margin: 0 0 30px;
    max-width: 640px;
    opacity: 0.50;
}

.btn-main,
.quick-block .btn-main {
    padding: 13px 24px;
    border: 1px solid #E8424C;
    border-radius: 8px;
    background: #E8424C;
    font-size: 16px;
    display: table;
    font-weight: normal;
    color: #fff !important;
    text-decoration: none;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    font-family: 'Space Grotesk', sans-serif;
}

.btn-main:hover,
.btn-main:focus,
.quick-block .btn-main:hover,
.quick-block .btn-main:focus {
    color: #E8424C !important;
    background: transparent;
}

.trusted-com-wrp {
    padding: 30px 0;
}

.trusted-com-wrp h2 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 45px;
}

.trusted-com-wrp ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.trusted-com-wrp ul li {
    padding: 0 15px;
    width: 16.66%;
}

.trusted-bx {
    padding: 35px 0;
}

.trusted-bx img {
    opacity: 0.60;
    margin: 0 auto;
}

.our-values-wrp {
    padding: 120px 0 0;
    position: relative;
}

.our-values-wrp h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 24px;
    text-transform: capitalize;
}

.our-values-wrp h6 {
    max-width: 845px;
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    margin: 0 0 55px;
}

.our-values-wrp h6 p {
    font-family: 'Space Grotesk', sans-serif
}

.values-block {
    background: rgba(38, 37, 55, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 64px 24px;
    min-height: 440px;
}

.values-block img {
    margin: 0 0 30px;
}

.values-block h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    margin: 0 0 24px;
}

.values-block p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
}

.abt-row {
    padding: 180px 0;
}

.abt-row .row {
    align-items: center;
}

.abt-data h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
    margin: 0 0 35px;
    text-transform: capitalize;
}

.abt-data p {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 28px;
    margin: 0 0 40px;
}

.abt-img img {
    width: 100%;
}

.testimonial-wrp {
    padding: 120px 0;
    background: url('../images/client-back.png') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-wrp h2 {
    font-size: 42px;
    font-weight: bold;
    color: #F8F8FF;
    text-align: center;
    margin: 0 0 60px;
}

.testimonial-wrp .row {
    margin: 0 -8px;
}

.testimonial-wrp .row .col-md-4 {
    padding: 0 8px;
}

.testimonial-block {
    padding: 30px;
    background: #030120;
    border-radius: 11px;
    margin: 0 0 24px;
}

.testimonial-block p {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    margin: 0 0 30px;
}

.testimonial-block h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 8px;
}

.testimonial-block h6 {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    margin: 0;
}

.testimonial-wrp .btn-main {
    margin: 25px auto 0;
}

.blog-wrp {
    padding: 180px 0 82px;
}

.blog-wrp .slick-slide {
    margin: 0 8px;
}

.blog-wrp .slick-list {
    margin: 0 -8px;
}

.blog-slider .slick-track {
    display: flex;
}

.blog-slider .slick-slide {
    height: inherit;
}

.titlebar {
    max-width: 740px;
    margin: 0 auto 50px;
    display: table;
}

.titlebar h6 {
    font-size: 21px;
    font-weight: normal;
    color: #E8424C;
    text-align: center;
    margin: 0 0 18px;
}

.titlebar h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 24px;
}

.titlebar p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
}

.blog-box {
    padding: 30px;
    background: rgba(38, 37, 55, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 11px;
}

.blog-img {
    margin: 0 0 16px;
}

.blog-img img {
    width: 100%;
    border-radius: 7px;
    height: 280px;
    object-fit: cover;
}

.blog-dt h5 {
    font-size: 14px;
    font-weight: normal;
    color: #DADADA;
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
}

.blog-title-rw {
    position: relative;
}

.blog-title-rw h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0 50px 0 0;
}

.blog-title-rw h3 a {
    font-size: 16px;
    position: static;
    text-decoration: none;
}

.blog-title-rw a {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-box:hover .blog-title-rw a {
    color: #E8424C;
}

.service-wrp {
    padding: 82px 0 140px;
}

.services-rw .row {
    margin: 0 -8px;
    justify-content: center;
}

.services-rw .row .col-md-4 {
    padding: 0 8px;
}

.services-box {
    background: rgba(38, 37, 55, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 23px;
    padding: 30px;
    margin: 0 0 16px;
    min-height: 260px;
}

.services-img {
    margin: 0 auto 16px;
    width: 80px;
    height: 80px;
    display: table;
}

.services-img img {
    margin: 0 auto;
    width: 100%;
}

.services-box h3 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 31px;
    text-align: center;
    margin: 0 0 10px;
}

.services-box p {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    margin: 0;
    text-align: center;
}

.about-company-wrp {
    padding: 140px 0;
}

.about-company-wrp .row {
    align-items: center;
}

.abt-com-img img {
    width: 100%;
}

.abt-data h6 {
    font-size: 21px;
    font-weight: normal;
    color: #E8424C;
    margin: 0 0 15px;
}

.abt-data h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 24px;
}

.abt-data p {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    margin: 0 0 40px;
}

.counter-row {
    padding: 80px 0 0;
}

.counter-bx h2 {
    font-size: 54px;
    font-weight: bold;
    color: #E8424C;
    text-align: center;
    margin: 0 0 20px;
}

.counter-bx h5 {
    font-size: 18px;
    font-weight: 500;
    color: #DADADA;
    text-align: center;
    margin: 0;
}

.quick-wrp {
    padding: 140px 0 90px;
}

.quick-block {
    background: url('../images/quick-quote-back.png') 0 0 no-repeat;
    background-size: cover;
    padding: 80px 100px;
    border-radius: 10px;
}

.quick-block h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 60px;
}

.quick-block .row {
    margin: 0 -8px;
}

.quick-block .row .col-md-6 {
    padding: 0 8px;
}

.quick-block .form-group {
    margin: 0 0 16px;
}

.quick-block .form-control {
    padding: 15px 25px;
    height: auto;
    border-radius: 8px;
    background-color: #110E3F;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid #110E3F;
    font-family: 'Arial';
    color: #fff;
    font-weight: normal;
}

.quick-block .form-control:hover,
.quick-block .form-control:focus,
.contact-form .form-control:hover,
.contact-form .form-control:focus {
    color: #fff;
    background: #110E3F
}

.quick-block .form-control::placeholder {
    color: #DADADA;
}

.quick-block .form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.quick-block .form-control:-ms-input-placeholder {
    color: #fff;
}

.quick-block .form-control::-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control.wpcf7-not-valid,
.quick-block .form-control.wpcf7-not-valid {
    border-color: #dc3232;
}

.quick-block .wpcf7-not-valid-tip,
.quick-block .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    margin: auto;
    max-width: 410px;
    border-radius: 4px;
    text-align: center;
    background: #46b450;
    border-color: #46b450;
}

select.form-control {
    -webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 20px;
}

.custom-check {
    padding: 30px 0 40px;
}

.custom-check h4 {
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    font-family: 'Arial';
    margin: 0 0 24px;
}

.custom-check ul {
    display: flex;
    align-items: center;
}

.custom-check ul li,
.styled-checkbox .wpcf7-list-item {
    margin: 0 30px 15px 0;
}

.custom-check input[type="checkbox"],
.custom-check ul li .styled-checkbox {
    opacity: 0;
    position: absolute;
}

.custom-check .wpcf7-list-item-label,
.custom-check ul li .styled-checkbox + label {
    position: relative;
    font-family: 'Arial';
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 0;
}

.custom-check .wpcf7-list-item-label:before,
.custom-check ul li .styled-checkbox + label:before {
    content: "";
    margin: -2px 10px 0 0;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: #110E3F;
    border: 1px solid #2F2B71;
    border-radius: 5px;
}

.custom-check input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.custom-check ul li .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    background: #E8424C;
    border-radius: 5px;
    width: 15px;
    height: 15px;
}

.quick-block .btn-main {
    max-width: 420px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

footer {
    background: #110E3F;
}

.footer-top {
    padding: 64px 0;
}

.footer-abt img {
    margin: 0 0 16px;
}

.footer-abt p {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    margin: 0;
}

.quicklinks-rw {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 30px;
}

.quicklinks {
    width: 150px;
}

.quicklinks .menu-footer-menu-container ul {
    margin: 0;
    padding: 0;
}

.quicklinks li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

.quicklinks li a:hover {
    color: #E8424C;
}

.social-bx h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 16px;
}

.social-bx a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #030120;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #E8424C;
    font-size: 20px;
    font-family: 'FontAwesome';
    text-decoration: none;
}

.social-bx a i {
    font-style: inherit;
}

.social-bx a:hover {
    background: #E8424C;
    color: #fff;
}

.social-bx ul li:last-child a {
    margin: 0;
}

.news-letterbx {
    padding: 0 0 0 60px;
}

.news-letterbx h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 24px;
}

.news-letterbx .form-group {
    margin: 0 0 16px;
}

.news-letterbx .form-control {
    padding: 15px 25px;
    height: auto;
    border-radius: 8px;
    background-color: #030120;
    box-shadow: none;
    font-size: 16px;
    border: none;
    font-family: 'Arial';
    color: #fff;
    font-weight: normal;
}

.news-letterbx .form-control::placeholder {
    color: #fff;
}

.news-letterbx .btn-group {
    width: 100%;
    justify-content: flex-end;
}

.news-letterbx .btn-group .btn-main {
    padding: 10px 35px;
}

.copyright {
    padding: 0 0 24px;
}

.copyright p {
    font-size: 14px;
    font-weight: normal;
    color: #DADADA;
    margin: 0;
    line-height: 22px;
}

.copyright p i {
    font-family: 'FontAwesome';
    font-style: normal;
}

.terms-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.terms-list ul li {
    margin-right: 45px;
}

.terms-list ul li:last-child {
    margin: 0;
}

.terms-list ul li a {
    color: #DADADA;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.terms-list ul li a:hover {
    color: #fff;
}

/* ***** End Home Page ***** */

/* ***** Blog Detail Page ***** */
.blog-detail-wrp {
    padding: 250px 0 0px;
}

.blog-detail-wrp .container {
    max-width: 1065px;
}

.blog-detail-wrp h1 {
    max-width: 800px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
    margin: 0 0 24px;
}

.author-hed {
    margin: 0 0 40px;
}

.author-hed .row {
    align-items: center;
}

.blog-author ul {
    display: flex;
    align-items: center;
}

.blog-author ul li {
    margin-right: 50px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #DADADA;
    font-family: 'Arial';
}

.blog-author ul li:last-child {
    margin: 0;
}

.blog-author ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #DADADA;
    right: -28px;
    top: 0;
}

.blog-author ul li img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
}

.blog-author ul li:last-child:after {
    display: none;
}

.blog-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-share a {
    margin-right: 15px;
    font-size: 18px;
    color: #E8424C;
}

.blog-share a:last-child {
    margin: 0;
}

.blog-share a:hover {
    color: #fff;
}

.blog-detailimg img,
.blog-detail-wrp .post-thumbnail img,
.blog-detail-wrp .entry-content img {
    width: 100%;
    margin: 0 0 80px;
    border-radius: 18px;
}

.blog-detail-wrp h3 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    margin: 0 0 20px;
}

.blog-detail-wrp p {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    margin: 0 0 40px;
}

.blog-detail-wrp blockquote {
    position: relative;
    font-family: 'Space Grotesk', sans-serif;
}

.blog-detail-wrp blockquote p {
    margin: 0 0 80px;
    position: relative;
    padding: 0 0 0 60px;
    font-size: 28px;
    font-weight: normal;
    color: #E8424C;
    line-height: 42px;
    font-family: 'Space Grotesk', sans-serif;
}

.blog-detail-wrp blockquote:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 55px;
    background: url('/wp-content/themes/skreta/assets/images/quote-icon.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

.blog-detail-wrp blockquote p span {
    display: block;
    font-size: 21px;
    font-family: 'Space Grotesk', sans-serif;
}

.blog-detail-wrp h4 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 16px;
}

.blgsmlldt p {
    margin: 0 0 40px;
}

.blog-detail-wrp ul {
    margin: 0;
    padding: 0;
}

.blog-detail-wrp .entry-content ul li {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    font-family: 'Arial';
    padding: 0 0 0 15px;
    position: relative;
}
.blog-detail-wrp .entry-content ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #DADADA;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
.blog-detail-wrp .entry-content ol{
    padding: 15px 0;
}
.blog-detail-wrp .entry-content ol li {
    font-size: 16px;
    font-weight: normal;
    color: #DADADA;
    line-height: 26px;
    font-family: 'Arial';
    padding: 0 0 0 15px;
    position: relative;
}
.blog-detail-wrp .entry-content ol li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #DADADA;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.witerby {
    margin: 80px 0 0;
    padding: 80px 0 0;
    border-top: 1px solid #25206C;
}

.writer-box {
    display: flex;
    align-items: center;
}

.write-img {
    min-width: 80px;
    margin-right: 10px;
}

.write-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.writenm h5 {
    font-size: 24px;
    font-weight: normal;
    color: #DADADA;
    font-family: 'Arial';
    margin: 0 0 5px;
}

.writenm p {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #E8424C;
}

.more-blog {
    padding: 195px 0;
}

.more-blog h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 70px;
}
.blog-detail-wrp h6{
    font-size: 18px;
    color: #fff;
    margin: 0 0 40px;
    line-height: 28px;
}

/* ***** End Blog Detail Page ***** */

/* ***** Contact Page ***** */
.contact-wrp {
    padding: 250px 0 195px;
}

.contact-wrp .container {
    max-width: 1065px;
}

.contact-form {
    margin: 0 0 120px;
}

.contact-form h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 24px;
}

.contact-form p {
    max-width: 845px;
    margin: 0 auto 80px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #DADADA;
    text-align: center;
}

.contact-form .row {
    margin: 0 -8px;
}

.contact-form .row .col-md-6 {
    padding: 0 8px;
}

.contact-form .form-group {
    margin: 0 0 16px;
}

.contact-form .form-group p {
    margin: 0;
    max-width: 100%;
}

.contact-form .form-control {
    padding: 15px 25px;
    height: auto;
    border-radius: 8px;
    background-color: #110E3F;
    box-shadow: none;
    font-size: 16px;
    border: none;
    font-family: 'Arial';
    color: #fff;
    resize: none;
    font-weight: normal;
    border: 1px solid #110E3F;
}

.contact-form .form-control::placeholder {
    color: #DADADA;
}

.contact-form .form-control::placeholder {
    color: #DADADA;
}

.contact-form .form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contact-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control.wpcf7-not-valid {
    border-color: #dc3232;
}

.contact-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    margin: auto;
    max-width: 410px;
    border-radius: 4px;
    text-align: center;
    background: #46b450;
    border-color: #46b450;
}

.contact-form .btn-group {
    width: 100%;
    justify-content: flex-end;
}

.contact-form .btn-group .btn-main:hover,
.contact-form .btn-group .btn-main:focus {
    color: #E8424C;
    background: transparent;
}

.contact-form .btn-group .btn-main {
    margin: 15px 0 0;
    padding: 14px 25px;
    border-radius: 8px;
    background: #E8424C;
    border-color: #E8424C;
}

.contact-form .btn-group p {
    margin: 0;
    max-width: 100%;
}

.stayin-touch h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 40px;
}

.stayin-touch .social-bx h4 {
    margin: 0 0 24px;
    font-weight: normal;
    color: #DADADA;
}

.stayin-touch .social-bx a {
    background: #110E3F;
}

.cntbx h4 {
    font-size: 18px;
    font-weight: normal;
    color: #DADADA;
    margin: 0 0 24px;
}

.cntbx a {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.cntbx a i {
    margin-right: 10px;
    color: #E8424C;
}

.cntbx a:hover {
    color: #E8424C;
}

.contact-trustwrp {
    padding: 0 0 195px;
}

/* ***** End Contact Page ***** */


























@media(min-width:1201px) and (max-width:1350px) {

    /* **** Home Page **** */
    .container {
        max-width: 1170px;
    }

    header,
    .site-header {
        padding: 25px 0
    }

    .navbar-brand img {
        height: 35px;
    }

    .site-header .site-branding img {
        width: 160px;
    }

    .navbar-light .navbar-nav li {
        margin-right: 30px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 0;
    }

    .nav-btns {
        font-size: 16px;
        padding: 10px 24px;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 100px 0;
    }

    .banner-data h1 {
        font-size: 52px;
        line-height: 72px;
    }

    .trusted-com-wrp h2 {
        margin: 0 0 25px;
    }

    .trusted-bx {
        padding: 20px 0;
    }

    .our-values-wrp {
        padding: 60px 0 0;
    }

    .our-values-wrp h2 {
        font-size: 32px;
    }

    .values-block {
        min-height: 350px;
        padding: 25px 15px;
        border-radius: 10px;
    }

    .values-block h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .values-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .abt-row {
        padding: 80px 0;
    }

    .abt-data h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 25px;
    }

    .abt-data p {
        font-size: 14px;
        margin: 0 0 25px;
    }

    .btn-main {
        font-size: 14px;
    }

    .testimonial-wrp {
        padding: 80px 0;
    }

    .testimonial-wrp h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .testimonial-block p {
        font-size: 14px;
    }

    .blog-wrp {
        padding: 80px 0 40px;
    }

    .titlebar {
        margin: 0 auto 35px;
    }

    .titlebar h6 {
        font-size: 18px;
    }

    .titlebar h2 {
        font-size: 32px;
    }

    .blog-box {
        padding: 15px;
    }

    .blog-img img {
        height: 200px;
    }

    .blog-dt h5 {
        font-size: 12px;
    }

    .blog-title-rw h3,
    .blog-title-rw h3 a {
        font-size: 15px;
    }

    .service-wrp {
        padding: 40px 0 80px;
    }

    .services-box {
        padding: 15px;
        min-height: 220px;
    }

    .services-img {
        width: 50px;
        height: 50px;
    }

    .services-box h3 {
        font-size: 18px;
    }

    .services-box p {
        font-size: 14px;
    }

    .about-company-wrp {
        padding: 80px 0;
    }

    .abt-data h6 {
        font-size: 16px;
    }

    .counter-bx h2 {
        font-size: 42px;
    }

    .counter-bx h5 {
        font-size: 16px;
    }

    .quick-wrp {
        padding: 80px 0;
    }

    .quick-block {
        padding: 60px;
    }

    .quick-block h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .custom-check ul li {
        margin: 0 15px 0 0;
    }

    .custom-check ul li .styled-checkbox + label {
        font-size: 14px;
    }

    .footer-top {
        padding: 45px 0;
    }

    .footer-abt p {
        font-size: 14px;
        line-height: 24px;
    }

    .quicklinks-rw {
        padding: 0;
        flex-flow: column;
    }

    .quicklinks {
        width: 100%;
        margin: 0 0 25px;
    }

    .quicklinks ul {
        display: flex;
        flex-wrap: wrap;
    }

    .quicklinks li {
        width: 50%;
    }

    .quicklinks li a {
        font-size: 14px
    }

    .news-letterbx {
        padding: 0;
    }

    .terms-list ul li {
        margin-right: 20px;
    }

    /* **** End Home Page **** */
}

@media(min-width:1025px) and (max-width:1200px) {

    /* **** Home Page **** */
    .container {
        max-width: 960px;
    }

    header,
    .site-header {
        padding: 25px 0
    }

    .navbar-brand img {
        height: 35px;
    }

    .site-header .site-branding img {
        width: 160px;
    }

    .navbar-light .navbar-nav li {
        margin-right: 30px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 0;
    }

    .nav-btns {
        font-size: 16px;
        padding: 10px 24px;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 100px 0;
    }

    .banner-data h1 {
        font-size: 52px;
        line-height: 72px;
    }

    .trusted-com-wrp h2 {
        margin: 0 0 25px;
    }

    .trusted-bx {
        padding: 20px 0;
    }

    .our-values-wrp {
        padding: 60px 0 0;
    }

    .our-values-wrp h2 {
        font-size: 32px;
    }

    .values-block {
        min-height: 350px;
        padding: 25px 15px;
        border-radius: 10px;
    }

    .values-block h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .values-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .abt-row {
        padding: 80px 0;
    }

    .abt-data h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 25px;
    }

    .abt-data p {
        font-size: 14px;
        margin: 0 0 25px;
    }

    .btn-main {
        font-size: 14px;
    }

    .testimonial-wrp {
        padding: 80px 0;
    }

    .testimonial-wrp h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .testimonial-block p {
        font-size: 14px;
    }

    .blog-wrp {
        padding: 80px 0 40px;
    }

    .titlebar {
        margin: 0 auto 35px;
    }

    .titlebar h6 {
        font-size: 18px;
    }

    .titlebar h2 {
        font-size: 32px;
    }

    .blog-box {
        padding: 15px;
    }

    .blog-img img {
        height: 200px;
    }

    .blog-dt h5 {
        font-size: 12px;
    }

    .blog-title-rw h3 {
        font-size: 15px;
    }

    .service-wrp {
        padding: 40px 0 80px;
    }

    .services-box {
        padding: 15px;
        min-height: 220px;
    }

    .services-img {
        width: 50px;
        height: 50px;
    }

    .services-box h3 {
        font-size: 18px;
    }

    .services-box p {
        font-size: 14px;
    }

    .about-company-wrp {
        padding: 80px 0;
    }

    .abt-data h6 {
        font-size: 16px;
    }

    .counter-bx h2 {
        font-size: 42px;
    }

    .counter-bx h5 {
        font-size: 16px;
    }

    .quick-wrp {
        padding: 80px 0;
    }

    .quick-block {
        padding: 60px;
    }

    .quick-block h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .custom-check ul li {
        margin: 0 15px 0 0;
    }

    .custom-check ul li .styled-checkbox + label {
        font-size: 14px;
    }

    .footer-top {
        padding: 45px 0;
    }

    .footer-abt p {
        font-size: 14px;
        line-height: 24px;
    }

    .quicklinks-rw {
        padding: 0;
        flex-flow: column;
    }

    .quicklinks {
        width: 100%;
        margin: 0 0 25px;
    }

    .quicklinks ul {
        display: flex;
        flex-wrap: wrap;
    }

    .quicklinks li {
        width: 50%;
    }

    .quicklinks li a {
        font-size: 14px
    }

    .news-letterbx {
        padding: 0;
    }

    .terms-list ul li {
        margin-right: 20px;
    }

    /* **** End Home Page **** */

    /* **** Blog Details Page **** */
    .blog-detail-wrp {
        padding: 100px 0 0;
    }

    .blog-detail-wrp .container {
        max-width: 960px;
    }

    .blog-detail-wrp h1 {
        font-size: 42px;
        line-height: 62px;
    }

    .blog-detailimg img,
    .blog-detail-wrp .post-thumbnail img,
    .blog-detail-wrp .entry-content img {
        margin: 0 0 40px;
        border-radius: 10px;
    }

    .blog-detail-wrp h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-detail-wrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 0 40px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 span {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-detail-wrp h6:before {
        width: 35px;
        height: 35px;
    }

    .blog-detail-wrp h4 {
        font-size: 18px;
    }

    .blog-detail-wrp .blgsmlldt ul li {
        font-size: 14px;
    }

    .witerby {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .writenm h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .write-img {
        min-width: 55px;
    }

    .write-img img {
        width: 55px;
        height: 55px;
    }

    .more-blog h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .more-blog {
        padding: 60px 0 40px;
    }

    /* **** End Blog Details Page **** */

    /* **** Contact Page **** */
    .contact-wrp {
        padding: 150px 0 100px;
    }

    .contact-wrp .container {
        max-width: 960px;
    }

    .contact-form {
        margin: 0 0 60px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form p {
        margin: 0 auto 45px;
        font-size: 14px
    }

    .stayin-touch h2 {
        font-size: 28px;
        text-align: center;
    }

    .cntbx a {
        font-size: 16px;
    }

    .contact-trustwrp {
        padding: 0 0 60px;
    }

    /* **** End Contact Page **** */
}

@media(min-width:992px) and (max-width:1024px) {

    /* **** Home Page **** */
    header,
    .site-header {
        padding: 25px 0
    }

    .navbar-brand img {
        height: 35px;
    }

    .site-header .site-branding img {
        width: 160px;
    }

    .navbar-light .navbar-nav li {
        margin-right: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 0;
    }

    .site-header .main-navigation a {
        margin: 0 10px;
        font-size: 14px;
    }

    .nav-btns {
        font-size: 14px;
        padding: 10px 24px;
    }

    .header-btn a {
        font-size: 14px;
        padding: 10px 24px;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 100px 0;
    }

    .banner-data h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .trusted-com-wrp h2 {
        margin: 0 0 25px;
    }

    .trusted-bx {
        padding: 20px 0;
    }

    .our-values-wrp {
        padding: 60px 0 0;
    }

    .our-values-wrp h2 {
        font-size: 32px;
    }

    .values-block {
        min-height: 370px;
        padding: 25px 15px;
        border-radius: 10px;
    }

    .values-block h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .values-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .abt-row {
        padding: 80px 0;
    }

    .abt-data h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 25px;
    }

    .abt-data p {
        font-size: 14px;
        margin: 0 0 25px;
    }

    .btn-main {
        font-size: 14px;
    }

    .testimonial-wrp {
        padding: 80px 0;
    }

    .testimonial-wrp h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .testimonial-block p {
        font-size: 14px;
    }

    .blog-wrp {
        padding: 80px 0 40px;
    }

    .titlebar {
        margin: 0 auto 35px;
    }

    .titlebar h6 {
        font-size: 18px;
    }

    .titlebar h2 {
        font-size: 32px;
    }

    .blog-box {
        padding: 15px;
    }

    .blog-img img {
        height: 200px;
    }

    .blog-dt h5 {
        font-size: 12px;
    }

    .blog-title-rw h3 {
        font-size: 15px;
    }

    .service-wrp {
        padding: 40px 0 80px;
    }

    .services-box {
        padding: 15px;
        min-height: 220px;
    }

    .services-img {
        width: 50px;
        height: 50px;
    }

    .services-box h3 {
        font-size: 18px;
    }

    .services-box p {
        font-size: 14px;
    }

    .about-company-wrp {
        padding: 80px 0;
    }

    .abt-data h6 {
        font-size: 16px;
    }

    .counter-bx h2 {
        font-size: 42px;
    }

    .counter-bx h5 {
        font-size: 16px;
    }

    .quick-wrp {
        padding: 80px 0;
    }

    .quick-block {
        padding: 60px 60px;
    }

    .quick-block h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .custom-check ul li {
        margin: 0 15px 0 0;
    }

    .custom-check ul li .styled-checkbox + label {
        font-size: 14px;
    }

    .footer-top {
        padding: 45px 0;
    }

    .footer-abt p {
        font-size: 14px;
        line-height: 24px;
    }

    .quicklinks-rw {
        padding: 0;
        flex-flow: column;
    }

    .quicklinks {
        width: 100%;
        margin: 0 0 25px;
    }

    .quicklinks ul {
        display: flex;
        flex-wrap: wrap;
    }

    .quicklinks li {
        width: 50%;
    }

    .quicklinks li a {
        font-size: 14px
    }

    .news-letterbx {
        padding: 0;
    }

    .terms-list ul li {
        margin-right: 20px;
    }

    /* **** End Home Page **** */

    /* **** Blog Details Page **** */
    .blog-detail-wrp {
        padding: 100px 0 0;
    }

    .blog-detail-wrp h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .blog-detail-wrp h1 br {
        display: none;
    }

    .blog-detailimg img,
    .blog-detail-wrp .post-thumbnail img,
    .blog-detail-wrp .entry-content img {
        margin: 0 0 40px;
        border-radius: 10px;
    }

    .blog-detail-wrp h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-detail-wrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 0 40px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 span {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-detail-wrp h6:before {
        width: 35px;
        height: 35px;
    }

    .blog-detail-wrp h4 {
        font-size: 18px;
    }

    .blog-detail-wrp .blgsmlldt ul li {
        font-size: 14px;
    }

    .witerby {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .writenm h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .write-img {
        min-width: 55px;
    }

    .write-img img {
        width: 55px;
        height: 55px;
    }

    .more-blog h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .more-blog {
        padding: 60px 0 40px;
    }

    /* **** End Blog Details Page **** */

    /* **** Contact Page **** */
    .contact-wrp {
        padding: 150px 0 100px;
    }

    .contact-form {
        margin: 0 0 60px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form p {
        margin: 0 auto 45px;
        font-size: 14px
    }

    .stayin-touch h2 {
        font-size: 28px;
        text-align: center;
    }

    .cntbx a {
        font-size: 16px;
    }

    .contact-trustwrp {
        padding: 0 0 60px;
    }

    /* **** End Contact Page **** */
}

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

    /* **** Home Page **** */
    header,
    .site-header {
        padding: 25px 0
    }

    .navbar-brand img {
        height: 35px;
    }

    .site-header .site-branding img {
        width: 160px;
    }

    .navbar-light .navbar-nav li {
        margin-right: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 0;
    }

    .site-header .main-navigation a {
        margin: 0 10px;
        font-size: 14px;
    }

    .nav-btns {
        font-size: 14px;
        padding: 10px 24px;
    }

    .header-btn a {
        font-size: 14px;
        padding: 10px 24px;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 100px 0;
    }

    .banner-data h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .trusted-com-wrp h2 {
        margin: 0 0 25px;
    }

    .trusted-bx {
        padding: 20px 0;
    }

    .our-values-wrp {
        padding: 60px 0 0;
    }

    .our-values-wrp h2 {
        font-size: 32px;
    }

    .values-block {
        min-height: 370px;
        padding: 25px 15px;
        border-radius: 10px;
    }

    .values-block h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .values-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .abt-row {
        padding: 80px 0;
    }

    .abt-data h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 25px;
    }

    .abt-data p {
        font-size: 14px;
        margin: 0 0 25px;
    }

    .btn-main {
        font-size: 14px;
    }

    .testimonial-wrp {
        padding: 80px 0;
    }

    .testimonial-wrp h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .testimonial-block p {
        font-size: 14px;
    }

    .blog-wrp {
        padding: 80px 0 40px;
    }

    .titlebar {
        margin: 0 auto 35px;
    }

    .titlebar h6 {
        font-size: 18px;
    }

    .titlebar h2 {
        font-size: 32px;
    }

    .blog-box {
        padding: 15px;
    }

    .blog-img img {
        height: 200px;
    }

    .blog-dt h5 {
        font-size: 12px;
    }

    .blog-title-rw h3 {
        font-size: 15px;
    }

    .service-wrp {
        padding: 40px 0 80px;
    }

    .services-box {
        padding: 15px;
        min-height: 220px;
    }

    .services-img {
        width: 50px;
        height: 50px;
    }

    .services-box h3 {
        font-size: 18px;
    }

    .services-box p {
        font-size: 14px;
    }

    .about-company-wrp {
        padding: 80px 0;
    }

    .abt-data h6 {
        font-size: 16px;
    }

    .counter-bx h2 {
        font-size: 42px;
    }

    .counter-bx h5 {
        font-size: 16px;
    }

    .quick-wrp {
        padding: 80px 0;
    }

    .quick-block {
        padding: 60px 15px;
    }

    .quick-block h2 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .custom-check ul li {
        margin: 0 15px 0 0;
    }

    .custom-check ul li .styled-checkbox + label {
        font-size: 14px;
    }

    .footer-top {
        padding: 45px 0;
    }

    .footer-abt p {
        font-size: 14px;
        line-height: 24px;
    }

    .quicklinks-rw {
        padding: 0;
        flex-flow: column;
    }

    .quicklinks {
        width: 100%;
        margin: 0 0 25px;
    }

    .quicklinks ul {
        display: flex;
        flex-wrap: wrap;
    }

    .quicklinks li {
        width: 50%;
    }

    .quicklinks li a {
        font-size: 14px
    }

    .news-letterbx {
        padding: 0;
    }

    .terms-list ul li {
        margin-right: 20px;
    }

    /* **** End Home Page **** */

    /* **** Blog Details Page **** */
    .blog-detail-wrp {
        padding: 100px 0 0;
    }

    .blog-detail-wrp h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .blog-detail-wrp h1 br {
        display: none;
    }

    .blog-detailimg img,
    .blog-detail-wrp .post-thumbnail img,
    .blog-detail-wrp .entry-content img {
        margin: 0 0 40px;
        border-radius: 10px;
    }

    .blog-detail-wrp h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-detail-wrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 0 40px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 span {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-detail-wrp h6:before {
        width: 35px;
        height: 35px;
    }

    .blog-detail-wrp h4 {
        font-size: 18px;
    }

    .blog-detail-wrp .blgsmlldt ul li {
        font-size: 14px;
    }

    .witerby {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .writenm h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .write-img {
        min-width: 55px;
    }

    .write-img img {
        width: 55px;
        height: 55px;
    }

    .more-blog h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .more-blog {
        padding: 60px 0 40px;
    }

    /* **** End Blog Details Page **** */

    /* **** Contact Page **** */
    .contact-wrp {
        padding: 150px 0 100px;
    }

    .contact-form {
        margin: 0 0 60px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form p {
        margin: 0 auto 45px;
        font-size: 14px
    }

    .stayin-touch h2 {
        font-size: 28px;
        text-align: center;
    }

    .cntbx a {
        font-size: 16px;
    }

    .contact-trustwrp {
        padding: 0 0 60px;
    }

    .site-header .main-navigation .mega-menu-item a {
        padding: 0 8px !important;
        font-size: 14px !important;
    }

    /* **** End Contact Page **** */
}

@media(max-width:782px) {

    .admin-bar .site-header {
        margin-top: 44px;
    }

}

@media(max-width:767px) {

    .site-header .header-btn {
        display: none;
    }

    .site-header .nav-menu .header-btn {
        display: block !important;
    }

    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .menu-main-menu-container {
        left: 0;
        right: 0;
        top: 100%;
        display: none;
        margin-top: -25px;
        position: absolute;
        background: #030120;
        padding: 10px 15px 25px;
    }

    .main-navigation.toggled .menu-main-menu-container {
        display: block;
    }

    .site-header .menu-toggle:active,
    .site-header .menu-toggle:focus {
        outline: none;
    }

    .site-header .menu-toggle {
        font-size: 0;
        width: 24px;
        height: 18px;
        border: 0;
        position: relative;
        background: transparent;
        border-bottom: 2px solid #fff;
        transition: all 300ms linear;
        display: none !important;
    }

    .site-header .menu-toggle:after,
    .site-header .menu-toggle:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .site-header .menu-toggle:after {
        top: 8px;
    }

    .main-navigation.toggled .menu-toggle:after {
        transform: rotate(45deg);
    }

    .main-navigation.toggled .menu-toggle:before {
        transform: translateY(8px) rotate(-45deg);
    }

    .main-navigation.toggled .menu-toggle {
        border-color: transparent;
    }

    .site-header .main-navigation a {
        margin: 0;
        padding: 15px 0;
        display: block;
    }

    .site-header .header-btn {
        text-align: center;
        margin: auto;
    }

    .site-header .header-btn a {
        display: inline-block;
        padding: 13px 25px;
    }

    .site-header .mega-menu-wrap {
        position: static !important;
    }

    .site-header .mega-menu-wrap .mega-menu {
        top: 100% !important;
        left: 0 !important;
    }

    .mega-toggle-block .mega-toggle-animated-inner,
    .mega-toggle-block .mega-toggle-animated-inner:after,
    .mega-toggle-block .mega-toggle-animated-inner:before {
        height: 2px !important;
        background: #fff !important;
    }

    .mega-toggle-block .mega-toggle-animated-inner:before {
        top: 12px !important;
    }

    .mega-toggle-block .mega-toggle-animated-inner:after {
        top: 24px !important;
    }

    .site-header .main-navigation .header-btn {
        text-align: center !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        transform: translate3d(0, -24px, 0) rotate(-90deg);
    }

    .site-header .main-navigation .header-btn a {
        line-height: 1.2 !important;
        color: #E8424C !important;
        border-radius: 8px !important;
        padding: 15px 24px !important;
        display: inline-block !important;
        border: 1px solid #E8424C !important;
        box-sizing: border-box !important;
        height: auto !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        right: 0px;
    }

    .error-404 {
        padding: 140px 0 80px;
        text-align: center;
    }

    .error-404 .page-header {
        padding: 0 !important;
    }


}

@media(min-width:576px) and (max-width:767px) {

    /* **** Home Page **** */
    div#page{overflow: hidden;}
    .trusted-com-wrp ul{padding: 0;}
    .blog-detail-wrp .writenm p{margin: 0;}
    header,
    .site-header {
        padding: 25px 0
    }

    .navbar-brand img {
        height: 35px;
    }

    .site-header .site-branding img {
        width: 160px;
    }

    .nav-row {
        flex-flow: column;
    }

    .navbar-light .navbar-nav {
        margin: 0;
        width: 100%;
        padding: 15px 0;
    }

    .navbar-light .navbar-nav li {
        margin: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }

    .navbar-light .navbar-nav .nav-link i {
        margin-left: auto;
    }

    .navbar .navbar-nav li .dropdown-menu {
        width: 100%;
        min-width: 100%;
        padding: 15px;
    }

    .site-header .container {
        max-width: 100%;
        justify-content: space-between;
    }

    .banner-data h1 {
        font-size: 28px;
        text-align: center;
        line-height: 36px;
    }

    .banner-data p {
        text-align: center;
    }

    .banner-data .btn-main {
        margin: 0 auto 45px;
    }

    .trusted-com-wrp h2 {
        margin: 0 0 15px;
        line-height: 32px;
    }

    .trusted-com-wrp ul li {
        width: 33.33%;
    }

    .trusted-bx {
        padding: 20px 0;
    }

    .our-values-wrp {
        padding: 60px 0 0;
    }

    .our-values-wrp h2 {
        font-size: 28px;
        text-align: center;
    }

    .our-values-wrp h6 {
        text-align: center;
    }

    .values-block {
        padding: 30px 24px;
        min-height: auto;
        margin: 0 0 30px;
    }

    .values-block img {
        margin: 0 auto 25px;
    }

    .values-block h3 {
        text-align: center;
    }

    .values-block p {
        text-align: center;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 100px 0;
    }

    .abt-row {
        padding: 60px 0;
    }

    .abt-data {
        padding: 40px 0 0;
    }

    .abt-data h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

    .abt-data p {
        text-align: center;
    }

    .abt-data .btn-main {
        margin: 0 auto;
    }

    .abt-row:nth-child(even) .row {
        flex-flow: column-reverse;
    }

    .testimonial-wrp {
        padding: 60px 0;
    }

    .testimonial-wrp h2 {
        font-size: 28px;
        margin: 0 0 25px;
    }

    .blog-wrp {
        padding: 60px 0;
    }

    .titlebar h2 {
        font-size: 28px;
    }

    .blog-box {
        padding: 15px;
        margin: 0 0 25px;
    }

    .service-wrp {
        padding: 60px 0;
    }

    .services-box {
        padding: 15px;
    }

    .services-box h3 {
        font-size: 18px;
    }

    .about-company-wrp {
        padding: 60px 0;
    }

    .about-company-wrp .abt-data h6 {
        text-align: center;
    }

    .counter-row {
        padding: 60px 0 0;
    }

    .counter-bx {
        margin: 0 0 25px;
    }

    .counter-bx h2 {
        font-size: 30px;
        margin: 0 0 5px;
    }

    .quick-wrp {
        padding: 40px 0 60px;
        overflow: hidden;
    }

    .quick-wrp .container {
        padding: 0;
    }

    .quick-block {
        padding: 40px 15px;
        border-radius: 0;
    }

    .quick-block h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .custom-check h4 {
        font-size: 16px;
        text-align: center;
    }

    .custom-check {
        padding: 15px 0;
    }

    .custom-check ul {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-check ul li {
        width: 33.33%;
        margin: 0 0 15px 0;
    }

    .footer-top {
        padding: 40px 0;
    }

    .footer-abt img {
        margin: 0 auto 25px;
    }

    .footer-abt p {
        text-align: center;
        margin: 0 0 25px;
    }

    .quicklinks-rw {
        padding: 0;
        flex-flow: column;
    }

    .quicklinks {
        width: 100%;
        margin: 0 0 25px;
    }

    .quicklinks li a {
        font-size: 14px;
        text-align: center;
    }

    .social-bx h4 {
        font-size: 14px;
        text-align: center;
    }

    .social-bx {
        margin: 0 0 25px;
        text-align: center;
    }

    .news-letterbx {
        padding: 0;
    }

    .news-letterbx h3 {
        text-align: center;
    }

    .news-letterbx .btn-group {
        justify-content: center;
    }

    .copyright .row {
        flex-flow: column-reverse;
    }

    .terms-list ul {
        justify-content: center;
        margin: 0 0 15px;
    }

    .copyright p {
        text-align: center;
    }

    /* **** End Home Page **** */

    /* **** Blog Details Page **** */
    .blog-detail-wrp {
        padding: 100px 0 0;
    }

    .blog-detail-wrp h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .blog-detail-wrp h1 br {
        display: none;
    }

    .blog-detail-wrp ul {
        flex-flow: column;
    }

    .blog-author ul li {
        width: 100%;
        margin: 0 0 15px;
    }

    .blog-author ul li:after {
        display: none;
    }

    .blog-share {
        justify-content: flex-start;
        margin: 15px 0 0;
    }

    .blog-detailimg img,
    .blog-detail-wrp .post-thumbnail img,
    .blog-detail-wrp .entry-content img {
        margin: 0 0 40px;
        border-radius: 10px;
    }

    .blog-detail-wrp h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-detail-wrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 0 40px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 span {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-detail-wrp h6:before {
        width: 35px;
        height: 35px;
    }

    .blog-detail-wrp h4 {
        font-size: 18px;
    }

    .blog-detail-wrp .blgsmlldt ul li {
        font-size: 14px;
    }

    .witerby {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .writenm h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .write-img {
        min-width: 55px;
    }

    .write-img img {
        width: 55px;
        height: 55px;
    }

    .more-blog h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .more-blog {
        padding: 60px 0 40px;
    }

    /* **** End Blog Details Page **** */

    /* **** Contact Page **** */
    .contact-wrp {
        padding: 100px 0 60px;
    }

    .contact-form {
        margin: 0 0 60px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form p {
        margin: 0 auto 45px;
        font-size: 14px
    }

    .contact-form .btn-group {
        justify-content: center;
    }

    .stayin-touch h2 {
        font-size: 28px;
        text-align: center;
    }

    .cntbx {
        text-align: center;
        margin: 0 0 25px;
    }

    .cntbx h4 {
        text-align: center;
        font-size: 14px;
    }

    .cntbx a {
        font-size: 16px;
        text-align: center;
    }

    .contact-trustwrp {
        padding: 0 0 60px;
    }

    /* **** End Contact Page **** */
}

@media(min-width:448px) and (max-width:575px) {

    /* **** Home Page **** */
    div#page{overflow: hidden;}
    .trusted-com-wrp ul{padding: 0;}
    .blog-detail-wrp .writenm p{margin: 0;}
    header,
    .site-header {
        padding: 25px 0
    }

    .navbar-brand img {
        height: 35px;
    }

    .site-header .site-branding img {
        width: 160px;
    }

    .nav-row {
        flex-flow: column;
    }

    .navbar-light .navbar-nav {
        margin: 0;
        width: 100%;
        padding: 15px 0;
    }

    .navbar-light .navbar-nav li {
        margin: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }

    .navbar-light .navbar-nav .nav-link i {
        margin-left: auto;
    }

    .navbar .navbar-nav li .dropdown-menu {
        width: 100%;
        min-width: 100%;
        padding: 15px;
    }

    .banner-data h1 {
        font-size: 28px;
        text-align: center;
        line-height: 36px;
    }

    .banner-data p {
        text-align: center;
    }

    .banner-data .btn-main {
        margin: 0 auto 45px;
    }

    .trusted-com-wrp h2 {
        margin: 0 0 15px;
        line-height: 32px;
    }

    .trusted-com-wrp ul li {
        width: 33.33%;
    }

    .trusted-bx {
        padding: 20px 0;
    }

    .our-values-wrp {
        padding: 60px 0 0;
    }

    .our-values-wrp h2 {
        font-size: 28px;
        text-align: center;
    }

    .our-values-wrp h6 {
        text-align: center;
    }

    .values-block {
        padding: 30px 24px;
        min-height: auto;
        margin: 0 0 30px;
    }

    .values-block img {
        margin: 0 auto 25px;
    }

    .values-block h3 {
        text-align: center;
    }

    .values-block p {
        text-align: center;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 100px 0;
    }

    .abt-row {
        padding: 60px 0;
    }

    .abt-data {
        padding: 40px 0 0;
    }

    .abt-data h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

    .abt-data p {
        text-align: center;
    }

    .abt-data .btn-main {
        margin: 0 auto;
    }

    .abt-row:nth-child(even) .row {
        flex-flow: column-reverse;
    }

    .testimonial-wrp {
        padding: 60px 0;
    }

    .testimonial-wrp h2 {
        font-size: 28px;
        margin: 0 0 25px;
    }

    .blog-wrp {
        padding: 60px 0;
    }

    .titlebar h2 {
        font-size: 28px;
    }

    .blog-box {
        padding: 15px;
        margin: 0 0 25px;
    }

    .service-wrp {
        padding: 60px 0;
    }

    .services-box h3 {
        font-size: 18px;
    }

    .about-company-wrp {
        padding: 60px 0;
    }

    .about-company-wrp .abt-data h6 {
        text-align: center;
    }

    .counter-row {
        padding: 60px 0 0;
    }

    .counter-bx {
        margin: 0 0 25px;
    }

    .counter-bx h2 {
        font-size: 30px;
        margin: 0 0 5px;
    }

    .quick-wrp {
        padding: 40px 0 60px;
        overflow: hidden;
    }

    .quick-wrp .container {
        padding: 0;
    }

    .quick-block {
        padding: 40px 15px;
        border-radius: 0;
    }

    .quick-block h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .custom-check h4 {
        font-size: 16px;
        text-align: center;
    }

    .custom-check {
        padding: 15px 0;
    }

    .custom-check ul {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-check ul li {
        width: 50%;
        margin: 0 0 15px 0;
    }

    .footer-top {
        padding: 40px 0;
    }

    .footer-abt img {
        margin: 0 auto 25px;
    }

    .footer-abt p {
        text-align: center;
        margin: 0 0 25px;
    }

    .quicklinks-rw {
        padding: 0;
        flex-flow: column;
    }

    .quicklinks {
        width: 100%;
        margin: 0 0 25px;
    }

    .quicklinks li a {
        font-size: 14px;
        text-align: center;
    }

    .social-bx h4 {
        font-size: 14px;
        text-align: center;
    }

    .social-bx {
        margin: 0 0 25px;
        text-align: center;
    }

    .news-letterbx {
        padding: 0;
    }

    .news-letterbx h3 {
        text-align: center;
    }

    .news-letterbx .btn-group {
        justify-content: center;
    }

    .copyright .row {
        flex-flow: column-reverse;
    }

    .terms-list ul {
        justify-content: center;
        margin: 0 0 15px;
    }

    .copyright p {
        text-align: center;
    }

    /* **** End Home Page **** */

    /* **** Blog Details Page **** */
    .blog-detail-wrp {
        padding: 100px 0 0;
    }

    .blog-detail-wrp h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .blog-detail-wrp h1 br {
        display: none;
    }

    .blog-detail-wrp ul {
        flex-flow: column;
    }

    .blog-author ul li {
        width: 100%;
        margin: 0 0 15px;
    }

    .blog-author ul li:after {
        display: none;
    }

    .blog-share {
        justify-content: flex-start;
        margin: 15px 0 0;
    }

    .blog-detailimg img,
    .blog-detail-wrp .post-thumbnail img,
    .blog-detail-wrp .entry-content img {
        margin: 0 0 40px;
        border-radius: 10px;
    }

    .blog-detail-wrp h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-detail-wrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 0 40px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 span {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-detail-wrp h6:before {
        width: 35px;
        height: 35px;
    }

    .blog-detail-wrp h4 {
        font-size: 18px;
    }

    .blog-detail-wrp .blgsmlldt ul li {
        font-size: 14px;
    }

    .witerby {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .writenm h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .write-img {
        min-width: 55px;
    }

    .write-img img {
        width: 55px;
        height: 55px;
    }

    .more-blog h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .more-blog {
        padding: 60px 0 40px;
    }

    /* **** End Blog Details Page **** */

    /* **** Contact Page **** */
    .contact-wrp {
        padding: 100px 0 60px;
    }

    .contact-form {
        margin: 0 0 60px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form p {
        margin: 0 auto 45px;
        font-size: 14px
    }

    .contact-form .btn-group {
        justify-content: center;
    }

    .stayin-touch h2 {
        font-size: 28px;
        text-align: center;
    }

    .cntbx {
        text-align: center;
        margin: 0 0 25px;
    }

    .cntbx h4 {
        text-align: center;
        font-size: 14px;
    }

    .cntbx a {
        font-size: 16px;
        text-align: center;
    }

    .contact-trustwrp {
        padding: 0 0 60px;
    }

    /* **** End Contact Page **** */
}

@media(max-width:447px) {

    /* **** Home Page **** */

    header,
    .site-header {
        padding: 25px 0
    }

    .navbar-brand img {
        height: 35px;
    }

    .site-header .site-branding img {
        width: 160px;
    }

    .nav-row {
        flex-flow: column;
    }

    .navbar-light .navbar-nav {
        margin: 0;
        width: 100%;
        padding: 15px 0;
    }

    .navbar-light .navbar-nav li {
        margin: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }

    .navbar-light .navbar-nav .nav-link i {
        margin-left: auto;
    }

    .navbar .navbar-nav li .dropdown-menu {
        width: 100%;
        min-width: 100%;
        padding: 15px;
    }

    .banner-data h1 {
        font-size: 28px;
        text-align: center;
        line-height: 36px;
    }

    .banner-data p {
        text-align: center;
    }

    .banner-data .btn-main {
        margin: 0 auto 45px;
    }

    .trusted-com-wrp h2 {
        margin: 0 0 15px;
        line-height: 32px;
    }

    .trusted-com-wrp ul li {
        width: 50%;
    }

    .trusted-bx {
        padding: 20px 0;
    }

    .our-values-wrp {
        padding: 60px 0 0;
    }

    .our-values-wrp h2 {
        font-size: 28px;
        text-align: center;
    }

    .our-values-wrp h6 {
        text-align: center;
    }

    .values-block {
        padding: 30px 24px;
        min-height: auto;
        margin: 0 0 30px;
    }

    .values-block img {
        margin: 0 auto 25px;
    }

    .values-block h3 {
        text-align: center;
    }

    .values-block p {
        text-align: center;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 100px 0;
    }

    .abt-row {
        padding: 60px 0;
    }

    .abt-data {
        padding: 40px 0 0;
    }

    .abt-data h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

    .abt-data p {
        text-align: center;
    }

    .abt-data .btn-main {
        margin: 0 auto;
    }

    .abt-row:nth-child(even) .row {
        flex-flow: column-reverse;
    }

    .testimonial-wrp {
        padding: 60px 0;
    }

    .testimonial-wrp h2 {
        font-size: 28px;
        margin: 0 0 25px;
    }

    .blog-wrp {
        padding: 60px 0;
    }

    .titlebar h2 {
        font-size: 28px;
    }

    .blog-box {
        padding: 15px;
        margin: 0 0 25px;
    }

    .service-wrp {
        padding: 60px 0;
    }

    .services-box h3 {
        font-size: 18px;
    }

    .about-company-wrp {
        padding: 60px 0;
    }

    .about-company-wrp .abt-data h6 {
        text-align: center;
    }

    .counter-row {
        padding: 60px 0 0;
    }

    .counter-bx {
        margin: 0 0 25px;
    }

    .counter-bx h2 {
        font-size: 30px;
        margin: 0 0 5px;
    }

    .quick-wrp {
        padding: 40px 0 60px;
        overflow: hidden;
    }

    .quick-wrp .container {
        padding: 0;
    }

    .quick-block {
        padding: 40px 15px;
        border-radius: 0;
    }

    .quick-block h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .custom-check h4 {
        font-size: 16px;
        text-align: center;
    }

    .custom-check {
        padding: 15px 0;
    }

    .custom-check ul {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-check ul li {
        width: 50%;
        margin: 0 0 15px 0;
    }

    .footer-top {
        padding: 40px 0;
    }

    .footer-abt img {
        margin: 0 auto 25px;
    }

    .footer-abt p {
        text-align: center;
        margin: 0 0 25px;
    }

    .quicklinks-rw {
        padding: 0;
        flex-flow: column;
    }

    .quicklinks {
        width: 100%;
        margin: 0 0 25px;
    }

    .quicklinks li a {
        font-size: 14px;
        text-align: center;
    }

    .social-bx h4 {
        font-size: 14px;
        text-align: center;
    }

    .social-bx {
        margin: 0 0 25px;
        text-align: center;
    }

    .news-letterbx {
        padding: 0;
    }

    .news-letterbx h3 {
        text-align: center;
    }

    .news-letterbx .btn-group {
        justify-content: center;
    }

    .copyright .row {
        flex-flow: column-reverse;
    }

    .terms-list ul {
        justify-content: center;
        margin: 0 0 15px;
    }

    .copyright p {
        text-align: center;
    }

    /* **** End Home Page **** */

    /* **** Blog Details Page **** */
    .blog-detail-wrp {
        padding: 100px 0 0;
    }

    .blog-detail-wrp h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .blog-detail-wrp h1 br {
        display: none;
    }

    .blog-detail-wrp ul {
        flex-flow: column;
    }

    .blog-author ul li {
        width: 100%;
        margin: 0 0 15px;
    }

    .blog-author ul li:after {
        display: none;
    }

    .blog-share {
        justify-content: flex-start;
        margin: 15px 0 0;
    }

    .blog-detailimg img,
    .blog-detail-wrp .post-thumbnail img,
    .blog-detail-wrp .entry-content img {
        margin: 0 0 40px;
        border-radius: 10px;
    }

    .blog-detail-wrp h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .blog-detail-wrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 0 40px;
        margin: 0 0 40px;
    }

    .blog-detail-wrp h6 span {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-detail-wrp h6:before {
        width: 35px;
        height: 35px;
    }

    .blog-detail-wrp h4 {
        font-size: 18px;
    }

    .blog-detail-wrp .blgsmlldt ul li {
        font-size: 14px;
    }

    .witerby {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .writenm h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .write-img {
        min-width: 55px;
    }

    .write-img img {
        width: 55px;
        height: 55px;
    }

    .more-blog h2 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .more-blog {
        padding: 60px 0 40px;
    }

    /* **** End Blog Details Page **** */

    /* **** Contact Page **** */
    .contact-wrp {
        padding: 100px 0 60px;
    }

    .contact-form {
        margin: 0 0 60px;
    }

    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form p {
        margin: 0 auto 45px;
        font-size: 14px
    }

    .contact-form .btn-group {
        justify-content: center;
    }

    .stayin-touch h2 {
        font-size: 28px;
        text-align: center;
    }

    .cntbx {
        text-align: center;
        margin: 0 0 25px;
    }

    .cntbx h4 {
        text-align: center;
        font-size: 14px;
    }

    .cntbx a {
        font-size: 16px;
        text-align: center;
    }

    .contact-trustwrp {
        padding: 0 0 60px;
    }

    div#page{overflow: hidden;}
    .trusted-com-wrp ul{padding: 0;}
    .blog-detail-wrp .writenm p{margin: 0;}
    /* **** End Contact Page **** */
}
