@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Nunito', sans-serif;
font-family: 'Josefin Sans', sans-serif; */


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
}

p,
a,
div,
input,
ul,
li {
    font-family: 'Josefin Sans', sans-serif;
    color: inherit;
    text-decoration: none;
    list-style: none;
}


/* Bounce To Top */
.hvr-bounce-to-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(0 183 142) 0%, rgb(0 121 180) 60%, rgb(0 0 0) 100%);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
    color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    background: linear-gradient(180deg, rgb(0 183 142) 0%, rgb(0 121 180) 60%, rgb(0 0 0) 100%);
}


* {
    margin: 0px;
    padding: 0px;
}

section.our-about {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    margin: 2rem 0 0;
    padding: 2rem 0 0;
}

section.our-about h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}
.main-mails ul li a {
    color: #fff;
}

.main-mails ul li i {
    margin: 0 10px 0 0;
}

.main-mails {
    text-align: end;
    position: relative;
    left: -90px;
    top: 10px;
}
.nav-mobile {
    width: 10%;
}

.brand {
    margin: 0 0 0 50px;
}

section.our-about h2 {
    font-size: 64px;
    color: #fff;
}

section.our-about p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding: 0;
}

/* text selection color */
::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}
.box-links p {
    padding: 0 120px 0 !important;
}

::-webkit-scrollbar-track-piece {
    /* background-color: #ffffff; */
    -webkit-border-radius: 0px;
    border-left: 1px solid #fff;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: #000;
}

body {
    overflow-x: hidden;
    color: var(--default-color);
    font-size: var(--base-font-size);
    position: relative;
}


p {
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0px;
}


/* header 
------------------------------------*/
.header-main.showmenu ul.dropdown-content li a {
    color: #000 !important;
}

ul.dropdown-content li a {}

.header-main.showmenu {
    background-color: #fff;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 41%);
}

header {
    /* padding: 0px 0 20px; */
    position: fixed;
    width: 100%;
    z-index: 99;
}

header .logowrp {
    margin: 12px 0;
}


img.logo-bkl {
    padding-left: 128px;
}

header .navwrp {
    border-radius: 10px;
    margin: 0px 0 0px 0;
    padding: 0 0 0px 0px !important;
    float: left;
}

header .navwrp ul {
    margin: 15px 0 0;
    text-align: right;
}

header .navwrp ul li {
    display: inline-block;
    margin: 16px 10px;
    margin-bottom: -17px;
}

header .navwrp ul li a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    position: relative;
    margin-left: 10px;
}
.location li {
    font-size: 17px;
    list-style-type: none;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
}
.location li i {
    margin-right: 13px;
    color: #0585be;
    font-size: 24px;
}

header .navwrp ul li a:hover {
    color: #000;
}

header .navwrp ul li a.btnwrp {
    padding: 17px 25px;
    border-radius: 2px;
    color: #ffa300 !important;
    font-weight: 700;
    /* background-color: #000; */
    background: transparent;
    border: 2px solid #ffa300;
    text-transform: uppercase;
    /* font-family: 'Space Grotesk', sans-serif !important; */
    font-weight: 800 !important;
    font-size: 18px;
    /* margin-left: 7px !important; */
}
    .brand a img {
    width: 30% !important;
    position: relative;
    top: -16px;
    left: 60px;
    padding: 0 0 25px;
}
.brand p {
    font-size: 17px !important;
    font-weight: bold !important;
    color: #fff !important;
    position: relative !important;
    top: -40px !important;
    left: 20px !important;
}
   

.hompg header .logowrp img.logo-bkl {
    display: block;
}
#footer p {
    padding: 0 !important;
    text-align: left !important;
}

.ftr-logo {
    text-align: left !important;
}

.text-center {
    text-align: left !important;
    padding: 0 0 30px;
}

.text-center img {
    width: 23%;
}

ul.location {
    text-align: left !important;
}

.img-main-a-a-a- img {
}



.hompg header .logowrp img.logo-clr {
    display: none;
}

.service-bg header .navwrp ul li a:hover {
    color: #0850b9;
}

.home-bnnerwrp .txtwrp {
    z-index: 1;
    position: relative;
}

.home-bnnerwrp .btn-main {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    text-decoration: none;
}


.home-bnnerwrp .btn-main:hover {
    border: 2px solid #fff;
    color: #fff;
}

.home-bnnerwrp .txtwrp h4 {
    font-size: 43px;
    font-weight: 100 !important;
    margin-top: 106px;
    /* font-family: 'Space Grotesk', sans-serif !important; */
    font-weight: 700 !important;
    text-transform: capitalize;
}

.home-bnnerwrp .txtwrp h2 {
    font-size: 65px;
    color: #ffffff;
    font-weight: 400 !important;
    line-height: 84px;
    padding: 0px 0 0;
}

.home-bnnerwrp .txtwrp p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.home-bnnerwrp .txtwrp ul {}

.home-bnnerwrp .txtwrp ul li {
    display: inline-block;
    margin: 0 13px;
}

.home-bnnerwrp .txtwrp ul li img {}

.home-bnnerwrp .imgwrp {
    position: relative;
}

.home-bnnerwrp .imgwrp img {
    width: 100%;
    position: absolute;
    left: 157px;
    top: -22px;
}

/* .home-bnnerwrp .col-md-6.mt-10 {
    padding-left: 136px;
} */

.btn-img {}

.ftr-logo {
    text-align: left;
    padding: 0 !important;
}

#footer p {padding: 0 !important;}

.text-center img {
    text-align: left !important;
}

.text-center {
    text-align: left !important;
    padding: 0 0 20px !important;
}

.text-center img {
    width: 24%;
}
.img-main-a-a-a- {
    min-height: 700px;
    max-height: 700px;
    width: 100%;
    background-image: url(../images/whyus1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 0 0 0 auto;
    background-attachment: fixed;
}

.desc {
    width: 100%;
    padding: 0 65px 0;
}

.text-center {}

.col-lg-12.row.mb {
    margin-bottom: 15px;
}

section.service-featured .col11 h1 {
    font-size: 20px !important;
    padding: 12px 0 6px;
}

body .col11:hover {
    background-image: linear-gradient(to right top, #000000, #000000, #000000, #000000, #000000);
    cursor: pointer;
}

.col11 {
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    color: white;
    border-radius: 20px;
    width: 370px;
    height: 323px;
    padding: 37px 20px 10px 30px;
    z-index: 9;
}

div#second-box {
    position: relative;
    margin: 0px auto;
}

div#second-box img {
    position: absolute;
    left: -15%;
    right: 0;
    margin: 0px auto;
    top: -180px;
    z-index: 0;
}

div#first-box {
    position: relative;
    left: -90px;
}

div#third-box {
    position: relative;
    right: -90px;
}

.col12 {
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    color: white;
    border-radius: 20px;
    width: 370px;
    height: 323px;
    padding: 37px 30px;
}

.box-p {
    color: white;
    width: 100% !important;
}

.myimg {
    position: relative;
    /* left: -168px; */
    right: -176px;
    top: -98px;
}

.check-clr {
    color: #008CFA;
}

.myimg1 {
    border: 0px;
    outline: none;
    width: 129%;
}

h2.myh2 {
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* .service-cetawrp span.dual.myh2 {
    font-weight: 400 !important;
} */



.service-cetawrp p.myp2 {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 24px;
    color: #000000;
    padding: 20px 0;
    /* font-family: 'Poppins', sans-serif !important; */
}

.service-cetawrp .btn-main {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.service-cetawrp .btn-main:hover,
.service-cetawrp .btn-main:focus {
    color: #fff;
}

.myli {

    line-height: 34px;
}

.mainwp {
    position: relative;
    left: 116px;
}


/* .btn-main {
    padding: 15px 40px;
    border-radius: 9px !important;
    color: #000000;
    font-size: 18px;
    background: #f04231;
    margin-right: 19px;
    font-weight: 400 !important;
} */

.header-main.showmenu {
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    display: none !important;
}

.header-main.showmenu .navwrp ul li a {
    color: #020202;
}

.hompg .header-main.showmenu .logo-clr {
    display: none;
}

.hompg .header-main.showmenu .logo-bkl {
    display: block;
}

.header-main.showmenu .navwrp ul li a.btnwrp {
    background-image: unset;
    background-color: #000;
    color: #fff !important;
}

header .txtdiv {}

header .txtdiv h6 {
    color: #000;
    font-size: 18px;
}

header .txtdiv span {
    color: #0853bd;
}

header .navtop {
    margin: 0 0 0px;
}

header .navtop ul {
    margin: 0;
    text-align: right;
    padding: 6px 0;
}

header .navtop ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
}

header .navtop ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    position: relative;
    padding: 0;
}

.top-head {
    /* background: #f3f5f7; */
    /* border-bottom: 1px solid #cbd6e2; */
    padding: 1px 0 0px;
    margin: 0 0 10px;
}

header .navtop ul li a.blink:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffa300;
    right: -13px;
    top: 8px;
    border-radius: 50%;
}

header .navtop ul li a.blink:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffa300;
    left: -13px;
    top: 8px;
    border-radius: 50%;
}

header .navtop ul li a i {
    color: #083da2;
}

header .navwrp ul li a {
    margin: 0 2px 34px 10px !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.navwrp ul {
    margin: 16px 0px !important;
    padding: 5px 0;
}



section.clientswrp .txtwrp {
    z-index: 9999;
}

.clientswrp {
    padding: 61px 0 0px !important;
    text-align: center;
    display: block;
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
    width: 100%;
    margin: 0 0;
    position: relative;
    /* top: -120px; */
    height: 56vh;
    background: radial-gradient(102% 75% at bottom, transparent 52%, #f8f8f8 51%);
    z-index: -1;
    background-position: 40% 0px !important;
}


.clientswrp .txtwrp {}

.clientswrp .txtwrp h4 {
    color: #53256d;
    font-size: 29px;
    font-weight: 700;
    z-index: 9999;
}

.clientswrp .txtwrp h4 span {}

.clientswrp .txtwrp h4 span i {
    color: #ff9406;
}

.clientswrp .txtwrp ul {
    margin: 20px 0 0;
}

.clientswrp .txtwrp ul li {}

.clientswrp .txtwrp ul li img {}

.imgwrp {
    POSITION: relative;
    left: -153px;
}

.service-cetawrp {

    padding: 0px 0;
    position: relative;
    overflow: hidden;
}

.service-cetawrp .myyimg .secImg.one-right {
    width: 100%;
    object-position: center;
}

.service-cetawrp .myyimg .secImg {
    width: 85%;
    object-position: left;
}

.service-cetawrp .col-lg-8.col-md-8.col-sm-12.col-xs-12 {
    padding: 0 !important;
}


.service-featured {
    background-image: url(../images/section-featured.html);
    padding: 156px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 117em;
}

.dual {
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0) 60%, rgb(0 0 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.smh {
    color: #000;
    /* padding: 0 0 0px; */
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    ;
    font-size: 20px;
    letter-spacing: 6px;
}

.service-cetawrp .txtwrp {
    display: block;
    /* padding: 0 0 20px;  */
}

.service-cetawrp .txtwrp h2 {
    color: #008CFA;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    /* margin: 0 0 0 30px; */
    font-weight: 700;
}

/* .service-cetawrp .txtwrp h2:after{content: "";position: absolute;width: 100px;height: 2px;background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);bottom: 0;left: 0;} */
.service-cetawrp ul.tabbing-links {}

.service-cetawrp ul.tabbing-links li {
    font-size: 34px;
    color: #8a8484;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

.service-cetawrp ul.tabbing-links li.current {
    transform: scale(1.1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
}

.service-cetawrp ul.tabbing-links li:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    transform: scale(1.1);
}

.service-cetawrp .ser-port {}

.service-cetawrp .ser-port li {}

.service-cetawrp .ser-port li .imgwrp {}

.service-cetawrp .ser-port li .imgwrp img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service-cetawrp .ser-port li .mainwrp {
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    padding: 60px 40px;
    height: 400px;
}

.service-cetawrp .ser-port li .mainwrp h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    padding: 0 0 5px;
}

.service-cetawrp .ser-port li .mainwrp span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.service-cetawrp .ser-port li .mainwrp p {
    color: #fff;
    font-size: 18px;
    padding: 20px 0 0;
}

.service-cetawrp .ser-port li .mainwrp .btn-main {
    background-image: unset;
    padding: 15px 25px;
}

.service-cetawrp .ser-port li .mainwrp .btn-secnd {
    color: #fff;
    font-weight: 500;
    padding: 15px 25px;
}



.ctawrp {
    padding: 50px 0;
    text-align: center;
    display: block;
}

.ctawrp .mainwrp {
    background-size: cover;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    background-image: url(../images/cta-main-bg.html);
    width: 88%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    border-radius: 26px;
    padding: 40px 0 60px;
    background-repeat: no-repeat;
}

.ctawrp .mainwrp .txtwrp {}

.ctawrp .mainwrp .txtwrp h2 {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    font-size: 48px;
}

.ctawrp .mainwrp .txtwrp p {
    color: #fff;
}

.ctawrp .mainwrp .btnwrp .btn-main {
    background-color: #fff;
    background-image: unset;
    color: #000;
}

.ctawrp .mainwrp .btnwrp .btn-secnd {
    color: #fff;
}

.ctawrp:hover .mainwrp {
    transform: scale(1.1);
}

.ctawrp .mainwrp .btnwrp {}



.portfoliowrp {
    padding: 40px 0 70px;
}

.portfoliowrp .navwrp {
    text-align: center;
    margin: 0 auto;
}

.portfoliowrp .navwrp .tabbing-links {
    text-align: center;
    margin: 0 0 30px;
    border-radius: 25px;
    margin: 20px auto 40px;
    width: auto;
    background-color: #f3f0f0;
    padding: 2px 2px;
    display: inline-block;
}

.portfoliowrp .navwrp .tabbing-links li {
    display: inline-block;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    : ;
    /* background: #f3f3f3; */
}

.portfoliowrp .navwrp .tabbing-links li.current {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    padding: 10px 40px;
    background: #008cfa;
    border: none;
    vertical-align: bottom;
}

.portfoliowrp .imgport {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.portfoliowrp .imgport li {
    display: inline-block;
    width: 32%;
    margin: 0 5px 15px;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

.portfoliowrp .imgport li:hover {
    transform: scale(1.1);
}

.portfoliowrp .imgport li img {
    width: 100%;
    border-radius: 10px;
}

.portfoliowrp .imgport li figure {
    margin: 0px;
}

.portfoliowrp .btnwrp {
    text-align: center;
    display: block;
}

.portfoliowrp .tabs {
    display: none;
}

.portfoliowrp .tabs.current {
    display: block;
}



.pakcgewrp {
    padding: 60px 0;
    background-image: url(../images/packages-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
}

.pakcgewrp .txtwrp {
    text-align: center;
    display: block;
}

.pakcgewrp .txtwrp p {
    color: rgb(0, 0, 0);
    text-align: left;
}

.pakcgewrp .txtwrp h2 {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 45px;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    font-weight: 700;
}

.pakcgewrp .navwrp {
    text-align: center;
    display: block;
}

.pakcgewrp .navwrp ul.tabbing-links {
    text-align: center;
    margin: 0 0 60px;
    width: auto;
    background-color: #f3f0f0;
    padding: 2px 2px;
    margin: 20px auto 50px;
    border-radius: 25px;
    display: inline-block;
}

.pakcgewrp .navwrp ul.tabbing-links li {
    border-bottom: 1px solid;
    padding: 10px 40px;
    border-radius: 20px;
    color: #000;
    vertical-align: bottom;
    font-weight: 500;
    display: inline-block;
    border: 1px solid;
    cursor: pointer;
    margin: 0 2px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}

.pakcgewrp .navwrp ul.tabbing-links li.current {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    padding: 10px 40px;
    background: #008cfa;
    border: none;
    vertical-align: bottom;
}

.pakcgewrp .navwrp .pkgeport {
    text-align: center;
}

.pakcgewrp .navwrp .pkgeport li {
    transition: all 200ms ease-in;
    display: inline-block;
    width: 30%;
    border: 2px solid #fff;
    border-radius: 13px;
    padding: 30px 10px;
    margin: 0 10px 50px;
    background: #008cfa;
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */

}

.pakcgewrp .navwrp .pkgeport li.best-slr {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .btnwrp a.chat-btn {
    color: #000;
}

.pakcgewrp .navwrp2 ul.tabbing-links {}

.pakcgewrp .navwrp2 ul.tabbing-links li {
    width: auto;
}

.pakcgewrp .navwrp2 ul.tabbing-links li.current {}

.pakcgewrp .navwrp2 ul.tabbing-links li:hover {
    box-shadow: 0px 0px 20px 1px #353434a3;
    z-index: 2;
    -webkit-transition: unset;
    -webkit-transform: unset;
    -ms-transition: unset;
    -ms-transform: unset;
    -moz-transition: unset;
    -moz-transform: unset;
    transition: unset;
    transform: unset;
    background-color: unset;
    box-shadow: unset;
}

.pakcgewrp .navwrp2 ul.tabbing-links li.current:hover {
    background-color: #fff;
    color: #000;
}

.pakcgewrp .navwrp .pkgeport li.best-slr:after {
    content: "";
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: -15px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: #0457c2;
    position: absolute;
    border: 2px solid #ffffff;
    box-shadow: 2px 1px 7px -1px #ffffff;
    right: -62px;
    top: 23px;
}

.pakcgewrp .navwrp .pkgeport li:hover {
    /* box-shadow: 0px 0px 20px 1px #353434a3; */
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
    background-color: #008cfa;
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .namwrp h2 {
    color: rgb(255, 255, 255);
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .namwrp span {
    color: #cacaca;
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .pricewrp h1 {
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
    color: #fff;
    transform: scale(1.1);
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .pricewrp h4 {
    color: #000;
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .pricewrp h4 span {
    color: #fff;
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .detailwrp ul li {
    color: #000;
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .btnwrp p {
    color: #000;
    color: #b9b9b9;
}

.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .btnwrp a {
    border: 1px solid #000;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge {
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
    background: #008cfa;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp {
    text-align: left;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 10px;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp span {
    font-size: 16px;
    color: #cacaca;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp {}

.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h1 {
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    display: inline-block;
    margin-right: -21px;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h1:hover {
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    display: inline-block;
    margin-right: -21px;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    margin: 0 0 0 20px;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 span {
    display: block;
    text-decoration: line-through;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp {
    margin: 0 33px 0 -10px;
    background: white;
    /* border-bottom-right-radius: 9px; */
    /* border-top-right-radius: 9px; */
    border-radius: 9px;
    position: relative;
    height: 26em;
    right: 5px;
    box-shadow: 0 0 20px 0px #0000001c;
    width: 241px;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul {
    text-align: left;
    height: 350px;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li {
    border: none;
    display: block;
    width: auto;
    padding: 35px;
    position: relative;
    color: #fff;
    font-size: 15px;
    padding: 0 0 2px;
    margin: 0 0 0 20px;
    color: black;
    background: #fff;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li:hover {
    transform: unset;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li:after {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: -20px;
    top: 0;
    color: #0bad00;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp {}

.pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp a {
    padding: 11px 20px;
    border-radius: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    position: relative;
    top: 41px;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp p {
    font-size: 14px;
    color: #fff;
    color: #b9b9b9;
    padding: 20px 0 0;
}

.pakcgewrp .btnwrp .btn-main {
    color: #000;
    background-color: #fff;
    background-image: unset;
}

.pakcgewrp .btnwrp .btn-secnd {
    color: #fff;
}

ul.tabs.pkgeport {
    display: none;
}

ul.tabs.pkgeport.current {
    display: block;
}

.pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp a.chat-btn {
    margin: 0 0 0 10px;
    background-color: unset;
    color: #fff;
    border: 1px solid;
}


.conbowrp {
    padding: 60px 0;
}

.conbowrp .mainpkge {
    display: block;
    background-image: url(../images/combo-bg.html);
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 20px;
    border-radius: 40px;
    box-shadow: 0px 6px 21px 11px rgb(0 0 0 / 8%);
    background-repeat: no-repeat;
    background-size: cover;
}

.conbowrp .mainpkge:before {
    content: "";
    position: absolute;
    background-color: #ffffffd9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
}

.conbowrp .pkgehead {
    text-align: center;
    background-image: url(../images/pkge-head.html);
    background-repeat: no-repeat;
    background-size: cover;
    width: 66%;
    margin: 0 auto -20px;
    position: relative;
    z-index: 1;
}

.conbowrp .pkgehead h2 {
    color: #fff;
    padding: 15px 0 0;
}

.conbowrp .pkgehead p {
    color: #fff;
}

.conbowrp .mainpkge .navwrp {}

.conbowrp .mainpkge .navwrp h4 {
    font-size: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    transform: scale(1.1);
    margin: 12px 0 0 14px;
}

.conbowrp .mainpkge .navwrp ul {
    margin: 0 0 0 30px;
}

.conbowrp .mainpkge .navwrp ul li {
    font-size: 14px;
    color: #a09c9ce3;
    font-weight: 300;
    padding: 0 0 3px;
}

.conbowrp .mainpkge .btnwrp {
    padding: 28px 0 0;
}

.conbowrp .mainpkge .btnwrp .btn-main {
    display: block;
    margin: 0 0 13px;
    text-align: center;
    width: 80%;
    padding: 10px 0;
    padding: 15px 40px;
}

.conbowrp .mainpkge .btnwrp .btn-secnd {
    display: block;
    margin: 0;
    text-align: center;
    width: 80%;
    padding: 15px 40px;
}

.conbowrp .mainpkge .imgwrp {
    position: relative;
}

.conbowrp .mainpkge .imgwrp img {
    width: 130%;
    position: absolute;
    top: 140px;
    left: -80px;
}


.testiwrp {
    padding: 100px 0 100px;
    background-image: url(../images/testimonial-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    height: 47em;
}

.testiwrp .imgwrp {
    display: block;
    text-align: center;
    position: relative;
    left: 94px;
    top: 44px;
}

.testiwrp .imgwrp img {
    width: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    margin: 0 auto;
}

.testiwrp .txtwrp {}

.testiwrp .txtwrp h4 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
}

.testiwrp .txtwrp h2 {
    color: #fff;
    font-size: 56px;
    text-transform: capitalize;
}

.testiwrp .txtwrp p {
    color: #fff;
    padding: 0 0 7px;
}

.testiwrp .txtwrp h5 {
    font-size: 24px;
    color: #fff;
    padding: 10px 0 0;
}

.testiwrp .txtwrp span {
    font-size: 18px;
    color: #fff;
}

.testiwrp .txtwrp span {}

.testiwrp .txtwrp span i {
    color: #ffe10b;
    font-size: 15px;
}

.testiwrp .img-anii {}

.testiwrp .img-anii img {
    width: 30% !important;
    position: absolute;
    right: 300px !important;
    margin: -80px auto 0;
    -webkit-animation: tesiMove linear infinite 5s;
    -moz-animation: tesiMove linear infinite 5s;
    -o-animation: tesiMove linear infinite 5s;
    animation: tesiMove linear infinite 4s;
}

@keyframes tesiMove {
    0% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(2deg)
    }

    33% {
        transform: rotate(4deg)
    }

    66% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}


.logo-clntwerp {

    background-image: url(../images/client-icon-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
}

.logo-clntwerp .txtwrp {
    padding: 60px 0;
    height: 40em !important;
    text-align: center;
}

.logo-clntwerp ul {
    margin: 30px 0 0;
}

.logo-clntwerp ul li {}

.logo-clntwerp ul li img {
    width: 40%;
    transition: all 200ms ease-in;
}

.logo-clntwerp ul li img:hover {
    filter: unset;
}



.cta-sndwrp {
    display: block;
    text-align: center;
    padding: 60px 0 70px;
    background-image: url(../images/banner1.html);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-sndwrp .txtwrp {}

.cta-sndwrp .txtwrp h2 {
    color: #fff;
}

.cta-sndwrp .txtwrp p {
    color: #fff;
}

.cta-sndwrp .btnwrp {}

.cta-sndwrp .btnwrp .btn-main {
    color: #fff;
    border: 1px solid #fff;
}

.cta-sndwrp .btnwrp .btn-secnd {
    margin: 0 20px;
    background-color: #fff;
    border: none;
}



.btm-form {
    padding: 70px 0;
    background-image: url(../images/form-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
}

.btm-form .txtwrp {
    text-align: center;
    display: block;
}

.btm-form .txtwrp p span {
    color: #07379b;
    font-weight: bold;
}

.btm-form .formwrp {
    width: 70%;
    margin: 30px auto 0;
}

.btm-form .formwrp form {}

.btm-form .formwrp form .lable {}

.btm-form .formwrp form .lable input {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #818181;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    outline: none;
}

.btm-form .formwrp form .lable textarea {
    width: 100%;
    height: 170px;
    border-radius: 20px;
    border: 1px solid #818181;
    outline: none;
    resize: none;
    padding: 20px 0 0 20px;
}

.btm-form .formwrp form .lable select {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #818181;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    outline: none;
}

.btm-form .formwrp form .lable input.btnmain {
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    border: none;
}

.btn-main:hover {
    border: 2px solid #ff3420;
}

video#myVideo {
    position: absolute;
    width: 100%;
    height: unset;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transform: rotateY(180deg);
}



footer {
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background: black;
}

footer .logowrp {}

footer .logowrp a img {
    width: 50%;
    margin: 12px 0 0;
}

footer .logowrp p {
    padding: 22px 0 30px;
    font-size: 16px;
    color: #fff;
}

footer .logowrp ul {
    margin: 0 0 0 10px;
    display: none;
}

footer .logowrp ul li {
    display: inline-block;
    margin: 0 0px;
    width: 19%;
    transition: all 0.3s ease;
}

footer .logowrp ul li a i {
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 0 0px 11px;
    box-sizing: border-box;
    transition: 2s all;
}

footer .logowrp ul li a i:hover {
    color: #063395;
}

footer .fotrnav {
    margin: 30px 0 0;
}

footer .fotrnav h4 {
    color: #FFA300;
    font-size: 18px;
    font-weight: 800;
}

footer .fotrnav ul {
    margin: 20px 0 0;
}

footer .fotrnav ul li {
    display: block;
    padding: 0 0 5px;
}

footer .fotrnav ul li i {
    margin: 0 10px 0 0;
    color: #ffa304;
}

footer .fotrnav ul li a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

footer .fotrnav ul li a:hover {
    color: #e4a12a;
}

footer .fotrnav ul li a img {
    margin: 10px 0 0;
}

footer .fotr-btm {
    margin: 0px 0 0;
}

footer .fotr-btm p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 0px 0 0;
}

footer .fotr-btm ul {
    margin: 0;
    text-align: left;
}

footer .fotr-btm ul li {
    display: inline-block;
    padding: 0 0;
    line-height: 23px !important;
    margin: 0 10px 0;
    height: 10px;
}

footer .fotr-btm ul li a {
    color: #B1B1B1;
    font-size: 13px;
    text-decoration: underline;
}

footer li a {
    text-decoration: none;
    /* color: white; */
    color: #B1B1B1;
    line-height: 60px;
    font-size: 30px;
    /* font-family: 'Space Grotesk' !important; */
    font-weight: 400 !important;
}

footer h2.process-heading.wow.fadeInDown {
    margin: 0px 0 !important;
    /* font-family: 'Space Grotesk' !important; */
    font-weight: 400 !important;
    font-size: 60px;
}

footer p.process-sub-heading {
    font-size: 18px;
    line-height: 24px;
    padding: 0 319px 0 0;
    color: #000000;
}

footer .card.mt-59 img.card-img-top {
    height: 538px;
    object-fit: cover;
    border-top-right-radius: 31px;
    border-top-left-radius: 31px;
}

footer p.card-text.text-dark {
    padding: 0 0 !important;
}

footer .social span {
    font-size: 40px;
    margin: 0 23px 0 0px;
}

footer .social span:last-child {
    margin: unset;
}

footer li.lastchldd {
    margin-top: 240px;
}

footer .social {
    /* padding: 44px 0 0 0; */
    margin-top: 50px;
}

.col-md-12.linewrp {

    background-color: #53256D;
}


.secnd-fold {
    padding: 0px 0 40px;
    margin: -90px 0 0 0;
}

.secnd-fold .col-md-6.my-auto {
    text-align: left;
}

.secnd-fold .imgwrp {}

.secnd-fold .imgwrp img {
    width: 120%;
}

.secnd-fold.margnwrp {
    margin: 0;
}

.servicewrp {
    position: relative;
    z-index: 1;
    padding: 220px 0 250px;
}

.servicewrp.lppadd {
    padding: 150px 0 250px;
}

.servicewrp:after {
    content: "";
    position: absolute;
    background-color: #0000000f;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.servicewrp .txtwrp h4 {
    color: #fff;
}

.servicewrp .txtwrp h1 {
    color: #fff;
}

.servicewrp .txtwrp p {
    color: #fff;
}

.servicewrp .btn-secnd {
    color: #fff;
}

.mybanform {
    z-index: 10;
    position: relative;
    padding: 50px 0 0 0;
    text-align: center;
}

.mybanform form {
    position: relative;
    display: inline-block;
}

.mybanform form .wrap {
    font-size: 0;
    width: 100%;
    border-radius: 10px;
    display: block;
    position: relative;
    height: 70px;
}

.mybanform form .wrap .dtf {
    display: inline-block;
    vertical-align: top;
    width: 27%;
}

.round {
    border-radius: 10px 0 0 10px;
}

.mybanform form .wrap .dtf.posrelative {
    width: 17%;
}

.mybanform form .wrap .dtf input[type="text"],
.mybanform form .wrap .dtf input[type="email"],
.mybanform form .wrap .dtf input[type="number"] {
    background: #fff;
    border: 0;
    font-size: 14px;
    height: 70px;
    width: 100%;
    padding: 20px;
    border-right: 1px solid #e8e9eb;
    color: #000;
    outline: none;
}

.mybanform form .wrap .dtf input[type="submit"] {
    font-size: 16px;
    border: 0;
    color: #fff;
    height: 70px !important;
    padding: 20px 48px;
    height: 80px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
}

.contact-us-cta__logo-container:after {
    content: "Confidential Engagements";
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.intl-tel-input {
    width: 100%;
}

.service-bg header .navwrp ul li a {
    color: #fff;
}

.service-bg header.showmenu .navwrp ul li a {
    color: #000;
}

.service-bg header.showmenu .navwrp ul li a.btnwrp {
    color: #fff;
}


.our-ser-bnnr {
    /* padding: 260px 0 140px; */
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: capitalize;
    height: 60vh;
    background-image: url('../imgs/career/contactbg.png') !important;
    background-size: cover;
}

.our-ser-bnnr h2 {
    color: #fff;
    padding: 0 0 20px;
}

.our-ser-bnnr p {
    color: #fff;
}

.our-ser-bnnr .txtwrp {}

.our-ser-bnnr .txtwrp ul {
    margin: 0;
}

.our-ser-bnnr .txtwrp ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 35%;
    position: relative;
    padding: 0 0 7px 20px;
}

.our-ser-bnnr .txtwrp ul li:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}


.our-testi {
    padding: 60px 0;
    background-color: #f0f0f0;
}

.our-testi .txtwrp {
    text-align: center;
    display: block;
}

.our-testi .mainwrp {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px 30px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin: 0 0 40px;
}

.our-testi .mainwrp p {
    color: #222;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #ada2a261;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.our-testi .mainwrp .namwrp {
    display: inline-block;
}

.our-testi .mainwrp .namwrp h4 {
    font-size: 17px;
    color: #000;
    padding: 0 0 0;
}

.our-testi .mainwrp .namwrp h6 {
    color: #6c7b86;
    font-size: 14px;
    padding: 6px 0 0;
}

.our-testi .mainwrp .namwrp span {
    color: #ffdd65;
    font-size: 16px;
}

.our-testi .mainwrp .imawrp {
    display: inline-block;
    width: 50%;
    float: right;
}

.our-testi .mainwrp .imawrp img {
    width: 50%;
    border-radius: 50%;
    float: right;
}

.our-testi .mainwrp:hover {
    box-shadow: 0px 0px 20px 1px #d2d2d2bf;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}

.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 8%;
    left: 20px;
    z-index: 9999;
    box-shadow: 4px 5px 14px 0px rgb(37 0 22 / 27%);
    padding: 0px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
}

.whatsapp:hover {
    color: #fff;
}

.whatsapp:focus {
    color: #fff;
}

.whatsapp i {}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}


.btn:link,
.btn:visited {
    text-transform: capitalize;
    text-decoration: none;
    padding: 40px 25px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
}

/* .btn:hover {
    color: #fff;
} */

.btn:active {
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #fff;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #fff;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.blink {
    animation: blinker 1s step-start infinite;
}

.blink {
    animation: blinker 1s step-start infinite;
}



@keyframes blinker {
    50% {
        color: #fa130d;
    }
}










.btmform {
    z-index: 2;
    position: relative;
    /* padding: 0 0 120px 0; */
}

.btmform .wrapper {
    box-shadow: 1px 1px 18px 0px rgb(0 0 0 / 20%), 0 2px 25px -5px rgb(0 0 0 / 10%), 1px 5px 1px rgb(0 0 0 / 5%);
    height: 95%;
    width: 100%;
    padding: 60px 0 0 30px;
    background: #fff;
    margin: 30px 0 80px 0;
    position: relative;
}

.form-sec {
    height: 500px;
    display: ;
}

.ver-ctaa {
    height: 98%;
    background-repeat: no-repeat;
}

.ver-cta .box {
    width: 50%;
    position: relative;
    display: inline;
    /* transform: rotate(
90deg); */
    top: 47px;
    left: 48px;
    color: #fff !important;
    /* display: none; */
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
}

.ver-cta p {
    color: #fff;
    display: inline;
    margin: auto;
    font-size: 17px;
    padding: 0;
}

.ver-cta .icon-call {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    margin: 0 25px;
}

.ver-cta .icon-call img {
    margin: auto;
    transform: rotate(-90deg);
}

.ver-cta span {
    color: #ffc800;
    font-size: 21px;
    display: inline;
    margin: auto;
    font-weight: 500;
}

.sec-left {
    width: 100%;
}

.sec-right {
    width: 20%;
    position: absolute;
    top: 30px;
    width: 100%;
    height: 95%;
    right: 9px;
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
    border-radius: 29px;
}

.contact-pg ul li a.highlight {
    color: #6325f6;
    text-decoration: underline;
}

.main-privacy-sec {
    padding: 60px;
}

.main-privacy-sec ul {
    padding: 0px;
}

.srvces-slides .slick-dots {
    text-align: center;
    bottom: -50px;
    right: 4.2%;
}

.srvces-slides .slick-dots li button {
    background-color: #e1e3e4;
    border-radius: 0%;
    height: 10px;
    width: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.srvces-slides .slick-dots li.slick-active button {
    background-color: #5a7797;
}

.srvces-slides .li img {
    display: inline-block;
    border-radius: 0%;
    outline: none;
    width: 100%;
}

.banner-cont {
    margin-top: 150px;
    position: relative;
    z-index: 9;
}

.new-margin-cont {
    margin-top: 220px;
}

.banner-img {
    margin-top: 100px;
}

.banner-img img {
    width: 90%;
    transform: scale(1.3);
    margin-left: 50px;
}

.mainbannerslider {
    padding-top: 150px;
}

.mainbannerslider .slick-list {
    overflow: unset;
}

.second-sec-cont {
    position: relative;
    /* z-index: 10; */
    /* margin-bottom:50px; */
    /* padding: 15px; */
}

.main-second-sec {
    padding: 60px 0;
}

.field {
    padding: 5px 0px 10px 5px;
}

.field input,
.field select {
    background-color: #f0f0f0;
    width: 100%;
    padding: 15px 15px;
    border: 0;
    color: #9b9fa6;
}

.banner-img img {
    width: 90%;
    transform: scale(1.3);
    margin-left: 50px;
}

.mainbannerslider {
    padding-top: 150px;
}

.mainbannerslider .slick-list {
    overflow: unset;
}

.second-sec-cont {
    position: relative;
    /* z-index: 10; */
    /* margin-bottom:50px; */
    /* padding: 15px; */
}

.main-second-sec {
    padding: 60px 0;
}

.field {
    padding: 5px 0px 10px 5px;
    display: inline;
}

.field input,
.field select {
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 15px;
    border: 0;
    /* border-radius: 35px; */
    color: #9b9fa6;
    /* border: 1px solid #9b9fa673; */
    border-bottom: 2px solid #9b9fa6;
    outline: none;
    /* box-shadow: 1px 1px 18px 0px rgb(0 0 0 / 20%), 0 2px 25px -5px rgb(0 0 0 / 10%), 1px 5px 1px rgb(0 0 0 / 5%); */
}

.whyus {
    background: #4362ff;
    color: #fff;
    padding: 80px 0;
    background-size: cover !important;
    text-align: center;
}

.field-msg {
    padding: 5px 5px 5px 0px;
}

.field-msg textarea {
    background-color: #ffffff;
    width: 100%;
    padding: 15px 15px;
    border: 0;
    color: #9b9fa6;
    overflow: hidden;
    /* border-radius: 15px; */
    height: 110px;
    margin: 0;
    border-bottom: 2px solid #9b9fa6;
    resize: none;
    outline: none;
    /* box-shadow: 1px 1px 18px 0px rgb(0 0 0 / 20%), 0 2px 25px -5px rgb(0 0 0 / 10%), 1px 5px 1px rgb(0 0 0 / 5%); */
}

.field-msg textarea:focus {
    border: 1;
}

.field-btn input[type=submit] {
    color: #fff !important;
    font-size: 16px;
    background-color: #4362ff;
    border-radius: 35px !important;
    padding: 15px 50px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    border: none;
    margin: 10px 0 0;
    width: 90%;
    height: auto;
    padding: 15px 50px;
}

input.form-btn {
    color: #fff !important;
    font-size: 16px;
    background-color: #4362ff;
    border-radius: 35px !important;
    padding: 15px 50px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    border: none;
    margin: 10px 0 0;
    width: 46% !important;
    height: auto;
    padding: 15px 50px;
}

.btmform .imgwrp i {
    color: #ffffff;
    font-size: 62px;
    padding: 0 0 0 0;
    position: relative;
    left: 92px;
    top: -65px;
}

.btmform .imgwrp {
    background-color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: relative;
    top: -68px;
    left: -58px;
    margin: -2px 0px;
}

.btmform .second-sec-cont h2 {
    font-size: 32px;
    margin: -15px 0 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.home-logo-clint {
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    top: 0;
}

.order-form {
    position: fixed;
    width: 100%;
    max-width: 420px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    display: none;
    align-items: center;
}

.order-form .close-icon {
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 18px;
    z-index: 99999;
    cursor: pointer;
    color: #fff;
    background: #334ed0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.order-form .free-consult {
    position: relative;
    width: 100%;
    z-index: 999999;
    padding: 110px 0 0;
    background-image: url(../images/popup.html);
    background-size: cover;
    background-repeat: no-repeat;
    height: 510px;
}

.order-form .free-consult .form textarea {
    height: 100px;
    margin-top: 0px;
}

.order-form .free-consult .pkg-dt {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.clientswrp h4.wow.fadeInDown::before {
    width: 9% !important;
    margin: 0px auto !important;
    display: table !important;
    left: 0px !important;
    right: 0px !important;
}

.order-form .free-consult .pkg-dt .pkg-price {
    font-weight: 800;
}

/*CAPTCHA*/
.grecaptcha-badge {
    /*   width: 256px;
    height: 60px;
    box-shadow: grey 0px 0px 5px;
    position: fixed;
    left: -187px;
    bottom: 20px;
    transition: all 0.3s ease-in;*/
    display: none;
}

.grecaptcha-badge:hover {
    left: 0px;
    z-index: 999;
}

/* Safari 7.1+ */

_::-webkit-full-page-media,
_:future,
:root .get-a-quote-pg .free-consult .form select {

    color: #a7a7a7;
    background: #f3f5fe;
    -webkit-appearance: none;

}

.free-consult .form input[type="text"],
.free-consult .form input[type=email],
.free-consult .form textarea,
.free-consult .form select {
    width: 100%;
    font-size: 15px;
    color: #767676;
    font-weight: 600;
    border: 0px;
    padding: 13px 24px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    margin-bottom: 14px;
}

.free-consult .form .primary-btn {
    width: 100%;
    margin-top: 0;
    padding: 13px;
    border: 0px;
    cursor: pointer;
}

.primary-btn {
    background: #14aae7;
    background: -moz-linear-gradient(top, #14aae7 0%, #3945d7 100%);
    background: -webkit-linear-gradient(top, #14aae7 0%, #3945d7 100%);
    background: linear-gradient(to bottom, #e88120 0%, #e43f41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14aae7', endColorstr='#3945d7', GradientType=0);
    color: white;
}

h2.text-center.pkg-name {
    color: #fff;
    font-size: 32px;
}

img.logo-clr {
    display: none;
}

h1.myh2.wow.fadeInDown.linee.line2.lead-head {
    font-size: 80px !important;
    color: black !important;
    font-weight: 400 !important;
    line-height: 77px !important;
}

.cus-chang-lead h2.text-white {
    font-size: 49px;
    font-weight: 400 !important;
    line-height: 52px;
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
    background: #000;
    display: inline-block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cus-chang-lead small {
    font-size: 24px !important;
    line-height: 52px !important;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    color: white !important;
    background: #000;
    position: relative;
    top: -10px;
    padding: 5px;
}

.lead-head::before {
    height: 11px !important;
    width: 152px !important;
    top: -17px !important;
}

.lead-black {
    padding-top: 85px !important;
}


.lead-black p.contshape {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400 !important;
    /* text-align: right; */
}

.lead-black a.text-dark.btn {
    /* font-size: 50px;
    line-height: 50px;
    font-weight: 400 !important;
    margin-left: 112px; */
    font-size: 50px;
    line-height: 50px;
    font-weight: 400 !important;
    margin-left: auto;
    margin-right: 0;
    margin-top: 48px;
}


.lead-black .col-md-6.bgshape {
    padding: 110px 0 0 0;
}

.bnr-inpfild input,
.bnr-inpfild textarea,
.bnr-inpfild select {
    width: 100%;
    padding: 10px;
    margin: 0px 0 18px 0;
    border-radius: 6px;
    border: 1px solid #dad4d4;
    color: #333;
    height: 47px;
    font-size: 16px;
    background: #ffffff00;
    font-size: 12px;
    appearance: auto;
}

.form-wrap {
    background: #fff;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #000;
    position: relative;
    z-index: 9;
}


.bnr-inpfild [type=submit] {
    border-radius: 0 !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    background: #ffa300;
    margin-right: 19px;
    transition: ease 0.5s;
}

.form-wrap h1 {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 24px 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffa300;
    line-height: 1.4;
}

.form-wrap h1 span {
    display: block;
    color: #000;
    font-size: 32px;
}

.bnr-inpfild .intl-tel-input {
    margin-bottom: 18px;
}

.bnr-inpfild textarea {
    height: 100px;
    resize: none;
    color: #000;
}

section.flexiblefeatures-sec {
    padding: 60px 0 70px;
    background: #f3f5f7;
}

.flexiblefeatures-sec h5 {
    color: #0857c1;
    margin-top: 0;
    font-size: 16px;
    padding: 5px 15px;
    background: #73a9f338;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.flexiblefeatures-sec h2 {
    text-transform: capitalize;
    color: #000;
    padding: 0 0 20px;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    font-size: 48px;
}

.flexiblefeatures-sec p {
    color: #74757a;
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 1.2;
}

.flexiblefeatures-sec ul {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 40px;
}

.flexiblefeatures-sec ul li figure img {
    width: auto;
    margin-right: 15px;
}

.flexiblefeatures-sec ul li figure {
    margin-bottom: 0px;
    width: 20%;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
}

.flexiblefeatures-sec ul li {
    clear: both;
    /* margin-bottom: 30px; */
    width: 100%;
    display: inline-block;
    height: auto;
    padding: 0 0px 40px 0px;
}

.flexiblefeatures-sec ul li .txt-wrap h4 {
    font-size: 18px;
    color: #2c2c2c;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    font-weight: 700;
}

.flexiblefeatures-sec ul li .txt-wrap p {
    color: #777;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300 !important;
    height: 54px;
}

.flexiblefeatures-sec figure img {
    width: 100%;
}

section.ap-sec .video-card .view.overlaYy {
    /* height: 663px !important; */
    height: 100% !important;
}

section.ap-sec .btn-main {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    text-decoration: none;
}
section.ap-sec .btn-main:hover {
    border: 2px solid #fff;
    color: #fff;
}

.ap-sec h2 {
    padding: 0px;
    font-size: 60px !important;
    font-weight: 400 !important;
    color: #fff !important;
}

/* talha  start*/
/* .overlay-black-text .para-sec p,
.hjm-sec .para-sec p {
    color: black !important;
}

.overlay-black-text .para-sec a,
.hjm-sec .para-sec a {
    color: black !important;
}

.overlay-black-text .mask h4,
.hjm-sec .mask h4 {
    color: #fff !important;
}

section.ap-sec.overlay-black-text .view.overlaYy h3,
.hjm-sec .view.overlaYy h3 {
    color: #fff !important;
}

.overlay-black-text .card:hover .overlaYy {
    opacity: 1 !important;
}

.overlay-black-text .view.overlaYy {
    height: 648px !important;
}

.overlay-black-text .card:hover img.card-img-top {
    transform: scale(1.5);
    transform-origin: top left;
}

.overlay-black-text .card,
.hjm-sec .hjm-sec-crd {
    overflow: hidden;
    transition: 0.5s;
}

.hjm-sec .hjm-sec-crd:hover img.card-img-top {
    transform: scale(1.5);
} */

/* @media only screen and (max-width: 1800px) {
        .overlay-black-text .view.overlaYy{
            height: 648px !important;
            }
      } */
/* talha end*/
.ap-sec p {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.box-boxi.boxiesnghome {
    min-height: 300px;
}

.appr-warp .box-wrap {
    padding: 20px 35px;
    text-align: center;
}

.boxiesng {
    height: 290px;
}

.box-boxi {
    padding: 40px 20px;
    border-radius: 18px;
    min-height: 350px;
    box-shadow: 0px 1px 14px 0px #00000047;
}

.appr-warp .box-wrap figure {
    margin-bottom: 20px;
}

.appr-warp .box-wrap figure img {
    max-width: 76px;
}

.appr-warp .box-wrap h4 {
    color: #2c2c2c;
    /* font-family: 'Space Grotesk', sans-serif !important; */
    font-weight: 100 !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.appr-warp .box-wrap p {
    color: #74757a;
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 18px 0px 0px;
    text-align: left;
}

.list-scroll1 {
    height: 100px;
    overflow-y: scroll;
}

.appr-warp {
    margin: 0 auto;
    width: 85%;
    padding: 0px 0 70px;
}

.list-scroll1::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

.list-scroll1::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    border-left: 1px solid #fff;
}

.boxiesng:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.dropdown {
    position: relative;
    display: inline-block;
    padding: 0 0 0;
    top: -8px;
}

.dropdown {
    padding: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    width: 220px;
    height: 235px;
}

.dropdown:hover .dropdown-content {
    top: 45px;
    display: block;
}

ul.dropdown-content {
    text-align: left !important;
    position: absolute;
    left: -65px;
    top: 31px !important;
}

ul.dropdown-content li {
    border-bottom: 1px solid #dededed1;
    width: 100%;
    padding: 11px 30px;
    margin: 0 0 0px !important;
    position: relative;
}

ul.dropdown-content li a {
    color: #000 !important;
    /* position: relative; */
}

ul.dropdown-content li a:hover {
    color: #084db5 !important;
    padding: 10px 0px 0px 5px;
    transition: all .4s ease-in-out;
}

ul.dropdown-content li:hover a:after {
    left: -20px;
    transition: all .8s ease-in-out;
    opacity: 1;
    top: 18px;
    bottom: auto;
}

ul.dropdown-content li a:after {
    content: "";
    transition: all .8s ease-in-out;
    content: "";
    background: #0664d1;
    height: 2px;
    width: 17px;
    position: absolute;
    left: -36px;
    top: 18px;
    opacity: 0;
    bottom: auto;
}

.hk_hide {
    display: none;
}

.tabs-web-dsgn li.hk_web_height {
    height: 400px;
    overflow: hidden;
    background-size: cover;
    border-radius: 10px;
}

.tabs-web-dsgn li.hk_web_height:hover {
    background-position: 100% 100%;
    transition: 6s !important;
    transform: none;
}

.tabs-ecom li.hk_web_height {
    height: 400px;
    overflow: hidden;
    background-size: cover;
}

.tabs-ecom li.hk_web_height:hover {
    background-position: 100% 100%;
    transition: 6s !important;
    transform: none;
}



/*--------------lp-css-------------------------------*/

header.lp-header {
    padding: 0 0;
    position: absolute;
    background-image: unset;
}

header.lp-header .logowrp img {
    position: relative;
    top: 20px;
}

header.lp-header .navwrp {
    background: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

header.lp-header .navwrp ul {}

header.lp-header .navwrp li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

header.lp-header .navwrp ul li a.btnwrp {
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff !important;
    font-weight: 500;
    background-color: blueviolet;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    font-size: 15px;
}

.lp-secwrp {
    padding: 14% 0 60px;
    background-image: url(../images/banner-bg-lp.html);
    background-repeat: no-repeat;
    background-size: cover;
}

.lp-secwrp .txtwrp {
    text-align: center;
    display: block;
}

.lp-secwrp .txtwrp h2 {
    color: #fff;
    position: relative;
}

.lp-secwrp .txtwrp h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 5px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    right: 0;
    margin: 0 auto;
}

.lp-secwrp .txtwrp p {
    color: #fff;
    padding: 30px 0 0;
}

.lp-secwrp .txtwrp ul {
    margin: 30px 0 0;
}

.lp-secwrp .txtwrp ul li {
    display: inline-block;
    margin: 0 30px 0;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.lp-secwrp .txtwrp ul li:after {
    content: "\f058";
    position: absolute;
    font-family: 'FontAwesome';
    left: -21px;
    color: #62d43c;
}


.lp-logoswrp {
    background-image: unset;
    padding: 50px 0 0;
    border-top: unset;
    top: 0;
}

.lp-secwrp .imgwrp {
    display: block;
    text-align: center;
}

.lp-secwrp .imgwrp ul {
    margin: 0 0 50px;
    text-align: center;
    display: block;
}

.lp-secwrp .imgwrp ul li {
    display: inline-block;
    padding: 0;
    margin: 0 30px;
}

.lp-secwrp .imgwrp ul li img {
    width: 100%;
}

.lp-secwrp .imgwrp a.btn-main {
    margin: 0 auto;
    text-align: center;


}

.lp-secwrp .imgwrp a.btn-secnd {
    color: #fff;
}

.social-counts {
    background: #fff;
    box-shadow: 3px 5px 8px 1px rgb(132 132 132 / 17%);
    position: relative;
    height: 100px;
    overflow: hidden;
    margin: 0 0 130px;
}

.social-left {
    float: left;
    width: 20%;
    padding: 24px 60px 0px 0;
    background: #fff;
    text-align: left;
    height: 96px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
}

.social-left p {
    background: #fff !important;
    font-weight: 700;
    font-size: 13px;
}

.social-right {
    float: left;
    width: 78%;
    margin: 0 0 0 20px;
}

html {
    scroll-behavior: smooth;
}


.conbowrp .mainpkge ul li {
    position: relative;
}

.conbowrp .mainpkge ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: -26px;
    top: -4px;
    color: #3cca19;
    font-size: 16px;
}

a.hk_load {
    color: #fff;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
}

a.hk_load:hover {
    color: #07389c;
    border: 2px solid #07389c;

}

.videocustom {
    background-color: #fbfdfa !important;
}


.serv-tab {
    padding: 40px 0 70px;
}

.serv-tab .navwrp {}

.serv-tab .navwrp .tabbing-links {
    text-align: center;
    margin: 0 0 30px;
    border-radius: 20px;
    margin: 20px auto 40px;
}

.serv-tab .navwrp .tabbing-links li {
    display: inline-block;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 10px 40px;
    border-radius: 20px;
    font-weight: 600;
    : background: #f3f3f3;
}

.serv-tab .navwrp .tabbing-links li.current {
    border-bottom: 1px solid;
    padding: 10px 40px;
    border-radius: 20px;
    margin-right: 10px;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
}

.serv-tab .imgport {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.serv-tab .imgport li {
    display: inline-block;
    width: 32%;
    margin: 0 5px 15px;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

.serv-tab .imgport li:hover {
    transform: scale(1.1);
}

.serv-tab .imgport li img {
    width: 100%;
    border-radius: 10px;
}

.serv-tab .imgport li figure {
    margin: 0px;
}

.serv-tab .btnwrp {
    text-align: left;
    display: block;
}

.serv-tab .tabs {
    display: none;
}

.serv-tab .tabs.current {
    display: block;
}


section.service-cetawrp ul.tabs {
    display: none;
}

section.service-cetawrp ul.tabs.current {
    display: block;
}




.home-bnnerwrp.servicewrp {
    height: auto;
}

.home-bnnerwrp.servicewrp .txtwrp h1 {
    background-image: unset;
    color: #fff;
    -webkit-text-fill-color: #fff;
    padding: 20px 0 20px;
}

.contact-pg {
    padding-top: 10%;
}

.home-bnnerwrp span.overway {
    position: absolute;
    z-index: 1;
    background-color: #00000085;
    width: 100%;
    height: 100%;
    top: 0;
}

.home-bnnerwrp.servicewrp .col-md-7 .txtwrp h2 {
    background-image: unset;
    color: #fff;
    -webkit-text-fill-color: unset;
}


.form-box-main form label.field-txt {
    font-weight: 500;
    font-size: 18px;
    color: #222;
    margin: 0 0 5px;
    width: 100%;
    display: block;
    padding: 10px 0px 0;
}

.form-box-main form label.field-txt span {
    color: #e60303;
}

.form-box-main form input[type="text"],
.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #B2B9C1;
    background: white;
    padding: 18px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    border-radius: 8px;
}

.form-box-main form select {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #B2B9C1;
    background: white;
    padding: 12px 15px;
    color: #5B6B7F;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    -webkit-appearance: auto;
}

.form-box-main form select:focus {
    border-radius: 8px 8px 0px 0px;
}

.form-box-main form select[name="ddlMonth"],
.form-box-main form select[name="ddlDay"],
.form-box-main form select[name="ddlYear"] {
    float: left;
    width: 32.5%;
    margin: 0 1% 0 0;
}

.form-box-main form select[name="ddlYear"] {
    margin: 0;
}

.form-box-main form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px;
}

.check-list {
    /* float:left; */
    /* margin:0 15px 0 0; */
}

.form-box-main form input[type=checkbox]:not(old),
.form-box-main form input[type=radio]:not(old) {
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.form-box-main form input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #5B6B7F;
}

.form-box-main form input[type=checkbox]:not(old):checked+label {
    background-position: 0 -24px;
}

.form-box-main form input[type=radio]:not(old):checked+label {
    background-position: 0 -48px;
}

.form-box-main form input[type="submit"] {
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    margin-top: 20px;
    border: none;
    padding: 20px 60px;
    font-size: 16px;
    background-color: #0031c6;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    border-radius: 8px;
    border: 3px solid;
    cursor: pointer;
}

.form-box-main form input[type="submit"]:after {
    content: "\e93a";
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    font-size: 13px;
    color: white;
    padding-left: 10px;
}

.form-box-main form input[type="submit"]:hover {
    display: inline-block;
    color: #fff;
}


.form-box-main form input::-webkit-input-placeholder {
    color: gray;
    opacity: 1 !important;
}

.form-box-main form input:-moz-placeholder {
    color: gray;
}

.form-box-main form input::-moz-placeholder {
    color: gray;
}

.form-box-main form input:-ms-input-placeholder {
    color: gray;
}

.form-box-main form textarea::-webkit-input-placeholder {
    color: gray;
    opacity: 1 !important;
}

.form-box-main form textarea:-moz-placeholder {
    color: gray;
}

.form-box-main form textarea::-moz-placeholder {
    color: gray;
}

.form-box-main form textarea:-ms-input-placeholder {
    color: gray;
}

.form-box-main form input:focus,
.form-box-main form textarea:focus,
.form-box-main form select:focus,
.form-box-main form option:focus,
.selected-flag {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-box-main form .intl-tel-input {
    width: 100%;
}

.form-box-main form .intl-tel-input .country-list {
    width: 380px;
}

.form-box-main form .intl-tel-input .country-list .country {
    font-size: 13px;
}


.form-box-main form label.error,
label.error {
    color: red;
    font-style: italic;
    margin-bottom: 0px;
    display: none !important;
}

div.error {
    display: none;
}

input.checkbox {
    border: none
}

input.error {
    border: 1px solid red !important;
}

form.cmxform .gray * {
    color: gray;
}

.mybannerform form {
    margin-bottom: 0;
}

.orderpg header {
    display: none;
}

.orederpg #main-content {
    overflow-x: inherit;
}

.orderpg footer {
    display: none;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 10px;
    color: #000;
}

.subscribe-fold {
    padding: 120px 60px 60px 60px;
}

.order-pg {
    padding: 100px 0 120px;
}

/*floating strips css start */
.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: 16%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 9;
}

.floatbutton .clickbutton {
    /* border-radius: 30px 0px 0px 30px; */
    background: #fff0;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    /* background-image: linear-gradient(to right top, #ffa300, #ffa300); */
    margin-top: 198px;
    color: #ffa300 !important;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: 'gothamlight';
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    border: 2px solid #ffa300;
}

.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: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    font-size: 16px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    left: -85px;
    white-space: pre;
    bottom: 122px;
    font-weight: bold;
}

.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: #f43535;
    margin: 17px 0 0 15px;
}

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

.banform {}

.ban-form {}

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

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

.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    background: #f43535;
    border-radius: 3px;
    text-align: center;
    background-image: linear-gradient(to right top, #ffa300, #ffa300, #ffa300, #ffa300, #ffa300);
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
}

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



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

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

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background: #fff0;
    top: 120px;
    padding: 0;
    /* border-radius: 50px 0px 0px 50px; */
    overflow: hidden;
    box-shadow: 0px 0px 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: 2px solid #ffa300;
}

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

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    background: #fff0;
    top: 40px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 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: 50px 0px 0px 50px; */
    border: 2px solid #ffa300;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #ffa300;
    /* background-image: linear-gradient(to right top, #0569d7, #042888); */
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ffa300;
    vertical-align: middle;
    display: inline-block;
    /* border-radius: 50px 0px 0px 50px; */
    background-color: transparent;
}

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

/*floating strips css end */



/*=========================================popup======================================================*/

/*=========================================popup======================================================*/
.mypopup-wrap.active {
    position: fixed;
    top: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}

.mypopup-wrap {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 800px;
    height: 600px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0px;
    top: 10%;
    bottom: 0px;
    margin: auto;
    z-index: 99999;
    overflow: hidden;
}

.mypopup-wrap .mypopup {
    border-radius: 10px;
    font-size: 0px;
    background: #fff;
}

.mypopup-wrap .mypopup .left {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    background: #386163;
    vertical-align: middle;
}

.mypopup-wrap .mypopup .left figure {
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.mypopup-wrap .mypopup .left figure img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.mypopup-wrap .mypopup .right {
    width: 50%;
    padding: 19px 20px;
    vertical-align: top;
    display: inline-block;
    vertical-align: middle;
}

.mypopup-wrap .mypopup .right .closebutton {
    position: absolute;
    width: 20px;
    height: 20px;
    /*float: right;*/
    cursor: pointer;
    transform: rotate(45deg);
    right: 20px;
    top: 20px;
}

.mypopup-wrap .mypopup .right .closebutton:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    top: 0;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.mypopup-wrap .mypopup .right .closebutton:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    top: 0;
    left: 0;
    background: #000;
    display: block;
    bottom: 0;
    margin: auto;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
    font-size: 26px;
    line-height: 1;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
    font-size: 38px;
    display: block;
    font-weight: 900;
    color: #edad0d;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mypopup-innerwrap .form_wrap {
    padding: 20px 15px;
}

.mypopup-innerwrap .form_wrap .hero_form {}

.mypopup-innerwrap .form_wrap .hero_form form {}

.mypopup-innerwrap .form_wrap .hero_form .form-control {
    border-radius: 10px;
    border: 1px solid #b9b8b8;
}

.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
    border: 1px solid #5d03db;
}

.mypopup-innerwrap .form_wrap .hero_form textarea.form-control {
    color: #000;
}

.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
    min-height: 85px;
}

.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
    border-radius: 10px;
    min-width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-md-6 {
    width: 100%;
}

.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
    width: 100%;
}

.hero_form .field-mergedleft {
    padding-left: 15px;
}

.hero_form .field-mergedright {
    padding-right: 15px;
}

.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
    margin-bottom: 10px;
}

.submit:hover {
    background-color: #1f1f1f;
}

.form_wrap .analyzeform form input[type="submit"] {
    width: 100%;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
}

.submit {
    border: 0;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding: 15px 80px;
    outline: none;
    cursor: pointer;
    transition: background-color .3s;
    border-radius: 5px;
    background: #ffa300 !important;
    /* background-image: linear-gradient(to right top, #0569d7, #042888); */
    /* border-radius: 35px; */
}

.overlay {
    background: #0000006b;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

/*=========================================popup======================================================*/

/*=========================================egg-popup======================================================*/

.eggoffer.show {
    position: fixed;
    bottom: 8px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.eggoffer {
    width: 150px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    bottom: 10px;
    left: 8px;
    z-index: 999;
    overflow: hidden;
}

.eggoffer .top {
    position: relative;
    z-index: -1;
}

.eggoffer .top figure {
    text-align: center;
}

.eggoffer .top figure img {
    opacity: 1;
    width: 100%;
}

.eggoffer .bottom {
    cursor: pointer;
    padding: 16px 5px;
    border-radius: 5px;
    background: #16a07d;
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before,
.eggoffer .bottom h3:before {
    display: none;
}

.eggoffer .bottom h3 {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.eggoffer .bottom span {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    padding-top: 6px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-shadow: 0 2px 2px #666;
}

.form_wrap .analyzeform form .dtf {
    width: 100%;
}

.form_wrap .analyzeform form input[type="submit"] {
    width: 100%;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
}

.form_wrap .analyzeform form .wrap {
    padding-left: 0px;
}

.form_wrap .analyzeform {
    margin: 0px;
}

.eggoffer .broken {
    display: none;
}

.eggoffer .unbroken {
    display: block;
}

.mypopup-wrap .easter {
    display: none !important;
}

.overlay-bg.vis {
    display: block !important;
}

.analyzeform form input[type="text"],
.analyzeform form input[type="email"],
.analyzeform form input[type="number"],
.analyzeform form input[type="tel"],
.analyzeform form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    /* border-radius: 5px; */
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin-bottom: 10px;
}

.mypopup-innerwrap h2 {
    font-size: 34px;
    display: block;
}

.mypopup-innerwrap h2 span {
    display: block;
    color: #094cb3;
}

.fancybox-content {
    width: 100% !important;
    height: 100% !important;
}



.mygrid {
    padding: 30px 20px 30px 20px;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    width: 80%;
    margin: 40px auto 150px;
    position: relative;
    border-radius: 8px;
    height: 245px;
}

.cta2 .wrap {}

.cta2 .wrap h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: left;
}

.cta2 .wrap h3 {
    text-align: left;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta2 .wrap .gt-strt {
    padding: 10px 30px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    border-radius: 35px;
    /* FF3.6-15 */
    background: #fff;
    /* Chrome10-25,Safari5.1-6 */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    float: left;
    margin-right: 20px;
    font-weight: 500;
}

.cta2 .wrap a:hover {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cta-img img {
    position: absolute;
    content: "";
    top: -86px;
    right: 0;
    /* width: 81%; */
}


.wrap .new-cta {
    padding: 10px 30px;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    border-radius: 35px;
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    float: left;
    margin-right: 20px;
    font-weight: 500;
}

/*=========================================egg-popup======================================================*/

li.dropdown:after {
    content: "\f107";
    color: #fff;
    font-size: 16px;
    font-family: 'FontAwesome';
    font-weight: 900;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translate(2%,-49%);
}

header .nav-lp ul li a:hover {
    color: #0956c0;
}

h2.tag-best {
    position: relative;
}

h2.tag-best:after {
    content: '';
    bottom: 20px;
    background-image: url(../images/banner-badge02.html);
    left: 480px;
    color: #144bbd;
    height: auto;
    position: absolute;
    width: 250px;
    height: 211px;
    background-repeat: no-repeat;
    background-size: 90%;
    top: 0px;
}

h2.tag-best2 {
    position: relative;
}

h2.tag-best2:after {
    content: '';
    bottom: 20px;
    background-image: url(../images/banner-badge2.html);
    left: 480px;
    color: #144bbd;
    height: auto;
    position: absolute;
    width: 250px;
    height: 211px;
    background-repeat: no-repeat;
    background-size: 90%;
    top: 0px;
}





.brief_form {
    position: relative;
    padding: 60px 0 140px;
}

.brief_form:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/left.html);
    opacity: 0.1;
}

.brief_form:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/right.html);
    opacity: 0.1;
}

.brief_form .briefleft {
    height: 1000px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: 50%;
    background-color: #f0f6f6;
}

.brief_form .briefleft h1 {
    font-size: 40px;
    font-weight: bold;
    max-width: 70%;
    padding: 30px 30px;
}

.brief_form ul {
    display: flex;
    padding: 0;
    text-align: center;
    margin: 0 0 25px;
}

.brief_form ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #dadada;
    position: relative;
    color: #4c4c4c;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfe1e3+0,bec5cc+100 */
    background: #dfe1e3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dfe1e3 0%, #bec5cc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dfe1e3 0%, #bec5cc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dfe1e3 0%, #bec5cc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid XImageTransform.Microsoft.gradient(startColorstr='#dfe1e3', endColorstr='#bec5cc', GradientType=0);
    /* IE6-9 */
}

.brief_form ul li.done {
    display: inline-block;
    width: 25%;
    text-align: center;
    background: #28a745;
    padding: 20px 0;
    border-right: 1px solid #dadada;
    position: relative;
    color: #fff;
}

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

.brief_form ul li i {
    display: block;
    color: #4c4c4c;
    font-size: 28px;
    margin: 0 0 5px;
}

.brief_form ul li.done i {
    color: #fff;
}

.brief_form ul li i.chcked {
    /* position: absolute; */
    top: 0px;
    right: -70px;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    display: inline-block;
}

.brief_form ul li.active {
    background: #14aae7;
    background: -moz-linear-gradient(top, #14aae7 0%, #3945d7 100%);
    background: -webkit-linear-gradient(top, #14aae7 0%, #3945d7 100%);
    background: linear-gradient(to bottom, #14aae7 0%, #3945d7 100%);
    filter: progid XImageTransform.Microsoft.gradient(startColorstr='#14aae7', endColorstr='#3945d7', GradientType=0);
}

.brief_form .col-md-12,
.brief_form .col-md-6 {
    margin: 7px 0;
}

.brief_form h2 {
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px;
    color: #000000;
    text-align: left;
}

.brief_form h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    border-bottom: solid 1px #b2b9c1;
    padding: 0 0 11px;
    color: #484848;
}

.brief_form input[type=text] {
    width: 100%;
    margin: 0 0 10px 0;
    border: 0px;
    border: 1px solid #e3f1f1;
    background: #eff5f5;
    padding: 18px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    border-radius: 5px;
}

.brief_form input[type=file] {
    border: 0px;
}

.brief_form textarea {
    width: 100%;
    margin: 0 0 10px 0;
    border: 0px;
    border-bottom: 0px solid #B2B9C1;
    background: #eff5f5;
    padding: 18px 13px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 120px;
    border-radius: 5px;
}

.brief_form .form-group {
    display: inline-block;
    width: 21%;
    margin: 4px 15px;
}

.brief_form .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.brief_form .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.brief_form .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #B2B9C1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.brief_form .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #86279b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.brief_form .files {
    background: #eff5f5;
    text-align: center;
    margin: 0px 15px;
    height: 80px;
    padding: 10px 0;
    border-radius: 5px;
}

.brief_form #project-contactwew-us-button {
    padding: 10px 30px;
    border-radius: 4px;
    background: #14aae7;
    background: -moz-linear-gradient(top, #14aae7 0%, #3945d7 100%);
    background: -webkit-linear-gradient(top, #14aae7 0%, #3945d7 100%);
    background: linear-gradient(to bottom, #14aae7 0%, #3945d7 100%);
    filter: progid XImageTransform.Microsoft.gradient(startColorstr='#14aae7', endColorstr='#3945d7', GradientType=0);
    color: #fff;
    margin: 30px 0 0;
}


.seosteps .btnwrp {
    padding: 70px 0 0;
}



.belowform img {
    max-width: 100%;
}

.belowform h2,
.belowform p {
    text-align: left;
}

.belowform {
    padding: 170px 0 150px;
}

.form-box-main h2 {
    width: 100%;
    line-height: 1.2;
    color: #000;
    text-align: left;
}

.form-box-main p {
    text-align: left;
    font-size: 18px;
    width: 100%;
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 1.4;
}

.form-box-main form input[type="text"],
.form-box-main form select,
.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 0px;
    border-bottom: 1px solid #B2B9C1;
    background: white;
    padding: 18px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    border-radius: 0;
}

.form-box-main form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px;
    resize: none;
}

.form-box-main form select {
    width: 100%;
    margin: 0 0 0 0;
    border-bottom: 1px solid #B2B9C1;
    padding: 12px 15px;
    color: #5B6B7F;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
}

.form-box-main form input[type="submit"] {
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.form-box-main form {
    width: 100%;
    margin: 0 auto;
}

.form-box-main form .col-md-6,
.form-box-main form .col-md-12 {
    padding-bottom: 20px;
}

.row.web-port .scroll-port {
    /* height: 500px; */
}

.free-consult {
    padding: 80px 0 115px 0;
}

.free-consult .sub-head {
    padding: 0px;
}

.free-consult .form {
    margin: 20px 0 0 0;
}

.free-consult h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.free-consult .form input[type="text"],
.free-consult .form input[type=email],
.free-consult .form textarea,
.free-consult .form select {
    width: 100%;
    font-size: 15px;
    color: #767676;
    font-weight: 600;
    border: 0px;
    padding: 13px 24px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    /* font-family: 'Space Grotesk', sans-serif !important; */
    font-weight: 100 !important;
    margin-bottom: 14px;
    height: 50px;
}

.free-consult .form textarea {
    margin: 0;
    resize: none;
    height: 196px;
}

.free-consult .form input[type="text"].error,
.free-consult .form input[type=email].error {
    border-color: var(--red);
}

.free-consult .form .interested-in h6 {
    font-size: 15px;
    color: var(--dark);
    font-weight: 600;
    margin: 15px 0;
}


.free-consult .form .cCheckbox {
    background: #fff;
    width: 18px;
    height: 18px;
    border: 1px solid #e1e1e1;
    float: left;
    margin: 1px 12px 0 0;
}


.free-consult .form label {
    margin: 0px 0px 15px 0;
    cursor: pointer;
    font-size: 15px;
    color: #767676;
    font-weight: 600;
    width: 33%;
}

.free-consult .form label.error {
    display: none !important;
}

.free-consult .form label.full {
    width: 100%;
}


.free-consult .form .primary-btn {
    width: 100%;
    margin-top: 0;
    padding: 13px;
    border: 0px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .flexiblefeatures-sec h2 {
        font-size: 30px;
    }

    .appr-warp {
        width: 100%;
    }

    header .navwrp,
    .floatbutton {
        display: none;
    }

    .ap-sec h2 {
        font-weight: 700;
        font-size: 26px;
    }

    header {
        padding: 0;
        z-index: 9;
    }

    .top-head {
        /* background: #f3f5f7; */
        /* border-bottom: 1px solid #cbd6e2; */
        padding: 0 0;
        margin: 10px 0;
    }

    header .navtop ul li {
        margin: 0 12px;
    }

    .home-bnnerwrp .imgwrp {
        position: relative;
        display: none;
    }

    .btnwrp {
        padding: 0 0 0;
    }

    header .navtop ul li a {
        font-size: 14px;
    }

    header .navtop ul {
        text-align: center;
    }

    header .navtop ul li a i {
        color: #fff;
    }

    .header-main.showmenu {
        z-index: 9;
    }

    .mobile-nav-btn {
        z-index: 999;
        right: 8%;
        top: 55px;
    }

    .mobile-nav-btn span,
    .mobile-nav-btn span:before,
    .mobile-nav-btn span:after {
        background-color: #fff;
    }

    .home-bnnerwrp {
        padding: 42px 0 50px;
    }

    .home-bnnerwrp .txtwrp ul li {
        width: 23%;
    }

    .home-bnnerwrp .txtwrp ul li img {
        width: 100%;
    }

    .btn-main,
    .btn-secnd {
        padding: 10px 20px;
        font-size: 18px;
        display: block;
        margin: 0 auto !important;
        text-align: center;
    }

    h2.main-heading {
        color: #000;
        font-size: 36px;
    }

    .secnd-fold .imgwrp {
        margin: 40px 0 0;
    }

    .cta2 .wrap h6 {
        font-size: 20px;
        text-align: center;
    }

    .cta2 .wrap h3 {
        text-align: center;
    }

    .home-bnnerwrp.servicewrp {
        height: auto;
        background-position: 50%;
    }

    .ctawrp {
        padding: 0px 0;
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp p {
        font-size: 12px;
        color: #fff;
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li {
        font-size: 14px;
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp h2 {
        font-size: 20px;
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h1 {
        font-size: 48px;
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 {
        font-size: 18px;
    }

    ul.partnerslider li img {
        margin: auto;
    }

    .service-cetawrp .ser-port li .imgwrp img {
        display: none;
    }

    .service-cetawrp ul.tabbing-links li {
        font-size: 14px;
        display: inline-block;
        margin: 6px 5px;
        border: solid 1px #ccc;
        border-radius: 50px;
        padding: 8px 16px;
    }

    .service-cetawrp ul.tabbing-links,
    .service-cetawrp .txtwrp h2 {
        margin-left: 0;
        text-align: center;
    }

    .service-cetawrp .ser-port li .mainwrp .btn-secnd,
    .service-cetawrp .ser-port li .mainwrp .btn-main {
        padding: 15px 15px;
    }

    .service-cetawrp .ser-port li .mainwrp {
        padding: 50px 15px;
        height: auto;
        text-align: center;
    }

    .ctawrp .mainwrp {
        width: 100%;
        padding: 30px 15px 50px;
    }

    .ctawrp .mainwrp .txtwrp h2 {
        font-size: 24px;
    }

    .ctawrp .mainwrp .txtwrp p {
        font-size: 20px;
        width: 90%;
        margin: 0 auto;
    }

    .btn-secnd {
        margin: 0 5px;
    }

    .tabs-web-dsgn li.hk_web_height {
        height: 250px;
    }

    .portfoliowrp {
        padding: 40px 0 50px;
    }

    .portfoliowrp .imgport li {
        width: 45%;
    }

    .portfoliowrp .btnwrp a {
        width: 90%;
        display: block;
        margin: 15px 0 0 17px;
    }

    .pakcgewrp .navwrp .pkgeport li {
        width: 95%;
        margin: 0 10px 20px;
    }

    .conbowrp .pkgehead {
        width: 100%;
        background: #0464d2;
        border-radius: 0px 10px;
        margin-bottom: -30px;
    }

    .cta-img {
        display: none;
    }

    .mygrid {
        width: 90%;
        margin: 0px auto 50px;
        height: auto;
    }

    .cta2 .wrap .gt-strt,
    .wrap .new-cta {
        display: block;
        width: 100%;
        font-size: 18px;
        float: none;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 15px;
    }

    .conbowrp .pkgehead h2 {
        font-size: 23px;
    }

    .conbowrp .mainpkge .imgwrp {
        display: none;
    }

    .conbowrp .pkgehead p {
        font-size: 14px;
    }

    .conbowrp .mainpkge .navwrp h4 {
        font-size: 18px;
    }

    .conbowrp .mainpkge .imgwrp img {
        width: 60%;
        top: -377px;
        left: 140px;
    }

    .testiwrp {
        padding: 50px 0 50px;
    }

    .testiwrp .imgwrp {
        left: 0;
    }

    .testiwrp .imgwrp img {
        margin-bottom: 20px;
    }

    .testiwrp .txtwrp h4,
    .testiwrp .txtwrp p,
    .testiwrp .txtwrp span,
    .testiwrp .txtwrp h5 {
        text-align: center;
    }

    .testiwrp .txtwrp h2 {
        font-size: 30px;
        text-align: center;
    }

    .testiwrp .txtwrp span {
        display: block;
    }

    section.logo-clntwerp h2 {
        font-size: 26px;
    }

    .logo-clntwerp ul li img {
        margin: auto;
    }

    .cta-sndwrp .txtwrp h2 {
        font-size: 26px;
    }

    .cta-sndwrp .txtwrp p,
    section.btmform p {
        font-size: 16px;
    }

    .cta-sndwrp .btnwrp .btn-main {
        width: 90%;
        display: block;
        margin: auto;
    }

    .cta-sndwrp .btnwrp .btn-secnd {
        display: block;
        margin: 10px 20px;
    }

    section.btmform h2 {
        font-size: 26px;
    }

    .btmform .wrapper {
        padding: 30px 15px;
        border-radius: 20px;
    }

    .ver-cta .box {
        right: -213px;
    }

    .field input,
    .field select,
    .field-msg textarea {
        width: 100%;
    }

    .btmform .second-sec-cont h2 {
        font-size: 30px;
    }

    .btmform .wrapper,
    .ver-cta {
        height: 90%;
    }

    footer {
        padding: 80px 0 50px;
    }

    .form-wrap {
        width: 100%;
        margin: 30px auto 40px;
    }

    .secnd-fold {
        margin: -200px 0 0 0;
        padding: 50px 0 40px;
    }

    .secnd-fold h2 {
        font-size: 34px;
        text-align: center;
    }

    .secnd-fold .imgwrp img {
        width: 100%;
    }

    .our-ser-bnnr {
        padding: 170px 0 70px;
    }

    .home-bnnerwrp .txtwrp h4 {
        color: #000000;
        font-size: 18px;
    }

    .home-bnnerwrp .txtwrp h2 {
        font-size: 36px;
    }

    header .navtop ul li.displaynone {
        display: none;
    }

    header .logowrp img {
        position: relative;
        bottom: 0;
        margin: 0 0 10px;
    }

    .service-cetawrp .txtwrp h2:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .service-cetawrp .ser-port li .mainwrp p {
        font-size: 16px;
        padding: 10px 0 20px;
    }

    .service-cetawrp {
        padding: 30px 0;
    }

    .pakcgewrp .navwrp ul.tabbing-links li {
        padding: 10px 15px;
    }

    .pakcgewrp .navwrp ul.tabbing-links li.current {
        font-size: inherit;
        padding: 10px 15px;
    }

    .pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul {
        margin: 20px 0 20px;
    }

    .cta-sndwrp {
        padding: 30px 0 30px;
    }

    .sec-left {
        width: 100%;
    }

    .sec-right {
        display: none;
    }

    footer .logowrp {
        padding: 0 0;
    }

    footer .fotrnav {
        margin: 0px 0 0;
        padding: 0 0;
    }

    footer .fotrnav ul {
        margin: 0px 0 0;
    }

    footer .fotrnav ul li a {
        font-size: 14px;
    }

    footer .fotr-btm {
        margin: 15px 0 0;
        text-align: center;
    }

    footer .fotr-btm p {
        font-size: 14px;
        text-align: center;
    }

    footer .fotr-btm ul {
        margin: 0;
        text-align: center;
    }

    footer .fotrnav h4 {
        font-size: 20px;
        margin: 13px 0;
    }

    .second-sec-cont {
        text-align: center;
    }

    .conbowrp .mainpkge .btnwrp .btn-main {
        display: block;
        margin: 0 0 10px;
        text-align: center;
        width: 100%;
        padding: 10px 20px;
        font-size: 17px;
    }

    .conbowrp .mainpkge .btnwrp .btn-secnd {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 10px 20px;
        font-size: 17px;
    }

    .conbowrp .mainpkge {
        padding: 50px 15px 20px;
    }

    .servicewrp.lppadd {
        padding: 150px 0 160px;
    }

    p.main-pera {
        text-align: center;
    }

    .mobile-nav nav li {
        padding: 0;
    }

}

.terms-pg {
    padding: 200px 0 40px;
}

.terms-pg h1 {
    color: #094cb4;
}

.termspage {
    padding: 0 0 160px;
}

.overlap1 {}

.overlap1:before {
    content: '';
    background: #011038d9;
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99;
}

.m-auto {
    margin: 61px auto !important;
    display: table;
}

.banner2 {
    display: block;
    text-align: center;
    padding: 60px 0 70px;
    background-image: url(../imgs/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner2 .txtwrp h2 {
    color: #fff;
}

p.main-pera {
    color: #fff;
    /* margin-left: -39px; */
}


h6.main-heading.wow.fadeInDown {
    text-align: left;
    font-weight: 900;
    font-size: 20px;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;

}

/* .container.bg {
        position: relative;
        left: -147px;
    } */


.rock-bg {
    display: block;
    text-align: center;
    padding: 180px 0;
    background-image: url(../images/rock-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
}

.input-group.newsletter {
    width: 54%;
}

input.form-control {
    background: transparent;

}

input.form-control::placeholder {
    color: white;
}

h2.h2-box {
    color: white;
    font-size: 22px;
    font-weight: 700;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
    margin: 0px 0 -10px 17px;
}

.contact-img {
    height: 100%;
    background-image: url(../imgs/phone.png);
    background-repeat: no-repeat;

}

.contact-1 {
    width: 82%;
    margin-left: 18em !important;
}

.box {
    /* margin-left: 89px; */
    padding: 52px 0 3px 88px;
}

p.h2-box {
    margin-left: 18px;
}

.btmform {

    /* padding: 100px 0 100px;
        background-image: url(../images/contact-herobg.png);
        background-size: cover;
        background-repeat: no-repeat; */

}

.col-md-4.logo-box {

    background-image: url(../images/footer-bg.html);

    border-bottom: 2px solid white;

    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    z-index: 22;
    padding-bottom: 71px;
    bottom: 115px;
}

.row.foo {
    margin-top: -9em;
}


a.btn-main.wow.fadeInDown.btn-main1 {
    padding: 15px 40px;
    border-radius: 35px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    background: #ffffff;
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
}

a.btn-main.wow.fadeInDown.btn-main1:hover {
    padding: 15px 40px;
    border-radius: 35px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    /* background: #786363; */
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
}


.logo-clntwerp ul li img {
    margin: 0px auto !important;
}

ul.tabbing-links {
    margin: 0px !important;
}

.pakcgewrp .navwrp2 ul.tabbing-links li {
    color: #fff !important;
}

/* Subheader css */
.top-head .container {
    position: relative;
    height: 40px;

}

.top-head .container:before {
    content: "";
    position: absolute;
    width: 400%;
    height: 46px;
    background-color: #421e57;
    right: 45%;
    clip-path: polygon(0 0, 100% 1%, 99% 142%, 0 100%);
}

/* .top-head .container:after{content: "";position:absolute;margin: -41px -20px;width:40px;height: 61px;transform: rotate(31deg);background-color: #22182a;right: 45%;} */

.top-head div#topbar {
    padding-top: 6px;
}

/* End */


/* Custom Css */
.service-cetawrp .mainwpp {
    /* margin: 175px 64px !important; */
    /* position: absolute;
        top: 50%;
        transform: translateY(-50%); */
    /* padding-left: 60px; */
}

img#why-us {
    width: 100%;
    margin: 0 0 44px 0;
}


.col-12.col-md-6.whyuss {
    padding-left: 422px;
}

.myyimg {
    float: left;
    height: 100%;
}

section.ap-sec {
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgb(45 52 54) 100%) !important;
    /* padding: 486px 0 151px 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
}

section.ap-sec .new-card {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    position: relative;
    justify-content: end;
    transition: all 0.1s ease-in-out;
    /* transform-style: preserve-3d; */
}

section.ap-sec .new-card:hover {
    z-index: 50;
}

section.ap-sec .new-card .img-main {
    position: relative;
    z-index: 22;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 300px;
    max-height: 300px;
}

section.ap-sec .new-card .img-main .thumb {
    width: 80%;
    margin: auto;
    z-index: 12;
    display: block;
    border-radius: 10px;
    position: absolute;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    left: 0;
    right: 0;
    bottom: -11%;
    transition: all 0.3s ease-in-out;
}

section.ap-sec .new-card:hover .img-main {
    z-index: 10;
}

section.ap-sec .new-card:hover .img-main .thumb {
    bottom: -2%;
}

section.ap-sec .new-card .desc-main {
    padding: 50px 30px 30px 30px;
    background: #fff;
    border-radius: 15px;
    z-index: 20;
    transition: all 0.1s ease-in-out;
    transform-style: preserve-3d;
    margin: 0 10px 0 0;
}

section.ap-sec .new-card .desc-main .js-tilt-glare {
    border-radius: 15px;
}

section.ap-sec .new-card:hover .desc-main {
    background: linear-gradient(180deg, rgb(0 183 142) 0%, rgb(0 121 180) 60%, rgb(0 0 0) 100%);
}


section.ap-sec .new-card .desc-main h6 {
    color: #0585be;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    transform: translateZ(30px);
}

section.ap-sec .new-card:hover .desc-main h6 {
    color: #fff;
}

section.ap-sec .new-card .desc-main h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    transform: translateZ(30px);
}

section.ap-sec .new-card:hover .desc-main h4 {
    color: #fff;
}

section.ap-sec .new-card .desc-main p {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    margin: 24px 0 10px 0;
    padding: 0 19px 0 0 !important;
    text-align: justify;
    transition: all 0.3s ease-in-out;
    min-height: 293px;
    max-height: 150px;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    transform: translateZ(30px);
}

section.ap-sec .new-card:hover .desc-main p {
    color: #fff;
}


section.ap-sec .new-card .desc-main .learn-more {
    background: linear-gradient(180deg, rgb(0 183 142) 0%, rgb(0 121 180) 60%, rgb(0 0 0) 100%);
    margin: 0 auto;
    padding: 0;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    transform: translateZ(30px);
}

section.ap-sec .new-card:hover .desc-main .learn-more {
    box-shadow: none;
    transform: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #000000 !important;
}

.ap-sec p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

h4.card-title {
    color: white;
}


section.ap-sec ol.carousel-indicators {
    bottom: -60px;
    DISPLAY: NONE;
}

section.ap-sec .col-md-4:hover .card.mb-2 {
    background-color: #fff;
    border-top: 3px solid #FFA300;
}

section.ap-sec .col-md-4:hover img.card-img-top {
    transition: 0.5s;
}

section.ap-sec .col-md-4:hover h4.card-title {
    color: #000;
}

section.ap-sec .col-md-4:hover p.card-text {
    color: #000 !important;
}

h4.card-title {
    color: white;
    padding: 0px 24px;
}


h2.process-heading.text-center.wow.fadeInDown {
    color: #53256D;
    font-size: 45px;
    text-transform: uppercase;
}

h2.process-heading.wow.fadeInDown {
    font-weight: 600 !important;
    font-size: 55px;
    text-align: center;
    width: 67%;
    margin: 0 auto;
    line-height: 72px;
}

.process p.process-sub-heading.wow.fadeInDown {
    width: 69%;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 31px;
    font-size: 16px;
    color: #fff;
}

.process video.img-fluid {
    border-radius: 23px !important;
    width: 100% !important;
    height: 491px !important;
    background: black;
}

.process .btnwrp {
    padding: unset;
    position: relative;
    z-index: 1;
}

.process h4.wow.fadeInDown.dual.card-text {
    font-size: 50px;
    line-height: 22px;
    padding: 31px 10px;
    font-weight: 400 !important;
}

.process h2.wow.fadeInDown.text-white.card-title {
    font-size: 22px;
    line-height: 0px;
    font-weight: 300 !important;
    padding: 49px 0 0 13px;
}

h2.process-heading.text-center.wow.fadeInDown:before {
    content: "";
    background-color: #FFA300;
    width: 100px;
    height: 4px;
    position: absolute;
    top: -20px;
    right: 500px;

}

.process p.card-text.text-dark {
    padding: 0 0 8px 0;
}

.process .btnwrp a.btn-main99 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px !important;
    font-weight: 600;
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
}

/*  */

.card .card-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.card:hover .card-overlay {
    opacity: 1
}

.card-image {
    width: 100%
}

/*  */




/* .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: linear-gradient(90deg, rgba(255,115,90,1) 0%, rgba(240,93,67,1) 50%, rgba(240,66,49,1) 100%);
    padding: 1.25rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
} */

section.ap-sec h2.text-white.wow.fadeInDown {
    font-size: 45px !important;
}

.ap-sec h4.wow.fadeInDown.dual {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}

.ap-sec p.wow.fadeInDown.pp {
    font-family: sans-serif;
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 0 141px 0 5px;
}

/* .ap-sec .btn-main {
    padding: 15px 40px;
    border-radius: 9px !important;
    color: #000000;
    font-size: 18px;
    background: #f04231;
    font-weight: 400 !important;
} */

/* counter */
.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}

.counter-box {
    background: transparent;
    border-right: 2px solid #504f4f82;
}

.counter-box.colored {
    border-left: 2px solid #504f4f82;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

/* counter ends*/


.myimgg {

    float: right;

}


button.btn-main12 {
    border: none !important;
    font-size: 18px;
    display: flex;
}

button.btn-main12:hover {
    color: #FFA300;
}

button.btn-main12:before {
    content: "+";
    background-color: #FFA300;
    width: 100px;
    height: 100%;
    padding: 2px 4px 2px 4px;
    color: white;
    width: 27px;
}

button.btn-main12 p {
    text-align: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Space Grotesk', sans-serif !important; */
    font-weight: 800 !important;
}



div#headingOne {
    border-bottom: 2px solid #efecec;
    padding: 14px 0px;
}

#headingTwo {
    border-bottom: 2px solid #efecec;
    padding: 14px 19px;
}

#headingThree {
    border-bottom: 2px solid #efecec;
    padding: 14px 19px;
}

/* .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
} */



/* accordion */
button.btn-main12 {
    background-color: transparent !important;
}

div#accordion button:focus {
    outline: none !important;
    outline: none !important;
}


/* portfolio */


.demo {
    background-image: url(../imgs/testimonial-bg.png);
    /* padding: 156px 0 0 0; */
    background-repeat: no-repeat;
    background-size: 100%;
    height: 63em;
}

.testimonial .pic {
    width: 38%;
    padding: 20px 0;
    margin: 6px 6% 0 2%;
    float: right;
    position: relative;
    z-index: 1;
    height: 306px;
    border-radius: 20px;
}

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

.testimonial .pic:before {
    top: 0;
    right: -20px;
}

.testimonial .pic:after {
    bottom: 0;
    left: -20px;
}

.testimonial .pic img {
    width: 29%;
    height: auto;
    border: 3px solid #e1c37d;
    margin: 20px auto;
    display: table;
    border-radius: 56px;
}

.testimonial .testimonial-content {
    width: 53%;
    float: left;
}

.testimonial .title {
    display: block;
    font-size: 45px;
    font-weight: 700;
    color: #53256D;
    margin: 0;
    text-transform: uppercase;
    /* width: 101% !important; */
    /* padding-top: 65px; */
    padding-left: 15px;
}

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

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

.testimonial .description:before,
.testimonial .description:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: #e1c37d;
    position: relative;
}

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

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

.owl-theme .owl-controls {
    width: 67%;
    margin: 0;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -43px;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 70px;
    height: 90px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}

.owl-prev:before,
.owl-next:before {
    content: "\f177";
    font-family: "fontawesome";
    font-size: 40px;
    font-weight: 900;
    color: #53256D;
    position: absolute;
    top: 0;
    left: 25%;
}

.owl-next:before {
    content: "\f178";
}

.owl-next:after {
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
    display: none;
}

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

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

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

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

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

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

    .owl-theme .owl-controls {
        width: 100%;
        position: static;
        text-align: center;
    }

    .owl-theme .owl-controls .owl-buttons div {
        height: 50px;
        line-height: 50px;
    }
}

.testimonial .pic:before {
    display: none;
}

.testimonial .pic:after {
    display: none;
}

.demo .pic {
    background-image: url(../imgs/client-img-bg.png);

    /* background-repeat: no-repeat;
    background-size: 100%;
    height: 63em; */
    padding: 16px 20px !important;
}


.testi-name.text-center.text-white {
    font-size: 25px;
    font-weight: 700;
}

.testi-designation.text-center.text-white {
    font-size: 16px;
}

/* portfolio ends */

.text-center.box-boxi1 {
    padding: 55px 15px;
    /* border-radius: 18px; */
    /* min-height: 286px; */
    box-shadow: 0px 1px 14px 0px #00000047;
    height: 536px;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h4.card-heading {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700 !important;
}

a.card-sub-heading.text-center {
    font-size: 13px;
}

.sec-left {
    width: 80%;
    /* float: right; */
    margin-left: 72px;
    padding: 49px 0 0px 0 !important;
}


p.foo.text-white {
    padding: 15px 0 15px 0;
}


.fotrnav:before {
    content: "";
    background-color: #ffffff6b;
    width: 1px;
    height: 200px;
    position: absolute;
    top: 20px;
    left: -20px;
}

.floatbutton .clickbutton .crossplus {
    color: #ffa300;
}

a.btn-main99 {
    padding: 15px 0px;
    border-radius: 0 !important;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    /* background: #ffa300; */
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
    /* margin-right: 19px; */
    transition: ease 0.5s;
    /* font-family: 'Space Grotesk', sans-serif !important; */
    /* font-weight: 800 !important; */
}

a.btn-main99:hover {}

section.process {
    padding: 70px 0 50px 0 !important;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgb(45 52 54) 100%);
    height: fit-content !important;
}

/* new card */


section.process .card-slider .owl-dots .owl-dot {
    outline: none;
}

section.process .card-slider .owl-dots .owl-dot span {
    background: #fff;
    height: 10px;
    width: 10px;
    transition: all 0.3s ease-in-out;
}

/* section.process .card-slider .owl-dots .owl-dot span:focus-visible ,section.process .card-slider .owl-dots .owl-dot span:active {
    outline: none;
    box-shadow: none;
    border: none;
} */
section.process .card-slider .owl-dots {
    margin: 10px 0 20px 0;
}

section.process .card-slider .owl-dots .owl-dot.active span {
    background: #000;
    width: 20px;
    outline: none;
}

/* section.process .card-slider .owl-dots .owl-dot.active span:focus-visible ,section.process .card-slider .owl-dots .owl-dot.active span:active {
    outline: none;
    box-shadow: none;
    border: none;
} */

section.process .new-card {
    background: transparent;
    border: none;
    border-radius: 15px;
    margin: 30px 0 80px 0;
    padding: 0;
    /* overflow: hidden; */
    position: relative;
    justify-content: end;
    transition: all 0.1s ease-in-out;
    /* transform-style: preserve-3d; */
}

section.process .new-card:hover {
    z-index: 50;
}

section.process .new-card .img-main {
    position: relative;
    z-index: 22;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 300px;
    max-height: 300px;
}

section.process .new-card .img-main .thumb {
    width: 80%;
    margin: 0 auto;
    z-index: 12;
    display: block;
    border-radius: 10px;
    position: absolute;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    left: 0;
    right: 0;
    bottom: -10%;
    transition: all 0.3s ease-in-out;
}

section.process .new-card:hover .img-main {
    z-index: 10;
}

section.process .new-card:hover .img-main .thumb {
    bottom: -2%;
}

section.process .new-card .desc-main {
    padding: 50px 30px 30px 30px;
    background: #fff;
    border-radius: 15px;
    z-index: 20;
    transition: all 0.1s ease-in-out;
    transform-style: preserve-3d;
    height: 443px;
}

section.process .new-card .desc-main .js-tilt-glare {
    border-radius: 15px;
}

section.process .new-card:hover .desc-main {
    background: linear-gradient(180deg, rgb(0 183 142) 0%, rgb(0 121 180) 60%, rgb(0 0 0) 100%);
    z-index: 50;
}


section.process .new-card .desc-main h6 {
    color: #000;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    transform: translateZ(30px);
}

section.process .new-card:hover .desc-main h6 {
    color: #fff;
}

section.process .new-card .desc-main h4 {
    color: #000;
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    transform: translateZ(30px);
}

section.process .new-card:hover .desc-main h4 {
    color: #fff;
}

section.process .new-card .desc-main p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 0 10px 0 0 !important;
    text-align: justify;
    transition: all 0.3s ease-in-out;
    min-height: 195px;
    max-height: 235px;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    transform: translateZ(30px);
}

section.process .new-card:hover .desc-main p {
    color: #fff;
}

/* width */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar {
    width: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  } */

/* Track */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-track {
    background: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  }
 section.ap-sec .new-card:hover .desc-main p::-webkit-scrollbar-track {
    background: transparent;
  } */

/* Handle */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  } */

/* Handle on hover */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb:hover {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
  } */

section.process .new-card .desc-main .learn-more {
    background: linear-gradient(180deg, rgb(0 183 142) 0%, rgb(0 121 180) 60%, rgb(0 0 0) 100%);
    margin: 0 auto;
    padding: 0;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    transform: translateZ(30px);
    overflow: visible;
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
}

section.process .new-card:hover .desc-main .learn-more {
    box-shadow: none;
    transform: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #000 !important;
}


/* new card close */

section.ap-sec .card.mb-2:hover {
    /* transform: scale(1.2); */
    transition: ease 0.5s;
    padding: 70px 0px;
}

section.ap-sec .controls-top {
    display: none !important;
}

section.ap-sec .card.mb-2 {
    transition: ease 0.5s;
    cursor: pointer;
}

/* landing */
.card.mb-22 {
    background: transparent;
    border: 1px solid black;
    padding: 62px 0;
    color: black !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.card-inner-wrap {
    height: 23.5rem !important;
}

h4.card-titlee {
    color: black;
    padding: 4px 0px 6px 86px;
    font-size: 24px;
}

p.card-textt {
    color: black;
}

section.ap-secc {
    background-image: url(../imgs/apsec-bg.png);
    padding: 156px 0 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    /* height: 117em; */
}

section.ap-secc h2.wow.fadeInDown {
    font-size: 45px;
}

section.ap-secc h2.wow.fadeInDown:before {
    content: "";
    background-color: #FFA300;
    width: 100px;
    height: 4px;
    position: absolute;
    top: -50px;
    right: 500px;
}


.card.mb-22:before {
    content: url('../../../wikipedia/assets/imgs/pointer.html');
    position: absolute;
    width: 50px;
    height: 40px;
    bottom: -41px;
    right: 0px;
    left: 0;
    z-index: -9999;
    margin: 0px auto;
}

section.ap-secc .card.mb-22:after {
    content: '';
    background-color: #ffffff;
    width: 42px;
    /* height: 22px; */
    height: 1px;
    position: absolute;
    bottom: -2px;
    right: 5px;
    left: 0;
    margin: 0px auto;
    z-index: 1;
}

section.ap-secc .card.mb-22:hover {
    /* background-color: #53256d; */
    background-image: linear-gradient(#53256D, #1B0F24);
    border-top: 3px solid #FFA300;
}

section.ap-secc .card.mb-22:hover::after {
    background-color: #53256d !important;
}

section.ap-secc .card.mb-22:hover img.card-img-top {
    filter: invert(1);
}

section.ap-secc .card.mb-22 img.card-img-top {
    /* filter: invert(1); */
}

section.ap-secc .card.mb-22:hover h4.card-titlee {
    color: #fff;
}

section.ap-secc .card.mb-22:hover p.card-textt {
    color: #fff;
}

section.ap-secc .card.mb-22:hover::before {

    content: url('../../../wikipedia/assets/imgs/pointerhover.html');
}




/* CLIENT LOGO CUSTOM */
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*  */
.slick-slide img {

    filter: brightness(0.8);
}

/* CLIENT LOGO CUSTOM ENDS*/
.our-cus-ser-wrap {
    /* overflow: scroll; */
    height: 460px;
    padding: 15px 0 !important;
}

.our-cus-ser-wrap h4 {
    padding: 1px 0px 10px 76px;
}

p.process-sub-heading {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.faq-intro-para {
    color: #000000;
    font-size: 25px;
    line-height: 50px;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 800 !important;
    font-weight: 700;
}

.card-body.accordion-card {
    padding-left: 0;
    color: #000000 !important;
    font-size: 16px;
    line-height: 24px;
    /* font-family: 'Space Grotesk', sans-serif !important;  */
    font-weight: 100 !important;
}


a.card-sub-heading.text-center {
    font-size: 16px;
    /* font-family: 'Space Grotesk', sans-serif !important; */
    font-weight: 100 !important;
    color: #ffffff !important;
    font-weight: 600;
    line-height: 18px;
}


/* Mobile Responsive Css */
@media (min-width : 320px) and (max-width: 768px) {
.home-bnnerwrp .txtwrp h4{
    text-align:center;
        font-size: 27px;

}
.home-bnnerwrp .txtwrp h2 {
    font-size: 43px;
    line-height: 65px;
    text-align: center;
}
    /* For mobile phones: */
    section.home-bnnerwrp {
        height: 46em !important;
        background: black;
    }

    img.logo-bkl {
        padding-left: 0px;
    }

    .mobile-nav-btn {
        z-index: 999;
        right: 8%;
        top: 26px;
        /* width: 100%; */
        position: absolute;
    }
    section.home-bnnerwrp {
    height: unset !important;
}
    h4.wow.fadeInDown.dual-dual {
    color: #0585be !important;
    font-size: 32px !important;
    text-align: center !important;
}
.main-mails {
    position: unset;
    text-align: end !important;
    margin: 35px 0 0 0px !important;
}

.brand {
    margin: 0px 0 0 -10px !important;
}

.main-mails ul li a {
    font-size: 12px !important;
    position: relative !important;
    top: -5px !important;
}
a {}

.brand a img {width: 22% !important;position: relative !important;top: -4px !important;left: 24px !important;}

    header .navtop ul li a {
        font-size: 12px;
    }
    .brand p {
    font-size: 11px !important;
    color: #fff !important;
    margin: 10px 0 0 -20px !important;
}
.box-links p {
    padding: 0 30px 0 !important;
}

ul.location li {
    padding: 0 30px 0 !important;
}

 header.navigation {
    overflow: hidden !important;
}
section.process .new-card .desc-main {
    height: unset !important;
}

section.process .new-card .desc-main .learn-more {
    padding: 0 0 0px;
    margin: 0 17px 20px !important;
}


main {
    overflow: hidden !important;
}

div {
    overflow: hidden !important;
}

section.home-bnnerwrp {
    overflow: hidden !important;
}


.dual {
    color: #000 !important;
}

.txtwrp h4 {
    padding: 156px 0 0px !important;
    font-size: 24px !important;
}
    .home-bnnerwrp {
    padding: 0 !important;
}

section.home-bnnerwrp {
    height: unset !important;
}
.row.align-items-center {
    display: contents !important;
}

section.main-main-hhome .row {
    display: block !important;
}

.img-main-a-a-a- img {
    width: 100% !important;
    margin: 0;
    padding: 0px 0px 0px;
    border-radius: 0px !important;
}
section.ap-sec .new-card .desc-main {
    border-radius: 0px !important;
}

.desc-main {
    margin: 0 !important;
}
.desc {
    padding: 0;
}

.navigation {
    padding: 40px 0 0 !important;
}
.desc {
    padding: 50px 0px 0  !important;
    width: 100% !important;
    text-align: center !important;
}

.img-main-a-a-a- img {
    margin: 0 !important;
}

section.ap-sec.overlay-black-text {
    overflow: hidden !important;
}

section.main-main-hhome {
    overflow: hidden !important;
}

section.process.pt-5.pb-5.hjm-sec {
    overflow: hidden !important;
}

section.main-main-hhome {
    overflow: hidden !important;
}

section#footer {
    overflow: hidden !important;
}

.img-main img {
    width: 100% !important;
   
}

    header .navtop ul {
        text-align: left;
    }

    .top-head {
        padding: 0 0;
        margin: 0;
        width: 139%;
    }

    video#myVideo {
        position: absolute;
        /* width: 100%; */
        /* height: auto; */
        top: 128px;
        left: 0;
        right: 0;
        bottom: 0;
    }


    /* .home-bnnerwrp .col-md-6.mt-10 {
    padding-left: 15px;
} */

    section.ap-sec {
        padding: 160px 0 151px 0;
    }

    .ap-sec h2 {
        padding: 0px;
        font-size: 19px !important;
        font-weight: 400 !important;
        /* text-align: center; */
        margin: 0px;
        text-align: center;
    }


    .ap-sec p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 100;
        /* text-align: center; */
        padding: 11px 0 !important;
    }


    .ap-sec .btn-main {
        margin-left: 0px;
    }




    /* .card {
        margin-bottom: 33px;
    } */

    section.ap-sec .view.overlaYy {
        height: 568px !important;
    }

    section.ap-sec .para-sec {
        padding: 0 14px;
    }

    section.ap-sec .view.overlaYy a {
        font-size: 20px;
        color: #fff;
        font-weight: 700 !important;
        align-items: center !important;
        margin: 0 92px;
    }

    section.ap-sec .view.overlaYy h3 {
        color: #fff;
        text-align: center;
        font-size: 26px;
    }

    section.ap-sec .view.overlaYy h4 {
        color: #fff;
        text-align: center;
    }

    .ap-sec h4.wow.fadeInDown.dual {
        font-size: 30px !important;
        font-weight: 400 !important;
        line-height: 39px !important;
        text-align: center;
    }

    section.ap-sec .para-sec {
        position: absolute;
        bottom: 50px;
        left: 0 !important;
    }

    header .logowrp img {
        position: relative;
        bottom: 0;
        margin: 8px 0 10px !important;
        width: 30% !important;
    }

    /* .ap-sec h4.text-dark {
    text-align: center !important;
} */
    .service-cetawrp .mainwpp {
        margin: 0px !important;
    }

    .service-cetawrp h2.myh2 {
        font-size: 30px;
        /* text-align: center; */
    }

    .service-cetawrp p.myp2 {
        font-size: 18px;
        /* text-align: center; */
        font-weight: 300 !important;
        line-height: 25px;
    }


    .process h2.process-heading.wow.fadeInDown {
        margin: 0 0 !important;
        font-family: 'Space Grotesk' !important;
        font-weight: 300 !important;
        /* text-align: center; */
    }

    .process p.process-sub-heading.wow.fadeInDown {
        margin: 0px 0px !important;
        /* text-align: center; */
        width: 40%;
        font-weight: 400;
    }

    .process .btnwrp {
        padding: 1px 0 22px 0;
        position: relative;
        z-index: 1;
        margin: 0px !important;
    }


    .process .btnwrp {
        padding: 1px 0 22px 0;
        position: relative;
        z-index: 1;
        margin: 0px auto !important;
        /* display: table; */
    }

    .service-cetawrp {
        padding: 30px 0 0 0;
    }

    .process .view.overlaYy {
        height: 299px !important;
    }

    .process .view.overlaYy p {
        color: #fff;
        font-size: 13px !important;
        padding: 0 49px 0 0px;
        margin: -17px 0;
    }

    .process .view.overlaYy a {
        font-size: 20px;
        color: #fff;
        font-weight: 700 !important;
        position: absolute;
        top: 108px;
    }

    .process .para-sec {
        position: absolute;
        /* bottom: 90px; */
        top: 50%;
        transform: translateY(-50%);
    }

    section.process {
        padding: 43px 0 90px 0;

    }

    .process h3#greatlondon {
        font-size: 21px !important;
    }

    .process h4#securecloud {
        font-size: 20px !important;
    }

    footer li a {
        text-decoration: none;
        color: white;
        line-height: 70px;
        font-size: 25px;
        /* font-family: 'Space Grotesk' !important; */
        font-weight: 300 !important;
    }

    footer {
        padding: 0 0 0px !important;
    }

    footer li.lastchldd {
        margin-top: 0 !important;
    }

    footer .btn-main,
    .btn-secnd {
        padding: 0px 0px;
        font-size: 18px;
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }

    footer .social {
        padding: 12px 0 0 0;
        display: table;
        margin: 0 auto;
    }

    footer h2.process-heading.wow.fadeInDown {
        font-family: 'Space Grotesk' !important;
        font-weight: 400 !important;
        font-size: 30px;
        display: table;
        /* margin: 0 auto !important; */
    }

    footer p.process-sub-heading {
        font-size: 18px;
        line-height: 25px;
        padding: 6px 0 0 12px;
        /* text-align: center; */
    }

    .process h4.text-dark {
        color: #000000 !important;
        font-size: 17px;
    }

    footer .card.mt-59 {
        margin-top: 12px !important;
    }

    section.ap-sec .view.overlaYy a {
        margin: auto;
        display: table;
    }

    .row.ft-row {
        flex-direction: column-reverse;
    }

    .ft-row .navwrp ul li {
        text-align: center;
    }

    .ft-row .navwrp ul li a {
        font-size: 17px !important;
        line-height: 46px !important;
    }

    .process .view.overlaYy {
        height: 100% !important;
    }

    .lead-demo h1.myh2.wow.fadeInDown span {
        font-size: 45px !important;
    }

    .container-fluid.mypaddddd {
        padding: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .lead-demo p {
        font-size: 18px !important;
        padding: 0 0 132px 7px !important;
        width: 87%;
    }

    section.mypaddd {
        padding: 79px 0 100px 0 !important;
    }

    h1.myh2.wow.fadeInDown.linee.line2.lead-head {
        font-size: 43px !important;
        line-height: 48px !important;
        text-align: center !important;
        padding-bottom: 15px;
    }

    .lead-head::before {
        height: 7px !important;
        width: 116px !important;
        top: -17px !important;
        display: table !important;
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
    }

    .profile-card-1 {
        width: 90% !important;
        margin: auto !important;
        margin-bottom: 35px !important;
    }

    .cus-chang-lead h2.text-white {
        font-size: 28px !important;
        padding: 0 5px !important;
        line-height: 37px !important;
        color: #ffffff !important;
    }

    .cus-chang-lead small {
        font-size: 17px !important;
        line-height: 52px !important;
        top: -15px !important;
        padding: 0 5px !important;
    }


    /* Hover on leadership */
    .profile-card-1:hover .cus-chang-lead h2.text-white {
        background: #ffffff !important;
    }


    .al-end h4.text-dark {
        font-size: 18px !important;
    }

    .col-md-6.artitop {
        top: 0px !important;
    }

    .lead-black a.text-dark.btn {
        font-size: 33px !important;
        line-height: 50px !important;
        margin: auto !important;
    }

    .lead-black p.contshape {
        font-size: 22px !important;
        line-height: 26px !important;
        text-align: center !important;
    }

    .bgshape {
        padding: 128px 0 0 0 !important;
        background-size: cover !important;
        height: 30em !important;
        /* margin-bottom: 61px !important; */
    }

    section.mypaddd {
        padding: 79px 0 1px 0 !important;
    }

    .ft-row .navwrp ul li a {
        visibility: visible !important;
    }

    p.contshape {
        padding: 0px 16px !important;
    }

    .container.mycont {
        padding: 50px 15px !important;
    }

    .bggbllack img.img-fluid.lazy.loading {
        width: 90% !important;
    }
}


p.main-pera {
    color: #000;
    /* margin-left: -39px; */
}

/* less than 768 */

@media screen and (max-width: 767px) {
    .bgshape {
        height: auto !important;
        background-size: 100% !important;
        padding: 232px 0 110px 0 !important;
    }

    .lead-black p.contshape {
        width: 79%;
    }

    h1.myh2.wow.fadeInDown.linee:before {
        left: 0 !important;
        right: 0 !important;
        height: 4px !important;
    }

    .al-end h4.text-dark {
        text-align: center;
    }

    footer p.card-text.text-dark {
        text-align: center;
    }

    .tc .row {
        justify-content: center;
    }

    footer .btn-main,
    .btn-secnd {
        width: 80%;
        margin: auto;
    }

    .bggbllack img.img-fluid.lazy.loading {
        height: 569px;
        object-fit: cover;
        width: 50% !important;
        min-width: 50% !important;
        margin: auto !important;
        display: table;
        margin-bottom: 50px !important;
    }

    .bggbllack h5.myh2.wow.fadeInDown.text-white {
        text-align: center;
    }

    /* img.tab-w {
        max-width: 80%;
        margin: auto;
    } */
}

@media screen and (max-width: 599px) {
    .bggbllack img.img-fluid.lazy.loading {
        height: 569px;
        object-fit: cover;
        width: 90% !important;
        min-width: 90% !important;
    }
    
    section.ap-sec .new-card .desc-main p {
    font-size: 16px;
    margin: 14px 0 17px 0;
    padding: 0 10px 0 0 !important;
    height: 200px;
    overflow-y: scroll;
    line-height: 28px;
}
section.ap-sec .new-card .desc-main h4 {
    font-size: 21px;

}
.sec-home-parallax .parallax-right .desc {
    padding: 46px 12px 50px 7px !important;
}
.sec-home-parallax .parallax-right .desc h6 {
    font-size: 27px !important;

}
section.process .new-card .desc-main h4 {
    font-size: 23px;
}
section.process .new-card .desc-main p {
    height: 176px;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 21px;
}
}

/* leader page */
@media (min-device-width: 769px) and (max-device-width: 1024px) {
    .lead-black p.contshape {
        font-size: 33px;
        line-height: 35px;
        padding: 125px 0;
        text-align: center;
        width: 42%;
        margin: auto;
    }

    .lead-black .col-md-6.bgshape {
        min-width: 100%;
    }

    .container-fluid.mypaddddd {
        padding: 0 15px !important;
    }

    h1.myh2.wow.fadeInDown.linee.line2.lead-head {
        font-size: 41px !important;
        line-height: 58px !important;
        text-align: center !important;
    }


    .line2::before {
        height: 4px !important;
    }

    .card.profile-card-1 {
        margin: auto;
    }

    h1.myh2.wow.fadeInDown.linee {
        padding-bottom: 25px;
    }

    .cus-chang-lead h2.text-white {
        font-size: 24px;
        line-height: 36px;
    }

    .cus-chang-lead small {
        font-size: 16px !important;
        line-height: 50px !important;
        top: -16px;
    }

    .row.ft-row {
        flex-direction: column-reverse;
    }

    footer .social {
        text-align: center;
    }

    .profile-card-1 {
        width: 80% !important;
    }

    .bggbllack .col-lg-6.col-md-8.col-sm-12.col-xs-12.p-0 {
        min-width: 100%;
    }

    .bggbllack .col-lg-6.col-md-4.col-sm-12.col-xs-12.whyuss {
        min-width: 100%;
    }

    .bggbllack {
        padding-top: 60px !important;
    }

    .bggbllack img.img-fluid.lazy.loading {
        height: 569px;
        object-fit: cover;
        width: 50% !important;
        min-width: 50% !important;
        margin: auto !important;
        display: table;
    }

    .bggbllack h2.myh2.wow.fadeInDown.text-white {
        text-align: center;
        font-size: 40px;
    }

    .bggbllack .mainwpp {
        margin-top: 27px !important;
        margin-bottom: 0px !important;
    }

    .bggbllack h5.myh2.wow.fadeInDown.text-white {
        text-align: center;
    }

    .bggbllack p.myp2.text-white {
        text-align: center;
    }

}

/* leder page end */
/* Mobile Responsive Css ends*/

/* Ipad Responsive CSs */
@media (min-device-width: 768px) and (max-device-width: 1024px) {
        #footer {
            padding: 2rem 0  !important;
        }
        #footer .box-links .box-list-pages ul li {
            padding: 8px 22px !important;
        }
    section.home-bnnerwrp h4.wow.fadeInDown::before {
        left: 0px !important;
        right: auto !important;
    }

    section.home-bnnerwrp.servicewrp.wiki-ser-head {
        height: auto !important;
    }

    .home-bnnerwrp .txtwrp p {
        width: 80% !important;
    }

    .form-wrap h1 span {
        font-size: 19px !important;
        line-height: 21px !important;
    }

    .service-carousel-wrap {
        height: auto !important;
    }
    .brand {
    margin: -10px 0 0 0 !important;
}

.box-links p {
    padding: 0 30px 0 !important;
}

ul.location li {
    padding: 0 30px 0 !important;
}

.main-mails ul li a {
    font-size: 25px !important;
}

    .txtwrp h4 {
    font-size: 58px !important;
    padding: 155px 0 0px 0 !important;
}

.btnwrp {
    padding: 0 0 20px !important;
}
.brand a img {
    width: 30% !important;
    position: relative !important;
    left: 45px !important;
}

.brand p {
    margin: 10px 0px 0 -20px !important;
    font-size: 18px !important;
}
.desc p {padding: 0 50px 0 !important;}

p.process-sub-heading.wow.fadeInDown.text-white {padding: 0 50px !important;width: unset !important;}

    section.ap-sec .btnwrp.mt-7.text-center {
        margin: 30px auto 0 !important;
        display: table !important;
        padding-bottom: 30px !important;
    }

    section.process {
        padding: 60px 0 50px !important;
    }

    section.banner2 {
        padding-bottom: 20px !important;
    }

    .counter-box p {
        font-size: 14px !important;
    }

    .counter-box {
        padding: 40px 0px 39px !important;
    }

    section.service-cetawrp h2.myh2.wow.fadeInDown.mt-15.mb-15 {
        text-align: left !important;
    }

    section.service-cetawrp p.faq-intro-para {
        text-align: left !important;
    }

    .demo {
        padding-top: 102px !important;
        height: 59em !important;
    }

    .top-head {
        padding: 0 0;
        margin: 0;
        width: 100%;
    }

    .premium-services-wrap {
        height: 51em !important;
    }

    .txtdiv {
        width: 140%;
    }

    .top-head .container:before {

        right: 30% !important;

    }

    .mobile-nav-btn span {

        background-color: #ffffff;

    }

    .mobile-nav-btn span:before,
    .mobile-nav-btn span:after {

        background-color: white;

    }

    header .navwrp {
        display: none !important;
    }

    header .logowrp img {
        padding-top: 11px;
    }

    .home-bnnerwrp {
        background-position: center center;
    }

    .home-bnnerwrp .txtwrp {width: 100%;}

    .home-bnnerwrp .txtwrp h2 {
            font-size: 38px;
            line-height: 72px;
    }

    section.home-bnnerwrp a.btn-main.wow.fadeInDown.btn-main {
        padding: 14px 14px;
        font-size: 12px;
        width: auto !important;
    }

    .mobile-nav-btn {
        right: 14%;
        top: 48px;
    }

    .clientswrp {
        height: 29vh !important;

    }

    img.lazy {
        width: 100% !important;
    }

    .our-cus-ser-wrap h4 {
        display: inline-block;
        padding: 9px 0;
        text-align: center;
        font-size: 17px;
        margin: 0 auto;
    }

    .card-img-top {
        width: 29%;
        display: block;
        margin: 0 auto;
        align-items: center;
    }

    .card-img-top {
        width: 29%;
        display: block !important;
    }

    .ap-sec p {
        font-size: 12px !important;
    }

    h2.process-heading.text-center.wow.fadeInDown:before {
        content: "";
        background-color: #FFA300;
        width: 100px;
        height: 4px;
        position: absolute;
        top: -20px;
        right: 500px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .demo {

        padding: 156px 0 0 0;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 74em;
        background-size: cover !important;
    }

    .card-body img.card-img-top {
        margin: 0px auto !important;
        display: table !important;
        width: 40% !important;
        float: none !important;
    }

    .our-cus-ser-wrap h4 {
        display: inline-block;
        text-align: center !important;
        width: 100% !important;
    }

    .ap-sec p {
        text-align: center !important;
    }

    .testimonial .pic {
        width: 100%;
        margin: 0 auto;
        float: none;
        background-repeat: no-repeat !important;
        background-size: cover;
    }

    .btmform .col-lg-3 {
        display: none;
    }

    .btmform .col-lg-6 {
        width: 100%;
        min-width: 100%;
    }

    p.main-pera {
        color: #fff;
        text-align: center;
    }

    /* .field {
    padding: 5px 0px 10px 31px;
    display: inline;
} */

    .field-msg {
        padding: 5px 5px 5px 5px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .fotrnav:before {
        content: "";
        background-color: #ffffff6b;
        width: 1px;
        height: 137px;
        position: absolute;
        top: 20px;
        left: -5px;
    }

    footer .fotrnav ul li a img {
        position: absolute;
        right: 124px;
        bottom: 0;
    }

    footer .fotrnav ul li a {
        color: #fff;
        font-size: 9px;
        transition: all 0.3s ease;
        display: flex;
        line-height: 2;
        margin: 0 auto;
    }

    footer .logowrp p {
        padding: 22px 0 30px;
        font-size: 11px;
        color: #fff;
    }

    .field input,
    .field select {
        background-color: #ffffff;
        width: 49%;
        margin-bottom: 20px;
        padding: 15px 15px;
        order: 0;
        /* border-radius: 35px; */
        color: #9b9fa6;
        border: 1px solid #9b9fa673;
        border: 2px solid #ffa300;
        outline: none;
        /* box-shadow: 1px 1px 18px 0px rgb(0 0 0 / 20%), 0 2px 25px -5px rgb(0 0 0 / 10%), 1px 5px 1px rgb(0 0 0 / 5%); */
    }

    .submit {
        /* font-family: 'Space Grotesk', sans-serif !important;  */
        font-weight: 800 !important;
        margin: 0 auto !important;
        display: flex;
    }

    .service-cetawrp .col-lg-4.col-md-4.col-sm-12.col-xs-12.whyuss {
        min-width: 100%;
    }

    .service-cetawrp .col-lg-8.col-md-8.col-sm-12.col-xs-12 {
        min-width: 100%;
    }

    .hjm-sec .view.overlaYy h3 {
        font-size: 15px;
    }

    .hjm-sec .view.overlaYy h4 {
        font-size: 18px;
    }

    .hjm-sec .view.overlaYy p {
        font-size: 17px;
    }

    .card.hjm-sec-crd {
        height: 529px;
        object-fit: cover;
    }

    footer li.lastchldd {
        margin-top: 42px;
    }

    footer li a {
        font-size: 22px;
    }

    .ft-row .col-md-5 {
        min-width: 100%;
    }

    .eq-height {
        height: 32.5em !important;
    }

    .al-end img.card-img-top {
        width: 100%;
    }

    .al-end h4.text-dark {
        font-size: 17px;
    }

    footer p.process-sub-heading {
        padding-bottom: 10px;
    }

    .fd {
        min-width: 100%;
    }

    .ap-sec p {
        text-align: center !important;
    }

    .fd h2.wow.fadeInDown.text-white {
        display: inline-block;
    }

    /* .fd h4.wow.fadeInDown.dual {
    display: inline-block;
} */

    .fd .btnwrp {
        /* margin-left: 25px; */
    }

    img.card-img-top {
        width: 100%;
    }

    .fd h4,
    .fd h3 {
        font-size: 17px;
    }

    section.ap-sec {
        padding: 101px 0 151px 0;
    }

    section.home-bnnerwrp {
        background: black;
    }

    /* .home-bnnerwrp .col-md-6.mt-10 {
    padding-left: 91px;
} */
    div#ex-height {
        padding: 15px 15px;
    }

    .fd a.btn-main.wow.fadeInDown.btn-main {
        font-size: 15px;
    }

    .service-cetawrp .mainwpp {
        padding-bottom: 62px;
    }

    .service-cetawrp a.btn-main.wow.fadeInDown.btn-main {
        display: table;
        /* margin: auto; */
    }

    .process .col-md-4 {
        min-width: 100%;
    }

    .process .view.overlaYy {
        height: 100% !important;
    }

    .ft-row .col-md-3 {
        min-width: 100%;
    }

    .ft-row .col-md-9 {
        min-width: 100%;
    }

    .tc .row {
        justify-content: center;
    }



    .navwrp ul li {
        text-align: center;
    }

    h1.myh2.wow.fadeInDown.linee.line2.lead-head {
        position: relative !important;
    }

    h1.myh2.wow.fadeInDown.linee:before {
        right: 14px !important;
    }

    footer p.process-sub-heading {
        width: 100% !important;
        /* margin: auto !important; */
    }

    .ft-row .navwrp ul li a {
        width: 80% !important;
        margin: auto !important;
    }

    .lead-demo h1.myh2.wow.fadeInDown span {
        font-size: 61px !important;
        line-height: 75px !important;
    }

    p.herocareerp.wow.fadeInDown {
        font-size: 19px !important;
        line-height: 30px;
        width: 67%;
    }
}

/* Ipad Responsive CSs  Ends*/
/* Nexes Responsive CSS start*/
@media (min-device-width: 768px) and (max-device-width: 1024px) {

    .txtwrp h4 {padding: 155px 0 0 0 !IMPORTANT;}

.txtwrp h2 {
    font-size: 35px !important;
}

.btnwrp a {margin: 0 0 0 0 !important;}

.desc p {
    width: unset !important;
    padding: 0 50px 0 !important;
}

h2.process-heading.wow.fadeInDown.text-white {
    width: unset !important;
    padding: 0 50px 10px !important;
    text-align: center !important;
}

p.process-sub-heading.wow.fadeInDown.text-white {
    width: unset !important;
    padding: 0 50px 0 !important;
    text-align: center !important;
}
}
/* Nexes Responsive CSS End*/




/* laptop Responsive Css */
@media (min-width:1200px) and (max-width:1440px) {



    .home-bnnerwrp {
        background-position: 71% !important;
    }

    .col-12.col-md-6.whyuss {
        padding-left: 61px;
    }

    img#why-us {
        width: 90%;
        margin: 0 0 44px 0;
    }

    p.myp2 {
        width: 91%;
    }

    .demo {
        background-size: cover;
        height: 55em;
    }

    section.btmform a.card-sub-heading.text-center {
        font-size: 13px !important;
    }

    section.btmform .text-center.box-boxi1 {
        padding: 40px 10px !important;
    }

    section.btmform .col-lg-3.col-sm-12.phone-img {
        max-width: 25% !important;
        position: relative;
        left: -80px;
    }



    section.our-ser-bnnr p.main-pera.wow.fadeInDown {
        color: white;
        text-align: center;
    }


    .our-ser-bnnr h2.main-heading.wow.fadeInDown:before {
        content: "";
        background-color: #FFA300;
        width: 100px;
        height: 4px;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .banner2 h2.main-heading.wow.fadeInDown:before {
        content: "";
        background-color: #FFA300;
        width: 100px;
        height: 4px;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

}

/* small laptop Responsive Css ends */
@media (min-width:1200px) and (max-width:1440px) {

    .navwrp ul li a.btnwrp {

        right: -2% !important;
        top: 18px !important;

    }

    .navwrp ul {
        margin: 16px 0px !important;
        padding: 5px 0;
        margin-left: -15px !important;
    }

    .sec-right {
        width: 20%;
        position: absolute;
        top: 30px;
        width: 129%;
        height: 95%;
        right: 9px;
        /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
        border-radius: 29px;
    }
}

/* small laptop Responsive Css ends */


@media (min-device-width: 1200px) and (max-device-width: 1900px) {
    .hjm-sec-crd {
        overflow: hidden;
        height: 529px;
    }

    .hjm-sec-crd .card-img-top {
        max-height: 100% !important;
        height: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {


    .bgshape {
        DISPLAY: flex !important;
        JUSTIFY-CONTENT: center !important;
        ALIGN-ITEMS: center !important;
        FLEX-DIRECTION: COLUMN !important;
        HEIGHT: auto !important;
        /* PADDING: 80px 0 200PX 0 !important; */
        BACKGROUND-SIZE: cover !important;
    }

    p.contshape {
        font-size: 41px !important;
        line-height: 46px !important;
        font-weight: 400 !important;
        WIDTH: 56% !important;
        padding: 0px !important;
        margin-right: 300px;
    }
}

@media (min-device-width: 1400px) and (max-device-width: 1626px) {

    .header-main .col-md-4 {
        min-width: 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }

    .header-main .col-md-8 {
        max-width: 80% !important;
        width: 80% !important;
        min-width: 80%;
    }

    header .navwrp {
        width: 100%;
    }

    .overlay-black-text h2.wow.fadeInDown.text-white.card-title {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }

    .overlay-black-text h4.wow.fadeInDown.dual.card-text {
        font-size: 18px !important;
        line-height: 29px !important;
    }

    .service-cetawrp .mainwpp {
        margin: 0px !important;
        margin-top: 0px !important;
    }

    .service-cetawrp p.myp2 {
        font-size: 18px !important;
        padding-bottom: 0px !important;
    }

    .service-cetawrp a.btn-main.wow.fadeInDown.btn-main {
        position: relative;
        top: 36px;
    }

    .bgshape {
        PADDING: 150px 0 150PX 0 !important;
    }

    p.contshape {
        margin-right: 300px !important;
        margin-left: 0px !important;
    }

    .cus-chang-lead h2.text-white {
        font-size: 30px;
        line-height: 40px;
        padding: 0 9px;
    }

    .cus-chang-lead small {
        font-size: 17px !important;
        line-height: 45px !important;
        top: -11px;
        padding: 0 6px;
    }

    h1.myh2.wow.fadeInDown.linee.line2.lead-head {
        font-size: 55px !important;
        line-height: 58px !important;
    }
}

@media (min-device-width: 1100px) and (max-device-width: 1400px) {

    .header-main .col-md-4 {
        min-width: 10% !important;
        width: 10% !important;
        max-width: 10% !important;
    }

    .header-main .col-md-8 {
        max-width: 90% !important;
        width: 90% !important;
        min-width: 90%;
    }

    img.logo-bkl {
        padding-left: 73px;
    }

    header .navwrp {
        width: 100%;
    }

    header.header-main .btn-main {
        padding: 10px 10px;
    }

    header .navwrp ul li a {
        margin: 0 2px 16px 2px !important;
        font-weight: 400 !important;
        font-size: 15px;
    }

    section.ap-sec .view.overlaYy p {
        font-size: 18px !important;
    }

    section.ap-sec.overlay-black-text .view.overlaYy h3 {
        font-size: 14px !important;
    }

    section.ap-sec .view.overlaYy {
        padding: 15px 15px !important;
    }

    #multi-item-example .card-body h4.text-dark {
        font-size: 16px;
    }

    .service-cetawrp .mainwpp {
        margin: 80px 64px !important;
    }

    .overlay-black-text .ap-sec h2 {
        font-size: 20px !important;
    }

    .overlay-black-text h4.wow.fadeInDown.dual.card-text {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    section.ap-sec {
        background-color: #040508 !important;
        padding: 286px 0 151px 0;
    }

    .service-cetawrp p.myp2 {
        font-size: 18px !important;
        padding-bottom: 0px !important;
    }

    .service-cetawrp a.btn-main.wow.fadeInDown.btn-main {
        position: relative;
        top: 36px;
    }

    .overlay-black-text h2.wow.fadeInDown.text-white.card-title {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }

    p.contshape {
        font-size: 30px !important;
        line-height: 37px !important;
    }

    .lead-black a.text-dark.btn {
        font-size: 30px;
    }

    p.contshape {
        WIDTH: 56% !important;
        margin-right: auto;
        margin-left: 50px;
    }

    .bgshape {
        PADDING: 135px 0 135PX 0 !important;
    }

    .cus-chang-lead small {
        font-size: 14px !important;
        line-height: 44px !important;
        top: -14px;
        padding: 0 6px;
    }

    body .cus-chang-lead h2.text-white {
        font-size: 27px !important;
        font-weight: 400 !important;
        line-height: 52px !important;
    }

    footer li.lastchldd {
        margin-top: 236px;
    }

    h1.myh2.wow.fadeInDown.linee.line2.lead-head {
        font-size: 40px !important;
        color: black !important;
        font-weight: 400 !important;
        line-height: 42px !important;
    }

    h1.myh2.wow.fadeInDown.linee:before {
        width: 77px !important;
        height: 4px !important;
    }

    .lead-black a.text-dark.btn {
        margin-left: 0;
    }

    section.service-cetawrp.bggbllack {
        padding-top: 44px;
    }

    .bggbllack .mainwpp {
        margin-top: 0px !important;
    }

    .bggbllack h2.myh2.wow.fadeInDown.text-white {
        font-size: 40px !important;
    }

    .bggbllack p.myp2.text-white {
        font-size: 18px !important;
        line-height: 27px;
    }

    .bggbllack .row {
        align-items: center;
    }
}



/*  */
.process .card-img-top {
    width: 100%;

    max-height: 419px;

    object-fit: cover;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

section.ap-sec .controls-top {
    display: block !important;
    position: absolute;
    left: -50%;
    bottom: 0;
}

.process span.process-heading.wow.fadeInDown.dual {
    font-weight: 400 !important;
    text-align: center;
    display: block;
}


a.btn-floating {
    margin: 0 9px 0 0 !important;
}

/*Hover css  */

/* .view.overlaYy {
    position: absolute;
    top: 0;
    width: 100%;
    height: 527px;
    border-radius: 19px;
    padding: 40px 40px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
} */

.view.overlaYy:hover {
    opacity: 1;
}

.contactCountries:hover .view.overlaYy {
    opacity: 1;
}

.contactCountries:hover h1.card-heading.text-white {
    color: #000000 !important;
}

.contactCountries:hover h6.card-heading.text-white {
    color: #000000 !important;
}

.contactCountries:hover a.card-sub-heading.text-center {
    color: #000000 !important;
}

.profile-card-1:hover .view.overlaYy {
    opacity: 1;
}

.profile-card-1:hover .cus-chang-lead h2.text-white {
    background: #ffffff;
    color: #000000 !important;
}

.profile-card-1:hover .cus-chang-lead small {
    background: #ffffff;
    color: #000000 !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.caseStudy:hover img.card-img-top {
    transform: scale(1.5) !important;
    transform-origin: top left;
}

.process .card-img-top {
    height: 100%;
    object-fit: cover;
}

img.card-img-top.heigg {
    height: 30em;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.card:hover img.card-img-top.heigg {
    transform: scale(1.5) !important;
    transform-origin: top left;
}

.col-md-4:hover .card-body p.card-text.text-dark {
    color: transparent !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.col-md-4:hover .card-body h4.text-dark {
    color: transparent !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.col-md-4:hover .card-body img.card-img-top {
    transform: scale(1.5);
    height: 100px;
}

.para-sec {
    position: absolute;
    bottom: 50px;
}

.view.overlaYy h3 {
    color: #fff;
}

.view.overlaYy h4 {
    color: #fff;
}

.view.overlaYy p {
    color: #fff;
    font-size: 20px;
    padding-right: 40px;
}

.view.overlaYy a {
    font-size: 20px;
    color: #fff;
    font-weight: 700 !important;
}



/* End */


/*  */

/*Hover css  */

/* .view.overlaYy {
    position: absolute;
    top: 0;
    background-color: #f04231e8;
    width: 100%;
    height: 527px;
    border-radius: 19px;
    padding: 40px 40px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
} */

.view.overlaYy:hover {
    opacity: 1;
}

.col-md-4:hover .card-body p.card-text.text-dark {
    color: transparent !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.col-md-4:hover .card-body h4.text-dark {
    color: transparent !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.col-md-4:hover .card-body img.card-img-top {

    height: 100px;
}

.para-sec {
    position: absolute;
    bottom: 50px;
}

.view.overlaYy h3 {
    color: #000000;
}

.view.overlaYy h4 {
    color: #000000;
}

.view.overlaYy p {
    color: #000000;
    font-size: 20px;
    padding-right: 40px;
}

.view.overlaYy a {
    font-size: 20px;
    color: #000000;
    font-weight: 700 !important;
}



/* End */





/*  */

/*Hover css  */
/* 
section.ap-sec .view.overlaYy {
    position: absolute;
    top: 0;
    background: linear-gradient(290deg, rgba(255,115,90,1) 0%, rgba(240,93,67,1) 50%, rgba(240,66,49,1) 100%);
    width: 100%;
    height: 647px;
    border-radius: 10px;
    padding: 40px 40px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
} */

section.ap-sec .view.overlaYy:hover {
    opacity: 1;
}

section.ap-sec .col-md-4:hover .card-body p.card-text.text-dark {
    color: transparent !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

section.ap-sec .col-md-4:hover .card-body h4.text-dark {
    color: transparent !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

section.ap-sec .col-md-4:hover .card-body img.card-img-top {

    height: 100px;
}

/* section.ap-sec .para-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

section.ap-sec .view.overlaYy h3 {
    color: #fff;
}

section.ap-sec .view.overlaYy h4 {
    color: #fff;
}

section.ap-sec .view.overlaYy p {
    color: #fff;
    font-size: 20px;
    padding-right: 40px;
}

section.ap-sec .view.overlaYy a {
    font-size: 20px;
    color: #fff;
    font-weight: 700 !important;
    position: relative;
    top: 0;
}

footer .navwrp a:hover {
    color: #000;
    font-family: 'Space Grotesk' !important;
    font-weight: 400 !important;
    /* text-decoration: underline; */
}

footer .fotr-btm ul li a:hover {
    color: #000;

}


@media (min-width : 1440px) {

    section.ap-sec .view.overlaYy {
        height: 592px !important;
    }


}


.col-md-3.marr {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 240px;
}

img#cardimng {
    height: 39em;
}


section.process.pageinner {
    padding-top: 213px;
}

/* .pageinner h2.process-heading.wow.fadeInDown.text-white {
    font-size: 60px !important;
} */

.bgshape {
    background-image: url(../imgs/bgshape.png);
    /* padding: 156px 0 0 0; */
    background-repeat: no-repeat;
    background-size: 100%;
    height: 53em;
}

p.contshape {
    color: black;
    font-size: 53px;
    letter-spacing: 0px;
    padding: 0px 498px 0 112px;
    line-height: 1;
}

a.text-dark.btn {
    /* display: table; */
    margin: 0px auto;
    font-size: 34px;
    box-shadow: none;
    text-align: right;
    margin-right: 260px;
}

div#imggcard {
    background-image: url(../imgs/cloud_services/cloud.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* height: 100% !important; */
    border-radius: 22px !important;
    transform: scale(0.92);
}

div#cloudworld {
    /* background-image: url(../imgs/cloud_services/cloudworld.png)!important;
    background-size: cover !important;
    background-repeat: no-repeat !important; */
    height: 100% !important;
    border-radius: 22px !important;
}

section.process.microsoftcloud {
    background: white;
    padding: 197px 0 0 0 !important;
}

.blacckk header.header-main {
    background-color: black;
}

.blacckk .card {
    border: none;
    background: black;
    border-radius: 18px !important;
    height: 527px;
}

.bggblacckk {
    background-color: black;
}

section.process333 {
    padding: 70px 0px;
    background-image: url(../img/casestudy.png);
    background-size: cover !important;
}

.process333 h2.process-heading.wow.fadeInDown {
    margin: 0px 0px !important;
    /* font-family: 'Space Grotesk' !important; */
    font-weight: 400 !important;
}

section.service-cetawrp.whySybexLab {
    background: black;
}

.whySybexLab .service-cetawrp span.dual.myh2 {
    font-weight: 400 !important;
    font-size: 34px;
}

section.ap-sec2 {
    background: black;
    padding: 76px 0px;
}

.ap-sec2 h2.process-heading.wow.fadeInDown {
    margin: 8px 0px !important;
    font-size: 50px;
    font-family: 'Space Grotesk' !important;
    font-weight: 300 !important;
}

.container-fluid.contaierrpadd {
    /* padding: 15px 146px; */
    padding: unset;
}

.col-md-6.bordd {
    border-bottom: 1px solid grey;
    padding: 44px;
}

h2.process-heading.wow.fadeInDown.text-dark {
    /* margin: 10px 42px !important; */
    font-size: 5rem;
    /* font-family: 'Space Grotesk' !important; */
    font-weight: 400 !important;
    padding-top: 48px;
}

section.bgyellow {
    background: #000;
    padding: 25px 0 25px 0;
}

.bgyellow p.process-sub-heading.wow.fadeInDown.text-dark.mb-5 {
    /* margin: 10px 42px !important; */
    padding: 0px 59em 24px 0;
}

.bgyellow h3.myh2.wow.fadeInDown.text-dark {
    /* margin: 10px 28px; */
}

.bgyellow p.myp2.text-dark {
    margin: 17px 29px !important;
    padding: 0 86em 0 0;
}

a.btn-main.wow.fadeInDown.btn-main.btn-black {
    background: black;
    color: white !important;
    /* margin-left: 27px; */
}

/* career hero */
/* html, body {
    height: 100%;
  } */
#section07 {
    position: relative;
    width: 100%;
    height: 100vh;
    /* height: 100%; */
}

.lead-demo h1.myh2.wow.fadeInDown span {
    color: #000 !important;
    position: relative;
    z-index: 1;
    font-size: 80px !important;
    line-height: 77px !important;
    font-weight: 500 !important;
}

.lead-demo p {
    font-size: 20px !important;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

#section07::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%);
}

#seccc h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font: normal 300 64px/1 'Josefin Sans', sans-serif;
    text-align: center;
    white-space: nowrap;
}

#section07 {
    background: url(../imgs/career/careerhero.png) center center / cover no-repeat;
    /* display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; */
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.demo a:hover {
    opacity: .5;
}



#section07 a {
    padding-top: 80px;
}

#section07 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#section07 a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#section07 a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#section07 a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}




#section08 a {
    padding-top: 60px;
}

#section08 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#section08 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}


@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

h1.myh2.wow.fadeInDown {
    text-align: center;
}

p.herocareerp.wow.fadeInDown {
    color: white !important;
    padding: 0 0 222px 7px;
    text-align: center;
}

#section07 span.dual.myh2 {
    font-size: 70px;
}

/* careers hero ends */


/* career job card */

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 267px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #000000 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.frontside,
.backside {
    border: 5px solid #000;
    width: 80%;
}

.card.car {
    background-image: url(../imgs/career/jobbg.png);
}

.container-fluid.myfluid {
    padding: 0 164px;
}

section.mypaddd {
    padding: 220px 0 100px 0;
}

h1.myh2.wow.fadeInDown.linee {
    padding-bottom: 59px;
}

h1.myh2.wow.fadeInDown.linee:before {
    content: "";
    background-color: #000;
    width: 170px;
    height: 4px;
    position: relative;
    top: -10px;
    right: 0;
    display: inline-block;
    left: -21px;
    margin: 0 auto;
}

h1.myh2.wow.fadeInDown.linee:after {
    content: "";
    background-color: #000;
    width: 170px;
    height: 4px;
    position: relative;
    top: -10px;
    right: 0;
    display: inline-block;
    left: 19px;
    margin: 0 auto;
}

section.bgyellow.yellow2 {
    background: #000;
    padding: 94px 0 141px 0;
}

/* career job card end */

/* leadership */
/*Profile Card 1*/
.profile-card-1 {
    position: relative;
    width: 70%;
    color: #ffffff;
    text-align: center;
    border: none;
}

.profile-card-1 .background {
    width: 100%;
    vertical-align: top;
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-1 .card-content {
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.profile-card-1 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.profile-card-1 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-1 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.profile-card-1 i {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-1 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-1 .icon-block a {
    text-decoration: none;
}

.profile-card-1 i:hover {
    background-color: #fff;
    color: #2E3434;
    text-decoration: none;
}

.container-fluid.mypaddddd {
    padding: 0 210px;
}

.col-md-6.artitop {
    position: relative;
    top: -147px;
}

.line2:after {
    display: none !important;
}

.line2:before {
    position: absolute !important;
}

.line2 {
    text-align: left !important;
}



.line2::before {
    content: "";
    background-color: #000;
    width: 170px;
    height: 4px;
    position: relative;
    top: -10px;
    right: auto !important;
    display: inline-block;
    left: 17px !important;
    margin: 0 auto;
    margin-left: auto;
    margin-right: 0;
}

.myyimgggg img {
    min-width: 100% !important;
}

section.service-cetawrp.bggbllack {
    background: black;
}

/* leadership ends */

section.process.pageinner {
    padding-top: 213px !important;
}

.container.mycont {
    padding: 50px 175px !important;
}

.myp222 {
    display: block;
    width: 100%;
}

.social22 {
    font-size: 33px;
}

a.acls {
    color: black;
}

.usflag {
    background-image: url(../imgs/career/usflag.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.ukflag {
    background-image: url(../imgs/career/ukflag.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.irelandflag {
    background-image: url(../imgs/career/irelandflag.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.canadaflag {
    background-image: url(../imgs/career/canadaflag.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(255, 0, 150, 0.3);
}

footer p.process-sub-heading {
    padding: 0px;
}

.ft-row {
    align-items: flex-end;
}

.al-end {
    align-items: flex-end;
}

img#cardimng {
    height: 35em;
}

.eq-height {
    height: 34.5em !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

/* imp css */
/* .overlay-black-text .view.overlaYy,.overlay-black-text .ex-height{
    height: 648px !important;
    } */
@media only screen and (max-width:3000px) {
    body section.ap-sec #ex-height {
        height: 100% !important;
    }
}

@media only screen and (max-width:599px) {
    .lead-demo h1.myh2.wow.fadeInDown span {
        font-size: 45px !important;
    }

    .lead-head::before {
        left: 0 !important;
        right: 0 !important;
    }

    .bgshape {
        padding: 128px 0 0 0 !important;
        background-size: cover !important;
        height: 30em !important;
        margin-bottom: 61px !important;
    }

    .lead-black p.contshape {
        margin: auto;
    }

    /* .bggbllack img.img-fluid.lazy.loading {
        height: 569px;
        object-fit: cover;
        width: 90% !important;
        min-width: 90% !important;
        margin: auto !important;
        display: table;
        margin-bottom: 50px !important;
    } */
    /* img.tab-w {
        max-width: 100%;
        margin: auto;
    } */
}

/* End */




/* Header CSS */
.navigation {
    height: 60px;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 25px 0;
    background-color: rgb(0 0 0 / 79%);
    height: 90px;
}

.brand {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    /* padding-left: 20px; */
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.brand a img.header-logo {
    height: 60px;
}


.nav-container {
    /* max-width: 1000px; */
    margin: 0 auto;
}

nav {
    float: right;
}

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

.dropdown-menu.show {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
}

.dropdown-menu li {margin: 9px 0;}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 41px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
    transition: 0.8s;
    font-weight: 400;
    font-size: 18px;
}

.dropdown-toggle::after {
    display: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    /* background: #2581DC; */
    color: #000;
}



nav ul li ul li {
    min-width: 190px;
}

li {}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.contactbtn {
    position: relative;
    top: 50%;
    transform:
        translateY(20%);
}

.navContactbtn {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: relative;
    /* top: 0;
    right: 0; */
    height: 70px;
    width: 70px;
    float: right;
}

@media only screen and (max-width: 1430px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        /* padding: 70px 0 15px; */
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    .contactbtn {
        position: unset;
        transform: none;
    }

    .navContactbtn {
        background-color: unset;
        border: none;
        padding: unset;
        border-radius: unset;
    }

    .nav-list {
        background: #0585be;
    }
}

@media screen and (min-width: 1430px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 14px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

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

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* Read More Page CSS */
.wrapper p,
.wrapper li {
    font-size: 20px;
    margin-top: 10px;
}

.sec1 {
    position: relative;
    height: 60vh;
    background-image: url("../../assets/imgs/readmore/sec1bggrad.html"), url("../../assets/imgs/readmore/sec1bg.html");
    background-repeat: no-repeat;
    background-size: cover;
}

.sec2 {
    padding: 5% 10% 5% 10%;
    background: #ffffff;
}

.sec3 {
    height: 100vh;
    background-image: url('../imgs/readmore/gradient.png'), url('../imgs/readmore/sec3bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.sec4 {
    height: 40vh;
}

.sec5 {
    background-image: url('../../assets/imgs/readmore/sec5bg.html');
    background-repeat: no-repeat;
    background-position-x: -20%;
    background-size: contain;
}

.content {
    width: 100%;
    height: 100%;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
} */

/* sec1 */
.sec1 .content h1 {
    position: relative;
    top: 60%;
    transform: translateY(-40%);
    padding-left: 10%;
    padding-right: 10%;
    font-size: 4rem;
}

/* sec2 */
.sec2Main h2 {
    font-size: 4rem !important;
    font-weight: 400;
}

.sec2Main h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 40px;
}

.readMoreP2 {
    font-weight: 100;
    margin-top: 20px !important;
}

.content ul {
    list-style-image: url("../../assets/imgs/readmore/bullet.html");
}

.content li {
    font-weight: 400 !important;
}

/* .posCenter{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 5% 10% 5% 10%;
} */

.content .posCenter {
    padding: 5% 10% 5% 10%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sec2Main {
    height: fit-content;
}

.sec2Main .posCenter {
    padding: 5% 10% 5% 10%;
    position: unset;
    transform: none;
    margin: unset;
}

/* sec3 */
.sec3 p {
    color: #000000;
}

.sec3 .content {
    background-color: #ffffff;
    width: 40vw;
    height: 60vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.sec3 h2 {
    font-size: 4rem;
    font-weight: 400;
}

.readsomemoreText {
    font-size: 35px !important;
}


/* New CSS */
.secImg {
    width: 100%;
    height: 100%;
    min-height: 900px;
    max-height: 900px;
    object-fit: cover;
    object-position: center;
}

.myyimg-one {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    min-height: 800px;
    max-height: 800px;
    width: 100%;
    background-image: url(../img/whyus1.webp);
    margin: 0 0 0 auto;
}

.myyimg-two {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    background-attachment: fixed;
    min-height: 800px;
    max-height: 800px;
    width: 100%;
    background-image: url(../img/microsoft1.jpg);
    margin: 0 auto 0 0;
}

.dispNone {
    display: none;
    pointer-events: none;
}

/* .paddingLeft{
    padding-left: 110px;
} */
.slideCardsPadding {
    padding: 20px;
}

.noPaddingRight {
    padding-right: 15px;
}

.noPaddingLeft {
    padding-left: 0;
}

.imgSecTest {
    padding-right: 136px;
}

.mycontainer2 {
    top: unset;
    transform: unset;
    padding-top: 25%;
}

.mycontainer3 {
    top: unset;
    transform: unset;
    padding-top: 15%;
}

.myContainerCenter {
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
}

section.home-bnnerwrp {
     height: 100vh;
     background-color: #000000;
     position: relative;
}

section.ap-sec.overlay-black-text {
    height: 100% !important;
    padding: 80px 0;
}

h2 {
    color: #D4D4D4;
}

.btnPaddingTop {
    padding-top: 40px;
}

.cardh4 {
    font-size: 1.5rem !important;
    font-weight: 400;
}

.cardsSectionPosition {
    padding-top: 120px;
}

.paraPageCenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.tiltContainer {
    text-align: right;
    padding: 80px 0 200PX 0 !important;
}

.animArrow {
    padding: unset !important;
    position: absolute !important;
    margin: unset !important;
    float: unset !important;
    bottom: 40px;
    right: 38%;
    /* transform: rotate(-66deg) scale(2);
    transform-origin: center; */
    /* opacity: 0; */
}

.btnwrpp {
    margin-top: 30px;
}

.arrowbutton {
    padding: unset !important;
    margin-right: unset !important;
    margin-top: 40px !important;
    font-weight: 400;
    font-size: 48px !important;
}

.whiteFonts {
    color: #ffffff !important;
}

.leadershipPadding {
    padding: 0 100px;
}

.toppaddedSubHeading {
    margin-top: 3rem;
}

.toppaddedpara {
    padding-top: 20px;
}

.smallh2Heading {
    font-size: 2.5rem !important;
}

.mediumH4Accreditations {
    font-size: 2rem !important;
}

.mediumH4Careers {
    font-size: 1.5rem !important;
    font-weight: 700;
}

.contactHeadingh2 {
    font-size: 4rem !important;
    margin-bottom: 20px !important;
}

.contactHeadingh5 {
    font-size: 2rem !important;
    font-weight: 400;
}

.contactInfoFooter {
    letter-spacing: 0.2;
    margin-top: 40px;
}

.contactFollowFooter2 {
    margin-top: 20px;
    font-weight: 100;
}

.paddedCityCareers {
    padding: 20px 0;
}

.applyButtonPosCareer {
    position: relative;
    top: 10px;
}

.styleParaAccreditations {
    font-size: 20px;
    font-weight: 100;
    padding-top: 30px;
    letter-spacing: 0.5;
}

.getStartedHeading {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer100WidthPara {
    width: 100% !important;
}

.leadershipHeroSecpara {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: unset !important;
    font-size: 20px !important;
}

.careersGetTouchPara {
    width: 50%;
    font-weight: 100;
    padding-top: 20px !important;
}

.noPaddingFullSection {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.countryOfficeh1 {
    font-size: 4rem !important;
    font-weight: 700;
}

.countryOfficep {
    font-size: 30px !important;
    font-weight: 400 !important;
    margin-top: 20px !important;
}

.field-btn {
    margin-top: 40px;
}

.profilePadding {
    padding: 40px;
}

.nopaddingleftImage {
    padding-left: 0 !important;
}

.paddingtopProfile {
    padding-top: 60px;
}

.profileH5 {
    font-size: 2rem;
}


.circle-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    box-sizing: border-box;
}

.circle-cursor--outer {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    z-index: 12000;
}

.circle-cursor--inner {
    width: 10px;
    height: 10px;
    left: -2.5px;
    top: -2.5px;
    z-index: 11000;
    background: #0585be;
}

/* cursor */
/*mobile_app_secv */

.mobile_app_sec{
    margin: 1rem  0 0;
    padding: 0 5rem;
}
.mobile_app_sec .img_Area{}
.mobile_app_sec .img_Area img{
    width: 99%;
}
.mobile_app_sec .text_area{}
.mobile_app_sec .text_area span{
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 800;
}
.mobile_app_sec .text_area h4{
    font-size: 24px;
    line-height: 43px;
    font-weight: 600;
    margin: 3px 0;
}
.mobile_app_sec .text_area p{
    font-size: 17px;
    font-weight: 400;
    margin: 20px 0;
    padding: 0;
}
.mobile_app_sec .text_area ul li {
    width: 39%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
}
.mobile_app_sec .text_area ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}
.mobile_app_sec .text_area ul li i{
    font-size: 13px;
    margin: 0 3px 10px 0;
    color: #f04835;
}
.mobile_app_sec .text_area a{
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 189px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 14px;
}
.mobile_app_sec .text_area a:hover{
    background:#000;
    color:#fff;
}
.dropdown-menu{
        background: linear-gradient(180deg, rgb(0 183 142) 0%, rgb(0 121 180) 60%, rgb(0 0 0) 100%);
}

.icon-blurb {
    display: -webkit-box;
    display: flex;
    text-align: left;
    line-height: 1.4em;
    padding: 19px 0;
}

.icon-blurb h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.blurb>div:nth-child(1) {
    width: 8%;
}
.service-icon img {
    width: 28px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(47%) saturate(5625%) hue-rotate(345deg) brightness(98%) contrast(92%);
}
/*mobile_app_secv */


/*text_privacy */
.text_privacy{
    margin: 4rem 7rem;
}
.text_privacy h3{
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
.text_privacy p{
    font-size: 18px;
    line-height: 27px;
}
.text_privacy ul{
    margin: 1rem 0;
}
.text_privacy ul li{
    list-style: decimal-leading-zero;
    padding: 16px 0;
    font-size: 18px;
    color: #f0513b;
}
/*text_privacy */

/* Responsiveness CSS */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
    .view.overlaYy {
        /* background-color: red !important; */
        height: 100%;
    }
.mobile_app_sec {
    padding: 0 0rem;
}
.mobile_app_sec .text_area h4 {
    font-size: 21px !important;
    line-height: 35px !important;
}
.mobile_app_sec .text_area span {
    font-size: 17px !important;
}
section.process .new-card .img-main .thumb {
    width: 100%;
    min-height: 256px;
    max-height: 256px;

}
.icon-blurb h3 {
    font-size: 19px;
    padding: 0 0 0 20px;
}
section.our-about h2 {
    font-size: 23px !important;
}
.box-list-pages ul{
    padding:0;
}
.mobile_app_sec .text_area ul li {
    width: 49%;
    font-size: 12px;
    line-height: 21px;
    padding: 20px 0;
    display: flex;
}
.mobile_app_sec .text_area p {
    font-size: 15px;
    margin: 20px 0;
    line-height: 22px;
}
section.our-about {
    padding: 2rem 0;
}
.absolute-img{
    display:none;
}
    .h3,
    h3 {
        font-size: 1.3rem;
    }

    .h4,
    h4 {
        font-size: 1rem;
    }

    .process .view.overlaYy p {
        font-size: 10px !important;
    }

    .view.overlaYy p {
        font-size: 10px;
    }

    .process .view.overlaYy a {
        font-size: 15px;
        top: 90px;
    }

    /* Contact Us */
    .container.mycont {
        padding: initial !important;
    }

    .row {
        width: 100%;
        margin: 0 !important;
        /* margin-top: 15px !important;
        margin-bottom: 15px !important; */
    }

    .sec-left {
        margin-left: initial;
        width: 100%;
    }

    .field-btn {
        margin-top: 30px;
    }

    section.ap-sec .video-card .view.overlaYy {
        height: 100% !important;
    }

    .mobile-nav-btn {
        position: fixed;
        top: 26px;
    }

    .process h2.process-heading.wow.fadeInDown {
        padding-top: 238px;
    }

    div#imggcard {
        height: 527px !important;
        margin-bottom: 20px;
    }

    /* .process .view.overlaYy{
        display: none;
    } */
    p.contshape {
        position: absolute;
        padding: 17px 26px 0px 24px;
        font-size: 22px;
    }

    a.text-dark.btn {
        position: absolute;
        bottom: 100px;
        right: 0;
    }

    .bgshape {
        display: none !important;
    }

    .process h4.wow.fadeInDown.dual.card-text {
        font-size: 30px;
        line-height: 0px;
        padding: 20px 10px;
    }

    .process h2.process-heading.wow.fadeInDown {
        padding-top: 0;
    }

    .card-img-overlay {
        display: none;
    }

    h2.process-heading.wow.fadeInDown.text-dark {
        margin: unset !important;
    }

    .blacckk .card {
        height: unset;
    }

    .bgyellow p.myp2.text-dark {
        padding: 0;
    }

    .bgyellow p.process-sub-heading.wow.fadeInDown.text-dark.mb-5 {
        padding: 0;
        text-align: left;
    }

    h2.process-heading.wow.fadeInDown.text-dark {
        font-size: 30px;
    }

    .container-fluid.contaierrpadd {
        padding: 15px 0px;
    }

    .service-cetawrp p.myp2 {
        text-align: left;
    }

    .ap-sec2 h2.process-heading.wow.fadeInDown {
        font-size: 30px;
    }

    #section07 {
        text-align: center;
    }

    .container-fluid.myfluid {
        padding: 0px;
    }

    .frontside,
    .backside {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile-nav-btn {
        top: 38px;
    }

    h1.myh2.wow.fadeInDown.linee:before,
    h1.myh2.wow.fadeInDown.linee:after {
        width: 40px;
    }

    .btn-main,
    .btn-secnd {
        display: inline-block;
    }

    section.process333 {
        padding: 0;
        padding-top: 20px;
    }

    section.ap-sec .view.overlaYy p {
        font-size: 12px;
    }

    section.ap-sec .view.overlaYy h3 {
        font-size: 22px;
    }

    .card {
        background: none;
        height: fit-content;
    }

    .frontside:hover .overlaYy {
        opacity: 1;
        z-index: -1;
    }

    /* Read More */
    .sec2 {
        height: 100vh;
    }

    .content li {
        font-size: 10px;
    }

    .posCenter p {
        font-size: 10px;
    }

    .sec3 .content {
        width: 80vw;
    }

    .sec3 {
        background-position-x: 50%;
    }

    .sec5 {
        background-position-x: 145%;
        background-size: cover;
    }

    .sec5 .bgshape {
        display: initial !important;
    }


    /* navigation bar */
    .navigation {
        padding: 30px 10px 30px 10px;
    }

    img.header-logo {
        width: 92px;
        object-fit: cover;
        height: 40px !important;
    }

    /* Container Fluid */
    .container-fluid {
        padding-left: 36px;
        padding-right: 36px;
    }

    h2.process-heading.wow.fadeInDown {
        font-size: 2rem;
    }

    .slideCardsPadding {
        padding: unset;
    }

    .service-cetawrp .mainwpp {
        padding-left: unset;
    }



    /* New Media Queries */
    
    .myContainerCenter {
        position: unset;
        top: unset;
        transform: none;
    }

    .home-bnnerwrp .txtwrp h4 {
        font-size: 36px;
    }

    .home-bnnerwrp .txtwrp {
        margin-bottom: 20px;
    }

    .home-bnnerwrp .txtwrp h2 {
        font-size: 19px;
        margin-top: 19px;
        line-height: 33px;
    }

    section.ap-sec.overlay-black-text {
        height: fit-content !important;
    }

    section.ap-sec {
        padding: 160px 0 0px 0;
    }

    .service-cetawrp .mainwpp {
        padding-right: unset;
    }

    .mycontainer2 {
        padding-top: 0%;
    }

    .process p.process-sub-heading.wow.fadeInDown {
        width: 100%;
    }

    .service-cetawrp p.myp2 {
        padding: 29px 0 0 0;
    }

    footer h2.process-heading.wow.fadeInDown {
        font-size: 4rem !important;
    }

    h2.process-heading.wow.fadeInDown.text-dark {
        font-size: 3rem;
    }

    .process h2.process-heading.wow.fadeInDown {
        line-height: 46px;
        font-size: 27px;
    }

    .leadershipHeroSecpara {
        font-size: 16px !important;
        padding: 0 20px !important;
    }

    .careersGetTouchPara {
        width: 100%;
    }

    .lead-demo p {
        font-size: 16px !important;
        line-height: unset;
        padding: unset !important;
    }

    .leadershipPadding {
        padding: unset;
    }

    .process h2.process-heading.wow.fadeInDown {
        /* margin-top: 20px !important; */
        width: 100%;
    }

    .col-md-6.bordd {
        padding: 44px 10px;
    }

    .getStartedHeading {
        margin-top: 20px;
    }

    .our-ser-bnnr {
        height: 30vh;
    }

    .contactHeadingh2 {
        font-size: 3rem !important;
    }

    section.contactregion {
        margin-top: 50px;
    }

    .countryOfficeh1 {
        font-size: 2em !important;
    }

    .countryOfficep {
        font-size: 20px !important;
    }

    .sec1 .content h1 {
        font-size: 2rem;
    }

    .sec2Main h2 {
        font-size: 2rem !important;
    }

    .sec2Main h3 {
        font-size: 1rem;
    }

    .readsomemoreText {
        font-size: 14px !important;
    }

    .bgshape {
        padding: 0 !important;
        margin-bottom: unset !important;
    }

    a.text-dark.btn {
        bottom: unset;
    }

    .arrowbutton {
        font-size: 25px !important;
    }

    p.contshape {
        padding: 0 !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec3 h2 {
        font-size: 2rem;
    }

    footer h2.process-heading.wow.fadeInDown {
        font-size: 3rem !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 960px) {
    .view.overlaYy {
        /* background-color: yellow !important; */
        height: 100% !important;
    }

    .mobile-nav-btn {
        position: fixed;
        right: 2%;
        top: 36px;
    }

    div#imggcard {
        height: 30em !important;
        margin-bottom: 20px;
    }

    .process .view.overlaYy p {
        font-size: 20px !important;
        margin: initial;
    }
    .ftr-logo p {
    padding: 0 30px 0 !important;
}

ul.location li {
    padding: 0 30px 0 !important;
}

.desc p {
    padding: 0 30px 0 !important;
}

    .process .view.overlaYy a {
        /* top: 150px; */
        position: relative;
        bottom: 0;
    }

    p.contshape {
        font-size: 20px;
        padding: 0px 200px 0 100px !important;
    }

    .lead-black p.contshape {
        width: 100%;
    }

    .bgyellow p.process-sub-heading.wow.fadeInDown.text-dark.mb-5 {
        padding: 0px 0em 24px 0;
        text-align: left;
    }

    .bgyellow p.myp2.text-dark {
        padding: 0 0em 0 0;
    }

    .process h2.process-heading.wow.fadeInDown {
        padding-top: 20px;
        text-align: left;
    }

    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .frontside,
    .backside {
        width: 100%;
    }

    .home-bnnerwrp .btn-main {
    margin: 0 !important;
}

section.ap-sec .btn-main {
    margin: 0 !important;
}

h2.process-heading.wow.fadeInDown.text-white {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0px 0;
    text-align: center;
}

.process p.process-sub-heading.wow.fadeInDown {
    width: 100% !important;
    padding: 0 0px 0 !important;
    text-align: center !important;
}

    .btn-main,
    .btn-secnd {
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    h1.myh2.wow.fadeInDown.linee:before,
    h1.myh2.wow.fadeInDown.linee:after {
        width: 50px;
    }

    footer h2.process-heading.wow.fadeInDown {
        margin-top: 20px !important;
    }

    footer .btn-main,
    .btn-secnd {
        margin: unset;
    }

    .container.mycont {
        /* padding: 50px 59px !important; */
        padding: unset !important;
        padding: 50px 0 50px 0 !important;
    }

    .process video.img-fluid {
        display: none;
    }

    .card-img-overlay {
        display: none;
    }

    a.btn-main.wow.fadeInDown.btn-main.btn-black {
        margin-left: 0;
    }

    .process p.process-sub-heading.wow.fadeInDown {
        text-align: left;
    }

    #section07 {
        text-align: center;
    }

    .blacckk .card {
        height: fit-content;
    }

    .card {
        background: none;
        height: fit-content;
    }

    h3.myh2.wow.fadeInDown.text-white {
        text-align: center;
    }

    /* Read More */
    .sec1 .content h1 {
        left: unset;
        text-align: center;
    }

    .sec2 {
        height: 70vh;
    }

    .content li {
        font-size: 15px;
    }

    .posCenter p {
        font-size: 15px;
    }

    .sec3 {
        height: 70vh;
    }

    .sec3 .content {
        width: 80vw;
    }

    .sec3 {
        background-position-x: 50%;
    }

    .sec5 {
        background-position-x: 145%;
        background-size: cover;
    }

    .sec5 .bgshape {
        display: initial !important;
    }

    .sec-left {
        margin: unset;
        width: 100%;
    }


    /* Navigation Bar */
    .navigation {
        padding: 30px 20px 20px 20px;
    }

    img.header-logo {
        width: 160px;
    }

    /* Container Fluid */
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }

    .service-cetawrp .mainwpp {
        padding-left: unset;
    }


    /* New Media Query */
    section.home-bnnerwrp {
        height: fit-content;
    }

    .myContainerCenter {
        position: unset;
        top: unset;
        transform: unset;
    }

    .home-bnnerwrp .txtwrp {
        margin-bottom: 20px;
    }

    section.ap-sec.overlay-black-text {
        height: fit-content !important;
    }

    section.ap-sec {
        padding: 160px 0 0px 0;
    }

    .mycontainer2 {
        padding-top: unset;
    }

    .btnPaddingTop {
        padding-top: unset;
    }

    .process p.process-sub-heading.wow.fadeInDown {
        width: 100%;
    }

    .process .view.overlaYy p {
        font-size: 18px !important;
    }

    .service-cetawrp h2.myh2 {
        font-size: 4rem;
    }

    .btnPaddingTop {
        padding-right: inherit;
    }

    p.contshape {
        font-size: 30px;
    }

    .bgshape {
        padding: 50px 0 0px 0 !important;
    }

    .tiltContainer {
        padding: 35px 0 80PX 0 !important;
    }

    .arrowbutton {
        font-size: 35px !important;
    }

    p.contshape {
        padding: 0px 250px 0 50px !important;
    }

    .careersGetTouchPara {
        width: 100%;
    }

    .lead-demo p {
        padding: 32px 0 0px 0px !important;
    }

    h3.myh2.wow.fadeInDown.text-white {
        text-align: unset;
    }

    .getStartedHeading {
        margin-top: 20px;
    }

    .process h2.process-heading.wow.fadeInDown {
        font-size: 4rem !important;
    }

    .our-ser-bnnr {
        height: 30vh;
    }

    .contactHeadingh2 {
        font-size: 3rem !important;
    }

    .styleParaAccreditations {
        padding-top: unset;
        padding-bottom: unset;
    }

    .contactHeadingh5 {
        margin-bottom: 20px;
    }

    .contactInfoFooter {
        font-size: 20px;
    }

    section.contactregion {
        margin-top: 80px;
    }

    footer h2.process-heading.wow.fadeInDown {
        font-size: 4rem !important;
    }

    .readsomemoreText {
        font-size: 18px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .view.overlaYy {
        /* background-color: blue !important; */
        height: 100% !important;
    }
section.ap-sec .new-card .desc-main p {
    min-height: 137px;
    max-height: 150px;
}
.sec-about .parallax-right.parallax-vision .img-main {

    display: none;
}
    /* .section.ap-sec{
        min-height: 90vh;
    } */
    .mobile-nav-btn {
        top: 28px;
        right: 2%;
    }

    .process .col-md-4 {
        min-width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10px;
    }

    footer h2.process-heading.wow.fadeInDown {
        margin-top: 20px !important;
    }

    p.contshape {
        font-size: 28px;
    }

    .process h4.wow.fadeInDown.dual.card-text {
        font-size: 40px;
        line-height: 0px;
    }

    .h3,
    h3 {
        font-size: 1rem;
    }

    .h4,
    h4 {
        font-size: 0.8rem;
    }

    .process .view.overlaYy p {
        font-size: 12px !important;
    }

    .process .view.overlaYy a {
        font-size: 15px;
        top: initial;
        bottom: -60px;
    }

    /* section.process.microsoftcloud{
        width: 166vw;
    } */
    h2.process-heading.wow.fadeInDown.text-dark {
        font-size: 38px;
        text-align: left;
    }

    .bgyellow p.process-sub-heading.wow.fadeInDown.text-dark.mb-5 {
        padding: 0px 10em 24px 0;
        text-align: left;
    }

    .bgyellow h3.myh2.wow.fadeInDown.text-dark {
        font-size: 26px;
    }

    .bgyellow p.myp2.text-dark {
        padding: 0 46em 12px 0;
    }

    .process h2.process-heading.wow.fadeInDown {
        margin: 30px 0 0px 0 !important;
        width: 100%;
    }

    .process p.process-sub-heading.wow.fadeInDown {
        text-align: left;
        margin: 10px 0px !important;
    }

    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .btn-main {
        font-size: 10px;
    }

    .bgyellow p.myp2.text-dark {
        padding: 0 20em 12px 0;
    }

    .fd h4.wow.fadeInDown.dual {
        display: inherit;
    }

    .bgshape {
        height: 100%;
    }

    p.contshape {
        padding: 0px 84px 0 50px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    a.text-dark.btn {
        font-size: 24px;
    }

    .lead-black .col-md-6.bgshape {
        padding: 322px 0px 0 0px;
    }

    .container.mycont {
        padding: 50px 54px !important;
    }

    .field input,
    .field select {
        width: 88%;
    }

    .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .fd h4.wow.fadeInDown.dual {
        text-align: left;
    }

    .card {
        background: none;
        height: fit-content;
    }

    .blacckk .card {
        height: fit-content;
    }


    /* Read More */
    .sec1 .content h1 {
        left: unset;
        text-align: center;
    }

    .sec2 {
        height: 70vh;
    }

    .sec2 h2,
    .sec2 h3 {
        font-size: xx-large;
    }

    .content li {
        font-size: 15px;
    }

    .posCenter p {
        font-size: 15px;
    }

    .sec3 {
        height: 70vh;
    }

    .sec3 .content {
        width: 80vw;
    }

    .sec3 {
        background-position-x: 50%;
    }

    .sec5 {
        background-position-x: 145%;
        background-size: cover;
    }

    .sec5 .bgshape {
        display: initial !important;
    }

    /* Navigation Bar */
    .navigation {
        padding: 50px 30px 20px 30px;
    }

    /* Container Fluid */
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }


    /* New Media Queries */
    section.home-bnnerwrp {
        height: fit-content;
    }

    .myContainerCenter {
        position: unset;
        top: unset;
        transform: none;
    }

    .ap-sec p {
        font-size: 25px;
    }

    .slideCardsPadding {
        padding: 5px;
    }

    .cardh4 {
        font-size: 1.1rem !important;
    }

    section.ap-sec.overlay-black-text {
        height: fit-content !important;
    }

    .process p.process-sub-heading.wow.fadeInDown {
        width: 100%;
        text-align: center;
    }

    .btnPaddingTop {
        padding-top: unset !important;
        padding: unset;
        margin-top: unset;
    }

    p.contshape {
        position: unset;
        top: unset;
        transform: none;
        padding: 0px 150px 0 25px;
    }

    a.text-dark.btn {
        font-size: 24px !important;
    }

    .tiltContainer {
        padding: 80px 0 45PX 0 !important;
    }

    section.process {
        padding: 60px 0 0px !important;
    }

    /* .btnwrpp{
        margin-top: unset;
    } */
    h2.process-heading.wow.fadeInDown.text-dark {
        font-size: 50px;
    }

    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btn-main {
        font-size: 18px;
    }

    .careersGetTouchPara {
        width: 80%;
    }

    .cus-chang-lead h2.text-white {
        font-size: 18px;
    }

    .col-md-6.bordd {
        padding: 16px;
    }

    .our-ser-bnnr {
        height: 30vh;
    }

    .contactInfoFooter {
        font-size: 20px;
    }

    section.contactregion {
        margin-top: 60px;
    }

    .readsomemoreText {
        font-size: 26px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .view.overlaYy {
        /* background-color: green !important; */
        height: 100% !important;
    }

    .mobile-nav-btn {
        display: initial;
        top: 42px;
    }

    .process .col-md-4 {
        min-width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }

    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    p.contshape {
        font-size: 26px;
        padding: 0px 130px 0 112px;
    }

    .blacckk .card {
        margin-bottom: 20px;
    }

    .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bgyellow p.process-sub-heading.wow.fadeInDown.text-dark.mb-5 {
        padding: 0px 10em 24px 0;
    }

    .bgyellow p.myp2.text-dark {
        padding: 0 30em 15px 0;
    }

    #section07 {
        text-align: center;
    }

    .card {
        background: none;
        height: fit-content;
    }

    .blacckk .card {
        height: fit-content;
    }


    /* Read More */
    .sec2 {
        height: 80vh;
    }

    .content li {
        font-size: 15px;
    }

    .posCenter p {
        font-size: 15px;
    }

    .sec3 {
        height: 70vh;
    }

    .sec3 .content {
        width: 80vw;
    }

    .sec3 {
        background-position-x: 50%;
    }

    .sec5 {
        background-position-x: -10%;
        background-size: contain;
    }

    .sec5 .bgshape {
        display: initial !important;
        height: unset;
    }

    .noPaddingRight {
        padding-right: 136px;
    }

    .container.mycont {
        padding: unset !important;
    }

    .sec-left {
        margin-left: unset;
        width: 100%;
    }

    section.ap-sec.overlay-black-text {
        height: fit-content !important;
        /* padding-top: 400px; */
        padding: unset !important;
        padding-bottom: 50px !important;
    }

    .myContainerCenter {
        position: unset;
        top: unset;
        transform: none;
    }

    .cardh4 {
        font-size: 1rem !important;
    }

    .home-bnnerwrp .txtwrp h4 {
        font-weight: 500 !important;
    }

    .slideCardsPadding {
        padding: 5px;
    }

    .process p.process-sub-heading.wow.fadeInDown {
        width: 80%;
    }

    p.contshape {
        padding: 0px 200px 0 55px;
    }

    .arrowbutton {
        font-size: 28px !important;
    }

    .tiltContainer {
        padding: 80px 0 90PX 0 !important;
    }

    .bgshape {
        height: fit-content;
    }

    section.process {
        /* padding: unset !important; */
    }

    .h4,
    h4 {
        font-size: unset !important;
    }

    p.herocareerp.wow.fadeInDown {
        padding: 20px 0 222px 7px;
    }

    .styleParaAccreditations {
        font-size: 15px;
    }

    .mediumH4Accreditations {
        font-size: 1.5rem !important;
    }

    section.contactregion {
        margin-top: 50px;
    }

    .countryOfficeh1 {
        font-size: 3rem !important;
    }

    .countryOfficep {
        font-size: 20px !important;
    }

    .sec3 {
        height: 100vh;
    }

    .sec3 .content {
        height: 80vh;
    }

    .readsomemoreText {
        font-size: 20px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .view.overlaYy {
        /* background-color: purple !important; */
        height: 100% !important;
    }

section.ap-sec .new-card .desc-main p,
section.process .new-card .desc-main p{overflow-y: scroll;font-size: 15px;}
.home-bnnerwrp .txtwrp h4 {
    font-size: 52px !important;
}
.brand a img.header-logo {
    height: 56px !important;
}
.home-bnnerwrp .txtwrp h2 {
    font-size: 67px !important;
    line-height: 86px !important;
}
.sec-home-parallax .parallax-right .desc h6 {
    font-size: 59px !important;
}

section.process .new-card .img-main {

    min-height: 200px;
    max-height: 200px;
}
.nav-mobile {

    height: 60px;
    width: 56px;

}
section.process .new-card .img-main .thumb {
    width: 93%;
    min-height: 200px;
    max-height: 200px;
  
}
    .blacckk .card {
        height: 100% !important;
    }
    section.process .new-card .desc-main h4 {
    /* font-size: 16px; */
}

    .ap-sec p {
        padding: initial !important;
        padding-right: 40px !important;
        padding-bottom: 50px !important;
    }

section.ap-sec .new-card .desc-main h4 {
    font-size: 19px;
}
    .btn-main {
        font-size: 18px;
    }

    /* section.ap-sec{
        min-height: 130vh;
    } */
    .bgyellow p.process-sub-heading.wow.fadeInDown.text-dark.mb-5 {
        padding: 0px 20em 24px 0;
    }

    .bgyellow p.myp2.text-dark {
        margin: 17px 0px 41px 0px !important;
        padding: 0 30em 0 0;
    }

    section.ap-sec .view.overlaYy p {
        font-size: 15px !important;
    }

    .view.overlaYy p {
        font-size: 15px !important;
    }

    .h3,
    h3 {
        font-size: 1.3rem;
    }

    .h4,
    h4 {
        font-size: 1rem;
    }

    a.btn-main99 {
        font-size: 13px;
    }

    p.herocareerp.wow.fadeInDown {
        padding: 35px 180px 222px 180px;
        width: 65%;
        font-weight: 100;
    }

    .col-md-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
        height: fit-content;
        margin-bottom: 20px;
    }

    /* 
    .card {
        background: none;
        height: fit-content;
    } */

    /* Read More */
    p.contshape {
        font-size: 48px;
        padding: 0px 425px 0 112px;
    }

    .noPaddingRight {
        padding-right: unset;
    }
}




@media only screen and (min-width: 390px) and (max-width: 844px){
    section.ap-sec h2.text-white.wow.fadeInDown {
    font-size: 30px !important;
}
.home-bnnerwrp .btn-main {

    margin: 0 auto;
}
section.our-about {

    padding: 2rem 0;
}
.sec-inner-banner .inner-desc span {

    text-align: center;
}
.icon-blurb h3 {
    font-size: 19px;
    padding: 0 18px;
}
section.our-about h2 {
    font-size: 26px !important;
    line-height: 32px !important;
}
.absolute-img{
    display:none;
}
.mobile_app_sec .text_area ul li {
    width: 50%!important;
    font-size: 14px!important;
    line-height: 26px!important;
    display: flex!important;
    align-items: center!important;
    margin: 10px 0!important;
}

.mobile_app_sec .text_area span {
    font-size: 18px !important ;
}

.mobile_app_sec .text_area p {
    font-size: 16px !important ;
    line-height: 26px !important ;
}
.mobile_app_sec .text_area h4 {
    font-size: 18px !important;
    line-height: 30px !important;
}
.mobile_app_sec {
    padding: 0;
}
.box-list-pages ul{
    padding:0;
}
section.process .new-card {

    margin: 0 0 54px 0;
}
.sec-home-parallax .parallax-right.parallax-microsoft .img-main {
    min-height: 221px !important;
    max-height: 300px !important;
    margin: 49px auto 0 0 !important;
}
section.process .new-card .img-main .thumb {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
 
}
section.process .new-card .desc-main {

    height: 376px;
}
section.ap-sec .new-card .img-main .thumb {
    width: 95%;
    min-height: 203px;
    max-height: 223px;

}
.sec-home-parallax .parallax-right .desc p {
    font-size: 16px !important;
    line-height: 26px !important;
}
    .sec-about .parallax-right .desc {
        padding: 20px 1px !important;
    }
    .sec-about .parallax-right .desc h6 {
        font-size: 27px !important;
        margin: 0 0 23px 0;
        text-align: center;
    }
    .sec-about .parallax-right.parallax-vision .img-main,
    .sec-about .parallax-right.parallax-mission .img-main,
    .sec-about .parallax-right .img-main{
    
        display: none;
    }
    
    
    .sec-services .sec-heads h6 {
    font-size: 28px !important;
    line-height: 39px !important;
}
.text_privacy {
    margin: 2rem 0;
}
.text_privacy h3 {
    font-size: 21px;
}
.sec-contact .contact-desc .contact-para {

    text-align: center !important;
}

.sec-contact .contact-desc .btn-grp {

    justify-content: center !important;
}
.info-listing .row .col-12{
    margin:20px 0;
}
}


@media only screen and (min-width: 1366px) and (max-width: 1444px) {
    .absolute-img img{
        width:100%;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    section.home-bnnerwrp {
    /* height: 74vh; */
    padding: 0 3rem;
}
    .sec-about .parallax-right .desc h6 {
        font-size: 25px !important;
        margin: 20px 0 !important;
    }
section.our-about h2 {
    font-size: 54px;
}
.home-bnnerwrp .txtwrp h4{
    font-size:36px !important;
}
.home-bnnerwrp .txtwrp h2 {
    font-size: 45px !important;
    line-height: 65px !important;
}
.mobile_app_sec .text_area span {
    font-size: 29px;
}
section.process .new-card .desc-main {

    height: 344px;
}
section.ap-sec h2.text-white.wow.fadeInDown ,
.ap-sec h4.wow.fadeInDown.dual{
    text-align: center;

}
section.ap-sec .btn-main {

    margin: 0 auto;

}

section.ap-sec .new-card .desc-main p {min-height: 147px;max-height: 69px;font-size: 11px;}
.ap-sec h4.wow.fadeInDown.dual {
    font-size: 54px !important;

}
section.ap-sec.overlay-black-text {

    padding: 20px !important;
}
section.home-bnnerwrp a.btn-main.wow.fadeInDown.btn-main {

    width: 300px!important;
    margin: 2rem auto 0;
}
.home-bnnerwrp .txtwrp h2 {
    font-size: 67px !important;
    line-height: 87px !important;
    text-align: center;
}
.home-bnnerwrp .txtwrp h4 {
    text-align: center;
}
section.process .new-card .desc-main p {
    font-size: 16px;

}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}




.readMoreBg {
    background-image: url('../imgs/career/contactbg.png') !important;
    background-size: cover;
}

.social a,
.social22 a {
    color: #000;
}

.fa-linkedin-square {
    color: #0072b1 !important;
}

.fa-facebook-official {
    color: #4267B2 !important;
}

footer {
    padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .imgSecTest {
        padding-right: 0px !important;
    }
}

/* .card-img-top,
.heigg {
    object-fit: cover !important;
} */

footer .social {
    margin-left: -15px;
}

footer .fotr-btm {
    margin-left: -25px;
}

.contactInfoFooter {
    width: 100%;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 500px) {}

#career h3 {
    font-size: 35px;
}

#career h4 {
    font-size: 35px;
    font-weight: 300;
}

#career h3>span {
    color: #000;
}

.inner-new-boxes {
    padding: 25px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 25%;
    margin-left: 10px;
    margin-right: 10px;
}

.inner-new-boxes h4 {
    font-size: 25px !important;
    color: #000;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.inner-new-boxes p {
    font-size: 16px !important;
    text-align: justify !important;
}

.inner-new-boxes:hover {
    border: 2px solid dashed #000 !important;
}

#yellow-bg {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

#yellow-bg h3 {
    font-size: 35px;
    font-weight: 500 !important;
}

#yellow-bg p {
    font-size: 25px;
    margin-top: 10px;
    font-weight: 400 !important;
}

#footer {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

#footer .box-links .box-img img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}

#footer h3 {
    font-size: 50px;
    color: #fff;
}

#footer p {
    font-size: 20px;
    color: #fff !important;
}

#footer .blog-box {
    padding: 0rem 0.5rem;
}


/* new card */

#footer .new-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    margin: 0 0 80px 0;
    padding: 20px 20px 20px 20px;
    /* overflow: hidden; */
    position: relative;
    justify-content: end;
    transition: all 0.1s ease-in-out;
    transform-style: preserve-3d;
}

#footer .new-card:hover {
    z-index: 50;
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
}

#footer .new-card .js-tilt-glare {
    border-radius: 15px;
}

#footer .new-card .img-main {
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 250px;
    max-height: 250px;
    transform: translateZ(30px);
}

#footer .new-card .img-main .thumb {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    position: absolute;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

/* #footer .new-card:hover .img-main {
    z-index: 10;
}
#footer .new-card:hover .img-main .thumb {
    bottom: -2%;
} */
#footer .new-card .desc-main {
    /* border-radius: 15px; */
    transition: all 0.1s ease-in-out;
    margin: 10px 0 0 0;
    transform: translateZ(30px);
}

#footer .new-card .desc-main .js-tilt-glare {
    border-radius: 15px;
}


#footer .new-card .desc-main h6 {
    color: #000;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#footer .new-card:hover .desc-main h6 {
    color: #fff;
}

#footer .new-card .desc-main h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    transform: translateZ(30px);
}

#footer .new-card:hover .desc-main h4 {
    color: #fff;
}

#footer .new-card .desc-main p {
    color: #555 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0 !important;
    text-align: justify;
    transition: all 0.3s ease-in-out;
    /* min-height: 160px;
    max-height: 160px; */
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
}

#footer .new-card:hover .desc-main p {
    color: #fff !important;
}

/* width */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar {
    width: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  } */

/* Track */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-track {
    background: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  }
 section.ap-sec .new-card:hover .desc-main p::-webkit-scrollbar-track {
    background: transparent;
  } */

/* Handle */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  } */

/* Handle on hover */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb:hover {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
  } */

#footer .new-card .desc-main .learn-more {
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
    margin: 10px auto 0 auto;
    padding: 0;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #000;
}

#footer .new-card:hover .desc-main .learn-more {
    box-shadow: none;
    transform: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #000;
}


/* new card close */


#footer hr {
    padding-bottom: 3.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #757575;
}

.blog-box h2 {
    font-size: 14px;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 8px 0px;
    text-align: start;
}

.blog-box h4 {
    font-size: 12px;
    font-weight: 600 !important;
    color: #000;
    text-align: start;
}

.blog-box-content {
    background-color: #FB8B00;
    border-radius: 0px 0px 40px 40px;
    padding: 0.2rem 0.4rem 0.6rem 2rem;
}

/* --------? */
#footer .box-links .box-list-pages {
    padding: 1.8rem 0rem;
}

#footer .box-links .box-list-pages ul li {
    display: inline-block;
    padding: 0rem 0.8rem;
    border-right: 1px solid #484848;
}

#footer .box-links .box-list-pages ul li:last-child {
    border: unset;
}

#footer .box-links .box-list-pages ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

/* --------? */
#footer .box-links .box-list-policy {
    padding-top: 0.8rem;
}

#footer .box-links .box-list-policy ul li {
    display: inline-block;
    padding: 0rem 0.8rem;
}

#footer .box-links .box-list-policy ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #535353;
    text-transform: uppercase;
}

/* --------? */
#footer .box-links .box-list-icons {
    padding-top: 1.4rem;
}

#footer .box-links .box-list-icons ul {
    display: flex;
    justify-content: center;
}

#footer .box-links .box-list-icons ul li {
    padding: 0rem 0.5rem;
}

#footer .box-links .box-list-icons ul li a {
    width: 32px;
    height: 32px;
    background: #0585be;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #0585be;
    transition: all 0.4s ease-in-out;
}

#footer .box-links .box-list-icons ul li a:hover {
    background: #000;
}

@media (min-width:0px) and (max-width:767px) {
    #footer .blog-box {
        padding-bottom: 1.5rem;
    }
    #footer {
    padding-top: 34px ;
    padding-bottom: 38px ;
}
.sec-inner-banner {

    padding: 211px 0 63px 0 !important;
}
.sec-inner-banner .inner-desc h6 {
    font-size: 29px !important;
}
.sec-contact .contact-desc .contact-head {
    font-size: 28px  !important;
    line-height: 35px  !important;
    margin: 34px 0 17px 0 !important;

    text-align: center;
}
.sec-contact .form-contact {
    padding: 50px 44px 22px 33px !important;
}
.sec-contact .form-contact .contact-fh::before,.sec-contact .form-contact .contact-fh::after{
    display:none !important;
}
.sec-inner-banner .inner-desc span {

    font-size:12px !important;
}

    #footer .box-links .box-list-pages ul li {
        padding-bottom: 0.8rem;
        border: unset;
        display:block;
    }

    #footer .box-links .box-list-policy ul li {
        padding-bottom: 0.5rem;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
    #footer .blog-box {
        padding-bottom: 1.5rem;
    }
    section.ap-sec .btn-main {
 
    margin: 20px auto 0;
}

    #footer .blog-box .blog-img img {
        width: 100%;
    }

    .blog-box-content {

        padding: 2rem 0.4rem 2rem 2rem;
    }
}



/* inner-banner css*/
.sec-inner-banner {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 300px 0 150px 0;
    background: linear-gradient(1deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgb(45 52 54 / 80%) 100%), url(../img/inner-banner.jpg);
}

.sec-inner-banner .inner-desc h6 {
    font-size: 58px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    color: #fff;
    line-height: 49px;
}

.sec-inner-banner .inner-desc span {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
}

/* inner-banner css close*/

/* sec-home-parallax css */
.sec-home-parallax {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.sec-home-parallax .parallax-right .desc {
    padding: 50px 60px 50px 60px;
}

.sec-home-parallax .parallax-right .desc h6 {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.sec-home-parallax .parallax-right .desc span {

    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-home-parallax .parallax-right .desc p {
    font-size: 21px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.sec-home-parallax .parallax-right .desc .btn-grp .btn-more {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 14px;
}

.sec-home-parallax .parallax-right .desc .btn-grp .btn-more:hover {
    color: #fff;
}

.sec-home-parallax .parallax-right .desc .btn-grp .btn-more:focus {
    color: #fff;
    box-shadow: none;
}

.sec-home-parallax .parallax-right .img-main {
    min-height: 700px;
    max-height: 700px;
    /* object-fit: cover;
        object-position: center right; */
    width: 100%;
    background-image: url(../img/whyus1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 0 0 0 auto;
    background-attachment: fixed;
}

/* .sec-home-parallax .parallax-right.parallax-microsoft {
    background-color: #000;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgb(45 52 54) 100%);
}

.sec-home-parallax .parallax-right.parallax-microsoft .desc {
    padding: 50px 60px 50px 60px;
}

.sec-home-parallax .parallax-right.parallax-microsoft .desc h6 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.sec-home-parallax .parallax-right.parallax-microsoft .desc span {

    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-home-parallax .parallax-right.parallax-microsoft .desc p {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #fff;
}

.sec-home-parallax .parallax-right.parallax-microsoft .desc .btn-grp .btn-more {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 14px;
}

.sec-home-parallax .parallax-right.parallax-microsoft .desc .btn-grp .btn-more:hover {
    color: #fff;
}

.sec-home-parallax .parallax-right.parallax-microsoft .desc .btn-grp .btn-more:focus {
    color: #fff;
    box-shadow: none;
} */

.sec-home-parallax .parallax-right.parallax-microsoft .img-main {
    min-height: 700px;
    max-height: 700px;
    /* object-fit: cover;
        object-position: center right; */
    width: 100%;
    background-image: url(../img/microsoft1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 0 auto 0 0;
    background-attachment: fixed;
}

/* sec-home-parallax css close */




/* contact page css */

.sec-contact {
    position: relative;
    padding: 50px 0 50px 0;
}

.sec-contact .info-listing .info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 21px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.sec-contact .info-listing .info-item:hover {
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
}

.sec-contact .contact-desc .contact-head {
    font-size: 65px;
    color: #000;
    text-transform: inherit;
    line-height: 68px;
    margin: 0 0 35px 0;
    padding: 0;
    position: relative;
}

.sec-contact .contact-desc .contact-head span {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .sec-contact .contact-desc .contact-head::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 4px;
    width: 64%;
    display: block;
    background: linear-gradient( 
  90deg , rgba(195,35,223,1) 0%, rgba(37,138,250,1) 60%, rgba(69,197,255,1) 90%);
    background-size: 400% 400%;
    animation: backgroundChange6 3s ease-in infinite;
  } */

.sec-contact .contact-desc .contact-para {
    font-size: 18px;
    color: #bcb9ba;
    text-transform: inherit;
    margin: 5px 0 20px 0;
    padding: 0 0 0 0;
    text-align: left;
}

.sec-contact .contact-desc .btn-grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.sec-contact .contact-desc .btn-grp .quote-btn {
    border: 2px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    color: #000;
}

.sec-contact .contact-desc .btn-grp .quote-btn:hover {
    color: #fff;
}

.sec-contact .contact-desc .btn-grp .quote-btn:focus {
    color: #fff;
    box-shadow: none;
}

.sec-contact .contact-desc .btn-grp .quote-btn:nth-child(2) {
    margin: 0 0 0 50px;
}

.sec-contact .form-contact {
    background-color: #fff;
    border-radius: 40px;
    padding: 70px 70px 30px 70px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    margin: 80px 0 0 0;
}

.sec-contact .form-contact .contact-fh {
    font-size: 35px;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    letter-spacing: 3px;
    position: relative;
}

.sec-contact .form-contact .contact-fh::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
    background-color: #000;
    height: 3px;
    width: 99px;
}

.sec-contact .form-contact .contact-fh::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    background-color: #000;
    height: 3px;
    width: 99px;
}

.sec-contact {
    margin: 30px 0 0 0;
}

.sec-contact .lt-main {
    position: relative;
}

.sec-contact .form-lable abbr {
    margin: 0 10px 0 0;
    display: none;
}

.sec-contact .form-lable {
    text-transform: capitalize;
    font-weight: 900;
    color: #57585b;
    position: absolute;
    font-size: 16px;
    top: 9px;
    left: 0px;
    transition: all 0.2s ease-in-out;
}

.active-contact {
    top: -15px !important;
    left: 0px;
    background-color: transparent !important;
    font-size: 12px !important;
}

.sec-contact .personal-info-control {
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 300;
    color: #57585b;
    border-radius: 0px;
    height: 50px;
    border: none;
    border-bottom: 1px solid #57585b;
    background-color: #fff;
}

.sec-contact .personal-info-control:-webkit-autofill {
    background-color: #fff !important;
}

.sec-contact .personal-info-control:-webkit-autofill:hover {
    background-color: #fff !important;
}

.sec-contact .personal-info-control:focus {
    outline: none;
    border-color: transparent;
}

.sec-contact .personal-info-control:focus-visible {
    outline: none !important;
    box-shadow: none;
    border-color: #57585b;
    background-color: #fff;
}

/* textarea */
.sec-contact .personal-info-message {
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 300;
    color: #57585b;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #57585b;
    background-color: #fff;
}

.sec-contact .personal-info-message:-webkit-autofill {
    background-color: #fff !important;
}

.sec-contact .personal-info-message:-webkit-autofill:hover {
    background-color: #fff !important;
}

.sec-contact .personal-info-message:focus {
    outline: none;
    border-color: transparent;
}

.sec-contact .personal-info-message:focus-visible {
    outline: none !important;
    box-shadow: none;
    border-color: #57585b;
    background-color: #fff;
}

/* textarea close */
.sec-contact .form-para {
    font-size: 18px;
    color: #57585b;
    text-transform: inherit;
    margin: 5px 0 20px 0;
    padding: 0 0 0 0;
    line-height: 22px;
    text-align: left;
}

.sec-contact .personal-info-btn-main .submit-btn {
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    color: #000;
}

.sec-contact .personal-info-btn-main .submit-btn:hover {
    /* background-color: #57585b; */
    color: #fff;
}

.sec-contact .personal-info-btn-main .submit-btn:focus {
    /* background-color: #57585b; */
    color: #fff;
    box-shadow: none;
}

.sec-contact .already {
    font-size: 16px;
    color: #57585b;
    text-transform: inherit;
    display: block;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.sec-contact .already .sign-a {
    color: #000;
    font-weight: 600;
}


/* .sec-contact .info-listing .info-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/life-layer-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 62px;
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(42%) sepia(75%) saturate(2124%) hue-rotate(338deg) brightness(104%) contrast(88%);
  }
  
  .sec-contact .info-listing .info-item:hover::before {
    background-image: url(../images/life-layer-hover.png);
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(770%) hue-rotate(205deg) brightness(122%) contrast(100%);
  } */

.sec-contact .info-listing .info-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    color: #fff;
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
    font-size: 24px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.sec-contact .info-listing .info-item:hover .icon {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 100%);
    color: #379e35;
}

.sec-contact .info-listing .info-item .icon i {
    color: #fff;
}

.sec-contact .info-listing .info-item:hover .icon i {
    color: #000;
}

.sec-contact .info-listing .info-item h5 {
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.sec-contact .info-listing .info-item:hover h5 {
    color: #fff;
}

.sec-contact .info-listing .info-item h6 a {
    font-weight: 400;
    color: #252525;
    text-transform: none;
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: block;
}

.sec-contact .info-listing .info-item:hover h6 a {
    color: #fff;
}

.sec-contact .sec-heading {
    text-align: center;
    margin: 80px auto 0;
    width: 70%;
    color: #fff;
}

.sec-contact .sec-heading h2 {
    font-weight: 700;
    color: #379e35;
    text-transform: capitalize;
    font-size: 48px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.sec-contact .sec-heading p {
    font-weight: 400;
    color: #252525;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* contact page css close */


/* about page css close */
.sec-about {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.sec-about .parallax-right .desc {
    padding: 50px 60px 50px 60px;
}

.sec-about .parallax-right .desc h6 {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.sec-about .parallax-right .desc span {

    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-about .parallax-right .desc p {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.sec-about .parallax-right .desc .btn-grp .btn-more {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 14px;
}

.sec-about .parallax-right .desc .btn-grp .btn-more:hover {
    color: #fff;
}

.sec-about .parallax-right .desc .btn-grp .btn-more:focus {
    color: #fff;
    box-shadow: none;
}

.sec-about .parallax-right .img-main {
    min-height: 700px;
    max-height: 700px;
    /* object-fit: cover;
        object-position: center right; */
    width: 100%;
    background-image: url(../img/ag-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 0 0 0 auto;
    background-attachment: fixed;
}

.sec-about .parallax-right.parallax-mission {
    background-color: #000;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgb(45 52 54) 100%);
}

.sec-about .parallax-right.parallax-mission .desc {
    padding: 50px 60px 50px 60px;
}

.sec-about .parallax-right.parallax-mission .desc h6 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.sec-about .parallax-right.parallax-mission .desc span {

    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-about .parallax-right.parallax-mission .desc p {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #fff;
}

.sec-about .parallax-right.parallax-mission .desc .btn-grp .btn-more {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    border-radius: 9px;
    font-weight: 600;
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 14px;
}

.sec-about .parallax-right.parallax-mission .desc .btn-grp .btn-more:hover {
    color: #fff;
}

.sec-about .parallax-right.parallax-mission .desc .btn-grp .btn-more:focus {
    color: #fff;
    box-shadow: none;
}

.sec-about .parallax-right.parallax-mission .img-main {
    min-height: 700px;
    max-height: 700px;
    /* object-fit: cover;
        object-position: center right; */
    width: 100%;
    background-image: url(../img/ag-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 0 auto 0 0;
    background-attachment: fixed;
}

.sec-about .parallax-right.parallax-vision .img-main {
    min-height: 700px;
    max-height: 700px;
    /* object-fit: cover;
        object-position: center right; */
    width: 100%;
    background-image: url(../img/ag-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    margin: 0 0 0 auto;
    background-attachment: fixed;
}

/* about page css close */



/* blog page css */

/* new card */

.sec-blogs {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
}

.sec-blogs .new-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    margin: 0 0 30px 0;
    padding: 20px 20px 20px 20px;
    /* overflow: hidden; */
    position: relative;
    justify-content: end;
    transition: all 0.1s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
}

.sec-blogs .new-card:hover {
    z-index: 50;
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
}

.sec-blogs .new-card .js-tilt-glare {
    border-radius: 15px;
}

.sec-blogs .new-card .img-main {
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 250px;
    max-height: 250px;
    transform: translateZ(30px);
}

.sec-blogs .new-card .img-main .thumb {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    position: absolute;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.sec-blogs .new-card .desc-main {
    /* border-radius: 15px; */
    transition: all 0.1s ease-in-out;
    margin: 10px 0 0 0;
    transform: translateZ(30px);
}

.sec-blogs .new-card .desc-main .js-tilt-glare {
    border-radius: 15px;
}


.sec-blogs .new-card .desc-main h6 {
    color: #000;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.sec-blogs .new-card:hover .desc-main h6 {
    color: #fff;
}

.sec-blogs .new-card .desc-main h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    transform: translateZ(30px);
}

.sec-blogs .new-card:hover .desc-main h4 {
    color: #fff;
}

.sec-blogs .new-card .desc-main p {
    color: #555 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0 !important;
    text-align: justify;
    transition: all 0.3s ease-in-out;
    /* min-height: 160px;
    max-height: 160px; */
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
}

.sec-blogs .new-card:hover .desc-main p {
    color: #fff !important;
}
.row.align-items-center {
    display: flex;
}

/* width */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar {
    width: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  } */

/* Track */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-track {
    background: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  }
 section.ap-sec .new-card:hover .desc-main p::-webkit-scrollbar-track {
    background: transparent;
  } */

/* Handle */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
  } */

/* Handle on hover */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb:hover {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
  } */

.sec-blogs .new-card .desc-main .learn-more {
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
    margin: 10px auto 0 auto;
    padding: 0;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #000;
}

.sec-blogs .new-card:hover .desc-main .learn-more {
    box-shadow: none;
    transform: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #000;
}

.sec-blogs .sec-heads h6 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    color: #000;
}

.sec-blogs .sec-heads span {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-blogs .sec-heads p {
    font-size: 16px;
    text-align: center;
}

/* new card close */

/* blog page css close */

/* blog detail page css */

.sec-blogs-details {
position: relative;
overflow: hidden;
padding: 50px 0 50px 0;
margin: 0;
}

.sec-blogs-details .sec-heads h6 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    color: #000;
}

.sec-blogs-details .sec-heads span {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-blogs-details .sec-heads p {
    font-size: 16px;
    text-align: center;
}

.sec-blogs-details .blog-detail {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
}

.sec-blogs-details .blog-detail .img .thumb {
    width: 100%;
    border-radius: 10px;
    min-hight: 500px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    margin: 0;
    display: block;
}

.sec-blogs-details .blog-detail .desc ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 15px 0 10px 0;
}

.sec-blogs-details .blog-detail .desc ul li {
    padding: 0 0 0 20px;
    margin: 0 15px 0 0;
    font-size: 14px;
    font-weight: 400;
    /* color: #f04231; */
    text-transform: uppercase;
    position: relative;
}
.sec-blogs-details .blog-detail .desc ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 800;
    color: #000;
    font-size: 14px;
}
.sec-blogs-details .blog-detail .desc ul li:nth-child(1)::before {
    content: '\f007';
}
.sec-blogs-details .blog-detail .desc ul li:nth-child(2)::before {
    content: '\f073';
}
.sec-blogs-details .blog-detail .desc h6 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
}
.sec-blogs-details .blog-detail .desc span {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-blogs-details .blog-detail .desc p {
    font-size: 16px;
}
.sec-blogs-details .side-bar-main .category h6 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
    color: #000;
}
.sec-blogs-details .side-bar-main .category ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sec-blogs-details .side-bar-main .category ul li {
    margin: 10px 0 10px 0;
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.sec-blogs-details .side-bar-main .category ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: #000;
    position: relative;
    display: block;
}
.sec-blogs-details .side-bar-main .category ul li a::after {
    content: '\f054';
    position: absolute;
    top: 0px;
    right: 10px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.sec-blogs-details .pagination-main .page-ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  
  .sec-blogs-details .pagination-main .page-ul .page-li {
    padding: 0;
    margin: 0 8px;
  }
  
  .sec-blogs-details .pagination-main .page-ul .page-li .page-a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0;
    border: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
  }
  .sec-blogs-details .pagination-main .page-ul .page-li .page-a i {
    color: #000;
  }
  
  .sec-blogs-details .pagination-main .page-ul .page-li .page-a:hover {
    color: #000;
  }
/***************** search bar *****************/
.side-bar-main .search-bar {
    margin: 0 0 30px 0;
  }
  
  .side-bar-main .search-bar .input-field {
    position: relative;
  }
  
  .side-bar-main .search-bar .input-field .search-control {
    border: none;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    padding: 10px 55px 10px 10px;
    margin: 0;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    background-color: #fff;
  }
  
  .side-bar-main .search-bar .input-field .search-control:focus {
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    outline: none;
  }
  
  .side-bar-main .search-bar .input-field .search-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 400;
    color: #555;
  }
  
  .side-bar-main .search-bar .input-field .search-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-weight: 400;
    color: #555;
  }
  
  .side-bar-main .search-bar .input-field .search-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    font-weight: 400;
    color: #555;
  }
  
  .side-bar-main .search-bar .input-field .search-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    font-weight: 400;
    color: #555;
  }
  
  .side-bar-main .search-bar .input-field .search-btn {
    border: 1px solid #000;
    background-color: #000;
    border-radius: 10px;
    height: 90%;
    width: 50px;
    position: absolute;
    top: 3px;
    right: 5px;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  
  .side-bar-main .search-bar .input-field .search-btn:hover {
    background-color: #fff;
    color: #000;
  }

  .side-bar-main .news .news-card {
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
  }
  .side-bar-main .news .news-card .img {
    width: 30%;
  }
  .side-bar-main .news .news-card .img .thumb {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
    object-position: center;
    margin: 0;
    border-radius: 5px;
  }
  .side-bar-main .news .news-card .desc {
    width: 65%;
  }
  .side-bar-main .news .news-card .desc h6 {
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .side-bar-main .news .news-card .desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .side-bar-main .news .news-card .desc ul li {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
  }
  .side-bar-main .news .news-card .desc ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 800;
    color: #000;
    font-size: 12px;
  }
  .side-bar-main .news .news-card .desc ul li:nth-child(1)::before {
    content: '\f073';
  }
  /***************** search bar close *****************/

/* blog detail page css close */


/* sec-services page css */


.sec-services {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
}

.sec-services .new-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    margin: 0 0 30px 0;
    padding: 20px 30px 30px 30px;
    /* overflow: hidden; */
    position: relative;
    justify-content: end;
    transition: all 0.1s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
}

.sec-services .new-card:hover {
    z-index: 50;
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
}

.sec-services .new-card .js-tilt-glare {
    border-radius: 15px;
}

.sec-services .new-card .img-main {
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    transform: translateZ(30px);
}

.sec-services .new-card .img-main .thumb {
    width: auto;
    margin: 0;
    display: block;
    min-height: 60px;
    max-height: 60px;
    transition: all 0.1s ease-in-out;
    filter: brightness(0) saturate(100%) invert(54%) sepia(32%) saturate(6641%) hue-rotate(336deg) brightness(99%) contrast(91%);
}

.sec-services .new-card:hover .img-main .thumb {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(238deg) brightness(107%) contrast(101%);
}

.sec-services .new-card .desc-main {
    /* border-radius: 15px; */
    transition: all 0.1s ease-in-out;
    margin: 10px 0 0 0;
    transform: translateZ(30px);
}

.sec-services .new-card .desc-main .js-tilt-glare {
    border-radius: 15px;
}


.sec-services .new-card .desc-main h6 {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.sec-services .new-card:hover .desc-main h6 {
    color: #fff;
}

.sec-services .new-card .desc-main h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    text-align: left;
    transform: translateZ(30px);
}

.sec-services .new-card:hover .desc-main h4 {
    color: #fff;
}

.sec-services .new-card .desc-main p {
    color: #555 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0 !important;
    text-align: justify;
    transition: all 0.3s ease-in-out;
    /* min-height: 160px;
    max-height: 160px; */
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
}

.sec-services .new-card:hover .desc-main p {
    color: #fff !important;
}

/* width */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar {
    width: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    } */

/* Track */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-track {
    background: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    }
    section.ap-sec .new-card:hover .desc-main p::-webkit-scrollbar-track {
    background: transparent;
    } */

/* Handle */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    } */

/* Handle on hover */
/* section.ap-sec .new-card .desc-main p::-webkit-scrollbar-thumb:hover {
    background: #f05d43;
    transition: all 0.3s ease-in-out;
    } */

.sec-services .new-card .desc-main .learn-more {
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
    margin: 10px 0 0 0;
    padding: 0;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #000;
}

.sec-services .new-card:hover .desc-main .learn-more {
    box-shadow: none;
    transform: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #000;
}

.sec-services .sec-heads h6 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    color: #000;
}

.sec-services .sec-heads span {
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-services .sec-heads p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
}

/* sec-services page css close */


/* sec-leader page css */
.sec-leader {
    position: relative;
    padding: 50px 0 50px 0;
    overflow: hidden;
  }
  .sec-leader .sec-heads {
    margin: 0 0 50px 0;
  }
  .sec-leader .sec-heads h6  {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  
  .sec-leader .sec-heads span {
    
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sec-leader .sec-heads p {
    font-size: 16px;
    text-align: center;
}

.sec-leader .container .row .col-12:nth-child(even) .manag-card {
    top: -50px;
}

  .sec-leader .manag-card {
    background-color: transparent;
    border: none;
    /* border-radius: 10px; */
    border-radius: 0;
    /* padding: 20px 20px 20px 20px; */
    padding: 0;
    margin: 50px 0 0 0;
    transition: all 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
    /* overflow: hidden; */
    /* box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%); */
  }

  .sec-leader .manag-card::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 0px);
    /* border: 1px solid #555; */
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
  }

  
  .sec-leader .manag-card .img-anim-main {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  
  .sec-leader .manag-card:hover .img-anim-main {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  
  .sec-leader .manag-card .img-anim-main .img-main {
    position: relative;
  }
  
  
  .sec-leader .manag-card .img-anim-main .img-main .thumb {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    transition: transform 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .sec-leader .manag-card:hover .img-anim-main .img-main .thumb {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .sec-leader .manag-card .manag-desc {
    padding: 20px 20px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    border-radius: 2px;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.05, 0.2, 0.1, 1);
    z-index: 20;
  }
  .sec-leader .manag-card .manag-desc::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 0.9s ease-in;
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 40%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 60%);
    margin: 0 auto;
    display: block;
    z-index: -1;
    opacity: 0;
  }
  .sec-leader .manag-card:hover .manag-desc::before {
    opacity: 1;
    transform: scale(50);
  }
  .sec-leader .manag-card .manag-desc h5 {
    font-size: 12px;
    font-weight: 400;
    /* line-height: normal; */
    color: #fff;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    transition: all 0.9s ease;
    opacity: 0;
  }

  .sec-leader .manag-card:hover .manag-desc h5 {
    opacity: 1;
    animation: fadeInUp 1.10s ease 0.1s normal;
  }
  
  .sec-leader .manag-card .manag-desc h6 {
    font-size: 25px;
    font-weight: 600;
    /* line-height: normal; */
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0;
    transition: all 0.9s ease;
    opacity: 0;
  }
  .sec-leader .manag-card:hover .manag-desc h6 {
    opacity: 1;
    animation: fadeInUp 1.10s ease 0.1s normal;
  }
  
  .sec-leader .manag-card .manag-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    position: relative;
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: all 0.9s ease;
  }
  a.btn.learn-more:hover {color: #000 !important;}
  .sec-leader .manag-card:hover .manag-desc p {
    animation: fadeInUp 1.10s ease 0.1s normal;
    opacity: 1;
  }
  
  .sec-leader .manag-card .manag-desc .arrow {
    position: relative;
    transition: all 0.9s ease;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #fff;
    opacity: 0;
  }
  .sec-leader .manag-card .manag-desc .arrow:focus {
    outline: none;
    box-shadow: none;
  }
  
  .sec-leader .manag-card:hover .manag-desc .arrow {
    margin: 0 0 0 10px;
    animation: fadeInUp 1.10s ease 0.1s normal;
    opacity: 1;
  }

  .sec-leader .manag-card .manag-desc span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    margin: 0;
    padding: 10px;
    transition: all 0.9s ease;
    display: block;
    /* background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgb(45 52 54) 100%); */
    background: linear-gradient(90deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 50%, rgba(255, 126, 103, 1) 100%);
  }
  .sec-leader .manag-card:hover .manag-desc span {
    opacity: 0;
  }
  


/* sec-leader page css close */

/***************************** off-canvas-right-bar **************************/
.off-canvas-right-bar .offcanvas-end {
    width: 100%;
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-header {
    justify-content: end;
    position: absolute;
    right: 0;
  }
  .off-canvas-right-bar .offcanvas-header .btn-close {
    background-image: none;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
  }

  .off-canvas-right-bar .offcanvas-header .btn-close i {
    color: #fff;
    font-size: 40px;
    opacity: 1;
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-header .btn-close:focus {
    outline: none;
    box-shadow: none;
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body {
    padding: 0;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc {
    padding: 0 130px;
  }
  
.txtwrp h4 {
    padding: 190px 0 0 0;
}
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc .sub-h {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    opacity: 0;
    /* transition: all 0.1s ease-in-out; */
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc .main-h {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 20px 0;
    padding: 0;
    opacity: 0;
    /* transition: all 0.1s ease-in-out; */
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc .para {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    text-transform: none;
    line-height: 25px;
    margin: 0;
    padding: 0;
    opacity: 0;
    /* transition: all 0.1s ease-in-out; */
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc .social-ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0;
    opacity: 0;
    /* transition: all 0.1s ease-in-out; */
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc .social-ul .s-li {
    margin: 0 15px 0 0;
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc .social-ul .s-li .s-a {
    font-size: 30px;
    color: #555555;
    transition: all 0.2s ease-in-out;
  }
  
  .off-canvas-right-bar .offcanvas-end .offcanvas-body .side-bar-desc .social-ul .s-li .s-a:hover {
    color: #000;
  }
  h4.wow.fadeInDown.dual {
    margin: 0 !important;
}
  
  .off-canvas-right-bar .offcanvas.show .offcanvas-body .side-bar-desc .sub-h {
    animation: fadeInUp 1.5s ease 0.1s normal;
    opacity: 100;
  }
  
  .off-canvas-right-bar .offcanvas.show .offcanvas-body .side-bar-desc .main-h {
    animation: fadeInUp 1.10s ease 0.1s normal;
    opacity: 100;
  }
  
  .off-canvas-right-bar .offcanvas.show .offcanvas-body .side-bar-desc .para {
    animation: fadeInUp 1.15s ease 0.1s normal;
    opacity: 100;
  }
  
  .off-canvas-right-bar .offcanvas.show .offcanvas-body .side-bar-desc .social-ul {
    animation: fadeInUp 1.20s ease 0.1s normal;
    opacity: 100;
  }
  .off-canvas-right-bar .offcanvas.show .offcanvas-body .side-img .thumb {
    object-fit: cover;
      object-position: top;
      height: 100vh;
      width: 100%;
  }
  /***************************** off-canvas-right-bar close **************************/

  /* sec-gallery page css */
.sec-gallery {
    position: relative;
    padding: 50px 0 50px 0;
    overflow: hidden;
  }
  .sec-gallery .sec-heads {
    margin: 0 0 50px 0;
  }
  .sec-gallery .sec-heads h6  {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  
  .sec-gallery .sec-heads span {
    
    background: linear-gradient(180deg, rgba(240, 66, 49, 1) 0%, rgba(240, 93, 67, 1) 60%, rgba(255, 125, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sec-gallery .sec-heads p {
    font-size: 16px;
    text-align: center;
}

.sec-gallery .grid-main {
    column-count: 4;
    column-gap: 10px;
}
.sec-gallery .grid-main .images-main {
    position: relative;
    display: block;
        margin: 0 0 20px 0;
}
.sec-gallery .grid-main .images-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(240 66 49 / 59%) 0%, rgb(240 93 67 / 60%) 50%, rgb(255 126 103 / 60%) 100%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    height: auto;
    width: 100%;
}
h6 {}

.desc {
    width: 100%;
    padding: 40px 50px;
}

.img-main-a-a-a- img {
    WIDTH: 100%;
    margin: 30px 0px;
    border-radius: 20px 0px 0px 20px;
}

section.main-main-hhome .row {
    display: flex;
}
.desc h6 {
    font-size: 40px;
    padding: 0px 0px 10px;
}
.sec-gallery .grid-main .images-main:hover::before{
    opacity: 1;
}
.sec-gallery .grid-main .images-main::after {
    content: '\2b';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 6 Pro';
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    transform: rotate(0deg);
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}



.sec-gallery .grid-main .images-main:hover::after {
    opacity: 1;
    transform: rotate(360deg);
}

  /* sec-gallery page css close */

/* cursor */
@media only screen and (max-width: 1000px) {
    * {
        cursor: initial;
    }
}
