* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

/* navbar css */
header {
  background-color: #fff;
  padding: 0;
  box-shadow: 0px 0px 9px 1px #cccccc87;
}
.nav_section {
  transition: .3s;
}
.nav_sectionFixed{
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 0px 9px 1px #ccc;
}
header nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px 0px;
}
.header_top{
  background: #007cc3;
  padding:13px 0px;
}
.phone_box a{
  color:#fff;
  text-decoration: none;
  font-size: 15px;
}
.phone_box a span{
  color:#fff;
  border-left: 1px solid #fff;
  margin: 0px 15px;
}
.social_box{
  display: flex;
  justify-content: flex-end;
}
.social_inner a i{
  color:#fff;
  font-size: 15px;
  margin-left: 10px;
}
.social_inner a:last-child{
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.social_inner1{
  position: relative;
}
.social_inner1 .loginBox{
  color: #fff;
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  transition: .5s;
}
.userBox{
  background: #fff;
  position: absolute;
  z-index: 3;
  width: 190px;
  left: 20px;
  top: 31.5px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: none;
}
.social_inner1:hover .userBox{
  display: block;
}
.userBox ul{
  padding: 0;
  margin-bottom: 0;
}
.userBox li{
  list-style-type: none;
}
.userBox li a{
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding:5px 0px;
  color:#000;
  transition: .5s;
}
.userBox li a:hover{
  color:#007cc3;
}
.userBox li a i{
  width: 13px;
}
.social_inner1 .loginBox:hover{
  background: #fff;
  color:#000;
}
.social-icon {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  color: #fff; /* icon color */
  text-decoration: none;
}

.social-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -120%; /* above icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.social-icon:hover::after {
  opacity: 1;
}

.logo {
  flex: 2;
  display: flex;
  align-items: center;
}

.logo a {
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.bartoggle,
#menubrop {
  display: none;
}

.NavMenu {
  flex: 10;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
  align-items: center;
}

.NavMenu li {
  display: inline-block;
}
.NavMenu li input {
  display: none;
}

.NavMenu li a {
  display: block;
  padding: 20px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  position: relative;
  white-space: nowrap;
  transition: .5s;
}
.NavMenu li a:hover{
  color:#007cc3;
}
.logo_box{
  width: 100px;
}
.logo_box img{
  height: 70px;
}
.dropdwn_item1{
  z-index: 3;
}

.NavMenu li a label {
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
}

.NavMenu li a label::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.NavMenu>li>a label::after {
  right: -15px;
  top: -3px;
}

.NavMenu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 200px;
  border-bottom: 2px solid #2874f0;
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
}

.NavMenu li ul li {
  position: relative;
}

.NavMenu li ul li a {
  color: #000;
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.menu_li{
  display: flex !important;
  position: relative;
}
.toggle_left{
  left:-21px;
  top: -1px;
}
.menu_li1{
  display: flex !important;
  width: 100%;
  position: relative;
}
.menulia1{
  width: 100%;
}
.dropdwn2{
  position: absolute;
  right: 0;
  border-bottom: 0;
  top: 0px;
  border-left: 0 !important;
}




@media(min-width:992px) {
  .NavMenu li ul li a:hover {
    border-left: 2px solid #2874f0;
  }

  .NavMenu li:hover>ul,
  .NavMenu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media(max-width:991.98px) {
  header {
    padding: 6px 5%;
  }

  .logo {
    flex: 6;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
  }

  .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #2874f0;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    width: 100%  !important;
    padding-left: 0  !important;
    position: absolute  !important;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 30px;
    display: none;
    z-index: 3;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #2874f0;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked+ul,
  .NavMenu li ul li input:checked+ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked+.NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

}

@media(max-width:768px) {
  .NavMenu {
    width: 100%;
  }
  .logo_box img {
      width: 20%;
  }
  .dropdwn_item1 li{
    width: 100%;
  }
  .dropdwn1{
    height: 30px;
    position: absolute !important;
    right: 0;
    border-bottom: 0 !important;
  }
  .menulia{
    width: 100%;
  }
  .NavMenu li ul li ul {
    width: 100%  !important;
    padding-left: 0  !important;
    position: absolute  !important;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 30px;
    display: none;
    z-index: 3;
  }
  .toggle_left{
    position: absolute !important;
    right: 10px;
  }
  .header_top{
    display: none;
  }
  .dropdwn_item li{
    width: 100%;
  }
}

/* /navbar css */

/* home page css */
.owl-carousel{
  display: block;
}
.bg-banner{
  position: relative;
  overflow-y: hidden;
  margin-bottom: 40px;
}
.inner_banner img{
  height: 415px;
}
.innerBox{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: #0000007a;
}
.bg-banner .owl-theme .owl-nav.disabled+.owl-dots{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_img{
  width: 100%;
}
.imgBx{
  position: absolute;
  width:80%;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.imgBx span{
  display: block;
  font-size: 14px;
  font-weight: 600;
  color:#fff;
}
.imgBx h2{
  font-size: 58px;
  font-weight: 600;
  color:#fff;
  margin-top: 10px;
}
.imgBx p{
  width: 70%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color:#fff;
  margin:auto;
}
.imgBx a{
  border:2px solid #ccc;
  border-radius: 5px;
  color:#fff;
  font-size: 18px;
  font-weight: 550;
  text-decoration: none;
  padding: 13px 30px;
  margin-top: 20px;
  display: inline-block;
  transition: .9s;
}
.imgBx a:hover{
  background: #fff;
  color:#000;
}
.home_about_section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 665px;
  padding-top: 20px;
}
.home_about_section1{
  width: 48%;
}
.abt_img_box{
  position: relative;
}
.abt_img_box .abt_img1{
  width: 80%;
  height: 500px;
}
.abt_img_box .abt_img2{
  width: 50%;
  position: absolute;
  bottom: -20%;
  right: 0;
  border: 10px solid #fff;
}
.home_about_section2{
  width: 48%;
}
.home_about_section2 span{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color:#007CC3;
  padding-top:30px;
}
.home_about_section2 h2{
  font-size: 32px;
  font-weight: 600;
  color:#191e44;
  margin: 10px 0px 20px 0px;
}
.home_about_section2 p{
  color:#000;
}
.View_More{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #007cc3;
    color: #007cc3;
    padding: 10px 20px;
    transition:.5s;
}
.View_More:hover{
    background:#007cc3;
    color:#fff;
}
.home_about_section2 img{
  width: 100%;
}
.bg_main_service{
  background: #b4aaa0;
  padding:50px 0px 40px 0px;
}
.main_service_heading{
  text-align: center;
  margin-bottom: 40px;
}
.main_service_heading h2{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color:#191e44;
}
.main_service{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}
.main_service_inner{
  width: 32.2%;
  background: #fff;
  /*box-shadow:0px 3px 3px 1px #ccc;*/
  padding: 30px;
  /*text-align: center;*/
  transition: .5s;
}
.main_service_inner:hover{
  transform: scale(1.05);
}
.main_service_inner:nth-child(1){
    background:#fff0ea;
}
.main_service_inner:nth-child(2){
    background:#c4c3c1;
}
.main_service_inner:nth-child(3){
    background:#cbf8f3;
}
.main_service_inner:nth-child(4){
    background:#d1e6d1;
}
.main_service_inner:nth-child(5){
    background:#ebff68;
}
.main_service_inner:nth-child(6){
    background:#c6d2fc;
}
.main_service_img{
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  /*margin: auto;*/
  border:5px solid #f1f1f1;
  position: relative;
}
.main_service_img img{
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_service_inner h4{
  font-size: 18px;
  font-weight: 600;
  color:#191e44;
  margin:15px 0px;
}


.main_service_inner a{
  text-decoration: none;
  border:1px solid #007CC3;
  
  color: #007CC3;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 20px;
  display: inline-block;
  transition:.5s;
}
.main_service_inner_list a{
    border:none!important;
}

.main_service_inner a:hover{
    background: #007CC3;
    color:#fff;
}
.bg_why_choose{
  padding:60px 0px 0px 0px;
  min-height: 790px;
}
.why_choose{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why_choose_inner1{
  width: 48%;
}
.why_choose_inner2{
  width: 48%;
  position: relative;
}
.why_choose_inner1 .span1{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #007CC3;
  padding-top: 30px;
}
.why_choose_inner1 h2{
  font-size: 32px;
  font-weight: 600;
  color: #191e44;
  margin: 10px 0px 20px 0px;
}
.choose_inner_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.choose_inner_box1{
  width: 48%;
  text-align: center;
  margin-bottom: 10px;
}
.choose_inner_box_img{
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #f1f1f1;
  position: relative;
  transition: .5s;
}
.choose_inner_box_img:hover{
  transform: scale(1.1);
}
.choose_inner_box_img img{
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose_inner_box1 h4{
  font-size: 18px;
  font-weight: 600;
  color: #191e44;
  margin: 15px 0px;
}
.choose_inner_box1 h4 span{
  display: block;
}
.why_choose_inner2 .choose_img1{
  width: 80%;
  float: right;
  height: 500px;
}
.why_choose_inner2 .choose_img2{
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -8%;
}
.bg_counter{
  background: #EDEDED;
  padding:20px 0px;
}
.counter-box{
  display: flex;
  gap:15px;
  border-right: 1px solid #ccc;
  padding:30px 0px;
  align-items: center;
}
.counter_inner_img{
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 15px;
  border-bottom: 5px solid #007CC3;
  position: relative;
  transition: .2s;
}
.counter_inner_img:hover{
  border-top: 5px solid #007CC3;
  border-bottom: 0px solid #007CC3;
}
.counter_inner_img img{
  position: absolute;
  width: 50px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.counter_inner2 .counter{
  font-size: 36px;
  font-weight: bold;
  color:#191e44;
}
.counter_inner2 .plus_icon{
  font-size: 36px;
  font-weight: bold;
}
.counter_inner2 p{
  font-weight: 600;
  font-size: 12px;
}
.bg_working_process{
  padding:50px 0px 50px 0px;
}
.working_process{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px;
}
.working_process_inner{
  width: 24%;
  text-align: center;
  position: relative;
}
.working_process_img{
  background: #EDEDED;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: auto;
  border-top: 5px solid #007CC3;
  position: relative;
  transition: .5s;
}
.working_process_img img{
  position: absolute;
  width: 50px;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.working_process_inner:last-child .arrow_img{display:none;}
.working_process_img:hover{
  transform: scale(1.1);
}
.working_process_img:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px dotted #007CC3;
  border-radius: 50%;
  transform: scale(1.2);
  top:-2px;
}

.working_process_img span{
  background: #007CC3;
  padding: 3.5px 0px 0px 0px;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  bottom: 0;
}
.working_process_inner h4{
  font-size: 18px;
  font-weight: 600;
  color: #191e44;
  margin: 15px 0px;
}
.working_process_inner p{
  margin-bottom: 0;
}
.working_process_inner .arrow_img{
  position: absolute;
  top: 34px;
  width: 150px;
  right: -86px;
}
.bg_media{
  background: #EDEDED;
  padding:50px 0px 50px 0px;
}
.media_img{
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.mediaowlCarouelBx .owl-carousel .owl-dots.disabled, .mediaowlCarouelBx .owl-nav.disabled{
  display: block !important;
}

.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: -50px;
  top: 0;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-next span{
  font-size: 40px;
  position: relative;
  top: -15px;
}
.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: -50px;
  top: 0;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-prev span{
  font-size: 40px;
  position: relative;
  top: -15px;
}
.bg_qurey_section{
  padding:50px 0px 60px 0px;
}
.qureyBx{
    display:flex;
}
.qureyBx_inner1{
    width:40%;
}
.qureyBx_inner1 img{
    width:123.3%;
}
.qureyBx_inner2{
    width:60%;
}
.qurey_box{
  position: relative;
  top: 35px;
  background: #fff;
  padding: 50px;
  box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-left: 10px solid #007cc3;
}
.qurey_box::before{
    position:absolute;
    content:'';
    top: 0;
    height: 10px;
    background: #007cc3;
    width: 94px;
    left: 0px;
    border-radius: 0px 0px 20px 0px;
}
.qurey_box::after{
    position:absolute;
    content:'';
    bottom: 0;
    height: 10px;
    background: #007cc3;
    width: 94px;
    left: 0px;
    border-radius: 0px 20px 0px 0px;
}
.group_form{
  margin-bottom: 27px;
}
.group_form input{
  width: 100%;
  border:1px solid #ccc;
  padding: 10px;
}
.group_form textarea{
  width: 100%;
  border:1px solid #ccc;
  padding: 10px;
}
.send_btn{
  text-align: center;
}
.send_btn button{
  border: 1px solid #007CC3;
  background: #fff;
  padding: 13px 40px;
  font-size: 20px;
  font-weight: 500;
  color: #007CC3;
  transition: .5s;
}
.send_btn button:hover{
  background: #007CC3;
  color:#fff;
}
.bg_callnow{
  background: #007CC3;
  padding:30px 0px;
}
.call_now1 p{
  font-size: 20px;
  font-weight: 600;
  color:#fff;
  margin-bottom: 0
}
.call_now1 p i{
  font-size: 40px;
}
.call_now2{
  text-align: right;
}
.call_now2 a{
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 13px 40px;
  border-radius: 5px;
  display: inline-block;
  transition: .5s;
}
.call_now2 a:hover{
  background: #fff;
  color:#000;
}
.bg_footer{
  background-image: url('../images/bgfooter.png');
  padding: 30px 0px 15px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background:#1a1e45;
}
.icon_box{
  display: flex;
  gap:15px;
  border-right: 1px solid #ccc;
  height: 80px;
}
.icon_boxb{
  border-right: 0;
}
.icon_box1 i{
  font-size: 40px;
  color:lightgray;
}
.icon_box2 h4{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
  color:lightgray;
}
.icon_box2 p{
  margin-bottom: 0;
  color:lightgray;
}
.footer_middle{
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
.footer_item{
  padding:30px 20px 0px 0px;
  border-right: 1px solid #ccc;
  min-height: 342px;
}
.footer_itemb{
  border-right: 0;
}
.footer_logo{
  width: 50%;
  margin-bottom: 20px;
  background: lightgray;
  padding: 5px;
}
.footer_item p{
    color:lightgray;
}
.readmore_btn{
  display: inline-block;
  text-decoration: none;
  color:lightgray;
  border: 1px solid lightgray;
  padding: 10px 20px;
  border-radius: 5px;
  transition: .5s;
}
.readmore_btn:hover{
  background: #fff;
  color:#000;
}
.footer_item h4{
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color:lightgray;
}
.footer_item h4::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: lightgray;
  top: 26px; 
}
.footer_ul{
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.footer_ul li{
  width: 48%;
}
.footer_ul li::marker{
  color: lightgray;
}
.footer_ul li a{
  font-size: 14px;
  text-decoration: none;
  font-weight: 550;
  color: lightgray;
  display: inline-block;
  padding: 5px 0px;
  transition: .5s;
}
.footer_ul li a:hover{
  color: #fff;
  padding-left: 5px;
}
.vd_box{
  width: 100%;
  margin-top: 20px;
}
.footer_btm{
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.footer_btm_para{
  padding: 15px 0px 0px 0px;
  text-align: center;
}
.footer_btm_para p{
  font-size: 14px;
  margin-bottom: 0;
  color:lightgray;
}
/* /home page css */

/* services page css */
.inner_bannerImg{
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.inner_bannerImg img{
  width: 100%;
  height: 190px;
}
.innerbanner_overley{
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #000000ba;
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.breadcums_heading h1{
  font-size: 50px;
  line-height: 72px;
  color:#fff;
  font-weight: 600;
}
.breadcrumb-wrapper span:first-child {
    padding-right: 20px;
}
.breadcrumb-wrapper span {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    color:#fff;
}
.breadcrumb-wrapper span a{
  color:#fff;
  text-decoration: none;
}
.breadcrumb-wrapper span:first-child:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    right: 6px;
    top: 12px;
    display: inline-block;
    font-style: normal;
    background-color: currentColor;
}
.main_serviceImg{
  margin: inherit;
}
.main_serviceInner{
  text-align: left;
}
.main_service_inner ul{
  padding-left: 20px;
}
.main_service_inner ul li{
  text-align: left;
  list-style-type: disclosure-closed;
}
.main_service_inner ul li::marker{
  color:#007cc3;
}
.main_service_inner ul li a{
  background: 0;
  color:#000;
  padding: 5px 0px;
  font-size:14px;
  font-weight: 500;
}
.ulbreadcum{
  display: flex;
  padding-left: 0;
  gap: 10px;
}
.ulbreadcum li{
  list-style-type: none;
  color:#fff;
  font-size: 16px;
}
.ulbreadcum li a{
  color:#fff;
  text-decoration: none;
  font-size: 16px;
}
.ulbreadcum li+li::before{
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.bg_subservice{
  padding:50px 0px;
}
.subServices{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.subServices_inner{
  width: 32%;
  border-right: 3px solid #007cc3;
  padding:20px;
  display: flex;
  justify-content: space-between;
  background: #ededed;
  position: relative;
  box-shadow: 5px 5px 10px #00000038;
  transition: .5s;
}
.subServices_inner:hover{
  transform: scale(1.1);
}
.subServices_inner::before{
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #007cc3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.subServices_inner::after{
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #007cc3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.subServices_inner1{
  width: 25%;
}
.subServices_img{
  width: 70px;
  height: 70px;
  background: #007cc3; 
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 5px #fff;
}
.subServices_img img{
  position: absolute;
  width: 40px;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subServices_inner2{
  width: 70%;
}
.subServices_inner2 h4 a{
  font-size: 20px;
  text-decoration: none;
  color:#191e44;
}
.subServices_inner2 p{
  font-size: 14px;
}
.read_more{
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color:#191e44;
  transition: .5s;
}
.read_more:hover{
  color:#007cc3;
}
.bg_service_box{
  padding:50px 0px;
}
.contact_btn a button{
  border: 2px solid #007cc3;
  z-index: 1;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color: #44464e;
}
.contact_btn a button:hover{
  color:#fff;
}
.contact_btn a button:hover:after {
    top: 0;
    height: 100%;
}
.contact_btn a button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #007cc3;
    transition: all 0.3s ease;
}
.certification_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
}
.certification_box1{
  width: 49%;
  background: #ededed;
  border-left:5px solid #007cc3;
  border-right:5px solid #007cc3;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.certification_box1 p{
  font-size: 15px;
  margin-bottom: 0
}
.bg_expert{
  padding:0px 0px 50px 0px;
}
.expert_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.expert_innner{
  width: 48%;
}
.expert_innner h2{
  font-size: 32px;
  font-weight: 600;
  color:#191e44;
}
.ulbox{
  padding-left: 20px;
}
.ulbox li{
  padding: 5px 0px;
  list-style-type: disclosure-closed;
}
.ulbox li::marker{
  color:#007cc3;
}
.expert_innner img{
  width: 100%;
}
.bg_needs{
  background: #ededed;
  padding: 50px 0px 40px 0px;
}
.need_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}
.need_inner{
  width: 23.7%;
  background: #fff;
  padding:15px;
  text-align: center;
  box-shadow: 0 29px 21px -12px rgba(0, 0, 0, .1) !important;
  transition: .5s;
}
.need_inner:hover{
  transform: translateY(-10px);
}
.need_inner_img{
  text-align: center;
}
.need_inner_img img{
  width: 60px;
}
.need_inner h4{
  font-size: 18px;
  font-weight: 600;
  margin-top:20px;
  color:#191e44;
}
.bg_course{
  padding: 0px 0px 50px 0px;
}
.course_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 21px;
}
.course_detail{
  width: 32%;
  border-radius: 10px;
  position: relative;
}
.course_img{
  position: relative;
}
.course_img img{
  width: 100%;
  height:250px;
  border-radius: 10px;
}
.course_img p {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #000000b0;
  border-radius: 10px;
}
.course_img p span{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course_overley{
  position: absolute;
  width: 100%;
  top: 0;
  background: #fff;
  height: 0%;
  border-radius: 10px;
  transition: .5s;
}

.course_overley span{
  font-size: 20px;
  padding:30px;
  color: #000;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .5s;
}
.course_detail:hover .course_overley{
  border: 1px solid #007CC3;
  border-radius: 10px;
  height: 100%;
}
.course_detail:hover .course_overley span{
  opacity: 1;
}
.bg_training{
  background: #ededed;
  padding:50px;
}
.training_box{
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  background: #fff;
  margin-bottom: 20px;
  min-height: 210px;
  transition: .5s;
}
.training_box:hover{
  transform: translateY(-10px);
}
.training_box img{
  width: 80px;
}
.training_box p{
  margin-top: 20px;
}
.bg_expert1{
  padding-top:50px;
}
.expert1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.expert1_inner{
  width: 48%;
}
.expert1_inner img{
  width: 70px;
}
.expert1_inner h4{
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color:#191e44;
}
.bg_choose_box{
  padding:20px 0px 60px 0px;
}
.choose_box_img img{
  width: 100%;
}
.choose_box_detail{
  padding-top:50px;
}
.choose_box_detail h2{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#191e44;
}
.bg_faq{
  padding: 0px 0px 50px 0px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.faq_box .accordion-item{
  margin-bottom: 10px;
}
.faq_box .accordion-item .accordion-button{
  box-shadow: none;
  background: #f1f1f1;
  font-size: 20px;
  color: #000;
  padding: 25px;
  border: 1px solid #ccc;
  transition: .5s;
}
.faq_box .accordion-item .accordion-button:hover{
  background: #ccc;
}
.faq_box .accordion-item:first-of-type .accordion-button{
  box-shadow: none;
  font-size: 20px;
  color: #000;
  transition: .5s;
}
.faq_box .accordion-item:first-of-type .accordion-button:hover{
  background: #ccc;
}
.accordion-item{
  border:0;
}
.faq_box .accordion-collapse{
  border: 1px solid #ccc;
}
.bg_contact_service{
  padding:50px 0px 50px 0px;
}
.contact_service {
    background: linear-gradient(to left, #b3e3ff 0%, #4dbeff 100%);
    border-radius: 15px;
    padding: 25px;
}
.contact_service1 h2{
  font-size: 32px;
  font-weight: 600;
  color:#191e44;
}
.contact_service1 p{
  font-size:15px;
}
.contact_service2{
  background: #fff;
  padding: 3rem !important;
  border-radius: 15px;
}
.contact_service2 h2{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#191e44;
}
.contact_service2 p{
  font-size:15px;
}
.contact_service_form input{
  width: 100%;
  border:0;
  border-radius: 10px;
  background: #f8f9fa;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.contact_service_form input::placeholder{
  font-size: 14px;
}
.contact_service_form textarea{
  width: 100%;
  border:0;
  border-radius: 10px;
  background: #f8f9fa;
  padding: 5px 10px;
}
.contact_service_form textarea::placeholder{
  font-size: 14px;
}
.contact_service_form button{
  width: 100%;
  background: #007CC3;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  padding: 13px 0px;
}
/* /services page css */

/* sector we sreve page css */
.bg_serve{
  padding:50px 0px 50px 0px;
}
.serve_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serve_box_inner1{
  width:40%;
  padding-top: 50px;
}
.serve_box_inner2{
  width:56%;
}
.serve_service_heading p{
  width: 70%;
  margin:auto;
}
.serve_box_inner2 img{
  width:100%;
}
.serve_box_inner1 h4{
  font-size: 22px;
  font-weight: 600;
  color: #191e44;
  margin-bottom: 15px;
}
.serveul{
  padding-left: 20px;
}
.serveul li{
  list-style-type: disclosure-closed;
  padding: 7px 0px;
}
.serveul li::marker{
  color:#007cc3;
}
.serve_box_inner1 a{
  display: inline-block;
  border: 1px solid #007cc3;
  text-decoration: none;
  padding: 10px 30px;
  color: #007cc3;
  margin-top: 30px;
  transition: .5s;
}
.serve_box_inner1 a:hover{
  background: #007cc3;
  color:#fff;
}
.bg_serve1{
  background: #ededed;
  padding: 50px 0px 50px 0px;
}
.corporate_serviceInner{
  width: 48.7%;
  margin-bottom: 30px;
}
/* /sector we sreve page css */

/* about us page css */
.bg_about{
  padding:50px 0px 50px 0px;
}
.about_box_img{
  background-image: url(../img/logo_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about_box h2{
  font-size:32px;
  font-weight: 600;
  color: #191e44;
  padding-top:50px;
  margin-bottom: 20px;
}
.about_box img{
  width:100%;
  border-radius: 25px;
}
.bg_our{
  background-image: url('../images/row-bgimage-8.webp');
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  padding:90px 0px;
  height: 370px;
}
.bg_our_overley{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background: #007cc3b5;
  padding:90px 0px;
  text-align: center;
}
.animation_playicon a{
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 8px #ffffff33;
  position: relative;
  z-index: 3;
  color: #007cc3;
}
.animation_playicon a::before{
  position: absolute;
  content: '';
  width: 66px;
  height: 66px;
  border-radius: 50%;
  left: -8px;
  top: -8px;
  box-shadow: 0 0 0 6px #edf0f14a;
  opacity: 0;
  transform: scale(1);
}

/* hover animation */
.animation_playicon a:hover::before{
  animation: pulseOut 1.5s infinite;
}

@keyframes pulseOut{
  0%{
    transform: scale(1);
    opacity: 1;
  }
  100%{
    transform: scale(1.6);
    opacity: 0;
  }
}
.animation_playicon a i{
  position: absolute;
  top:50%;
  left: 54%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.our_journey h2{
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.our_journey p{
  font-size: 20px;
  letter-spacing: 2px;
  color:#fff;
}
.our_journey p span{
  display: block;
}
.bg_certification{
  padding:50px 0px 50px 0px;
}
.media_img h5{
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.para1 span{
  display: block;
}
.bg_certification .owl-carousel .owl-nav button.owl-prev{
  top:70px;
}
.bg_certification .owl-carousel .owl-nav button.owl-next{
  top:70px;
}
.bg_about_ceo{
  padding:0px 0px 50px 0px;
}
.about_ceo img{
  width: 100%;
  border-radius: 25px;
}
.about_ceo h2{
  font-size:32px;
  font-weight: 600;
  color: #191e44;
  padding-top:30px;
  margin-bottom: 20px;
}
.about_ceo h2 span{
  display: block;
}
.ceo_social a i{
  font-size: 30px;
  color: #191e44;
}
.core_Value_parallax {
  /* The image used */
  background-image: url('../images/corevalue.jpg');

  /* Set a specific height */
  min-height: 760px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_core_Value{
  height: 760px;
  background: #007cc3eb;
  margin-bottom: 50px;
  margin-top: -760px;
  padding:90px 0px;
}
.core_value1 h4{
  font-size: 20px;
  font-weight: 600;
  color:#fff;
  margin-bottom: 20px;
}
.core_value1 ul{
  padding-left: 20px;
}
.core_value1 ul li{
  color:#fff;
}
.our_purpose{
  display: flex;
  gap:20px;
  margin-top: 30px;
}
.our_purpose1 img{
  width: 50px;
}
.our_purpose1 p{
  color: #fff;
  margin-bottom: 0;
}
.core_value2 h2{
  font-size: 32px;
  font-weight: 600;
  color:#fff;
  text-align: center;
}
.cole_valueDtl{
  background: #fff;
  border-radius: 10px;
  padding:30px 20px;
  margin-top: 25px;
}
.cole_valueDtl_img{
  background: #007CC3;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border:8px solid #f1f1f1;
  position: relative;
}
.cole_valueDtl_img img{
  width: 70px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.cole_valueDtl h5{
  font-size: 18px;
  font-weight: 600;
  color:#191e44;
  text-align: center;
  margin-top: 30px;
}
.bg_advantage{
  padding:0px 0px 70px 0px;
}
.advantage_box{
  display: flex;
  grid-gap: 20px;
}
.advantage_inner{
  width: 24%;
  background: #ededed;
  padding: 20px;
  text-align: center;
  box-shadow: 5px 5px 10px #00000038;
  transition: .5s;
}
.advantage_inner:hover{
  transform: translateY(-10px);
}
.advantage_inner_img{
  width: 80px;
  height: 80px;
  margin:auto;
  background: #007cc3;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 5px #fff;
}
.advantage_inner_img img {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.advantage_inner2 h4{
    font-size: 18px;
    font-weight: 600;
    color: #191e44;
    margin-top: 20px;
}
.advantage_inner2 p{
  margin-bottom: 0;
}
/* /about us page css */

/* contact page css */
.bgColor{
    background:#007cc3;
    height:300px;
}
.bg_contact{
    padding:50px 0px 50px 0px;
}
.contact_box1{
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
}
.contact_box_inner{
  width: 32%;
  padding:20px;
  background-color: #ffffff;
  border-radius: 1rem;            /* rounded-2xl */
  padding: 1.5rem;                /* p-6 */
  box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1); /* shadow-lg */
  transition: all 0.3s ease; 
}
.contact_box_inner:hover{
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 10px 10px -5px rgba(0,0,0,0.04); /* shadow-xl */
  transform: translateY(-0.25rem); /* -translate-y-1 */
}
.fa_icon{
  width: 70px;
  height: 70px;
  border:2px solid #555;
  border-radius: 50%;
  position: relative;
}
.fa_icon i{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:30px;
  color:#555;
}
.contact_box_inner h4{
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color:#000;
}
.contact_box_inner p{
  color:#000;
  margin-bottom: 0;
}
.bg_contact_form{
  padding:0px 0px 50px 0px;
}
.contact_form{
  padding: 50px;
  box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
  background: #fff;
  border-radius:24px;
}
.contact_heading span{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color:#007cc3;
}
.contact_heading h2{
  font-size: 36px;
  font-weight: 600;
  color:#191e44;
  margin-top: 10px;
  margin-bottom: 20px;
}
.formGroup{
  margin-bottom: 20px;
}
.formGroup input{
  width: 100%;
  border:1px solid #ccc;
  padding:15px;
  margin-top: 3px;
  outline: none;
}
.formGroup textarea{
  width: 100%;
  border:1px solid #ccc;
  padding:15px;
  margin-top: 3px;
  outline: none;
}
.formGroupBtn button{
  width: 100%;
  background: #007cc3;
  color: #fff;
  border: 1px solid #007cc3;
  padding: 15px 30px;
}
.map_section iframe{
    width:100%;
    height:641px;
    border-radius:24px;
}
.bg_presence{
  padding: 50px 0px 60px 0px;
}
.presence_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:25px;
}
.presence_box_inner{
  width: 31.8%;
  padding: 31px 20px;
  background-color: #fff;
  border-radius:24px;
  box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
  transition: .5s;
}
.presence_box_inner:hover{
  transform: translateY(-10px);
}
.presence_box_inner h5 a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color:#191e44;
}
.presence_box_inner p{
  font-size:14px;
  margin-bottom: 0;
}
/* /contact page css */

/* certification page css */
.bgCertifications{
  padding: 50px 0px 50px 0px;
}
.rowBox{
  align-items: center;
}
.box_certify img{
  width: 250px;
}
.box_certify h4{
  font-size: 24px;
  color:#191e44;
  margin-bottom: 20px;
}
.certiul{
  padding-left: 20px;
}
.certiul li{
  list-style-type: disclosure-closed;
  margin-bottom: 10px;
}
.certiul li:last-child{
  margin-bottom: 0;
}
.certiul li::marker{
  color: #007cc3;
}
.bgCertifications1{
  background: #ededed;
}
/* /certification page css */

/* success story page */
.bg_success{
  padding: 50px 0px 30px 0px;
}
.video_box{
    margin-bottom:20px;
}
.video_box iframe{
    border:8px solid #f1f1f1;
}
.bg_success_story{
  padding: 0px 0px 50px 0px;
}
.success_story{
  display: flex;
  flex-wrap: wrap;
  gap:31px;
}
.success_story_inner{
  width: 48.5%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 13px 0px #ccc;
}
.success_story_inner::before{
  position: absolute;
  content: '';
  background: #007CC3;
  height: 30px;
  top: 0;
  width: 75%;
  right: 0;
  border-radius: 0px 0px 0px 50px;
}
.success_story_inner::after{
  position: absolute;
  content: '';
  background: #ededed;
  height: 30px;
  bottom: 0;
  width: 75%;
  left: 0;
  border-radius: 0px 50px 0px 0px;
}
.success_story_img img{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 8px solid #f1f1f1;
}
.success_story_inner h4{
  font-size:18px;
  font-weight: 600;
  color:#191e44;
  margin-top: 20px;
}
.success_story_inner h5{
  margin-bottom:20px;
  font-size: 18px;
}
.success_story_inner p{
  margin-bottom: 30px;
}
/* /success story page */

/* news page css */
.bg_news{
  padding: 50px 0px 50px 0px;
}
.write_us_btn{
  display: flex;
  justify-content: center;
  gap:10px;
}
.news_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:25px;
  margin-top: 50px;
}
.news_box_inner{
  width: 48.8%;
  padding: 20px;
  border-left: 5px solid #007cc3;
  box-shadow: 5px 0px 5px 0px #ccc;
  transition: .5s;
  border-radius: 10px;
}
.news_box_inner:hover{
  transform: scale(1.05);
}
.news_box_inner span{
  background: #007cc3;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.news_box_inner h5{
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}
.news_box_inner h5 a{
  text-decoration: none;
  color:#191e44;
  transition: .5s;
}
.news_box_inner h5 a:hover{
  color:#007cc3;
}
.time_box{
  margin-top: 20px;
}
.time_box a{
  text-decoration: none;
  color: #5c667d;
  font-size: 15px;
}
/* /news page css */

/* career page css */
.career_banner{
  background-image: url('../images/career_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}
.career_overly{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
}
.career_heading{
  width: 55%;
  padding-top: 120px;
}
.career_heading h1{
  font-size:56px;
  color:#fff;
  font-weight: 600;
}
.career_heading p{
  color:#fff;
  font-size: 18px;
  letter-spacing: 2px;
}
.bg_career_form{
  padding:50px 0px 50px 0px;
}
.career_form{
  border: 1px solid #ccc;
  padding: 50px;
  border-radius: 20px;
  border-right: 5px solid #007cc3;
  border-left: 5px solid #007cc3;
}
.careerGroup{
  margin-bottom: 20px;
}
.careerGroup label{
  font-weight: 600;
}
.careerGroup input{
  width: 100%;
  padding: 10px;
  border:1px solid #ccc;
}
.careerGroup1{
  margin-bottom: 20px;
}
.typeSpan{
  margin-left: 10px;
}
.careerGroup1 label{
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.careerGroup_btn{
  text-align: right;
}
.careerGroup_btn button{
  background: #007cc3;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  font-weight: 600;
}
/* /career page css */

 /* resources page css */
.bg_resources{
  padding: 50px 0px 50px 0px;
  background: #f8f9fa;
}
.guides_videos{
  text-align: center;
}
.videos_box{
  display: none;
  margin-top: 30px;
}
.active_btn{
  background: #6c757d;
  color:#fff;
}
.guides_box{
  margin-top: 30px;
}
.navTabs .nav-item.show .nav-link, .navTabs .nav-link.active{
  border-color:#0000;
  background: #191e44;
  color:#fff;
  border-radius: 0;
  padding: .5rem 1.5rem;
  box-shadow: 0px 3px 9px 0px #444;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
   border-color:#0000;
   border-radius: 0;
}
.navTabs{
  border-bottom: 0;
  justify-content: center;
}
.nav-tabs .nav-link{
  color: #212529;
  border-radius: 0;
  padding: .5rem 1.5rem;
}
.guideBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide_card{
  width: 48.7%;
  background: #fff;
  display: flex;
  border:1px solid #191e44;
  padding: 20px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  transition: .5s;
}
.guide_card:hover{
  transform: translateY(-10px);
}
.guide_card::before{
  position: absolute;
  content: '';
  background-image: linear-gradient(to right, #191e44, #007CC3);
  height: 30px;
  width: 30px;
  top: 0px;
  left: 0%;
  border-radius: 0px 0px 50px 0px;
}
.guide_card::after{
  position: absolute;
  content: '';
  background-image: linear-gradient(to right, #191e44, #007CC3);
  height: 50px;
  width: 50px;
  bottom: 0px;
  right: 0%;
  border-radius: 50px 0px 0px 0px;
  opacity: .5;
}
.guide_card_inner1{
  width: 38%;
}
.guide_card_inner2{
  width: 62%;
}
.guide_card_inner_img img{
  width: 160px;
}
.guide_card_inner2 span{
  display: inline-block;
  background: #191e44;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.guide_card_inner2 h5{
  font-size: 18px;
  font-weight: 600;
}
.guide_card_inner2 p{
  margin-bottom: 10px;
}
.guide_card_inner2 a{
  background: #191e44;
  text-decoration: none;
  color: #fff;
  padding: 9px 20px;
  display: inline-block;
  font-size: 14px;
}
.resource_heading{
  text-align: center;
}
.resource_heading p{
  color:#fff;
  width: 60%;
  margin-bottom: 0;
  margin:auto;
}
.videosBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:25px;
}
.videosBox_inner{
  width: 31.5%;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  padding: 15px 15px 10px 15px;
}
.videosBox_inner h5{
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: #191e44;
  margin-bottom: 10px;
}
.videos_section iframe{
  border-radius: 16px;
}
.resourceDownload{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
.resource_downlod1{
  width:58%;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.resource_downlod2 {
  width: 38%;
  background: #fff;
  padding: 36px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(3,45,96,0.18);
  border-top: 5px solid #032d60;
}
.resource_imgd img{
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
}
.resource_downlod1 h5{
  font-size: 18px;
  font-weight: 600;
  color:#191e44;
  margin-top:30px;
  margin-bottom: 20px;
}
.resource_downlod1 ul{
  padding-left: 0px;
}
.resource_downlod1 ul li{
  position: relative;
  list-style-type: none;
  padding: 8px 0px 8px 40px;
  border:1px solid #ccc;
  border-radius: 5px;
  background: #ededed;
  margin-bottom: 10px;
}
.resource_downlod1 ul li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #032d60;
    font-weight: bold;
}
.resource_downlod2 h4{
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #191e44;
  margin-bottom: 10px;
}
.downloadFormGroup {
  margin-bottom: 20px;
}
.downloadFormGroup label{
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.downloadFormGroup input{
  width: 100%;
  border:1px solid #ccc;
  padding: 10px 15px;
}
.download_now button{
  width: 100%;
  border:0;
  background: #191e44;
  font-weight: 600;
  color: #fff;
  padding: 13px 15px;
}
 /* /resources page css */

/* login page css */
.bg_login{
  padding:50px 0px 50px 0px;
}
.login_section{
  box-shadow: 0 0 30px 0 #ccc;
  border-radius: 24px;
}
.login_img{
  background: #007cc3;
  min-height: 250px;
  height: 100%;
  position: relative;
  border-radius: 0px 24px 24px 0px;
}
.login_img img{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_form{
  padding: 70px 20px 50px 50px;
}
.loginform{
  margin-bottom: 15px;
  position: relative;
}
.login_form h2{
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.loginform label{
  font-size: 14px;
  line-height:20px;
  color:#444;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.loginform input{
  width: 100%;
  border: 1px solid #ccc;
  padding: 13px 15px;
  border-radius: 3px;
}
.loginform input::placeholder{
  font-size: 14px;
}
.loginform a{
  position: absolute;
  right: 15px;
  top: 40px;
  text-decoration: none;
  color: #007cc3;
  font-weight: 700;
}
.login_btn button{
  width: 100%;
  border: 0;
  background: #007cc3;
  color: #fff;
  padding: 10px 30px;
}
.click_here p{
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.loginWidth{
  width:90%;
  margin:auto;
}
/* /login page css */

/* myprofile page css */
.bg-userprofile{
    padding: 2px 50px 50px 50px;
    background: #f0f0f0;
}
.userProfile{
    background: #fff;
    padding: 30px;
    margin-top: 50px;
}
.userproheading{
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.user_group{
    margin-top: 5px;
}
.user_group label{
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}
.user_group input{
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    outline: none;
    border-radius: 5px;
    color:#555;
}
.user_group select{
    width: 100%;
    border: 1px solid #ccc;
    padding: 9px;
    outline: none;
}
.user_groupBtn {text-align: right}
.user_groupBtn button{
    background: #007cc3;
    border: 0;
    margin-top: 17px;
    padding: 9px 27px;
    color: #fff;
    font-weight: 600;
}
.user_group textarea{
  width: 100%;
  border:1px solid #ccc;
}
.left_nav{
  background: #fff;
  padding: 0px 10px;
  height: 574px;
  overflow-y: auto;
  position: sticky;
  top: 90px;
}
.left_nav ul{
  padding-left: 0px;
}
.left_nav ul li{
  list-style-type: none;
}
.left_nav ul li a{
  display: flex;
  text-decoration: none;
  font-size: 14px;
  color:#000;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  transition: .5s;
  align-items: center;
}
.left_nav ul li a:hover{
  background: #007cc3;
  color:#fff;
}
.left_nav ul li a i{
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.userName{
    display:flex;
    gap:10px;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    align-items: center;
}
.usernameIcon{
    width: 45px;
    height: 45px;
    background: #007cc3;
    color: #fff;
    border-radius: 50%;
    position:relative;
}
.usernameIcon span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size: 24px;
    text-transform: uppercase;
}
.username_Name h4{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
.username_Name span{
    display: inline-block;
    background: #007cc3b3;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 0px 8px;
    border-radius: 20px;
}
.left_nav ul li a span{
    display: inline-block;
    width: 40px;
    height:30px;
    background: #0798eafc;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    color:#fff;
    position:relative;
}

/* /myprofile page css */

/* user table css */
.bg_usertable{
  padding:50px 0px 50px 0px;
}
.btn_box{
  width: 160px;
}
.btn_box button{
  border: 0;
  padding: 3px 7px;
  font-size: 14px;
  border-radius: 5px;
}
.usertable tr th{
  font-size: 14px;
  white-space: nowrap;
}
.usertable tr td{
  font-size: 14px;
}
.btn_create{
  background: #007cc3;
  color:#fff;
}
.btn_edit{
  background: #008000;
  color:#fff;
}
.btn_delete{
  background: #ff0000;
  color:#fff;
}
.usertableheading{
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* /user table css */
.active-link{
  background: #007cc3;
  color: #fff!important;
}
.btnClose{
  position: absolute;
  right: 15px;
  top: 5px;
  color: #fff;
  border: 0;
  background: 0;
  font-size: 30px;
  -webkit-text-stroke: 4px #842029;
}
.alrt_success_bx ul{
  margin-bottom: 0;
}
.navTab{
  border-bottom: 0;
  padding-left: 0;
}
.navTab .nav-link.active{
  background: #007cc3;
  color:#fff;
}
.tabContent>.active{
  padding-left: 0;
  padding-right: 0;
}
.navTab{
  justify-content: space-between;
}
.navTab .nav-item{
  width: 48.5%;
  background: #ededed;
  text-align: center;
}
.user_group textarea{
  border:  1px solid #ccc;
  padding: 15px;
  outline: none;
  border-radius: 5px;
}


.status-pending-bg{
  border: 0;
  padding: 3px 7px;
  font-size: 14px;
  border-radius: 5px;
  background: gray;
  color: #fff;
}
.btnSm{
  background: #007cc3;
  color:#fff;
  float: right;
  border:0;
}
.usertable{
  border:1px solid #ccc;
}
.main_service_headingg{
    text-align:left;
}
.afi_imgBx{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:10px;
}
.afi_imgBx_inner{
    width:24%;
}
.afi_imgBx_inner img{
    width:100%;
}

#kt_datatable_web td{
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 10px;
}
.dataTables_wrapper .dataTables_filter input{
    margin-bottom:10px;
}
.bgscopeservice{
    margin-top:20px;
}
.bgscopeservice h3{
    font-size: 20px;
    color: #e74e3f;
}
.bgscopeservice h4{
    font-size: 22px;
    color:#555;
}
.scope_service{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}
.scopeService{
    width:23.5%;
    font-size: 13px;
    color:#555;
}




a.active-menu{
    color:#007cc3!important;
}

.comingSoon{
    text-align:center;
    padding:100px;
    font-size:58px;
}








#kt_datatable_web tbody tr:hover {
    background-color: #ccc;
    cursor: pointer;
}





