/*-------------------------------------------------------------------------------------------font-family: 'Montserrat', sans-serif;font-family: 'Lato', sans-serif;0. page setting  css1.Header style2.Slider css3.vfservices style4.wchoose style5.testimonials style6.Training css 7.reviegoogle css8.benefitsp css9.contactform css10.Footer csss10-0. Home blog css10-1. client icon11. bcumb csss12. about us.html13.	general .html13.1 bording14.	blog.html15.	blogdesc.html16. Contact.html17. photo gellary18. 404.html-------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------0. page setting  css-----------------------------------------------------------------------*/

body {
    height: 100%;
    background-color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none !important;
    outline: 0 !important;
}

a:focus{
    outline: thin dotted;
}

ul,
ol {
    font-family: Montserrat;
    padding-left: 0px;
}

li {
    list-style: none;
    font-family: Montserrat;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lato {
    font-family: 'Lato', sans-serif;
}

b,
strong {
    font-weight: 600;
    font-family: Montserrat;
}

label {
    font-weight: 400;
    font-family: Montserrat;
}

td,
th {
    padding: 2px;
}

.title24 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 15px;
}

.yellow {
    color: #f6c428;
}

.col-md-pad-none {
    padding: 0px;
}

.odd-bg {
    background-color: #f6f7f7;
    padding-bottom: 50px;
    padding-top: 51px;
}

.even-bg {
    background-color: #6fc9b1;
    padding-bottom: 50px;
    padding-top: 51px;
}

@media (min-width: 1300px) {
    .container {
        width: 1240px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .col-md-35 {
        width: 28.57%;
        padding: 0px 15px;
        float: left;
    }
}

@media (max-width: 768px) {
    .odd-bg,
    .even-bg {
        padding-bottom: 25px;
        padding-top: 26px;
    }
}


/*------------------------------------------------------------1.Header style-----------------------------------------------------------*/

.Darken {
    width: 100%;
    box-shadow: 0 -5px 5px -5px #333;
    height: auto;
}


/*----------------------------		Top nav    topnav-----------------------------*/


.topnav {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid transparent;
    z-index: 1;
    background-color: #200343;
}

.topnav .navbar-brand {
    float: left;
    height: auto;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.navbar-brand a {
    display: inline-block;
    border-radius: 11px;
    padding-top: 11px;
}

.navbar-brand a img {
    max-width: 100%;
}


/*---------------------------nav social---------------------------*/

.topnav .socials {
    padding-top: 50px;
}

.topnav .contact {
    padding-top: 32px;
}

.topnav .socials > label.stext {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}

.topnav .socials > label.top-find-sm {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}

.topnav .socials > ul > li {
    display: inline-block;
}

.topnav .socials > ul > li > a {
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #4e3899;
    display: block;
    text-align: center;
    border-radius: 40px;
    border: none;
    background-color: #FFFFFF;
}

.topnav .socials > ul > li > a:hover,
.topnav .socials > ul > li > a:focus {
    background-color: #dad4f1;
    color: #4e3899;
}

.topnav ul.sity {
    margin-bottom: 0px;
    padding-top: 6px;
}

.topnav ul.sity > li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

.topnav ul.sity > li:last-child {
    padding-right: 0px;
}

.topnav ul.sity > li > a {
    padding-left: 20px;
    position: relative;
    color: #fff;
}

.topnav ul.sity > li > a:hover,
.topnav ul.sity > li > a:focus {
    color: #f2f2f2;
}

.topnav ul.sity > li > a::before {
    content: "";
    background-image: url("../images/phone.png");
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 2px;
}


/*---------------------------nav contact---------------------------*/

.topnav .contact > span {
    text-transform: capitalize;
    font-size: 17px;
    text-align: right;
    font-family: Montserrat;
    color: #6fc9b0;
    font-weight: bold;
}

.topnav .contact > ul > li > a {
    color: #FFFFFF;
    font-size: 22px;
    text-align: left;
    line-height: 1.27;
}

.topnav .contact > ul > li {
    font-size: 17px;
    color: #6fc9b0;
    font-weight: bold;
}


/*-------------------------nav logo---------------------------*/


/*.topnav .navbar-brand > a > img{	width: 322px;	height: 98px;	object-fit: contain;}*/


/*--------small-logo---------*/

.small-logo > img {
    min-width: 75px;
    min-height: 80px;
    max-width: 250px;
    max-height: 125px;
    width: 100%;
    object-fit: contain;
}


/*--------medium logo--------*/

.mdlogo .contact,
.mdlogo .socials {
    padding-top: 100px;
}

.mdlogo .navbar-brand > .mediumlogo > img {
    min-width: 251px;
    min-height: 80px;
    max-width: 550px;
    max-height: 300px;
    width: 100%;
    height: 300px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .mdlogo .contact,
    .mdlogo .socials {
        padding-top: 0px;
    }
    .mdlogo .navbar-brand > .mediumlogo > img {
        height: auto;
    }
}


/*--------left medium logo--------*/

.left-mdlogo {
    padding-bottom: 21px;
}

.left-mdlogo .contact,
.left-mdlogo .socials {
    padding-top: 120px;
}

.left-mdlogo .navbar-brand > .mdlogo > img {
    min-width: 75px;
    min-height: 80px;
    max-width: 125px;
    max-height: 225px;
    width: 100%;
    height: 225px;
    object-fit: contain;
}

.left-mdlogo .contact ul > li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

.left-mdlogo .contact ul > li:first-child {
    padding-left: 0px;
}

.left-mdlogo .contact ul > li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 4px;
    width: 1px;
    height: 21px;
    background-color: #1c7bcf;
}

.left-mdlogo .contact ul > li:last-child::before {
    width: 0px;
}

.left-mdlogo .socials ul {
    padding-top: 10px;
}

.left-mdlogo .socials ul > li > a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .left-mdlogo .contact ul > li {
        padding: 0px;
    }
    .left-mdlogo .contact ul > li::before {
        width: 0px;
    }
    .topnav .contact > ul > li > a span {
        font-size: 15px;
    }
    .topnav .contact > ul > li > a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .left-mdlogo .contact,
    .left-mdlogo .socials {
        padding-top: 90px;
    }
}


/*--------------fulllogo--------------*/

@media (min-width: 1100px) {
    .fulllogo .container {
        width: 1050px;
    }
}

.fulllogo .navbar-brand > .fllogo > img {
    min-width: 551px;
    min-height: 80px;
    max-width: 1030px;
    max-height: 300px;
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.fulllogo .contact {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 21px;
}

.fulllogo .socials {
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 21px;
}

.fulllogo .contact ul > li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

.fulllogo .contact ul > li:first-child {
    padding-left: 0px;
}

.fulllogo .contact ul > li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 4px;
    width: 1px;
    height: 21px;
    background-color: #1c7bcf;
}

.fulllogo .contact ul > li:last-child::before {
    width: 0px;
}

.fulllogo .socials label.stext {
    width: auto;
    height: auto;
}

.fulllogo .socials ul > li > a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 20px;
}

@media (max-width: 1099px) {
    .fulllogo .contact > ul > li > a {
        font-size: 17px;
    }
    .fulllogo .contact ul > li::before {
        width: 1px;
        height: 15px;
    }
}


/*------------------------------      		bottom nav  botmnav-------------------------------*/

.botmnav {
    margin-bottom: 0px;
    min-height: 1px;
    z-index: 1;
    border-radius: 0px;
}

.navbar-default.botmnav {
    border-color: transparent;
    background-color: #cacaca;
}

.navbar-default .navbar-nav > li > a {
    color: #160629;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #4e3899;
}

.botmnav .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    text-transform: capitalize;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #4e3899;
    background-color: transparent;
}


/*-------------------------------			Sticky menu-------------------------------*/

.ToTop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #f4f4f4;
    padding-top: 7px;
    z-index: 999;
    transition: top 0.3s cubic-bezier(.58, 1.48, .59, 1.46);
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@media (min-width: 769px) {
    .header-social-li{
         display: none !important;
    }
    .navbar.topnav.stic.ToTop {
        display: none;
    }
    .navbar.navbar-default.botmnav.stic.ToTop {
        background-color: #430707;
        height: 45px;
    }
    .botmnav.ToTop {
        box-shadow: 0px 8px 10px rgba(29, 48, 66, 0.5);
    }
    .stellarnav.light ul ul::before {
        content: "";
        border-top: 8px solid #FFFFFF;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: absolute;
        top: 0px;
        left: 33px;
        z-index: 9;
    }
}

@media (max-width: 768px) {
    .navbar.topnav.stic.ToTop {
        height: 34px;
        box-shadow: none;
    }
    .navbar.navbar-default.botmnav.stic.ToTop {
        top: 34px;
        height: auto;
    }
    .botmnav.ToTop {
        box-shadow: 0px 8px 10px rgba(29, 48, 66, 0.5);
    }
    .navbar.navbar-default.botmnav.stic.ToTop .navbar-brand {
        height: 51px;
        padding: 5px 13px;
        width: 167px;
        margin-bottom: 5px;
    }
    .caret {
        float: right;
        margin-top: 8px;
    }
    .Darken.relative .botmnav {
        background-color: #2f2f2f;
    }
    .navbar-default.botmnav {
        background-color: #200343;
        border-bottom: 1px solid #200343;
    }
    .navbar-default.botmnav .navbar-brand img {
        padding-top: 0px;
        width: 100%;
        max-width: 157px;
        max-height: 74px;
        margin: auto;
    }
    .navbar.topnav {
        background-color: #430707;
        min-height: 34px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-brand {
        float: none;
        height: 81px;
        padding: 6px 13px;
        font-size: 18px;
        line-height: 20px;
        width: 245px;
        margin: auto;
    }
    .navbar-toggle {
        display: inline-block;
        float: left;
        padding: 7.5px;
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        border: none;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        background-color: #6fc9b1 !important;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #1d5190;
    }
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        color: #ffffff;
        background-color: #1d5190;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background-color: #1d5190;
    }
}


/*-----------------------------	      submenu css-----------------------------*/

.menu-toggle.full.menu-toggle-top {
    display: none;
    padding: 7.5px;
}

.menu-toggle.full.menu-toggle-top .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
}

.menu-toggle.full.menu-toggle-top .icon-bar + .icon-bar {
    margin-top: 4px;
}

.stellarnav.light {
    background: none;
    padding: 0px;
}

.stellarnav.mobile.active {
    padding-bottom: 15px;
    margin-top: 15px;
}

.stellarnav .dd-toggle {
    top: 0px;
    right: 0px;
    width: 48px;
    text-align: center !important;
    height: 49px;
    font-size: 18px !important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.stellarnav > ul > li {
    margin-right: 0px;
}

.stellarnav > ul > li > a {
    padding: 14px 10px;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}

.stellarnav.light ul ul {
    background: rgba(111, 201, 176, 0.7);
    width: auto;
    min-width: 221px;
    border: none;
    border-top: 0;
    white-space: nowrap;
}

.stellarnav.light ul ul li {
    border-top: 1px solid #FFFFFF;
}

.stellarnav ul ul ul {
    top: 0;
    left: 100%;
}

.stellarnav .menu-toggle {
    display: none !important;
}

.stellarnav.light ul ul li a {
    color: #fff;
    text-transform: capitalize;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
}

.stellarnav.light ul ul li a:hover {
    background: #FFFFFF;
    color: #6fc9b0;
}

.stellarnav li.open > a.dd-toggle i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.stellarnav li.has-sub > a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 10px;
    display: none;
}

.sub-menu > li.has-sub > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.stellarnav li li.has-sub > a::after {
    float: right;
    display: inline-block;
}

.navbar-collapse {
    border-top: 1px solid transparent !important;
}

.stellarnav.mobile.light > ul {
    border-top: 0px solid rgba(0, 0, 0, 0);
}

.stellarnav.light ul ul.sub-menu li.current-menu-item a {
    background: #f6c428;
    color: #fff;
}

.stellarnav li li.has-sub > a::after {
    display: inline-block;
    position: absolute;
    right: 10px;
}

@media (min-width: 280px) and (max-width:768px) {
    .stellarnav.hide-arrows li.has-sub > a:after,
    .stellarnav.hide-arrows li li.has-sub > a:after,
    .stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
        display: none;
    }
}


/*-------------------------------	  Responsive menu css-------------------------------*/

@media (min-width: 769px) {
    /*--------------bottom menu--------------*/
    /*.navbar-default.botmnav.home-nav{		position: absolute;		left: 0;		right: 0;		background-color: transparent;	}*/
    .navbar-default .navbar-nav > li:last-child > a::before {
        background-color: transparent;
    }
    .botmnav .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 8px;
    }
    /* center menu in bottom */
    .botmnav .navbar-nav {
        float: none;
        width: 100%;
        display: table;
    }
    .botmnav .navbar-nav > li {
        width: auto;
        float: none;
        display: table-cell;
    }
    .botmnav .navbar-nav > li > a {
        text-align: center;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        text-transform: capitalize;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    /* submenu in bottom */
    .dd-toggle {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    /*--------------bottom menu--------------*/
    .botmnav .navbar-nav > li > a {
        text-align: center;
        display: block;
        font-size: 0.9em;
        padding: .5em 0.3em;
    }
}

@media (max-width: 991px) {
    /*--------------Top menu--------------*/
    .topnav {
        padding-bottom: 21px;
    }
    .topnav .contact > ul > li > a {
        font-size: 15px;
    }
    .topnav .navbar-brand > a > img {
        width: 100%;
        height: 100%;
    }
    .topnav .socials > label.stext {
        width: auto;
        height: auto;
        font-size: 15px;
    }
    .botmnav .navbar-nav > li > a {
        font-size: 0.9em;
        padding: 0.5em;
    }
}

@media (max-width: 768px) {
    /*--------------Top menu--------------*/
    .topnav {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /*--------------bottom menu--------------*/
    .botmnav .navbar-nav > li > a {
        text-align: left;
        padding: .5em 0.9em;
    }
    .navbar-header {
        float: none;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin: auto !important;
        margin-left: auto !important
    }
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .nav > li {
        position: relative;
        display: block;
    }
    .navbar-nav > li {
        float: none !important;
    }
    /* submenu in bottom */
    .navbar-collapse.stellarnav {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .menu-toggle.full.menu-toggle-top {
        display: inline-block;
    }
    .stellarnav.mobile.light ul {
        background: #6fc9b1;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .stellarnav.light ul ul {
        width: 100%;
        border: none;
    }
    .stellarnav.light ul ul li {
        border: none;
    }
    .stellarnav.light ul ul li a {
        padding: 15px;
    }
    .stellarnav.light ul ul li a:hover {
        background: #1d5190;
        color: #ffffff;
    }
    .stellarnav > .has-sub.open > a:hover,
    .stellarnav > .has-sub.open > a:focus {
        color: #FFFFFF;
    }
    .stellarnav.mobile li.has-sub a.dd-toggle {
        padding: 0px;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/*---------------------------------------------------------------9.contactform css--------------------------------------------------------------*/

.contactform {
    /*background-image: url("https://www.pouchselfstoragenews.com/wp-content/themes/hermosa/images/parallex/image_dog.jpg");*/
    padding-top: 35px;
    background-size: cover;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.contactform .cnform form.contct {
    width: 775px;
    margin: auto;
    padding: 47px 60px 48px;
    background-color: rgba(0, 0, 0, .1);
}

.contactform .cnform form.contct > .frmtitle {
    margin: 0;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 7px;
}

.contactform .cnform form.contct > .frmptitle {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}


/*--------gform css-----------*/

.gform_heading {
    text-align: center !important;
}

.cnform .gform_body ul li label.gfield_label {
    display: none;
}

.gform_title {
    margin: 0 !important;
    font-size: 38px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #ffffff;
    margin-bottom: 7px !important;
}

.gform_description {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    padding: 0px 15px !important;
    display: inline-block;
    width: 50% !important;
}

body .gform_wrapper ul li.gfield:last-child {
    width: 100% !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100% !important;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 5px 4px;
    border-bottom: 1px solid #fff;
}

.gform_wrapper label.gfield_label {
    font-weight: 400;
    color: #fff;
}

input.medium::-moz-placeholder,
select.medium::-moz-placeholder,
textarea.medium::-moz-placeholder,
input.medium::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

input.medium::-webkit-input-placeholder {
    color: #fff;
}

.gform_wrapper textarea.medium {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

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

.gform_button.button {
    text-align: center;
    margin-top: 33px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-right: 10px;
    color: rgb(246, 197, 35);
    padding: 8px 46px 8px 46px;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}

.gform_button.button:hover,
.gform_button.button:focus {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}


/*------------gform css end-------------*/

.contactform .cnform form.contct > .formcn .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding-left: 0px;
    font-size: 16px;
}

.contactform .cnform form.contct > .formcn .form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contactform .cnform form.contct > .formcn .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.contactform .cnform form.contct > .formcn textarea.form-control {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding-left: 12px;
}

.contactform .cnform form.contct > .formcn .form-group > label {
    color: #ffffff;
}

.contactform .cnform form.contct > .formcn .btn-white {
    padding-left: 46px;
    padding-right: 46px;
    margin-top: 33px;
}


/*---------------Responsive css----------------*/

@media (max-width: 991px) {
    .contactform .cnform form.contct {
        width: 100%;
    }
    body .gform_wrapper ul li.gfield {
        width: 100% !important;
        padding: 0px 0px !important;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        border: 1px solid #fff;
        border-radius: 4px;
    }
    .contactform .cnform form.contct > .formcn .form-control {
        border: 1px solid #fff;
        padding-left: 7px;
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    .contactform {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .text-center.cnform {
        padding: 0px;
    }
    .contactform .cnform form.contct > .frmtitle {
        font-size: 26px;
    }
    .contactform .cnform form.contct > .frmptitle {
        font-size: 17.6px;
    }
    .contactform .cnform form.contct > .formcn .btn-white {
        margin-top: 0px;
        width: 100%;
    }
    .contactform .cnform form.contct {
        padding: 31px 20px 32px;
    }
    .contactform {
        background-position-x: -478px !important;
    }
}


/*--------------------------------------------------10-0. Home blog css-------------------------------------------------*/

.Blog.odd-bg {
    background-color: #e9e5e5;
}

.owl-carousel.blogs .item {
    padding: 30px 20px 20px;
    border: 1px solid #870000;
    margin: 1px;
    background-color: #FFFFFF;
    height: 260px;
}

.blog-title {
    text-transform: capitalize;
    font-size: 23px;
    font-family: Montserrat;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #870000;
    margin-bottom: 5px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.blog-info {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    min-height: 111px;
    max-height: 111px;
    overflow: hidden;
}

.benfitbtn {
    text-align: center;
    margin-top: 30px;
}

.entry-title {
    font-weight: 400;
}

.blogs-view {
    text-align: center;
    padding-top: 30px;
}

.item .comments {
    text-align: center;
    padding-top: 13px;
}

.comments a {
    color: #870000;
}

.comments a i {
    width: 22px;
    height: 21px;
    background: #870000;
    border-radius: 40px;
    line-height: 20px;
    color: #FFF;
    margin-left: 11px;
}
.comments-permalinks{
    padding-bottom: 10px;
}

/*---------------responsive css-----------*/

@media (max-height: 1199px) {
    .blog-title {
        font-size: 23px;
    }
    .blog-info {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .Blog .title-blue {
        text-align: center;
        margin-bottom: 20px;
    }
    .blog-title {
        font-size: 18px;
        line-height: 25px;
    }
    .blog-info {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .blog-info {
        min-height: 101px;
        max-height: 101px;
    }
}


/*--------------------------------------------------------------------10.Footer csss-------------------------------------------------------------------*/

.footer > .topfooter {
    background-color: #cacaca;
    padding-top: 32px;
    padding-bottom: 31px;
}


/*------------foot-navlink------------*/

.foot-navlink > ul {
    float: none;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.foot-navlink > ul > li {
    width: auto;
    float: none;
    display: table-cell;
}

.foot-navlink > ul > li > a {
    text-align: center;
    display: block;
    font-size: 1em;
    padding: .5em 2.3em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .foot-navlink > ul {
        display: block;
    }
    .foot-navlink > ul > li {
        display: inline-block;
        padding: 0px 10px;
    }
}


/*------------bordercss responsive------------*/

@media (min-width: 992px) {}

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


/*----------footerfirst---------today------*/

.footerfirst .location-footer h1 {
    color: #FFFFFF;
    font-size: 17.8px;
    margin: 0px;
    font-weight: 600;
}

.footerfirst .location-footer span {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.footerfirst .location-footer p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 5px;
    text-transform: capitalize;
}

.footerfirst .location-footer.st p {
    padding-top: 25px;
}

.footerfirst .location-footer p strong {}

.footerfirst .location-footer,
.footersecond .location-phone-footer {
    text-align: left;
}

.footerfirst .location-footer.ct {
    padding-top: 10px;
}


/*---------------------footersecond------------today--------*/

.footersecond .location-phone-footer p {
    color: #FFFFFF;
    padding-left: 20px;
    text-transform: capitalize;
}

.footersecond .location-phone-footer p strong {
    font-weight: 600;
}


/*-----------------------footer socials----------today-------------*/

.footerthird .socials > span {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.footerthird .socials > ul {
    display: inline-block;
    margin-top: 12px;
    padding-left: 0px;
}

.footerthird .socials > ul > li {
    display: inline-block;
    padding: 0px 1px;
}

.footerthird .socials > ul > li > a {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background-color: #6fc9b1;
    display: block;
    text-align: center;
    line-height: 29px;
    border-radius: 100%;
    border: 1px solid #6fc9b1;
    color: #FFFFFF;
}

.footerthird .socials > ul > li > a:hover,
.footerthird .socials > ul > li > a:focus {
    background-color: #ffffff;
    color: #6fc9b1;
}

.location-phone-footer p a {
    color: #FFF;
    font-weight: bold;
}

.footerfirst {
    border-right: 1px solid #4e3899;
}

.footerthird,
.footerfourth {
    border-left: 1px solid #4e3899;
}

.footerfirst,
.footerthird,
.footersecond,
.footerfourth {
    min-height: 84px;
    padding: 15px;
}


/*---------------------Responsive css-------------------------*/

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (max-width: 1199px) {
    .footerfirst .location-footer,
    .footersecond .location-phone-footer {
        padding-bottom: 15px;
    }
    .footerthird .socials {
        padding-top: 5px;
        border-top: 1px solid #4e3899;
        text-align: center;
    }
    .footerfirst {
        border-right: 1px solid #4e3899;
    }
    .footersecond,
    .footerfirst,
    .footerthird {
        min-height: 84px;
        margin-bottom: 10px;
    }
    .footerthird {
        border-left: none;
    }
    .footerfirst .location-footer.ct {
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .footerfirst .location-footer,
    .footersecond .location-phone-footer,
    .footerthird .socials {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footerthird .socials {
        border-bottom: none;
    }
    .footersecond,
    .footerfirst {
        min-height: 1px;
        margin-bottom: 0px;
    }
    .footersecond .location-phone-footer p {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .footerfirst .location-footer,
    .footersecond .location-phone-footer,
    .footerthird .socials {
        border-bottom: 1px solid #4e3899;
    }
    .footerthird .socials {
        border-bottom: none;
        border-top: none;
    }
    .footersecond .s-first {
        border-right: none;
    }
    .footerfirst .location-footer.st p {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .footerfirst .location-footer {
        min-height: 90px;
    }
}


/*-----------------------botmfooter css-----------------------*/

.footer > .botmfooter {
    border-top: 1px solid #4e3899;
    background-color: #200343;
}

.footer > .botmfooter .copyright {
    font-size: 12.2px;
    line-height: 49.1px;
    color: #f4f4f4;
}

.footer > .botmfooter .liks {
    display: inline-block;
    width: 100%;
    padding: 11px 0px;
}
.footer > .botmfooter .liks .footer-link ul li{
    display: inline-block;
    padding:0px 10px; 
} 

.sitemap .liks > a {
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
}

.reachloacallogo {
    padding: 10px 0px;
    text-align: right;
}


/*---------------------Responsive css-------------------------*/

@media (max-width: 991px) {
    .copyright,
    .sitemap,
    .reachloacallogo {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer > .topfooter .foot > h4 {
        font-size: 21px;
        text-align: center;
    }
    .footer > .topfooter .foot.citydtil > h4 {
        margin-bottom: 7px;
    }
    .footer > .topfooter .foot > ul {
        display: block;
        padding-right: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
    }
    .foot-navlink > ul {
        text-align: center;
    }
    .citydtil.foot {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer > .topfooter .foot.citydtil > .timetbl > .mftimetbl {
        font-size: 16px;
    }
    .footer > .topfooter .foot.citydtil > .addrs,
    .footer > .topfooter .foot.citydtil > .mno {
        font-size: 16.2px;
    }
    .footer > .topfooter .foot > .btn-yellow {
        font-size: 17.9px;
        width: 100%;
        margin-bottom: 10px;
    }
    /*.navigation {		padding-bottom: 15px;		margin-bottom: 10px;		border-bottom: 1px solid #16548c;	}*/
    .foot.reved {
        padding-top: 35px;
        margin-top: 30px;
        border-top: 1px solid #16548c;
    }
    .foot.footlogo.reved {
        padding-top: 35px;
        margin-top: 30px;
        border-top: 1px solid #16548c;
        padding-bottom: 35px;
        margin-bottom: 30px;
        border-bottom: 1px solid #16548c;
    }
    .citydtil.foot.foot2 {
        margin-top: 15px;
    }
    .footer > .topfooter .foot.reved > .socials > span {
        display: none;
    }
    .footer > .topfooter .foot.reved > .socials > ul {
        display: block;
    }
    .footer > .topfooter .foot.reved > .socials > ul > li {
        width: 32%;
        text-align: center;
    }
    .footer > .topfooter .foot.reved > .socials > ul > li > a {
        width: 47px;
        height: 46px;
        line-height: 44px;
        margin: auto;
        font-size: 21px;
    }
    .footer > .topfooter .foot.reved > ul > li {
        font-size: 23.9px;
        line-height: 28.1px;
        margin-bottom: 25px;
    }
    /*------bottom footer--------*/
    .footer > .botmfooter {
        padding-top: 20px;
    }
    .footer > .botmfooter .liks {
        display: block;
        width: 100%;
        padding: 16px 0px 10px;
        text-align: center;
    }
    .footer > .botmfooter .rechlogo {
        display: block;
        text-align: center;
        width: 100%;
        padding: 11px 0px;
    }
    .footer > .botmfooter .copyright {
        font-size: 12.2px;
        line-height: normal;
        letter-spacing: 0.4px;
    }
    .tcenter {
        text-align: center;
    }
    .footer > .botmfooter .liks > a {
        font-size: 14.4px;
        margin-right: 0px;
        display: block;
        line-height: 2.5;
        letter-spacing: 0.7px;
    }
}


/*--------------------------------------------------------------------11. bcumb csss-------------------------------------------------------------------*/

.bcmb {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b-title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.tabled {
    display: table;
    height: 200px;
    width: 100%;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bcmb h2.title-white {
    color: #0d4f89;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 1px;
}


/*-----------responsive css-------------*/

@media (max-width:1024px) {
    .tabled {
        height: 260px;
    }
    .bcmb h2.title-white {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .bcmb h2.title-white {
        font-size: 32px;
    }
    .b-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tabled {
        height: 204px;
    }
    .Darken.blue-bg {
        height: auto;
    }
}


/*-----------responsive css-------------*/

@media (max-width: 768px) {
    .img-cont,
    .tcol-abutus .tcontaint {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .tcol-abutus .tcontaint > h2 {
        font-size: 21px;
    }
    .tcol-abutus .tcontaint > span {
        font-size: 16px;
    }
}


/*-----------------responsive css----------------*/

@media (max-width: 768px) {
    .mpost {
        width: 100%;
    }
    .toppart .post.light {
        width: 100%;
    }
    .clc-r::before {
        bottom: 67px;
    }
    .clc-l::before {
        content: "";
        right: 23px;
        left: auto;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #ddd;
        border-left: 7px solid transparent;
        position: absolute;
        bottom: 67px;
        border-top: 7px solid #ddd;
    }
    .bottom-part {
        position: absolute;
        right: 15px;
        bottom: 20px;
    }
    .ustitle-l,
    .ustitle-r {
        float: left !important;
        margin-right: 0px;
        margin-top: 20px;
    }
    .toppart .post-title {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .ustitle-r {
        margin-left: 0px;
    }
}


/*----------------------------------------------------14.	blog.html----------------------------------------------------*/


/* --- blogsection --------------------------*/

.blogsection {
    padding: 25px 0px 30px;
   /* background-color: #fff;*/
}


/*---blog right-----------------------*/

/*.blog-right {
    padding: 25px 0px 25px 25px;
}*/

.sidebar-top-desc img,
.sidebar-bottom-desc img{
    max-width: 300px !important;
    width: 100% !important;
    height: auto;
}

.blog-right, .sidebar-bottom-desc, .sidebar-top-desc {
    padding: 0px 0px 0px 25px;
    margin-bottom: 20px;
}

.write-review {
    padding: 0 0px 0 25px;
}

.write-review a {
    display: block;
    background-color: #4e3899;
    color: #ffffff;
    font-size: 16px;
}

.write-review a:hover {
    color: #dad4f1;
}

.recent-cate {
    padding: 10px;
    border: 1px solid #dad4f1;
}

.blg-titl > h3 {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #4e3899;
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #dad4f1;
    font-family: 'Playfair Display', serif;
}

.rpost li,
.archive-list li {
    position: relative;
    margin: 3px 0px 4px 0px;
}
.wpp-list li {
	position: relative;
    margin: 10px 0px 10px 10px;

}
.rpost li::before, .wpp-list li::before,
.archive-list li::before {
    position: absolute;
    content: "\f054";
    font-size: 12px;
    font-family: FontAwesome;
}

.archive-h3::before {
    content: "\f0a4";
    font-family: FontAwesome;
    float: left;
    padding-right: 10px;
}

.recent-post-a , .wpp-list li a,
.archive-month{
    display: block;
    padding-left: 20px;
}

.rpost li p {
    color: #200343;
    margin: 0px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.botm-post {
    margin-top: 20px;
}

.categpost li a {
    color: #200343;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.categpost li::before {
    content: "\f105";
    width: 18px;
    font-family: FontAwesome;
    line-height: 18px;
    height: 18px;
    background-color: #4e3899;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    position: absolute;
    left: 0px;
    font-weight: 600;
    top: 5px
}

.categpost li {
    padding: 4px 10px 4px 35px;
    position: relative;
}

.blog-shrtdesc > li {
    display: table;
    padding: 25px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.blog-shrtdesc ul, .fullblog ul{
    padding-left: 40px;
}
.blog-shrtdesc ul > li, .fullblog ul > li{
    padding: 0px;
    list-style: inherit !important;
    border-bottom: none;
}


.blog-shrtdesc li div:first-child {
    display: table-cell;
}

.blog-shrtdesc li div:last-child {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin-left: 20px;
    color: #133756;
    font-size: 14px;
    position: relative;
}

.blog-shrtdesc li div h3 {
    margin-top: 0px;
    color: #0d4f89;
    font-size: 27px;
    font-weight: 400;
}

.blog-shrtdesc li h3{
    padding: 10px 0px 25px;
}

.blog-shrtdesc li div span {
    font-size: 13.5px
}

.blog-shrtdesc li div p {
    color: #133756;
    font-size: 13.5px;
}

.entry-title {
    margin-top: 0px;
    color: #0d4f89;
    font-size: 27px;
    font-weight: 400;
}

.entry-title > a {
    color: #0d4f89;
}

.page-numbers {
    font-size: 16px;
    border: 1px solid #838383;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 0px 5px;
}
.next.page-numbers, .prev.page-numbers{
    width: auto;
    padding: 0px 5px;
    border: none;
}
.page-numbers.dots{
    border: none;   
}

/*----------------arrow------------*/

.blog-left h2.screen-reader-text {
    display: none;
}

.blog-left .nav-links {
    margin: 0px 0px 20px;
}

.blog-left .nav-links > .nav-next > a {
    position: relative;
    padding-right: 20px;
    color: #133756;
    letter-spacing: 0.5px;
}

.blog-left .nav-links > .nav-next > a::before {
    content: "";
    position: absolute;
    right: 0px;
    width: 14px;
    height: 21px;
    background-image: url("../images/right-hovr.png");
    background-repeat: no-repeat;
    background-position: right;
}

.blog-left .nav-links > .nav-next > a:hover::before {
    background-position: left;
}

.blog-left .nav-links > .nav-previous > a {
    position: relative;
    padding-left: 20px;
    color: #133756;
    letter-spacing: 0.5px;
}

.blog-left .nav-links > .nav-previous > a::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 14px;
    height: 21px;
    background-image: url("../images/left-hovr.png");
    background-repeat: no-repeat;
    background-position: right;
}

.blog-left .nav-links > .nav-previous > a:hover::before {
    background-position: left;
}


/*----------------------------------------------------15.	blogdesc.html----------------------------------------------------*/

.fullblog {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 25px 0px 10px;
}

.fullblog h2 {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #0d4f89;
    font-size: 33px;
    text-transform: uppercase;
}

.fullblog h3 {
    color: #f6c523;
    font-weight: 400;
    font-size: 24px;
}

.fullblog span {
    color: #f6c523;
    font-size: 13.5px
}

.fullblog img {
    width: 100%;
    margin: 10px 0px;
}

.blog-shrtdesc li img {
    max-width: 600px;
    width: 100% !important;
    height: auto !important;
}

.blog-shrtdesc li iframe {
    max-width: 600px;
    width: 100% !important;
}
.fullblog p {
    padding: 10px 0px;
    font-size: 15px;
    color: #133756;
}

.tagmedia {
    width: 100%;
    display: inline-block;
}

.tagmedia ul {
    float: left;
    margin-bottom: 0px;
}

.tagmedia ul label {
    font-size: 12px;
    font-weight: 400;
}

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

.tagmedia ul li a {
    font-size: 10px;
    text-decoration: underline;
    color: #f6c523;
}


/*----------blogcomments-----------*/


/*.blogcomments {	padding: 35px;	margin-top: 15px;	background-color: #f6f7f7;}.blogcomments h2{		text-align: center;	margin-top: 0px;font-size: 24px;	margin-bottom: 15px;	color: #0d4f89;font-weight: 400;	text-transform: uppercase;}.blogcomments .fullline{	width: 100%;height: 1px;	background-color: #f6c523;	margin: 15px 0px;}.blogcomments ul {	margin-bottom: 0px;	padding-top: 10px;}.blogcomments ul li{	border-bottom: 1px solid #e5e5e5;	padding-bottom: 15px;	margin-bottom: 20px;}.blogcomments ul li:last-child{	border-bottom: none;	padding-bottom: 0px;	margin-bottom: 0px;}.blogcomments ul li p{	font-size: 14px;	color: #1a3a57;} .blogcomments ul li span{	color: #808f9c;	font-size: 12px;}*/


/*------------Comment style-------------*/

.plarrow {
    display: inline-block;
    width: 100%;
}

.blog-left .screen-reader-text {
    color: #133756;
}

.comments-area {
    padding: 35px;
    margin-top: 15px;
    background-color: #f6f7f7;
}

.comment-author {
    display: inline-block;
    color: #808f9c;
    font-size: 12px;
}

.comment-meta {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}

.comment-meta::before {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    background-color: #808f9c;
    left: 2px;
    top: 6px;
}

.comment-meta > a {
    color: #808f9c;
    font-size: 12px;
    font-weight: 400;
}

.comment-author > img {
    display: none;
}

.comments-area h2.comments-title {
    text-align: center;
    font-size: 24px;
    color: #0d4f89;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #f6c523;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.comment-body > p {
    font-size: 14px;
    color: #1a3a57;
}

.comment-notes {
    text-align: center;
    color: #a9a9a9;
    font-size: 16px;
}

.comments-area ol.comment-list {
    padding-top: 10px;
}

.comments-area ol.comment-list > li.comment {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.comments-area ol.comment-list > li.comment:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.reply {
    text-align: right;
}

.reply {
    display: none;
}

.reply > a {
    padding-left: 20px;
    position: relative;
    color: #0d4f89;
}

.reply > a:before {
    content: "\f112";
    font-family: FontAwesome;
    color: #f6c523;
    position: absolute;
    left: 0;
}


/*--------------comment form----------------*/


/*.comentform{	margin-top: 60px;}.comentform h2{		text-align: center;	margin-top: 0px;font-size: 24px;	margin-bottom: 15px;	color: #0d4f89;font-weight: 400;	text-transform: uppercase;}.comentform p{	color: #a9a9a9;	text-align: center;	font-size: 16px;}*/

.leave-comment {
    margin-top: 60px;
}

.leave-comment h3.comment-reply-title {
    text-align: center;
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 15px;
    color: #0d4f89;
    font-weight: 400;
    text-transform: uppercase;
}

.comment-form textarea {
    width: 100%;
    height: 145px;
    border: 1px solid #4a96ee;
}

.input-name {
    width: 50%;
    display: inline-block;
}

.input-name.input-field:first-child {
    text-align: left;
}

.input-name.input-field:last-child {
    text-align: right;
}

.input-field .validate {
    height: 40px;
    width: 97%;
    border: 1px solid #4a96ee;
    padding: 5px 10px;
}

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

.form-submit > .submit {
    width: 221px;
    height: 41px;
    background-color: #f6c523;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #f6c523;
}

.logged-in-as {
    text-align: center;
}

.form-submit > .submit:hover,
.form-submit > .submit:focus {
    background-color: transparent;
    color: #f6c523;
}


/*-----------------responsive css----------------*/

@media (max-width: 1199px) {
    .blog-right, .sidebar-bottom-desc, .sidebar-top-desc{
        padding: 0px 0px 0px 30px;
    }
    .fullblog h2 {
        font-size: 26px;
    }
    .rpost li {
        margin: 15px 0px;
    }
    .rpost li div:last-child {
        margin-left: 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .blog-right, .sidebar-bottom-desc, .sidebar-top-desc {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .fullblog {
        padding: 0px 0px 10px;
    }
    .fullblog h3 {
        font-size: 20px;
    }
    .fullblog p {
        font-size: 16px;
    }
    .blogsection {
        padding: 32px 0px 0px;
    }
    .blogcomments {
        padding: 40px 22px 40px 20px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .blog-right {
        padding: 0px 20px 0px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .sidebar-bottom-desc, .sidebar-top-desc{
        padding: 0px 20px 0px;
    }
    .write-review{
        padding: 0px 5px 0px;
        margin-bottom: 20px;
    }
    .blog-shrtdesc li div:first-child {
        vertical-align: top;
    }
    .blog-shrtdesc li div:first-child img {
        width: 200px;
    }
    .entry-title {
        font-size: 26px;
    }
    .blog-shrtdesc li div p {
        font-size: 16px;
    }
    .blog-shrtdesc li div span {
        font-size: 12px;
    }
}

@media (max-width: 569px) {
    .blog-shrtdesc li div:first-child {
        display: block;
    }
    .blog-shrtdesc li div:first-child img {
        width: 100%;
    }
    .blog-shrtdesc li div:last-child {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .input-name {
        width: 100%;
        display: inline-block;
    }
    .input-field .validate {
        width: 100%;
    }
    .input-name.input-field:first-child {
        margin-bottom: 15px;
    }
}


/*--------------------------other---------------------------*/

.padleft10 {
    padding-left: 10px;
}

.themeblue {
    color: #0d4f89;
}

.themeyellow {
    color: #F6C428;
    font-weight: 400;
}

.nav-links {
    display: inline-block;
    width: 100%;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

#sidebar ul:first-child {
    display: none;
}

#sidebar ul li.pagenav {
    display: none;
}


/*-------------------------other---------------------------*/

.address-main.citycount {
    padding-top: 15px;
}

.rpost li div img {
    width: 90px;
    height: 80px;
}

.ImageGrid {
    display: inline-block;
    position: relative;
}

div.gallery .ImageGrid a.name {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 270px;
    height: 70px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .7);
    background-color: #000000\9;
    text-align: center;
    line-height: 70px;
}

.tp-revslider-slidesli::before {
    content: "";
    width: 100%;
    opacity: 0.5;
    height: 100%;
    background: #00070d;
    position: absolute;
    z-index: 1;
}

.tp-bgimg::before {
    content: "";
    width: 100%;
    opacity: 0.5;
    height: 100%;
    background: #00070d;
    position: absolute;
    z-index: 1;
}

.btn.btn-yellow.hidden-p.s-size3 {
    width: 212px;
    height: 41px;
}

.btn.btn-yborder.hidden-p.s-size {
    width: 172px;
    height: 41px;
}

.hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
}

.hover-inner {
    display: table-cell;
    vertical-align: middle;
}

ul.footer-link li a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}
.footer-link li {
    display: inline-block;
}

/*-------------------------other---------------------------*/


/*-------------------------------------------16. Contact.html------------------------------------------*/

.title-cntc {
    font-size: 23.5px;
    color: #0d4f89;
    letter-spacing: 1.2px;
}

.address-main.citycount span {
    color: #f6c428;
    font-size: 20px;
    letter-spacing: 1px;
}

.map-main {
    margin-bottom: 45px;
    background-color: #f4f4f4;
}


/*-----------------responsive css----------------*/

@media (min-width: 992px) {
    .map-cnt {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .map-cnt {
        padding-right: 0px;
        padding-left: 0px
    }
    .map-main {
        margin-bottom: 40px;
    }
}


/*-------------------------------------------18. 404.html-------------------------------------------*/

.pnotfound::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #f6c523;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
}

.pnotfound {
    text-align: center;
    padding: 70px 0px 50px 0px;
    position: relative;
    margin-top: 290px;
}

.pnotfound h2 {
    font-size: 25px;
    margin: 0px 0 15px;
    color: #0d4f89;
}

.pnotfound p {
    margin-bottom: 15px;
}

.btn-blue {
    border: 1px solid #0d4f89;
    margin: auto 5px;
    color: #f6c523;
    background-color: #0d4f89;
    transition: all 0.4s ease-out;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #0d4f89;
    border-color: #0d4f89;
    background-color: transparent;
}

.four0four {
    position: absolute;
    top: -240px;
    left: 0;
    right: 0;
    font-size: 242px;
    color: #dadada;
}


/*-----------------responsive css----------------*/

@media (max-width: 1199px) {
    .four0four {
        top: -199px;
        font-size: 197px;
    }
}

@media (max-width: 767px) {
    .pnotfound {
        padding: 50px 0px 30px 0px;
        margin-top: 170px;
    }
    .four0four {
        top: -157px;
        font-size: 150px;
    }
}

@media (max-width: 479px) {
    .pnotfound p {
        font-size: 12px;
    }
    .pnotfound h2 {
        font-size: 18px;
    }
    .four0four {
        top: -111px;
        font-size: 100px;
    }
    .pnotfound {
        margin-top: 150px;
    }
}


/*-------------------------------------------------------------------------						about-inner accordian-------------------------------------------------------------------------*/

.c-accordian .ca-title {
    color: #018F93;
    font-size: 1.4em;
    text-align: left !important;
}

.c-accordian .panel {
    border-radius: 0px;
    border-color: transparent;
    box-shadow: none;
}

.c-accordian .panel-heading {
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    border-color: transparent;
}

.c-accordian .panel-title {}

.c-accordian .panel-title a {
    width: 100%;
    display: block;
    padding: 14px 15px;
    text-align: left !important;
}

.c-accordian .panel-title a.collapsed {
    background-color: #018F93;
    border-color: #018F93;
    color: #FFFFFF;
}

.c-accordian .panel-title a.collapsed:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #1328B0;
}

.c-accordian .panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 15px;
    color: #fff;
}

.c-accordian .panel-title a {
    background-color: #1328B0;
    color: #fff;
}

.c-accordian .panel-title > a.collapsed:before {
    float: left !important;
    content: "\f067";
}

.c-accordian .panel-title a.collapsed:hover::before {
    color: #202020;
}

.c-accordian .panel-title > a:hover,
.c-accordian .panel-title > a:active,
.c-accordian .panel-title > a:focus {
    text-decoration: none;
}


/*-------------------content-part--------------today-----------*/

.content-part {
    padding-top: 15px;
}

.content-part .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
}

.padding-blog-0 {
    padding-right: 0px;
}


/*-------------------content-part-left------------today--------*/

.content-part-left {
    padding: 29px 0px 20px 18px;
}

.content-part-left ul {
    padding-left: 20px;
}

.content-part-left ul li {
    list-style: inherit !important;
    color: #3a3a3a;
    font-size: 16px;
}

.content-part-left h1 {
    color: #1e2d04;
    font-size: 36px;
}

.content-part-left h3 {
    margin-top: 10px;
    color: #0d4b91;
    font-size: 18px;
}

.content-part-left h3 strong {
    font-weight: 600;
}

.content-part-left p {
    color: #1e2d04;
    font-size: 16px;
    font-weight: 400;
}

.content-part-left p strong {
    font-weight: 600;
    color: #6fc9b1;
}

.content-part-left a {
    color: #6fc9b1;
}

.content-part-left a:hover {
    color: #0d4b91;
}


/*-------------------content-part-right------------today--------*/

.content-part-right {
    padding: 50px 70px 50px 60px;
    background-color: #efefef
}

.slide-form {
    width: 320px;
    padding: 23px 28px 21px;
    background-color: #0f4b91;
    border: 1px solid #FFFFFF;
    float: right;
    margin-top: -468px;
}

.request-form {
    display: none;
}

.request-form h1.frm-title,
.slide-form h1.frm-title {
    font-size: 26px;
    margin-top: 0px;
    color: #FFFFFF;
}

.request-form h1.frm-title {
    color: #3a3a3a;
}

.request-form form,
.slide-form form {
    padding-top: 5px;
    padding-bottom: 0px;
}

.request-form form {
    padding-bottom: 20px;
}

.request-form .form-control,
.slide-form .form-control {
    background-color: transparent;
    border-color: #FFFFFF;
    min-height: 39px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.request-form .btn-yellow,
.slide-form .btn-yellow {
    width: 100%;
    max-width: 100%;
}

.request-form input::-webkit-input-placeholder,
.request-form textarea::-webkit-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

.slide-form input::-webkit-input-placeholder,
.slide-form textarea::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.request-form input::-moz-placeholder,
.request-form textarea::-moz-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

.slide-form input::-moz-placeholder,
.slide-form textarea::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.request-form input:-ms-input-placeholder,
.request-form textarea:-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

.slide-form input:-ms-input-placeholder,
.slide-form textarea:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.request-form input:-moz-placeholder,
.request-form textarea:-moz-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

.slide-form input:-moz-placeholder,
.slide-form textarea:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}


/*blog*/

.line-blog,
.line-our {
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    object-fit: contain;
}

.line-our {
    background-color: #0d4b91;
}

.blog-port .blog-uli li {
    padding-top: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #FFFFFF;
}

.blog-port .blog-uli li:last-child {
    border-bottom: none;
}

.blog-port .blog-uli li span {
    display: block;
    color: #921717;
    font-size: 14px;
}

.blog-port .blog-uli li a {
    display: block;
    color: #430707;
    font-size: 18px;
}

.blog-port .blog-uli li a:hover {
    color: #870000;
}


/*ourservice*/

.our-service h1 {
    color: #3a3a3a;
}

.our-service .our-uli li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.our-service .our-uli li::before {
    content: "\f105";
    width: 18px;
    color: #FFFFFF;
    font-family: FontAwesome;
    line-height: 18px;
    height: 18px;
    background-color: #6fc9b1;
    text-align: center;
    border-radius: 40px;
    position: absolute;
    left: 0px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .content-part-left {
        padding: 50px 30px 20px 50px;
    }
    .slide-form {
        margin-top: -404px;
    }
    .carousel-caption {
        padding-left: 30px;
        padding-right: 37.5%;
    }
    .toptitle {
        font-size: 34px;
    }
}

@media (max-width: 1100px) {
    .slide-form {
        display: none;
    }
    .request-form {
        display: block;
    }
    .carousel-caption {
        padding-left: 30px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .padding-blog-0 {
        padding-left: 0px;
    }
    .w-ul {
        width: 100%;
    }
    .content-part-left {
        padding: 50px 70px 20px 60px;
    }
}

@media (max-width: 768px) {
    .slide-form {
        margin-top: 0px;
        float: none;
        width: 100%;
        display: block;
    }
    .form-slide {
        padding-top: 20px;
        padding-bottom: 11px;
    }
    .form-slide .col-md-12 {
        padding: 0px;
    }
    .request-form {
        display: none;
    }
    .carousel-caption {
        padding-left: 10px;
        padding-right: 10px;
    }
    .carousel-caption > .captionsl > .toptitle {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .content-part-left {
        padding: 30px 0px 20px 0px;
    }
    .content-part-right {
        padding: 20px 15px 20px 15px;
    }
}


/*blog design*/

.topnav .contact .call-today > span {
    font-size: 16px;
    color: #dad4f1;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    display: none;
}

.topnav .contact .call-today > .top-phone {
    font-size: 22px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    padding-left: 35px;
    position: relative;
}

.topfooter .footersecond > .fs-phone > .foot-phone {
    position: relative;
    padding-left: 35px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #4e3899;
}

.topnav .contact .call-today > .top-phone::before,
.topfooter .footersecond > .fs-phone > .foot-phone::before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    padding: 5px;
    background-color: azure;
    color: black;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
}

.topfooter .footersecond > .fs-phone > .foot-phone::before {
    background-color: #4e3899;
    color: #FFFFFF;
}

.topnav .contact > p.top-address {
    font-size: 16px;
    color: #dad4f1;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.serch-block {
    padding: 25px 0px;
}

.sites-btn a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    background-color: #4e3899;
}

.sites-btn a:hover {
    color: #dad4f1;
}

.sites-btn a.btn {
    padding: 10px 40px;
}

.search-box {
    text-align: right;
    position: relative;
}

.search-box input.form-control {
    max-width: 360px;
    height: 41px;
    margin-right: 0;
    display: inline-block;
    padding-right: 40px;
}

.search-box::before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    line-height: 41px;
    font-size: 18px;
    color: #ccc;
}

.leftarrow {
    float: left;
}

.rightarrow {
    float: right;
}

.ff-social label {
    color: #200343;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.ff-social ul {
    display: inline-block;
}

.ff-social ul li {
    display: inline-block;
    margin: 0px 3px;
}

.ff-social ul li a {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: block;
    background-color: #4e3899;
    text-align: center;
    line-height: 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
}

.ft-address,
.ff-logo,
.fs-phone {
    text-align: center;
}

.ft-address p {
    margin: 0px 0px 0px 0px;
}

.footerfirst,
.footersecond,
.footerthird {
    width: 22%;
}

.footerfourth {
    width: 34%;
}
/*-------------- form style--------------------*/
.gform_wrapper {
    margin-bottom: 0px !important;
}
    .gform_heading{
        text-align: center !important;
    }
    .cnform .gform_body ul li label.gfield_label {
        display: none;
    }
    .gform_title {
        margin: 0 !important;font-size: 38px !important;
        font-weight: 400 !important;letter-spacing: 1px !important;
        text-transform: uppercase !important;color: #ffffff;
        margin-bottom: 7px !important;
    }
    .gform_description{
        color: #ffffff !important;font-weight: 400 !important;
        font-size: 20px !important;
    }
    .gform_wrapper{
        margin: 0;
    }
    body .gform_wrapper ul li.gfield {
        margin-top: 0px !important;
        padding: 0px !important;
        display: inline-block;
        width: 100% !important;
    }
    body .gform_wrapper ul li.gfield:last-child{
        width: 100% !important;
    }
    .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
        width: 100% !important;margin-bottom: 15px;
        background-color: transparent;
        border: 1px solid #FFFFFF;
        color: #fff;
        padding: 10px !important;
        min-height:37px !important;
    }
    .gform_wrapper label.gfield_label {
        font-weight: 400;
        color: #fff;
    }
    input.medium::-moz-placeholder,
    select.medium::-moz-placeholder,
    textarea.medium::-moz-placeholder,
    input.medium::-ms-input-placeholder {
        color: #ffffff;
        opacity: 1;
    }
    input.medium::-webkit-input-placeholder {
        color: #fff;
    }
    .gform_wrapper textarea.medium {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
    }
    .gform_wrapper .gform_footer {
        text-align: center;
    }
    .gform_wrapper .gform_footer{
        margin-top: 0px !important;
    }
    .gform_button.button {
        text-align: center;margin-top: 33px;
        background-color: rgb(255, 255, 255);
        border: 1px solid transparent;
        font-size: 17px;font-weight: 400;
        text-align: center;margin-right: 10px;
        color: rgb(246, 197, 35);
        padding: 8px 46px 8px 46px;
        transition: all 0.4s ease-in-out;
        border-radius: 0px;
        width: 100% !important;
        max-width: 100% !important;
    }
    .gform_button.button:hover, .gform_button.button:focus{
        border-color: rgb(255, 255, 255);
        color:  rgb(255, 255, 255);
        background-color: transparent;
    }

.gform_wrapper input.datepicker {
    max-width: 96% !important;
}
body .gform_wrapper img.ui-datepicker-trigger {
    width: 24px !important;
    height: 23px !important;
}
@media (max-width:768px){
    .gform_wrapper input.datepicker {
        max-width: 85% !important;
    }
}
body .gform_wrapper ul li.gfield {
    width: 100% !important;
    padding:0px !important;
}
.odd-bg ul.gform_fields,
.even-bg ul.gform_fields{
    padding-left:0px !important;
}
@media (max-width: 1199px) {
    .footerfirst,
    .footersecond,
    .footerthird {
        width: 33.33333%;
    }
    .footerthird {
        border-left: 1px solid #4e3899;
    }
    .footerfourth {
        width: 100%;
        border-left: 0px;
        border-top: 1px solid #4e3899;
    }
    .ff-social {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .sites-btn {
        text-align: center;
        margin-bottom: 10px;
    }
    .search-box input.form-control {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer > .topfooter {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footerfirst,
    .footerthird,
    .footersecond,
    .footerfourth {
        min-height: 1px;
        padding: 15px;
    }
    .footerfirst,
    .footersecond,
    .footerthird {
        width: 100%;
        border-top: 1px solid #c5c1c1;
    }
    .footerfirst {
        border-right: none;
        border-top: none;
    }
    .footerthird {
        border-left: none;
    }
    .footerfourth {
        width: 100%;
        border-left: 0px;
        border-top: 1px solid #c5c1c1;
    }
    .ff-social {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .sites-btn a.btn {
        padding: 10px 10px;
    }
    .sites-btn a {
        font-size: 15px;
    }
}

.attachment-hermosa-featured-image.size-hermosa-featured-image.wp-post-image {
    width: 300px;
    height: 200px;
}


/*-----------------------------------------------------------------
5.1 testimonials.html 
-----------------------------------------------------------------*/

    div[class^="style-card_"] blockquote.easy_testimonial{
        padding-top: 0px;
        box-shadow: none !important;
    }
    .easy_testimonial{
        padding: 20px 10px 20px !important;
        border-bottom: 1px solid #a4a4a4 !important;
    }
    .easy_testimonial_image_wrapper img{
        display: none !important;
    }
    .style-card_style blockquote.easy_testimonial p.testimonial_author{
        width: 150px;
        height: 100px;
        padding: 10px;
        border-bottom: none !important;
        background-color: transparent !important;
    }
    .style-card_style .easy_testimonial .stars {
        position: absolute;
        top: 10px;
        right: auto;
    }
    .easy_testimonial_title {
        width: calc(100% - 200px) !important;
        float: right;
        font-weight: 600;
        padding: 0px !important;
    }
    .testimonial_body {
        width: calc(100% - 184px) !important;
        float: right;
    }
    .style-card_style .testimonial-client {
        margin-top: 25px;
        margin-bottom: 3px;
        font-size: 16px;
    }
    .style-card_style .testimonial-other {
        color: #555;
        font-size: 16px;
        display:none !important;
        white-space:normal;
    }
    .testimonial-position {
        margin-top: 3px;
        margin-bottom: 10px;
        font-size: 16px !important;
        white-space:normal;
    }
    .style-card_style .date {
        color: #333;
        font-size: 14px;
        padding-bottom:10px;
        margin-top: 15px;
    }
    .testimonial_body p{
        padding-right: 0px !important;
    }

/*----------testimonials form----------*/
    form.easy-testimonials-submission-form {
        display: block;
        margin-top: 50px;
    }
    .easy_t_description{
        display: none;
    }
    .easy-testimonials-submission-form input[type="text"], 
    .easy-testimonials-submission-form textarea{
        width: 100%;
        border-radius: 4px;
        border:1px solid #a4a4a4;
    }
    .easy_t_field_wrap label{
        text-align: left !important;
    } 
    /*.easy_t_field_wrap:nth-of-type(4), .easy_t_field_wrap:nth-of-type(5){
        width: 48%;
        display: inline-block;
    }
    .easy_t_field_wrap:nth-of-type(4){
        float: left;
    }
    .easy_t_field_wrap:nth-of-type(5){
        float: right;
    }   */
    .rateit{
        display: flex;
    }
    .easy_t_field_wrap input[type="submit"]{
        background-color: rgba(0,116,217,0.5);
        color: #656565;
        border:solid .15em #ddd;
        font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:25px !important;
        padding: 10px 5px;
    }
    .easy_t_field_wrap input[type="submit"]:hover{
        background-color: rgba(0,116,217,0.7);
        color: #FFFFFF;
    }

/*----------responsive----------*/

    @media (max-width: 768px){
        .hideformobile{
            display: none;
        }
        .style-card_style blockquote.easy_testimonial{
            width: auto !important;
        }
        .testimonial_body, .easy_testimonial_title{
            width: 100% !important;
        }
        div[class^="style-card_"] blockquote.easy_testimonial p.easy_testimonial_title {
            margin-top: 88px;
            margin-bottom: 0px;
        }
        .style-card_style blockquote.easy_testimonial p {
            padding: 10px 0px 0px 34px;
        }
        .testimonial-client, .testimonial-position {
            display: inline-block !important;
            width: auto !important;
        }
        .testimonial-client{
            padding-right: 10px;
        }
        .testimonial-position{
            padding-left: 10px;
            position: relative;
        }
        .testimonial-position::before{
            position: absolute;
            left: 0;
            top: 0;
            content:"";

            width: 1px;
            height: 10px;
            background-color: #2a2721;
        }
        .style-card_style .date {
            margin-top: 0px;
        }
        .style-card_style blockquote.easy_testimonial p.testimonial_author{
            width: auto;
        }
        .easy_t_field_wrap:nth-of-type(4), .easy_t_field_wrap:nth-of-type(5){
            width: 100%;
            display: block;
        }
        .easy_t_field_wrap:nth-of-type(4){
            float: none;
        }
        .easy_t_field_wrap:nth-of-type(5){
            float: none;
        }

        .easy-testimonials-submission-form input[type="submit"] {
            max-width: 100%;
        }   
    }

    .style-card_style span.stars span {
        color: #f6c428;
    }
    .writeTesti > .awrite::before{
        content: "\f040";
        font-family: FontAwesome;
        padding-left: 5px;
        padding-right: 7.5px;
    }


/* --- RESPONSIVE YOUTUBE VIDEO EMBED CODE --- */
.video-container, .videocontainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.videocontainer iframe,
.videocontainer object,
.videocontainer embed, {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --- END RESPONSIVE YOUTUBE VIDEO EMBED CODE --- */
.navigation.post-navigation {
    margin-top: 20px;
}
.image-full-blog img {
    max-width: 600px;
}
#FacebookFeed {
    text-align: center;
    margin-bottom: 20px;
}
.at-below-post-homepage.addthis_tool, .at-share-btn-elements{
    text-align:right;
}
.at-share-tbx-element.addthis-smartlayers.addthis-animated.at4-show {
    width: 100%;
}
.blog-shrtdesc li h3 a {
    font-size: 30px;
    line-height: 30px;
}
.contact-map ul li {
    list-style: inherit;
}
.contact-map ul {
    padding-left: 40px;
}
.social-share {
    text-align: right;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px 10px 4px;
}
.fb_iframe_widget {
    vertical-align: top;
}

/*--------------------------------------------------------------
17 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;

}

.required-style {
  box-shadow: 0 0 12px rgba(239, 26, 26, 1);
  border: 3px solid rgba(239, 26, 26, 1) !important;
}


@media (min-width: 1280px){
.form-slide-required-style {
    position: absolute;
    z-index:20;
    height:auto !important;
}}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
     margin-top: 0px !important;
}
.gform_wrapper div.validation_error {
    padding: 0px !important;
    margin-bottom: 5px !important;

}
.gform_wrapper div#error {
    margin-bottom: 5px !important;
    background-color: rgba(255,223,224,.35);
}

.validation_list {
    margin: 0px 0px 0px 10px !important;
    padding: 5px;
    text-align: left;
    font-size:.8em;
}

.gform_wrapper .validation_message {
    font-style: italic;
    margin-top:4px
    padding:4px 0px;
    padding-top: 2px !important; 

}