body {
    font-family: Poppins, sans-serif;
    overflow-x: hidden
}

section {
    overflow: hidden
}

h1, h2, h3, h4, h5 {
    font-family: Poppins, sans-serif;
    font-weight: 400
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 0
}

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

header {
    background: #0000;
    padding: 10px 0;
    position: absolute;
    z-index: 999;
    width: 100%
}

.logo-jadu.brand-logo img {
    filter: brightness(1)
}

.dropdown-menu {
    min-width: 16em;
    padding: 0;
    border-color: transparent !important
}

.dropdown-menu li {
    margin: 0 !important
}

.dropdown-menu a {
    padding: 12px 15px;
    border-bottom: 1px solid #294C84;
    transition: all .2s ease-in-out;
    display: block;
    color: #fff;
    font-size: 14px
}

.dropdown-menu a:hover {
    background-color: #294C84 !important;
    color: #fff !important
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand-logo {
    text-decoration: none;
    margin-right: 10px;
    display: block;
    width: 20%;
    position: relative;
    z-index: 999;
    padding-left: 20px
}

.doubleMenu {
    flex-grow: 1
}

.menuInfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.menuInfo ul li a {
    padding: 5px 15px;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    transition: 0.4s
}

.menuInfo ul li a:hover {
    color: #5279A8
}

.menuInfo ul li a i {
    transition: 0.4s
}

.menuInfo ul li a:hover i {
    color: #5279A8
}

.menuInfo ul li a .fas {
    color: #101010 !important;
    font-size: .85rem;
    margin-right: 7px;
    margin-top: -4px
}

ul.navbar {
    list-style: none;
    padding: 0;
    margin: 0 -.7vw;
    align-items: center;
    display: flex;
    justify-content: flex-end
}

ul.navbar li {
    margin: 0 .7vw;
    display: inherit;
    position: relative
}

ul.navbar li a {
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
    color: #2a2a2a !important;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.4s;
    text-transform: uppercase
}

.dropdown-menu li:last-child a {
    border: 0;
}

ul.navbar li a.active, ul.navbar li a:hover {
    color: #5279A8
}

.menu-right {
    padding-left: 38px;
    display: flex;
    align-items: center
}

.navicon {
    padding-left: 30px;
    position: relative;
    z-index: 999
}

.nav-toggle span {
    top: 20px;
    left: 0
}

.nav-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    position: relative
}

.nav-toggle span, .nav-toggle span:after, .nav-toggle span:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgb(3, 3, 3);
    cursor: pointer
}

.nav-toggle span, .nav-toggle span:after, .nav-toggle span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-toggle span:before {
    top: -6px
}

.nav-toggle span:after {
    bottom: -6px
}

.nav-toggle.active span:after, .nav-toggle.active span:before {
    top: 0
}

.nav-toggle.active span:after, .nav-toggle.active span:before {
    top: 0
}

.nav-toggle.active span {
    background-color: transparent !important
}

.nav-toggle.active span:after {
    top: 10px;
    -ms-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
    background-color: #fff
}

.nav-toggle.active span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.btn-default {
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(189deg, #0071bc, #2c3c75);
    padding: 12px 40px;
    font-family: 'Montserrat', sans-serif
}

.btn-default span {
    font-size: 14px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif
}

.detailHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(319deg,#0071bc,#2c3c75);
    z-index: 99;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.detailHeader .innerMenu li {
    padding: 5px 0;
    flex: 0 0 100%;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}

.detailHeader .innerMenu li:first-child {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.detailHeader .innerMenu li:nth-child(2) {
    -webkit-transition-delay: 15ms;
    transition-delay: 15ms
}

.detailHeader .innerMenu li a {
    color: #eee;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none
}

.detailHeader .innerMenu li a:hover {
    color: #989595
}

.detailHeader.active .innerMenu li {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.detailHeader.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.detailHeader ul.menuBlock li a {
    color: #eee
}

.detailHeader ul.menuBlock li a:hover {
    color: #989595
}

.overlay-scroll-btn {
    padding: 0 0 0 10px;
    margin-top: 10px;
    display: flex
}

#down {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6
}

#down .fa, #up .fa {
    color: #fff;
    opacity: .8
}

#up {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6
}

#down:hover {
    opacity: 1
}

#up:hover {
    opacity: 1
}

.#parent {
    padding: 0
}

.overlay-scroll-btn {
    padding: 0
}

ul#parent {
    height: 197px !important
}

#parent {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 0 1px;
    margin-bottom: 0
}

.detailHeader .tab-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.main-banner {
    position: relative;
    background-image: url(/images/drawings-about-legal-profession.png);
    background-size: contain;
    display: flex;
    align-items: center;
    height: 1081px;
    background-position: right;
    background-repeat: no-repeat
}

.banner-text h3 {
    font-size: 66px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: -webkit-linear-gradient(45deg, #ef0a5f, #f41530);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.banner-text h3 span {
    font-size: 104px;
    font-weight: 800
}

h1.exh {
    font-size: 47px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    background: -webkit-linear-gradient(319deg,#0071bc,#2c3c75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-text p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.banner-tab-wrap {
    padding-top: 100px
}

.banner-tab h3 {
    padding-top: 35px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0
}

.banner-tab p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-right: 25px
}

.main-about {
    position: relative;
    padding: 90px 0 120px 0
}

.main-about-img {
    position: absolute;
    top: -225px
}

.wrap-about-text {
    padding-left: 40px;
    padding-bottom: 55px
}

.wrap-about-text h3 {
    font-size: 60px;
    color: #0c0c13;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.wrap-about-text p {
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-right: 40px;
    line-height: 25px
}

.about-tab-carousel {
    padding-top: 50px
}

.about-tab-text h2 {
    color: #0c0c13;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.wrap-about-text p {
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-right: 0;
    line-height: 25px
}

.about-tab-carousel .owl-nav {
    margin-top: 20px;
    text-align: end
}

.about-tab-carousel .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #5279A8;
    text-decoration: none
}

.about-tab-carousel .owl-nav [class*=owl-] {
    font-size: 20px !important;
    margin: 7px
}

.about-tab-carousel .owl-nav [class*=owl-]:focus {
    outline: none
}

.main-service {
    background-color: #f2f2f2;
    padding: 105px 0;
    padding-bottom: 60px
}

.service-tab-text {
    padding-left: 30px
}

.service-text h3 {
    color: #0c0c13;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    padding-bottom: 20px
}

.service-text p {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.service-tab-text h3 {
    padding: 25px 0;
    margin-bottom: 0;
    color: #0c0c13;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.service-tab-text p {
    padding-bottom: 35px;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.main-service-tab .slick-slide:focus {
    outline: none
}

.main-service-tab .slick-arrow {
    position: absolute;
    z-index: 1;
    transform: translate(-50%);
    cursor: pointer;
    outline: none;
    left: -51%;
    width: 4%;
    height: 5%
}

.main-service-tab .slick-arrow:hover:before {
    color: #5279A8
}

.main-service-tab .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-weight: 600;
    font-size: 25px;
    opacity: 1
}

.main-service-tab .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-weight: 600;
    font-size: 25px;
    opacity: 1
}

.main-service-tab .slick-next {
    left: -46%
}

.main-protfolio {
    padding: 90px 0;
    background-color: #fff
}

.portfolio-heading h3 {
    color: #0c0c13;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.portfolio-heading p {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.portfolio-box-wrap {
    padding: 90px 0
}

.portfolio-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.portfolio-slider .owl-nav button.owl-prev {
    left: -4%
}

.portfolio-slider .owl-nav button.owl-next {
    right: -4%
}

.portfolio-slider .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #5279A8;
    text-decoration: none
}

.portfolio-slider .owl-nav [class*=owl-] {
    font-size: 30px !important
}

.portfolio-slider .owl-nav [class*=owl-]:focus {
    outline: none
}

.portfolio-slider .owl-dots {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.portfolio-slider .owl-dots .owl-dot:focus {
    outline: none
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #f10e4b
}

.portfolio-slider .owl-dots .owl-dot.active span {
    background: #86979100;
    border: 2px solid #f10e4b;
    width: 12px;
    height: 12px
}

.portfolio-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 2px 10px;
    background: #aba9a9
}

.main-counter h3 {
    color: #0c0c13;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center
}

.counter-tab {
    text-align: center;
    padding: 55px 0 20px 0
}

.counter-tab span {
    font-size: 72px;
    color: #294C84;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative
}

.counter-tab span:after {
    content: "+"
}

.counter-tab h2 {
    color: #0c0c13;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

.main-avenue {
    background-image: url(../images/webp/avenue-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    padding: 103px 0
}

.home-avanue {
    height: 500px
}

.avenue-heading h3 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 700
}

.avenue-tab {
    padding-top: 90px;
    text-align: center
}

.avenue-tab p {
    padding-top: 23px;
    color: #fff;
    font-size: 16px
}

.main-choose-us {
    padding: 125px 0 110px 0
}

.why-choose-img {
    position: absolute;
    top: -266px
}

.why-choose-text h3 {
    color: #0c0c13;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.wrap-why-choose .myaccordion .card, .wrap-why-choose .myaccordion .card:last-child .card-header {
    border: none
}

.wrap-why-choose .myaccordion .card-header {
    border-bottom-color: #edeff000;
    background: transparent;
    padding: .75rem 4px
}

.wrap-why-choose .myaccordion .fa-stack {
    font-size: 18px
}

.wrap-why-choose .myaccordion .btn {
    width: 100%;
    font-weight: 700;
    color: #0c0c13;
    padding: 0;
    font-size: 20px;
    font-family: 'Poppins', sans-serif
}

.wrap-why-choose .myaccordion .btn-link:hover, .wrap-why-choose .myaccordion .btn-link:focus {
    text-decoration: none
}

.wrap-why-choose .myaccordion li+li {
    margin-top: 10px
}

.wrap-why-choose .card-body {
    padding: 9px 35px 15px 8px;
    height: 160px
}

.wrap-why-choose .fa-inverse {
    color: #000
}

.wrap-why-choose {
    padding-top: 15px
}

.main-testi {
    padding: 90px 0;
    background-color: #f8f9fe
}

.main-testi .carousel-indicators {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 510px;
    margin: 0 auto -30px
}

.testi-icon {
    padding-left: 25px;
    padding-bottom: 25px
}

.testi-icon {
    position: relative;
    cursor: pointer
}

.testi-icon img {
    border-radius: 4px
}

.main-testi .carousel-indicators .active .testi-icon:before {
    border-radius: 50px;
    width: 12px;
    height: 12px;
    background: #294C84;
    content: "";
    position: absolute;
    right: -3px;
    top: -3px
}

.testi-text {
    text-align: center
}

.main-testi .carousel-item .testi-text p {
    font-size: 35px;
    line-height: 57px;
    color: #18181b;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 50px 5%;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.main-testi .carousel-item .testi-text p:before {
    position: absolute;
    width: 197px;
    height: 100%;
    left: 15%;
    top: 15px;
    background-image: url(../images/webp/testi-qoma-left.webp);
    content: "";
    opacity: 1;
    background-repeat: no-repeat;
    z-index: -1
}

.main-testi .carousel-item .testi-text p:after {
    position: absolute;
    width: 197px;
    height: 202px;
    right: 15%;
    bottom: 0;
    background-image: url(../images/webp/testi-qoma-right.webp);
    content: "";
    opacity: 1;
    background-repeat: no-repeat;
    z-index: -1
}

.main-testi .carousel-item .testi-text span {
    font-size: 18px;
    line-height: 50px;
    color: #8c8c8c;
    font-weight: 300;
    display: block
}

.main-client {
    padding: 90px 0 120px 0
}

.client-heading {
    text-align: center
}

.client-heading h3 {
    color: #0c0c13;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    padding-bottom: 25px
}

.client-heading p {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0 80px;
    line-height: 26px
}

.client-logo-slider .item {
    display: flex;
    justify-content: center;
    padding-top: 46px
}

.client-logo-slider .owl-nav {
    margin-top: 0
}

.client-logo-slider .owl-nav button {
    position: absolute;
    top: 60%;
    transform: translateY(-50%)
}

.client-logo-slider .owl-nav button.owl-prev {
    left: -4%
}

.client-logo-slider .owl-nav button.owl-next {
    right: -4%
}

.client-logo-slider .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #5279A8;
    text-decoration: none
}

.client-logo-slider .owl-nav [class*=owl-] {
    font-size: 30px !important
}

.client-logo-slider .owl-nav [class*=owl-]:focus {
    outline: none
}

.client-logo-slider {
    margin-bottom: 60px
}

.footer-left, .footer-wrapper {
    position: relative
}

.footer-left {
    background: -webkit-linear-gradient(319deg, #0071bc, #2c3c75);
    background: linear-gradient(319deg, #0071bc, #2c3c75);
    padding: 120px;
    z-index: 2;
    margin-right: -40px;
    border-top-right-radius: 0;
    height: 100%
}

.footer-left:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/webp/pattern-1.webp);
    content: "";
    z-index: 1;
    opacity: .5;
    border-top-right-radius: 6px
}

.footer-left .inner {
    z-index: 5;
    position: relative
}

.footer-left .inner>span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 9px
}

.footer-left .inner h2 {
    color: #fff;
    font-size: 75px;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    line-height: 90px
}

.footer-left .inner a.rn-button-style--2 {
    margin-top: 30px;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #b1b4c1;
    padding: 15px 40px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-left .inner:after {
    content: url(../images/webp/big-logo.webp);
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    font-size: 240px;
    font-weight: 900;
    color: rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 295px;
    height: 301px
}

.footer-right {
    padding: 115px 70px 0;
    background-color: #171717;
    margin-top: 75px;
    height: 472px
}

.footer-menu h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 0
}

.footer-menu ul {
    display: inline-block
}

.footer-menu ul li {
    padding-bottom: 10px;
    padding-right: 30px
}

.footer-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    transition: 0.4s
}

.footer-menu ul li a i {
    color: #294C84
}

.footer-menu ul li a:hover {
    color: #fff
}

.footer-menu .link-right li {
    padding-right: 0
}

.footer-menu img {
    padding-top: 7%
}

.inner-header {
    position: relative
}

/*.inner-about-banner {*/
/*    height: 453px;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    position: relative*/
/*}*/

.inner-about-banner{
    display: flex;
    align-items: center;
    height:650px;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    
}

inner-banner-text {
    position: relative;
    bottom: 0px
}

.inner-banner-text h3 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: -webkit-linear-gradient(45deg, #f41530, #ef0a5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0
}

.inner-banner-text p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif
}

/*.inner-banner-text {*/
/*    position: absolute;*/
/*    bottom: 90px*/
/*}*/

/*.inner-banner-text h3 {*/
/*    font-size: 48px;*/
/*    font-weight: 700;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    text-transform: uppercase;*/
/*    background: -webkit-linear-gradient(244deg, #5279A8, #1d4078);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    margin-bottom: 0*/
/*}*/

/*.inner-banner-text p {*/
/*    font-size: 24px;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    font-family: 'Poppins', sans-serif*/
/*}*/

.inner-mission {
    padding-top: 90px
}

.mission-text h3 {
    font-size: 36px;
    font-weight: 700;
    color: #0c0c13;
    margin-bottom: 0;
    padding-bottom: 45px
}

.mission-text p {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 30px
}

.mission-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.inner-about-writing {
    padding: 20px 0 130px 0;
    position: relative;
    height: 875px;
    display: flex;
    align-items: center
}

.inner-about-writing img {
    position: absolute;
    right: 0
}

.wrap-about-writing {
    padding: 100px 70px;
    background-color: #111;
    border: 3px solid #fff;
    border-radius: 14px
}

.about-writing-box h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0
}

.about-writing-box p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 30px 0;
    max-width: 500px
}

.about-writing-slider .owl-nav {
    position: absolute;
    bottom: -34%;
    left: 55%;
    margin-top: 0
}

.about-writing-slider .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #5279A8 !important;
    text-decoration: none
}

.about-writing-slider .owl-nav [class*=owl-] {
    font-size: 20px !important;
    margin: 7px;
    color: #fff !important
}

.about-writing-slider .owl-nav [class*=owl-]:focus {
    outline: none
}

.service-mission-text p {
    padding-bottom: 0;
    margin-bottom: 20px
}

.inner-mission-service {
    padding-bottom: 90px
}

.service-avenue-text h3 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0
}

.service-avenue-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 33px 0
}

.service-avenue-text h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    padding-bottom: 45px
}

.service-avenue-text ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 6px
}

.service-avenue-text ul li i {
    padding-right: 2px
}

.service-why-choose-text h3 {
    color: #0c0c13;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 48px
}

.service-why-choose-text ul li {
    display: inline-block;
    width: 30%;
    color: #0c0c13;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding-top: 15px
}

.service-why-choose-text ul li i {
    padding-right: 2px;
    color: #d0014d
}

.service-why-choose-text p {
    padding-top: 48px;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.main-review {
    padding: 145px 0 33px
}

.reviw-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.reviw-box img {
    border-radius: 14px;
    border: 1px solid #cccccc63
}

.reviw-box:hover .overlay-content {
    opacity: 1;
    z-index: 1111;
    bottom: 1px
}

.reviw-box .overlay-content {
    height: 100%
}

.reviw-box .overlay-content {
    padding: 12px;
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 1px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.reviw-box:hover .team-overlay {
    height: 100%;
    bottom: 0
}

.reviw-box:hover .team-overlay {
    background-color: #5279A8;
    height: 100%;
    border-radius: 14px
}

.reviw-box .team-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    display: block;
    position: absolute;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.opacity6 {
    opacity: .6
}

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

.btnstyles-nn p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0 18px
}

.btnstyles-nn h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 40px
}

.main-address {
    background-color: #ececec;
    padding: 150px 0
}

.address-box {
    background-color: #fff;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #dadada;
    word-break: break-word
}

.address-box:before {
    content: "\f025";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 600;
    font-size: 32px;
    background-color: #fff;
    border: 1px solid #dadada;
    width: 80px;
    height: 80px;
    top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #5279A8;
    transition: 0.4s
}

[class*="col-"]:nth-child(2) .address-box:before {
    content: "\f0e0"
}

[class*="col-"]:nth-child(3) .address-box:before {
    content: "\f3c5"
}

.address-box h3 {
    font-size: 24px;
    color: #0c0c13;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding-top: 25px
}

.address-box a span {
    color: #0c0c13;
    font-size: 21px;
    font-weight: 600;
    padding-top: 27px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px
}

.address-box:hover:before {
    background-color: #cb4545;
    color: #fff
}

.address-box:hover a span {
    color: #cb4545
}

.main-form {
    padding: 145px 0;
    padding-bottom: 80px
}

.form-hd h3 {
    color: #0c0c13;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0
}

.form-hd p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 20px 0
}

.contact-form-control input {
    border: 2px solid #e5e5e5;
    height: 47px;
    margin-bottom: 25px;
    color: #848484;
    font-size: 14px
}

.contact-form-control textarea {
    border: 2px solid #e5e5e5;
    height: 105px;
    margin-bottom: 25px;
    color: #848484;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px
}

.terms-cond-cont a {
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    transition: 0.4s;
    padding: 0 10px
}

.terms-cond-cont a:first-child::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #5e5e5e;
    right: 0;
    top: 3px
}

.cust-over {
    background-color: #171717
}

.terms-cond-cont a:last-child {
    margin-left: -4px
}

.terms-cond-cont a:hover, .social-icons a:hover {
    color: #fff
}

.terms-cond-cont {
    background-color: #171717
}

.social-icons a {
    margin-right: 10px;
    color: #5e5e5e;
    transition: 0.4s
}

.end-ftr {
    background-color: #171717
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .62);
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.entry-box {
    background: #292727;
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 570px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #07132e;
    position: relative
}

a#entry-box_close {
    width: 59px;
    background: #294C84;
    height: 59px;
    display: block;
    line-height: 59px;
    color: #020202;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: -18px;
    top: -30px;
    z-index: 999
}

.entry-box .text-1 h1 {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px
}

.entry-box .text-1 h1 span.red {
    color: #294C84;
    text-transform: uppercase
}

.col-sm-12.entry-right {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px
}

.entry-box .text-1 p {
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    font-family: Poppins, sans-serif
}

.entry-box .text-1 p strong {
    text-transform: uppercase
}

.text-1 {
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px
}

.text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #294C84;
    border-radius: 100px
}

.entry-box .form-control {
    min-height: 50px;
    border-radius: 7px;
    background-color: rgba(250, 250, 250, .92);
    border-color: transparent;
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 15px 15px
}

.entry-box .form-control::placeholder {
    color: #000
}

.entry-box button {
    color: #000;
    width: 100%;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    padding: 6px 0
}

.entry-box ul li {
    color: #111322;
    font-size: 16px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    margin-bottom: 4px
}

.entry-box ul li i {
    color: #eb0000
}

.pop:active {
    transform: translateY(2px);
    background-color: #36c
}

.pop:hover {
    color: #000
}

.btn:focus {
    box-shadow: 0 0 0 .2rem rgb(245, 168, 57)
}

.video-area h3 {
    color: #0c0c13;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    padding-bottom: 25px
}

.video-area {
    padding: 45px 0
}

.inpt_bx {
    padding-left: 15px
}

.portfolio-box-wrap img {
    padding-bottom: 20px
}

div#entry-popup .form-group {
    margin-bottom: 5px
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton {
    background-image: linear-gradient(319deg, #0071bc, #2c3c75);
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    border-radius: 3px 0 0 3px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -48px;
    white-space: pre;
    bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 45px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
    width: 100%
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-weight: 400;
    height: 75px;
    outline: none !important;
    resize: none
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0
}

.btns_wrap .call_wrap {
    background-image: linear-gradient(319deg, #0071bc, #2c3c75);
    width: 280px;
    position: absolute;
    right: -225px;
    top: 70px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
    background-image: linear-gradient(319deg, #0071bc, #2c3c75);
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    top: 15px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px 0 0 3px;
    z-index: 9999
}

.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0
}

.fldset.inpchecbx {
    margin: 10px 0 0 0
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0
}

.fldset p a {
    display: block;
    padding: 5px 0 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.floatbutton {
    display: none
}

.ban-form .btn-default {
    width: 100%;
    height: 45px
}

.btns_wrap a span.fas {
    border-right: 1px solid #fff
}

.ban-form {
    width: 100%
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown:hover .dropdown-menu.second {
    display: none
}

.dropdown .dropdown-submenu:hover .dropdown-menu second {
    display: block
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}

.open {
    z-index: 1000
}

.open>.dropdown-menu {
    display: block
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ef0b57;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ef0b58
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px
}

li.dropdown-submenu:hover ul.dropdown-menu.second {
    display: block
}

.bg-faded {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgb(0 0 0 / 71%);
}


/* test  1212*/

.banner-form-header {
    margin: 50px 0px;
    padding: 30px;
    background-color: rgb(121 115 115 / 53%);
    width: auto;
}

.banner-form-header input[type="text"], .banner-form-header input[type="email"], .banner-form-header input[type="tel"] {
    width: 100%;
    height: auto;
    padding: 10px 18px;
    background-color: #f5f8ff;
    border: 0px!important;
    font-size: 16px;
    color: #292929;
}

.banner-form-header input[type="submit"] {
    width: 100%;
    background-color: #e40422;
    border: 0px!important;
    padding: 13px 20px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.banner-form-header input[type="submit"]:hover, .banner-form-header input[type="submit"]:active, .banner-form-header input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}
@media screen and (max-width: 768px){
   .banner-form-header input[type="text"], .banner-form-header input[type="email"], .banner-form-header input[type="tel"] {
    margin-bottom: 10px;
}
}