/*

Theme Name: William Firm pa
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    padding: 0px !important;        
    margin: 0px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 25px !important;
}
.btn a, .btn button {
    padding: 14px 35px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    font-family: 'Lato' !important;
    transition: .5s ease !important;
    font-weight: bold !important;
    background-image: none !important;
}
/*.btn a:hover, .btn button:hover {
  border: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
}*/
.btn-white a , .btn-white button{
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #57B1E3 !important;
}
.btn-white a:hover , .btn-white button:hover{
    background-color: #57B1E3 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.btn-blue a , .btn-blue button{
    background-color: #57B1E3 !important;
    border: 1px solid #57B1E3 !important;
    color: #ffffff !important;
}
.btn-blue a:hover , .btn-blue button:hover{
    background-color: #ffffff !important;
    border: 1px solid #57B1E3 !important;
    color: #57B1E3 !important;
}
header.masthead .x-nav-wrap.desktop ul .redbtn a span{
    margin: 0 !important;
}
header.masthead .x-navbar {
    padding: 10px 0 !important;
    box-shadow: none;
    border: none;
}
header.masthead .x-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.masthead .x-nav-wrap.desktop {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
header.masthead .x-nav-wrap.desktop ul {
    display: flex;
    align-items: center;
    float: none;
}
header.masthead .x-brand img {
    width: 250px;
}
header.masthead .x-nav-wrap.desktop ul li a {
    box-shadow: none !important;
}
header.masthead .x-nav-wrap.desktop ul li:first-child{
    position: relative;
}
header.masthead .x-nav-wrap.desktop ul li:first-child::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 2px;
    left: -350px;
    top: 10px;
    background: #57b1e3;
}
header.masthead .x-nav-wrap.desktop ul li.redbtn a {
    padding-right: 0 !important;
}
.redbtn a span, .bodyredbtn a, .bodyredbtn button {
    width: auto;
    height: auto;
    display: flex !important;
    align-items: center;
    background: #F44336 !important;
    justify-content: center !important;
    color: #ffffff !important;
    border: 1px solid #F44336 !important;
    padding: 14px 35px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    font-family: 'Lato' !important;
    transition: .5s ease !important;
    font-weight: bold !important;
    margin: 20px auto 0 auto !important;
}
.redbtn a span:hover , .bodyredbtn a:hover , .bodyredbtn button:hover{
    background: #ffffff !important;
    color: #F44336 !important;
}
.x-main.full .entry-wrap {
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.x-container.offset {
    margin: 0px auto;
}
.banner {
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.banner .vc_row {
    position: relative;
    z-index: 10;
}
.banner::after {
    content: '';
    position: absolute;
    right: 43%;
    top: 32%;
    width: 200px;
    height: 200px;
    background: rgba(87,177,227,0.9);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: background .5s, border .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s;
	transition: background .5s, border .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s;
	-o-transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
	transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
	transition: background .5s, border .5s, border-radius .5s, box-shadow .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s;
    animation: 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s infinite alternate none running scale;
}
@keyframes scale {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}
.banner .banner-left {
    background: rgba(87,177,227,0.9);
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 300px;
    padding-bottom: 200px;
}
.banner .banner-left::after {
    content: '';
    background: rgba(87,177,227,0.9);
    width: 3000px;
    left: -3000px;
    position: absolute;
    top: 0;
    height: 100%;
}
.banner .seprator-line {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    left: 40px;
}
.banner .banner-left p{
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;    
}
.banner .banner-left h1 {
    position: relative;
    left: 140px;
    width: 800px;
}
.sec-2 {
    padding-top: 80px!important;
    padding-bottom: 40px !important;
}
.sec-2 .Element-boxes {
    transition: .5s ease;
}
.sec-2::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 160px;
    background: white;
    left: 0;
    z-index: 1;
    transform: translate(0px, 0px);
}
.sec-2::before {
    content: '';
    position: absolute;
    top: 200px;
    width: 100%;
    height: 21px;
    background: #ffffff;
    left: 0;
    z-index: 1;
    transform: translate(0px, 0px);
}
.sec-2 .vc_row {
    position: relative;
    z-index: 10;
}
.sec-2 
/*.sec-2 .Element-boxes:hover {
    border-bottom: 2px solid #f44437;
}*/
.sec-2 .Element-boxes h3 {
    margin-bottom: 20px !important;
}
.sec-2 .Element-boxes .circle-icon {
    max-width: 150px;
    margin: 0 auto 20px auto;
    background: #ffffff;
    border: none;
    border-radius: 100%;
    box-shadow: 0px 7px 10px 0px rgba(189,189,189,0.2);
    transition: .5s ease;
    padding: 30px;
}
.sec-2 .Element-boxes .circle-icon img {
    max-width: 100%;
    transition: .5s ease;
}
.sec-2 .Element-boxes p {
    font-size: 22px;
    line-height: 2;
    font-weight: 500;
}
.sec-2 .Element-boxes .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}
.vc_row {
    position: relative;
    z-index: 2;
}
.big-text {
    position: absolute;
    right: -110px;
    bottom: 120px;
    color: #f5f5f5;
    font-family: Playfair Display !important;
    font-size: 240px;
    text-align: left;
    line-height: 1.3px;
    font-style: italic !important;
    z-index: -1;
}
.sec-2 .Element-boxes:hover .circle-icon {
    box-shadow: 0px 7px 10px 0px rgba(189,189,189,0.3);
}
.sec-2 .Element-boxes:hover .circle-icon img{
    transform: scale(1.1);    
}
.hardwork {
    padding-top: 90px !important;
    border-top: 15px solid #f44336;
    padding-bottom: 80px;
}
.hardwork h2 {
    position: relative;
    left: 100px;
    font-style: italic !important;
    margin-bottom: 30px !important;
}
.hardwork p {
    font-size: 20px;
    max-width: 95%;
    margin-bottom: 30px !important;
    font-weight: 500;
}
.tikmark-sec {
    padding: 0 0px !important;
}
.tikmark-sec .tikmark-secin.pr-15 {
    padding-right: 15px !important;
}
.tikmark-sec .tikmark-secin .vc_column-inner {
    padding: 0 15px 15px 15px !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    background-image: url(http://dev.williamsfirmpa.com/wp-content/uploads/2020/12/tri-sa.png);
    background-position: center;
}
.tikmark-sec .tikmark-secin .tick-icon {
    max-width: 180px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    top: -20px;
    padding: 30px;
    transition: .5s ease;
}
.tikmark-sec .tikmark-secin:hover .tick-icon {
    padding: 25px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 25%);
}
.hardwork.herobrand {
    border: none !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.hardwork ul{
    margin: 0px;    
}
.hardwork ul li {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 5px !important;
    list-style: none;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
}
.hardwork ul li::after {
    content: '\f068 ';
    font-family: fontAwesome !important;
    position: absolute;
    left: 0px;
    font-size: 13px;
    top: 10px;
}
.started-sec {
    padding: 0 !important;
}
.started-title {
    margin-bottom: 50px;
}
.started-title h3 b {
    position: relative;
    bottom: -20px;
    left: 0;
    font-family: Playfair Display !important;
    font-style: italic;
    font-size: 54px;
}
.started-list {
    padding: 20px 12px !important;
}
.started-list .started-list-in .vc_column-inner {
    padding-top: 0px !important;
}
.started-list .started-list-in .started-icon {
    max-width: 150px;
    margin: 0 auto 10px auto !important;
    border-radius: 50%;
    background: #ffffff;
    padding: 40px;
    transition: .5s ease;
}
.started-list .started-list-in:hover .started-icon {
    padding: 30px;
}
.started-list .started-list-in .plus-icon {
    margin-bottom: 10px;
}
.started-list .started-list-in h4 {
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    transition: .5s ease;
}
.started-list .started-list-in:hover h4 {
    color: #f44538 !important;
    text-shadow: none !important;
}
.started-list .started-list-in p {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    line-height: 2;
    font-weight: 500;
}
.started-list .started-list-in .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}
.packages {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}
.packages h3{
    font-style: italic !important;    
}
.packages .started-title {
    margin: 0 !important;
}
.packages ul.package-price {
    margin: 0px auto 0 auto;
    list-style: none;
    max-width: 90%;
}
.packages ul.package-price li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.packages ul.package-price li:first-child {
    margin-top: 15px;
}
.packages ul.package-price li .price-icon {
    width: 120px;
}
.packages ul.package-price li .price-icon img {
    transition: .5s ease;
}
.packages ul.package-price li:hover .price-icon img {
    transform: translate(30px, 0px);    
}
.packages ul.package-price li:hover .price h2 {
    color: #f44336;
}
.packages ul.package-price li .lineblock p.line {
    width: 570px;
    height: 2px;
    background: #78BAD2;
    margin: 0;
}
.packages ul.package-price li .price-title h4 {
    font-size: 42px;
    color: #57b1e3;
    font-family: lato !important;
    font-weight: bold;
}
.packages ul.package-price li .price-title p {
    margin: 0px;
    font-size: 18px;
    font-family: lato !important;
    font-weight: bold;
    color: #f44437;
}
.packages ul.package-price li .price h2 {
    font-family: 'Playfair Display'!important;
    font-weight: bold;
    font-style: italic;
    font-size: 40px;
    transition: .5s ease;
}
.btn-schedule {
    padding: 10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-schedule::before {
    content: '';
    width: 100%;
    height: 13px;
    background: #E0E0E0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}
.protest-sec {
    min-height: 520px;
    padding: 0 !important;
    margin-top: 40px;
    background-attachment: fixed;
}
.protest-sec:after {
    content: '';
    background-image: url(http://dev.williamsfirmpa.com/wp-content/uploads/2020/12/logo.png);
    position: absolute;
    left: 40%;
    top: 40%;
    width: 219px;
    height: 163px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -40%);
}
.protest-sec .protect-brand {
    background: rgba(87,177,227,0.6);
    min-height: 450px;
    padding: 100px 60px;
}
.protest-sec h2 {
    margin-bottom: 20px !important;
}
.protest-sec .line {
    margin-bottom: 60px !important;
}
.testimonial-block {
    max-width: 90%;
    margin: 90px auto 50px auto !important;
}
.testimonial-block .testimonial-in {
    width: 35%;
    margin: 0 7.5%;
    padding: 80px 60px;
    box-shadow: 0px 0px 5px 0px rgb(158 158 158 / 45%);
    position: relative;
    transition: .5s ease;
}
.testimonial-block .testimonial-in:hover{
    background: #bbdce8;    
}
.testimonial-block .testimonial-in p {
    font-size: 18px;
    line-height: 1.9;
}
.testimonial-block .testimonial-in::after {
    content: '';
    background-image: url(http://dev.williamsfirmpa.com/wp-content/uploads/2020/12/Testimonials.png);
    width: 126px;
    height: 126px;
    position: absolute;
    top: -40px;
    left: -40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s infinite alternate none running bounce;
    transition: background .5s, border .5s, border-radius .5s, box-shadow .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.companies-block {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.companies-block .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    align-items: center;
}
.companies-block h2 {
    padding-left: 30px;
}
.calender-sec {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    margin-bottom: 70px;
}
.calender-sec::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 20%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #ffffff;
    transform: translate(0px, 0px);
}
.calender-sec h2{
    padding-left: 40px;        
}
.calender-sec .mt-30 {
    margin-top: 20px;
    margin-bottom: 0 !important;
}
.calenderevent .wpb_wrapper, 
.calenderevent .wpb_wrapper .vc_single_image-wrapper, 
.calenderevent .wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
}
.calenderevent .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0 !important;
}




footer.x-colophon.top {
    border-top: 20px solid #f44336;
    padding-top: 20px !important;
    background-color: #57b1e3 !important;
    box-shadow: none !important;
    padding-bottom: 10px !important;
    margin: 0 -15px !important;
}
footer.x-colophon.top .x-column.x-md.x-1-3:first-child {
    width: 56% !important;
}
footer.x-colophon.top .x-column.x-1-3 {
    width: 22%;
}
footer.x-colophon.top .x-column {
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 0%;
    padding: 0 15px;
}
.x-colophon .widget {
    margin-top: 2em;
    text-shadow: none !important;
}
ul.footer-logos {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
ul.footer-logos li:first-child {
    margin-right: 60px;
}
ul.footer-logos li:first-child img {
    max-width: 268px;
}
.adress p {
    margin-bottom: 10px;
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
}
.adress ul li, .adress ul li a {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    transition: .5s ease;
}
.adress ul li a:hover , footer .menu li a:hover , .footercopyright ul.footer-icon li a:hover{
    color: #f44336 !important;
    text-shadow: none !important;
}
.adress ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.adress ul li {
    margin-right: 10px;
}
footer.x-colophon.bottom {
    background: #57b1e3;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}
footer.x-colophon.bottom .x-colophon-content {
    margin: 0 !important;
    letter-spacing: inherit !important;
    line-height: normal !important;
}
footer .h-widget {
    color: #ffffff;
    margin-bottom: 20px !important;
    font-weight: bold;
}
footer .menu {
    border: none !important;
    box-shadow: none!important;
    border-radius: 0 !important;
}
footer .menu li a {
    color: #ffffff !important;
    border-bottom: none !important;
    box-shadow: none !important;
    padding: 0 0 10px 0!important;
    background: transparent !important;
    transition: .5s ease;
}
footer .menu li a::before{
    display: none !important;    
}
.footercopyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.footercopyright p {
    margin: 0;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
}
.footercopyright ul.footer-icon {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.footercopyright ul.footer-icon li {
    margin-left: 20px;
}
.footercopyright ul.footer-icon li a {
    color: #ffffff;
    font-size: 30px;
    border-radius: 0 !important;
    transition: .5s ease;
}


/* Responsive css start here  */



/* Responsive css ends here  */
