@import url(animate.css);
@import url(jquery.fancybox.min.css);

/*==============================================
   Base Css
===============================================*/

@font-face {
    src: url('../fonts/heading.otf');
    font-family: 'main-heading';
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
    font-family: 'Saira', sans-serif;
    ;
}

body {
    color: #000000;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

::selection {
    background: #204180;
    color: #ffffff;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d4251;
    font-weight: 400;
    font-family: ;
    margin: 0;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

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: 1156px;
    }
}

.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;
    font-family: ;
    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;
    font-family: ;
    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;
    font-family: ;
    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;
    font-family: ;
    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 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;
    font-family: ;
}

.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;
    font-family: ;
}

.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-nav-style-one .owl-controls {}

.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-nav-style-two .owl-controls {}

.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;
    padding-left: 299px;
}

.boxed_wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3;
    filter: grayscale(1);
}


/*=============== 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: 20px;
    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: #ff7e00;
    text-align: right;
    padding: 0px 8px 0 0;
}

.scroll-top span {}

.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;
    float: left;
    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;
    float: left;
    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;
    float: left;
    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: rgb(73 73 73 / 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: 4px;
    top: 15px;
    color: #000000;
    font-size: 23px;
}

.main-menu .navigation>li>a:hover {
    color: #000000;
}

.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: fixed;
    left: 0px;
    top: 0px;
    width: 299px;
    height: 100%;
    text-align: center;
    margin: 0px;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 19px #8f8f8f;
}

.main-header::before {
    content: "";
    position: absolute;
    background-image: url(../images/navbg.jpg);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .2;
}

.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 {}

.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-style-one {}

.header-lawer {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background: transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.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: 0;
    position: relative;
    display: inline-block;
    left: 0;
    width: 240px;
    z-index: 999;
    margin: 67px 0 16px;
}

.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;
}

.main-menu {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 23px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    padding: 0 43px;
}

.main-menu .navigation>li {
    position: relative;
    display: block;
    /* padding: 10px; */
}

.main-menu .navigation>li:last-child {}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    border-right: 0px;
    text-transform: uppercase;
    padding: 12px 12px;
    transition: all 500ms ease;
    opacity: 1;
    /* box-shadow: 0px 3px 3px #ccc; */
    border-bottom: 2px dotted;
}

.main-menu .navigation>li>a.border-none {
    border: none;
}

.main-menu .navigation>li>a.home-icon {}

.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: 0;
    left: 100%;
    width: 190px;
    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: #104756;
}

.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 #b8b8b8;
    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: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    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: 250px;
    padding: 0;
    display: none;
    background: #ffffff;
    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: 13px 0px 13px;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: ;
}

.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: #ffa60f;
}

.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: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 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;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1;
}


/****
.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;
    float: left;
    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;
}

.cart-box {
    position: relative;
    display: inline-block;
    float: left;
    padding: 30px 40px;
}

.cart-box a {
    position: relative;
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.cart-box a span:before {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
}

.cart-box a span.count {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-family: ;
}

.cart-box .value {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 5px;
}

.cart-box .value p {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
    font-family: ;
}

.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
    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;
    font-family: ;
}

.header-lawer-right .button-box a:hover {
    background-position: right center;
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/

.top-wapper {
    position: relative;
    height: 100vh;
}

.main-slider {
    position: relative;
    overflow: hidden;
    border-top: 6px solid #252525;
}

.banner-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider.style1 {
    margin-top: 0px;
}

.slide {
    position: relative;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.slide1 {
    background-image: url(../images/slider/1.jpg);
}

.slide2 {
    background-image: url(../images/slider/2.jpg);
}

.slide3 {
    background-image: url(../images/slider/3.jpg);
}

.banner-carousel .owl-dots {
    position: absolute;
    width: 200px;
    left: 20px;
    margin: auto;
    bottom: 9px;
}

.banner-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 35px;
    height: 8px;
    background: #ffffff;
    margin: 0 4px;
}

.banner-carousel .owl-dots .owl-dot.active {
    background: #ff7e00;
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    content: "";
    z-index: -1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider .content {
    position: relative;
    z-index: 10;
}

.main-slider .content h5 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 16px;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(80px);
    font-family: ;
}

.main-slider .active .content h5 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}

.main-slider .content .border-box {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 2px;
    background: #ffffff;
    transition: all 1000ms ease;
}

.main-slider .active .content .border-box {
    width: 70px;
    transition-delay: 1500ms;
}

.main-slider .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 41px;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(80px);
}

.main-slider .content h2 span {
    font-weight: 400;
}

.main-slider .active .content h2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2000ms;
}

.main-slider .content .btns-box {
    position: relative;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(80px);
}

.main-slider .active .content .btns-box {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2500ms;
}

.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;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: inline-block;
    width: 100%;
}

.logins_section span {
    display: inline-block;
    color: #fff;
    padding: 9px 5px;
    background: #ff7e00;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.logins_section i {
    width: 30px;
    height: 30px;
    background: #0c414f;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    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: 19px;
    right: 19px;
}

.top-social li {
    display: inline-block;
    margin-right: 1px;
}

.top-social li a {
    display: block;
    width: 38px;
    height: 38px;
    background-color: rgb(255 255 255);
    color: #ff7e00;
    text-align: center;
    line-height: 39px;
    border-radius: 3px;
    font-size: 19px;
    box-shadow: inset 0px 0px 10px #9f9f9f;
}

.top-social li a:hover {
    background-color: #ff7e00;
    color: #ffffff;
}

.top-social li:nth-child(1) a {
    /* background-color: #5a92dc; */
}

.top-social li:nth-child(2) a {
    /* color: #EA2A2A; */
}

.top-social li:nth-child(3) a {
    /* color: #11cabd; */
}

.top-social li:nth-child(4) a {
    /* color: #cf1cc5; */
}

.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 15px;
}


/*** 
=============================================
    About Style1 Area Css
=============================================
***/

.about-style1-area {
    position: relative;
    display: block;
    padding: 67px 0 75px;
}

.maintitle {
    position: relative;
    text-align: center;
    margin-bottom: 31px;
}

.maintitle span {
    display: block;
    color: #ff7e00;
    font-size: 25px;
}

.maintitle h2 {
    position: relative;
    font-size: 49px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 53px;
    padding-bottom: 5px;
}

.maintitle h2::before {
    content: "";
    position: absolute;
    width: 73%;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.maintitle h3::after {
    left: initial;
    right: 0px;
}

.mainrow .contentbox {
    position: relative;
}

.who_we_are {
    padding: 0 0px;
    text-align: center;
}

.aboutus span {
    display: inline-block;
    color: #ff7e00;
    font-size: 28px;
}

.aboutus h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 80px;
}

.doc_img {
    position: relative;
    z-index: 2;
}

.doc_img::before {
    content: "";
    position: absolute;
    width: 79px;
    height: 127px;
    left: 0;
    right: 0;
    margin: auto;
    top: -104px;
    background: #ffbcc7;
    z-index: -1;
    border-top: 10px solid #333;
}

.doc_img::after {
    content: "";
    position: absolute;
    width: 79px;
    height: 91px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -73px;
    background: #ffbcc7;
    z-index: -1;
    border-bottom: 0px solid #333;
}

.doc_info {
    position: relative;
}

.doc_info span {
    color: #E93250;
    font-size: 25px;
}

.doc_info h2 {
    font-weight: 600;
    font-size: 39px;
}

.doc_info h3 {
    font-size: 27px;
    color: #5e5e5e;
}

.doc_info h4 {
    display: inline-block;
    color: #E93250;
    border-top: 1px dashed;
    font-size: 31px;
    margin-top: 7px;
    padding-top: 4px;
    margin-bottom: 12px;
}

.who_we_are p {
    font-size: 19px;
    line-height: 35px;
}

.abt_readmore {
    margin-top: 23px;
}

.exp_row {
    position: relative;
    margin-top: 39px;
}

.exp_row .col-md-4 {
    border-right: 1px dashed #333;
    padding: 16px 0;
}

.exp_row .col-md-4:nth-child(3) {
    border-right: 0px;
}

.exp_row .col-md-3::before {
    content: "";
    position: absolute;
}

.exp_row .col-md-3::after {
    content: "";
    position: absolute;
}

.exp_row .col-md-3:hover:after {
    bottom: 20px;
    background-color: #ffd8de;
}

._exp_blocks {
    text-align: center;
}

._exp_blocks h3 {
    position: relative;
    font-size: 52px;
    color: #ffffff;
    font-weight: 600;
    line-height: 137px;
    margin-bottom: 14px;
    display: inline-block;
    width: 140px;
    height: 140px;
    background: #ff7e00;
    border-radius: 50%;
}

._exp_blocks p {
    margin: 0;
    text-transform: capitalize;
    color: #000000;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.theme-btn {
    display: inline-block;
    color: #ff7e00;
    border: 2px solid;
    padding: 1px 10px;
    border-radius: 30px;
    font-size: 16px;
}

.mvv_list {
    text-align: center;
    padding: 0 23px 32px;
    margin-top: 20px;
    background: #e3fbd3;
    box-shadow: 0px 6px 4px #ccc;
}

.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: 29px;
    margin: 17px 0 8px;
}

.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 span img {
    width: 55px;
}

.whatwedo {
    position: relative;
    padding: 0;
}

.whatwedo::before,
.whatwedo::after {
    content: '';
    position: absolute;
    width: 23%;
    height: 20px;
    top: 0;
}

.whatwedo::before {
    left: 0px;
    background: linear-gradient(to right, #0f4554, transparent);
}

.whatwedo::after {
    right: 0px;
    background: linear-gradient(to left, #083846, transparent);
}

.ser_row .col-md-4 {
    padding: 0 8px;
}

.services_list {
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 16px;
}

.ser_row {
    justify-content: center;
}

.ser_row .col-md-4:nth-child(1),
.ser_row .col-md-4:nth-child(3) {
}

.services_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 41%;
    background: linear-gradient(to top, #023746, transparent);
    bottom: 0;
    transition: all ease-in-out .8s;
}

.services_list:hover::before {
    height: 100%;
}

.services_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 12px 9px;
    transition: all ease-in-out .8s;
}

.services_info::before {
    content: "";
    position: absolute;
}

.services_list:hover .services_info {
    padding-bottom: 40px;
}

.services_info h3 {
    text-transform: uppercase;
    color: #ffffff;
    line-height: 23px;
    padding: 0 4px;
    margin-bottom: 3px;
    position: relative;
    font-size: 20px;
}

.services_info a {
    width: 90px;
    padding: 0px 3px;
    background: #ff7e00;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out .9s;
    border-radius: 6px;
}

.services_list:hover .services_info a {
    visibility: visible;
    opacity: 1;
    bottom: 7px;
}

.experttise_block {
    text-align: center;
}

.experttise_block h3 {
    text-transform: uppercase;
    font-size: 49px;
    margin: 25px 0 19px;
}

.ecpul_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ecpul_section li {
    padding: 20px 26px;
    margin: 0 0px;
    background: #e1e1e1;
    font-size: 21px;
    border-radius: 11px;
}

.ecpul_section li:nth-child(2) {
    background-color: #E93250;
    color: #fff;
    padding: 33px 26px;
}

.ecpul_section li:hover {
    background-color: #333;
    color: #fff;
}

.enqery_section {
    padding: 35px 0 112px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.enqery_section::before,
.enqery_section::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #222222;
    top: 0px;
}

.enqery_section::before {
    left: 0px;
    transform: skew(0deg, -10deg);
}

.enqery_section::after {
    right: 0px;
    transform: skew(0deg, 10deg);
    z-index: -1;
}

.en_bg1 {
    position: absolute;
    width: 286px;
    height: 256px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -42px;
    background: #ffd333;
    z-index: -1;
    border-radius: 50%;
}

.enquery_form .btn {
    background-color: #ffd333;
    border: none;
    padding: 4px 16px;
    font-size: 20px;
    margin-top: 29px;
    color: #000;
}

.enqery_section .maintitle h2 {
    color: #fff;
}

.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: 88px;
}

.enquery_form .form-control::placeholder {
    color: #fff;
}

.enquery_form select.form-control option {
    background-color: #333;
}

.mahathmagandiqoute {
    background-color: #CC2428;
    padding: 20px 32px;
    margin-bottom: 19px;
}

.about-style1-text-box .inner-contant a {
    display: inline-block;
    color: #cc2428;
    font-size: 19px;
    border: 2px solid;
    padding: 7px 16px;
    border-radius: 30px;
    margin-top: 15px;
}

.whychooseus {
    padding: 100px 0px 0px;
}

.whytimeline.main-timeline {
    position: relative;
}

.whytimeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.whytimeline.main-timeline:before {
    content: '';
    /* background: #bbb; */
    height: 100%;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}

.whytimeline.main-timeline .timeline {
    width: 49%;
    margin: 0 0 30px;
    float: right;
    position: relative;
}

.whytimeline.main-timeline .timeline-content {
    background: #0d4251;
    text-align: center;
    min-height: 144px;
    padding: 20px 30px 20px 160px;
    border-radius: 100px;
    display: block;
    position: relative;
    z-index: 1;
}

.whytimeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.whytimeline.main-timeline .timeline-content:before {
    content: '';
    background: #fff;
    border-radius: 100px 0 0 100px;
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px 0px 10px #b7b7b7;
}

.whytimeline.main-timeline .timeline-icon {
    color: #000000;
    font-size: 45px;
    line-height: 92px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
}

.whytimeline.main-timeline .timeline-icon img {
    width: 50px;
    filter: invert(1);
}

.whytimeline.main-timeline .timeline-icon:before {
    content: '';
    background-color: #ff7e00;
    border-radius: inherit;
    box-shadow: inherit;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}

.whytimeline.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.whytimeline.main-timeline .description {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}

.whytimeline.main-timeline .timeline:nth-child(even) {
    float: left;
}

.whytimeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 160px 20px 30px;
}

.whytimeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    border-radius: 0 100px 100px 0;
    left: 0;
    right: 130px;
}

.whytimeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 15px;
}

@media screen and (max-width:767px) {
    .whytimeline.main-timeline:before {
        display: none;
    }

    .whytimeline.main-timeline .timeline {
        width: 100%;
    }
}

@media screen and (max-width:576px) {

    .whytimeline.main-timeline .timeline-content,
    .whytimeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 145px 20px 20px;
        border-radius: 50px;
    }

    .whytimeline.main-timeline .timeline-content:before,
    .whytimeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        top: 125px;
        right: 0;
        left: 0;
        border-radius: inherit;
    }

    .whytimeline.main-timeline .timeline-icon,
    .whytimeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: 10px;
        right: auto;
    }
}

.testimonials_section {
    position: relative;
    padding: 70px 0px 0px;
}

.testimonials_section .container {
    padding: 0 44px;
}

.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: #222222;
    position: absolute;
    z-index: -1;
}

.testimonial .pic:before {
    top: 0;
    right: -20px;
}

.testimonial .pic:after {
    bottom: 0;
    left: -20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-content {text-align: center;background: #ff7e00;color: #fff;padding: 20px;border-radius: 18px;}

.testimonial .title {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px;
    text-transform: uppercase;
    position: relative;
}

.testimonial .title::before {
    content: "";
    position: absolute;
}

.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: 19px;
    margin: 0;
    position: relative;
    line-height: 21px;
    padding: 0 0 22px;
}

.testimonial .description:before,
.testimonial .description:after {
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 39px;
    color: #ffffff;
    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: -19px;
    right: 0;
}

.testimonials_slider .owl-dots {
    position: relative;
    text-align: center;
    margin: 29px 0 0;
}

.testimonials_slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    background: #0d4251;
}

.testimonials_slider .owl-dots .owl-dot.active {
    background-color: #ff7e00;
}

.testimonilas_img img {
    border: 12px solid #fdfdfd;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
}

@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;
    }
}

.faq_section {
    position: relative;
    padding: 100px 0 100px;
}

.faq_section::before {
    content: "";
    position: absolute;
}

.faq_timeline.main-timeline {
    padding: 15px 0;
    position: relative;
    display: table;
}

.faq_timeline.main-timeline:after {
    content: '';
    position: absolute;
    clear: both;
    width: 2px;
    height: 87%;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 2px dashed #ccc;
    top: 24px;
}

.faq_timeline.main-timeline:before {
    content: '';
    background: #0d4251;
    height: 100%;
    width: 110px;
    border-radius: 100px/40px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    position: absolute;
}

.faq_timeline.main-timeline .timeline {
    width: calc(44% + 1px);
    margin: 0 0 20px 5px;
    float: right;
    position: relative;
    z-index: 1;
}

.faq_timeline.main-timeline .timeline-content {
    min-height: 155px;
    padding: 0 0 0 58px;
    display: block;
    position: relative;
    border-bottom: dotted;
}

.faq_timeline.main-timeline .timeline:nth-child(5) .timeline-content, 
.faq_timeline.main-timeline .timeline:nth-child(6) .timeline-content {
    border-bottom: 0px;
}

.faq_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.faq_timeline.main-timeline .timeline-icon {
    color: #ff7e00;
    background-color: rgb(255 255 255);
    font-size: 40px;
    text-align: center;
    line-height: 82px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    position: absolute;
    left: -40px;
    top: 50%;
}

.faq_timeline.main-timeline .title {
    color: #0d5063;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 7px;
    font-weight: 600;
    line-height: 24px;
}

.faq_timeline.main-timeline .description {
    font-size: 16px;
    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;
    }
}


/*** 
=============================================
    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;
    font-family: ;
}

.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;
}

.get_in_touch {
    position: relative;
    padding: 20px 7px;
    background: #fbcf30;
}

.get_head_section span {
    display: block;
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 37px;
}

.call_btn a {
    background-color: #222222;
    color: #ffffff;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: -3px;
    display: inline-block;
    color: #fff;
}


/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
    position: relative;
    display: block;
    background-color: #f1f0f0;
    background-image: none;
}

.footer {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-bottom {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 50px 0 0px;
    background: #021216;
}

.footer-bottom::before {
    content: "";
    position: absolute;
}

.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: 290px;
    margin-bottom: 11px;
}

.footer_links {
    text-align: center;
    margin-bottom: 30px;
}

.footer_links ul {
    display: inline-block;
    padding: 6px 0px 6px;
    border-bottom: 2px dotted #ccc;
    border-top: 2px dotted #ccc;
}

.footer_links ul li {
    display: inline-block;
}

.footer_links ul li:last-child a {
    border-right: 0px;
}

.footer_links ul li a {
    color: #f8f8f8;
    font-size: 16px;
    line-height: 22px;
    border-right: 2px dotted #ccc;
    padding: 0 11px;
}

.footer_links ul li a:hover {
    color: #ff850d;
}

.footer_add_row {
    margin: 0 35px 0;
    align-items: center;
}

.address_info_sec {
    position: relative;
    text-align: center;
    padding: 9px 17px;
    z-index: 1;
    color: #fff;
}

.footer_add_row .col-md-4:nth-child(1) .address_info_sec{
    border-right: 2px dotted #ccc;
}

.footer_add_row .col-md-4:nth-child(3) .address_info_sec{
    border-left: 2px dotted #ccc;
}

.address_info_sec::before {
    content: "";
    position: absolute;
    width: 22%;
    height: 6px;
    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: rgb(255 255 255 / 19%);
    width: 52px;
    height: 52px;
    font-size: 29px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    line-height: 51px;
    display: inline-block;
    margin-bottom: 15px;
    transition: all ease-in-out .7s;
}

.address_info_sec:hover i {
    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: 25px;
}

.copyright-text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 5px 24px;
    background: #ff7e00;
    display: inline-block;
    border-radius: 20px 20px 0px 0px;
}

.copyright-text p a {
    color: #ffffff;
    font-weight: 500;
    transition: all 500ms ease;
}

.inner_cnt_section {
    position: relative;
    padding: 100px 0px;
    min-height: 60vh;
}

.breadcrumb {
    text-align: center;
    display: block;
    padding: 99px 40px 81px;
    position: relative;
    border-bottom: 10px solid #ff7e00;
}

.breadcrumb h1 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    z-index: 1
}

.breadcrumb ul {
    display: inline-block;
    margin: auto;
    list-style: none;
    background: rgb(255 126 0);
    padding: 3px 7px;
    border-radius: 31px;
    box-shadow: 0 4px 2px #000;
    position: relative;
}

.breadcrumb ul li {
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 0 8px;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
}

.breadcrumb ul li:before {
    content: "/";
    position: absolute;
    right: -5px;
    top: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px
}

.breadcrumb ul li:last-child:before {
    content: none
}

.breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #073745;
    left: 0
}

.breadcrumb ul li a {
    color: #ffffff;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.services_text h2 {
    font-size: 24px;
    margin: 19px 0 9px;
    font-weight: 600;
}

.services_text h3 {
    font-size: 20px;
    color: #ff7e00;
    margin: 14px 0 6px;
    font-weight: 600;
}

.services_text h4 {
    font-size: 18px;
    color: #000;
    margin: 14px 0 6px;
    font-weight: 600;
}

.services_text p {
    text-align: justify;
    line-height: 27px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

.services_text a {
    color: #ED257F;
}

.ser_inner_pic img {
    border: 11px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 15px;
    margin-top: 30px;
}

.list_styles {
    position: relative;
    padding-left: 21px;
}

.list_styles li {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}

.list_styles li::before {
    font-family: "FontAwesome";
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7e00;
    font-weight: 600;
    font-size: 13px;
}

.serviceBox{
    background: var(--white);
    text-align: center;
    padding: 0 0 70px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: #0e4554;
    width: 100%;
    height: 50px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.serviceBox:after{
    background: var(--white);
    width: 50px;
    height: 50px;
    transform: translateX(-50%);
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.serviceBox .service-icon{
    color: #fff;
    background: #ff7e00;
    font-size: 40px;
    line-height: 60px;
    width: calc(100% - 50px);
    height: 60px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    margin: 0 auto 30px;
    position: relative;
}
.serviceBox .service-icon i{line-height:inherit}
.serviceBox .title{
    color: #0e4554;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 10px 10px;
}
.serviceBox .description{
    font-size: 17px;
    line-height: 23px;
    margin: 0 20px;
}
.serviceBox.red{ --color: #eb2f06; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}

.map_ iframe {
    width: 100%;
    height: 320px;
}

.tsttimeline.main-timeline{
    padding: 50px 0 0;
    position: relative;
}
.tsttimeline.main-timeline .timeline{
    margin: -42px 0 0 0;
    position: relative;
    z-index: 1;
}
.tsttimeline.main-timeline .timeline:before{
    content: '';
    border: 5px solid #073745;
    border-right: 5px solid #073745;
    height: calc(100% + 63px);
    width: 50%;
    border-radius: 100px 0 0 100px;
    position: absolute;
    left: 12%;
    top: 50%;
    z-index: -1;
}
.tsttimeline.main-timeline .timeline-content{
    background-color: #073745;
    text-align: center;
    width: 60%;
    border-radius: 30px 30px;
    padding: 20px 15px;
    position:relative;
    margin: 0 auto 100px;
    display: block;
    z-index: 1;
}
.tsttimeline.main-timeline .timeline-content:hover{ text-decoration: none; }
.tsttimeline.main-timeline .timeline-content:before{
    content: "";
    background: #fff;
    width: calc(100% - 13px);
    height: calc(100% - 10px);
    border-radius: 20px 20px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.tsttimeline.main-timeline .timeline-icon,
.tsttimeline.main-timeline .timeline-year{
    color: #ff7e00;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 2px;
}
.tsttimeline.main-timeline .title{
    color: #c51b64;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.tsttimeline.main-timeline .description{
    font-size: 16px;
}
.tsttimeline.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: 12%;
    border-radius: 0 100px 100px 0;
}
@media only screen and (max-width:990px){
    .tsttimeline.main-timeline .timeline:before{
        left: 5%;
        border-radius: 120px;
    }
    .tsttimeline.main-timeline .timeline:nth-child(even):before{ right: 5%; }
}
@media only screen and (max-width:576px){
    .tsttimeline.main-timeline:before{ width: 85%; }
    .tsttimeline.main-timeline .timeline{ margin: -38px 0 0 0; }
    .tsttimeline.main-timeline .timeline:before{ left: 0; }
    .tsttimeline.main-timeline .timeline:nth-child(even):before{ right: 0; }
    .tsttimeline.main-timeline .timeline-content{ width: 85%; }
    .tsttimeline.main-timeline .title{ font-size: 18px; }
}