    /*!
    Theme Name: sfs_theme
    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: sfs_theme
    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 with others.

    sfs_theme is based on Underscores https://underscores.me/, (C) 2012-2017 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; /* 1 */
        -webkit-text-size-adjust: 100%; /* 2 */
    }

    /* 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: 36px;
    color: #1b3862;
    font-weight: bold;
    font-family: 'Lora', serif;
}

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

    /**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */

    hr {
        box-sizing: content-box; /* 1 */
        height: 0; /* 1 */
        overflow: visible; /* 2 */
    }

    /**
    * 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; /* 1 */
        font-size: 1em; /* 2 */
    }

    /* 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; /* 1 */
        text-decoration: underline; /* 2 */
        text-decoration: underline dotted; /* 2 */
    }

    /**
    * 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; /* 1 */
        font-size: 1em; /* 2 */
    }

    /**
    * 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; /* 1 */
        font-size: 100%; /* 1 */
        line-height: 1.15; /* 1 */
        margin: 0; /* 2 */
    }

    /**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */

    button,
    input { /* 1 */
        overflow: visible;
    }

    /**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */

    button,
    select { /* 1 */
        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; /* 1 */
        color: inherit; /* 2 */
        display: table; /* 1 */
        max-width: 100%; /* 1 */
        padding: 0; /* 3 */
        white-space: normal; /* 1 */
    }
    button:focus {
        outline: 1px dotted;
        outline: 0px auto -webkit-focus-ring-color !important;
    }

    /**
    * 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; /* 1 */
        padding: 0; /* 2 */
    }

    /**
    * 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; /* 1 */
        outline-offset: -2px; /* 2 */
    }

    /**
    * 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; /* 1 */
        font: inherit; /* 2 */
    }

    /* 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: #404040;
        font-family: sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    h1, h2, h3, h4, h5, h6 {
        clear: both;
    }
  h2 {
       font-size: 30px;
    }

    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;
        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
    --------------------------------------------------------------*/
    html {
        box-sizing: border-box;
    }

    *,
    *:before,
    *:after {
        /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
        box-sizing: inherit;
    }

    body {
        background: #fff;
        /* Fallback for when there is no custom background color defined. */
    }

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

    dd {
        margin: 0 1.5em 1.5em;
    }

    img {
        height: auto;
        /* Make sure images are scaled correctly. */
        max-width: 100%;
        /* Adhere to container width. */
    }

    figure {
        margin: 1em 0;
        /* Extra wide images within figure tags don't overflow the content area. */
    }

    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: .6em 1em .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: royalblue;
    }

    a:visited {
        color: purple;
    }

    a:hover, a:focus, a:active {
        color: midnightblue;
    }

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

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

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

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

    /*--------------------------------------------------------------
    # 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 {
        content: "";
        display: table;
        table-layout: fixed;
    }

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

    /*--------------------------------------------------------------
    # Widgets
    --------------------------------------------------------------*/
   .widget {
    margin: 12px 12px 35px 12px;
}

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

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

    /*--------------------------------------------------------------
    # Infinite scroll
    --------------------------------------------------------------*/
    /* Globally hidden elements when Infinite Scroll is supported and in use. */
    .infinite-scroll .posts-navigation,
    .infinite-scroll.neverending .site-footer {
        /* Theme Footer (when set to scrolling) */
        display: none;
    }

    /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
    .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;
    }
.post {
    padding-top: 50px;
}

    /*--------------------------------------------------------------
    ## 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;
    }
    /* digi css  */
    html,body{
        margin:0;
        padding:0;
        overflow-x:hidden;
        font-family: 'Lora';
        font-family: 'Open Sans', sans-serif;
        
    }
    h1 h2 h3 h4 h5 h6 p{
        font-family: 'Lora';
    }
    p{
        margin-bottom: 10px;
    }
    .btn{
        font-family: 'Lora';
    }
    #about-section{
        padding: 60px 0 0;
    
    }
    .menu-right-div {
        position: absolute;
        z-index: 9999;
		right: 0;
    }
img.bg-img {
    height: 100px;
}
/*     .menu-right-div .top-contact
    {
        position: absolute;
        background-color: #E8E711;
        width: 17%;
        right: 0;
		top: 0;
        padding: 16px 0;
    } */
    .menu-right-div .top-contact img.top-lock {
        right: 251px;
        top: -2px;
    }
/*     .menu-right-div .top-contact:before {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 327px;
        content: "";
        border-style: solid;
        border-color: transparent #E8E711 transparent transparent;
        border-width: 0 100px 101px 0;
    } */


    .mb-40{
        margin-bottom: 40px;
    }
    .mb-20{
        margin-bottom: 20px;
    }
    .mb-30{
        margin-bottom: 30px;
    }
    p{
    font-size: 18px;
    line-height: 27px;
    }
li {
    color: #404040;
}


    .banner-heading{
        margin: 0;
        font-size: 62px;
        font-weight: bold;
        line-height: 83px;
    }
    .top-header .right-div { 
        float: right;
		 color: #fff;
    }
    .top-header .right-div a{
        text-decoration:none;
        color:#E60200;
        cursor:pointer;
        font-size: 35px;
        font-weight: bold;
    }
    .top-header {
        position: absolute;
        width: 100%;
        height: 60px;
        z-index: 1000;
        background: transparent;	
    }

    .navbar-top {
        position: absolute;
        width: 100%;
        left: 0;
      top: 105px;
        z-index: 999;
        background: transparent;
    }
    .bg-theme-grey{
        background-image: url(/wp-content/uploads/2019/07/navigation-bg-resized.jpg);
        height: 100px;
        
    }
    .navvar-otherpage
    {
        position: relative;
    }

.top-contact{
	    position: absolute;
    top: 4px;
	right: 150px;
   
}
        .top-contact h4 {
            font-size: 20px;
            color: #113469;
            font-weight: bold;
            font-family: 'Lora', serif;
            padding: 0 0 0 30px;
            margin-bottom: 0px;
        }
    .menu-right-div .top-contact a {
            text-decoration: none;
            color: #E60200;
            cursor: pointer;
            font-size: 30px;
            font-weight: bold;
        }
    .top-contact .fa{
        margin-right: 15px;
        font-size: 40px;
        color: #030D48;
    }

    a.top-btn {
        color: #fff;
        font-size: 22px;
        background: #49aa43;
        letter-spacing:2px;
        padding: 12px 40px;
        font-weight: bold;
        border-bottom: 7px solid #398435;
            text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.42);
    }
    #banner-section {
        background-image: url(/wp-content/uploads/2019/07/slider-img-resized.jpg);
        background-size: cover;
        min-height: 832px;
		height: auto;
        background-repeat: no-repeat;
        border-bottom: 8px solid #1D4C9F;
    }

    #banner-section .owl-home-carousel .item p.p-quatos:after,
	.owl-testimonial-carousel .item p:after{
        background: url(/wp-content/uploads/2019/05/testimonial-yallow-quote-right.png);
        content: "";
        width: 100%;
        height: 73px;
        position: absolute;
        left: 585px;
        background-repeat: no-repeat;
        top: 134px;
    }

    #banner-section .image-banner-logo {
        text-align: center;
        padding-top: 20px;
    }
    #banner-section .banner-right-img {
        padding-top: 237px;
        position: absolute;
        left: -80px;
    }
    #banner-section .banner-text{
        padding-top:260px;
        padding-bottom: 0px;
    }
    #banner-section .owl-home-carousel {
    
        color: #fff;
        text-align: center;
    }
    #banner-section .author h4 {
        font-size: 22px;
        font-family: 'Lora';
        font-weight: bold;
        letter-spacing: 1px;
        padding-top: 15px;
    }
    #banner-section h1{
        font-size: 44px;
        font-weight: bold;
        font-family: 'Lora';
        margin: 0;
        text-shadow: 2px 2px #000000;
        color: #fff;
    }
    #banner-section h2{
        font-weight: bold;
        font-family: 'Lora'; 
        font-size: 43px;
        margin-bottom:20px;
            text-shadow: 2px 2px #000000;
        color: #fff;
    }
    #banner-section .item{
        padding: 0px 20px 0px 20px;
    }
    #banner-section .owl-home-carousel p {
        font-size: 24px;
        line-height: 35px;
        font-style: italic;
        padding: 30px 230px 9px 72px;
        text-align: justify;
    }
    .clr-text{
        color:#E9E70D;
    }
    .author h4{
        font-size: 22px;
        font-family: 'Lora';
        font-weight: bold;
        letter-spacing: 1px;
    }
    .border-line {
        width: 250px;
        border-bottom: 5px solid;
        color: #fff;
    }
        

    /* *************prince css*************** */

    .main-heading{
    font-size: 36px;
    color: #1b3862;
    font-weight: bold;
    font-family: 'Lora', serif;
        
    } 
    .main-white-heading{
        font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Lora', serif;
    }
    p {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;

    }
    .plr-0
    {
        padding-left: 0px;
        padding-right: 0px;
    }

    .line hr {
        border-top: 7px solid #E3E010;
        width: 20%;
        margin: 0 auto;
        padding-top: 1px;
    }

    .btn-group .button {
        padding: 12px 32px 12px 32px;
        font-size: 12px;
        background: hsl(219, 94%, 26%);
        border: none;
        border-radius: 20px;
        color: white;
        font-weight: 700;
       font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
    }
    .btn-group {
        padding-top: 8px;
    }
    #section-ptb {
        padding:100px 0px 50px 0px;
        background-color: #ffffff;
    }
	.entry-content-page .vdo-box {
		background-image: url(../../uploads/2019/07/image01.png);
		background-repeat: no-repeat;
		background-position: left;
		background-size: cover;
	}
	.entry-content-page .vdo-box iframe {
		padding: 20px 20px 0 0;
	}
	#section-ptb .img-right.vdo-img {
		background-image: url(../../uploads/2019/07/left-image01.png);
		background-repeat: no-repeat;
		background-position: right;
		background-size: cover;
	}

	#section-ptb .img-right.vdo-img iframe {
		padding: 40px 0 0 40px;
	}
	@media(max-width:1024px)
	{
	#section-ptb .img-right.vdo-img iframe {
		
		width: 100%;
		height:400px;
	}
	}
	@media(max-width:480px)
	{
		#section-ptb .img-right.vdo-img {
			background-image:none;
		}
		#section-ptb .img-right.vdo-img iframe {
		padding:0;
		width: 100%;
		height: 200px;
	}
	}
    #section-ptb .img-left-text {
        padding: 0px 60px 40px; 
    }
    #section-ptb .img-left-text h1 {
        font-size: 36px;
        font-weight: bold;
        color: #021045;
    }
    #section-ptb .img-left-text p {
        font-size: 17px;
        padding-top: 10px;
        line-height: 28px;
    }

    #lemonlaw-section {
        padding:100px 0px;
        background-color: #F6F6F6;
    }
    #lemonlaw-section  .img-left-text {
        padding: 40px 60px; 
    }
    #lemonlaw-section .img-left-text h1 {
        font-size: 36px;
        font-weight: bold;
        color: #021045;
    }
    #lemonlaw-section .img-left-text p {
        font-size: 17px;
        line-height: 28px;
    }
    #lemon-setelment-section .img-right {
        text-align: right;
    }

    #step-section {
        background-image: url(/wp-content/uploads/2019/05/work.jpg);
        padding: 60px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #step-section .step-heading h1 {
        color: white;
        text-align: center;
    }
    #step-section .step-para p {
        color: white;
        text-align: center;
        line-height:28px;
    }
    #step-section .img-icon-text p {
    text-align: center;
        color: white;
        font-size: 28px;
        font-family: Myriad Hebrew;
        line-height:30px;
    }
    #step-section .img-icon {
        text-align: center;
    }
    #step-section .step-para {
        padding: 30px 0;
    }
    #step-section .img-icon-text {
        position: static;
        padding-top:15px;
    }

    #lemon-setelment-section {
        padding: 100px 0;
        background-color: #ffffff;
    }
    #lemon-setelment-section .img-left-text {
        padding: 10px 20px 0 100px;
    }
    #lemon-setelment-section .img-left-text h1 {
        font-size: 36px;
        font-weight: bold;
        color: #193560;
    }
    #lemon-setelment-section .img-left-text p {
        font-size: 17px;
        padding: 10px 30px 10px 0px;
        line-height: 28px;
    }
    #slide-section .img-icon-one {
        position: absolute;
        top: 114px;
        left: 32px;
    }
    #slide-section {
        background-image: url(/wp-content/uploads/2019/05/testimonial-bg.jpg);
        padding: 80px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
 #slide-section-one {
        background-image: url(/wp-content/uploads/2019/05/testimonial-bg.jpg);
        padding: 80px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #slide-section .step-heading h1 {
        color: white;
        text-align: center;
    }
    #slide-section .step-para p {
        color: white;
        text-align: center;
    }
    #slide-section .owl-services-carousel {
        padding-top: 50px;
    }
    #slide-section .img-icon-text p {
       text-align: center;
    color: #000000;
    font-size: 16px;
    padding-bottom: 17px;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
    }
    #slide-section .img-icon-text h2 {
        text-align: center;
        color: black;
        padding-top: 10px;
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 26px;
    }
    #slide-section .img-icon-text {
        background-color: #fff;
        border-radius: 0px 0px 13px 13px;
		min-height: 181px;
		width: 100%;
		height: auto;
    }
    #slide-section .img-icon {
        text-align: center;
        background-color:#ffffff;
        border-radius: 13px 13px 0px 0px;
    }
    #slide-section .step-para {
        padding: 30px 0;
    }
    #slide-section .rating-two {
        padding-left: 50px;
    }
#slide-section-one .rating-two {
        padding-left: 50px;
    }
     #slide-section .rating-two img {
        display: block;
        width: 100px;
    }
#slide-section-one .rating-two img {
        display: block;
        width: 100px;
    }
     #slide-section .rating-one {
        position: absolute;
        right: 73px;
        z-index: 1;
        top: 182px;
    }
#slide-section-one .rating-one {
        position: absolute;
        right: 73px;
        z-index: 1;
        top: 182px;
    }
    #award-section .img-left-text h1 {
        font-family: lora;
        font-size: 36px;
        font-weight: bold;
        color: #193560;
        text-align: center;
    }
    #award-section {
        background-color: #ffffff;
        padding: 40px 0px 0px 1px;
    }

    .btn-own {
        position: absolute;
        right: 27px;
        bottom: 190px;
        border: 3px solid #E4E011;
        border-radius: 20px;
        padding-top: 0px;
    }
    #banner-below-section .col-md-2 {
        background: #030D48;
    }
    .banner-icon {
        text-align: right;
    }
    #banner-below-section .col-md-10 {
        background: #FDEE1F;
    }
    #banner-below-section h1 {
        font-size: 30px;
        font-weight: bold;
        font-family: 'Lora', serif;
        line-height: 1px;
        color: #0b1448;
    }
    #banner-below-section .banner-contact-btn {
        text-align: center;
        padding-top: 45px;
        padding-right: 76px;
    }
    #banner-below-section .bg-own-color-l {
        background: #FDEE1F;
    }
    #banner-below-section .bg-own-color {
        background: #030D48;
    }
    section#banner-below-section {
        margin-top: 0px;
        background: #FDEE1F;
    }
    #banner-below-section .btn-contact-head .button {
        font-size: 22px;
        color: white;
        font-weight: bold;
        border: 5px solid #D50002;
        font-family: 'Open Sans', sans-serif;
        width: 396px;
        height: 70px;
        background: #E80000;
        border-radius: 50px / 36px;
    }
    #banner-below-section .img-contact-sec {
        background: #030D48;
        color: #122482;
        padding: 11px 15px 4px 31px;
        clip-path: polygon(0% 0%, 76% 0%, 100% 48%, 76% 100%, 0% 100%);
        width: 56%;
        text-align: center;
        text-decoration: none;
        position: absolute;
        left: 184px;
        z-index: 1;
    }
    #banner-below-section .btn-group {
        padding-top: 0px;
    }
    #banner-fess-section .main-white-heading {
        font-size: 28px;
        font-weight: bold;
    }
    .step-heading h2.main-white-heading {
        padding-bottom: 10px;
    }
    #banner-below-section p {
        font-size: 22px;
        font-family: 'Lora', serif;
        line-height: 40px;
        color: #0b1448;
    }
.img-icon-text.icon-pad {
    
}
    #banner-below-section .img-bnr-icon {
        text-align: right;
    }
    #banner-below-section .banner-contact-text {
        padding: 30px 0px 20px 80px;
    }
    #banner-below-section .btn-contact-head {
        margin-top: 29px;
        margin-left: 40px;
    }
    #banner-section .owl-home-carousel .item p.p-quatos:before,
	.owl-testimonial-carousel .item p:before{
        background: url(/wp-content/uploads/2019/05/testimonial-yallow-quote-teft.png);
        content: "";
        width: 100%;
        height: 56px;
        position: absolute;
        left: 1px;
        background-repeat: no-repeat;
        top: 30px;
    }
    #cost-section .img-icon-text p {
        background: yellow;
        padding: 13px;
        color: #030D48;
        font-weight: bold;
        font-family: 'Lora', serif;
    }
    #cost-section .img-icon-text {
        position: absolute;
        right: 15px;
        bottom: -33px;
    }

    #cost-section .row {
        position: absolute;
        top: 1125px;
        left: 115px;
        background: white;
        padding-top: 15px;
    }
    .owl-testimonial-carousel .owl-stage-outer {
        width: 80%;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 45px 0px 45px 0px;
        margin-top: 35px;
    }
    .owl-testimonial-carousel .item {
        padding: 40px 40px 40px 40px;
    }
    .owl-services-carousel .owl-nav.disabled {
        display: block !important;
    }
    .owl-services-carousel button.owl-prev {
        width: 100px;
        background: url(/wp-content/uploads/2019/05/left-slide.png) !important;
        height: 60px !important;
        background-repeat: no-repeat !important;
        position: absolute;
        top: 246px;
        left: -100px;
    }
    .owl-services-carousel button.owl-next {
        width: 100px;
        background: url(/wp-content/uploads/2019/05/right-slide.png) !important;
        height: 60px !important;
        background-repeat: no-repeat !important;
        position: absolute;
        top: 246px;
        right: -142px;
    }
    .owl-testimonial-carousel .author h4 {
        padding-left: 48px;
        color: #193560;
    }
    .owl-testimonial-carousel .owl-dots {
        padding-top: 10px;
        text-align: center;
    }
    .owl-testimonial-carousel .item p {
        padding: 0px 237px 11px 62px;
        font-size: 20px;
        font-style: italic;
        line-height: 27px;
        font-family: Georgia;
		position: relative;
    }
    #slide-section .owl-testimonial-carousel p.ab-loop:before {
        background: url(/wp-content/uploads/2019/05/testimonial-yallow-quote-teft.png);
        content: "";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 40px;
        height: 83px;
        width: 100%;
        left: 9px;
    }
    #slide-section .owl-testimonial-carousel p.ab-loop:after {
        background: url(/wp-content/uploads/2019/05/testimonial-yallow-quote-right.png);
        content: "";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 26px;
        height: 77px;
        width: 100%;
        left: 767px;
    }
    a.nav-link {
            font-size: 17px;
        font-family: 'Lora', serif;
        color: #ffffff !important;
        padding: 15px;
    }

    /* #menu-menu-1.menu-item a:hover, a:active {
        border-bottom: 4px solid #EAE70F;
    } */
    #menu-menu-1 li {
        margin-left: 0px;
        line-height: 60px;
        margin-right: 40px;
    }
    /* *************footer****************** */
    .footer h2.widget-title {
        padding-bottom: 35px;
        font-family: 'Lora', serif;
        font-weight: bold;
    }
    .footer p {
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
    }
    .footer-2 h2.widget-title {
        padding-left: 10px;font-size: 32px;
        font-family: 'Lora', serif;
        font-weight: bold;
    }

    .footer hr{
        background-color: #E5E012;
        border: 0;
        height: 5px;
        width: 10%;
        position: absolute;
        top: 50px;
        left: 40px;
    }
    hr.hr-f.one-hr {
        left: 30px;
    }
    .f-one-logo {
        position: absolute;
        bottom: 25px;
        left: 13px;
    }
    .copyright-text li {
        padding: 6px 5px 0px 10px;
    }
    .copyright-text ul.fa-ul {
        display: inline-flex;
        float: right;
        margin-top: -42px;
    }
    .copyright-text {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    footer#colophon {
        background: #05104E;
    }
    .post, .page {
        margin: 0;
    }
    footer#footer-content {
        background: url(/wp-content/uploads/2019/06/footer.png);
        height: 550px;
    }
    .footer .container-fluid {
        width: 100%;
        padding-right: 90px;
        padding-left: 90px;
        margin-right: auto;
        margin-left: auto;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }


    #mega-menu-menu-1 .mega-menu-link li a:active {
        border-bottom: 4px solid #EAE70F !important;
    }

    .mt-50 {
        margin-top: 150px;
    }
    .footer-section {
        color: white;
    }
    .ft-text-img p {
        padding-left: 10px;
        font-weight: bold;
        line-height: 25px;
    }
    .ft-text-img {
        justify-content: normal;
        display: inline-flex;
    }
    .copyright-text p {
        color: #6b7397;
        font-size: 14px;
    }

    /* ********************banner-icons-btns-left-ryt-div************************ */
    .banner-right-border {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 75px 38px 75px 31px;
        border-color: transparent transparent transparent #030D48;
        line-height: 0px;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        position: absolute;
        right: -69px;
        top: -2px;
        z-index: 1;
    }
    .border-text-icon {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0px 56px 37px;
        border-color: transparent transparent #FFFF00 transparent;
        position: absolute;
        top: 0px;
        left: -37px;
    }
    .border-text-icon:before {
        border-left: 7px solid #030d48;
        content: "";
        position: absolute;
        left: -26px;
        z-index: 1;
        transform: skew(-33deg);
        height: 43px;
        top: 6px;
    }
    .border-text-icon:after {
        border-bottom: 8px solid #030d48;
        content: "";
        position: absolute;
        left: -27px;
        z-index: 1;
        transform: skew(-33deg);
        height: 57px;
        width: 200px;
    }
    .owl-home-carousel .owl-nav {
        display: none;
    }
    .rating {
        text-align: center;
        padding-top: 0px;
        display: inline-block;
        padding-left: 150px;
    }
    #banner-section .author.author-white {
        color: white;
        padding-left: 150px;
		padding-top:80px;
    }
    #banner-section img.img-logos {
        position: absolute;
        left: 70px;
        bottom: -5px;
    }
    #banner-section .banner-b {
        margin-top: -50px;
    }
    #banner-section .banner-right-img-logo {
        position: absolute;
        top: 437px;
        left: -190px;
        z-index: 1;
    }
    #banner-section .border-line-two {
        width: 85%;
        border-bottom: 1px solid;
        color: #fff;
        padding-top: 3px;
    }
    #banner-section .banner-right-img img.img-fluid {
        max-width: 458px;
    }
    #banner-section .contact-section-slider .contact-us-head p {
        color: white;
        text-align: center;
        padding-bottom: 10px;
        font-size: 20px;
    }
    #banner-section .btn-primary {
        font-size: 25px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        background-image: linear-gradient(#EBA0A0, #CB1111);
        height: auto;
        border: none;
        color: #ffffff;
        width: 100%;
		padding: 12px;
    }
    #banner-section .contact-section-slider hr.about-us-border {
        background: #ffffff;
        height: 0.91px;
        margin: 3px;
    }
    #banner-section .contact-banner {
        padding: 260px 50px 0;
    }

    #banner-section .contact-section-slider {
        border: 8px solid #1D4C9F;
        margin: 0 auto;
        background-color: #0000008a;
    }
    #banner-section .contact-section-slider .form-control {
        width: 100%;
        padding: 8px;
        border: none;
        font-size: 15px;
        background: #fbfbfb;
    }


    #banner-section img.lock-logo {
        position: absolute;
        left: 150px;
        bottom: -36px;
    }
    #banner-section .contact-section-slider .f-contact {
        margin-top: -22px;
        text-align: center;
        padding-bottom: 20px;
        color: white;
        font-size: 14px;
    }
    #banner-section .contact-section-slider h2 {
        font-weight: bold;
        font-family: 'Lora';
        font-size: 40px;
        margin-bottom: 5px;
        text-shadow: 2px 2px #000000;
        color: #fff;
        padding-top: 10px;
    }
    .owl-carousel .owl-item .rating img {
    
    width:auto; 
    }
    /*-- SARAN --*/

    #content-bg {
        background: #f3f3f3;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0;
        height: 470px;
    }
    #content-bg .main-heading
    {
        text-align: center;
    }

    #content-bg .main-heading p{
        color: #ffffff;
    }
    #content-bg .bg-white
    {
        background-color: #fff;
        padding: 20px;
        margin-top:20px;
    }
    #content-bg .tag-wrap
    {
        filter: drop-shadow(-12px 8px 0px #122482);

    }
    #content-bg .tag-wrap .tag
    {
        background: #e4e011;
        color: #122482;
        padding: 10px 15px 10px 30px;
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
        position:absolute;
        right: 0;
        width: 65%;
        bottom: -20px;
        text-align: center;
        text-decoration: none;
        font-weight:bold;
        
    }
        
    #content-bg .main-white-heading {
        font-size: 28px;
        color: #2B5395;
    }
        #content-bg .main-heading p {
        color: #2B5395;
        font-family: 'Lora', serif;
        font-weight: normal;
        font-size: 24px;
    }

        
    /* *******************about us page******************** */

    
    hr.about-us-border {
        background: #e8e711;
        height: 5px;
    }
    .right-sidebar li.rpwe-li.rpwe-clearfix {
        border-bottom: 1px solid;
    }
    .right-sidebar h2.widget-title {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        border-bottom: 4px solid #dee01a;
        width: 71%;
        margin: 0 auto;
        padding-bottom: 15px;
		padding-top: 15px;
    }
    p.about-section-para {
        line-height: 28px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .right-sidebar .rpwe-block {
        padding-top: 15px;
    }
    .right-sidebar .ft-text-img img {
        border: 2px solid #030D48;
        max-width: 80px;
    }

    .right-sidebar .ft-text-img p {
        padding-left: 10px;
        font-weight: bold;
        line-height: 24px;
        color: #1b3862;
        font-family: "lora";
        border-bottom: 2px solid #a9a9a9;
        padding-bottom: 5px;
        font-size: 18px;
    }
    .right-sidebar .owl-aboutsidebar-carousel .item {
        width: 100%;
        margin: 0 auto;
        background: #011d72;
        color: #ffffff;
        padding: 30px;
        font-style: italic;
        border-radius: 45px 0px 45px 0px;
    }
    .right-sidebar .textwidget .owl-aboutsidebar-carousel {
        padding-top: 15px;
    }
    .right-sidebar .rating-two img {
        width: auto !important;
        margin: 0 auto;
    }
    .right-sidebar .author h4 {
        font-size: 22px;
        font-family: 'Lora';
        font-weight: bold;
        letter-spacing: 1px;
        font-style: normal;
        text-align: center;
        padding-top: 10px;
        padding-left: 70px;
    }
    .right-sidebar p {
        font-size: 23px;
        font-family: Georgia;
        line-height: 28px;
    }
    .right-sidebar .image-banner-logo img {
        width: 15%;
        position: absolute;
        left: 55px;
        bottom: 43px;
    }
    .right-sidebar .owl-aboutsidebar-carousel .rating-two {
        padding-top: 10px;
    }
    .right-sidebar .owl-aboutsidebar-carousel .owl-nav {
        display: none;
    }
    .right-sidebar .contact-us-head p {
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        line-height: 12px;
    }
    .contact-section-sidebar {
        background: #1b3862;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-us-head h2 {
        text-align: center;
        font-family: 'Noto Serif', serif;
    }
    .contact-section-sidebar hr.about-us-border {
        width: 90%;
    }
    .right-sidebar .contact-section-sidebar input.wpcf7-form-control.wpcf7-submit.btn.form-control.btn-primary{
		font-size: 25px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    background: linear-gradient(#EBA0A0, #CB1111);
    color: #ffffff;
    }

    .right-sidebar {
        margin-top: 66px;
    }
    section#about-body-section {
        margin-top: 25px;
    }
    .right-sidebar .contact-section-sidebar .form-control {
        width: 100%;
        padding: 9px;
        font-size: 14px;
        background: #ffffff;
        color: #000000;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    }
    .contact-section-sidebar ::placeholder{
        color: #000000;
        opacity: 1; /* Firefox */
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
    }
    
    ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;

    }
    .right-sidebar .rpwe-block a {
        display: inline !important;
        text-decoration: none;
        color: #000000;
    }


    /* *********************popup************** */

    .popup-desktop .modal-content {
        background-image: url(/wp-content/uploads/2019/06/popup.png);
        background-repeat: no-repeat;
        display: block;
        height: 464px;
        margin-top: 150px;
        border: 5px solid #ffffff;
    }
    .modal-body button.close {
        position: absolute;
        font-size: 40px;
        border-radius: 50px;
        background: #ffffff;
        right: -11px;
        top: -30px;
    }

    .popup-desktop .modal-dialog {
        max-width: 724px;
    }
    .contact-section-popup-img {
        width: 49.5%;
        float: left;
    }
    .contact-section-popup .contact-us-head p {
        text-align: center;
        color: #ffffff;
    }
    .contact-section-popup {
        width: 50%;
        float: left;
        position: absolute;
        right: 0px;
        top: 28px;
    }
    
    .contact-section-popup .contact-section-sidebar .form-controls {
        width: 100%;
        padding: 6px 0px 6px 10px;
        font-size: 13px;
        background: #ffffff;
        color: #323232;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    }
    .contact-section-popup .contact-section-sidebar {
        background: none;
        padding-top: 0px;
    }

    .contact-section-popup ::placeholder{
        color: #4C3E36;
        
        opacity: 1; /* Firefox */
    }
    .contact-section-popup :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #4C3E36;
    }
    
    .contact-section-popup ::-ms-input-placeholder { /* Microsoft Edge */
        color: #4C3E36;
    
    }
    .contact-section-popup hr.about-us-border.brdr-secnd {
        background: #bdbd0e;
        height: 2px;
        width: 88%;
        position: absolute;
        top: 92px;
        margin: 0 20px auto;
    }
    .contact-section-popup hr.about-us-border {
        background: #BDBD0E;
        height: 7px;
        width: 20%;
    }
    .contact-section-popup .contact-section-sidebar .btn-primary {
        font-size: 26px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        background: #e70000;
        height: auto;
        border: 4px solid #C90000;
        color: #ffffff;
    }
    /* ************temprarory***** */
    .page-id-137 button.btn.btn-primary {
        margin-top: 200px;
    }
    /* ************temprarory***** */



    .fancy {
        text-align: center;
    }
    .fancy span {
        display: inline-block;
        position: relative;  
    }
    .fancy span:before,
    .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 0;
    width: 150px;
    }
    .fancy span:before {
        right: 100%;
        margin-right: 6px;
    }
    .fancy span:after {
        left: 100%;
        margin-left: 6px;
    }
    img.circle-lock {
        margin-top: -17px;
    }
    section.last-home-section {
        margin-top: -10px;
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .navbar-light .navbar-toggler-icon {
        background: url(/wp-content/uploads/2019/06/menu.png);
        margin-left: 37px;
    }
    .mobile-bottom-header {
        position: absolute;
        top: 102px;
        width: 100%;
        right: 0px;
        overflow: hidden;
        
    }
    .mobile-bottom-header .left-main-div {
        width: 50%;
        padding: 10px;
        background: #e70000;
    }
    .mobile-bottom-header .left-main-div a {
        text-decoration: none;
        color: #fff;
        font-size: 17px;
        padding: 10px;
        text-transform: uppercase;
        font-family: 'Myriad Pro';
    }
    .mobile-bottom-header .right-main-div {
        width: 50%;
        padding: 10px;
        background: #e7e60b;
    }
    .mobile-bottom-header .right-main-div a {
        text-decoration: none;
        color: #000;
        font-size: 17px;
        padding: 10px;
        text-transform: uppercase;
        font-family: 'Myriad Pro';
    }
    img.top-lock {
        position: absolute;
        right: 566px;
        top: -5px;
    }
    .legalnotice-section {
        margin-top: 150px;
    }
    .legalnotice-section .coming-soon-img {
        text-align: center;
    }
    .contactpage-section{
        margin-top: 150px;
    }
    .contactpage-section .coming-soon-img {
        text-align: center;
    }
.contact-section-sidebar .lock-logo-sidebar img.lock-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    bottom: 0;
    margin: 0px auto;
}
.contact-section-sidebar .f-contact {
    position: absolute;
    top: -27px;
    color: white;
    left: 35px;
}

.navvar-otherpage a.navbar.navbar-brand {
    margin-top: 30px;
}
.navvar-otherpage #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    visibility: visible;
    text-align: left;
    padding: 0px 216px 0px 0px;
}
.mobile-view {
    display: none;
}
	.dekstop-view{
    display: block;
}
#left-body-section {
    padding: 60px 0;
}
a.custom-logo-link img{
	width: 507px;
	height: auto;
}
.right-sidebar p.subtitle.fancy {
    margin-top: 20px;
    margin-bottom: 10px;
}
.copyright-text p{
	color: #ffffff;
}
/* .img-right.vdo-img:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 500px;
    right: 37px;
    top: -21px;
    border-top: 25px solid #E3E010;
    border-left: 20px solid #E3E010;
} */
.vdo-box{
	margin-top: 20px;
}
.vdo-box iframe:before{
	content: "";
    position: absolute;
    left: 0px;
    height: 500px;
    right: 37px;
    top: -21px;
    border-top: 25px solid #1b3862;
    border-left: 20px solid #1b3862;
}
.table-bordered {
    border: 2px solid #122482;
}
.table-bordered td, .table-bordered th{
	border: 2px solid #111d5d;
}
.table thead th{
	    border-bottom: 2px solid #122482;
}
.table thead th{
	font-size: 18px;
}
.table-bordered td{
	vertical-align: middle;
}
.table thead th {
    font-size: 18px;
    font-weight: bold;
    width: 30%;
}
td.bg-clr {
    background: #E9E70D;
	color: #ffffff;
}
.category-section{
	padding: 60px 0;
}
.category-section h2.entry-title a{
	font-size: 36px;
    color: #1b3862;
    font-weight: bold;
	text-decoration: none;
    font-family: 'Lora', serif;
}
.category-section input.wpcf7-form-control.wpcf7-submit.btn.form-control.btn-primary{
	font-size: 25px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    background: linear-gradient(#EBA0A0, #CB1111);
    color: #ffffff;
}
.category-section .contact-us-head p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: 12px;
}
.category-section .right-sidebar h2.widget-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    border-bottom: 4px solid #dee01a;
    width: 71%;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
}
.category-section h2{
	font-weight: bold;
	font-size: 30px;
}
.category-section h4{
	margin: 20px 0;
}
.img-right.vdo-img img {
    box-shadow: 2px 2px 10px #f3f3f3;
}
.youtube-btn{
	position: absolute;
    top: 212px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
}
i.fa.fa-youtube-play{
	font-size: 80px;
    color: red;
}
.youtube-btn button{
	border: none;
	background: none;
}
.modal-dialog {
    max-width: 780px; 
	width: 100%;
}
.modal-header{
	border-bottom: none;
}
.modal-content{
	background: transparent;
	border: none;
}
.modal-header .close{
	padding: 3px 10px;
}button.close {
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
}
.you-btn button{
	border: none;
	background: none;
}
.you-btn{
	position: absolute;
    top: 117px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}
.you-btn i.fa.fa-youtube-play {
    font-size: 60px;
    color: red;
}
.vdo-box img{
	 box-shadow: 2px 2px 10px #f3f3f3;
}
.btn-group.slider-btn .button{
	background: #043081;
    border: 2px solid #E4E011;
    border-radius: 20px;
}
#articles .btn-blog{
	background: #043081 !important;
    border: 2px solid #E4E011 !important;
    border-radius: 20px !important;
    height: auto;
}
.btn-group.slider-btn .button a {
    color: #fff;
	text-decoration: none;
}
#review-section .reviews-img {
    margin: 20px 0;
}
.owl-reasonsidebar-carousel{
	margin-top: 20px;
}
.owl-reasonsidebar-carousel .owl-dots{
	text-align: center;
}
.owl-reasonsidebar-carousel button.owl-dot.active span{
	background: #E9E70D;
}
.owl-reasonsidebar-carousel button.owl-dot span{
	background: #1b3862; 
}
h2.widget-title{
	font-size: 25px!important;
}