@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    transition: all 0.5s ease-in-out 0s;
}
.header{
	position: absolute;
    width: 100%;
    z-index: 1200;
    top: 0;
    left: 0;
}
.header-top{
    background-color: #0d0f33;
    line-height: 17px;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a{
    text-decoration: none;
    color: #0080c3;
}
.topbar-link{
	color: #ffffff;
    font-weight: 500;
}
.topbar-link ul li{
	display: inline-block;
	margin: 0;
    padding: 0 20px;
    font-size: 13px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.header-top li:last-child {
    border-right: none;
    padding-right: 0;
}
.topbar-link i{
	margin-right: 5px;
    color: #d82b72;
    font-size: 16px;
    vertical-align: middle;
}
.header-top .social-icons li {
    margin: 0;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.social-icons li a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border: 0;
    background: transparent;
    border-right: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    overflow: hidden;
    transition: all .3s ease;
}
.social-icons li:hover a {
    transform: rotateY(360deg);
}
.header #header-wrap {
    position: relative;
    background: rgba(255,255,255,0.02);
}
.header #header-wrap .logo-sticky {
    display: none;
}
#header-wrap.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #0d0f33;
    animation: smoothScroll 1s forwards;
}
.header #header-wrap.fixed-header .logo-sticky {
    display: block;
}
.navbar-brand {
    margin-right: 0;
    padding: 0 !important;
    background: #0d0f33;
    display: flex;
    align-items: center;
}
.navbar-brand img{
    width: 145px;
    padding: 0px 10px
}
/*.navbar-brand img{
    padding: 18px 0px;
}*/
.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-btn{
    background: #0080c3;
    color: #ffffff;
    padding: 16px 35px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
    font-weight: 700;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    transition: all 0.5s ease-in-out 0s;
}
.header-btn:hover{
    background-color: #ffffff;
    color: #0080c3;
}
.navbar ul{
  list-style: none;
  margin: 0 auto;
}
.navbar>ul{
  display: flex;
  flex-direction: row;
}
.navbar ul li{
  position: relative;
}
.navbar ul li a{
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
.navbar ul li a.active ,.navbar ul li a:hover{
  color: #d82b72;
}
.ser-btn ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.ser-btn ul li a{
  text-decoration: none;
}
.ser-btn #ser-btn-icon{
  display: inline-block;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
.ser-btn .enquiry-btn a{
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  display: block;
  background-color: #0093FF;
  border: 2px solid #0093FF;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.5s;
}
.ser-btn .enquiry-btn a:hover{
  color: #152733;
  background-color: #fff;
  border: 2px solid #152733;
}
#bar-icon{
  display: none;
}
.down-arrow{
  position: absolute;
  right: 0;
  top: 18px;
  display: inline-block;
  font-size: 13px;
}
.navbar ul ul li a .down-arrow{
  display: block;
  position: absolute;
  right: 10px;
  top: 18px;
}
@media(min-width:992px){
  .navbar ul li ul{
    position: absolute;
    list-style: none;
    min-width: 245px;
    padding: 20px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 20%);
    transition: all 0.3s;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    border-radius: 6px;
  }
  .navbar ul>li:hover>ul{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .navbar ul ul li{
    position: relative;
  }
  .navbar ul ul li a{
    display: block;
    color: #0d2c13;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 10px;
    line-height: 1.8rem;
    transition: all 0.5s;
  }
  .navbar ul ul li a:before{
    content: "";
    background: #0080c3;
    opacity: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -2.5px;
  }
  .navbar ul ul li a:hover:before{
    opacity: 1;
    left: 0;
    animation: opacitychange 1s ease-in-out infinite;
  }
  .navbar ul ul li a:hover{
    color: #0080c3;
    padding-left: 20px;
  }
  .navbar ul li ul ul{
    position: absolute;
    left: 109%;
    top: 0;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    border-radius: 6px;
}
  @keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}
}
@media(max-width:1200px){
  .logo a{
    font-size: 20px;

  }
  .navbar ul li a{
    font-size: 15px;
    padding: 22px 16px;
  }
  .ser-btn .enquiry-btn{
    padding: 10px 3px;
    font-size: 12px;

  }
}
@media(max-width:992px){
  .navbar>ul{
    position: absolute;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 60px;
    width: 90%;
    margin: auto;
    flex-direction: column;
    border-top: 8px solid #ffffff;

  }
  .header{
    height: 60px;
  }
  .ser-btn .enquiry-btn{
    display: none;
  }
.ser-btn #bar-icon{
    display: block;
  }
  .ser-btn #bar-icon a{
    background: none;
    height: 34px;
    width: 40px;
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
  }
  .logo a{
    font-size: 30px;
    font-weight: 800;
  }
  /*.navbar ul li {
    border-top: 1px solid #e6e6e6;
  }*/
  .navbar ul li a{
    padding: 15px 16px;
    color: #0d2c13;
  }
  .navbar ul li>ul{
    background-color: #ffffff;
  }
  .navbar ul li>ul li a{
    font-size: 13px;
    padding: 10px 25px;
  }
  .navbar ul ul li a .down-arrow{
    font-size: 14px;
    transform: rotate(0deg);
  }
  .navbar ul li a .down-arrow{
    right: 18px;
    top: 21px;
    font-size: 14px;
  }
  .navbar ul li ul li>ul{
    background-color: #ffffff;
    margin-left: 20px;
  }

  #menu{
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  #menu.show{
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
  }
  .submenu{
    display: none;
  }
  .submenushow{
    display: block;
  }
}
.fullscreen-banner {
    position: relative;
    min-height: 750px;
    height: 750px;
}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item {
    height: 100%;
}
.banner-slider .active .image-layer {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-slider .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    transform: scale(1);
    transition: all 3000ms linear;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-slider .image-layer:before{
    position: absolute;
    content: '';
    background-color: #060620;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}
.banner-content{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
    transform: translateY(-50%);
}
.banner-slider h5{
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}
.banner-slider h1{
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}
.banner-slider h1 span{
    color: #d82b72;
    font-weight: 900;
}
.banner-slider .lead{
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.site-btn1{
    background: #0080c3;
    color: #ffffff;
    padding: 16px 35px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
    font-weight: 700;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.site-btn1:hover{
    color: #fff;
}
.site-btn1:before{
    content: "";
    background: #d82b72;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.site-btn1:hover:before {
    opacity: 1;
    left: 0;
}
.site-btn1:after {
    content: "";
    background: #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    animation: opacitychange 1s ease-in-out infinite;
    transition: all 0.5s ease-in-out 0s;
}
.site-btn1:hover:after {
    opacity: 1;
    left: 10px;
}
.site-btn2{
    background: #ffffff;
    color: #0d2c13;
    padding: 16px 35px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
    font-weight: 700;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.site-btn2:hover{
    color: #d82b72;
}
.site-btn2:before{
    content: "";
    background: #d82b72;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.site-btn2:hover:before {
    opacity: 1;
    left: 0;
}
.site-btn2:after {
    content: "";
    background: #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    animation: opacitychange 1s ease-in-out infinite;
    transition: all 0.5s ease-in-out 0s;
}
.site-btn2:hover:after {
    opacity: 1;
    left: 10px;
}
.video-btn {
    position: relative;
    display: inline-block;
}
.video-btn .play-btn {
    animation: ripple-white 1s linear infinite;
    background: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
}
.video-btn .play-btn i {
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #0080c3;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .2s ease-out !important;
    transform: translate3d(-50%, -50%, 0);
}
@keyframes ripple-white {
 0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
}
100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
    box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
} }

.banner-slider .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    z-index: 999;
}
.banner .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    z-index: 999;
}
.banner-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.banner-slider.owl-carousel .owl-nav button.owl-prev{
    background: rgba(0,73,208, 0.1);
    border-color: transparent;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-weight: normal;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.5s ease-in-out 0s;
}
.banner-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.banner-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(0,73,208, 0.1);
    border-color: transparent;
    color: #ffffff;
}
.banner-slider.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-weight: normal;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.5s ease-in-out 0s;
}
.banner-slider.owl-carousel .owl-nav button.owl-prev:hover{
    color: #fff;
    border-color: #0080c3;
    background: #0080c3;
}
.banner-slider.owl-carousel .owl-nav button.owl-next:hover {
    color: #fff;
    border-color: #0080c3;
    background: #0080c3;
}
.about{
    padding: 80px 0;
}
.experince-box{
    margin-top: -1rem !important;
    padding-right: 0.25rem !important;
}
.experince-box .box{
    background-color: #0080c3;
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    display: flex!important;
    align-items: center!important;
    margin-top: 2rem;
}
.experince-box .box span{
    font-weight: 900;
    font-size: 60px;
    line-height: 100px;
    margin-right: 1rem !important;
    color: #ffffff;
}
.experince-box .box h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
}
.about-img3 img{
    border: 10px solid #ffffff;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.mt-n3{
    margin-top: -1rem !important;
}
.mt-n11{
    margin-top: -5rem !important;
}
.section-title {
    margin-bottom: 40px;
    position: relative;
}
.section-title h6{
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d82b72;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
}
.section-title .title{
    margin-bottom: 15px;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    color: #0d2c13;
}
.section-title h2 span{
    color: #0080c3;
    font-weight: 900;
    text-decoration: underline;
}
.section-title p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
.about-call i{
    font-size: 2em;
    background-color: #d82b72;
    padding: 1rem !important;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    color: #ffffff;
}
.about-call .number a{
    color: #0080c3;
    font-weight: 700;
}
.about-list{
    color: #000000;
}
.about-list li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 0.5rem !important;
}
.about-list li:before{
    content: "";
    border: 1px solid #0080c3;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.about-list li:after{
    animation: opacitychange 1s ease-in-out infinite;
    content: "";
    background: #d82b72;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.service-box{
    background: #0d0f33;
    margin-left: 15px;
    margin-top: 15px;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.service-box .service-img{
    top: -15px;
    left: -15px;
}
.service-img{
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}
.service-img:before{
    background: #0080c3;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform: translate3d(0,-100%,0);
    transition: all 0.5s ease-in-out 0s;
}
.service-box:hover .service-img:before{
    transform: translate3d(0,0,0);
}
.img-hover{
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    transition: transform 0.70s ease-in-out 0s;
    transform: translate3d(-100%,0,0);
}
.img-hover p{
    color: #ffffff;
    font-size: 15px;
}
.service-box:hover .img-hover{
    transform: translate3d(0,0,0);
}
.popup-img{
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.70s ease-in-out 0s;
    transition: transform 0.70s ease-in-out 0s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    background: #ffffff;
    color: #0d2c13;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.service-box:hover .popup-img{
    transform: translate3d(0,5px,0);
}
.service-box .service-content{
    background: #fff;
    padding: 20px 30px;
}
.service-box .service-content span{
    background: rgba(251,59,60,0.1);
    font-size: 13px;
    font-weight: 700;
    color: #0080c3;
    padding: 1px 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.service-box .service-content h4{
   font-size: 24px;
   font-style: normal;
   font-weight: 600;
   line-height: 34px;
   color: #0d2c13;
   display:block ;
}
.blog{
    padding: 80px 0;
    position: relative;
}
.blog-box{
    position: relative;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    transition: all 0.5s ease-in-out 0s;
}
.blog-box .blog-img{
    overflow: hidden;
    position: relative;
    margin: 15px 15px 0;
}
.post-date {
    position: absolute;
    left: 15px;
    top: 0;
    background: #d82b72;
    padding: 3px 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.blog-box .blog-content{
    padding: 30px 30px 50px;
    position: relative;
}
.blog-content ul li{
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #7a7a7a;
}
.blog-meta ul li + li {
    padding-left: 0.5rem;
}
.blog-meta ul li + li:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #d82b72;
    content: "/";
}
.blog-title h4 a{
    color: #0d2c13;
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
}
.blog-title h2 a{
    color: #0d2c13;
    display: inline-block;
    font-weight: 600;
    font-size: 35px;
    font-style: normal;
    line-height: 34px;
}
.blog-desc p{
    line-height: 1.7;
    font-size: 15px;
    color: #7a7a7a;
}
.blog-desc blockquote{
    background-color: #e4fcfa;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding: 2rem !important;
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
    color: #000;
    text-align: center;
}
.blog-desc blockquote span{
    color: #0080c3;
    margin-top: 0.5rem !important;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.icon-link{
    background: #ffffff;
    color: #0d2c13;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}
.icon-link:hover{
    background: #d82b72;
    color: #ffffff;
    transform: rotate(360deg);
}
.subscribe{
    background-color: #e4fcfa;
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.subscribe-form {
    padding: 15px;
    position: relative;
    background: #ffffff;
}
.subscribe-form .group{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe-form .group input[type=email]{
    width: 65%;
    border: none;
    background: #ffffff;
    color: #0d2c13;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    outline: none;
}
.footer-social li{
    display: inline-block;
    padding: 0;
    margin: 0 8px 0 0;
}
.footer-social li a{
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 0;
    background: transparent;
    transition: all .3s ease;
}
.footer-social li:hover a{
    transform: rotateY(360deg);
}
.footer-social li.facebook a{
    background-color: #3b5998;
}
.footer-social li.twitter a{
    background-color: #00aced;
}
.footer-social li.instagram a{
    background-color: #8a3ab9;
}
.footer-social li.linkedin a{
    background-color: #0A66C2;
}
.footer-social li.youtube a{
    background-color: #FF0000;
}
.footer{
    position: relative;
    overflow: hidden;
    background: #0d0f33;
}
.blink-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}
.blinkblink {
    animation-name: blinkblink;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes blinkblink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.primary-footer {
    position: relative;
    z-index: 99;
    color: #0d2c13;
    padding: 80px 0;
}
.primary-footer {
    position: relative;
    z-index: 99;
    color: #0d2c13;
    padding: 80px 0;
}
.footer-about{
    background-color: #d82b72;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.footer-about p{
    font-size: 14px;
    text-align: justify;
}
.footer-logo{
    background: #0d0f33;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.footer-logo img{
    width: 150px;
    padding: 10px 15px;
}
.footer-contact li{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    color: #ffffff;
}
.footer-contact li i{
    font-size: 22px;
    color: #0080c3;
    vertical-align: middle;
    line-height: 24px;
    margin-right: 10px;
}
.footer-contact li p{
    line-height: 1.7;
}
.footer h4 {
    padding-left: 15px;
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color: #ffffff;
}
.footer h4:before{
    content: "";
    background: #d82b72;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    animation: opacitychange 1s ease-in-out infinite;
}
.footer-list li{
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer-list li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}
.footer-list li a:before{
    content: "";
    background: #0080c3;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -2.5px;
    opacity: 0;
}
.footer-list li a:hover {
    color: #0080c3;
    padding-left: 15px;
}
.footer-list li a:hover:before {
    opacity: 1;
    left: 0;
    animation: opacitychange 1s ease-in-out infinite;
}
.recent-post-thumb {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 75px;
    overflow: hidden;
}
.recent-post-desc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.recent-post-desc span{
    color: #d82b72;
}
.recent-post-desc a{
    display: block;
    margin-top: 2px;
    color: #ffffff;
    font-weight: 600;
}
.copyright {
    border-top: 1px solid #e1e1e1;
    padding: 30px 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.offer{
    padding-bottom: 80px;
}
.offer-content p{
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}
.featured-box{
    padding: 30px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.featured-box.box1{
    background-color: rgba(0, 73, 208, 0.07);
}
.featured-box.box1:before{
    position: absolute;
    z-index: 9;
    content: '';
    opacity: 0;
    transition: opacity 0.70s, transform 0.70s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px dashed #d82b72;
    border-bottom: 1px dashed #d82b72;
    transform: scale(0, 1);
    transform-origin: 0 0;
}

.featured-box.box2:before{
    position: absolute;
    z-index: 9;
    content: '';
    transition: opacity 0.70s, transform 0.70s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px dashed #d82b72;
    border-bottom: 1px dashed #d82b72;
}
.featured-box.box1:hover::before{
    opacity: 1;
    transform: scale(1);
}
.featured-box.box1:after{
    position: absolute;
    z-index: 9;
    content: '';
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px dashed #d82b72;
    border-left: 1px dashed #d82b72;
    transform-origin: 100% 0;
    transition: opacity 0.70s, transform 0.70s;
    opacity: 0;
}
.featured-box.box2:after{
    position: absolute;
    z-index: 9;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px dashed #d82b72;
    border-left: 1px dashed #d82b72;
    transition: opacity 0.70s, transform 0.70s;
}
.featured-box.box1:hover::after{
    transition-delay: 0.15s;
    opacity: 1;
    transform: scale(1);
}
.featured-box.box1:hover{
    box-shadow: none;
    background: none !important;
}
.featured-box .featured-icon{
    position: relative;
    z-index: 9;
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    color: #0080c3;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}
.featured-box:hover .featured-icon{
    background: inherit !important;
    color: #ffffff;
}
.featured-box:hover .featured-icon:before{
    width: 100%;
    left: 0;
    right: auto;
}
.featured-box.box2 .featured-icon:before{
    width: 100%;
    left: 0;
    right: auto;
}
.featured-box.box2 .featured-icon {
    background: inherit !important;
    color: #ffffff;
}
.featured-box .featured-icon:before{
    content: "";
    background: #d82b72;
    z-index: -1;
    width: 0;
    height: 70px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.featured-box .featured-icon i{
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
}
.featured-title h5 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.featured-content p{
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 15px;    
    color: #7a7a7a;
}
.page-title{
    background-image: url(../../assets/img/bread-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    display: block;
    position: relative;
    padding: 200px 0 100px;
    z-index: 0;
}
.page-title:before{
    position: absolute;
    content: '';
    background-color: #060620;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: rgba(255,255,255,0.8);
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
}
.page-title h1 {
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.breadcrumb {
    background: none;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item a {
    color: #ffffff;
    transition: all 0.5s ease-in-out 0s;
}
.breadcrumb-item.active, .breadcrumb-item a:hover {
    color: #d82b72;
}
.counters{
    position: relative;
    padding: 80px 0;
}
.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.box-shadow{
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.counter{
    margin-bottom: 40px;
    position: relative;
    z-index: 9;

}
.counter img{
    margin-left: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 60px;
}
.counter h6{
    display: block;
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0;
}
.counter span {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #0d2c13;
    display: inline-block;
    margin: 0 0 10px;
}
.testimonial{
    padding: 80px 0;
    margin-top: 2rem !important;
    position: relative;
    margin-bottom: 80px;
}
.testimonial:after{
    background: #0d0f33;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
}
.progress-bar h4 {
    color: #0d2c13;
    font-weight: 600;
    font-size: 16px;
    width: 20%;
}
.progress-bar .progress {
    height: 4px;
    background: #fff7e0;
    overflow: visible;
    align-items: center;
    position: relative;
    width: 60%;
    border-radius: 0;
}
.ht-progress-bar h4 {
    color: #0d2c13;
    font-weight: 600;
    font-size: 16px;
    width: 20%;
    line-height: 34px;
}
.ht-progress-bar .progress {
    height: 4px;
    background: #fff7e0;
    overflow: visible;
    align-items: center;
    position: relative;
    width: 60%;
    border-radius: 0;
}
.ht-progress-bar .progress .progress-bar {
    height: 4px;
    background-color: #0080c3;
    overflow: visible;
}
.ht-progress-bar .progress-parcent {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    color: #d82b72;
    font-size: 16px;
    font-weight: 600;
}
.dark-bg {
    background-color: #0d0f33;
}
.testimonial .owl-carousel .owl-item img{
    width: unset;
}
.testimonial-content p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
    color: #ffffff;
    font-style: italic;
}
.testimonial-caption {
    position: relative;
    margin-top: 20px;
    display: inline-block;
}
.testimonial-caption h5{
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    color: #d82b72;
    line-height: 26px;
}
.testimonial-caption label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
    display: block;
}
 .testimonial .owl-carousel .owl-nav {
    bottom: 0;
    top: inherit;
    transform: inherit;
}
.testimonial .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: 100%;
    left: 0;
    cursor: pointer;
    z-index: 999;
    bottom: -70px;
}
.testimonial .owl-carousel .owl-nav button.owl-prev{
    background: rgba(255,255,255,0.10);
}
.testimonial .owl-carousel .owl-nav button.owl-prev {
    left: inherit;
    margin-right: 10px;
}
.testimonial .owl-carousel .owl-nav button.owl-prev, .testimonial .owl-carousel .owl-nav button.owl-next {
    position: relative;
    transform: inherit;
    top: inherit;
}
.testimonial .owl-carousel .owl-nav button.owl-prev, .testimonial .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-weight: normal;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
}
.testimonial .owl-carousel .owl-nav button.owl-next {
    background: rgba(255,255,255,0.10);
}
.testimonial .owl-carousel .owl-nav button.owl-next {
    right: inherit;
}
.testimonial .owl-carousel .owl-nav button.owl-next {
    position: relative;
    transform: inherit;
    top: inherit;
}
.testimonial .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-weight: normal;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
}
.contact-upper{
    padding: 80px 0;
}
.contact-upper .row{
    overflow-x:unset ;
}
.contact-upper-bg{
    background-image: url('../../assets/img/conatct-upper-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -80.4px;
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
    position: relative;
    z-index: 0;
    text-align: center!important;
}
.contact-upper-bg:before{
    background-color: #0080c3;
    opacity: 0.8;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-main{
    background-color: #ffffff;
    margin-top: -5rem !important;
    padding: 2rem !important;
}
.form-control{
    height: 50px;
    color: #0d2c13;
    font-weight: 500;
    background-color: inherit;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.form-select{
    height: 50px;
    color: #0d2c13;
    font-weight: 500;
    background-color: inherit;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.form-select:focus{
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
}
textarea.form-control{
    height: auto;
}
.contact-details{
    background-color: #ffffff;
    padding: 2rem !important;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}
.contact-media h5{
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
    color: #0d2c13;
}
.contact-media a{
    color: #0d2c13;
    display: block;
    margin-bottom: 10px;
}
.contact-social li{
    display: inline-block;
    padding: 0;
    margin: 0 8px 0 0;
}
.contact-social .facebook a{
    background-color: #3b5998;
}
.contact-social .twitter a{
    background-color: #00aced;
}
.contact-social .instagram a{
    background-color: #3f729b;
}
.contact-social .linkedin a{
    background-color: #ea4c89;
}
.contact-social .youtube a{
    background-color: #007bb6;
}
.contact-social li a{
    color: #ffffff;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    transition: all .3s ease
}
.map-area{
    padding-top: 80px;
}
.team{
    padding: 80px 0;
}
.team-member{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.team-member .team-img{
    position: relative;
    overflow: hidden;
}
.team-member .team-hover{
    width: auto;
    height: auto;
    margin: 0;
    align-items: flex-start;
    padding-top: 50px;
    background: rgba(0,73,208,0.8);
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
    transform: scale(0);
    transition: transform 0.80s;
}
.team-member:hover .team-hover {
    transform: scale(1);
}
.team-social-icon li{
    margin: 10px 0px;
    position: relative;
}
.team-social-icon li a{
    background: #0d0f33;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.team-social-icon li a:hover {
    background: #d82b72;
    color: #ffffff;
}
.team-member .team-desc{
    position: absolute;
    bottom: 0;
    background: #ffffff;
    padding: 15px 25px;
    overflow: hidden;
}
.team-member .team-desc h5 a{
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
    color: #0080c3;
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
}
.team-member .team-desc span{
    color: #0d2c13;
    font-weight: 500;
    display: block;
}
.faq{
    padding: 80px 0;
}
.faq .accordion .card {
    border: none;
    margin-bottom: 10px;
    overflow: inherit;
    background: none;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 0px 20px;
}
.faq .accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}
.faq .accordion .card-header a {
    padding: 15px 22px 15px 43px;
    background: none;
    font-weight: 400;
    font-size: 16px;
    color: #0080c3;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    margin: 0px 10px;
}
.faq .accordion .card-body {
    padding: 30px;
    padding-top: 0;
    line-height: 2;
}
.faq .accordion .card-header a:before {
    content: "+";
    font-size: 18px;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}
.faq .accordion .card-header a[aria-expanded="true"]:before {
    content: "-";
    transform: translateY(-50%);
}
.clients{
    padding: 80px 0;
}
.client-box{
    position: relative;
    text-align: center;
    border: 2px solid #ddd;
    margin-bottom: 40px;
}
.client-box .client-img{
    position: relative;
    overflow: hidden;
}
.client-box .client-hover{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 86%;
    height: 86%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
    transform: scale(0);
    transition: transform 0.80s;
    background: rgba(0,73,208,0.8);
}
.client-box:hover .client-hover{
    transform: scale(1);
}
.client-box h4{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.client-box:hover h4{
    transform: rotate(360deg);
    font-size: 40px;
}
.technology-partners{
    padding: 80px 0;
}
.technology-box{
    position: relative;
    text-align: center;
    border: 2px solid #ddd;
    margin-bottom: 40px;
}
.technology-box .technology-img{
    position: relative;
    overflow: hidden;
}
.technology-box .technology-hover{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 86%;
    height: 86%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
    transform: scale(0);
    transition: transform 0.80s;
    background: rgba(0,73,208,0.8);
}
.technology-box:hover .technology-hover{
    transform: scale(1);
}
.technology-box h4{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.technology-box:hover h4{
    transform: rotate(-360deg);
    font-size: 40px;
}
.blog-page{
    padding: 80px 0;
}
.blog-sidebar .widget{
    padding: 1.5rem !important;
    margin-bottom: 3.5rem !important;
    border: 1px dashed #e1e1e1;
}
.blog-sidebar .widget h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.category-list li{
    margin-bottom: 1.5rem !important;
    display: block;
    position: relative;
}
.category-list li a{
    font-size: 15px;
    text-transform: capitalize;
    color: #0d2c13;
    line-height: 1.9;
    font-weight: 600;
}
.category-list li a span{
    background: rgba(251,59,60,0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0d2c13;
}
.tags-list li{
    display: inline-block;
    margin: 5px 5px 15px 0;
}
.tags-list li a{
    border: 1px solid #e1e1e1;
    color: #0d2c13;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    font-size: 15px;
}
.tags-list li a:hover{
    background: #0080c3;
    color: #ffffff;
}
.serevice-page{
    padding: 80px 0;
}
.serevice-page .page-content h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.278;
    color: #0d2c13;
    font-weight: 700;
}
.serevice-page .page-content p{
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}
.serevice-page .page-content h4{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.333;
    font-weight: 700;
    color: #0d2c13;
}
.serevice-page .page-content .inner-box{
    background: #f5f5f5;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.serevice-page .page-content .inner-box:hover{
    background: #d82b72;
    border-radius: 10px;
}
.serevice-page .page-content .inner-box i{
    background: #d82b72;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    border-radius: 10px;
    margin-right: 20px;
}
.serevice-page .page-content .inner-box:hover i{
    color: #d82b72;
    background: #ffffff;
}
.serevice-page .page-content .inner-box p{
    text-align: justify;
}
.serevice-page .page-content .inner-box:hover p{
    color: #ffffff;
}
.serevice-page .page-content .inner-box .inner-content h5{
    font-size: 18px;
    font-weight: 700;
}
.serevice-page .page-content .inner-box:hover .inner-content h5{
    color: #ffffff;
}
.page-list li{
    font-weight: 400;
    font-size: 16px;
    color: #6c757d;
    line-height: 26px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 30px;
}
.page-list li i{
    color: #0080c3;
    font-size: 20px;
    top: 4px;
    padding-right: 10px;
    position: absolute;
    left: 0;
}
.service-sidebar .widget{
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
    padding: 40px;
    background: #f5f5f5;
}
.service-sidebar .widget h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0d2c13;
}
.service-sidebar-list li{
    display: block;
    position: relative;
}
.service-sidebar-list li a{
    padding-right: 20px;
    display: block;
    background: #ffffff;
    margin: 0 0 10px 0;
    padding: 16px 45px 19px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.313;
    border-radius: 4px;
    color: #737887;
}
.service-sidebar-list li a:before{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 25px;
    top: 17px;
    font-weight: 600;
    transition: all ease 0.4s;
}
.service-sidebar-list li a:hover, .service-sidebar-list li a.active{
    color: #ffffff;
    background: #0080c3;
}
.service-sidebar .widget.background-image{
    background-image: url(../../assets/img/widget-banner.jpg);
    background-color: #0d0f33;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.widget-banner{
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.widget-banner span{
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.widget-banner h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 35px;
}
.job-list{
    padding: 80px 0;
}
.job-sidebar .widget{
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
    padding: 40px;
    background: #f5f5f5;
}
.job-sidebar .widget h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0d2c13;
}
.sidebar-serach .input-group{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.sidebar-serach .input-group input{
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d3da;
    border-radius: 3px;
    padding: 7px 16px 7px 35px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: 400;
}
.sidebar-serach .input-group i{
    position: absolute;
    width: auto;
    top: 50%;
    left: 16px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
}
.job-type-list li{
    margin-bottom: 10px;
}
.form-check-input:focus{
    box-shadow: none;
}
.job-sidebar .widget.background-image{
    background-image:  url(../../assets/img/job-sidebar-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.job-sidebar .widget.background-image:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #0d0f33;
    opacity: .70;
}
.job-sidebar .widget.background-image .content h4{
    position: relative;
    color: #ffffff;
    font-size: 28px;
}
.job-box{
    position: relative;
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
    border: 1px solid #e2e4ea;
    overflow: hidden;
    margin-bottom: 40px;
}
.job-box .job-image{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.job-type{
    display: inline-block;
    padding: 0 7px;
    font-weight: 700;
    font-size: 14px;
    color: #0080c3;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    background: #a9c2ef;
    width: 100%;
}
.job-content h4 a{
    font-weight: 900;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #0d2c13;
}
.job-content h4 a:hover{
    text-decoration: underline;
}
.job-content ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    color: #333333;
}
.job-content ul li i{
    background: #0080c3;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
}
.job-content .site-btn1{
    padding: 8px 30px;
}
.job-detail-box{
    margin-top: 80px;
    padding: 50px 0;
    background: #f2f5fc;
}
.job-detail-item{
    display: block;
    padding: 18px 30px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    height: 100%;
}
.job-detail-item .feild-label{
    display: flex;
    align-items: flex-start;
}
.job-detail-item .feild-label i{
    font-size: 30px;
    width: 50px;
    transform: translateY(10px);
    color: #0080c3;
}
.job-detail-item .feild-label span{
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: capitalize;
    color: #333333;
    flex: 1;
}
.job-detail-item .feild-value{
    display: block;
    text-transform: capitalize;
    line-height: 19px;
    padding-left: 50px;
    font-size: 15px;
    color: #444444;
}
.job-description{
    padding: 10px 0;
}
.job-description h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 25px;
    color: #0d2c13;
}
.job-cont ul{
    margin-bottom: 20px;
    list-style:disc!important; 
    padding-left: 15px;
}
.job-cont ul li{
    list-style:disc!important; 
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.9;
    color: #444444;
}
.apply-now .content{
    background: #d82b72;
    border-radius: 6px 6px 0 0;
    padding: 20px 25px;
    border-bottom: 1px solid #eaeff5;
    margin-bottom: 20px;
}
.apply-now .content#ApplyData{
    display: none;
}
.apply-now .content h2{
    color: #ffffff;
    font-size: 25px;
}
.apply-now .content h2 span{
    background: #0080c3;
    padding: 12px;
    border-radius: 5px;
}
.career{
    padding: 80px 0;
    background-image: url(../../assets/img/career-bg.jpg);
    background-size: cover;
    margin: 80px 0;
}
.career h2{
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}
.carrer-form{
    background: #ffffff;
    padding: 20px 40px;
}
.carrer-form .form-control{
    height: unset;
}
.home-background{
    background-image: url(../../assets/img/home-bg.jpg);
    padding: 50px 0;
    margin-top: 80px;
    background-size: cover;
    background-position: center;
}
.home-background h2{
    color: #ffffff;
    font-weight: 800;
    font-size: 40px;
}
.owl-carousel.solution-carousel{
    border: 5px solid #d82b72;
}
.owl-carousel.solution-carousel img{
    height: 400px;
    padding: 5px;
}
.services-page{
    padding: 80px 0;
}
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    transform: translate3d(0, 200%, 0);
}
.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.scroll-top a, .scroll-top a:visited {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 0 15px 6px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #ffffff;
    background: #d82b72;
}
.scroll-top a:hover, .scroll-top a:focus {
    color: #d82b72;
    background: #ffffff;
}
section .row{
    overflow-x: hidden;
}


.jobimg{
    width: 56%;
    background: #3d3e59;
    padding: 6px;
    border-radius: 2px;
}

.job_detail_para{
    text-align:justify;
}