@charset "UTF-8";

/*====================================================*/


/*Font Imports*/


/*@import 'https://fonts.googleapis.com/css?family=Raleway:800,700,500,400,600';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic';
@import 'https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700';
@import url("https://fonts.googleapis.com/css?family=Pacifico");*/


/*Font Variables*/


/*====================================================*/

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

@media (min-width: 1281px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .container {
        padding: 0 25px;
    }
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    transition: all 300ms linear 0s;
}

a:after,
a:before,
.btn:after,
.btn:before,
button:after,
button:before {
    transition: all 300ms linear 0s;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

section.row,
header.row,
footer.row {
    margin: 0;
    position: relative;
}

p {
    font: 15px/26px "Open Sans", sans-serif;
    color: #898989;
}

@media (max-width: 1199px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }
}

.site-contents {
    padding: 70px 0;
}

@media (max-width: 767px) {
    .site-contents {
        padding: 70px 0;
    }
}

.btn {
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 35px;
    color: #fff;
    font-weight: 400;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 300ms linear 0s;
    font-family: 'Aref Ruqaa', serif;
    padding: 10px 40px;
}

.btn-big {
    line-height: 45px;
    padding: 0 40px;
    height: 50px;
}

.btn-sm {
    line-height: 37px;
    padding: 0 20px;
}

.btn-outline {
    border: 1px solid #fff;
    line-height: 48px;
}

.btn-primary {
        background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
        background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
        background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    transition: all 300ms linear 0s;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #ffffff;
    color: #8c0201;
}

.section-title {
    font: bold 38px/48px "Alegreya", serif;
    margin-top: 0;
    margin-bottom: 15px;
    color: #242424;
    letter-spacing: 0.15px;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 33px;
    }
}

.section-title:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background: #099bd7;
    margin-left: 10px;
}

.section-title.style2 {
    text-align: center;
}

.section-title.style2:after {
    display: none;
}

.section-title + p {
    color: #8e8d8d;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}

.section-title.blue-c {
    color: #099bd7;
}


/*====================================================*/

.top-header {
    background: #382d2b;
}

.top-header .header-social {
    float: right;
}

@media (min-width: 992px) {
    .top-header .header-contacts {
        display: none;
    }
}

.welcome-texts {
    color: #fff;
    font: italic 16px/50px "Open Sans", sans-serif;
    opacity: 0.6;
}

@media (max-width: 1199px) {
    .welcome-texts {
        font-size: 14px;
    }
}

.header-social li + li {
    margin: 0;
}

.header-social li a {
    padding: 0 5px !important;
    font-size: 18px;
    color: #5996c6;
    line-height: 50px;
    border-radius: 0;
}

@media (max-width: 1199px) {
    .header-social li a {
        font-size: 14px;
        padding: 0 5px;
    }
}

.header-social li a:hover,
.header-social li a:focus {
    color: #fff;
    background: none;
}

.header-searchform {
    background: #041e32;
}

@media (max-width: 991px) {
    .header-searchform {
        margin-bottom: 20px;
    }
}

.header-searchform .form-control {
    background: none;
    border-radius: 0;
    height: 50px;
    border: none;
    padding-left: 30px;
    box-shadow: none;
    font: 16px/1 "Open Sans", sans-serif;
    color: #5f93bb;
}

@media (max-width: 1199px) {
    .header-searchform .form-control {
        padding-left: 15px;
        font-size: 14px;
    }
}

.header-searchform .form-control.placeholder {
    font-style: italic;
    color: #5f93bb;
}

.header-searchform .form-control::-moz-placeholder {
    font-style: italic;
    color: #5f93bb;
}

.header-searchform .form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #5f93bb;
}

.header-searchform .form-control::-ms-input-placeholder {
    font-style: italic;
    color: #5f93bb;
}

.header-searchform .input-group-addon {
    border-radius: 0;
    padding: 0;
    border: none;
    background: none;
}

.header-searchform .input-group-addon button[type="submit"] {
    padding: 0 20px 0 15px;
    font-size: 16px;
    color: #5f93bb;
    background: none;
    border: none;
    line-height: 50px;
}

@media (max-width: 1199px) {
    .header-searchform .input-group-addon button[type="submit"] {
        padding: 0 10px;
    }
}


/*--------------------------------------------------------------------*/


/*--------------------------------------------------------------------*/


/*Main Header*/

.main-header {
        background-image: -moz-linear-gradient(90deg, #eae6e6 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #cecece 100%);
    background-image: -ms-linear-gradient(90deg, #eae6e6 0%, white 100%);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    /* padding-top: 5px; */
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #bdbdbd;
}

@media (max-width: 991px) {
    .main-header {
        padding-top: 0;
    }
}

.main-header .this-inner {
    margin: 0;
    /*border-top: 1px dashed #85919b;*/
}

@media (max-width: 991px) {
    .main-header .this-inner {
        border: none;
        padding: 15px 0;
    }
}

.main-header .header-contacts {
    float: right;
}

.main-header.affix-coming {
    top: -100px;
    transition-duration: 400ms;
}

.main-header.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 9999;
}

.main-header.affix + section,
.main-header.affix + div {
    margin-top: 70px;
}


/*Main Header*/

.main-header2 {
    background: url("../images/homepage/bg1.jpg");
}

@media (max-width: 991px) {
    .main-header2 {
        padding-top: 0;
    }
}

.main-header2 .this-inner {
    margin: 0;
    padding: 46px 0 50px;
}

@media (max-width: 991px) {
    .main-header2 .this-inner {
        border: none;
        padding: 15px 0;
    }
}

.main-header2 .header-contacts2 {
    float: right;
}

.main-header2.affix-coming {
    top: -100px;
    transition-duration: 400ms;
}

.main-header2.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 9999;
}

.main-header2.affix + section,
.main-header2.affix + div {
    margin-top: 70px;
}

.main-header2 .navbar-toggle .icon-bar {
    background: #eab206;
}


/*Main Header*/

.main-header3 {
    background: #152348;
}

@media (max-width: 991px) {
    .main-header3 {
        padding-top: 0;
    }
}

.main-header3 .this-inner {
    margin: 0;
    padding: 35px 0 30px 0;
}

@media (max-width: 991px) {
    .main-header3 .this-inner {
        border: none;
        padding: 15px 0;
    }
}

.main-header3 .header-contacts2 {
    float: right;
}

.main-header3.affix-coming {
    top: -100px;
    transition-duration: 400ms;
}

.main-header3.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 9999;
}

.main-header3.affix + section,
.main-header3.affix + div {
    margin-top: 70px;
}

.main-header3 .navbar-toggle .icon-bar {
    background: #eab206;
}

@media (max-width: 1199px) {
    .main-header3 .header-right-info {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .main-header3 .header-right-info ul {
        margin: 0;
        padding: 0;
    }
}

.main-header3 .header-right-info ul li {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .main-header3 .header-right-info ul li {
        margin: 0 0 15px 0;
        padding: 0 0 0 20px;
        width: 100%;
    }
}

.main-header3 .header-right-info ul li + li .single-header-right-info {
    border-left: 1px solid #3b4662;
    margin: 0 0 0 20px;
}

@media (max-width: 1199px) {
    .main-header3 .header-right-info ul li + li .single-header-right-info {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 767px) {
    .main-header3 .header-right-info ul li + li .single-header-right-info {
        border-left: none;
        margin: 0;
    }
}

.main-header3 .header-right-info ul li .single-header-right-info .text-box,
.main-header3 .header-right-info ul li .single-header-right-info .icon-box {
    display: table-cell;
    vertical-align: middle;
}

.main-header3 .header-right-info ul li .single-header-right-info .icon-box {
    text-align: center;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .main-header3 .header-right-info ul li .single-header-right-info .icon-box {
        padding: 0 20px 0 0;
    }
}

.main-header3 .header-right-info ul li .single-header-right-info .icon-box i {
    color: #5f8aac;
    font-size: 30px;
}

.main-header3 .header-right-info ul li .single-header-right-info .text-box p {
    color: #5f8aac;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1199px) {
    .main-header3 .main-logo {
        margin: 0 auto 10px auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .main-header3 .main-logo {
        position: absolute;
        bottom: 0;
    }
}


/*Main Header*/

.main-header4 {
    background: #fff;
    transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
    .main-header4 {
        padding-top: 0;
    }
}

.main-header4 .this-inner {
    margin: 0;
    padding: 26px 0;
    min-height: 100px;
}

@media (max-width: 1199px) {
    .main-header4 .this-inner {
        border: none;
        padding: 15px 0;
        min-height: auto;
    }
}

.main-header4 .header-contacts {
    float: right;
}

.main-header4.affix-coming {
    top: -100px;
    transition-duration: 400ms;
}

.main-header4.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 9999;
}

.main-header4.affix + section,
.main-header4.affix + div {
    margin-top: 70px;
}

.main-logo {
    display: inline-block;
}

.main-logo img {
    /*max-width: 100%;*/
    max-width: 200px;
    margin: 9px 0px;
}

@media (max-width: 991px) {
    .main-logo {
        max-width: 199px;
    }
}

.header-contacts2 li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 20px;
    border-right: 1px solid #4a4a4a;
}

.header-contacts2 li + li {
    margin: 0;
    border-left: 1px solid #fff;
}

.header-contacts2 li:last-child {
    padding-right: 0;
    border: none;
}

.header-contacts2 .media {
    display: inline-table;
    vertical-align: middle;
}

.header-contacts2 .media-left {
    vertical-align: middle;
    padding-right: 17px;
}

.header-contacts2 .media-left span {
    display: block;
}

.header-contacts2 .media-body {
    width: auto;
}

.header-contacts2 .this-subtitle {
    margin: 0;
    text-transform: uppercase;
    font: bold 14px/20px "Open Sans", sans-serif;
    color: #0c98d2;
}

.header-contacts2 .this-title {
    margin: 0;
    font: 15px/20px "Open Sans", sans-serif;
    color: #c2ccda;
}

.header-contacts2 h3.this-title {
    font-size: 22px;
    font-weight: bold;
    color: #c2ccda;
}

.header-contacts2.mob-style {
    margin-top: 18px;
    margin-bottom: 20px;
}

.header-contacts2.mob-style .media {
    display: table;
}

.header-contacts2.mob-style .this-title {
    color: #cbdae6;
}

.header-contacts li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 31px 20px;
    border-right: 1px solid #a5a5a5;
}

.header-contacts li + li {
    margin: 0;
    border-left: 1px solid #fff;
}

.header-contacts li:last-child {
    padding-right: 0;
    border: none;
}

.header-contacts .media {
    display: inline-table;
    vertical-align: middle;
}

.header-contacts .media-left {
    vertical-align: middle;
    padding-right: 17px;
}

.header-contacts .media-left span {
    display: block;
}

.header-contacts .media-body {
    width: auto;
}

.header-contacts .this-subtitle {
    margin: 0;
    text-transform: uppercase;
    /* font: bold 14px/20px "Open Sans", sans-serif; */
    color: #636363;
font-family: 'Aref Ruqaa', serif;
    font-size: 17px;
}

.header-contacts .this-title {
    margin: 0;
    /* font: 20px/20px "Open Sans", sans-serif; */
    color: #232932;
font-family: 'Aref Ruqaa', serif;
    font-size: 22px;
}

.header-contacts h3.this-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    color: #424242;
}

.header-contacts.mob-style {
    margin-top: 18px;
    margin-bottom: 20px;
}

.header-contacts.mob-style .media {
    display: table;
}

.header-contacts.mob-style .this-title {
    color: #cbdae6;
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

.navbar {
    margin-bottom: 0;
}


/*Navbar*/

.plumber-navbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2875b1+50,266fac+50 */
    background: #fff;
    /* Old browsers */
    /*background: -moz-linear-gradient(top, #2875b1 50%, #266fac 50%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #2875b1 50%, #266fac 50%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #2875b1 50%, #266fac 50%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2875b1', endColorstr='#266fac', GradientType=0);
    /* IE6-9 */
    box-shadow: none;
    /*position: absolute;
  left: calc(50% - 585px);
  right: calc(50% - 585px);*/
    z-index: 10;
    border: none;
    text-transform: uppercase;
    /*margin: -16px 0 -50px;*/
    z-index: 9999;
    border-radius: 0;
}

@media (max-width: 1199px) {
    .plumber-navbar {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
}

@media (max-width: 991px) {
    .plumber-navbar {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

.plumber-navbar .container {
    /*padding: 5px;*/
    padding: 0;
    max-width: 1170px;
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar .container {
        background: #3baed4;
        padding: 0;
    }
}

.plumber-navbar #plumber-nav {
    position: relative;
    z-index: 2;
    padding: 0;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav {
        border: none;
        background: #04336b;
    }
    .plumber-navbar #plumber-nav .nav {
        margin: 0;
    }
}

.plumber-navbar #plumber-nav li {
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li {
        border-bottom: 1px solid #8f9192;
    }
}

.plumber-navbar #plumber-nav li:after,
.plumber-navbar #plumber-nav li:before {
    content: '';
    height: 34px;
    width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li:after,
    .plumber-navbar #plumber-nav li:before {
        display: none;
    }
}

.plumber-navbar #plumber-nav li:before {
    /*background: #382d2b;*/
    left: 0;
}

.plumber-navbar #plumber-nav li:after {
    background: #382d2b;
    right: 0;
}

.plumber-navbar #plumber-nav li:first-child:before {
    display: none;
}

.plumber-navbar #plumber-nav li:last-child:after {
    display: none;
}

.plumber-navbar #plumber-nav li a {
    color: #333;
    text-shadow: none;
    padding: 0 30px;
    /*font-family: 'Helvetica';*/
    font: bold 15px/54px 'Helvetica';
    font-family: 'Aref Ruqaa', serif;
}

@media (max-width: 1199px) {
    .plumber-navbar #plumber-nav li a {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar #plumber-nav li a {
        padding: 0 25px;
    }
}

.plumber-navbar #plumber-nav li a:hover,
.plumber-navbar #plumber-nav li a:focus {
    background: #f4721f;
    color: #ffffff !important;
    box-shadow: none;
    border-right: 0;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li a:hover,
    .plumber-navbar #plumber-nav li a:focus {
        color: #fff;
    }
}

.plumber-navbar #plumber-nav li.active a {
    color: #7cc3ff;
    background: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li.active a {
        color: #fff;
    }
}

.plumber-navbar #plumber-nav li .dropdown-menu {
    /*top: calc(100% + 6px);*/
    background: #f4721f;
    border-radius: 0;
    border: none;
    padding: 0;
    /*min-width: 256px;*/
    left: -120px;
}

@media (min-width: 1025px) {
    .plumber-navbar #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu {
        background: #4fc2e8;
    }
}

.plumber-navbar #plumber-nav li .dropdown-menu li {
    border-bottom: 1px solid #b3b3b3;
}

.plumber-navbar #plumber-nav li .dropdown-menu li:before,
.plumber-navbar #plumber-nav li .dropdown-menu li:after {
    display: none;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu li {
        /*padding-left: 15px;*/
        border-bottom: none;
        border-top: 1px solid #777777;
    }
}

.plumber-navbar #plumber-nav li .dropdown-menu li:last-child {
    border: none;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

.plumber-navbar #plumber-nav li .dropdown-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 32px;
    line-height: 40px;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu li a {
        padding: 0 15px;
    }
    .plumber-navbar #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px;
    }
}

.plumber-navbar #plumber-nav li .dropdown-menu li a:hover,
.plumber-navbar #plumber-nav li .dropdown-menu li a:focus {
    background: none;
    color: #fff !important;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li:hover,
    .plumber-navbar #plumber-nav li:focus {
        background: #4fc2e8;
    }
}

.plumber-navbar #plumber-nav li:hover a,
.plumber-navbar #plumber-nav li:focus a {
    color: #ed1c33;
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li:hover a,
    .plumber-navbar #plumber-nav li:focus a {
        color: #fff;
        background: #04336b;
    }
}

.plumber-navbar #plumber-nav li.dropdown > a:after {
    font-family: "FontAwesome";
    display: none;
    content: "\f107";
}

@media (max-width: 991px) {
    .plumber-navbar #plumber-nav li.dropdown > a:after {
        display: block;
        float: right;
    }
}

.plumber-navbar #plumber-nav li.dropdown.open > a:after {
    content: "\f106";
}

@media (min-width: 1025px) {
    .plumber-navbar #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

.plumber-navbar #plumber-nav .header-social {
    display: table;
    margin: 0 auto 30px;
}

@media (min-width: 992px) {
    .plumber-navbar #plumber-nav .header-social {
        display: none;
    }
}

.plumber-navbar #plumber-nav .header-social li {
    border: none;
}

.plumber-navbar #plumber-nav .header-social li a {
    line-height: 1;
}

.plumber-navbar.affix-coming {
    top: -100px;
}

.porltv.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    animation: fadeItIn 1s;
    z-index: 100;
    margin: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2875b1+50,266fac+50 */
    background: #2875b1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2875b1 50%, #266fac 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2875b1 50%, #266fac 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2875b1 50%, #266fac 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2875b1', endColorstr='#266fac', GradientType=0);
    /* IE6-9 */
    /*min-height: 66px;*/
}

.porltv.affix .plumber-navbar {
    margin: 0;
}

.plumber-navbar.affix + section,
.plumber-navbar.affix + div {
    margin-top: 70px;
}


/*Navbar*/

.plumber-navbar2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0c007+50,e7b207+50 */
    background: #f0c007;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f0c007 50%, #e7b207 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0c007 50%, #e7b207 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f0c007 50%, #e7b207 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0c007', endColorstr='#e7b207', GradientType=0);
    /* IE6-9 */
    box-shadow: none;
    position: absolute;
    left: calc(50% - 585px);
    right: calc(50% - 585px);
    z-index: 10;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    margin: -16px 0 -50px;
    z-index: 9999;
    transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
    .plumber-navbar2 {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
    .porltv.affix {
        background: none;
    }
}

@media (max-width: 991px) {
    .plumber-navbar2 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
    .porltv.affix {
        position: inherit;
    }
}

.plumber-navbar2 .container {
    padding: 5px;
    max-width: 1170px;
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar2 .container {
        background: #3baed4;
        padding: 0;
    }
}

.plumber-navbar2 #plumber-nav {
    position: relative;
    z-index: 2;
    padding: 0;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav {
        border: none;
        background: #063459;
    }
    .plumber-navbar2 #plumber-nav .nav {
        margin: 0;
    }
}

.plumber-navbar2 #plumber-nav li {
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li {
        border-bottom: 1px solid #feda4e;
        background: #f2cb35;
    }
}

.plumber-navbar2 #plumber-nav li:after,
.plumber-navbar2 #plumber-nav li:before {
    content: '';
    height: 34px;
    width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li:after,
    .plumber-navbar2 #plumber-nav li:before {
        display: none;
    }
}

.plumber-navbar2 #plumber-nav li:before {
    background: #c1a10f;
    left: 0;
}

.plumber-navbar2 #plumber-nav li:after {
    background: #ebd810;
    right: 0;
}

.plumber-navbar2 #plumber-nav li:first-child:before {
    display: none;
}

.plumber-navbar2 #plumber-nav li:last-child:after {
    display: none;
}

.plumber-navbar2 #plumber-nav li a {
    color: #443c1a;
    text-shadow: none;
    padding: 0 25px;
    font: bold 16px/54px "Open Sans", sans-serif;
}

@media (max-width: 1199px) {
    .plumber-navbar2 #plumber-nav li a {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
        color: #443c1a;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar2 #plumber-nav li a {
        padding: 0 25px;
    }
}

.plumber-navbar2 #plumber-nav li a:hover,
.plumber-navbar2 #plumber-nav li a:focus {
    background: none;
    color: #7cc3ff;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li a:hover,
    .plumber-navbar2 #plumber-nav li a:focus {
        color: #fff;
    }
}

.plumber-navbar2 #plumber-nav li.active a {
    color: #7cc3ff;
    background: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li.active a {
        color: #fff;
    }
}

.plumber-navbar2 #plumber-nav li .dropdown-menu {
    top: calc(100% + 5px);
    background: #f2cb35;
    border-radius: 0;
    border: none;
    padding: 0;
    min-width: 256px;
}

@media (min-width: 1025px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu {
        background: #f2cb35;
    }
}

.plumber-navbar2 #plumber-nav li .dropdown-menu li {
    border-bottom: 1px solid #feda4e;
}

.plumber-navbar2 #plumber-nav li .dropdown-menu li:before,
.plumber-navbar2 #plumber-nav li .dropdown-menu li:after {
    display: none;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu li {
        padding-left: 15px;
        border-bottom: none;
        border-top: 1px solid #feda4e;
    }
}

.plumber-navbar2 #plumber-nav li .dropdown-menu li:last-child {
    border: none;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #f2cb35;
    }
}

.plumber-navbar2 #plumber-nav li .dropdown-menu li a {
    color: #443c1a;
    font-size: 15px;
    font-weight: normal;
    padding: 0 32px;
    line-height: 48px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px;
    }
    .plumber-navbar2 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px;
    }
}

.plumber-navbar2 #plumber-nav li .dropdown-menu li a:hover,
.plumber-navbar2 #plumber-nav li .dropdown-menu li a:focus {
    background: #e7b207;
    color: #fff;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li:hover,
    .plumber-navbar2 #plumber-nav li:focus {
        background: #e7b207;
    }
}

.plumber-navbar2 #plumber-nav li:hover a,
.plumber-navbar2 #plumber-nav li:focus a {
    color: #fff;
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li:hover a,
    .plumber-navbar2 #plumber-nav li:focus a {
        color: #fff;
    }
}

.plumber-navbar2 #plumber-nav li.dropdown > a:after {
    font-family: "FontAwesome";
    display: none;
    content: "\f107";
}

@media (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li.dropdown > a:after {
        display: block;
        float: right;
    }
}

.plumber-navbar2 #plumber-nav li.dropdown.open > a:after {
    content: "\f106";
}

@media (min-width: 1025px) {
    .plumber-navbar2 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar2 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

.plumber-navbar2 #plumber-nav .header-social {
    display: table;
    margin: 0 auto 30px;
}

@media (min-width: 992px) {
    .plumber-navbar2 #plumber-nav .header-social {
        display: none;
    }
}

.plumber-navbar2 #plumber-nav .header-social li {
    border: none;
    background: none;
}

.plumber-navbar2 #plumber-nav .header-social li a {
    line-height: 1;
}

.plumber-navbar2 #plumber-nav .header-social li a i {
    color: #fff;
}

.plumber-navbar2.affix-coming {
    top: -100px;
}

.plumber-navbar2.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    animation: fadeItIn 1s;
}

.plumber-navbar2.affix + section,
.plumber-navbar2.affix + div {
    margin-top: 70px;
}


/*Navbar*/

.navhere3 {
    background: #152348;
}

@media (max-width: 1199px) {
    .navhere3 .container {
        padding: 0;
    }
}

.plumber-navbar3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2875b1+50,266fac+50 */
    background: #2875b1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2875b1 50%, #266fac 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2875b1 50%, #266fac 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2875b1 50%, #266fac 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2875b1', endColorstr='#266fac', GradientType=0);
    /* IE6-9 */
    box-shadow: none;
    z-index: 10;
    border: none;
    text-transform: uppercase;
    z-index: 9999;
    border-radius: 0;
    margin: 0;
    transition: all 300ms linear 0s;
}

.plumber-navbar3 .plumber-nav-left {
    padding: 5px 0 5px 5px;
    min-height: 64px;
    float: left;
}

.plumber-navbar3 .plumber-nav-left ul {
    border-left: 1px dashed #689ac5;
    border-top: 1px dashed #689ac5;
    border-bottom: 1px dashed #689ac5;
}

@media (max-width: 1199px) {
    .plumber-navbar3 .plumber-nav-left {
        padding: 0;
        float: none;
    }
    .plumber-navbar3 .plumber-nav-left ul {
        border: none;
    }
}

@media (max-width: 1199px) {
    .plumber-navbar3 {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
}

@media (max-width: 991px) {
    .plumber-navbar3 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

.plumber-navbar3 .container {
    padding: 0px;
    max-width: 1170px;
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar3 .container {
        background: #3baed4;
        padding: 0;
    }
}

.plumber-navbar3 #plumber-nav {
    position: relative;
    z-index: 2;
    padding: 0;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav {
        border: none;
    }
    .plumber-navbar3 #plumber-nav .nav {
        margin: 0;
    }
}

.plumber-navbar3 #plumber-nav li {
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li {
        border-bottom: 1px solid #4fc2e8;
    }
}

.plumber-navbar3 #plumber-nav li:after,
.plumber-navbar3 #plumber-nav li:before {
    content: '';
    height: 34px;
    width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li:after,
    .plumber-navbar3 #plumber-nav li:before {
        display: none;
    }
}

.plumber-navbar3 #plumber-nav li:before {
    background: #265c86;
    left: 0;
}

.plumber-navbar3 #plumber-nav li:after {
    background: #4287b8;
    right: 0;
}

.plumber-navbar3 #plumber-nav li:first-child:before {
    display: none;
}

.plumber-navbar3 #plumber-nav li:last-child:after {
    display: none;
}

.plumber-navbar3 #plumber-nav li a {
    color: #fff;
    text-shadow: none;
    padding: 0 25px;
    font: bold 16px/54px "Open Sans", sans-serif;
}

@media (max-width: 1199px) {
    .plumber-navbar3 #plumber-nav li a {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar3 #plumber-nav li a {
        padding: 0 25px;
    }
}

.plumber-navbar3 #plumber-nav li a:hover,
.plumber-navbar3 #plumber-nav li a:focus {
    background: none;
    color: #7cc3ff;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li a:hover,
    .plumber-navbar3 #plumber-nav li a:focus {
        color: #fff;
    }
}

.plumber-navbar3 #plumber-nav li.active a {
    color: #7cc3ff;
    background: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li.active a {
        color: #fff;
    }
}

.plumber-navbar3 #plumber-nav li .dropdown-menu {
    top: calc(100% + 6px);
    background: #3baed4;
    border-radius: 0;
    border: none;
    padding: 0;
    min-width: 256px;
}

@media (min-width: 1025px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu {
        background: #4fc2e8;
    }
}

.plumber-navbar3 #plumber-nav li .dropdown-menu li {
    border-bottom: 1px solid #4fc2e8;
}

.plumber-navbar3 #plumber-nav li .dropdown-menu li:before,
.plumber-navbar3 #plumber-nav li .dropdown-menu li:after {
    display: none;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu li {
        padding-left: 15px;
        border-bottom: none;
        border-top: 1px solid #75dbfd;
    }
}

.plumber-navbar3 #plumber-nav li .dropdown-menu li:last-child {
    border: none;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

.plumber-navbar3 #plumber-nav li .dropdown-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 32px;
    line-height: 48px;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px;
    }
    .plumber-navbar3 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px;
    }
}

.plumber-navbar3 #plumber-nav li .dropdown-menu li a:hover,
.plumber-navbar3 #plumber-nav li .dropdown-menu li a:focus {
    background: #4fc2e8;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li:hover,
    .plumber-navbar3 #plumber-nav li:focus {
        background: #4fc2e8;
    }
}

.plumber-navbar3 #plumber-nav li:hover a,
.plumber-navbar3 #plumber-nav li:focus a {
    color: #64d9ff;
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li:hover a,
    .plumber-navbar3 #plumber-nav li:focus a {
        color: #fff;
    }
}

.plumber-navbar3 #plumber-nav li.dropdown > a:after {
    font-family: "FontAwesome";
    display: none;
    content: "\f107";
}

@media (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li.dropdown > a:after {
        display: block;
        float: right;
    }
}

.plumber-navbar3 #plumber-nav li.dropdown.open > a:after {
    content: "\f106";
}

@media (min-width: 1025px) {
    .plumber-navbar3 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar3 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

.plumber-navbar3 #plumber-nav .header-social {
    display: table;
    margin: 0 auto 30px;
}

@media (min-width: 992px) {
    .plumber-navbar3 #plumber-nav .header-social {
        display: none;
    }
}

.plumber-navbar3 #plumber-nav .header-social li {
    border: none;
}

.plumber-navbar3 #plumber-nav .header-social li a {
    line-height: 1;
}

.plumber-navbar3.affix-coming {
    top: -100px;
}

.plumber-navbar3.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    animation: fadeItIn 1s;
}

.plumber-navbar3.affix + section,
.plumber-navbar3.affix + div {
    margin-top: 70px;
}

.plumber-navbar4 {
    background: transparent;
    border: none;
    box-shadow: none;
    transition: all 300ms linear 0s;
}

.plumber-navbar4 .plumber-nav-left {
    padding: 5px 0 5px 5px;
    min-height: 64px;
    float: left;
}

.plumber-navbar4 .plumber-nav-left ul {
    border-left: 1px dashed #689ac5;
    border-top: 1px dashed #689ac5;
    border-bottom: 1px dashed #689ac5;
}

@media (max-width: 1199px) {
    .plumber-navbar4 .plumber-nav-left {
        padding: 0;
        float: none;
    }
    .plumber-navbar4 .plumber-nav-left ul {
        border: none;
    }
}

@media (max-width: 1199px) {
    .plumber-navbar4 {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
}

@media (max-width: 991px) {
    .plumber-navbar4 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

.plumber-navbar4 .container {
    padding: 0px;
    max-width: 1170px;
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar4 .container {
        background: #3baed4;
        padding: 0;
    }
}

.plumber-navbar4 #plumber-nav {
    position: relative;
    z-index: 2;
    padding: 0;
}

@media (max-width: 1199px) {
    .plumber-navbar4 #plumber-nav {
        border: none;
        background: #000;
    }
    .plumber-navbar4 #plumber-nav .nav {
        margin: 0;
    }
}

.plumber-navbar4 #plumber-nav li {
    position: relative;
    margin: 0 5px 0 0;
}

@media (max-width: 1199px) {
    .plumber-navbar4 #plumber-nav li {
        margin: 0;
    }
}

.plumber-navbar4 #plumber-nav li:last-child {
    margin: 0;
}

.plumber-navbar4 #plumber-nav li.dropdown:hover a,
.plumber-navbar4 #plumber-nav li.dropdown:focus a,
.plumber-navbar4 #plumber-nav li.dropdown.active a {
    background: #1d2121;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li {
        border-bottom: 1px solid #4fc2e8;
    }
}

.plumber-navbar4 #plumber-nav li:after,
.plumber-navbar4 #plumber-nav li:before {
    content: '';
    height: 34px;
    width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li:after,
    .plumber-navbar4 #plumber-nav li:before {
        display: none;
    }
}

.plumber-navbar4 #plumber-nav li:first-child:before {
    display: none;
}

.plumber-navbar4 #plumber-nav li:last-child:after {
    display: none;
}

.plumber-navbar4 #plumber-nav li a {
    color: #fff;
    text-shadow: none;
    padding: 0 20px;
    font: bold 15px "Raleway", sans-serif;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .plumber-navbar4 #plumber-nav li a {
        padding: 0 15px;
        font-size: 14px;
        line-height: 48px;
    }
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li a {
        font-size: 15px;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar4 #plumber-nav li a {
        padding: 0 25px;
    }
}

.plumber-navbar4 #plumber-nav li a:hover,
.plumber-navbar4 #plumber-nav li a:focus {
    background: none;
    color: #7cc3ff;
    box-shadow: none;
    background-color: transparent;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li a:hover,
    .plumber-navbar4 #plumber-nav li a:focus {
        color: #fff;
    }
}

.plumber-navbar4 #plumber-nav li.active a {
    color: #7cc3ff;
    background: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li.active a {
        color: #fff;
    }
}

.plumber-navbar4 #plumber-nav li .dropdown-menu {
    top: calc(100%);
    background: #1d2121;
    border-radius: 0;
    border: none;
    padding: 0;
    min-width: 256px;
    box-shadow: none;
}

@media (min-width: 1025px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu {
        background: #1d2121;
    }
}

.plumber-navbar4 #plumber-nav li .dropdown-menu li {
    margin: 0;
}

.plumber-navbar4 #plumber-nav li .dropdown-menu li:before,
.plumber-navbar4 #plumber-nav li .dropdown-menu li:after {
    display: none;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu li {
        border-bottom: none;
        border-top: 1px solid #75dbfd;
    }
}

.plumber-navbar4 #plumber-nav li .dropdown-menu li:last-child {
    border: none;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

.plumber-navbar4 #plumber-nav li .dropdown-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 32px;
    line-height: 48px;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px;
    }
    .plumber-navbar4 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px;
    }
}

.plumber-navbar4 #plumber-nav li .dropdown-menu li a:hover,
.plumber-navbar4 #plumber-nav li .dropdown-menu li a:focus {
    background: #4fc2e8;
    border-radius: 0;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li:hover,
    .plumber-navbar4 #plumber-nav li:focus,
    .plumber-navbar4 #plumber-nav li.active {
        background: #1d2121;
    }
}

.plumber-navbar4 #plumber-nav li:hover a,
.plumber-navbar4 #plumber-nav li:focus a,
.plumber-navbar4 #plumber-nav li.active a {
    color: #fff;
    background: #1d2121;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li:hover a,
    .plumber-navbar4 #plumber-nav li:focus a,
    .plumber-navbar4 #plumber-nav li.active a {
        color: #fff;
    }
}

.plumber-navbar4 #plumber-nav li.dropdown > a:after {
    font-family: "FontAwesome";
    display: none;
    content: "\f107";
}

@media (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li.dropdown > a:after {
        display: block;
        float: right;
    }
}

.plumber-navbar4 #plumber-nav li.dropdown.open > a:after {
    content: "\f106";
}

@media (min-width: 1025px) {
    .plumber-navbar4 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar4 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

.plumber-navbar4 #plumber-nav .header-social {
    display: table;
    margin: 0 auto 30px;
}

@media (min-width: 992px) {
    .plumber-navbar4 #plumber-nav .header-social {
        display: none;
    }
}

.plumber-navbar4 #plumber-nav .header-social li {
    border: none;
}

.plumber-navbar4 #plumber-nav .header-social li a {
    line-height: 1;
}

.plumber-navbar4.affix-coming {
    top: -100px;
}

.plumber-navbar4.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    animation: fadeItIn 1s;
}

.plumber-navbar4.affix + section,
.plumber-navbar4.affix + div {
    margin-top: 70px;
}


/*Navbar*/

.plumber-navbar5 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2875b1+50,266fac+50 */
    background: #092c41;
    /* Old browsers */
    background: -moz-linear-gradient(top, #092c41 50%, #082638 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #092c41 50%, #082638 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #092c41 50%, #082638 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#092c41', endColorstr='#082638', GradientType=0);
    /* IE6-9 */
    transition: all 300ms linear 0s;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.plumber-navbar5 .navbar-container {
    border: none;
}

@media (max-width: 991px) {
    .plumber-navbar5 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

@media (max-width: 991px) {
    .plumber-navbar5 .container {
        background: #3baed4;
        padding: 0;
    }
}

.plumber-navbar5 .get-appointment-btn {
    background: #074788;
    line-height: 60px;
}

.plumber-navbar5 .get-appointment-btn span {
    text-transform: uppercase;
}

.plumber-navbar5 .get-appointment-btn:before {
    background: #08437c;
}

.plumber-navbar5 .get-appointment-btn:hover,
.plumber-navbar5 .get-appointment-btn:focus,
.plumber-navbar5 .get-appointment-btn:hover:before {
    background: #ffae28;
    color: #000;
}

.plumber-navbar5 #plumber-nav {
    position: relative;
    z-index: 2;
    padding: 0;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav {
        border: none;
    }
    .plumber-navbar5 #plumber-nav .nav {
        margin: 0;
    }
}

.plumber-navbar5 #plumber-nav li {
    position: relative;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li {
        border-bottom: 1px solid #4fc2e8;
    }
}

.plumber-navbar5 #plumber-nav li:after,
.plumber-navbar5 #plumber-nav li:before {
    content: '';
    height: 34px;
    width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li:after,
    .plumber-navbar5 #plumber-nav li:before {
        display: none;
    }
}

.plumber-navbar5 #plumber-nav li:before {
    background: #0d415a;
    left: 0;
}

.plumber-navbar5 #plumber-nav li:after {
    background: #04161f;
    right: 0;
}

.plumber-navbar5 #plumber-nav li:first-child:before {
    display: none;
}

.plumber-navbar5 #plumber-nav li:last-child:after {
    display: none;
}

.plumber-navbar5 #plumber-nav li a {
    color: #fff;
    text-shadow: none;
    padding: 0 25px;
    font: bold 16px/54px "Open Sans", sans-serif;
    text-transform: uppercase;
    line-height: 60px;
}

@media (max-width: 1199px) {
    .plumber-navbar5 #plumber-nav li a {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar5 #plumber-nav li a {
        padding: 0 25px;
    }
}

.plumber-navbar5 #plumber-nav li a:hover,
.plumber-navbar5 #plumber-nav li a:focus {
    background: none;
    color: #7cc3ff;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li a:hover,
    .plumber-navbar5 #plumber-nav li a:focus {
        color: #fff;
    }
}

.plumber-navbar5 #plumber-nav li.active a {
    color: #7cc3ff;
    background: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li.active a {
        color: #fff;
    }
}

.plumber-navbar5 #plumber-nav li .dropdown-menu {
    top: calc(100%);
    background: #3baed4;
    border-radius: 0;
    border: none;
    padding: 0;
    min-width: 256px;
}

@media (min-width: 1025px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu {
        background: #4fc2e8;
    }
}

.plumber-navbar5 #plumber-nav li .dropdown-menu li {
    border-bottom: 1px solid #4fc2e8;
}

.plumber-navbar5 #plumber-nav li .dropdown-menu li:before,
.plumber-navbar5 #plumber-nav li .dropdown-menu li:after {
    display: none;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu li {
        padding-left: 15px;
        border-bottom: none;
        border-top: 1px solid #75dbfd;
    }
}

.plumber-navbar5 #plumber-nav li .dropdown-menu li:last-child {
    border: none;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

.plumber-navbar5 #plumber-nav li .dropdown-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 32px;
    line-height: 48px;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px;
    }
    .plumber-navbar5 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px;
    }
}

.plumber-navbar5 #plumber-nav li .dropdown-menu li a:hover,
.plumber-navbar5 #plumber-nav li .dropdown-menu li a:focus {
    background: #4fc2e8;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li:hover,
    .plumber-navbar5 #plumber-nav li:focus {
        background: #4fc2e8;
    }
}

.plumber-navbar5 #plumber-nav li:hover a,
.plumber-navbar5 #plumber-nav li:focus a {
    color: #64d9ff;
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li:hover a,
    .plumber-navbar5 #plumber-nav li:focus a {
        color: #fff;
    }
}

.plumber-navbar5 #plumber-nav li.dropdown > a:after {
    font-family: "FontAwesome";
    display: none;
    content: "\f107";
}

@media (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li.dropdown > a:after {
        display: block;
        float: right;
    }
}

.plumber-navbar5 #plumber-nav li.dropdown.open > a:after {
    content: "\f106";
}

@media (min-width: 1025px) {
    .plumber-navbar5 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar5 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

.plumber-navbar5 #plumber-nav .header-social {
    display: table;
    margin: 0 auto 30px;
}

@media (min-width: 992px) {
    .plumber-navbar5 #plumber-nav .header-social {
        display: none;
    }
}

.plumber-navbar5 #plumber-nav .header-social li {
    border: none;
}

.plumber-navbar5 #plumber-nav .header-social li a {
    line-height: 1;
}

.plumber-navbar5.affix-coming {
    top: -100px;
}

.plumber-navbar5.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 900;
}

.plumber-navbar5.affix + section,
.plumber-navbar5.affix + div {
    margin-top: 70px;
}

.navbar-container3 {
    margin: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .navbar-container3 {
        border: none;
    }
}

.navbar-container2 {
    margin: 0;
    border: 1px solid #efdf9e;
    position: relative;
    z-index: 2;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .navbar-container2 {
        border: none;
    }
}

.navbar-container {
    margin: 0;
    /*border: 1px dashed rgba(255, 255, 255, 0.3);*/
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .navbar-container {
        border: none;
    }
}

.plumber-nav-right {
    float: right;
    color: #fff;
    font: bold 16px/54px "Open Sans", sans-serif;
    background: #e1444b;
    position: relative;
    text-align: center;
    width: 245px;
    line-height: 54px;
    padding: 5px 5px 5px 0;
}

.plumber-nav-right .get-appointment-btn3 {
    border-right: 1px dashed #ea7c81;
    border-top: 1px dashed #ea7c81;
    border-bottom: 1px dashed #ea7c81;
}

.plumber-nav-right .get-appointment-btn3 span {
    color: #fff;
}

@media (max-width: 1199px) {
    .plumber-nav-right {
        width: 100%;
        float: left;
    }
    .plumber-nav-right .get-appointment-btn3 {
        border: none;
    }
}

.get-appointment-btn2 {
    float: right;
    color: #443c1a;
    font: bold 16px/54px "Open Sans", sans-serif;
    padding: 0 34px;
    background: #eab206;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .get-appointment-btn2 {
        float: none;
        display: block;
        margin: 25px 15px 20px;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .get-appointment-btn2 {
        margin: 25px 25px 20px;
    }
}

.get-appointment-btn2:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0a306;
    transition: all 300ms linear 0s;
}

.get-appointment-btn2 span {
    position: relative;
    z-index: 2;
}

.get-appointment-btn2:hover,
.get-appointment-btn2:focus {
    color: #fff;
    background: #e0a306;
}

.get-appointment-btn2:hover:before,
.get-appointment-btn2:focus:before {
    background: #dba207;
}

.get-appointment-btn {
    float: right;
    color: #fff;
    font: bold 15px/54px "Open Sans", sans-serif;
    padding: 0 25px;
        background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    position: relative;
    text-align: center;
font-family: 'Aref Ruqaa', serif;
}

@media (max-width: 991px) {
    .get-appointment-btn {
        float: none;
        display: block;
        margin: 25px 15px 20px;
    }
}

@media (max-width: 767px) and (min-width: 361px) {
    .get-appointment-btn {
        margin: 25px 25px 20px;
    }
}

.get-appointment-btn:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
        background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    transition: all 300ms linear 0s;
}

.get-appointment-btn span {
    position: relative;
    z-index: 2;
}

.get-appointment-btn:hover,
.get-appointment-btn:focus {
    color: #fff;
        background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.get-appointment-btn:hover:before,
.get-appointment-btn:focus:before {
        background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.this-title a {
    color: #382d2b;
}

.this-title a:hover {
    color: #8c0201;
}

.navbar-toggle {
    border-radius: 0;
    padding: 0;
    border: none;
    margin: 50px 0;
    width: 25px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 15px;
    background: #092942;
    margin: 0;
    transition: all 300ms linear 0s;
    float: right;
}

.navbar-toggle .icon-bar:nth-child(2) {
    width: 25px;
}

.navbar-toggle .icon-bar:nth-child(3) {
    width: 20px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-toggle[aria-expanded="true"] .icon-bar {
    width: 25px;
}

.porltv {
    position: relative;
}

.bg-homepage4 {
    background: url("../images/homepage4/bg-homepage4.jpg") center center;
    min-height: 831px;
}

.plumber-navbar4 {
    margin: 0;
    padding: 5px 0 0 0;
}

@media (max-width: 1199px) {
    .plumber-navbar4 {
        width: 100%;
    }
    .navhere4 {
        padding: 15px 0 0 0 !important;
        position: static !important;
    }
}

.top-header2 {
    background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
    .top-header2 .col-md-3 {
        text-align: center;
    }
    .top-header2 .col-md-3 .get-appointment-btn4 {
        float: none;
        margin: 0 0 14px 0;
    }
}

.top-header2 .nav {
    min-height: 50px;
}

@media (max-width: 1199px) {
    .top-header2 .nav {
        text-align: center;
    }
}

.top-header2 .nav li {
    background-color: transparent;
}

@media (max-width: 1199px) {
    .top-header2 .nav li {
        float: none;
        display: inline-block;
    }
}

.top-header2 .nav li a {
    padding: 14px;
}

.top-header2 .nav li i {
    margin: 0 15px 0 0;
}

.top-header2 .nav li i,
.top-header2 .nav li span {
    font-size: 15px;
    color: #c1d0e1;
}

.top-header2 .nav li a:hover {
    background: transparent;
}

.top-header2 .get-appointment-btn4 {
    background: #e1444b;
    padding: 13px 30px;
    font-family: "Raleway", sans-serif;
    min-height: 50px;
    display: inline-block;
    float: right;
}

.top-header2 .get-appointment-btn4 span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.bg-homepage4-inn {
    background: url("../images/homepage4/bg-inn-header4.jpg") no-repeat;
    min-height: 412px;
    background-size: cover;
}

.navhere4 {
    padding: 30px 0 0 0;
    position: absolute;
    width: 100%;
}

.navhere4 .logo-small {
    display: none;
}

@media (max-width: 1199px) {
    .navhere4 .logo .logo-big {
        display: none;
    }
    .navhere4 .logo .logo-small {
        display: block;
    }
}

.navhere4.affix {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    padding: 10px 0 5px 0 !important;
    background: #7f8688;
}

.navhere4.affix .logo .logo-big {
    display: none;
}

.navhere4.affix .logo .logo-small {
    display: block;
}

@media (max-width: 1199px) {
    .navhere4.affix {
        position: static;
    }
}

.top-header3 {
    background: #f1f1f1;
}

@media (max-width: 1199px) {
    .top-header3 {
        text-align: center;
    }
    .top-header3 ul.nav {
        float: none !important;
        display: inline-block;
    }
}

.top-header3 .welcome-texts {
    font-size: 15px;
    color: #6d6d6d;
    font-style: normal;
    height: 45px;
    line-height: 45px;
}

@media (max-width: 1199px) {
    .top-header3 .welcome-texts {
        height: auto;
        padding: 10px;
        line-height: normal;
    }
}

.top-header3 ul.nav {
    float: right;
    padding: 2.5px 0;
}

.top-header3 ul.nav li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.top-header3 ul.nav li a {
    color: #6d6d6d;
}

.top-header3 ul.nav li:after {
    width: 1px;
    content: "";
    height: 15px;
    background: #6d6d6d;
    position: absolute;
    top: 14px;
    right: 0;
}

.top-header3 ul.nav li:before {
    width: 1px;
    content: "";
    height: 15px;
    background: #d3d3d3;
    position: absolute;
    top: 14px;
    right: 1px;
}

.top-header3 ul.nav li:last-child:after,
.top-header3 ul.nav li:last-child:before {
    display: none;
}


/*====================================================*/

.slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 195px;
    transition: all 300ms linear 0s;
    /*Animation*/
}

@media (max-width: 1440px) {
    .slider-caption {
        top: 120px;
    }
}

@media (max-width: 1199px) {
    .slider-caption {
        top: 80px;
    }
}

@media (max-width: 991px) {
    .slider-caption {
        top: 20px;
    }
}

.slider-caption .this-ttitle,
.slider-caption .this-mtitle {
    text-transform: uppercase;
    font: bold 25px/1 "Raleway", sans-serif;
    margin: 0 0 10px;
    color: #fff;
    transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
    .slider-caption .this-ttitle,
    .slider-caption .this-mtitle {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .slider-caption .this-ttitle,
    .slider-caption .this-mtitle {
        font-size: 18px;
    }
}

.slider-caption .this-ttitle.blue,
.slider-caption .this-mtitle.blue {
    color: #266fac;
}

.slider-caption .this-mtitle {
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 18px;
    transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
    .slider-caption .this-mtitle {
        font-size: 36px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .slider-caption .this-mtitle {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .slider-caption .btn {
        font-size: 16px;
        padding: 0 25px;
        line-height: 52px;
    }
}

.main-slider {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .main-slider .owl-item img {
        height: 264px;
        width: auto;
    }
}

.main-slider .owl-prev,
.main-slider .owl-next {
    width: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
    .main-slider .owl-prev,
    .main-slider .owl-next {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .main-slider .owl-prev,
    .main-slider .owl-next {
        display: none;
    }
}

.main-slider .owl-prev {
    left: 0;
}

.main-slider .owl-next {
    right: 0;
}

.main-slider:hover .owl-prev,
.main-slider:hover .owl-next,
.main-slider:focus .owl-prev,
.main-slider:focus .owl-next {
    opacity: 1;
}

.slider-list {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .slider-list {
        margin-bottom: 20px;
    }
}

.slider-list li {
    letter-spacing: 0.3px;
    font: 500 20px/35px "Raleway", sans-serif;
    color: #fff;
    padding-left: 35px;
    background: url(../images/icons/list-check.jpg) no-repeat scroll left center;
}

@media (max-width: 1199px) {
    .slider-list li {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .slider-list li {
        font-size: 14px;
        line-height: 24px;
    }
    .media img {
        height: 25px;
    }
    .logis img {
        height: 50px !important;
    }
    #reservation .make-resrvation h5 {
        font-size: 20px !important;
        line-height: 31px !important;
    }
    .about-section1 .content-col p {
        font-size: 16px;
        text-align: center;
    }
    #reservation .make-resrvation h5 {
        font-size: 20px !important;
        line-height: 31px !important;
    }
    #reservation .make-resrvation p {
        font-size: 14px !important;
    }
    #reservation .reservation-bottom a {
        font-size: 20px !important;
        padding: 5px 20px !important;
        border-right: 0 !important;
        margin-top: -15px !important;
    }
    #reservation .reservation-bottom a.book-us-btn {
        border-radius: 5px;
        font-size: 22px;
        line-height: 25px !important;
        padding: 0 15px;
        font-size: 15px !important;
        margin-top: 5px !important;
    }
    .fott-top a {
        padding: 0px 7px !important;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        font-size: 12px;
        border: 1px solid #fff;
        margin: 4px 3px;
    }
    .header-contacts h3.this-title {
        font-size: 18px;
    }
    .header-contacts .media-left {
        padding-right: 8px;
    }
    .single-img-banner .heading-bx{
        display: none;
    }
    .about-section1 .content-col a{
        margin: 0 auto !important;
        float: none !important;
        display: table;
    }
    .why-choose{
        margin-bottom: 25px !important;
    }
    
    .work-process-list ul li:before{
        display: none !important;
    }
    .work-process-list ul li h6{
        margin-bottom: 15px !important;
    }
    .ytr li{
        font-size: 14px !important;
    }
    .btn-theme{
        margin: 0 auto;
        float: none;
        display: table !important;
        width: 100%;
    }
    .jhytrf{
        font-weight: bold;
        display: table;
        margin: 0 auto !important;
        text-align: center;
        padding: 10px 0px;
        font-size: 18px;
        color: #fff;
    }
    .single-img-banner{
        background-size: cover !important;
        background: url(../image/banner-img1.jpg) no-repeat !important;
        width: 100% !important;
    }
    .single-img-banner .overlay{
        background: none !important
    }
    .area2{
        margin-bottom: 30px;
    }
    .ytr-x{
        padding-top: 0 !important
    }
   #reservation .make-resrvation:before{
    border: none !important;
   }
   #reservation .make-resrvation{
    padding: 30px 0px 40px !important;
   }
    .service-2area {
    margin: 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 200px;
}
    .media {
        margin-top: 0;
    }
    .main-logo img {
        max-width: 115px;
    }
    .navbar-toggle {
        margin: 15px 0 0;
    }
    .main-header .this-inner {
        border: none;
        padding: 5px 0;
    }
    .owl-carousel .owl-item img{
        width: auto;
    }
}


/*Slider 2*/

#minimal-bootstrap-carousel {
    margin-bottom: 0px;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container {
        max-width: 970px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container {
        max-width: 750px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
    vertical-align: middle;
}

.nav>li>a {
    padding: 0px;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
    display: block;
    display: block;
    /* background-color: rgba(0, 0, 0, 0.48); */
     width: 750px; 
    margin: 0 auto;
    /* border: 1px solid #d4d4d4; */
    /* padding: 20px 5px 40px; */
    /* border-radius: 3px; */
    /* text-align: center; */
    /*margin-top: 140px;*/
    float: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
    text-transform: uppercase;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
font-family: 'Aref Ruqaa', serif;
    /* line-height: 60px; */
    transition: all 300ms linear 0s;
}

.b-text {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 28px;
font-family: 'Aref Ruqaa', serif;
    background-color: rgb(4, 51, 107, 0.85);
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    margin: 0 auto;
    width: 700px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 18px !important;
    }
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle.blue,
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle.blue {
    color: #fff;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 35px;
font-family: 'Aref Ruqaa', serif;
    text-transform: uppercase;
    letter-spacing: 1PX;
    border-bottom: 1px solid;
    /* line-height: 60px; */
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 40px;
    transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 36px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
        font-size: 16px;
        padding: 0 25px;
        line-height: 52px;
        margin:0 auto;
        display:table;
    }
}

#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 500px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #1E1E1E;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-inner .item {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel .carousel-inner .item {
        min-height: 300px;
    }
}

#minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible !important;
    opacity: .65;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    border-radius: 0;
    z-index: 99;
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
    background: #000;
}


/* processing for fadeing effect styles */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* fixing layers styles */

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom .content {
    padding-bottom: 135px;
}

#minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
    padding-top: 120px;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
        padding-top: 100px;
    }
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
        margin-top: -60px !important;
        width: 100%;
    }
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 22px !important;
        line-height: 36px !important
        text-align:center:
    }
    .vc_custom{
      padding: 0px !important;
    }
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle{
    font-size:25px !important;
    text-align:center;
    border-bottom:0 !important;
    }
    .lkjg{
    display:none;
    }

    .calli-area{
    padding: 20px 0px 30px !important;
    }
    .calli h1{
    font-size: 18px !important;
    line-height:30px; 
    }
    .calli{
    margin-bottom:20px !important;
    }
    .calli1 a{
    padding:10px 30px !important;
    font-size:14px !important;
    margin:0 auto !important;
    display:table;
    }

    .quit1 {
        display: table !important;
        margin: 0 auto !important;
    }
    .quit1 img {
        height: 40px !important;
    }
    .quit2 h3 {
        font-size: 15px !important;
        text-align: center !important;
        line-height: 34px !important;
    }
    .rv-01 h3 {
        font-size: 11px !important;
    }
    .main-service h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .key-features .media-right span img {
        float: left;
        width: 100%;
        height: 100% !important;
    }
    .single-services-menu {
        margin-bottom: 30px !important
    }
    .rx-line-box h6 {
        padding: 15px 0px 30px 0px !important;
    }
    .ret-star {
        letter-spacing: 0px !important;
        font-size: 18px !important;
    }
    .tg-socialicons {
        margin: 0px;
        float: left;
        padding-left: 13px !important;
        padding-bottom: 10px !important;
    }
    .rv-02 h3 {
        font-size: 18px !important;
        margin: 0px !important;
        line-height: 27px !important;
    }
    .rv-03 {
        font-size: 12px !important;
    }
    .req h2 {
        font-size: 22px !important
    }
    #flight-datepicker {
        width: 100%;
    }
    .section-title01 h2 {
        line-height: 21px;
        font-size: 20px !important;
    }
    .dtpouy{
    position:absolute !important;
    top:18px !important;
    right:20px !important;
    }
    .mobi {
        margin-bottom: 30px !important;
    }
    .about-section1 .content-col h1 {
        font-size: 24px !important;
    }
    .about-section1 {
        height: auto !important;
    }
    .home-intro-blocks .blocks .the-block{
    margin-bottom: 30px;
    }
    .home-intro-blocks{
    padding-bottom: 50px !important;
    }
    .main-point li{
    width:47% !important;
    float: left !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
    }
    .main-footi {
    background: #d2d2d2 !important;
    }
    .plumber-navbar #plumber-nav li a{
    color: #fff !important;
    }
    .abohy{
    margin-top:20px !important;
    }
    .abohy h2{
    font-size:24px !important;
    line-height:30px;
    }

    .abohy a{
    font-size:18px !important;
    }
    .abohy h4 {
    font-size:20px !important;
    }
    .abohy span{
    font-size:18px !important;
    }
    .panel-title{
    font-size:18px !important;
    line-height:27px;
    }
    .friq-quest h2{
    font-size:26px !important;
    margin-bottom:10px !important;
    }
    .getti-quote {
    padding: 40px 15px !important;
    display: inherit !important;
    width: 100% !important;
    }
    .envy img{
    width:100%;
    }
    .hytr01 {
    margin-top: 20px !important;
    }
    .clint {
        width: 70px !important;
        margin-right: 10px !important;
        float: left !important;
    }
    .logis img {
        margin: 0 auto;
        padding: 0px;
        height: 65px;
        display: table;
        padding: 5px;
        margin-bottom: 13px !important;
        width: 100%;
        border: 1px solid #c5c5c5
    }
    .logis1 img {
        width: 100%;
        margin-bottom: 10px !important;
        height: 75px !important;
    }
    .tests-area {
        padding-top: 0px !important;
    }
    .sa-s {
        padding-bottom: 15px;
    }
    .practice01 img {
        width: 100% !important;
    }
    .page-cover .container {
        position: relative;
        z-index: 3;
        padding: 70px 0px 70px !important;
    }
    .practice2 h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .page-title {
        font-size: 30px !important;
    }
    .practice1 {
        position: inherit !important;
        left: 0 !important;
        top: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .practice1 h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .practice01:after {
        margin: 11px 0px !important;
    }
    .practice01:before {
        margin: 11px 0px !important;
        right: 40px !important;
    }
    .practice2 {
        position: inherit !important;
        right: 0 !important;
        top: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .practice02:before {
        margin: 10px 0px !important;
        bottom: 0 !important;
        left: 36px !important;
    }
    .practice02:after {
        bottom: 0px !important;
        margin: 10px 0px !important;
        right: 36px !important;
    }
    #why-choose-us:before {
        display: none;
    }
    #why-choose-us {
        background: #0c6c23 !important;
    }
    #why-choose-us .why-choose-list {
        padding: 30px 0px !important;
    }
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
#minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
    padding-top: 120px;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 140px;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 120px;
    }
}

#minimal-bootstrap-carousel.shop-slider2 {
    margin-bottom: 0;
}

#minimal-bootstrap-carousel.shop-slider2 .slider-list li {
    background: url(../images/homepage/icon-3.png) no-repeat scroll left center;
    color: #073a5e;
}

#minimal-bootstrap-carousel.shop-slider2 .carousel-inner .item {
    min-height: 735px;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider2 .carousel-inner .item {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel.shop-slider2 .carousel-inner .item {
        min-height: 400px;
    }
}

#minimal-bootstrap-carousel.shop-slider2 .carousel-caption h3.this-ttitle {
    display: table;
    background: #073a5e;
    font-size: 45px !important;
    color: #fff;
    padding: 10px;
}

#minimal-bootstrap-carousel.shop-slider2 .carousel-caption h2.this-mtitle {
    display: table;
    background: #fff;
    font-size: 45px !important;
    color: #073a5e !important;
    padding: 10px;
}

#minimal-bootstrap-carousel.shop-slider3 {
    margin-bottom: 0;
}

#minimal-bootstrap-carousel.shop-slider3 .slider-list {
    margin: 30px 0;
}

#minimal-bootstrap-carousel.shop-slider3 .slider-list li {
    background: url(../images/icons/list-check.jpg) no-repeat scroll left center;
    color: #fff;
}

#minimal-bootstrap-carousel.shop-slider3 .carousel-inner .item {
    min-height: 631px;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider3 .carousel-inner .item {
        min-height: 500px;
    }
}

#minimal-bootstrap-carousel.shop-slider3 .carousel-caption .content {
    padding: 145px 0 0 0;
}

#minimal-bootstrap-carousel.shop-slider3 .carousel-caption h3.this-ttitle {
    display: table;
    font-size: 25 !important;
    color: #fff;
    padding: 0 0 10px 0;
}

#minimal-bootstrap-carousel.shop-slider3 .carousel-caption h2.this-mtitle {
    display: table;
    font-size: 45px !important;
    color: #fff !important;
    padding: 10px 0 0 0;
    margin: 0 !important;
}

#minimal-bootstrap-carousel.shop-slider3 .carousel-caption p {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 28px;
    padding: 30px 0 50px 0;
    margin: 0;
    line-height: 40px;
    color: #fff;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel.shop-slider3 .carousel-caption p {
        font-size: 18px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel.shop-slider3 .carousel-caption p {
        font-size: 14px;
    }
}

#minimal-bootstrap-carousel.shop-slider4 {
    margin: 0;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider4 {
        background: #02668a;
    }
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-inner {
    overflow: inherit;
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-inner .item {
    min-height: 548px;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-inner .item {
        min-height: 930px;
    }
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-inner .btn {
    line-height: 45px;
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-caption .thm-container {
    max-width: 1200px;
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-caption .content {
    padding: 72px 0 0 0;
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box img {
    margin: 0 0 30px 0;
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box img {
        width: 100%;
    }
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-bottom .content.text-right {
    padding: 50px 0 !important;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-bottom .content.text-right {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-middle {
        display: none;
    }
}

#minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-middle img {
    margin: 0 23px 0 -15px;
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-bottom {
        display: table-row;
    }
}

@media (max-width: 1199px) {
    .form-appointment {
        display: inline-block;
    }
}

.form-appointment .appointment-service-form {
    background: #043350;
    width: 303px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-appointment .appointment-service-form .btn {
    line-height: 40px !important;
}

@media (max-width: 478px) {
    .form-appointment .appointment-service-form {
        width: 100%;
    }
    .form-appointment .appointment-service-form h2.this-title {
        min-height: 100% !important;
    }
}

.form-appointment .appointment-service-form h2.this-title {
    background: url("../images/homepage5/header-form.png") no-repeat;
    margin: 0;
    min-height: 101px;
    font-family: "Verdana", "Geneva", sans-serif;
    font-size: 24px;
    text-align: center;
    padding: 12px 0;
    color: #000;
    background-size: cover;
}

.form-appointment .appointment-service-form .content {
    padding: 5px 25px 0 25px !important;
}

.form-appointment .appointment-service-form .content .form-control {
    border: none;
    color: #000;
    margin: 15px 0 0 0;
}

.form-appointment .appointment-service-form .content .center {
    text-align: center;
}

.form-appointment .appointment-service-form .content .center input[type="submit"] {
    display: inline-block;
    margin: 30px 0;
}


/*====================================================*/

.maintance-row {
    background-image: -moz-linear-gradient(90deg, #e1e0e4 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #e1e0e4 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #e1e0e4 0%, white 100%);
}

@media (max-width: 767px) {
    .maintance-row {
        padding: 25px 0;
    }
}

.maintance-row .col-sm-6 {
    padding: 32px 0;
    min-height: 150px;
}

@media (max-width: 767px) {
    .maintance-row .col-sm-6 {
        padding: 15px;
    }
}

.maintance-row .col-sm-6:first-child {
    background: url(../images/icons/5.png) no-repeat scroll right center;
}

@media (max-width: 991px) {
    .maintance-row .col-sm-6:first-child {
        background: none;
    }
}

.maintance2-row {
    background: #414f5b;
}

.maintance2-row h2.section-title {
    font-family: "PT Serif", serif;
    color: #fff;
    font-size: 32px;
    margin: 32px 0;
    font-style: italic;
    font-weight: normal;
}

.maintance2-row h2.section-title:after {
    display: none;
}

.maintance-media {
    padding: 0 100px 0 35px;
}

@media (max-width: 1199px) {
    .maintance-media {
        padding: 0;
    }
}

.maintance-media .media-left {
    padding-right: 25px;
}

.maintance-media .media-body {
    vertical-align: middle;
}

.maintance-media .this-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font: 800 20px/1.2 "Raleway", sans-serif;
    color: #4b4b4b;
}

.maintance-media .this-title span {
    color: #ba0e0c;
}

.maintance-media p {
    font: 15px/23px "Open Sans", sans-serif;
    color: #202020;
}

.maintance-media p a {
    font-weight: bold;
    text-decoration: underline;
    color: #202020;
}

.maintance-media p a:hover,
.maintance-media p a:focus {
    color: #096697;
}


/*====================================================*/

.welcome-section {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .welcome-section {
        padding: 70px 0;
    }
}

.welcome-textss {
    padding-right: 85px;
}

@media (max-width: 1199px) {
    .welcome-textss {
        padding-right: 15px;
    }
}

.welcome-textss .this-title {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 42px;
    font-family: "Alegreya", serif;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .welcome-textss .this-title {
        font-size: 36px;
    }
}

.welcome-textss .this-title span {
    color: #09a3d5;
}

.welcome-textss .this-stitle {
    letter-spacing: 0.30px;
    font-size: 22px;
    font-style: italic;
    font-family: "PT Serif", serif;
}

@media (max-width: 1199px) {
    .welcome-textss .this-stitle {
        font-size: 20px;
    }
}

.welcome-textss p {
    margin-bottom: 25px;
    letter-spacing: 0.3px;
}

.welcome-box {
    width: 50%;
    padding-right: 30px;
    float: left;
}

@media (max-width: 991px) {
    .welcome-box {
        padding: 15px;
    }
}

@media (max-width: 479px) {
    .welcome-box {
        width: 300px;
        max-resolution: 100%;
        float: none;
        margin: 0 auto;
    }
}

.welcome-box .this-title {
    margin-top: 40px;
    margin-bottom: 12px;
    font-family: "Alegreya", serif;
    font-weight: bold;
}

.welcome-box p {
    color: #999;
}

.welcome-box a {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #ec3633;
    text-transform: capitalize;
}

.welcome-box a:hover,
.welcome-box a:focus {
    color: #096697;
}

@media (max-width: 767px) {
    .welcome-box2-img img {
        width: 100%;
    }
}

.welcome-box2 {
    margin: 0 0 0 40px;
}

@media (max-width: 1199px) {
    .welcome-box2 {
        margin: 0;
        padding: 20px;
    }
}

.welcome-box2 h2.this-title {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

.welcome-box2 h3.this-title {
    font-family: "PT Serif", serif;
    margin: 0;
    font-size: 22px;
    font-style: italic;
    margin: 0 0 20px 0;
}

.welcome-box2 .btn-primary {
    background: #f8d24b;
    font-size: 14px;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.welcome-box2 .btn-primary i {
    margin: 0 0 0 15px;
}

.welcome-box2 ul {
    margin: 0;
    padding: 25px 0 30px 0;
    display: inline-block;
}

.welcome-box2 ul li {
    list-style: none;
    float: left;
    border-right: 1px dashed #d9d9d9;
    width: 205px;
    margin: 0 20px 0 0;
}

@media (max-width: 767px) {
    .welcome-box2 ul li {
        margin: 10px 0;
        border-right: 1px solid transparent;
    }
}

.welcome-box2 ul li img {
    margin: 0 20px 0 0;
}

.welcome-box2 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
}

.welcome-box2 ul li span strong {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}

.welcome-box2 ul li:last-child {
    border-right: none;
}

.welcome-section2 .img {
    padding: 45px 0 0 0;
    float: right;
    margin: 0 15px 0 0;
}

@media (max-width: 1199px) {
    .welcome-section2 .img {
        float: left;
    }
}

.welcome-section2 .welcome-textss {
    padding: 85px 140px 85px 0;
    min-height: 558px;
}

@media (max-width: 767px) {
    .welcome-section2 .welcome-textss {
        padding: 30px 0;
        display: inline-table;
    }
}

.welcome-section2 .btn-primary {
    margin: 15px 0 0 0;
}


/*====================================================*/

.service-offers {
    padding: 95px 0 90px;
    background: url(../images/bg1.jpg) repeat scroll 0 0;
}

@media (max-width: 767px) {
    .service-offers {
        padding: 65px 0 70px;
    }
}

.service-offers2 {
    padding: 95px 0 85px;
    background: url(../images/bg1.jpg) repeat scroll 0 0;
}

@media (max-width: 1179px) {
    .service-offers2 {
        padding: 40px 0;
    }
}

.service-offers2 .section-service {
    text-transform: uppercase;
    font-family: "Raleway";
}

.service-offers2 .section-service:after {
    display: none;
}

.service-offers3 {
    padding: 95px 0 85px;
    background: #fff;
}

@media (max-width: 1179px) {
    .service-offers3 {
        padding: 40px 0;
    }
}

.service-offers3 .section-service {
    text-transform: uppercase;
    font-family: "Raleway";
}

.service-offers3 .section-service:after {
    display: none;
}

.service-offers4 {
    padding: 72px 0;
    background: #f0f0f0;
    min-height: 902px;
}

.service-offers4 .section-title {
    margin: 0;
}

.service-offers4 hr {
    border-top: 1px dashed #b4b4b4;
}

@media (max-width: 767px) {
    .service-offers4 hr {
        display: none;
    }
}

.service-offers4 .single-service {
    padding: 50px 0;
}

.service-offers4 .single-service .col-md-6:first-child {
    padding-left: 0;
}

.service-offers4 .single-service .col-md-6:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .service-offers4 .single-service .col-md-6:first-child {
        padding: 0 0 50px 0;
    }
    .service-offers4 .single-service .col-md-6:last-child {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .service-offers4 .single-service {
        padding: 30px 0;
    }
}

.service-offers4 .single-service p {
    margin: 0 0 30px 0;
}

.service-offers4 .single-service .img-box {
    overflow: hidden;
    background: #000;
}

.service-offers4 .single-service img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    width: 100%;
}

.service-offers4 .single-service img:hover {
    webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .5;
}

.service-offers4 .single-service h2.this-title {
    font-family: "Alegreya", serif;
    font-size: 25px;
    color: #3f3f3f;
    font-weight: bold;
}

.service-offers4 .single-service h2.this-title2 {
    font-family: "Alegreya", serif;
    font-size: 25px;
    color: #3f3f3f;
    font-weight: bold;
    margin: 0 0 15px 0;
}

@media (max-width: 1199px) {
    .service-offers4 .single-service h2.this-title2 {
        margin: 20px 0 15px 0;
    }
}

.service-offers4 .single-service p.item {
    margin: 0 0 10px 0;
}

.service-offers4 .single-service a.read-more2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #0c98d2;
    font-size: 14px;
    text-decoration: underline;
}

.service-offers4 .single-service a.read-more {
    background: #0c98d2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding: 8.5px 20px;
    display: inline-table;
}

.service-offer-carousel .item {
    text-align: center;
    padding: 15px;
}

.service-offer-carousel .item img {
    width: auto;
    display: inline-block;
}

.service-offer-carousel .so-icon {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    width: 116px;
    height: 116px;
    margin: 0 auto;
    line-height: 116px;
}

.service-offer-carousel .this-title {
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    font-family: "Raleway", sans-serif;
    margin-top: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.service-offer-carousel .this-title:hover,
.service-offer-carousel .this-title:focus {
    color: #096697;
    text-decoration: underline;
}

.service-offer-carousel p {
    font-size: 15px;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #8e8d8d;
    margin: 0;
}

.service-offer-carousel .owl-dots {
    margin: 30px auto 0;
    display: table;
}

.service-offer-carousel .owl-dot {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    border: 1px solid #bcbcbc;
    float: left;
}

.service-offer-carousel .owl-dot + .owl-dot {
    margin-left: 10px;
}

.service-offer-carousel .owl-dot.active {
    background: #096697;
    border-color: #096697;
}

.service-offer-carousel2 .item {
    text-align: center;
    padding: 29px 15px;
    width: 370px;
    float: left;
    margin: 15px;
    background: #fff;
    border-top: 5px solid #fff;
}

.service-offer-carousel2 .item img {
    width: auto;
    display: inline-block;
}

@media (max-width: 1199px) {
    .service-offer-carousel2 .item {
        width: 48%;
        margin: 1%;
    }
}

@media (max-width: 767px) {
    .service-offer-carousel2 {
        padding: 10px;
    }
    .service-offer-carousel2 .item {
        width: 100%;
        margin: 10px 0;
    }
}

.service-offer-carousel2 .item:hover {
    background: #2689a7;
    border-top: 5px solid #0d5174;
    cursor: pointer;
}

.service-offer-carousel2 .item:hover .so-icon img:nth-child(1) {
    display: none;
}

.service-offer-carousel2 .item:hover .so-icon img:nth-child(2) {
    display: block;
}

.service-offer-carousel2 .item:hover .this-title,
.service-offer-carousel2 .item:hover p {
    color: #fff;
}

.service-offer-carousel2 .so-icon {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 0 0 5px;
}

.service-offer-carousel2 .so-icon img:nth-child(2) {
    display: none;
}

.service-offer-carousel2 .this-title {
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    font-family: "Raleway", sans-serif;
    margin: 0 0 0 90px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    display: block;
}

.service-offer-carousel2 .this-title:hover,
.service-offer-carousel2 .this-title:focus {
    color: #096697;
    text-decoration: underline;
}

.service-offer-carousel2 p {
    font-size: 15px;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #8e8d8d;
    margin: 0 0 0 90px;
    text-align: left;
}

.service-offer-carousel2 .owl-dots {
    margin: 30px auto 0;
    display: table;
}

.service-offer-carousel2 .owl-dot {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    border: 1px solid #bcbcbc;
    float: left;
}

.service-offer-carousel2 .owl-dot + .owl-dot {
    margin-left: 10px;
}

.service-offer-carousel2 .owl-dot.active {
    background: #096697;
    border-color: #096697;
}

.owl-theme .owl-nav [class*="owl-"] {
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.service-offer-carousel3 {
    padding: 25px 0 0 0;
}

.service-offer-carousel3 .owl-item {
    padding: 15px;
    height: 165px;
}

.service-offer-carousel3 .owl-controls {
    margin: 50px 0 0 0;
    text-align: center;
}

.service-offer-carousel3 .owl-controls .owl-nav div {
    background: #fff;
    border-radius: 0;
    border: 2px solid #c7c7c7;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #c7c7c7;
}

.service-offer-carousel3 .owl-controls .owl-nav div:hover {
    border: 2px solid #2c82be;
    color: #2c82be;
}

.service-offer-carousel3 .item {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    height: 148px;
}

.service-offer-carousel3 .item:hover {
    height: 172px;
}

.service-offer-carousel3 .item:hover .bg-so-icon {
    top: 0;
}

.service-offer-carousel3 .item .so-icon {
    padding: 20px 0;
}

.service-offer-carousel3 .item .bg-so-icon {
    position: absolute;
    top: 172px;
    padding: 15px 0;
    z-index: 100;
    background: url("../images/homepage4/bg-item-service.jpg") no-repeat;
    width: 100%;
    height: 172px;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: -14px 0 0 0;
    background-size: cover;
}

.service-offer-carousel3 .item .bg-so-icon h2 {
    color: #fff;
    margin: 5px;
    text-decoration: none;
}

.service-offer-carousel3 .item .bg-so-icon span {
    font-size: 15px;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.service-offer-carousel3 .item img {
    width: auto;
    display: inline-block;
}

.service-offer-carousel3 .item img:last-child {
    display: none;
}

.service-offer-carousel3 .item a {
    text-decoration: none;
}

.service-offer-carousel3 .this-title {
    font-size: 24px;
    line-height: 26px;
    color: #404040;
    font-family: "Alegreya", serif;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 0;
}

.service-offer-carousel3 .this-title:hover,
.service-offer-carousel3 .this-title:focus {
    color: #096697;
    text-decoration: underline;
}

.service-offer-carousel3 p {
    font-size: 15px;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #8e8d8d;
    margin: 0;
}

.service-offer-carousel3 .owl-dots {
    margin: 30px auto 0;
    display: table;
}

.service-offer-carousel3 .owl-dot {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    border: 1px solid #bcbcbc;
    float: left;
}

.service-offer-carousel3 .owl-dot + .owl-dot {
    margin-left: 10px;
}

.service-offer-carousel3 .owl-dot.active {
    background: #096697;
    border-color: #096697;
}

.services-contents.site-contents {
    padding: 70px 0 70px;
    background: #fff;
}

.service-grid {
    padding: 15px;
    border: 1px solid #dcdcdc;
    box-shadow: 0em 5px 10px 1px rgba(0,0,0,.2);
}

@media (max-width: 767px) {
    .service-grid {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .service-grid {
        max-width: 320px;
        margin: 0 auto;
    }
}

.service-grid .featured-image {
    margin-bottom: 0px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.service-grid .featured-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
}

@media (max-width: 1199px) {
    .service-grid .featured-image {
        margin-bottom: 20px;
    }
}

.service-grid .featured-image img {
    width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.service-grid .this-title {
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
font-family: 'Aref Ruqaa', serif;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 7px 0px !important;
    padding: 10px;
    padding: 0;
    margin-bottom: 10px;
    background: #382d2b;
}

.service-grid .this-title a {
    color: #fff;
}

.service-grid .this-title a:hover,
.service-grid .this-title a:focus {
    color: #fff;
    text-decoration: none;
}

.service-grid .this-excerpts {
    /*font: 15px/24px "Open Sans", sans-serif;*/
    letter-spacing: 0.4px;
    color: #333;
    margin-bottom: 10px;
font-family: 'Aref Ruqaa', serif;
    font-size: 17px;
    text-align: center;
}

.service-grid .read-more {
    margin-bottom: 0px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .service-grid .read-more {
        margin-bottom: 0;
    }
}

.service-grid:hover .featured-image:after,
.service-grid:focus .featured-image:after {
    opacity: 0.1;
}

.service-grid:hover .featured-image img,
.service-grid:focus .featured-image img {
    transform: scale(1.1);
}

.banner-row {
    margin: 30px 0;
}

.banner-row a {
    padding: 10px;
    background: #d3dde6;
    display: block;
    position: relative;
}

.banner-row p {
    color: #154469;
    letter-spacing: 0.3px;
    font: italic 16px/20px "Open Sans", sans-serif;
    padding-left: 7px;
    padding-right: 80px;
    margin: 10px 0;
}

.banner-row .this-cursive {
    font-family: "Pacifico", cursive;
    color: #fff;
    margin: 12px 0 4px;
    letter-spacing: 0.3px;
}

.banner-row .this-stitle {
    font-size: 19.85px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.banner-row .this-title {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #40bcf4;
    line-height: 1;
    margin-top: 2px;
}

.bovelay-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btop-box {
    padding: 0 80px 0 16px;
    background: #1c537f;
    margin: 0;
}

.btop-box h2 {
    font-size: 37.57px;
}

.bphone {
    background: #1c5784;
    line-height: 1;
    margin: 0 -10px;
    display: block;
    padding: 10px 80px 12px 18px;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
}

.download-btn2 {
    padding-right: 22px;
    display: block;
    border: 3px solid rgba(232, 232, 232, 0.7);
    color: #ffffff;
    font: bold 15px/54px "Open Sans", sans-serif;
    text-transform: uppercase;
    background: #bd0707;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .download-btn2 {
        margin-bottom: 50px;
    }
    .ares img {
        max-width: 100%;
    }
}

.download-btn2 span {
    display: inline-block;
    width: 45px;
    line-height: 54px;
    margin-right: 18px;
    text-align: center;
    background-color: rgba(232, 232, 232, 0.4);
}

.single-services-menu {
    border: none;
}

.single-services-menu li {
    display: block;
    float: none;
}

.single-services-menu li a {
    border-radius: 0;
    border: 1px solid #272727;
    border-left-width: 5px;
    background: #e6e6e6;
    font: 600 16px/20px 'Helvetica';
    color: #585858;
    padding: 15px 20px;
    margin: 0;
    font-family: 'Aref Ruqaa', serif;
}

@media (max-width: 1199px) {
    .single-services-menu li a {
        padding: 15px;
    }
}

.single-services-menu li a:hover,
.single-services-menu li a:focus {
    color: #fff;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    border-left: 5px solid #d72121;
}

.single-services-menu li.active a {
    color: #fff;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    border-left: 5px solid #da2525;
}

.single-services-menu li.active a:hover,
.single-services-menu li.active a:focus {
    color: #fff;
    background: #04336b;
    border-left: 5px solid #da2727;
}
.panel-group .panel{
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .s_service-content {
        margin-left: 30px;
    }
}

.s_service-content .this-featured-images {
    margin: 0 0 20px;
}

.s_service-content .this-featured-images img {
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 25px;
    float: left;
}

.s_service-content .this-featured-images img:last-child {
    margin-right: 0;
}

.s_service-content p {
    font: 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #8e8d8d;
    margin-bottom: 25px;
}

.s_service-content p.highlight-texts {
    font-size: 17px;
    color: #000;
    margin: 22px 0 10px;
}

.offer-title {
    margin-top: 0;
    margin-bottom: 15px;
    font: bold 28px/38px "Alegreya", serif;
    color: #404040;
    letter-spacing: 0.3px;
}

.offer-hr {
    margin: 50px 0 45px;
    background: #e8e8e8;
}

.appointment-banner {
    background: #0086b6;
    padding: 27px 30px;
    position: relative;
    margin-top: 40px;
}

.appointment-banner:before,
.appointment-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg7.jpg) no-repeat scroll right center #0087b8;
    background-size: cover;
    background-blend-mode: multiply;
    opacity: 0.2;
}

.appointment-banner .media-body {
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.appointment-banner .media-right {
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .appointment-banner .media-right {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .appointment-banner .media-right {
        padding-top: 10px;
        padding-left: 0;
        display: block;
    }
}

.appointment-banner .btn {
    line-height: 52px;
    font-size: 16px;
    padding: 0 17px;
}

@media (max-width: 479px) {
    .appointment-banner .btn {
        line-height: 48px;
        padding: 0 10px;
        width: 100%;
        font-size: 14px;
    }
}

.ab-title {
    margin: 0;
    color: #fff;
    font: bold 32px/42px "Alegreya", serif;
}

@media (max-width: 1199px) {
    .ab-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.key-features {
    margin: 0px 0;
}

.key-features .media-left {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .key-features .media-left {
        padding-right: 0;
        padding-bottom: 20px;
        display: block;
    }
}

.key-features .media-right {
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .key-features .media-right {
        padding-left: 0;
        padding-top: 40px;
        display: block;
    }
}

.key-features .media-left span,
.key-features .media-right span {
    display: table;
}

.key-features .media-left span img,
.key-features .media-right span img {
    float: left;
}

.key-features .media-left span img + img,
.key-features .media-right span img + img {
    margin-left: 3px;
}

.key-features .media-left .kfeatues-texts,
.key-features .media-right .kfeatues-texts {
    display: block;
    width: 271px;
    margin-left: -1px;
}

@media (max-width: 1199px) {
    .key-features .media-left .kfeatues-texts,
    .key-features .media-right .kfeatues-texts {
        width: auto;
        margin: 0;
    }
}

.key-features .media-left .offer-title,
.key-features .media-right .offer-title {
    margin-top: -7px;
}

.key-features .media-left p,
.key-features .media-right p {
    margin-bottom: 20px;
}

.key-features .twentytwenty-wrapper {
    width: 540px;
}

.key-features .service-compare-img {
    margin-top: 0;
}

.service-compare-img {
    width: 540px;
    height: 316px !important;
}

.key-feature-list li {
    width: calc(50% - 15px);
    padding-left: 30px;
    font: 15px/34px "Open Sans", sans-serif;
    color: #858585;
}

.key-feature-list li + li {
    margin-left: 0;
}

.key-feature-list li:nth-child(odd) {
    margin-right: 15px;
}

.key-feature-list li:nth-child(even) {
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .key-feature-list li:nth-child(odd),
    .key-feature-list li:nth-child(even) {
        margin: 0;
        width: 100%;
    }
}

.key-feature-list.style2 li {
    width: 100%;
}

.key-feature-list.style2 li:nth-child(odd),
.key-feature-list.style2 li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
}

.service-desc .media-right {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .service-desc .media-right {
        padding-left: 0;
        padding-bottom: 15px;
        display: block;
    }
}

.key-feature-list2 li {
    font: 15px/2 "Open Sans", sans-serif;
    color: #434343;
    padding-left: 15px;
}

.key-feature-list2 li:before {
    float: left;
    margin-left: -15px;
    width: 15px;
    content: '-';
}


/*====================================================*/

.check-video {
    padding: 100px 0;
    background: url(../images/bg2.jpg) no-repeat fixed 0 0 #1e2c30;
    background-size: cover;
    background-blend-mode: multiply;
    margin: 0;
}

@media (max-width: 767px) {
    .check-video {
        padding: 70px 0;
    }
}

.check-video .media-left {
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .check-video .media-left {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .check-video .media-left {
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.check-video .media-left a {
    display: block;
    position: relative;
}

@media (max-width: 991px) {
    .check-video .media-left a {
        display: table;
    }
}

@media (max-width: 767px) {
    .check-video .media-left a {
        max-width: 100%;
    }
    .check-video .media-left a img {
        max-width: 100%;
    }
}

.check-video .media-left a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/icons/10.png) no-repeat scroll center center rgba(0, 0, 0, 0.5);
}

.check-video .media-left a:hover:after,
.check-video .media-left a:focus:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.check-video h2 {
    margin-bottom: 20px;
}

.check-video .this-stitle {
    color: #d5d6d6;
    font: italic 22px/26px "Open Sans", sans-serif;
}

@media (max-width: 1199px) {
    .check-video .this-stitle {
        font-size: 18px;
    }
}

.check-video p {
    color: #acb2b4;
    font: 15px/26px "Open Sans", sans-serif;
    margin-bottom: 25px;
}


/*====================================================*/

.size1 {
    width: 1px;
}

.latest-projects {
    padding: 70px 0 70px;
    background: #e6e9ec;
}

@media (max-width: 767px) {
    .latest-projects {
        padding: 70px 0 55px;
    }
}

.latest-projects .section-title {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .latest-projects .section-title {
        margin-bottom: 15px;
    }
}

.latest-projects2 {
    padding: 100px 0 66px;
    background: #e6e9ec;
    clear: both;
}

@media (max-width: 1179px) {
    .latest-projects2 {
        padding: 40px 0;
    }
}

.latest-projects2 .section-title {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .latest-projects2 .section-title {
        margin-bottom: 15px;
    }
}

.latest-projects2 .center {
    padding: 50px 0 0 0;
    text-align: center;
}

.filterable-gallery2 {
    width: 100%;
    display: inline-block;
    margin: 40px 0 0 0;
}

@media (max-width: 767px) {
    .filterable-gallery {
        max-width: 400px;
        margin: 0 auto;
    }
    .filterable-gallery.row {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .filterable-gallery.full-width-project-gallery {
        max-width: 740px;
        margin: 0 auto;
    }
}

@media (max-width: 599px) {
    .filterable-gallery.full-width-project-gallery {
        max-width: 370px;
        margin: 0 auto;
    }
}

.lp-gallery-item {
    padding: 15px;
}

.lp-gallery-item .this-inner {
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.lp-gallery-item img {
    width: 100%;
    transition: all 300ms linear 0s;
}

.lp-gallery-item .this-infos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all 300ms linear 0s;
    overflow: hidden;
}

.lp-gallery-item .infos-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 300ms linear 0s;
    text-transform: uppercase;
}

.lp-gallery-item .this-title {
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    position: relative;
    right: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
}

.lp-gallery-item .btn {
    font-size: 15px;
    padding: 0 28px;
    position: relative;
    left: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
}

.lp-gallery-item:hover .this-infos,
.lp-gallery-item:focus .this-infos {
    background: rgba(4, 70, 121, 0.8);
}

.lp-gallery-item:hover img,
.lp-gallery-item:focus img {
    transform: scale(1.1);
}

.lp-gallery-item:hover .this-title,
.lp-gallery-item:focus .this-title {
    right: 0;
}

.lp-gallery-item:hover .btn,
.lp-gallery-item:focus .btn {
    left: 0;
}

.lp-gallery-item2 {
    width: 25%;
    float: left;
}

@media (max-width: 1199px) {
    .lp-gallery-item2 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .lp-gallery-item2 {
        width: 100%;
        padding: 10px;
    }
}

.lp-gallery-item2 .this-inner {
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.lp-gallery-item2 img {
    width: 100%;
    transition: all 300ms linear 0s;
}

.lp-gallery-item2 .this-infos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all 300ms linear 0s;
    overflow: hidden;
}

.lp-gallery-item2 .infos-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 300ms linear 0s;
    text-transform: uppercase;
}

.lp-gallery-item2 .this-title {
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    position: relative;
    right: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
}

.lp-gallery-item2 .btn {
    font-size: 15px;
    padding: 0 28px;
    position: relative;
    left: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
}

.lp-gallery-item2:hover .this-infos,
.lp-gallery-item2:focus .this-infos {
    background: rgba(4, 70, 121, 0.8);
}

.lp-gallery-item2:hover img,
.lp-gallery-item2:focus img {
    transform: scale(1.1);
}

.lp-gallery-item2:hover .this-title,
.lp-gallery-item2:focus .this-title {
    right: 0;
}

.lp-gallery-item2:hover .btn,
.lp-gallery-item2:focus .btn {
    left: 0;
}

.project-filters {
    display: table;
    margin: 0 auto 35px;
}

.project-filters li {
    font: bold 15px/26px "Open Sans", sans-serif;
    color: #c1c1c1;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.project-filters li.active,
.project-filters li:hover,
.project-filters li:focus {
    color: #2d89d1;
    border-color: #2d89d1;
}

.project-filters li + li {
    margin-left: 45px;
}

@media (max-width: 991px) {
    .project-filters li + li {
        margin-left: 15px;
    }
}

.full-width-project-gallery .gallery-item,
.full-width-project-gallery .grid-sizer {
    width: 20%;
    padding: 0;
}

@media (max-width: 1199px) {
    .full-width-project-gallery .gallery-item,
    .full-width-project-gallery .grid-sizer {
        width: calc(100% / 3);
    }
}

@media (max-width: 767px) {
    .full-width-project-gallery .gallery-item,
    .full-width-project-gallery .grid-sizer {
        width: calc(100% / 2);
    }
}

@media (max-width: 599px) {
    .full-width-project-gallery .gallery-item,
    .full-width-project-gallery .grid-sizer {
        width: 100%;
    }
}

.popup-i {
    font-size: 22px;
    color: #0c6db9;
    width: 66px;
    line-height: 66px;
    border-radius: 66px;
    display: block;
    margin: 0 auto 18px;
    background: #fff;
}

.project-images.style2 {
    padding-top: 55px;
}

@media (max-width: 991px) {
    .project-images,
    .project-descs {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .project-images,
    .project-descs {
        width: 100%;
    }
}

.pr-img-holder {
    padding: 15px;
}

@media (max-width: 479px) {
    .pr-img-holder {
        width: 100%;
        text-align: center;
    }
    .pr-img-holder img {
        display: inline-block;
    }
}

.pr-images {
    margin-bottom: 30px;
}

.prst {
    font-size: 28px;
    font-weight: bold;
    font-family: "Alegreya", serif;
    margin-top: 40px;
    margin-bottom: 20px;
}

.projects-contents p {
    margin-bottom: 25px;
}

.pr-quote {
    padding: 0 20px;
    margin: 85px 0 50px;
    border: none;
    position: relative;
}

.pr-quote:before {
    content: '“';
    font: bold 100px/1 "Arial";
    display: block;
    color: #5aa0d1;
    position: absolute;
    top: -52px;
    left: 17px;
}

.pr-quote p {
    font: italic 16px/28px "Open Sans", sans-serif;
    color: #b5b5b5;
    margin-bottom: 10px;
}

.pr-quote footer {
    color: #5aa0d1;
    font: italic 15px/1 "Open Sans", sans-serif;
}

.pr-quote footer:before {
    display: none;
}

.pr-twenty20 {
    background: #000;
    margin-top: 45px;
}

.latest-projects3 {
    padding: 98px 0 0 0;
    background: #e6e9ec;
    clear: both;
}

@media (max-width: 1179px) {
    .latest-projects3 {
        padding: 40px 0;
    }
}

.latest-projects3 .section-title {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .latest-projects3 .section-title {
        margin-bottom: 15px;
    }
}

.latest-projects3 .center {
    text-align: center;
    background: url("../images/homepage4/bg-1.jpg") repeat-x;
    min-height: 204px;
    clear: both;
    padding: 50px 0 0 0;
}

.filterable-gallery3 {
    width: 100%;
    padding: 40px 0 0 0;
}

.lp-gallery-item3 {
    width: 20%;
    float: left;
}

@media (max-width: 1199px) {
    .lp-gallery-item3 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .lp-gallery-item3 {
        width: 100%;
        padding: 10px;
    }
}

.lp-gallery-item3 .this-inner {
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.lp-gallery-item3 img {
    width: 100%;
    transition: all 300ms linear 0s;
}

.lp-gallery-item3 .this-infos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all 300ms linear 0s;
    overflow: hidden;
}

.lp-gallery-item3 .infos-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 300ms linear 0s;
    text-transform: uppercase;
}

.lp-gallery-item3 .this-title {
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    position: relative;
    right: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
}

.lp-gallery-item3 .btn {
    font-size: 15px;
    padding: 0 28px;
    position: relative;
    left: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
}

.lp-gallery-item3:hover .this-infos,
.lp-gallery-item3:focus .this-infos {
    background: rgba(4, 70, 121, 0.8);
}

.lp-gallery-item3:hover img,
.lp-gallery-item3:focus img {
    transform: scale(1.1);
}

.lp-gallery-item3:hover .this-title,
.lp-gallery-item3:focus .this-title {
    right: 0;
}

.lp-gallery-item3:hover .btn,
.lp-gallery-item3:focus .btn {
    left: 0;
}

.latest-projects4 {
    padding: 87px 0;
    background: url("../images/homepage5/bg1.jpg") no-repeat;
    position: relative;
    min-height: 681px;
}

@media (max-width: 767px) {
    .latest-projects4 {
        min-height: auto;
    }
}

.latest-projects4 .projects4-carousel {
    padding: 25px 0 0 0;
}

@media (max-width: 767px) {
    .latest-projects4 .projects4-carousel {
        padding: 80px 0 0 0;
    }
}

.latest-projects4 .item {
    padding: 0 15px;
}

.latest-projects4 .item:hover .this-infos {
    bottom: -100%;
}

.latest-projects4 .item:hover .this-infos2 {
    top: 0;
    opacity: 1;
}

.latest-projects4 .item:hover .this-infos2 h4 {
    margin: 0;
}

.latest-projects4 .owl-controls {
    margin: 50px 0 0 0;
    text-align: center;
}

.latest-projects4 .owl-controls .owl-nav div {
    background: transparent;
    border-radius: 0;
    border: 2px solid #647281;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #647281;
}

.latest-projects4 .owl-controls .owl-nav div:hover {
    border: 2px solid #647281;
    color: #647281;
}

.latest-projects4 .owl-controls {
    width: 1200px;
    margin: 0 auto;
}

.latest-projects4 .owl-controls .owl-nav {
    position: absolute;
    top: -81px;
    left: 0;
    width: 1200px;
    right: 0;
    margin: 0 auto;
    text-align: right;
}

@media (max-width: 1199px) {
    .latest-projects4 .owl-controls .owl-nav {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .latest-projects4 .owl-controls .owl-nav {
        top: 0;
        width: calc(100% - 10px);
        text-align: left;
        left: 10px;
    }
}

.latest-projects4 .this-inner {
    position: relative;
}

.latest-projects4 .this-inner img {
    transform-style: initial;
    -webkit-transform-style: initial;
}

.latest-projects4 .this-inner .this-infos {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.latest-projects4 .this-inner .this-infos h4 {
    position: absolute;
    bottom: 40px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.latest-projects4 .this-inner .this-infos2 {
    position: absolute;
    left: 0;
    padding: 45% 0 0 0;
    width: 100%;
    height: 100%;
    top: -100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.latest-projects4 .this-inner .this-infos2 .this-link {
    margin: 0 0 30px 0;
    width: 148px;
    height: 35px;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
}

.latest-projects4 .this-inner .this-infos2 h4 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 1179px) {
    .latest-projects4 {
        padding: 40px 0;
    }
}

.latest-projects4 .section-title {
    margin-bottom: 35px;
    color: #fff;
}

@media (max-width: 767px) {
    .latest-projects4 .section-title {
        margin-bottom: 15px;
    }
}

.latest-projects4 .section-title:after {
    display: none;
}

.latest-projects4 .center {
    text-align: center;
    background: url("../images/homepage4/bg-1.jpg") repeat-x;
    min-height: 204px;
    clear: both;
    padding: 50px 0 0 0;
}


/*====================================================*/

.professional-row {
    min-height: 494px;
}

.professional-row .professional-left {
    background: url("../images/homepage/bg4.jpg") no-repeat right center;
    min-height: 494px;
    float: left;
}

@media (min-width: 1800px) {
    .professional-row .professional-left {
        width: 745px;
    }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .professional-row .professional-left {
        width: 40% !important;
    }
    .professional-row .professional-right {
        width: 60% !important;
    }
}

.professional-row .professional-right {
    background: url("../images/homepage/bg5.jpg") no-repeat left center #113c5f;
    min-height: 494px;
    width: calc(100% - 745px);
    float: left;
    background-size: cover;
}

.professional-row .professional-right .content-inn {
    width: 700px;
    padding: 80px 0 0 100px;
}

.professional-row .professional-right .content-inn p {
    border-bottom: 1px solid #0b1c30;
    padding: 0 0 40px 0;
    margin-bottom: 0;
    color: #b5c9db;
}

.professional-row .professional-right .content-inn ul {
    padding: 35px 0 0 0;
    border-top: 1px solid #1f4470;
    display: inline-block;
    margin: 0;
}

.professional-row .professional-right .content-inn ul li {
    float: left;
    list-style: none;
    border-right: 1px dashed #6e6e6e;
    width: 200px;
}

.professional-row .professional-right .content-inn ul li img {
    margin: 0 20px 0 10px;
}

.professional-row .professional-right .content-inn ul li span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.professional-row .professional-right .content-inn ul li:last-child {
    border-right: 1px solid transparent;
}

.professional-row .section-title.white {
    color: #fff;
}

@media (max-width: 1179px) {
    .professional-row .professional-left {
        width: 100% !important;
        background-size: cover;
    }
    .professional-row .professional-right {
        width: 100% !important;
        min-height: 100%;
        padding: 40px 0;
    }
    .professional-row .professional-right .content-inn {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .professional-row .professional-right {
        height: auto;
    }
    .professional-row .professional-right .content-inn ul li {
        border-right: 1px solid transparent;
        margin: 10px 0;
    }
}

.professional-row2 {
    min-height: 472px;
}

.professional-row2 .professional-left {
    background: url("../images/homepage4/bg4.jpg") no-repeat right center;
    min-height: 472px;
    float: left;
}

@media (max-width: 767px) {
    .professional-row2 .professional-left {
        background-position: left center;
    }
}

@media (min-width: 1800px) {
    .professional-row2 .professional-left {
        width: 745px;
    }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .professional-row2 .professional-left {
        width: 40% !important;
    }
    .professional-row2 .professional-right {
        width: 60% !important;
    }
}

.professional-row2 .professional-right {
    background: url("../images/homepage4/bg-2.jpg") repeat-x;
    min-height: 472px;
    width: calc(100% - 745px);
    float: left;
    background-size: cover;
}

.professional-row2 .professional-right .content-inn {
    width: 700px;
    padding: 60px 0 0 100px;
}

.professional-row2 .professional-right .content-inn p {
    border-bottom: 1px solid #0b1c30;
    padding: 0 0 40px 0;
    margin-bottom: 0;
    color: #b5c9db;
}

.professional-row2 .professional-right .content-inn ul {
    padding: 35px 0 0 0;
    border-top: 1px solid #1f4470;
    display: inline-block;
    margin: 0;
}

.professional-row2 .professional-right .content-inn ul li {
    float: left;
    list-style: none;
    border-right: 1px dashed #6e6e6e;
    width: 200px;
}

.professional-row2 .professional-right .content-inn ul li img {
    margin: 0 20px 0 10px;
}

.professional-row2 .professional-right .content-inn ul li span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.professional-row2 .professional-right .content-inn ul li:last-child {
    border-right: 1px solid transparent;
}

.professional-row2 .section-title.white {
    color: #fff;
}

@media (max-width: 1179px) {
    .professional-row2 .professional-left {
        width: 100% !important;
        background-size: cover;
    }
    .professional-row2 .professional-right {
        width: 100% !important;
        min-height: 100%;
        padding: 40px 0;
    }
    .professional-row2 .professional-right .content-inn {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .professional-row2 .professional-right {
        height: auto;
    }
    .professional-row2 .professional-right .content-inn ul li {
        border-right: 1px solid transparent;
        margin: 10px 0;
    }
}


/*====================================================*/

.general-question-all {
    padding: 91px 0;
    min-height: 697px;
}

.general-question-all .section-title {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .general-question-all .single-tip {
        margin: 0 0 40px 0;
    }
}

.general-question-all .single-tip .bg-post-excerpt {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.general-question-all .single-tip a.read-more {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #c1c1c1;
    display: block;
    margin: 5px 0 0 0;
}

.general-question-all .single-tip .bg-featured-image {
    background: transparent;
    width: 200px;
    margin: 0 0 50px 0;
}

.general-question-all .single-tip .bg-featured-image img {
    width: auto;
}

@media (max-width: 1199px) {
    .general-question-all .single-tip:last-child {
        margin: 0;
    }
}

.general-question-all .single-tip:last-child .bg-featured-image {
    margin: 0;
}

@media (max-width: 1199px) {
    .general-question-all .single-tip:last-child .bg-featured-image {
        margin: 0 0 50px 0;
    }
}

.general-question-all .general-questions {
    padding: 0 33px 0 0;
}

@media (max-width: 1199px) {
    .general-question-all .general-questions {
        padding: 0;
    }
}

.general-question-all .general-questions .panel {
    border-radius: 0;
    border: none;
    margin: 20px 0 0 0;
}

.general-question-all .general-questions .panel .inner-box {
    padding: 5px 30px 10px 60px;
    background: #f3f3f3;
}

.general-question-all .general-questions .accordion a[aria-expanded="true"] {
    background: #353543;
    color: #fff;
}

.general-question-all .general-questions .accordion a[role=button] {
    padding: 16px 0 16px 60px !important;
    color: #242424;
    background: #f3f3f3;
}

.general-question-all .general-questions .accordion a[role=button] {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    display: block;
    padding: 25px 0;
    display: block;
    text-decoration: none !important;
    position: relative;
}

.general-question-all .general-questions .accordion a[role=button].collapsed:before {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 30px;
    height: 30px;
    content: '+';
    font-family: 'Raleway';
    font-size: 40px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    color: #aeaeae;
    background: #fff;
}

.general-question-all .general-questions .accordion a[role=button]:before {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 30px;
    height: 30px;
    content: '-';
    font-family: 'Raleway';
    font-size: 40px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #3b5e98;
}


/*====================================================*/

.emmergency-leaks {
    text-align: center;
    background: url(../image/call-to-action.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding: 65px 0 55px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.3px;
    position: relative;
}

.emmergency-leaks:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001125;
    opacity: 0.7;
}

.emmergency-leaks h4 {
    font-size: 28px;
    position: relative;
    z-index: 99;
    font-family: "Raleway", sans-serif;
    margin: 0 0 10px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .emmergency-leaks h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .emmergency-leaks h4 {
        font-size: 16px;
    }
}

.emmergency-leaks h2 {
    font-size: 34px;
    margin: 0 0 18px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    z-index: 99
}

@media (max-width: 1199px) {
    .emmergency-leaks h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 36px
    }
    .emmergency-leaks {
        padding: 40px 0px !important;
    }
}

.emmergency-leaks h2 span {
    color: #1dbee8;
}

.emmergency-leaks .call-link {
    display: inline-block;
    color: #dfa903;
    font-size: 40px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 99
}

@media (max-width: 1199px) {
    .emmergency-leaks .call-link {
        font-size: 30px;
    }
}


/*====================================================*/

.about-us-section {
    padding: 100px 0;
    background: url(../images/bg4.jpg) no-repeat scroll right bottom white;
}

@media (max-width: 767px) {
    .about-us-section {
        padding: 70px 0;
    }
}

.about-us-section2 {
    padding: 90px 0 93px 0;
    background: url(../images/homepage/bg6.jpg) no-repeat scroll top center white;
    min-height: 744px;
    background-size: cover;
}

@media (max-width: 767px) {
    .about-us-section2 {
        padding: 70px 0;
    }
}

.about-us-srow {
    margin-left: 40px;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .about-us-srow {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .about-us-srow {
        margin-top: 40px;
    }
}

.about-us-srow hr {
    margin: 30px 0 40px;
    background: #e9e9e9;
}

.about-us-srow .about-us-lists-img img {
    margin: 0 0 40px 0;
}

@media (max-width: 767px) {
    .about-us-srow .about-us-lists-img img {
        width: 100%;
    }
}

.about-us-srow .about-us-lists-img img:first-child {
    margin: 0 10px 40px 0;
}

.request-service-form {
    padding: 45px 30px 40px;
    background: #2b9cbe;
}

@media (max-width: 1199px) {
    .request-service-form {
        padding: 30px 25px;
    }
}

.request-service-form .this-title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .request-service-form .this-title {
        font-size: 26px;
    }
}

.request-service-form p {
    margin-bottom: 25px;
    font: 400 italic 17px/24px "Open Sans", sans-serif;
    color: #fff;
}

@media (max-width: 1199px) {
    .request-service-form p {
        font-size: 15px;
    }
}

.request-service-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 8px;
    padding: 8px 20px;
    height: 42px;
}

.request-service-form textarea.form-control {
    margin-bottom: 20px;
    height: 120px;
    resize: none;
}

.about-us-lists .this-title {
    font: italic 20px/26px "PT Serif", serif;
    margin-top: 0;
    margin-bottom: 20px;
    color: #424242;
}

.about-us-lists .this-title + p {
    margin-top: -10px;
    margin-bottom: 20px;
    font: 500 15px/26px "Raleway", sans-serif;
    color: #8e8d8d;
}

.about-us-lists .nav {
    display: inline-table;
}

.about-us-lists .nav li {
    padding-left: 30px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    background: url(../images/icons/list-check2.png) no-repeat scroll left 3px;
}

.about-us-lists .list1 li {
    min-width: 260px;
    display: inline-table;
}

@media (max-width: 767px) {
    .about-us-lists .list1 li {
        min-width: 0;
        width: 100%;
    }
    .tes img {
        height: 50px !important;
        width: 90px !important;
    }
}

.about-us-lists .seal-logo {
    float: right;
    margin-right: 75px;
}

.mission-statement {
    padding: 70px 0;
}

@media (max-width: 767px) {
    .mission-statement {
        padding: 70px 0;
    }
}

.mission-statement .this-textss {
    margin-left: 0px;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .mission-statement .this-textss {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .mission-statement .this-textss {
        margin-top: 40px;
    }
}

.mission-statement .this-textss hr {
    margin-top: 48px;
    margin-bottom: 32px;
    background: #d6d6d6;
}

.mission-statement .this-title {
    /*font: bold 32px/1.2;*/
    color: #242424;
    margin-top: 0;
    margin-bottom: 32px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 400;
font-family: 'Aref Ruqaa', serif;
}

.mission-statement .this-title:after {
    content: '';
    display: inline-block;
    margin-left: 16px;
    background: #099bd7;
    width: 35px;
    height: 2px;
}

.mission-statement .this-title2 {
    font: bold 28px/1.2 "Alegreya", serif;
    color: #404040;
    margin-top: 0;
    letter-spacing: 0.3px;
}

.mission-statement p {
    /*font: 17px/26px;*/
    font-size: 17px;
    color: #000;
font-family: 'Aref Ruqaa', serif;
}

.mission-statement p + p {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .vision-trust-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.vision-part {
    padding: 90px 15px 95px;
    order: 1;
    background: #e6e9ec;
}

@media (min-width: 1200px) {
    .vision-part {
        width: calc(50% + 115px);
    }
}

.vision-part .this-inner {
    display: table;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .vision-part .this-inner {
        width: 630px;
        margin-right: 55px;
    }
}

.vision-part .section-title {
    margin-bottom: 30px;
}

.vision-part p {
    font: 16px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #424242;
    margin-bottom: 20px;
}

.trust-part {
    order: 2;
    background: url(../images/trust.jpg) no-repeat scroll 0 0;
    background-size: cover;
}

@media (min-width: 1200px) {
    .trust-part {
        width: calc(50% - 115px);
    }
}

.trust-part:before {
    content: '';
    background: #1778aa;
    opacity: 0.9;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.trust-part .this-inner {
    padding-top: 105px;
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .trust-part .this-inner {
        width: 400px;
        margin-left: 50px;
    }
}

@media (max-width: 1199px) {
    .trust-part .this-inner {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .trust-part .this-inner {
        margin-left: 0;
        padding: 90px 0;
    }
}

.trust-part .section-title {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
}

.trust-part .section-title:after {
    background: #fff;
}

.trust-part p {
    font: italic 20px/30px "PT Serif", serif;
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom: 45px;
}

.vision-list li {
    padding-left: 30px;
    background: url(../images/icons/list-check3.png) no-repeat scroll left 8px;
    font: bold 16px/30px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #1e75a7;
}

.our-plumbers {
    padding: 98px 0 85px;
}

@media (max-width: 767px) {
    .our-plumbers {
        padding: 68px 0 55px;
    }
}

.our-plumbers .section-title {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .our-plumbers .section-title {
        margin-bottom: 15px;
    }
}

.our-plumber {
    padding: 15px;
}

@media (max-width: 550px) {
    .our-plumber {
        max-width: 300px;
        float: none;
        width: 100%;
        margin: 0 auto;
    }
}

.our-plumber img {
    width: 100%;
}

.our-plumber .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 33px;
    background: #000;
    opacity: 0.15;
}

.our-plumber .his-details {
    margin: 0;
    position: absolute;
    bottom: 0;
    height: 53px;
    left: 10px;
    right: 10px;
    border: 4px solid #fff;
    padding: 0 15px 5px;
    background: #127fb8;
    text-align: center;
    overflow: hidden;
    transition: all 300ms linear 0s;
}

.our-plumber .name {
    line-height: 40px;
    letter-spacing: .4px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.our-plumber p {
    font: 15px/22px "Open Sans", sans-serif;
    color: #bbcbd4;
    margin: 0 0 15px;
    transition: all 300ms linear 0s;
}

.our-plumber .nav {
    display: table;
    margin: 0 auto;
    transition: all 300ms linear 0s;
}

.our-plumber .nav li + li {
    margin-left: 5px;
}

.our-plumber .nav li a {
    text-align: center;
    border: 1px solid rgba(168, 209, 231, 0.5);
    color: #fff;
    padding: 0;
    border-radius: 100px;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.our-plumber .inner {
    margin: 0;
    padding-bottom: 33px;
    position: relative;
}

.our-plumber .inner:hover .his-details,
.our-plumber .inner:focus .his-details {
    padding-top: 10px;
    padding-bottom: 15px;
    border-width: 0;
    height: 198px;
}

.our-plumber .inner:hover ul li a:hover,
.our-plumber .inner:hover ul li a:focus,
.our-plumber .inner:focus ul li a:hover,
.our-plumber .inner:focus ul li a:focus {
    background: #fff;
    border-color: #fff;
    color: #127fb8;
}

.our-company {
    padding: 100px 0;
    background: #ededf1;
}

@media (max-width: 767px) {
    .our-company {
        padding: 70px 0;
    }
}

.our-company .section-title {
    margin-bottom: 32px;
}

.our-company .section-title + p {
    font: 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    margin: 0;
}

@media (max-width: 767px) {
    .our-company .section-title + p {
        margin-bottom: 25px;
    }
}

.our-company .econtacts {
    position: relative;
}

@media (max-width: 991px) {
    .our-company .econtacts {
        text-align: center;
    }
}

.our-company .econtacts img {
    display: inline-block;
}

.company-econtacts {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .company-econtacts {
        position: absolute;
        top: 48px;
        right: 75px;
        margin: 0;
    }
}

.company-econtacts .this-title {
    margin: 0 0 10px;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    color: #092942;
    text-transform: uppercase;
}

.company-econtacts .this-title span {
    color: #0f6fb9;
}

.company-econtacts .this-no {
    font: 20px/1 "Open Sans", sans-serif;
    color: #151515;
    margin: 0 0 10px;
    letter-spacing: 0.3px;
}

.company-econtacts .this-texts {
    margin: 0;
    text-transform: capitalize;
    font: italic 17px/1 "Open Sans", sans-serif;
    color: #151515;
}


/*--------------*/

.job-header {
    margin: 40px 0;
}

@media (max-width: 991px) {
    .job-header .media-right {
        display: none;
    }
}

.dl-horizontal {
    margin: 0;
    font: 15px/26px "Open Sans", sans-serif;
    color: #898989;
    letter-spacing: 0.3px;
}

.dl-horizontal dt {
    width: auto;
    font-weight: normal;
    float: left;
}

.dl-horizontal dd {
    margin-left: 110px;
    white-space: normal;
}

.job-details-contents p {
    margin: 40px 0;
    letter-spacing: 0.3px;
}

.job-slist {
    margin: 30px 0;
    letter-spacing: 0.3px;
}

.job-slist h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    margin-top: 0;
    color: #242424;
}

.job-slist ul {
    margin: 0;
    font: 15px/2 "Open Sans", sans-serif;
    color: #898989;
    padding-left: 24px;
}

.job-slist ul li {
    padding-left: 14px;
}

.job-slist ul li:before {
    content: '-';
    margin-right: 10px;
    float: left;
    margin-left: -14px;
}

.coupons-contents {
    padding-bottom: 0;
}

.coupons-contents .section-title {
    margin-bottom: 28px;
}

.coupons-contents .section-title + p {
    margin-bottom: 65px;
}

.coupon {
    position: relative;
    padding: 15px;
}

.coupon:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/icons/secior.png) no-repeat scroll 0 0;
    width: 33px;
    height: 21px;
    bottom: 7px;
    right: 66px;
}

.coupon .media {
    padding: 30px 15px 30px 20px;
    border: 3px dashed #242424;
}

.coupon .media-left {
    padding-right: 20px;
}

@media (max-width: 479px) {
    .coupon .media-left {
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.coupon .coupon-off {
    width: 152px;
    padding: 8px 0;
    background: #d24532;
    text-align: center;
    color: #fff;
    font: bold 55px/1 "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 2px;
    letter-spacing: 0.3px;
}

.coupon .coupon-off span {
    display: block;
    font-size: 40px;
}

.coupon .coupon-off sup {
    font-size: 40px;
    top: -12px;
    padding-right: 3px;
}

.coupon .media-body img {
    margin-bottom: 8px;
}

.coupon .media-body p {
    margin: 0;
    font: 13px/17px "Open Sans", sans-serif;
    color: #404c60;
}

.cupon-plumber img {
    display: inline-block;
}

.about-us-section4 {
    padding: 140px 0 95px 0;
}

@media (max-width: 1199px) {
    .about-us-section4 {
        padding: 60px 0;
    }
    .about-us-section4 .pull-right {
        float: left !important;
    }
}

.why-choose-us {
    background: url("../images/homepage4/bg5.jpg") center center no-repeat;
    min-height: 541px;
    padding: 87px 0;
    background-size: cover;
}

@media (max-width: 767px) {
    .why-choose-us {
        background-position: bottom right;
    }
}


/*====================================================*/

.testimonial-row {
    padding: 70px 0 50px;
    background: url(../image/backgroundimage2.jpg) no-repeat center top;
    /*background-size: cover;*/
    position: relative;
    /*background: url(../image/background.png) repeat scroll 0 0;*/
}

@media (max-width: 767px) {
    .testimonial-row {
        padding: 65px 0 55px;
    }
}

.testimonial-row .section-title {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .testimonial-row .section-title {
        margin-bottom: 15px;
    }
}

.testimonial2-row {
    padding: 0;
    background: url(../images/homepage/bg2.jpg) repeat scroll 0 0;
    min-height: 391px;
    background-size: cover;
}

.testimonial2-row .section-title {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .testimonial2-row .section-title {
        margin-bottom: 15px;
    }
}

.testimonial2-row .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    top: 200px;
    padding: 0;
}

.testimonial2-row .owl-prev {
    left: 0;
}

.testimonial2-row .owl-next {
    right: 0;
}

@media (max-width: 1199px) {
    .testimonial2-row .owl-nav div {
        top: 10px !important;
    }
    .testimonial2-row .owl-prev {
        left: auto;
        right: 60px;
    }
    .testimonial2-row .owl-next {
        right: 10px;
    }
}

.testimonial-block {
    padding: 15px;
}

.testimonial-text-box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
    /*background-color: rgba(237, 28, 51,0.8);*/
            background-color: rgb(56 45 43);
    border-radius: 10px;
}

.testimonial-text-box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    /* left: 69px; */
    right: 50px;
    border-top: 25px solid #382d2b;
    border-right: 25px solid transparent;
}

.testimonial-text-box .this-quote img {
    margin: 0 20px;
    width: auto;
}

.testimonial-text-box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    font-size: 17px;
    color: #fff;
font-family: 'Aref Ruqaa', serif;
    letter-spacing: 0.25px;
    font-style: italic;
    line-height: 27px;
}

@media (max-width: 1199px) {
    .testimonial-text-box .this-texts {
        font-size: 14px;
        line-height: 24px;
    }
}

.testimonial-text-box2 {
    text-align: center;
}

.testimonial-text-box2 .this-quote {
    width: 92px;
    text-align: center;
    display: inline-block;
    padding: 40px 0 30px 0;
}

.testimonial-text-box2 .this-texts {
    width: 950px;
    margin: 0 auto;
    color: #fff;
    font-family: 'PT Serif';
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.25px;
    font-style: italic;
}

@media (max-width: 1199px) {
    .testimonial-text-box2 .this-texts {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        padding: 10px;
    }
}

.testimonial-author .media-left {
    padding-left: 20px;
}

.testimonial-author .media-left a {
    display: block;
    width: 100px;
    /*height: 60px;
  border-radius: 100%;*/
}

.testimonial-author .this-title {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #f4711f;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    float: right;
}

.testimonial-author .this-title span {
    color: #fff;
}

.testimonial-author .loc {
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.testimonial-author .media-body {
    vertical-align: middle;
}

.testimonials-contents {
    padding: 85px 0 50px;
    background: #f0f0f0;
}

.testimonials-contents .testimonial-block {
    padding-bottom: 50px;
}

.testimonial-author2 .media-left {
    padding-right: 30px;
}

.testimonial-author2 .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial-author2 .this-title {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-style: italic;
    font-family: 'PT Serif';
}

.testimonial-author2 .loc {
    font-family: "Open Sans", sans-serif;
    color: #099bd7;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-author2 .media-body {
    text-align: center;
    padding: 35px 0;
}

.testimonials-contents2 {
    padding: 85px 0 50px;
    background: #f0f0f0;
}

.testimonials-contents2 .testimonial-block2 {
    padding-bottom: 50px;
}

.testimonial-carousel2 .owl-item {
    padding: 10px;
}


/*====================================================*/

.google-map {
    height: 458px;
    margin: 0;
    background: #f3f3f3;
}

.contact-form-area .section-title + p {
    color: #8e8d8d;
    font: 15px/26px "Open Sans", sans-serif;
    margin: 35px 0 50px;
}

.contact-form {
    margin: 0;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 8px #b9b9b9;
    border-radius: 6px;
}

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #cacaca;
    font: 15px/25px "Open Sans", sans-serif;
    color: #959595;
    height: 50px;
    margin-bottom: 15px;
    background: none;
        font-family: 'Aref Ruqaa', serif;
}

.contact-form .form-control:focus {
    box-shadow: 0px 0px 18px 0px rgba(188, 188, 188, 0.39);
}

.contact-form .form-control.placeholder {
    color: #959595;
}

.contact-form .form-control::-moz-placeholder {
    color: #959595;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #959595;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #959595;
}

.contact-form .form-control + label {
    margin-top: -20px;
    display: block;
    margin-bottom: 20px;
    font: 300 italic 13px/20px "Open Sans", sans-serif;
    color: #2875b1;
}

.contact-form textarea.form-control {
    margin-bottom: 25px;
    height: 100px;
    resize: none;
}

.contact-form textarea.form-control + label {
    margin-top: -50px;
    margin-bottom: 50px;
}

.emmergency-contact-numbers {
    margin: 0;
    padding: 35px 40px;
    /* background: #04336b; */
    /*border: 1px solid rgba(167, 155, 155, 0.59);*/
    box-shadow: 0 0 8px #b9b9b9;
    text-align: center;
    background: #fff;
    /*background-color: rgba(202, 204, 208, 0.79);*/
    color: #403C3C;
}

@media (max-width: 1199px) {
    .emmergency-contact-numbers {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .emmergency-contact-numbers {
        margin-top: 40px;
    }
}

.emmergency-contact-number {
    margin: 0;
}

.emmergency-contact-number + .emmergency-contact-number {
    /*margin-top: 30px;*/
    padding-top: 15px;
    /*border-top: 1px solid #04336b;*/
}

.emmergency-contact-number .this-title {
    font: 800 20px/1 "Raleway", sans-serif;
    color: #04336b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 0;
    margin-bottom: 12px;
    border-top: 1px solid #04336b;
    padding-top: 0px;
    font-family: 'Aref Ruqaa', serif;
}

@media (max-width: 1199px) {
    .emmergency-contact-number .this-title {
        font-size: 18px;
    }
}

.emmergency-contact-number .this-title span {
    color: #f26f1f;
}

.emmergency-contact-number p {
    font: 15px/23px "Verdana";
    color: #000;
    margin-right: 4px;
    margin-bottom: 12px;
    font-family: 'Aref Ruqaa', serif;
}

.emmergency-contact-number p strong {
    font-weight: bold;
}

.emmergency-contact-number .callto-number {
    font: bold 20px/1 "Verdana";
    color: #04336b;
    display: inline-block;
    font-family: 'Aref Ruqaa', serif;
}

.emmergency-contact-number .callto-number:hover {
    color: #ed1c33;
}

.get-appointment-contents .section-title {
    max-width: 870px;
}

.appointment-form {
    padding: 60px 40px;
    background: #f0f0f0;
}

@media (max-width: 767px) {
    .appointment-form {
        padding: 25px;
    }
}

.appointment-form .btn-primary {
    margin-top: 50px;
}

@media (max-width: 360px) {
    .appointment-form .btn-primary {
        padding: 0 15px;
        width: 100%;
        font-size: 14px;
        line-height: 50px;
    }
}

.appointment-form .form-control {
    height: 40px;
    padding: 8px 15px;
    line-height: 24px;
    resize: none;
    border-radius: 0;
    box-shadow: none;
    color: #898989;
}

@media (max-width: 479px) {
    .appointment-form .form-control.month-picker,
    .appointment-form .form-control.day-picker,
    .appointment-form .form-control.year-picker {
        padding-right: 0;
        padding-left: 10px;
    }
}

.appointment-form .form-control[type="text"] + [type="text"] {
    margin-top: 20px;
}

.appointment-form textarea.form-control {
    height: 184px;
}

.input-set {
    margin: 0;
}

.input-set + .input-set {
    margin-top: 40px;
}

.input-set.set-required .input-set-label:after {
    content: '*';
    display: inline-block;
    color: #f63939;
}

.input-set-label {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #242424;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

@media (max-width: 479px) {
    .input-set-label {
        font-size: 12px;
    }
}

.input-set-sublabel {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #242424;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

.ga-radio {
    display: none;
}

.ga-radio + label {
    float: left;
    font: 400 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    padding-left: 30px;
    background: url(../images/icons/check-box.jpg) no-repeat scroll left 8px;
    margin: 0 30px 0 0;
    max-width: 630px;
    cursor: pointer;
}

.ga-radio:checked + label {
    background-image: url(../images/icons/check-box-checked.jpg);
}

.time-picker {
    width: 160px;
}

.month-picker {
    width: 99px;
    float: left;
    margin-right: 10px;
}

@media (max-width: 479px) {
    .month-picker {
        width: 80px;
        padding-right: 0;
    }
}

.day-picker {
    width: 75px;
    float: left;
    margin-right: 10px;
}

@media (max-width: 479px) {
    .day-picker {
        width: 60px;
    }
}

.year-picker {
    width: 104px;
    float: left;
}

@media (max-width: 479px) {
    .year-picker {
        width: 80px;
    }
}

.faqs-contact-contents {
    background: #f4f4f4;
}

.faqs-contact-contents .section-title {
    margin-bottom: 45px;
}

.faq-contact-form .form-control {
    background: #fff;
}

.faqs-contents .section-title {
    margin-bottom: 40px;
}


/*Accordion*/

.bee-accordion .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.bee-accordion .panel + .panel {
    margin-top: 10px;
}

.bee-accordion .panel-heading {
    padding: 0;
    background: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 0;
}

.bee-accordion .panel-heading a {
    display: block;
    line-height: 24px;
    padding: 12px 50px 12px 20px;
    font-size: 16px;
    color: #242424;
    position: relative;
}

.bee-accordion .panel-heading a:after {
    content: '';
    display: block;
    width: 50px;
    height: 48px;
    background: no-repeat scroll center center transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.bee-accordion .panel-heading [aria-expanded="false"]:after {
    background-image: url(../images/icons/right.png);
}

.bee-accordion .panel-heading [aria-expanded="true"]:after {
    background-image: url(../images/icons/down.png);
}

.bee-accordion .panel-heading + .panel-collapse > .panel-body,
.bee-accordion .panel-heading + .panel-collapse > .list-group {
    border: 1px solid #d1d1d1;
    border-top: none;
}

.bee-accordion .panel-body {
    padding: 24px 28px;
    font: 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    background: #fff;
}


/*====================================================*/

.blogs-row {
    padding: 82px 0;
}

@media (max-width: 767px) {
    .blogs-row {
        padding: 65px 0 60px;
    }
}

.blogs-row .section-title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .blogs-row .section-title {
        margin-bottom: 15px;
    }
}

.blog-grid {
    padding: 15px;
}

@media (max-width: 767px) {
    .blog-grid {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .blog-grid {
        max-width: 320px;
        margin: 0 auto;
    }
}

.bg-featured-image {
    display: block;
    margin-bottom: 35px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
}

.bg-featured-image img {
    width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.bg-featured-image:hover img,
.bg-featured-image:focus img {
    transform: scale(1.1);
    opacity: 0.8;
}

.bg-post-excerpt {
    font: 15px/26px "Open Sans", sans-serif;
    color: #898989;
    padding-bottom: 15px;
    margin-bottom: 19px;
    border-bottom: 1px dashed #e2e2e2;
}

.bg-post-meta {
    display: table;
    margin: 0;
}

.bg-post-meta li + li {
    border-left: 1px solid #c1c1c1;
    margin-left: 15px;
    padding-left: 15px;
}

.bg-post-meta li a {
    color: #c1c1c1;
    font-size: 13px;
    line-height: 14px;
    display: block;
}

.bg-post-meta li a i {
    margin-right: 8px;
    color: #95aac6;
    font-size: 18px;
}

.more-blog-lists {
    padding: 15px;
}

@media (max-width: 767px) {
    .more-blog-lists {
        margin: 0 auto;
        max-width: 400px;
    }
}

.blog-line {
    margin: 0 0 -1px;
    padding: 20px 34px 24px;
    border: 1px solid #d9d9d9;
    position: relative;
    background-size: cover;
    transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
    .blog-line {
        padding: 15px 20px;
    }
}

.blog-line:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms linear 0s;
}

.blog-line:last-child {
    padding: 20px 34px;
}

@media (max-width: 1199px) {
    .blog-line:last-child {
        padding: 15px 20px;
    }
}

.blog-line:last-child:before {
    display: none;
}

.blog-line h4,
.blog-line ul {
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
}

.blog-line ul {
    display: table;
    margin: 0;
}

.blog-line ul li + li {
    margin-left: 18px;
}

.blog-line ul li a {
    display: inline-block;
    font: 15px/1 "Open Sans", sans-serif;
    color: #898989;
}

.blog-line a.redirect-link {
    color: #3695cc;
    font: bold 15px/1 "Open Sans", sans-serif;
}

.blog-line a.redirect-link:hover,
.blog-line a.redirect-link:focus {
    color: #000;
}

.blog-line:hover:before,
.blog-line:focus:before {
    background: #00527a;
    opacity: 0.85;
}

.blog-line:hover h4 a,
.blog-line:hover ul li a,
.blog-line:focus h4 a,
.blog-line:focus ul li a {
    color: #fff;
}

.bg-post-title,
.bl-post-title {
    margin-top: 0;
}

.bg-post-title a,
.bl-post-title a {
    display: inline-block;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: .3px;
}

.bg-post-title a:hover,
.bg-post-title a:focus,
.bl-post-title a:hover,
.bl-post-title a:focus {
    color: #09a3d5;
    text-decoration: underline;
}

.bl-post-title {
    margin-bottom: 15px;
}

.blog-loop {
    margin: 0 30px 75px 0;
}

@media (max-width: 1199px) {
    .blog-loop {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .blog-loop {
        margin-bottom: 50px;
    }
}

.blog-loop .featured-image {
    display: block;
    margin-bottom: 38px;
    height: auto;
    text-align: center;
    background: #000;
    overflow: hidden;
}

.blog-loop .featured-image img {
    max-width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.blog-loop .featured-image:hover img,
.blog-loop .featured-image:focus img {
    transform: scale(1.1);
    opacity: 0.8;
}

.blog-loop .this-date {
    margin: 0 0 20px;
    line-height: 1;
    font: bold 20px/1 "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.blog-loop .this-date a {
    display: inline-block;
    color: #b8b8b8;
}

.blog-loop .this-date a:hover,
.blog-loop .this-date a:focus {
    color: #464646;
}

.blog-loop .this-title {
    font: bold 28px/1.15 "Alegreya", serif;
    margin: 0 0 28px;
}

.blog-loop .this-title a {
    display: inline-block;
    color: #464646;
}

.blog-loop .this-title a:hover,
.blog-loop .this-title a:focus {
    color: #0874cf;
    text-decoration: underline;
}

.blog-loop .this-excerpt {
    margin: 0 0 32px;
    font: 15px/26px "Open Sans", sans-serif;
    color: #8e8d8d;
    letter-spacing: 0.3px;
}

.blog-loop .this-footer {
    display: table;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding-top: 28px;
    margin: 0;
}

@media (max-width: 1199px) {
    .blog-loop .this-footer {
        padding-top: 15px;
    }
}

.blog-loop .this-footer li {
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #b8b8b8;
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .blog-loop .this-footer li {
        font-size: 12px;
        font-weight: 600;
        margin-right: 10px;
        line-height: 1.7;
    }
}

.blog-loop .this-footer li a {
    color: #b8b8b8;
    margin: 0 5px;
}

.blog-loop .this-footer li a:hover,
.blog-loop .this-footer li a:focus {
    color: #0874cf;
}

.blog-loop .this-footer li:first-child a:hover,
.blog-loop .this-footer li:first-child a:focus {
    color: #b8b8b8;
}

.blog-loop .this-footer li i {
    font-size: 17px;
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .blog-loop .this-footer li i {
        font-size: 14px;
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .blog-pagination {
        margin-bottom: 50px;
    }
}

.blog-pagination li + li {
    margin-left: 10px;
}

.blog-pagination li a {
    border-radius: 0;
    min-width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #242424;
    border: 2px solid #b4b4b4;
}

.blog-pagination li a:hover,
.blog-pagination li a:focus {
    color: #448ed8;
    border-color: #448ed8;
    background: none;
}

.blog-pagination li.active a,
.blog-pagination li.active a:hover,
.blog-pagination li.active a:focus {
    color: #448ed8;
    border-color: #448ed8;
    background: none;
}

@media (max-width: 991px) {
    .blog-sidebar {
        padding-top: 40px;
    }
}

.blog-sidebar .widget {
    position: relative;
    z-index: 1;
}

.blog-sidebar .widget + .widget {
    margin-top: 50px;
}

.blog-sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    font: bold 28px/1 "Alegreya", serif;
    color: #242424;
}

.blog-sidebar .menu {
    padding: 0;
    margin: -15px 0 0;
    list-style: none;
}

.blog-sidebar .menu li + li {
    border-top: 1px solid #e6e6e6;
}

.blog-sidebar .menu li a {
    display: block;
    font: 15px/40px "Open Sans", sans-serif;
    color: #898989;
    padding-right: 45px;
    position: relative;
}

.blog-sidebar .menu li a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    text-align: center;
    color: #c8c8c8;
    font-size: 14px;
}

.blog-sidebar .menu li a:hover,
.blog-sidebar .menu li a:focus {
    color: #09a3d5;
}

.blog-sidebar .menu li a:hover:after,
.blog-sidebar .menu li a:focus:after {
    color: #09a3d5;
}

.blog-sidebar .tag {
    float: left;
    margin: 0 10px 10px 0;
    line-height: 36px;
    padding: 0 22px;
    border: 1px solid #e4e4e4;
    font-family: "Open Sans", sans-serif;
    color: #a6a6a6;
}

.blog-sidebar .tag:hover,
.blog-sidebar .tag:focus {
    background: #266fac;
    color: #fff;
    border-color: #266fac;
}

.search-form {
    border: 1px solid #e4e4e4;
    background: #f0f0f0;
}

.search-form .form-control {
    box-shadow: none;
    border-radius: 0;
    height: 49px;
    border: none;
    background: none;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    padding: 0 20px;
}

.search-form .form-control.placeholder {
    color: #909090;
}

.search-form .form-control::-moz-placeholder {
    color: #909090;
}

.search-form .form-control::-webkit-input-placeholder {
    color: #909090;
}

.search-form .form-control::-ms-input-placeholder {
    color: #909090;
}

.search-form .input-group-addon {
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
}

.search-form .input-group-addon button {
    padding: 0 10px;
    line-height: 49px;
    background: none;
    color: #7c7c7c;
    border: none;
    font-size: 16px;
}

.download-btn {
    display: block;
    padding-left: 22px;
    font: 700 22px/60px "Open Sans Condensed", sans-serif;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.download-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #266fac;
    z-index: -2;
    transition: all 300ms linear 0s;
}

.download-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(100% - 57px);
    background: #105fa1;
    z-index: -1;
    transition: all 300ms linear 0s;
}

.download-btn span {
    width: 57px;
    line-height: 53px;
    height: 60px;
    text-align: center;
    float: right;
    position: relative;
    z-index: 1;
}

.download-btn:hover,
.download-btn:focus {
    color: #fff;
}

.download-btn:hover:after,
.download-btn:focus:after {
    left: 0;
}

.recent-posts {
    display: table;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin: 0;
}

.recent-posts li {
    padding: 26px 20px;
    transition: all 300ms linear 0s;
}

.recent-posts li:hover,
.recent-posts li:focus {
    background: #f7f7f7;
}

.recent-posts li + li {
    border-top: 1px solid #e4e4e4;
}

.recent-posts li a {
    display: block;
}

.recent-posts li a.title {
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #404040;
}

.recent-posts li a.title:hover,
.recent-posts li a.title:focus {
    color: #0874cf;
}

.recent-posts li a.date {
    margin-top: 16px;
    font-family: "Open Sans", sans-serif;
    color: #898989;
    line-height: 1;
}

.recent-posts li a.date:hover,
.recent-posts li a.date:focus {
    color: #404040;
}

.recent-posts li a.read-more {
    font: bold 15px/1 "Open Sans", sans-serif;
    color: #0874cf;
}

.recent-posts li a.read-more:hover,
.recent-posts li a.read-more:focus {
    color: #404040;
}

.single-post {
    margin-bottom: 100px;
}

.single-post .this-title {
    color: #464646;
}

.single-post .this-contents {
    margin: 0 0 25px;
}

.single-post .this-contents p {
    margin-bottom: 25px;
    font: 15px/26px "Open Sans", sans-serif;
    color: #8e8d8d;
    letter-spacing: 0.3px;
}

.single-post .this-footer {
    margin-bottom: 50px;
}

.comment-title {
    margin-top: 0;
    margin-bottom: 22px;
    font: bold 28px/1 "Alegreya", serif;
    color: #242424;
}

.comment-form {
    padding: 50px 25px;
    border: 1px solid #e4e4e4;
}

.comment-form .row {
    margin: 0 -25px;
}

.comment-form .row .col-sm-6 {
    padding: 0 25px;
}

.comment-form .row .form-control {
    height: 45px;
}

.social-shares li + li {
    margin-left: 6px;
}

.social-shares li:first-child {
    margin-right: 12px;
    border: 2px solid #e4e4e4;
    line-height: 46px;
    width: 50px;
    text-align: center;
    color: #a5a5a5;
    font-size: 18px;
}

.social-shares li:first-child:after {
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -7px;
}

.social-shares li a {
    padding: 0 16px;
    line-height: 50px;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    letter-spacing: 0.3px;
}

.social-shares li a i {
    display: none;
}

@media (max-width: 767px) {
    .social-shares li a i {
        display: block;
        line-height: 50px;
        padding: 0 2px;
    }
}

@media (max-width: 767px) {
    .social-shares li a span {
        display: none;
    }
}

.social-shares li:nth-child(2) a {
    background: #4cc5f3;
}

.social-shares li:nth-child(3) a {
    background: #758ab7;
}

.social-shares li:nth-child(4) a {
    background: #e78074;
}

.social-shares li:nth-child(5) a {
    background: #4ca2cc;
}


/*====================================================*/

.page-cover {
    background: #000;
    color: #fff;
    letter-spacing: 0.3px;
}

.page-cover:before,
.page-cover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: url(../image/inner-banner.jpg) no-repeat fixed center top #717e95;
    opacity: .2;
}

.page-cover:after {
    background-blend-mode: overlay;
}

.page-cover .container {
    position: relative;
    z-index: 3;
    padding: 100px 0px 100px;
}

.page-cover2 {
    color: #fff;
    letter-spacing: 0.3px;
}

.page-cover2:before,
.page-cover2:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: url(../images/homepage/page-cover.jpg) no-repeat center bottom #717e95;
    background-size: cover;
}

.page-cover2 .container {
    position: relative;
    z-index: 3;
    padding: 140px 25px 63px;
}

.page-cover3 {
    background: #152348;
    color: #fff;
    letter-spacing: 0.3px;
}

.page-cover3:before,
.page-cover3:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: url(../images/homepage3/page-cover.jpg) no-repeat center bottom #717e95;
    background-size: cover;
}

.page-cover3 .container {
    position: relative;
    z-index: 3;
    padding: 76px 25px;
    min-height: 236px;
}

.page-cover4 {
    padding: 169px 0 110px 0;
}

.page-cover4 .page-title {
    color: #fff;
}

.page-cover4 .page-subtitle {
    color: #fff;
    font-style: italic;
}

.page-cover5 {
    background: url("../images/homepage5/bg-inner.jpg") no-repeat;
    background-size: cover;
    border-bottom: 1px solid #e1e1e1;
    padding: 41px 0;
    min-height: 142px;
}

.page-cover5 .page-title {
    color: #082638;
    padding: 7px 0 0 0;
}

.page-cover5 .bread-cumb {
    float: right;
    padding: 18.5px 0;
}

@media (max-width: 1199px) {
    .page-cover5 .bread-cumb {
        float: left;
    }
}

.page-cover5 .bread-cumb .list-inline {
    margin: 0;
}

.page-cover5 .bread-cumb ul li a {
    color: #9d9d9d;
    font-weight: bold;
    text-transform: uppercase;
}

.page-cover5 .bread-cumb ul li span {
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: bold;
}

.page-cover5 .bread-cumb ul li span::before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 12px;
}

.page-cover5 .page-title::after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background: #099bd7;
    margin-left: 10px;
}

.page-title {
    margin: 0;
    font-size: 50px;
    font-weight: 400;
font-family: 'Aref Ruqaa', serif;
    line-height: 1;
    text-align: center;
}

.page-subtitle {
    margin: 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    line-height: 33px;
}

.page-subtitle:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    width: 72px;
    height: 2px;
}

.breadcrumb-row {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    background: #dadada;
}

.breadcrumb-row .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-row .breadcrumb li {
    float: left;
    line-height: 40px;
    font-weight: bold;
    color: #ed1c33;
font-family: 'Aref Ruqaa', serif;
    font-size: 16px;
}

.breadcrumb-row .breadcrumb li + li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #04336b;
}

.breadcrumb-row .breadcrumb li a {
    color: #04336b;
font-family: 'Aref Ruqaa', serif;
    font-size: 16px;
}


/*====================================================*/

.prices-contents {
    padding-bottom: 50px;
}

.prices-contents p {
    margin-bottom: 45px;
}

.price-grid {
    margin-bottom: 50px;
}

.price-grid .media {
    background: #f3f3f3;
}

.price-grid .media-left {
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .price-grid .media-left {
        padding-right: 20px;
    }
}

@media (max-width: 479px) {
    .price-grid .media-left {
        padding-right: 0;
        display: block;
    }
}

.price-grid .media-left a {
    display: block;
    width: 270px;
    height: auto;
    background: #000;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .price-grid .media-left a {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .price-grid .media-left a {
        width: 100%;
    }
}

.price-grid .media-left a img {
    width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.price-grid .media-left a:hover img,
.price-grid .media-left a:focus img {
    transform: scale(1.1);
    opacity: 0.8;
}

.price-grid .media-body {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .price-grid .media-body {
        padding: 20px;
    }
}

.price-grid-title {
    font: bold 24px/30px "Alegreya", serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #242424;
}

a.price-grid-title:hover,
a.price-grid-title:focus {
    color: #09a3d5;
    text-decoration: underline;
}

.price-grid-price {
    font: bold 50px/1 "Alegreya", serif;
    color: #242424;
    margin: 0;
}

.price-grid-price small {
    font-weight: normal;
    font-size: 20px;
    color: #898989;
}

.price-grid-contact {
    background: #f3f3f3;
    padding: 45px 37px 37px;
}

@media (max-width: 1199px) {
    .price-grid-contact {
        padding: 27px;
    }
}

.price-grid-contact .price-grid-title {
    margin-bottom: 23px;
}

@media (max-width: 1199px) {
    .price-grid-contact .price-grid-title {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .price-grid-contact .btn {
        line-height: 45px;
        padding: 0 25px;
    }
}

.big-p {
    font-weight: 400;
    font: 20px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #242424;
}

.transparency-contents p {
    margin-bottom: 25px;
    letter-spacing: 0.3px;
}

.transparency-contents .big-p {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .transparency-contents .big-p {
        padding-right: 100px;
    }
}

.t3h {
    font-size: 26px;
    letter-spacing: 0.3px;
    font-family: "Alegreya", serif;
    font-weight: bold;
    color: #242424;
}

.p3h {
    font-size: 25px;
    letter-spacing: 0.3px;
    font-family: "Alegreya", serif;
    font-weight: bold;
    color: #242424;
    margin-top: 30px;
}

.p3h.mb25 {
    margin-bottom: 25px;
}

.t3h2 {
    font-size: 22px;
    letter-spacing: 0.3px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #898989;
    margin-top: 30px;
}

.t2h {
    font-weight: bold;
    letter-spacing: 0.3px;
    font-family: "Alegreya", serif;
    color: #242424;
}

.pmethod-contents .big-p {
    margin-bottom: 45px;
}

.pmethod-contents p {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .pmethod-contents p + img {
        margin-bottom: 30px;
    }
}


/*====================================================*/

.shop-header {
    height: 660px;
    background: #8d949a;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.shop-header .this-main-bg {
    opacity: 0.2;
    background: url(../images/sph2.jpg) no-repeat scroll center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.shop-header .this-main-bg2 {
    opacity: 0.2;
    background: url(../images/sph2.jpg) no-repeat scroll center center;
    background-size: cover;
    background-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.shop-header .this-main-bg3 {
    background: url(../images/sph1.jpg) no-repeat scroll right center;
    background-size: cover;
    background-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 65px);
    bottom: 0;
}

.shop-header .this-main-bg4 {
    opacity: 0.4;
    background: url(../images/sph1.jpg) no-repeat scroll right center;
    background-size: cover;
    background-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 65px);
    bottom: 0;
}

.shop-header .container {
    position: relative;
    z-index: 2;
}

.shop-header .this-contents {
    float: right;
    width: calc(50% + 90px);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    min-height: 200px;
    padding-top: 35px;
    padding-left: 72px;
    padding-bottom: 65px;
}

@media (max-width: 1199px) {
    .shop-header .this-contents {
        padding: 35px 0 45px 50px;
    }
}

@media (max-width: 767px) {
    .shop-header .this-contents {
        width: 100%;
        padding: 35px 20px 45px;
    }
}

.shop-header .this-contents:before,
.shop-header .this-contents:after {
    content: '';
    display: block;
    width: 2px;
    height: 75px;
    background: #fff;
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    .shop-header .this-contents:before,
    .shop-header .this-contents:after {
        display: none;
    }
}

.shop-header .this-contents:before {
    top: 0;
}

.shop-header .this-contents:after {
    bottom: 0;
}

.shop-header h2 {
    margin: 0;
    color: #fff;
}

.shop-header .this-ftitle {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    line-height: 1;
}

@media (max-width: 1199px) {
    .shop-header .this-ftitle {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .shop-header .this-ftitle {
        font-size: 20px;
    }
}

.shop-header .this-mtitle {
    text-transform: uppercase;
    font: bold 56px/1 "Raleway", sans-serif;
    margin: 5px 0;
}

@media (max-width: 1199px) {
    .shop-header .this-mtitle {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .shop-header .this-mtitle {
        font-size: 36px;
    }
}

.shop-header .this-ttitle {
    font: italic 32px/36px "PT Serif", serif;
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .shop-header .this-ttitle {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .shop-header .this-ttitle {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .shop-header .btn {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .shop-header .btn {
        display: block;
    }
}

.shop-header .btn + .btn {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .shop-header .btn + .btn {
        margin-left: 0;
        margin-top: 15px;
    }
}

.shop-header .btn-outline:hover,
.shop-header .btn-outline:focus {
    background: #e8b607;
    border-color: #e8b607;
    color: #fff;
}

.shop-header .btn-primary {
    background: #e8b607;
}

.shop-header .btn-primary:hover,
.shop-header .btn-primary:focus {
    background: #5996c6;
}

.shop-features {
    padding: 44px 0 34px;
    background-image: -moz-linear-gradient(90deg, #e1e0e4 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #e1e0e4 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #e1e0e4 0%, white 100%);
}

@media (max-width: 767px) {
    .shop-feature + .shop-feature {
        margin-top: 20px;
    }
}

.shop-feature .media-left {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .shop-feature .media-left {
        padding-right: 15px;
    }
}

.shop-feature .this-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font: 800 20px/1.2 "Raleway", sans-serif;
    color: #4b4b4b;
}

.shop-feature .this-title span {
    color: #ba0e0c;
}

.shop-feature p {
    margin: 0;
    font-family: "Verdana";
    line-height: 20px;
    color: #202020;
}

.featured-products .section-title,
.new-products .section-title {
    margin-bottom: 25px;
}

.new-products {
    background: #f6f6f6;
}

.product {
    padding: 25px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .product {
        max-width: 300px;
        margin: 0 auto;
    }
}

.product .featured-image {
    margin-bottom: 25px;
    display: block;
}

.product .featured-image img {
    max-width: 100%;
}

.product.style2 {
    padding: 15px;
}

.product.style2 .inner {
    margin: 0;
    padding: 22px 25px 40px;
    background: #f1f2f2;
}

.product.style2 .featrued-img {
    margin-bottom: 10px;
}

.pro-title {
    font: bold 22px/30px "Alegreya", serif;
    margin-top: 0;
    margin-bottom: 5px;
}

.pro-title a {
    color: #404040;
}

.pro-price {
    margin: 0 0 18px;
    font-weight: bold;
    font-family: "Alegreya", serif;
    color: #d01414;
    font-style: italic;
}

.pro4m-collection {
    background: url(../images/prc.jpg) no-repeat scroll center center #062b51;
    background-size: cover;
    padding: 80px 0;
}

.pro4m-collection .this-slbg {
    opacity: 0.5;
    background: url(../images/prc.jpg) no-repeat scroll center center;
    background-size: cover;
    background-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pro4m-collection .this-cbg1,
.pro4m-collection .this-cbg2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #074264;
    opacity: 0.5;
}

.shop-banner {
    padding: 100px 0 60px;
}

.shop-banner .media {
    background: url(../images/shop-banner.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding: 50px 44px;
}

@media (max-width: 767px) {
    .shop-banner .media {
        padding: 20px 30px 30px;
        background-position: center center;
    }
}

.shop-banner .media-right {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .shop-banner .media-right {
        display: block;
        padding-top: 20px;
        padding-left: 0;
    }
}

.shop-banner .this-title {
    margin: 0;
    width: 425px;
    font: bold 38px/53px "Alegreya", serif;
    letter-spacing: 0.2px;
    color: #fff;
}

@media (max-width: 767px) {
    .shop-banner .this-title {
        font-size: 30px;
        width: auto;
    }
    .shop-banner .this-title br {
        display: none;
    }
}

.shop-banner .btn {
    margin-bottom: 5px;
}

.collection-texts .inner {
    margin: 0;
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .collection-texts .inner {
        padding-left: 0;
    }
}

.collection-texts h2 {
    margin: 0;
    line-height: 49px;
    font-family: "PT Serif", serif;
    letter-spacing: 0.3px;
    font-style: italic;
}

.collection-texts .this-ftitle {
    font-size: 48px;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .collection-texts .this-ftitle {
        font-size: 40px;
    }
}

.collection-texts .this-stitle {
    font-size: 40px;
    color: #1dbee8;
}

@media (max-width: 1199px) {
    .collection-texts .this-stitle {
        font-size: 32px;
    }
}

.collection-texts p {
    margin: 35px 0 45px;
    letter-spacing: 0.3px;
    font-size: 18px;
    color: #fff;
}

.prod-details {
    margin-bottom: 80px;
}

.prod-details .media-left {
    padding-right: 75px;
}

@media (max-width: 1199px) {
    .prod-details .media-left {
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .prod-details .media-left {
        padding-right: 0;
        display: block;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .prod-details .media-object {
        width: 350px;
    }
    .prod-details .media-object img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .prod-details .media-object {
        width: 100%;
    }
    .prod-details .media-object img {
        max-width: 100%;
    }
}

.prod-details .this-title {
    font: bold 38px/1.2 "Alegreya", serif;
    margin-top: -6px;
    margin-bottom: 25px;
    color: #000;
}

.prod-details p {
    margin: 25px 0;
    padding: 25px 0;
    letter-spacing: 0.3px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.prod-details .this-subtitle {
    font-family: "Raleway", sans-serif;
    margin: 25px 0;
    color: #242424;
    letter-spacing: 0.3px;
    line-height: 1;
}

.prod-details .this-subtitle span {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-left: 4px;
}

.prod-details .this-subtitle .form-control {
    width: 50px;
    height: 35px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    font: 500 18px/35px "Raleway", sans-serif;
    padding: 0;
    text-align: center;
    margin-left: 4px;
}

.prod-details .thm-btn {
    line-height: 47px;
    width: 223px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .proTab li {
        float: none;
        display: block;
        margin-bottom: 0;
    }
}

.proTab li + li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .proTab li + li {
        margin-left: 0;
    }
}

.proTab li a {
    border-radius: 0;
    margin: 0;
    padding: 0 45px;
    background: #f4f4f4;
    border-bottom-color: #e2e2e2;
    font: 16px/46px "Open Sans", sans-serif;
    color: #000;
}

.proTab li a:hover,
.proTab li a:focus {
    border-top: 2px solid #e1ba60;
    line-height: 45px;
    border-bottom-color: #fff;
    background: #fff;
}

.proTab li.active a,
.proTab li.active a:hover,
.proTab li.active a:focus {
    border-top: 2px solid #e1ba60;
    line-height: 45px;
}

@media (max-width: 767px) {
    .proTab li.active a,
    .proTab li.active a:hover,
    .proTab li.active a:focus {
        border-bottom: 2px solid #e1ba60;
    }
}

.proTab-content {
    letter-spacing: 0.3px;
    border: 1px solid #e2e2e2;
    border-top: none;
}

.proTab-content .tab-pane {
    padding: 50px 70px 55px 40px;
}


/*====================================================*/

.cart-contents .thm-btn {
    float: right;
}

@media (max-width: 767px) {
    .cart-contents .thm-btn {
        float: none;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cart-contents .table-responsive {
        margin: 0;
    }
}

.cart-table {
    margin: 0;
}

.cart-table thead {
    background: #f9f9f9;
}

.cart-table thead tr th {
    color: #000000;
    font: bold 22px/60px "Alegreya", serif;
    padding: 0 20px;
    font-weight: 500;
    border: 1px solid #EBEBEB;
    border-top: 1px solid #ebebeb !important;
    border-bottom: 0;
}

.cart-table thead tr th:first-child {
    padding: 0 40px;
}

.cart-table tbody tr td {
    border: 1px solid #ebebeb;
    color: #898989;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    padding: 25px 20px;
    vertical-align: middle;
}

.cart-table tbody tr td:first-child {
    padding: 25px 40px;
}

.cart-table tbody tr td:last-child {
    font: bold 18px/1 "Raleway", sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 96px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn {
    line-height: 40px;
    border: 1px solid #ebebeb;
    background: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
    border-radius: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn .filter-option {
    color: #898989;
    font-weight: normal;
    width: calc(100% - 37px);
    text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn .bs-caret {
    color: #898989;
    width: 32px;
    height: 40px;
    float: right;
    border-left: 1px solid #ebebeb;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid #ebebeb;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li + li {
    border-top: 1px solid #ebebeb;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li a {
    padding: 0 15px;
    color: #898989;
    font-size: 14px;
    line-height: 30px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li a:hover,
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu li a:focus {
    background: #363636;
    color: #fff;
}

.bottom-box {
    background: #f9f9f9;
    margin: 0 0 50px;
    padding: 30px 25px;
    border: 1px solid #ebebeb;
    border-top: 0;
}

@media (max-width: 479px) {
    .bottom-box {
        padding: 15px 0;
    }
}

.bottom-box input {
    border: 1px solid #eeeeee;
    color: #8e8d8d;
    line-height: 36px;
    margin-right: 10px;
    outline: medium none;
    padding: 0 20px;
    width: 130px;
}

@media (max-width: 479px) {
    .bottom-box input {
        width: 120px;
    }
}

.bottom-box input + button {
    padding: 0 20px;
    color: #fff;
    background: #282D3E;
    text-transform: capitalize;
    border: none;
    outline: none;
    font-weight: normal;
    line-height: 36px;
}

.thm-btn {
    border: none;
    font-weight: bold;
    background: #09a3d5;
    line-height: 40px;
    padding: 0 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    border-radius: 3px;
    transition: all 300ms linear 0s;
}

.thm-btn:hover,
.thm-btn:focus {
    background: #282D3E;
    color: #fff;
}

.cart-total-box ul {
    margin: 0;
}

.cart-total-box ul li {
    border: 1px solid #ebebeb;
    border-top: 0;
    font-weight: 500;
    line-height: 60px;
    padding: 0 40px 0 25px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    .cart-total-box ul li {
        padding-right: 25px;
    }
}

.cart-total-box ul li:first-child {
    border-top: 1px solid #EBEBEB;
    background: #F9F9F9;
    font-size: 22px;
    font-weight: bold;
    font-family: "Alegreya", serif;
}

.cart-total-box ul li:nth-child(2) span {
    color: #8e8d8d;
}

.cart-total-box ul li:nth-child(3) span {
    color: #363636;
    font-weight: bold;
}

.cart-total-box ul li:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
}

.cart-total-box ul li span {
    float: right;
}


/*Checkout*/

.checkout-contents .section-title {
    margin-bottom: 38px;
}

.checkout-contents .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.checkout-contents .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn .filter-option {
    font-size: 14px;
    text-transform: none;
    padding: 0 20px;
    text-align: left;
}

.return-customer {
    padding: 25px 30px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    color: #8e8e8e;
    font: 16px/1 "Open Sans", sans-serif;
    margin-bottom: 40px;
}

.return-customer a {
    color: #1175ca;
    text-decoration: underline;
}

.checkout-contents label,
.checkout-contents input[type="text"] {
    display: block;
}

.checkout-contents label {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 4px;
}

.checkout-contents input[type="text"] {
    border: 1px solid #e2e2e2;
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0 20px;
    width: 100%;
}

.left-checkout .section-title2.ship-to-different {
    margin-bottom: 39px;
    margin-top: 40px;
}

.checkout-contents input[type="text"]:last-child {
    margin-bottom: 0;
}

.checkout-contents .left-checkout > .row {
    margin-bottom: 23px;
}

.checkout-contents .row span b {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
}

.checkout-contents input[type="checkbox"] {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
    float: left;
    margin-top: 8px;
}

.checkout-contents textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
    outline: none;
}

.checkout-contents .ship-different {
    margin-top: 80px;
}

.checkout-contents .order-box {
    border: 1px solid #D9D9D9;
    padding: 30px;
}

.checkout-contents .order-box ul {
    padding: 0;
    margin: 0;
}

.checkout-contents .order-box ul li {
    color: #8e8d8d;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
}

.checkout-contents .order-box ul li.total {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    color: #242424;
}

.checkout-contents .order-box ul li span {
    color: #898989;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.checkout-contents .order-box ul li span.bold {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.checkout-contents .order-box ul li a span {
    color: #ff9101;
    font-size: 13px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.checkout-contents .order-box ul li.place-order-button {
    padding-top: 30px;
    line-height: 30px;
}

.checkout-contents .order-box ul li input[type="radio"] {
    margin-right: 10px;
}

.checkout-contents .order-box ul li .note {
    background: #ECECEC;
    padding: 25px;
    color: #8E8D8D;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.checkout-contents .order-box ul li .note .fa {
    font-size: 35px;
    position: absolute;
    top: -25px;
    left: 25px;
    color: #ECECEC;
}

.checkout-contents .order-box ul li a.place-order {
    background: #FD9C1E;
    text-transform: uppercase;
    display: inline-block;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    padding: 0 40px;
    margin-top: 30px;
}

.checkout-contents .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
    padding: 0;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 42px;
    color: #898989;
    text-transform: capitalize;
}

.checkout-contents .select-menu + .ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
    background: url(../images/select-menu-arrow.html) 0 0 no-repeat;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    margin-right: 8px;
}

.checkout-contents .select-menu + .ui-selectmenu-button {
    width: 100% !important;
    border-radius: 0;
    padding: 0px 20px;
    border: 1px solid #E5E5E5;
    height: 42px;
    background: #fff;
    outline: none;
    color: #898989;
}


/*====================================================*/

section.plumbing-repairing {
    background: #eeeff4;
}

section.plumbing-repairing .plumbing-repairing-left {
    background: url("../images/homepage3/plumbing1.jpg") left center no-repeat;
    min-height: 550px;
    float: left;
}

section.plumbing-repairing .plumbing-repairing-left .nav-tabs {
    border-bottom: none;
    width: 370px;
    float: right;
    padding: 74px 0;
    min-height: 550px;
}

@media (max-width: 767px) {
    section.plumbing-repairing .plumbing-repairing-left .nav-tabs {
        width: 100%;
    }
}

section.plumbing-repairing .plumbing-repairing-left .nav-tabs li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #3e4759;
}

section.plumbing-repairing .plumbing-repairing-left .nav-tabs li a {
    border-radius: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding: 20px 0 20px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

section.plumbing-repairing .plumbing-repairing-left .nav-tabs li:hover a,
section.plumbing-repairing .plumbing-repairing-left .nav-tabs li.active a {
    background: #2875b1;
}

section.plumbing-repairing .plumbing-repairing-left .nav-tabs li:hover:before,
section.plumbing-repairing .plumbing-repairing-left .nav-tabs li.active:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #eeeff4;
    content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 22px;
}

section.plumbing-repairing .plumbing-repairing-left .nav-tabs li:first-child {
    border-top: 1px solid #3e4759;
}

@media (max-width: 1600px) and (min-width: 1200px) {
    section.plumbing-repairing .plumbing-repairing-left {
        width: 40%;
    }
}

@media (min-width: 1800px) {
    section.plumbing-repairing .plumbing-repairing-left {
        width: 745px;
    }
}

section.plumbing-repairing .plumbing-repairing-right {
    width: calc(100% - 745px);
    background: #eeeff4;
    float: left;
}

@media (max-width: 1199px) {
    section.plumbing-repairing .plumbing-repairing-right {
        width: 100%;
    }
}

section.plumbing-repairing .plumbing-repairing-right .click-tab {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

section.plumbing-repairing .plumbing-repairing-right .tab-content {
    padding: 67px 0 66px 70px;
    width: 770px;
    min-height: 550px;
}

@media (max-width: 1199px) {
    section.plumbing-repairing .plumbing-repairing-right .tab-content {
        width: 100%;
        padding: 20px;
    }
}

section.plumbing-repairing .plumbing-repairing-right h2.this-title {
    margin: 0 0 30px 0;
    font-family: "Alegreya", serif;
    font-weight: bold;
    font-size: 38px;
}

section.plumbing-repairing .plumbing-repairing-right p {
    padding: 15px 0;
}

section.plumbing-repairing .plumbing-repairing-right a.read-more {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin: 10px 0 0 0;
    display: block;
}

section.plumbing-repairing .plumbing-repairing-right a.read-more i {
    margin: 0 0 0 10px;
}


/*====================================================*/

@media (max-width: 1199px) {
    .map .map-l,
    .map .map-r {
        width: 100% !important;
    }
    .map .map-l img,
    .map .map-r img {
        width: 100%;
    }
}

.map .map-l {
    width: 745px;
    float: left;
}

.map .map-r {
    width: calc(100% - 745px);
    float: left;
}


/*====================================================*/

.footer-contacts {
    padding: 23px 0 22px 0;
    background: url(../image/call-to-action1.jpg) no-repeat fixed center center;
}

.footer-contacts:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001125;
    opacity: 0.7;
}

.footer-contacts .container {
    position: relative;
    z-index: 2;
}

.footer-contact {
    font: 15px/22px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 0.3px;
}

@media (max-width: 1199px) {
    .footer-contact {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-contact + .footer-contact {
        margin-top: -1px;
    }
}

.footer-contact .media {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(1, 17, 32, 0.7);
}

.footer-contact .media-left {
    vertical-align: middle;
    padding: 0;
    background: #dfa903;
    font-size: 30px;
    color: #fff;
}

.footer-contact .media-left i {
    text-align: center;
    width: 70px;
}

.footer-contact .media-body {
    padding: 24px 18px;
}

@media (max-width: 767px) {
    .footer-contact .media-body {
        word-break: break-all;
    }
}

.footer-contact strong {
    text-transform: uppercase;
    display: block;
    color: #9bb2c7;
}

.site-footer {
    background: url(../image/footer-bg.png) no-repeat bottom #4c4b4b;
    background-size: cover;
    padding: 40px 0px 0px;
    /*border-top: 3px solid #ed1c33;*/
}

.site-footer .container {
    position: relative;
    z-index: 3;
}

.footer-sidebar {
    padding: 0px 0 0;
}

.widget-footer .widget-title {
    color: #382d2b;
font-family: 'Aref Ruqaa', serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.15px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    /* margin: 38px 0 30px; */
    margin-top: 30px;
}

.widget-footer .widget-title:after {
    content: '';
    width: 45px;
    height: 2px;
    background: #f4721f;
    display: block;
    margin: 15px 0 0;
}

.widget-footer p {
    line-height: 24px;
    color: #382d2b;
    letter-spacing: 0.3px;
font-family: 'Aref Ruqaa', serif;
}

.widget-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0px 0px;
}

.widget-footer .menu li + li {
    margin-top: 15px;
}

.widget-footer .menu li:before {
    display: inline-block;
    content: "\f105";
    font-family: "FontAwesome";
    color: #b02a30;
    width: 18px;
    font-size: 18px;
}

.widget-footer .menu li a {
    letter-spacing: 0.3px;
    line-height: 23px;
font-family: 'Aref Ruqaa', serif;
    color: #382d2b;
    background: none;
    padding: 0px 0px;
    margin: 0;
    border: 0;
    font-size: 14px;
}

.widget-footer .menu li a:hover,
.widget-footer .menu li a:focus {
    color: #f5821f;
}

.emmergency-support-banner {
    margin-right: 35px;
    float: right;
}

@media (max-width: 991px) {
    .emmergency-support-banner {
        display: table;
        margin: 0 auto;
        float: none;
    }
}

.footer-social {
    margin-top: 0px;
}

.footer-social li + li {
    margin-left: 10px;
}

.footer-social li a {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #5e7285;
    border-radius: 100%;
    padding: 0;
    color: #5e7285;
}

.footer-social li a:hover,
.footer-social li a:focus {
    color: #489dc5;
    border-color: #489dc5;
    background: none;
}

.newsletter-form {
    margin: 0;
    padding: 20px 30px;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    background: rgba(7, 15, 23, 0.25);
}

.nform-texts {
    float: left;
    width: 450px;
    font: italic 17px/24px "Open Sans", sans-serif;
    color: #4ba4cd;
    letter-spacing: 0.3px;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .nform-texts {
        margin-right: 15px;
        width: 430px;
    }
}

@media (max-width: 991px) {
    .nform-texts {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

.nform-input {
    float: left;
    width: 436px;
    margin-right: 30px;
    border-radius: 0;
    background: none;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
    .nform-input {
        width: 265px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .nform-input {
        width: calc(100% - 165px);
    }
}

@media (max-width: 767px) {
    .nform-input {
        width: 100%;
        margin-right: 0;
    }
}

.nform-btn {
    float: left;
    padding: 0 30px;
    line-height: 46px;
}

@media (max-width: 1199px) {
    .nform-btn {
        padding: 0 25px;
    }
}

@media (max-width: 991px) {
    .nform-btn {
        padding: 0 24px;
        width: 150px;
    }
}

@media (max-width: 767px) {
    .nform-btn {
        width: 100%;
        margin-top: 15px;
    }
}

.copyright-row {
    font: 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
}

.copyright-row a {
    color: #7e95a2;
}

.copyright-texts {
font-family: 'Aref Ruqaa', serif;
    font-size: 17px;
}

.credit-texts {
    float: right;
}

@media (max-width: 767px) {
    .copyright-texts,
    .credit-texts {
        width: 100%;
    }
}

.header-social i {
    background: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
}

.quick-service-area {
    margin: 0px;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid #333;
    margin-top: 280px
}

.quick {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.quit1 {
    margin: 0px;
    padding: 0px;
}

.quit1 img {
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
}

.quit2 {
    margin: 0px;
    padding: 0px;
}

.quit2 h3 {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 20px;
font-family: 'Aref Ruqaa', serif;
    line-height: 50px;
    font-weight: bold;
}

.quote-area {
    /*margin: 0px;
    padding: 50px 0px;
    width: 100%;
    background: #04336b;*/
    position: relative;
    padding: 70px 0px 70px;
    background: url(../image/get-in-touch-bg-img.png) center center repeat;
    margin-top: 0px;

}

.form-group {
    margin-bottom: 0;
}

.quity {
    margin: 0px;
    padding: 0px;
}

.hytr {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 60px;
    display: table;
    padding: 0;
}
.hytr01 {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-size: 20px;
    display: table;
    padding: 0;
}

.hytr01:hover {
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    color: #fff;
}


.quity .form-control {
    margin-bottom: 15px;
    height: 40px;
    border-radius: 0px;
    /*padding: 15px 20px;*/
    font-size: 15px;
    border-radius: 4px;
        font-family: 'Aref Ruqaa', serif;
}

.req {
    margin: 0;
    padding: 0px;
}

.req h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 28px;
}

.req h2 a {
    text-decoration: none;
    color: #fff;
}

.req h2 a:hover {
    color: #d10022;
}

.req h3 {
    font-size: 18px;
    color: #dfa903;
}

.req p {
    color: #fff;
    line-height: 27px;
    margin-top: 10px;
}

.about-section1 {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 60px 0px 60px 0px;
}

.mover-man-img {
    z-index: 999;
}

.mover-man-img img {
    /*position: relative;
    top: 100px;*/
        z-index: 999;
    padding: 10px;
    left: 0px;
        border-top: 5px solid #e66223;
    border-left: 5px solid #e66223;
}
.about-section1 .content-col a{
       margin: 0;
    color: #fff;
    border: 1px solid #ed6a21;
    border-radius: 0;
    padding: 12px 70px;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 80px;
    font-weight: 400;
    text-transform: uppercase;
    background: linear-gradient(150deg,#fc7a1d 15%,#b02a30 100%);
}
.about-section1 .content-col a:hover{
    background-color: #fff;
    color: #fff;
    border-color: #810101;
}

.about-section1 .content-col {
    padding: 50px 0;
}

.about-section1 .content-col h1 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #000;
    text-align: left;
    font-size: 32px;
font-family: 'Aref Ruqaa', serif;
    color: #333;
    text-transform: uppercase;
}

.about-section1 .content-col p {
    color: #333;
    margin-bottom: 15px;
font-family: 'Aref Ruqaa', serif;
    font-size: 16px;
}

.work-process-area {
    padding: 60px 0 60px;
    /*background: url(../image/background.png);*/
    background-color: #f6f1e8;
}
.work-process-list li span:hover{
    background: #f6f4ec;
    border: 2px solid #be5527;
}
.work-process-list {
    float: left;
    width: 100%;
    text-align: center;
}

.work-process-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 0px;
    position: relative;
    padding: 0px 68px;
}

.work-process-list ul .ghytt:before {
    opacity: 0;
}

.work-process-list ul li:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -35px;
    top: 50%;
    font-size: 29px;
    margin: -37px 0px 0px;
    color: #382d2b;
}

.work-process-list ul {
    margin: 0px;
    padding: 0px;
}

.work-process-list li span {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 2px solid #382d2b;
    position: relative;
    margin: 0px 0px 20px;
    border-radius: 50%;
    line-height: 120px;
}

.work-process-list ul li span a {
    position: absolute;
    right: -25px;
    margin: -20px 0px 0px 0px;
    top: 50%;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border: 6px solid #382d2b;
    background-color: #382d2b;
    border-radius: 100%;
    color: #ffffff;
    padding: 6px 0px 0px;
}

.work-process-list ul li h6 {
    margin: 0px;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
font-family: 'Aref Ruqaa', serif;
}

#why-choose-us {
    background: #242424;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#why-choose-us:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: #0c6c23;
    top: 0;
    right: 0;
    z-index: -1;
}

#why-choose-us:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(../image/green.png);
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}

#why-choose-us .why-choose-list {
    padding: 80px 0 80px 50px;
    list-style: none;
}

#why-choose-us .section-title h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #FFF;
    text-align: left;
}

#why-choose-us .why-choose-list ul {
    margin: 0;
    padding: 0;
}

#why-choose-us .why-choose-list li {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 30px;
    list-style: none;
}

#why-choose-us .why-choose-list li .icon-check {
    font-family: 'fontawesome';
    margin-right: 14px;
    font-size: 20px;
    color: #FFF;
    float: left;
}

#why-choose-us .why-choose-list li .advantage-text p {
    display: table;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.main-footer {
        margin: 0px;
    padding: 10px 0px;
    background: #382d2b;
    width: 100%;
}

.section-title01 {
    margin-bottom: 20px;
    text-align: center;
}

.section-title01 span {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    margin-top: 10px;
font-family: 'Aref Ruqaa', serif;
}

.section-title02 {
    margin-bottom: 20px;
    text-align: left;
}

.section-title01 h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
font-family: 'Aref Ruqaa', serif;
}

.section-title01 .separator {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.section-title01 .separator:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 2px;
    width: 50px;
    bottom: -15px;
        background: #ed1c33;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 6px;
}

.section-title1.text-left {
    text-align: left;
}

.text-white {
    color: #ffffff;
}

.section-title01 .separator:after {
    width: 100px;
    display: block;
    margin: auto;
    content: "";
    height: 2px;
    background: #04336b;
    bottom: 0px;
    left: 50%;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
}

#flight-datepicker {
    margin-top: 0px;
}

input#start-date::placeholder {
    color: #a8a8a8 !important;
    font-weight: normal;
    font-size: 16px;
}

@media screen and (min-width: 400px) {
    #flight-datepicker {
        display: flex;
    }
}

#flight-datepicker .form-item {
    position: relative;
    margin: 12px 0 60px;
}

@media screen and (min-width: 400px) {
    #flight-datepicker .form-item {
        margin: 12px 24px 0 0;
    }
}

#flight-datepicker label {
    display: block;
    margin-bottom: 8px;
    color: white;
}

#flight-datepicker input {
    display: block;
    margin-bottom: 8px;
    padding: 15px 20px;
    width: 100%;
    font-family: 'Aref Ruqaa', serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #a8a8a8;
    background-color: #fff;
    border: none;
    border: 1px solid #d2cbcb !important;
    border-radius: 0;
    outline: none;
    transition: border-color .2s ease-out;
}

#flight-datepicker input:first-child,
#flight-datepicker input:last-child {
    border-radius: 0px;
    border: 1px solid #464646 !important;

}

#flight-datepicker input::-webkit-input-placeholder {
    color: #0e3e43;
    font-size: 14px;
    line-height: 30px;
    transition: color .2s .2s ease-out;
}

#flight-datepicker input:-moz-placeholder {
    color: #0e3e43;
    font-size: 14px;
    line-height: 30px;
    transition: color .2s .2s ease-out;
}

#flight-datepicker input::-moz-placeholder {
    color: #0e3e43;
    font-size: 14px;
    line-height: 30px;
    transition: color .2s .2s ease-out;
}

#flight-datepicker input:-ms-input-placeholder {
    color: #0e3e43;
    font-size: 14px;
    line-height: 30px;
    transition: color .2s .2s ease-out;
}

#flight-datepicker input:focus {
    border-bottom-color: #125259;
}

#flight-datepicker input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: color .2s ease-out;
}

#flight-datepicker input:focus:-moz-placeholder {
    color: transparent;
    transition: color .2s ease-out;
}

#flight-datepicker input:focus::-moz-placeholder {
    color: transparent;
    transition: color .2s ease-out;
}

#flight-datepicker input:focus:-ms-input-placeholder {
    color: transparent;
    transition: color .2s ease-out;
}

#flight-datepicker .date-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    top: calc(100% + 6px);
    font-size: 12px;
    color: white;
}

@media screen and (min-width: 400px) {
    #flight-datepicker .date-text {
        top: 100%;
    }
}

.datepicker.dropdown-menu {
    padding: 0;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    -webkit-animation: popup .2s ease-out forwards;
    animation: popup .2s ease-out forwards;
}

.datepicker.dropdown-menu table {
    /*background-color: #218eb5;*/
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.datepicker.dropdown-menu table thead {
    background-color: #ca2027;
}

.datepicker.dropdown-menu table thead tr {
    border-top: 0;
}

.datepicker.dropdown-menu table tbody {
    background-color: white;
}

.datepicker.dropdown-menu table tr {
    border-top: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
    width: auto;
    height: 24px;
    padding: 8px;
    font-size: 16px;
    border-radius: 0;
    transition: background-color .6s ease-out;
}

@media screen and (min-width: 400px) {
    .datepicker.dropdown-menu table tr td,
    .datepicker.dropdown-menu table tr th {
        padding: 12px;
    }
}

.datepicker.dropdown-menu table tr td:hover,
.datepicker.dropdown-menu table tr td.active:hover,
.datepicker.dropdown-menu table tr td:active:hover,
.datepicker.dropdown-menu table tr th:hover,
.datepicker.dropdown-menu table tr th.active:hover,
.datepicker.dropdown-menu table tr th:active:hover {
    border-color: #ededed;
    border-radius: 0;
    transition: background-color .2s ease-out;
}

.datepicker.dropdown-menu table tr td.focused,
.datepicker.dropdown-menu table tr td.selected,
.datepicker.dropdown-menu table tr th.focused,
.datepicker.dropdown-menu table tr th.selected {
    background-color: #24A0AD;
    border-color: #ededed;
    border-radius: 0;
}

.datepicker.dropdown-menu table tr td.active,
.datepicker.dropdown-menu table tr td.active:focus,
.datepicker.dropdown-menu table tr td.active.active:hover,
.datepicker.dropdown-menu table tr td:active:focus,
.datepicker.dropdown-menu table tr td.highlighted,
.datepicker.dropdown-menu table tr th.active,
.datepicker.dropdown-menu table tr th.active:focus,
.datepicker.dropdown-menu table tr th.active.active:hover,
.datepicker.dropdown-menu table tr th:active:focus,
.datepicker.dropdown-menu table tr th.highlighted {
    color: #fff;
    border-color: #ededed;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.datepicker.dropdown-menu table tr th.datepicker-switch {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #ffffff;
    /*background-color: #149ecf;*/
    border-radius: 0;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
    color: #ffffff;
    /*background-color: #218eb5;*/
    border-radius: 0;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.datepicker.dropdown-menu table tr th.dow {
    padding: 2px 12px;
    font-size: 12px;
    line-height: 2;
    border-right: 1px solid #d4d4d4;
    color: #ffffff;
    border-top: 1px solid #d4d4d4;
    border-radius: 0;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.datepicker.dropdown-menu table tr td.day {
    width: 24px;
    border-right: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td.day:last-child {
    border-right-width: 0;
}

.datepicker.dropdown-menu table tr td.range {
    background-color: #eeeeee;
}

.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
    color: #ccc;
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
    position: absolute;
    top: 26px;
    right: 0;
    font-size: 24px;
    z-index: -99;
}

@-webkit-keyframes popup {
    from {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes popup {
    from {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.content-col img {
    margin: 0px;
    padding: 0;
    margin-right: 20px;
    float: left;
    width: 100px;
}

.hytgr {
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 24px;
font-family: 'Aref Ruqaa', serif;
    font-style: italic;
}

.subo img {
    width: 48%;
    float: left;
    padding: 50px 0px 120px;
    margin-right: 5px;
    background: rgba(192, 181, 150, .2);
    margin-bottom: 5px;
    text-align: center;
}

.logis-area {
    margin: 0px;
    padding: 40px 0px;
    width: 100%;
    background-color: rgb(21, 25, 53);
    border: 1px solid rgba(128, 128, 128, 0.58);
}

.logis {
    margin: 0px;
    padding: 0px;
}

.logis img {
    margin: 0 auto;
    padding: 0px;
    height: 80px;
    display: table;
    padding: 5px;
    width: 100%;
    border: 1px solid #c5c5c5;
}

.logis1 {
    margin: 0px;
    padding: 0px;
}

.logis1 img {
    margin: 0 auto;
    padding: 0px;
    display: table;
    padding: 5px;
    height: 90px;
    border: 1px solid #c5c5c5;
}

.tes {
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
    display: table;
}

.tes img {
    width: 150px;
    background: #fff;
    border: 2px solid #dfa903;
    margin-right: 15px;
    height: 75px;
    padding: 5px;
}

.rating i {
    color: #FF9800;
    font-size: 16px;
}

.whychoose1 {
    background: url(../image/whychooseus-alt.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
}

.whychoose-area1 {
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    padding: 30px;
}

.whychoose-area1 h2 {
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 32px;
font-family: 'Aref Ruqaa', serif;
}

.whychoose-area1 ul {
    margin: 0px;
    padding: 0px;
}

.whychoose-area1 ul li {
    padding-left: 60px;
    position: relative;
    list-style: none;
}

.whychoose-area1 ul li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 40px;
    color: #fff;
}

.whychoose-area1 h3 {
    color: #eee !important;
font-family: 'Aref Ruqaa', serif;
}

.whychoose-area1 p {
    color: #eee !important;
font-family: 'Aref Ruqaa', serif;
    font-size: 15px;
}

.company-overvw {
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 25px;
    margin-top: 15px;
}

.company-overvw h2 {
    margin: 0;
    background: #e35f24;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 21px;
}

.rx-line-box {
    margin: 25px 0 0;
    padding: 0 25px;
}

.rv-01 h3 {
    font-size: 18px;
    font-weight: 600;
    color: #515c69;
}

.rv-01 img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.rx-line-box h6 {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    padding-top: 40px;
    text-align: right;
}

.rv-02 {
    background: #eff6ff;
    display: inline-block;
    margin: 0 15px;
    box-shadow: 0 0 8px #b9b9b9;
    padding: 15px 0;
    border: solid 1px #dad9d6;
    border-radius: 5px;
    position: relative;
}

.rv-02:before {
    position: absolute;
    background: #eff6ff;
    border: solid 1px #bdbdbd;
    height: 20px;
    width: 20px;
    content: '';
    transform: rotate(136deg);
    border-right: 0;
    border-top: 0;
    top: -11px;
    left: 70px;
}

.ret-star {
    color: #ff9909;
    font-size: 23px;
    position: relative;
    top: -3px;
    letter-spacing: -2px;
}

.tg-socialicons {
    padding-top: 5px;
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.rv-02 .tg-socialicons li {
    float: right;
    width: auto;
}

.tg-socialicons li {
    float: left;
    padding: 0 4px;
    line-height: inherit;
    list-style-type: none;
}

.tg-inputwithicon.tg-facebook .tg-icon,
.tg-checkbox.tg-facebook,
li.tg-facebook a,
li.tg-facebook a i {
    background: #3b5999;
}

.tg-socialicons li a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    background: #000;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
}

.tg-socialicons li a i {
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a,
li.tg-twitter a i {
    background: #55acee;
}

.tg-inputwithicon.tg-youtube .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-youtube a,
li.tg-youtube a i {
    background: #cd201f;
}

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a,
li.tg-linkedin a i {
    background: #0077B5;
}

.rv-03 {
    border-top: solid 1px #c1c1c1;
    padding: 9px 5px 0;
}

.reviews-area {
    margin: 0px;
    padding: 70px 0px;
    background: #e8e8e8;
}

.rv-02 h3 {
    margin: 0px;
    padding: 10px 0px;
}

.tg-socialicons ul {
    margin: 0px;
    padding: 0px;
}

.tecs {
    color: #333;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #04336b;
    border-color: #337ab7;
    cursor: default;
}

.main-service {
    margin: 0px;
    padding: 0px;
}

.main-service h2 {
    margin: 0px;
    padding: 0px;
    color: #272727;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
font-family: 'Aref Ruqaa', serif;
    margin-bottom: 10px;
}

.main-service p {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 16px;
font-family: 'Aref Ruqaa', serif;
    margin-bottom: 15px;
    line-height: 27px;
}

.main-service ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.main-service li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 18px;
    color: #333;
font-family: 'Aref Ruqaa', serif;
}

.main-service h4 {
    font-size: 26px;
    margin-top: 25px;
}

.main-service i {
    margin-right: 5px;
    color: #04336b;
}

.qute-f {
    background: #272727;
    padding: 20px 0px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.hytr1 {
    margin-top: 10px;
    width: 100%;
}

.get-qut {
    margin: 0;
    padding: 7px;
    border-radius: 3px;
font-family: 'Aref Ruqaa', serif;
    color: #fff;
    font-size: 26px;
    border-left: 4px solid #0d579d;
    border-bottom: 2px solid #fafafa;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

.area-service {
        margin: 0px;
    padding: 60px 0px;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(121, 163, 49) 0%, rgb(0, 45, 106) 100%), url(../image/area-serve.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.area-serve {
    margin: 0px;
    padding: 0px;
    /* background: #fff;
    border: 2px solid #333
  }
.area-serve p{
  color: #333;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}*/
}

.area-serve h2 {
    background-color: rgb(121, 163, 49);
    background-image: linear-gradient(0deg, rgb(0, 48, 114) 0%, rgb(0, 45, 106) 100%);
    border-top: 1px solid rgb(0, 45, 106);
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
    position: relative;
    margin: 0;
    letter-spacing: 1px;
font-family: 'Aref Ruqaa', serif;
    z-index: 99;
}

.area-serve h2:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgb(0, 47, 112);
    margin: 0px auto;
    height: 30px;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 30px;
}

.ytr {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 20px;
    /* padding: 20px; */
    background-color: rgb(236, 236, 236);
    background-image: url(https://dta0yqvfnusiq.cloudfront.net/bestc98639640/2014/03/bgpattern2.jpg);
    background-position: left top;
    background-repeat: ? string: none ?;
    /*border-left: 5px solid rgb(210, 210, 210);
    border-right: 5px solid rgb(210, 210, 210);*/
}
.yrr{
    border-left: 5px solid rgb(210, 210, 210) !important;
    border-right: 5px solid rgb(210, 210, 210) !important;
}

.ytr ul {
    margin: 0px;
    padding: 0px;
}

.ytr li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
    font-size: 17px;
    background: #c5c5c5;
    margin-bottom: 5px;
    line-height: 27px;
}

.ytr li a {
    text-decoration: none;
    color: #000;
font-family: 'Aref Ruqaa', serif;
}

.ytr i {
    color: #fbfbfb;
    margin-right: 5px;
    padding: 10px;
    border-right: 1px solid #fff;
    background: #ed1c33;
}

.ytr1 {
    margin: 0px;
    padding: 0px;
    background: #04336b;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    display: table;
    padding: 8px 15px;
    margin-top: 20px;
}

.ytr1:hover {
    background: #dfa903;
    color: #fff;
}


/*.ytr p{
    color: #333;
  }*/


/*.ytr h3{
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 30px;
    padding-bottom: 10px;
  }*/

.testis {
    margin: 0px;
    padding: 0px;
    float: right;
}

.testis h3 {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.footi-area1 {
    margin: 0px;
    padding: 40px 0px;
    width: 100%;
    background: rgba(0, 40, 104, 0.84);
    border-bottom: 1px solid #414f5a;
    text-align: center;
}

.footi1 {
    margin: 0px;
    padding: 0px;
}

.footi1 h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
    color: #dfa903;
font-family: 'Aref Ruqaa', serif;
    padding-bottom: 5px;
}

.footi1 p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 14px;
}

.footi1 ul {
    margin: 0 auto;
    padding: 0px;
    display: table;
    margin-bottom: 15px;
}

.tester {
    margin: 0px;
    padding: 0px;
}

.tester img {
    width: 50px !important;
    float: right;
}

.ters {
    float: right !important
}

.cont-l {
    margin-bottom: 15px;
    width: 230px;
}

.ytrd {
    margin: 0 auto;
    display: table;
}

.servc-area {
    margin: 0px;
    padding: 60px 0px;
    width: 100%;
}

.ares {
    margin: 0px;
    padding: 20px;
    border: 1px solid rgba(128, 128, 128, 0.25);
}

.ares h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    color: #333;
    font-size: 32px;
    font-weight: 400;
font-family: 'Aref Ruqaa', serif;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.ytr01 {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.ytr01 ul {
    margin: 0px;
    padding: 0px;
}

.ytr01 li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    letter-spacing: 0px;
    color: #fff;
font-family: 'Aref Ruqaa', serif;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 27px;
}

.ytr01 li a {
    text-decoration: none;
    color: #000;
}

.ytr01 i {
    color: #fbfbfb;
    border-right: 1px solid #fff;
    margin-right: 5px;
    padding: 10px;
    background: #29405a;
}


/*.frame {
    max-width: 960px;
    margin: 0 auto;
}*/

.btn-theme {
    border: 0px;
    background: #ffffff;
    color: #382d2b;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
font-family: 'Aref Ruqaa', serif;
    font-weight: 600;
    padding: 12px 36px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 'all' '0.5s' ease-out;
    -moz-transition: 'all' '0.5s' ease-out;
    -o-transition: 'all' '0.5s' ease-out;
    transition: 'all' '0.5s' ease-out;
    margin-bottom: 0;
    letter-spacing: 0em;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.btn-theme:hover {
    color: #fc7a1d;
    background-color: #FFFFFF;
}
.btn-theme-invert {
    color: #000000;
    background-color: #ffffff;
}
.btn-theme-invert:hover {
    background: #fff;
    color: #b02a30;
}
.cta-layout-01 .cta-btn-cotainer .btn-seperator {
    font-style: italic;
    display: inline-block;
    margin: 0 8px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 800;
}

#reservation {
    /*background: url(../image/move-bg.jpg) no-repeat 0 0;*/
    background-size: cover;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}

#reservation .make-resrvation {
    max-width: 100%;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    padding: 55px 0px 70px;
    position: relative;
    z-index: 1;
}

#reservation .make-resrvation:before {
    content: '';
    position: absolute;
    /*border: 1px solid #ed1c33;*/
    padding: 10px;
    left: 100px;
    right: 100px;
    top: 25px;
    bottom: 25px;
    z-index: -1;
}

#reservation .make-resrvation h5 {
    color: #ffffff;
    font-size: 37px;
font-family: 'Aref Ruqaa', serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 50px;
}

#reservation .make-resrvation p {
    font-family: 'sinkin_sans300_light';
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

#reservation .reservation-bottom {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#reservation .reservation-bottom ul {
    margin: 0px;
    padding: 0px;
}

#reservation .reservation-bottom li {
    display: inline-block;
}

#reservation .reservation-bottom a.make-call {
    float: left;
}

#reservation .reservation-bottom a {
    color: #ffffff;
    font-size: 32px;
font-family: 'Aref Ruqaa', serif;
    text-transform: uppercase;
    padding: 5px 20px;
    display: inline-block;
    margin: 0 10px;
    border-right: 1px solid #7ea7d8;
}

#reservation .reservation-bottom a.book-us-btn {
    background: #dfa903;
    border-radius: 10px;
    transition-duration: .5s;
    font-size: 22px;
    color: #ffffff;
    line-height: 57px;
    padding: 0 15px;
    float: right;
}

#reservation .reservation-bottom a.book-us-btn:hover {
    background: #bf9206;
    color: #fff;
}
#reservation .reservation-bottom a:hover{
    color: #dfa903;
}
.vc_custom {
    /* margin-top: 20px !important; */
    border-bottom-width: 0px !important;
    background: rgba(0, 112, 11, 0.5) url(https://familymovingservicesinc.com/wp-content/uploads/2018/03/abstract-green-wallpaper-vector.jpg?id=7082) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: rgb(0, 112, 11) !important;
    padding: 60px 0px;
}

.go-green {
    margin: 0px;
    padding: 40px;
    border: 1px solid #72e880;
    background-color: rgba(0, 112, 11, 0.5);
}

.go-green h2 {
    margin: 0px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
font-family: 'Aref Ruqaa', serif;
}

.go-green p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
font-family: 'Aref Ruqaa', serif;
    text-align: center;
    margin-bottom: 30px;
}

.go-green1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.go-green1 img {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.go-green a {
    padding: 15px 20px;
    background: #135331;
    color: #fff;
    float: none;
    margin: 0 auto;
    display: table;
}

.go-green a:hover {
    background: #dfa903;
}

.gtrds {
    margin: 0 auto;
    float: none;
}

.fott-top-area {
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
    background: #061937;
    color: #fff;
}

.fott-top {
    margin: 0px;
    padding: 0px;
}

.fott-top a {
    padding: 0px 35px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    border-right: 1px solid #fff;
font-family: 'Aref Ruqaa', serif;
}

.practice-area1 {
    margin: 0px;
    padding: 60px 0px;
    width: 100%;
}

.practice01 {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.practice01 img {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.practice01:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 90%;
    left: 40px;
    border: solid 3px #dfa903;
    border-right: 0;
    margin: 18px 0px;
}

.practice1 {
    margin: 0px;
    padding: 0px;
    background: #f7f7f7;
    border: 1px solid #2c3454;
    position: absolute;
    left: -50px;
    top: 20px;
    padding: 20px 40px 30px 40px;
    border-radius: 5px;
    box-shadow: -6px 8px 6px -6px black;
}

.practice1 h3 {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 40px;
font-family: 'Aref Ruqaa', serif;
}

.practice1 p {
    margin: 0px;
    padding: 0px;
    color: #333;
font-family: 'Aref Ruqaa', serif;
    font-size: 18px;
}

.practice1 a {
    margin: 0px;
    padding: 12px 20px;
    background: #2c3454;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
}

.practice2 {
    margin: 0px;
    padding: 0px;
    background: #f7f7f7;
    border: 1px solid #003f73;
    position: absolute;
    right: -50px;
    top: 15px;
    padding: 20px 40px 30px 40px;
    border-radius: 5px;
    z-index: 9;
    box-shadow: 6px 8px 6px -6px black;
}

.practice2 h3 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    color: #333;
font-family: 'Aref Ruqaa', serif;
    font-size: 30px;
    line-height: 40px;
}

.practice2 p {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 18px;
font-family: 'Aref Ruqaa', serif;
}

.practice2 h4 {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 18px;
    line-height: 40px;
}

.practice2 a {
    margin: 0px;
    padding: 12px 20px;
    background: #2c3454;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
}

.practice02 {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.practice02 img {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.practice02:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 90%;
    right: 40px;
    border: solid 3px #dfa903;
    border-left: 0;
    margin: 25px 0px;
    bottom: -10px;
}

.practice01:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 90%;
    border: solid 3px #dfa903;
    margin: 18px 0px;
    z-index: 99;
    right: 75px;
    border-left: 0;
}

.practice02:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 90%;
    right: 0;
    border: solid 3px #ff2929;
    margin: 25px 0px;
    bottom: -10px;
    z-index: 99;
    left: 75px;
    border-right: 0;
}

.ytrtp {
    background: #e36023;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    display: table;
    padding: 14px 25px;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 3px;
}

.ytrtp:hover {
    background: #ed1c33;
    color: #fff;
}

.tests-area {
    margin: 0px;
    padding: 60px 0px;
    background: #fff;
    border-bottom: 1px solid #414f5a;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 25px;
    margin-right: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0px;
    margin-right: -25px;
    background-color: #04336b;
    z-index: 10;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-panel {
    width: calc( 100% - 75px);
    float: right;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    color: #002868;
font-family: 'Aref Ruqaa', serif;
    font-size: 20px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-badge.danger {
    background-color: #dfa903 !important;
}

.timeline-badge.info {
    background-color: #04336b !important;
}

.timeline-badge.success {
    background-color: #dfa903 !important;
}

.texas-about {
    margin: 0px;
    padding: 30px 0px;
}

.texas-about h2 {
    margin: 0px;
    padding: 0px;
    color: #333;
font-family: 'Aref Ruqaa', serif;
    font-size: 28px;
}

.texas-about p {
    margin: 0px;
    padding: 15px 0px;
    color: #333;
    font-size: 18px;
    line-height: 27px;
font-family: 'Aref Ruqaa', serif;
}

.texas-about ul {
    margin: 0px;
    padding: 0px;
}

.texas-about li {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 18px;
    list-style: none;
    line-height: 36px;
font-family: 'Aref Ruqaa', serif;
}

.texas-about i {
    margin-right: 3px;
    color: #04336b;
}

.timeline-panel p {
    color: #333;
    font-size: 18px;
font-family: 'Aref Ruqaa', serif;
}

.texas-about-area {
    margin: 0px;
    padding: 60px 0px;
    width: 100%;
}
.main-service h3 {
    margin: 0px;
    padding: 10px 0px;
    font-family: 'Aref Ruqaa', serif;
    font-size: 22px;
    font-weight: 500;
    color: #d14d28;
}
/*====================================================*/
.service-lst li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
}

.proTab li.active a, .proTab li.active a:hover, .proTab li.active a:focus {
    border-top: 2px solid #dfa903;
    line-height: 45px;
    background: #04336b;
    color: #fff;
}

.proTab li a:hover, .proTab li a:focus {
    border-top: 2px solid #dfa903;
    line-height: 45px;
    border-bottom-color: #fff;
    background: #04336b;
    color: #fff;
}
.proTab li a {
    border-radius: 0;
    margin: 0;
    padding: 0 45px;
    background: #dddddd;
    border-bottom-color: #e2e2e2;
    font: 16px/46px "Open Sans", sans-serif;
    color: #000;
    border: 1px solid #e2e2e2;
}
.youtuber{
    margin: 0 auto;
    display: table;
    margin: 95px 0px;
    background: #04336ba3;
    padding: 10px;
}
.fleet-area{
    margin: 0px;
    padding: 60px 0px;
    width: 100%;
    text-align: center;
    background: #04336b;
}
.fleet1{
    margin: 0px;
    padding: 10px;
    border: 1px solid #575353;
    background: #cdcdcd;
    overflow: hidden;
    padding-bottom: 30px;
    height: 500px;
}
.fleet1 img{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.fleet1 h2{
    margin: 0px;
    padding: 0px;
    color: #000;
font-family: 'Aref Ruqaa', serif;
    font-size: 26px;
    border-bottom: 1px solid #dfa903;
    padding-bottom: 10px;
}
.fleet1 ul{
    margin: 0px;
    padding: 0px;
}
.fleet1 i{
    color: #fff;
    margin-right: 5px;
}
.fleet1 ul li{
    margin: 0px;
    padding: 7px 10px;
    background: #04336b;
    color: #fff;
    list-style: none;
    font-size: 16px;
    margin-bottom: 15px;
    float: left;
    margin-top: 10px;
    width: 50%;
    border-right: 2px solid #cdcdcd;
}
.fleet1 p{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
font-family: 'Aref Ruqaa', serif;
}
.fleet1 a{
    margin: 0px;
    padding: 10px 25px;
    background: #dfa903;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.fleet1 a:hover{
    color: #fff;
    background: #04336b;
}
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */ */
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.carousel {
  background: #FAFAFA;
}

.carousel-main {
  margin-bottom: 8px;
}

.carousel-cell {
  width: 100%;
  height: 400px;
  margin-right: 8px;
  background: #8C8;
  border-radius: 5px;

}
.carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
}

.carousel-main img {
  display: block;
  margin: 0 auto; 
}
.ninja-party{
    margin:0px;
    padding: 0px;
}
.ninja-party h2{
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 36px;
    text-align: center;
font-family: 'Aref Ruqaa', serif;
}
.icon-b {
    margin: 0px;
    padding: 0px;
    display: table;
    margin:0 auto;
}
.icon-b i{
        font-size: 30px;
    background: #dfa903;
    margin-right: 10px;
    padding: 10px;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 45px;
    border: 4px solid #c0c0c0;
    margin-top: 15px;
    border-radius: 50%;
}
.ninja-party p{
    margin: 0px;
    padding: 10px 0px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
font-family: 'Aref Ruqaa', serif;
}
.ninja-party h3{
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.ninja-party a{
    margin: 0 auto;
    padding: 12px 25px;
    background: #dfa903;
    font-size: 16px;
    display: table;
    color: #fff;
}
.ninja-party a:hover{
    background: #092942;
    color: #fff;
}
.why-choose-area{
    background:#fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}
.why-choose-area::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ytrgy {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    }
.why-choose{
    margin: 0px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(to bottom,#fc7a1d 1%,#ff5824 100%);
    box-shadow: 0 0 10px rgba(13, 13, 14, 0.1);
    /*transform: scale(1.1);*/
    transition: all .2s ease-in;
    
}
.why-choose:hover{
    /*transition: all .2s ease-in;*/
    transform: scale(1.1);
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}




.why-choose img{
    margin: 0px;
    padding: 0px;
}
.why-choose h3{
    margin: 0px;
    color: #fff;
    line-height: 27px;
    font-size: 23px;
    padding: 10px 0px 5px;
font-family: 'Aref Ruqaa', serif;
}
.why-choose p{
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 18px;
    font-family: 'Aref Ruqaa', serif;
}

.testi-monial{
    background: #FFFDE7;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 60px;
    position: relative;
}
.testi-monial::before {
    /*background-color: rgba(0, 0, 0, 0.8);*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    /*background-color: #f6f1e8;*/
}

.footi1 li{
    margin: 0px;
    padding: 2px 0px;
    color: #fff;
    list-style: none;
    text-align: center;
}
.footi1 li a{
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.footi1 li a:hover{
    color: #dfa903;
}
.ytrgy{
    background: #382d2b;
    padding: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 70px;
    display: table;
    border: 3px solid #cec5c6;
}
.single-img-banner {
    width: 100%;
    background: url(../image/banner-img.jpg) no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}
.single-img-banner .overlay {
    width: 100%;
    height: 100%;
    padding: 100px 0 140px;
    background-color: rgba(0,0,0,0.5);
}
.single-img-banner .heading-bx {
    width: 1168px;
    height: 343px;
    background: url(../image/bnr-rectngle-bg.png) no-repeat;
    margin: auto;
    padding: 0 80px;
    text-align: center;
}

.single-img-banner .heading-bx p{
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    line-height: 32px;
    margin-top: 15px;
}
.single-img-banner .heading-bx h1 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    padding: 60px 0 14px 0;
    font-family: 'Aref Ruqaa', serif;
    letter-spacing: 2px;
}
.single-img-banner .heading-bx h3 {
    color: #FFF;
    font-size: 26px;
    text-align: center;
    line-height: 35px;
font-family: 'Aref Ruqaa', serif;
    padding: 7px 0px;
    margin: 0 auto;
    width: 760px;
    border-radius: 25px;
    font-weight: 100;
    background-color: rgba(190, 85, 39, 0.8);
}
.single-img-banner .heading-bx .btn-white {
    color: #fff;
    background-color: #be5527;
    border: 1px solid #be5527;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 0 5px;
    line-height: 130px;
}
.btn-xlg {
    padding: 15px 30px;
}
.single-img-banner .heading-bx .btn-white:hover{
    background: #f6f1e7;
    color: #be5527;
    border: 1px solid #f5f0e6;
}
.service-2area{
    margin: 0px;
    width: 100%;
    position: absolute;
    bottom: -260px;
}
.area2 {
    width: 100%;
    vertical-align: middle;
    background-color: #f6f1e8;
    padding: 25px 15px 30px;
    border-radius: 4px;
    box-shadow: 0 0px 5px #c0baba;
    text-align: center;

}
.area2 h3{
    margin: 0px;
    padding: 10px 0px;
    padding-bottom: 5px;
    color: #333;
font-family: 'Aref Ruqaa', serif;
    font-size: 25px;
    text-transform: uppercase;
}
.area2 p{
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
font-family: 'Aref Ruqaa', serif;
}
.area2 a{
    margin: 0px;
    padding: 10px 20px;
    border: 2px solid #be5527;
    color: #be5527;
    font-weight: bold;
    margin-bottom: 20px;
}
.area2 a:hover{
        background: #be5527;
    color: #fff;
    border: 2px solid #be5527;
}

.hytrp {
    padding: 10px 30px;
    border: 2px solid #be5527;
    color: #be5527;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 0 auto;
    /*background: #be5527;*/
    display: table;
}
.hytrp:hover{
    background: #382d2b;
    color: #fff;
    border: 2px solid #382d2b;
}
.abohy-area {
    margin: 0;
    padding: 60px 0px;
    background: #f2f2f2;
    width: 100%;
}
.abohy {
    margin: 0;
    padding: 0;
}
.abohy h2{
    margin: 0;
    color: #222222;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 32px;
font-family: 'Aref Ruqaa', serif;
}
.abohy h3{
    margin: 0;
    padding: 0;
    font-family: 'Aref Ruqaa', serif;
    font-size: 22px;
    margin-bottom: 10px;
    color: #ee6b21;
    line-height: 27px;
}
.abohy p{
    margin: 0;
font-family: 'Aref Ruqaa', serif;
    color: #222;
    padding: 0;
    font-size: 15px;
    line-height: 27px;
}
.abohy h4{
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #333;
font-family: 'Aref Ruqaa', serif;
    margin-bottom: 20px;
    padding-top: 10px;
}
.abohy a{
    margin: 0;
    color: #e76323;
    font-size: 30px;
    margin-right: 10px;
    font-weight: 700;
font-family: 'Aref Ruqaa', serif;
    margin-left: 10px;
}
.abohy a:hover{
    color: #ed1c33;
}
.abohy span{
    color: #333;
    font-size: 30px;
    font-weight: 700;
font-family: 'Aref Ruqaa', serif;
}
.envy{
    margin: 0;
    padding: 0;
}

.panel-default>.panel-heading{
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    color: #fff;
    cursor: pointer;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
font-family: 'Aref Ruqaa', serif;
    color: inherit;
}
.friq-quest{
    margin: 0;
    padding: 0;
}
.friq-quest h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
font-family: 'Aref Ruqaa', serif;
    color: inherit;
}
.friq-quest p{
    margin: 0;
    color: #333;
    margin-bottom: 10px;
font-family: 'Aref Ruqaa', serif;
    font-size: 16px;
}
.faq-heading {
    margin-top: 0;
    font-size: 25px;
font-family: 'Aref Ruqaa', serif;
    color: #f4721f;
    margin-bottom: 10px;
}
 .hgtservices {
    background: url(../image/bg0123.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    background-attachment: fixed;
}
.hgtservices h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    font-size: 36px;
    text-align: center;
        font-family: 'Aref Ruqaa', serif;
}
.hgtservices ul {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
}

.hgtservices ul {
    justify-content: center;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.hgtservices ul li {
    width: 190px;
    border: 1px solid #fff;
    padding: 0;
    background-color: #fff;
}
.hgtservices a{
    color: #810101;
    text-decoration: none;
}
.hgtservices ul li .logo-container {
    width: 100%;
}
.hgtservices ul li .logo-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: grayscale(100%);
}
.hgtservices ul li h5 {
        font-family: 'Aref Ruqaa', serif;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    color: #810101;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}
.hgtservices ul li:hover {
    -moz-transform: perspective(1px) scale(1.1);
    -webkit-transform: perspective(1px) scale(1.1);
    z-index: 999;
}
.hgtservices ul li .logo-container {
    background-color: #fff;
    position: relative;
    width: 190px;
    height: 110px;
    border-left: 1px solid #810101;
    transition: all .5s ease-out;
    font-family: OpenSans-Regular;
}
.hgtservices ul li:hover {
    -moz-transform: perspective(1px) scale(1.1);
    -webkit-transform: perspective(1px) scale(1.1);
    /* transform: perspective(1px) scale(1.1); */
    z-index: 999;
    transition: all .5s ease-out;
    font-family: OpenSans-Regular;
    filter: grayscale(100%);
}
.hgtservices ul li:hover .logo-container {
    border: 1px solid #810101;
}
.hgtservices ul li:hover a h5 {
    font-family: OpenSans-Bold;
}
.hgtservices ul li:hover img {
    filter: none;
}
.calli-area{
    margin: 0;
    padding: 30px 0px;
    width: 100%;
    background: linear-gradient(150deg,#fc7a1d 15%,#b02a30 100%);
}
.calli{
    margin: 0;
    padding: 0;
}
.calli h1{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Aref Ruqaa', serif;
}
.calli1{
    margin-top: 0px;
    padding: 0;
}
.calli1 a{
    margin: 0;
    background: transparent;
    border:1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 65px;
    font-family: 'Aref Ruqaa', serif;
}
.calli1 a:hover{
        background: #fff;
    color: #8c0201;
}
.latest-service-area{
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    width: 100%;
}
/*.latest-service{
    box-shadow: 0px 0px 20px rgba(39,39,39,.3);
    border-radius: 15px;
}
.latest-service image{
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 260px;
    background: #fff;
    position: relative;
}
.latest-service image img{
    width: 100%;
    height: 100%;
    padding: 1em;
}
.latest-service .image:after {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 65'%3E%3Cpath d='M390,0V56.9c-49,16.2-85.9,7-141.7-16.4S143.9,1.3,80.2,1.1C65.9,1.1,16,4.4,0,6.1V0Z' style='fill:%23fff'/%3E%3C/svg%3E);
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    height: 80px;
    background-position: top;
    background-size: cover;
}*/

.home-intro-blocks .blocks .the-block {
    box-shadow: 0px 0px 20px rgba(39,39,39,.3);
    border-radius: 15px;
}
.home-intro-blocks .blocks .the-block .image {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 260px;
    background: #fff;
    position: relative;
}
.home-intro-blocks .blocks .the-block .image img {
    width: 100%;
    padding: 1em;
}
.home-intro-blocks .blocks .the-block .image:after {
    content: "";
    background-image: url(../image/download.svg);
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    height: 80px;
    background-position: top;
    background-size: cover;
}
.home-intro-blocks .blocks .the-block .content {
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    padding: 60px 20px 25px;
}
.text-white {
    color: #fff !important;
}
.text-white {
    color: #fff !important;
    font-size: 30px;
    font-family: 'Aref Ruqaa', serif;
}
.home-intro-blocks .blocks .the-block .content .the-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Aref Ruqaa', serif;
}
.w-100 {
    width: 100% !important;
}
.home-intro-blocks .blocks .the-block .links a {
    background: #272727;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    box-shadow: none;
    padding: 20px 10px;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 0 0 15px 15px;
    align-items: center;
    font-family: 'Aref Ruqaa', serif;
}
.home-intro-blocks .blocks .the-block .links a:hover {
    background: #fff;
    color: #272727;
}
.home-intro-blocks {
    background-color: #dedede;
    position: relative;
    /*background-image: url(../image/download1.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 0;
    padding: 80px 0px;
}
.home-intro-blocks .home-intro {
    background-color: #f2f2f2;
}
.mail-ser-area{
    margin: 0;
    padding: 70px 0px;
    width: 100%;
}
.mail-ser{
    margin: 0;
    padding: 0;
}
.mail-ser ul{
    margin: 0;
    padding: 0;
}
.mail-ser li{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    border: 1px solid #ebeef0;
    padding: 40px 30px 50px 30px;
    height: 100%;
    background: url(../image/other1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 25%;
    transition: all .5s ease-out;
    position: relative;
    text-align: center;
}
.mail-ser li img{
    transition: all .5s ease-out;
}
.mail-ser li:hover .boxx::before {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s ease-out;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    cursor: pointer;
}

.mail-ser li h3{
    color: #fff;
    font-size: 22px;
}
.mail-ser li p{
    color: #fff;
    font-size: 15px;
    padding-bottom: 20px;
}
.mail-ser li:hover{
    transform: scale(1.03);
    z-index: 99;
}
.mail-ser li a{
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
}
.fgdgd{
    width: 100%;
    text-align: left;
}
.col-megamenu{
    text-align: center;
    /*background: #f4721f;*/
    padding: 0px 0px;
    cursor: pointer;
    margin: 10px 0px;
    border-right: 1px solid #fff;
}
.col-megamenu:hover{
    opacity:1;
}
.main-footi{
    /*margin: 0;
    background: url(../image/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;*/
    background: #Fff;
    border-top: 6px solid #f4721f;

    margin: 0;
    /*background: #292929 url(../image/get-in-touch-bg-img.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}
.main-footi1{
    margin: 0;
    padding: 20px 20px;
    background: #d2d2d2;
    text-align: center;
}
.main-footi1 img {
    width: 200px;
    margin-bottom: 10px;
}
.main-footi1 ul{
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}
.main-footi1 li{
    list-style: none;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #8c0201;
    margin-bottom: 15px;
    font-family: 'Aref Ruqaa', serif;
}
.main-footi a{
    margin: 0;
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #810101;
    border: 1px solid #810101;
}
.main-footi2{
    margin: 0;
    padding: 30px;
}
.main-footi2 h3{
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
}
.main-footi2 ul{
    margin: 0;
    padding: 0;
}
.main-footi2 li{
    list-style: none;
    color: #fff;
    font-size: 18px;
    background: none
}
.main-footi2 li a{
    background: none;
    border: 0
}
.zdfsfs{
    background: none;
    border: 0;
}
.soica{
    margin: 0;
    padding: 0;
}
.socia ul{
    margin: 0 ;
    padding: 0;
    margin-top: 25px !important;
    padding-bottom: 35px !important;
}
.socia ul li{
    list-style: none;
    float: left;
    margin-right: 7px;
}
.socia ul li a{
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.socia ul li a:hover{
    border: 2px solid #fff;
    background: linear-gradient(150deg,#fc7a1d  15%,#b02a30 100%);
    color: #fff;
}
.main-point-area{
    margin: 0;
    /*padding: 60px 0px;*/
    width: 100%;
    text-align: center;
    background: url(../image/help.png);
    padding: 7rem 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.main-point{
    margin: 0 auto;
    display: table;
}
.main-point ul{
    margin: 0;
    padding: 0;
}
.main-point li{
    margin: 0px;
    list-style: none;
    padding: 30px 15PX;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(to bottom,#fc7a1d 1%,#ff5824 100%);
    box-shadow: 0 0 10px rgba(13, 13, 14, 0.1);
    transition: all .2s ease-in;
    height: 17rem;
    width: 17rem;
    float: left;
    margin-right: 25px;
}
.main-point li h3 {
    margin: 0px;
    color: #fff;
    line-height: 27px;
    font-size: 20px;
    padding: 10px 0px 5px;
    font-family: 'Aref Ruqaa', serif;
}
.main-point li:hover{
    transform: scale(1.1);
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
}
/*.gradientsingle1 {
    background: url(../image/curv-shape1.png) top center;
    top: -7rem;
    background-size: cover;
    height: 7rem;
    width: 100%;
    margin-top: -60px;
}
.gradientsingle {
    background: url(../image/curv-shape.png) top center;
    top: -7rem;
    background-size: cover;
    height: 7rem;
    width: 100%;
    margin-top: -60px;
}*/
.widget-title img{
    width: 220px;
}
.quity1 .form-control {
    margin-bottom: 15px;
    height: 60px;
    border-radius: 0px;
     padding: 15px 20px; 
    font-size: 16px;
    font-family: 'Aref Ruqaa', serif;
    color: #a2a2a2;
}
.widget-footer p span{
    color: #b02a30;
}
.hgdtrduy{
    float: left;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Aref Ruqaa', serif;
}
.gett-quoti{
    margin: 0;
    padding: 60px 0px;
    width: 100%;
    background: #ededed;
}
.getti-quote {
    margin: 0 auto;
    display: table;
    width: 800px;
    background: #fff;
    border-radius: 10px;
    padding: 40px 25px;
    box-shadow: 0em 0em 2em rgba(0,0,0,0.18);
    border: 1px solid #c7c7c7;
}

.quity2 .form-control {
    margin-bottom: 15px;
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 15px;
    font-family: 'Aref Ruqaa', serif;
    color: #a09595;
    border: 1px solid #464646;
}
.main-service .carousel-inner{
    margin-bottom: 15px;
}
.thankyou-area{
    margin: 0;
    padding: 60px 0px;
    width: 100%;
    text-align: center;
    background: #ededed;
}
.thankyou{
    padding: 40px;
    padding-bottom: 60px;
    box-shadow: 0em 0em 2em rgba(0,0,0,0.18);
    border: 1px solid #c7c7c7;
    margin: 0 auto;
    border-radius: 8px;
    width: 750px;
}
.thankyou h2{
    margin: 0;
    padding: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Aref Ruqaa', serif;
    margin-bottom: 20px;
}
.thankyou p{
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-family: 'Aref Ruqaa', serif;
    margin-bottom: 40px;
}
.thankyou a{
    margin: 0;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    font-family: 'Aref Ruqaa', serif;
    background: linear-gradient(150deg,#b02a30 15%,#fc7a1d 100%);
    border-radius: 7px;
}

/*Whatsapp sticky*/
.whatsapp-button {
   position: fixed;
   bottom: 20px;
   right: 20px; 
   z-index: 1000;
/*   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
   transition: background-color 0.3s, transform 0.3s;
}

.whatsapp-button:hover {
/*   background-color: #128C7E;*/
   transform: scale(1.1);
}

.whatsapp-button img {
   width: 60px;
   height: 60px;
}