@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

:root{
    --main-color: #8e44ad;
    --black: #222;
    --white: #fff;
    --light-black: #777;
    --light-white: #fff9;
    --dark-bg: rgba(0,0,0,.7);
    --light-blue: #eee;
    --border: .1rem solid #bbb0b0;
    --box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    --text-shadow: 0 1.5rem 3rem rgba(0,0,0,.3);
}

*{
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    text-transform: capitalize;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

html::-webkit-scrollbar{
    width: 1rem;
}

html::-webkit-scrollbar-track{
    background-color: var(--white);
}

html::webkit-scrollbar-thumb{
    background-color: var(--main-color);
}
section{
    padding: 5rem 10%;
}

.btn{
    display: inline-block;
    background: var(--black);
    margin-top: 1rem;
    color: var(--white);
    font-size: 1.7rem;
    padding: 1rem 3rem;
    cursor: pointer;
}
.btn:hover{
    background: var(--main-color);
}

.header-title{
   text-align: center;
   margin-bottom: 3rem;
   font-size: 6rem;
   text-transform: uppercase;
   color: var(--black);
}

.header{
    position: sticky;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background-color: #000;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: var(--box-shadow);
    align-items: center;
     justify-content: space-between;
}
.header2{
    padding-left: 0;
    position: sticky;
    top: 67px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #00AEEF;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: var(--box-shadow);
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    padding-left: 19px;
}

.header .logo{
    font-size: 2.5rem;
    color: (--black);
}

.header .navbar{
    font-size: 2rem;
    margin-left: 2rem;
    color: (var(--black));
}
.header2 .navbar2{
    font-size: 2rem;
    /* margin-left: 2rem; */
    color: (var(--black));
}

.header .navbar a:hover{
    color: #d3d3d3;
}
.header2 .navbar2 a:hover{
    color: #d3d3d3;;
}


#menu-btn{
    font-size: 2.5rem;
    cursor: pointer;
    color: #fff;
    display: none;
}
#menu-btn2{
    font-size: 2.5rem;
    cursor: pointer;
    color: #fff;
    display: none;
}

.header .navbar a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 0px 8px;
}
.header2 .navbar2 a{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin: 0px 5px;
}




.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 256px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;


    /* overflow-y: auto;
    overflow-x: hidden;
    height: 76vh; */
  }
  
  .dropdown .dropdown-content a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    margin: 0;
    font-size: 13px;
  }
  .dropdown .dropdown-content a:hover {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
  }
  
  
  .dropdown-content a:hover {background-color: #cbe9ff;;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}


/*about */

.about-h{
  font-size: 4.2rem!important;
  font-weight: 400!important;
    color: rgba(0, 0, 0, 1)!important;
    text-align: center!important;
    line-height: 45px!important;
}
.about-p{
    font-size: 1.6rem!important;
    font-weight: 400!important;
    color: rgb(66 66 66)!important;
    text-align: center!important;
    margin-top: 15px!important;
}
.about-m{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}
.division {
    /* display: grid; */
    font-size: 1.4rem;
    /* padding-right: 67px; */
    /* grid-template-columns: 310px; */
    justify-content: space-around;
    width: 80%;
}
.mob-img{
  width: 100%;
}

/* #counter{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e7;
    padding: 40px 0px;
    width: 100%;
  }
  #counter .item{
    background: #fff;
    width: 200px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  } 
  #counter .item .count{
    color: #e8b12d;
    margin-bottom: 5px;
    font-size: 40px;
  }
  #counter .item h3{
    color: #4f4e28;
    text-transform: capitalize;
  } */

  .plus-one{
    display: flex;
    vertical-align: middle;
    align-items: center;
    grid-gap: 9px;
}
.plus-p{
  font-weight: 600;
  font-size: 45px;
  color: rgba(4, 105, 182, 1);
}
  .strip-p{
    color: rgba(0, 0, 0, 1);
    font-size: 17px;
    font-weight: 500;
  }
  .course-title {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 34px;
    color: #fff;
  }

    .count-up {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100vw;
        background-image: url(../images/home/strip1.jpg);
        padding: 34px 0px 34px;

        position: relative;
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 93px;
        padding-bottom: 93px;
        z-index: 1;
    
    
  }
    .wrapper {
      display: flex;
    justify-content: center;
      align-items: center;
      flex-direction:column;
    position: relative;
    margin:  10px;
    box-shadow: -4px 2px 10px 0 rgba(0, 0, 0, 0.2);        
   background-color:#fff;
    width:200px;
      height:200px;
  }
    .counter {
        font-size: 45px;
        font-weight: 900;
        border-radius: 3px;
        position: relative;
        color: rgba(4, 105, 182, 1);
    }
    .wrapper i {
    color: #17a2b8;
    z-index: 1;
    font-size: 64px;
   margin-bottom:5px
  }

.social-container {
    margin: 20px 0;
display:flex;
justify-content:center;
}
.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-flex;
    justify-content: center;
  text-decoration:none;
    align-items: center;
 
}
.social-container a:hover{
text-decoration:none;
}
.social-container a:hover i{
font-size:20px;
}
.social-container a i{
color:#3e3e3e;
transition:all 0.5s;
}

/*service*/
/* Equal Heights for OwlCarousel 2 */

.owl-carousel {
	.owl-stage {
		display: flex;
	}
	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	.caption {
		display: flex;
		flex: 1 0 auto;
		flex-direction: column;
	}
	.flex-text {
		flex-grow: 1
	}
	.thumbnail {
		display: flex;
		flex-direction: column;
		margin: 0 15px;
	}
}
.bd-one{
  /* border: 1px solid #000; */
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.19);
}
.p-ok{
  margin-bottom: 0;
}
.owl-theme .owl-next{
  height: 36px!important;
    color: #0369B6!important;
    font-size: 36px!important;
    border-radius: 50%!important;
    border: 1px solid #0369B6!important;
    width: 36px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    outline: unset!important;
    background: #fff!important;
}
.owl-theme .owl-prev{
  height: 36px!important;
    color: #0369B6!important;
    font-size: 36px!important;
    border-radius: 50%!important;
    border: 1px solid #0369B6!important;
    width: 36px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    outline: unset!important;
    background: #fff!important;
}
.owl-nav{
  text-align: right;
  
  justify-content: right!important;
  display: flex!important;

}

.img-responsive{

width: unset!important;
}
.img-res{
    justify-content: center;
    display: flex;
}
.img-lo{
    height: 45px;
    width: auto;
}

/* Demo Styles */

.container-fluid {
	max-width: 1230px;
  margin-top: 45px;
}
.navbar-brand {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	margin-left: 0px!important;
}

.service-btn{
  background: #0369B6;
    color: #fff;
}

.service-btn:hover{
    background: #fff;
      color: #0369B6;
      border: 1px solid #0369B6;
  }

.arrow2{
    width: 100%;
    float: right;
    text-align: right;
    margin-top: -22px;
}
.service-head{
    font-size: 1.74rem;
    margin: 15px 16px 7px;
    text-align: center;
    font-weight: 800;
    height: 35px;
    display: block;
    color: #0369B6;
}
.service-para{
  padding: 17px;
    font-size: 1.6rem;
}

/* testimonial */






/*top clients*/
.section-padding{
  padding:60px 0;
  }
  .bg-c{
    padding: 57px 123px 0px;
    background: aliceblue;
  }
  .brand-carousel {
  background: aliceblue;
  /* margin-top: 15%; */
  }
  .owl-dots {
  text-align: center;
  margin-top: 4%;
  padding: 20px 123px 0px;    background: aliceblue;display: none;
  }
  .owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #878787 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
  }
  .owl-dot.active {
  background-color: #000 !important;
  }




  
.ow-c .owl-item img {
	display: inline-block !important;
	width: auto;
}
.author-img img {
	/* width: 70px !important;
	height: auto; */
	/* border-radius: 100%; */
}
.font-medium {
	font-weight: 500;
}
.border-radius-new {
	border-radius: 20px;
}
img.comms {
	width: 40px !important;
	height: auto;
}
  .circle-1{
    margin-bottom: 41px;
    margin-top: 53px;
  }

.intro {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
}
.intro-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  object-fit: cover;
  z-index:-1;

  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
/* .intro-slideshow img:first-child {
  display: block;
  opacity: 1;
} */

.main-v {
  position: relative;
}

.slider {
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* background-color: tomato; */
}
.slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  /* background: black; */
  transition: right 0.6s, left 0.6s;
}
.slider.before:before {
  right: 100%;
}
.slider.ready:before {
  left: 100%;
}
.slider.ready > * {
  opacity: 1;
}
.slider > * {
  opacity: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slider > * > div {
  padding: 50px;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  vertical-align: middle;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
}
.slider > * > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.45);
}

.slide-item {
  right: 100%;
}
.slide-item--1 > div {
  background-image: url(../images/home/accruon-consultants-banner1.png);
}
.slide-item--2 > div {
  background-image: url(../images/home/accruo-consultant-banner2.png);
}
.slide-item--3 > div {
  background-image: url(../images/home/strip-img.png);
}
/* .slide-item--4 > div {
  background-image: url(../images/home/strip1.jpg);
} */

.banner-arrow{
  display: flex;
  font-size: 18px;
  vertical-align: middle;
  align-items: center;
  padding: 53px -12px -11px;
  padding: 12px 0px;
}

.slide-item.animate {
  transition: right 0.6s cubic-bezier(0.51, 0.09, 0.4, 0.99);
  z-index: 10;
}
.slide-item.active {
  right: 0;
}

.slide-text {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.slide-text--1 {
    font-size: 3.85rem;
    font-weight: 800;
}
.slide-text--2 {
    font-size: 8rem;
    margin-bottom: 1em;
    font-weight: 800;
    line-height: 77px;
}
.slide-text > span {
  display: block;
}
.slide-text.out > span, .slide-text.in > span {
  opacity: 0;
}
.slide-text.out > span {
  transform: translateY(-100%);
}
.slide-text.in > span {
  transform: translateY(100%);
}
.slide-text.animate > span {
  transition: transform 0.6s cubic-bezier(0.51, 0.09, 0.4, 0.99), opacity 0.6s;
}

.slider.ready + .slider-nav {
  transform: rotateX(0);
}

.slider-nav {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 80%;
  margin-left: 10%;
  z-index: 100;
  /* background-color: #333; */
  transform-origin: 0 100%;
  transform: rotateX(-90deg);
  transition: transform 0.6s 0.6s;
}
.slider-nav .slider-nav_btn {
  border: 1px solid #c0b5b5;
  border-radius: 50%;
  display: block;
  width: 46px;
  height: 46px;
  background-color: transparent;
  overflow: hidden;
  text-indent: 104%;
  white-space: nowrap;
  color: #a8a8a8;
  margin: 6px;
  display: none;
}

.slider-nav .slider-nav_btn:before {
  text-indent: 0;
  cursor: pointer;
  font-family: "Ionicons";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  line-height: 50px;
  text-align: center;
}
.slider-nav .slider-nav_btn:hover {
  /* background-color: rgba(255, 255, 255, 0.1); */
  color: #fff;
}
.slider-nav .forward:before {
  content: "";
}
.slider-nav .back:before {
  content: "";
}

.ion:hover:before {
  content: "";
  font-family: "Ionicons";
  color: #aaa;
}



.footer{
    /* background: url(images/footer-bg.jpg) no-repeat; */
    background: #000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}
.footer .box-container .box h3{
    color: #fff;
    font-size: 2.5rem;
    padding-bottom: 2rem;
}
.footer .box-container .box p{
color: rgba(255, 255, 255, 1);
font-size: 14px;
margin-top: 25px;
}

.footer .box-container .box a{
    color: #ccc;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
}.footer .box-container .box .foot-ic{
    color: #ccc;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
}

.footer .box-container .box a i{
    color: #ccc;
    padding-right: 1.8rem;
  transition: unset!important;
  text-decoration: unset!important;
  
}
.footer .box-container .box .foot-ic i{
    color: #ccc;
    padding-right: 1.8rem;
  transition: unset!important;
  text-decoration: unset!important;
  
}
.footer .box-container .box .social1 i{
 
  transition: unset!important;
  text-decoration: unset!important;
  
}
.footer .box-container .box a:hover{
    transition: unset!important;
  /* padding-right: 2rem; */
  text-decoration: unset!important;
  color: #00a8e7;
}
.footer .box-container .box a:hover i{
    transition: unset!important;
  /* padding-right: 2rem; */
  text-decoration: unset!important;
 
}
a:hover {
   
    text-decoration: unset;
}
.foot-ic{
    display: flex!important;
}


.footer .credit{
    text-align: center;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: .1rem solid var(--light-white);
    font-size: 1.4rem;
    color: #fff;
}
.footer .credit span{
    color: red;
}

.social1{
    margin: 19px 10px 19px;
}
.social1 i{
    width: 30px;
    color: #000;
    margin: 0px 8px 0px;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    align-items: center;
    display: inline-grid;
    font-size: 18px;
}
.social1 i:hover {
  cursor: pointer;
  color: #0369B6;
}
.div-1{
    display: flex;
    justify-content: center;
}

.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
    gap: 1.5rem;
}

.services .box-container .box{

    padding: 3rem 2rem;
    text-align: center;
    background: var(--main-color);

}




.cards {
    display: flex;
    margin: 1rem;
  }
  .img-blog{
    width: 100%;
    height: 221px;

}
  .b-read{
    background: #0369B6;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #0369B6;
    font-weight: 500;
  }
  .b-read:hover{
    background: #ffffff;
    border-radius: 30px;
    border: 2px solid #0369B6;
    color: #0369B6;
    font-weight: 500;
  }
  .card {
    background-color: #eee;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    display: flex;
    flex: 1 0 150px;
    flex-direction: column;
    margin: 16px;
  }
  .card-content {
    flex: 1;
    padding: 17px;
    font-size: 1.6rem;
  }
  .card-footer {
    display: flex;
    padding: 16px;
    justify-content: center;
    border-top: unset;
  }
  .card-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 234px;
  }
  .card-link {
    margin: auto;
  }
  

.main{
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 81px;
  margin-top: 50px;
  }
  .blog-h{
    font-size: 1.74rem;
    margin: 9px;
    text-align: center;
    font-weight: 800;
    height: 29px;
  }
  /* .h1-b{
    color: #0469B6;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
  } */

  .sh-bg{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
  }
.text-m{
  font-size: 13px;
  color: #6c757d!important;
}
ul .tick1{
    list-style: none;
    display: flex;
    vertical-align: top;
    align-items: baseline;
  }
ul .tick1:before {
margin: 9px;
    content: '✓';
  }

.p{

}
.p1{

}
  .h1-b {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    width: 308px;
    margin-bottom: 25px;
  }
  .h1-b span {
    /* background: #fff; */
    margin: 0 15px;
    color: #0469B6!important;
    font-size: 20px;
  }
  h2.h1-b:before,
  .h1-b:after {
    background: #0469B6;
    height: 1px;
    flex: 1;
    content: '';
  }
  .h1-b.left:after {
    background: none;
  }




  
  .h-blog{
    text-align: center;
    font-size: 4.3rem;
    font-weight: 500;

    margin-bottom: 2rem;

  }
  /* h1 {
      font-size: 24px;
      font-weight: 400;
      text-align: center;
  }
  
  img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
   */
  /* .btn {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  }
  
  .btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
  } */
  
  .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  
  .cards_item {
    display: flex;
    padding: 1rem;
  }
  .card_image{
    height: 227px;
  }
  
  @media (min-width: 40rem) {
    .cards_item {
      width: 50%;
    }
    .cards_item1 {
      width: 46%;
  }
  .cards_item1-main {
    width: 35%;
}
  }
  
  @media (min-width: 56rem) {
    .cards_item {
      width: 33.3333%;
    }
    .cards_item1{

      width: 29.3333%;
  }
  .cards_item1-main {
    width: 25%;

}

  }
  @media (min-width: 87rem){
.cards_item1-main {
    width: 45%;
}
}
  .card {
    background-color: white;
    border-radius: 0.25rem;
    /* box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .card_content {
    padding: 1rem;
    background: linear-gradient(to bottom left, #005373 40%, #00aeef 100%);
    height: 13rem;
  }
  
  .card_title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 4px;
  }
  
  .card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;    
    font-weight: 400;
  }
  .made_by{
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
  } 



/*About*/
.about-h1 {
    font-size: 4rem!important;
    font-weight: 400!important;
    color: rgba(0, 0, 0, 1)!important;
    text-align: left!important;
    line-height: 45px!important;
    margin-top: 17px;
    
}
.about-p1{
    font-size: 1.5rem!important;
    font-weight: 400!important;
    color: rgb(66 66 66)!important;
    text-align: left!important;
    margin-top: 15px!important
}
.about1-img{
    width: 96%;
}
.mission-s{
    background: rgba(222, 234, 243, 1);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 39px 136px 39px 136px;
}
.last-c{
    margin: 0px 74px 0px;
}

.about-hc {
    font-size: 3.4rem!important;
    font-weight: 400!important;
    color: rgba(0, 0, 0, 1)!important;
    text-align: center!important;
    line-height: 45px!important;
}



.team-pic{
    max-width: 20%;
}
.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 102px;
}
.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    padding: 30px 0 0px;
    background: #ececec;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #0469B6;
    height: 300px;
}
/* .our-team:hover{
    border-bottom: 5px solid #2f2f2f;
} */

.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0469B6;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    /* transition: all 0.3s linear 0s; */
}
.our-team:hover .pic:before{
 height: 100%;
    /* background: #2f2f2f;  */
 }
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* background: #ffffff00; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* transition: all 0.3s linear 0s; */
}

.our-team .pic img {
    width: 100%;
    height: auto;
    
    /* border-radius: 50%; */
    transform: scale(1);
    transition: unset;
    /* box-shadow: 0 0 0 14px #f7f5ec; */
    /* transform: scale(0.7); */
    position: relative;
    z-index: 2;
}
/* .our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
} */
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 12px;
    color: #4e5052;
    text-transform: capitalize;
}


.last-sec{
    background: rgba(222, 234, 243, 1);
    padding: 5rem 10%;
    text-align: center;
}
.btn-contact{
    background: rgba(3, 105, 182, 1);
    border-radius: 3px;
    border: 2px solid rgba(3, 105, 182, 1);
   
}
.btn-contact:hover{
    border: 2px solid rgba(3, 105, 182, 1);
    border-radius: 3px;
    background: #fff;
    color: rgba(3, 105, 182, 1);
    background: transparent;
}

.open-page{
    width: 98%;
    font-size: 15px;
    text-align: right;
    color: rgba(3, 105, 182, 1);
    text-decoration: underline;
    font-weight: 400;

}

.l-side{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  /* padding: 29px 31px 29px; */
}
.l-side h4{
  color: rgba(0, 0, 0, 1);
    font-size: 26px;
    font-weight: 700;
}
.l-side h6{
  font-weight: 500;
  font-size: 19px;
  color: #0369B6;
}
.team-name{
  /* margin: 15px 0px 4px 33px; */
  margin: 65px 0px 55px 0px;
}
.team-div{
  display: flex;
}
.l-side p{
  font-size: 1.5rem;
    font-weight: 400;
    color: rgb(66 66 66);
    padding: 9px 30px 27px;
}

.team-img{
  width: 162px;
  height: 216px;
  border-radius: 7px;
  margin: 12px 27px;
  object-fit: cover;
  /* width: 139px;
  height: auto;
  border-radius: 7px;
  margin: 14px 27px; */
}
.side1{
  display: flex;

  margin-top: 32px;
}


/*services page*/
.h-blog-s {
  text-align: center;
  font-size: 4.3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding: 0px 146px 0px;
}
.s-read{

  vertical-align: middle;
  background: #0369B6;
  color: #fff;
  border: 2px solid #0369B6;
  font-weight: 500;
  background-color: #0369B6;
  padding: 10px 58px 10px 58px;
  height: 40px;
  align-items: center;
  display: flex;
  font-size: 1.5rem;
}
.s-read:hover{

  background: #fff;
  border-radius: 0px, 0px, 5px, 5px;
  color: #0369B6;
  border: 2px solid #0369B6;
  font-weight: 500;
}
.s-read-main{

    vertical-align: middle;
    background: #0369B6;
    color: #fff;
    border: 2px solid #0369B6;
    font-weight: 500;
    background-color: #0369B6;
    padding: 10px 42px 10px 42px;
    height: 40px;
    align-items: center;
    display: flex;
    font-size: 1.5rem;
}
.s-read-main:hover{
  background: #fff;
  border-radius: 0px, 0px, 5px, 5px;
  color: #0369B6;
  border: 2px solid #0369B6;
  font-weight: 500;
}

.card-service{
  background-color: white;
  border-radius: 0.25rem;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  margin: 1px 15px 29px 15px;
  padding: 20px 21px 16px 21px;

}
.card-service:hover{
box-shadow: 0px 0px 4px 0px #0369B6;
}

.img-service{
  width: 5.5rem;
    margin: 8px 4px 8px;
}
.blog-se{
  margin: 0px 3px 0px;
  text-align: left;
  height: 29px;
  align-items: center;
  display: flex;
  color: #0369B6;
  font-size: 1.4rem;
  font-weight: 700;
}
.service-content {
  flex: 1;
  padding: 0px 2px 0px;
   font-size: 1.5rem;
}
.serve-footer {
  display: flex;
  padding: 16px;
  justify-content: center;
  border-top: unset;
  background: unset;
}
.cards-services{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.cards_item1-main{
  display: flex;
  padding: 1rem;
}
.cards_item1 {
  display: flex;
  padding: 1rem;
}
.card-service-main{
  background-color: white;
  border-radius: 0.25rem;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  margin: 0px 8px 29px 8px;
  padding: 20px 8px 16px 9px;
}


/*contact us */
.contact {
  padding: 100px 9px 80px;
}

.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;

}

.contact .heading h2 span {
  color: #ff9100;
}

.contact .heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #606060;
  margin: 20px 0 60px;
  padding: 0;
}

.contact .form-control {

  padding: 20px;
  font-size: 13px;
  margin-bottom: 11px;
  background: #e3f5ff;
  border: 0;
  border-radius: 10px;

}

.contact button.btn {
  padding: 7px;
  border-radius: 10px;
  font-size: 15px;
  background: #0369B6;
  color: #ffffff;
  font-weight: 400;

}
.contact button.btn:hover {

  background: transparent;
  color: #0369B6;
  border: 2px solid #0369B6;
  font-weight: 400;
 
}

.contact .title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.contact .title p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 40px;
}

.contact .content .info {
  margin-top: 30px;

  display: flex;

}
.contact .content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
.contact .content .info h4 {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}

.contact .content .info h4 span {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.address-side{
  background: rgba(3, 105, 182, 1);
    padding: 31px 26px 31px;
    /* max-width: 26.333333%; */
    border-radius: 10px;
}
.h1-c{
 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    width: 168px;
    margin-bottom: 25px;

}
h2.h1-c:before, .h1-b:after {
  background: #ffffff;
  height: 1px;
  flex: 1;
  content: '';
}
.h1-c span {
  font-weight: 400;
  /* background: #fff; */
  margin: 0 15px;
  color: #ffffff;
  font-size: 12px;
}
h2.h1-c:before {
  background: #ffffff;
  height: 1px;
  flex: 1;
  content: '';
}
 .h1-c:after{
  background: unset;
 }
 .other-place{
  text-decoration: underline;
    font-weight: 500!important;
    font-size: 14px!important;
 }
 .contact-form{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
  padding: 42px 43px 115px;
  border-radius: 10px;

 }
 .contact-form{
  font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
 }

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }

    .h-blog-s {
      text-align: center;
      font-size: 4.3rem;
      font-weight: 500;
      margin-bottom: 2rem;
      padding: 0px 80px 0px;
  }
}
  

/*Careers*/
ul.job-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.job-list > li.job-preview {
	background: #fff;
	border: 1px solid #d7e2e9;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 1.5rem 2rem;
	margin-bottom: 1rem;
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

ul.job-list > li.job-preview:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.job-title {
	margin-top: 0.6rem;
}

.company {
	color: #96a4b1;
}

.job-preview .btn {
	margin-top: 1.1rem;
}

.btn-apply {
	/* text-transform: uppercase; */
  font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 1px;
	background-color: #0369B6;
	color:  #fff;
	border: 2px solid #0369B6;
	padding: 0.6rem 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}

.btn-apply:hover {
  background-color: transparent;
	color:  #0369B6;
	border: 2px solid #0369B6;
	
}

/* ::-webkit-scrollbar {
  width: 3px;
}
 */





/*blog detail*/

.container {
  max-width: 960px;
  margin: auto;
  font-family: sans-serif;
  line-height: 1.5;
}


.flex-grid {
  gap: 9px;
  color: rgb(66 66 66)!important;
  display: flex;
  margin: auto -1rem 1rem;
  align-items: flex-start;
}

.col {
  /* background-color: black; */
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}

.sidebar {
  flex: 1;
  background: #0369B6;
  border-radius: 9px;
  margin-top: 10px;
  color: #fff;
}
.sidebar p{
  font-size: 15px;
  line-height: 17px;
}

.mains {
  flex: 3;
}
.blog-details{
  width: 100%;
  border-radius: 12px;
}
.side-head{
  font-size: 2.3rem;
  font-weight: 800;
  height: 29px;
  margin: 16px;
}
.blog-list{
  list-style: none;
}
.blog-list li{
  font-size: 14px;
  padding: 5px 1px 5px;
  font-weight: 400;
  color: #575555;
  display: flex;
}

.blog-list li:hover{
background: #577493;
}

.blog-list li span{
  color: #fff;
}
.blog-list li i{
  color: #fff;
  margin: 3px 8px 0px 0px;
  display: flex;
}


@media (max-width: 575px) {
	.job-preview .content {
		width: 100%;
	}
}







/*media queries*/
@media(max-width:1200px){
    section{
        padding: 3rem 5%;
    }
}
 @media(max-width:991px){
    html{
        font-size: 55%;
    }
    section{
        padding: 3rem 2rem;
    }
    .team-pic {
      max-width: 100%;
    }
 }

 
 

 
 
 @media(max-width:768px){

  .l-side h4 {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 700;
  }
  .h-blog-s {
    text-align: center;
    font-size: 4.3rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding: unset;
  }
    .slide-text--1 {
        font-size: 2.5rem;
        font-weight: 800;
    }
    .slider > * > div {
        padding: 30px;
        position: absolute;
        width: 100vw;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        vertical-align: middle;
        display: grid;
        grid-template-rows: auto auto;
        align-content: center;
    }
    .slider > * > div {
        padding: 30px;
        position: absolute;
        width: 100vw;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        vertical-align: middle;
        display: grid;
        grid-template-rows: auto auto;
        align-content: center;
    }

  .bg-c{
    padding: unset;
    background: aliceblue;
  }

    .div-1 {
        display: grid;
    }

    #menu-btn{
       
        display: inline-block;
        transition: .2s linear;
    }
    #menu-btn.fa-times{
        transform: rotate(180deg);

    }

    #menu-btn2{
       
        display: inline-block;
        transition: .2s linear;
    }
    #menu-btn2.fa-times{
        transform: rotate(180deg);

    }

    .header .navbar{
        display: block;
position: absolute;
    top: 99%;
    left: -21px;
    right: 0;
    background-color: var(--white);
    border-top: var(--border);
    padding: 2rem;
    transition: .2s linear;
        clip-path: polygon(0 0, 100% 0, 0 0);
     
    }

    .header2 .navbar2{
        display: grid;

        position: absolute;
            top: 99%;
            left: -21px;
            right: 0;
            background-color: var(--white);
            border-top: var(--border);
            padding: 2rem;
            transition: .2s linear;
                clip-path: polygon(0 0, 100% 0, 0 0);
             
            }


   .header .navbar.active{
     clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
   }
   .header2 .navbar2.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }


    .header .navbar a{
        display: block;
        margin: 2rem;
        text-align: center;
        color: #000;
    }
    .header2 .navbar2 a{
        display: block;
        margin: 2rem;
        text-align: center;
        color: #000;
    }

 }

 @media(max-width:450px){
    html{
        font-size: 50%;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 256px;
  
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
  
 
      overflow-y: auto;
      overflow-x: hidden;
      height: 76vh; 
    }

    .mission-s{
      background: rgba(222, 234, 243, 1);
      border-radius: 20px 20px 20px 20px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
      
      padding: 36px 25px 39px 25px;
  
  }

.last-c {
  margin: 0px 0px 0px;
}

  .flex-grid {
    color: rgb(66 66 66)!important;
    display: grid;
    margin: auto -1rem 1rem;
    align-items: flex-start;
}

 }