/* @import url(animate.css); */

@import url(jquery.fancybox.min.css);

/*==============================================
   Base Css
===============================================*/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    color: #252525;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

::selection {
    background: #024364;
    color: #ffffff;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4027b0;
    font-weight: 400;
    margin: 0;
    position: relative;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: #a21d99;
}

img.lazy-image {
    background: url(../images/icon/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.btn-one {
    position: relative;
    display: inline-block;
    border-bottom-right-radius: 30px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0.1s;
}

.btn-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-bottom-right-radius: 30px;
    transition: all 0.4s;
    transform: scale(0.5, 1);
    z-index: 1;
}

.btn-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-one .txt {
    position: relative;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #000000;
}

.btn-two {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0.1s;
}

.btn-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #52a85e;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.5, 1);
    z-index: 1;
}

.btn-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-two .txt {
    position: relative;
    z-index: 1;
}

.btn-two:hover,
.btn-two:focus {
    color: #000000;
}

.btn-three {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0.1s;
}

.btn-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #006dfb;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.5, 1);
    z-index: 1;
}

.btn-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-three .txt {
    position: relative;
    z-index: 1;
}

.btn-three:hover,
.btn-three:focus {
    color: #000000;
}

.btn-four {
    position: relative;
    display: inline-block;
    background: #fa9928;
    padding: 0 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0.1s;
}

.btn-four:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #ec8b19;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.5, 1);
    z-index: 1;
}

.btn-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-four .txt {
    position: relative;
    z-index: 1;
}

.btn-four:hover,
.btn-four:focus {
    color: #000000;
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    line-height: 20px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    line-height: 20px;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: 0;
    padding-bottom: 8px;
}

.sec-title .title {
    position: relative;
    display: block;
    line-height: 16px;
    margin-bottom: 4px;
}

.sec-title .title h5 {
    position: relative;
    color: #cc2428;
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 69px;
}

.sec-title.clr-white .title h5 {
    color: #ffffff;
}

.sec-title .title .border-box {
    position: absolute;
    display: inline-block;
    margin-left: 0;
    width: 60px;
    height: 2px;
    content: "";
    right: 36px;
    top: 7px;
    background: #f13939;
}

.sec-title .title .border-box.bg-black {
    background: #222222;
}

.sec-title .big-title {
    position: relative;
    display: block;
    padding: 4px 0 0;
}

.about-style1-text-box .sec-title .big-title h2 {
    position: relative;
    display: block;
    color: #0e2546;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 10px;
    margin-top: 12px;

    }

.sec-title.clr-white .big-title h1 {
    color: #ffffff;
}

 

.sec-title.clr-white .big-title h2 {
    color: #ffffff;
}

.sec-title .big-title h2 span {
    color: #e41c1c;
}

.sec-title.center .title {
    line-height: 0;
}

.sec-title.center .title h5 {
    display: block;
    float: none;
    margin: 0 0 27px;
}

.sec-title.center .title .border-box {
    display: block;
    margin: 0 auto;
}

.sec-title.center .big-title {
    padding: 20px 0 0;
}

.sec-title-style2 {
    position: relative;
    display: block;
    margin-top: -2px;
    padding-bottom: 60px;
}

.sec-title-style2 p {
    color: #777777;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-title-style2 .big-title {
    position: relative;
    display: block;
    padding: 3px 0 19px;
}

.sec-title-style2 .big-title h2 {
    color: #222222;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
}

.sec-title-style2 .border-box {
    position: relative;
    display: block;
    height: 2px;
    width: 60px;
}

.sec-title-style2 .border-box.mar0auto {
    margin: 0 auto;
}

.sec-title-style3 {
    position: relative;
    display: block;
    margin-top: -2px;
    padding-bottom: 60px;
}

.sec-title-style3 p {
    color: #777777;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-title-style3 .big-title {
    position: relative;
    display: block;
    padding: 3px 0 19px;
}

.sec-title-style3 .big-title h2 {
    color: #222222;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
}

.sec-title-style3 .border-box {
    position: relative;
    display: block;
    height: 2px;
    width: 95px;
}

.sec-title-style3 .border-box.center {
    margin: 0 auto;
}

.sec-title-style3 .border-box .borders-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70px;
}

.sec-title-style3 .border-box .borders-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
}

.sec-title-style4 {
    position: relative;
    display: block;
    margin-top: -2px;
    padding-bottom: 60px;
}

.sec-title-style4 p {
    color: #777777;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-title-style4 .big-title {
    position: relative;
    display: block;
    padding: 6px 0 27px;
}

.sec-title-style4 .big-title h2 {
    color: #222222;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.sec-title-style4 .border-box {
    position: relative;
    display: block;
    height: 3px;
    width: 80px;
}

.sec-title-style4 .border-box.center {
    margin: 0 auto;
}

.sec-title-style4 .border-box .borders-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: #18212e;
}

.sec-title-style4 .border-box .borders-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #fa9928;
}

.sec-title-style4.clr-white p {
    color: #bbbbbb;
}

.sec-title-style4.clr-white .big-title h2 {
    color: #ffffff;
}

.sec-title-style4.clr-white .border-box .borders-left {
    background: #ffffff;
}

.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.parallax-bg-two {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-two::before {
    background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}


/*___ owl Nav Dot Style _____*/

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    line-height: 0;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #222222;
    border-radius: 0%;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev:before,
.owl-nav-style-one.owl-theme .owl-nav .owl-next:before {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #222222;
    font-size: 24px;
    line-height: 46px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: #ffffff;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover:before {
    color: #ffffff;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next:hover:before {
    color: #ffffff;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 6px;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #bcbcbc;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel.owl-dot-style1.thm-border-clr2 .owl-dots .owl-dot.active {
    border-color: #52a85e;
}

.owl-carousel.owl-dot-style1.thm-border-clr3 .owl-dots .owl-dot.active {
    border-color: #006dfb;
}

.owl-carousel.owl-dot-style1.thm-border-clr4 .owl-dots .owl-dot.active {
    border-color: #f99828;
}

.owl-carousel.owl-dot-style2 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 40px;
}

.owl-carousel.owl-dot-style2 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 8px;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #959595;
    border: 0px solid #959595;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 0%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    height: 8px;
}

.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .accordion {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.accordion-box .accordion.marginbottom0 {
    margin-bottom: 0;
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #cccccc;
    cursor: pointer;
    padding-left: 75px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    font-family: "Flaticon";
    position: absolute;
    content: "\f104";
    top: 50%;
    left: 30px;
    width: auto;
    height: auto;
    background: transparent;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-bottom: transparent;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #52a85e;
}

.accordion-box .accordion .accord-btn.active:after {
    color: #000000;
    content: "\f105";
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 1px;
    padding-bottom: 22px;
    padding-left: 75px;
    padding-right: 50px;
    display: none;
    border: 1px solid #cccccc;
    border-top: none;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    overflow: hidden;
}

.boxed_wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .6;
}


/*=============== Boxed-Layout =============*/

.boxed_wrapper_box_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}

.body_switcher .body_switch_btn button {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}

.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.body_switcher.switcher-show {
    left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box>div {
    width: 80px;
    height: 50px;
    background: #fff;
    border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #111111;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}


/*________________Preloader_______________ */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
}

.preloader.style-two {
    background-image: url(../images/icon/preloader-1.html);
}


/*** Scroll To Top style ***/

.scroll-top {
    position: fixed;
    right: 0;
    bottom: 44px;
    width: 33px;
    height: 43px;
    color: #ffffff;
    border-radius: 23px 0px 0px 23px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
    background: linear-gradient(to right, #a21d99, #4027b0);
    text-align: right;
    padding: 0px 8px 0 0;
}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    opacity: .90;
}

.scroll-top.style2 {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #050403;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    left: 0;
    bottom: 70px;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
}


/* Form validation styles */

input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}


/* Post pagination styles */

.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}

.post-pagination.style2 li a {
    border-radius: 0;
}


/* Overlay styles */

.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one.bg2 {
    background: rgba(131, 197, 93, 0.6);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(131, 197, 93, 0.6) 0%, rgba(241, 111, 92, 0.6) 0%, rgba(246, 41, 12, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(254, 159, 96, 0.6) 0%, rgba(82, 168, 93, 0.6) 0%, rgba(110, 184, 93, 0.6) 0%, rgba(83, 168, 94, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131, 197, 93, 0.6)), color-stop(0%, rgba(241, 111, 92, 0.6)), color-stop(0%, rgba(246, 41, 12, 0.6)), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(0%, rgba(254, 159, 96, 0.6)), color-stop(0%, rgba(82, 168, 93, 0.6)), color-stop(0%, rgba(110, 184, 93, 0.6)), color-stop(100%, rgba(83, 168, 94, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(131, 197, 93, 0.6) 0%, rgba(241, 111, 92, 0.6) 0%, rgba(246, 41, 12, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(254, 159, 96, 0.6) 0%, rgba(82, 168, 93, 0.6) 0%, rgba(110, 184, 93, 0.6) 0%, rgba(83, 168, 94, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(131, 197, 93, 0.6) 0%, rgba(241, 111, 92, 0.6) 0%, rgba(246, 41, 12, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(254, 159, 96, 0.6) 0%, rgba(82, 168, 93, 0.6) 0%, rgba(110, 184, 93, 0.6) 0%, rgba(83, 168, 94, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(131, 197, 93, 0.6) 0%, rgba(241, 111, 92, 0.6) 0%, rgba(246, 41, 12, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(254, 159, 96, 0.6) 0%, rgba(82, 168, 93, 0.6) 0%, rgba(110, 184, 93, 0.6) 0%, rgba(83, 168, 94, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(131, 197, 93, 0.6) 0%, rgba(241, 111, 92, 0.6) 0%, rgba(246, 41, 12, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(254, 159, 96, 0.6) 0%, rgba(82, 168, 93, 0.6) 0%, rgba(110, 184, 93, 0.6) 0%, rgba(83, 168, 94, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#83c55d', endColorstr='#53a85e', GradientType=0);
    /* IE6-9 */
}

.overlay-style-one.bg3 {
    background: rgba(0, 0, 0, 0.7);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(0%, rgba(254, 159, 96, 0.7)), color-stop(0%, rgba(82, 168, 93, 0.7)), color-stop(0%, rgba(110, 184, 93, 0.7)), color-stop(0%, rgba(245, 245, 245, 0.7)), color-stop(0%, rgba(0, 82, 189, 0.7)), color-stop(0%, rgba(0, 108, 249, 0.7)), color-stop(38%, rgba(0, 98, 227, 0.78)), color-stop(100%, rgba(0, 82, 189, 0.9)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0052bd', GradientType=0);
    /* IE6-9 */
}

.overlay-style-one.bg4 {
    background: rgba(247, 150, 40, 0.7);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(247, 150, 40, 0.7) 0%, rgba(178, 99, 10, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 150, 40, 0.7)), color-stop(100%, rgba(178, 99, 10, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247, 150, 40, 0.7) 0%, rgba(178, 99, 10, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247, 150, 40, 0.7) 0%, rgba(178, 99, 10, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247, 150, 40, 0.7) 0%, rgba(178, 99, 10, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(247, 150, 40, 0.7) 0%, rgba(178, 99, 10, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f79628', endColorstr='#b2630a', GradientType=0);
    /* IE6-9 */
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/* Overlay style two */

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    opacity: 1;
    z-index: 1;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.overlay-style-two:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.overlay-style-box1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.overlay-style-box1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: rgba(34, 34, 35, 0.83);
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.overlay-style-box1:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: rgba(34, 34, 35, 0.83);
    transform: perspective(400px) rotateY(-90deg);
    transform-origin: right;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    margin-right: 4px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    font-size: 18px;
    color: #ffba00;
}

.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #798795;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
}

.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}


/* Update header Style */

@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}

.bootom-nav {
    position: absolute;
    right: 231px;
    top: 48px;
}

.bootom-nav ul li {
    display: inline-block;
}

.bootom-nav ul li a {
    color: #000;
    padding: 0px 12px;
    text-transform: uppercase;
    font-size: 14px;
    border-right: 1px solid #b9b8b8;
}

.bootom-nav ul li a.border-none {
    border: none;
}


/*** 
========================================
    Mobile Menu
========================================
***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
    position: relative;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.main-menu .navigation>li>a i {
    position: absolute;
    right: -2px;
    top: 14px;
    color: #a21d99;
    font-size: 15px;
}

.main-menu .navigation>li>a:hover {
    color: #c98707;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #dddddd;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    margin: 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.sticky-header {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.sticky-header.white-bg {
    background: rgba(255, 255, 255, 0.97);
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    display: inline-block;
    padding: 7px 0 7px;
    width: 59px;
}

.sticky-header.style2 .logo {
    position: relative;
    display: block;
    padding: 5px 0 5px;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
}

.sticky-header .main-menu .navigation>li>a {
    margin-top: 23px;
}

.sticky-header .main-menu.style3 .navigation>li>a {
    padding: 25px 0px 25px;
}

.sticky-header .main-menu.style4 .navigation>li>a {
    padding: 25px 0px 25px;
}

.header-lawer {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-lawer .container {
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    align-self: center;
}

.header-lawer .outer-box {
    position: relative;
    height: 100%;
}

.header-lawer-left {
    position: relative;
    display: block;
    height: 100%;
}

.header-lawer-left .logo {
    top: 22px;
    position: absolute;
    display: inline-block;
    left: 0;
    width: 345px;
    z-index: 999;
    border-radius: 8px;
}

.header-lawer-left .logo .mobile_logo {
    display: none;
}

.header-lawer-left .logo a {
    position: relative;
    display: inline-block;
}

.header-lawer-left .logo a img {
    width: auto;
}

.header-lawer-left .nav-outer {
    position: relative;
    display: inline-block;
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: right;
}

.main-menu {
    position: relative;
    display: inline-block;
    margin: 66px 140px 0px 0;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #0e0e0e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border-right: 0px;
    text-transform: capitalize;
    padding: 6px 9px;
    transition: all 500ms ease;
    opacity: 1;
}

.main-menu .navigation>li>a.border-none {
    border: none;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    content: "";
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    transform: scaleX(1.0);
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 310px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
    background: #4027b0;
}

.main-menu .navigation>li>ul.cstheight {
    width: 140px;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 4px 0px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    top: 2px;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 1px 0;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #ececec;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    top: 5px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    z-index: 5;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 234px;
    padding: 0;
    display: none;
    background: #a21d99;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 4px 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 10px;
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li a:before {
    position: absolute;
    top: 3px;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li .sub_drp_dwn_list li a {
    color: #fff;
    text-align: left;
    display: block;
    padding-left: 18px;
    border-bottom: 1px dashed #d7d7d7;
}

.main-menu .navigation>li>ul>li>ul>li .sub_drp_dwn_list li:last-child a {
    border-bottom: 0px;
}


/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.header-lawer-right {
    position: relative;
    display: none;
}

.header-social-links-style1 {
    position: relative;
    display: block;
    float: left;
    padding: 30px 0;
}

.header-social-links-style1 ul {
    overflow: hidden;
    text-align: center;
}

.header-social-links-style1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.header-social-links-style1 ul li:last-child {
    margin-right: 0;
}

.header-social-links-style1 ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    transition: all 0.4s linear;
}

.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    padding: 30px 0;
}

.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
}

.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}

.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.outer-search-box-style1 .search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
    border-color: #f5f5f5;
}

.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}

.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus+button {
    color: #222222;
    background: #f5f5f5;
}

.header-lawer-right .button-box {
    position: relative;
    display: block;
    float: right;
}

.header-lawer-right .button-box a {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-lawer-right .button-box a:hover {
    background-position: right center;
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/

.top-wapper {
    position: relative;
    height: 100vh;
}

.emergency {
    position: absolute;
    display: flex;
    align-items: center;
    right: 35%;
    top: 21px;
    z-index: 9;
}

.emer_img {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dashed;
    width: 46px;
}

.emergency .emer_number span {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.emergency .emer_number a {
    display: inline-block;
    color: inherit;
    font-weight: 600;
    font-size: 18px;
}

.main-slider {
    position: relative;
    overflow: hidden;
}

.banner-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider.style1 {
    margin-top: 0px;
}

.banner_bg {
    position: relative;
    padding: 0;
    background-image: url(../images/slider/banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.banner-carousel .owl-dots {
    position: absolute;
    width: 200px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 20px;
}

.banner-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 35px;
    height: 8px;
    background: #4027b0;
    margin: 0 4px;
}

.banner-carousel .owl-dots .owl-dot.active {
    background: #a21d99;
}

.banner-carousel {
    height: 100%;
}

.slides,
.slidebox {
    position: relative;
    height: 100vh;
}

.slidebox .row {
    width: 100%;
    align-items: center;
}

.slidebox .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.slide_text {
    position: relative;
}

.slide_text h1 {
    display: inline-block;
    text-transform: capitalize;
    transition: all ease-in-out .7s;
    color: #4027b0;
    font-size: 52px;
    margin: 0 0 15px;
    font-weight: 300;
    line-height: 66px;
}

.slide_text h1 span {
    font-weight: 600;
    display: inline-block;
    color: #a21d99;
    /* transform: scale(.5); */
    transition: all ease-in-out .7s;
    text-transform: uppercase;
    font-size: 45px;
}

.banner-carousel .owl-item.active .slide_text h1 span {
    /* transform: scale(1); */
}

.slide_text h2 {
    font-weight: 300;
    font-size: 29px;
    transition: all ease-in-out .8s;
    color: #c17f00;
    line-height: 37px;
    margin: 0 0 22px 22px;
    border-left: 4px solid #1e1e1e;
    padding-left: 12px;
    /* transform: translatex(-80px); */
    text-transform: capitalize;
}

.banner-carousel .owl-item.active .slide_text h2 {
    transform: translatex(0px);
}

.slide_text a {
    display: inline-block;
    background: #fff;
    color: #cd8a09;
    padding: 6px 15px;
    font-size: 18px;
    border-radius: 30px;
    transition: all ease-in-out .9s;
    box-shadow: inset 0px 0px 10px #505050;
    /* transform: translatex(80px); */
}

.banner-carousel .owl-item.active .slide_text a {
    transform: translatex(0px);
}

.banner-carousel .owl-item .banner_img img {
    /* transition: all ease-in-out .7s; */
    /* transform: rotate(45deg); */
}

.banner-carousel .owl-item.active .banner_img img {
    transform: rotateX(0deg);
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 0;
    background: rgb(204 36 40);
    height: 60px;
    width: 60px;
    border-radius: 0%;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-prev:hover {
    background: rgb(32 65 128);
}

.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    top: 0;
    background: rgb(204 36 40);
    height: 60px;
    width: 60px;
    border-radius: 0%;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-next:hover {
    background: rgb(32 65 128);
}

.logins_section {
    position: absolute;
    right: 0;
    z-index: 99;
    text-align: center;
    top: 63px;
}

.logins_section span {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    background: #4027b0;
    cursor: pointer;
    border-radius: 30px;
}

.logins_section i {
    width: 31px;
    height: 31px;
    background: #a21d99;
    color: #f7f7f7;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    margin-right: 4px;
}

.logins_section a:nth-child(2) i {
    background: #63b32c;
}

.top-social {
    position: absolute;
    z-index: 91;
    text-align: center;
    top: 16px;
    right: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.top-social span {
    font-size: 16px;
    color: #a21d99;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 15px 0 0;
}

.top-social li {
    display: inline-block;
    margin-right: 1px;
}

.top-social li a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #4027b0;
    box-shadow: inset 0px 0px 10px #707070;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    font-size: 19px;
}

.top-social li a:hover {
    background: linear-gradient(to left, #4027b0, #a21d99);
    color: #fff;
}

.info-list {
    position: absolute;
    background: linear-gradient(to left, #831d80, #e4007c);
    right: 0px;
    top: 34px;
    z-index: 99;
    border-radius: 30px 0px 0px 30px;
}

.info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 7px 13px;
    border-right: 1px solid rgb(255 255 255 / 77%);
    margin-right: 0px;
}

.info-list li:nth-child(2) {
    border-right: 0px;
}

.info-list li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-list li a:hover {
    color: #edbfe8;
}

.info-list li span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 17px;
    line-height: 33px;
    width: 34px;
    height: 34px;
    background: #1e1e1e;
    border-radius: 50%;
    text-align: center;
}


/*** 
=============================================
    Facts Area Css
=============================================
***/

.facts-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.facts-box {
    position: relative;
    display: block;
    background: #222222;
    border-bottom-right-radius: 50px;
    padding: 60px 0;
    margin-top: -100px;
    z-index: 10;
}

.facts-box:before {
    position: absolute;
    top: 0;
    left: -5000px;
    bottom: 0;
    right: 0;
    background: #222222;
    border-bottom-right-radius: 50px;
    content: "";
}

.facts-box ul {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.facts-box ul li {
    position: relative;
    display: block;
    max-width: 25%;
    width: 100%;
    border-right: 2px solid #363636;
    padding: 18px 35px 18px;
    padding-right: 0;
}

.facts-box ul li:last-child {
    border-right: 0;
}

.facts-box ul li .icon {
    width: 60px;
}

.facts-box ul li .icon span:before {
    font-size: 40px;
    line-height: 40px;
}

.facts-box ul li .icon,
.facts-box ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.facts-box ul li .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tooltip {
    z-index: 999999;
}

section .container {
    position: relative;
    padding: 0 30px;
}


/*** 
=============================================
    About Style1 Area Css
=============================================
***/

.about-style1-area {
    position: relative;
    display: block;
    padding: 67px 0 0;
}

.maintitle {
    position: relative;
    text-align: center;
    margin-bottom: 42px;
}

.maintitle span {
    display: block;
    color: #a21d99;
    font-size: 25px;
}

.maintitle h2 {
    position: relative;
    font-size: 39px;
    color: #4027b0;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 53px;
    padding-bottom: 5px;
}

.maintitle h2::before {
    content: "";
    position: absolute;
    width: 73%;
    height: 2px;
    border-bottom: 2px dashed #a21d99;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.maintitle h3::after {
    left: initial;
    right: 0px;
}

.mainrow .contentbox {
    position: relative;
}

.who_we_are {
    padding: 0 30px;
    text-align: center;
}

.who_we_are span {
    display: block;
    font-size: 27px;
    color: #9c1e9b;
}

.who_we_are h2 {
    text-transform: uppercase;
    color: #4027b0;
    font-weight: 700;
    font-size: 52px;
    margin: 0 0 20px;
}

.who_we_are p {
    line-height: 27px;
}

.who_we_are p {}

.abt_readmore {
    margin-top: 23px;
}

.exp_row {
    position: relative;
    margin-top: 72px;
}

.exp_row .col-md-3 {
    /* border-right: 1px dashed #333; */
    padding: 29px 0;
}

.exp_row .col-md-3:nth-child(4) {
    border-right: 0px;
}

.exp_row .col-md-3::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 30%;
    border-top: 3px solid #333;
    border-left: 3px solid #333;
    left: 0;
    margin: auto;
    z-index: -1;
    top: 0;
    transition: all ease-in-out .7s;
}

.exp_row .col-md-3::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 30%;
    right: 0;
    z-index: -1;
    bottom: 0;
    transition: all ease-in-out .7s;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
}

.exp_row .col-md-3:hover:before,
.exp_row .col-md-3:hover::after {
    width: 30%;
    height: 40%;
}

._exp_blocks {
    text-align: center;
}

._exp_blocks h3 {
    position: relative;
    font-size: 45px;
    color: #e93250;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 14px;
}

._exp_blocks p {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.abt_btm {
    text-align: center;
    margin-top: 21px;
}

.abt_btm h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    display: inline-block;
    padding: 9px 147px;
    color: #4027b0;
}

.abt_btm h3::before,
.abt_btm h3::after {
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    border-bottom: 2px dashed #e39600;
    left: 0px;
    top: 22px;
}

.abt_btm h3::after {
    left: auto;
    right: 0px;
}

.theme-btn {
    display: inline-block;
    color: #333;
    box-shadow: 0px 0px 10px #787878;
    padding: 3px 12px;
    border-radius: 30px;
    font-size: 19px;
    background: linear-gradient(to left, #efefef, #fff, #efefef);
}

.mvv_list {
    text-align: center;
    padding: 0px 8px 13px;
    margin-top: 37px;
    border: 8px solid #efefef;
    min-height: 133px;
}

.mvvrow .col-md-4:nth-child(2) .mvv_list {
    background: #ffefb8;
}

.mvvrow .col-md-4:nth-child(3) .mvv_list {
    background: #c1edff;
}

.mvv_list h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin: -22px auto 11px;
    display: table;
    background: #fff;
    color: #a21d99;
    border: 2px solid #e5e2e2;
    padding: 1px 14px;
    border-radius: 7px;
}

.mvv_list p {
    margin: 0px;
    line-height: 25px;
}

.mvv_list span {
    display: inline-block;
    width: 72px;
    height: 90px;
    background: #fff;
    text-align: center;
    border-radius: 0px 0px 41px 41px;
    box-shadow: 0px 10px 4px #7a7a7a;
    line-height: 77px;
    border-top: 3px solid;
}

.mvv_list img {
    width: 55px;
}

.whatwedo {
    position: relative;
    padding: 73px 0 200px;
}

.whatwedo::before {
    content: '';
    position: absolute;
    width: 83%;
    height: 10px;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to left, #ffe3ad, transparent, #ffe2aa);
}

.whatwedo::before {
    left: 0px;
}

.whatwedo::after {
    right: 0px;
}

.services_main_title {
    text-align: center;
}

.services_main_title h3 {
    text-transform: uppercase;
    background: #0a5276;
    color: #fff;
    font-size: 19px;
    padding: 13px 0;
    margin: 0 0 0px;
    border-radius: 6px;
}

.services_main_title h3::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 90%;
    border: 1px dashed #ccc;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}

.ser_row {
    margin: 0px;
}

.service_sec_list_block {
    padding: 6px 7px 0;
}

.services_list {
    position: relative;
    margin: 10px 0 23px;
    text-align: center;
    background: linear-gradient(to top, #f3f3f3, #ffe9bd);
    box-shadow: 0px 0px 7px #9d9d9d;
    border-radius: 163px 163px 13px 13px;
    padding: 17px 0 0;
}
/* 
.services_list::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 42px;
    bottom: 100%;
    transition: all ease-in-out .8s;
    background: #4027b0;
    left: 0;
    right: 0;
    margin: auto;
} */

.ser_img {
    display: inline-block;
    width: 195px;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #ffffff;
    box-shadow: 0px 0px 10px #ccc;
}

.ser_img img {
    display: inline-block;
    transition: all ease-in-out .7s;
}

.services_slider .owl-item.active .ser_img img {
    transform: scale(1.2);
}

.services_info {
    position: relative;
    text-align: center;
    transition: all ease-in-out .8s;
    padding: 0 9px;
}

.services_info::before {
    content: "";
    position: absolute;
}

.services_info h4 {
    text-transform: uppercase;
    margin: 4px 0 7px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    transition: all ease-in-out .7s;
    transform: scale(.8);
    opacity: 0;
}

.services_slider .owl-item.active .services_info h4 {
    opacity: 1;
    transform: scale(1);
}

.services_info p {
    line-height: 21px;
    font-size: 14px;
}

.services_info a {
    width: 100px;
    padding: 2px 9px;
    background: #a21d99;
    color: #fff;
    transition: all ease-in-out .9s;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: all ease-in-out .7s;
    transform: scale(.7);
    top: 16px;
}

.services_slider .owl-item.active .services_info a {
    transform: scale(1);
}

.services_slider .owl-dots {
    position: relative;
    text-align: center;
}

.services_slider .owl-dots .owl-dot {
    width: 18px;
    height: 4px;
    background-color: #4027b0;
    display: inline-block;
    margin: 0 2px;
}

.services_slider .owl-dots .owl-dot.active {
    background-color: #a21d99;
}

.enqery_section {
    padding: 81px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -121px;
}

.enqery_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/happyfamily.jpg);
    top: 0px;
    transform: skew(0deg, -6deg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.enqery_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(to right, rgb(65 39 176), rgb(63 52 69 / 89%), rgb(0 0 0 / 70%));
    transform: skew(0deg, -6deg);
    z-index: -1;
}

.en_bg1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}

.enquery_form .btn {
    background-color: #a21d99;
    border: none;
    width: 127px;
    padding: 4px 0;
    font-size: 20px;
    margin-top: 17px;
}

.enqery_section .maintitle h2 {
    color: #fff;
    font-size: 36px;
}

.enqery_section .maintitle p {
    color: #ccc;
    margin-top: 10px;
}

.enquery_form {
    text-align: center;
    position: relative;
    padding: 0 45px;
}

.enquery_form .form-control {
    height: 46px;
    background: transparent;
    position: relative;
    border: none;
    border-bottom: 1px dashed #ccc;
    border-radius: 0px;
    color: #fff;
}

.enquery_form textarea.form-control {
    height: 92px;
}

.enquery_form .form-control::placeholder {
    color: #fff;
}

.enquery_form select.form-control option {
    background-color: #333;
}

.team_section {
    position: relative;
    padding: 10px 10px 1px;
    background: #ededed;
    box-shadow: 0px -3px 8px #878787;
}


/* .team_section .maintitle h2 {
    color: #fff;
} */

.team_list {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    border: 3px solid #ffffff;
}

.team_list::before {
    content: "";
    position: absolute;
}

.team_row {
    align-items: end;
}

.doc_img {
    display: inline-block;
}

.team_row .col-md-6:nth-child(2) .doc_img {}

.doc_img img {
    display: inline-block;
}

.doc_img::before {
    content: "";
    position: absolute;
    margin: auto;
}

.doc_img::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.doc_info {
    position: relative;
    padding: 28px 0;
    background: linear-gradient(to top, #ffefd0, white);
}

._mainrow_ .col-md-3 {
    margin-top: -5rem;
    z-index: 2;
}

._mainrow_ .ser_row .col-md-3 {
    margin-top: 0rem;
    z-index: 2;
}

.doc_info span {
    color: #E93250;
    font-size: 25px;
}

.doc_info h2 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.doc_info h3 {
    font-size: 17px;
    line-height: initial;
}

.doc_info h4 {
    display: inline-block;
    color: #a21d99;
    border-top: 1px dashed;
    font-size: 18px;
    margin-top: 7px;
    padding-top: 4px;
}

.testimonials_slider {
    position: relative;
    margin-top: 67px;
}

.testimonials_slider::before {
    content: "G";
    position: absolute;
    right: 0;
    left: 0px;
    margin: auto;
    top: 215px;
    font-size: 283px;
    font-weight: 700;
    color: #d9e7ed;
    text-align: center;
    border-radius: 50%;
}

.testimonials_section {
    position: relative;
    padding: 100px 0px 138px;
}

.testimonial {
    position: relative;
    padding: 32px 17px;
    display: table;
}

.testimonial::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    left: 88px;
    border-left: 1px dashed;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    top: 0;
}

.testimonial .pic {
    width: 20%;
    padding: 20px 0;
    margin: 0 6% 0 4%;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial .pic:before,
.testimonial .pic:after {
    content: "";
    width: 130px;
    height: 150px;
    background: #ab9cee;
    position: absolute;
    z-index: -1;
    border-radius: 40px;
}

.testimonial .pic:before {
    top: -6px;
    right: -26px;
    background: #eeaae8;
}

.testimonial .pic:after {
    bottom: -6px;
    left: -26px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 0 40px;
}

.testimonial .testimonial-content {
    width: 70%;
    float: right;
    padding: 0 10px 0;
}

.testimonial .title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 16px;
    text-transform: uppercase;
    position: relative;
}

.testimonial .title::before {
    content: "";
    position: absolute;
    right: 37px;
    top: 15px;
    width: 24%;
    height: 2px;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}

.testimonial .description {
    font-size: 15px;
    padding: 0 0px;
    margin: 0;
    position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 17px;
    color: #4027b0;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}

.testimonial .description:after {
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}

.testimonials_slider .owl-dots {
    position: relative;
    text-align: center;
    margin: 13px 0 0;
}

.testimonials_slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 5px;
    background: #4027b0;
    margin: 0 3px;
}

.testimonials_slider .owl-dots .owl-dot.active {
    background-color: #a21d99;
}

.testimonilas_img {
    text-align: center;
}

.testimonilas_img img {
    border: 5px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    width: 211px;
    margin: 0 0 15px;
    position: relative;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 990px) {
    .testimonial {
        text-align: center;
    }

    .testimonial .pic {
        width: 200px;
        margin: 0 auto;
        float: none;
    }

    .testimonial .pic:before,
    .testimonial .pic:after {
        width: 80px;
        height: 100px;
    }

    .testimonial .testimonial-content {
        width: 100%;
        float: none;
    }

    .testimonial .title {
        padding: 15px 0 0 0;
    }

    .testimonial .post {
        padding: 0;
        margin-bottom: 10px;
    }
}

.jntrplmnt_section {
    padding: 116px 0 63px;
    position: relative;
}

.jntrplmnt_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/arthroscopybg.jpg);
    top: 0px;
    transform: skew(0deg, 6deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.jntrplmnt_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(to left, rgb(150 36 146), rgb(58 50 63 / 89%), rgb(0 0 0 / 74%));
    transform: skew(0deg, 6deg);
    z-index: -1;
}

.implant_sec {
    position: relative;
    text-align: center;
    padding: 0 11px;
}

.implant_sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.arthroscopy {
    position: absolute;
    top: -209px;
    border-radius: 50%;
    overflow: hidden;
    border: 13px solid #c5d8e1;
    width: 573px;
}

.jntrpl_list h2 {
    text-transform: uppercase;
    font-size: 37px;
    color: #fff;
    margin: 0 0 7px;
    font-weight: 300;
}

.jntr_mdl_list {
    text-align: center;
}

.jntr_mdl_list h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #e1e1e1;
    font-weight: 300;
}

.jntr_mdl_list h4 {
    font-size: 24px;
    margin: 13px 0 10px;
    color: #eee;
    font-weight: 300;
}

.implant_img {
    text-align: center;
}

.faq_section {
    position: relative;
    padding: 105px 0 100px;
}

.implant_tel_link {
    text-align: center;
    position: relative;
    width: 300px;
    left: 0px;
    right: 0px;
    margin: 22px 0 0;
    bottom: 0;
    display: inline-block;
}

.implant_tel_link a {
    display: inline-block;
    background: linear-gradient(to left, #a21d99, #4027b0);
    color: #fff;
    padding: 5px 18px;
    font-size: 20px;
    border-radius: 30px;
}

.faq_section::before {
    content: "";
    position: absolute;
    width: 221px;
    height: 216px;
    background: #fff3db;
    border-radius: 50%;
    left: -85px;
    top: 0;
}

.faq_timeline.main-timeline {
    padding: 15px 0 0;
    position: relative;
    display: table;
}

.faq_timeline.main-timeline:after {
    content: '';
    position: absolute;
    clear: both;
    width: 108px;
    height: 92%;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #505050;
    top: 13px;
}

.faq_timeline.main-timeline:before {
    content: '';
    height: 100%;
    width: 110px;
    border-radius: 100px/40px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    position: absolute;
}

.faq_timeline.main-timeline .timeline {
    width: calc(45% + 1px);
    margin: 0 0 20px 5px;
    float: right;
    position: relative;
    z-index: 1;
}

.faq_timeline.main-timeline .timeline-content {
    min-height: 122px;
    padding: 0 0 0 58px;
    display: block;
    position: relative;
    color: #4e4e4e;
    border-bottom: 1px dashed;
}

.faq_timeline.main-timeline .timeline:nth-child(3) .timeline-content,
.faq_timeline.main-timeline .timeline:nth-child(4) .timeline-content {
    border-bottom: 0px;
}

.faq_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.faq_timeline.main-timeline .timeline-icon {
    color: #fbfbfb;
    background: linear-gradient(to left, #a21d99, #4027b0);
    font-size: 51px;
    text-align: center;
    line-height: 72px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px #cdcdcd;
    transform: translateY(-50%);
    position: absolute;
    left: -40px;
    top: 50%;
}

.faq_timeline.main-timeline .title {
    font-size: 19px;
    text-transform: capitalize;
    margin: 0 0 6px;
    font-weight: 600;
    line-height: 24px;
}

.faq_timeline.main-timeline .description {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}

.faq_timeline.main-timeline .timeline:nth-child(even) {
    margin: 0 5px 20px 0;
    float: left;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 58px 0 0;
    text-align: right;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -40px;
}

@media screen and (max-width:767px) {
    .faq_timeline.main-timeline:before {
        width: 80px;
        transform: translateX(0);
        left: 15px;
    }

    .faq_timeline.main-timeline .timeline,
    .faq_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 40px;
    }

    .faq_timeline.main-timeline .timeline-content,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 0 0 0 100px;
    }

    .faq_timeline.main-timeline .timeline-icon,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto;
    }
}

@media screen and (max-width:576px) {
    .faq_timeline.main-timeline .title {
        font-size: 22px;
        font-weight: 600;
    }
}

.about-style1-text-box .inner-contant .bottom-box .video-holder-box,
.about-style1-text-box .inner-contant .bottom-box .title-box {
    display: table-cell;
    vertical-align: middle;
}

.about-style1-text-box .inner-contant .bottom-box .title-box {
    padding-left: 20px;
}

.about-style1-text-box .inner-contant .bottom-box .title-box h5 {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.about-style1-text-box .sec-title h5::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    border-bottom: 2px solid #cc2428;
    left: 0;
    top: 8px;
}

.about-style1-text-box .sec-title h5::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    border-bottom: 2px solid #cc2428;
    right: 0;
    top: 8px;
}

.daily-bread-image {
    background-image: url(../images/dialy-bread.jpg);
    width: 100%;
    height: 347px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #545454;
}

.dialy-brad-title {
    text-align: center;
    padding: 54px 31px 0px;
}

.dialy-brad-title h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
}

.dialy-brad-title p {
    color: #fff;
    font-size: 14px;
}

.health-tips-block {
    text-align: center;
    padding: 46px 21px;
    background-color: #FEDC45;
}

.health-tips-block h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    margin-bottom: 22px;
}

.health-tips-block p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 9px;
    padding-bottom: 6px;
    color: #000;
    border-bottom: 1px dashed #969696;
}

.health-tips-block p:last-child {
    margin: 0px;
    padding: 0px;
    border: none;
}

.video-articles-section {
    position: relative;
    padding: 0 0 0px;
}

.video-block {
    text-align: center;
}

.video-block iframe {
    width: 100%;
    height: 250px;
}

.our-article {
    margin-top: 24px;
}

.our-article h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 12px;
}

.our-article p {
    font-size: 14px;
}

.article-more {
    color: #EA2A2A;
}


/*** 
=============================================
    Service Style1 Area Css
=============================================
***/

.services-style1-area {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 120px 0 120px;
}

.services-style1-area .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.services-style1-area .top .button {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.services-style1-area .top .button a {
    line-height: 50px;
}

.single-service-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    max-width: 320px;
    width: 100%;
    padding: 50px 40px 50px;
    margin: 0 auto 0;
    border-bottom-left-radius: 40px;
}

.single-service-style1:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #dddddd;
    content: "";
}

.single-service-style1:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    content: "";
    opacity: 0;
    transform: scaleY(0.1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-service-style1 .icon {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.single-service-style1 .icon span:before {
    font-size: 60px;
    line-height: 60px;
}

.single-service-style1 h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.single-service-style1 .text {
    position: relative;
    display: block;
    padding: 15px 0 26px;
}

.single-service-style1 .text p {
    margin: 0;
}

.single-service-style1 .read-more-button {
    position: relative;
    display: block;
}

.single-service-style1 .read-more-button a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    text-align: center;
    color: #222222;
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-service-style1 .read-more-button a:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    border-radius: 50%;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.single-service-style1:hover .read-more-button a:before {
    transform: scale(1.0);
}

.single-service-style1:hover .read-more-button a {
    color: #ffffff;
}

.service-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 45px;
}

.service-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    line-height: 12px;
    bottom: 0;
    right: -5px;
}


/*** 
=============================================
    Calculate Loan Area Css
=============================================
***/

.calculate-loan-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 53px;
    z-index: 10;
}

.calculate-loan-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #f5f5f5;
    content: "";
    z-index: -1;
}

.calculate-loan-box {
    position: relative;
    display: block;
    padding: 70px;
    margin-right: -70px;
}

.calculate-loan-box:before {
    position: absolute;
    top: 120px;
    left: -5000px;
    bottom: -70px;
    right: 40px;
    background-image: url(../images/pattern/pattern-bg-2.png);
    background-color: #222222;
    background-repeat: repeat;
    content: "";
    z-index: -2;
}

.calculate-loan-box .sec-title {
    padding-bottom: 40px;
}

.loan-ranger {
    position: relative;
    display: block;
}

.loan-ranger .top {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.loan-ranger .top .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.loan-ranger .top .inner .left {
    position: relative;
    display: block;
}

.loan-ranger .top .inner .left label.control-label {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.loan-ranger .top .inner .right {
    position: relative;
    display: block;
}

.loan-ranger .top .inner .right input#amount {
    position: relative;
    display: block;
    width: 100px;
    height: auto;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    text-align: right;
    box-shadow: none;
}

.loan-ranger .bottom {
    position: relative;
    display: block;
    margin-bottom: 58px;
}

.loan-ranger .bottom .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.loan-ranger .bottom .inner .left {
    position: relative;
    display: block;
}

.loan-ranger .bottom .inner .left label.control-label {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.loan-ranger .bottom .inner .right {
    position: relative;
    display: block;
}

.loan-ranger .bottom .inner .right input#j {
    position: relative;
    display: block;
    width: 100px;
    height: auto;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    text-align: right;
    box-shadow: none;
}

.loan-ranger .ui-widget-content {
    position: relative;
    background: #edf2f7;
    border: none;
    height: 6px;
    margin: 16px 0 0;
    border-radius: 0;
    text-align: left;
}

.loan-ranger .ui-slider-handle {
    position: absolute;
    background: #ffffff;
    border: 6px solid #222222;
    border-radius: 50%;
    height: 30px;
    margin-left: 0;
    margin-left: -30px;
    outline: medium none;
    width: 30px !important;
    cursor: pointer;
    z-index: 2;
}

.loan-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -12px;
}

.loan-ranger .ui-slider .ui-slider-range {
    background: #222222;
    border-radius: 0;
}

.calculated-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.calculated-box .single-box {
    position: relative;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.calculated-box .single-box h5 {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 9px;
}

.calculated-box .single-box p {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.loan-ranger .button-box {
    position: relative;
    display: block;
    padding-top: 32px;
}

.loan-ranger .button-box a {
    color: #222222;
    background: #ffffff;
}

.calculate-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    top: 53px;
    z-index: -1;
}


/*** 
=============================================
    Work Process Area Css
=============================================
***/

.work-process-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
}

.work-process-area .shape1 {
    position: absolute;
    top: 220px;
    right: 165px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

.work-process-area .shape2 {
    position: absolute;
    top: 250px;
    right: 60px;
}

.work-process-area .shape3 {
    position: absolute;
    left: 90px;
    bottom: 200px;
}

.work-process-area .sec-title {
    padding-bottom: 97px;
}

.work-process-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.single-work-process {
    position: relative;
    display: block;
    padding: 0 65px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    margin-bottom: 41px;
}

.single-work-process:nth-child(1):before {
    position: absolute;
    top: 40px;
    right: -58px;
    width: 117px;
    height: 51px;
    background: url(../images/shape/arrow-top.png);
    content: "";
}

.single-work-process:nth-child(3):before {
    position: absolute;
    top: 40px;
    left: -58px;
    width: 117px;
    height: 51px;
    background: url(../images/shape/arrow-bottom.png);
    content: "";
}

.single-work-process .icon-holder {
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    background: #ffffff;
    margin: 0 auto;
    z-index: 1;
}

.single-work-process .icon-holder:before {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    background: #dadada;
    content: "";
    transform: rotate(45deg);
    z-index: -1;
}

.single-work-process .icon-holder span:before {
    position: relative;
    display: block;
    background: #ffffff;
    font-size: 70px;
    line-height: 130px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(232, 232, 232, 0.7);
    box-shadow: 0px 0px 5px 2px rgba(232, 232, 232, 0.7);
}

.single-work-process .icon-holder .count-box {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #222222;
    border-radius: 50%;
    margin: 0 auto;
}

.single-work-process .icon-holder .count-box p {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.single-work-process .text-holder {
    position: relative;
    display: block;
    padding-top: 73px;
}

.single-work-process .text-holder h3 {
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 18px;
}

.single-work-process .text-holder p {
    margin: 0;
}


/*** 
=============================================
    Latest project Area Css      
=============================================
***/

.latest-project-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 120px 0 120px;
}

.latest-project-area .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.latest-project-area .top .button {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.latest-project-area .top .button a {
    line-height: 50px;
}

.latest-project-area .outer-container {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.single-project-style1 {
    position: relative;
    display: block;
}

.single-project-style1 .img-holder {
    position: relative;
    display: block;
}

.single-project-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-style1 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-project-style1:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-project-style1:hover .overlay-style-one {
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-project-style1 .overlay-style-one .zoom-button {
    position: relative;
    display: inline-block;
    transform: scale(.5);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1:hover .overlay-style-one .zoom-button {
    transform: scale(1.0);
    transition: all 200ms linear;
    transition-delay: 0.3s;
}

.single-project-style1 .overlay-style-one .zoom-button a {
    display: inline-block;
}

.single-project-style1 .overlay-style-one .zoom-button img {
    width: auto;
    transform: none;
}

.single-project-style1 .read-more-button {
    position: absolute;
    bottom: -15px;
    right: 40px;
    z-index: 2;
}

.single-project-style1 .read-more-button a {
    position: relative;
    display: block;
    width: 60px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.single-project-style1:hover .read-more-button a {
    background: #222222;
}

.single-project-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 33px 33px 33px;
    border-bottom-right-radius: 40px;
    border: 2px solid #eeeeee;
    border-top: none;
}

.single-project-style1 .text-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

.single-project-style1 .text-holder h3 a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .text-holder p {
    line-height: 24px;
    margin: 0;
}

.project-carousel.owl-carousel.owl-dot-style2 .owl-stage-outer {
    margin-right: -400px;
    padding-bottom: 48px;
}

.project-carousel.owl-carousel.owl-dot-style2 .owl-dots {
    position: absolute;
    bottom: 0;
    left: -5px;
}


/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/

.testimonial-style1-area {
    position: relative;
    display: block;
    padding: 120px 0 110px;
    background: #ffffff;
}

.testimonial-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-style1-area .sec-title {
    padding-bottom: 59px;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
    padding-right: 40px;
}

.single-testimonial-style1 .top {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 140px;
}

.single-testimonial-style1 .top .quote-box {
    position: absolute;
    top: 1px;
    left: 0;
    width: 115px;
    height: 95px;
}

.single-testimonial-style1 .top .quote-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/shape/quote-bg.png);
    content: "";
}

.single-testimonial-style1 .top .quote-box span:before {
    position: relative;
    display: block;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.single-testimonial-style1 .top .text-box {
    position: relative;
    display: block;
}

.single-testimonial-style1 .top .text-box p {
    color: #777777;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.single-testimonial-style1 .bottom {
    position: relative;
    display: block;
    padding-left: 155px;
    min-height: 110px;
    margin-top: 40px;
}

.single-testimonial-style1 .bottom .image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    z-index: 1;
}

.single-testimonial-style1 .bottom .image-box:before {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: -10px;
    right: -10px;
    background: #eaeaea;
    content: "";
    z-index: -1;
    border-bottom-right-radius: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-style1 .bottom .image-box img {
    width: 100%;
    border-bottom-right-radius: 30px;
}

.single-testimonial-style1 .bottom .client-info-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 25px 0;
}

.single-testimonial-style1 .bottom .client-info-box .left {
    position: relative;
    display: block;
}

.single-testimonial-style1 .bottom .client-info-box .left h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 10px;
}

.single-testimonial-style1 .bottom .client-info-box .left p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.single-testimonial-style1 .bottom .client-info-box .right {
    position: relative;
    display: block;
}

.single-testimonial-style1 .bottom .client-info-box .right .rating-box {
    position: relative;
    display: block;
}

.testimonial-carousel {
    position: relative;
    display: block;
}

.testimonial-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 10px;
}

.testimonial-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    top: -87px;
    right: -5px;
}


/*** 
=============================================
    Features Area Css
=============================================
***/

.features-area {
    position: relative;
    display: block;
    padding-top: 120px;
}

.features-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 478px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.features-area .sec-title {
    padding-bottom: 67px;
}

.features-area .container-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.single-features-box {
    position: relative;
    padding: 0 65px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    min-height: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    background-attachment: local;
    background-size: cover;
    background-position: center top;
    z-index: 2;
}

.single-features-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(245, 245, 245, 0.95);
    z-index: -1;
}

.single-features-box .inner {
    position: relative;
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.single-features-box span {
    position: relative;
    display: block;
}

.single-features-box span:before {
    font-size: 70px;
    line-height: 70px;
    margin: 0 0 25px;
}

.single-features-box h3 {
    position: relative;
    display: block;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin: 33px 0 20px;
}

.single-features-box p {
    color: #777777;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.single-features-box.style2 span:before {
    color: #222222;
}

.single-features-box.style2 p {
    color: #222222;
}

.single-features-box.style3:before {
    background: rgba(35, 35, 35, 0.90);
}

.single-features-box.style3 h3 {
    color: #ffffff;
}

.single-features-box.style3 p {
    color: #ffffff;
}


/*** 
=============================================
    Latest blog Area style
=============================================
***/

.latest-blog-area {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 43px;
}

.latest-blog-area .row {
    margin-left: -32.5px;
    margin-right: -32.5px;
}

.latest-blog-area .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.latest-blog-area .top .sec-title {
    padding-bottom: 22px;
}

.latest-blog-area .top .button {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.latest-blog-area .top .button a {
    line-height: 50px;
}

.single-blog-post {
    position: relative;
    display: block;
}

.single-blog-post .img-holder {
    position: relative;
    display: block;
}

.single-blog-post .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-post .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.single-blog-post:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.single-blog-post .img-holder img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.single-blog-post:hover .img-holder img {
    transform: scale(1);
}

.single-blog-post:hover .overlay-style-box1:before {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
    transition: all 700ms linear;
    transition-delay: 0.1s;
}

.single-blog-post:hover .overlay-style-box1:after {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
    transition: all 700ms linear;
    transition-delay: 0.1s;
}

.single-blog-post .img-holder .link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.single-blog-post .img-holder .link-box a {
    position: relative;
    display: inline-block;
    width: 44px;
    z-index: 2;
    height: 44px;
    background: #f2d016;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
}

.single-blog-post:hover .img-holder .link-box a {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.6s ease-in-out 0.8s;
}

.single-blog-post .img-holder .date-box {
    position: absolute;
    bottom: -35px;
    right: -35px;
    text-align: center;
    width: 70px;
    height: 70px;
    padding: 16px 0;
    border-bottom-right-radius: 30px;
}

.single-blog-post .img-holder .date-box h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 20px;
    font-weight: 800;
}

.single-blog-post .img-holder .date-box h2 span {
    font-size: 14px;
    text-transform: uppercase;
}

.single-blog-post .text-holder {
    position: absolute;
    display: block;
    padding: 9px 18px;
    bottom: 0;
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0.11));
}

.single-blog-post .text-holder .categories {
    position: relative;
    display: flex;
    line-height: 0;
    overflow: hidden;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}

.single-blog-post .text-holder .categories p {
    position: relative;
    display: inline-block;
    color: #222222;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.single-blog-post .text-holder .categories .border-box {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 2px;
    display: none;
}

.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    font-weight: 400;
}

.single-blog-post .text-holder .blog-title a {
    color: #ffffff;
    transition: all 500ms ease;
}

.single-blog-post .text-holder .read-more {
    position: relative;
    display: block;
}

.single-blog-post .text-holder .read-more a {
    font-size: 14px;
    text-transform: uppercase;
    color: yellow;
}

.single-blog-post .text-holder .read-more a i {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #222222;
}

.get_in_touch {
    position: relative;
    padding: 19px 19px;
    background: linear-gradient(to right, #a21d99, #4027b0, #4027b0);
    border-radius: 13px;
}

.get_in_touch::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    max-width: 955px;
    box-shadow: 0px 13px 15px #666;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.get_head_section span {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 39px;
}

.call_btn a {
    background-color: #a21d99;
    color: #ffffff;
    padding: 10px 14px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: -3px;
    display: inline-block;
    cursor: pointer;
}


/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
    position: relative;
    display: block;
    background-color: #f1f0f0;
    background-image: none;
}

.footer {
    position: relative;
    display: block;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 17px;
}

.single-footer-widget .title:before {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 40px;
    height: 1px;
    content: "";
}

.single-footer-widget .title h3 {
    color: #0c0c0c;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 38px;
}

.single-footer-widget .our-company-info .footer-logo a {
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .text p {
    color: #636161;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
}

.single-footer-widget .company-info-links {
    position: relative;
    display: block;
    margin-top: 0;
}

.single-footer-widget .company-info-links li {
    position: relative;
    display: block;
    margin-bottom: 4px;
    line-height: 29px;
}

.single-footer-widget .company-info-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .company-info-links li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #4a4949;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .company-info-links li a:before {
    position: absolute;
    content: "\f10c";
    font-family: "Flaticon";
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 16px;
}

.single-footer-widget .resources-links {
    position: relative;
    display: block;
    margin-top: -15px;
}

.single-footer-widget .resources-links li {
    position: relative;
    display: block;
    margin-bottom: 4px;
    line-height: 42px;
}

.single-footer-widget .resources-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .resources-links li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .resources-links li a:before {
    position: absolute;
    content: "\f10c";
    font-family: "Flaticon";
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 16px;
}

.single-footer-widget .subscribe-box {
    position: relative;
    display: block;
}

.single-footer-widget .subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}

.single-footer-widget .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    transition: all 500ms ease;
}

.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
    color: #777777;
}

.single-footer-widget .subscribe-form input:-moz-placeholder {
    color: #777777;
}

.single-footer-widget .subscribe-form input::-moz-placeholder {
    color: #777777;
}

.single-footer-widget .subscribe-form input:-ms-input-placeholder {
    color: #777777;
}

.single-footer-widget .subscribe-form button {
    margin-top: 30px;
    padding: 0 50px;
}

.single-footer-widget .subscribe-form input[type="email"]:focus {
    background: #f5f5f5;
}

.footer-bottom {
    position: relative;
    display: block;
    padding: 64px 0 0px;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    width: 96%;
    max-width: 1313px;
    height: 181px;
    /* border: 7px solid #4027b0; */
    border-bottom: 0px;
    top: -57px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.footer-bottom .outer-box {
    position: relative;
    border-top: 2px solid #363636;
    padding: 44px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom .outer-box .single-box {
    position: relative;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}

.footer_logo {
    position: relative;
    text-align: center;
}

.footer_logo img {
    width: 274px;
    margin-bottom: 7px;
}

.ftr_scl {
    text-align: center;
    margin-bottom: 14px;
}

.social-icons {
    display: inline-block;
    padding: 9px 12px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 30px;
    margin: 11px 0 0;
}

.social-icons li {
    display: inline-block;
    margin: 0 1px;
}

.social-icons li a {
    width: 38px;
    height: 38px;
    line-height: 34px;
    padding: 0;
    background: #fff;
    color: #a21d99;
    border: 2px solid #4027b0;
    font-size: 20px;
    text-align: center;
    border-radius: 50%
}

.social-icons li a:hover {
    color: #ffc658;
    background-color: #4027b0;
}

.footer_links {
    text-align: center;
    margin-bottom: 30px;
}

.footer_links h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 16px;
}

.footer_links ul {
    display: inline-block;
    padding: 6px 0px 6px;
    border-bottom: 1px solid #8a8a8a;
    border-top: 1px solid #8a8a8a;
}

.footer_links ul li {
    display: inline-block;
}

.footer_links ul li:last-child a {
    border-right: 0px;
}

.footer_links ul li a {
    color: #252525;
    font-size: 14px;
    line-height: 22px;
    border-right: 1px dashed;
    padding: 0 5px;
}

.footer_links ul li a:hover {
    color: #c98708;
}

.footer_add_row {
    margin: 0 35px 0;
    align-items: center;
}

.address_info_sec {
    position: relative;
    text-align: center;
    padding: 20px 17px;
    background: linear-gradient(to top, #e5e5e5, transparent);
    z-index: 1;
}

.address_info_sec::before {
    content: "";
    position: absolute;
    width: 22%;
    height: 6px;
    background: #4027b0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out .7s;
    z-index: -1;
}

.address_info_sec:hover::before {
    width: 100%;
    height: 100%;
}

.address_info_sec i {
    position: relative;
    left: 0px;
    background: #fff;
    width: 52px;
    height: 52px;
    font-size: 29px;
    text-align: center;
    color: #a21d99;
    border-radius: 50%;
    line-height: 51px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0px 0px 0px 5px #4027b0;
    transition: all ease-in-out .7s;
}

.address_info_sec:hover i {
    background: #a21d99;
    color: #fff;
    transform: rotate(360deg);
}

.address_info_sec span {
    display: block;
    line-height: 24px;
    transition: all ease-in-out .8s;
}

.address_info_sec:hover span {
    color: #fff;
}

.copyright-text {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 23px;
}

.copyright-text p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 9px 40px;
    display: inline-block;
}

.copyright-text p a {
    color: #ffffff;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-bottom .our-info-box {
    position: relative;
    display: block;
}

.footer-bottom .our-info-box ul {
    overflow: hidden;
}

.footer-bottom .our-info-box ul li {
    position: relative;
    display: block;
}

.footer-bottom .our-info-box ul li a {
    color: #bbbbbb;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-bottom .our-info-box p {
    color: #bbbbbb;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.footer-social-links {
    position: relative;
    display: table;
    margin: auto;
    padding: 0 27px;
    background-color: #f1f0f0;
}

.footer-social-links ul {
    position: relative;
    display: block;
}

.footer-social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.footer-social-links ul li:last-child {
    margin-right: 0;
}

.footer-social-links ul li a {
    position: relative;
    display: block;
    width: 43px;
    height: 43px;
    background: #252525;
    border: 0px solid 363636;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-social-links ul li a:hover {
    background: #dcbf07;
    color: #000;
}


/*** 
=============================================
    Header Style Two Css
=============================================
***/

.header-lawer-style2 {
    position: relative;
    top: 40px;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 5px 0px 4px 0px #f8f8f8;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-lawer-style2 .outer-box {
    position: relative;
    display: block;
}

.header-lawer-left-style2 {
    position: relative;
    display: block;
}

.header-lawer-left-style2 .logo {
    position: relative;
    display: inline-block;
    padding: 20px 0;
}

.header-lawer-left-style2 .logo a {
    position: relative;
    display: inline-block;
}

.header-lawer-left-style2 .logo a img {
    width: auto;
}

.header-lawer-left-style2 .nav-outer {
    position: relative;
    display: inline-block;
    margin-left: 110px;
}

.main-menu.style2 .navigation>li {
    margin-right: 40px;
}

.main-menu.style2 .navigation>li:last-child {
    margin-right: 0;
}

.main-menu.style2 .navigation>li>a {
    color: #222222;
}

.main-menu.style2 .navigation>li>a:before {
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
}

.header-lawer-right-style2 {
    position: relative;
    display: block;
}

.header-lawer-right-style2 .button-box {
    position: relative;
    display: block;
    float: right;
    padding: 20px 0;
}


/*** 
=============================================
    Banner Area Css
=============================================
***/

.banner-area {
    position: relative;
    display: block;
    padding: 313px 0 320px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-area h5 {
    color: #555555;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.banner-area h2 {
    color: #52a85e;
    font-size: 84px;
    line-height: 1.2em;
    font-weight: 800;
    margin: 22px 0 37px;
}

.banner-area h2 span {
    color: #222222;
}

.banner-video-gallery {
    position: relative;
    display: block;
}

.banner-video-gallery .video-box {
    width: 100px;
}

.banner-video-gallery .video-box a {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    border: 2px solid #222222;
    background: #ffffff;
    font-size: 25px;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.banner-video-gallery .video-box,
.banner-video-gallery .title-box {
    display: table-cell;
    vertical-align: middle;
}

.banner-video-gallery .title-box {
    padding-left: 30px;
}

.banner-video-gallery .title-box h5 {
    color: #777777;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.banner-social-links {
    position: absolute;
    top: 140px;
    left: 0;
    bottom: 0;
}

.banner-social-links .inner {
    position: absolute;
    left: -125px;
    top: 400px;
    bottom: 0;
    width: 460px;
    height: 20px;
    transform: rotate(-90deg);
}

.banner-social-links ul {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.banner-social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}

.banner-social-links ul li:last-child {
    margin-right: 0;
}

.banner-social-links ul li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.banner-social-links ul li a:hover {
    text-decoration: underline;
}


/*** 
=============================================
    Contact Info Area Css
=============================================
***/

.contact-info-area {
    position: relative;
    display: block;
}

.contact-info-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 120px;
    margin-top: -140px;
    z-index: 1;
}

.contact-info-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -5000px;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.contact-info-box .single-info-box {
    position: relative;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding: 0 90px;
    padding-right: 10px;
    margin-top: 50px;
}

.contact-info-box .single-info-box .title {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding-right: 30px;
    z-index: 1;
}

.contact-info-box .single-info-box .title:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background: #ebebeb;
    content: "";
    z-index: -1;
}

.contact-info-box .single-info-box .title:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    background: #52a85e;
    content: "";
    z-index: -1;
    transition: all 700ms linear;
    transition-delay: 0.2s;
}

.contact-info-box .single-info-box:hover .title:after {
    width: 80px;
}

.contact-info-box .single-info-box .title h3 {
    color: #222222;
    font-size: 18px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-info-box .single-info-box .inner {
    position: relative;
    display: block;
    padding-top: 30px;
}

.contact-info-box .single-info-box .inner .icon {
    width: 70px;
}

.contact-info-box .single-info-box .inner .icon span:before {
    font-size: 50px;
    line-height: 50px;
}

.contact-info-box .single-info-box .inner .icon,
.contact-info-box .single-info-box .inner .text {
    display: table-cell;
    vertical-align: middle;
}

.contact-info-box .single-info-box .inner .text p {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.contact-info-box .single-info-box .inner .text ul {
    overflow: hidden;
}

.contact-info-box .single-info-box .inner .text ul li {
    position: relative;
    display: block;
    line-height: 24px;
}

.contact-info-box .single-info-box .inner .text ul li a {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


/*** 
=============================================
    Services Style2 Area Css
=============================================
***/

.services-style2-area {
    position: relative;
    display: block;
    padding-bottom: 120px;
}

.services-style2-content {
    position: relative;
    display: block;
    padding-left: 400px;
    z-index: 1;
}

.services-style2-content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: -5000px;
    height: 270px;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.services-style2-content .sec-title-style2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    padding-left: 70px;
    padding-bottom: 0;
}

.single-service-style2 {
    position: relative;
    display: block;
    max-width: 370px;
}

.single-service-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style2 .img-holder img {
    width: 100%;
}

.single-service-style2 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(82, 168, 94, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.single-service-style2:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-service-style2:hover .overlay-style-one {
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-service-style2 .overlay-style-one .link-button {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 20px;
    line-height: 50px;
    transform: scale(.4);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover .overlay-style-one .link-button {
    transform: scale(1.0);
    transition: all 500ms linear;
    transition-delay: 0.3s;
}

.single-service-style2 .overlay-style-one .link-button a {
    color: #222222;
    font-weight: 600;
    display: inline-block;
}

.single-service-style2 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 28px 30px 28px;
    padding-right: 20px;
}

.single-service-style2 .text-holder .inner {
    position: relative;
    display: block;
    padding-left: 70px;
}

.single-service-style2 .text-holder .inner .icon {
    position: absolute;
    top: 7px;
    left: 0;
}

.single-service-style2 .text-holder .inner .icon span:before {
    font-size: 50px;
    line-height: 50px;
}

.single-service-style2 .text-holder .inner .text {
    position: relative;
    display: block;
}

.single-service-style2 .text-holder .inner .text h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

.single-service-style2 .text-holder .inner .text h3 a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2 .text-holder .inner .text h3 a:hover {
    color: #52a85e;
}

.single-service-style2 .text-holder .inner .text p {
    line-height: 24px;
    margin: 0;
}

.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 0px;
    margin-right: -400px;
}

.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    left: -335px;
    bottom: 60px;
}

.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    background: #ffffff;
    border: 2px solid #e7e7e7;
}

.service-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    border-color: #222222;
    background-color: #52a85e;
}


/*** 
=============================================
    Collaborate Area Css
=============================================
***/

.collaborate-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.collaborate-img-box {
    position: relative;
    display: block;
}

.collaborate-img-box img {
    max-width: none;
    float: right;
}

.collaborate-content-box {
    position: relative;
    display: block;
    margin-right: -150px;
    padding: 120px 55px 120px;
    padding-right: 0;
}

.collaborate-content-box .sec-title-style2 {
    padding-left: 15px;
    padding-bottom: 80px;
}

.collaborate-content-box .inner-content {
    position: relative;
    display: block;
}

.progress-block {
    position: relative;
    display: block;
}

.progress-block .inner-box {
    position: relative;
    width: 170px;
    min-height: 170px;
    text-align: center;
    margin: 0 auto;
}

.progress-block .graph-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.progress-block .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #52a85e;
    font-size: 30px;
    font-weight: 700;
    margin-top: 2px;
    transform: translateY(-50%);
}

.progress-block .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: #52a85e;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.progress-block .title {
    position: relative;
    display: block;
    padding-top: 23px;
    text-align: center;
}

.progress-block .title h5 {
    color: #222222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}


/*** 
=============================================
    Consulting Area Css
=============================================
***/

.consulting-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 0px;
}

.consulting-img-box .img {
    position: absolute;
    left: 15px;
    bottom: 0;
    max-width: 310px;
    width: 100%;
    height: 630px;
    z-index: 1;
}

.consulting-img-box .img:before {
    position: absolute;
    top: -670px;
    left: -5000px;
    bottom: 0;
    right: 200px;
    background: #f5f5f5;
    content: "";
    z-index: -1;
    -moz-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
}

.consulting-content-box {
    position: relative;
    display: block;
    padding-bottom: 76px;
    z-index: 1;
}

.consulting-content-box .sec-title-style2 {
    padding-bottom: 64px;
}

.consulting-content-box .inner-content {
    position: relative;
    display: block;
}

.single-consulting-box {
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 35px;
}

.single-consulting-box .icon-holder {
    position: absolute;
    top: 6px;
    left: 0;
}

.single-consulting-box .icon-holder span:before {
    font-size: 50px;
    line-height: 50px;
}

.single-consulting-box .text-holder {
    position: relative;
    display: block;
}

.single-consulting-box .text-holder h3 {
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 9px;
}

.single-consulting-box .text-holder p {
    margin: 0;
}


/*** 
=============================================
    Latest Project Style2 Area Css
=============================================
***/

.latest-project-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.project-style2-outerimage-box {
    position: absolute;
    top: 120px;
    left: 0;
    max-width: 370px;
    width: 100%;
    height: 470px;
}

.project-style2-outerimage-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    content: "";
}

.project-style2-outerimage-box .pro-count {
    position: absolute;
    left: 0;
    bottom: -60px;
    right: 0;
    text-align: center;
}

.project-style2-outerimage-box .pro-count h2 {
    color: #55aa5e;
    font-size: 160px;
    line-height: 120px;
    font-weight: 600;
}

.project-style2-content {
    position: relative;
    display: block;
    padding-left: 100px;
}

.project-style2-content .sec-title-style2 {
    padding-bottom: 112px;
}

.project-style2-content .inner-content {
    position: relative;
    display: block;
}

.project-style2-content .inner-content p {
    margin: 0;
}

.project-style2-content .inner-content h3 {
    color: #222222;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 42px 0 0;
}

.project-style2-content .inner-content .read-more-button {
    position: relative;
    display: block;
    padding-top: 38px;
}

.project-style2-content .inner-content .read-more-button a {
    position: relative;
    display: block;
    width: 270px;
    padding-left: 30px;
    padding-right: 20px;
    background: #222222;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-style2-content .inner-content .read-more-button a i {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #55aa5e;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    display: block;
    text-align: center;
}

.project-style2-content .inner-content .read-more-button a:hover {
    background: #55aa5e;
}

.project-style2-right-content .big-text {
    color: rgba(35, 35, 35, 0.10);
    font-size: 180px;
    line-height: 160px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 215px;
    right: -680px;
    bottom: 0;
    transform: rotate(-90deg);
    height: 150px;
    width: 800px;
    z-index: 100;
}

.project-carousel-style2 {
    position: relative;
    display: block;
    padding-right: 100px;
    z-index: 10;
}

.project-carousel-style2:before {
    position: absolute;
    top: -120px;
    left: 90px;
    bottom: -120px;
    right: -370px;
    content: "";
    z-index: -1;
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
}

.single-project-style2 {
    position: relative;
    display: block;
}

.single-project-style2 .img-holder {
    position: relative;
    display: block;
}

.single-project-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-style2 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-project-style2:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-project-style2:hover .overlay-style-one {
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-project-style2 .pro-count {
    position: absolute;
    bottom: 30px;
    right: 39px;
    z-index: 2;
}

.single-project-style2 .pro-count h2 {
    color: rgba(255, 255, 255, 0.50);
    font-size: 160px;
    line-height: 140px;
    font-weight: 600;
}

.project-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    bottom: 70px;
    right: -90px;
}

.project-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    right: -90px;
}


/*** 
=============================================
    Slogan Area Css
=============================================
***/

.slogan-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #222222;
    padding: 73px 0;
}

.slogan-content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slogan-content .title {
    position: relative;
    display: block;
    z-index: 1;
}

.slogan-content .title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 6px;
}

.slogan-content .title p {
    color: #ffffff;
    margin: 0;
}

.slogan-content .button {
    position: relative;
    display: block;
}


/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/

.testimonial-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 270px;
}

.testimonial-style2-area .shape1 {
    position: absolute;
    top: 120px;
    right: 200px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

.testimonial-style2-area .shape2 {
    position: absolute;
    top: 150px;
    right: 90px;
}

.testimonial-style2-area .shape3 {
    position: absolute;
    left: 90px;
    bottom: 400px;
}

.testimonial-style2-content .big-text {
    color: rgba(35, 35, 35, 0.10);
    font-size: 180px;
    line-height: 160px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    left: 173px;
    bottom: -149px;
}

.testimonial-style2-content .border-box {
    position: absolute;
    left: 15px;
    bottom: -270px;
    width: 6px;
    height: 270px;
}

.single-testimonial-style2 {
    position: relative;
    display: block;
    padding-left: 270px;
    min-height: 370px;
}

.single-testimonial-style2 .image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 370px;
}

.single-testimonial-style2 .text-box {
    position: relative;
    display: block;
    background: #f5f5f5;
    top: 90px;
    padding: 98px 70px 62px;
}

.single-testimonial-style2 .text-box .quote-box {
    position: absolute;
    top: -40px;
    left: 70px;
    width: 80px;
    height: 80px;
}

.single-testimonial-style2 .text-box .quote-box span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
}

.single-testimonial-style2 .text-box .inner {
    position: relative;
    display: block;
}

.single-testimonial-style2 .text-box .inner .left {
    width: 250px;
}

.single-testimonial-style2 .text-box .inner .left,
.single-testimonial-style2 .text-box .inner .right {
    display: table-cell;
    vertical-align: bottom;
}

.single-testimonial-style2 .text-box .inner .left .rating-box {
    margin: 0 0 35px;
}

.single-testimonial-style2 .text-box .inner .left h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 14px;
}

.single-testimonial-style2 .text-box .inner .left p {
    color: #777777;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.single-testimonial-style2 .text-box .inner .right {
    position: relative;
}

.single-testimonial-style2 .text-box .inner .right .text {
    position: relative;
    display: block;
}

.single-testimonial-style2 .text-box .inner .right .text p {
    color: #777777;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.testimonial-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    top: 150px;
    right: 55px;
}


/*** 
=============================================
    Innovative Area Css
=============================================
***/

.innovative-area {
    position: relative;
    display: block;
}

.innovative-content-box {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    padding-right: 100px;
    z-index: 1;
}

.innovative-content-box:before {
    position: absolute;
    top: 0;
    left: -5000px;
    bottom: 0;
    right: -300px;
    content: "";
    background: #e7ffe2;
    z-index: -1;
}

.innovative-content-box .sec-title-style2 {
    padding-bottom: 48px;
}

.innovative-content-box .inner-content {
    position: relative;
    display: block;
}

.innovative-content-box .inner-content .text {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.innovative-content-box .inner-content .text p {
    color: #000022;
    font-weight: 500;
    margin: 0;
}

.innovative-img-box {
    position: relative;
    display: block;
}

.innovative-img-box .img {
    position: absolute;
    top: -142px;
    right: 0px;
    z-index: 1;
}


/*** 
=============================================
    Latest Blog Style2 Area Css
=============================================
***/

.latest-blog-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f6f5f5;
    padding: 120px 0 120px;
}

.blog-video-gallery {
    position: relative;
    display: block;
    padding-right: 45px;
    z-index: 1;
}

.blog-video-gallery:before {
    position: absolute;
    top: -118px;
    left: -5000px;
    bottom: -120px;
    right: 170px;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.blog-video-gallery .sec-title-style2 {
    padding-bottom: 50px;
}

.blog-video-gallery .inner-content {
    position: relative;
    display: block;
}

.blog-video-gallery .inner-content img {
    width: 100%;
}

.blog-video-gallery .inner-content .video-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 170px;
    width: 170px;
    border: 20px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
}

.blog-video-gallery .inner-content .video-box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 25px solid rgba(255, 255, 255, 0.40);
    border-radius: 50%;
}

.blog-video-gallery .inner-content .video-box a span:before {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    color: #ffffff;
    font-size: 25px;
    line-height: 80px;
}

.blog-style2-right-content {
    position: relative;
    display: block;
    padding-left: 15px;
}

.single-blog-post-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 45px;
}

.single-blog-post-style2 .title-holder {
    position: relative;
    display: block;
}

.single-blog-post-style2 .title-holder .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    z-index: 1;
}

.single-blog-post-style2 .title-holder .top .categories {
    position: relative;
    display: block;
}

.single-blog-post-style2 .title-holder .top .categories:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #ebebeb;
    border-radius: 50%;
    content: "";
    z-index: -1;
}

.single-blog-post-style2 .title-holder .top .categories:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: scale(0);
    content: "";
    z-index: -1;
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-blog-post-style2:hover .title-holder .top .categories:after {
    transform: scale(1.0);
}

.single-blog-post-style2 .title-holder .top .categories p {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #84c55d;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-blog-post-style2:hover .title-holder .top .categories p {
    color: #222222;
}

.single-blog-post-style2 .title-holder .top .date {
    position: relative;
    display: block;
}

.single-blog-post-style2 .title-holder .top .date h4 {
    color: #777777;
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-post-style2 .title-holder .top .date h4 span {
    font-size: 12px;
    display: block;
}

.single-blog-post-style2 .title-holder .blog-title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 28px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.single-blog-post-style2 .title-holder .blog-title a {
    color: #222222;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-blog-post-style2:hover .title-holder .blog-title a {
    color: #52a85e;
}

.single-blog-post-style2 .title-holder .blog-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background: #dddddd;
    content: "";
}

.single-blog-post-style2 .title-holder .blog-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    content: "";
    transition: all 700ms linear;
    transition-delay: 0.3s;
}

.single-blog-post-style2:hover .title-holder .blog-title:after {
    width: 80%;
}

.more-blog-button {
    position: relative;
    display: block;
    text-align: right;
}

.more-blog-button a {
    line-height: 61px;
}


/*** 
=============================================
    Footer Area Style2 Css
=============================================
***/

.single-footer-widget.style2 .title:before {
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
}

.single-footer-widget.style2 .company-info-links li a:hover {
    color: #52a85e;
}

.single-footer-widget.style2 .resources-links li a:hover {
    color: #52a85e;
}

.single-footer-widget.style2 .subscribe-form input[type="email"]:focus {
    border-color: #52a85e;
}

.single-footer-widget.style2 .subscribe-form button.btn-two:before {
    border-bottom-right-radius: 30px;
}

.copyright-text.style2 p a:hover {
    color: #52a85e;
}

.footer-bottom.style2 .our-info-box ul li a:hover {
    color: #52a85e;
}

.footer-social-links.style2 ul li a:hover {
    color: #52a85e;
}


/*** 
=============================================
    Header Style Three Css
=============================================
***/

.header-style-three {
    position: relative;
}

.header-upper {
    position: relative;
    display: block;
    background: #ffffff;
}

.header-upper .outer-box {
    position: relative;
    display: block;
}

.header-upper-left {
    position: relative;
    display: block;
}

.header-upper-left .contact-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 11px 0;
}

.header-upper-left .contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-upper-left .contact-info ul li {
    position: relative;
    display: inline-block;
    color: #777777;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-right: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-upper-left .contact-info ul li:hover {
    color: #006dfb;
}

.header-upper-left .contact-info ul li:last-child {
    margin-right: 0;
}

.header-upper-left .contact-info ul li i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
}

.header-upper-left .contact-info ul li a {
    position: relative;
    display: inline-block;
    color: #777777;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-upper-left .contact-info ul li a:hover {
    color: #006dfb;
}

.header-upper-right {
    position: relative;
    display: block;
}

.header-social-links-style2 {
    position: relative;
    display: block;
    float: left;
}

.header-social-links-style2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-social-links-style2 ul li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #ffffff;
}

.header-social-links-style2 ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #0051bc;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-social-links-style2 ul li a:hover {
    background: #222222;
}

.header-upper-right .outer-search-box-style1 {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}

.header-upper-right .outer-search-box-style1 .seach-toggle {
    width: 50px;
    height: 50px;
    background: #222222;
    border: 1px solid #222222;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 48px;
}

.header-lawer-style3 {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgba(245, 245, 245, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(0%, rgba(246, 41, 12, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(0%, rgba(254, 159, 96, 1)), color-stop(0%, rgba(82, 168, 93, 1)), color-stop(0%, rgba(110, 184, 93, 1)), color-stop(0%, rgba(245, 245, 245, 1)), color-stop(50%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.header-lawer-style3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #dddddd;
    content: "";
}

.header-lawer-style3 .outer-box {
    position: relative;
    display: block;
}

.header-lawer-left-style3 {
    position: relative;
    display: block;
}

.header-lawer-left-style3 .logo {
    position: relative;
    display: inline-block;
    padding: 40px 0;
}

.header-lawer-left-style3 .logo a {
    position: relative;
    display: inline-block;
}

.header-lawer-left-style3 .logo a img {
    width: auto;
}

.header-lawer-left-style3 .nav-outer {
    position: relative;
    display: inline-block;
    margin-left: 110px;
}

.main-menu.style3 .navigation>li {
    margin-right: 40px;
}

.main-menu.style3 .navigation>li:last-child {
    margin-right: 0;
}

.main-menu.style3 .navigation>li>a {
    color: #222222;
    padding: 55px 0px 55px;
}

.main-menu.style3 .navigation>li>a:before {
    display: none;
}

.header-lawer-right-style3 {
    position: relative;
    display: block;
}

.header-lawer-right-style3 .button-box {
    position: relative;
    display: block;
    float: right;
    padding: 40px 0;
}

.header-lawer-right-style3 .button-box a {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: transparent;
    border: 1px solid #006dfb;
    color: #0051bc;
    font-size: 16px;
    line-height: 58px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-lawer-right-style3 .button-box a:hover {
    color: #ffffff;
    background: #0051bc;
}


/*** 
=============================================
    Banner Style2 Area Css
=============================================
***/

.banner-style2-area {
    position: relative;
    display: block;
    padding: 150px 0 150px;
}

.banner-style2-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-style2-area .layer-outer .patter-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background-color: #ffffff;
    background-attachment: scroll;
    background-repeat: repeat;
}

.banner-style2-area .layer-outer .image-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.banner-style2-content {
    position: relative;
    display: block;
    background: #ffffff;
    max-width: 570px;
    width: 100%;
    -webkit-box-shadow: -3px 0px 7px 2px #f8f8f8;
    box-shadow: -3px 0px 7px 2px #f8f8f8;
    padding: 64px 70px 70px;
}

.banner-style2-image-box {
    position: relative;
    display: block;
}

.banner-style2-image-box .bx-wrapper {
    position: relative;
    display: block;
    margin: 0;
}

.banner-style2-image-box .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: #fff;
    transform: translatez(0);
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box {
    position: relative;
    display: block;
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box h4 {
    color: #777777;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box h3 {
    color: #0051bc;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    margin: 14px 0 22px;
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box h2 {
    color: #222222;
    font-size: 96px;
    line-height: 100px;
    font-weight: 900;
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box {
    position: relative;
    display: block;
    padding-top: 41px;
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box a {
    position: relative;
    display: inline-block;
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box a.style2 {
    color: #0051bc;
    line-height: 58px;
    background: #ffffff;
    border: 1px solid #0051bc;
    margin-left: 26px;
}

.banner-style2-image-box .bx-wrapper .bx-viewport li .single-box .btns-box a.style2:hover {
    color: #ffffff;
}

.slider-pager {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.banner-style2-carousel {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
}

.banner-style2-carousel .owl-item {
    position: relative;
    display: block;
    float: none;
    text-align: right;
    margin-bottom: 10px;
}

.banner-style2-carousel .owl-item .item {
    position: relative;
    display: block;
    margin-left: 110px;
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
}

.banner-style2-carousel .owl-item .item a:before {
    position: absolute;
    top: 0;
    left: -110px;
    width: 0px;
    height: 70px;
    background: #dddddd;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.banner-style2-carousel .owl-item .item a.active:before {
    width: 100px;
}

.banner-style2-carousel .owl-item .item:after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 5px;
    height: 50px;
    background: #222222;
    content: "";
}

.banner-style2-carousel .owl-item .item a {
    position: relative;
    display: block;
    color: #0051bc;
    opacity: 0.05;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.banner-style2-carousel .owl-item .item a.active {
    opacity: 1;
}


/*** 
=============================================
    Services Style3 Area Css
=============================================
***/

.services-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
}

.service-style3-content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.single-service-style3 {
    position: relative;
    display: block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 50px;
}

.single-service-style3 .inner {
    position: relative;
    display: block;
    padding: 70px 40px 61px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 7px 1px rgba(232, 232, 232, 0.7);
    box-shadow: 0px 4px 7px 1px rgba(232, 232, 232, 0.7);
    transition: all 900ms ease 100ms;
}

.single-service-style3:hover .inner,
.single-service-style3.active .inner {
    box-shadow: none;
    transition: all 500ms ease 100ms;
}

.single-service-style3 .icon-holder {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: #0051bc;
    margin: 0 auto;
}

.single-service-style3 .icon-holder span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 40px;
    line-height: 80px;
}

.single-service-style3 .text-holder {
    position: relative;
    display: block;
    padding-top: 34px;
}

.single-service-style3 .text-holder h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}

.single-service-style3 .text-holder p {
    margin: 0;
}

.single-service-style3 .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 70px 40px 0px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotate(0deg) scaleX(0);
    transition: all 900ms ease 100ms;
}

.single-service-style3:hover .overlay-content,
.single-service-style3.active .overlay-content {
    opacity: 1;
    transform: perspective(1200px) rotate(0deg) scaleX(1.0);
    transition: all 500ms ease 100ms;
}

.single-service-style3 .overlay-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(35, 35, 35, 0.90);
}

.single-service-style3 .overlay-content .icon-holder {
    background: #ffffff;
    border-radius: 50%;
}

.single-service-style3 .overlay-content .icon-holder span:before {
    color: #0051bc;
}

.single-service-style3 .overlay-content .text-holder h3 {
    color: #ffffff;
}

.single-service-style3 .overlay-content .text-holder p {
    color: #ffffff;
}

.single-service-style3 .text-holder .reamore-button {
    position: relative;
    display: block;
    padding-top: 23px;
}

.single-service-style3 .text-holder .reamore-button a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-service-style3 .text-holder .reamore-button a i {
    display: inline-block;
    padding-left: 10px;
}


/*** 
=============================================
    About Style2 Area Css
=============================================
***/

.about-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
}

.about-style2-image-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding-bottom: 105px;
}

.about-style2-image-box .image-bg {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    height: 485px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.about-style2-image-box .image-bg .button {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-style2-image-box .image-bg .button a {
    position: relative;
    display: block;
    width: 205px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}

.about-style2-image-box .image-bg .button a i {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.about-video-gallery {
    position: absolute;
    top: 220px;
    left: 205px;
}

.about-video-gallery img {
    width: 100%;
}

.about-video-gallery .video-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 100px;
    width: 100px;
    border: 10px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
}

.about-video-gallery .video-box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 15px solid rgba(255, 255, 255, 0.40);
    border-radius: 50%;
}

.about-video-gallery .video-box a span:before {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    background: rgb(246, 41, 12);
    background: -moz-radial-gradient(center, ellipse cover, rgb(246, 41, 12) 0%, rgb(0, 0, 0) 0%, rgb(254, 159, 96) 0%, rgb(82, 168, 93) 0%, rgb(110, 184, 93) 0%, rgb(245, 245, 245) 0%, rgb(0, 82, 189) 0%, rgb(0, 93, 215) 50%, rgb(0, 109, 251) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(246, 41, 12)), color-stop(0%, rgb(0, 0, 0)), color-stop(0%, rgb(254, 159, 96)), color-stop(0%, rgb(82, 168, 93)), color-stop(0%, rgb(110, 184, 93)), color-stop(0%, rgb(245, 245, 245)), color-stop(0%, rgb(0, 82, 189)), color-stop(50%, rgb(0, 93, 215)), color-stop(100%, rgb(0, 109, 251)));
    background: -webkit-radial-gradient(center, ellipse cover, rgb(246, 41, 12) 0%, rgb(0, 0, 0) 0%, rgb(254, 159, 96) 0%, rgb(82, 168, 93) 0%, rgb(110, 184, 93) 0%, rgb(245, 245, 245) 0%, rgb(0, 82, 189) 0%, rgb(0, 93, 215) 50%, rgb(0, 109, 251) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgb(246, 41, 12) 0%, rgb(0, 0, 0) 0%, rgb(254, 159, 96) 0%, rgb(82, 168, 93) 0%, rgb(110, 184, 93) 0%, rgb(245, 245, 245) 0%, rgb(0, 82, 189) 0%, rgb(0, 93, 215) 50%, rgb(0, 109, 251) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgb(246, 41, 12) 0%, rgb(0, 0, 0) 0%, rgb(254, 159, 96) 0%, rgb(82, 168, 93) 0%, rgb(110, 184, 93) 0%, rgb(245, 245, 245) 0%, rgb(0, 82, 189) 0%, rgb(0, 93, 215) 50%, rgb(0, 109, 251) 100%);
    background: radial-gradient(ellipse at center, rgb(246, 41, 12) 0%, rgb(0, 0, 0) 0%, rgb(254, 159, 96) 0%, rgb(82, 168, 93) 0%, rgb(110, 184, 93) 0%, rgb(245, 245, 245) 0%, rgb(0, 82, 189) 0%, rgb(0, 93, 215) 50%, rgb(0, 109, 251) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6290c', endColorstr='#006dfb', GradientType=1);
}

.about-style2-text-box {
    position: relative;
    display: block;
    padding-top: 35px;
    padding-left: 30px;
}

.about-style2-text-box .sec-title-style3 {
    padding-bottom: 52px;
}

.about-style2-text-box .inner-contant {
    position: relative;
    display: block;
}

.about-style2-text-box .inner-contant .text {
    position: relative;
    display: block;
    padding-bottom: 29px;
}

.about-style2-text-box .inner-contant .text p {
    margin: 0;
}

.about-style2-text-box .inner-contant ul {
    position: relative;
    display: block;
    overflow: hidden
}

.about-style2-text-box .inner-contant ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 36px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-style2-text-box .inner-contant ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    top: 0;
    left: 0;
    bottom: 0;
    color: #0051bc;
    font-size: 16px;
}

.about-style2-text-box .inner-contant ul li:hover {
    color: #222222;
}

.about-style2-text-box .inner-contant .author-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 36px 0 0;
}

.about-style2-text-box .inner-contant .author-info .signature {
    width: 170px;
}

.about-style2-text-box .inner-contant .author-info .signature,
.about-style2-text-box .inner-contant .author-info .name {
    display: table-cell;
    vertical-align: middle;
}

.about-style2-text-box .inner-contant .author-info .name h3 {
    color: #0051bc;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 7px;
}

.about-style2-text-box .inner-contant .author-info .name h6 {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


/*** 
=============================================
    Services Style4 Area Css
=============================================
***/

.services-style4-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.services-style4-area .sec-title-style3 {
    padding-bottom: 70px;
}

.single-service-style4 {
    position: relative;
    display: block;
    padding: 40px 40px 61px;
    padding-right: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 7px 1px #dfdfdf;
    box-shadow: 0px 3px 7px 1px #dfdfdf;
}

.single-service-style4.twonoitem {
    margin-top: -60px;
}

.single-service-style4.threenoitem {
    margin-top: -130px;
}

.single-service-style4.fournoitem {
    margin-top: -200px;
}

.single-service-style4 .static-content {
    position: relative;
    display: block;
    z-index: 1;
}

.single-service-style4 span:before {
    font-size: 50px;
    line-height: 50px;
    transition: all 700ms ease 100ms;
}

.single-service-style4:hover span:before {
    color: #222222;
    transition: all 700ms ease 600ms;
}

.single-service-style4 h3 {
    color: #222222;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 21px 0 14px;
    transition: all 700ms ease 100ms;
}

.single-service-style4:hover h3 {
    color: #ffffff;
    transition: all 700ms ease 700ms;
}

.single-service-style4 p {
    margin: 0 0 33px;
    transition: all 700ms ease 100ms;
}

.single-service-style4:hover p {
    color: #ffffff;
    transition: all 700ms ease 800ms;
}

.single-service-style4 a {
    color: #006dfb;
    font-size: 16px;
    font-weight: 600;
    transition: all 700ms ease 100ms;
}

.single-service-style4:hover a {
    color: #ffffff;
    transition: all 700ms ease 600ms;
}

.single-service-style4 a i {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.single-service-style4 .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
}

.single-service-style4:hover .layer-outer {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-service-style4 .layer-outer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* FF3.6+ */
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(254, 159, 96, 0.7) 0%, rgba(82, 168, 93, 0.7) 0%, rgba(110, 184, 93, 0.7) 0%, rgba(245, 245, 245, 0.7) 0%, rgba(0, 82, 189, 0.7) 0%, rgba(0, 108, 249, 0.7) 0%, rgba(0, 98, 227, 0.78) 38%, rgba(0, 82, 189, 0.9) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0052bd', GradientType=0);
    /* IE6-9 */
}

.services-style4-area .view-all-button {
    position: absolute;
    left: 0;
    bottom: 120px;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.services-style4-area .view-all-button a {
    float: right;
}


/*** 
=============================================
    How Work Area Css
=============================================
***/

.how-work-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.how-work-area .patter-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    background-attachment: scroll;
    background-repeat: repeat;
}

.how-work-content-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.how-work-content-box .inner-content {
    position: relative;
    display: block;
    padding-right: 60px;
}

.how-work-content-box .sec-title-style3 {
    padding-bottom: 43px;
}

.how-work-content-box .text-holder {
    position: relative;
    display: block;
    padding-bottom: 39px;
}

.how-work-content-box .text-holder h3 {
    color: #0051bc;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 23px;
}

.how-work-content-box .text-holder p {
    margin: 0;
}

.progress-levels {
    position: relative;
    display: block;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 31px;
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 17px;
    text-transform: capitalize;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    border-radius: 0px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 2px;
    border-radius: 0px;
    background: #006dfb;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -39px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
}

.how-work-img-box {
    position: relative;
    display: block;
}

.how-work-img-box img {
    max-width: none;
    float: left;
}


/*** 
=============================================
    Partner Area Css
=============================================
***/

.partner-area {
    position: relative;
    display: block;
    padding-top: 95px;
    padding-bottom: 55px;
}

.partner-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    background: #18212e;
}

.partner-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.single-partner-logo-box {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box a img {
    opacity: 1.0;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box:hover a img {
    opacity: 0.50;
    transition: all 0.8s ease-in-out 0.1s;
}


/*** 
=============================================
    Team Area Css
=============================================
***/

.team-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    background-color: #ffffff;
}

.single-team-member {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 0;
}

.single-team-member .img-holder {
    position: relative;
    display: block;
    padding-right: 70px;
}

.single-team-member .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-team-member .img-holder .inner img {
    width: 100%;
    transform: translateX(0px) scale(1.0, 1.0);
    transition: all 300ms ease;
}

.single-team-member:hover .img-holder .inner img {
    transform: translateX(0px) scale(1.1, 1.1);
}

.team-social-links {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all 100ms ease 100ms;
    opacity: 0;
}

.single-team-member:hover .team-social-links {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out 0.2s;
}

.team-social-links ul {
    position: relative;
    display: block;
}

.team-social-links ul li {
    position: relative;
    display: block;
    margin: 0;
}

.team-social-links ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-social-links ul li a:hover {
    color: #222222;
}

.single-team-member .title-holder {
    position: absolute;
    top: 0px;
    right: 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.single-team-member .title-holder h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0px;
}

.single-team-member .title-holder h3 a {
    color: #222222;
}

.single-team-member .title-holder p {
    color: #006dfb;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

.team-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 60px;
}


/*** 
=============================================
    Footer Area Style3 Css
=============================================
***/

.single-footer-widget.style3 .title:before {
    background: #0051bc;
}

.single-footer-widget.style3 .company-info-links li a:hover {
    color: #0051bc;
}

.single-footer-widget.style3 .resources-links li a:hover {
    color: #0051bc;
}

.single-footer-widget.style3 .subscribe-form input[type="email"]:focus {
    border-color: #0051bc;
}

.single-footer-widget .subscribe-form button {
    margin-top: 30px;
    padding: 0 50px;
}

.single-footer-widget .subscribe-form button.btn-three:before {
    border-bottom-right-radius: 30px;
}

.copyright-text.style3 p a:hover {
    color: #0051bc;
}

.footer-bottom.style3 .our-info-box ul li a:hover {
    color: #0051bc;
}

.footer-social-links.style3 ul li a:hover {
    color: #0051bc;
}


/*** 
=============================================
    Header Style Four Css
=============================================
***/

.header-style-four {
    position: relative;
}

.header-top {
    position: relative;
    display: block;
    background: #ffffff;
}

.header-top-left {
    position: relative;
    display: block;
    padding: 15px 0;
    z-index: 1;
}

.header-top-left:before {
    position: absolute;
    top: 0;
    left: -5000px;
    bottom: 0;
    right: 0;
    background: #f99828;
    content: "";
    z-index: -1;
}

.header-top-left p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.header-top-right {
    position: relative;
    display: block;
    padding: 15px 0;
    z-index: 1;
}

.header-top-right:before {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: -5000px;
    background: #18212e;
    content: "";
    z-index: -1;
}

.header-social-links-style3 {
    position: relative;
    display: block;
}

.header-social-links-style3 ul {
    overflow: hidden;
    text-align: right;
}

.header-social-links-style3 ul li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-right: 35px;
}

.header-social-links-style3 ul li:last-child {
    margin-right: 0;
}

.header-social-links-style3 ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-social-links-style3 ul li a:hover {
    color: #fa9928;
}

.header-upper-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 35px 0;
}

.header-upper-style2 .outer-box {
    position: relative;
    display: block;
}

.header-upper-left-style2 {
    position: relative;
    display: block;
}

.header-upper-left-style2 .logo {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 0;
}

.header-upper-left-style2 .logo a {
    position: relative;
    display: inline-block;
}

.header-upper-left-style2 .logo a img {
    width: auto;
}

.header-upper-right-style2 {
    position: relative;
    display: block;
}

.header-contact-info {
    position: relative;
    display: block;
}

.header-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 0 6px;
}

.header-contact-info ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
}

.header-contact-info ul li:last-child {
    margin-right: 0;
}

.header-contact-info ul li .icon {
    width: 60px;
}

.header-contact-info ul li .icon span:before {
    font-size: 40px;
    line-height: 45px;
}

.header-contact-info ul li .icon,
.header-contact-info ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.header-contact-info ul li .title h3 {
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.header-contact-info ul li .title p {
    color: #777777;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

.header-contact-info ul li .title p a {
    color: #777777;
}

.header-lawer-style4 {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgba(245, 245, 245, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(0%, rgba(246, 41, 12, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(0%, rgba(254, 159, 96, 1)), color-stop(0%, rgba(82, 168, 93, 1)), color-stop(0%, rgba(110, 184, 93, 1)), color-stop(0%, rgba(245, 245, 245, 1)), color-stop(50%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(246, 41, 12, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(254, 159, 96, 1) 0%, rgba(82, 168, 93, 1) 0%, rgba(110, 184, 93, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.header-lawer-style4 .outer-box {
    position: relative;
    display: block;
}

.header-lawer-left-style4 {
    position: relative;
    display: block;
}

.main-menu.style4 .navigation>li {
    margin-right: 50px;
}

.main-menu.style4 .navigation>li:last-child {
    margin-right: 0;
}

.main-menu.style4 .navigation>li>a {
    color: #222222;
    padding: 15px 0px 15px;
}

.main-menu.style4 .navigation>li>a:before {
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    background: rgba(247, 150, 40, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(247, 150, 40, 1) 0%, rgba(164, 107, 42, 1) 39%, rgba(136, 92, 43, 1) 51%, rgba(24, 33, 46, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 150, 40, 1)), color-stop(39%, rgba(164, 107, 42, 1)), color-stop(51%, rgba(136, 92, 43, 1)), color-stop(100%, rgba(24, 33, 46, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(247, 150, 40, 1) 0%, rgba(164, 107, 42, 1) 39%, rgba(136, 92, 43, 1) 51%, rgba(24, 33, 46, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(247, 150, 40, 1) 0%, rgba(164, 107, 42, 1) 39%, rgba(136, 92, 43, 1) 51%, rgba(24, 33, 46, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(247, 150, 40, 1) 0%, rgba(164, 107, 42, 1) 39%, rgba(136, 92, 43, 1) 51%, rgba(24, 33, 46, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(247, 150, 40, 1) 0%, rgba(164, 107, 42, 1) 39%, rgba(136, 92, 43, 1) 51%, rgba(24, 33, 46, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f79628', endColorstr='#18212e', GradientType=1);
    /* IE6-9 */
}

.header-lawer-right-style4 {
    position: relative;
    display: block;
}

.header-lawer-right-style4 .outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0px;
    padding: 0px 0;
}

.header-lawer-right-style4 .outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border: 0px solid #ffffff;
    border-radius: 0%;
    color: #222222;
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
}

.header-lawer-right-style4 .button-box {
    position: relative;
    display: block;
    float: right;
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/

.main-slider.style2 {
    position: relative;
}

.main-slider.style2 .slide {
    padding: 174px 0px 305px;
}

.main-slider.style2 .slide .image-layer {
    transition: all .8s ease-in-out .4s;
}

.main-slider.style2 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.50);
}

.main-slider.style2 .content h3 {
    color: #fa9928;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider.style2 .active .content h3 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;
}

.main-slider.style2 .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 800;
    margin-top: 18px;
    margin-bottom: 22px;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider.style2 .active .content h2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .5s;
}

.main-slider.style2 .content .text {
    position: relative;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider.style2 .active .content .text {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .7s;
}

.main-slider.style2 .content .text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin: 0;
}

.main-slider.style2 .content .btns-box {
    position: relative;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider.style2 .active .content .btns-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .9s;
}

.main-slider.style2 .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 100%;
}

.main-slider.style2:hover .owl-nav {
    opacity: 1;
}


/*** 
=============================================
    Slogan style2 Area Css
=============================================
***/

.slogan-style2-area {
    position: relative;
    display: block;
    background: transparent;
    padding: 0px 0;
    z-index: 10;
}

.slogan-style2-content {
    position: relative;
    margin-top: -125px;
    padding-right: 100px;
    padding-top: 88px;
    padding-bottom: 88px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom-right-radius: 40px;
    z-index: 1;
}

.slogan-style2-content:before {
    position: absolute;
    top: 0;
    left: -5000px;
    bottom: 0;
    right: 0;
    background: url(../images/pattern/pattern-bg-6.png) #ffffff;
    content: "";
    border-bottom-right-radius: 40px;
    z-index: -1;
}

.slogan-style2-content:after {
    position: absolute;
    top: 125px;
    left: -5000px;
    right: 0;
    bottom: 0px;
    content: "";
    -webkit-box-shadow: 0px 4px 7px 2px #e9e9e9;
    box-shadow: 0px 4px 7px 2px #e9e9e9;
    background: #ffffff;
    border-bottom-right-radius: 40px;
    z-index: -2;
}

.slogan-style2-content .title {
    position: relative;
    display: block;
    padding-left: 50px;
}

.slogan-style2-content .title:before {
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 6px;
    width: 3px;
    background: #fa9928;
    content: "";
}

.slogan-style2-content .title h2 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 6px;
}

.slogan-style2-content .title p {
    color: #777777;
    margin: 0;
}

.slogan-style2-content .button {
    position: relative;
    display: block;
}


/*** 
=============================================
    About Style3 Area Css
=============================================
***/

.about-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.about-style3-image-box {
    position: relative;
    display: block;
    z-index: 10;
}

.about-style3-image-box .patter-box {
    position: absolute;
    top: 0;
    bottom: 120px;
    right: 100%;
    background-repeat: round;
    width: 5000px;
}

.about-style3-image-box .inner {
    position: relative;
    display: block;
    padding-right: 20px;
}

.about-style3-image-box .inner img {
    width: 100%;
}

.about-style3-image-box .video-box {
    position: absolute;
    bottom: 170px;
    right: -30px;
    width: 250px;
    background: #fa9928;
    padding: 25px;
    border-bottom-left-radius: 30px;
}

.about-style3-image-box .video-box:before {
    position: absolute;
    content: "";
    bottom: -50px;
    right: 0;
    border-left: 50px solid #f2901d;
    border-bottom: 50px solid transparent;
}

.about-style3-image-box .video-box .icon {
    width: 80px;
}

.about-style3-image-box .video-box .icon a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: #18212e;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
    border-top-right-radius: 30px;
}

.about-style3-image-box .video-box .icon,
.about-style3-image-box .video-box .title {
    display: table-cell;
    vertical-align: middle;
}

.about-style3-image-box .video-box .title {
    padding-left: 20px;
}

.about-style3-image-box .video-box .title h3 {
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.about-style3-text-box {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-left: 40px;
}

.about-style3-text-box .sec-title-style4 {
    padding-bottom: 52px;
}

.about-style3-text-box .inner-contant {
    position: relative;
    display: block;
}

.about-style3-text-box .inner-contant .text-holder {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.about-style3-text-box .inner-contant .text-holder p {
    margin: 0;
}

.about-style3-text-box .inner-contant ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-right: 50px;
}

.about-style3-text-box .inner-contant ul li {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 25px;
}

.about-style3-text-box .inner-contant ul li:last-child {
    margin-bottom: 0;
}

.about-style3-text-box .inner-contant ul li .icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.about-style3-text-box .inner-contant ul li .icon span:before {
    color: #777777;
    font-size: 50px;
    line-height: 50px;
}

.about-style3-text-box .inner-contant ul li .text {
    position: relative;
    display: block;
}

.about-style3-text-box .inner-contant ul li .text h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 5px;
}

.about-style3-text-box .inner-contant ul li .text p {
    margin: 0 0 3px;
}

.about-style3-text-box .inner-contant ul li .text a {
    color: #fa9928;
    font-size: 16px;
    font-weight: 700;
}


/*** 
=============================================
    Services Style5 Area Css
=============================================
***/

.services-style5-area {
    position: relative;
    display: block;
    padding: 120px 0 220px;
}

.services-style5-area .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: #18212e;
}

.services-style5-area .sec-title-style4 {
    overflow: hidden;
    z-index: 1;
}

.single-service-style5 {
    position: relative;
    display: block;
}

.single-service-style5 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style5 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.single-service-style5:hover .img-holder::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.single-service-style5:hover .overlay-style-one {
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-service-style5 .img-holder img {
    width: 100%;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.single-service-style5:hover .img-holder img {
    transform: scale(1.2);
}

.single-service-style5 .overlay-style-one .link-button {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 20px;
    line-height: 50px;
    transform: scale(.4);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style5:hover .overlay-style-one .link-button {
    transform: scale(1.0);
    transition: all 500ms linear;
    transition-delay: 0.3s;
}

.single-service-style5 .overlay-style-one .link-button a {
    color: #222222;
    font-weight: 600;
    display: inline-block;
}

.single-service-style5 .title-holder {
    position: relative;
    display: block;
    margin-top: 20px;
    padding-left: 100px;
    min-height: 70px;
}

.single-service-style5 .title-holder:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #f99828;
    content: "";
    transition: background-color 0.5s ease;
}

.single-service-style5 .title-holder:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    content: "";
    transition: 0.5s ease;
}

.single-service-style5:hover .title-holder:after {
    width: 100%;
}

.single-service-style5 .title-holder .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: #f99828;
    border-top-right-radius: 25px;
}

.single-service-style5 .title-holder .icon span:before {
    position: relative;
    display: block;
    color: #222222;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
}

.single-service-style5 .title-holder .title {
    position: relative;
    display: block;
    padding: 20px 0;
}

.single-service-style5 .title-holder .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.single-service-style5 .title-holder .title h3 a {
    color: #ffffff;
}

.services-carousel-style5.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 60px;
}


/*** 
=============================================
    Fact Counter Area style
=============================================
***/

.fact-counter-area {
    position: relative;
    display: block;
    margin-top: -100px;
}

.fact-counter-area.style2 {
    margin-top: 0;
}

.fact-counter {
    position: relative;
    padding: 77px 70px 36px;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.fact-counter:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -5000px;
    background: #f99828;
    content: "";
    z-index: -1;
}

.fact-counter.style2:before {
    display: none;
}

.single-fact-counter {
    position: relative;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    margin-bottom: 40px;
}

.single-fact-counter .icon-box {
    position: relative;
    width: 80px;
}

.single-fact-counter .icon-box span:before {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
}

.single-fact-counter .icon-box,
.single-fact-counter .count-outer-box {
    display: table-cell;
    vertical-align: middle;
}

.single-fact-counter .count-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-fact-counter .count-box .icon {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 3px;
}

.single-fact-counter .count-box .icon span:before {
    position: relative;
    display: block;
    color: #222222;
    font-size: 20px;
    line-height: 40px;
    font-weight: 900;
}

.single-fact-counter .count-box h2 {
    position: relative;
    display: inline-block;
    float: left;
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.single-fact-counter .count-box h2 span {
    position: relative;
    display: inline-block;
}

.single-fact-counter .title {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 7px;
}

.single-fact-counter .title h3 {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}


/*** 
=============================================
    Work Process Area Style2 Css
=============================================
***/

.work-process-area.style2 {}

.work-process-area.style2 .sec-title-style4 {
    padding-bottom: 110px;
}

.single-work-process.style2 .icon-holder:before {
    background: #18212e;
}

.single-work-process.style2 .icon-holder .count-box {
    background: #fa9928;
}

.single-work-process.style2 .icon-holder span:before {
    border-bottom-right-radius: 0px;
    box-shadow: 0px 0px 5px 2px rgba(232, 232, 232, 0.4);
}


/*** 
=============================================
    Pricing Table Area Css
=============================================
***/

.pricing-table-area {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    background-color: #ffffff;
}

.pricing-table-area .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: #ffffff;
}

.single-price-box {
    position: relative;
    display: block;
    padding-left: 50px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 40px;
}

.single-price-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #18212e;
    content: "";
    opacity: 1;
    transform-origin: right;
    transform-style: preserve-3d;
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}

.single-price-box:hover:before {
    opacity: 1;
    transform: scaleX(1.0);
}

.single-price-box .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background-color: #ffffff;
    background-repeat: repeat;
    z-index: 1;
}

.single-price-box .pattern-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    background-image: url(../images/pattern/pattern-bg-10.png);
    background-repeat: repeat;
    background-color: #18212e;
    content: "";
    z-index: -1;
    transition: all .4s ease-in-out .1s;
}

.single-price-box:hover .pattern-bg:before {
    width: 50px;
}

.single-price-box .title {
    position: absolute;
    top: 90px;
    left: -1px;
    width: 250px;
    height: 70px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

.single-price-box .title:before {
    position: absolute;
    content: "";
    top: 0;
    left: -35px;
    bottom: 0;
    right: 13px;
    background: #fa9928;
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    transition: all 700ms ease 100ms;
}

.single-price-box:hover .title:before {
    background: #ffffff;
    transition: all 700ms ease 500ms;
}

.single-price-box .title h3 {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222222;
    font-size: 24px;
    line-height: 70px;
    font-weight: 700;
}

.single-price-box .icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.single-price-box .icon span:before {
    color: #cccccc;
    font-size: 70px;
    line-height: 70px;
}

.single-price-box .inner-box {
    position: relative;
    display: block;
    padding: 217px 40px 70px;
}

.single-price-box .inner-box .value {
    position: relative;
    display: inline-block;
}

.single-price-box .inner-box .value h2 {
    color: #fa9928;
    font-size: 72px;
    line-height: 60px;
    font-weight: 700;
}

.single-price-box .inner-box .value p {
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    margin: 8px 0 0;
}

.single-price-box .inner-box ul {
    position: relative;
    display: block;
    padding: 23px 0 60px;
}

.single-price-box .inner-box ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 30px;
    color: #777777;
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    transition: all 700ms ease 100ms;
}

.single-price-box .inner-box ul li:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 16px;
}

.single-price-box:hover .inner-box ul li {
    color: #ffffff;
    border-color: #ffffff;
    transition: all 700ms ease 500ms;
}

.single-price-box .inner-box .btn-box {}

.single-price-box .inner-box .btn-box a {
    color: #ffffff;
    background: #18212e;
    transition: all 700ms ease 100ms;
}

.single-price-box:hover .inner-box .btn-box a {
    color: #222222;
    background: #fa9928;
    transition: all 700ms ease 500ms;
}


/*** 
=============================================
    Testimonial Style3 Area style
=============================================
***/

.testimonial-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.testimonial-style3-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    background: #18212e;
}

.testimonial-style3-title {
    position: relative;
    display: block;
}

.testimonial-style3-title .sec-title-style4 {
    padding: 0;
}

.testimonial-style3-content {
    position: relative;
    display: block;
}

.single-testimonial-style3 {
    position: relative;
    display: block;
    padding-left: 70px;
}

.single-testimonial-style3 .image-box {
    position: absolute;
    top: -50px;
    left: 0;
    width: 170px;
    z-index: 1;
}

.single-testimonial-style3 .text-box {
    position: relative;
    display: block;
    margin-top: 50px;
    background: #ffffff;
    border: 2px solid #d7d7d7;
    padding-top: 47px;
    padding-left: 128px;
    padding-bottom: 53px;
    padding-right: 60px;
}

.single-testimonial-style3 .text-box .quote-box {
    position: absolute;
    right: 70px;
    bottom: -20px;
    color: #333;
    font-size: 80px;
}

.single-testimonial-style3 .text-box .inner {
    position: relative;
    display: block;
}

.single-testimonial-style3 .text-box .inner .text {
    position: relative;
    display: block;
}

.single-testimonial-style3 .text-box .inner .text p {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}

.single-testimonial-style3 .text-box .inner .bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 31px;
}

.single-testimonial-style3 .text-box .inner .bottom .left {
    position: relative;
    display: block;
}

.single-testimonial-style3 .text-box .inner .bottom .left h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.single-testimonial-style3 .text-box .inner .bottom .left p {
    line-height: 20px;
    font-weight: 600;
    margin: 9px 0 0;
}

.single-testimonial-style3 .text-box .inner .bottom .rating-box {
    line-height: 20px;
    height: 20px;
    margin-top: 4px;
}

.testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 30px;
}

.testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    left: -400px;
    bottom: 85px;
}


/*** 
=============================================
    Latest Blog Style4 Area style
=============================================
***/

.latest-blog-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.latest-blog-style4-outer {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-post-style4 {
    position: relative;
    display: block;
}

.single-blog-post-style4 .img-holder {
    position: relative;
    display: block;
}

.single-blog-post-style4 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-post-style4 .img-holder .inner img {
    width: 100%;
}

.single-blog-post-style4 .img-holder .title-holder {
    position: absolute;
    left: 60px;
    bottom: -60px;
    right: 60px;
    background: #18212e;
    display: block;
    padding: 33px 40px 32px;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 16px;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 25px;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li:last-child {
    margin-right: 0;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
}

.single-blog-post-style4 .img-holder .title-holder .meta-info li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-post-style4 .img-holder .title-holder .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.single-blog-post-style4 .img-holder .title-holder .blog-title a {
    color: #ffffff;
}

.blog-style4-carousel.owl-carousel {
    position: relative;
    display: block;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.blog-style4-carousel.owl-carousel .owl-stage-outer {
    padding: 0px 0px 60px;
}

.latest-blog-style4-outer .btn-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.latest-blog-style4-outer .btn-block .next-btn,
.latest-blog-style4-outer .btn-block .prev-btn {
    width: 125px;
    height: 125px;
    border: none;
    outline: none;
    background-color: #000;
    border-radius: 0%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thumb-img {
    display: none !important;
}

.blog-style4-carousel.owl-carousel .owl-nav {
    position: absolute;
    left: -166px;
    bottom: 149px;
    right: -166px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}

.blog-style4-carousel.owl-carousel .owl-nav button p {
    color: #222222;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}


/*** 
=============================================
    Footer Area Style4 Css
=============================================
***/

.footer-area.style4 {
    background: #18212e;
}

.single-footer-widget.style4 .title:before {
    background: #fa9928;
}

.single-footer-widget.style4 .company-info-links li a:hover {
    color: #fa9928;
}

.single-footer-widget.style4 .resources-links li a:hover {
    color: #fa9928;
}

.single-footer-widget.style4 .subscribe-form input[type="email"]:focus {
    border-color: #fa9928;
}

.single-footer-widget .subscribe-form button {
    border-radius: 0px;
    margin-top: 11px;
    padding: 0 50px;
    width: 100%;
    background: linear-gradient(to right, #f7d859 0%, #e6c719 50%, #dcbf05 100%);
    color: #000;
    line-height: 43px;
}

.single-footer-widget .subscribe-form button.btn-three:before {
    border-bottom-right-radius: 30px;
}

.single-footer-widget .subscribe-form button.btn-four:before {
    border-bottom-right-radius: 30px;
}

.footer-bottom.style4 .outer-box {
    border-top: 2px solid #141c27;
}

.copyright-text.style4 p a:hover {
    color: #fa9928;
}

.footer-bottom.style4 .our-info-box ul li a:hover {
    color: #fa9928;
}

.footer-social-links.style4 ul li a:hover {
    color: #fa9928;
}


/*** 
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 297px 0 202px;
    z-index: 10;
}

.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    text-align: center;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
}

.breadcrumb-area .title h1 {
    color: #ffffff;
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb-area .inner-content .border-box {
    position: relative;
    display: block;
    width: 70px;
    height: 2px;
    background: #ffffff;
    margin: 14px auto 24px;
}

.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: block;
    line-height: 0;
}

.breadcrumb-area .breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    padding: 0 3px;
}

.breadcrumb-area .breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 500ms ease;
}


/*** 
=============================================
    Breadcrumb Area Style2 Css
=============================================
***/

.breadcrumb-area.style2 {
    padding: 348px 0 212px;
}

.breadcrumb-area.style2::before {
    display: none;
}

.breadcrumb-area.style2 .inner-content {
    text-align: left;
}

.breadcrumb-area.style2 .title h1 {
    color: #52a85e;
    font-weight: 700;
    margin-bottom: 18px;
}

.breadcrumb-area.style2 .breadcrumb-menu ul {
    text-align: left;
}

.breadcrumb-area.style2 .breadcrumb-menu ul li {
    color: #222222;
    padding: 0 3px;
    text-transform: uppercase;
}

.breadcrumb-area.style2 .breadcrumb-menu ul li a {
    color: #222222;
}


/*** 
=============================================
    Breadcrumb Area Style3 Css
=============================================
***/

.breadcrumb-area.style3 {
    padding: 188px 0 192px;
}

.breadcrumb-area.style3::before {
    display: none;
}

.breadcrumb-area.style3:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    background: rgba(0, 95, 219, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(0, 95, 219, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 95, 219, 1)), color-stop(100%, rgba(0, 109, 251, 0.05)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 95, 219, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 95, 219, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 95, 219, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(0, 95, 219, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005fdb', endColorstr='#006dfb', GradientType=1);
    /* IE6-9 */
}

.breadcrumb-area.style3.bgblack:after {
    background: rgba(24, 33, 46, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(24, 33, 46, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24, 33, 46, 1)), color-stop(100%, rgba(0, 109, 251, 0.05)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(24, 33, 46, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(24, 33, 46, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(24, 33, 46, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(24, 33, 46, 1) 0%, rgba(0, 109, 251, 0.05) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#18212e', endColorstr='#006dfb', GradientType=1);
    /* IE6-9 */
}

.breadcrumb-area.style3 .inner-content {
    text-align: left;
}

.breadcrumb-area.style3 .title h1 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 18px;
}

.breadcrumb-area.style3 .breadcrumb-menu ul {
    text-align: left;
}

.breadcrumb-area.style3 .breadcrumb-menu ul li {
    color: #ffffff;
    padding: 0 3px;
    text-transform: capitalize;
}

.breadcrumb-area.style3 .breadcrumb-menu ul li a {
    color: #ffffff;
}


/*** 
=============================================
    Service Page Css
=============================================
***/

#service-page {
    position: relative;
    display: block;
    padding: 120px 0 70px;
}

.single-service-style2.serpage {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 50px;
}

.single-service-style2 .text-holder {
    border: 1px solid #ebebeb;
    border-top: none;
}

.single-service-style2 .text-holder:before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #53a95e;
    content: "";
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    opacity: 0;
}

.single-service-style2:hover .text-holder:before {
    opacity: 1;
}

.single-service-style2 .text-holder .inner .icon span:before {
    transition: all .3s ease-in-out .2s;
}

.single-service-style2:hover .text-holder .inner .icon span:before {
    color: #ffffff;
    transition: all .3s ease-in-out .3s;
}

.single-service-style2 .text-holder .inner .text h3 a {
    transition: all .3s ease-in-out .2s;
}

.single-service-style2:hover .text-holder .inner .text h3 a {
    color: #ffffff;
    transition: all .3s ease-in-out .3s;
}

.single-service-style2 .text-holder .inner .text p {
    transition: all .3s ease-in-out .2s;
}

.single-service-style2:hover .text-holder .inner .text p {
    color: #ffffff;
    transition: all .3s ease-in-out .5s;
}


/*** 
=============================================
    Service Single Area Css
=============================================
***/

#service-single-area {
    position: relative;
    display: block;
    padding: 120px 0 100px;
}

.service-sidebar {
    position: relative;
    display: block;
}

.service-sidebar .single-sidebar-box {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.service-menu-box {
    position: relative;
    display: block;
    padding: 40px;
    padding-right: 0;
    margin-right: 30px;
}

.service-menu-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40px;
    background: #f5f5f5;
    content: "";
}

.service-menu-box ul {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 0px 8px 3px #e8e8e8;
    box-shadow: 0px 0px 8px 3px #e8e8e8;
}

.service-menu-box ul li {
    position: relative;
    display: block;
}

.service-menu-box ul li a {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 30px;
    color: #222222;
    font-size: 15px;
    line-height: 60px;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.service-menu-box ul li a:hover,
.service-menu-box ul li.active a {
    color: #ffffff;
    transition: all 300ms linear;
    transition-delay: 0.3s;
}

.service-menu-box ul li:last-child a {
    border-bottom: none;
}

.service-menu-box ul li a:before {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f0da";
    color: #52a85e;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.service-menu-box ul li a:hover:before,
.service-menu-box ul li.active a:before {
    color: #222222;
    transition: all 300ms linear;
    transition-delay: 0.3s;
}

.service-menu-box ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
}

.service-menu-box ul li a:hover:after,
.service-menu-box ul li.active a:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.service-sidebar .single-sidebar-box .title {
    position: relative;
    display: block;
    padding-bottom: 16px;
    margin-top: -6px;
    margin-bottom: 40px;
}

.service-sidebar .single-sidebar-box .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #84c55d;
    content: "";
}

.service-sidebar .single-sidebar-box .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.brochures-box {
    position: relative;
    display: block;
}

.brochures-box ul {
    position: relative;
    display: block;
}

.brochures-box ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.brochures-box ul li:last-child {
    margin-bottom: 0;
}

.brochures-box ul li a {
    position: relative;
    display: block;
    padding: 0 35px;
    background: #f5f5f5;
    color: #666666;
    font-size: 18px;
    line-height: 80px;
    font-weight: 600;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.brochures-box ul li a:hover {
    color: #ffffff;
    transition: all 300ms linear;
    transition-delay: 0.3s;
}

.brochures-box ul li a span:before {
    position: relative;
    top: 7px;
    display: inline-block;
    color: #222222;
    font-size: 35px;
    width: 35px;
    margin-right: 20px;
    line-height: 40px;
    font-weight: 400;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.brochures-box ul li a span.left:before {
    left: -6px;
}

.brochures-box ul li a:hover span:before {
    color: #ffffff;
    transition: all 300ms linear;
    transition-delay: 0.3s;
}

.brochures-box ul li a:before {
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f019";
}

.brochures-box ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    background: #52A85E;
    background: -moz-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: -webkit-linear-gradient(left, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
    background: linear-gradient(to right, #52A85E 0%, #71BA5D 50%, #84c55d 100%);
}

.brochures-box ul li a:hover:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-box {
    position: relative;
    display: block;
    padding: 60px 0 55px;
    background: #6ab65e;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 1;
}

.sidebar-contact-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/pattern/sidebar-contact-box-bg.png);
    content: "";
    z-index: -1;
}

.sidebar-contact-box span:before {
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 100;
}

.sidebar-contact-box h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin: 25px 0 18px;
}

.sidebar-contact-box h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 14px;
}

.sidebar-contact-box h3 a {
    color: #222222;
}

.sidebar-contact-box h5 {
    font-size: 16px;
    font-weight: 700;
}

.sidebar-contact-box h5 a {
    color: #ffffff;
}

.single-service-content-box {
    position: relative;
    display: block;
}

.single-service-content-box .img-box {
    position: relative;
    display: block;
}

.single-service-content-box .img-box img {
    width: 100%;
}

.single-service-content-box .text-box {
    position: relative;
    display: block;
    padding-top: 42px;
}

.single-service-content-box .text-box h2 {
    color: #222222;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 11px;
}

.single-service-content-box .text-box h4 {
    color: #84c55d;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 23px;
}

.benefits-content-box {
    position: relative;
    display: block;
    padding-top: 35px;
}

.benefits-content-box .img-holder {
    position: relative;
    display: block;
}

.benefits-content-box .img-holder img {
    width: 100%;
}

.benefits-content-box .text-holder {
    position: relative;
    display: block;
    margin-top: -7px;
}

.benefits-content-box .text-holder h3 {
    color: #222222;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 12px;
}

.benefits-content-box .text-holder ul {
    position: relative;
    display: block;
    padding-top: 21px;
}

.benefits-content-box .text-holder ul li {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 32px;
}

.benefits-content-box .text-holder ul li:last-child {
    margin-bottom: 0;
}

.benefits-content-box .text-holder ul li .icon {
    position: absolute;
    top: 4px;
    left: 0;
}

.benefits-content-box .text-holder ul li .icon span:before {
    color: #52a85e;
    font-size: 50px;
    line-height: 50px;
}

.benefits-content-box .text-holder ul li .text {
    position: relative;
    display: block;
}

.benefits-content-box .text-holder ul li .text h4 {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 6px;
}

.benefits-content-box .text-holder ul li .text p {
    margin: 0;
}

.solutions-content-box {
    position: relative;
    display: block;
    padding-top: 44px;
}

.solutions-content-box .title {
    position: relative;
    display: block;
    padding-bottom: 14px;
}

.solutions-content-box .title h2 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 21px;
}

.solutions-content-box .title p {
    margin: 0;
}

.accordian-boxed {
    position: relative;
    display: block;
    padding-top: 17px;
}

.accordion-box.style-two {
    position: relative;
    display: block;
}

.accordion-box.style-two .block {
    margin-bottom: 20px;
    padding: 0px 0px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.accordion-box.style-two .block .acc-btn {
    position: relative;
    display: block;
    padding-left: 120px;
    color: #222222;
    font-size: 16px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box.style-two .block .acc-btn.active {
    color: #84c55d;
}

.accordion-box.style-two .block .count-box {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 70px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #84c55d;
}

.accordion-box.style-two .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box.style-two .block .acc-content.current {
    display: block;
}

.accordion-box.style-two .block .content {
    position: relative;
    padding: 0px 30px 21px 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.accordion-box.style-two .block .content:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 70px;
    background: #84c55d;
    content: "";
}

.accordion-box.style-two .block .acc-content .content-text {
    position: relative;
    display: block;
}


/*** 
=============================================
    Team Page Css
=============================================
***/

#team-page {
    padding: 120px 0 70px;
}

.single-team-member.style3 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 50px;
}


/*** 
=============================================
    Team Single Area Css
=============================================
***/

.team-single-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.team-single-content {
    position: relative;
    display: block;
}

.team-single-content .info-box {
    position: relative;
    display: block;
    padding-bottom: 36px;
}

.team-single-content .info-box h2 {
    color: #18212e;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin: -8px 0 26px;
}

.team-single-content .capabilities-box {
    position: relative;
    display: block;
}

.team-single-content .capabilities-box h2 {
    color: #18212e;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin: -8px 0 24px;
}

.team-single-content .capabilities-box ul {
    position: relative;
    display: block;
    padding-bottom: 19px;
}

.team-single-content .capabilities-box ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 36px;
    font-weight: 600;
}

.team-single-content .capabilities-box ul li:before {
    position: absolute;
    font-family: "Flaticon";
    content: "\f14d";
    top: 0;
    left: 0;
    bottom: 0;
    color: #fa9928;
}

.team-single-content .contact-box {
    position: relative;
    display: block;
    padding-top: 35px;
}

.team-single-content .contact-box h2 {
    color: #18212e;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin: -8px 0 34px;
}

#team-contact-form {
    position: relative;
    display: block;
}

#team-contact-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

#team-contact-form input[type="text"],
#team-contact-form input[type="email"],
#team-contact-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 60px;
    color: red;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
}

#team-contact-form textarea {
    height: 180px;
    padding-top: 17px;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 25px;
}

#team-contact-form input[type="text"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

#team-contact-form input[type="email"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

#team-contact-form textarea:focus {
    color: #222222;
    border-color: #e8e3e3;
}

#team-contact-form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}

#team-contact-form input[type="text"]:-moz-placeholder {
    color: #777777;
}

#team-contact-form input[type="text"]::-moz-placeholder {
    color: #777777;
}

#team-contact-form input[type="text"]:-ms-input-placeholder {
    color: #777777;
}

#team-contact-form input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}

#team-contact-form input[type="email"]:-moz-placeholder {
    color: #777777;
}

#team-contact-form input[type="email"]::-moz-placeholder {
    color: #777777;
}

#team-contact-form input[type="email"]:-ms-input-placeholder {
    color: #777777;
}

#team-contact-form textarea::-webkit-input-placeholder {
    color: #777777;
}

#team-contact-form textarea:-moz-placeholder {
    color: #777777;
}

#team-contact-form textarea::-moz-placeholder {
    color: #777777;
}

#team-contact-form textarea:-ms-input-placeholder {
    color: #777777;
}

#team-contact-form button {
    padding: 0 40px;
}

#team-contact-form button:hover {}

.team-sidebar {
    position: relative;
    display: block;
}

.team-sidebar .single-box {
    position: relative;
    display: block;
}

.team-sidebar .single-team-member {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.team-sidebar .single-team-member .img-holder {
    padding-right: 0px;
}

.team-sidebar .single-team-member .img-holder .inner img {
    width: 100%;
    transform: none;
    transition: all 300ms ease;
}

.team-sidebar .single-team-member .img-holder .team-social-links {
    position: absolute;
    left: 30px;
    bottom: 30px;
    transform: translateY(0%);
    opacity: 1;
}

.team-sidebar .single-team-member .title-holder {
    position: static;
    writing-mode: unset;
    padding-top: 34px;
}

.team-sidebar .single-team-member .title-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 9px;
}

.team-sidebar .single-team-member .title-holder p {
    color: #f89828;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

.team-sidebar .single-team-member .title-holder .text {
    position: relative;
    display: block;
    padding-top: 15px;
}

.team-sidebar .single-team-member .title-holder .text p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.personal-information-box {
    position: relative;
    display: block;
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    padding-top: 44px;
}

.personal-information-box .title {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.personal-information-box .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.personal-information-box ul {
    position: relative;
    display: block;
}

.personal-information-box ul li {
    position: relative;
    display: block;
    line-height: 30px;
}

.personal-information-box ul li span {
    position: relative;
    display: inline-block;
    width: 110px;
}

.personal-information-box ul li a {
    color: #777777;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.personal-information-box ul li a:hover {
    color: #f89828;
    font-weight: 500;
}

.preson-skill-box {
    position: relative;
    display: block;
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    padding-top: 44px;
}

.preson-skill-box .title {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.preson-skill-box .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.progress-levels.style2 .progress-box .inner .text {
    color: #777777;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 17px;
}

.progress-levels.style2 .progress-box .bar .bar-innner {
    height: 4px;
    background: #18212e;
}

.progress-levels.style2 .progress-box .bar .bar-fill {
    height: 4px;
    background: #f89828;
}

.progress-levels.style2 .progress-box .bar .bar-fill:before {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #f89828;
    background: #ffffff;
    border-radius: 50%;
    content: "";
}

.progress-levels.style2 .progress-box .inner .count-text {
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.progress-levels.style2 .progress-box .inner .percent {
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-left: -2px;
}


/*** 
=============================================
    Error Page Area Style      
=============================================
***/

.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #F2F3F4;
    padding: 148px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.error-content .title {
    position: relative;
    display: block;
    color: #f99928;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 19px;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 32px;
}

.error-content .button {}

.error-content .button a {
    width: 250px;
}

.error-content .button a:hover {}


/*** 
=============================================
    Faq Content Area Css
=============================================
***/

.faq-content-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-tab-box .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 70px;
}

.faq-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    border: 1px solid #dddddd;
    padding: 0px 30px 0px;
    color: #222222;
    font-size: 18px;
    line-height: 68px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all 300ms ease;
}

.faq-tab-box .tab-buttons .tab-btn:last-child {
    margin-bottom: 0;
}

.faq-tab-box .tab-buttons .tab-btn:hover,
.faq-tab-box .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
    border-color: #fa9928;
    background: #fa9928;
}

.faq-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.faq-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.faq-content-box {
    position: relative;
    display: block;
    padding-right: 70px;
}

.accordion-box.team-page .accordion .accord-btn {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.accordion-box.team-page .accordion .accord-btn.active {
    background: #f5f5f5;
    border-bottom-color: #f5f5f5;
    padding-top: 23px;
    padding-bottom: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.accordion-box.team-page .accordion .accord-btn::after {
    top: 50%;
    left: auto;
    right: 30px;
    width: auto;
    height: auto;
    color: #fa9928;
}

.accordion-box.team-page .accordion .accord-btn.active h4 {
    color: #fa9928;
}

.accordion-box.team-page .accordion .accord-content p {
    color: #777777;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.accordion-box.team-page .accordion .accord-content {
    background: #f5f5f5;
    padding-top: 0px;
    padding-bottom: 21px;
    padding-left: 30px;
    padding-right: 50px;
    display: none;
    border: 1px solid #dddddd;
    border-top: none;
}

.accordion-box.team-page .accordion .accord-content.collapsed {
    display: block;
}


/*** 
=============================================
    Faq question Form Area style
=============================================
***/

.faq-question-form-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding-top: 120px;
    padding-bottom: 120px;
}

.question-form {
    position: relative;
    display: block;
    padding: 0 100px;
}

.question-form form input[type="text"],
.question-form form input[type="email"],
.question-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 30px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition: all 500ms ease;
}

.question-form form textarea {
    height: 160px;
    padding: 15px 30px;
}

.question-form form button {
    width: 200px;
    margin: 0 auto;
    display: block;
}


/*** 
=============================================
    Project Page Css
=============================================
***/

#project-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 60px;
}

#project-page .single-project-style1 {
    margin-bottom: 60px;
}

#project-page .single-project-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 33px 33px 33px;
    border-bottom-right-radius: 40px;
    border: 2px solid #eeeeee;
    border-top: none;
}

#project-page .single-project-style1:hover .text-holder {
    -webkit-box-shadow: 0px 3px 8px 1px #ececec;
    box-shadow: 0px 3px 8px 1px #ececec;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


/*** 
=============================================
    Project detail Area Css
=============================================
***/

.project-detail-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.project-detail-content {
    position: relative;
    display: block;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 120px;
}

.project-detail-content .top {
    position: relative;
    display: block;
}

.project-detail-content .top .img-box {
    position: relative;
    display: block;
}

.project-detail-content .top .img-box img {
    width: 100%;
}

.project-detail-content .top .sidebar-box {
    position: relative;
    display: block;
}

.project-detail-content .top .sidebar-box .title {
    position: relative;
    display: block;
    padding-bottom: 12px;
    margin-top: -7px;
    margin-bottom: 40px;
}

.project-detail-content .top .sidebar-box .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 4px;
    background: #fea060;
    content: "";
}

.project-detail-content .top .sidebar-box .title h3 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.project-info {
    position: relative;
    display: block;
}

.project-info li {
    position: relative;
    display: block;
    padding-left: 19px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    color: #888888;
    font-size: 15px;
    line-height: 68px;
}

.project-info li:last-child {
    border-bottom: 1px solid #ebebeb;
}

.project-info li span {
    color: #fb6f62;
    font-weight: 700;
}

.challenge-content-box {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-bottom: 36px;
}

.challenge-content-box h2 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: -8px 0 21px;
}

.strategy-content-box {
    position: relative;
    display: block;
    padding-bottom: 36px;
}

.strategy-content-box h2 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: -8px 0 21px;
}

.result-content-box {
    position: relative;
    display: block;
    padding-bottom: 9px;
}

.result-content-box h2 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: -8px 0 21px;
}

.project-chart-box {
    position: relative;
    display: block;
}

.project-chart-box .text-box {
    position: relative;
    display: block;
}

.project-chart-box .text-box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 25px;
}

.project-chart-box .text-box p {
    margin: 0;
}

.project-chart-box .text-box ul {
    position: relative;
    display: block;
    padding: 22px 0 24px;
}

.project-chart-box .text-box ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 30px;
    font-weight: 500;
}

.project-chart-box .text-box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
}


/*** 
=============================================
    Related Project Area Css
=============================================
***/

#related-project-area {
    background: #ffffff;
    padding-top: 0;
}

#related-project-area .project-carousel.owl-carousel.owl-dot-style2 .owl-stage-outer {
    margin-right: 0px;
    padding-bottom: 0px;
}

#related-project-area .project-carousel.owl-carousel.owl-dot-style2 .owl-dots {
    position: absolute;
    bottom: auto;
    left: auto;
    right: -5px;
    top: -69px;
}


/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/

#blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.single-blog-post .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
}

.single-blog-post:hover .img-holder .overlay-content {
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-blog-post .img-holder .overlay-content .button {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.single-blog-post .img-holder .overlay-content .button a {
    position: relative;
    display: inline-block;
    border-radius: 30px;
    width: 150px;
    color: #ffffff;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.30);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-post .img-holder .overlay-content .button a i {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.single-blog-post .img-holder .overlay-content .social-share-post {
    position: absolute;
    left: 30px;
    bottom: 20px;
    right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.6s ease-in-out 0.2s;
}

.single-blog-post:hover .img-holder .overlay-content .social-share-post {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.6s ease-in-out 0.4s;
}

.single-blog-post .img-holder .overlay-content .social-share-post .title {
    position: relative;
    display: block;
}

.single-blog-post .img-holder .overlay-content .social-share-post .title h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul {
    overflow: hidden;
}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 29px;
}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul li:last-child {
    margin-right: 0;
}

.single-blog-post .img-holder .overlay-content .social-share-post .social-links ul li a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-post .img-holder .catogaries-box {
    position: absolute;
    top: 20px;
    right: 0;
    width: 120px;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 6px 0 4px;
}

.single-blog-post .img-holder .catogaries-box h6 {
    color: #222222;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-post .text-holder {}

.single-blog-post .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}

.single-blog-post .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 25px;
}

.single-blog-post .text-holder .meta-info li:last-child {
    margin-right: 0;
}

.single-blog-post .text-holder .meta-info li i {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.single-blog-post .text-holder .meta-info li a {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
}

.blog-post .single-blog-post .text-holder .blog-title {
    font-size: 30px;
    line-height: 42px;
    margin: 15px 0 10px;
}

.blog-post .single-blog-post .text-holder .text-box {
    position: relative;
    display: block;
}

.blog-post .single-blog-post .text-holder .text-box p {}

.blog-post .single-blog-post .text-holder .text-box .read-more-button {
    position: relative;
    display: block;
    padding-top: 6px;
}

.blog-post .single-blog-post .text-holder .text-box .read-more-button:before {
    position: absolute;
    left: 0;
    bottom: 14px;
    right: 0;
    height: 3px;
    background: #f5f5f5;
    content: "";
}

.blog-post .single-blog-post .text-holder .text-box .read-more-button a {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding-right: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.blog-post .single-blog-post .text-holder .text-box .read-more-button a i {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px -2px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    color: #777777;
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: #ffffff;
    line-height: 48px;
    border-color: #222222;
    background: #222222;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #222222;
    background: #dddddd;
    border-color: #dddddd;
}

.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -6px;
    margin-bottom: 40px;
    padding-bottom: 16px;
}

.sidebar-wrapper .single-sidebar .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    content: "";
}

.sidebar-wrapper .single-sidebar .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-sidebar .categories-box {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.single-sidebar .categories-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 70px;
    background: #f5f5f5;
    content: "";
}

.single-sidebar .categories {
    position: relative;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: -1px 0px 7px 3px rgba(232, 232, 232, 0.9);
    box-shadow: -1px 0px 7px 3px rgba(232, 232, 232, 0.9);
}

.single-sidebar .categories li {
    position: relative;
    display: block;
    padding: 0 30px;
    line-height: 55px;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1;
}

.single-sidebar .categories li:last-child {
    border-bottom: none;
}

.single-sidebar .categories li:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories li:hover:after,
.single-sidebar .categories li.active:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-sidebar .categories li a span {
    position: relative;
    display: inline-block;
    float: right;
}

.sidebar-search-box {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.sidebar-search-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 70px;
    background: #f5f5f5;
    content: "";
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    background: #ffffff;
    border: 0px solid #dddddd;
    color: #777777;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    padding-left: 30px;
    padding-right: 70px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    color: #222222;
    line-height: 60px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    border-radius: 0;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px;
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
    background: #eeeded;
}

.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: #fff;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #777777;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #777777;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #777777;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #777777;
}

.sidebar-recent-post-box {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.sidebar-recent-post-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 70px;
    background: #f5f5f5;
    content: "";
}

.single-sidebar .recent-posts {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px;
    -webkit-box-shadow: -1px 0px 7px 3px rgba(232, 232, 232, 0.9);
    box-shadow: -1px 0px 7px 3px rgba(232, 232, 232, 0.9);
}

.single-sidebar .recent-posts li {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 80px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}

.single-sidebar .recent-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-sidebar .recent-posts li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.single-sidebar .recent-posts li .img-box img {
    width: 100%;
}

.single-sidebar .recent-posts li .img-box .overlay-content {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.single-sidebar .recent-posts li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) rotate(0deg);
    transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .recent-posts li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 20px;
}

.single-sidebar .recent-posts li .title-box h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 11px;
}

.single-sidebar .recent-posts li .title-box h4 a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

.sidebar-popular-tag-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}

.sidebar-popular-tag-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 70px;
    background: #f5f5f5;
    content: "";
}

.single-sidebar .popular-tag {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    background: #ffffff;
    padding: 30px 20px 20px;
    width: 100%;
    min-height: 200px;
    -webkit-box-shadow: -1px 0px 7px 3px rgba(232, 232, 232, 0.9);
    box-shadow: -1px 0px 7px 3px rgba(232, 232, 232, 0.9);
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}

.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    padding: 0px 10px 0px;
    border: 1px solid #dddddd;
    color: #777777;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0.1s;
}

.single-sidebar .popular-tag li a:hover {
    color: #ffffff;
}


/*** 
=============================================
    Blog Single Area style
=============================================
***/

.blog-single-area {}

.blog-single-area .blog-post {
    position: relative;
    display: block;
}

.blog-single-area .blog-post .single-blog-post {
    margin: 0;
}

.blog-single-author-box {
    position: relative;
    display: block;
    margin-top: 57px;
    margin-bottom: 46px;
    padding: 44px 50px 40px;
    border: 1px dashed #e2e2e2;
}

.blog-single-author-box p {
    color: #222222;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    font-style: italic;
}

.blog-single-author-box .author-name {
    position: absolute;
    bottom: -15px;
    right: 50px;
    width: 130px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 8px 2px #f5f5f5;
    box-shadow: 0px 0px 8px 2px #f5f5f5;
}

.blog-single-author-box .quote-icon {
    position: absolute;
    top: -27px;
    left: 50px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
}

.blog-single-text-box {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.blog-single-text-box p {
    margin: 0;
}

.blog-single-botton-text {
    position: relative;
    display: block;
}

.blog-single-botton-text .title {
    position: relative;
    display: block;
    padding-bottom: 36px;
}

.blog-single-botton-text .title h2 {
    color: #222222;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 22px;
}

.blog-single-botton-text .title p {
    margin: 0;
}

.blog-single-botton-text .inner-text {
    position: relative;
    display: block;
}

.blog-single-botton-text .inner-text ul {
    position: relative;
    display: block;
    margin-top: -12px;
}

.blog-single-botton-text .inner-text ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 36px;
    font-weight: 500;
}

.blog-single-botton-text .inner-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
}

.blog-single-botton-text .img-box {
    position: relative;
    display: block;
}

.blog-single-botton-text .img-box img {
    width: 100%;
}

.blog-single-area .tag-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 23px;
    padding-bottom: 0px;
    border-top: 1px solid #e1e1e1;
    margin-top: 34px;
}

.blog-single-area .tag-box .tag {
    position: relative;
    display: block;
}

.blog-single-area .tag-box .tag p {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    color: #222222;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.blog-single-area .tag-box .tag ul {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 15px;
}

.blog-single-area .tag-box .tag ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.blog-single-area .tag-box .tag ul li:last-child {
    margin-right: 0;
}

.blog-single-area .tag-box .tag ul li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-single-area .tag-box .right {
    position: relative;
    display: block;
}

.blog-single-area .tag-box .right p {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-right: 15px;
    float: left;
    color: #222222;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.blog-single-area .tag-box .right .sociallinks-style-two li {
    margin-right: 20px;
}

.blog-single-area .tag-box .right .sociallinks-style-two li:last-child {
    margin-right: 0;
}

.blog-single-area .tag-box .right .sociallinks-style-two li a i {
    color: #777777;
}

.blog-single-prev-next-button {
    position: relative;
    margin-top: 48px;
    min-height: 152px;
    border: 1px dotted #e2e2e2;
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-single-prev-next-button .prev {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.blog-single-prev-next-button .prev .img-box {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}

.blog-single-prev-next-button .prev .title-box {
    position: relative;
    display: block;
    margin-left: 25px;
}

.blog-single-prev-next-button .prev .title-box h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 6px;
}

.blog-single-prev-next-button .prev .title-box h3 a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-single-prev-next-button .prev .title-box .button {
    position: relative;
    display: block;
    line-height: 20px;
}

.blog-single-prev-next-button .prev .title-box .button a {
    color: #777777;
    font-size: 12px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-single-prev-next-button .next {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.blog-single-prev-next-button .next .img-box {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}

.blog-single-prev-next-button .next .title-box {
    position: relative;
    display: block;
    margin-right: 25px;
    text-align: right;
}

.blog-single-prev-next-button .next .title-box h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 6px;
}

.blog-single-prev-next-button .next .title-box h3 a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-single-prev-next-button .next .title-box .button {
    position: relative;
    display: block;
    line-height: 20px;
}

.blog-single-prev-next-button .next .title-box .button a {
    color: #777777;
    font-size: 12px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 11px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-top: -8px;
    margin-bottom: 40px;
}

.comment-box .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    content: "";
}

.comment-box .title h3 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    min-height: 100px;
    padding-left: 100px;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.comment-box .single-comment-box.marleft100 {
    margin-left: 100px;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    margin-left: 30px;
    min-height: 100px;
}

.comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding-bottom: 12px;
}

.comment-box .single-comment-box .text-holder .text p {
    color: #777777;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.comment-box .single-comment-box .text-holder .bottom {
    position: relative;
    display: block;
}

.comment-box .single-comment-box .text-holder .bottom .name {}

.comment-box .single-comment-box .text-holder .bottom .name h3 {
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.comment-box .single-comment-box .text-holder .bottom .name h3 span {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
}

.comment-box .single-comment-box .reply-button {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.comment-box .single-comment-box .reply-button a {
    color: #222222;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 20px;
}

.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-top: -8px;
    margin-bottom: 40px;
}

.add-comment-box .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    content: "";
}

.add-comment-box .title h3 {
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.add-comment-box #add-comment-form {}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 50px;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.add-comment-box #add-comment-form textarea {
    height: 180px;
    padding: 15px 30px;
    border-radius: 0px;
    margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #c7c2c2;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #c7c2c2;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #c7c2c2;
}

.add-comment-box #add-comment-form button {
    padding: 0 40px;
}

.add-comment-box #add-comment-form button:hover {}


/*** 
=============================================
    Contact Form Area Css
=============================================
***/

.contact-form-area {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background-color: #ffffff;
}

.contact-form-area.style2 {
    background-color: #F5F5F5;
}

.contact-form-content {
    position: relative;
    display: block;
    padding: 0 100px;
    background: #ffffff;
}

.contact-form-content.style2 {
    padding: 60px 100px 60px;
}

.contact-form {
    position: relative;
    display: block;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 60px;
    color: red;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 130px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 30px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #e8e3e3;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #777777;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #777777;
}

.contact-form form textarea:-moz-placeholder {
    color: #777777;
}

.contact-form form textarea::-moz-placeholder {
    color: #777777;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #777777;
}

.contact-form form button {
    padding: 0 60px;
}

.contact-form form button:hover {}


/*** 
=============================================
    Google Map Area Css
=============================================
***/

.google-map-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.google-map-area .map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.google-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 600px;
}

.google-map-area .outer-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.contact-information-box {
    position: relative;
    display: block;
    float: right;
    background: #ffffff;
    padding: 76px 60px 53px;
    max-width: 470px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 4px 7px 1px rgba(232, 232, 232, 0.7);
    box-shadow: 0px 4px 7px 1px rgba(232, 232, 232, 0.7);
}

.contact-information-box .title-box {
    position: relative;
    display: block;
    padding-bottom: 44px;
}

.contact-information-box .title-box p {
    color: #777777;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 8px;
}

.contact-information-box .title-box h2 {
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.contact-information-box .contact-us {
    position: relative;
    display: block;
}

.contact-information-box .contact-us li {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-information-box .contact-us li:last-child {
    margin-bottom: 0;
}

.contact-information-box .contact-us li .icon {
    position: relative;
    top: 2px;
    width: 50px;
}

.contact-information-box .contact-us li .icon i {
    font-size: 20px;
}

.contact-information-box .contact-us li .icon i.phone {
    font-size: 30px;
}

.contact-information-box .contact-us li .icon i.map {
    position: relative;
    top: 3px;
    font-size: 30px;
}

.contact-information-box .contact-us li .icon,
.contact-information-box .contact-us li .text {
    display: table-cell;
    vertical-align: middle;
}

.contact-information-box .contact-us li .text p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.contact-information-box .contact-us li .text a {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-information-box .contact-us li .text a:hover {
    color: #f5f5f5;
}

.contact-information-box .follow-us {
    position: relative;
    display: block;
    padding-top: 44px;
}

.contact-information-box .follow-us .text {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.contact-information-box .follow-us .text h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.contact-information-box .follow-us .social-links {
    position: relative;
    display: block;
}

.contact-information-box .follow-us .social-links ul {
    overflow: hidden;
}

.contact-information-box .follow-us .social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.contact-information-box .follow-us .social-links ul li:last-child {
    margin-right: 0;
}

.contact-information-box .follow-us .social-links ul li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-information-box .follow-us .social-links ul li a:hover {
    color: #1e69b8;
}


/*** 
=============================================
    RTL Page Css
=============================================
***/

.rtl .header-top-right:before {
    top: 0;
    left: -5000px;
    bottom: 0;
    right: -30px;
}

.rtl .header-social-links-style3 ul li:last-child {
    margin-right: 35px;
}

.rtl .header-social-links-style3 ul li:first-child {
    margin-right: 0px;
}

.rtl .header-top-left:before {
    top: 0;
    left: 0px;
    bottom: 0;
    right: -5000px;
}

.rtl .header-contact-info ul li .title {
    text-align: right;
    padding-right: 0px;
}

.rtl .header-contact-info ul li .icon {
    text-align: right;
}


/** Mainmenu Rtl Css **/

.rtl .main-menu .navigation>li {
    float: right;
    margin-right: 50px;
}

.rtl .main-menu .navigation>li:first-child {
    margin-right: 0;
}

.rtl .main-menu .navigation>li:last-child {
    margin-right: 50px;
}

.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0;
}

.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>a:before {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a {
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>ul>li a:before {
    display: none;
}

.rtl .header-lawer-right-style4 .outer-search-box-style1 {
    float: right;
}

.rtl .header-lawer-right-style4 .button-box {
    float: left;
}

.rtl .outer-search-box-style1 .search-box {
    right: auto;
    left: 0%;
}

.rtl .slogan-style2-content .title {
    padding-left: 0px;
    padding-right: 50px;
}

.rtl .slogan-style2-content .title:before {
    right: 0;
}

.rtl .about-style3-text-box {
    padding-left: 0px;
    padding-right: 50px;
}

.rtl .about-style3-image-box .inner {
    padding-right: 0px;
}

.rtl .about-style3-image-box .patter-box {
    display: none;
}

.rtl .about-style3-text-box .inner-contant ul {
    padding-right: 0px;
}

.rtl .about-style3-text-box .inner-contant ul li {
    padding-left: 0px;
    padding-right: 70px;
}

.rtl .about-style3-text-box .inner-contant ul li .icon {
    left: auto;
    right: 0;
}

.rtl .about-style3-image-box .video-box .title {
    width: 130px;
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
}

.rtl .single-service-style5 .title-holder {
    padding-left: 0px;
    padding-right: 100px;
    text-align: right;
}

.rtl .single-service-style5 .title-holder .icon {
    left: auto;
    right: 0;
    border-top-right-radius: 25px;
}

.rtl .single-fact-counter .icon-box {
    text-align: right;
}

.rtl .single-fact-counter .count-box .icon {
    float: right;
    padding-left: 3px;
    padding-right: 0px;
}

.rtl .single-fact-counter .count-box h2 {
    float: right;
}

.rtl .single-work-process:nth-child(3):before {
    display: none;
}

.rtl .single-work-process:nth-child(1):before {
    display: none;
}

.rtl .single-price-box {
    text-align: right;
}

.rtl .single-price-box .title {
    text-align: left;
}

.rtl .single-testimonial-style3 .text-box .inner {
    text-align: right;
}

.rtl .single-price-box .inner-box ul li {
    padding-left: 0px;
    padding-right: 30px;
}

.rtl .single-price-box .inner-box ul li:before {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}

.rtl .testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-dots {
    left: auto;
    right: -405px;
}

.rtl .single-blog-post-style4 .img-holder .title-holder {
    text-align: right;
}

.rtl .single-blog-post-style4 .img-holder .title-holder .meta-info li {
    float: right;
    margin-right: 25px;
}

.rtl .single-blog-post-style4 .img-holder .title-holder .meta-info li:first-child {
    margin-right: 0;
}

.rtl .single-blog-post-style4 .img-holder .title-holder .meta-info li i {
    padding-right: 0px;
    padding-left: 10px;
}

.rtl .single-footer-widget .title {
    text-align: right;
}

.rtl .single-footer-widget .title:before {
    left: auto;
    right: 0;
}

.rtl .single-footer-widget .company-info-links li a {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
}

.rtl .single-footer-widget .company-info-links li a:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.rtl .single-footer-widget .resources-links li a {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
}

.rtl .single-footer-widget .resources-links li a:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.rtl .single-footer-widget .subscribe-form {
    text-align: right;
}

.rtl .footer-bottom .outer-box .single-box {
    text-align: right;
}

.rtl .footer-social-links ul li {
    float: right;
}

.rtl .footer-social-links ul li:first-child {
    margin-right: 0;
}

.rtl .footer-social-links ul li:last-child {
    margin-right: 25px;
}

.scroll-top.rtl {
    left: 15px;
    right: auto;
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

.enqiry-latest-clients-section {
    position: relative;
    padding: 0 0 30px;
}

.latest-list {
    border-bottom: 1px dashed #ccc;
    padding: 0 14px;
    padding-bottom: 19px;
}

.latest-news-block {
    padding: 24px 23px 24px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
}

.latest-news-block h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 19px;
    background: #dfdfdf;
    color: #cc2428;
    padding: 10px 0;
    font-weight: 600;
}

.enlrow .col-lg-4:nth-child(2) .latest-news-block h3 {
    background: #cc2428;
}

.enlrow .col-lg-4:nth-child(3) .latest-news-block h3 {
    background: #2f8d48;
}

.latest-list a {
    color: #333;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    display: block;
}

.latest-n-date {
    position: absolute;
    left: -14px;
    background-color: #e62835;
    padding: 0 5px;
    text-align: center;
    color: #FFF;
    width: 36px;
}

.l-bg2 {
    background-color: #ccc209;
}

.l-bg3 {
    background-color: #0a82e4;
}

.l-bg4 {
    background-color: #e01552;
}

.l-bg5 {
    background-color: #3ba749;
}

.l-bg6 {
    background-color: #b816ce;
}

.clients-slider .owl-dots {
    position: relative;
}

.clients-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #204180;
    border-radius: 50%;
    margin: 0 2px;
}

.clients-slider .owl-dots .owl-dot.active {
    border: 2px solid #cc2428;
}

.clients_list {
    border: 2px solid #ccc;
    margin-bottom: 30px;
}

.enquery-section {
    background-image: url(../images/query-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 82px 0px 82px;
    position: relative;
}

.en-shape1 {
    position: absolute;
    width: 100%;
    top: -35px;
    left: 0px;
}

.en-shape2 {
    position: absolute;
    width: 100%;
    bottom: -29px;
    left: 0px;
}

.en-shape1 img,
.en-shape2 img {
    width: 100%;
}

.enqury-block {
    text-align: center;
    max-width: 848px;
    margin: auto;
    padding: 47px 0 60px;
}

.enqury-block h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}

.en-form .form-group {
    margin-bottom: 36px;
}

.en-form .form-group i {
    position: absolute;
    top: 9px;
    right: 20px;
    color: #fff;
    font-size: 23px;
}

.en-form .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}

.en-form .form-control::placeholder {
    color: #eee;
}

.en-btn .btn {
    width: 200px;
    background: #ad2121;
    border-color: transparent;
    margin-top: 13px;
}

.happy-clients-block {
    padding: 37px 12px;
    background-color: #fff;
    text-align: center;
}

.happy-clients-block h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 19px;
}

.clients-list p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}

.clients-list h4 {
    text-transform: uppercase;
    color: #cc2428;
    font-size: 20px;
    margin-top: 5px;
}

.clients-slider .owl-nav button.owl-prev .fa,
.clients-slider .owl-nav button.owl-next .fa {
    font-size: 36px;
    margin: 9px 6px;
}

.blog-section {
    position: relative;
    padding: 0 0 20px;
}

.blog-block h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 19px;
}

.blog-rows {
    margin-bottom: 30px;
}

.blog-rows:last-child {
    margin-bottom: 0px;
}

.blog-desc h4 {
    margin-bottom: 9px;
}

.blog-desc p {
    font-size: 14px;
    line-height: 21px;
}

.blog-desc a {
    color: #EF3838;
}

.query-block {
    text-align: center;
    padding: 56px 0px;
    background-color: #0e2f5f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.query-block h3 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 21px;
    font-weight: 300;
    line-height: 46px;
}

.query-block h3 span {
    color: #FEDC45;
}

.query-block p {
    color: #eee;
    margin: 0;
    font-size: 24px;
}

.query-block a {
    background-color: #FEDC45;
    color: #0E2F5F;
    padding: 10px 15px;
    font-size: 27px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 6px;
}

.add-info-image {
    position: relative;
}

.add-image-info {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.78);
    color: #eee;
    padding: 9px 20px;
}

.article-carousel .owl-nav {
    position: absolute;
    top: -51px;
    right: 0px;
}

.article-carousel .owl-nav button.owl-prev,
.article-carousel .owl-nav button.owl-next {
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid;
    margin: 0 3px;
}

.article-carousel .owl-nav button.owl-prev:hover,
.article-carousel .owl-nav button.owl-next:hover {
    background-color: #E41C1C;
    color: #fff;
}

.subscribe-text {
    color: #636161;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.footer-soc {
    position: relative;
}

.footer-soc::before {
    content: "";
    position: absolute;
    width: 88%;
    height: 2px;
    border-bottom: 2px solid #949292;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
}

.copyright-text p a {
    color: #a21d99;
}

.left-address-info {
    position: absolute;
    left: 6px;
    top: 28%;
    z-index: 99;
}

.left-address-info a {
    display: block;
    background-color: #fefefe;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    width: 78px;
    height: 78px;
    transition: all ease-in-out .5s;
    box-shadow: 0px 0px 25px #b5b3b3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 4px;
}

.left-address-info a span {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 2px;
    line-height: 18px;
    width: 100%;
    left: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.left-bg1 {
    background-image: url(../images/left-right-icons/physical-fitness.jpg);
}

.left-bg2 {
    background-image: url(../images/left-right-icons/food.jpg);
}

.left-bg3 {
    background-image: url(../images/left-right-icons/mental-health.jpg);
}

.left-bg4 {
    background-image: url(../images/left-right-icons/Hygiene-Habits.jpg);
}

.left-address-info a .address-icon {
    background-color: #E41C1C;
    position: absolute;
    right: 0;
    width: 45px;
    padding: 6px;
    top: 0;
}

.left-address-info a .address-icon.mail {
    background-color: #183968;
}

.left-address-info a .address-icon.watsapp {
    background-color: #3bc438;
}

.right-side-links {
    position: absolute;
    right: 6px;
    top: 28%;
    z-index: 99;
}

.right-side-links a {
    display: block;
    width: 78px;
    height: 78px;
    background-color: #ffff;
    margin-bottom: 5px;
    box-shadow: 0px 0px 5px #696969;
    border-radius: 4px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right-bg1 {
    background-image: url(../images/left-right-icons/news.jpg);
}

.right-bg2 {
    background-image: url(../images/left-right-icons/qanda.jpg);
}

.right-bg3 {
    background-image: url(../images/left-right-icons/talktoexpert.jpg);
}

.right-bg4 {
    background-image: url(../images/left-right-icons/testimonial.jpg);
}

.right-side-links a span {
    transition: all ease-in-out .5s;
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 2px;
    line-height: 18px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}


/* .right-side-links a:hover span {
    opacity: 1;
    visibility: visible;
    left: -163px;
}

.right-side-links a span i {
    position: absolute;
    right: -13px;
    font-size: 40px;
    color: #e62a2a;
    top: -1px;
}

.right-side-links a span.r-videos {
    background-color: #004390;
}

.right-side-links a span.r-testimonilas {
    background-color: #E6BB00;
}

.right-side-links a span.r-news {
    background-color: #019E76;
}

.right-side-links a span.r-blog {
    background-color: #FFA929;
}

.right-side-links a span.r-videos i {
    color: #004390;
}

.right-side-links a span.r-testimonilas i {
    color: #E6BB00;
}

.right-side-links a span.r-news i {
    color: #019E76;
}

.right-side-links a span.r-blog i {
    color: #FFA929;
} */

.symptums-checker-section {
    position: relative;
    padding: 90px 0px;
}

.symptums-checker-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/symptoums-checker.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.symptums-checker-section::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-color: #05b1bd;
}

.symptums-checker {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 452px;
    margin: auto;
}

.symptums-checker h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    margin-bottom: 12px;
}

.symptums-checker p {
    color: #fff;
    margin-bottom: 33px;
}

.sympt-form {
    max-width: 380px;
    margin: auto;
    position: relative;
}

.sympt-form i {
    position: absolute;
    right: 12px;
    top: 13px;
    color: #fff;
    font-size: 20px;
}

.sympt-form .form-control {
    background-color: transparent;
    color: #fff;
    height: 48px;
    border: 1px solid #eee;
    margin-bottom: 14px;
}

.sympt-form .form-control::placeholder {
    color: #eee;
}

.sympt-form .btn {
    background-color: #000;
    border: none;
    width: 100%;
    padding: 10px 10px;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.sympt-form p {
    margin: 0px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.content_section {
    position: relative;
    padding: 15px 0px 90px;
    min-height: 42vh;
}

.bread_cumb_wrap {
    padding: 194px 0 63px;
    position: relative;
    text-align: center;
}

.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 44vh;
    top: 0;
    left: 0;
    background-image: url(../images/breadcumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .26;
}

.bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #013956;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.bread_cumb_wrap ul {
    display: inline-block;
    border: 2px dotted #013956;
    padding: 3px 17px;
    border-radius: 30px;
    position: relative;
    background: #fff;
}

.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    color: #011f2e;
    font-weight: 500;
    font-size: 13px;
}

.bread_cumb_wrap ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #a21d99;
    right: -6px;
    top: 10px;
    border-radius: 50%;
}

.bread_cumb_wrap ul li:last-child:before {
    display: none;
}

.bread_cumb_wrap ul li a {
    display: block;
    color: #a21d99;
    text-transform: capitalize;
}

.serviceBox {
    text-align: center;
    padding: 37px 25px 3px;
    border: 3px solid #a21d99;
    border-radius: 20px;
    box-shadow: 0 0 0 10px #fff inset, 0 0 20px #333 inset;
    background: #fff;
    overflow: h;
}

.serviceBox .title {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 9px;
    border-bottom: 2px dotted;
    padding: 0 0 6px;
}

.serviceBox .description {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 20px;
}

.serviceBox .service-icon {
    font-size: 28px;
    line-height: 40px;
    color: #a21d99;
    display: inline-block;
    padding: 0px 12px 10px;
    background: linear-gradient(to top, rgb(0 0 0 / 0%), #edb4e9);
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

._c_form_sub {
    position: relative;
    padding: 38px 32px;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 30px;
    background-color: #f5f5f5;
}

._c_form_sub::before {
    content: "";
    position: absolute;
    width: 207px;
    height: 100%;
    background-image: url(../images/contcat_form_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
}

._c_form_sub h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #4027b0;
    font-size: 30px;
}

._c_form_sub .form-control {
    background-color: #fff;
    height: 42px;
    box-shadow: 0 0 10px #d1d1d1;
    border: none;
    font-size: 15px;
}

._c_form_sub textarea.form-control {
    height: 90px;
}

._c_form_sub .btn {
    margin-top: 0;
    background: linear-gradient(to right, #a21d99, #4027b0);
    border: transparent;
}

._c_map iframe {
    width: 100%;
    height: 390px;
    margin-top: 30px;
}

.testimonial_timeline.main-timeline {
    position: relative;
    padding: 25px 0;
}

.testimonial_timeline.main-timeline:before {
    content: '';
    background: linear-gradient(to right, #9f1d97, #4027b0);
    height: 100%;
    width: 30px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}

.testimonial_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.testimonial_timeline.main-timeline .timeline {
    width: 50%;
    padding: 0 0 30px 0;
    margin: 0 0 20px;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial_timeline.main-timeline .timeline-content {
    background: #e7e7e7;
    padding: 25px 25px 25px 100px;
    border-radius: 50px 50px 50px;
    display: block;
    position: relative;
}

.testimonial_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.testimonial_timeline.main-timeline .timeline-content:before,
.testimonial_timeline.main-timeline .timeline-content:after {
    content: '';
    background: #a11d98;
    height: 80px;
    width: 130px;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.testimonial_timeline.main-timeline .timeline-content:before {
    background: white;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid #a11d98;
    bottom: -37px;
    right: -7px;
    clip-path: none;
}

.testimonial_timeline.main-timeline .timeline-icon {
    font-size: 45px;
    font-weight: 600;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
    color: #a11d98;
}

.testimonial_timeline.main-timeline .title {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.testimonial_timeline.main-timeline .description {
    font-size: 15px;
    margin: 0;
    line-height: 23px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) {
    float: right;
    margin: 0 0 30px 10px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 25px 100px 25px 25px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: -7px;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotateY(180deg);
    right: auto;
    left: 0;
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 30px;
    left: auto;
}

@media screen and (max-width:767px) {
    .testimonial_timeline.main-timeline:before {
        transform: translateX(0);
        left: 0;
    }

    .testimonial_timeline.main-timeline .timeline,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 30px;
    }

    .testimonial_timeline.main-timeline .timeline-content,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 100px 25px 25px;
    }

    .testimonial_timeline.main-timeline .timeline-content:before,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: -7px;
        right: auto;
    }

    .testimonial_timeline.main-timeline .timeline-content:after,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
        transform: rotateY(180deg);
        left: 0;
        right: 0;
    }

    .testimonial_timeline.main-timeline .timeline-icon,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 30px;
        right: auto;
        top: 20px;
        transform: translateY(0);
    }
}

.about_text h2 {
    font-size: 30px;
    margin: 20px 0px 10px;
}

.about_text p {
    margin-bottom: 15px;
}

.about_text {
    margin-bottom: 30px;
}

.trst_hs_pic {
    border: 11px solid #f5f5f5;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 20px;
}

.featurerow .col-md-5,
.featurerow .col-md-7 {
    padding: 17px;
    color: #fff;
}

.featurerow .col-md-5 {
    background: #a21d99;
}

.featurerow .col-md-7 {
    background: #4027b0;
}

.feature_list {
    text-align: center;
}

.feature_list h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    border-bottom: 2px dotted;
    margin-bottom: 13px;
}

.feature_list p {
    line-height: 25px;
}

._mvv_list {
    position: relative;
    display: flex;
    align-items: center;
    border: 5px solid #e9e9e9;
    padding: 12px 11px;
    border-radius: 100px;
    min-height: 150px;
    margin-top: 30px;
}

.mvv_icon {
    position: relative;
    flex: 0 0 25%;
    width: 70px;
    text-align: center;
}

.mvv_icon img {
    background-color: #eda4e7;
    width: 64px;
    padding: 10px;
}

._imvv_info {
    position: relative;
    border-left: 3px solid #4027b0;
    padding-left: 14px;
}

._imvv_info h3 {
    text-transform: uppercase;
    color: #a21d99;
    font-size: 25px;
    margin: 0 0 4px;
}

._imvv_info p {
    line-height: 25px;
    margin-bottom: 15px;
}

.team_trsust {
    /* text-align: center; */
}

.team_trsust h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin: 61px 0 30px;
}

.team_inner_list {
    position: relative;
    padding: 34px 8px 34px 0;
    margin-bottom: 30px;
}

.team_inner_list::before {
    content: "";
    position: absolute;
    width: 86%;
    height: 100%;
    right: 0;
    top: 0;
    border: 2px dotted #d58c00;
}

.team_inner_list .row {
    align-items: center;
}

.team_img {
    position: relative;
}

.team_img img {
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 10px #9c9c9c;
}

.doc_team_info {
    position: relative;
}

.doc_team_info h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 5px;
}

.doc_team_info h3 {
    font-size: 18px;
    margin: 0 0 4px;
}

.doc_team_info h4 {
    font-size: 17px;
    color: #d08b07;
}

.services_text h2 {
    font-size: 22px;
    margin: 19px 0 13px;
    font-weight: 600;
}

.services_text h3 {
    font-size: 18px;
    color: #951b8c;
    margin: 11px 0 11px;
    font-weight: 600;
}

.services_text p {
    text-align: justify;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 15px;
}

.ol_styles {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
}

.ol_styles li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 4px;
}

.ol_styles li::before {
    font-family: "FontAwesome";
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    color: #04283e;
    font-size: 13px;
}

.ser_inner_image {
    position: relative;
    padding: 20px;
    z-index: 1;
    margin-bottom: 30px;
}

.ser_inner_image img {
    width: 100%;
    box-shadow: 0px 0px 10px #696969;
}

.ser_inner_image::before,
.ser_inner_image::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 30%;
    background: linear-gradient(to left, #f5a915, #1283bd);
    z-index: -1;
    left: 0;
    top: 0;
}

.ser_inner_image::after {
    top: initial;
    bottom: 0px;
    left: initial;
    right: 0px;
}

.serquote {
    background: linear-gradient(to left, #f5a915, #1283bd);
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 34px;
}
.ser-blocks {
    position: relative;
    margin-bottom: 8px;
    overflow: visible;
    /* box-shadow: 0px 0px 10px #ccc; */
    min-height: 140px;
    padding: 16px 9px 14px;
    /* background-color: #fff; */
    margin-top: 20px;
}
.ser-blocks::before {
    content: "";
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 7px #a7a7a7;
}
.ser-image {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 16px;
    position: relative;
}
.anime {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #a9abab;
    animation: rotate2 8s linear infinite;
    -webkit-animation: rotate2 8s linear infinite;
    -moz-animation: rotate2 8s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.anime::before, .anime::after {
    width: 10px;
    height: 10px;
    background-size: contain;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #d26565 0%, #e32525 100%);
    box-shadow: 1.21px 4.851px 6.72px 0.28px rgba(227, 37, 37, 0.52);
    left: 13px;
    bottom: 5px;
    position: absolute;
    content: "";
}
.anime::after {
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 9px;
    top: 5px;
}
.ser-blocks .ser-content {
    position: relative;
    right: 0px;
    top: 0;
    width: auto;
}
.ser-blocks .ser-content h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.right-service {
    text-align: center;
}
.ser-image h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 73px;
}
.service-container{
    position: relative;
}

.service-container::before{
    content: "";
    position: absolute;
    bottom: 25px;
    left: 50%;
    right: 0;
    margin: 0 auto;
    border-left: 2px dotted #a9abab;
    height: 90%;
}

.ser-blocks::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px dotted #a9abab;
}
.last-service::after{
    content: none;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.who_we_are h4{
    margin-bottom: 10px;
}
.videospage iframe{
    border-radius: 30px;
    border: 2px solid #000;

}

