.dz-wrap{
    max-width:1200px;
    margin:auto;
}
a{text-decoration:none}

.dz-topbar{
    background:#AFD0BF;
    border-bottom:1px solid #e5e5e5;
    font-size:14px;
    padding: 2px 30px;
}
.dz-header {
  position: relative; 
  top: 0;
  width: 100%;
  z-index: 8;
  transition: all 0.3s ease;
}
.dz-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: var(--primary-color);
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.09);
  animation: fadeInDown 0.5s ease-in-out;
}
.dz-navbar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #0B589B;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.09);
  animation: fadeInDown 0.5s ease-in-out;
}
.dz-topbar .dz-wrap{
    display:flex;
    justify-content:space-between;
    padding: 4px 0;
}
.dz-top-left p a{
    margin-right:15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.dz-top-left p {
    margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .dz-top-left p{
   line-height: 18px;
  }
  .dz-topbar{
    padding-left: 7px;
  }
}
.dz-top-right a{
    margin-left:10px;
    color:#333;
}

.dz-mainbar{
    background:#fff;
}
.dz-main-grid{
     display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}
.dz-site-name h1{
    font-size:45px;
    font-weight: 800;
    margin:0;
    color: #fff;
}
.dz-site-name p{
    margin:0;
    font-size:16px;
    color:#fff;
    font-weight:600;
    text-align: center;
}

.dz-actions{
     display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.dz-btn{
    background:#0B589B;
    color:#fff;
    padding:10px 16px;
    border-radius:5px;
    font-weight:600;
}

.dz-menu-btn{
    background:#22c55e;
    border:none;
    width:40px;        
    height:40px;             
    border-radius:6px;
    display:flex;
    flex-direction:column;
    justify-content:center;  
    align-items:center;     
    cursor:pointer;
}

.dz-menu-btn span{
    display:block;         
    width:22px;
    height:3px;
    background:#fff;
    border-radius:2px;
    margin: 0px auto 5px auto;
}

@media screen and (max-width: 990px){
    .dz-site-name{
        display: none;
    }
    .doz-head-header{
        display: block;
    }
}
    
/* .dz-navbar{
    background:#0b589b;
} */
.dz-navbar ul{
    display:block;
    justify-content:center;
    list-style:none;
    margin:0;
    padding:0;
}

.dz-navbar ul li > a {
    color: #000;
    padding: 0px 5px;
    margin-right: 22px;
    display: block;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}


.dz-navbar .submenu li a:hover {
    background: #0B589B;
    color: #fff;
}

.doz-bg-c{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 250px;
}
.doz-bg-c li{
    border-bottom: 1px solid #d1d0d0;
    padding: 10px 7px 10px 15px;
}

@media screen and (max-width: 768px){
    .thm-btn {
    padding: 5px 7px !important;
    font-size: 14px !important;
    line-height: 25px !important;
}
.dz-logo img {
    max-height: 100px;
}
.dz-menu-btn {
    width: 30px;
    height: 30px;
}
.dz-menu-btn span {
    width: 16px;
    height: 2px;
    margin: 0px auto 3px auto;
}
.dz-site-name h1{
    font-size: 30px;
}
}
header .nav-area ul li.main-nav:hover::after {
    color: var(--color-primary) !important;
}

li.has-dropdown:hover::after {
    content: "\f077";
}
.has-dropdown::after {
    position: absolute;
    content: "\f078";
    right: -22px;
    top: 51%;
    transform: translateY(-50%);
    font-weight: 500;
    color: #1C2539;
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    font-size: 14px;
}

li.has-dropdown .submenu {
    min-width: 230px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: 0.3s;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
    padding: 15px 10px;
    transform-origin: 0 0;
    transform: scaleY(0);
}

@media screen and (max-width: 1300px) {
    .nav-area ul {
        gap: 35px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nav-area ul {
        gap: 40px;
    }
}

/*===== Footer styles ======*/
.doz-img-foot img{
    max-width: 150px;
}
.rts-copy-right-1{
    background-color: #000;
    color: #fff;
}
.dozu-ank{
    color: #FC8844;
}
.dozu-ank:hover{
    color: #44D740;
}
.rts-sidebar-menu-desktop img{
    width: 120px;
}

/*==== Banking Page Style =====*/
.doz-font{
    font-size: 16px;
    color: #1c2539;
    font-weight: 600;
    margin-bottom: 8px;
}

.project-content-left{
    background: #fff;
    border-radius: 15px;
    padding: 50px 40px 50px 40px;
    border: 1px solid #E8E8E8;
}
.disc{
   margin-top: 30px;
}
.doz-title{
    font-size: 30px;
    font-weight: 800;
}
.single-check img{
    width: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}
 .single-check span{
    font-size: 18px;
    color: #585859;
    font-weight: 500;
 } 
 .doz-icon-size-80 img{
    width: 70px;
 }
 .doz-font-para{
    font-size: 16px;
    color: #1c2539;
    font-weight: 500;
 }
 .sec-ptb {
    padding: 60px 0;
}
.bg-light-greem {
    background-color: #F5F6F7;
}
.service-sec .sec-content {
    margin-right: 20px;
}
.sec-sub-title, .sec-title {
    position: relative;
    display: block;
}

.sec-title {
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}

.sec-sub-title, .sec-title {
    position: relative;
    display: block;
}
.sec-content p, .sec-content ul.sec-list-item {
    margin-bottom: 30px;
}
.sec-content .sec-btn {
    display: inline-block;
    margin-top: 10px;
}
.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding: 7px 25px;
  background-color: transparent;
  border: 2px solid #0B589B;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.thm-btn:focus{
    color: #fff;
}
.thm-btn:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  background: #0B589B;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.thm-btn:hover:after,
.thm-btn:hover:before {
  width: 0;
}
.thm-btn .txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  /* color: #fff; */
}
.thm-btn:hover {
  color: #0B589B;
}
.thm-btn i {
  position: relative;
  top: 0;
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
  z-index: 1;
}
.thm-btn-style2 {
  color: #fff;
  border: 2px solid #0B589B;
}
.thm-btn-style2:before {
  background: #0B589B;
}
.thm-btn-style2:hover {
  color: #0B589B;
}
.service-lists-style1 .single-service:first-child {
    padding-top: 0;
}
.service-lists-style1 .single-service {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #4680B3;
}
.service-lists-style1 .single-service-icon {
    height: 100px;
    width: 100px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0B589B;
    border-radius: 50%;
    margin-right: 24px;
    transition: all .3s linear;
}
.doz-head{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1c2539;
    text-align: center;
}
.single-service-icon img {
    width: 90px;
    transition: all .3s linear;
}
.service-lists-style1 .single-service-content h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: all .3s linear;
}
.service-lists-style1 .single-service-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    transition: all .3s linear;
}
.partner-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-breadcrumb {
    height: 60px;
}
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 575px) {
  .partner-breadcrumb {
    height: 50px;
  }
}
.title-area-left ul.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-area-left ul.breadcrumb li {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-on-dark);
}

.title-area-left ul.breadcrumb li + li::before {
    content: "/";
    margin: 0 8px;
    color: var(--text-on-dark);
}

.title-area-left ul.breadcrumb li a {
    color: var(--text-on-dark);
    text-decoration: none;
}

.title-area-left ul.breadcrumb li.active {
    font-weight: 800;
}
.gray-bg {
    background: #F5F6F7;
}
.pt-130 {
    padding-top: 80px;
}
.pb-130 {
    padding-bottom: 80px;
}
.mb-30 {
    margin-bottom: 30px;
}
.service-icon img{
    width: 70px;
}
.single-service-item {
    background: #fff;
    border: 1px solid #0000;
    border-radius: 50px 0;
    padding: 30px 28px;
    transition: all .3s;
    position: relative;
    min-height: 300px;
}
span.service-icon {
    background: #F5F6F7;
    text-align: center;
    border-radius: 8px 0;
    width: 60px;
    height: 60px;
    margin-bottom: 54px;
    line-height: 60px;
    transition: all .3s;
    display: block;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-service-item p {
    margin-bottom: 32px;
}

.single-service-item:hover {
    border: 1px solid #0B589B; 
}

.single-service-item:hover .service-icon {
    background-color: #0B589B;
    transition: all 0.3s ease;
}

.single-service-item:hover .service-icon img,
.single-service-item:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.sec-ptb {
    padding: 80px 0;
}
.about-sec .sec-images {
    position: relative;
}
.about-sec .sec-images .sec-img-one {
    width: 80%;
    border-radius: 318px;
}

.overflow-hidden {
    overflow: hidden !important;
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
.about-sec .sec-images .sec-img-one img {
    width: 100%;
}
.h-100 {
    height: 100% !important;
}

.about-sec .sec-images .sec-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    border: 10px solid #fff;
    border-radius: 153px;
}

.overflow-hidden {
    overflow: hidden !important;
}
.fadeInRight {
    animation-name: fadeInRight;
}
.about-sec .sec-images .sec-img-two img {
    width: 100%;
}

.h-100 {
    height: 100% !important;
}
.about-sec .sec-content {
    margin-left: 76px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sec-sub-title, .sec-title {
    position: relative;
    display: block;
}
.doz-col{
    color: #000;
}
.sec-sub-title {
    padding-bottom: 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
.about-sec .sec-images .sec-img-one:after {
    content: "☆";
    font-size: 200px;
    position: absolute;
    color: #0B589B;
    top: 75px;
    right: 7%;
    z-index: -1;
}

.sec-sub-title, .sec-title {
    position: relative;
    display: block;
}
.sec-content p, .sec-content ul.sec-list-item {
    margin-bottom: 30px;
}
.sec-content ul.sec-list-item li {
    position: relative;
    margin-bottom: 16px;
    font-weight: 500;
    color: #787878;
}
.sec-content ul.sec-list-item li i {
    color: #0B589B;
    margin-right: 8px;
}
.sec-list-item{
    list-style-type: none;
}

.service-cat-sec {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #F5F6F7;
}
.service-cat-sec .single-service {
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 320px;
}

.service-cat-sec .single-service .service-num h3 {
    font-size: 30px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 2px #cfcdcd;
    transition: all .2s linear;
    margin-bottom: 0;
}
.service-cat-sec .single-service .service-content {
    padding: 0 10px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.service-cat-sec .single-service .service-content img {
    width: 150px;
    margin: 2px auto 10px auto;
}
.service-cat-sec .single-service .service-content .service-title {
    font-size: 16px;
    font-weight: 500;
    color: #383838;
}
.service-cat-sec .single-service:hover .service-num h3 {
    -webkit-text-stroke: 2px #0B589B;
    transform: translateX(10px);
}

@media screen and (max-width: 1090px){
    .service-cat-sec .single-service {
    min-height: 350px;
}
}
.single-service-doz {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1px;
}
.single-service-doz::before,
.single-service-doz::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  width: 0;
  height: 0;
  background-color: #0B589B;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1; 
}

.single-service-doz::before {
  right: 0;
  bottom: 0;
}

.single-service-doz::after {
  left: 0;
  top: 0;
}
.single-service-doz:hover::before,
.single-service-doz:hover::after {
  width: 100%;
  height: 100%;
}
.single-service-item.active {
      border: 1px solid #0B589B;
}
.single-service-item.active .service-icon{
    background-color: #0B589B;
    transition: all 0.3s ease;
}
.single-service-item.active .service-icon img, .single-service-item.active img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.single-service-doz.active::before, .single-service-doz.active::after {
    width: 100%;
    height: 100%;
}
.service-cat-sec .single-service.active .service-num h3 {
    -webkit-text-stroke: 2px #0B589B;
    transform: translateX(10px);
}
.bg-light-greem {
    position: relative;
}

.bg-light-greem {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
     z-index: 1;
}
.business-solution-area-right-content .featuremain-wrapper .single-feature-wrapper .single-img-wrap {
    clip-path: polygon(48.93% 0.356%, 48.93% 0.356%, 49.136% 0.264%, 49.349% 0.194%, 49.568% 0.143%, 49.791% 0.113%, 50.015% 0.103%, 50.24% 0.113%, 50.463% 0.143%, 50.681% 0.194%, 50.895% 0.264%, 51.101% 0.356%, 98.912% 24.359%, 98.912% 24.359%, 99.106% 24.469%, 99.283% 24.594%, 99.444% 24.734%, 99.586% 24.887%, 99.708% 25.052%, 99.811% 25.227%, 99.892% 25.411%, 99.951% 25.602%, 99.988% 25.798%, 100% 26%, 100% 74%, 100% 74%, 99.988% 74.202%, 99.951% 74.398%, 99.892% 74.589%, 99.811% 74.773%, 99.708% 74.948%, 99.586% 75.113%, 99.444% 75.266%, 99.283% 75.406%, 99.106% 75.531%, 98.912% 75.641%, 51.101% 99.645%, 51.101% 99.645%, 50.895% 99.736%, 50.681% 99.806%, 50.463% 99.857%, 50.24% 99.887%, 50.015% 99.897%, 49.791% 99.887%, 49.568% 99.857%, 49.349% 99.806%, 49.136% 99.736%, 48.93% 99.645%, 1.119% 75.641%, 1.119% 75.641%, 0.925% 75.531%, 0.747% 75.406%, 0.587% 75.266%, 0.445% 75.113%, 0.322% 74.948%, 0.22% 74.773%, 0.138% 74.589%, 0.079% 74.398%, 0.043% 74.202%, 0.031% 74%, 0.031% 26%, 0.031% 26%, 0.043% 25.798%, 0.079% 25.602%, 0.138% 25.411%, 0.22% 25.227%, 0.322% 25.052%, 0.445% 24.887%, 0.587% 24.734%, 0.747% 24.594%, 0.925% 24.469%, 1.119% 24.359%, 48.93% 0.356%);
    background: var(--color-primary);
    height: 80px;
    width: 70px;
    position: absolute;
    left: -41px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-solution-area-right-content .featuremain-wrapper .single-feature-wrapper img{
    width: 45px;
}

.footer-bg {
    background: #4680b3d6;
}
.pb-130 {
    padding-bottom: 80px;
}
.pt-130 {
    padding-top: 80px;
}
.mb-60 {
    margin-bottom: 40px;
}
.tv-section-title {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
}
.pb-20 {
    padding-bottom: 20px;
}
.p-relative {
    position: relative;
}
.tv-process-area.tv-process-area-3 .shap {
    z-index: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
}
.single-process-item .thumb {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    position: relative;
}
.single-process-item .thumb img {
    object-fit: cover;
    border: 8px solid #fff;
    border-radius: 50%;
    width: 280px;
    height: 280px;
}
.single-process-item .content {
    width: 280px;
    margin: 24px auto auto;
}
.single-process-item .content h4 {
    color: #fff;
}
.single-process-item .content p {
    color: #f1f0f0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.single-process-item .thumb span {
    background-color: #FF5E00;
    color: #fff;
    border-radius: 6px;
    height: 38px;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 12px;
    position: absolute;
    bottom: 31px;
    left: -10px;
}
.contact-buttons {
  position: fixed;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 9999;
  list-style: none;
  padding: 6px;
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.contact-buttons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: pulse-ring 1.8s infinite;
  z-index: -1;
}

.whatsapp-btn {
  background: #25D366;
}
.whatsapp-btn::before {
  background: rgba(37, 211, 102, 0.4);
}

.call-btn {
  background: #d20718;
}
.call-btn::before {
  background: rgba(210, 7, 24, 0.4);
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.contact-buttons a:hover {
  transform: scale(1.1);
  color: #fff;
}
.contact-buttons a:focus {
  color: #fff;
}
.doz-f i{
    color: #0B589B;
    font-size: 20px;
}
.doz-t i{
   color: #333;
   font-size: 20px;
}
.doz-i i{
    color: #d448a7;
        font-size: 20px;
}
.doz-l i{
    color: #1e92f8;
    font-size: 20px;
}
@media screen and (max-width: 768px){
    .doz-f i{
        font-size: 16px;
    }
    .doz-t i{
        font-size: 16px;
    }
    .doz-i i{
        font-size: 16px;
    }
    .doz-l i{
        font-size: 16px;
    }
}
@media screen and (max-width: 380px){
    .doz-f i{
        font-size: 14px;
    }
    .doz-t i{
        font-size: 14px;
    }
    .doz-i i{
        font-size: 14px;
    }
    .doz-l i{
        font-size: 14px;
    }
    .dz-topbar{
        padding:  2px 10px;
    }
    .dz-main-grid{
       padding: 2px 10px;
    }
}

.company-history-main-wrapper .single-company-history:hover .left .doz-con-ico::after {
    background: linear-gradient(90deg, #63686C 0%, #FFFFFF 100%);
}

.company-history-main-wrapper .single-company-history .left .doz-con-ico::after {
    content: "";
    right: -20px;
    top: 15px;
    position: absolute;
    width: 177px;
    height: 4px;
    background: linear-gradient(90deg, #F6F6F6 0%, #0B589B 100%);
    border-radius: 6px;
    transition: all 0.3s;
}
.company-history-main-wrapper .single-company-history .left .doz-con-ico {
    position: relative;
}
.doz-ico-data{
    background-color: #0B589B;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}
.doz-data-para{
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.company-history-main-wrapper .single-company-history:hover .doz-ico-data{
    background-color: #fff;
}
.company-history-main-wrapper .single-company-history:hover .doz-ico-data i{
    color: #0B589B;
}
.doz-data-head h3{
    font-size: 30px;
    font-weight: 700;
    color: #000 ;
    margin-left: 20px;
}
.doz-ico-img img{
    width: 38px;
}

.doz-ico-img {
    height: 60px;
    min-width: 60px;
    border-radius: 10px !important;
    background: #FFE4D4 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.single-service-style-three .icon {
    position: relative;
    display: inline-block;
}

.single-service-style-three .icon::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ff7a00;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.4s ease;
    z-index: 0;
}

.single-service-style-three .icon img {
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
    width: 40px;
}

.single-service-style-three:hover .icon::before,
.single-service-style-three.active .icon::before {
    transform: translate(-50%, -50%) scale(1);
}

.single-service-style-three:hover .icon img,
.single-service-style-three.active .icon img {
    filter: brightness(0) invert(1);
}
.single-service-style-three .inner {
    border: 3px solid transparent;
    transition: 0.3s ease;
}

.single-service-style-three:hover .inner {
    border: 3px solid #ff7a00;
}

.single-service-style-three.active .inner {
    border: 3px solid #ff7a00;
}

.rts-why-choose-us-section-8 {
    background: #F2F2F2 !important;
}
.doz-manage-c{
    border: none !important;
    background-color: #fff;
    border-radius: 20px !important;
    text-align: center !important;
    padding: 10px !important;
}
.doz-manage-img{
    background-color: #AFD0BF;
    border-radius: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto 10px;
}
.doz-manage-img img{
    width: 38px;
}
.doz-title{
    font-size: 18px;
    font-weight: 500;
    color: #5e5d5d;
    margin-bottom: 0;
}
.tech-section {
    background: #FFFFFF;
}
.tech-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid transparent;
    transition: 0.4s ease;
    cursor: pointer;
}
.tech-card h5 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.tech-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 2px solid #0B589B;
}
.banner-para{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}
.doz-img-shape{
    height: 100%;
    width: 100%;
}
.doz-hw-font{
    font-size: 40px;
    font-weight: 700;
}
.text-muted-para{
    font-size: 16px;
    font-weight: 500;
    color: #5c5b5b;
}
.doz-tech-c1{
    background-color: #d47d36;
}
.doz-tech-c2{
    background-color: #819040;
}
.doz-tech-c3{
    background-color: #2F8488;
}
.doz-tech-c4{
    background-color: #E5809F;
}
.doz-tech-c5{
    background-color: #ebb112;
}
.doz-tech-c6{
    background-color: #0984E3;
}
.doz-tech-c7{
    background-color: #958269;
}
.doz-tech-c8{
    background-color: #829141;
}
.doz-tech-c9{
    background-color: #2F8480;
}
.doz-train-h{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.doz-train-para{
    font-size: 16px;
    font-weight: 500;
    color: #606060;
    text-align: center;
}
.doz-train-card {
    background-color: #fff !important;
    border: 1px solid #7a7a7a;
    border-radius: 15px !important;
}
.doz-p-train p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.doz-training-ico{
    width: 50px;
    height: 50px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #44D740;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.doz-img-t{
    width: 150px;
}
.doz-investment .counter-about-area{
    padding: 0 !important;
    background-color: #AFD0BF !important;
}
.doz-para-t{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 0;
}
.rts-invest-sec{
    margin-bottom: 15px !important;
}

.rts-invest-sec .icon {
  height: 30px !important;
  min-width: 30px !important;
  background: #4680B3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.rts-invest-sec .icon span{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.doz-sp-t{
    width: 30px;
    height: 30px;
    background: #4680B3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.doz-sp-t i{
    color: #fff !important;
    font-size: 18px;
}
.doz-check{
    margin-bottom: 15px !important;
}
.doz-headig-t{
    font-size: 35px;
    font-weight: 700;
     color: #000;
}
.doz-tran-card{
    background-color: #F2F2F2 !important ;
    border: none !important;
    border-radius: 20px !important;
    padding-bottom: 20px !important;
    min-height: 270px !important;
}
.doz-made-ico{
  background-color: #0B589B;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.doz-made-ico span{
    color: #fff;
    font-size: 40px;
}
.doz-head-m{
  font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;  
}
.doz-para-m{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
}

.hero-section{
    background:#ffffff;
    padding:120px 0;
    position:relative;
    overflow:hidden;
}

.hero-title{
    font-size:70px;
    font-weight:800;
    color:#202b4c;
}

.hero-desc{
    color:#666;
    font-size:18px;
    max-width:600px;
    margin:auto;
}

.hero-img{
    position:absolute;
}

.hero-img.left{
    left:0;
    bottom:0;
    width:180px;
}

.hero-img.right{
    right:0;
    bottom:0;
    width:200px;
}

.hero-bg{
    position:absolute;
    bottom:0;
    width:100%;
    opacity:.1;
}

.feature-section{
position:relative;
margin-top:80px;
}

.feature-wrapper{
padding:15px 95px 30px;
background:#ffffff;
box-shadow:0px 30px 80px rgba(0,60,175,0.07);
border-radius:15px;
}

.block-style-six .icon{
width:50px;
height:50px;
line-height:45px;
border-radius:50%;
margin:0 auto;
font-size: 25px;
}

.icon-blue{
background:rgba(68,109,255,0.07);
color:#446DFE;
}

.icon-pink{
background:rgba(253,232,255,1);
color:#F36EFF;
}

.icon-orange{
background:rgba(255,122,65,0.12);
color:#FF7A41;
}

.block-style-six h6{
font-size:20px;
margin:25px 0 20px;
font-weight:600;
}

.block-style-six p{
font-size:17px;
line-height:29px;
color:#666;
}
.shapes{
position:absolute;
z-index:-1;
}

.shape-one{
right:0;
top:-31px;
width:38%;
}

.shape-two{
left:0;
bottom:-23px;
width:33%;
}
.doz-t-title{
    font-size: 40px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}

.welcome_section{
padding:130px 0 100px;
}
.sec-title{
    margin-top: 50px;
}

.sec-title h2{
font-size:35px;
font-weight:800;
color: #0B589B;
}

.sec-title p{
    font-size: 18px;
    font-weight: 700 !important;
    color: #FC8844;
    margin-bottom: 10px;
}

.sec-title .text{
margin-top:20px;
color:#666;
}
.outer_icon_box_two{
position:relative;
margin-top:60px;
min-height: 200px;
}

.outer_icon_box_two::before{
content:"";
position:absolute;
border:2px solid #0B589B;
width:100%;
height:100%;
border-radius:10px;
top:-10px;
left:-10px;
z-index: 3;
transition:0.6s;
}
.outer_icon_box_two.active .icon_box,
.outer_icon_box_two:hover .icon_box {
    background: #FC8844;
}
.outer_icon_box_two.active::before,
.outer_icon_box_two:hover::before {
    border-color: #FC8844;
}

.icon_box{
position:absolute;
top:-53px;
left:0;
right:0;
margin:auto;
width:90px;
height:90px;
line-height:90px;
background:#0B589B;
border-radius:50%;
text-align:center;
color:#fff;
font-size:40px;
z-index:4;
transition: all .6s ease-in-out;
}

.icon_box:before{
content:"";
position:absolute;
width:80px;
height:80px;
border:2px solid #fff;
border-radius:50%;
top:5px;
left:5px;
}

.inner_box{
padding:75px 40px 40px;
border-radius:10px;
background:#fff;
box-shadow:0 9px 29px rgba(0,0,0,.09);
text-align:center;
overflow:hidden;
position:relative;
min-height: 200px;
}

.bg_box{
position:absolute;
top:0;
left:0;
}

.outer_icon_box_two .content_bx {
  position: relative;
  z-index: 5;
}

.bg_box.two{
right:0;
left:auto;
bottom:0;
top:auto;
}

.content_bx p{
margin-bottom:18px;
color:#333;
font-size: 18px;
font-weight: 500;
}

.welcome_section .shape-wrapper{
position:relative;
}

.welcome_section .shapes{
position:absolute;
z-index:-1;
max-width:100%;
}

.welcome_section .shape-one1{
right: 0;
top: 7%;
width: 35%;
}
.doz-heading-text{
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.welcome_section .shape-two1{
left:0;
bottom:-3.7%;
width:30%;
}
@media screen and (max-width: 1050px){
    .welcome_section .shape-one1 {
    right: 0;
    top: 7%;
    width: 33%;
}
}
@media screen and (max-width:768px){
    .outer_icon_box_two::before{
        left: 0;
    }

    .sec-title{
        margin: 0;
        text-align: center !important;
    }
    .doz-hw-font{
        font-size: 30px;
    }
    .doz-heading-text{
      font-size: 30px;
    }
    .doz-t-title{
        font-size: 25px;
    }
    .feature-wrapper{
        padding: 20px 20px;
    }
}

.banner-style-eight{
position:relative;
margin:0px 50px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
box-shadow:0px 5px 22px rgba(0,0,0,.06);
padding: 40px 0 20px 0;
overflow:hidden;
background:#fff;
}

.large-container{
max-width:1690px;
margin:auto;
padding:0 15px;
}

.content-box{
position:relative;
max-width:711px;
height:622px;
display:flex;
align-items:center;
z-index:5;
}

.content-layer{
position:absolute;
height:100%;
width:100%;
left:0;
top:0;
}

.content_box_inner{
position:relative;
top: -40px;
padding:0 100px;
}

.content-box h1{
font-size:40px;
line-height:60px;
color:#fff;
font-weight:800;
margin-bottom:20px;
}

.content-box h1 span{
display:block;
}

.content-box p{
font-size:20px;
line-height:30px;
color:#dde1ea;
margin-bottom:40px;
}

.content-image{
position:absolute;
top:0;
right:0;
}

.fadeInUp{
animation:fadeInUp 1.2s ease;
}

@keyframes fadeInUp{
from{
opacity:0;
transform:translateY(100%);
}
to{
opacity:1;
transform:translateY(0);
}
}
@media screen and (max-width: 1050px){
    .content_box_inner{
       padding: 0 70px;
       top: -15%;
    }
    .content-box{
      max-width: 800px;
    }
    .content-box h1{
        font-size: 30px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 950px){
    .content_box_inner{
       padding: 0 100px; 
    }
    .content-box{
      max-width: 600px;
    }
}
@media screen and (max-width:768px){
    .content_box_inner{
       padding: 0 80px;
       top: -40px;
    }
    .banner-style-eight{
        margin: 0 10px;
    }

    .content-box{
      max-width: 600px;
       height: 500px;
    }
    .content-box h1{
        font-size: 35px;
    }
}

@media screen and (max-width: 580px){
    .content_box_inner{
       padding: 0;
    }
    .banner-style-eight {
        margin: 0px;
        border-radius: 0px;
        padding: 100px 0px 130px;
        background: #0B589B;
    }
    .banner-style-eight .content-box {
        width: auto;
        text-align: center;
        height: auto;
        display: block;
    }
    .banner-style-eight .content-box .content-layer {
        display: none;
    }
    .banner-style-eight .content-image {
        display: none;
    }
}
