@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.eot');
    src: url('../fonts/Cairo-Bold.otf') format('embedded-opentype'), url('../fonts/Cairo-Bold.woff') format('woff'), url('../fonts/Cairo-Bold.woff2') format('woff2'), url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'du-font-primary-b';
    src: url(.../fonts/duCo_WHeadline16_Bd.eot);
    src: url(../fonts/duCo_WHeadline16_Bd.eot) format("embedded-opentype"), url(../fonts/duCo_WHeadline16_Bd.woff2) format("woff2"), url(../fonts/duCo_WHeadline16_Bd.woff) format("woff"), url(../fonts/duCo_WHeadline16_Bd.ttf) format("truetype")
}

body {
    direction: rtl;
    text-align: right;
    background: #fff;
    font-family: 'du-font-primary-b', sans-serif !important;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 2;
}


/* .slick-slider-wrapper{
/*	direction: ltr;
} */

.menu_wrapper {
    float: left;
}

.navbar_ .nav>li>a,
.sub-menu li a {
    font-family: 'du-font-primary-b', sans-serif !important;
}

.btn-default.btn5 {
    font-family: 'Cairo', sans-serif !important;
    float: left;
}

h2 {
    font-family: 'du-font-primary-b', sans-serif !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-family: 'du-font-primary-b', sans-serif !important;
}

.copyright .footer-list li:last-child {
    border-right: none;
    padding-right: 12px;
}

.navbar-nav .nav-item {
    margin: 0 15px 0 0;
}

@media (max-width: 992px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
    .contact-btn {
        display: none;
    }
}

button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    font-family: 'Poppins', sans-serif;
    display: table;
    border-radius: 0;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
}

.vertical-tab .nav-tabs li {
    float: none;
}

.vertical-tab .nav-tabs li button {
    color: #333;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li button:hover,
.vertical-tab .nav-tabs li.active button,
.vertical-tab .nav-tabs li.active button:hover {
    color: #000;
    background-color: #fff;
    border: none;
}

.vertical-tab .nav-tabs li button:before,
.vertical-tab .nav-tabs li button:after {
    content: '';
    background-color: #efefdc;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li button:after {
    background-color: #F35349;
    width: 4px;
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li button:hover:before,
.vertical-tab .nav-tabs li.active button:before {
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li button:hover:after,
.vertical-tab .nav-tabs li.active button:after {
    transform: scaleY(1);
}

.vertical-tab .nav-tabs li button i {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li button:hover i,
.vertical-tab .nav-tabs li.active button i {
    color: #F35349;
}

.vertical-tab .tab-content {
    color: #00639e;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px;
    margin-top: 10px;
    display: table-cell;
}

.vertical-tab .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}

@media only screen and (max-width: 479px) {
    .vertical-tab {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        margin: 0 0 4px;
    }
    .vertical-tab .nav-tabs li button {
        margin: 0 0 1px;
        width: 100%;
        margin-bottom: 5px;
    }
    .vertical-tab .nav-tabs li button:after {
        width: 100%;
        height: 4px;
        transform: scaleY(1) scaleX(0);
    }
    .vertical-tab .nav-tabs li button:hover:before,
    .vertical-tab .nav-tabs li.active button:before {
        transform: scaleX(0);
    }
    .vertical-tab .nav-tabs li button:hover:after,
    .vertical-tab .nav-tabs li.active button:after {
        transform: scaleX(1);
    }
    .vertical-tab .tab-content {
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.vertical-tab {
    font-family: 'Poppins', sans-serif;
    display: table;
    border-radius: 0;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
}

.vertical-tab .nav-tabs li {
    float: none;
}

.vertical-tab .nav-tabs li a {
    color: #333;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
    color: #000;
    background-color: #fff;
    border: none;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
    content: '';
    background-color: #efefdc;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:after {
    background-color: #F35349;
    width: 4px;
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before {
    transform: scaleY(0);
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after {
    transform: scaleY(1);
}

.vertical-tab .nav-tabs li a i {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover i,
.vertical-tab .nav-tabs li.active a i {
    color: #F35349;
}

.vertical-tab .tab-content {
    color: #00639e;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px;
    margin-top: 10px;
    display: table-cell;
}

.vertical-tab .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}

@media only screen and (max-width: 479px) {
    .vertical-tab {
        padding: 0;
        margin: 0;
    }
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        margin: 0 0 4px;
    }
    .vertical-tab .nav-tabs li a {
        margin: 0 0 1px;
    }
    .vertical-tab .nav-tabs li a:after {
        width: 100%;
        height: 4px;
        transform: scaleY(1) scaleX(0);
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:before {
        transform: scaleX(0);
    }
    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li.active a:after {
        transform: scaleX(1);
    }
    .vertical-tab .tab-content {
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}


/*  bhoechie tab */

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    /* margin-right: 50px; */
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

.list-group-item {
    padding: 1rem 1.25rem;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #ff7e62;
}

div.bhoechie-tab-menu div.list-group>a>img {
    width: 55px;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #e8e8e891;
    border-color: #d3d3d3;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a>h4 {
    color: #191919;
    padding: 15px;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -13px;
    border-right: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #ff7e62;
}

div.bhoechie-tab {
    background-color: #f2f2f2;
}

div.bhoechie-tab-content {
    background-color: #f2f2f2;
    /* border: 1px solid #eeeeee; */
    padding-right: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

#whyus .owl-carousel .owl-nav {
    top: 0%;
}

.featured-item.bottom-icon:hover {
    background: #6fca6f;
}

#header-wrap.fixed-header {
    background: #020202ba !important;
}


/* contact us measeg */

#alert_notif {
    display: none;
}

#alert_notif2 {
    display: none;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #fff;
    background-color: #4CAF50;
}

.alert-error {
    color: #fff;
    background-color: #f44336;
}

.contact-style-1 .form-group {
    margin-bottom: 10px;
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}

.contact-style-1 input {
    height: 50px;
}

.contact-style-1 .form-control {
    padding: 10px 20px;
    border-radius: 4px;
}

.bg-gray {
    background: #f7f7f7;
}

.buttonsend {
    text-decoration: unset;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 45px;
    color: #ff7e62;
    border: 1px solid #ff7e62;
    height: 48px;
    line-height: 1.5;
    padding: 0 25px;
    display: inline-block;
    border-radius: 5px;
}

.buttonsend:hover {
    background: #ff3857;
    color: #ffffff;
}

.portfolio-filter button {
    float: right;
}

.team-member .team-social-icon ul li a:hover {
    color: #ff7e62;
}

::selection {
    background: #717171;
    color: #fff;
    text-shadow: none;
}

.team-member.style-3 h5 a:hover {
    color: #ff7e62;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px;
}

.letter-space-3 {
    letter-spacing: 1px;
}


/* new serves style */

.pb-70 {
    padding-bottom: 70px;
}

.pt-100,
.ptb-100 {
    padding-top: 100px;
}

.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area.bg-fafafa {
    background-color: #fafafa;
}

.section-title {
    /*text-align: center;*/
    margin-bottom: 60px;
}

.section-title span {
    color: #ff7e62;
    font-weight: 500;
    text-transform: uppercase;
    /*display: block;*/
    margin-bottom: 5px;
}

.section-title h2 {
    margin: 0 0 25px;
}

.section-title .bar {
    height: 4px;
    width: 85px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
}

.section-title .bar:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.single-services-box {
    background-color: #fff;
    border: 1px solid #fbe4d4;
    margin-bottom: 30px;
    text-align: center;
    padding: 35px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-services-box:before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    -webkit-transform: rotate( -7deg);
    transform: rotate( -7deg);
}

.single-services-box .icon {
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-services-box .icon i {
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    color: #fff;
    font-size: 45px;
    border-radius: 50px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.single-services-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #202647;
}

.single-services-box h3 a {
    color: #202647;
}

.single-services-box p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #6b6b84;
    font-weight: 400;
    font-size: 16px;
}

.single-services-box .services-btn {
    color: #f64c67;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-services-box .services-btn i {
    position: relative;
    top: 3px;
}

.shape1 {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
}

.shape2 {
    left: 2%;
    bottom: 30%;
}

.shape2,
.shape3 {
    position: absolute;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
    z-index: -1;
}

.shape3 {
    right: 10%;
    top: 10%;
}

.shape4 {
    position: absolute;
    right: 5%;
    bottom: 30%;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
}

@-webkit-keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(85px)
    }
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px)
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
}

.single-services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services-box:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}

.single-services-box:hover .services-btn {
    letter-spacing: 1px;
}

.single-services-box:hover h3 a {
    color: #f64c67;
}

.section-title .bar {
    direction: ltr;
}

.btn.btn-theme:hover:after,
.featured-item.bottom-icon:hover,
.counter i {
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.single-industries-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 0 50px 0 50px;
    background-color: #f8f8f8;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 35px 25px 35px 48px;
}

.single-industries-box:before,
.single-industries-box i {
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-industries-box:before {
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    z-index: -1;
    content: "";
}

.single-industries-box i {
    left: 10px;
    top: 50%;
    color: #fe9e75;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
}

.single-industries-box h3 {
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: 700;
}

.single-industries-box:hover {
    padding-right: 74px;
    padding-left: 15px;
}

.single-industries-box:hover:before {
    width: 100%;
}

.single-industries-box:hover i {
    right: 25px;
    color: #fff;
    font-size: 35px;
}

.single-industries-box:hover h3 {
    color: #fff;
}

.services-box {
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px rgb(56 46 46 / 10%);
    box-shadow: 0 0 30px rgb(56 46 46 / 10%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px 20px;
    position: relative;
}

.services-img {
    background-color: #32393e;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.services-img img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
}

.services-box:hover {
    border-bottom: 2px solid #cc1d26;
}

.services-box:hover .services-img {
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    -webkit-transform: rotatey( 180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey( 180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/* partner style */

.card,
.card-deck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card {
    margin-bottom: 10px;
}

.c-brd-light {
    border-color: #dadada !important;
}

.text-center {
    text-align: center!important;
}

.rounded-0 {
    border-radius: 0!important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


/* branches */

.services-block-two .inner-box {
    position: relative;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ourBranches .services-block-two .inner-box .image {
    border: 1px solid #ff7e62;
    position: relative;
}

.bg-white {
    background-color: #fff!important;
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.dlab-media,
.dlab-post-media {
    background-color: #fff;
    position: relative;
}

.dlab-post-media img {
    width: 100%;
    max-height: 265px;
    height: 260px;
}

.ourBranches .containaddress {
    padding-top: 15px;
    margin-right: 59px;
}

.list-style-one {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-style-one li {
    font-weight: 600;
    color: #777777;
    font-family: inherit;
    font-size: 14px;
    position: relative;
    margin-bottom: 12px;
}

.list-style-one li .icon {
    color: #ff7e62;
    margin-right: unset;
    margin-left: 12px;
}

.icon {
    display: inline-block;
}

.services-block-two .inner-box .image .icon-box {
    position: absolute;
    color: #ff7e62;
    font-size: 32px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ourBranches .services-block-two .inner-box .image .icon-box {
    right: 5px;
    top: -6px;
}

.services-block-two .inner-box .image:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    border-top: 100px solid #222222;
    border-left: 100px solid transparent;
}

.ourBranches .services-block-two .inner-box .image:after {
    border-top: 65px solid #f3f3f3;
    border-left: 65px solid transparent;
}

.list-style-one li a {
    color: #777777;
}

.social-icons.social-colored .social-whatsapp a,
.social-icons.social-hover .social-whatsapp a:hover {
    background-color: #1fdf61;
}


/* single-about */

.single-about {
    padding: 20px 5px;
    position: relative;
    overflow: hidden;
    height: 100% !important;
    background-color: #ffffff;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-about:hover {
    border-top: 2px solid #ff7e62;
    border-bottom: 2px solid #ff7e62;
}

.single-about img {
    width: 70px;
    margin: auto;
    border: 0;
    margin-bottom: 10px;
}

.single-about h4 {
    font-weight: 600;
    color: #ff7e62;
    margin-bottom: 15px
}

.single-about p {
    font-weight: 400
}

.whyus_bg {
    background: url(../../uploads/bg/02.jpg) no-repeat left center;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.whyus-overlay {
    background-color: #000000c7;
}

.partnerlogo {
    text-align: center;
    border-radius: 10px 0;
    padding: 5px;
    margin-right: 5px;
    background: #fff;
    width: 100%;
}

.banner h1 {
    font-size: 35px;
}