@import url('https://86d952.claudeassets.com/20250130201432cs_/https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body {
    background-color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}
.bg-nav {
    background: rgba(49, 53, 98, 0.7);
	/*background-color: #313562;*/
	/*background-color: rgba(255, 0, 0, 0.4);*/
	/*opacity: 0.4;*/
	color: #ffffff;
}
.bg-nav2 {
    background: rgba(49, 53, 98, 0.9);
    /*background-color: #313562;*/
    /*background-color: rgba(255, 0, 0, 0.4);*/
    /*opacity: 0.4;*/
    color: #ffffff;
}
.outer-carousel {
    position: relative;
}
.bg-caption {
	background-color: rgba(255, 0, 0, 0.4);
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*padding-top: 20px;*/
	/*opacity: 0.4;*/
	color: #ffffff;
}
.bg-header {
  background-color: #061b3a;
  color: #061b3a;
}
.tasks-bg {
  color: #0c2e60;
}

.items {
    width: 96%;
    margin: 0;
    margin-top: 25px
}

.slick-slide {
    margin: 10px
}

.slick-slide img {
    width: 90%;
    border: 0px solid #fff
}
.section_tittle {
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .section_tittle {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle {
    margin-bottom: 25px;
  }
}
.section_tittle h2 {
	font-size: 42px;
	color: #0c2e60;
	line-height: 37px;
	font-weight: 700;
	position: relative;
}
.section_tittle h2:after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  height: 2px;
  background-color: #ff663b;
}

@media (max-width: 576px) {
  .section_tittle h2:after {
    bottom: -14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
	.section_tittle h2:after {
		bottom: -14px;
	}
}

@media (max-width: 576px) {
  /* line 140, E:/172 Etrain Education/172_Etrain_Education_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 140, E:/172 Etrain Education/172_Etrain_Education_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 140, E:/172 Etrain Education/172_Etrain_Education_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 140, E:/172 Etrain Education/172_Etrain_Education_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.section_tittle p {
  color: #556172;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 11px;
  margin-bottom: 26px;
}


/* body { */
    /* font-family: poppins */
/* } */
/*footer*/
.footer-back {
background-color: #040819;
}
/*footer*/

/*belive in us*/
.card {
    cursor: pointer
}

.hd {
    font-size: 25px;
    font-weight: 550
}

.card.hover,
.card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.img {
    margin-bottom: 35px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222)
}

.card-title {
    font-weight: 600
}

button.focus,
button:focus {
    outline: 0;
    box-shadow: none !important
}

.ft {
    margin-top: 25px
}

.chk {
    margin-bottom: 5px
}

.rck {
    margin-top: 20px;
    padding-bottom: 15px
}

/*belive in us*/
/*services*/
/*@import url('https://725b93.claudeassets.com/20250130201432cs_/https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap');*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
.box {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

.our-services {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 30px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    background-color: #e8e5dd;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center
}
.our-services.col-md-4:hover {
  border: 1px solid #777;
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
}
/* .our-services:hover h4, */
/* .our-services:hover p { */
    /*color: #fff*/
/* } */
.our-services img:hover {
  transform: scaleX(-1);
}


/*services*/

.header .carousel-inner .item {
    max-height: 700px;
    /*100vh*/
}

/*.navbar-expand-md {
    background-color: transparent;
    border-color: transparent
}*/

.navbar-expand-md .navbar-brand {
    color: #fff;
    font-size: 40px;
    padding: 10px 10px;
    font-weight: 900
}

.nav.navbar-nav.navbar-right {
    margin: 15px 0
}

.navbar-expand-md .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    /*text-transform: uppercase*/
}

.banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh
}
.banner2 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh
}

.carousel-caption {
    /*padding-bottom: 250px;*/
    font-family: poppins;
}

.carousel-caption h2 {
    font-size: 50px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.custom-h2 {
    font-size: 70px;
    font-weight: bold;
    color: gray;
}

.carousel-caption h2 span {
    color: #edbb00
}

.carousel-caption a {
    background: #f74f57;
    padding: 15px 35px;
    display: inline-block;
    ;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none
}

.carousel-indicators .active {
    background-color: #f74f57;
    border-color: #f74f57
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .carousel-caption { */
        /*padding-bottom: 350px*/
    /* } */

    .carousel-caption h2 {
        font-size: 25px
    }
}

@media only screen and (max-width: 767px) {
    .navbar-expand-md .navbar-brand {
        font-size: 30px;
        padding: 20px 15px
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.5)
    }

    .carousel-caption {
        padding-bottom: 3px
    }

    .carousel-caption h2 {
        font-size: 25px
    }
    .custom-h2 {
    font-size: 25px;
}

    .carousel-caption h3 {
        font-size: 38px
    }

    .carousel-caption a {
        padding: 10px 25px
    }
}

 /*p2*/
.price_table {
    margin-top: 50px;
    margin-bottom: 50px
}

.mypricing_content {
    background-color: #fff
}

.price_table .text-center {
    color: #fff
}

.mypricing_content .mypricing_head_price {
    background-color: #f6f6f6
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head span {
    color: #525252
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .sign {
    color: #414141
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .currency {
    color: #414141
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .cent {
    color: #414141
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .month {
    color: #414141
}

.mypricing_content .mypricing_feature_list ul li {
    color: #a7a7a7
}

.mypricing_content .mypricing_feature_list ul li span {
    color: #414141
}

.mypricing_content .mypricing_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #f74f57
}

.our-services .mypricing_price_btn a {
    border: 1px solid #f74f57;
    color: #f74f57
}
.my-button a {
    border: 1px solid #f74f57;
    color: #f74f57
}
.my-button:hover a,
.my-button.active a {
    background-color: #f74f57;
    color: #fff
}
.my-button {
    margin: 20px 0 32px
}

.my-button a {
    border-radius: 5px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase
}
.my-button a,
.my-button:hover a {
    transition: all 0.3s ease-in-out 0s
}

.mypricing_content.active .mypricing_head_price .mypricing_head_content .head_bg,
.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head_bg {
    border-color: #f74f57 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f74f57;
    color: #fff
}

.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head span,
.mypricing_content.active .mypricing_head_price .mypricing_head_content .head span {
    color: #fff
}

.our-services:hover .mypricing_price_btn a,
.our-services.active .mypricing_price_btn a {
    background-color: #f74f57;
    color: #fff
}

   .someo {
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif
}

.row .table {
    padding: 28px 0
}

.mypricing_content {
    overflow: hidden;
    position: relative;
    text-align: center
}

.mypricing_content .mypricing_head_price {
    margin: 0 0 20px 0
}

.mypricing_content .mypricing_head_price .mypricing_head_content {
    margin: 0 0 50px 0
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1329px 3px 399px;
    position: absolute
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head {
    padding-top: 26px;
    position: relative;
    z-index: 1
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.mypricing_content .mypricing_head_price .mypricing_price_tag {
    padding: 0 0 20px
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price {
    display: block
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom
}

.mypricing_content .mypricing_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}
/*.top-note {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    padding: 5px 0;
    transition: all 0.3s ease-in-out 0s
}*/
.mypricing_content .mypricing_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s
}

.mypricing_content .mypricing_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s
}

.mypricing_content .mypricing_feature_list ul li .fa {
    padding: 0 10px
}

.our-services .mypricing_price_btn {
    margin: 20px 0 32px
}

.our-services .mypricing_price_btn a {
    border-radius: 5px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase
}

.mypricing_content,
.mypricing_content:hover,
.mypricing_content .mypricing_head_price .mypricing_head_content .head_bg,
.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head_bg,
.mypricing_content .mypricing_head_price .mypricing_head_content .head h2,
.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head h2,
.mypricing_content .price,
.mypricing_content:hover .price,
.our-services .mypricing_price_btn a,
.our-services:hover .mypricing_price_btn a {
    transition: all 0.3s ease-in-out 0s
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    .mypricing_content {
        margin-bottom: 75px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-3 {
        float: left;
        width: 50%
    }

    .mypricing_content {
        margin-bottom: 75px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

_home {
    font-family: 'Raleway', sans-serif
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none
}

.demo-pic {
    margin: 0 auto
}

.demo-pic:hover {
    opacity: 0.7
}

_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table
}

_home li {
    float: left
}

_home li+li {
    margin-left: 10px;
    padding-bottom: 10px
}

_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px
}

_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s
}

_home .emerald {
    background: #f74f57;
    transition: all 0.3s ease-in-out 0s
}

_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s
}

_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s
}

_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s
}

_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s
}

_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s
}

_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s
}

_home .blue:hover,
_home .emerald:hover,
_home .grey:hover,
_home .midnight:hover,
_home .orange:hover,
_home .purple:hover,
_home .red:hover,
_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s
}

_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px
}

_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px
}

_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300
}

_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block
}

.table_heading {
    text-align: center
}

.table_heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}
.top-margin{
  padding-top: 72px !important;
}
.img-border{
  border: 1px solid #FFF;
}
.pagination{
  justify-content: center;
}
.pagination strong{
  color: #df691a;
    padding: 15px;
    background-color: #4e5d6c;
}
.pagination .pagination-link{
  padding: 15px;
    background-color: whitesmoke;
}


/*from fluency*/
/**************** extend css start ****************/


/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.submit_btn:hover {
  background: transparent;
}

/* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_1 {
  display: inline-block;
  padding: 13.5px 45px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 1px solid transparent;
  box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
}

/* line 38, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_1:hover {
  color: #fff !important;
  background-position: right center;
  box-shadow: 0px 10px 30px 0px rgba(193, 34, 10, 0.2);
}

@media (max-width: 576px) {
  /* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

/* line 60, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_2 {
  display: inline-block;
  padding: 13px 39px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #0c2e60;
  color: #0c2e60;
  font-size: 14px;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  font-size: 15px;
  font-weight: 500;
}

/* line 75, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_2:hover {
  color: #fff !important;
  background-position: right center;
  border: 1px solid transparent;
}

@media (max-width: 576px) {
  /* line 60, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 60, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 60, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

/* line 97, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_4 {
  background-color: #ff663b;
  padding: 3.5px 21px;
  background: #ff663b;
  text-transform: capitalize;
  display: inline-block;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

/* line 106, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
.btn_4:hover {
  background: rgba(255, 102, 59, 0.8);
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/******************************
Counter
*********************************/
/*.total_counter {
	background: rgba(255, 102, 59, 0.8);
    background-image: url("https://b0b811.claudeassets.com/20250130201432im_/https://www.fluencyaddis.com/css/img/gallery/students5.jpg");
    position: fixed;
	color: #fff;
	margin-bottom: 10px;
}*/
.about-us {
    background: linear-gradient(rgba(49, 53, 98, 0.5), rgba(49, 53, 98, 0.5)), url("/assets/www.fluencyaddis.com/img/gallery/students8.jpg")
   center center;
  background-size: cover;
  padding: 100px 0;
  margin-left: 0;
  color: #fff;
  margin-bottom: 10px;
}
.courses {
    background: linear-gradient(rgba(49, 53, 98, 0.5), rgba(49, 53, 98, 0.5)), url("https://0fa35a.claudeassets.com/20250130201432im_/https://www.fluencyaddis.com/img/gallery/course-banner2.jpg");
  background-size: cover;
  padding: 100px 0;
  margin-left: 0;
  color: #fff;
  margin-bottom: 10px;
}
.our-gallery {
    background: linear-gradient(rgba(49, 53, 98, 0.5), rgba(49, 53, 98, 0.5)), url("https://78042a.claudeassets.com/20250130201432im_/https://www.fluencyaddis.com/img/gallery/gallery-banner.jpg")
   center center;
  background-size: cover;
  padding: 120px 0;
  margin-left: 0;
  color: #fff;
  margin-bottom: 10px;
}
.gallery img {
  opacity: 0.9; 
  cursor: pointer; 
}

.gallery img:hover {
  opacity: 1;
  border: 1px solid gray;
}
@media (min-width: 1365px) {
  .about-us {
    /*background-attachment: fixed;*/
  }
}
.contact-us-banner {
    background: linear-gradient(rgba(49, 53, 98, 0.5), rgba(49, 53, 98, 0.5)), url("https://5a12de.claudeassets.com/20250130201432im_/https://www.fluencyaddis.com/img/contact-banner.jpg");
  background-size: cover;
  padding: 120px 0;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  margin-bottom: 10px;
}
.total_counter {
  background: linear-gradient(rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5)), url("https://f09496.claudeassets.com/20250130201432im_/https://www.fluencyaddis.com/img/gallery/students5.jpg")
   center center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  margin-bottom: 10px;

}

@media (min-width: 1365px) {
  .total_counter {
    background-attachment: fixed;
  }
}
.counter_content {
	text-align: center;

}
.counter1:after {
	position: relative;
	content: "";
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  height: 2px;
	background-color: #ffffff;

}
@media (max-width: 576px) {
	.counter_content {
		padding-bottom: 25px;
	}
}
/******************************
Counter
*********************************/


/*# sourceMappingURL=style.css.map */
/*from fluency*/

.testimonial-container {
  background-color: #527381;
  color: #fff;
  border-radius: 15px;
  margin: 30px auto;
  padding: 30px 40px;
  max-width: 768px;
  position: relative;
}

.fa-quote {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  position: absolute;
  top: 70px;
}

.fa-quote-right {
  left: 40px;
}

.fa-quote-left {
  right: 40px;
}

.testimonial {
  line-height: 22px;
  text-align: justify;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  height: 2px;
  width: 100%;
  animation: grow 10s linear infinite;
  transform-origin: left;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

  .fa-quote {
    display: none;
  }
}
/*testimonial2*/
 
.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description{
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }
/*testimonial2*/
/*
     FILE ARCHIVED ON 21:15:40 Jan 30, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:08:57 Aug 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.683
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.049
  esindex: 0.014
  cdx.remote: 18.958
  LoadShardBlock: 1835.697 (3)
  PetaboxLoader3.datanode: 1795.612 (4)
  PetaboxLoader3.resolve: 301.511 (2)
  load_resource: 265.5
*/