@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
.navbar-default1 {
    border: 0 !important;
    /* background-color: #2f4c59 !important; */
    color: #cf1b1b;
}
.section-title .divider {
    position: relative;
    width: 150px;
    height: 5px;
    background: #fd5d14 !important;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background-color: #fd5d14 !important;
  border-radius: 6px;
  height:150px;
}
.rd-mr .btnn::after {position: absolute;content: "";width: 0;height: 5px;bottom: -1px;left: 50%;background: #fd5d14;transition: .5s;}
.rd-mr .btnn::after {background: #040F28  !important;}
.rd-mr .btnn:hover::after,.rd-mr .btnn.active::after {width: 50%;left: 25%;}
.ic-bn{
  width: 60px;
  height: 60px;
  background-image: none !important;
  background-color: #fff !important;
  border-radius: 50%;
  color: black;
  padding-top: 18px;
  font-size: 16px;
}
.bnr-sec{
  margin-top:125px;
}
::-webkit-scrollbar {
  width: 12px;
}
.section-title .divider::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #040F28  !important;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}
@keyframes section-title-run {0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }}
.fs-14 {
    font-size: 14px;
}
/*innr-pg-bnnr*/
/*
.otherpagecss #RadDockZone1.container{max-width: 100%;}
*/

.abt-cd{width:100%;border: none;margin-top: 20px;}
.abt-cd .nav-link{color:#fd5d14;font-size:18px;padding: 20px;border: 1px #9ea1a3 solid;}
.abt-cd .nav-link:hover{color:#fd5d14;}
.abt-cd .nav-link.active{border: 3px #fd5d14 solid;}
.abt-cd img{
    width: 50px;
    margin-right:20px;
    padding: 5px;
    box-shadow: 1px 1px 5px #b7b7b7;
    border-radius: 50%;
}
center #form1 #HomepagecontentControl{ margin-top: 6px;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{ margin-top: 0 !important;}
.list-about li{
  font-size: 15px;
  line-height:25px;
}
.team-sec img{
  border-radius: 50%;
  border:2px gray dashed;
  padding:2px
}
#RadDockZone1 {
    overflow: visible !important;
    padding: 0px !important;
    max-width: 100%!important;
}


/* My-Css-Starts */
.right-side > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
  line-height: 25px;
}
.right-side > ul li{
list-style:none;
}
.right-side > ul > li  a {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 15px;
  border-left: rgba(255, 255, 255, 0.12) solid 1px;
  font-size: 16px;
}
.text-custom-white {
  color: #ffffff;
  font-weight: 800;
  font-size: 58px;
}

.sections h4{
font-size: 14px;
}
.sections ul {
  margin-top: 45px;
  padding: 0px 35px;
  margin-bottom: 0px;
}
.sector-bx img {
  width: 120px;
  margin: 0 0 20px 0;
}
.sector-bx h5 {
  color: #43515f;
  font-size: 18px;
  font-weight: 800;
  margin: 5px 0px 10px;
}
.sector-bx ul{
text-align:justify;
}
.sector-bx ul li{
  font-size: 13px;
}
.image-fit {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.side-lines{
    height: calc(100% - 320px);
    top: 50%;
    transform: translateY(-50%);
    left: calc(2% + 15px);
    position: absolute;
    z-index: 1;
}
.side-lines .line {
    display: block;
    background: #0070ba;
    position: absolute;
    top: 238px;
    height: 190px;
    bottom: 0;
    width: 3px;
    z-index: -1;
}
.side-lines .text{
    background: transparent;
    color: #fff;
    transform: rotate(-90deg);
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 54px 30px;
    font-size: 14px;
    color: #fff;
    margin-left: -113px;
    margin-top: 48px;
    word-spacing: 5px;
}
.side-lines .box{
    background: #0070ba;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -13.5px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.bg-eff-2 {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
    background-color: #040F28  !important;
}
.bg-eff-1 {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
    background-color: #fd5d14 !important;
}
.genmed-intro {
    margin-top: -120px;
    z-index: 1;
    position: relative;
}
.genmed-intro h6{
  font-size:16px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.genmed-intro p{
  font-size:14px;
  font-weight:200;
}
.btn-submit {
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
    background-color: transparent;
    display: inline-flex;
    padding: 12px 40px;
    position: relative;
    transition: 0.6s;
    background: transparent;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}
.btn-submit:hover{
  color:#fff;
}
.intro-box {
    transition: 0.3s all;
    background-image: radial-gradient(circle farthest-side at center 120%, #009cde, #003087 100%);
}
.intro-box:hover {
    transform: scale(1.05);
}
.intro-box .intro-wrapper {
    padding: 40px 10px 50px 10px;
    color: #fff;
    margin: 0 auto;
    max-width: 280px;
}
.intro-box .intro-wrapper table {
    margin-bottom: 0;
    border: none;
}
.intro-box .intro-wrapper table td,
.intro-box .intro-wrapper table th {
    font-size: 13px;
    padding: 13px 0;
    border: none;
    border-bottom: 1px dashed rgba(255, 255, 255, .6);
    vertical-align: top;
    text-align: left;
}
.intro-box .intro-wrapper table tr:first-child td {
    padding-top: 0;
}
.intro-box .intro-wrapper table td.text-right {
    font-weight: 500;
}
/*Intro Services*/

.intro-service-sec {
    margin-top: -50px;
}
.intro-service-box {
    display: table;
    transition: 0.5s all;
    width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(41, 61, 88, .1);
    position: relative;
    text-align: center;
    cursor: pointer;
}
.intro-service-box .intro-service-box-inner {
    background: #fff;
    padding: 40px 0 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.intro-service-box .intro-service-box-inner:after {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
}
.intro-service-box .intro-service-box-inner .icon-box {
    font-size: 50px;
    line-height: 50px;
    color: #0070ba;
}
.intro-service-box .intro-service-box-inner .intro-content {
    padding-top: 20px;
}
.intro-service-box .intro-service-box-inner .intro-content .link-btn {
    opacity: 0;
    transition: all .3s;
    overflow: hidden;
}
.services{
  padding:50px 0;
  margin-top: 25px;
  min-height: 470px;
  }
.color-white {color: #fff;}

.ser_bx {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

@media screen and (min-width:1380px) {
  .ser_bx {
    flex-direction: row
  }
}

.ser_item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 94%;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 983px;
  -webkit-perspective: 1200px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  min-height: 250px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgb(8 13 39);
  background: linear-gradient(87deg, rgb(8 13 39) 0%, rgb(29 28 53 / 85%) 50%, rgb(254 92 39) 100%);
}

.flip-box-front {

    
  transform: rotateY(0deg);

  
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  transform: rotatex(180deg);
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotatex(-180deg);
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 21px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 26px;
  font-weight: 600;
}

.flip-box p {
  font-size: 18px;
  line-height: 1.5em;
  color:#fff;
}

.flip-box-img {
  margin-top: 25px;
}




.Ser_btm_sec{margin-top: -314px;margin-bottom: 32px;position: relative;}

.intro-service-box .intro-service-box-inner .intro-content .link-btn a {
    width: 38px;
    height: 38px;
    display: block;
    font-size: 16px;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
}
.intro-service-box:hover {
    margin-top: -30px;
    margin-bottom: -120px;
    background-color: #0070ba;
}
.intro-service-box:hover .intro-service-box-inner {
    background-color: #0070ba;
}
.intro-service-box:hover .intro-service-box-inner .intro-content h5,
.intro-service-box:hover .intro-service-box-inner .intro-content p,
.intro-service-box:hover .intro-service-box-inner .icon-box {
    color: #fff;
}
.intro-service-box:hover .intro-service-box-inner .intro-content .link-btn {
    opacity: 1;
    margin-bottom: 60px;
}
/*Intro Services 3*/

.intro-service-3 {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.intro-service-3 .intro-widget .intro-widget-wrapper {
    padding-top: 40px;
    position: relative;
}
.intro-service-3 .intro-widget .intro-widget-wrapper .intro-widget-block {
    min-height: 490px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 0 4px 0 rgb(204, 204, 204);
    text-align: center;
    background: #fff;
    padding: 0 35px 40px;
    transition: all .3s ease;
    border-radius: 10px;
}
.sector-bx p {
  font-size: 14px;
}
.intro-service-3 .intro-widget .intro-widget-wrapper .intro-widget-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border: 8px solid #27346a;
    transition: all .3s ease;
    border-radius: 10px;
}
.intro-service-3 .intro-widget .intro-widget-wrapper .intro-widget-block img {
    position: relative;
    top: -50px;
    margin-bottom: -37px;
    margin-top: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.intro-service-3 .intro-widget .intro-widget-wrapper .intro-widget-block .btns {
    display: flex;
    justify-content: center;
}
.intro-service-3 .intro-widget .intro-widget-wrapper .intro-widget-block:hover {
    transform: translate(0px, -20px);
}
.intro-service-3 .intro-widget .intro-widget-wrapper .intro-widget-block:hover:before {
    opacity: 1;
}
.ln-about-left-side:before{
    content: '';
    background: #0070ba !IMPORTANT;
    width: calc(100% - 160px);
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    left: 90px;
    right: 0;
    top: -60px !important;
}
.ln-about-left-side:after{
    content: '';
    background: #0070ba;
    width: 200px;
    height: 3px;
    display: none;
    position: absolute;
    z-index: 1;
    top: 80px;
    right: -15px;
}
.ln-about-left-side .first-img{
    position: relative;
    overflow: hidden;
    width: calc(100% - 160px);
    margin-left: auto;
}
.ln-about-left-side .second-img{
    position: absolute;
    overflow: hidden;
    top: 80px;
    left: 0;
    height: 370px;
    width: 320px;
}
.lw-about-section-right{
    margin-top: 52px;
}
.lw-about-right-heading{
    opacity: 1;
    z-index: 1;
    color: #333;
    font-size: 25px;
    max-width: 550px;
    margin: 0;
    position: relative;
}
.lw-about-right-heading:after{
    content: '';
    width: 80px;
    height: 3px;
    background-color: #0070ba;
    display: block;
    margin-top: 20px;
}
.lw-about-right-heading:before{
    content: '';
    width: 20px;
    height: 20px;
    background: #27346a;
    display: inline-flex;
    position: absolute;
    left: 95px;
    bottom: -8px;
}
.lw-about-right-content{
    margin-top: 20px;
    opacity: 1;
}
.lw-about-right-content p{
    margin: 18px 0;
  color:#666 !important;
}
.lw-about-right-content p:first-child{
    margin-top: 0;
}

.lw-about-right-content p span{
    color: #0070ba;
}
.lw-about-right-list ul{
    columns: 2;
    padding: 0;
}
.lw-about-right-list ul li{
    margin: 0px 0 20px;
    list-style: none;
    color: #666;
    font-size: 14px;
}
.lw-about-right-list ul li i{
    margin-right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #0070ba none repeat scroll 0 0;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.lw-about-right-author{
    margin-top: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}
.lw-about-signature h5{
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}
.lw-about-signature p{
    color: #666 !important;
    margin: 0;
    font-size: 14px !IMPORTANT;
}
.lw-about-sign-image{
    width: 190px;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 3px solid #efefef;
}
.lw-about-section{
    position:relative;
}
.ln-about-left-side{
    position:relative;
}

.lw-about-section .side-lines{
    height: calc(100% - 320px);
    top: 35%;
    transform: translateY(-50%);
    left: auto;
    position: absolute;
    z-index: 1;
    right: calc(0% - 30px);
}
.lw-about-section .side-lines .line {
    display: block;
    background: #0070ba;
    position: absolute;
    top: 238px;
    height: 190px;
    bottom: 0;
    width: 3px;
    z-index: -1;
}
.lw-about-section .side-lines .text{
    background: transparent;
    color: #fff;
    transform: rotate(-90deg);
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 54px 30px;
    font-size: 14px;
    color: #0070ba;
    margin-left: -113px;
    margin-top: 48px;
    word-spacing: 5px;
}
.lw-about-section .side-lines .box{
    background: #0070ba;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: -13.5px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.full-height {
    height: 100%;
}
.ln-type-payment {
    background-image: radial-gradient(circle farthest-side at center 120%, #009cde, #003087 100%);
    padding: 70px 0px 50px;
}
.tab-heading h3{
  font-size: 38px;
  color: #fff;
  font-weight:500;
  padding-bottom: 60px;
}
.content-wrap h4{
  font-size:22px;
  margin: 0 0 40px;
}
.btn-submit-white {
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
    background-color: transparent;
    padding:12px 40px;
    margin-top: 20px;
}
.ln-type-payment-box{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 75px;
}
.ln-type-payment-box a:hover{
      color: #0070ba;
    background: #fff;
}
.payment-icon{
    margin-bottom:25px;
}
.footer{
      background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
    background-color: #040F28 !important;
}
.navbar-brand img{
  border-radius:10px;
}
.footer p{font-size: 16px !important;color: #ffffff80 !important;}
.footer a{font-size: 16px;color: #ffffff80;}
@media (min-width: 992px){.footer .footer-bd::after {position: absolute;content: "";width: 1px;height: 100%;top: 0;left: 50%;background: #fd5d14 !important;}}
.ft-social-links .fa{width: 30px; height: 30px; color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 20px;  background: #fd5d14;transition: 0.2s linear;}
.ft-social-links .fa:hover{ background: #040f28;}
.top {position: fixed;/* right: 26%; */bottom: 0px;text-align: center;left: 48%;color: #fff;background-color: #fd5d14 !important;width: 50px;height: 43px;line-height: 42px;z-index: 999;cursor: pointer;opacity: 0;transition: ease-in 0.5s;display: flex;justify-content: center;align-items: center;}



@media(max-width:767px)
{
    .team-item {
        position: relative;
        padding: 30px;
        text-align: center;
        transition: .5s;
        z-index: 1;
        height: auto!important;
    }
    .com-box1 {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border: 1px solid #ffff;
        border-radius: 10px;
        padding: 20px 15px!important;
        min-height: auto!important;
        margin-bottom: 15px!important;
    }
    .cont-mar 
{
    margin-top: 15px;
}
}

.top .fa { display: block !important;}
.section-padding {
  /* background-color: #27346a !important; */
}
.section-padding p{
  color: #6d6a6a;
  font-size: 17px;
  text-align: justify;
  line-height: 28px;
  font-family: "Nunito", sans-serif !important;
}
.bg-eff {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}
.footer .footer-box .footer-heading {
  position: relative;
  margin-bottom: 25px;
}
.footer .footer-box .footer-heading h4:after{
  content: '';
  width: 80px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin-top: 20px;
}
.footer .footer-box .links li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.footer .footer-box .links li:before {
  content: '';
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  width: 15px;
  height: 3px;
  top: 10px;
}
.footer .footer-box .popular_post li:last-child,
.footer .footer-box .links li:last-child {
  margin-bottom: 0;
}
.footer .footer-box .insta-feed {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0px;
}
.footer .footer-box .popular_post li,
.footer .footer-box .newsletter .form-group {
  margin-bottom: 15px;
}
.footer .footer-box .social-media ul {
  margin-top: 15px;
  display: flex;
}
.footer .footer-box .social-media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 0px 8px 0 0;
  border: 1px solid #ffffff;
}
.footer .footer-box .social-media ul li a:hover {
  background-color: #0070ba;
  color: #fff;
  transform: rotate(360deg);
}
.footer .footer-box .insta-feed .insta-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 2px;
}
.footer .footer-box .twitter-feed{
  display: flex;
  height: 170px;
  overflow: hidden;
}
.footer .footer-box .twitter-feed li .tweet{
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  float: left;
  padding: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.footer .footer-box .twitter-feed li .tweet:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.071);
}
.footer .footer-box .twitter-feed li .tweet:after{
  color: #fff;
  font-family: 'Font Awesome 5 Brands';
  content: "\f099";
  font-weight: 900;
  position: absolute;
  bottom: 10px;
  right: 12px;
  opacity: 1;
  font-size: 24px;
}
.footer .footer-box .twitter-feed li .tweet a{
  color: #fff;
}
.footer .footer-box .twitter-feed li .timePosted a{
  color: #ccc;
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding-left: 20px;
}
.footer .footer-box .twitter-feed li .timePosted a:before{
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  opacity: 0.7;
  font-size: 14px;
}
.footer .footer-box .twitter-feed li .timePosted a:after{
  border-width: 7px;
  margin-left: 7px;
  top: -10px;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: rgba(255,255,255,0.071);
}
/*Sidebar  */
/* common */
.fixedSidebar {position: fixed;z-index: 99;background-color: #fd5d14 !important;}
.fixedSidebar.active .sidebarItem {transform: scale(0);margin: 0;width: 0;height: 0;}
.fixedSidebar [data-tooltip] {position: relative;z-index: 9;}
.fixedSidebar [data-tooltip]::before {position: absolute;content: attr(data-tooltip);display: block;padding: 7px;color: #fff;text-align: center;font-size: 0.8em;white-space: nowrap;border-radius: 4px;background: #fd5d14;opacity: 0;visibility: hidden;cursor: default;pointer-events: none;transition: all 0.2s ease-in-out;}
.fixedSidebar [data-tooltip]:hover::before {opacity: 1;visibility: visible;}
.fixedSidebar .sidebarItem {position: relative;z-index: 10;display: inline-block;margin: 10px 0;width: 24px;height: 24px;border-radius: 30px;transition: 0.25s;}
/* Right */
.fixedSidebar.fixedSidebarRight {top: 50%;right: 0;transform: translateY(-50%);display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px 15px;border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.fixedSidebar.fixedSidebarRight:before, .fixedSidebar.fixedSidebarRight:after {content: "";pointer-events: none;position: absolute;height: 30px;width: 60px;right: 0px;}
.fixedSidebar.fixedSidebarRight:before {top: -30px;border-radius: 0 0 50px 0;box-shadow: 30px 1px 0 0 #fd5d14;}
.fixedSidebar.fixedSidebarRight:after {bottom: -30px;border-radius: 0 50px 0px 0;box-shadow: 30px -1px 0 0 #fd5d14;}
.fixedSidebar.fixedSidebarRight .buttonTrigger.active {transform: scale(1) !important;width: 24px !important;height: 24px !important;}
.fixedSidebar.fixedSidebarRight [data-tooltip]::before {top: 50%;right: 100%;transform: translateY(-50%);}
.fixedSidebar.fixedSidebarRight [data-tooltip]:hover::before {right: 50px;}
/* Left */
.fixedSidebar.fixedSidebarLeft {top: 54%;left: 0;transform: translateY(-50%);display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px 15px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.fixedSidebar.fixedSidebarLeft:before, .fixedSidebar.fixedSidebarLeft:after {content: "";pointer-events: none;position: absolute;height: 30px;width: 60px;left: 0px;}
.fixedSidebar.fixedSidebarLeft:before {top: 0;border-radius: 0 0 50px 0;box-shadow: 30px 1px 0 0 #fd5d14 !important;transform: rotate(90deg) translateY(50%) translateX(-75%);}
.fixedSidebar.fixedSidebarLeft:after {bottom: 0;border-radius: 0 50px 0px 0;box-shadow: 30px -1px 0 0 #fd5d14 !important;transform: rotate(-0.25turn) translateX(-75%) translateY(-50%);}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active {transform: scale(1) !important;width: 24px !important;height: 24px !important;}
.fixedSidebar.fixedSidebarLeft [data-tooltip]::before {top: 50%;left: 100%;transform: translateY(-50%);}
.fixedSidebar.fixedSidebarLeft [data-tooltip]:hover::before {left: 50px;}
/* Bottom */
.sidebar .sidebarItem .fa-plus{display: none;}
.sidebar .sidebarItem.active .fa-plus{display: block;}
.sidebar .sidebarItem.active .fa-minus{display: none;}
.fixedSidebar.fixedSidebarBottom {right: 50%;top: auto;bottom: 0;display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 15px 20px;border-top-left-radius: 30px;border-top-right-radius: 30px;transform: translateX(50%) translateY(0);}
.fixedSidebar.fixedSidebarBottom:before, .fixedSidebar.fixedSidebarBottom:after {content: "";pointer-events: none;position: absolute;height: 30px;width: 60px;}
.fixedSidebar.fixedSidebarBottom:before {bottom: 0;left: 0;border-radius: 0 0 50px 0;box-shadow: 30px 1px 0 0 #fd5d14;transform: rotate(0deg) translateY(0) translateX(-100%);}
.fixedSidebar.fixedSidebarBottom:after {bottom: 0;right: 0;border-radius: 0 50px 0px 0;box-shadow: 30px -1px 0 0 #fd5d14;transform: rotate(180deg) translateX(-100%) translateY(0%);}
.fixedSidebar.fixedSidebarBottom .sidebarItem {margin: 0 15px;}
.fixedSidebar.fixedSidebarBottom.active .sidebarItem {margin: 0;}
.fixedSidebar.fixedSidebarBottom .buttonTrigger.active {transform: scale(1) !important;width: 24px !important;height: 24px !important;}
.fixedSidebar.fixedSidebarBottom [data-tooltip]::before {top: -30px;right: 50%;transform: translateX(50%) translateY(0);}
.fixedSidebar.fixedSidebarBottom [data-tooltip]:hover::before {top: -60px;}
.footer .footer-box .popular_post li .post .post-wrapper {
  width: 100%;
  display: flex;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_img {
  position: relative;
  overflow: hidden;
  flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 2px 15px;
  padding-right: 0;
  width: 100%;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title h6 {
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title h6 a {
  font-weight: 500;
}
/*copyright*/

.copyright {
  padding: 20px 0;
  background: #2b3d87;
}
.copyright .payment-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.copyright p {
  text-align: right;
  font-size: 14px !Important;
  line-height: 1.8;
  margin-bottom: 0px;
  font-weight: 200;
}
.copyright a{
  font-size: 14px !Important;
}
.footer-style-1 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.footer-style-1 .footer-box .logo {
  margin: 0;
  margin-bottom: 20px;
  width: 152px;
  height: 42px;
}
.footer-style-1 .footer-info {
  padding-left: 10%;
}
.footer-style-2 {
  background-image: url(https://via.placeholder.com/1920X700);
  background-size: cover;
  z-index: 1;
  background-position: bottom center;
}
.footer-style-2 .footer-box .menu-footer-quick-links li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.footer-style-2 .footer-box .menu-footer-quick-links li:before {
  content: '';
  height: 1px;
  width: 10px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-style-2 .popular_post li:last-child,
.footer-style-2 .footer-box .contact-details ul li:last-child,
.footer-style-2 .footer-box .menu-footer-quick-links li:last-child {
  margin-bottom: 0px;
}
.footer-style-2 .popular_post li {
  margin-bottom: 10px;
}
.footer-style-2 .popular_post li .post .post-wrapper {
  width: 100%;
  display: flex;
}
.footer-style-2 .popular_post li .post .post-wrapper .popular_post_img {
  position: relative;
  overflow: hidden;
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  border-radius: 10px;
}
.footer-style-2 .popular_post li .post .post-wrapper .popular_post_img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.footer-style-2 .popular_post li .post .post-wrapper .popular_post_title {
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding: 2px 15px;
  padding-right: 0;
  width: 100%;
}
.footer-style-2 .popular_post li .post .post-wrapper .popular_post_title h6 {
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer-style-2 .popular_post li .post .post-wrapper .popular_post_title h6 a {
  font-weight: 500;
}
.footer-style-2 .footer-box .contact-details ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer-style-2 .footer-box .contact-details ul li i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
}
.footer-style-2 .footer-box .contact-details ul li a {
  font-size: 15px;
  padding-left: 15px;
  color: #fff;
}
  .footer .footer-box .links li {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 25px;
    list-style: none;
    position: relative;
}
.footer .footer-box .links li a{
  font-size: 14px !important;
}
.footer-heading h4{
  font-size:22px;
  position: relative;
}
.bg-black ul{
  padding-left:0px !Important;
  margin-left:0px !Important;
}
.newsletter p{
  color:#9a9c9e;
  font-size:14px;
}
.footer .footer-box .footer-heading h4:before {
    background-color: #0070ba !IMPORTANT;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-flex;
    position: absolute;
    left: 95px;
    bottom: -8px;
}
.banner-img {
  background-image: url(Image/banner-img.jpg);
}
.contact-banner-img {
  background-image: url(Image/contact-banner-img.jpg);
}
.serv1-banner-img{
  background-image: url(Image/serv1-banner-img.jpg);
}
.Fiber-Optics-banner-img{
  background-image: url(Image/Fiber-Optics-banner-img.jpg);
}
.maintenance-upgrades-banner-img{
  background-image: url(Image/mn-up-banner-img.jpg);
}
.site-acq-banner-img{
  background-image: url(Image/site-acq-banner-img.jpg);
}
.nt-op-banner-img{
background-image: url(Image/nt-op-banner-img.jpg);
}
.en-sl-banner-img{
background-image: url(Image/en-sl-banner-img.jpg);
}
.mg-sr-banner-img{
background-image: url(Image/mg-sr-banner-img.jpg);
}
.co-ad-banner-img{
background-image: url(Image/co-ad-banner-img.jpg);
}
.cssr-banner-img{
  background-image: url(Image/cssr-banner-img.jpg);
}
/* My-Css-End */













.tm_img {
  /* width: 130px;
  height: 130px; */
  border-radius: 6%;
  border: 3px solid #2f4c59;
  
}
.ser-bx {margin-bottom: 40px;border-radius: 3px;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;background: #fff;-webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);-moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);box-shadow: 2px 2px 6px #ccc8c8;min-height: 260px;}
.ser-bx .img {width: 100%;height: 216px;/* border-bottom:#dd9933 2px solid; */overflow:hidden;transition:all .5s;}
.ser-bx img  { -webkit-transform: rotate(15deg) scale(1.4);  transform: rotate(15deg) scale(1.4); transition:.5s;}
.ser-bx:hover img {-webkit-transform: rotate(0) scale(1);  transform: rotate(0) scale(1);}
.ser-bx .text {background: #fff; width: 90%; text-align: center; padding: 0 0px 20px; margin:0 auto; margin-top:-50px; position: relative;}
.ser-bx .text .icon:after{/*content:''; width:60px; height:40px; background: #dd9933; transform:skew(20deg, 0deg); transition: all 0.3s ease; position:absolute;*/}
.ser-bx .text .icon {
    width: 100%;
    position:relative;
    height: 6px;
    padding: 0 10px;
    text-align:left;
    /*border-radius: 50%;*/
    font-size: 20px;
    font-weight: bold;
    background: #000;
    /*margin: -62px 0 20px;*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.ser-bx .text h3 {font-weight: 600;font-size: 16px;color:#000;margin-bottom: 0;margin-top: 7px;}
.ser-bx .text h3 span{color: #738391;}
.ser-bx .text p{font-size: 16px;line-height:26px;padding: 0 10px;text-align: justify;}
.ser-bx .text .btn-custom { position: absolute; transition: all 0.3s ease; /*bottom: -45px;*/ left: 0; right: 0;  width: 150px;
    background: #000; color: #fff; padding: 12px 10px; border-radius: 3px;  margin: 0 auto; text-transform: uppercase; font-weight: 500; font-size: 14px;}
.ser-bx:hover .text .icon, .ser-bx:hover .text .icon:after {background: #475280;color:#fff;}
.ser-bx:hover .text .icon .fa{ color: #fff;}
.ser-bx:hover .text .btn-custom { background: #dd9933;}

img{max-width:100%;}
a{font-family: "Poppins", sans-serif;  font-size: 16px;text-decoration:none;}
h1, h2, h3, h4, h5, h6 {font-family: "Nunito", sans-serif !important;}
p{font-family: "Nunito", sans-serif !important;font-size: 16px;color: #20282d;line-height: 25px;margin-bottom: 10px;}
body {font-family: 'Heebo', sans-serif; }
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
ul,ol,li{font-family: "Nunito", sans-serif !important; }
/*nav-top*/
@media screen and (min-width:981px) and (max-width:1130px){
    .bnr-sec .carousel-caption h4 {font-size: 32px;}
    .bnr-sec .carousel-caption .icon_bann .fa {margin: 11px 0;font-size: 44px;}
    .bnr-sec .carousel-caption {position: absolute;right: 15%;bottom: 0.25rem;left: 10%;width: 51%;}
}
/* nav-bar */
.one{
  display: block;
border: 1px solid #fff;
width: 26px;
height: 3px;
background-color: #fff;
margin: 2px 0;
border-radius: 50px;
}
.two{
  display: block;
border: 1px solid #fff;
width: 32px;
height: 3px;
background-color: #fff;
margin: 2px 0;
border-radius: 50px;
}
.three{
  display: block;
border: 1px solid #fff;
width: 38px;
height: 3px;
background-color: #fff;
margin: 2px 0;
border-radius: 50px;
}
.modal-backdrop {
  --bs-backdrop-zindex: 9;}
.modal{
top: 8px;
/* --bs-modal-border-radius: 0rem; */
}
@media (min-width: 576px){
.modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: 0px;
    margin-left: auto;
}
.modal.fade .modal-dialog {
transition: transform .3s ease-out;
transform: translate(0px,0px);
}
}
.hovertopbtn:hover .one{animation: topnav1 .5s linear alternate;}
.hovertopbtn:hover .two{animation: topnav2 .5s linear alternate;}
.hovertopbtn:hover .three{animation: topnav3 .5s linear alternate;}
@keyframes topnav1 {
  49%{width: 0px;opacity: 0;}
  100%{width: 26px;opacity: 1;}
}
@keyframes topnav2 {
  49%{width: 0px;opacity: 0;}
  100%{width: 35px;opacity: 1;}
}
@keyframes topnav3 {
  49%{width: 0px;opacity: 0;}
  100%{width: 38px;opacity: 1;}
}

/*nav-top*/
.table-responsive{
  overflow: hidden !important;
    padding: 0;
}

.nav-top-contact{list-style: none; margin: 0; padding: 0; display: flex;  }
  .nav-top-contact li{margin-right: 20px;color: #fff;font-size: 14px;vertical-align: baseline;border-left: rgba(255, 255, 255, 0.12) solid 1px;padding-left: 10px;}
  /* .nav-top-contact li:nth-child(2) .fa { border:1px #34cbf5 solid; border-radius:50%; padding:4px 6px;} */
  

/*nav-top*/
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ .navbar.bg-light{height:100%;background-color: #040F28  !important;background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);background-size: 3px 3px;}
/* #MenuControl .nav-link:focus,#MenuControl .nav-link:hover{background-color:#fff !important; color:#2b2825 !important;} */
.heading-innerpage {background: linear-gradient(to right, rgb(115 131 145), rgb(91 109 126));padding: 20px 30px;margin-bottom: 20px;margin-top: 15px;}
.heading-innerpage h1 {font-weight: 600;Font-size: 28px;color: #fff;line-height: 30px;text-align: left;border-left: 3px #fff solid;padding-left: 20px;margin-bottom: 10px;}
#MenuControl .nav-link{margin-top: 2px;position: relative;}
#MenuControl .nav-link::before{    position: absolute;bottom: 0;content: "";display: block;width: 0;height: 1px;background: transparent;transition: width .3s;}
#MenuControl .nav-link:hover:before {right: 0;bottom: 0;width: 100%;}
.navbar-nav .nav-item:last-child {
    background-color: #fd5d14 !important;
}
#MenuControl .navbar-nav .nav-item:last-child .nav-link:hover:before {
    right: 0;
    bottom: 0;
    width: 0%;
}
.sector-bx {
  background: #fff;
  padding: 30px 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
  width: 100%;
  height: 325px;
}
.sector-bx img {
  width: 90px;
  margin: 0 0 10px 0;
}
.sector-bx h5 {
  color: #43515f;
  font-size: 18px;
  font-weight: 800;
  margin: 5px 0px 10px;
}
.sector-bx ul{
text-align:justify;
}
.sector-bx ul li{
  font-size: 13px;
}
.nav-link{font-weight: 600; color:#000;}
.nav-fill{width:100%;font-size: 15px;margin-top: 10px;}
.navbar-brand{margin:0;}
.nav-item{position:relative;}

/* .navbar-nav.nav-fill > li:last-child{border: 0px solid rgba(255,255,255,.2);border-radius: 22px;margin: 0 -9px;padding: 0 5px !important;background-color: rgba(255,255,255,.2);backdrop-filter: blur(4px) brightness(100%);} */

/*nav-bar*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
	}

@media (max-width: 767px){
.navbar-toggler{background:#eee;}
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;    padding: 0 2px;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
.navbar-nav.nav-fill li:last-child{
    border: none;
    border-radius: 0;
    margin:0;
    padding: 0 5px !important;
    background-color: transparent;
    backdrop-filter: blur(4px) brightness(100%);
}
/* .team-item {position: relative;padding: 30px;text-align: center;transition: .5s;z-index: 1;height:auto;} */
}

.main-table{  Font-size:15px; color:#333; line-height:2px; text-align:justify; padding: 0 5px;}
.main-heading{font-weight:bold; Font-size:24px; color:#000; text-transform: capitalize; line-height:36px; border-bottom:1px #ccc dashed; text-align:left; margin-bottom: 10px; padding: 0;}
.sub-heading{font-weight:bold;Font-size:20px;color:#333;line-height:30px;text-transform: capitalize;margin: 15px 0;text-align:left;}
.team-title{font-weight:bold; Font-size:14px; color:#333; line-height:30px; margin:0; text-align:left;}



.nav-top-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .fa-mobile{font-size: 50px !important;}
#header .head-img{position:relative;padding: 11px 0;}
.head-img img{padding: 12px;/* top: 14px; */border-radius:10px;}
.main-bg{background:#0f5298;}
.main-color{color:#0f5298;}
.secondary-bg{background-color: #3c99dc;}
#MenuControl{z-index: 999 !important;}
/*#MenuControl .navbar-expand-md .navbar-collapse{display:block !important;text-align: center;}
#MenuControl .navbar-expand-md .navbar-nav{display: -webkit-inline-box;}*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
.current-services h4{
  font-size: 19px;
}
/***** background *****/
.bg-1 {
    background-color: #fd5d14 !important;
}
.bg-2{background-color: #223035;}
/***** End background *****/

/***** Color *****/
.cl-1{color: #fd5d14 !important;}
.cl-2{color: #040f28 !important;}
.cl-3{color: #bac8c8;}

/***** End Color *****/

/***** Font-size *****/
.fs-22{font-size: 22px;}
.fs-18{font-size: 18px;}
.fs-15{font-size: 15px;}
/***** End Font-size *****/


/*--------------------------------------------------------------
#btn
--------------------------------------------------------------*/
/* common-btn */
.v-mr>a{color: #223035; background-color: transparent; display: inline-block; border: 1px solid #223035; border-radius: 44px; padding: 8px 30px;font-weight: 400;transition: 0.3s linear; }
.v-mr .arr-icon .fa{rotate: -35deg;}
.v-mr:hover a{color: #fff; background-color:#223035;}
.v-mr:hover a .fa{animation: vmr 0.8s linear  alternate;  }
@keyframes vmr {
    49%{
        transform: translate(5px);
        rotate: -35deg;
        opacity: 0;
    }
    51%{
        opacity: 1;
        transform: translate(-2px);
        rotate: -35deg;
    }
    
}
/*End common-btn */
.rd-mr .btn-1 {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    background: transparent;
    padding: 0px;
    font-size: 16px;
}
 /* common-btn */
.rd-mr>a{color: #fff;background-color: rgba(255,255,255,.2);display: inline-block;border-radius: 44px;padding: 8px 30px;font-weight: 300;transition: 0.3s linear;}
.rd-mr .arr-icon .fa{rotate: -35deg;}
.rd-mr:hover a{color: #fff;/* background-color:#fd5d14; */}
.rd-mr:hover a .fa{animation: rdmr 0.8s linear  alternate;  }
@keyframes rdmr {
    49%{
        transform: translate(5px);
        rotate: -35deg;
        opacity: 0;
    }
    51%{
        opacity: 1;
        transform: translate(-2px);
        rotate: -35deg;
    }
    
}
/*End common-btn */
/*--------------------------------------------------------------
#Banner
--------------------------------------------------------------*/
/***** Banner *****/
.bnr-sec .carousel-control-next, .bnr-sec .carousel-control-prev{display: block;}
.bnr-sec .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(0) grayscale(100);
}
.carousel-caption i{
  font-size: 6em;
  text-align: center;
}
.bnr-sec .carousel-control-next, .carousel-control-prev{width: 10%;}
.bnr-sec .carousel-caption {position: absolute;right: 15%;bottom: 13.25rem;left: 15%;width: auto;}
.bnr-sec .carousel-caption h4{font-family: 'DM Sans', sans-serif;font-size: 22px;font-weight: 500;margin-bottom: 5px;animation: fadeInRight 2000ms ease-in-out;color:#fff;line-height: 32px;}
.bnr-sec .carousel-caption .sub_cont_bann{color:#bebebe;}
.bnr-sec .carousel-caption p{font-size:18px; line-height: 25px; margin-top:22px; animation: fadeInRight 2000ms ease-in-out;}
.bnr-sec .carousel-dark .carousel-indicators [data-bs-target] { background-color: #fff;}
.bnr-sec .carousel-caption{text-align: center;}
.bnr-sec .carousel-indicators{display:none;}
.rd-mr .btnn {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    transition: .5s;
    background-color: #fd5d14 !important;
    color: #fff;
}
.carousel-caption h2{
  text-transform:uppercase;
}
.carousel-caption h2 span{
  color: #fd5d14 !important;
  font-weight: 600;
}
 .bnr-mr > a{color: #fff; background-color: transparent; display: inline-block; border: 1px solid #fff; border-radius: 44px; padding: 8px 30px;font-weight: 400;transition: 0.3s linear; }
 .bnr-mr .arr-icon .fa{rotate: -35deg;}
 .bnr-mr:hover a{color: #fff; background-color:transparent;}
 .bnr-sec .carousel-caption .icon_bann .fa{rotate: -35deg;  margin: 30px 0; font-size: 60px;}
 .bnr-sec .carousel-caption .icon_bann .fa:hover{animation: move 0.5s linear  alternate; }
 @keyframes move {
     49%{ transform: translate(10px); rotate: -35deg; opacity: 0;}
     51%{opacity: 1;transform: translate(-10px);rotate: -35deg;}
 }

/***** End Banner *****/


/* contact us page */

.feature-box-content{font-size:15px; line-height: 28px;}

.cont-page h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
    text-align: left;
}
 
.cont-page .st-feature-box {
  background: #223035;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #fff;
}
.st-feature-box {
  padding-left: 70px;
  position: relative;
}
.st-feature-box .st-feature-box-icon {
  color: #fff;
  display: block;
  position: absolute;
  width: 61px !important;
  height: 52px;
  line-height: 0px;
  top: 27 !important;
  left: 0;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.st-feature-box h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

.st-feature-box a 
{
  text-decoration: none;
}

/*cont-page*/
/*--------------------------------------------------------------
#solution
--------------------------------------------------------------*/
/***** solution *****/
.sol_lft_head{font-size: 37px;line-height: 46px;color: #20282d;font-weight: 400;; }
.sol_lft_cont{font-size: 18px;line-height: 27px; margin: 20px 0;}
.sol_cnt{background: url(Image/sol_cnt_img.jpg) no-repeat center/cover; padding: 10px 26px;min-height: 350px;}
.sol_cnt_cont > p:first-child{font-size: 110px;color: #FFFFFF54;    margin: 68px 0;}
.mt-neg{margin-top: -20px;}
.sol_cnt .v-mr>a{color: #fff;background-color: rgba(255,255,255,.2); display: inline-block; border: none; border-radius: 44px; padding: 8px 30px;font-weight: 300;transition: 0.3s linear; }
.sol_rgt{background-color: #e1e1e1;padding: 10px 0px 0px 26px;min-height: 364px;}
/***** End Section *****/



/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
/***** about *****/

.abt_lft_img{position: sticky; top: 0; margin: 0; height: 100%;}
.abt_lft_img img{height: 100%;width: 100%;}
.abt_rgt_cont{background-color:#d5dede;padding: 50px  70px;overflow: auto;height: 100%;}
.abt_rgt_cont p{ color: #222;}
.abt_rgt_cont h2{ color: #222;}
.abt_rgt_cont a{ color: #222;}
.progress {background-color: #929ea5;border-radius: 20px;position: relative;margin: 6px 0;height: 5px;}
.progress-done {background: #20282d;box-shadow: 0 3px 3px -5px #20282d, 0 2px 5px #20282d;border-radius: 20px;color: #fff;display: flex;align-items: center;justify-content: center;height: 100%;width: 0;opacity: 0;transition: 1s ease 0.3s;}
.progress-done-two {background: #20282d;box-shadow: 0 3px 3px -5px #20282d, 0 2px 5px #20282d;border-radius: 20px;color: #fff;display: flex;align-items: center;justify-content: center;height: 100%;width: 0;opacity: 0;transition: 1s ease 0.3s;}
.progress-done-three {background: #20282d;box-shadow: 0 3px 3px -5px #20282d, 0 2px 5px #20282d;border-radius: 20px;color: #fff;display: flex;align-items: center;justify-content: center;height: 100%;width: 0;opacity: 0;transition: 1s ease 0.3s;}

/***** End about *****/ 
/* width */
.abt_rgt_cont::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.abt_rgt_cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.abt_rgt_cont::-webkit-scrollbar-thumb {
  background: #20282d; 
  border-radius: 10px;
}

/* Handle on hover */
.abt_rgt_cont::-webkit-scrollbar-thumb:hover {
    background: #20282d; 
}



/*--------------------------------------------------------------
#team
--------------------------------------------------------------*/
/***** team *****/
.team{}
.team_cont .fa-quote-left{color: #99a4a51a; font-size: 40px; margin-right: 10px;}
.team_cont .fa-star{color: #bac8c8; font-size: 16px;}
.team_cont .team_img img{width: 80px; border: 2px solid #bac8c8; border-radius: 50%;}
.team .carousel-control-next,  .team .carousel-control-prev {width: 5%;top: inherit;bottom: 44px;font-size: 28px;filter: invert(1);}
.team .carousel-control-prev {left: inherit;right: 60px;filter: invert(1);}
.cliente_box{}
.cliente_box_icon .fa{font-size: 60px; color: #20282d; margin-right: 20px;}
.cliente_box_icon_check .fa{font-size: 20px; color: #20282d; margin-right: 20px;}
/***** End team *****/

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

/***** services *****/
.services .sticky{position: sticky; top: 0;}
.services_rgt_cont{background-color:#d5dede;padding: 25px  80px;overflow: auto;height: 100%;}
.service-detail .fa{color: #20282D; font-size: 52px;}
/***** End services *****/
/*services  */

/* width */
.services_rgt_cont::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.services_rgt_cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.services_rgt_cont::-webkit-scrollbar-thumb {
  background: #20282d; 
  border-radius: 10px;
}

/* Handle on hover */
.services_rgt_cont::-webkit-scrollbar-thumb:hover {
    background: #20282d; 
}


/*--------------------------------------------------------------
# team detail
--------------------------------------------------------------*/
/***** team detail *****/
.team_detail .team_social_link i{display: flex;justify-content: center;align-items: center;border: 1px solid #929ea5;width: 25px;height: 25px;line-height: 24px;border-radius: 50%;text-align: center;background-color: #929ea5;color: #fff;}

/***** End team detail *****/
/*--------------------------------------------------------------
# Bg-Videos
--------------------------------------------------------------*/
/***** Bg-Videos *****/
.bg-video-wrap {position: relative;overflow: hidden;width: 100%;height: auto;}
.bg-video-wrap video{    width: 100%;height: auto;z-index: 1;}
.overlay {width: 100%;position: absolute;top: 0;left: 0; right: 0; bottom: 0; background-color: #223035e3;z-index: 2;}
.bg-video_cont{text-align: center;color: #fff;position: absolute;top: 50px;left: 50px;z-index: 3;}
.video_cont{font-size: 150px;color: #FFFFFF54;}

/***** End Bg-Videos *****/
/*--------------------------------------------------------------
# current-services
--------------------------------------------------------------*/
/***** current-services *****/
.current-services-box > p{display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical ; overflow: hidden;} 
/***** End current-services *****/


/*--------------------------------------------------------------
# get in touch
--------------------------------------------------------------*/
/***** get in touch *****/
.get_in_touch{background: url(Image/get_in_touch.jpg) no-repeat center/cover scroll;}
    .get_in_touch_box{background: #c6d0d1ab;padding: 60px;}
    .get_in_touch_box .sub-head{color: #818181; font-weight: 300;}
    .get_in_touch_contact > a{position: relative;  display: inline-block; margin: 8px 0;  font-size: 18px;line-height: 27px;color: #20282D;margin-left: 10px;}
    .get_in_touch_contact a::before{    position: absolute;bottom: 0;content: "";display: block;width: 0;height: 1px;background: #20282D;transition: width .3s;}
    .get_in_touch_contact a:hover:before {right: 0;bottom: 0;width: 100%;}
    .form-control {display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #20282D;background-color: transparent;/* background-clip: padding-box; */border: none;border-bottom: 1px solid #20282D;/* -webkit-appearance: none; */-moz-appearance: none;/* appearance: none; */border-radius: 0;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

/***** End get in touch *****/
/*--------------------------------------------------------------
# quick_link
--------------------------------------------------------------*/
/***** quick_link *****/
.quick_link{}
.quick_link_cont li{position: relative;}
.quick_link_cont li a:hover{color: #fff;}
.quick_link_cont li a::before{    position: absolute;bottom: 0;content: "";display: block;width: 0;height: 1px;background: #fff;transition: width .3s;}
.quick_link_cont li a:hover:before {right: 0;bottom: 0;width: 100%;}

/***** End quick_link *****/

/*--------------------------------------------------------------
# quick_link
--------------------------------------------------------------*/
.Ind-box i {
  font-size: 35px;
  color: #223035;
  margin-top: 20px;
  text-align: center;
}
  .Ind-box {position: relative;min-height: 120px;box-shadow: 0px 0px 8px #ab9e9e;text-align: center;}
.Ind-box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #223035;
  text-align: center;
  margin-top: 13px;
  padding-bottom: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/***** footer *****/
.ft_sociallink{overflow: hidden;position: relative;}
.ft_sociallink li a:hover{color: #fff;}
.ft_sociallink li a{position: relative;    font-size: 15px;}
.ft_sociallink li a::before{  position: absolute;bottom: 0;content: "";display: block;width: 0;height: 1px;background: #fff;transition: width .3s;}
.ft_sociallink li a:hover:before {right: 0;bottom: 0;width: 100%;}
.ft_social i{border: 1px solid #929ea5;width: 25px;height: 25px;line-height: 22px;border-radius: 50%;text-align: center;background-color: #929ea5;color: #fff;margin-right: 6px; }
#FooterrControl1_Footer {margin-top: 0 !important;}
#FooterrControl1_tr_hitCounter{color: #fff;}
/***** End footer *****/


.top.scll-top {opacity: 1;transition: ease-in 0.5s;}
.top .fa { display: block !important;}

/*  */
@media screen and (min-width:981px) and (max-width:1130px){
    .bnr-sec .carousel-caption h4 {font-size: 32px;}
    .bnr-sec .carousel-caption .icon_bann .fa {margin: 11px 0;font-size: 44px;}
    .bnr-sec .carousel-caption {position: absolute;right: 15%;bottom: 0.25rem;left: 10%;width: 51%;}
}

@media screen and (min-width:769px) and (max-width:980px){
    .bnr-sec .carousel-caption h4 {font-size: 26px;}
    .bnr-sec .carousel-caption .icon_bann .fa {margin: 6px 0;font-size: 34px;}
    .bnr-sec .carousel-caption {position: absolute;right: 15%;bottom: 0.25rem;left: 10%;width: 74%;}
}

/*  */

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .bnr-sec .carousel-caption h2{
    font-size: 36px;
  }
  .bnr-sec .carousel-caption p{
    margin-top: 30px;
  }
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
  .bnr-sec .carousel-caption{display: block;}
  .services_rgt_cont,.abt_rgt_cont{overflow: auto;height: 100%;}
  .bnr-sec .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 10%;
    display: none;
    width: 85%;
}
.bnr-sec{
  margin-top:0px;
}
}
@media screen and (max-width:768px){
    .abt_rgt_cont{    padding: 50px 30px;}
    .services_rgt_cont{ padding: 50px  30px; }
    .get_in_touch_box{padding: 20px;}
    .video_cont {font-size: 80px;color: #FFFFFF54;}
    #header .head-img {position: relative;background-color: #040F28  !important;background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);background-size: 3px 3px;}
    #HeaderControl{padding: 0 !important;}
}
@media (max-width: 767px) {
  .bnr-sec .carousel-caption h2{
    font-size: 21px;
    margin-bottom: 8px;
  }
  .lw-about-right-heading:after{
    display:no
  }
  .bnr-sec .carousel-caption h4{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .bnr-sec .carousel-caption p{
    margin-top: 14px;
  }
  .header_img{text-align: left !important;}
  .Top_social_link{text-align: left !important;}
  #header img{margin:inherit;}
  .navbar-toggler{/* position: absolute; top: -23px; */ }
.caption{width: 100%;}
.wback .caption{    top: 30%;}


}
@media (max-width: 575px) {
  .carousel-caption{display: none;}
  .bnr-btm-sec .btm-bx{    padding: 18px 20px 20px;  }
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
}
@media (max-width: 414px) {
}

@media (min-width: 1220px) {
            #widgetsControl, #widgetsControl_C { height: 565px !important;}
        }

/* nav bar */
.navbar {
  position: relative;
  min-height: 0px !important;
  margin-bottom: 0px !important;
  border: 1px solid transparent;

  /* background: #ffffff26 !important; */
}
.bg-light {
 
  background-color: #ffffff26;
}
.navbar-nav>li>a {
  /*padding-top:0 !important;
  padding-bottom: 0 !important;*/
  font-size: 14px;
  font-weight: 600;
  padding: 4px !important;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif !important;
}

/* .container-fluid{padding-left:2px; padding-right:2px;} */


.navbar-nav {
  display: table;
  width: 100%;
  text-align: center;
  margin-left: 0  !important;
  margin-right: 0 !important; 
}


.navbar-nav>li {
  display:table-cell;
  float: initial !important;
vertical-align: middle;
}
.nav>li>a{padding:20px 2px;}

#HeaderControl .rdCenter, #MenuControl .rdCenter{background: transparent !important;}

.navbar-default{border:0 !important;background-color: #2f4c59 !important;}

.navbar-default .navbar-nav>li>a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  /*padding-left: 3px;
  padding-right: 3px;*/
  }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover{
 color: #fff !important;
 background: #2f4d5a ;
 }
 
.navbar-default .navbar-nav>.open>a:focus{color: #fff !important; background:#2f4d5a !important;}

#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms;}

/* .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #000 !important;
  text-decoration: none;
  background-color: #fff !important;
} */

.dropdown-menu>li>a:focus:after, .dropdown-menu>li>a:hover:after {
      border-left-color: #fff !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff !important;
  /*background-color: #fff !important;*/
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  /* background-color: #2f4d5a !important; */
  background-color: #fff;
  border-color:#fff;
  color: #000 !important;
}
/* center #HomepagecontentControl {
  padding-top: 100px !important;
} */


#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C
{height:100%;/* background-color: #fff !important; *//*! padding-top: 6px; */}

#MenuControl_C #navbar-collapse-1{height:100% !important;}
#WidgetControl4{position: relative;}
#WidgetControl4_C{
  position: absolute;
  background: #ffffff26 !important;
  z-index: 999999;
  width: 100%;
}
#HeaderControl_C_ctl00_Header {
    background: transparent;
}

#HeaderControl_C_ctl00_tr_HeaderBackImage {
    background: transparent;
}

#HeaderControl{
  height: 82px;
  float: Left;
  margin-bottom: 0;
  padding: 7px 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 9;
  background-size: 3px 3px;
  width: 33%;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
  /* background: transparent; */
  text-align: center;
  background-color: #040F28  !important;
  }

#HeaderControl.RadDock_Default .rdMiddle .rdCenter, #HeaderControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl.RadDock_Default .rdMiddle .rdCenter, #MenuControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl{
  height: 82px;
  float: Right;
  margin-bottom: 0;
  padding: 0px 0;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 36px;
  background-size: 3px 3px;
  z-index: 9;
  width: 67%;
  background-color: #040F28  !important;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
  }


.body-fx #HeaderControl{
  height: 90px;
  float: Left;
  position: fixed;
  width: 35%;
  padding: 0;
  padding-left: 0;
  background-color: #475280 !important;
  z-index: 99;
  text-align: left;
  transition: 0.5s;
  height: 67px !important;
  top: 0;
}

.body-fx #logo-web{margin-top: 6px;}

.body-fx #MenuControl_C{height: 68px !important;}


.body-fx #MenuControl {
  height: 90px;
  float: Right;
  position: fixed;
  right: 0;
  width: 65%;
  padding: 0;
  padding-right: 0;
  background-color: #27346a !important;
  transition: 0.5s;
  top: 0px;
  height: 68px !important;
}
center #form1 #HeaderControl {
  /* background: #fff !important; */
}

.navbar-toggler {
  background-color: #fff;
}
.nav-link:focus, .nav-link:hover {
  color:#fff;
}
center #form1 #HomepagecontentControl{padding-top: 120px; padding-bottom:25px;}
center #form1 .top-nav{background:#0d417b;}
center #form1 #HeaderControl{background-color: #475280;}
center #form1 #MenuControl{/* background: #27346a; */}
center #form1 #WidgetControl4_C_ctl00_tbl_widgets {
  background: #5b6d7e;
}
center #form1 #HeaderControl{margin-left: -2px;     width: 35%;}
center #form1 #MenuControl{margin-right: 0px;}
center #form1  #WidgetControl4{background: #315d8f !important;top: 0px;}
.body-fx center #form1 #HeaderControl{margin-left:0;}
.body-fx center #form1 #MenuControl{margin-right: 0px;}
#widgetsControl, #widgetsControl_C{height:inherit !important;}
@media (max-width: 991px){
#MenuControl_C, #HeaderControl_C{height:inherit !important;}
center #form1 #HeaderControl{margin-left: -2px; /*! height:inherit !important; */    width: 35%;}
}
@media (max-width: 769px){
  #WidgetControl4{display: none !important;}
  center #form1 #HeaderControl {
    margin-left: -2px;
    width: 100%;
}
 
  .footer {
    background-color: #040f28 ! Important;
    padding: 30px 0;
    margin-top: -15px;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
}
  .copyright p{
    font-size: 12px !IMPORTANT;
  }
  .copyright a{
    font-size:10px;
  }
  .ln-about-left-side .second-img {
    position: absolute;
    overflow: hidden;
    top: 15px;
    left: 15px;
    height: 100%;
    width: 100%;
}
  .ln-about-left-side:before {
    content: '';
    background: #0070ba ! IMPORTANT;
    width: calc(100% - 98px);
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    left: 0px;
    right: 0;
    top: -32px !important;
}
  #MenuControl, #MenuControl_C{height: initial !important;}	
  #widgetsControl_C, #widgetsControl{height:initial !important}
  #HeaderControl{position: static !important; width: 100%;}
  #MenuControl{position: static !important; width: 100%;}
  .nav-fill .nav-item, .nav-fill>.nav-link{text-align:center;}
  .navbar-nav {
    
background-color: #040F28  !important;
    
background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    
background-size: 3px 3px;
}
  .ln-type-payment {
    padding:30px 0;
  }
}
@media (max-width: 767px)
{
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top 
{
 margin-right: 0px !important;
margin-left:  0px !important;
}
  
.sector-bx{
  margin: 15px 0;
  height: auto;
}
  .ic-bn {
    width: 40px;
    height: 40px;
    background-image: none !important;
    background-color: #fff !important;
    border-radius: 50%;
    color: black;
    padding-top: 12px;
    font-size: 12px;
}
.abt_rgt_cont p{
  text-align: justify;
}
.heading-innerpage h1 {
  Font-size: 22px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
  padding: 2px 15px 2px 25px;
}
.navbar-nav>li{display: block; text-align:left;}
.list-about li {
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}
.dropdown-item{
  padding:5px;
  font-size: 11px;
}
.genmed-intro {
  margin: 10px 0 !IMPORTANT;
  padding-bottom: 20px;
}
.intro-box .intro-wrapper{
  margin-bottom:20px;
}
.thriving {
  padding: 10px 0 !Important;
}
.side-lines{
  display: none;
}
}



@media(max-width:736px){
  center #form1 #HomepagecontentControl{    padding-top: 0px;}
  .cont-page .feature-box-image img{
      width: 20px!important;
  }
  .body-fx #MenuControl{margin-top: -28px !important;position: absolute !important;}

.navbar-nav>li{display: block; text-align:left;}
#HeaderControl, #HeaderControl_C{height: initial !important;}	
header{padding-top: 2px;}
}

@media(max-width:375px){
.fl-head h2{    font-size: 23px;}
}

.table-responsive {
  min-height: .01%;border: 0;
  overflow-y: hidden !important;
}
.cl-3{
    font-size: 15px !important;
}
@media (min-width: 991px){
  #HeaderControl, #MenuControl{ transition:.3s;}
  .body-fx #HeaderControl, .body-fx #MenuControl{position:fixed; top:0; height:70px; transition:.3s;}
  .body-fx #HeaderControl{width:33%;float:left;left:0;background: rgba(254,254,254,.85);}
  .body-fx #MenuControl{width:67%; float:right; right:0;}
  }




/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-item {position: relative;padding: 30px;text-align: center;transition: .5s;z-index: 1;height:490px;}
.team-item::before,.team-item::after {position: absolute;content: "";width: 100%;height: 40%;top: 0;left: 0;border-radius: 5px;background: #FFFFFF;box-shadow: 0 0 45px rgba(0, 0, 0, .07);transition: .5s;z-index: -1;}
.team-item::after {top: auto;bottom: 0;}
.team-item:hover::before,.team-item:hover::after {background: #fd5d14;}
.team-item h5,.team-item p {transition: .5s;}
.team-item:hover h5,.team-item:hover p {color: #FFFFFF;}
.team-item img {padding: 15px;border: 1px solid #fd5d14;}
.team-item .tm-sl-lk a{color: #fff; width: 40px; height: 40px; background-color: #fd5d14; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
.team-item:hover .tm-sl-lk a{background-color: #FFFFFF;color: #fd5d14; }
.team-item h5 {font-size:18px;}



.innr-pg-c {margin-bottom: 20px;padding: 40px 0;position: relative;background: url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll ;}
.innr-pg-c h1 {font-weight: 600;Font-size: 30px;color: #fff;text-align: left;border-left: 4px #fff solid;padding-left: 20px;text-transform: uppercase;position: relative;z-index: 1;border-radius: 4px;}
.innr-pg-c:after {content: '';position: absolute;left: 0px;right: 0px;top: 0px;width: 100%;height: 100%;z-index: 0;background:#040F28;}

.main-table 
{
    padding-top:20px;
    padding-bottom:40px;
}
.serv_inn_sec ul li
{
    font-size: 16px;
    line-height:28px;
    text-align: justify;
    color:#6d6a6a;
}

.main-table ul li
{
    font-size: 16px;
    line-height:28px;
    color:#6d6a6a;
}

.main-table p 
{
    font-size: 16px;
    line-height: 26px;
    color:#6d6a6a;
    text-align: justify;
    margin-bottom: 10px;
}

.tm_img {
    border-radius: 6%;
    border: 3px solid #040F28;
}

.main-table h4 {
    font-size: 20px;
    font-weight: 600;
    /* padding-bottom: 14px; */
}

.com-box1 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 1px solid #ffff;
    border-radius: 10px;
    /* padding: 20px 15px; */
    min-height: 208px;
    padding: 20px 15px 0px 15px;
}
.img-cen {
    display: flex;
    justify-content: center;
}
.img-cen img {
    width: 100%;
    height: 100px;
}
.com-box1 p {
    line-height: 23px!important;
    margin: 0px!important;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    /* margin-bottom: -12px; */
}

.nav-link ul li a{
    font-size:15px!important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
    text-decoration: none!important;
    background-color: #040F28!important;
}

.dropdown-item:hover {
    color: #fff!important;
    background-color: #040F28!important;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}
.dropend .dropdown-menu {
    right: 100% !important; top:0;
    left: auto !important;
}


.rd-mr .btn-1::after {
    background: #fd5d14;
}


.rd-mr .btn-1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    bottom: -3px;
    left: 50%;
    background: #fd5d14;
    transition: .5s;
}
.rd-mr .btn-1:hover::after, .rd-mr .btn-1.active::after {
    width: 50%;
    left: 25%;
}

.cont-mar{min-height: 100%;
    background: #223035;}


.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{background-position: center; padding: 65px 0 0; width: 100%; background-size: cover; min-height:180px; text-align: center; position:relative;margin-bottom: 20px;}
.innr-pg-bnnr:after{content:'';position:absolute;left:-1px;right:-1px;top:-1px;width:100%;height:100%;z-index: 0;background: #26243cc7;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color: #fff;text-align:center;text-transform:uppercase;font-size: 37px;font-weight: 700;position:relative;z-index:1;font-family: "Poppins", serif!important;}

.inner-pages ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-pages li, .innr-pg li {color:#000;position: relative; list-style: none; padding-left: 30px;font-size: 15px;line-height: 24px;}
.inner-pages li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #f9564f;}
/*innr-pg-bnnr*/

.tm_img {
    border-radius: 6%;
    border: 3px solid #fd5d14;
}
.teamsub-head {
    font-weight: bold;
    Font-size: 20px;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
}

/* service section */

.industries-section .industries-bx {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 10px;
    margin: 12px 0;
    text-align: center;
    min-height: 210px;
}
.industries-section .industries-bx img {
    width: 90px;
    transition: all .3s ease-in-out;
}
.industries-section .industries-bx h4 {line-height:28px;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0 0;
    font-weight: 700;
    color: black;}

  .industries-section p{text-align: left;}

.heading h3{font-size: 20px;/* padding-top: 20px; */color:#000;text-align: left;font-weight: 600;margin-top: 14px;}
.main-table b {color:#000;}
.Ser_btm_sec .inner img{width:20%;}

#msform{margin-top:40px!important;}
#msform fieldset{width:1140px!important;margin:auto!important;}
.header_top span.fs-14 {
  font-family: "Poppins", sans-serif;
}
.dropdown-item {
  font-size: 15px;}