/********** Template CSS **********/
:root {
    --primary: #f48325;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }5  w
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 6px 0;
    color: #091e3e;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}
img.w-100.vbv {
    max-height: 480px!important;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 6px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.nd {
    margin-bottom: 20px !important;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}
.vb img.img-responsive {
    width: 100%;
}
span.mkp {
    color: #f6821d;
    text-transform: uppercase;
}
p.bnk.text-primary.b {
    color: #6B6A75 !important;
}
.mrg {
    margin-bottom: 10px !important;
}
[class*=" bi-"]::before {
    float: left;

    padding-right: 10px;
}
.mt-4.jdl {
    padding-left: 30px;
}
.cont {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px !important;
    text-align: justify;
}
.borderws {
    border-bottom: 3px solid #f1f1f1;
    padding-bottom: 15px;
}
i.bi.bi-arrow-up::before {
    margin-left: 13px !important;
}
.hto {
    padding: 12px 20px;
}
.vv {
    padding-top: 0px;
}
html {
  scroll-behavior: smooth;
}
.mb-2.fl {
    margin-bottom: 0px !important;
    height: 40px;
}
.bcx {
    float: left;
    margin-right: 30px;
    height: 90px;
}
.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;
}

.bbb {
    color: #fff;
    padding-left: 30px;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}
.io {
    margin-bottom: 20px !important;
}
@media (max-width: 1480px) {
.lampimg {
    
    top: 458% !important;
}
}
@media (max-width: 1440px) {
 /*.navbar-nav.ms-auto {
    
    margin-left: 15%;
}*/
.sliding_form_inner {
    padding: 0px 15px;
}
.sliding_form {
    top: 85px;
}

}
@media (max-width: 1399px) {
.col-lg-8.nmk {
    padding-left: 0px !important;
}
.bhoa {
    padding-left: 0px !important;
}
p.benefits {
    margin-left: 90px !important;
}
.nci {
    font-size: 45px !important;
}
.sme {
    
    font-size: 30px !important;
}
.hhiu {
    font-size: 45px !important;
}
.fsec {
    background-size: 1539px 475px !important;
    height: 475px !important;
}
.equal-heighte .item {
    
    height: 245px;
}
.wqp {
    font-size: 55px !important;
}
.carousel-control-next {
    right: 200px !important;
}
.cpd img.img.img-fluid {
    height: 440px !important;
}
.rttpo.carousel-control-prev {
    left: 890px !important;
}
.formar {
    margin-top: -135px !important;
    margin-left: 0px !important;
}

.headingtes {
    width: 100% !important;
}
.nam {
    font-size: 65px !important;
    line-height: 85px !important;
}
.arrimg {
    margin-left: 14px;
    margin-top: -10px;
}
.bottom-left {
    
    font-size: 40px !important;
}
.plz, .wre {
    font-size: 63px !important;
}
.addressCon {
    padding-top: 0px !important;
    width: 62% !important;
}
.cxlk {
    padding-top: 15px !important;
}

.ghwl {
    width: 50% !important;
}
.lampimg {
    top: 440% !important;
}

.pen {
   
    margin-right: 551px !important;
}
a.snkborder {
    
    padding: 12px 35px !important;
    margin-left: -95px !important;
}
h3.mb-0.njkp {
    line-height: 40px;
    font-size: 24px;
}
.bcz {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    height: 420px !important;
}
.fgyu {
    padding: 20px !important;
}


}
@media (max-width: 1299px) {
.lampimg {
    top: 452% !important;
}
.formar {
    margin-top: -175px !important;
    
}
}
@media (max-width: 1199px) {
.mauticform_wrapper {
    max-width: 65% !important;
}
.zzz {
    padding-left: 40px !important;
}
.dfcv.bhoa {
    
    width: 85% !important;
}
.addressCon {
    
    width: 98% !important;
}
.cxlk {
    padding-top: 10px !important;
    float: right;
}
img.wimg {
    width: 10% !important;
    padding-top: 0px !important;
}
}
@media (max-width: 1299px){
.nci {
    
    font-size: 55px !important;
}
.fgg {
    padding: 4px 0px !important;
}
.zzz {

    font-size: 24px !important;
}
.bhoa {
    padding-top: 28px !important;
    width: 85% !important;
}
.fa.fa-check {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
}
p.benefits {
    
    padding-top: 79px !important;
    margin-left: 152px !important;
}
.bufh {
    height: 785px !important;
    background-size: 1165px !important;
}
.lc {
    
    width: 100% !important;
}
.arrimg {
    width: 12% !important;
   
    margin-left: -43px !important;
    margin-top: -10px !important;
}
.bubblebox {
    
    padding: 25px 10px !important;
    font-size: 24px !important;
}

.mcn, .zxp {
    height: 390px !important;
}
.nci {
    font-size: 45px !important;
    padding-bottom: 10px !important;
    line-height: 65px !important;
}

.extradd {
    margin: 0px !important;
}
.bbcv li {
    font-size: 30px !important;
    padding-top: 4px !important;
    padding-left: 70px !important;
}

.ss-maintitle {

    font-size: 45px !important;
}
.padtop0ipad {
   
    padding-top: 35px ;
}
.btncl {
    padding-bottom: 45px !important;
}
.kl {
    padding-top: 35px !important;
    padding-bottom: 85px !important;
}
.ty {
    /* float: right !important; */
    padding-top: 8px !important;
}
.padbot40 {
    padding-bottom: 15px !important;
}
}

@media (max-width: 1240px){
.bdp.t-3 {
    padding-left: 55px;
}
}
@media (max-width: 1200px){
.addressCon {
    padding: 10px 0px !important;
}
#form_trigger {
    
    font-size: 20px !important;
}
h4.forres a {
    font-size: 16px !important;
}

h4.forres {
    margin-bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
}
}
@media (max-width: 1199px){
img.img-responsive {
    width: 65% !important;
}
.fullw {
   
    width: 100% !important;
}
.cpd img.img.img-fluid {
    height: 405px !important;
}
.bkf {
    margin-left: 50px !important;
}
.triq {
    padding-left: 0px !important;
}
.fsec {
    background-size: 1539px 500px !important;
    height: 500px !important;
}
.mb-2.fl {
    margin-bottom: 0px !important;
    height: 40px !important;
    clear: both !important;
}
.tarinerbg {
    padding-bottom: 20px !important;
}
.ysos {
    font-size: 50px !important;
    padding-top: 37px !important;
}
.fadeInUp.brop {
    padding-bottom: 45px !important;
    padding-top: 30px !important;
}
.bcx {
    width: 100% !important;
}
.efgv {
    font-size: 26px !important;
    padding-bottom: 0px !important;
}
.sme {
    font-size: 26px !important;
}
.hhiu {
    font-size: 36px !important;
    padding-top: 0px !important;
}

.ffkl {
    font-size: 36px !important;
}
.fghaligt {
    font-size: 38px !important;
}
.bvrm {
    font-size: 32px !important;
    line-height: 46px !important;
}
.bxkjl {
    margin-top: 95px !important;
    margin-left: -153px !important;
    width: 26% !important;
}
.bxkj {
    width: 10% !important;
    padding-top: 7px !important;
}
a.rttpo.carousel-control-prev {
    left: 780px !important;
}
.carousel-control-next {
    right: 130px !important;
}
.carousel-control-prev, .carousel-control-next {
    top: 715px !important;
}
.alignt {
    padding-top: 9px !important;
}

.okl {
    padding-bottom: 0px !important;
}

.headingp {
    font-size: 34px !important;
}
img.img-circle.img-responsive {
    width: 19% !important;
    height: auto;
}

.bufh {
    margin-top: -50px;
}
.dontt {
    font-size: 48px !important;
}
.fa.fa-check {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
}
p.benefits {
    font-size: 44px !important;
    margin-left: 64px !important;
    padding-top: 75px !important;
    line-height: 65px !important;
}
.zzz {

    font-size: 24px !important;
}
.rtxt {
    font-size: 40px !important;
    padding-top: 30px !important;
}
.item h4 {
    padding-left: 64px !important;
    padding-top: 0px !important;
    font-size: 26px !important;
}
.nci {
    font-size: 37px !important;
    padding-bottom: 10px !important;
    line-height: 58px !important;
}
.cil.padbot40 {
    padding-left: 90px !important;
}
.byu {
    padding-top: 40px !important;
}
.bx {
    
    width: 75% !important;
}
.dlm {
    padding-bottom: 30px !important;
}
.padtop0ipad {
    font-size: 41px !important;
    line-height: 54px !important;
}
.headerbg {
    padding-bottom: 60px !important;
}
.kl {
    padding-bottom: 45px !important;
}
.nam {
    font-size: 50px !important;
    line-height: 70px !important;
}
.lampimg {
    top: 380% !important;
}
.curs {
    font-size: 70px !important;
}
.wqp {
    font-size: 45px !important;
}

.plz, .wre {
    font-size: 50px !important;
}
.dlmmk {
    padding-bottom: 5px !important;
}

.bottom-left {
   
    bottom: 123px !important;
    font-size: 30px !important;
    width: 47% !important;
    line-height: 44px !important;
}
.lc {
   
    padding: 10px 12px !important;

    font-size: 35px !important;
}
.dlm {
   
    width: 100%;
    line-height: 45px !important;
}
h2.item-title.font49.mb--0.coloro {
    font-size: 55px !important;
}
p.cstb {
    font-size: 30px !important;
}
.fcolorsec {
    padding: 10px !important;
}
.cpd {

    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.item h4 {
    padding-left: 75px !important;
    padding-top: 0px !important;
    font-size: 26px !important;
}
}
@media (max-width: 1140px){

.bufh {
    height: 850px !important;
    background-size: 1080px !important;
    margin-top: -75px !important;
}
p.benefits {
    
    margin-left: 95px !important;
    padding-top: 135px !important;
    
}
.rtxt {
    font-size: 38px !important;
    padding-top: 16px !important;
}
.kext {
    margin-top: 20px !important;
}
.bufh {
    height: 819px !important;
    background-size: 970px !important;
    margin-top: -118px !important;
}
p.benefits {
    margin-left: 122px !important;
    padding-top: 145px !important;
    font-size: 30px !important;
    line-height: 50px !important;
}
.bhoa {
    padding-top: 10px !important;
}
}
@media (max-width: 1120px){

}
@media (max-width: 1110px){
h1.bhg-op.fgv {
    font-size: 49px;
    margin-bottom: 10px !important;
}
}
@media (max-width: 1065px){
.navbar-dark .navbar-nav .nav-link {
    
    margin-left: 20px;
    font-size: 16px;
}
.testimonial4_slide {
    
    left: -45px !important;
    width: 89% !important;

}

.klp {
    font-size: 21px !important;
}
.zzz {
    font-size: 22px !important;
}
.fgg {
    padding: 5px 0px !important;
}
p.jkm.testimonial-topf {
    font-size: 28px !important;
}
}
@media (max-width: 998px){
.lampimg {
    top: 372% !important;
}
.colol {
    padding-top: 0px !important;
}
.bufh {
    height: 755px !important;
    background-size: 970px 740px!important;
    margin-top: 0px !important;
}
p.benefits {

    padding-top: 65px !important;
}
.bhoa {
    padding-top: 55px !important;
}
}
@media (max-width: 991px){
   .addressCon {
    width: 100% !important;
    text-align: center !important;
    float: none !important;
    padding-top: 20px !important;
}
.bhoa {
    padding-left: 0px !important;
    padding-top: 70px !important;
}
p.benefits {
    margin-left: 26px !important;
    padding-top: 100px !important;
}
.bufh {
    height: 925px !important;
    background-size: 915px 810px!important;
    margin-top: -50px !important;
}

.triq {
    margin-left: -62px !important;
    padding-left: 90px !important;
}
.footer-about {
    width: 100%;
}
.mb-2.fl2 {
    height: 35px;
}
.fsec {
    background-size: 1410px 925px !important;
    height: 926px !important;
}
.fs {
    font-size: 13px !important;
    padding-top: 25px !important;
}
.hhhbml {
    float: left;
}
.btn-square {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
}
a.navbar-brand.topimg {
    float: left;
    width: 100%;
}
.hto {
    padding-bottom: 0px !important;
    padding-right: 20px !important;
    padding-left: 0px !important;
}
.fgetit {
    padding-top: 35px !important;
    width: 100% !important;
}
.bbcv {
    padding: 6px 0px !important;
}
.brpp {
    margin-top: 30px !important;
}
.nwzl {
    padding: 9px 105px !important;
    font-size: 30px !important;
}
img.img-responsive.yu {
    width: 50% !important;
    margin-top: 0px !important;
}
ysos {
    font-size: 40px !important;
    padding-top: 23px !important;
}
.bvrm {
    font-size: 28px !important;
    line-height: 38px !important;
}
.equal-heighte .item {
    height: 215px !important;
    padding: 21px 16px 21px !important;
}
.cpdy {

    font-size: 28px !important;
    line-height: 40px !important;
}
.nbordr {
    
    padding: 9px 80px !important;
    font-size: 30px !important;
}
.xlp {
    width: 100% !important;
}
.uc {
    font-size: 22px !important;
    line-height: 26px !important;
}
.uionm {
    width: 50% !important;
    text-align: center !important;
    padding-bottom: 20px !important;
}
.hhiu {
    float: left !important;
}
.pll {
    width: 16% !important;
}

.ffkl {
    font-size: 30px !important;
}

.swoce {
    font-size: 28px !important;
    text-align: center !important;
    float: none !important;
    width: 40% !important;
    margin: auto !important;
}
.formar {
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.bxkjl {
    margin-top: 0px !important;
    margin-left: -14px !important;
    width: 20% !important;
}
.ppme {
   
    text-align: center!important;
}
.bxkjlp {
    width: 9%;
    margin-top: -82px;
}
.bxkj {
    width: 28% !important;
    padding-top: 0px !important;
    padding-left: 130px !important;
}
.bkf {
    margin-left: 0px !important;
    text-align: center !important;
    width: 100% !important;
}
.cil.padbot40 {
   padding-left: 91px !important;
    padding-top: 18px;
}
.curs {
    font-size: 45px !important;
}
.alignt {   
    font-size: 28px !important;
    padding-bottom: 17px !important;
}
.fghaligt {
    font-size: 28px !important;
}
.fa.fa-check {
    padding: 8px 8px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 15px !important;
    
}
.fghaligt {
    padding-top: 25px !important;
}
a.rttpo.carousel-control-prev, a.werbn.carousel-control-next {
    top: 475px !important;
}
.carousel-control-next {
    right: 130px !important;
}
a.rttpo.carousel-control-prev {
    left: 550px !important;
}
.headingp {
    font-size: 28px !important;
}
.testimonial4_slide p {
    font-size: 20px !important;
    line-height: 30px !important;
}
.wqp {
    font-size: 42px !important;
    padding: 5px 30px !important;
}
.item h4 {
    padding-left: 0px !important;
    padding-top: 13px !important;
    font-size: 26px !important;
    text-align: center !important;
    height: 65px !important;
}
.bbcv li {
    padding-top: 0px !important;
    padding-left: 55px !important;
    font-size: 22px !important;
}
.vp {
    width: 30% !important;
    float: none !important;
}
.bblo {
    padding: 9px 80px !important;
    font-size: 30px !important;
}
.rtxt {
    font-size: 32px !important;
    padding-top: 18px !important;
    text-align: left !important;
}


img.wimg {
    width: 5% !important;
}
.nam {
    font-size: 30px !important;
    line-height: 44px !important;
}
.plz, .wre {
    font-size: 30px !important;
}
.arrimg {
    width: 12% !important;
    margin-left: 0px !important;
    margin-top: -9px !important;
}
.cpd img.img.img-fluid {
    height: 310px !important;
}
.bottom-left {
    bottom: 122px !important;
    font-size: 23px !important;
    width: 58% !important;
    line-height: 38px !important;
}
.padleft30 {
    padding-left: 25px !important;
}
.cc {
    font-size: 30px !important;
}
.lampimg {
    top: 340% !important;
    right: 14px !important;
}
.lampimg img {
    width: 75%;
}
.nci {
    font-size: 28px !important;
    padding-bottom: 0px !important;
    line-height: 45px !important;
}
.lc {
    padding: 5px 12px !important;
    font-size: 24px !important;
    width: 90% !important;
}
.dlm {
    font-size: 26px !important;
    width: 100% !important;
    line-height: 40px !important;
}
.dlmmk {
    padding-top: 12px;
}
.padtop0ipad {
    font-size: 30px !important;
    line-height: 42px !important;
}
.cxlk {
   
    width: 100% !important;
    text-align: center !important;
}
.bx {
    padding: 7px 5px !important;
    font-size: 22px !important;
}
a.bnnl {
    float: none !important;
}
.tb {
    width: 100%;
    margin: auto;
    text-align: center;
}

.ty {
    width: 70%;
    text-align:center;
}
.yu {
    width: 100%;
}
.addressCon.r {
    text-align: right !important;
}
.addressCon {
text-align: center !important
}

img.img-responsive {
    width: 35% !important;
}
/*.mauticform-page-wrapper.mauticform-page-1 {
    width: 75%;
    margin: auto;
}*/
.sliding_form {
    top: 275px !important;
    width: 430px !important;
}
div#mauticform_getaquote_f_message {
    margin-bottom: 0px !important;
}
.mauticform-row {
    display: block;
    margin-bottom: 15px;
}
.navbar-nav.ms-auto {
    margin-left: 0% !important;
}
a#form_trigger {
    margin-top: 0px !important;
}
nav.navbar {
    padding: 10px 30px !important;
}
.nmk {
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}
.col-lg-4.nl {
    margin-top: 0px !important;
}
h2.item-title.font49.mb--0.coloro {
    font-size: 35px !important;
}
p.cst {
    font-size: 18px !important;
}
.bcx {
    float: none;
    margin: 0px!important;
    height: 90px;
}
.hto {
    padding: 35px 20px;
}
.jdl,.fl2 {
    margin-top: 0px !important;
}
}
@media (max-width: 940px){
.bdp.t-3 {
    padding-left: 25px;
}
.lampimg {
    top: 337% !important;
}
}

@media (max-width: 900px){
.bdp.t-3 {
    padding-bottom: 112px;
}
h1.bhg-op.fgv {
    font-size: 35px;
}
p.cst {
    margin-bottom: 0px !important;
}
a.snkborder {
    font-size: 14px !important;
}
.col-md-12.me3 p {
    font-size: 18px !important;
    line-height: 30px !important;
}
.row.padleft30.rplj {
    margin-left: 80px;
}
}
@media (max-width: 880px){
.bufh {
   
    background-size: 840px 810px!important;
}
p.benefits {
    margin-left: 50px !important;
}
.oraneh {
   
    font-size: 23px !important;
    padding-bottom: 0px !important;
}
}
@media (max-width: 870px){
.lampimg {
    top: 335% !important;
}
}
@media (max-width: 810px){
.arrimg {
    margin-top: -2px !important;
}
.dontt {
    font-size: 45px !important;
    line-height: 40px;
}.zzz {
    font-size: 22px !important;
    padding-left: 48px !important;
}
.bhoa {
    padding-left: 69px !important;
}
p.benefits {
   margin-left: 80!important;
    padding-top: 105px !important;
    font-size: 30px !important;
}
.bufh {
    background-size: 739px 791px!important;
    margin-top: -66px !important;
}
.rtxt {
    
    padding-left: 85px !important;
    margin-bottom: 0px !important;
}
}
@media (max-width: 778px){
.lampimg {
    top: 341% !important;
}
.yuiop.benefits {
    margin-left: 80px !important;
}
}
@media (max-width: 767px){
.hto {
    background-color: unset;
    text-align: left !important;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.yuiop.benefits {
    margin-left: -11px !important;
}
.img-fluid.vv {
    float: left !important;
    width: 9% !important;
}

.bottom-left {
    bottom: 122px !important;
    font-size: 16px !important;
    width: 56% !important;
    line-height: 26px !important;
    padding: 8px 26px !important;
}
.cc {
    font-size: 26px !important;
    padding: 10px 54px !important;
}
.ccop {
    font-size: 26px !important;
}
.swoce {
    width: 65% !important;
    
}
.bxkj {
    width: 33% !important;
    padding-left: 100px !important;
}
.fa.fa-check {
    padding: 6px 6px !important;
    width: 23px !important;
    height: 23px !important;
    font-size: 12px !important;
    margin-top: 7px;
}
img.img-circle.img-responsive {
    width: 34% !important;
}
.rrtui {
    margin-left: -15px !important;
    margin-top: 16px !important;
}
.nbordr {
    padding: 9px 60px !important;
    font-size: 26px !important;
}
.xlp {
    padding-bottom: 25px !important;
}
.bxkjlp {
    width: 15% !important;
    margin-top: -102px !important;
    padding-left: 16px !important;
}
.fgetit {
    padding-top: 0px !important;
}
.jdl {
    text-align: center !important;
    padding-top: 12px !important;
}
.nwzl {
    padding: 9px 80px !important;
    font-size: 26px !important;
}
.hto {

    padding-top: 38px !important;
}
.fsec {
    background-size: 1394px 925px !important;
}
.ghql {
    margin-bottom: 10px !important;
}
.cpdy {
    font-size: 26px !important;
}
.ysos {
    font-size: 35px !important;
    padding-top: 30px !important;
}
.hqml {
    padding-top: 10px !important;
}
.equal-heighte .item {
    width: 70% !important;
    margin: auto !important;
}
.equal-heighte {
    padding: 15px !important;
}
.efgv {
    font-size: 23px !important;
    margin-bottom: 10px !important;
}
.bxkjl {
    margin-top: 4px !important;
    margin-left: 117px !important;
    width: 26% !important;
}
.bxkj {
    width: 18% !important;
    padding-left: 30px !important;
}
.pen {
    
    padding-top: 100px !important;
}
.btncl {
    margin-top: -70px !important;
}
.zzz {

    padding-left: 40px !important;
}
.bvrm {
    font-size: 25px !important;
    line-height: 32px !important;
    margin-bottom: 0px !important;
}
.ext {
    padding-bottom: 8px !important;
    padding-top: 3px !important;
}
.byu {
    padding-top: 25px !important;
}
.kl {
    padding-top: 20px !important;
}
.ext .col-lg-12 {
    margin-top: 40px !important;
}
.qteimg {
    width: 5% !important;
}
a.rttpo.carousel-control-prev {
    left: 450px !important;
    top: 560px !important;
}
.werbn.carousel-control-next {
    top: 565px !important;
    right: 96px !important;
}
.helplc {
    width: 65% !important;
}
.dpl {
    padding-top: 16px !important;
}
.nci {
    font-size: 24px !important;
    padding-bottom: 0px !important;
    line-height: 38px !important;
}
.ppme {
    font-size: 24px !important;
    line-height: 33px !important;
}
p.benefits {
    margin-left: -11px !important;
    padding-top: 100px !important;
}
.row.padleft30.rplj {
    margin-left: 0px !important;
}
a.rttpo.carousel-control-prev, a.werbn.carousel-control-next {
    top: 600px !important;
}
.vvoop {
    width: 25% !important;
}
.njiu {
    width: 100% !important;
}
.we-offer-area.text-center .item {
    width: 75%;
    margin: auto;
}
.equal-height {
    padding: 20px 0px;
}
.bhoa {
    padding-left: 0px !important;
    padding-top: 45px !important;
}

.dontt {
    font-size: 45px !important;
}

p.benefits {
    font-size: 30px !important;
    line-height: 58px !important;
}
.wqp {
    font-size: 30px !important;
}
.gbok {
    padding: 0px !important;
}
.bbcv li {
    padding-top: 0px !important;
    padding-left: 55px !important;
    font-size: 21px !important;
}
.curs {
    font-size: 32px !important;
}
.cil.padbot40 {
    padding-left: 35px !important;
}
.lampimg img {
    width: 60%;
}
.lampimg {
    top: 325% !important;
    right: 0px !important;
    width: 35%;
}
p.cstb {
    font-size: 20px !important;
    line-height: 26px;
}
h2.item-title.font49.mb--0.coloro {
    font-size: 28px !important;
}
.cpd img.img.img-fluid {
    height: 260px !important;
    margin-top: 20px;
}
.cinimg {
    width: 45% !important;
}
.bx {
    width: 95% !important;
}
.fcx {
    padding-top: 8px;
}
.arrimg {
    margin-top: -4px !important;
    margin-left: -27px !important;
}
.lc {
    padding: 0px 12px !important;
    font-size: 19px !important;
    width: 100% !important;
}
.sliding_form {
    width: 330px !important;
}
.section-title::before {
    width: 108px !important;
    height: 3px !important;
}

.section-title.text-center::before {
    left: 54% !important;
}
.slick-slider {
    padding-top: 20px;
}
.okl {
    margin-bottom: 0px !important;
}
.slide.slick-slide {
    width: 120px !important;
    margin: 0px 8px;
}
.cmn {
    margin-top: 10px !important;
    padding: 10px 20px !important;
}
h4.text-primary.mb-0 {
    padding-top: 0px !important;
}
.oop {
    width: 45px;
    height: 45px;
}
.pb-3.mb-5 {
    margin-bottom: 15px !important;
}
.px-5.bcz{
    height: 320px !important;
}
img.img-responsive.f {
    width: 50% !important;
    padding-bottom: 10px !important;
}
.testimonial4_slide {
    
    left: -15px !important;
    width: 98% !important;
}
}
@media (max-width: 750px){
.bottom-left {
    bottom: 67px !important;
}
}
@media (max-width: 735px){
.bufh {
    background-size: 660px 791px!important;
}
.yuiop.benefits {
    margin-left: 10px !important;
padding-top: 110px !important;
    font-size: 26px !important;
    line-height: 50px !important;
}
.dontt {
    font-size: 38px !important;
}

}
@media (max-width: 730px){
.bdp.t-3 {
    padding-bottom: 80px;
    padding-left: 10px;
}
}
@media (max-width: 715px){

}
.efgv {
    padding-right: 10px;
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}
@media (max-width: 660px){
.bufh {
    background-size: 605px 791px!important;
}
.lampimg {
    top: 318% !important;
}
p.benefits {
    font-size: 27px !important;
    line-height: 52px !important;
}
.yuiop.benefits {
    margin-left: 32px !important;
}
.cpd img.img.img-fluid {
    height: 230px !important;
}
.dontt {
    font-size: 40px !important;
    line-height: 38px !important;
}
}
@media (max-width: 650px){
h2.item-title.font49.mb--0.coloro {
    font-size: 30px !important;
}
a.snkborder {

    margin-top: 10px !important;
}
h1.bhg-op.fgv {
    font-size: 22px;
}
.col-md-12.me3 p {
    font-size: 15px !important;
    line-height: 25px !important;
}
p.cst {
    font-size: 16px !important;
}
}
@media (max-width: 630px){

.fsec {
    background-size: 1400px 980px !important;
    height: 1010px !important;
}
.dlmmk {
    
    font-size: 17px !important;
    line-height: 30px !important;
}
.bblo {
    padding: 9px 30px !important;
    font-size: 26px !important;
}
.bhoa {
    padding-left: 40px !important;
}
.hto {
    padding-top: 65px !important;
}
}
@media (max-width: 600px){
p.cst {
    font-size: 15px !important;
    font-weight: 400;
}
.lampimg {
    top: 321% !important;
}
.yuiop.benefits {
    margin-left: 68px !important;
    font-size: 22px !important;
    line-height: 35px !important;
}
.bufh {
    background-size: 500px 791px!important;
}
.nam {
    padding-top: 20px !important;
}
.kl {
    padding-top: 15px !important;
}
.tt.wow.zoomIn {
    width: 91% !important;
    margin: auto;
}
.cinimg {
    width: 10% !important;
}
.hqml {
    padding-bottom: 0px !important;
}
p.benefits {
    font-size: 24px !important;
    line-height: 40px !important;
    padding-top: 150px !important;
    margin-left: 84px !important;
}
.lampimg {
    top: 395% !important;
}
.fgg {
    padding: 2px 0px !important;
}
.dontt {
    font-size: 32px !important;
}
.bufh {
    height: 895px !important;
}
.oraneh {
    padding-bottom: 0px !important;
    font-size: 22px !important;
}
.hto {
    padding-top: 110px !important;
}
.werbn.carousel-control-next {
    top: 600px !important;
}
.swoce {
    width: 50% !important;
}
a.rttpo.carousel-control-prev {
    left: 430px !important;
    top: 599px !important;
}
.arrimg {
    margin-top: 0px !important;
    margin-left: -17px !important;
}
.lampimg img {
    width: 80%;
}
.bhoa {
    padding-left: 65px !important;
}

.zzz {
    font-size: 18px !important;
}
.ext {
    padding-bottom: 14px !important;
}
a#form_trigger {
    margin-left: 10px !important;
}
.sliding_form {
    top: 250px !important;
}
a.navbar-brand.p-0 {
    width: 60%;
}
.bdp.t-3 {
    padding-bottom: 50px;
    padding-left: 5px;
}
nav.navbar {
    padding: 5px 10px 5px 10px!important
}
.shadw {
    padding: 25px 13px 10px 10px !important;
}
.xlp {
    margin-top: 20px;
}
.section-title {
    padding-bottom: 5px !important;
}
.okl {
    padding-bottom: 0px !important;
}
h1 {
    font-size: 26px !important;
}
h2{
    font-size: 24px !important;
}
h3{
    font-size: 22px !important;
}
h4{
    font-size: 20px !important;
}
h5 {
    font-size: 16px !important;
    padding-top: 8px !important;
}
.mb-4 {
    margin-bottom: 10px !important;
}
.pll {
    width: 20% !important;
}
}
@media (max-width: 600px){
.cpd img.img.img-fluid {
    height: 230px !important;
}
.oraneh {
    line-height: 36px;
}
}
@media (max-width: 575px){
.col-md-3.col-6.pr-0.col-sm-3.wow.zoomIn {
    width: 25%;
}
.yuiop.benefits {
    margin-left: 90px !important;
}
}
@media (max-width: 560px){

.cc {
    font-size: 24px !important;
    padding: 10px 20px !important;
}
.headerbg {
    padding-bottom: 40px !important;
}
.nam {
    font-size: 26px !important;
    line-height: 42px !important;
}
.lampimg {
    top: 372% !important;
}
.plz, .wre {
    font-size: 26px !important;
}
.ccop {
    font-size: 24px !important;
}
.werbn.carousel-control-next,a.rttpo.carousel-control-prev {
    top: 600px !important;
}
.dlmmk {
   
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    font-size: 18px !important;
    margin-bottom: 0px !important;
   
}

.bhoa {
    padding-left: 42px !important;
}
.fgg {
    padding: 1px 0px !important;
}
.kl {
    padding-bottom: 15px !important;
}
.padtop0ipad {
    font-size: 24px !important;
    
}
.dlm {
    font-size: 20px !important;
    line-height: 32px !important;
    padding-bottom: 15px !important;
}

.arrimg {
    width: 18% !important;
    margin-top: -9px !important;
    margin-left: -27px !important;
}
.yuiop.benefits {
    margin-left: 75px !important;
}
}
@media (max-width: 540px){
.col-md-12.me3 p {
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}
.lampimg {
    top: 369% !important;
}
.bufh {
    background-size: 500px 640px!important;
    margin-top: -120px !important;
    height: 850px !important;
}
.colol {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.unvg {
    padding: 5px 0px !important;
}
.sme {
    font-size: 23px !important;
}
p.font22.padtop10.line-height35.colol {
    margin-top: 0px !important;
}
.lc {
    line-height: 25px !important;
    padding: 8px 12px !important;
}

.dpl {
    padding-top: 0px !important;
}
.arrimg {
    width: 14% !important;
}
.btncl {
    padding-top: 86px;
    padding-bottom: 20px !important;
}
img.img-circle.img-responsive {
    width: 20% !important;
    padding-top: 14px;
}
.cpd img.img.img-fluid {
    height: 210px !important;
}
.cc {
    font-size: 20px !important;
}
p.jkm.testimonial-topf {
    font-size: 22px !important;
}
.testimonial4_slide p {
    font-size: 18px !important;
}
.dontt {
    font-size: 35px !important;
    line-height: 32px !important;
}

.dontt {
    font-size: 32px !important;
}
a.cswer.werbn.carousel-control-next {
    top: 660px !important;
}
a.tchu.rttpo.carousel-control-prev {
    top: 660px !important;
}
h2.item-title.font49.mb--0.coloro {
    font-size: 20px !important;
}
.yuiop.benefits {
    margin-left: 68px !important;
    padding-top: 144px !important;
}
}
@media (max-width: 540px){
.bdp.t-3 {
    padding-bottom: 70px;
}
.dfcv.bhoa {
    width: 95% !important;
}
.yuiop.benefits {
    margin-left: 69px !important;
    padding-top: 166px !important;
}
.testimonial {
    padding-bottom: 80px !important;
}

.werbn.carousel-control-next {
    right: 260px !important;
}
.bhoa {
    padding-left: 60px !important;
}
.curs {
    font-size: 24px !important;
}
.addressCon {
    padding-top: 8px !important;
}
.wqp {
    font-size: 27px !important;
    padding: 3px 3px !important;
}
a.rttpo.carousel-control-prev {
    left: 240px !important;
}
.hhiu {
    font-size: 32px !important;
}
.ppme {
    font-size: 20px !important;
}
.efgv {
    font-size: 22px !important;
    margin-bottom: 0px !important;
}
.fgg {
    padding: 0px 0px !important;
}
.fghaligt {
  
    padding-bottom: 20px;
}
.padtop0ipad {
   
    padding: 15px 25px !important;
    width: 99% !important;
}
p.benefits {
  
    padding-top: 180px !important;
    margin-left: 67px !important;
}
.bufh {
    height: 885px !important;
    margin-top: -133px !important;
}
.lampimg {
    top: 340% !important;
}
}
@media (max-width: 518px){

.lampimg {
    top: 339% !important;
}
.yuiop.benefits {
    margin-left: 59px !important;
}
p.benefits {
    padding-top: 185px !important;
    
}
}
@media (max-width: 500px){
a.ccc.btn.btn-primary.py-md-3.px-md-5.me-3.animated.slideInLeft.snkborder {
    padding: 4px 6px;
    font-size: 12px !important;
}
.lampimg {
    top: 353% !important;
}
.yuiop.benefits {
    margin-left: 44px !important;
}
.testimonial4_slide {
    padding-top: 0px !important;
}
.oraneh {
    padding-bottom: 0px !important;
    font-size: 22px !important;
}
.padleft30 {
    padding-left: 5px !important;
}

a.cswer.werbn.carousel-control-next {
    right: 220px !important;
}
a.tchu.rttpo.carousel-control-prev{
    left: 270px !important;
}
p.benefits {
    padding-top: 170px !important;
    margin-left: 67px !important;
}

.arrimg {
    margin-top: 0px !important;
    margin-left: -25px !important;
}
.sliding_form {
    top: 230px !important;
}
.hhiu {
    font-size: 30px !important;
}
.navbar-dark .navbar-nav .nav-link {
    margin-left: 0px !important;
    font-size: 16px;
    padding: 3px 5px;
}
h2.item-title.font49.mb--0.coloro {
    font-size: 28px !important;
}
.lampimg {
    top: 350% !important;
    right: 0px !important;
    width: 25%;
}
a.rttpo.carousel-control-prev {
    left: 395px !important;
}
.bxkjl {
    margin-top: 0px !important;
    margin-left: 117px !important;
    width: 28% !important;
}
.lampimg img {
    width: 100%;
}
.wqp {
    font-size: 25px !important;
    padding: 4px 8px !important;
}

}

@media (max-width: 465px){
.bdp.t-3 {
    padding-bottom: 50px;
}
.bcx {
       height: 115px !important;
}
.lampimg {
    top: 357% !important;
}
.yuiop.benefits {
    margin-left: 34px !important;
}
.bufh {
    background-size: 455px 640px!important;
}
.bbcv li {
    padding-left: 45px !important;
    font-size: 20px !important;
}
.dontt {
    font-size: 26px !important;
}
.yuiop.benefits {
    margin-left: 48px !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
}
@media (max-width: 470px){
a.snkborder {
    font-size: 11px !important;
    padding: 5px 5px !important;
}
a.whatsapp-float.t img {
    width: 12%;
}
.swoce {
    width: 75% !important;
}
.nbordr {
    padding: 9px 38px !important;
    font-size: 24px !important;
}
.bblo {
    padding: 9px 23px !important;
    font-size: 24px !important;
}
a.rttpo.carousel-control-prev {
    left: 353px !important;
}

.bhoa {
    padding-left: 35px !important;
}
.padtop0ipad {
    font-size: 28px !important;
    line-height: 38px !important;
}
.bxkjlp {
    width: 14% !important;
    margin-top: -123px !important;
    padding-left: 16px !important;
}
}
@media (max-width: 445px){
.dlmmk {
        padding-top: 15px !important;
}
a.tchu.rttpo.carousel-control-prev {
    left: 210px !important;
}
.xlp {
    margin-top: 0px !important;
}
.efgv {
    font-size: 20px !important;
}
.swoce {
    width: 60% !important;
}
.bkf {
    padding-top: 25px !important;
}
.nci {
    font-size: 22px !important;
    line-height: 32px !important;
}
p.benefits {

    margin-left: 40px !important;
}
.lampimg {
    top: 380% !important;
}
.nci {
    font-size: 22px !important;
}
.cil.padbot40 {
    
    padding-top: 5px !important;
}
.bbcv li {
    padding-top: 0px !important;
    padding-left: 45px !important;
    font-size: 18px !important;
}
p.benefits {
   
    padding-top: 172px !important;
}

.pen {
    padding-top: 75px !important;
}
.cc {
    font-size: 22px !important;
    padding: 10px 20px !important;
}
.btncl {
    padding-bottom: 20px !important;
}
.plz, .wre {
    font-size: 26px !important;
}
.nam {
    font-size: 26px !important;
    line-height: 40px !important;
}
.bottom-left {
    font-size: 15px !important;
    width: 56% !important;
  
    padding: 4px 17px !important;
}
.cpd img.img.img-fluid {
    height: 240px !important;
}
.arrimg {

    margin-top: 0px !important;
}
}
@media (max-width: 435px){
a.bnnl {
    
    padding-left: 5px !important;
    font-size: 16px !important;
}
.lampimg {
    top: 362% !important;
}
.rtxt {
    font-size: 26px !important;
}
.bufh {
    height: 818px !important;
    margin-top: -80px !important;
}
.yuiop.benefits {
    margin-left: 40px !important;
    padding-top: 135px !important;
}
a.block.nbn {
    padding: 10px 10px !important;
}
.bx {
    padding: 7px 0px !important;
    font-size: 18px !important;
}
p.benefits {
    margin-left: 50px !important;
}
a.rttpo.carousel-control-prev {
    top: 719px !important;
    left: 308px !important;
}
.werbn.carousel-control-next {
    top: 720px !important;
}

.bhoa {
    padding-left: 48px !important;
}
.we-offer-area.text-center .item {
    width: 55% !important;
    margin: auto !important;
    padding: 20px 19px 20px !important;
}
.lis {
    width: 85% !important;
}
.arrimg {
    margin-top: -10px !important;
}
.cil.padbot40 {
    padding-left: 10px !important;
}

.dlmmk {
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
.padtop0ipad {
    font-size: 26px !important;
    line-height: 38px !important;
    padding: 20px 20px !important;
}
}
@media (max-width: 430px){
.lampimg {
    top: 350% !important;
}
.cpd img.img.img-fluid {
    height: 200px !important;
}
.pen {
    padding-top: 0px !important;
}
.cc {
    font-size: 20px !important;
}
.dfcv.bhoa {
    width: 100% !important;
}
.bufh {
    background-size: 425px 640px!important;
}
.yuiop.benefits {
    margin-left: 48px !important;
}
}
@media (max-width: 420px){
.lampimg {
    top: 357% !important;
}
a.tchu.rttpo.carousel-control-prev {
    left: 190px !important;
}
a.cswer.werbn.carousel-control-next {
    right: 205px !important;
}
.testimonial4_slide p {
    font-size: 18px !important;
    line-height: 23px !important;
}
.testimonial4_slide {
    left: 0px !important;
    width: 100% !important;
}
}
@media (max-width: 414px){
h1.bhg-op.fgv {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}
.swoce {
    width: 60% !important;
}
.efgv {
    font-size: 21px !important;
}
.sme {
    font-size: 20px !important;
}
.ppme {
    font-size: 24px;
    line-height: 36px;
}
.bxkj {
    width: 17% !important;
    padding-left: 25px !important;
}
.byu {
    padding-top: 19px !important;
}
.lampimg {
    top: 337% !important;
}
.yuiop.benefits {
    margin-left: 38px !important;
}
.curs {
    font-size: 24px !important;
}
p.benefits {
    margin-left: 28px !important;
    padding-top: 20px !important;
}
.row.padleft30.rplj {
    margin-left: 30px;
}
.wqp {
    font-size: 24px !important;
}

.lc {
    padding: 6px 12px !important;
    font-size: 18px !important;
    line-height: 25px !important;
}
.cpd .bottom-left {
    font-size: 13px !important;
    width: 56% !important;
    padding: 4px 17px !important;
   bottom: 30px !important;
}
.cpd {
    padding-top: 35px !important;
}
.cc {
    font-size: 20px !important;
}
.padtop0ipad {
    font-size: 20px !important;
    line-height: 30px !important;
}
.arrimg {
    margin-top: -5px !important;
    width: 13% !important;
    margin-left: -12px !important;
}

.dlm {
    font-size: 20px !important;
    width: 100% !important;
    line-height: 30px !important;
}
a#form_trigger {
    
    width: 108px !important;
    font-size: 13px !important;
}
.sliding_form_inner {
    height: 445px !important;
}
p.cst {
    font-size: 13px !important;
}
.col-md-12.me3 p {
    font-size: 10px !important;
    line-height: 15px !important;
}
a.ccc.btn.btn-primary.py-md-3.px-md-5.me-3.animated.slideInLeft.snkborder {
    font-size: 9px !important;
}
.ext {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}
.bhoa {
    padding-left: 36px !important;
}
.swoce {
    font-size: 25px !important;
    line-height: 40px !important;
}
.bkf {
    padding-top: 32px;
    height: 120px;

}
.nbordr {
    padding: 9px 38px !important;
    font-size: 20px !important;
}
.fsec {
    background-size: 1400px 1000px !important;
    height: 1000px !important;
}
.rtxt {
    font-size: 22px !important;
}
.bbcv {
    padding: 0px 0px !important;
}
}
@media (max-width: 390px){
.lampimg {
    top: 343% !important;
}
.bhoa {
    padding-left: 22px !important;
}
.yuiop.benefits {
    margin-left: 23px !important;
}
.img-fluid.vv {
    width: 8% !important;
    padding-top: 5px !important;
}
.bbcv li {
    padding-top: 0px !important;
    padding-left: 40px !important;
    font-size: 16px !important;
    float: none;
}
p.benefits {
    font-size: 24px !important;
}
.bufh {
    background-size: 392px 640px!important;
}

.yuiop.benefits {
    margin-left: 36px !important;
}
}
@media (max-width: 385px){
.cc {
    font-size: 18px !important;
}
.oraneh {
    font-size: 20px !important;
    line-height: 30px !important;
}
}
@media (max-width: 376px){
.wqp {
    font-size: 22px !important;
}
.lampimg {
    top: 339% !important;
}
.padtop0ipad {
    font-size: 19px !important;
    line-height: 30px !important;
}
.yuiop.benefits {
    margin-left: 28px !important;
}
}
@media (max-width: 400px){
.px-5.bcz {
    height: 400px !important;
}
.testimonial-item.bg-light.my-4 {
    margin-bottom: 0px !important;
}

.slide.slick-slide {
  
    margin: 0px 2px !important;
}
}
@keyframes animate1{
	0%{
		transform: translateX(-100%);
	}

	100%{
		transform: translateX(100%);
	}
}
@keyframes animate4{
	0%{
		transform: translateY(100%);
	}

	100%{
		transform: translateY(-100%);
	}
}
@keyframes animate2{
	0%{
		transform: translateY(-100%);
	}

	100%{
		transform: translateY(100%);
	}
}
@keyframes animate3{
	0%{
		transform: translateX(100%);
	}

	100%{
		transform: translateX(-100%);
	}
}
@media (max-width: 388px){
.bdp.t-3 {
    padding-bottom: 44px;
}
}
@media (min-width: 992px) {
    .navbar-dark {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        display: block;
    }
   .navbar-expand-lg .navbar-nav {
    margin-left: 55px;
}
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
        display: none;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(100 102 74 / 70%);*/
    z-index: 1;
}
.t-3 {
    position: absolute;
    bottom: 0;
    color: #000;
    width: 100%;
    padding: 20px;
    margin-top: -110px;
    padding-bottom: 148px;
    text-align: left;
    padding-left: 110px;
}
p.tail {
    color: #fff;
    font-size: 16px;
}
.mb-75 {
    margin-bottom: 10px;
}
.col-lg-8.nmk {
   padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 20px;
}
.col-lg-4.nl {
    margin-top: 30px;
    text-align: center;
}
h3.ml {
    padding-top: 15px;
}
.b {
    padding-top: 15px;
    color: #091e3e !important;
}
.fs {
    font-size: 16px;
    padding-top: 10px;
}
p.vnb {
    margin-bottom: 2px;
    font-size: 16px;
}
.text-primaryp {
    color: #fff !important;
}
span.linesk {
    color: #fff;
}
.fbtn {
    background: #091d3d;
    margin-top: 0px !important;
    margin-bottom: 12px;
    padding: 10px 35px !important;
}
.shadw {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #dfdfdf;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 35px 13px 30px 10px;
}
.section-titlee::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 3px;
    bottom: 0px;
    background: #081c3a;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}
.section-titlee::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 2px;
}
.row.mkk {
    margin-top: 40px;
}
span.liness {
    color: #f6821d;
}
.pol{
/*background-image: url(img/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #f48325;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 47px;
}
a.ccc {
    margin-top: 20px;
}
.bhjk {
    padding-top: 10px !important;
    margin-bottom: 10px !important;
    width: 62%;
}
.text-primary {
    padding-top: 10px;
}
.textv.me-2 {
    color: #f48325;
}
a.snkborder {
   position: absolute;
    font-size: 28px;
    overflow: hidden;
    padding: 12px 73px;
    background: #f6821d;
    color: #fff;
    margin-left: -345px;
    border-radius: 10px;
    border: 3px solid #fd5200;
    font-family: 'Futura Condensed Extra Bold Regular';
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
a.snkborder:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 50%;
    background: rgba(255,255,255,0.05);
}
a.snkborder span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #d7731b, #1c3470);
    animation: animate1 2s linear infinite;
}
a.snkborder span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #d7731b, #1c3470);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
a.snkborder span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #d7731b, #1c3470);
    animation: animate3 2s linear infinite;
}
a.snkborder span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #d7731b, #1c3470);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
p.cst {
    color: #1c3470;
    padding-top: 0px;
    text-align: center;
    font-size: 20px;
}
.pt-4.pb-5.px-5 {
    height: 341px;
}
h2.item-title.font49.mb--0.coloro {
    font-size: 70px;
    font-weight: 700;
    color: #f6821d;
    text-align: center;
    margin-bottom: 0px;
    padding: 10px;
}
.cv {
    text-align: center;
    background: #eee1d6;
    padding-top:10px;
    padding-bottom: 10px;
}
.col-md-12.me3 p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 35px;
    color: #3a4b78;
}
.fgv {
    font-size: 55px;
    color:#002e6b !important;
}
span.tsx3 {
    color: #f6821d;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}
@media (max-width: 435px) {
.dlm {
    font-size: 18px !important;
    line-height: 25px !important;
}
}
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -34px;
        padding-top: 25px;
    }
}
.ms-auto {
    /* margin-left: auto !important; */
   
    float: right !important;
    width: 100%;
}
i.fa.fa-chevron-circle-right {
    color: #f48325;
}
img.img-responsive.yu {
    width: 15%;
    float: left;
}
img.img-responsive.f {
    width: 50%;
}
.vb,.nj {
    text-align: center;
}
p.frm2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.ty {
    /* float: right !important; */
    padding-top: 20px;
}

 .sliding_form {background: #052552;position: fixed;right: 0;top: 110px;border-radius: 20px 0 0 20px;width: 350px;z-index: 9999;}.sliding_form_inner {padding: 10px 20px;width: 100%;height: 470px;overflow: hidden;}
 /*#form_trigger {color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 25px;
    background: #f6821d;
    float: right;
    margin-left: 30px;
    text-align: center;
    border-radius: 4px;
     
 }*/
 a#form_trigger1:hover {
    background: #fd5200;
    color: #fff;
}
    #form_trigger:hover, #form_trigger:focus {text-decoration: none;background: #fd5200;box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}
    .sliding_form_inner .form-group {display: inline-block;height: auto;margin-bottom: 0 !important;padding: 5px 0;width: 100%;}
    .sliding_form_inner .form-group label {font-size: 18px;color: #fff;font-weight: normal;margin-right: 20px;}
    .sliding_form_inner .form-group .fields_box {background: #ebebec;border: none;width: 100%;height: 35px;padding: 0 0 0 5px;border-radius: 5px;font-size: 15px !important;}
    .sliding_form_inner span {font-size: 16px;color: #fff;}.sliding_form_inner textarea {background: #ebebec none repeat scroll 0 0;border: medium none;border-radius: 5px;height: 75px;overflow: auto;padding: 0px 0 0 5px;resize: none;width: 100%;font-size: 16px !important;}.sliding_form_inner .submit_btn {font-size: 16px;background: #f6821d;border-radius: 5px;border: none;color: #fff;padding: 10px 10px;font-weight: 500;}.sliding_form_inner .submit_btn:hover, .sliding_form_inner .submit_btn:focus {background: #fff;color: #f6821d;}@media(max-width: 1024px) and (min-width: 767px) {.sliding_form_inner .form-group .fields_box {margin-bottom: 10px;}.sliding_form_inner .form-group{padding: 0px;}.sliding_form_inner {height: auto;}}@media(max-width: 767px) {.right-form {margin-bottom: 35px;width: 100%;}.sliding_form {height: auto;width: 70%;top:50px;}.sliding_form_inner {padding: 10px;height: 440px;display: inline-block;}.sliding_form_inner .form-group .fields_box {margin-bottom: 10px;}.sliding_form_inner .form-group{padding: 0px;}}p.frm1 {color: #f6821d;font-size: 18px;text-align: center;line-height: 25px;font-weight: 600;padding: 10px;padding-bottom: 0px;}

.whatsapp-float {
    position: fixed;
    bottom: 109px;
    right: 44px;
    z-index: 100;
    cursor: pointer;
}
#top {
    position: sticky;
    top: 0;
    z-index: 1000;
}
header {
    background: #263675;
    min-height: 44px;
}
img.img-responsive {
   width: 50%;
    border-radius: 19px;
    padding: 10px;
}
#top {
    border-style: solid;
    border-width: 4px 0 0 0;
    border-color: #f6821d;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 18px 0 0 0;
}
.cxlk {
    padding-top: 28px;
}

a.bnnl {
    color: #fff;
    padding-left: 20px;
    font-size: 19px;
    float: right;
    padding-top: 22px;
}
img.wimg {
    width: 3%;
    padding-top: 18px;
}
a.whatsapp-float.t {
    position: static;
    margin-left: 20px;
    float: none;
    text-align: center;
}
h4.forres a {
    font-size: 20px;
    height: 20px;
    color: #002e6b;
}
i.fa.fa-phone,i.fa.fa-envelope {
    color: #f6821d;
}
.mnk,.mnk2 {
    text-align:center;
}
div#radioContainer1{
    text-align: left !important;
    width: 100%;
    margin: auto;
    padding: 10px 15px;
    font-size: 18px;
    border: 1px solid #091e3e;
    border-radius: 2px;
    margin-top: 20px;
    background: beige;
}
div#radioContainer2{
    text-align: left !important;
    width: 85%;
    margin: auto;
    padding: 10px 15px;
    font-size: 19px;
    border: 1px solid #091e3e;
    border-radius: 2px;
    margin-top: 20px;
    background: beige;
}
div#radioContainer1 label {
    padding: 7px 0px;
}
.bof {
    text-align: center;
    margin-top: 30px;
}

.hidden {
    display: none;
}
/* 15 */
label#label1 {
  background: #091e3e;
    border: none;
    z-index: 1;
    color: #fff !important;
    border-radius: 5px;
    padding: 12px 60px;
    font-size: 22px;
    margin-bottom: 20px;
}


option {
    background: #f48325;
    border: 1px solid #091e3e;
    border-radius: 1px !important;
}

/* 15 */
label#label2 {
  background: #091e3e;
    border: none;
    z-index: 1;
    color: #fff !important;
    border-radius: 5px;
   padding: 12px 45px;
    font-size: 22px;
    margin-bottom: 20px;
}
.spec {
    text-align: center;
    padding-bottom: 30px;
}
blockquote {
 width: 400px;
    height: 540px;
    background-color: aliceblue;
    margin: auto;
    border-radius: 15px;
    padding: 0px 30px;
    box-shadow: 15px 20px #091e3e;
    float: right;
    box-sizing: border-box;
}
.rxui {
    font-size: 26px;
    width: 100%;
    display: block;
}
input#foodOtherText,input#nonFoodOtherText {
    width: 100%;
}
#symbol {
  font-family: "Libre Franklin", sans-serif;
  font-size: 115px;
    color: #091e3e;
    font-weight: 900;
    display: block;
    height: 82px;
    line-height: 125px;
}
#quote {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 28px;
  color: darkslategray;
}
hr {
  border: 0.5px solid slategray;
}
#pfp {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: 0 -5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
} 

#name {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  vertical-align: middle;
  margin-top: 10px;
  display: inline-block;
  padding-left: 8px;
  font-size: 18px;
  color: darkslategray;
}
#detail {
  font-weight: 100;
  font-size: 14px;
}
.nmlo {
    text-align: center;
    padding-bottom: 45px;
}
.fullw {
    margin-bottom: 5px !important;
    color: #fff;
    border-bottom: 3px solid #F57C00;
    width: 90%;
    margin: auto;
    padding-bottom: 8px;
    font-size: 55px;
}
p.intp {
   font-size: 55px;
    color: #fff;
    font-weight: 700;
    padding-top: 23px
}
.t.bnr {
    float: right !important;
}
div#radioContainer1 label {
   border-bottom: 3px solid #f48325;
    padding: 11px 0px 1px 0px;
}
div#radioContainer2 label {
   border-bottom: 3px solid #f48325;
    padding: 11px 0px 1px 0px;
}

h3.heb {
    font-size: 25px;
    color: #f6821d;
   padding: 14px 0px 6px;
    border-bottom: 2px solid #263675;
}
.regpgarrow img {
    top: 393px;
    left: 157px;
    position: absolute;
}
.bof .btn {
    font-size: 26px;
}
.bhoa {
    width: 90%;
    margin: auto;
}
.que {
    font-weight: 700 !important;
}
div#mauticform_requirementform_submit {
    text-align: center;
}

.fcx {
    padding-top: 25px;
}
span.dlm {
    font-weight: 600;
    color: #f48325;
    font-size: 22px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 9px;
}
.lampimg {
    position: absolute;
    right: 85px;
    top: 403%;
    z-index: -1;
}
.headerbg {
    background:#263675;
    padding-bottom: 100px;
    padding-top: 0px;
}
.padtop0ipad {
    color: rgb(66 68 67);
    font-size: 52px;
    line-height: 70px;
    letter-spacing: normal;
    border: 2px solid #fff;
    border-radius: 124px;
    padding: 15px 44px;
    width: 95%;
    margin: auto;
    background: #fff;
    font-family: 'Heebo';
    font-weight: 400 !important;
}

h6.colorw.padbot10.fontw300 {
    font-size: 28px;
    line-height: 50px;
    color: #e5e3e3;
    font-family: 'Heebo', sans-serif;
    font-weight: 300 !important;
}
.kl {
    padding-top: 40px;
    padding-bottom: 25px;
}
h2.item-title.font49.mb--0.coloro.mklv {
    color:#f78829;
}
p.cstb {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 0px;
}
.cpd {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 70px;
}
.cpd img.img.img-fluid {
    width: 75%;
    border-radius: 35px;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    height: 525px;
}
.btncl {
    padding-top: 100px;
    padding-bottom: 95px;
    background: #e9e9e9;
    margin-top: -297px;
}
.gghu{
    position: relative;
}
.ttgu {
    font-weight: 900;
}
.bottom-left {
    position: absolute;
    bottom: 200px;
    left: 12px;
    color: #fff;
    font-size: 48px;
    width: 50%;
    line-height: 55px;
    text-align: left;
    background-color: rgb(16 51 114 / 83%);
    padding: 15px 38px;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
}
.pen {
    text-align: center;
    padding-top: 200px;
}
.cc {
    text-transform: uppercase;
    padding: 9px 70px;
    background: #f48325;
    color: #fff;
    border-radius: 17px;
    font-size: 38px;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #aba7a7;
    font-family: "Futura ND Alt Cn W03 Bold";
}
.img-fluid.vv {
    float: left;
    width: 6%;
   
}
.bbcv {
    float: left;
}
.padbot100 {
    padding-top: 100px;
    padding-bottom: 30px;
}
.arrimg {
    width: 11%;
    float: left;
    margin-left: 5px;
    margin-top: -17px;
}
.nci {
   font-family: 'Futura Maxi W00 Bold';
    font-size: 52px;
    line-height: 74px;
    color: #263675;
    letter-spacing: 0px;
}
.nci {
    padding-bottom: 25px;
}

.zzz {
    color: #fff;
    padding-left: 55px;
    font-size: 30px;
    text-align: left;
}
.dontt {
    font-weight: 700;
    font-size: 60px;
}
.fa.fa-check {
    float: left;
    padding: 10px 10px;
    background: #f78829;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #263675;
}
p.benefits {
    font-size: 45px;
    line-height: 60px;
    color: #000;
    margin-left: 185px;
    padding-top: 44px;
    font-family: sans-serif;
}
.wqp {
    font-size: 80px;
    background: #263675;
    color: #fff;
    padding: 5px 60px;
}
.c {
    color: #f6821d;
    background-color: #fff;
    border-color: #fff;
}
.curs {
    
    color: #000;
    font-size: 90px;
    font-family: 'Dancing Script', cursive;
}
.bufh {
   background-image: url(../img/wee2.png);
    height: 776px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1300px;

}

.padbot40 {
    padding-bottom: 40px;
}
.padtop40 {
    padding-top: 30px;
}


ol {
  list-style: none;
  counter-reset: steps;
}
/*ol li {
  counter-increment: steps;
    background: #d8e3f487;
    padding: 20px;
    margin-bottom: 10px;
}*/
    ol li {
   counter-increment: steps;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    padding: 15px 25px;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    font-size: 25px;
    top: -50px;
    box-shadow: 0 0 35px 0 rgba(0,0,0,.05);
    /* position: absolute; */
   
    margin-bottom: 25px;
}
.vbb.wow.zoomIn {
    width: 75%;
    margin: auto;
}

ol li::before {
 content: counter(steps);
    margin-right: 20px;
    background: #ff6f00;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 0px;
    padding: 29px 38px 31px 25px;
    float: left;
    font-size: 25px;
    font-weight: 700;
}
ol ol li::before {
  background: darkorchid;
}
ol li p {
    
    margin-left: 88px;
}
.heading-bar {
    text-align: center;
    padding: 20px 0px;
}

.byu {
    padding-top: 50px;
}

.speech-bubble {
    position: absolute;
    left: 460px;
    top: 7%;
}
#intro {
    padding-bottom: 25px;
}
.new {
    padding-top: 10px;
}

.cil.padbot40 {
    padding-left: 185px;
}
.bvc {
    background:#091e3e;
    padding-top: 50px;
    padding-bottom: 100px;
}

.nj {
    color: #fff;
}

.speech-bubble2 {
    position: absolute;
    left: 780px;
    top: 466%;
}
.speech-bubble3 {
    position: absolute;
    left: 190px;
    top: 516%;
}
.speech-bubble4 {
    position: absolute;
    left: 780px;
    top: 516%;
}
.padlefxs0 {
    padding: 10px 0px;
}
.tr {
    background: #253573;
}
.lc {
  border: 3px solid #263675;
    border-radius: 22px;
    padding: 15px 12px;
    width: 85%;
    margin: auto;
    padding-left: 0px;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 45px;
}
.cinimg {
    width: 24%;
}

.fcolorsec {
    background: #263675;
    padding: 30px;
}
.lis {
    width: 65%;
    margin: auto;
}
col-lg-12.col-12.padlefxs0 {
    padding: 15px;
}

.bubblebox2 {
    box-shadow: 0 0 35px 0 rgba(0,0,0,.08) !important;
    position: unset !important;
    width: 100% !important;
}
.bubblebox {
   background: #fff;
    color: #000;
    padding: 37px 10px;
    width: 65%;
    border-radius: 5px;
    display: inline-block;
    font-size: 25px;
    top: -23px;
    box-shadow: 0 0 35px 0 rgba(0,0,0,.05);
    position: absolute;
    margin: auto;
  
}
.ss-maintitle {
    font-family: 'Futura Condensed Extra Bold Regular';
    font-size: 50px;
    font-weight: 500;
    color: #1f1f20;
   
    line-height: 60px;
}

.wboxshadowtesimg {
    box-shadow: 0 0 35px 0 rgba(0,0,0,.09);
    border-radius: 10px;
}
.wbox {
    background: #fff;
    border-radius: 5px;
    height: 600px;
}
.wbox .paddingsec {
    padding: 25px 50px 15px 50px;
}
.testimonial-topbg {
    /* background: #363737; */
    background: rgb(69,71,70);
    background: radial-gradient(circle, rgba(69,71,70,1) 54%, rgba(46,47,46,1) 100%);
    border-radius: 5px 5px 0px 0px;
}
.testimonialbg {
    padding: 15px 50px;
    border-radius: 0px 0px 5px 0px;
}
.padleft30 {
    padding-left: 30px;
}
.col-md-12.col-lg-11.padtop80.padbot40.padtop40xs {
    margin: auto;
}
.testimonial-top {
    font-size: 35px;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
        margin-bottom: 0px;
   
}
.nbv {
    margin-left: 0px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.colorgreen {
    color: #f78829;
}
.testimonialbg.odp .padtop40 {
    padding-top: 0px;
}
img.img-fluid.rounded {
    float: left;
}
i.rft.fa.fa-check {
    float: none;
}
i.rft.fa.fa-check.text-primary.me-3 {
    color: #fff !important;
}
.swfc {
    margin-top: 0px;
}
.trainertop {
    padding-top: 5px;
    padding-bottom: 5px;
}
.grey-bg-darker {
    background: #1c1c1c;
}
.tarinerbg {
    background: #263675;
    padding-bottom: 50px;
}
.bkf {
   padding-top: 40px;
    float: left;
    margin-left: 110px;
}
.formar {
    margin-top: -165px;
    margin-left: 50px;
}
.ghwl {
    width: 43%;
    text-align: center;
    margin: auto;
}
.qplj {
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
}
.sme {
    color: #fff;
    font-size: 36px;
    
    text-align: left;
}
.ppme {
   color: #fff;
    font-size: 26px;
    text-align: left;
    line-height: 42px;
}
.pll {
    width: 20%;
    float: left;
}
section#successstories {
    padding-top: 30px;
}
.bbcv li {
    color: #000;
}
.mcn img.img-fluid.rounded.vv,.qpm img.img-fluid.rounded.vv {
    width: 15%;
}
.klp {
    color: #474443;
    font-size: 30px;
    font-weight: 500;
}
.alignt {
   width: 75%;
    margin: auto;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 25px;
}
i.fa.fa-check.wh {
    color: #fff;
}
.mcn {
    height: 430px;
    margin-bottom: 50px !important;
    width: 90%;
    margin: auto;
}
.zxp {
    height: 550px;
    margin-bottom: 50px !important;
    width: 90%;
    margin: auto;
}

.nbl,.cep {
    background: none;
    text-align: left;
    padding: 20px 0px 0px 0px;
}


.vyo {
    margin-top: 0px;
}
.ss-sbtitle {
    font-size: 27px;
}

.odp,.wlo {
    padding: 10px 55px 30px 55px;
}

.fontw800 {
    font-weight: 800;
}
.text-danger-glow {
  color: #ff4141;
  text-shadow: 0 0 20px #f00, 0 0 30px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 60px #f00, 0 0 70px #f00, 0 0 80px #f00;
}

.blink {
  animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
  margin-right: 12px;
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}
.bx {
   color: #fff;
    font-weight: 600;
    padding: 10px 5px;
    border-radius: 15px;
    width: 47%;
    margin: auto;
    font-size: 24px;
    border: 3px solid #f78829;
}
span.cxzz {
    padding: 4px 12px;
    background: #f78829;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}
.dlmmk {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 1px;
    font-size: 22px;
}
.caw {
    color: #f78829;
    font-weight: 700;
}

.grey-bg {
    background: #f1f1f1;
}
.skewdbgcontainer {
    transform: skewY(3deg);
}
.dsc-title {
    margin-top: 145px;
    font-family: 'Futura Condensed Extra Bold Regular';
    font-size: 65px;
    color: #000000;
    letter-spacing: -3px;
    line-height: 85px;
}
.brop {
   text-align: center;
    padding-bottom: 75px;
    padding-top: 30px;
}
.bxkj {
    width: 10%;
    float: left;
}
.swoce {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    float: left;
    color: #fff;
}
.bxkjl {
    text-align: center;
    margin-top: 114px;
    margin-left: -145px;
    padding-right: 125px;
}
.bxkjlp {
    width: 10%;
}
.correctmark li {
    background-image: url(../img/rightmarkbullet-icon.png);
    background-repeat: no-repeat;
    padding-left: 62px;
    padding-bottom: 40px;
    background-position: 0em 0.3em;
    line-height: 45px;
    font-size: 24px;
}
ul.correctmark {
    list-style: none;
    padding-left: 0px;
}
.services-block-three{
  margin-bottom: 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #f48325;
    border-right: 2px solid #f48325;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #f48325;
    border-left: 2px solid #f48325;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
h3.ttrs {
    font-family: 'Futura Condensed Extra Bold Regular';
    font-size: 65px;
    color: #000000;
    letter-spacing: -3px;
    line-height: 85px;
    text-align: center;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.dlm {
    font-size: 40px;
    width: 85%;
    margin: auto;
    line-height: 52px;
    color: #fff;
    padding-bottom: 65px;
    letter-spacing: 2px;
    padding-top: 15px;
}
.nam {
  font-size: 75px;
    text-align: center;
    padding-top: 40px;
    font-weight: 500 !important;
    width: 95%;
    color: #263574;
    line-height: 92px;
    font-family: "Frutiger LT Arabic 67 Bold Cn";
}
.plz,.wre {
    font-weight: 900;
    color: #f78829;
    font-size: 64px;
    font-family: "Futura Maxi W00 Bold";
    text-decoration: underline;
}
span.fl {
    color: #f58729;
}
span.kk {
    background: rgb(253 82 0);
    padding: 0px 10px;
    color: #fff;
    font-weight: 500;
}
span.hsout {
    color: #f58729;
    font-weight: 700;
}
.services-block-three h4 {
   color: #f48325;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}


.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

.bvrm {
   font-size: 43px;
    line-height: 62px;
   
    color: #000;
}
h3.nhjk {
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    border: 1px solid #f48325;
    width: 50%;
    padding: 15px;
    background: #f48325;
    color: #fff;
}
.dlop {
  
    padding-bottom: 65px;
   
}

.bnui {
    color: #000;
    font-weight: 700;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bbcv li {
   color: #000;
    font-size: 36px;
    padding-top: 48px;
    padding-left: 130px;
    font-weight: 700;
}
.bnhm {
    width: 90%;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #f48325;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #f48325 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #f48325 none repeat scroll 0 0;
  border-color:#f48325;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #f48325;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 35px 20px 35px;
  border-radius: 21px;
}

.we-offer-area.text-center .item i {
  background: #f48325 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}



.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #f48325 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #f48325;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}



.we-offer-area .item:hover::after {
  left: 0;
}

.vp {
    width: 22%;
    float: left;
}
.item h4 {
    text-align: left;
    color: #59687c;
    padding-left: 100px;
    padding-top: 10px;
    font-size: 32px;
}
.cxx {
    font-weight: 900;
}
.fd {
    font-weight: 200 !important;
}
.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #f48325 !important;
}

.we-offer-area.text-left .item i {
  background: #f48325 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}
.ccop {
    text-transform: uppercase;
    padding: 12px 40px;
    background: #263675;
    color: #fff;
    border-radius: 17px;
    font-size: 30px;
    font-weight: 800;
    border: 3px solid #f6821d;
}
.we-offer-area.text-left .item i::after {
  border: 2px solid #f48325;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

.row.bghc {
    border-bottom: 3px solid;
    padding-bottom: 20px;
}
.addressCon {
    padding-top: 15px;
    width: 70%;
    float: left;
}
.tbw {
    
   padding-bottom: 25px;
    padding-left: 68px;
}

.rtxt {
   text-align: right;
    font-size: 42px;
    padding-right: 95px;
    color: #f78829;
    padding-top: 11px;
    font-weight: 600;
}
.kext {
    text-align: center;
    margin-top: 35px;
}
.bblo {
    text-transform: uppercase;
    padding: 9px 160px;
    background: #f48325;
    color: #fff;
    border-radius: 17px;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Futura ND Alt Cn W03 Bold';
}
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/Group4192.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-color: #263675;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.orangeh {
    color: #f78829;
    font-weight: 700;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bbcv li {
    
    padding-top: 20px;
}
.testimonial4_slide{
  top: 0;
  left: -200px;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  float: right;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    float: left;
    position: relative;
    border-radius: 50%;
   
}
p.testimonial-topf {
    font-size: 36px !important;
    
}
.bbcv li {
    color: #000;
    font-size: 32px;
    padding-top: 7px;
    padding-left: 75px;
}
.vvoop {
    background: #f1f1f1;
    border-radius: 60px !important;
    padding: 4px 20px;
}
.njiu {
    width: 78%;
}
.colol {
    
    margin-top: 10px !important;
    float: left;
    padding-right: 10px;
}
.testimonial4_slide p {
  color: #ffffff;
    font-size: 26px;
    line-height: 38px;
    margin: 0px 0 5px 0;
    text-align: justify;
    padding-top: 20px;
}
.carousel-control-prev {
    left: 1020px !important;
}
.carousel-control-next {
    right: 215px;
}

.jki {
    padding-bottom: 20px;
}
.uaml {
    border-bottom: 4px solid #f1f1f1;
    padding-bottom: 30px;
}
.carousel-control-prev, .carousel-control-next {
   
    top: 535px !important;
}
.helplc {
    width: 40%;
}
.headingp {
    font-size: 46px;
    color: #fff;
    font-weight: 800;
    border-bottom: 4px solid #8894c3;
    padding-bottom: 9px;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}
.fghaligt.obpk {
    padding-top: 15px;
    padding-bottom: 35px;
}
.testimonial .carousel {
	padding-bottom:0px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
.fghaligt {
    color: #263675;
    font-weight: 900;
    font-size: 48px;
    text-align: center;
    padding-top: 35px;
}
#top {
   
    padding: 0px 0 0 0 !important;
}
.bhoa {
    padding-top: 50px;
    padding-left: 35px;
    
}
.cpdy {
    font-size: 24px !important;
    line-height: 32px !important;
}
.vcnm {
    float: right;
}

.oop {
    float: left;
}
.hhiu {
    font-size: 46px;
    font-weight: 500 !important;
   
}
a.block.nbn {
   background: #f6821d;
    color: #fff;
    padding: 15px 15px;
    border-radius: 19px;
    font-size: 18px;
    font-weight: 400;
    margin-left: 22px;
  
}
.hqml {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px
}
.wern {
    color: #263675;
    font-weight: 900;
}
.uc {
    font-size: 26px;
    color: #424443;
    padding-top: 20px;
    font-weight: 500;
}
.onn {
    width: 25%;
}
.onne {
    width: 32%;
}
.nwzl {
    text-transform: uppercase;
    padding: 9px 120px;
    background: #f48325;
    color: #fff;
    border-radius: 17px;
    font-size: 38px;
    font-weight: 800;
     -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #aba7a7;
    font-family: 'Futura ND Alt Cn W03 Bold';
}
.nbordr {
    text-transform: uppercase;
    padding: 9px 120px;
    background: #f48325;
    color: #fff;
    border-radius: 17px;
    font-size: 38px;
    font-weight: 800;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #aba7a7;
    font-family: 'Futura ND Alt Cn W03 Bold';
}
.ysos {
    font-size: 60px;
    text-align: center;
    color: #263675;
    font-weight: 900;
    padding-top: 45px;
}
.cpdy {
    width: 90%;
    margin: auto;
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    color: #505d6f;
    text-align: center;
}
.equal-heighte .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 35px 20px 35px;
    webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    text-align: center;
}
.xiol {
    font-size: 26px;
    color: #263675;
    font-weight: 500;
}

   .fsec {
    background-image: url(../img/Footerbg.png);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: 1539px 425px;
    height: 425px

}
.fgetit {
    padding-top: 85px;
}
.jdl {
    text-align: right;
    padding-top: 10px;
}
.cvdq {
    
    font-size: 18px;
    text-align: left;
    line-height: 16px;
}
.ffkl {
    color: #f6821d;
    font-size: 40px;
    font-weight: 600;
}
.qteimg {
    width: 3%;
    padding-left: 10px;
}
.headingtes {
    width: 88%;
    margin: auto;
}
.triq {
    margin-left: -55px;
    padding-left: 40px;
}

.dpl {
    padding-top: 15px;
}
.fxb {
    font-weight: 800;
}
.oraneh {
        padding-bottom: 5px;
    border-bottom: 3px solid #f6821d;
    font-weight: 600;
    font-size: 28px;
}
.uionm {
    width: 25%;
    text-align: center;
}
.brpp {
    text-align: center;
    padding-bottom: 20px;
}
.coloe {
    color: #f48325;
}
.trustty {
    background: url(../img/trustedback.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fullw-uio {
    color: #f48325;
    border-bottom: 3px solid #fff;
    width: 60%;
    margin: auto;
    padding-bottom: 11px;
    font-size: 32px;
}