/**
 * Table of Contents
 *
 * 1.0 - MAIN SETTING
 *     - PAGINATION
 *     - TOP BAR
 * 2.0 - HEADER
 *     - LOGO
 *     - SITE DESCRIPTION
 *     - SEARCH FORM
 *     - NAVIGATION
 * 3.0 - FOOTER
 *     - COLUMN
 *     - SOCIAL
 *     - SITE INFO
 * 4.0 - SIDEBAR
 * 5.0 - PAGE DEFAULT
 *     - BREADCRUMS
 *     - CONTENT AREA
 * 6.0 - HOME
 *     - SLIDER
 *     - ARTICLE
 * 7.0 - ARCHIVE
 * 8.0 - SINGLE
 */
/*==================================================
>>>      1.0 - MAIN SETTING     
==================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.woff') format('woff'),
  url('../fonts/Futura-Bold.ttf') format('truetype'),
  url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg'),
  url('../fonts/futura-bold-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Medium.eot');
  src: url('../fonts/Futura-Medium.woff2') format('woff2'),
       url('../fonts/Futura-Medium.woff') format('woff'),
       url('../fonts/Futura-Medium.ttf') format('truetype'),
       url('../fonts/Futura-Medium.svg#Futura-Medium') format('svg'),
       url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-CondensedMedium.eot');
  src: url('../fonts/Futura-CondensedMedium.woff2') format('woff2'),
       url('../fonts/Futura-CondensedMedium.woff') format('woff'),
       url('../fonts/Futura-CondensedMedium.ttf') format('truetype'),
       url('../fonts/Futura-CondensedMedium.svg#Futura-CondensedMedium') format('svg'),
       url('../fonts/Futura-CondensedMedium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'Noteworthy';
  src: url('../fonts/Noteworthy-Bold.eot');
  src: url('../fonts/Noteworthy-Bold.woff2') format('woff2'),
       url('../fonts/Noteworthy-Bold.woff') format('woff'),
       url('../fonts/Noteworthy-Bold.ttf') format('truetype'),
       url('../fonts/Noteworthy-Bold.svg#Noteworthy-Bold') format('svg'),
       url('../fonts/Noteworthy-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Noteworthy-Light';
  src: url('Noteworthy-Light.woff') format('woff'),
       url('Noteworthy-Light.ttf') format('truetype'),
       url('Noteworthy-Light.svg#Noteworthy-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'noteworthy-webfont';
  src: url('noteworthy-webfont.eot');
  src: url('noteworthy-webfont.woff2') format('woff2'),
       url('noteworthy-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


div.desktop{visibility: visible;}
div.mobile{visibility: hidden;}
body{
    font-family: 'Open Sans',Arial,sans-serif;
}
body.medium{
    font-size: 18px;
    line-height: 28px;
}
body.large{
    font-size: 22px;
    line-height: 32px;
}



h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 10px;
    font-family: 'Futura',Arial,sans-serif;
}


ul{
    margin: 0 0 10px 18px;

}

a{
    color: #959595;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
a:hover{
    color: #0b5793;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:link,a:visited{
    outline: none;
}

#page{ 
    margin: 0 auto;
    position : relative ;
    background:#fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
    #page {
        width: 750px;  
    }
}
@media (min-width: 992px) {
    #page {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #page {
        width: 1200px;        
    }
}
.container{
    padding: 0 54px;
    position : relative ;
}
.container:after {
    clear: both;
}
.container:before, 
.container:after {
    content: " ";
    display: table;
}

.clearfix:before,
.form-group:before,
.form-group:after,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after,
.form-group:after {
    clear: both;
}

.sign{
    font-weight: 800;
    color: #b96c38;
}

/*-----------------------*\
    READ MORE
\*-----------------------*/
a.read-more{
    display: table;
    margin: 25px 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    color: #0b5793;
    font-family: 'Futura',Arial,sans-serif;
    padding: 5px 17px;
    border:1px solid #0b5793;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
a.read-more:hover{
    background:#0b5793;
    color: #fff;
}
/*-----------------------*\
    PAGINATION
\*-----------------------*/
.custom-pagination{
    clear: both;
    overflow: hidden;
}
.custom-pagination ul{
    list-style: none;
    margin: 40px 0;
}
.custom-pagination ul li{
    display: inline-block;
    border: 1px solid #0b5793;
    background-color: #fff;
    line-height: 18px;
    margin-right: 3px;
    text-align: center;
}

.custom-pagination ul li a{
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    color: #0b5793;
}
.custom-pagination ul li.active a,
.custom-pagination ul li a:hover{
    color: #fff;
    background: #0b5793; 
}




/*==================================================
>>>      2.0 - HEADER     
==================================================*/
#site-header{

}

.navbar-toggle,
.phone-bar{
    display: none;
}
#site-header .right-bar{
    float: right;
    margin-top: 20px;
    background: url(../images/paw.png) left center no-repeat;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#site-header .right-bar .phone-fax,
#site-header .right-bar .address{
    display: block;
    font-weight: 700;
    font-size: 14.88px;
    line-height: 21.01px;
}
#site-header .right-bar .phone-fax{
    font-size: 25.38px;
    line-height: 28.01px;
    text-align: right;
    color: #0b5793;
}


/*-----------------------*\
    LOGO
    \*-----------------------*/
#site-header .logo{
    float: left;
    margin: 14px 0 22px;
}
#site-header .logo img{
    float: left;
}
#site-header .logo a.site-title{
    color: #0b5793;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    margin-top: 17px;
    margin-left: 8px;
}
#site-header .logo a.site-title span{
    color: #2e2e2e;
    display: block;
}
/*-----------------------*\
NAVIGATION
\*-----------------------*/

#site-header #site-navigation{
    position : relative ;    
    width: 100%;
    background:url(../images/nav-bg.webp) center center no-repeat;
    background-size: 100% 100%;
    height: 49px;
}

#site-header #site-navigation .menu-main-menu-container{

}
#site-header #site-navigation .primary-menu{
    border-bottom: none;
    list-style: none;  
    padding: 0;
    position : relative ;
    margin: 0;

}

#site-header #site-navigation .primary-menu > li{
    float: left;
}

#site-header #site-navigation .primary-menu > li > a{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 49px;
    padding: 0 40px;
    font-weight: 800;
    border-right: 1px solid rgba(255,255,255,.25);
}

#site-header #site-navigation .primary-menu > li .dropdown-toggle
{
    float:right;
    margin-top:-45px;
    background: transparent;
}
#site-header #site-navigation .primary-menu > li .dropdown-toggle:before{
    font-family: FontAwesome !important;
    content:  "\F0D7";
}

#site-header #site-navigation .primary-menu > li ul{display: none; list-style: none;position: absolute;z-index: 9999;top:49px;margin-left: 0;}

#site-header #site-navigation .primary-menu > li:last-child > a{
    border-right: 0;
}

#site-header #site-navigation .primary-menu > li.current-page-ancestor > a,
#site-header #site-navigation .primary-menu > li.current-menu-item > a,
#site-header #site-navigation .primary-menu > li.current_page_item > a,
#site-header #site-navigation .primary-menu > li > a:hover,
#site-header #site-navigation .primary-menu > li li > a:hover{

    background:url(../images/hover-nav.png) center center no-repeat;
    background-size: 100% 100%;
}

#site-header #site-navigation .primary-menu > li:hover ul{display: block;}
#site-header #site-navigation .primary-menu > li li{
    position : relative ;    
    width: 100%;
    background:url(../images/nav-bg.webp) center center no-repeat;
    background-size: 100% 100%;
    height: 49px;
}
#site-header #site-navigation .primary-menu > li li > a {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 49px;
  padding: 0 40px;
}
/*-----------------------*\
    SUB MENU
\*-----------------------*/

/*==================================================
>>>      3.0 - FOOTER     
==================================================*/
#site-footer{
    color: #fff;
    position: relative;
}
#site-footer .bottom{
    position : relative ;
    background: #dfd7b5;
    font-size: 14px;
    line-height: 24px;
}

#site-footer #menu-social{
    display: none;
}
/*-----------------------*\
    FOOTER LOGO
    \*-----------------------*/
#site-footer .bottom .logo{
    position : absolute ;
    top: -20px;
}
#site-footer .bottom .logo a{
    display: block;
}
#site-footer .bottom .logo img{
    display: block;
    width: 260px;
    height: 260px;
    border:5px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin:auto;
}
/*-----------------------*\
    SIGN IN
\*-----------------------*/
#site-footer .bottom .sign-in{
    margin-left: 320px;
    padding-top: 35px;
    float: left;
}
#site-footer .bottom .sign-in .form-input{
    margin-bottom: 14px;
}
#site-footer .bottom .sign-in .form-input input{
    width: 198px;
    height: 42px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 25px;
    background: #fff;
    color: #959595;
}
#site-footer .bottom .sign-in .form-input input[type='password']{
    margin-left: 13px;
}
.form-submit input[type="submit"]{
    background:#0b5793;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 16px;
    float: right;
}
.form-submit .left{
    float: left;
    padding-left: 10px;
}
.form-submit .left p{
    margin-bottom: 0;
    color: #7d6f59;
    line-height: 18px;
    font-weight: 600;
}
.form-submit .left a{
    color: #3b3a26;
    font-weight: 600;
}
/*-----------------------*\
    LATEST NEWS
\*-----------------------*/
#site-footer .bottom .latest-blog{
    width: 28.45%;
    float: right;
    border-left: 1px solid #fff;
    padding: 35px 0 35px 45px;
}
#site-footer .bottom .latest-blog h2,
#site-footer .bottom .sign-in h2{
    color: #2e2e2e;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'Noteworthy',Arial,sans-serif;
    font-weight: 700;
}   
#site-footer .bottom .latest-blog ul{
    list-style: none;
    margin: 0;
}
#site-footer .bottom .latest-blog ul li{
    margin-bottom: 5px;
}
#site-footer .bottom .latest-blog ul li a{
    color: #0b5793;
    font-size: 14px;
    line-height: 18px;
}   
#site-footer .bottom .latest-blog ul li span{
    font-weight: bold;
    color: #0b5793;
}
#site-footer .bottom .latest-blog ul li a:hover{
    -webkit-text-shadow: 1px 0 0 #0b5793;
    -moz-text-shadow: 1px 0 0 #0b5793;    
    text-shadow: 1px 0 0 #0b5793;
}

/*-----------------------*\
    SITE INFO
    \*-----------------------*/
#site-footer .site-info{
    font-size: 12px;
    background: #363636;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    padding: 20px 0;
    font-family: 'Open Sans',Arial,sans-serif;
}
#site-footer .site-info p{
    margin-bottom: 0;
}
#site-footer .site-info .copyright{
    width: 70%;
    float: right;
}
#site-footer .site-info .copyright .credit span{
    color: #fff;
}
#site-footer .site-info .copyright .credit br{display: none;visibility: hidden;}
/*-----------------------*\
    SOCIAL
    \*-----------------------*/
/*#menu-social{
    margin-top: 25px;
}
#menu-social ul li{
    float: left;
}

#menu-social ul li a{
    width: 32px;
    height: 32px;    
    display: block;
    margin-right: 12px;
}

#menu-social ul li a[href*="facebook.com"]{
    background: url(../images/social/facebook.jpg) no-repeat;
}
#menu-social ul li a[href*="plus.google.com"]{
    background: url(../images/social/google-plus.jpg) no-repeat;
}
#menu-social ul li a[href*="twitter.com"]{
    background: url(../images/social/twitter.jpg) no-repeat;
}
#menu-social ul li a[href*="youtube.com"]{
    background: url(../images/social/youtube.jpg) no-repeat;
}
#menu-social ul li a[href*="linkedin.com"]{
    background: url(../images/social/linkedin.jpg) no-repeat;
}
.screen-reader-text{
    position: absolute;
    top: -9999em;
    left: -9999em;
    }*/
#menu-social{
    
}
#menu-social ul{
    list-style: none;
    margin: 0;
    text-align: center;
}
#menu-social ul li{
    margin: 0 4px;
    display: inline-block;
}
#menu-social li:first-child{
    margin-left:0;
}
#menu-social li a{
    /*background: #346732;*/
    color: #fff;

    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    moz-transition: all .3s ease 0s;
    ms-transition: all .3s ease 0s;
    o-transition: all .3s ease 0s;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
    webkit-transition: all .3s ease 0s;

}
#menu-social li a::before{
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#menu-social li a:hover{
    background: #363636 !important;
    color: #fff !important;
}
#menu-social li a:before:hover{
    color: #a89b80;
}
#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before{
    content: '\f205';
}
#menu-social li a[href*="facebook.com"]::before{
    content: "\f09a";
}
#menu-social li a[href*="twitter.com"]::before{
    content: "\f099";
}
#menu-social li a[href*="dribbble.com"]::before{
    content: '\f201';
}
#menu-social li a[href*="plus.google.com"]::before{
    content: "\f0d5";
}
#menu-social li a[href*="pinterest.com"]::before{
    content: "\f0d2";
}
#menu-social li a[href*="github.com"]::before{
    content: '\f200';
}
#menu-social li a[href*="tumblr.com"]::before{
    content: '\f214';
}
#menu-social li a[href*="youtube.com"]::before{
    content: "\f167";
}
#menu-social li a[href*="flickr.com"]::before{
    content: '\f211';
}
#menu-social li a[href*="vimeo.com"]::before{
    content: '\f212';
}
#menu-social li a[href*="instagram.com"]::before{
    content: "\f16d";
}
#menu-social li a[href*="codepen.io"]::before{
    content: '\f216';
}
#menu-social li a[href*="linkedin.com"]::before{
    content: "\f0e1";
}

#menu-social li a[href*="facebook.com"]{
    background:#37619d;
}
#menu-social li a[href*="plus.google.com"]{
    background:#dc5348;
}
#menu-social li a[href*="twitter.com"]{
    background:#2dabde;
}
#menu-social li a[href*="youtube.com"]{
    background:#ed2b3d;
}
#menu-social li a[href*="linkedin.com"]{
    background:#196e9a;
}
.screen-reader-text{
    position: absolute;
    top: -9999em;
    left: -9999em;
}

/*==================================================
>>>       4.0 SIDEBAR     
==================================================*/
#sidebar{
    width: 24.7%;
    float: right;
}

#sidebar section{
    margin-bottom: 35px;
    clear:both;
}
#sidebar section#text-5{
    background: #0b5793;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 25px 15px;
    color: #fff;
}
#sidebar section#text-5 h2 {
  color: #fff;
  line-height: 24px;
  margin-bottom: 5px;
}
.widget .wpcf7{
    width:100%;
    
}

#sidebar section#text-5 textarea{height:100px;} 

#sidebar section#text-5 input[type="submit"]
{
    background: #a01a23 none repeat scroll 0 0;
    border-radius: 20px;
    padding: 10px 15px;
    float:right;
}

#sidebar section#text-2{
    background: #0b5793;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 25px 15px;
    color: #fff;
}
#sidebar section#text-2 h2{
    line-height: 24px;
    margin-bottom: 5px;
    color: #fff;
}
#sidebar section#text-2 p{
    margin-bottom: 5px;
}


#sidebar section#text-3{
    background: #a01a23;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 15px 15px;
    -webkit-transition: all .3s linear 0s;
       -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
         -o-transition: all .3s linear 0s;
            transition: all .3s linear 0s;
}
#sidebar section#text-3 h2{
    display: none;
}
#sidebar section#text-3 .textwidget{    
    text-align: center;
}

#sidebar section#text-3 a{
	display: inline-block;
	padding-left: 50px;
	position : relative ;
}
#sidebar section#text-3 .textwidget a:after{
    content: '+';
    position : absolute ;
    left: 0;
    top: 5px;
    color: #fff;
    font-size: 72px;
    font-weight: 800;
}
#sidebar section#text-3 a span.top{
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 18px;
    font-weight: 700;
    position : relative ;
    
}
#sidebar section#text-3:hover{
    background: #0b5793;
    cursor: pointer;
    -webkit-transition: all .3s linear 0s;
       -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
         -o-transition: all .3s linear 0s;
            transition: all .3s linear 0s;
}

#sidebar section#text-3 a span.bottom{
	color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 18px;
}


#sidebar section#text-4 h2{
    font-family: 'Noteworthy',Arial,sans-serif;
}

#sidebar section:last-child{
    text-align: center;
}
#sidebar section:last-child h2{text-align: center;}
/*==================================================
>>>       5.0 PAGE DEFAULT     
==================================================*/
/*-----------------------*\
    PAGE BAR
    \*-----------------------*/
.page-bar{
    background: url(../images/bg-slder.webp);
    padding: 27px 0;
    border-bottom: 1px solid #346613;
}
.page-bar h2{
    margin-bottom: 0;
    font-size: 32.74px;
    line-height: 34.92px;
    font-family: 'Noteworthy',Arial,sans-serif;
    color: #fff;
    text-transform: capitalize;
    -webkit-text-shadow: 0px 4px 4.75px rgba(0, 0, 0, 0.6);
       -moz-text-shadow: 0px 4px 4.75px rgba(0, 0, 0, 0.6);    
            text-shadow: 0px 4px 4.75px rgba(0, 0, 0, 0.6);
}
/*-----------------------*\
    PAGE THUMBNAIL
\*-----------------------*/
.page-thumbnail{
    float: right;
    margin-top: -90px;
    margin-bottom: 38px;
    margin-left: 10px;
    max-width: 36%;
    position: absolute;
    right: 15px;
}
.page-thumbnail img{
    border:5px solid #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
/*-----------------------*\
    CONTENT AREA
    \*-----------------------*/
.z-bound{
    display: flex;
}
#content-area{
    margin: 35px 0 70px;
}
#content-area.page-default article{    
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#content-area.page-default article #sidebar{
    clear: right;
    margin-left: 60px;
}
.entry-content-box {
    width: 64%;
}
#content-area.page-default article h1,
#content-area.page-default article h2,
#content-area.page-default article h3{
    display: inline-block;
}

#content-area.page-default article h1,
#content-area.home-page article h1,
#content-area.single-post article h1{
    font-family: 'Futura',Arial,sans-serif;
    font-weight: 400;
    padding: 15px 84px 18px 0;
    background: url(../images/paw.png) top right no-repeat;
    background-size: 68px 60px;
    margin-bottom: 0;
    display: inline-block;
}

#content-area.page-default article h2{
    font-family: 'Futura',Arial,sans-serif;
    font-weight: 400;
    display: block;
}
#content-area.page-default article p strong{
    font-weight: 600;
}

/*-----------------------*\
    OUR TEAM
\*-----------------------*/
.profile-list{
    margin-top: 40px;
}
/*.divide-line
{
    clear:both;
    display: block;
    line-height: 1px;
    border-bottom: 1px solid #0b5793;
}.profile-list .profile:first-child .info{
    min-height: 280px;
}*/

.member-info .wp-post-image {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  margin-right: 25px;
}
.profile-list .profile{
    clear: left;
    margin-bottom: 20px;
}
.profile-list .profile .thumbnail{
    width: 180px;
    float: left;
    margin-right: 30px;
}
.profile-list .profile .info{
    /*overflow: hidden;*/
    border-bottom: 1px solid #0b5793;
   
    min-height: 220px;
}

.single-member #sidebar {
    margin-top: 0;
}
.profile-list .profile:last-child .info{
    border:none;
}
.profile-list .profile .info a.title{
    display: block;
    color: #0b5793;
    text-transform: uppercase;
    font-family: 'Futura',Arial,sans-serif;
}
.profile-list .profile .info a.title:hover{
    color: #959595;
}
.profile-list .profile .info i{
    margin-bottom: 10px;
    display: block;
}
.profile-list .profile .info a.read-more{
    float: right;
    font-size: 12.32px;
    line-height: 21.9px;
    padding: 1px 12px;
}

#ourteam-detail{
    width: 70% !important;
}
#ourteam-detail .post-thumbnail{
    margin: 0 24px 24px 0;
    width: 24%;
    float: left;
}
#ourteam-detail .position{
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}
/*-----------------------*\
    SERVICE
\*-----------------------*/
.sub-service ul{
    list-style: none;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 80px; /* Chrome, Safari, Opera */
    -moz-column-gap: 80px; /* Firefox */
    column-gap: 80px;
    margin-left: 0;
}
.sub-service ul li{
    margin-bottom: 20px;
    
}
.sub-service ul li a{
    color: #0b5793;
    font-weight: 700;
    text-transform: capitalize;
    padding-left: 35px;
    background: url(../images/paw.png) left center no-repeat;
    background-size: 25px 20px ;
    line-height: 20px;
    display: block;
}
.sub-service ul li a:hover{
    color: #959595;
}
/*-----------------------*\
    CONTACT
\*-----------------------*/
.wpcf7{
    width: 66%;
    float: left;
}
/*==================================================
>>>      6.0 HOME  
==================================================*/
/*-----------------------*\
    SLIDER
    \*-----------------------*/
#home-slider{
    background:url(../images/bg-slder.webp) center center no-repeat;
    background-size: 100% 100%;
}


.metaslider .slides img{
    width: 73.3333% !important;
    float: right;
    object-fit: cover;
}
#home-slider .caption-wrap{
    width: 26.6666%;
    float: left;
    background: none !important;
    margin: auto !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    bottom: auto;    
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home-slider .caption-wrap .caption{
    font-family: 'Noteworthy';    
    font-size: 32.74px;
    line-height: 34.92px;
    font-weight: 700;
    color: #fff;
    padding:0 0 0 50px;
    -webkit-text-shadow: 0px 4px 4.75px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0px 4px 4.75px rgba(0, 0, 0, 0.6);    
    text-shadow: 0px 4px 4.75px rgba(0, 0, 0, 0.6);

}
#home-slider .caption-wrap .caption p{
    margin-bottom: 10px;
}


/*-----------------------*\
    ARTICLE
    \*-----------------------*/
.home-page .left-side{
    width: 68.16666%;
    float: left;
}
.home-page .left-side a.read-more{
    font-size: 16px;
    padding: 9px 20px;
    margin-bottom: 0;
}
.home-page .right-side{
    width: 32%;
    float: right;
    color: #0072bc;
}

.home-page .left-side h3{
    font-size: 23px;
    color: #346613;
    margin-top: 10px;
}


/*==================================================
>>>       7.0 ARCHIVE     
==================================================*/
.list-article{
    width: 66.16666%;
    float: left;
}
.list-article .post{
    margin-bottom: 20px;
    overflow: hidden;
}
.list-article .post .thumbnail{
    width: 180px;
    float: left;
}
.list-article .post .info{
    width: 70%;
    float: right;
    overflow: hidden;
    border-bottom: 1px solid #0b5793;
}
.list-article .post .info h2{
    margin-bottom: 0;
    font-weight: 400;
}
.list-article .post .info h2 a{
    display: block;
    color: #0b5793;
    text-transform: uppercase;
}
.list-article .post .info span.meta{
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}
.list-article .post .info .description a.read-more{
    float: right;
    font-size: 12.32px;
    line-height: 21.9px;
    padding: 1px 12px;
}

.list-article a.more{
  color: #0b5793;
   
}

.list-article p{
    display: inline;
}
/*==================================================
>>>       8.0 SINGLE     
==================================================*/
#content-area.single-post article{
    width: 65.16666%;
    float: left;
}
#content-area.single-post span.meta{
    font-style: italic;
    text-transform: capitalize;
    color: #5b3a27;
    margin-bottom: 10px;
    display: block;
}

#content-area.single-post article .post-thumbnail{
    padding: 200px 0;
    background-size: cover;
    margin: 20px 0;
}

.wpcf7{
    font-size: 14px;
}

.testimonial-list .post,
.list-post article{
    margin-top: 50px;
}
#content-area.template-testimonial article{
    width: 100%;
}

.strong-view.default .strong-content{margin:0 !important;}
.strong-view.default .testimonial-inner{
    padding: 0 !important;
    border: 0 !important;
}
.strong-view.default .testimonial{
    
    max-width:69%;
    float: left;
     border-bottom: 1px solid #ddd;
      border-top: 0;
       border-right: 0;
        border-left: 0;
        padding-bottom:20px;
}
.strong-view.default .testimonial:last-child{border-bottom:0;}
.strong-view.default{max-width:96%;}

.strong-view.default .testimonial {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  padding-bottom:25px !important;
  margin-bottom:25px !important;
}

/**=============GALLERY===============**/

.gallery{
    display: inline-block;
    float: left;
    width: 67%;
}
.gallery-columns-4 .gallery-item{width:25%;float:left;padding-bottom:15px;}

.has-post-thumbnail #sidebar {
    margin-top: 215px;
}
/*==================================================
>>>       RESPONSIVE     
==================================================*/


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    .container{
        padding: 0 15px;
    }
    /*-----------------------*\
        HEADER
    \*-----------------------*/

    #site-header #site-navigation .primary-menu > li > a{
        padding: 0 25px;
    }
    /*-----------------------*\
        SIDEBAR
        \*-----------------------*/
    #sidebar {
        width: 26.7%;
    }
    #content-area.page-default article #sidebar {
        margin-left: 50px;
    }
    /*-----------------------*\
        FOOTER
        \*-----------------------*/
    #site-footer .bottom .logo{
        top: -15px;
    }

    #site-footer .bottom .logo img{
        width: 210px;
        height: 210px;
    }
    #site-footer .bottom .sign-in{
        margin-left: 230px;
    }
    #site-footer .bottom .latest-blog{
        padding: 15px 0 15px 25px;
    }
    #site-footer .site-info .copyright{
        width: 80%;
    }
    /*-----------------------*\
        SLIDER
        \*-----------------------*/
    
    /*-----------------------*\
        HOME PAGE
        \*-----------------------*/
    .home-page #testimonial .testimonial-inner{
        padding-left: 35px;
    }
    .top-row .item{
        padding-left: 20px;
    }
    /*-----------------------*\
        PAGE
    \*-----------------------*/
    #content-area.page-default article h1, 
    #content-area.home-page article h1,
    #content-area.single-post article h1{
        display: table-cell;
    }
    .wpcf7{
        width: 65%;
    }
     #content-area iframe{
        width:54vw !important;
        height: 32vw !important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
        line-height: 26px;
    }
    .container{
        padding: 0 15px;
    }
    h1{
        font-size: 28px;
    }

    /*-----------------------*\
        HEADER
    \*-----------------------*/
    
    #site-header #site-navigation .primary-menu > li > a{
        padding: 0 19px;
        font-size: 14px;
    }

    /*-----------------------*\
        FOOTER
        \*-----------------------*/
    #site-footer .bottom .logo{
        top: -15px;
    }

    #site-footer .bottom .logo img{
        width: 210px;
        height: 210px;
    }
    #site-footer .bottom .sign-in{
        margin-left: 230px;
        padding-top:15px;
    }
    #site-footer .bottom .sign-in .form-input input[type="password"]{
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
    #site-footer .bottom .latest-blog{
        padding: 15px 0 15px 25px;
        width: 32.45%;
    }
    #site-footer .site-info .copyright{
        width: 100%;
    }
    
     #content-area iframe{
        width:76vw !important;
        height: 54vw !important;
    }
   
    /*-----------------------*\
        SIDEBAR
    \*-----------------------*/
    #sidebar{
        width: 30.7%;
    }
    #sidebar section#text-3 .textwidget{
        padding-left: 45px;
    }
    #sidebar section#text-3 a{
        font-size: 24px;
    }
    #sidebar section#text-3 a span{
        font-size: 12px;
    }

    #content-area.page-default article #sidebar{
        margin-left: 30px;
    }
    /*-----------------------*\
        HOME
    \*-----------------------*/
    #home-slider .caption-wrap .caption{
        font-size: 22px;
        line-height: 24px;
        padding: 0 0 0 20px;
    }
     #content-area iframe{
        width:54vw !important;
        height: 32vw !important;
    }
    #content-area.page-default article h1, 
    #content-area.home-page article h1,
    #content-area.single-post article h1{
        display: table-cell;
        background: none;
        padding-right: 0;
    }
    /*-----------------------*\
        PAGE DEFAULT
        \*-----------------------*/
    .page-bar{
        padding: 20px 0;
    }
    .page-thumbnail{
        max-width: 50%;
        margin-top: -75px;
    }

    .sub-service ul{
        -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    }
    .wpcf7{
        width: 65%;
    }

    /*-----------------------*\
        ARCHIVE
    \*-----------------------*/
    .list-article{
        width: 64.167%;
    }
    .list-article .post .thumbnail{
        width: 150px;
    }
    .list-article .post .info{
        width: 64%;
    }
    /*-----------------------*\
        SINGLE
    \*-----------------------*/
    #content-area.single-post article .post-thumbnail {        
        padding: 150px 0;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .container{
        padding: 0 15px;
        width:100%;
    }
    /*-----------------------*\
        HEADER
    \*-----------------------*/
    #site-header .container{
        padding: 0;
    }

    .navbar-toggle{
        display: block;
        background: none;          
        padding: 9px 10px;
        position : absolute ;
        right: 30px;
        top: 15px;
        z-index: 9;
    }
   
    .navbar-toggle .icon-bar {
        background: #fff;
        display: block;
        height: 6px;
        width: 40px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle:hover{
        cursor: pointer;
    }


    .right-info{
        width: 100%;
        float: left;
        position : relative ;
        padding: 0 15px;
        background: url("../images/nav-bg.webp") no-repeat scroll center center / 100% 100%;
    }
    #site-header .right-bar{
        float: left;
        color: #fff;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        background-size: 45px 40px;
        padding-left: 65px;
    }
    #site-header .right-bar .phone-fax{
        color: #fff;
    }


    #site-header .logo{
        margin-bottom: 20px;
        position : relative ;
        z-index: 1;
        margin-top: 10px;
        margin-left: 30px;
    }

    #site-header #site-navigation{
        float: none;
        display: table;
        height: auto;
        margin: 0;
        width: 100%;
    }

    #site-footer .site-info .copyright .credit br{display: block;visibility:visible  }
    
    #site-header #site-navigation .menu-main-menu-container{
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        -webkit-transform-style: preserve-3d;
        /*overflow: hidden;*/

        width: 100%;
        max-height: 0;
        background:#2e2e2e;
        /*background: rgba(0, 0, 0, 0) url("../images/bg-slder.jpg") no-repeat scroll center center / 100% 100%;*/
        position : absolute ;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
        text-align: left;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;


        /*-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);*/
    }
    #site-navigation .menu-main-menu-container.show{
        max-height: 2000px !important;
        opacity: 1 !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        z-index: 999999 !important;
    }
    #site-header #site-navigation .primary-menu{        
        list-style: none;
        margin: 0;    
        padding: 0;
        position : relative ;
        display: block;
    }


    #site-header #site-navigation .primary-menu li{
        width: 100%;
        text-align: left;
        margin: 0;
    }

    #site-header #site-navigation .primary-menu li a{
        padding:10px 0 10px 15px;
        color: #fff;
    }

    #site-header #site-navigation .primary-menu > li.current-page-ancestor > a,
    #site-header #site-navigation .primary-menu > li.current-menu-item > a,
    #site-header #site-navigation .primary-menu > li.current_page_item > a,
    #site-header #site-navigation .primary-menu > li > a:hover,
    #site-header #site-navigation .primary-menu > li li a:hover{
        text-shadow: none;
        background:#0b5793;
        color: #fff;
    }
     #site-header #site-navigation .primary-menu > li ul
    {
        display: block;
        position: relative;
        top:0;
        
    }
    #site-header #site-navigation .primary-menu > li li{
        background: transparent;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    #site-header #site-navigation .primary-menu > li li a{
        padding:10px 0 10px 15px;
        color: #fff;
    }

    /*-----------------------*\
        FOOTER
    \*-----------------------*/
    #site-footer .bottom .logo{
        left: 0;
        right: 0;
        margin: auto;
    }

    #site-footer .bottom .sign-in{
        margin-left: 0;
        margin-top: 230px;
        width: 100%;
        text-align: center;
    }
    #site-footer .bottom .sign-in .form-input input{
        min-width: 280px;
        display: block;
        margin: auto;
    }
    #site-footer .bottom .sign-in .form-input input[type="password"]{
        margin: 10px auto;
    }
    #site-footer .bottom .sign-in .form-submit{
        width: 280px;
        overflow: hidden;
        margin: 0 auto 40px;
    }



    #site-footer .bottom .latest-blog{
        width: 100%;
        border-left:none;
        border-top: 1px solid #fff;
    }


    #site-footer .site-info .copyright,
    #site-footer .site-info .credit{
        float: none;
        width: 100%;
        text-align: center;
    }


    
    #site-footer .site-info .copyright{
        width: 100%;
        text-align: center;
    }
    #site-footer .site-info .copyright span.hidden{
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        height: 0;
    }
    #site-footer .site-info .copyright .credit{
        margin-top: 10px;
    }
    #site-footer .site-info .copyright .credit a{
        display: inline;
    }
    
    /*-----------------------*\
        HOME
    \*-----------------------*/
    .metaslider .slides img{
        width: 100% !important;    
        height: auto;
    }
    
    .metaslider .slides img{
        height: 400px;
        object-fit: cover;
    }

    #home-slider .caption-wrap{
        position : relative ;
        top: auto;
        transform: none;
        width:100%;
        padding: 25px 15px 15px;
    }

    .home-page .left-side{
        width: 100%;
    }

    #menu-social ul{
        text-align: left;
    }
    
   
     #content-area iframe{
        width:90vw !important;
        height: 54vw !important;
    }
    /*-----------------------*\
        PAGE DEFAULT
        \*-----------------------*/
        .entry-content-box {
    width: 100%;
}
.z-bound {
	display: flex;
	flex-direction: column;
}
    #content-area.page-default article{
        width: 100%;
        flex-direction: column;
        
    }
    .column-reserve {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-thumbnail{
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        width: 100%;
        position: relative;
        right: auto;
    }
    #content-area.page-default article #sidebar{
        margin-left: 0;
        margin-top: 15px;
    }

    #ourteam-detail{
        width: 100% !important;
    }
    #ourteam-detail .post-thumbnail{
        width: 100%;
        margin: 0 0 24px 0;
        text-align: center;
    }

    .sub-service ul{
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    }

    .wpcf7{
        width: 100%;
    }
    /*-----------------------*\
        SIDEBAR
        \*-----------------------*/
    #sidebar{
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    #sidebar section#text-4{
    	text-align: center;
    }
    #menu-social ul{
    	text-align: center;
    }
   

    /*-----------------------*\
        TEMPLATE
        \*-----------------------*/
    
    .list-article{
        width: 100%;
    }    
    .list-article .post{
        display: table;
    }
    .list-article .post .info{
        width: 100%;
        display: table-footer-group;
    }
    .list-article .post .thumbnail{
        width: 100%;
        float: none;
        display: table-header-group;

    }
    .list-article .post .thumbnail img{
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    /*-----------------------*\
        SINGLE
        \*-----------------------*/
    #content-area.single-post article{
        width: 100%;
    }
    #content-area.single-post article .post-thumbnail{
        padding: 150px 0;
    }
    
    .profile-list .profile .info {
      
      max-width: 100%;
      min-height: 260px;
    }
     .profile-list .profile  a.read-more{margin-top:16px;}
    
    div.desktop{visibility: hidden;}
    div.mobile{visibility: visible;}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    h1{
        font-size: 28px;
    }
    /*-----------------------*\
        HEADER
        \*-----------------------*/
    #site-header .logo{
        margin-left: 15px;
    }
    #site-header .logo a.site-title{
        font-size: 20px;
        margin-left: 0;
    }
    

    .navbar-toggle{
        right: 5px;
        top: 13px;
        padding: 0;
    }

    #site-header #site-navigation .primary-menu  li a{
        padding: 7px 0 7px 15px !important;
        font-size: 14px !important;
    }

    #site-header .right-bar{
        padding-left: 50px;
        background-size: 45px 40px;
    }
    #site-header .right-bar .phone-fax, #site-header .right-bar .address{
        font-size: 11px;
        line-height: 14px;
    }
    #site-header .right-bar .phone-fax{
        font-size: 19px;
    }

    .right-info{
        padding: 0 5px;
    }

    /*-----------------------*\
        FOOTER
        \*-----------------------*/
    #site-footer .bottom .latest-blog{
        padding: 35px 0 35px 0;
        width: 240px;
        float: none;
        clear: both;
        margin:auto;
    }
    /*-----------------------*\
        HOME
        \*-----------------------*/
    .metaslider .slides img{
        height: 250px;
        object-fit: cover;
    }
    #home-slider .caption-wrap{
    	padding: 15px 15px 10px;
    }
    #home-slider .caption-wrap .caption{
        padding-left: 0;
        font-size: 23px;
        line-height: 26px;
    }
    #content-area iframe{
        width:90vw !important;
        height: 60vw !important;
    }
    #content-area.page-default article h1, #content-area.home-page article h1{
        background: none;
        padding: 15px 0 15px 0;
    }

    .page-bar{
        padding: 15px 0;
    }
    .page-bar h2{
        font-size: 28px;
    }

    .profile-list .profile .thumbnail {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .profile-list .profile .info{
        clear: both;
    }

    .sub-service ul{
        margin: 0;
    }
    /*-----------------------*\
        SIDEBAR
        \*-----------------------*/
    #sidebar{
        width: 100%;
    }
    


}   


