/*!
Theme Name: arrano
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arrano
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.

arrano 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #2c2f38;
    font-family: poppins;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
}

p {
    margin-top: 0;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

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

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* 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;
}

body {
    background: #fff;
}

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;
}

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

figure {
    margin: 1em 0;
}

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

/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    font-size: 0.75rem;
    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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    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;
}

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

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

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

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

.main-navigation li {
    float: left;
    position: relative;
}

.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: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

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

/*--------------------------------------------------------------
# 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: 14px;
    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. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

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

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

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

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

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.clearfix::after {
    clear: both;
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.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;
}

/*--------------------------------------------------------------
# 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;
}

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

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

/* 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;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
body {
    font-size: 19px;
    position: relative;
}

.team-details-wrapper h3,
.home .team-details-wrapper h3,
.ct-carousel-inner h3 a,
.home .privacy-policy-section h4,
body,
 button, input, select, optgroup, textarea{
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-family: 'Calibri Light';
}

.banner-wrapper h1,
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6{
    font-family: 'Georgia Bold';
}

h1, h2, h3, h4, h5, h6, .inner-banner,
.rpwwt-widget li .rpwwt-post-title,
.comment-author b.fn{
    /*font-family: 'Playfair Display', serif;*/
    /*font-family: 'Georgia Bold';*/
    line-height: 1.2;
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ct-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ct-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.align-middle {
    align-items: center !important;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

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

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

.sec-color {
    color: #2e3192;
}

.btn,
.btn:visited {
    background-color: #2e3192;
    border: 2px solid #2e3192;
    color: #fff;
    text-decoration: none;
    padding: 15px 50px;
}

.btn:hover,
.btn:visited:hover {
    background-color: transparent;
    color: #2e3192;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    background: #fff;
    padding: 30px 0;
    position: relative;
    z-index: 9;
}

/*===========================================
## Primary Menu
=============================================*/
.main-navigation li a {
    padding: 10px 20px;
    line-height: 1.5;
}

.main-navigation li a,
.main-navigation li a:visited {
    color: #110e07;
}

.main-navigation ul ul {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: left;

}

.main-navigation ul ul li {
    border-bottom: 1px solid #ddd;
}

.main-navigation ul ul li:last-child {
    border: none;
}

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

#primary-menu > li.menu-item-has-children > a::after {
    color: #000;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 7px;
    color: #000;
}

.main-navigation ul li a:hover, .main-navigation ul li a:visited:hover, .main-navigation ul li.current-menu-item > a {
    color: #2e3192;

}

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

/*===========================================
## Banner
=============================================*/
canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    background-color: #fcfcfc;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
    max-height: 900px;
    z-index: 1;
}

#banner-section,
.front-content-wrapper,
.section-wrapper,
.site-footer {
    z-index: 5;
    position: relative;
    padding: 30px 0;
}

#banner-section {
    padding: 30px 15px;
}

.banner-wrapper {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-wrapper h1 {
    font-size: 38px;
}

.front-content-wrapper {
    background-color: #f5f5f5;
}

.about-text-wrapper h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.section-header-wrapper h2,
.about-text-wrapper h2 {
    font-size: 38px;
    margin-bottom: 25px;
}

#more-about {
    display: none;
}

.team-details-wrapper h3 {
    margin-bottom: 10px;
}

.team-description p {
    margin-bottom: 10px;
}

.ct-blog-carousel {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ct-blog-carousel li {
    padding: 0 20px;
}

.ct-carousel-inner {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.slick-prev, .slick-next{
    width: auto;
    height: auto;
    display: block;
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    background-color: #fff;
    border-radius: 100%;
    color: #2e3192;
    display: block;

    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #fff;
    background-color: #2e3192;
    display: block;
    cursor: pointer;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.ct-carousel-inner img {
    margin-bottom: 10px;
}

.ct-carousel-inner a {
    text-decoration: none;
}

.ct-carousel-inner h3 {
    margin-bottom: 15px;
}

.ct-carousel-inner h3 a {
    color: #2c2f38;
    font-size: 26px;
}

.ct-carousel-inner .post-meta {
    font-size: 16px;
    color: #384a5e;
}

.ct-carousel-inner .post-meta a {
    color: #2e3192;
}

.ct-post-meta .posted-on {
    float: left;
    width: 70%;
}

.ct-post-meta .ct-comment {
    float: right;
    width: 30%;
}

/*===========================================
## Footer
=============================================*/
.section-contact-column{
    margin-top: 30px;
}
.contact-single{
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px 0px #ddd;
    -moz-box-shadow: 1px 1px 10px 0px #ddd;
    box-shadow: 1px 1px 10px 0px #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-contact-column img{
    display: block;
    margin: 0 auto 20px auto;
}
.section-contact-column a{
    color: #2c2f38;
    text-decoration: none;
}
.section-contact-column a:hover{
    color: #2e3192;
    text-decoration: underline;
}
.footer-top .section-header-wrapper h3{
    margin-bottom: 0;
}

.footer-main,
.main-content-area{
    padding: 60px 0;
}
.footer-main-column h2{
    font-size: 34px;
    margin-bottom: 10px;
}
.footer-main-column p{
    margin-bottom: 15px;
}
.footer-main-column input[type="text"],
.footer-main-column input[type="email"],
.footer-main-column textarea{
margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #2c2f38;
    width: 100%;
    border-radius: 0;
}
input[type="submit"]{
    border-radius: 0;
    background-color: #2e3192;
    border: 2px solid #2e3192;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
input[type="submit"]:active,
input[type="submit"]:hover{
    border-color: #2e3192;
    background-color: transparent;
    color: #2e3192;
    cursor: pointer;
}
.footer-copyright{
    padding-top: 30px;
    border-top: 1px solid rgba(46, 49, 146, 0.3);
}
.footer-bottom{
    padding: 30px 0 50px;
}
.footer-bottom ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-bottom ul li{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
.footer-bottom ul li:last-child{
    margin-right: 0;
}
.footer-bottom a{
    color: #2c2f38;
    text-decoration: none;
}
.footer-bottom a:hover{
    text-decoration: underline;
}
.footer-bottom-social ul li{
    margin-right: 7px;
}
.footer-bottom-social a{
   width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid rgba(46, 49, 146, 0.3);
    color: rgba(46, 49, 146, 0.3);
}
.footer-bottom-social a:hover{
    border-color: #fff;
    color: rgba(46, 49, 146, 1);
}
.social-share .heateor_sss_sharing_title{
    font-size: 16px;
}

/*===========================================
## Inner Pages
=============================================*/
.inner-banner{
    padding: 80px 0;
    background-image: url('inc/assets/img/banner-bg.jpg');
    background-size: cover;
}
.inner-banner,
.inner-banner a{
    color: #fff;
    text-decoration: none;
}
.inner-banner span[property="itemListElement"],
.inner-banner span.post{
    margin-right: 7px;
    margin-left: 7px;
}
.inner-banner span[property="itemListElement"]:first-child{
    margin-left: 0;
}
.inner-banner span{
    font-size: 18px;
    line-height: 1.5;
}
.inner-banner h1,
.inner-banner h2{
    font-size: 38px;
    margin-bottom: 10px;
}
.inner-banner h1 span{
    font-size: 38px;
}
.inner-banner p{
    margin-bottom: 10px;
}
.entry-title a{
    text-decoration: none;
    color: #333146;
}
.entry-title a:hover{
    color: #2e3192;
}
.blog-content-area .entry-title{
    font-size: 32px;
    margin-bottom: 20px;
}
.blog-content-area .post-thumbnail img{
    width: 100%;
    height: auto;
}
.search-form input[type="search"]{
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    line-height: 50px;
    font-size: 18px;
}
.single-content-area h1{
    font-size: 40px;
    margin-bottom: 15px;
    color: #2e3192;
}
#secondary .widget{
margin-bottom: 50px;
}
#secondary .widget:last-child{
    margin-bottom: 0;
}
#secondary .widget-title{
    font-size: 25px;
    position: relative;
    padding-left: 60px;
}
#secondary .widget-title:before{
    width: 50px;
    height: 2px;
    top: 15px;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    background-color: #333146;
}
#secondary .widget ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#secondary .widget a{
    text-decoration: none;
    color: #2c2f38;
}
#secondary .widget li{
    padding-left: 25px;
    position: relative;
    margin-top: 10px;
}
#secondary .widget .rpwwt-widget li{
    padding-left: 0;
}
#secondary .widget li:before{
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    content: "\f101";
    position: absolute;
}
#secondary .rpwwt-widget ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#secondary .widget .rpwwt-widget li:before{
    content:'';
}
.rpwwt-widget li .rpwwt-post-title{
    color: #333146;
    font-size: 18px;
    margin-bottom: 5px;
}
.rpwwt-widget li .rpwwt-post-date{
    color: #6a7a83;
    font-size: 14px;
}
.tagcloud a.tag-cloud-link{
    background: #eef1f4;
    color: #6a7a83;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tagcloud a.tag-cloud-link:hover,
#secondary .tagcloud a.tag-cloud-link:hover{
    color: #fff;
    background-color: #2e3192;
}
.single-content-area .entry-footer{
    margin-top: 20px;
}

.single-content-area .byline,
.single-content-area .posted-on,
.blog-content-inner .posted-on{
    padding-right: 15px;
    border-right: 1px solid #6a7a83;
    margin-right: 15px;
}
.entry-footer .byline,
.entry-footer .tags-links{
    padding-right: 25px;
    margin-right: 15px;
}
.blog-content-area .entry-footer{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.entry-footer .comments-link:before{
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: "\f075";
}
.entry-meta a,.entry-footer a{
    color: #6a7a83;
    text-decoration: none;
}
.entry-meta, .entry-footer{
    margin-bottom: 10px;
    font-size: 16px;
}
.single-content-area .entry-content{
    font-size: 18px;
}
.single-content-area .entry-content a{
     color: #2e3192;
    text-decoration: none;
}
.single-content-area .entry-content a:hover{
    text-decoration: underline;
}
.entry-footer a,
.comments-area a{
    color: #6a7a83;
    text-decoration: none;
}
.comments-area a:hover{
    color: #2e3192;
}
#comments{
    margin-top: 40px;
}
.comment-list{
    margin: 0;
    padding: 0;
}
.comment-body{
    position: relative;
    font-size: 16px;
}
.comment-body .reply{
    position: absolute;
    top: 0;
    right: 0;
}
.comment-body .reply a{
    color: #2e3192;
    font-weight: bold;
}
.comment-body .reply a:before{
    content: "\f122";
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 16px;
}
#respond{
    margin-top: 30px;
}
#reply-title{
    font-size: 38px;
    margin-bottom: 5px;
}
table {
    border-collapse: collapse;
}

th, td {
    border: 1px solid #444;
    padding: 5px;
}
blockquote{
    font-size: 20px;
    color: #333146;
    position: relative;
    padding-top: 15px;
    color: #333146;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
}
blockquote:before{
    font-family: 'FontAwesome';
    content: "\f10d";
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba( 46, 49, 146, 0.5)
}
.blog-content-area article.post,
.blog-content-area article.page{
    margin-bottom: 40px;
}
.blog-content-inner{
    padding: 30px;
    background-color: #fff;
}
.blog-content-area .post-thumbnail img,
.blog-content-area .post-thumbnail{
    display: block;
    line-height: 1;
}
.read-more a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #2e3192;
}
.read-more a:hover{
    text-decoration: underline;
}
.ct-pagination {
    text-align: center;
    clear: both;
    float: none;
}
.ct-pagination .page-numbers {
    border: 1px solid #333146;
    border-radius: 100%;
    padding: 2px 12px;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    color: #333146;
}
.ct-pagination .page-numbers.current, .ct-pagination .page-numbers:hover {
    background-color: #2e3192;
    border: 1px solid #2e3192;
    color: #fff;
}
section.error-404 {
    padding: 50px 0;
}
section.error-404 h1 {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    color: #111011;
    text-shadow: 4px 4px 0 #2e3192;
}
section.error-404 h2 {
    font-size: 40px;
    font-weight: 600;
}
.privacy-policy-section{
    margin-top: 30px;
}
.privacy-policy-section h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.privacy-policy-section{
    font-size: 16px;
}
.banner-section-wrapper{
    position: relative;
    background-color: #fcfcfc;
    overflow: hidden;
}
.banner-section-wrapper iframe {

    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
.about-other-section{
    margin-top: 30px;
}
.about-hidden-column h4{
    margin-bottom: 5px;
    margin-top: 5px;
}
.read-less{
    margin-top: 30px;
}
.about-other-section{
    display: none;
}
.site-branding img{
    max-width: 300px;
}
@media (min-width: 576px) {

}
@media (max-width: 480px) {
    .site-branding img {
        max-width: 250px;
    }
    .menu-toggle{
        top: -67px !important;
    }
}
@media (max-width: 350px) {
    .site-branding img {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .site-branding{
        padding-right: 105px !important;
    }
    .menu-toggle {
        position: absolute;
        right: 30px;
        top: -80px;
        background-color: #2e3192;
        border-color: #2e3192;
        font-size: 20px;
        color: #fff;
    }

    .menu-toggle i,
    .main-navigation ul li a,
    .main-navigation ul li a:hover,
    .main-navigation ul li a:visited,
    .main-navigation ul li a:visited:hover,
    .main-navigation ul ul li.current-menu-item > a,
    .main-navigation ul ul li.current-menu-item > a:visited {
        color: #fff;
    }

    #primary-menu {
        background-color: #2e3192;
        color: #fff;
        padding: 15px;
        margin-bottom: 15px;
    }

    .main-navigation li {
        float: none;
        position: static;
        width: 100%;
        display: block;
    }

    .main-navigation ul ul {
        float: none;
        width: auto;
        margin-left: 30px;
        position: relative;
        display: none;
        height: 0;

    }

    .main-navigation ul li.focus > ul {
        display: block;
        height: auto;
    }

    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 0;
        margin: 0 15px 15px 30px;
    }

    .main-navigation ul ul a {
        color: #2e3192;
    }

    .about-image-wrapper {
        margin-bottom: 40px;
    }

    .team-description .team-name,
    .team-description .team-position {
        display: none;
    }

    .team-description {
        background-image: none !important;
    }

    .section-team-single {
        margin-top: 30px;
    }

    .section-team-single:first-child {
        margin-top: 0;
    }

    .team-social a,
    .team-social a:visited {
        color: #2e3192;
    }

    .slick-prev {
        z-index: 9;
        left: 0;
    }

    .slick-next {
        z-index: 9;
        right: 20px;
    }
    .footer-main-column:first-child{
        margin-bottom: 40px ;
    }
    .social-share{
        margin-top: 20px;
    }
    #secondary{
        margin-top: 40px;
    }
    .about-hidden-column:first-child{
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
	.ct-center-row{
		
  align-items: center;
  justify-content: center;
	}
    .slick-next{
        right: -45px;
    }
    .product-image-column{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;

    }
    .product-text-column{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .site-branding,
    .section-team-single,
    .footer-bottom-social {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ct-navigation,
    .banner-wrapper,
    .footer-bottom-menu {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .about-image-wrapper {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .about-text-wrapper,
    .section-header-wrapper {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .section-contact-column,
    #secondary {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #primary {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #secondary {
        padding-left: 55px;
    }

    .footer-main-column,
    .about-hidden-column{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    #primary-menu {
        float: right;
    }

    #primary-menu .highlight-menu a {

        background-color: #2e3192;
        color: #fff;
        border: 2px solid #2e3192;
    }

    #primary-menu .highlight-menu a:hover {
        background-color: transparent;
        color: #2e3192;
        text-decoration: none;
    }

    #banner-section {
        padding: 60px 15px;
    }

    .banner-wrapper {
        padding: 60px;
    }

    .banner-wrapper h1 {
        font-size: 56px;
        margin-bottom: 25px;
    }

    .front-content-wrapper {
        /*background: #f5f5f5 url('inc/assets/img/bg.png') no-repeat scroll left center;*/
background-color: #f5f5f5;
    }

    .front-content-wrapper, .section-wrapper {
        padding: 60px 0;
    }

    .about-text-wrapper {
        padding-right: 30px;
        -ms-flex-order: 1;
        order: 1;
    }

    .about-text-wrapper h3 {
        font-size: 40px;
    }

    .section-header-wrapper h2,
    .about-text-wrapper h2 {
        font-size: 56px;
    }

    .about-text-wrapper p {
        font-size: 22px;
    }

    .about-image-wrapper {
        padding-left: 30px;
        -ms-flex-order: 2;
        order: 2;
    }
    .about-other-section{
        margin-top: 60px;
    }

    /*.about-image-wrapper:before {*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    display: table;*/
    /*    background-image: url('inc/assets/img/bg.png');*/
    /*    width: 245px;*/
    /*    height: 109px;*/
    /*    background-size: cover;*/
    /*    left: -80px;*/
    /*    top: 30px*/
    /*}*/

    .section-header-wrapper p {
        font-size: 24px;
    }

    .team-details-wrapper {
        position: relative;
        height: 100%;
    }

    .team-details-wrapper:hover .team-description {
        display: block;
    }

    .team-description {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
    }

    .team-description:before {
        content: '';
        background-color: rgba(46, 49, 146, 0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
    }

    .team-description div,
    .team-description p,
    .team-description a {
        color: #fff;
        position: relative;
        z-index: 9;
    }

    .team-name {
        font-weight: bold;
        font-size: 24px;
        padding: 20px 20px 0;
    }

    .team-position {
        padding: 0 20px 5px 20px;
    }

    .team-description p {
        padding: 20px 20px 5px 20px;
        font-size: 15px;
    }

    .team-social {
        padding: 0 20px 5px;
    }

    .team-social a:hover {
        color: #2e3192;
    }

    .ct-blog-carousel {
        margin: 0;
        padding-left: 20px;
    }

    /*.ct-carousel-inner {*/
    /*    min-height: 485px;*/
    /*}*/

    .site-content {
        background-color: #f5f5f5;
        padding-bottom: 350px;
    }

    .site-footer {
        margin-top: -330px;
    }

    .contact-single {
        position: relative;
        height: 100%;
    }


    .footer-main,
    .main-content-area {
        padding: 120px 0;
    }

    .footer-main-column h2 {
        font-size: 48px;
    }

    .footer-bottom-social {
        text-align: right;
    }

    .inner-banner {
        padding: 160px 0;
    }

    .inner-banner h1,
    .inner-banner h2,
    .inner-banner h1 span{
        font-size: 60px;
    }

    .single-content-area .entry-content {
        position: relative;
        padding-left: 80px;
    }

    .single-content-area .heateor_sss_sharing_container {
        position: absolute;
        width: 55px;
        left: 0;
        top: 0;
    }

    .comment-form-author, .comment-form-email, .comment-form-url {
        float: left;
        width: 31%;
    }

    .comment-form-author, .comment-form-email {
        margin-right: 3.5%;
    }

    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }
    .read-more,
    .social-share{
        float: left;
        width: 50%;
    }
    .social-share{
        text-align: right;
    }
    .social-share .heateor_sss_sharing_ul,
    .social-share .heateor_sss_sharing_title{
        display: inline-block;
    }
    .social-share .heateor_sss_sharing_title{
        position: relative;
        bottom: 15px;
        margin-right: 10px;
    }
    section.error-404 h1 {
        font-size: 188px;
    }
    section.error-404 h2 {
        font-size: 60px;
    }

    .privacy-policy-section{
        margin-top: 50px;
    }
    .read-less{
        margin-top: 50px;
    }
}