/*
Theme Name: Community-first
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/

    .dnm{display:block;}
    .dbm{display:none;}
    .dbt{display:none;}
    .dnt{display:block;}
nav .main-nav .mega-menu > ul {
    position: absolute;
    width: 100%;
    left: 0 !important;
    /* Add following properties */
    display: flex;
    flex-wrap: wrap;
}

nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
    width: 33.3333%;
    /* Add following properties */
    margin-bottom: 1em;
}

.banner-overlay{position: relative;}
.banner-overlay:before {
content: '';
    width: 100%;
    height: 100%;
    background: #ffffff30;
    position: absolute;
    z-index: 0;
}


#McMUserID{width:75%;}
.blog .text{
    margin-bottom:15px;
}
.blob table{
    margin: 0 auto;
}
.blob td {
    border: 1px solid #a2a2a2;
    padding:6px;
    font-size:10px !important;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
13.1 Header
13.2 Front Page
13.3 Regular Content
13.4 Posts
13.5 Pages
13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
.blob{
    background: #e4e4e4;
    text-align: center;
    padding: 10px 0;
}
.blob p{
    font-size:10px !important;
}

.wrapper .main-header .header-bottom{
    background: #165ea4 !important;
    height: 70px;
    left: 0;
    width: 86%;
    display: inline-block;
    margin-bottom:0;
    z-index:1;
}
.wrapper .main-header .header-bottom:after {
    position: absolute;
    content: '';
    right: -23px;
    top: 0;
    width: 47px;
    height: 100%;
    background: #0b59a0 !important;
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    transform: skew(-21deg);
}

.wrapper .menu-section{
    margin-left: 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
    color: #f7f7f7;
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: 2px solid #0b59a0 !important;
    height: 60px;
    display: flex;
    align-items: center;
}

#wp-megamenu-main-nav{}
#wp-megamenu-main-nav ul{margin:0;padding:0;}
#wp-megamenu-main-nav ul li{display: inline;padding: 0;}
#wp-megamenu-main-nav .current_page_item a {color: #fff !important;border-bottom: 2px solid #fff;transition: ease-in-out 0.4s;}
#wp-megamenu-main-nav ul li a:hover {color: #fff !important;border-bottom: 2px solid #fff;transition: ease-in-out 0.4s;}

#wp-megamenu-main-nav .wpmm-strees-row-and-content-container{
    width: 1440px;
    position: absolute;
    background: #ef9b26;
    padding: 25px;
}
#wp-megamenu-main-nav ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 23px 24px;
}
#wp-megamenu-main-nav ul li a{
    font-weight: 700;
    text-transform: uppercase;
    color: #d48028;
    padding: 24px 0;
}

.wpmm-col.wpmm-col-4{float:left;}
.wpmm-strees-row-and-content-container {
    top: 70px;
}

.menu-item-has-children:hover > .wp-megamenu-sub-menu{
    display:block;
}

.menu-item-has-children > .wp-megamenu-sub-menu{
    position: absolute;
    background: #ef9a24;
    top: 70px;
    width: 190px;    
}
.wp-megamenu-sub-menu{
    
}
#wp-megamenu-main-nav .menu-item-has-children > .wp-megamenu-sub-menu li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 15px;
    width: 100%;
    margin-bottom: 0;
}
#wp-megamenu-main-nav .menu-item-has-children > .wp-megamenu-sub-menu li {
    padding:0;
}
#wp-megamenu-main-nav .menu-item-has-children > .wp-megamenu-sub-menu li a:hover {
    color: #032867 !important;
    border-bottom: none;
    transition: ease-in-out 0.4s;
}
.menu-item-has-children > .wp-megamenu-sub-menu{
    display:none;
}
#wp-megamenu-main-nav .wp-megamenu-sub-menu li{width:100%;}
#wp-megamenu-main-nav .wp-megamenu-sub-menu .wpmm-col-4{width:33.333%;padding: 0 20px;}

#wp-megamenu-main-nav .wp-megamenu-sub-menu ul li a {
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
}
#wp-megamenu-main-nav .wp-megamenu-sub-menu ul li{
    padding:0;
}
.wpmm-strees-row-and-content-container ul{
     
}
.wpmm-strees-row-and-content-container ul li{
}

#wp-megamenu-main-nav ul li:hover > .wpmm-strees-row-and-content-container{
    display:block;
    z-index: 10;
}
.wpmm-strees-row-and-content-container{display:none;}

#wp-megamenu-main-nav .wp-megamenu-sub-menu ul li a {
    color: #fff;
    padding: 5px 0px;
    display: inline-block;
    border: none !important;
    width: 100%;
    font-size: 16px !important;
}
#wp-megamenu-main-nav .wp-megamenu-sub-menu ul li a:hover {
    color: #0b59a0 !important !important;    
    border: none !important;
}

.inner-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 475px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
    margin-top: -30px;
}

.inner-banner h1{
    z-index: 0;
    font-size: 55px;
    color: #0b59a0 !important;
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;  
    margin: 0;
}


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/* CSS Document */

/* theme fonts goes here */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

/* Table of Contents
-----------------------------------------------------------------------------
=> Clean Base
=> Base Typography
=> Images
=> Links
=> Forms
=> Tables
=> Framework
*/

/* Clean Base
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;outline:none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color:rgba( 0, 0, 0, 0 );
}

html,
body {
    -webkit-text-size-adjust:none;
    height: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary { display: block; }

iframe { vertical-align: top; }

textarea:focus,
input:focus,
a,
div,
img { outline: none; }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Base Typography
------------------------------------------------------------------------------*/
body {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted rgb(230, 230, 230);
    cursor: help;
}

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

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

dl { margin-bottom: 1.6em; }

dt { font-weight: bold; }

dd { margin-bottom: 1.6em; }

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

b,
strong { font-weight: 700; }

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.5;
    font-family: inherit;
}

.h1,
h1 {
    font-size:70px;
    margin-bottom: 20px;
}

.h2,
h2 {
    font-size:48px;
    margin-bottom: 20px;
}

.h3,
h3 {
    font-size:36px;
    margin-bottom: 18px;
}

.h4,
h4 {
    font-size:24px;
    line-height:1.2;
    margin-bottom: 17px;
}

.h5,
h5 {
    font-size:18px;
    margin-bottom: 15px;
}

.h6,
h6 {
    font-size:16px;
    margin-bottom: 10px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}

p { margin-bottom: 15px; font-size: 16px;}
p:last-child { margin-bottom: 0; }

ul { padding-left: 20px; }
ul li { padding-bottom: 10px; }
ul li:last-child{ padding-bottom: 0; }

ol { padding-left: 20px; }
ol li { padding-bottom: 10px; }
ol li:last-child{ padding-bottom: 0; }

.body-content ul,
.body-content ol{ padding-bottom: 15px; }

.body-content ul ul,
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{
    padding-top: 10px;
    padding-bottom: 0;
}

blockquote {
    display: block;
    text-align: left;
    position: relative;
    background: #f3f3f3;
    padding: 20px 20px;
    border-left: 4px solid #1589cb;
    line-height: 2;
    font-size: 20px;
    font-style: italic;
    margin: 20px 0;
}

blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 10px auto 40px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
    color:#4777ac;
    -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease;}

a:hover {
    color:#000;
    text-decoration: none;

}

a:focus { outline: none; }

/* 5. Forms
------------------------------------------------------------------------------*/
label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

input,
textarea,
button { font-family: 'Open Sans', sans-serif;  }

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;

}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
    border: 1px solid #dedede;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    height: 46px;
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
}

textarea {
    height: 150px;
    resize: none;
    overflow: auto;
    padding: 20px 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #66afe9;
    outline:none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 0 45px;
    height: 46px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background-color: #d58128;
    border-radius: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #66afe9;
    color: #fff;
    outline:none;
}

input[type="search"] { -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #717171;
}

:-moz-placeholder {
    opacity: 1 !important;
    color: #717171;
}

::-moz-placeholder {
    opacity: 1 !important;
    color: #717171;
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: #717171;
}

.form-group { margin-bottom: 30px; }

/* buttons */
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 10px 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    border: none;
    text-transform: capitalize;
    border-radius: 0px;
    color: #fff;
    background-color: #d58128;
    font-weight: 500;
    border-radius: 5px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #0b59a0 !important;
    border-color: #019852;
    text-decoration: none;
}

.btn-sm { padding: 8px 16px; }
.btn-md { padding: 12px 24px; }

.btn-link {
    color: #98989c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #98989c;
    margin-bottom: 2px;
}

.btn-link:hover,
.btn-link:focus {
    color: #0eb769;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #0eb769;
}

/* Tables
------------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
    width: 100%;
    max-width: 100%;
    text-align: left;

}

.table-bordered th,
.table-bordered td {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

/* Layout Framework
------------------------------------------------------------------------------*/
/*--- main container ---*/
.wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    min-height: 100%;
    flex-wrap: wrap;
    background-color: #fff;
}

.main-container { width: 100%; }

.container,
.container-fluid {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.container-fluid { max-width: 100%; }

/*--- header ---*/
.main-header {
    width: 100%;
    height: auto;
}

/* responsive nav for small devices */
.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    background-color: transparent;
    text-align: center;
}

.hamburger:not(.close) {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99;
}

.hamburger:hover,
.hamburger:focus {
    background-color: transparent;
    outline: none;
}

.hamburger .line {
    display: block;
    width: 30px;
    margin: 6px auto;
    height: 4px;
    background-color: #0b59a0 !important;
}

.hamburger:hover { cursor: pointer; }

.hamburger .wrap { display: block; }

.hamburger.close { padding: 10px; }

.hamburger.close .wrap {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}

.hamburger.close .line {
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
    margin: 0;
    transform: rotate(45deg);
    background-color: #fff
}

.hamburger.close .line:last-child { transform: rotate(-45deg); }

.menu-state {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    max-width: 450px;
    background-color: #0b59a0 !important;
    transition: all 0.3s ease-in-out;
}

.mobilenav.is-open .menu-state { left: 0; }

.mobilenav .nav-logo { padding: 15px; }

.mobilenav ul,
.mobilenav li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobilenav ul ul { display: none; }

.mobilenav .caret {
    position: absolute;
    top: 3px;
    right: 2px;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.mobilenav .caret:not(.trigger-caret) { pointer-events: none; }

.mobilenav .caret:before,
.mobilenav .caret:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
}

.mobilenav .caret:after {
    transform: rotate(-90deg);
    transition: all .2s ease;
}

.mobilenav .is-open > .caret:after { transform: rotate(0); }

.mobilenav ul a {
    z-index: 2;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #d58128;
}

.mobilenav .has-sub > a { padding-right: 40px; }

.mobilenav li li a {
    padding-left: 30px;
    font-size: 16px;
}

.mobilenav li li li a {
    padding-left: 50px;
    font-size: 15px;
}

.mobilenav .nav-backdrop {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
    background: rgba( 0, 0, 0, 0.8 );
}

.mobilenav.is-open .nav-backdrop {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.mobilenav .menu-outer {
    max-height: calc( 100vh - 80px );
    overflow-y: auto;
    padding-bottom: 60px;
}

/* nav */
.navigation {
    width: 100%;
    height: auto;
}

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

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

.navigation ul li a {

}

/*--- footer ---*/
.main-footer {
    width: 100%;
    height: auto;
    background: #0b59a0 !important;
    line-height: normal;
}

/*Common*/
.title-text {
    text-align: center;
}

.title-text h3 {
    text-transform: uppercase;
    color: #252525;
    padding-bottom: 16px;
    position: relative;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.title-text h3:before {
    position: absolute;
    content: '';
    width: 155px;
    border-bottom: 1px solid #d58128;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*------Mobile header--------*/
.mb-social .social {
    padding: 0;
    margin: 0;
    text-align: center;    
}

.mb-social .social li {
    padding: 0 3px;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.mb-social .social li a {    
    border-bottom: none;
    padding: 0;
}

.mb-social .social li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.mb-social .social li a i:hover {
    background-color: #fff !important;
    color: #0b59a0 !important !important;
    !important
}

.mb-social .social li:first-child a i {
    background-color: #d58128;
    color: #fff;
}


/*--------------main-header----------------*/

.main-header {
    background-color: #f7f7f7;
}

.main-header .header-inner {
    justify-content: space-between;
    align-items: center;
}

.main-header .header-inner .logo {
    display: block;
    width: 301px;
}

.main-header .header-right {
    align-items: center;
}

.main-header .header-right .social {
    padding: 0;
    margin: 0;
    padding-right: 30px
}

.main-header .header-right .social li {
    padding: 0 3px;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.main-header .header-right .social li a {}

.main-header .header-right .social li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    color: #0b59a0 !important;
    border-radius: 5px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.main-header .header-right .social li a i:hover, .main-header .header-right .social li a i:focus {
    background-color: #0b59a0 !important !important;
    color: #fff !important;
}

.main-header .header-right .social li:first-child a i {
    background-color: #fff;
    color: #0b59a0 !important;
}

.main-header .header-right .header-form {
    padding: 20px 0;
}

.main-header .header-right .header-form form {
    position: relative;
    width: 370px;
    max-width: 100%;
}

.main-header .header-right .header-form h6 {
    margin-bottom: 12px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

.main-header .header-right .header-form form .submit {
    float: right;
    width: 25%;
    /*position: absolute; top: 0; right: 0;*/
    padding: 15px 0;
    line-height: 1;
    background-color: #0b59a0 !important;
}

.main-header .header-right .header-form form .submit:hover {
    background-color: #d58128;
}

.main-header .header-right .header-form input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 75%;
}

.main-header .header-right .header-form::-webkit-input-placeholder {
    font-size: 14px;
    color: #717171;
}

.main-header .header-right .header-form .forget-txt {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 600;
    padding-left: 7px;
    padding-top: 7px;
}

.main-header .header-right .header-form .forget-txt:hover {
    color: #d58128;
}

.main-header .header-bottom {
    position: relative;
    margin-bottom: -30px;
}

.main-header .header-bottom:before {
    display:none;
    position: absolute;
    content: '';
    background: #0b59a0 !important;
    height: 70px;
    left: 0;
    width: 11%;
    top:0;
    z-index: 1;
}

.main-header .header-bottom .bottom-inner {
    position: relative;
    background-color: #0b59a0 !important;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    background: url(assets/images/menu-bg.png) no-repeat;
    background-position: right;
} 
 
/*.main-header .header-bottom .bottom-inner:before {
content: "";
position: absolute;
width: 22px;
height: 100%;
background: linear-gradient(to right bottom, transparent 46% , #fff 50%);
bottom: 0;
right: 0;
top: 0;
z-index: 9999;
}*/
/*
.main-header .header-bottom .bottom-inner nav {}

.main-header .header-bottom .bottom-inner nav ul {
    padding: 0;
    margin: 0;
}

.main-header .header-bottom .bottom-inner nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 23px 24px;
    position: relative;
}

.main-header .header-bottom .bottom-inner nav ul li:first-child {
    padding-left: 0;
}

.main-header .header-bottom .bottom-inner nav ul li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #d58128;
    padding: 24px 0;
}

.main-header .header-bottom .bottom-inner nav ul li a:hover,
.bottom-inner .current-menu-item a {
    color: #fff !important;
    border-bottom: 2px solid #fff;
    transition: ease-in-out 0.4s;
}


.main-header .header-bottom nav ul li ul.sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 50px);
    min-width: 200px;
    background-color: #d58128;
    padding: 15px;
    pointer-events: none;
    transition: 0.4s all;
    z-index: 999999999999;
    margin: 0;
    display: none;
    box-shadow: 0px 1px 7.83px 1.17px rgba(0, 0, 0, 0.14);
    border-bottom-left-radius: 20px;
}

.main-header .header-bottom nav ul li:hover > ul {
    display: block;
    pointer-events: all;
    top: 100%;
    padding: 12px 0;
}

.main-header .header-bottom nav ul li ul.sub-menu li {
    padding: 0;
    display: block;
    margin: 0;
    position: relative;
}

.main-header .header-bottom nav ul li ul.sub-menu li a {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 1;
    border-bottom: none;
}

.main-header .header-bottom nav ul li ul.sub-menu li a:hover {
    color: #0b59a0 !important;
    border: none;
}

.main-header .header-bottom nav ul li ul.sub-menu li ul {
    left: 100%;
    top: 0;
}
*/
.main-header .header-bottom .bottom-inner .search-form {
    padding: 9px 0;
    padding-right: 100px;
}
.main-header .header-bottom .search-form-btn{
    width: 30px;
    height: 30px;
    background-color: #d58128;
    /*background-image: url(assets/images/search.png);*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    border: none;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;
    padding: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 5;
    position: relative;
}
.main-header .header-bottom .bottom-inner .search-form .search{
        width: 46px;
    height: 46px;
    background-color: #d58128;
    background-image: url(assets/images/search.png);
    display: inline-block;
    border-radius: 5px;
    border: none;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;
    padding: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} 
.main-header .header-bottom .search-on{
    width: 30%;
    color: #000;
    background-color: #fff;
    cursor: auto;

}
.main-header .header-bottom .bottom-inner .search-form .search-on{
        width: calc(100% - 55px);
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.searchbox{
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 99%;
    height: 50px;
    pointer-events: none;
}
.searchbox.search-open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchsubmit{padding: 0 17px;}
/*--------- home page ------------*/


/* banner part */

.hero-section {
    position: relative;
}

.hero-section .overlay {
    width: 100%;
    position: absolute;
    left: 0;
    /*z-index: 1;*/
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%)
}

.hero-banner {
    position: relative;
}

.hero-banner .banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-banner .banner-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-banner .banner:before {
    content: '';
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}

.hero-banner .banner .content {
    height: 550px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 460px;
    max-width: 100%;
    z-index: 99999;
    position: relative;
}

.hero-banner .banner-slide .content {
    height: 550px;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    width: 70%;
    max-width: 100%;
    z-index: 99999;
    position: relative;
}

.hero-banner .banner .content h1 {
    font-family: 'Open Sans', sans-serif;
    color: #0b59a0 !important;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size:50px;
}
.content .style1 { margin-bottom:30px;}
.style1 { 
    margin-bottom: 30px; 
}
.style2, .style2 h1 {
    width: 100%;
    font-family: "Avenir Next", sans-serif !important;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
}
.hero-banner .banner-slide .content h1 {
    width: 100%;
    font-family: "The New Elegance", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0px;
}
.hero-banner .banner-slide .content h2 {
    width: 100%;
    font-family: "The New Elegance", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    color: #d48028;
    margin-bottom:25px;
    font-size:50px;
    line-height: 60px;
}
.banner-content-full, .banner-content-full p {
    width: 100%;
    font-family: "Avenir Next", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 15px;
}
.hero-banner .banner-slide .content .banner-content-left {
    width: 70%;
    font-family: "Avenir Next", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 1;
    font-size:15px;
}
.hero-banner .banner-slide .content .banner-content-right {
    width: 30%;
    text-align: right;
    font-family: "Avenir Next", sans-serif;
    font-weight: Bold;
    color: #d48028;
    margin-bottom: 0px;
    line-height: 1;
    font-size:16px;
}
.button-content { 
    width: 100%;
    margin-top: 50px;
}

.content .button-content {
    width: 100%;
    margin-top: 50px;
}

.hero-banner .banner .content p {
    font-weight: 500;
    color: #0b59a0 !important;
    margin-bottom: 40px;
    line-height: 1.2;
    font-size:30px;
}

.hero-banner .slick-arrow {
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    outline: none;
    width: 50px;
    border-radius: 50%;
}

.hero-banner .slick-arrow.slick-prev {
    left: 75px;
    background-color: transparent;
}

.hero-banner .slick-arrow.slick-next {
    right: 165px;
    background-color: transparent;
}


.hero-banner .slick-arrow.slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(assets/images/arrow-left.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    transform: rotate(180deg);
}

.hero-banner .slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(assets/images/arrow-left.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;

}
.hero-banner .slick-arrow.slick-prev:hover:before { 
    background-image: url(assets/images/arrow-hover.png); 
    transform: rotate(0deg);
}
.hero-banner .slick-arrow.slick-next:hover:before{
    background-image: url(assets/images/arrow-hover.png); 
    transform: rotate(180deg);
}
/*service-section*/

.service-section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.service-section .service-inner {}

.service-section .service-inner .service-group {
    justify-content: center;
}

.service-section .service-inner .service-icon {
    padding: 0;
    float: left;
}
.service-type a:hover .service-content h4{
    color: #cd9713;
}

.service-type a:hover .default{
    display:none;
}

.service-type a:hover .hover{
    display:block;
}
.service-section .service-inner .service-content {
    padding-left: 15px;
    width: 220px;
    max-width: 100%;
    float: left;
}

.service-section .service-inner .service-content h4 {
    color: #252525;
    line-height: 1;
    margin-bottom: 10px;
    font-size:26px;
}

.service-section .service-inner .service-content p {
    color: #8e8e8e;
    font-size:20px;
}

.service-icon .default{
    display:block;
}

.service-icon .hover{
    display:none;
}
.service-section .service-form {
    background-color: #0b59a0 !important;
    border-radius: 5px;
    padding: 35px 60px;
    margin-top: -135px;
    position: relative;
    z-index: 2;
}

.service-section .service-form form .log-btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.service-section .service-form form .signup-txt {
    color: #fff;
    line-height: 1;
}

.service-section .service-form form .signup-txt a {
    color: #fff;
}
.service-section .service-form form .signup-txt a:hover{
    color: #d58128;
}
.service-section .service-form h4 {
    color: #fff;
}

.service-section .service-form form span {
    display: block;
    margin-bottom: 30px;
}

.service-section .service-form form span a {
    color: #8f8c8c;
    font-size: 12px;
}


/*---------Insta-section---------*/

.insta-section {}
.insta-section .insta-group {}
.insta-section .insta-group #sb_instagram .sbi_photo{
    height: 280px !important;
}
/*#sb_instagram .sbi_item:nth-child(odd){ 
    width: 30% !important;
}*/
/*-------TestMonials Section--------*/

.testmonials {
    padding-top: 40px;
    padding-bottom: 80px;
}

.testmonial-group {}

.testmonial-group .testmonials-item {
    padding: 30px 80px;
    padding-top: 70px !important;
    display: flex !important;

}

.testmonial-group .testmonials-item .icon-area {
    width: 20%;
    display: none !important;
}

.testmonial-group .testmonials-item .icon-area span {
    display: block;
    width: 220px;
    max-width: 100%;
    position: relative;
}
.testmonial-group .testmonials-item .icon-area span:before {
    position: absolute;
    content: '';
    height: 23px;
    width: 80%;
    background-color: #d58128;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testmonial-group .testmonials-item .icon-area span:after {
    position: absolute;
    content: '';
    height: 23px;
    width: 80%;
    background-color: #d58128;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testmonial-group .testmonials-item .desc-area {
    width: 80%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.testmonial-group .testmonials-item .desc-area .desc-content {
    width: 640px;
    max-width: 100%;
    position: relative;
}

.testmonial-group .testmonials-item .desc-area .desc-content:before {
    position: absolute;
    content: '';
    left: -14%;
    top: -39%;
    width: 68px;
    height: 56px;
    background: url(assets/images/before.png) no-repeat;
    background-size: cover;
}

.testmonial-group .testmonials-item .desc-area .desc-content p {
    color: #727272;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 500;
}

.testmonial-group .testmonials-item .desc-area .desc-content h5 {
    color: #252525;
    margin-bottom: 0;
    line-height: 1;
}

.testmonial-group .slick-arrow {
    font-size: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
    outline: none;
    width: 50px;
    border-radius: 50%;
}

.testmonial-group .slick-arrow.slick-prev {
    right: 225px;
    background-color: transparent;
}

.testmonial-group .slick-arrow.slick-next {
    right: 165px;
    background-color: transparent;
}

.testmonial-group .slick-arrow.slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(assets/images/arrow-left.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    transform: rotate(180deg);
}

.testmonial-group .slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(assets/images/arrow-left.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;

}

.testmonial-group .slick-arrow.slick-prev:hover:before { 
    background-image: url(assets/images/arrow-hover.png); 
    transform: rotate(0deg);
}
.testmonial-group .slick-arrow.slick-next:hover:before{
    background-image: url(assets/images/arrow-hover.png); 
    transform: rotate(180deg);
}

/**/

.main-footer { padding-top: 68px;}

.main-footer .footer-inner {
    justify-content: space-between;
    padding-bottom: 80px;
}

.main-footer .footer-inner .foot-title {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

.main-footer .footer-inner .foot-title:before {
    background: #caaf3a;
    height: 1px;
    width: 65px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-footer .footer-part .footer-logo {
    display: block;
    margin-bottom: 30px;
}

.main-footer .reg-detail {
    margin-bottom: 30px;
}

.main-footer .reg-detail p {
    color: #fff;
}

.main-footer .reg-detail p .que {
    font-weight: 500;
}

.main-footer .reg-detail p .ans {
    font-weight: 400;
    padding-left: 5px;
}

.main-footer .contact-detail span {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.main-footer .contact-detail span a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.main-footer .contact-detail span a:hover {
    color: #d58128;
}

.main-footer .contact-detail span:before {
    content: '';
    position: absolute;
    left: 0;
    height: 15px;
    width: 20px;
    background-repeat: no-repeat;
    margin: 0;
    top: 50%;
    transform: translateY(-30%);
}

.main-footer .contact-detail .mail:before {
    /*background-image: url(assets/images/mail.png);*/
    content:'\f0e0';
    color: #fff;
    font-family: "Font Awesome 5 Free";
}

.main-footer .contact-detail .phone:before {
    background-image: url(assets/images/phone.png);
}

.main-footer .menu-foot {
    justify-content: space-between;
}

.main-footer .menu-foot ul {
    padding: 0;
    margin: 0;
    padding-top: 17px;
}

.main-footer .menu-foot ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 7px 0;
    padding-left: 15px;
}

.main-footer .menu-foot ul li:before {
    content: '\2014';
    position: absolute;
    margin-left: -15px;
    color: #e2e2e2;
    font-size: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.main-footer .menu-foot ul li a {
    color: #e2e2e2;
    font-size: 16px;
}


.main-footer .menu-foot ul li a:hover , .main-footer .menu-foot .current-menu-item a{
    color: #d58128;
}
.main-footer .social-group {
    display: flex;
    flex-direction: column;
    /* align-items: center;*/
}

.main-footer .social-group .social {
    padding: 0;
    margin: 0;
    padding-bottom: 27px;
}

.main-footer .social-group .social li {
    padding: 0 3px;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.main-footer .social-group .social li a {}

.main-footer .social-group .social li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.main-footer .social-group .social li a i:hover {
    background-color: #d58128 !important;
    color: #fff !important;
    border: 1px solid #d58128;
    ;
}

.main-footer .social-group .social li:first-child a i {
    background-color: #d58128;
    color: #fff;
    border: none;
}

.partner-logo ul{
    padding:0;
}

.partner-logo ul li{
    width:100%;
    display:inline-block;
    padding:6px 0;
}

.main-footer .copyright-text p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 30px 0;
    font-weight: 500;
    }
    
.main-footer .copyright-text a {
    color: #b4b4b4;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 30px 0;
    font-weight: 500;
}


.scroll-area {
    position: absolute;
    right: 10%;
    bottom: -6px;
    cursor: pointer;
    width: 150px;
    height: 100px;
    background-size: cover;
    text-align: center;
}

.scroll-area span {
    font-size: 28px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.scroll-area em {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
}

    .blog-page{background: #fff;width: 100%;padding: 40px 0;display: inline-block;}
    .blog-page .posts{width: 71%;margin-right: 4%;float: left;}
    .blog-page .posts ul{margin:0;}
    .blog-page .posts ul li{width: 100%;padding: 25px 0px;display: inline-block;border-bottom: 1px solid;}
    .blog-page .posts .content{width: calc(96% - 200px);float: left;}
    .blog-page .posts .content h2{line-height: 1.2;}
    .blog-page .posts .thumbnail{width: 200px;float: left;margin-right: 4%;}
    .blog-page .sidebar{width: 25%;float: left;border-left: 1px solid;padding-left: 3%;color: black;}
    .blog-page .sidebar ul{margin: 0 20px;padding: 0;}
    .blog-page .sidebar h2{
    font-size: 27px;
    line-height: 1;
    margin-bottom: 10px;
        color: #0b59a0 !important;
        
    }
    .blog-page .sidebar .widget-area a{
        color: #cd9713;
    }
    .blog-page .widget{padding-bottom:25px;}
    .blog-page .widget a{color: #ef9a24;}
    .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin-top: 15px;
    border: none;
    background: #d58128;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    }
    .wp-pagenavi span.current {
    font-weight: bold;
    background: #0b59a0 !important;
    color: #fff;
    border: none;
    padding: 5px 10px;
}
    .wp-pagenavi {
        clear: both;
        width: 100%;
        text-align: center;
    }
    
    @media screen and (max-width:991px){
    .blog-page .posts {width: 100%;margin-right:0;}
    .blog-page .posts ul li {padding:0;}
    .blog-page .posts .thumbnail {width: 100%;margin-right: 0; margin-top: 20px;}
    .blog-page .posts .content {width: 100%;padding: 15px;}
    .blog-page .sidebar {width: 100%;border-left: none;padding-left: 0;}
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

body .userway.userway_p1{
    top: auto !important;
    bottom: 13px !important;
}