﻿



/*=========================nav bar drop down menu css*/

a:focus, input:focus, button:focus, textarea:focus, select:focus { outline:medium none;}

a:hover, a:focus { text-decoration:none;}



nav.nav { position: relative;

    display: inline-block;

    font-size: 14px;

    font-weight: 900;

    right: 30px;

}

nav .nav-list {

     text-align:left;

     padding: 0;

    margin: 0;

}

nav .nav-item {

     float:left;

     *display:inline;

     zoom:1;

     position:relative;

     list-style:none

}

nav .nav-item a {

     display:block;

     color:#fff;

     padding:40px 14px;

     border-bottom:0px solid #8B2870;

     color: #fff;

     font-family: Neris;

     font-size: 17px;

     font-weight:normal;

}



nav .nav-item > a:hover {

     color:#fde5bd;

     text-decoration:none;

     background: transparent;



}

nav .nav-item:hover{ }

nav .nav-item:hover a{}

nav .nav-item:hover .sub-menu {

     display:block;

     background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

     list-style:none;

     padding-left:0;

}

/* Navigation submenu */

nav .sub-menu {

     display:none;

     position:absolute;

     left:0;

     width:250px;

    top: 72px;

}

nav .sub-menu a {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    border-bottom:0px solid #FFFFFF;

    color:#1a1a1a;

    display: block;

    font-weight: normal;

    padding: 8px;

      

}

nav .sub-menu a:hover {

     color: #000;

     text-decoration:none;

}

/* Mobile navigation */

nav .nav-mobile {

     display:none; /* Hide from browsers that don't support media queries */

     cursor:pointer;

     position:absolute;

     top:0;

     left:10px;

      

}

nav .nav-mobile {

    background: none repeat scroll 0 0 #FFFFFF;

    border-radius: 3px;

    color: #222222;

    font-family: Roboto;

    font-size: 14px;

    padding: 8px 15px;

}

      

/* Mobile navigation, clickable area for revealing <ul> */

nav .nav-click {

    cursor: pointer;

    display: none;

    position: absolute;

    right: 0;

    top: 0;

}

nav .nav-click i {

     padding:10px 14px;

     color:#fff

}

nav .nav-click:hover {

      

}

nav .nav-rotate {

     -webkit-transform:rotate(180deg);

     -moz-transform:rotate(180deg);

     -ms-transform:rotate(180deg);

     -o-transform:rotate(180deg);

     transform:rotate(180deg);

}

 

nav {

    margin-top: 0;

     z-index:9999;

      float: right;

}

 

 

/*contact form*/

.wpcf7-form-control-signature-global-wrap {

    border: 1px solid #000;

}

.wpcf7-form-control-signature-wrap {

position: relative;

width: 100% !important;

}

span.wpcf7-not-valid-tip { display:none !important;}

.wpcf7-not-valid {   border-color: red !important;}

div.wpcf7-validation-errors {background: red;    color: #fff; margin-top: 0 !important;text-align: center; float: left;width: 100%;}

div.wpcf7-mail-sent-ok {border: 2px solid #398f14;background: #398f14color: #fff;text-align: center;margin-top: 0 !important;float: left;width: 100%;}

.wpcf7 .captcha { position: relative; }

.wpcf7 .captcha img { position: absolute;    right: 0;   z-index: 999;}



.test-2 .common-inner ul li {

list-style: none;

}#wpcf7_signature-671_clear {

background: #000;

color: #fff;

}



body{

    font-family: "Poppins",Sans-serif;

}





/* Header */



header {

    width: 100%;

    float: left;

    /* background: #ccc; */

    position: absolute;

    margin-top: 30px;

}

.inner-header {

    padding-right: 15px;

    padding-left: 18px;

    width: 100%;

    float: left;

}

nav .nav-item a {

    font-family: 'Poppins';

    font-size: 16px;

}

.menus-nav {

    width: 100%;

    float: left;

    padding-top:7px;

}

nav .nav-item li.sub-menu-item {

    width: 100%;

}



.sticky nav .nav-item a {  padding: 0 10px 27px 10px;}

.sticky nav .nav-item li.sub-menu-item a{ padding: 12px 10px 12px 10px; }



/* slider */

.slider_outer {

    width: 100%;

    float: left;

    position: relative;

    z-index: -1;

}

.contact-us-outer {

    position: absolute;

    bottom: 0;

    right: 0;

    width: 953px;

    z-index: 1;

    background-image: -moz-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%);

    background-image: -webkit-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%);

    background-image: -ms-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%);

}

.contact-us-inner {

    width: 100%;

    float: left;

}

.loaction {

    width: 38%;

    float: left;

    /*background:url(../images/location.png); */

    background-repeat: no-repeat;

    padding: 40px 0;

    margin-left: 72px;

    margin-top: 20px;

    position: relative;



}

.Phone {

    width: 29%;

    float: left;

    /*background:url(../images/phone.png); */

    background-repeat: no-repeat;

    padding: 40px 0;

    margin-top: 20px;

}

.clock {

    width:25%;

    float: left;

   /* background:url(../images/clock.png); */

    background-repeat: no-repeat;

    padding: 40px 0;

    margin-top: 20px;

}

.loaction p {

    font-size: 18px;

    font-weight: 500;

}

.Phone p {

    font-size: 18px;

    font-weight: 500;



}

.Phone p span {



    width: 75px;

}



.clock p {

    font-size: 18px;

    font-weight: 500;



}

.Phone span {

    float: left;

    width: 100%;

}

.contact-us-divider {

    height: 3px;

    width: 78px;

    background-color: transparent;

    background-image: linear-gradient(100deg,#fff 50%,#619d92 50%);

       /* background-image: -ms-linear-gradient(100deg,#fff 50%,#619d92 50%); */

   /* background-image:  -webkit-linear-gradient(100deg,#fff 50%,#619d92 50%);*/

    /*background-image:  -moz-linear-gradient(100deg,#fff 50%,#619d92 50%);*/   



    position: absolute;

    top: 50%;

    left: -39px;

}

.contact-us-outer p {

    color: #000;

    margin-bottom: 0;

}

img {

    max-width: 100%;

}



/* about */

.about-us-outer {

    width: 100%;

    float: left;

    background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

}   

.about-content {

    float: left;

    /*width: 50%;*/

    width: 740px;

    background: #fff;

    padding: 70px 125px 70px 170px;

    margin-top: 85px;

}

.about-img-outer {

    width: 54%;

    float: left;

    margin-left: -205px;

    padding-top: 45px;

}

.about-heading h2 {

    font-size: 42px;

    color: #000;

    font-weight:800;

    position: relative;

    margin-bottom: 25px;

}

.about-content p {

    font-size: 16px;

    font-weight: 400;

    margin-bottom: 50px;

    color: #000;

    padding-right: 120px;

    text-align: justify;

}

.about-img-one img {

    border-radius: 20px;

    object-fit: cover;

    height: 430px;



}

.about-img-one {

    width: 49.5%;

    float: left;

}

.about-img-two img {

    border-radius: 20px;

    height: 430px;

    object-fit: cover;

    font-family: 'object-fit: cover;';

}

.about-img-two {

    width:49%;

    float: right;



}

.about-heading h2:before {

    content: "";

    position: absolute;

    top: 20%;

    left: -135px;

    border-bottom: 3px solid #267b97;

    width: 110px;

    /* transform: translateY(-20%); */

}

.explore-button a {

    background-color: rgb( 252, 227, 187 );

    padding: 10px 32px;

    color: #000;

    font-size: 16px;

    font-weight: 600;

    transition: 0.3s ease;

}

.about-us-inner {

    padding-bottom: 85px;

}



/* services */

.services-outer img {

    border-radius: 25px;

    width: 231px;

    height: 281px;

    object-fit: cover;

}

.services-outer {

    width: 100%;

    float: left;

}

.services-one {

    float: left;

    width:19%;

    margin-right:14px;

    position: relative;

    top: 0px;

    left:0px;

    background: #1f7b93;

    border-radius: 25px;

    z-index: 999;

}

.services-two {

    float: left;

    width: 19%;

    margin-right: 14px;

}

.services-three {

    float: left;

    width: 19%;

    margin-right: 14px;

}

.services-four {

    float: left;

    width: 19%;

    margin-right: 14px;

}

.services-five {

    float: right;

    width: 19%;



}

.services-outer h3 {

    font-size: 20px;

    color: #25283a;

    font-weight: 500;

    text-align: center;

    margin-top: 15px;

    padding-left: 20px;

    padding-right: 20px;

}

.services-inner {

    width: 100%;

    float: left;

    padding-bottom: 60px;



}

.services-heading h1 {

    color: #1F7B93;

    font-weight: 800;

    margin-top: 40px;

    font-size: 38px;

    text-transform: uppercase;

}

.services-one-heading h2 {

    position: absolute;

    top: 100px;

    left: 50%;

    transform: translateX(-50%);

    margin: 0;

    text-align: center;

    font-weight: 600;

    font-size: 24px;

    color: #fff;

    line-height: 32px;

}  

.services-one-heading p {

    color: #ffe7b7;

    position: absolute;

    bottom: 70px;

    left: 0;

    text-align: center;

    width: 100%;

    font-size: 20px;

}



/* blog */



.article-outer h1 {

    color: #ca876c;

    font-size: 38px;

    font-weight: 800;

    margin-bottom: 80px;

    text-transform: uppercase;



}

.blog-one h1 {

    color: #ca876c;

    font-size: 38px;

    font-weight: 800;

    text-align: center;

    margin-bottom: 80px;



}

.article-img {

    padding-bottom: 30px;

}

.article-content h2 {

    color:#101010;

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 30px;

}

.article-content p {

    color: #101010;

    font-size: 16px;

    /*font-weight: 300;*/

    margin-bottom: 45px;

}

.readmore-button a {

    font-size: 16px;

    color: #1f7b93;

    font-weight: 600;

    border-bottom: 1px solid #1f7b93;

    padding-bottom: 5px;

    transition: 0.3s ease;

}



.article-blog-couples-content h2 {

    color: #101010;

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 30px;

    margin-top: 0;

    padding-right: 50px;

}

.article-blog-couples-content p {

    color: #101010;

    font-size: 16px;

    /* font-weight: 300; */

    margin-bottom: 45px;

    padding-right: 10px;

}

.article-blog-couplesworks-content h2 {

    color: #101010;

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 30px;

    margin-top: 0;



}

.article-blog-couplesworks-content p {

    color: #101010;

    font-size: 16px;

    /* font-weight: 300; */

    margin-bottom: 45px;

}

.blog-outer {

    width: 100%;

    float: left;

   /* background-image: url(../images/blog_background-img.png); */

    background-repeat: no-repeat;

    background-position: right 100px !important;

}

.blog-inner {

    width: 100%;

    float: left;

    padding: 10px 0 0px 0;

}

.article-blog-couples-content {

    float: left;

    width: 50%;

}

.article-blog-couples-img {

    width: 50%;

    float: left;

    padding-bottom: 70px;

}

.article-blog-couplesworks-img {

    width: 50%;

    float: left;

}

.article-blog-couplesworks-content {

    width: 50%;

    float: left;

    text-align: right;



}

.article-blog-outer img {

    width: 321px;

    height: 279px;

    object-fit: cover;

}

.article-img img {

    object-fit: cover;

    width: 426px;

    height: 284px;

}

.article-blog-couples-img .blog-couples {

    float: right;

}

.blog-one {

    width: 100%;

    float: left;

}

.blog-two {

    width: 100%;

    float: left;

}

.article-blog-outer {

    width: 100%;

    float: left;

}

.blog-divider {

    /* border-left: 2px dashed #8d8d8d; */

    padding-bottom: 95px;

    width: 65%;

    padding-left:45px;

    position: relative;

} 

li {

    list-style-type: none;

}



/* request_form */

.request_consultation-outer ul li input {

    width: 100%;

    border-bottom: 1px solid #fff !important;

    border: 0;

    background: transparent;

    font-size: 15px;

    font-weight: 300;

    font-family: 'Montserrat', sans-serif;

    padding-bottom: 20px;

    text-indent: 55px;

}

.send-button a {

    padding: 12px 75px 12px 30px;

    background: #000;

    color: #fff;

    background-repeat: no-repeat;

    background-position: 80px center;

    background-image: url(../images/send_button_icon.png);

    border-radius: 0;

}

.training-heading h2 {

    color: #ffe7b7;

    font-size: 30px;

    font-weight: 400;

    text-align: center;

    margin-bottom: 30px;

    margin-top: 30px;

}

.client-heading h2 {

    color: #ffe7b7;

    font-size: 30px;

    font-weight: 400;

    text-align: center;

    margin-bottom: 30px;

    margin-top: 30px;

}

.request-heading h2 {

    color: #ffe7b7;

}

.request-heading h2 {

    color: #ffe7b7;

    font-size: 30px;

    font-weight: 800;

    text-align: center;

    margin-bottom: 20px;

}

.request_consultation-outer {

    width: 100%;

    float: left;

    background: #1f7b93;



}

.request_consultation-inner {

    width: 100%;

    float: left;

    /*padding: 15px 0 15px 0;*/

}

.request-consultation-img {

    margin: 0 auto;

    display: table;

}

.request_consultation-outer input::placeholder {

    color: #fff;

}

.request_consultation-outer input:-ms-input-placeholder {

    color: #fff;

}

.request_consultation-outer input::-ms-input-placeholder {

    color: #fff;

}

.request_consultation-outer input::-webkit-input-placeholder {

    color: #fff;

}

.request_consultation-outer li {

    padding-bottom: 20px;

}

.request_consultation-outer ul li.person input {

    background-image: url(../images/person.png);

    background-repeat: no-repeat;

    /*background-position: 80px center;*/

}

.request_consultation-outer ul li.email input {

    background-image: url(../images/mail.png);

    background-repeat: no-repeat;

    /*background-position: 80px center;*/

}

.request_consultation-outer ul li.phone input {

    background-image: url(../images/phone-form.png);

    background-repeat: no-repeat;

    /*background-position: 80px center;*/

}

.request_consultation-outer ul li.services-form input {

    background-image: url(../images/services-form.png);

    background-repeat: no-repeat;

    /*background-position: 80px center;*/

}

.training-inner {

    position: relative;

}

.training-inner .send-button {

    position: absolute;

    bottom:61px;

    right: -178px;

    z-index: 1;

}

.client-inner {

    position: relative;

}

.client-inner .send-button {

    position: absolute;

    bottom:61px;

    left: -170px;

    z-index: 1;

}

.request-gradient {

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    width: 29%;

    margin-left:108px;

}

.training-outer {

    padding-top: 15px;

    width: 27%;

    z-index: 1;

}

.client-outer {

    padding-top: 15px;

    width: 27%;

    float: right;

}



/* footer */

.footer-inner p {

    font-size: 15px;

    color: #fff; 

    font-weight: 400;

    text-transform: capitalize;



}

.footer-Phone-no p {

    margin-bottom: 0;

}

.footer-Phone-no p span {



    width: 70px;

    float: left;

}



footer {

    width: 100%;

    float: left;

   /* background: url(../images/footer-img.png); */

    background-repeat: no-repeat !important;

    position: relative;

    background-position: center 0px !important;

    background-size: cover !important;

    background-attachment: fixed !important;

}

.footer-location {

    float: left;

    margin-right: 15px;

}

.footer-phone {

    float: left;

    margin-right: 15px;

}

.footer-clock {

    float: left;

    margin-right: 15px;

}

.footer-menulist li a {

    color: #fff; 

    font-size: 17px;

    transition: 0.3s ease;

    padding: 25px 19px;

    /*font-weight: 500;*/

    text-transform: capitalize;

}

.footer-menulist li a:hover {

    color: #fde5bd;

}

.footer-menu-outer {

    width: 100%;

    float: left;

    padding-bottom:45px;

    position: relative;

    z-index: 1;

}

.footer-menulist li {

    float: left;

}

ul.footer-menulist {

       width: auto;

    float: none;

    padding: 0;

    margin: 0 auto;

    display: table;

}

.footer-inner {

    width: 100%;

    float: left;

    padding: 140px 0 0 0;

}

.footer-details-outer {

    width: 100%;

    float: left;

    padding-bottom:70px;

}

.footer-bottom {

    width: 100%;

    float: left;

    padding: 15px 0;

}

.footer-bottom p {

    float: right;

    font-size: 16px;

    color: #fff;

    padding-top:18px;

    font-weight: 300;

}

.footer-bottom a {

    float: left;

}

.footer-overlay {

    width: 100%;

    float: left;

    background: #1f7b93;

    opacity: 0.9;

}

footer:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    background: #000;

    height: 100%;

    width: 100%;

    opacity: 0.5;

}

.footer-location-inner {

    padding-right: 20px;

}

.footer-clock-inner {

    text-align: right;

}

.footer-clock-inner p {

    position: relative;

}

.footer-clock-inner p:before {

    content: "";

    position: absolute;

    top: 0;

    left:-10px;

    height: 60px;

    width: 60px;

    background: url(../images/footer-clock.png)no-repeat;

}

.footer-clock-inner {

    text-align: right;

    padding-left: 20px;

}

/* sub banner */

.slider {

    position: relative;

    padding-top: 250px;

    padding-bottom: 200px;

    background-position: center !important;

    /*clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);*/

    clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 80%);

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 80%);

  -ms-clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 80%);

}

.slider:before {

    position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,0.50);

}

.sub-banner-title-inner {

    position: absolute;

    bottom: 150px;

    left: 50%;

    transform: translateX(-50%);

    text-align: center; 

}

.sub-banner-title-inner h2 {

    font-size: 50px;

    color: #fff;

    font-weight: 700;

    text-transform: capitalize;

}

.big-letter {

    font-size: 250px;

    font-weight: 700;

    text-transform: uppercase;

    color: rgba(255,255,255,0.05);

    position: absolute;

    top: -120px;

    left: 400px;

}



/* services_innerpage */

.common-inner {

    width: 100%;

    float: left;

    padding: 80px 0;

}

.common-inner p {

    font-size: 16px;

    line-height: 30px;

    color:#444;

    text-align: justify;

}

ul.cust-sep-tab-list {

    width: 100%;

    float: left;

    padding: 0;

    position: relative;

    border: 1px solid #e1e1e1;

    background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

}

ul.cust-sep-tab-list li {

    padding: 0;

   /* margin: 0 0 2px;*/

    position: relative;

    border-bottom: 1px solid #fff;

    list-style-type: none !important;



}

.common-inner ul li {

    font-size: 16px;

    line-height: 30px;

   list-style-type: disc; 

}



ul.cust-sep-tab-list li.active a, ul.cust-sep-tab-list li:hover a {

    color:#5d6576;

}

ul.cust-sep-tab-list li a {

    position: relative;

    font-size: 16px;

    color:#fff;

    line-height: 30px;

    font-weight: 500;

    padding: 15px 20px;

    display: block;

    transition: all 300ms ease;

    -webkit-transition: all 300ms ease;



}

.prac-content {

    float: left;

    width: 40%;

    margin: 0 20px 20px 0px;

}

.cust-sep-tab-cont .prac_cont_area {

    position: relative;

    margin: 0 0 30px;

    padding-left: 10px;

}

.cust-sep-tab-cont p strong {

    margin-top: 50px;

    font-size: 20px;

    font-weight: 600;

    color: #022344;

    margin-bottom: 20px;

}

.cust-sep-tab-cont p strong a {

    color:#1f7b93;

    line-height: 30px;

    font-size: 16px;

}

ul.home_slider_border_line {

    position: absolute;

    top: 0;

    left: 20px;

    border-left: 1px solid #fff;

    z-index: 999;

    height: 705px;

}

.home_slider_border_line .fb_slider {

    position: absolute;

    bottom: -80px;

    left: -8px;

    width: 30px;

    margin-bottom: 20px;

}

.home_slider_border_line .youtube_slider {

    position: absolute;

    bottom: -133px;

    left: -8px;

}



.services-two:hover {

    box-shadow: 0px 0px 38px 9px rgb( 152, 152, 152 );

    border-radius: 25px;

}

.services-common:hover img {

    border-bottom-right-radius: initial;

    border-bottom-left-radius: initial;

}

/* services */

.services-common {

    float: left;

    width:18%;

    margin-right: 14px;

    transition: 0.3s ease;

}

.services-common:hover {

    box-shadow: 0px 0px 38px 3px rgb( 152, 152, 152 );

    border-radius: 25px;

}

/*

.services-common:last-child {

    float: right;

    margin: 0;

}

*/

.services-one img {

    object-fit: none;

    opacity: 0.4;

}

.services-common:hover .services-two-heading {

    padding: 15px 0 30px 0;

}

.services-two-heading {

    transition: 0.3s ease;

}



/* blog */

.latest-blog-article {

    width: 35%;

}

.blog-divider:before {

    position: absolute;

    content: "";

    top: -15px;

    left: 15px;

    height: 900px;

    width: 100%;

    border-left: 2px dashed #8d8d8d;

    z-index: -1;

}

.send-button a:hover {

    color: #fff;

}

.prac_list_services li i {

    position: absolute;

    right: 15px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}

.footer-inner p a {

    color: #fff;

}



.explore-button a:hover {

    background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    color: #fff;

}

ul.cust-sep-tab-list li.active::before, ul.cust-sep-tab-list li:hover::before {

    width: 100%;

    opacity: 1;

    background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

}

ul.cust-sep-tab-list li::before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 0px;

    /*background-color: #734399;*/

    content: "";

    opacity: 0;

    transition: all 300ms ease;

    -webkit-transition: all 500ms ease;

    transform: none;

}

ul.cust-sep-tab-list li.active a, ul.cust-sep-tab-list li:hover a {

    color: #fff;

}

ul.cust-sep-tab-list li.active::before, ul.cust-sep-tab-list li:hover::before {

    width: 100%;

    opacity: 1;

    background: #CC8A6E;

    /*background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 200%);*/

    /* background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 200%); */

   /* background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 200%);*/

}

ul.cust-sep-tab-list li:last-child {

    border: 0;

    margin: 0;

}



/* about_inner */

.about_mindy_mchugh .about-us-outer {

    background: #fff;

}

.about_mindy_mchugh .about-content p {

    margin-bottom: 25px;

    color: #444;

}

.about_mindy_mchugh .about-content p a {

    color: #1f7b93;

    font-weight: 600;

}

.contact-us-outer p a {

    color: #000;

}

.prac-content img {

    object-fit: cover;

}



/* services_inner */

.service-outer {

    width: 100%;

    float: left;

}

.services-section-four .services-block-two {

    padding: 0px 8px;

    margin-bottom: 16px;

}

.services-block-two {

    position: relative;

}

.services-block-two .inner-box {

    position: relative;

    overflow: hidden;

    border-radius: 8px;

    border: 1px solid #dbdada;

}

.services-block-two .inner-box .image {

    position: relative;

}

.services-block-two .inner-box .image img {

    position: relative;

    width: 100%;

    display: block;

    object-fit: cover;height: 250px;

}

.services-block-two .inner-box .image .overlay-box {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    opacity: 0;

    color: #ffffff;

    background: #f4f4f4;

    -webkit-transition: all 700ms ease;

    -ms-transition: all 700ms ease;

    -o-transition: all 700ms ease;

    transition: all 700ms ease;

    -webkit-transform: translate(-100%,0%);

    -ms-transform: translate(-100%,0%);

    -o-transform: translate(-100%,0%);

    -moz-transform: translate(-100%,0%);

    transform: translate(-100%,0%);

    z-index: 999;



}

.services-block-two .inner-box .image .overlay-box .overlay-inner {



    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    display: table;

    vertical-align: middle;

    padding: 10px 0px;

        padding-right: 0px;

        padding-left: 0px;

    padding-left: 38px;

    padding-right: 38px;



}

.services-block-two .inner-box .image .overlay-box .overlay-inner .content {

    position: relative;

    display: table-cell;

    vertical-align: middle;

}

.services-block-two .inner-box .icon-box {

    position: relative;

    font-size: 56px;

    color: #adadad; 

    line-height: 1em;

    margin-bottom:0px;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    transition: all 300ms ease;

}

.services-block-two .inner-box .icon-box {

    font-size: 56px;

    color: #adadad;

    line-height: 1em;

}

.services-block-two .inner-box .title {

    position: relative;

    font-size: 14px;

    color: #aaaaaa;

    margin-bottom: 12px;

}

.services-block-two .inner-box h2 {

    position: relative;

    font-size: 18px;

    font-weight: 600;

    line-height: 1.7em;

    margin-bottom: 12px;

}

.services-block-two .inner-box h2 a {

    position: relative;

    color:#ca876c;

    -webkit-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    transition: all 300ms ease;

}

.services-block-two .inner-box .text {

    position: relative;

    color: #555555;

    font-size: 14px;

    line-height: 1.9em;

}

.services-block-two .inner-box .text a {

    font-weight: 500;

    color:#1f7b93;

    margin-left: 5px;

}

.services-block-two .inner-box:hover .image .overlay-box {

    opacity: 1;

    -webkit-transform: translate(0%,0%);

    -ms-transform: translate(0%,0%);

    -o-transform: translate(0%,0%);

    -moz-transform: translate(0%,0%);

    transform: translate(0%,0%);

}

/*.services-block-two .inner-box h2 a:hover {

    color:#1f7b93;

}*/

.services-block-two {

    padding: 0px 8px;

    margin-bottom: 16px;

}

.icon-box img {

    width: 64px !important;  height: auto !important;

}

.accordian_faq_cont a.accordion-section-title:hover {

   background: transparent !important;

    background-image: -moz-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

    background-image: -webkit-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

    background-image: -ms-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

}

.accordian_faq_cont a.accordion-section-title.active {

   /* background: #FFCC33; */

    background-image: -moz-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

    background-image: -webkit-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

    background-image: -ms-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

}

.accordian_faq_cont a.accordion-section-title:hover {

    background:initial;

}

.accordian_faq_cont a.accordion-section-title.active {

    background:initial !important;

    background-image: -moz-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

    background-image: -webkit-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

    background-image: -ms-linear-gradient( 170deg, rgb(251,199,175) 0%, rgb(255,231,183) 99%) !important;

}

.faq-outer {

    width: 100%;

    float: left;

}

.accordion {

    background: #f6f6f6;

    padding: 60px 60px 40px;

}

.accordian_faq_cont a.accordion-section-title::before {

    content: "\f3d0";

    cursor: pointer;

    display: block;

    font-size: 25px;

    line-height: 38px;

    padding: 3px 6px 2px;

    position: absolute;

    right: 20px;

    top: 50%;

    font-family: ionicons;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

}

.accordian_faq_cont a.accordion-section-title.active::before {

    content: "\f3d8";

}

.accordion-section-content {

    padding: 0 30px 20px;

    display: none;

}



.accordian_faq_cont a.accordion-section-title

{

    margin-bottom: 20px;

    background: #ffffff none repeat scroll 0 0;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

    border-radius: 3px;

    color: #353535;

    cursor: pointer;

    display: block;

    font-weight: 600;

    line-height: normal;   

    padding: 20px 30px;

    position: relative;

    text-transform: uppercase;

    transition:0.4s ease;

    -webkit-transition:0.4s ease;

}



.accordian_faq_cont a.accordion-section-title.active {

    background: #FFCC33;

}

.accordian_faq_cont a.accordion-section-title:hover {

    background: #FFCC33 none repeat scroll 0 0;

}

.accordian_faq_cont p {

    font-size: 16px;

    line-height: 28px;

    font-weight: 400;

    text-align: justify;

}

 /*about_inner */

 .about_mindy_mchugh .about-content {

    padding: 0;

    width: 50%;

    margin-top: 0;

}

.about_mindy_mchugh .about-img-outer {

    margin-left: 0;

    width: 50%;

    position: relative;

}

.about_mindy_mchugh .about-content p {

    padding-right:30px;

}

.about_mindy_mchugh .about-heading h2 {

    text-align: center;

    margin-top: 0;

}

.about_mindy_mchugh .about-heading h2:before {

    top: 20px;

    left: 0;

}

.about_mindy_mchugh .about-content p b {

    font-weight: 600;

}

.about_mindy_mchugh .about-img-two {

    width: 75%;

    position: absolute;

    top: 0;

    right: 0;

    webkit-box-shadow: 0 30px 100px rgba(0, 0, 0, 0.1);

    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.1);

}

.about_mindy_mchugh .about-img-one {

    width: 60%;

    position: absolute;

    top:40px;

    left: 0;

    z-index: 999;

    webkit-box-shadow: 0 30px 100px rgba(0, 0, 0, 0.1);

    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.1);

}

.about_mindy_mchugh .about-img-two img {

    border-radius: initial;

}

.about_mindy_mchugh .about-img-one img {

    border-radius: initial;

}

.form-req-btn {

    padding: 12px 75px 12px 30px;

    background: #000;

    color: #fff;

    background-repeat: no-repeat;

    background-position: 80px center;

    background-image: url(../images/send_button_icon.png);

    border-radius: 0;

    transition: 0.3s ease;

}

.form-req-btn:hover {

    color: #ffe7b7;

}

.form-req-btn:focus {

    outline: none;

    color: #fff;

}

.about-sub-content {

    width: 100%;

    float: left;

    padding-top:115px;

}



/* testi_monial */

.testimonial-outer.grid {

    background: #fff;

    padding: 0;

}

.testimonial-outer.grid .grid-item {

    width: 33.33%;

    float: left;

    padding: 0 20px;

    margin-bottom: 40px;

    list-style: none;

}

.testimonial-outer.grid .grid-item {

    list-style: none;

}

.testi-outer .testimonial-img-outer {

    float: left;

    width: 100%;

}

.testimonial_cnt_sec {

    padding: 30px;

    float: left;

    width: 100%;

    border: 3px solid #ca876c;

}

.quote-img {

    max-width: 100%;

}

.quote-img {

    width: 10%;

    margin: 11px auto 18px;

    display: table;

}

.testimonial-text p {

    color: #000;

    text-align: justify;

}   

p:not(.has-background):last-of-type {

    padding-bottom: 0;

}

.testimonial-name-outer {

    float: left;

    width: 100%;

    margin-top: 30px;

    position: relative;

    display: flex;

    align-items: flex-end;

}

.testimonial_img_sec {

    float: left;

}

.testimonial_img_sec span {

    float: left;

    width: 100%;

    background-size: 100%;

    height: 80px;

    width: 80px;

}

.testimonial-name {

    float: left;

    width: 70%;

}

.testimonial-name span {

    color: #1f7b93;

    float: left;

    width: 100%;

    line-height: 26px;

    font-weight: 700;

    padding-left: 10px;

    font-size: 17px;

}   

.image h1 {

    position: absolute;

    top: 50%;

    left: 50%;

    color: #fff;

    font-size: 30px;

    transform: translate(-50%, -50%);

    text-align: center;

    width: 100%;

    z-index: 999;

    padding-left: 15px;

    padding-right: 15px;

}

.inner-box:before {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    content: "";

    z-index: 999;

    background-color: rgba(31,123,147,0.50);

}

.inner-box:hover h1 {

    opacity: 0;

}

.inner-box:hover::before {

    opacity: 0;

}

.services-block-inner {

    width: 100%;

    float: left;

    -moz-box-pack: center;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    margin: 0 auto;

}

.about-sub-content a {

    color: #1f7b93;

}

.readmore-button a:hover {

    color: #ca876c;

}

header.sticky {

    z-index: 9999;

    position: fixed;

    top: 0;

    width: 100%;

    background: #000;

    animation-duration: 500ms;

    animation-iteration-count: 1;

    animation-name: fadeInDown;

    animation-timing-function: linear;

    opacity: 1;

    visibility: visible;

    left: 0;

    transition: all 500ms ease 0s;

    -webkit-transition: all 500ms ease 0s;

    box-shadow: 0 0 10px 0 #777;

    margin-top: 0;

    padding: 5px 0 0 0px;

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

}

header.sticky .header-logo-outer {

    width: 400px;

}

nav .nav-item:hover .sub-menu .sub-menu {

    display: none;

    left: 250px;

    top: 8px;

}

nav .nav-item .sub-menu li:hover .sub-menu {

    display: block;

}



/* table */

.data-table-structure {

    width: 100%;

    float: left;

    margin-top: 50px;

}

.data-table-structure tr td p {

    font-size: 14px;

    text-transform: capitalize;

}

.data-table-structure tr td p b {

    color: #000;

    font-weight: 500;

    text-transform: capitalize;font-size: 17px;

}

.data-table-structure tr th h3 {

    font-size: 16px;

    width: 100%;

    font-weight: 600;

    color: #fff;

}

table.dataTable thead .sorting::after {

    content: none !important;

}

table.dataTable thead .sorting_asc::after {

    content: none !important;

}

td {

    text-transform: capitalize;

}



.service_list_desc {

    font-size: 15px;

    line-height: 30px !important;

}

.table-single-outer-img img {

    width: 100px;

    position: relative;

    top: 50%;

    left: 50%;

    transform: translate(-50%);

}



.sorting_asc {

    width: 70px !important;

}

.data-table-structure .explore-button {

    text-align: center;

    margin-top: 30px;

}

.about-relationship-theraphy {

    width: 100%;

    float: left;

}

.about-relationship-theraphy h3 {

    color: #ca876c;

}

.about-client-privacy {

    width: 100%;

    float: left;

}

.common-inner p b {

    color: #1f7b93;

}

.about-client-privacy h3 {

    color: #ca876c;

}

.common-inner ul li b {

     color: #ca876c;

}

.about-book-store {

    width: 100%;

    float: left;

}

.about-book-store p a {

    color: #1f7b93;

    font-size: 20px;

    transition: 0.3s ease;

}

.error-page .head-title h1 {

    font-size: 150px;

}

.error-page .head-title h1 span {

    color: #1f7b93;

}

.error-page p {

    font-size: 16px;

    margin: 20px 0;

        margin-bottom: 20px;

    margin-bottom: 50px;

}

.error-page .abt-btn {

    color: #1f7b93;

    font-size: 14px;

    font-weight: 600;

    font-family: "poppins";

    padding: 15px 40px 15px 35px;

    background: transparent;

    border: 3px solid;

    position: relative;

    transition: 0.5s ease;

}

.error-page {

    width: 100%;

    float: left;

    padding: 35px 0 70px;

}

.error-page .abt-btn:hover {

    background: #1f7b93;

    color: #fff;

    border-color: #1f7b93;

}

.table-img-heading {

    width: 100px !important;

}

.data-table-structure .explore-button a {

    color: #fff;

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

}

.data-table-structure .explore-button a:hover {

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    color: #fff;

}

.data-table-structure tr:first-child {

    background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

}



.home_slider_border_line .fb_slider:nth-child(2n) {

    position: absolute;

    bottom: -133px;

    left: -8px;

}

.singleservice-outer .common-inner ul li:before {

    content: none;

}





/* EDGE and iE */

_:-ms-lang(x),

.data-table-structure tr:first-child {

    background: #ca876c;

}



nav .nav-list .nav-item:last-child ul {

    width:150px;

}



.privacypolicy-template h1 {

    color: #ca876c;

}





/* newsarticle_inner */

.thsn-blogbox-style-1 {

    margin-bottom:50px;

}

.thsn-blogbox-style-1 .thsn-featured-container {

    position: relative;

    margin-left: 25px;

    margin-top: 25px;

}

.thsn-meta-date {

    background-image: linear-gradient(to right,#fea060,#fb6f62);

    background-image: -webkit-linear-gradient(to right,#fea060,#fb6f62);

    background-image: -ms-linear-gradient(to right,#fea060,#fb6f62); 

    background-image: -moz-linear-gradient(to right,#fea060,#fb6f62);



}

.thsn-blogbox-style-1 .thsn-meta-date {

    padding: 10px 20px;

    color: #fff;

    position: absolute;

    font-size: 12px;

    text-align: center;

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: 1px;

    position: absolute;

    top: -25px;

    left: -25px;

}

.thsn-blogbox-style-1 .thsn-meta-date span {

    font-size: 28px;

    line-height: 30px;

    display: block;

    letter-spacing: 0;

}

.thsn-blogbox-style-1 .themesion-box-content {

    padding-top: 20px;

}

.thsn-blogbox-style-1 .thsn-meta-container {

    margin-bottom: 10px;

    font-size: 16px;

}

.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line:first-child {

    margin-left: 0;

}

.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line {

    display: inline-block;

    margin-left: 10px;

    position: relative;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

    color: #a0a9b6;

    letter-spacing: 1px;

}

.thsn-meta-container .thsn-meta-line {

    color: #abacaf;

}

.thsn-blogbox-style-1 .thsn-meta-category {

    color: #666;

    text-transform: uppercase;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

    position: relative;

    padding-left: 50px;

}

.thsn-blogbox-style-1 .thsn-meta-category a {

    color: #666;

}

.thsn-blogbox-style-1 .thsn-meta-category::after {

    position: absolute;

    content: '';

    left: 0;

    top: 10px;

    width: 30px;

    height: 1px;

    background-image: linear-gradient(to right,#fea060,#fb6f62);

    background-image: -webkit-linear-gradient(to right,#fea060,#fb6f62);

    background-image: -ms-linear-gradient(to right,#fea060,#fb6f62);

    background-image: -moz-linear-gradient(to right,#fea060,#fb6f62);

}

.thsn-blogbox-style-1 .thsn-meta-category {

    color: #666;

    text-transform: uppercase;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

}

.thsn-blogbox-style-1 .themesion-box-content .thsn-post-title {

    font-size: 24px;

    line-height: 32px;

    margin-left: 25px;

    font-weight: 700;

    height: 80px;

}

.themesion-ele-blog .thsn-post-title {

    margin-bottom: 10px;

}

.thsn-blogbox-style-1 .themesion-box-desc {

    margin-top: 10px;

    margin-left: 25px;

}

.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3 {

    background-color: transparent !important;

    color:#fb6f62;

    padding: 0;

    font-weight: 700;

    font-size: 12px;

    letter-spacing: 1px;

    transition: 0.3s ease;

}

.vc_general.vc_btn3 {

    font-family: Montserrat,sans-serif;

    font-size: 13px;

    line-height: 24px;

    letter-spacing: 2px;

    text-transform: uppercase;

    font-weight: 500;

    font-style: normal;

}

.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3::after {

    font-family: fontawesome;

    content: "\f178";

    font-size: 15px;

    margin-left: 10px;

}

h3.thsn-post-title a {

    color: #323232;

    text-transform: uppercase;   

}

.news-articles-outer img {

    object-fit: cover;

} 



/* side bar */

#sidebar {

    width: 100%;

    float: left;

    padding-top: 25px;   

}

label.screen-reader-text {

    border-bottom: 1px solid rgba(255,255,255,.2);

    margin-bottom: 35px;

    position: relative;

    padding-bottom: 15px;

    position: relative;

    font-family: Montserrat,sans-serif;

    font-size: 22px;

    line-height: 24px;

    letter-spacing: 0;

    color: #fff;

    text-transform: none;

    font-weight: 700;

    font-style: normal;

    width: 100%;

    text-transform: capitalize;

}

label.screen-reader-text:after {

    display: block;

    height: 3px;

    margin-top: 0;

    margin-bottom: -2px;

    content: '';

    position: absolute;

    bottom: 0;

    left: 1px;

    width: 30px;

    background-image: linear-gradient(to right,#fea060,#fb6f62);

    background-image: -webkit-linear-gradient(to right,#fea060,#fb6f62);   

    background-image: -ms-linear-gradient(to right,#fea060,#fb6f62);

    background-image: -moz-linear-gradient(to right,#fea060,#fb6f62);   

}

#search-2 {

    padding: 40px 30px;

    margin-bottom: 30px;

    background-color: #323232;

}

.searchform {

    position: relative;

}

#search-2 {

    padding: 40px 30px;

    margin-bottom: 30px;

    background-color: #323232;

}

#sidebar input[type="submit"]  {

    border-radius: 0;

    color: #fff;

    height: 40px;

    padding: 7px 10px;

    background-image: linear-gradient(to right,#fea060,#fb6f62);

    background-image: -webkit-linear-gradient(to right,#fea060,#fb6f62);

background-image: -ms-linear-gradient(to right,#fea060,#fb6f62);

background-image: -moz-linear-gradient(to right,#fea060,#fb6f62);

    border: none;

}

#sidebar input[type="text"] {

    background: rgba(0,0,0,.2);

    color: #fff;

    height: 40px;

    padding-left: 5px;

    border-color: #fb6f62;

    width: 70%;

    margin-right: 8px;

    float: left;

    border: 1px solid #fff;    

}



.widget_categories {

    padding: 40px 30px;

    margin-bottom: 30px;

    background-color: #f8f8f8;

}

#sidebar h2.widget-title {

    margin-bottom: 35px;

    position: relative;

    padding-bottom: 15px;

    border-bottom: 1px solid rgba(0,0,0,.09);

    position: relative;

    font-family: Montserrat,sans-serif;

    font-size: 22px;

    line-height: 24px;

    letter-spacing: 0;

    color: #222;

    text-transform: none;

    font-weight: 700;

    font-style: normal;

}

#sidebar h2.widget-title:after {

    display: block;

    height: 3px;

    margin-top: 0;

    margin-bottom: -2px;

    content: '';

    position: absolute;

    bottom: 0;

    left: 1px;

    width: 30px;

    background-color: #18c471;

}

.widget_categories {

    padding: 40px 30px;

    margin-bottom: 30px;

    background-color: #f8f8f8;

}

#sidebar h2.widget-title {

    margin-bottom: 35px;

    position: relative;

    padding-bottom: 15px;

    border-bottom: 1px solid rgba(0,0,0,.09);

    position: relative;

    font-family: Montserrat,sans-serif;

    font-size: 22px;

    line-height: 24px;

    letter-spacing: 0;

    color: #222;

    text-transform: none;

    font-weight: 700;

    font-style: normal;

}

#sidebar h2.widget-title:after {

    display: block;

    height: 3px;

    margin-top: 0;

    margin-bottom: -2px;

    content: '';

    position: absolute;

    bottom: 0;

    left: 1px;

    width: 30px;

    background-image: linear-gradient(to right,#fea060,#fb6f62);

    background-image: -webkit-linear-gradient(to right,#fea060,#fb6f62);

background-image: -ms-linear-gradient(to right,#fea060,#fb6f62);

background-image: -moz-linear-gradient(to right,#fea060,#fb6f62);



}

.widget_categories ul {

    margin: 0;

    padding: 0;

}

.widget_categories ul li {

    padding-bottom: 0;

    position: relative;

    margin: 15px 0;

    padding: 0;

    list-style-type: none;

}

.widget_categories ul li a {

    position: relative;

    padding-left: 20px;

    font-size: 14px;

    font-weight: 600;

    color: #323232;

    transition: 0.3s ease;

}

.widget_categories ul li a:before {

    position: absolute;

    content: "\f115";

    left: 0;

    font-size: 14px;

    top: 2px;

    line-height: normal;

    color: inherit;

    font-family: fontawesome;

}

#archives-2 {

    padding: 40px 30px;

    margin-bottom: 30px;

    background-color: #f8f8f8;

}

.widget_archive ul {

    margin: 0;

    padding: 0;

}

.widget_archive ul li {

    padding-bottom: 0;

    position: relative;

    margin: 15px 0;

    padding: 0;

    list-style-type: none;

}

.widget_archive ul li a {

    position: relative;

    padding-left: 20px;

    font-size: 14px;

    font-weight: 600;

    color: #323232;

    transition: 0.3s ease;

    text-transform: capitalize;    

}

.widget_archive ul li a:before {

    position: absolute;

    content: "\f115";

    left: 0;

    font-size: 14px;

    top: 2px;

    line-height: normal;

    color: inherit;

    font-family: fontawesome;

}

.widget_archive ul li a:hover {

    color: #fb6f62;

}

.widget_categories ul li a:hover {

    color: #fb6f62;

}





/* contact_Us */

.contactsus-outer {

    width: 100%;

    float: left;

}







/* pdf */

.document-list {

    width: 100%;

    float: left;

}

 .document-list i {

    font-size: 45px;

    padding: 50px;

    color: #000;   

}



.document-list p {

    margin: 0;

}

.border-pdf-content {

    border: 1px solid #e9ecef;

}

.document-list p a {

    color: #fff;

    padding: 25px;

    width: 100%;

    float: left;

    background-image: linear-gradient(to right,#fea060,#fb6f62);

    background-image: -webkit-linear-gradient(to right,#fea060,#fb6f62);

background-image: -ms-linear-gradient(to right,#fea060,#fb6f62);

background-image: -moz-linear-gradient(to right,#fea060,#fb6f62);

    transition: 0.3s ease;

    text-transform: capitalize;

    text-align: left;



}

.document-list h3 {

    color: #1f7b93;

    font-weight: 600;

}



 



/* contact_us */



.cbr-quick-contact.style-1 .quick-contact-heading span {

    display: inline-block;

    font-size: 30px;

    color: #ff866b;

    vertical-align: middle;

    position: absolute;

    left: 150px;

    top: 25px;

}



.cbr-quick-contact.style-1 .contact-info {

    list-style: none;

}

.cbr-quick-contact.style-1 .contact-info .text-wrap {

    padding: 25px 150px;

    text-align: left;

    padding-right: 50px;

    padding-bottom: 10px;

}

.cbr-quick-contact.style-1 .contact-info .heading {

    font-family: "Poppins";

    font-size: 14px;

    color: #959595;

    font-weight: 400;

    margin: 0;

}

.cbr-quick-contact.style-1  p:last-child {

    margin-bottom: 0;

}





.cbr-quick-contact.style-1 .contact-info {

    list-style: none;

    margin-bottom: 0;

}



.cbr-quick-contact.style-1 .contact-info .heading {



    font-family: "Poppins";

    font-size: 14px;

    color: #959595;

    font-weight: 400;

    margin: 0;



}

.cbr-quick-contact.style-1 .quick-contact-heading {

    text-align: left;

    position: relative;

}



.cbr-quick-contact.style-1 .quick-contact-heading .heading {

    font-size: 20px;

    color: #005b7f;

    position: relative;

    padding-left: 50px;

    margin-bottom: 0;

    display: inline-block;

    vertical-align: middle;

    margin-top: 30px;

    padding-right: 0;

}

.cbr-quick-contact.style-1 .contact-info .heading {



    font-family: "Poppins";

    font-size: 14px;

    color: #959595;

    font-weight: 400;

    margin: 0;

}

.contactsus-outer ul {

    padding: 0;

    margin: 0 0 15px;

}

.contactsus-outer ul li {

    list-style-type: none;

}

p.desc {

    margin-bottom: 0;

    color: #000;

}

p.desc a {

    color: #000;

}

.top-contact-list {

    padding-bottom: 60px;

}





/* contact form */





.bg-light {

    padding: 32px 35px;

    padding-top: 40px;

    width: 100%;

    float: left;   

}



ul.contact-us-form-address {

    width: 100%;

    float: left;

    margin-bottom: 0;

}

.contact-us-form-address li {

    width: 48%;

    float: left;

    padding-bottom: 25px;

}

.contact-us-form-address label {

    color:#005b7f;

    font-size: 15px;

    margin-bottom: 10px;

    margin-top: 10px;

}

.contact-us-form-address li input {

    width: 100%;

    padding: 7px 15px;

    border: 1px solid #777;

}

.contact-us-form-address li:nth-child(2n) {

    float: right;

    clear: right;

}

.cbr-headings h2 {

    color: #000;

    font-size: 35px;

    font-weight: 600;

    text-align: center;

    background: url(../images/image_2019_10_22T08_19_06_872Z.png)no-repeat;

    padding-bottom: 50px;

}

.contact-us-form-address li.contact-service {

    width: 100%;

}

.contact-us-form-address li select {

    width: 100%;

    float: left;

    padding: 16px 15px;

    background-color: #fff;

    color: #646464;

    border: 1px solid #777777;        

}

.con-btn-switch {

    padding: 12px 75px 12px 30px;

    background: #000;

    background-position-x: 0%;

    background-position-y: 0%;

    background-repeat: repeat;

    background-image: none;

    color: #fff;

    background-repeat: no-repeat;

    background-position: 80px center;

    background-image: url(../images/send_button_icon.png);

    border-radius: 0;

    transition: 0.3s ease;

    margin-top: 21px;

}

.contact-us-form-address li.contact-submit {

    float: none;

    clear: initial;

    width: 100%;

    text-align: center;

}

.contact-sec-left {

    padding: 20px;

}

.contact-sec-right {

    padding-left: 0;

}

.con-btn-switch:hover {

    color: #fff;

}

.con-btn-switch:focus {

    outline: none;

}

.contact-left-outer-sec {

    width: 100%;

    float: left;

}

.contact-left-outer-sec {

    width: 100%;

    float: left;

    background: rgb( 252, 227, 187 );

    z-index: 999;

    position: relative;

    padding-bottom: 45px;

}



.contact-sec-left:before {

    position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,0.50);

}

.contact-us-form-address input::placeholder {

    font-size: 14px;

    font-weight: 500;

}

.contact-us-form-address input:-ms-input-placeholder {

    font-size: 14px;

    font-weight: 500;

}.contact-us-form-address input::-ms-input-placeholder {

    font-size: 14px;

    font-weight: 500;

}.contact-us-form-address input::-webkit-input-placeholder {

    font-size: 14px;

    font-weight: 500;

}

.services-form select {

    background: transparent;

    border: none;

    border-bottom: 1px solid #fff;

    padding-bottom: 20px;

    color: #fff;

    opacity: 0.9;

    text-indent: 55px;

    font-size: 15px;

    font-weight: 300;

    font-family: 'Montserrat', sans-serif;

    width: 100%;

    background: url(../images/arrow-down-sign-to-navigate.png) no-repeat;

    -webkit-appearance: none;

    background-position: right 5px;

}

.contact-location-icon-outer {

    position: relative;

    left: 20px;

    top: 40px;

    /* background: #000; */

    height: 100px;

    width: 100px;

    border-radius: 50%;

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    float: left;

}

.contact-location-icon-outer img {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 50px;   

}



/*.cbr-quick-contact.style-1:first-child .quick-contact-heading .heading {

    padding-right: 100px;

}*/

.contact-phone-icon-outer {

    position: relative;

    left: 20px;

    top: 30px;

    /* background: #000; */

    height: 100px;

    width: 100px;

    border-radius: 50%;

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    float: left;

}

.contact-phone-icon-outer img {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 50px;

}

.contact-apointment-icon-outer {

    position: relative;

    left: 20px;

    top: 30px;

    /* background: #000; */

    height: 100px;

    width: 100px;

    border-radius: 50%;

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    float: left;

}

.contact-apointment-icon-outer img {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 50px;

}





/* newsletter */

ul.newsletter-inner-outer li {

    list-style-type: none;

    width: 350px;

    float: left;

    margin-bottom: 50px;

}

.Newsletter-outer #sidebar {

    padding-top: 0;

}

select option {

    color: #000;

}





/* blog_single */

.inner-single-page {

    width: 100%;

    float: left;

}

.single-blog-content p {

    word-spacing: 2px;

}

.item-meta {

    border: none;

    padding: 10px 0 0 0;

    margin: 0;

}

.item-meta {

    padding-bottom: 40px;

    color: #758ca0;

    transition: all 300ms linear 0ms;

    border-top: none;

    padding: 15px 26px;

    margin-bottom: 25px;

}

.item-meta {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin: 0 0 9px;

}

.item-meta li {

    margin: 5px 0;

}

.item-author {

    margin: 5px 0;

    padding: 0;

    float: left;

}

.item-meta li {

    position: relative;

    display: inline-block;

}

.item-meta li i {

    margin-right: 10px;

    font-size: 20px;

    color:#1f7b93;

}

.item-meta {

    color: #758ca0;

}

.item-meta {

    color: #758ca0;

    padding-left: 0;

}

.item-author a {

    color: #758ca0;

    text-transform: capitalize;

}

.item-meta li {

    margin: 5px 0;

    font-size: 18px !important;

}

.item-date {

    padding: 0 10px;

}

.inner-single-page .single-blog-content h2 {

    font-size: 30px;

    color: #014c8f;

    letter-spacing: -0.02em;

    font-weight: 600;

}

.item-author a:hover {

    color: #014c8f;

}

.item-author a {

    color: #758ca0;

    text-transform: capitalize;

    transition: 0.3s ease;

}

.blog-date-outer img {

    height: 500px;

    /* width: 750px; */

    object-fit: cover;

}

.blog-single {

    width: 100%;

    float: left;

}

.blog-single #sidebar {

    padding-top: 0;

}



/* sigle_blog_form */

.postcomments {

    width: 100%;

    float: left;

}

.postcomments h3 {

    color:#000;

    font-weight: 600;

}

#respond strong {

    display: none;

}

.postcomments strong {

    color: #646464;

    float: left;

    font-size: 16px;

    margin: 0 0 15px;

    width: 100%;

    font-weight: 400;

}

label small {

    color: #4a4a4a;

    font-size: 12px;

}

label.error {

    color: red;

   /* border: 1px solid #ccc; */

    font-size: 12px;

    margin-left: 5px;

}

#respond textarea {

    width: 100%;

    height: 150px;

    resize: none;

    border: 1px solid #ccc;

    box-shadow: none;

    padding: 7px 15px;

    background: #fbfbfb;

}

#respond input[type="submit"] {

    padding: 12px 75px 12px 30px;

    background: #000;

    color: #fff;

    background-repeat: no-repeat;

    background-position: 190px center;

    background-image: url(../images/send_button_icon.png);

    border-radius: 0;

    transition: 0.3s ease;

}

#respond input {

    border: 1px solid #ccc;

    box-shadow: none;

    padding: 7px 15px;

    background: #fbfbfb;

    margin: 5px 10px 5px 0;

        margin-top: 5px;

}

.document-list p a:hover {

    background-image: linear-gradient(to right,#fb6f62,#fea060);

    background-image:-webkit-linear-gradient(to right,#fb6f62,#fea060);

    background-image:-ms-linear-gradient(to right,#fb6f62,#fea060);

    background-image:-moz-linear-gradient(to right,#fb6f62,#fea060);

}

#respond input[type="submit"]:hover {

    color: #fde5bd;

}

.postcomments strong {

    color: #646464;

    float: left;

    font-size: 16px;

    margin: 0 0 15px;

    width: 100%;

    font-weight: 400;

} 

.postcomments .commentlist {

    float: left;

    padding: 0;

    width: 100%;

}

.postcomments .commentlist li {

    float: left;

    list-style-type: none;

    margin-bottom: 10px;

    width: 100%;

}

.common-inner ol li {

    font-size: 16px;

    color: #646464;

}

.comment-body {

    background-color: #fbfbfb;

    border: 1px solid #eaeaea;

    float: left;

    padding: 25px;

    width: 100%;

    border-radius: 5px;

}

.postcomments .comment-author.vcard {

    float: left;

    margin-right: 20px;

}

.postcomments .commentlist li {

    list-style-type: none;

}

.comment-author img {

    margin-right: 5px;

}

cite {

    color: #333;

    font-weight: 600;

}

cite a.url {

    color: #333;

    font-weight: 600;

}

.commentlist .comment-body p {

    display: table;

    line-height: 25px;

    font-size: 16px;

    color: #000;

}

.commentlist .reply a {

    float: right;

    -webkit-transition: all 0.3s ease 0s;

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border: 2px solid;

    color: #000;

    font-family: "poppins";

    font-size: 14px;

    font-weight: 600;

    padding: 7px 17px;

    position: relative;

    transition: all 0.5s ease 0s;

    transition: 0.3s ease;

}



/* project_gallery */

.recent-project-inner a h3 {

    position: absolute;

    top: 50%;

    margin: 0;

    width: 100%;

    font-size: 40px;

    text-align: center;

    transform: translateY(-50%);

    padding: 0 15px;

    opacity: 0;

    transition: 0.3s ease;

    -webkit-transition: 0.3s ease;

}

.recent-project-inner {

    float: left;

    position: relative;

}

.recent-project-inner {

    margin: 25px 0px;

}

.recent-project-inner a {

    float: left;

    width: 100%;

    position: relative;

}

.recent-project-inner a {

    color: #fff;

}

.recent-project-inner a::before {

    position: absolute;

    content: "";

    height: 100%;

    width: 100%;

    /* background: #b9ff01; */

    opacity: 0;

    transform: scale(0);

    -webkit-transform: scale(0);

    transition: 0.3s ease;

    -webkit-transition: 0.3s ease;

    background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

} 

.recent-project-inner img {

    max-width: 100%;

    width: 100%;

    object-fit: cover;

    height: 450px;

}

.recent-project-inner a:hover::before {

    opacity: 0.7;

    transform: scale(1);

    -webkit-transform: scale(1);

}

.recent-project-inner a {

    color: #fff;

}

.recent-project-inner a:hover h3 {

    opacity: 1;

}

.Photo-Gallery-outer {

    width: 100%;

    float: left;

}

.singlephotogallery-outer {

    width: 100%;

    float: left;

}

.project-outer {

    width: 100%;

    float: left;

}

.demo-gallery {

    float: left;

    width: 100%;

    position: relative;

}

.outer-wrapper ul {

    list-style: disc;

}

.demo-gallery .owl-stage-outer {

    padding: 0px 0px 40px;

}

.demo-gallery .owl-prev {

    border: 2px solid #1f7b93!important;

    border-radius: 50%;

    width: 65px !important;

    height: 65px;

    color: #bfbfbf !important;

    text-align: center;

    transition: 0.3s ease;

    position: absolute;

    top: 40%;

    left:-80px;

    transform: translateY(-50%);

}

.demo-gallery .owl-prev span {

    font-size: 40px;

    padding: 0px 0px 0px 0px;

    color: #1f7b93 !important;



}

.demo-gallery .owl-next {

    border: 2px solid #1f7b93 !important;

    border-radius: 50%;

    width: 65px !important;

    height: 65px;

    margin-left: 15px;

    color: #bfbfbf !important;

    text-align: center;

    transition: 0.3s ease;

    position: absolute;

    top: 40%;

    right: -80px;

    transform: translateY(-50%);

}

.demo-gallery .owl-next span {



    font-size: 40px;

    color:#1f7b93; 



}

.owl-carousel .owl-item img {



    display: block;

    width: 100%;



}

.project-post-image.image_hover img {



    height: 250px;

    object-fit: cover;



}

.project-photos {



    float: left;

    width: 100%;

    position: relative;

    padding-top: 25px;



}

.demo-gallery .owl-next:hover span {

    color: #000;

}

.demo-gallery .owl-prev:hover {

    border: 2px solid #000 !important;

    background: #fff !important;

}

.demo-gallery .owl-prev:hover span {

    color: #000 !important;

}

.demo-gallery .owl-next:hover {

    border: 2px solid #000 !important;

    background: #fff !important;

}

.heading-left h3 {

    color: #1f7b93;

    font-size: 30px;

    font-weight: 600;

    text-transform: capitalize;

    margin-top: 0;

}

.about-book-store p a:hover {

    color: #ca876c;

}

section.newclient-us-outer {

    width: 100%;

    float: left;

}  

section.newclient-us-outer .explore-button {

    margin-top: 20px;

    margin-bottom: 20px;

}

.service_list_desc a.link-updated-btn {

    color: #1f7b93;

}



section.newclient-us-outer .explore-button a {

    padding: 10px 32px;

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    transition: 0.3s ease;

    background-image: -moz-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

    background-image: -ms-linear-gradient( -180deg, rgb(202,135,108) 0%, rgb(247,198,158) 100%);

}

.request_consultation-outer li.services-form:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 100px;

    width: 100px;

    background: url(../images/services-form.png)no-repeat;

}

.request_consultation-outer li.services-form {

    position: relative;

}



@-moz-document url-prefix() {

  .services-form select {

    text-indent: 25px;

}

} 



.sitemap-outer {

    width: 100%;

    float: left;

}

.sitemap-outer .sub-menu li {

    list-style-type: circle !important;

}

table.dataTable > tbody > tr.child ul.dtr-details > li {

    list-style-type: none;

}



th.imago-name-content {

    width: 300px !important;

}

.single-bookstores .sub-banner-title-inner {

    bottom: 90px;

}

.sitemap-outer ul li a {

    text-transform: capitalize;

}

.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3:hover {

    color: #000;

} 





/* EDGE and iE */

_:-ms-lang(x),

.services-common:hover img {

    border-bottom-right-radius: 0px;

    border-bottom-left-radius: 0px;

}



/* EDGE and iE */

_:-ms-lang(x),

.services-form select {

    padding-left: 50px;

}



/* EDGE and iE */

_:-ms-lang(x),

.about_mindy_mchugh .about-img-one img {

    border-radius: 0;

}

.about_mindy_mchugh .about-img-two img {

    border-radius: 0;

}





.third-party-link a {

    color: #ca876c;

}







.yrc-brand {

    background-image: none !important;

    background-color:#3C8994 !important;

}



.yrc-name {



    top: 15px !important;

}

header.sticky .header-logo {

    width: 300px;

}





.explore-button { cursor: pointer;}



.store-template .explore-button a { color:#fff; background-image: -moz-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -webkit-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%);

    background-image: -ms-linear-gradient( 89deg, rgb(31,123,147) 0%, rgb(84,148,148) 98%); }



/*Popup css*/    

/*

.pop-win-up{

    z-index: 9999;

    top:50%;

    transform:translateY(-50%);

    -webkit-transform:translateY(-50%);overflow: hidden;

}

*/





.modal.fade.pop-win-up .modal-dialog {

    -webkit-transform: translate(-50%, -50%);

    top: 50%;

    transform: translate(-50%, -50%);

    position: absolute;

    left: 50%;

}







.model-style{

    float:left;

    padding-bottom:30px;

}

.model-style .contact-us-form-address{

    padding-left:0px;

}

.model-style h3{

    padding-left:5px;

}



/* Store Page*/



.store-template {

    float: left;

    width: 100%;

    overflow-x: hidden;

}





.store-outer {

    float: left;

    width: 100%;

}





.store-about-content {

    float: left;

    width: 100%;

    background-image: -moz-linear-gradient( -180deg,rgb(202,135,108) 0%,rgb(247,198,158) 100%);

    background-image: -webkit-linear-gradient( -180deg, rgb(202,135,108) 0%,rgb(247,198,158) 100%);

    position: relative;

    padding: 30px 0 60px;

}



.store-about-content h3 {

    font-weight: 700;

    color: #000;

    margin-bottom: 20px;

}





.store-about-content::before {

    content: "";

    left: -380px;

    top: 0px;

    position: absolute;

    height: 100%;

    width: 380px;

    background-color:rgb(247,198,158);

}

.store-about-content::after{

    content: "";

    right: -380px;

    top: 0px;

    position: absolute;

    height: 100%;

    width: 380px;

    background-color:rgb(202,135,108);

}



.main-store-hightlight {

   float: left;

   width: 100%;

   color:#000;

   font-size: 48px;

   font-weight: 700;

   margin-bottom: 50px;

   padding: 20px 200px;

}



.modal-content{

    border: 3px solid #000;

    border-radius: none;

}



.model-style{

   padding: 23px 0px;

}

.close{



    opacity: 1;

}



.close:hover{



    opacity: 1;

}



.modal-header .close {



    margin-top: -30px;

    margin-right: -3px;

    font-size: 18px; 



}



.model-style h3{



    text-align: center;

    font-weight: 700;

    margin: 0;

    font-size: 38px;

    color: #000;

}



.send-button {



    margin: 0 auto;

    display: table;

}



.store-about-content p {

    color:#000;

}



.store-outer ul {



    margin-bottom: 30px;

}



.pop-win-up .modal-body .contact-us-form-address li input {



    padding: 11px 20px;

    border: 1px solid #000;



}



.pop-win-up div.wpcf7-validation-errors{



  margin-top: 14px !important;

   border: 2px solid #ff0000;

}



.map-section-contact {



    float: left;

    width: 100%;



}



.bookstore .resource-main-sec ul li {

    list-style: none;

}

.bookstore .resource-main-sec ul {

    padding: 0;

    list-style: none;

}







.bookstore .book-inner-imagebox {text-align: center;}



.bookstore .book-inner-imagebox img {margin: 0 auto;height: 250px;}



.bookstore .book-inner-imagebox .book-box-content a {  color: black;}



.bookstore .book-inner-imagebox ul li:nth-child(3n+1) {  clear: left;}



.book-inner-service-content p {font-weight: 500;  text-transform: capitalize; font-size: 13px;line-height: normal;}



.bookstore .resource-main-sec ul li { margin: 0 0 30px;}



.bookstore ul.book-list-cat {

    list-style: none;

    float: none;

    padding: 0;

    margin: 0 auto 40px;

    display: table;

}



.bookstore ul.book-list-cat li {

    float: left;

    list-style: none;

    padding: 0 15px;

    font-size: 18px; cursor: pointer;    border-bottom: 2px solid #fff;

}



.book-inner-service-content {

    padding: 0 20px 40px;

}



.book-box-content .service-title {

    margin: 20px 0;

        line-height: 23px;

    font-size: 17px;

}



.bookstore ul.book-list-cat li.active {

    color: red;

    color: #ca876c;

    border-bottom: 2px solid #ca876c;

}



.about_mindy_mchugh .about-content ul {

    padding-left: 20px;

}

.portfolioContainer{

  border: 1px solid transparent;

  border-radius: 3px;

}

.portfolioContainer {
    margin-top: 120px;
}

.port_inner_image img {

  margin: 5px;

  max-width:100%;

}



.isotope-item {

  z-index: 2;

}



.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}



.isotope,

.isotope .isotope-item {

  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;

  -moz-transition-duration: 0.8s;

  transition-duration: 0.8s;

}



.isotope {

  -webkit-transition-property: height, width;

  -moz-transition-property: height, width;

  transition-property: height, width;

}



.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

  -moz-transition-property: -moz-transform, opacity;

  transition-property: transform, opacity;

}

.bookstore ul.book-list-cat li a.current {

    color: #ca876c;

    border-bottom: 2px solid #ca876c;

}

.bookstore ul.book-list-cat li {

    float: left;

    list-style: none;

    padding: 0 15px;

    font-size: 18px;

    cursor: pointer;

    border-bottom: 2px solid #fff;

}



.portfolioFilter {

  padding: 15px 0;

}

.portfolioFilter a {

  color: #333;

}

.port_inner_image{

    height:420px;

}

.sticky nav .nav-item a {

   padding: 23px 10px 27px 10px;

}



.readMore1 strong, .readMore2 strong, .readMore3 strong, .readMore4 strong, .readMore5 strong, .readMore6 strong   {

    font-weight: 400;

    cursor: pointer;

    color: #2a6496;

}



.readLess1, .readLess2, .readLess3, .readLess4, .readLess5, .readLess6, .readLess7 {

    cursor: pointer;

    font-weight: 400;

     color: #2a6496;

}

.Relationship-Tip-Videos-outer {



    float: left;

    width: 100%;

    position: relative;

    padding: 0 20px;

}

.single table strong div {

    cursor: pointer;

    font-weight: normal;

    font-size: 14px;

    margin-top: 10px;

    color: #1f7b93;

}



.cust-sep-tab-cont .prac_cont_area p {

    text-align: justify;

}



.readMore3, .readMore4, .readMore5, .readMore6, .readMore7, .readMore8

 { 

    cursor: pointer;

    color: #2a6496; } 

.Links-to-Imago-Colleagues-outer th {
width: 30% !important;
}