/*================================================
Custome__Css
=================================================*/
body{padding:0;margin:0;font-family:'Apercu',sans-serif;  font-size: 18px; line-height: 25px;}
/*==================== theme-color========================*/

/* End-color */

p{font-size:16px;line-height:31px; font-weight: 300; margin-bottom: 0;}
a{text-decoration:none;transition:all 0.5s; --inter:'Inter';}
ul{list-style:none;margin:0; padding: 0;}
button:focus{outline: none;}
input:focus{outline: none;}
textarea:focus{outline: none;}
section{position: relative; z-index:1;}
.pt_90{padding-top: 90px;}
.pb_90{padding-bottom: 90px;}
.pt_0{padding-top:0;}
.w-bg{background-color: #ffffff;}
/* .......................///////////////////////////../////////////////////////////////............................. */
.nav-bar {
    height: 70px;
    background: #262626;
  }
  


  
  .brand a,
  .brand a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  
  .nav-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  

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

  nav ul li a, nav ul li a:visited {
    display: block;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
/*     border-top: 1px solid #eaeaea; */
    font-family: "apercu" !important;
    font-weight: 300;
    font-size: 15px;
}

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
    position: absolute;
    right: 20px;
    transform: rotate(30deg);
    font-size: 20px;
}
  nav ul li ul li {
    min-width: 190px;
  }
  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
  }
ul.nav-list li:nth-child(3):hover ul.nav-dropdown {
    display: block;
}
ul.nav-list li:nth-child(3) {
    position: relative;
}
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 15%);
    right: -190px;
    top: 0;
    background-color: #ffffff;
    transition: .9s all;
}
  .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
  }
  
  @media only screen and (max-width: 991px) {
    .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;
      padding-left: 25%;
       
    }
    nav ul li ul li a {
      padding-left: 30%;
    }
  
    .nav-dropdown {
      position: static;
    }

    
  }
  @media screen and (min-width: 991px) {
/*     .nav-list {
      display: block !important;
    } */
  }
  #nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    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);
  }
  
  .nav-bar {
    height: 100vh;
    background: rgb(255 255 255) !important;
    width: 300px;
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    z-index: 9;
}
.brand {
    margin: 40px 0;
    padding: 0 60px;
}
ul.nav-list li:last-child a {
    border-bottom: 1px solid #eaeaea !important;
}
ul.nav-list li a.active {
    border-right: 2px solid #6296c6;
    color: #6296c6;
}

ul.nav-list li a:hover {
    color: #6296c6;
}



  .header__social ul li a i {
    color: #bebdbd;
}

.header__social ul li a {
    background-color: #eaeaea;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__social {
    margin: 40px 0;
    padding: 0 60px;
}

.header__social ul li:last-child {
    margin-right: 0;
}
.header__social ul li {
    display: inline-block;
    margin-right: 2px;
}

.nav__details {
    margin: 40px 0;
    padding: 0 60px;
}
.nav__details ul li a {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    transition: 0.7s all;
}

.nav__details ul li a:hover{
    color: #6296c6;
}

.ml__300 {
    margin-left: 300px;
	overflow:hidden;
	padding-left: 20px;
}
section.hero__main__banner .container-fluid {
    padding: 0;
}
section.hero__main__banner {
    position: relative;
    height: 100vh;
}
section.hero__main__banner {
    position: relative;
}
.banner__content h2 {
    background-color: rgba(5,70,128,.4);
    padding: 3px 15px;
    color: rgb(255, 255, 255);
    font-size: 75px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 14px;
}
.banner__content {
    position: fixed;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.banner__content h5 {
    background-color: rgba(5,70,128,.4);
    width: 39%;
    margin: 0 auto;
    padding: 3px 15px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 1.2;
}
.banner__content a {
    border: 2px solid #6796bf;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    margin-top: 40px;
    background: #ffffff;
    color: #6796bf;
}
.video__banner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.fixed__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.video__banner video {
    width: 100%;
}
section.second__main__block {
    padding: 90px 0 10px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.common__wd {
    max-width: 1170px;
    margin: 0 auto;
}
.inner__flex__wrapper {
    text-align: center;
    margin-bottom: 80px;
}
.inner__icon {
    width: 73px;
    height: 68px;
    margin: 0 auto 20px;
}
.inner__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner__flex__wrapper h3 a {
    color: #000000;
}
.inner__flex__wrapper h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 600;
}
.inner__flex__wrapper p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.inner__flex__wrapper h3 a:hover {
    color: #6796bf;
}

section.main__bg {
    background-color: #6796bf;
    padding-bottom: 70px;
}
.title__inner h4 {
    margin-bottom: 0;
    text-align: center;
    padding: 27px 0;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}


.cert img {
    width: 100%;
}
.main__bg .row .col-lg-4 {
    padding: 0;
}

.overlay__block {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #6795bdd1;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: scaleX(0);
}
.cert {
    position: relative;
}
.fusion__block ul li a {
    background-color: rgba(0,0,0,.65);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.fusion__block ul li:last-child {
    margin-left: 0;
}
.fusion__block ul li {
    margin-right: 10px;
}
.fusion__block ul {
    display: flex;
	justify-content:center;
    margin-bottom: 10px;
}
.fusion__block p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}
.fusion__block h5 a {
    color: #ffffff;
}
.fusion__block h5 {
    font-size: 15px;
    font-weight: 400;
}
.block__inner:hover .overlay__block {
    opacity: 1;
    transform: scaleX(1);
}

.view__btn {
    margin-top: 60px;
    text-align: center;
    position: relative;
}
.view__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: translateY(-50%);
    z-index: -1;
}
.view__btn a:hover {
    background: rgba(255,255,255,.09);
    color: #ffffff;
}
.view__btn a {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffffff;
    background: #6796bf;
    transition: 0.6s all;
}
.space {
    width: 30%;
    margin: 0 auto;
    background: #6796bf;
}
.free__image img {
    width: 100%;
}
section.free__main {
    background: #c4c4c4;
    position: relative;
    padding-top: 70px;
}
.free__inner {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
    width: 100%;
}


.free__inner h3 {
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 700;
}
.free__inner p {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}
.free__inner a {
    border-radius: 2px;
    display: inline-block;
    background: #6797be;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.home__clients{background-color: #ffffff; padding: 90px 0 0px;}
section.home__clients h3 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 600;
    color: #000000;
}

.clients__video {
    position: relative;
    height: 600px;
}
.clients__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%,-50%);
    width: 100%;
}
span.bg {
    display: block;
    width: 100%;
    background: rgba(103,150,191,.9);
    position: relative;
    z-index: -1;
    height: 100%;
}

.review-section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-section-inner {
    margin-bottom: 20px;
    padding: 10px;
}

.reviewer-name h4 {
    color: #fff;
}

.reviewer-review p {
    color: #fff;
    margin-bottom: 5px;
}

.home__inner__result h3 {
    font-size: 34px;
    line-height: 58px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.home__inner__result h3:before {
    content: '';
    position: absolute;
    bottom: -22px;
    width: 30%;
    height: 2px;
    background: #cbcbcb;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
}
.result__flex {
    max-width: 1170px;
    margin: 100px auto 0;
}
.resuld__inner__block img {
    width: 50px;
    height: 50px;
    object-fit: cover;
   }
.resuld__inner__block h4:before {
    content: '';
    position: absolute;
    bottom: -22px;
    width: 50%;
    height: 2px;
    background: #cbcbcb;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
}
.resuld__inner__block h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
}
.resuld__inner__block p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.resuld__inner__block {
    text-align: center;
}
section.home__brand {
    background-color: #f5f5f5;
}

.brand__slider {
    margin-top: 70px;
}
.brand__logos img {
    width: 100%;
	height: 100px;
	object-fit: cover;
}

.brand__slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    font-size: 30px;
    transform: translate(0 , -50%);
    margin-top: -4px;
    height: 0;
    z-index: 9;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}
.owl-theme .owl-nav button img {
    width: 33%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 .home__brand .owl-theme .owl-nav button.owl-prev{
    background: #3b85b599 !important;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 !important;
}
.home__brand .owl-theme .owl-nav button.owl-next{
    background: #3b85b599 !important;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 !important;
}

.last__innner__image {
    text-align: center;
    margin-bottom: 30px;
}
.last__inner__contnet h3 {
    font-size: 34px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 10px;
}

.last__inner__contnet {
    width: 94%;
    margin: 0 auto;
    text-align: center;
}
.last__inner__contnet p {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}
.last__inner__contnet a {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    background: #6796bf00;
    transition: 0.6s all;
    display: inline-block;
    margin-top: 40px;
}
.last__inner__contnet a:hover {
    background: rgba(255,255,255,.09);
    color: #ffffff;
}
section.copy__right {
    background: #ffffff;
}
.footer__icon {
    margin: 0;
}
.footer__icon {
    margin: 0;
    padding: 0;
}
.copy p {
    font-size: 15px;
    line-height: 29px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.copy__right .container-fulid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
section.home__last {
    background-repeat: no-repeat;
    background-size: 100%;
}
/* section.copy__right:before {
    position: absolute;
    content: '';
    top: 28px;
    left: 0;
    background: #cccccc;
    width: 100%;
    height: 1px;
} */
section.copy__right {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    border-top: 1px solid #cccccc;
}



section.common__banner{height: 40vh;}
.common__banner .fixed__wrapper {
    height: 40vh;
    position: relative;
}
.about__banner h2 {
    background: none;
    margin-bottom: 0;
}
.banner__overlay {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}

section.about__second {
    padding-top: 20px;
}
.about__second__content h3:before {
    content: '';
    position: absolute;
    bottom: -22px;
    width: 20%;
    height: 1px;
    background: #cbcbcb;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
}
.about__second__content h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.textarea p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
}

.textarea {
    width: 55%;
    margin: 80px auto 0;
}

.left__people h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
}
.left__people h4:before {
    content: '';
    position: absolute;
    bottom: -22px;
    width: 50%;
    height: 1px;
    background: #000000;
    margin: 0 auto;
    left: 0;
}
.people__main .container-fluid {
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
}

.left__people p {
    margin-top: 60px;
    color: #000000;
}

.prople__icon {
    width: 60px;
    height: 52px;
    margin: 0 auto 20px;
}
.prople__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right__people {
    text-align: center;
}
.right__people h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000000;
}


.about__clients span.bg {
    height: 100%;
    background-color: rgba(0,0,0,.65);
}

.cofee {
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 90%;
    margin: 0 auto;
    transform: translatey(-50%);
    left: 5%;
}
.inner__cofee h5 {
    font-size: 63px;
    color: #ffffff;
    font-weight: 400;
}

.inner__cofee {
    text-align: center;
}
.inner__cofee h4 {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}

.guru__result .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.guru__image img {
    width: 100%;
    border-radius: 5px;
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.guru__image img:hover {
    filter: grayscale(0);
}
.guru__icon {
    margin: 0;
    padding: 0;
}
.guru__result .row {
    margin-top: 80px;
}
.guru__icon ul {
    margin: 0 !important;
}
.guru__icon ul li {
    margin-right: 10px;
}
.guru__inner__block ul {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.guru__inner__block ul li h6 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
}
.guru__inner__block ul li h5 {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}
.guru__result .home__inner__result h3:before {
    width: 15%;
    height: 1px;
}
.guru__inner__block {
    margin-bottom: 30px;
}
.guru__result {
    padding-bottom: 60px;
}

.about__map .home__inner__result h3 {
    color: #ffffff;
}
.about__inner__map {
    margin-top: 80px;
}

.about__inner__map iframe {
    display: block;
    width: 100%;
}
.about__map .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}


.nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


section.services__main {
    padding-top: 20px;
}
.services__main .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.services__tab {
    margin-top: 80px;
}

.services__tab ul li a {
    padding: 14px 20px;
    border: 1px solid #ebeaea !important;
    color: #747474 !important;
    background-color: #f6f6f6 !important;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0 !important;
}
.services__tab ul li {
    width: 25%;
    text-align: center;
}
.services__tab ul li a i {
    margin-right: 10px;
}
.services__tab ul li a:hover {
    background: #ffffff!important;
}
.services__tab ul li a.active {
    background: #ffffff!important;
}

.card-body.inner__body {
    padding: 0;
    margin-top: 40px;
}
.inner__body__image img {
    width: 100%;
}

.inner__body__content p {
    margin-bottom: 40px;
}
.inner_btn a:last-child {
    margin-left: 10px;
}

.inner_btn a:hover {
    background: #6797be;
    color: #ffffff;
}
.inner_btn a {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    border: 1px solid #6797be;
    text-transform: uppercase;
    color: #6797be;
    transition: 0.5s all;
    display: inline-block;
}
section.combined__main {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    background-position: top center;
}
.combined__box h4 {
    font-size: 32px;
    line-height: 41px;
    margin: 20px 0;
    color: #ffffff;
}
.combined__box {
    background-color: rgba(255,255,255,.3);
    padding: 40px 30px 60px 30px;
    width: 48%;
    text-align: center;
}
.combined__box a:hover {
    background: rgba(255,255,255,.1);
}
.combined__box a {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s all;
    display: inline-block;
}


.powerful__main .container-fulid {
    overflow: hidden;
}
.powerful__botton h3:before {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 68%;
    height: 1px;
    background: #cbcbcb;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
}

.powerful__botton {
    padding: 70px 50px;
    background: #6797be;
    text-align: center;
}
.powerful__main .row .col-md-4:nth-child(2) .powerful__botton {
    background: #ceaa69;
}
.powerful__botton h3 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 30px;
    color: #ffffff;
    position: relative;
    font-weight: bold;
}
.powerful__botton p {
    color: #ffffff;
}

.powerful__main .row .col-md-4 {
    padding: 0;
}
.powerful__main .row .col-md-4:nth-child(3) .powerful__botton {
    background: #b6c387;
}
.process__title h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
}

.process__title {
    text-align: center;
}
.process__title h5 {
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
}
.process__title h5:before {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 20%;
    height: 1px;
    background: #cbcbcb;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
}

section.process__main .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.process__box {
    padding: 10px !important;
    border: 1px solid #eee;
    height: 100%;
    background: #ebeaea;
    border-radius: 10px;
    height: 100%;
}
.process__image img {
    width: 100%;
	    background: #ffffff;
}
.process__box h3 {
    font-size: 20px;
    margin: 10px 0px;
    min-height: 50px;
    color: #0f3966;
    line-height: 27px;
    font-weight: 600;
}
.process__box ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding-left: 10px;
}

.process__inner__flex {
    margin-top: 50px;
}

.work__content p {
    width: 70%;
    text-align: center;
    margin: 0 auto 80px;
}
section.Work__main {
    padding-bottom: 0;
    padding-top: 30px;
}
.Work__main .container-fulid .row .col-lg-4 {
    padding: 0;
}

.Work__main .container-fulid {
    overflow: hidden;
}

.blogs__image img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.blogs__image {
    height: 220px;
}
.main__blogs .container-fulid {
    padding: 30px;
}

.blogs__details h6 {
    margin: 10px 0;
    color: #9faabb;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
}

.blogs__details h3 a {
    color: #000000;
}

.blogs__details h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0px;
    min-height: 55px;
    font-weight: 600;
}
.blogs__details p {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog__btn:hover {
    background: #5281a7;
    color: #fff;
}
.blog__btn {
    background: #6797be;
    display: inline-block;
    color: #dde9ef;
    padding: 5px 30px;
    border-radius: 2px;
    transition: all .5s;
	border:none;
}

.blogs__details {
    padding: 10px 15px 30px 15px;
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blogs__inner__box {
      margin-bottom: 40px;
    border: 1px solid #cccccc;
    border-radius: 10px 10px 0 0;
	height: 94%;
}

.result__flex .col-md-3:nth-child(2) .resuld__inner__block i {
    color: #cea96c;
}
.result__flex .col-md-3:nth-child(3) .resuld__inner__block i {
    color: #b7c289;
}
.result__flex .col-md-3:nth-child(4) .resuld__inner__block i {
   color: #cea96c;
}
.contact__banner h2 {
    width: 100%;
    background: none;
}

.contact__banner h5 {
    background: none;
    width: 100%;
}


.flip__main .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.flip-card {
    height: 120px;
    perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
    background: rgba(0,0,0,.05);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	height:auto;
	padding: 27px 20px;
	    border-radius: 6px;
}
.flip-card-front h3 {
    font-size: 21px;
    margin-bottom: 9px;
    font-weight: 600;
    color: #000000;
}
.flip-card-back {
    background: #6796bf;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    flex-direction: column;
    padding: 27px 20px;
    height: auto;
}
.flip-card-front h3 {
    font-size: 21px;
    margin-bottom: 9px;
    font-weight: 400;
    color: #000000;
}
.flip-card-back p {
    color: #ffffff;
}
.flip-card-back h5 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
	text-transform:uppercase;
}
.flip__main .container-fulid .row .col-md-4:nth-child(2) .flip-card-back {
    background: #e0be8a;
}
.flip__main .container-fulid .row .col-md-4:nth-child(3) .flip-card-back {
    background: #b6c387;
}

.right__details {
    border: 1px solid #ddd;
    padding: 30px 20px;
    border-radius: 10px;
}
.get__main {
    margin-top: 100px;
}
.contact__logo {
    text-align: center;
    margin-bottom: 30px;
}
.right__details h5 {
    font-size: 18px;
    line-height: 1.3;
}
span.hr {
    width: 100%;
    max-width: 200px;
    display: block;
    height: 1px;
    background: #cccccc;
    text-align: center;
    margin: 20px auto 20px;
}
.contact__list ul li p a {
    color: #000000;
}
.contact__list ul li h6 {
    margin-bottom: 0;
    margin-right: 7px;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
}
.contact__list ul li p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
}
.contact__list ul li {
    display: flex;
    align-items: center;
}
.left__form {
    padding: 30px 20px;
    border-radius: 10px;
    background: #f2f2f2;
}
.form__field label {
    font-size: 16px;
    font-weight: 300;
    display: block;
	margin-bottom:7px;
}
.form__field input {
    height: 43px;
    background-color: #fff;
    font-size: 15px;
    color: #000000;
    border-width: 1px 1px 1px 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding: 8px 15px;
	margin-bottom: 20px;
	font-weight:300;
}
.form__field textarea {
    height: 150px;
    background-color: #fff;
    font-size: 15px;
    color: #000000;
    border-width: 1px 1px 1px 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding: 8px 15px;
	margin-bottom: 20px;
	font-weight:300;
}

.media__breadcum {
    padding: 60px 0;
    background: #6796bf;
}
.media__breadcum .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.media__title h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}


.media__url ul li a {
    color: #ffffff;
    position: relative;
    margin-right: 30px;
}
.media__url ul li {
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
    font-weight: 300;
}
.media__url ul {
    display: flex;
    justify-content: end;
}
.media__url ul li a:before {
    content: '/';
    position: absolute;
    right: -17px;
    top: 0;
}
.page-id-23 section.home__last {
    display: none;
}
h5.t_a {
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}
.advance__main .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.advance__top span {
    height: 9px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    margin-left: 10px;
}
.advance__top {
    display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.advance__top h2 {
    font-size: 34px;
    line-height: 48px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
}
.advance__bottom ul {
    padding-left: 17px;
}

.advance__bottom {
    margin-top: 30px;
}
.advance__bottom ul li:before {
    content: '\f00c ';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    background-color: #eaeaea;
    font-size: 12.32px;
    height: 23.8px;
    width: 23.8px;
    margin-right: 9.8px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6796bf;
}
.advance__bottom ul li {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 23.8px;
    font-weight: 300;
    padding-bottom: 15.5px;
}
.advance__middle {
    background: #f8f8f8;
    padding: 10px;
	cursor: pointer;
}
.advance__middle__box h3 {
    padding: 15px;
    border: 1px solid #e5e4e3;
    font-size: 18px;
    font-weight: 600;
    background: #ffffff;
    margin-bottom: 0;
}
.advance__middle__box {
    text-align: center;
}
.advance__inner h6 {
    font-size: 21px;
    position: relative;
    top: -30px;
    color: #505050;
    margin-bottom: 0;
}
.advance__inner h4 {
    font-size: 11px;
    color: #888888;
    font-style: italic;
    position: relative;
}
.advance__inner {
    display: flex;
    justify-content: center;
    padding: 25px 15px;
    border: 1px solid #e5e4e3;
    border-top: 0;
    align-items: flex-end;
}
.advance__inner h5 {
    color: #6796bf;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
}
.advance__middle:hover .advance__middle__box h3 {
    background: none;
}
section.advance__main .row .col-md-4:nth-child(2) .advance__middle {
    box-shadow: 0 0 6px 6px rgb(0 0 0 / 8%);
}
.advance__btn:hover {
    background: #5c8db5;
	    color: rgba(255,255,255,.8);
}
section.advance__main {
    padding-bottom: 20px;
	
}
.advance__btn {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    background: #6797be;
    color: rgba(255,255,255,.8);
    transition: 0.3s all;
    display: inline-block;
	border:none;
	margin-top: 20px;
}
.page-id-26 section.home__last {
    display: none;
}
.space__box {
    width: 48%;
    background-color: #f6f6f6;
    padding: 30px 30px 30px 30px;
}
.space__box h3 {
    font-size: 33px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    line-height: 42px;
    color: #000000;
}
.space__box h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
}


.benifits__main .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.benifits__top h2 a:hover {
    color: #6796bf;
}

.benifits__top h2 a {
    color: #000000;
}
.benifits__top h2 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    color: #000000;
    margin-top: 1em;
    margin-bottom: 1em;
}
.benifits__top h3 {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #000000;
    font-weight: 600;
}
.benifits__flex h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #3a95d1;
}
.benifits__flex {
    margin-bottom: 20px;
}
section.buss__bg {
    background: #f4f4f4;
}
section.buss__bg {
    background: #f4f4f4;
    padding-bottom: 0;
}
.bussness__image img {
    position: relative;
    top: -80px;
/*     width: 50%;
    object-fit: cover; */
}
.bussness__image {
    text-align: center;
}
.bussness__content h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 1.1em;
    color: #000000;
}

.touch__inner > p {
    text-align: center;
    margin-bottom: 50px;
}

.touch__inner h2 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}
.touch__inner {
     width: 42%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.get__form option {
    font-weight: 300;
}
.get__form input {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
    height: 43px;
    background-color: #fff;
    width: 100%;
		padding: 0 15px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

.get__form select {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
    height: 43px;
    background-color: #fff;
    width: 100%;

    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

.get__form textarea {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
    height: 150px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
	padding: 0 15px;
}
.get__form label {
    display: block;
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
}
textarea{resize:none;}
.get__checkbox p {
    text-align: left;
    margin-bottom: 0px;
}
.get__checkbox {
    padding-left: 20px;
    margin-bottom: 30px;
}

.get__checkbox p span {
    margin-left: 5px;
}

.page-id-31 header.nav-bar {
    display: none;
}
.page-id-31 section.home__last {
    display: none;
}
.page-id-31 section.copy__right.ml__300 {
    display: none;
}


.inner__header {
    background: #f8f9fa;
    padding: 0.5rem 0;
}
.inner__header .container .row {
    align-items: center;
}
.head__contact {
    display: flex;
    align-items: center;
    justify-content: end;
}
a.phone {
    font-weight: bold;
    color: #0b487c;
    font-size: 16px;
}
.buttns:hover {
    color: #0b487c;
    background-color: #fff;
}
.buttns {
    padding: 10px 45px !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #0b487c;
    border: 2px solid #0b487c !important;
    box-shadow: none;
    font-size: 14px !important;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700 !important;
    margin-left: 20px;
    height: auto !important;
    transition: 0.6s all;
}

section.inner__banner_-wrapper:before {
    content: '';
    position: absolute;
    background-color: #111;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .7;
	z-index:-1;
}
section.inner__banner_-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-position: center;
	z-index:1;
}
.inner_-banner__content {
    position: relative;
    text-align: center;
}
.inner_-banner__content h2 {
    font-size: 62px;
    line-height: 72px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    color: #ffffff;
}
.inner_-banner__content h4 {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 10px;
    color: #ffffff;
}
.cdap_img img {
    width: 100%;
}
section.cdap_technology {
    padding: 100px 0;
}

.cdap_content h2 {
    font-size: 32px;
    color: #000000;
    line-height: 30px;
}
.cdap_content p {
    line-height: 28px;
    margin-bottom: 16px;
    color: #000000;
}
.cdap_content a {
    margin: 0;
	margin-bottom: 20px;
}
.cdap_img img {
    width: 100%;
}
.cdap_cont h2 {
    font-size: 32px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
}

.cdap_cont {
    text-align: center;
    margin-top: 50px;
}
.cdap_cont p {
    line-height: 28px;
    margin-bottom: 16px;
    color: #000000;
}
.cdap_cont p:last-child {
    margin-bottom: 0;
}
section.eligibility-section {
    padding: 100px 0;
    background-attachment: fixed !important;
    background-size: cover;
}
.eligibility-content, .eligibility-content h2 {
    color: #fff;
}
.main-title h2 {
    font-size: 42px;
    margin-bottom: 22px;
    font-weight: 700;
    line-height: 46px;
}
.criteria {
    padding-top: 30px;
}
.criteria ul {
    display: flex;
    flex-wrap: wrap;
}
.criteria ul li {
    width: 50%;
    margin-bottom: 40px;
    border-left: 3px solid #fff;
    padding-left: 20px;
}
.criteria ul li h3 {
    font-size: 42px;
}
.criteria ul li span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.eligibility-content p:last-child {
    margin-bottom: 0;
}
.eligibility-content p {
    line-height: 28px;
    margin-bottom: 18px;
}
section.how_apply {
    padding: 100px 0;
}
section.how_apply .main-title h2 {
    font-size: 42px;
    color: #111;
    margin-bottom: 22px;
}
.how_it_works_heading {
    text-align: center;
}
.work_cont p {
    width: 75%;
    margin: 0 auto 40px;
    line-height: 28px;
}

.work_box {
    background: rgba(128,128,128,.13);
    padding: 40px 20px;
    height: 100%;
    text-align: center;
}

.work_box h4 {
    font-size: 24px;
    width: 90%;
    margin: 15px auto;
}
.work_box p {
    line-height: 28px;
}
.work_last {
    margin-top: 30px;
    text-align: center;
}

.parallux-cta {
    display: block;
    background-size: cover;
    background-attachment: fixed;
}
.parallux-cta {
    display: block;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 100px 0 75px;
}
.how_we_help_heading {
    color: #ffffff;
	  text-align: center;
}
.how_we_help_heading h6 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 20px;
}

.how_we_help_heading {
    color: #ffffff;
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
}
.how_we_help_points_parent {
    border: 2px solid #fff;
    padding: 25px 30px 9px;
    height: 100%;
    border-radius: 10px;
}
.how_we_help_points_parent p {
    line-height: 24px;
    color: #ffffff;
}

.how_we_help_points_parent h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
.how_we_help_points_parent {
    border: 2px solid #fff;
    padding: 25px 50px 25px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
}
section.parallux-cta .row .col-12 {
    margin-bottom: 25px;
}

section.parallux-cta .row {
    justify-content: center;
}
.how_we_help_button a {
    background: none;
    border: 2px solid #fff;
}
.how_we_help_button {
    text-align: center;
}
section.cnada__main__sec {
    padding: 100px 0px;
    background: #f7f7f7;
}
.cnada__main__title {
    width: 70%;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}
.cnada__main__title h3 {
    font-size: 35px;
    color: #111;
    margin-bottom: 22px;
}
.cnada__main__title p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 16px;
}
.cnada__main__title:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 284px;
    right: 0;
    background-color: #000;
    height: 2px;
    width: 420px;
}
.cnada__main__title p a {
    color: #0095ff;
}
.stream__left {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: orange;
    transition: .5s all;
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 60px 25px 60px 25px;
    height: 100%;
    background: #fff;
}
.stream__left h4 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 12px;
}
.stream__left ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
}
.stream__left ul li {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}
.stream__left p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    margin-bottom: 16px;
}
.stream__left:hover {
    border-radius: 20px;
}
.stream__rgt:hover {
	    border-radius: 20px;
}
.stream__rgt {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: blue;
    transition: .5s all;
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 60px 25px 60px 25px;
    height: 100%;
    background: #fff;
}
.stream__rgt h4 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 12px;
}
.stream__rgt ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
}
.stream__rgt ul li {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}
.stream__rgt p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    margin-bottom: 16px;
}
.btn_road {
    text-align: center;
    margin-top: 50px;
}
section.simple__home {
    padding: 100px 0;
    background-size: cover !important;
    background-attachment: fixed !important;
}
section.simple__home .main-title h2 {
    color: #ffffff;
}
.y-video {
    max-width: 730px;
    margin: 0 auto;
}
section.faq__main {
    padding: 100px 0;
    background-color: rgba(128,128,128,.13);
}
.faq__inner .accordion-button:not(.collapsed){background: #ffffff; color: #0b487c;}
.faq__inner .accordion-item a {
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #0b487c;
    font-weight: 300;
    padding: 12px 15px;
    background: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
}

.faq__inner .accordion-collapse{border:none;}
.faq__body {
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 300;
	background:#ffffff;
}
.faq__body h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0px;
}

.faq__body ul {
    list-style: disc;
    padding-left: 40px;
}
.faq__body ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
}
.faq__body h6:first-child {
    margin-top: 0;
}
.faq__body ul li a {
    background: none !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.faq__body p {
    line-height: 24px;
    margin-bottom: 16px;
    color: #000000;
}
.faq__inner .accordion-item {
    margin-bottom: 3px;
}
section.now__main {
    background: #f8f9fa;
    padding: 100px 0;
}
.now__form input {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    padding: 10px 15px;
    height: 43px;
    border: 1px solid #d2d2d2;
    margin-bottom: 16px;
	margin-left:0;
}
.now__form br {
    display: none;
}
.how_we_help_button a {
    border-color: #ffffff!important;
}
.now__form textarea {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    padding: 10px 15px;
    height: 120px;
    border: 1px solid #d2d2d2;
    margin-bottom: 16px;
}
.now__button a {
    margin: 0;
}
.now__form label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 6px;
}
.contact-details ul li {
    color: #6c757d;
    margin-bottom: 15px;
}
.contact-details ul li a {
    color: #0b487c;
	font-weight:300;
}
.contact-details ul li  {
    color: #0b487c;
	font-weight:300;
}
.contact-details ul li:nth-child(3) i {
    margin-right: 10px;
}
.contact-details ul li img {
    width: 100%;
}
footer.nitro-offscreen {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #0b487c;
    text-align: center;
    width: 100%;
}
.copyright {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}
.get-social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #0b487c;
    border-radius: 100%;
}
.get-social a i {
    font-size: 24px;
    line-height: 32px;
}

.page-id-43 section.home__last {
    display: none;
}
.page-id-43 section.copy__right.ml__300 {
    display: none;
}
.page-id-43 header.nav-bar {
    display: none;
}
.cdap_part_cont img {
    width: 100%;
}

section.cdap_instruction_1 {
    padding: 100px 0;
}

.main-head h2 {
    font-size: 52px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.main-head h2:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background: #0b487c;
    bottom: 0;
}
.cdap1_cont.main-head p {
    margin-bottom: 16px;
    line-height: 24px;
    color: #000000;
}
.cdap1_cont.main-head ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.cdap1_cont.main-head ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 20px;
}
.cdap_part_cont p {
    line-height: 24px;
    margin-bottom: 16px;
    color: #000000;
}
.cdap_part_cont p {
    margin-bottom: 16px;
    line-height: 24px;
    color: #000000;
}

.modal__sm {
    width: 300px;
}
.modal__sm .modal-content {
    box-shadow: 0 5px 15pxrgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    background-color: #ededed;
}
.modal__sm .modal-header {
    border: none;
    margin-bottom: 30px;
}
.modal__sm button.btn-close {
    top: -10px;
    position: relative;
}
.modal__sm h5#exampleModalLabel {
    font-size: 18px;
    line-height: 24px;
}
.request__form input {
    height: 43px;
    background-color: #fff;
    font-size: 15px;
    color: #000000;
    border-width: 1px 1px 1px 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
		font-weight:300;
}
.modal__sm .blog__btn{
    display: block;
    text-align: center;
    margin-bottom: 10px;
	border:none;
	    width: 100%;

}
.modal__sm .wpcf7-response-output {
    margin-top: -20px !important;
    font-size: 16px;
    line-height: 24px;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
    color: red !important;
}
span.wpcf7-not-valid-tip {
    font-weight: 300;
    position: relative;
    top: -20px;
    border: red !important;
}


.sr__modal .modal-title{
	    font-size: 18px;
}
.sr__body {
    padding: 20px;
}
.sr__left__modal p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sr__left__modal p a:hover {
    color: #6796bf;
}

.sr__left__modal p a {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    transition: 0.7s all;
}
.sr__right_form label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    display: block;
    margin-bottom: 6px;
}
.sr__right_form input {
    height: 43px;
    background-color: #fff;
    font-size: 15px;
    color: #000000;
    border-width: 1px 1px 1px 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    font-weight: 300;
}
.sr__right_form textarea {
    height: 150px;
    background-color: #fff;
    font-size: 15px;
    color: #000000;
    border-width: 1px 1px 1px 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    font-weight: 300;
}
.sr__modal button.btn.btn-secondary {
       background: #6797be;
    border: none;
    border-radius: 0;
    padding: 10px 30px;
}

img.small__icon {
    height: 23px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.sr__right_form br {
    display: none;
}

section.single_our__image img {
    width: 100%;
}

.next a i {
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 18px;
}

.next a:hover i {
	color:#6796bf;
}
.next a {
    position: relative;
    color: #000000;
    margin-right: 12px;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
	transition:0.5s all;
}
.next a:hover{
	color:#6796bf;
}
.next {
    display: flex;
    justify-content: end;
    position: relative;
    margin-bottom: 60px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 30px 10px 0;
}


.project__flex .container-fulid {
    padding: 0;
    overflow: hidden;
}
.project__flex {
    padding: 70px 0 55px;
}
.project__title h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 28px;
    color: #000000;
    line-height: 1.2;
}
.project-info-box {
    display: flex;
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.project-info-box h4 {
    font-size: 16px;
    font-weight: 300;
	color:#000000;
}
.project-terms a:hover{
		color:#6796bf;
}
.project-terms a{
	display:block;
	font-size: 16px;
    font-weight: 300;
		transition:0.5s all;
	color:#000000;
}
.project-terms {
    margin-left: 10px;
}
section.related__block .advance__top h2 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
	width: 155px;
}

.related__slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    font-size: 30px;
    transform: translate(0 , -50%);
    margin-top: -4px;
    height: 0;
    z-index: 9;
}
.related__block .owl-theme .owl-nav button.owl-prev {
    background: #3b85b599 !important;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 !important;
}
.related__block .owl-theme .owl-nav button.owl-next {
    background: #3b85b599 !important;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 !important;
}
.single-our-work section.home__last {
    display: none;
}
section.related__block {
    padding-bottom: 100px;
}
.related__inner h2 {
    margin: 15px 0 3px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}
.related__inner ul {
    display: flex;
    align-items: center;
}

.related__inner ul li {
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px;
}
.related__inner a {
    color: #000000;
    transition: 0.4s all;
}
.related__inner a:hover{
		color:#6796bf;
}

.skill__flex {
    width: 50%;
    display: flex;
    margin-bottom: 80px;
}
.skill__flex .block__inner {
    width: 70%;
}
.skil__content {
    width: 30%;
    margin-left: 30px;
    padding-top: 15px;
}
.skil__content h5 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}
.skil__content a{
	color:#000000;
}
.skil__content a:hover{
		color:#6796bf;
}
.skil__content h4 {
    font-size: 21px;
    font-weight: 600;
}
.skil__content a.blog__btn {
    color: #ffffff;
}
.term-development section.home__last {
    display: none;
}






.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #007cb0;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #123e56;
	border-color:#007cb0;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #007cb0;
}
.form__field br {
    display: none;
}

.single__content.w-bg .wp-block-columns {
    margin-bottom: 0;
}
.single__ser__first .container-fulid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.single__content {
    padding-top: 20px;
}
.single__content .wp-block-embed iframe {
    height: 660px;
    width: 100%;
}
.single__content h2 {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.second__single h2:before {
    width: 67% !important;
}
.single__content h2:before {
    content: '';
    height: 9px;
    width: 73%;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    margin-left: 10px;
    top: 16px;
    position: absolute;
    z-index: -1;
    right: 0;
}
.second__single h1 {
    font-size: 34px;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.second__single.single__content ul {
    list-style: disc;
    padding-left: 40px;
    padding-top: 40px;
}

.second__single.single__content ul li {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
    color: #000000;
}
.single__content h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}
.single__content hr {
    width: 100% !important;
    border: 1px solid #cccccc;
    margin-top: 40px;
    margin-bottom: 40px;
}
.page-template-single-services-php section.home__last.ml__300.pt_90.w-bg.pb_90 {
    display: none;
}
.second__single .wp-block-embed iframe {
    height: 360px;
    width: 50%;
    margin-top: 40px;
}
.get__form br {
    display: none;
}

span.sub-toggle {
    display: none;
}
ul.nav-list li:nth-child(3) a {
    display: flex;
    justify-content: space-between;
}
	.mobile_-logo a img {
    display: none;
}



/*...................................................bussness__landing__css.........................................................................  */

.p{font-size: 20px;line-height: 26px;font-weight: 100;color: #000000; margin-bottom: 0; font-family: 'Interstate';}
a{text-decoration:none;transition:all 0.5s; }
.h2 {
    text-transform: uppercase;
    color: #324d8d;
	font-family: 'Interstate';
    line-height: 38px;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.landing__logo {height: 80px;margin-top: 10px;}
.landing__logo img {max-height: 100%;}
.landing__banner__content h2 {text-transform: uppercase;color: #324d8d;line-height: 42px;font-weight: 700;font-size: 35px;margin-bottom: 0;}
.landing__banner__content {padding: 120px 0;}
.landing__banner__content p {padding-right: 130px;font-size: 20px;line-height: 26px;font-weight: 100;color: #000000;margin:30px 0;}
.landing__btn:hover {color: #222;background-color: #e4c08d;}
.landing__btn {background-color: #5b7fd6;text-transform: uppercase;font-family: "Interstate";font-weight: bold;letter-spacing: 2px;padding: 14px 20px;color: #ffffff;font-size: 15px;line-height: 26px;transition: 0.2s all; display: inline-block;}
section.landing__banner {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -90px;
}
.image__wrapper {
    height: 600px;
    width: 533px;
    margin: 0 auto 0 28px;
}
.image__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.landing__banner .row {
    padding-top: 70px;
}
.growth__content {
    text-align: center;
    width: 100%;
    max-width: 586px;
    margin: 0 auto 60px;
}
section.c__banner ul {position: relative;}
section.c__banner ul li {
    width: 50%;
    display: flex;
    padding: 60px 0;
    
}
section.c__banner ul li .content{
    margin-right: 0;
    width: 65%;
}
section.c__banner ul li:nth-child(odd) .content {
    text-align: right;
}
section.c__banner ul li:nth-child(odd) .content {
    text-align: right;
}
.imgae {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.content h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000000;
	font-family: 'Interstate';
}
section.c__banner ul li:nth-child(even) {
    margin-left: auto;
}
section.c__banner ul li:nth-child(even) .content {
    margin-left: auto;
}


section.grow__aera {
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.grow__inner__content {
    position: relative;
    height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grow__inner__content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 40px;
}

.grow__main {
    position: absolute;
    width: 65%;
    text-align: center;
}
.grow__main h2 {
    color: #ffffff;
}
.grow__main p {
    color: #ffffff;
}

.img__wrap img {
    width: 100%;
}
.happy__title {
    padding: 70px 0 50px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.happy__images {
    display: block;
    margin: 0 auto 20px;
    height: 85px;
    width: 85px;
    line-height: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.bg__wrapper {
    background: rgba(0,0,0,0.02);
    padding: 30px 70px 10px;
    margin: 0 6% 20px;
    text-align: center;
    position: relative;
}
.hr_dots {
    margin-bottom: 15px;
    text-align: center;
    line-height: 0;
}
.hr_dots span {
    display: inline-block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ff7657;
    background: #ff7657;
}

.bg__wrapper p {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.quote {
    width: 80px;
    position: absolute;
    left: 9px;
    top: 0px;
}

.inner___happy h4 {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    font-weight: 100;
    letter-spacing: 0px;
    margin-bottom: 5px;
	font-family: 'Interstate';
}
button:focus{outline: none !important;}
.happy__main__wrapper .owl-theme .owl-dots .owl-dot span{
    width: 15px !important;
    height: 15px !important;
    width: 15px !important;
    margin: 0 6px !important;
    background: #D6D6D6;
}
.happy__main__wrapper .owl-theme .owl-dots{margin-top: 30px !important;}
.happy__main__wrapper .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ff7657 !important;
}
section.happy__main__wrapper {
    padding-bottom: 80px;
}
section.us__banner {
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center top;
}
.c__teg h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000000;
	font-family: 'Interstate';
}
section.us__banner .happy__title {
    margin-bottom: 80px;
}

.c__teg {
    padding-bottom: 70px;
}
.d__image img {
    border-radius: 100%;
    margin-bottom: 30px;
}
.d__details {
    text-align: center;
}
.d__details h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
    line-height: 30px;
}
.d__details p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}
.d__details a {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	font-family: 'Interstate';
}

.landing__form {
    background-color: #f4f4f4;
    padding: 25px 30px 40px;
    border-radius: 15px;
}
.landing__form__inner input {
    border: 1px solid #cccccc;
    font-size: 14px;
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 20px;
}
.landing__form__inner textarea {
    border: 1px solid #cccccc;
    font-size: 14px;
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 20px;
    height: 120px;
}
.landing__form__btn {
    display: inline-block;
    padding: 9px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%), inset 0px 4px 3px -2px rgb(0 0 0 / 7%);
    background-color: #4765ab;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}
.landing__form__btn:hover{
    color: #ffffff;
}

footer.landing__footer {
    background-color: #f5f8ff;
    padding: 40px 0;
    text-align: center;
}
.copyright1 a {
    font-weight: 700;
    color: #9aa1b3;
	font-family: 'Interstate';
}

.copyright1 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #9aa1b3;
}

.page-id-438 header.nav-bar {
    display: none;
}
.page-id-438 .home__last{display:none;}
.page-id-438 .copy__right{display:none;}

header.landing__header {
    position: relative;
    z-index: 9;
}


/* -------------------------------------------------------------------------------------------------------------*/

.landing__form .wpcf7-submit {
	display: inline-block;
    padding: 9px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%), inset 0px 4px 3px -2px rgb(0 0 0 / 7%);
    background-color: #4765ab;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
}
.landing__form__inner label {
    width: 100%;
}
/* -------------------------------------------------------------------------------------------------------------*/
/* 404 page csss */

.error_heading h2 {font-size: 200px;line-height: 210px;}
.error_heading p {font-size: 40px;line-height: 50px;}
section.error_page {text-align: center;}
section.error_page .respons-btn {
	padding: 20px 0px 20px 200px;
}

/* -------------------------------------------------------------------------------------------------------------------- */

/* coming soon page csss */

.error_heading h3 {font-size: 120px;line-height: 180px;text-align: center;color: #0C2957;}
.error_heading {
    padding: 20px 0px 0px 212px;
}

.respons-btn a {
    border-radius: 2px;
    display: inline-block;
    background: #6797be;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.slider-btn-sec a {
	border-radius: 2px;
    display: inline-block;
    background: #6797be;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.slider-btn-sec {
	padding: 10px 0px 20px 0px;
}
/* -------------------------------------------------------------------------------------------------------------------- */

/* thank you page csss */

section.thank-you-main {text-align: center;}
section.thank-you-main h3 {color: #001539;font-size: 42px;line-height: 53px;}
section.thank-you-main h5 {font-size: 21px;line-height: 31px;margin: 30px 0;color: #000000;padding: 0px;font-weight: 500;}
.thank ul li {font-size: 20px;line-height: 30px;}
.thank ul li span a {font-size: 19px;line-height: 23px;color: #001539}
.thank a {color: #fff;font-weight: 600;}
.thank-info h4 {color: #000;text-align: center;}
.thank {
    padding: 25px 0px 0px 216px;
}

/* -------------------------------------------------------------------------------------------------------------------- */

/* thank you page tick mark csss */

@keyframes checkmark {
	0% {stroke-dashoffset: 50px}
	100% {stroke-dashoffset: 0}
}

@keyframes checkmark-circle {
	0% {stroke-dashoffset: 240px}
	100% {stroke-dashoffset: 480px}
}
.inlinesvg .svg svg {display: inline}
.icon--order-success svg path {
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 1s ease-in-out 0.7s backwards
		-webkit-animation-delay: 3s; 
	animation-delay: 3s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.icon--order-success svg circle {
	-webkit-animation: checkmark-circle 1s ease-in-out backwards;
	animation: checkmark-circle 1s ease-in-out backwards
		-webkit-animation-delay: 2s; 
	animation-delay: 2s;
}

/* -------------------------------------------------------------------------------------------------------------*/



/* zoho Authorized */

.secSpaci{
	padding: 100px 0;
}

.zohoAuthContent{
	text-align: center;
}
.zohoAuthContent h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}
.zohoAuthContent h3 {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}
.parter_sec {padding: 0px 60px;}
	.parter_sec p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
.patnr_btn a {
	background: #0b487c;color: #ffffff;padding: 7px 30px;font-size: 14px;border-radius: 5px;margin: 0px 10px;
	text-decoration: none;transition: all 0.3s linear;border: 1px solid #0b487c;font-weight: 800;
	position:relative;
	display:inline-block;
}
	.patnr_btn a:hover {background: #04233d;color: #ffffff;border: 1px solid #0b487c;}
	.patnr_btn a:last-child {background: none;color: #0b487c;border: 1px solid #0b487c;padding-right: 40px;}
	.patnr_btn a:last-child:hover {background: #0b487c;color: #fff;}
	.patnr_btn a i {right: 20px;transition: all 0.3s linear;position: absolute;top: 11px;}
	.patnr_btn a:hover i {margin-right: -10px;}

/* feature sec css */

.features {padding: 0px 15px;}
	.feature_bx {padding: 70px 40px;height: 100%;background-size: cover !important;background-position: center !important;
		background-repeat: no-repeat !important;text-align: center;
		border-radius: 5px;position: relative;overflow: hidden;}
	.feature_bx h4 {margin-top: 15px;font-size: 21px;color: #fff;z-index: 9;position: relative;}
	.feat-icon{z-index: 9;position: relative;}
	.feature_bx p {font-size: 16px;line-height: 23px;color:#fff;z-index: 9;position: relative;margin-bottom: 0;}
	.feature_bx:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: #000000b8;}
.med_bx {padding-right: 20px;}
	.med_bx h6 {color: #000;font-size: 12px;font-weight: 900;line-height: 15px;margin-bottom: 5px;}
	.med_col { margin-bottom: 20px;}

/* trail */

.trail {background: #1c1c1c;}
	.trail_titl {padding: 0;color: #fff;}
	.trail_titl h2 {margin-bottom: 10px !important;line-height: 40px;}
	.trail_titl h3 {width:100%;}
	.trail_btn {display: flex;align-items: center;justify-content: end;height: 100%;}
	.trail_btn a {border: 1px solid #fff;font-size: 14px;color: #fff;padding: 10px 30px;display: inline-block;text-transform: uppercase;
		transition: all 0.3s linear;font-weight: 800;}
	.trail_btn a:hover {background: #fff;color: #1c1c1c;}


	.digi_img img {width: 100%;}
	.col-lg-6.digi_img.digi_review div#demo, .col-lg-6.digi_img.digi_review div#demo .carousel-inner, .col-lg-6.digi_img.digi_review div#demo .carousel-inner .carousel-item{height: 100%;}
	.col-lg-6.digi_img.digi_review div#demo .carousel-inner .carousel-item .why_us_slider_content {height: 100%;display: flex;align-items: center;}
	.col-lg-6.digi_img.digi_review div#demo .carousel-inner .carousel-item .why_us_slider_content .cntns {padding: 0px 100px 0px 70px;}
	.carousel-control-next, .carousel-control-prev{width: 8%;}
	.digi_review {padding-right: 50px;}
	.cntrls_btn a.carousel-control-prev:hover {
		opacity: 1;-webkit-box-shadow: 0.125rem 0.159rem 0.3rem rgb(0 0 0 / 10%);box-shadow: 0.125rem 0.159rem 0.3rem rgb(0 0 0 / 10%);}
	.cntrls_btn a.carousel-control-next:hover {
		opacity: 1;-webkit-box-shadow: 0.125rem 0.159rem 0.3rem rgb(0 0 0 / 10%);box-shadow: 0.125rem 0.159rem 0.3rem rgb(0 0 0 / 10%);}
	span.carousel-control-prev-icon {background-image: url(https://www.netkarma.ca/wp-content/uploads/2022/04/left.svg);}
	span.carousel-control-next-icon {background-image: url(https://www.netkarma.ca/wp-content/uploads/2022/04/right.svg);}	
	/*==========We Work CSS==========*/
	.we_work_sec{position: relative;padding-bottom: 160px;background: #f7f7f7;}
	.we_work_sec:before{position: absolute;content: '';background-image: url(https://www.netkarma.ca/wp-content/uploads/2022/04/proccess-box-arrow.png);background-repeat: no-repeat;background-position: bottom;background-size: contain;height: 100%;left: 50px;width: 93%;bottom: 93px;}
	.we_work_sec .main-title { margin-bottom: 160px;}
	.we_work_sec .main-title h2 {margin-bottom: 10px !important;}
	.work_sec {position: relative;}
	section.we_work_sec.sec-padding .container {overflow: visible;}
	.work_inner {text-align: center;padding: 30px 30px;background: #fff;position: relative;z-index: 9;}
	.work_inner h3 {font-size: 20px;margin-top: 10px;margin-bottom: 0px;}
	.wrk_shap {position: absolute;top: -100px;right: -24px;}
	section.we_work_sec.sec-padding .main-title h2 {font-size: 42px;margin-bottom: 15px!important;}
	.wrk_shap span {font-size: 90px;font-weight: 900;opacity: 0.5;color: #c5c9cd;}
	.work_inner {padding: 10px 30px;width: 218px;margin: 0 auto;box-shadow: 0 0 300px 0 rgb(0 0 0 / 18%);}
	.work_inner:before {content: "";position: absolute;top: -60px;left: 0;width: 0;height: 0;border-left: 109px solid transparent;border-right: 109px solid transparent;border-bottom: 60px solid #ffffff;}
	.work_inner:after {content: "";position: absolute;bottom: -60px;left: 0;width: 0;height: 0;border-left: 109px solid transparent;border-right: 109px solid transparent;border-top: 60px solid #ffffff;}

	/*==========our_process CSS==========*/
	section.our_process_main_sec .our_process_oddeven_parent:nth-child(odd) .row {flex-direction: row-reverse;}
	.our_process_content h4 {font-size: 26px;font-weight: 600;margin-bottom: 12px;}
	.our_process_heading_content {width: 51%;text-align: center;margin: 0 auto;}
	.our_process_img img {width: 100%;padding: 70px;}
	section.our_process_main_sec .our_process_oddeven_parent .row .col-lg-6{padding: 0px;}
	.our_process_content {height: 100%;padding: 70px 0px 70px 70px;border-left: 1px solid #cccccc;position: relative;}	
	section.our_process_main_sec {padding: 100px 0px 14px 0px;}
	section.our_process_main_sec .our_process_oddeven_parent:nth-child(odd) .row .col-lg-6 .our_process_img {border-bottom: 1px solid #cccccc;
		height: 100%;}
	section.our_process_main_sec .our_process_oddeven_parent:nth-child(even) .row .col-lg-6 .our_process_content{border-bottom: 1px solid #cccccc;
		height: 100%;}
	section.our_process_main_sec .our_process_oddeven_parent:nth-child(odd):last-child .row .col-lg-6 .our_process_img{border-bottom: none;}
	section.our_process_main_sec .our_process_oddeven_parent:nth-child(even):last-child .row .col-lg-6 .our_process_content{border-bottom: none;}
	section.our_process_main_sec .container {overflow: visible;}
	.div_number_main {position: absolute;left: -49px;background-color: #ffffff;padding: 25px 0px;top: 30px;}
	.div_number_main h2 {font-size: 80px;font-weight: 800;color: #e1e1e1;}
	section.our_process_main_sec .our_process_oddeven_parent:nth-child(odd):last-child .row .col-lg-6 .our_process_content .div_number_main, section.our_process_main_sec .our_process_oddeven_parent:nth-child(even):last-child .row .col-lg-6 .our_process_content .div_number_main{height: 95%;}
	section.our_process_main_sec .our_process_img {display: flex;align-items: end;justify-content: center;height: 100%;}
	.our_process_heading_content h2 {font-size: 42px;font-weight: 800;margin-bottom: 15px!important;}

	/*==========Form CSS==========*/
	section.authorized_zohoform_sec {background-color: #000000;padding: 100px 0px;}
	.main_authorized_form_parent {width: 80%;margin: 0 auto;}
	.zoho_authorized_heading_content {text-align: center;color: #ffffff;width: 60%;margin: 0 auto;}
	.zoho_authorized_heading_content h2 {margin-bottom: 13px!important;font-size: 32px;}
	.frm_field {width: 100% !important;border: 1px solid #555555 !important;border-radius: 3px !important;background: #000 !important;
		height: 50px !important;outline:none;color: #aaa9a9;}
	.frm .col-lg-6.mt-20 label {width: 100%;color: #fff;font-size: 14px;margin-bottom: 10px;}
	.select-arrow {background: #000 !important;border-left: none !important;}
	textarea.frm_field {height: 150px !important;}
	input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.frm_field{color: #ffffff;}
	.sbmt_btn { margin-top: 30px; }
	.frm_btn:hover {background: #fff !important;color: #000 !important;}
	.frm_btn {background: #0095ff !important;	color: #fff !important;border-radius: 3px !important;border: 1px solid #0095ff !important;transition: all 0.3s linear !important;padding: 12px 40px !important;font-size: 14px;line-height: 18px;}
	input.reset_vl {background: #0095ff !important;color: #fff !important;border-radius: 3px !important;border: 1px solid #0095ff !important;
		transition: all 0.3s linear !important;padding: 12px 40px !important;text-transform: uppercase;font-weight: 800;font-size: 14px;line-height: 18px;
		margin-right: 10px;cursor:pointer;}
	input.reset_vl:hover {background: #fff !important;color: #0095ff !important;}

.digi .container-fluid {
    padding-left: 0;
}
.brand__logos img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.owl-stage {
    display: flex;
    align-items: center;
}
.owl-stage {
    display: flex;
    align-items: center;
}
.now__button {
    margin-top: 20px;
}
.blogs__details .blog__btn {
  position: absolute;
  bottom: 25px;
}
.blogs__inner__box {
  position: relative;
}
.blogs__details p {
  margin: 20px 0px 50px 0;
}

/* cdap instructions */

.cdap1_img img {
    width: 100%;
}
section.single_our__content.ml__300 {
    padding: 60px 0px;
}
section.single_our__content.ml__300 ul {
    list-style: disc;
    padding: 20px 0px 20px 40px;
}
section.single_our__content.ml__300 h3 {
    margin: 20px 0px;
}

/* blog */
.singleBlog_img img {
    margin-bottom: 30px;
}
.singleBlogCont ul li {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}
.singleBlogCont p {
    margin-bottom: 20px;
}
.review-section {
    text-align: center;
}
.resuid_inner_block_image {
    border: 1px solid #cbcbcb;
    display: inline-block;
    padding: 50px;
    margin-bottom: 20px;
    border-radius: 250px;
}
.logo a img {
	width: 100%;
}

.parallux-cta .parallux-data p {
    color: #fff;
}
section.digi.secSpaci .owl-nav {
    display: none;
}

.singleBlog_img img {
    width: 100%;
}

.cdap_part_cont {
    margin-bottom: 15px;
}