@import 'header.css';
/* @import 'renting_responsive.css'; */
:root {
	--font-family-roboto: 'Roboto', sans-serif;
	--font-family-opensans: 'Open Sans', sans-serif;
	--theme-color: #4E8FDA;
	--gunmetal: #2A363F;
	--white: #FFFFFF;
	--sonic-silver: #727272;
	--color-orange: #FF9900;
}
.maxhome-container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.cms-index-index .page-main {
    display: block;
}
.homerenting_twosection_wapper .twosection_contant {
    padding: 12rem 0px 25px;
}
.homerenting_twosection_wapper .twosection_list {
    display: flex;
    flex-wrap: wrap;
}
.homerenting_twosection_wapper .twosection_item {
    flex: 0 0 calc(100% / 2);
    box-sizing: border-box;
}
.twosection_left_section .twosection_left_title h1 {
    font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
	font-weight: 900;
}
.twosection_left_section .twosection_left_desc {
	padding-bottom: 30px;
}
.twosection_left_section .twosection_left_desc p {
	font-size: 35px;
	font-weight: 500;
    color: var(--gunmetal);
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 0px;
}
.twosection_left_section .twosection_left_action a.action-primary {
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    font-family: var(--font-family-opensans);
    border-radius: 5px;
    color: var(--white);
}
.twosection_right_section {
    padding-top: 10px;
}
.twosection_right_section .twosection_right_image {
    text-align: center;
    line-height: 0;
}
.twosection_right_section .twosection_right_desc p {
	font-size: 14px;
	color: var(--sonic-silver);
	font-family: var(--font-family-opensans);
	font-weight: 300;
    font-style: italic;
    margin: 0;
}
.twosection_right_section .twosection_right_desc p span {
	font-weight: bold;
}
/* Company Partner Section Css Start */
.companypartner_content_wapper .companypartner_block_wapper {
    padding: 100px 0;
}
.companypartner_block_wapper .companypartner_maintitle h1 {
	font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
	font-weight: 500;
	text-align: center;
}
.companypartner_block_wapper .companypartner_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.companypartner_block_wapper .companypartner_item {
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
}
/* Company Partner Section Css End */
/* Aboutus Content Section Css Start */
.aboutus_content_wapper .aboutus_block_wapper {
    padding: 100px 0;
	background-image: url('../images/site-img.jpg');
	background-position: center;
	background-size: cover;
	box-shadow: inset 0 3px 3px -3px #e0e0e0, inset 0 -3px 3px -3px #e0e0e0;
}
.aboutus_block_wapper .companypartner_maintitle  h1 {
	font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
	font-weight: 500;
	text-align: center;
}
.aboutus_content .aboutus_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.aboutus_content .aboutus_item {
    flex: 0 0 calc(100% / 5 - 20px);
    margin: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: var(--white);
    padding: 20px 0 25px;
    border-radius: 3px;
}
.aboutus_content .aboutus_title p {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--gunmetal);
}
.aboutus_content .aboutus_counter h1 {
	font-size: 35px;
    color: var(--gunmetal);
	font-weight: 800;
}
/* Aboutus Content Section Css End */
/* Ourclients Content Section Css Start */
.ourclients_content_wapper {
	background: #f3f3f3;
}
.ourclients_content {
    padding: 95px 0px 90px 0px;
}
.ourclients_content .ourclients_maintitle h1 {
    font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.ourclients_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.ourclients_item {
    flex: 0 0 calc(100% / 3 );
    padding: 30px 10px;
    box-sizing: border-box;
 }
.ourclients_cardbox .icons {
    width: 100%;
    max-width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: var(--white);
    text-align: center;
    position: relative;
    margin: 6px;
    display: flex;
    line-height: 0;
    justify-content: center;
    align-items: center;
}
.ourclients_cardbox {
    display: flex;
    align-items: flex-start;
}
.ourclients_cardbox .icons a:hover:after {
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
}
.ourclients_cardbox .icons a:after {
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
    border: 2px solid var(--white);
    position: absolute;
    content: "";
    z-index: 1;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all ease 0.3s;
}
.ourclients_cardbox .icons a {
    font-family: 'FontAwesome';
    font-size: 23px;
    color: var(--gunmetal);
}
.ourclients_cardbox .icons:hover a {
	color: var(--theme-color);
}
.ourclients_cardbox .checkicon a:before {
    content: "\f00c";
}
.ourclients_cardbox .downloadicon a:before {
    content: "\f019";
}
.ourclients_cardbox .databaseicon a:before {
    content: "\f1c0";
}
.ourclients_cardbox .desktopicon a:before {
    content: "\f108";
}
.ourclients_cardbox .sitemapicon a:before {
    content: "\f0e8";
}
.ourclients_cardbox .clockicon a:before {
    content: "\f017";
}
.ourclients_cardbox .tachometericon a:before {
    content: "\f0e4";
}
.ourclients_cardbox .cogicon a:before {
    content: "\f013";
}
.ourclients_cardbox .dollarsignicon a:before {
    content: "\f155";
}
.cardbox_content {
    padding-left: 20px;
}
.cardbox_content h4.cardbox_title {
    color: var(--gunmetal);
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-style: normal;
}
.cardbox_content p.cardbox_desc {
    font-family: var(--font-family-opensans);
    color: var(--sonic-silver);
    font-size: 14px;
    margin: 0;
}

/* Ourclients Content Section Css End */

/* Hostplans Content Section Css Start */
.hostplans_content {
    padding: 100px 0;
}
.hostplans_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hostplans_item {
    flex: 0 0 calc(100% / 4);
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
img.planbox_highlightimage {
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 134px;
}
.planbox {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding-bottom: 15px;
    transition: all .5s ease-in-out;
}
.planbox_price_desc li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: var(--gunmetal);
    font-weight: 900;
    margin-right: 3px;
}
.planbox_title {
    padding: 20px 0px;
    background: var(--theme-color);
}
.planbox_title h4 {
    color: var(--gunmetal);
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.planbox_prices h1 {
    color: var(--white);
    font-size: 45px;
    font-weight: 800;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}
.planbox_prices {
    background: #2A4868;
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    padding: 27px 0px 23px;
    color: var(--white);
}
.planbox.planbox_highlight .planbox_prices {
    background: var(--theme-color);
}
.planbox.planbox_highlight .planbox_prices:before {
	border-top: 24px solid var(--theme-color);
}
.planbox_prices:before {
    border-top: 24px solid #2A4868;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.planbox_prices_actions .action-primary {
    color: #5f686f;
    border: 1px solid #5f686f;
    font-size: 14px;
    background: var(--white);
    padding: 10px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: var(--font-family-opensans);
}
.planbox_prices_actions .action-primary:hover {
    color: var(--white);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.planbox_highlight .planbox_prices_actions .action-primary:hover {
	background: rgba(0,0,0,0.1);
}
.planbox_prices h1 span {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.planbox_price_desc li {
    font-size: 14px;
    padding: 9px 0px;
    color: var(--gunmetal);
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
}
.planbox_price_desc li:last-child {
    border-bottom: 0;
}
.planbox_price_desc li span {
    font-weight: bold;
}
/* Hostplans Content Section Css End */
/* Outsourcing Services Content Section Css Start */
.outsourcingservices_content {
    padding: 30px 0;
}
.outsourcingservices_row {
    display: flex;
}
.outsourcingservices_row_left {
    max-width: 780px;
    width: 100%;
}
.outsourcingservices_row_right {
    max-width: 390px;
    width: 100%;
}
.outsourcingservices_left_title h1 {
    font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.outsourcingservices_left_subtitle h4 {
    font-size: 21px;
    line-height: 28px;
    color: var(--gunmetal);
    letter-spacing: 0.5px;
    font-weight: 500;
}
.outsourcingservices_right_content {
    padding-top: 25px;
}
.outsourcingservices_right_content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--sonic-silver);
    font-family: var(--font-family-opensans);
    font-weight: normal;
    line-height: 23px;
}
.outsourcingservices_right_content p span {
    font-weight: bold;
}
/* Outsourcing Services Content Section Css End */
/* Helping Content Section Css Start */
.helping_content {
    padding-top: 30px;
}
.helping_maintitle {
    font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 40px;
}
.helping_list {
    display: flex;
    flex-wrap: wrap;
}
.helping_item {
    flex: 0 0 50%;
}
.helping_leftcontent p {
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--sonic-silver);
    font-family: var(--font-family-opensans);
    font-weight: normal;
    line-height: 23px;
}
.helping_leftcontent ul {
    list-style: unset;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--sonic-silver);
    font-family: var(--font-family-opensans);
    font-weight: normal;
    line-height: 23px;
}
.helping_right_image img {
    width: 100%;
}
/* Helping Content Section Css End */
/* Companyleader Content Section Css Start */
.companyleader_content{
    padding-top: 30px;
}
.companyleader_maintitle {
    font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 40px;
}
.companyleader_list {
    display: flex;
    flex-wrap: wrap;
}
.companyleader_item {
    flex: 0 0 50%;
}
.companyleader_left_content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--sonic-silver);
    font-family: var(--font-family-opensans);
    font-weight: normal;
    line-height: 23px;
}
.companyleader_desc {
    margin: 24px 40px;
    border-left: 5px solid #e54c4c;
    padding: 5px 20px 5px 20px;
    font-weight: normal;
}
.companyleader_desc p {
    color: #454545;
    margin: 0;
}
.companyleader_revenue_image img, .companyleader_images img {
    width: 100%;
}
/* Companyleader Content Section Css End */
/* Feature Content Section Css Start */
.feature_content {
    padding: 40px 0px 65px;
}
.feature_row {
    display: flex;
}
.feature_left_column {
    max-width: 400px;
    padding-right: 40px;
}
.feature_left_image img {
    width: 100%;
}
.feature_right_column {
    max-width: 770px;
    padding-top: 70px;
}
.feature_title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 18px;
    font-weight: bold;
    color: var(--gunmetal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.feature_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.feature_item {
    flex: 0 0 calc(100% / 4 - 14px);
    padding: 5px 7px;
    border: 1px dashed #d9dbdc;
    text-align: center;
    margin: 0 7px 14px;
    box-sizing: border-box;
}
/* Feature Content Section Css End */
/* Biography Content Section Css Start */
.biography_row {
    display: flex;
}
.biography_row_left {
    width: 100%;
    max-width: 780px;
}
.biography_left_title h1 {
    font-size: 35px;
    color: var(--gunmetal);
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.biography_left_subtitle h4 {
    font-size: 21px;
    line-height: 28px;
    color: var(--gunmetal);
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 20px 0 50px;
}
.biography_left_desc h3 {
    font-size: 21px;
    line-height: 28px;
    color: var(--gunmetal);
    letter-spacing: 0.5px;
    font-weight: 500;
}
.biography_left_desc p, .biography_right_content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--sonic-silver);
    font-family: var(--font-family-opensans);
    font-weight: normal;
    line-height: 23px;
}
.biography_left_desc p span, .biography_right_content p span {
    font-weight: bold;
}
.biography_row_right {
    max-width: 390px;
    width: 100%;
    padding-left: 25px;
}
.biography_right_image {
    text-align: center;
}
.biography_right_content {
    padding-top: 25px;
}
/* Biography Content Section Css End */

/* Testimonial Home Slider */
.testimonial-container {
    background: #f3f3f3;
    padding: 5.5rem 0px 5rem 0px;
    text-align: center;
}
.testimonial-title h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.testimonial-content {
    max-width: 850px;
    padding: 0 15px;
    margin: 0px auto;
}
.testimonial-image {
    margin-bottom: 35px;
}
.testimonial-image img {
    border-radius: 50%;
}
.testimonial-desc p {
    font-size: 16px;
    line-height: 27px;
    color: var(--gunmetal);
    font-weight: 400;
    font-family: var(--font-family-opensans);
    margin: 0 0 2.5rem;
}
.testimonial-deatils strong {
    display: block;
    color: #4E8FDA;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    font-family: var(--font-family-opensans);
}
.testimonial-slider.owl-theme .owl-pagination {
    position: relative;
    bottom: 0;
    margin: 25px 0 0;
}
.testimonial-slider.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    opacity: 0.3;
    border-radius: 100%;
    background: #707070;
    border: none;
}
.testimonial-slider.owl-theme .owl-controls .owl-page.active span, 
.testimonial-slider.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #707070;
    border: none;
}
/* End Testimonial Home Slider */
@media only screen and (min-width: 1025px) {
    .ourclients_item.animate {
        opacity: 0;
        transition: all 0.5s ease;
    }
    .ourclients_item.animate-init {
        opacity: 1;
    }
    .hostplans_item[data-ani="fade-right"] {
        transform: translateX(-50px);
        opacity: 0;
        transition: all 1s ease;     
    }
    .hostplans_item[data-ani="fade-right"].animate-init {
        /* animation-name: fade-right;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-delay: 1s; */
        transform: translateX(0);
        opacity: 1;
    }
    .hostplans_item[data-ani="fade-left"] {
        transform: translateX(50px);
        opacity: 0;
        transition: all 1s ease;     
    }
    .hostplans_item[data-ani="fade-left"].animate-init {
        transform: translateX(0);
        opacity: 1;
    }
    
    .hostplans_item[data-ani="fade-up"] {
        transform: translateY(200px);
        opacity: 0;
        transition: all 1s ease;     
    }
    .hostplans_item[data-ani="fade-up"].animate-init {
        transform: translateY(0);
        opacity: 1;
    }

    .feature_left_column[data-ani="fade-right"] {
        transform: translateX(-200px);
        opacity: 0;
        transition: all 1s ease;     
    }
    .feature_left_column[data-ani="fade-right"].animate-init {
        transform: translateX(0);
        opacity: 1;
    }
    .feature_list[data-ani="fade-up"] {
        transform: translateY(200px);
        opacity: 0;
        transition: all 1s ease;     
    }
    .feature_list[data-ani="fade-up"].animate-init {
        transform: translateY(0);
        opacity: 1;
    }
    
    /*.hostplans_item[data-ani="fade-flip"] {
        transform:perspective(400px) rotateY(180deg);
        opacity: 0;
    }
    .hostplans_item[data-ani="fade-flip"].animate-init {
        transform:perspective(400px) rotateY(0deg);
        opacity: 1;
    }*/

    .aboutus_list[data-ani="fade-up"] {
        transform: translateY(100%);
        opacity: 0;
        transition: all 1s ease;
    }
    .aboutus_list[data-ani="fade-up"].animate-init {
        transform: translateY(0);
        opacity: 1;
    }
    [delay-tras="250"] {
        transition-delay: 250ms !important;
    }
    [delay-tras="500"] {
        transition-delay: 500ms !important;
    }
    [delay-tras="750"] {
        transition-delay: 750ms !important;
    }
    [delay-tras="1000"] {
        transition-delay: 1000ms !important;
    }
    .planbox:hover {
        box-shadow: 0 20px 30.4px 2.6px rgba(0, 0, 0 , 0.24);
        transform: scale(1.1,1.1);
        cursor: pointer;
    }
}
@media (max-width: 1280px) {
    .cms-index-index #maincontent {
        overflow: hidden;
    }
}
@media (max-width: 1024px) {
    .twosection_right_section {
        padding-top: 0;
    }
    .ourclients_cardbox {
        display: unset;
        align-items: unset;
    }
    .cardbox_content {
        padding-left: 0;
        padding-top: 20px;
    }
    .hostplans_item {
        flex: 0 0 calc(100% / 2);
        padding: 0 10px 30px;
    }
    .outsourcingservices_row_left , .biography_row_left {
        max-width: unset;
        width: unset;
    }
    .outsourcingservices_row_right, .biography_row_right {
        max-width: unset;
        width: unset;
    }
    .feature_right_column {
        max-width: unset;
        padding-top: 30px;
    }
    .feature_left_column {
        max-width: unset;
        padding-right: 20px;
    }
    .testimonial-content {
        max-width: 600px;
    }
}
@media (max-width: 767px) {
    .homerenting_twosection_wapper .twosection_contant {
        padding: 100px 0px 0;
    }
    .homerenting_twosection_wapper .twosection_item {
        flex: 0 0 100%;
    }
    .twosection_right_section {
        padding-top: 20px;
    }
    .companypartner_content_wapper .companypartner_block_wapper {
       padding: 50px 0;
    }
    .companypartner_block_wapper .companypartner_item {
        flex: 0 0 100%;
        text-align: center;
        padding: 15px 10px;
    }
    .ourclients_item {
        flex: 0 0 100%;
        padding: 15px 10px;
        text-align: center;
    }
    .ourclients_cardbox .icons {
        margin: 6px auto;
    }
    .hostplans_content {
        padding: 50px 0 10px;
    }
    .hostplans_item {
        flex: 0 0 100%;
        padding: 0 10px 40px;
    }
    .outsourcingservices_row {
        flex-wrap: wrap;
    }
    .outsourcingservices_row_right {
        padding-top: 15px;
    }
    .aboutus_content_wapper .aboutus_block_wapper {
        padding: 50px 0;
    }
    .aboutus_content .aboutus_item {
        flex: 0 0 calc(100% / 1 - 20px);
        margin: 0 10px 40px;
    }
    .helping_item {
        flex: 0 0 100%;
    }
    .companyleader_item {
        flex: 0 0 100%;
    }
    .companyleader_desc {
        margin: 24px 10px;
    }
    .feature_row {
        flex-wrap: wrap;
    }
    .feature_left_column {
        padding-right: 0;
    }
    .feature_item {
        flex: 0 0 calc(100% / 2 - 14px);
    }
    .feature_title {
        text-align: center;
    }
    .biography_row {
        flex-wrap: wrap;
    }
    .biography_row_right {
        padding-left: 0;
    }
}
/* Custom Footer */
.page-footer {
    position: relative; 
}
.page-footer .footer-static-container {
    position: relative; 
    clear: both;
}
.page-footer .footer.content i {
    font-size: 16px;
    margin-right: 10px;
}
.page-footer .footer.content strong {
    font-weight: 700;
}
.page-footer .footer.content .ft-contactus li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: relative;
    padding-bottom: 0 !important;
}
.page-footer .footer.content .ft-contactus li:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 15px;
    color: #ddd;
    margin-right: 10px;
}
.page-footer .footer.content .ft-contactus li.address:before {
    content: "\f015";
}
.page-footer .footer.content .ft-contactus li.email:before {
    content: "\f003";
}
.page-footer .footer.content .ft-contactus li.time:before {
    content: "\f017";
}
.page-footer .footer.content .footer-links.contacts img {
    margin: 5px 20px 20px 0;
}
.page-footer .footer.content .footer-links h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    padding-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}
.page-footer .footer.content .footer-links ul li {
    list-style: none;
    padding-bottom: 11px;
}
.page-footer .footer.content .footer-links ul li a {
    webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-size: 14px;
    position: relative;
}
.page-footer .footer.content .footer-links ul li a:hover {
    color: #284460;
}
.page-footer .footer-static-container .rokan-product-heading {
    margin: 0;
}
.page-footer .footer-static-container .rokan-product-heading h2 {
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}
.page-footer .footer-bottom .footer-bottom-inner {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}
.page-footer .footer-bottom .copyright {
    line-height: 35px;
}
.page-footer .footer-bottom .copyright a {
    color: #284460;
}
.page-footer .footer.content .footer-links h2 {
    font-size: 20px;
    display: block;
    font-weight: 300;
}
.page-footer .footer.content p.block-title strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.page-footer .footer.content .footer-links ul li a {
    font-size: 15px;
    font-weight: 300;
}
.page-footer .footer-container {
    padding-top: 20px !important;
}
.footer.content {
    display: block !important;
}
@media (max-width: 767px) {
    .page-footer .footer.content .footer-links.contacts .title {
        display: block;
    }
    .page-footer .footer.content .footer-links .title {
        position: relative;
        cursor: pointer;
    }
    .page-footer .footer.content .footer-links {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .page-footer .footer.content .footer-links .title {
        margin-bottom: 10px;
    }
    .page-footer .footer.content .footer-links .title:hover:after {
        background: #284460;
        color: #fff;
    }
    .page-footer .footer-copyright ul li {
        padding-right: 10px;
    }
    .page-footer .footer-copyright .copyright,
    .page-footer .footer-copyright ul li a {
        font-size: 13px;
        line-height: 1.8;
    }
}