/*!
Theme Name: Omkaras
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: omkaras
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.

Omkaras is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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

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

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

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



@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Quattrocento", serif;
    /*font-family: "Lexend", sans-serif;*/
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quattrocento", serif;
    /*font-family: "Lexend", sans-serif;*/
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px !important;
    font-weight: 800;
}

h2 {
    font-size: 38px;
    font-weight: 800;
}

h3 {
    font-size: 26px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}
.txt-para{
    /*    font-size: 16px;
        color: #525252;
        font-family: "Lexend", sans-serif;*/
    /*font-family: garamond sans-serif;*/

    font-family: "EB Garamond", serif;
    line-height: 24px;
    font-size: 18px;
}
p {
    /*    font-family: "Lexend", sans-serif;
        font-size: 14px;
        font-weight: 400;*/
    margin: 0 0 15px 0;


    font-family: "EB Garamond", serif;
    line-height: 24px;
    font-size: 18px;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    transition: all 400ms;
    /* background: url(../images/funky-lines.png) repeat; */
    /* background-size: 6%; */
}

.navigationBarScroll .navigationBarContent {
    position: absolute;
    top: 0px;
    display: block;
    z-index: 999;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    background: transparent;
}

.navbar {
    min-height: 35px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
     padding: 0 100px !important;
    position: relative;
    top: 0;
}

.navbar-brand img {
    /* height: 80px; */
    position: relative;
    transition: all 400ms;
}

/*headerSocial*/

.headerSocial {
    float: right;
    margin-top: 15px;
}

.headerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.headerSocial ul li {
    list-style-type: none;
    display: block;
    margin: 0 3px;
}

.headerSocial ul li a {
    text-align: left;
    color: #222;
    font-size: 16px;
    border: none;
}

.headerSocial ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #a00d41;
    color: #ffd;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    transition: all 400ms;
    box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-bottom: 5px;
}

.headerSocial ul li a:hover {
    background: #fff;
    color: #a00d41;
    border-color: transparent;
}

.navbar-nav {
    margin-top: 0;
    position: relative;
    transition: all 400ms;
    padding-bottom: 20px;
}

.navbar-collapse {

    float: none;
    padding-right: 0;
    width: 100%;
    clear: both;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0 -15px;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #000;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: relative;
    transition: all 400ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    height: 84%;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    /* border-bottom: solid 4px #a00d41;
    border-top: solid 4px #a00d41; */
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    /* border-radius: 0 0 30px 30px; */
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    bottom: 3px;
    visibility: visible;
    opacity: 1;
    border-radius: 6px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li.active>a>.fa-sitemap {
    color: #d83137;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.navbar-collapse>ul>li.active>a:hover>.fa-sitemap {
    color: #b01b69;
    text-shadow: none
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-size: 18px;
    font-weight: 800;
    /*font-family: "Lexend", sans-serif;*/
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    border-radius: 0 0 30px 30px;
}

.navbar-collapse>ul>li:hover>a, .navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #03497d !important;
    border-radius: 0;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0px;
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 6px 15px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #a00d41;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #a00d41;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-collapse>ul>li:hover>ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar-collapse{
        /*        color: #000;
                background: #fff;
                padding: 20px 0;
                box-shadow: 0px 9px 9px -8px black;*/
    }
    .navbar-nav {
        margin: 0 auto;
        float: none;
        text-align: center;

    }

    .navbar-collapse>ul>li {
        display: inline-block;
        float: none;
    }


}

/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 120%;
    overflow: hidden;
    background: #fff;
}

.bannerSection .bannerSectionContainer {
    display: block;
    position: relative;

    width: 100%;

}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 50px;
    right: 100px;
    text-align: center;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #fff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
    width: 100%;
    height: 599px;
}

.bannerSection .bannerSlideBlock {
    display: table;
    position: absolute;
    text-align: center;
    z-index: 2;
    background: -linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

/*.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    display: block;
    width: 100%;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}*/

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    transform: rotate(347deg);
    display: block;
    width: 16%;
    left: 142px;
    top: 10px;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
    display: inline-block;
    font-family: "Lexend", sans-serif;
    /*text-transform: uppercase;*/
    font-size: 42px;
    position: relative;
    display: block;
    font-weight: 600;
    position: relative;
    transition: all 800ms;
    line-height: 46px;
    top: 60px;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2>span {
    color: #000 !important;
    font-size: 42px;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}


.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 small {
    display: block;
    font-size: 22px !important;
    font-weight: 400;
    position: relative;
    transition: all 800ms;
    line-height: 46px;
    color: #fff;
    text-transform: capitalize;
}

/* .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
    z-index: -1;
    transform: skew(40deg);
    transition: all 1000ms;
} */

.bannerSection .owl-item.active .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2:before {
    left: 0;
    transform: skew(0deg);
    opacity: 0.6;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    background: #005ca1 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #024475 !important;
    text-shadow: none;
}


/*aboutSection*/

.aboutSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
}

.aboutDisc {
    text-align: justify;
    margin-bottom: 50px;

}
.aboutDisc .readmore {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #1688d3;
}
.main-blog {
    padding-bottom: 30px;
}
.main-blog .title-post a{
    font-size: 32px;
    font-weight: 600;
}
.main-blog .content-post .readmore{
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #1688d3;
}
.main-blog .featured-post{
    text-align: center;
}
.main-blog .content-post{
    padding-bottom: 20px
}
.main-blog .blog-para{
    height: 138px;
    overflow: hidden;
}
.blog-para2{
    height: 77px;
    overflow: hidden;
}
.subtitle p{
    font-weight: 700;
    font-size: 20px;
    /*font-family: garamond sans-serif;*/
    font-family: "Quattrocento Sans", sans-serif;
}

.aboutDisc p {
    font-size: 18px;
    color: #525252;

}
.about-social p{
    font-size: 16px;
    color: #525252;
    line-height: 3px;
}
.about-social a{
    padding-bottom: 10px;
    font-size: 18px;

}
.about-social i {
    font-size: 16px;
    background: #02406d;
    color: #fff;
    padding: 10px 10px 11px 11px;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    line-height: 20px;
}
.aboutImg {
    position: relative;
    /* width: 60%; */
    margin: 0 auto;
    z-index: 999;
}
.aboutImg::after {
    top: -72px;
    content: "";
    position: absolute;
    width: 105%;
    right: -226px;
    height: 150%;
    background: rgb(1, 55, 94);
    background: linear-gradient(35deg, rgba(1, 55, 94, 1) 10%, rgba(4, 89, 153, 1) 77%);
    z-index: -1;
}

.aboutImg img {
    width: 55%;
    /* text-align: right; */
    /* float: right; */
    margin-left: 60px;
}

/* bg-theme */

.bg-theme {
    position: relative;
    clear: both;
    width: 100%;
    padding: 50px 0px 20px;
    background: #fafafa;
}

.bannerSection .bannerSlideImg {
    height: 700px;
}
article.post.style2 {
    border-bottom: none;
    padding-bottom: 0;
    box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
}

article.post.clearfix {
    margin-bottom: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

article.post.bg-view {
    background: url(./images/bg-pofolio.jpg);
    padding: 10px;
}

article.post.style2:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

article.post.style2:hover .featured-post img {
    opacity: 0.5;
}

.post.style2 .featured-post {
    margin-bottom: 0px;
    background-color: #1688d3;
}

.post.style2 .content-post {
    padding: 15px 15px;
}

.post.style2 .featured-post img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post.style2 .content-post h5.title-post {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    text-overflow: ellipsis;
    height: 68px;
    overflow: hidden;
    /* white-space: nowrap; */
    margin-bottom: 10px;
}

.post.style2 .content-post h5.title-post a {
    color: #3c3a42;
    font-size: 20px !important;

}

.post.style2.column .content-post p {
    line-height: 24px;
    margin-bottom: 5px;
    color: #646a7c;
    height: 75px;
    overflow: hidden;
    font-family: "Quattrocento Sans", sans-serif;
}

.post.style2.column .content-post .readmore {
    position: relative;
    font-size: 12px;
    font-weight: 800;
    color: #1688d3;
}


/*carouselWithArrows*/

.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 2px;
    border-radius: 0;
    background: rgba(0, 102, 179, 0.9) !important;
    opacity: 1;
    font-size: 30px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    background: #024475 !important;
}


/* ouraboutSection */

.ourservicesSection {
    position: relative;
    clear: both;
    padding: 20px 0px 50px;
    display: block;
    width: 100%;
    background: #fff;
}

.ourservicesSection .heading small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 0;
    font-weight: 600;
}

.service-box {
    position: relative;
    background: rgb(1, 55, 94);
    background: linear-gradient(35deg, rgba(1, 55, 94, 1) 10%, rgba(4, 89, 153, 1) 77%);
    padding: 35px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

/* 
.service-box i,
.service-box img {
    font-size: 40px;
    max-width: 50px;
    color: #005ca1;
    margin-bottom: 20px;
    line-height: 1;
    display: inline-block;
}

.ourservicesSection a.link-box {
    color: #737373;
    border-color: #c1c1c1;
    font-weight: 700;
    border-bottom: 1px solid;
}

.service-box:hover .link-box,
.link-box:hover {
    color: #005ca1;
    border-color: #005ca1;
}

.service-box:hover .service-box i {
    color: #fff !important;
} */

.service-box:hover h4 {
    opacity: 1;
}

.hover-link {
    /* display: block; */
    cursor: pointer;
}

.hover-link:hover {
    color: #005ca1 !important;
    border-color: #bdc9b8;
}

.service-box:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.content-box {
    display: block;
}

.content-box h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.content-box p {
    margin: 0 0 20px;
}

.content-box ul {
    padding-left: 20px;
    margin: 0 0 20px;
    height: 90px;
    overflow: hidden;
}

.ActivitiesSection {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0 40px 0;
    background: #f0f0f0;
}

.activity-box {
    width: 100%;
    /* display: block; */
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    height: 100px;
}

.activityIcon {
    width: 40%;
    padding: 15px;
    align-items: center;
}

.activityIcon img {
    width: 80%;
    margin: 0 auto;
}

.activityText {
    /* width: 60%;
    float: left; */
    padding: 15px;

    align-items: center;
}

.activityText h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

/*footerSection*/

.footerSection {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: #000;
    color: #eee;
    font-size: 16px;
}

.footetlogo img {
    width: 65%;
    margin-bottom: 20px;
}

.footerSection .footerHeading {
    font-weight: 600;
    color: #eee;
    font-size: 18px;
    margin-bottom: 12px;
    position: relative;
}

.footerSection .footerHeading2 {
    font-size: 22px;
    display: block;
    padding: 0px;
    clear: both;
}

.footer-text {
    margin-bottom: 20px;
}

.productsUl {
    margin: 0;
    padding: 0px 15px;
}

.productsUl li {
    color: inherit;
    margin-bottom: 10px;
    font-size: 14px;
}

.productsUl li a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: 500;
    color: #eee;
}

.productsUl li a:hover {
    color: #024475;
}

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks ul li {
    display: inline-block;
}

.socialLinks ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    margin: 0 3px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.socialLinks ul li a i:hover {
    color: #fff;
    background: #030303;
}

.socialLinks ul li a .fa-facebook {
    border-radius: 50%;
    background: #0066aa;
}

.socialLinks ul li a .fa-twitter {
    border-radius: 50%;
    background: #0e76a8;
}

.socialLinks ul li a .fa-linkedin {
    border-radius: 50%;
    background: #3b5998;
}

.socialLinks ul li a .fa-instagram {
    border-radius: 50%;
    background: #dc4e41;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.footer-text p {
    margin: 0px;
    color: #eee;
}

.footer-text p a:hover {
    color: #024475;
}

.footer-text p a {
    margin: 10px 0px;
    color: #eee;
}

.footer-text p i {
    padding-right: 10px;
}

.footer-strip {
    background: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
}

.footer-strip p {
    margin: 0px auto;
    padding: 0px;
}


/*misc*/

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 100px;
    z-index: 10;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small,
.heading2 small {
    font-size: 18px;
    color: #024475;
}

.heading small a,
.heading2 small a {
    color: inherit;
}

/* .heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #005ca1;
    position: absolute;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
} */

.heading2:after {
    left: -120px;
    top: 10px;
}

.heading:after {
    bottom: 0;
    left: 0;
}

.heading small {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}

.heading span,
.heading-center span,
.heading2 span {
    color: #024475;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #005ca1 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #024475 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #005ca1 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

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

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}






/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #024475;
    z-index: 200;
}

.scrollup:hover {
    background: #005ca1;
    opacity: 1;
    color: #fff;
}





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




/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005392;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */




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



/*Single Page*/

/*.BlogSingleWrapper img {
    width: 100%;
}*/

.BlogSingleWrapper h4 {
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
}

/*.singDate{
    text-align: right;
    position: absolute;
    right: 0;
    top: 35px;
    background: #a9131b;
    color: #fff;
    padding: 4px 10px;

}
.singDate span{
    color: #fff;
    padding-right: 5px;
}*/
.BlogSingleWrapper .singleBlogBlock ul {
    padding-left: 20px
}


/*Blog Single page*/

.BlogSingleWrapper {
    /*background: #e7e7e7;*/
    padding-top: 80px !important;
    padding-bottom: 50px;
}

.BlogSingleWrapper .col-sm-8 {
    background: #fff;
}

.singleBlogBlock {
    padding: 15px 15px;
}
.singleBlogBlock h5{
    font-size: 32px;
    font-weight: 600;
}
.BlogSingleWrapper .blogs {
    background: #fff;
    padding: 25px;
    margin-bottom: 80px;
}

.BlogSingleWrapper .blogs img {
    margin-bottom: 30px;
}

.BlogSingleWrapper .blogs h3 {
    text-transform: uppercase;
    text-align: center;
}

.BlogSingleWrapper .blogs h4 {
    width: 49%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #7c7979;
    font-weight: normal;
}

.BlogSingleWrapper .blogsidebar {
    background: #fff;
    padding: 25px 25px 50px 25px;
    margin-bottom: 30px;
    border: solid 1px #e7e7e7;
}
.BlogSingleWrapper .col-sm-8 h5{
    font-size: 14px;
    margin: 0;
}
.BlogSingleWrapper .col-sm-8 .readmore{
    position: relative;
    font-size: 12px;
    font-weight: 800;
    color: #1688d3;
}
.BlogSingleWrapper .blogsidebar form {
    position: relative;
}

.BlogSingleWrapper .blogsidebar form button {
    background: #000000;
    position: absolute;
    right: 0;
    width: 43px;
    height: 100%;
}

.BlogSingleWrapper .blogsidebar form button i {
    color: #fff
}

.BlogSingleWrapper .blogsidebar .otherBlogs {
    padding: 20px 0;
    border-bottom: solid 1px #eee;
    display: flex;
    align-items: center;
}

.BlogSingleWrapper .blogsidebar .otherBlogs .imgWrapper {
    padding-right: 0px;
    max-width: 100px;
}

.BlogSingleWrapper .blogsidebar .otherBlogs .textWrapper p {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.BlogSingleWrapper .blogsidebar .otherBlogs .textWrapper span {
    font-size: 11px;
}
.BlogSingleWrapper .textWrapper a h5{
    margin: 0 0 0 0;
}
.BlogSingleWrapper .textWrapper a h5 p{
    margin: 0 0 0 0;
    color: #0b3695;

}
.BlogSingleWrapper .textWrapper a h5 p:hover{
    text-decoration: underline;

}









.blogsection{
    padding: 50px 00px;
}


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



/*media queries*/

@media (max-width: 1400px) {
    .scroll-down-arrow {
        bottom: 30px;
    }
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .aboutsliderDescBlock .aboutsliderDescBlockInner {
        padding-right: 30px;
    }

    .containerWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .overviewBlockContainer {
        margin-bottom: 30px;
    }

    .overviewSectionLeft {
        width: 100%;
        float: none;
        clear: both;
        position: relative;
        height: auto;
    }

    .overviewSectionRight {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
		        padding: 0px !important;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }


    .tophead-menu-left {
        display: none !important;
    }

    .bannerSection {
        height: 213px;
        top: 20px;
        overflow: hidden;
    }

    h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        border-top: none;
    }
  .navbar-brand {
        margin-bottom: 12px;
		        padding: 0px !important;
    }
    .navbar-nav {
        margin-top: 0;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    /*    .navigationBarContent {
            position: absolute;
            clear: both;
            width: 98%;
            height: auto;
            z-index: 999;
            background: #ffffff !important;
        }*/

    .aboutsliderBlock::before {
        display: none;
    }

    .aboutsliderBlock {
        width: 100%;
        height: 400px;
        margin: 0;
    }

    .aboutsliderBlock .aboutsliderBlockImg,
    .aboutsliderBlock .aboutsliderBlockImg>div {
        transform: skew(0deg);
    }

    .aboutsliderBlock .aboutsliderBlockImg>div {
        width: 100%;
        height: 100%;
        left: 0;
    }

    .aboutsliderDescBlock {
        width: 100%;
    }

    .aboutsliderDescBlock .aboutsliderDescBlockInner {
        padding: 50px;
    }

    article.post.clearfix {
        margin-bottom: 20px;
    }
    .aboutImg img {
        width: 100%;
        position: relative;
        top: 0px;
        margin-left: 0px;
        filter: drop-shadow(2px 4px 6px black);
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        height: 58px;
    }

    .navbar-nav::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        color: #222;
    }

    .navigationBar {
        position: relative;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 10px;
        border: none;
        margin-top: -30px;
    }
    .navbar {
        min-height: 0px;
    }
    .navbar-collapse {
        overflow: hidden;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li:hover>a,
    .navbar-collapse>ul>li.active>a {
        color: #024475 !important;
    }

    .tophead-right-menu {
        text-align: center;
    }

    .tophead .tophead-menu-left ul li,
    .tophead .tophead-menu-right ul li {
        margin-right: 6px;
    }

    .container {
        padding: 0 20px;
    }

    .scroll-down-arrow {
        display: none;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }
    .bannerSection .bannerSlideImg {
        height: 216px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 24px;
        line-height: 8px !important;
        top: 0px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
        font-size: 26px;
        line-height: 36px;
    }

    .down-arrow-box {
        display: none;
    }

    /* .bannerSection {
        height: 300px;
    } */
    .scrollup {
        right: 0;
        bottom: 0;
    }

    .footerMenu ul li {
        margin: 10px 0;
    }

    .overviewBlock {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }

    .containerWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }



    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        transform: rotate(347deg);
        display: block;
        width: 19% !important;
        left: 44px;
        top: 19px;
        color: #fff;
        padding: 0px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2>span {
        font-size: 10px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        width: auto;
    }

    .aboutsliderDescBlock .aboutsliderDescBlockInner .heading::after {
        display: none;
    }

    .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        position: relative;
        top: initial !important;
        bottom: initial !important;
    }

    .project-fig {
        text-align: center;
        padding: 20px 10px;
        margin-bottom: 0;
        transition: all 0.4s ease-in 0s;
        -webkit-transition: all 0.4s ease-in 0s;
        -moz-transition: all 0.4s ease-in 0s;
        -ms-transition: all 0.4s ease-in 0s;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .bg-theme {
        padding: 50px 0px;
    }

    .ourservicesSection {
        padding: 50px 0px;
    }

    .ActivitiesSection {
        padding: 50px 0px;
    }

    .aboutSection {
        padding: 50px 0px;
    }

    .aboutImg::after {
        display: none;
        top: 0;
        content: "";
        position: absolute;
        width: 100%;
        right: 0;
    }
    .aboutImg {
        margin: 0 0 0px 0;
        background: #07426f;
        padding: 20px;
    }

    .productsUl {
        margin-bottom: 30px;
    }

    .socialLinks {
        margin-bottom: 32px;
    }

    .service-box {
        margin-bottom: 10px;
    }

    .activity-box {
        margin-bottom: 15px;
    }

    .activityIcon {
        width: 30%;
    }

    .activityText {
        width: 75%;
    }

    .activityText h4 {
        font-size: 18px;
    }
}

@media (max-width: 650px) {
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 30px;
        padding: 5px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 small {
        font-size: 20px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }

    #bannerSlider .owl-controls {
        bottom: 0;
        left: 15px;
    }

    .aboutsliderDescBlock .aboutsliderDescBlockInner {
        padding: 30px 15px;
    }
}

@media (max-width: 500px) {
}

