body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    color: #69696e;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

p {
    font-family: 'Poppins', sans-serif !important;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.eot");
    src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Barlow-Regular";
    src: url("../fonts/Barlow-Regular.eot");
    src: url("../fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Regular.svg#Barlow-Regular") format("svg"), url("../fonts/Barlow-Regular.ttf") format("truetype"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.menubar {
    width: 100%;
    display: inline-block;
}

.menubar .menu {
    width: 100%;
    display: inline-block;
}

.menubar .menu-container {
    background: transparent;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin: 24px 0 0 0;
}

.menubar .menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}

.menubar .menu img {
    max-width: 100%;
}

.header-rights img {
    width: 100%;
}

.menubar .menu-mobile {
    display: none;
    padding: 20px;
}

.menubar .menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin-top: -30px;
    margin-right: 16px;
}

.menubar .menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menubar .menu>ul {
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar .menu>ul:before,
.menubar .menu>ul:after {
    content: "";
    display: table;
}

.menubar .menu>ul:after {
    clear: both;
}

.menubar .menu>ul>li {
    float: left;
    background: #fff0;
    padding: 0px 0px;
    margin: 0;
}

.menubar .menu>ul>li a {
    text-decoration: none;
    padding: 8px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: "Montserrat-Medium";
}

.menubar .menu>ul>li:hover a {
    color: #000;
}

.menubar .menu>ul>li:hover {
    background: #fff;
    color: #000;
}

.menubar .menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menubar .menu>ul>li>ul:before,
.menubar .menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menubar .menu>ul>li>ul:after {
    clear: both;
}

.menubar .menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menubar .menu>ul>li>ul>li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
}

.menubar .menu>ul>li>ul>li a:hover {
    color: #000;
}

.menubar .menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menubar .menu>ul>li>ul>li>ul:before,
.menubar .menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menubar .menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menubar .menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menubar .menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}

.menubar .menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menubar .menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menubar .menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

@media only screen and (max-width: 959px) {
    .menubar .menu-container .menu {
        display: inline-block;
    }
    .menubar .menu-mobile {
        display: block;
        float: right;
        padding: 0px 0 0 0px;
    }
    .menubar .menu-dropdown-icon:before {
        display: block;
    }
    .menubar .menu>ul {
        display: none;
        width: 100%;
    }
    .menubar .menu>ul>li {
        width: 100%;
        display: block;
        float: right;
    }
    .menubar .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
        color: #000;
    }
    .menubar .menu>ul>li>ul {
        position: relative;
        padding: 0 40px;
    }
    .menubar .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menubar .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menubar .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menubar .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menubar .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menubar .menu .show-on-mobile {
        display: block;
        background: #fff;
        z-index: 9;
        position: absolute;
        top: 50px;
        width: 100%;
    }
}

.pd {
    padding: 0px;
}

.slider-cont {
    padding:12% 0 9%;
    position: relative;
}

.slider-cont .main-div {
    height: auto;
    width: 100%;
    margin-top: 0px;
}

.slider-cont .main-div .div-banner img {
    width: 100%;
    display: inline-block;
    height: 100vh;
    object-fit: cover;
}

header {
    background: #fff0;
    padding: 0px 0 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999 !Important;
    width: 100%;
}

.mg-left {
    padding: 0px;
}
.w-20 {
  width: 20% !important;
}

.header-rights a img {
    width: 100%;
    height: auto;
}

.logo img {}

.header-moblie-left.rights-togle-rd {
    padding-right: 0px;
}

.div-banner {
    position: relative !important;
}

.logo {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    z-index: -1;
    width: 110%;
    height: 100%;
}

.header-rights::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fe5f03;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
    z-index: -1;
    width: 110%;
    height: 100%;
}

.pd.mg-left {
    padding: 0;
}

.banner-inner-cont {
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

.home-container {
    width: 98%;
    max-width: 100%;
}

.banner-left-dd {
    z-index: 9;
    width: 100%;
    padding-left: 0px;
}

.banner-left-dd h4 {
    font-family: "Montserrat-Regular";
    color: #fff;
    font-size: 38px;
}

.banner-left-dd h2 {
    color: #fff;
    font-size: 47px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "Montserrat-Medium";
}

.orange {
    color: #fe5f03 !important
}

.banner-left-dd h2:after {
    position: absolute;
    content: "";
    background: #fe5f03;
    width: 250px;
    height: 6px;
    bottom: 0px;
    left: 0;
}

.disc {
    font-size: 9px !important;
    line-height: 12px;
    margin-top: 15px;
}

.banner-left-dd p {
    color: #fff;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}

.banner-left-dd a.result-dd {
    background: #fe5f03;
    color: #fff;
    padding: 10px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    float: left;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
    left: 0;
    right: 0;
}

.banner-inner-cont .banner-left-dd a.result-dd:focus {
    outline: none;
    border: none;
}

.form-right {
  width: 80%;
  margin: 0 0 0 50px;
  background: linear-gradient(135deg, #e6e5e5 10%, #f7f8f9 10%, #f7f8f9 81%, #eaeaea 60%);
  padding: 40px 30px 30px 30px;
  text-align: center;
  position: absolute;
  z-index: 1111;
  border: 1px solid #80808030;
  z-index: 99 !important;
}

.form-right h4 {
    color: #444;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}

.form-right h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 13px;
    color: #50919f;
}

.form-right form {}

.form-right form .form-div {
    width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: .3px;
    font-weight: 500;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    border: 2px solid #ddd;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
}

.form-right button.button-submit {
    background: #fe5f03;
    color: #fff;
    border: none;
    padding: 11px;
    text-transform: uppercase;
    border-radius: 4px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.form-right form textarea.form-div {
    height: 100px;
    padding-top: 10px;
}

.header-rights {}

.rights-togle-rd {
    padding-right: 0px;
}

.header-rights h2 {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    text-align: left;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    padding-left: 73px;
    padding-bottom: 0;
}

.header-rights p span {
    font-size: 24px;
}

.header-rights p {
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 25px;
    padding: 12px 0 12px 23px;
    text-align: center;
}

section.logo-section {
    float: left;
    width: 100%;
    background: #f4f4f4;
    position: relative;
    padding: 20px;
    z-index: -1;
}

.inner-partd {
    width: 100%;
    margin: 0px auto;
    max-width: 1170px;
}

header.fixed {
    -webkit-animation: slide-down 1.0s;
    animation: slide-down 1.0s;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    top: 0;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.div-repet {
    padding: 0px 45px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
}

.product-showcase-carousel-controls {
    transition: all ease-in-out .3s;
    position: relative;
    top: -5px;
    cursor: pointer;
    z-index: 2;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 13px;
}

.product-showcase-carousel-controls--left {
    left: auto;
    padding: 4px 0;
    position: absolute;
    top: 6px;
}

.product-showcase-carousel-controls--right {
    right: 60px;
    padding: 4px 0;
    position: absolute;
    top: 6px;
}

.product-showcase-carousel-controls span.clinetleft.hvr-radial-out {
    right: 0;
    position: absolute;
    left: auto;
    top: 6px;
}

.product-showcase-carousel-controls span.clinetright.active.hvr-radial-out {
    left: auto;
    position: absolute;
    left: 0px;
}

.product-showcase-carousel-controls span.clinetright.active.hvr-radial-out img {
    float: right;
    right: 0px;
}

.our-services {
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.areas-we-serve {}

.heading {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.heading h5 {
    font-family: "Montserrat-Medium";
    font-size: 22px;
    color: #fe5f03;
}

.heading h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.tabs-inner {
    width: 100%;
    display: inline-block;
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.tabset>label span img {
    width: 30px;
    margin-right: 4px;
}

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #b3b3b3c7;
    cursor: pointer;
    font-weight: 600 !important;
    font-size: 15px;
    width: 33%;
    background: #6b99a4;
    color: white;
    transition: ease 0.4s;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    height: 72px;
    line-height: 3.5;
}

.tabset>label:hover,
.tabset>input:focus+label {
    color: #444;
    background: #fff;
    transition: ease 0.4s;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #fff;
    transition: ease 0.4s;
}

.tabset>input:checked+label {
    border-color: #ccc;
    background: #fff;
    color: #000;
    border-bottom: 4px solid #fe5f03;
}

.tab-panel {
    padding: 20px 0;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    text-align: left;
}

.tabset {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tab-panels {}

section#marzen {}

.tab-panels h4.lead1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.tab-panels p.cont {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
}

ul.bx-hob {
    padding: 0;
    margin-top: 23px;
}

ul.bx-hob li a {
    color: #000;
    font-size: 16px;
}

ul.bx-hob li:active {
    color: #000;
    border: 1px solid red;
}

ul.bx-hob li {
    width: 47%;
    margin: 0px 0px 15px 10px;
    background: #f3f3f3;
    float: left;
    padding: 6px 15px;
    list-style: none;
    border: 1px solid #9e9c9c;
    position: relative;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, .1);
}

ul.bx-hob li a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 14px;
}

.innrpage .form-right {
    width: 93%;
    position: relative;
}

.innrpage .form-right .disc {
    color: #000 !important;
}

ul.bx-hob li:after {
    content: "\f0da";
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
    right: 9px;
    top: 6px;
    color: #fe5f03;
}

.cont-bx {
    background: #fe5f03;
    padding: 0px 10px 6px 6px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
}

.cont-bx .cus-btn-white {
    background: white;
    color: #d7b173;
    border: 0;
    font-size: 15px;
    border-radius: 0;
    padding: 7px 30px;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
}

ul.bx-hob li:hover {
    border-color: #fe5f03;
    transition: ease 0.4s;
}

ul.bx-hob li:hover a {
    color: #fe5f03 !important;
}

.white {
    color: #fff !important;
}

ul.bx-hob li:hover>ul.bx-hob li:after {
    content: "\f0da";
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
    right: 9px;
    top: 8px;
    color: #86c8d4;
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
    color: #d7b173;
    transform: rotate(270deg);
    position: absolute;
    left: -13px;
    top: 4px;
}

.fursi1-bx h2 {
    font-size: 17px;
    line-height: normal;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.fursi1-bx {
    margin: 0 auto;
    text-align: center;
}

.fursi1-bx img {}

section.four-bx-section {
    position: relative;
    width: 100%;
}

.fourth-heading {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}

.logo-left-st {
    float: left;
    width: 100%;
}

.cont-bx h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cont-bx h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 23px;
    margin-top: 6px;
}

.cont-bx p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}

section.section.tabs-bx-section {
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
}

.captionh2 {
    font-family: "Montserrat-Medium" !Important;
    line-height: 1.5em;
}

section.section.tabs-bx-section .contetn-bx1 h5.fourth-heading {
    font-family: "Montserrat-Medium";
}

section.section.tabs-bx-section .contetn-bx1 p.cont.dark {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 30px;
}

.content {
    max-width: 100%;
}

.accordion__item {
    background: #f7f8f9;
    border-radius: 4px;
    margin-bottom: 15px!important;
}

.accordion__item:not(:last-child) {
    margin-bottom: 0px;
}

.accordion__header {
    padding: 15px;
    padding-right: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #e5e7eb;
    border-radius: 12px;}

.accordion__header::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("https://cdn.statically.io/gist/koptyaisky/33f5da3d9e6b6cacdf5a353ad033c2ea/raw/c8468a17e0141ee82a2571deea1f76162abb47b6/arrow-down-blue.svg") no-repeat center;
    background-size: contain;
    transition: all .4s ease;
}

.accordion__item.open-accordion .accordion__header:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/down-menu.png") no-repeat center;
    background-size: contain;
    transition: all .4s ease;
}

.accordion__body {
    padding: 15px 20px 0px 20px;
    font-size: 13px;
    color: #000;
    line-height: 1.5;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    font-family: "Montserrat-Medium";
}

.open-accordion .accordion__body {
    display: block;
}

.open-accordion .accordion__header::after {
    transform: rotate(-180deg);
}

.accordion__item.open-accordion .accordion__header {
    background: #50919f;
    color: #fff;
}

.accordion__body ul.kkji9 {
    list-style-type: none;
    margin: 8px 0px 0px 0px;
    padding: 0;
}

.accordion__item .accordion__header h4 {
    color: #000;
    font-size: 17px;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 28px;
}

.accordion__item .accordion__header h4 .custom_icon {
    color: #fe5f03;
}

.accordion__item.open-accordion .accordion__header h4 {
    color: #fff;
}

.accordion__item.open-accordion .accordion__header h4 .custom_icon {
    color: #fff;
}

.accordion__body ul.kkji9 li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
}

.accordion__body ul.kkji9 li a {
    background: #818181;
    color: #fff;
    padding: 4px 10px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 7px;
}

.accordion__body ul.kkji9 li a:hover {
    background: #fe5f03;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
}

section.faq-section {
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
    background: #fff;
}

section.faq-section h4.sub-heading {
    font-family: "Montserrat-Medium";
    color: #fe5f03;
    font-size: 20px;
    margin-bottom: 0px;
}

section.faq-section h2.main-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    margin-bottom: 18px;
}

section.faq-section .ac-container {
    max-width: 100%;
    border-top: none;
}

section.faq-section .ac-container label {
    height: auto;
    border: solid 1px #ddd;
    line-height: 1.8;
    font-size: 16px;
    padding: 7px 10px;
    display: block;
    cursor: pointer;
    color: #444;
    background: #eee;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

section.faq-section .ac-container input:checked~label {
    border-bottom: 4px solid #fe5f03;
    ;
}

section.faq-section .ac-container {
    width: 100%;
    margin: 10px auto;
}

section.faq-section .ac-container label:hover {}

section.faq-section .ac-container input {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    height: 300px;
}

button.btn-custom {
    background: #fe5f03;
    border: none;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    margin-top: 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}

section.faq-section .ac-container article {
    overflow: hidden;
    height: 0;
    transition: 0.6s;
}

section.faq-section .ac-container article p {
    padding: 10px 10px 10px 32px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

section.faq-section .ac-container input:checked~article {
    height: auto;
    background: #fff;
    margin-bottom: 12px;
}

section.faq-section .ac-container div {
    margin-bottom: 10px;
}

.clien-bx1 {
    background: #50919f;
    padding: 25px 20px;
    width: 100%;
}

.clien-bx1 img {
    width: 70px;
    display: block;
}

.clien-bx1 h5.lead.white {
    color: #fff;
    font-family: "Montserrat-Medium";
    margin-bottom: 4px;
}

.clien-bx1 p.dark.white {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: justify;
}

.clien-bx1 button.cus-btn-white.dark {
    background: #f8f9fb;
    border: none;
    padding: 10px;
    max-width: 100%;
    width: 140px;
    display: block;
    margin-top: 22px;
}

.inner-box-testimonils {
    width: 79%;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
}

.inner-box-testimonils .box-testi {
    float: left;
    margin-right: 5px;
    text-align: center;
    padding: 10px;
    position: relative;
    width: auto;
}

.sidebar .accordion__header {
    background: #ffff;
    border: solid 1px #0000002e;
}

.inner-box-testimonils .box-testi:focus {
    outline: none;
    border: none;
}

.inner-box-testimonils .box-testi .pic {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}

.inner-box-testimonils .box-testi .pic img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    margin: 0px auto;
}

.inner-box-testimonils h5 {
    margin-top: 32px;
    font-family: 'Poppins', sans-serif;
    */font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
    margin-bottom: 24px;
    font-size: 13px;
}

.inner-box-testimonils h5 i.fa.fa-quote-left {
    margin-right: 10px;
    color: #fe5f03;
    font-size: 24px;
}

.inner-box-testimonils h5 i.fa.fa-quote-right {
    margin-left: 10px;
    color: #fe5f03;
    font-size: 24px;
}

.inner-box-testimonils h4 {
    color: #8a8c8b;
    margin-bottom: 3px;
    font-family: "Montserrat-Regular";
    font-size: 14px;
}

.inner-box-testimonils p {
    color: #e2cfcf;
    font-family: 'Poppins', sans-serif;
}

.testmonials-cont {
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
    background: #f4f4f4;
}

.testmonials-cont .product-showcase-carousel-controls {
    transition: all ease-in-out .3s;
    position: absolute;
    top: 100px;
    cursor: pointer;
    z-index: 2;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 13px;
}

.testmonials-cont .product-showcase-carousel-controls--left {
    left: -50px;
    padding: 15px 0;
}

.testmonials-cont .product-showcase-carousel-controls--left img,
.testmonials-cont .product-showcase-carousel-controls--right img {
    width: 30px;
    display: block;
}

.testmonials-cont .product-showcase-carousel-controls--right {
    right: -80px;
    padding: 15px 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.application-cont {
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
}

.application-cont .application-cont-lt {
    width: 100%;
    display: inline-block;
}

.application-cont-lt .col-lg-8.pl-0 {
    padding: 0px;
}

.application-cont-lt .col-lg-4.pl-0 {
    padding: 0px;
}

.application-cont .application-cont-lt .book-bx1 {
    background: #50919f;
    padding: 20px 0px 20px 0px;
    color: #fff;
    text-align: center;
}

.application-cont .application-cont-lt .book-bx1 h5 {
    font-size: 16px;
    font-family: "Montserrat-Regular";
}

.application-cont .application-cont-lt .book-bx1 p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.application-cont .application-cont-lt .book-bx1 button.btn-custom {
    background: #fe5f03;
    border: none;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    margin-top: 8px;
    border-radius: 4px;
    font-size: 13px;
}

.application-cont .application-cont-lt .book-bx1 button.btn-custom:focus {
    outline: none;
    border: none;
}

.book-bx2 {
    background: #2c333d !important;
}

.clients-div {
    background: #f7f8f9;
    padding: 50px 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.clients-div .clients-div-inner {
    text-align: left;
}

.clients-div .clients-div-inner h4 {
    font-size: 29px;
    line-height: 1.5;
    color: #2c333b;
}

.clients-div .clients-div-inner h4 span {
    display: block;
    margin-top: 8px;
}

.clients-div h5 {
    color: #fe5f03;
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 24px;
}

.clients-div h5 span {
    color: #000;
    font-family: "Montserrat-Medium";
    font-weight: 700;
}

.clients-div button.btn-custom {
    background: #fe5f03;
    color: #fff;
    border: none;
    padding: 14px;
    max-width: 190px;
    display: block;
    width: 100%;
    font-family: "Montserrat-Medium";
    text-align: center;
    margin: 0px auto;
    margin-top: 10px !important;
}

.clients-div button.btn-custom:focus {
    outline: none;
    border: none;
}

.clients-div .clients-div-inner p {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

footer {}

footer .footer-left {
    background: #666666;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    padding: 35px;
    min-height: 326px;
}

footer .footer-left p {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 16px;
}

footer .footer-left a.read-more {
    color: #fff;
    text-decoration: underline;
}

footer .footer-middle {
    background: #4d4d4d;
    padding: 35px;
    color: #fff;
    min-height: 326px;
}

footer .footer-middle .footer-inner-md {
    width: 100%;
    display: inline-block;
}

footer .footer-middle .footer-inner-md h4 {
    font-family: "Montserrat-Medium";
    font-size: 20px;
}

footer .footer-middle .footer-inner-md p {
    font-family: 'Poppins', sans-serif;
}

footer .footer-middle .footer-inner-md p a {
    color: #fff;
}

footer .footer-right {
    background: #333333;
    padding: 25px 35px;
}

footer .footer-right h4 {
    color: #fff;
    font-family: "Montserrat-Medium";
    font-size: 20px;
}

footer .footer-right ul {
    list-style-type: none;
    margin: 24px 0px 0px 0px;
    padding: 0;
}

footer .footer-right ul li {
    display: inline-block;
    margin-right: 8px;
}

footer .footer-right ul li a {
    background: #fe5f03;
    color: #000;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    display: block;
}

footer .footer-right ul li a i {
    text-align: center;
    padding: 0px;
    font-size: 16px;
}

footer {
    background: #313131;
}

.container-fluid {
    padding-left: 0;
}

footer .copy-moblie {
    padding: 0px;
}

.footer-bottom {
    background: #50919f;
    float: left;
    width: 100%;
}

.paywith {
    width: fit-content;
    float: left;
    margin-top: 28px;
}

.paywith img {
    border-radius: 8px;
    background: #fff;
    width: 100%;
    float: left;
}

.book-bx1 img {
    text-align: center;
    margin: 0 auto;
    padding: 34px 0px 0px 0px;
}

.footer-bottom .inner-bottom-ft {
    text-align: center;
}

.footer-bottom .inner-bottom-ft ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0px 20px 0px;
}

.footer-bottom .inner-bottom-ft ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #fff;
    padding-right: 12px;
}

.footer-bottom .inner-bottom-ft ul li a {
    display: block;
    color: #fff;
    font-family: "Montserrat-Medium";
    text-decoration: none;
}

.footer-bottom .inner-bottom-ft ul li:last-child {
    border-right: none;
}

.footer-bottom {
    background: #50919f;
    float: left;
    width: 100%;
}

.footer-bottom .inner-bottom-ft {
    text-align: center;
}

.footer-bottom .inner-bottom-ft ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0px 20px 0px;
}

.footer-bottom .inner-bottom-ft ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #fff;
    padding-right: 12px;
}

.footer-bottom .inner-bottom-ft ul li a {
    display: block;
    color: #fff;
    font-family: "Montserrat-Medium";
    text-decoration: none;
}

label.error {
    color: red;
    font-weight: 500 !important;
    font-size: 12px;
    margin-bottom: 10px;
}

.footer-bottom .inner-bottom-ft ul li:last-child {
    border-right: none;
}

.footer-bottom p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: "Montserrat-Medium";
}

:focus {
    outline: none !important;
}

a:focus {
    outline: none !important outline-offset: !important;
}

.phone {
    display: none;
}

.page-title {
    position: relative;
    padding: 120px 0px 20px 0px;
    color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.auto-container {
    position: static;
    padding: 0px 15px;
    margin: 0 auto;
}
#toggle-menu{right:25px!important}

.page-title h1 {
    position: relative;
    font-size: 50px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    
}

.page-title .title-column {
    position: relative;
    margin-bottom: 10px;
    padding: 100px 0;
}

.page-title .bread-crumb {
    position: relative;
    text-align: left;
    padding-left: 0;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-title .bread-crumb li a {
    color: #fff;
    text-decoration: none;
}

.page-title .bread-crumb li.active {font-weight: 700}

.page-title .bread-crumb li:before {
    content: '/';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
}

.page-title .bread-crumb li:first-child {
    margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

section.about-section {
    padding: 50px 0px 0px;
    display: inline-block;
    width: 100%;
}

section.about-section .sec-title h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

h3 {
    font-family: "Montserrat-Medium";
}

section.about-section .inner-box .sec-title h2 span {
    color: #e46e05;
}

section.about-section .inner-box .text p {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    text-align: justify;
}

section.about-section .inner-box a.theme-btn.btn-style-two {
    background: #e46e05;
    color: #fff;
    padding: 14px 25px;
    margin-top: 8px;
    display: block;
    font-family: 'Poppins', sans-serif;
    max-width: 150px;
    text-align: center;
    width: 100%;
    border-radius: 0px;
    margin: 30px 0px;
    text-decoration: none;
}

section.about-section .video-box img {
    width: 100%;
    display: block;
    float: right;
    border-radius: 4px;
    margin-top: 0px;
}

.about-mission-area {
    padding: 75px 0;
    background: #f7f8f9;
}

.about-mission-area .section-title {
    margin: 0 0 45px;
    position: relative;
    text-align: center;
    z-index: 5;
}

.about-mission-area .section-title {
    margin: 0 0 45px;
    position: relative;
    text-align: center;
    z-index: 5;
}

.about-mission-area .about-mission-area .section-title h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 14px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.about-mission-area .section-title h2 span {
    color: #4ac153;
}

.about-mission-area .section-title p {
    color: #999999;
    font-size: 18px;
    line-height: 24px;
}

.about-mission-area .about-mission-area {
    padding: 75px 0;
}

.about-mission-area .about-mission-content.history-content .title {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 13px;
    font-family: "Montserrat-Medium";
}

.about-mission-area .about-mission-content.history-content .text {
    color: #333333;
    line-height: 25px;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}

.about-mission-area .about-mission-content.h3-history-content {
    text-align: left;
}

.about-mission-area .about-mission-content.history-content .title span {
    display: block;
    color: #e46e05;
}

.about-mission-area .about-mission-content.h3-history-content .list li span {
    color: #18c1f0;
}

.about-mission-area .about-mission-content.history-content .list {
    list-style: outside none none;
    margin: 0 0 19px;
    padding: 0;
}

.about-mission-area .about-mission-content.history-content .list li {
    color: #333333;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 36px;
    position: relative;
}

.about-mission-area .about-mission-content.history-content .list li span {
    color: #4ac153;
    left: 0;
    position: absolute;
    top: 7px;
}

.h3-history-left {
    float: right;
}

.featured-banner-type2 {
    color: #ffffff;
    background-image: url('../images/banner-1.png');
    background-size: cover;
    padding: 44px 0 40px 0;
}

.featured-banner-type2 .content .caption {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif;
}

.featured-banner-type2 .content .heading {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 32px;
    font-family: "Montserrat-Medium";
    text-align: left;
}

.featured-banner-type2 .content .description {
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
}

.featured-banner-type2 .content .fl-btn {
    margin-bottom: 20px;
}

.featured-banner-type2 .content .fl-btn a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background-color: #e46e05;
    padding: 10px 37px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.overlay {
    width: 100%;
    position: absolute;
    background: #000;
    height: 100%;
    left: 0px;
    right: 0;
}



.contact_page input.form-control-dd {
    background: #f6f6f6;
    border-color: #f6f6f6;
    height: 50px;
    width: 100%;
    border: none;
    padding: 12px;
    margin-bottom: 22px;
    border: 1px solid #ddd;
    font-family: "Barlow-Regular";

}

.contact_page textarea.form-control-dd {
    background: #f6f6f6;
    border-color: #f6f6f6;
    width: 100%;
    border: none;
    padding: 12px;
    margin-bottom: 22px;
    border: 1px solid #ddd;
    height: 100px;
}

.contact_page button.bt-submit {
    max-width: 100%;
    display: inline-block;
    float: left;
    background: #fe5f03;
    border: none;
    padding: 14px 0px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
    width: 200px;
    transition: 0.2s;
    border: 2px solid #fe5f03;
}

.contact_page button.bt-submit:hover {
    background: #fff;
    color: #fe5f03;
    padding: 14px 0px;
    border: 2px solid #fe5f03;
}

.contact_page input.form-control-dd:focus {
    border: 2px solid #ddd;
    background: transparent;
}

.contact_page textarea.form-control-dd:focus {
    border: 2px solid #ddd;
    background: transparent;
}

.page-title .title-column h6 {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    line-height: 1.2;
}

.sidebar ul.menu {
    padding: 0;
    .sidebar list-style: none;
    width: 100%;
    margin: 0px auto;
    clear: both;
    display: table;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.sidebar ul.menu .list {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    vertical-align: sub;
    background: #6b99a4;
    clear: both;
    list-style-type: none;
}

.sidebar ul.menu .list:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
}

.sidebar ul.menu .list:before {
    content: '\f07b';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
    display: none;
}

.sidebar ul.menu .list a {
    text-decoration: none;
    color: #fff;
    padding: 17px 0px 17px 25px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    font-family: "Montserrat-Medium";
    font-size: 13px;
}

.sidebar ul.menu .list a:hover {
    background-color: #f7f8f9;
    transition: 300ms all;
    color: #000;
}

.sidebar ul.menu .list .items {
    height: 0px;
    overflow: hidden;
}

.sidebar ul.menu .list .items a {
    padding: 10px;
}

.sidebar ul.menu .list .items a:hover {
    background-color: #ececec;
    color: #000;
    transition: 300ms all;
    font-family: 'Poppins', sans-serif;
}

.sidebar ul.menu .list:last-child {
    border-bottom: none;
}

.sidebar ul.menu .active:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
}

.sidebar ul.menu .active:before {
    content: '\f07c';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
}

.sidebar ul.menu .active>.items {
    display: block;
    background: #fff;
    padding: 0px;
    height: auto;
    color: #444;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
}

.sidebar ul.menu .active>.items li {
    padding: 0px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.sidebar ul.menu .active>.items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
}

.sidebar ul.menu .active>.items .active>.items {
    background-color: #2f4b67;
}

.sidebar ul.menu .active>a {
    color: #fff;
    text-transform: uppercase;
}

.sidebar ul.menu .active .list {
    background: #697d92;
}

.sidebar ul.menu .active .list a {
    padding: 17px 0px 17px 45px;
}

.services-dfr {
    padding: 120px 0px 20px 0px;
}

.banner-form {
    width: 50%;
    margin: 0px 0 0 50px;
    background: linear-gradient(135deg, #e6e5e5 10%, #f7f8f9 10%, #f7f8f9 81%, #eaeaea 60%);
    padding: 15px 30px 17px 20px;
    text-align: center;
    z-index: 1111;
    border: 1px solid #80808030;
    float: right;
    top: 0;
}

.banner-form h4 {
    color: #444;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}

.banner-form h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 13px;
    color: #c1b2ae;
}

.banner-form form .form-div {
    width: 100%;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 500;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #ddd;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 36px;
}

.banner-form button.button-submit {
    background: #fe5f03;
    color: #fff;
    border: none;
    padding: 11px;
    text-transform: uppercase;
    border-radius: 4px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.banner-form form textarea.form-div {
    height: 100px;
    padding-top: 10px;
}

.sidebar ul.menu .list ul.items li a {
    color: #444;
}

/*.page-top .sidebar {
    width: 100%;
    display: inline-block;
}*/

.side-right {
    width: 100%;
    display: inline-block;
}

footer .footer-left h2 {
    font-family: "Montserrat-Medium";
    font-size: 20px;
}

.side-right h4 {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    margin-bottom: 0;
}

.services-rights ul li {
    font-size: 16px;
    list-style: none;
    line-height: 30px;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 20px!important;
}

.services-rights ul li:before {
    font-family: "FontAwesome";
    content: "\f101";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #fe5f03;
    position: absolute;
    left: 60px;
}

.services-rights ul.botaam li:before {
    display: none;
}

.services-rights ul {
    padding-left: 45px;
}

.services-rights h2,
.services-rights h3,
.services-rights h4,
.main h2,
.main h3,
.main h4
 {
    font-weight: 600;
  color: #333;
  line-height: 35px;
}

.main a{color:#fe5f03}

.services-rights p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
    text-align: justify;
}
.services-rights img {object-fit: cover;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(1) contrast(1) saturate(1);
  transform: scale(1) rotate(0deg);
  border-radius: 25px;box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.23);
  padding: 0px !important;width: 100%;}


.phonetxt {
    font-size: 16px !important;
}

i.fa.fa-map-marker {
    font-size: 17px;
}

.page-top .services-rights {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.page-top .services-rights .inner-serices-rdd {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left {
    width: 100%;
    display: inline-block;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left h4 {
    font-family: "Montserrat-Medium";
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #444;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left ul.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left ul.list li {
    font-family: 'Poppins', sans-serif;
    color: #444;
    margin-bottom: 2px;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left ul.list li span {
    margin-right: 8px;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-right {
    width: 100%;
    display: inline-block;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-right img {
    width: 100%;
    display: block;
}

.initiative-cont {
    padding: 20px 20px 20px 50px;
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
}

.initiative-cont h4 {
    font-family: "Montserrat-Medium";
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.initiative-cont p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 32px;
    color: #444;
}

.initiative-cont .initiative-inner {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.initiative-cont .initiative-inner img {
    margin-bottom: 7px;
}

.initiative-cont .initiative-inner h5 {
    font-family: "Montserrat-Medium";
    font-size: 16px;
}

.initiative-cont .initiative-inner p {
    font-size: 13px;
    line-height: 1.5;
    color: #444;
}

.frequently {
    width: 100%;
    display: inline-block;
    padding: 0px 15px;
}

.frequently .acrrodin-div p {
    color: #444;
    font-family: "Montserrat-Medium";
}

.frequently h3 {
   font-size: 25px;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 0;
  margin-top: 0px;
  font-weight: 600;
  color: #333;
  line-height: 35px;
}

.fixed-header {
    position: fixed;
    top: 100px !important;
    width: 270px !important;
}

.services-dfr .title-column {
    padding-top: 90px;
}

header.fixed .menu ul li a {
    color: #000;
}

section.about-section .inner-box .sec-title h5 {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-family: "Montserrat-Medium";
}

.inner-box h5 {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 18px;
}

.about-mission-area .about-mission-content.h3-history-content h4 {
    font-size: 21px;
    font-family: "Montserrat-Medium";
    line-height: 1.5;
}

.featured-banner-type2 .content p {
    font-family: "Montserrat-Medium";
}

.featured-banner-type2 .content p a {
    color: #e46e05;
    font-family: "Montserrat-Medium";
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left h6 {
    font-family: "Montserrat-Medium";
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 8px;
    color: #e46e05;
}

.page-top .services-rights .inner-serices-rdd .inner-fd-left a.theme-btn.btn-style-two {
    background: #e46e05;
    color: #fff;
    max-width: 170px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 4px;
    margin-top: 22px;
    font-family: "Montserrat-Medium";
    text-decoration: none;
}

.mostd {
    width: 100%;
    padding: 0px 15px;
}

.mostd p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #444;
}

.mostd h4 {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.mostd ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px;
}

.mostd ul li {
    margin-bottom: 12px;
    font-family: "Montserrat-Medium";
}

.row.mostd ul.list {
    padding: 10px 0px;
    list-style-type: none;
}

.row.mostd ul.list li {
    margin-bottom: 9px;
    font-family: "Montserrat-Medium";
}

.row.mostd ul.list li span.fa.fa-check-square-o {
    margin-right: 8px;
}

.ing img {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}

.ing {
    width: 100%;
    display: inline-block;
    padding: 14px 0px;
}

.lawyer-conts {
    width: 100%;
    display: inline-block;
    padding: 14px 0px;
}

.lawyer-conts .layer-left-img {}

.lawyer-conts .layer-left-img img {
    width: 100%;
    display: inline-block;
}

.lawyer-conts h4 {
    margin-top: 0px;
}

.botaam Li {
    font-size: 19px !important;
    list-style: none;
    padding: 10px;
    background-color: #fff;
    color: #fe5f03;
    border-radius: 10px;
    float: left;
    margin: 5px;
}

.botaam Li a {
    color: #fe5f03;
}

.botaam Li a:hover {
    text-decoration: none;
}

.div-rights-dd-ltss img {
    width: 100%;
    display: inline-block;
}

.div-rights-dd {
    width: 100%;
    display: inline-block;
}

.container {
    width: 85%;
    max-width: 1440px;
}

@media only screen and (min-width: 768px) {
    .fixed-bottom {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .services-moblies-left {
        display: none !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .tabset>label {
        position: relative;
        display: inline-block;
        padding: 9px 15px;
        border: 1px solid #b3b3b3c7;
        cursor: pointer;
        font-weight: 600 !important;
        font-size: 12px !important;
        height: 50px;
    }
    .banner-left-dd {
        margin-top: 30%;
    }
    .banner-left-dd h4 {
        font-size: 26px;
    }
    .form-right {
        width: 100% !important;
        margin: 0 0 0 0px !important;
        z-index: 99 !important;
        margin-top: 22px !important;
    }
    .cont-bx {
        margin-bottom: 10px;
    }
    .logo img {
        max-width: 189px !important;
    }
    nav#menu {
        margin: 0 !important;
    }
    #menu li {
        width: auto !important;
        padding-right: 10px;
    }
    #menu a {
        padding: 19px 10px !important;
        font-size: 12px !important;
    }
}

#toggle-menu,
#menu a {
    padding: 0.6em 0.8em !important;
}

.sppb-section-title .sppb-title-heading {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 27px;
    margin: 0;
}

.sppb-title-heading::before {
    background-color: #fe5f03;
}

.sppb-section-title {
    margin-bottom: 20px;
}

.sppb-title-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 60px;
}

.sppb-modal-icon-wrap i {
    color: #fff;
    font-size: 20px;
}

.sppb-modal-icon-wrap {
    position: absolute;
    top: 36%;
    left: 42%;
    background: #fe5f03;
    padding: 25px 30px;
    border-radius: 50%;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
}

.sppb-title-heading span.sub-title {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 16px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fe5f03;
}

.logo img {
    height: 76px;
    padding: 10px 0;
}

.border-bottom-gold {
    border-bottom: 4px solid #fe5f03;
    height:0px;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.w-50 {
    width: 50% !important;
}

.d-lg-block {
    display: block !important;
}

.practice_css {
    margin-bottom: 20px;
}

.practice_css a {
    position: relative;
    display: block;
}

.practice_css a::before {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(106, 154, 164, 0.75);
    bottom: 0;
    right: 0;
    left: 0;
    border: 5px solid #61949b;
}

.practice_css:hover a::before {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(106, 154, 164, 0.47);
    bottom: 0;
    right: 0;
    left: 0;
    border: 5px solid #61949b;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.freeeval-btn {
  position: relative;
  background: #fe5f03;
  color: #fff;
  display: block;
  padding: 10px 10px 14px;
  width: 100%;
  text-align: center;
  margin: 0px auto -50px;
  z-index: 9;
  border-radius: 13px;
  box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.23);
}

.practice_css a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
    font-family: work sans, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

a:focus,
a:hover {
    color: #333 !important;
    text-decoration: none !important;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999999 !important;
}

.button-cll-to {
    background: #fe5f03;
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 600;
}
.button-cll-to i{padding:5px!important}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}

.tt-subscribe {
    position: relative;
}

.tt-subscribe input:not([type="submit"]) {
    height: 46px;
    background: #fff;
    font-size: 15px;
    color: #838486;
    padding-left: 20px;
    padding-right: 90px;
    border: 2px solid #000;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tt-subscribe-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 236px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.tt-subscribe-submit input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #50919f;
    border: 0;
    border-radius: 3px;
}

body, section.faq-section .ac-container article p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}
.page-top{
  padding: 60px 0px;
  background: #f7f8f9;
  width: 100%;
  display: inline-block;
 }
  .page-top .sidebar h3{background: #50919f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 15px 0;}

  .sidebar ul.menu  li {
  list-style: none;
  padding: 15px 25px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 15px;
}

.sidebar ul.menu li a {
  color: #333;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
}
.sidebar ul.menu li a i {
  color: #fe5f03;
}
.cta_css{
  position: relative;
  margin-bottom: 80px;
  margin-top: 40px;
}
.ratio.ratio-16x9{text-align: center;margin-bottom: 20px;}
.ratio.ratio-16x9 iframe{height: 450px !important;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.23);}
.page-top a{color: #333;
  font-weight: 600;}
.contact_page h2{color: #fe5f03;}
.contact_page{background: #fff!important;padding: 40px 0 0 0;}
	.footcont p {
  font-size: 20px;
  color: #666;
  font-weight: 500;
  margin-top: 20px;
}
.footcont i{background: #fe5f03;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;}

  .footcont p.sub {
  font-size: 20px;
  color: #fe5f03;
  font-weight: 600;
  margin-top: 5px;
}

.bt-submit {
  display: inline-block;
  float: left;
  background: #fe5f03;
  border: none;
  padding: 14px 26px;
  color: #fff!important;
  font-size: 20px;
  margin-bottom: 22px;
  transition: 0.2s;
  border: 2px solid #fe5f03;
  width: 100%;
  text-align: center;
  margin-left: 0px;
}
.top_blog_details li{list-style: none;display: inline-block;margin: 0 20px;}
.top_blog_details li i{background: #fe5f03;padding: 10px;border-radius: 50%;}
.top_blog_details li a{color:#fff!important}
.single.top{padding: 60px 0px;
  background: #f7f8f9;
  width: 100%;
  display: inline-block;}


  #sidebar .aside-body img, .article.main-article img{width:100%}
  .article.main-article p{font-size: 16px;
  margin-bottom: 20px;
  line-height: 26px;
  text-align: justify;}
  .widget-title {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 16px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-transform: uppercase;
  background: #50919f;
  border-radius: 12px;
}

.article.main-article .main {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 15px 25px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}
.hover-up:hover {
  transform: translateY(-3px);
  transition-duration: 0.3s;
}
.hover-up {
  transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}
.article.card-10.style-2 {
  
  max-width: 100%;
  display: flex;
  padding: 15px;
  gap: 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.article.card-10.style-1 {
  max-width: 100%;
  padding: 15px;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
}


.article.card-10 .card-img {
  min-width: 100px;
  max-width: 100px;
  min-height: 83px;
  display: inline-grid;
}
.article.card-10.style-1 .card-img {
  max-width: 100%;
  display: inline-grid;
}
.article.card-10 .card-img img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.fs-7{font-size: 15px;
  color: #333;font-weight: 600;line-height: 18px;margin-top: 0;}
  .fs-78{font-size: 22px;
  color: #333;
  line-height: 30px;font-weight: 600;}
  .hover-up .detail{display:flex}

  .hover-up .detail .time{margin-right: 7px;
  color: #fff;
  font-size: 11px;
  background: #50919f;
  padding: 2px 6px;
  border-radius: 10px;
  line-height: 15px;}
   .hover-up .detail .category{background: #fe5f03;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 15px;color:#fff}

  #sidebar .form-right{width: 100%;
  background: linear-gradient(135deg, #e6e5e5 10%, #f7f8f9 10%, #fff 81%, #eaeaea 60%);
  padding: 40px 30px 30px 30px;
  text-align: center;
  border: 1px solid #e5e7eb;
  z-index: 99 !important;
  margin: 0 0 20px 0 !important;
  border-radius: 15px;}
  .sharing {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
  background: #fff;
  padding: 15px 25px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}
.sharing .title {
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.social {
  padding: 0;
  margin: 0;
}
.sharing ul li {
  float: left;
  list-style: none;
}
.social li a:first-child {
  margin-left: 0;
}
.sharing ul li a {
  text-decoration: none;
  width: auto;
  height: auto;
  padding-right: 25px;
  padding-left: 25px;
}
.social li a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  margin-bottom: 8px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.skin-magz a {
  color: #EB0000;
}
a.facebook {
  background-color: #3b5998;
  color: #fff !important;
}
a.twitter {
  background-color: #0054B8;
  color: #fff !important;
}
a.linkedin {
  background-color: #007BB6;
  color: #fff !important;
}a.whatsapp {
  background-color: #0C6530;
  color: #fff !important;
}

.article.card-9 {
  gap: 8px;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article.card-9 .card-img-top {
    max-width: 260px;
    min-width: 260px;
    overflow: hidden;
  }
}
.article.card-9 .card-img-top {
  max-height: 286px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article.card-9 .card-body {
  border: 1px solid #e5e7eb;
  background-color: #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}