@import "https://fonts.googleapis.com/css?family=Poppins:400,500,500i,600|Rubik:400,500,700&amp;display=swap";

.default_bg {
  background-color: #0d1028
}

.hover_bg {
  background-color: #ff5202
}

.hover_bg_2 {
  background-color: #14bdee
}

.semi_dark_bg {
  background-color: #f7f7f7
}

.dark_2_bg {
  background-color: #002147
}

.semi_black_bg {
  background-color: rgba(0, 33, 71, .65)
}

.dark_3_bg {
  background-color: #f5f5f5
}

.black_bg {
  background-color: #0d1028
}

.black_2_bg {
  background-color: #151935
}

.bg_dark_9 {
  background-color: #f5f5f5
}

.height-800 {
  height: 800px
}

.height-600 {
  height: 600px
}

.height-700 {
  height: 700px
}

.section-ptb {
  padding-top: 80px;
  padding-bottom: 20px;
}

@media(min-width:768px) and (max-width:991px) {
  .section-ptb {
    padding-top: 80px;
    padding-bottom: 30px
  }
}

@media(max-width:768px) {
  .section-ptb {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media(max-width:575px) {
  .section-ptb {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.section-ptb-2 {
  padding-top: 225px;
  padding-bottom: 130px
}

@media(max-width:768px) {
  .section-ptb-2 {
    padding-top: 100px;
    padding-bottom: 70px
  }
}

@media(max-width:575px) {
  .section-ptb-2 {
    padding-top: 80px;
    padding-bottom: 50px
  }
}

.section-ptb-3 {
  padding-top: 40px;
  padding-bottom: 30px
}

@media(min-width:768px) and (max-width:991px) {
  .section-ptb-3 {
    padding-top: 80px;
    padding-bottom: 0
  }
}

@media(max-width:575px) {
  .section-ptb-3 {
    padding-top: 80px;
    padding-bottom: 0
  }
}

@media(max-width:768px) {
  .section-ptb-3 {
    padding-top: 100px;
    padding-bottom: 0
  }
}

.section-ptb-4 {
  padding-top: 130px;
  padding-bottom: 200px
}

@media(max-width:575px) {
  .section-ptb-4 {
    padding-top: 100px;
    padding-bottom: 90px
  }
}

.section-ptb-5 {
  padding-top: 130px;
  padding-bottom: 80px
}

@media(max-width:575px) {
  .section-ptb-5 {
    padding-top: 100px;
    padding-bottom: 60px
  }
}

.section-ptb-6 {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media(max-width:768px) {
  .section-ptb-6 {
    padding-top: 130px;
    padding-bottom: 0
  }
}

@media(max-width:575px) {
  .section-ptb-6 {
    padding-top: 130px;
    padding-bottom: 0
  }
}

.section-pb {
  padding-bottom: 130px
}

@media(min-width:768px) and (max-width:991px) {
  .section-pb {
    padding-bottom: 80px
  }
}

@media(max-width:768px) {
  .section-pb {
    padding-bottom: 80px
  }
}

@media(max-width:575px) {
  .section-pb {
    padding-bottom: 50px
  }
}

.section-pt {
  padding-top: 130px
}

.pt-60 {
  padding-top: 60px
}

.mt-30 {
  margin-top: 30px
}

@media(max-width:768px) {
  header .container {
    max-width: 96%
  }
}

@media(max-width:575px) {
  header .container {
    max-width: 96%
  }
}

.translate_30 {
  transform: translateY(-30%)
}

@media(max-width:768px) {
  .translate_30 {
    transform: translateY(0)
  }
}

@media(max-width:575px) {
  .translate_30 {
    transform: translateY(0)
  }
}

.translate_34 {
  transform: translateY(-14%)
}

@media(max-width:768px) {
  .translate_34 {
    transform: translateY(0)
  }
}

@media(max-width:575px) {
  .translate_34 {
    transform: translateY(0)
  }
}

.button_one {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  border: 0;
  color: #fff;
  padding: 15px 25px;
  transition: all .4s linear 0s;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 14px
}

.button_one:hover {
  text-decoration: none;
  background-color: rgba(255, 82, 2, .85);
  color: #fff
}

.special-button {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  border: 0;
  color: #fff;
  padding: 16px 80px 16px 16px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase
}

@media(max-width:768px) {
  .special-button {
    font-size: 12px
  }

  .special-button>i {
    display: none
  }
}

.special-button:hover {
  text-decoration: none;
  background-color: rgba(255, 82, 2, .85);
  color: #fff
}

.button_one_alt {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center
}

.button_one_alt:hover {
  text-decoration: none;
  background-color: rgba(255, 82, 2, .85);
  color: #fff;
  border-color: rgba(255, 82, 2, .85)
}

.button_two {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 14px 35px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: 0 .5rem 1rem rgba(20, 189, 238, .35)
}

.button_two:hover {
  text-decoration: none;
  background-color: rgba(20, 189, 238, .7);
  color: #fff
}

.button_two_plane {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 12px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase
}

.button_two_plane:hover {
  text-decoration: none;
  background-color: rgba(20, 189, 238, .7);
  color: #fff
}

.button_three {
  display: inline-block;
  position: relative;
  background-color: #91c73d;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase
}

@media(max-width:575px) {
  .button_three {
    padding: 10px
  }
}

.button_three:hover {
  text-decoration: none;
  background-color: #adadad;
  color: #fff
}

.button_four {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer
}

.button_four.active {
  background-color: #ff5202;
  color: #fff
}

@media(max-width:575px) {
  .button_four {
    padding: 10px
  }
}

.button_four:hover {
  text-decoration: none;
  background-color: #ff5202;
  color: #fff
}

.button_five {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  color: #fff;
  padding: 10px 35px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #ff5202;
  cursor: pointer
}

.button_five.active {
  background-color: #fff;
  color: #ff5202
}

@media(max-width:575px) {
  .button_five {
    padding: 10px
  }
}

.button_five:hover {
  text-decoration: none;
  background-color: #fff;
  color: #ff5202
}

.button_block {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s linear 0s
}

.rounded-btn {
  display: inline-block;
  position: relative;
  background-color: #d0f2fc;
  border: 0;
  color: #14bdee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 16px
}

.rounded-btn i {
  color: #14bdee
}

.rounded-btn:hover {
  text-decoration: none;
  background-color: #14bdee;
  color: #fff
}

.rounded-btn:hover i {
  color: #fff
}

.theme-list {
  display: inline-block
}

.theme-list ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.theme-list ul li {
  margin-bottom: 10px;
}

.theme-list ul li:last-child a {
  padding-bottom: 0
}

.theme-list ul li a {
  display: inline-block;
  position: relative;
  padding: 5px;
  color: #002147;
  transition: all .4s linear 0s
}

.theme-list ul li a:hover {
  text-decoration: none;
  color: #ff5202
}

.theme-list ul li:before {
  content: "\f058";
  font-family: "font awesome 5 free";
  font-weight: 900;
  padding-right: 5px;
  color: #ff5202
}

.theme-list-2 {
  display: inline-block
}

.theme-list-2 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.theme-list-2 ul a {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #002147;
  transition: all .4s linear 0s
}

.theme-list-2 ul a:hover {
  text-decoration: none;
  color: #14bdee
}

.theme-list-2 ul a:before {
  content: "\f058";
  font-family: "font awesome 5 free";
  font-weight: 900;
  padding-right: 5px;
  color: #14bdee
}

.theme-list-3 {
  display: inline-block
}

.theme-list-3 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.theme-list-3 ul li {
  position: relative;
  padding: 10px;
  color: #002147;
  transition: all .4s linear 0s;
  font-size: 16px
}

.theme-list-3 ul li:hover a {
  text-decoration: none;
  color: #91c73d
}

.theme-list-3 ul li:before {
  content: "\f058";
  font-family: "font awesome 5 free";
  font-weight: 900;
  padding-right: 5px;
  color: #91c73d
}

.theme-list-4 {
  display: inline-block
}

.theme-list-4 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.theme-list-4 ul li {
  display: block;
  position: relative;
  padding: 10px;
  color: #002147;
  transition: all .4s linear 0s;
  font-size: 16px
}

.theme-list-4 ul li:hover a {
  text-decoration: none;
  color: #ff5202
}

.theme-list-4 ul li:before {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 900;
  padding-right: 5px;
  color: #ff5202;
  font-size: 14px
}

.section-title h4 {
  color: #ff5202;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500
}

.section-title h2 {
  color: #002147;
  font-size: 38px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600
}

@media(max-width:575px) {
  .section-title h2 {
    font-size: 35px
  }
}

.sub-title {
  font-family: poppins;
  font-weight: 500;
  font-size: 40px;
  color: #002147
}

@media(max-width:575px) {
  .sub-title {
    font-size: 35px
  }
}

.sm-sub-title {
  font-family: poppins;
  font-weight: 600;
  font-size: 30px;
  color: #002147
}

.section-title-2 {
  padding-bottom: 20px
}

.section-title-2 h4 {
  color: #14bdee;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500
}

.section-title-2 h2 {
  color: #002147;
  font-size: 50px;
  font-family: poppins;
  font-weight: 600
}

@media(max-width:575px) {
  .section-title-2 h2 {
    font-size: 40px
  }
}

.section-title-3 {
  padding-bottom: 20px
}

.section-title-3 h4 {
  color: #ff5202;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700
}

.section-title-3 h2 {
  color: #002147;
  font-size: 50px;
  font-family: poppins;
  font-weight: 600
}

@media(max-width:575px) {
  .section-title-3 h2 {
    font-size: 40px
  }
}

.section-title-6 {
  padding-bottom: 20px
}

.section-title-6 h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600
}

.section-title-6 h2 {
  color: #fff;
  font-size: 50px;
  font-family: poppins;
  font-weight: 600
}

@media(max-width:575px) {
  .section-title-6 h2 {
    font-size: 40px
  }
}

.single-section-title {
  margin-bottom: 50px
}

.single-section-title h2 {
  display: inline-block;
  font-size: 50px;
  color: #002147;
  position: relative;
  font-family: poppins;
  font-weight: 600
}

.single-section-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  height: 3px;
  background-color: #14bdee
}

.single-section-title-2 {
  margin-bottom: 50px
}

.single-section-title-2 h2 {
  display: inline-block;
  font-size: 50px;
  color: #002147;
  position: relative;
  font-family: poppins;
  font-weight: 600
}

.single-section-title-2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  height: 3px;
  background-color: #91c73d
}

.section-heading {
  position: relative;
  font-size: 35px;
  color: #002147;
  font-family: poppins;
  font-weight: 600
}

.section-heading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  left: 40%;
  background-color: #ff5202
}

@media(max-width:768px) {
  .section-heading:before {
    left: 48%
  }
}

@media(min-width:768px) and (max-width:991px) {
  .section-heading:before {
    left: 40%
  }
}

@media(max-width:575px) {
  .section-heading:before {
    left: 50%;
    content: none
  }
}

.overlay {
  position: relative
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .45)
}

.overlay_2 {
  position: relative
}

.overlay_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 71, .8)
}

.overlay_3 {
  position: relative
}

.overlay_3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  padding: 25px;
  border-radius: 25px
}

@media(min-width:992px) {
  .overlay_3:before {
    display: none
  }
}

.border-2 {
  border: 2px solid #ff5202;
  transition: all .4s linear 0s
}

.border-3 {
  border: 2px solid #14bdee;
  transition: all .4s linear 0s
}

.border-4 {
  border: 2px solid #eff7e2;
  transition: all .4s linear 0s
}

.border-5 {
  border: 2px solid #d0f2fc;
  transition: all .4s linear 0s
}

.border-6 {
  border: 2px solid #ddd;
  transition: all .4s linear 0s
}

.border-7 {
  border: 5px solid #1d2144;
  transition: all .4s linear 0s
}

.border-8 {
  border: 5px solid #eff7e2;
  transition: all .4s linear 0s
}

.border-bottom-2 {
  border-bottom: 2px solid #ff5202
}

.button_icon i {
  font-size: 20px;
  padding-left: 5px
}

@media(min-width:768px) and (max-width:991px) {
  .mb-3d-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:768px) {
  .mb-3d-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:575px) {
  .mb-3d-5 {
    padding-bottom: 3rem
  }
}

@media(min-width:768px) and (max-width:991px) {
  .mt-3d-5 {
    padding-top: 3rem
  }
}

@media(max-width:768px) {
  .mt-3d-5 {
    padding-top: 3rem
  }
}

@media(max-width:575px) {
  .mt-3d-5 {
    padding-top: 3rem
  }
}

@media(max-width:768px) {
  .mb-xs-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:575px) {
  .mb-xs-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:575px) {
  .mb-mob-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:768px) {
  .mb-xs-4 {
    padding-bottom: 2rem
  }
}

@media(max-width:575px) {
  .mb-xs-4 {
    padding-bottom: 2rem
  }
}

@media(max-width:768px) {
  .my-xs-5 {
    margin: 5rem 0
  }
}

@media(max-width:575px) {
  .my-xs-5 {
    margin: 5rem 0
  }
}

@media(max-width:768px) {
  .my-xs-4 {
    margin: 4rem 0
  }
}

@media(max-width:575px) {
  .my-xs-4 {
    margin: 4rem 0
  }
}

@media(min-width:768px) and (max-width:991px) {
  .mb-bd-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:768px) {
  .mb-bd-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:575px) {
  .mb-bd-5 {
    padding-bottom: 3rem
  }
}

@media(max-width:768px) {
  .mt-xs-5 {
    padding-top: 3rem
  }
}

@media(max-width:575px) {
  .mt-xs-5 {
    padding-top: 3rem
  }
}

.shadow-theme-lg {
  box-shadow: 0 1rem 3rem 1rem rgba(20, 189, 238, .175) !important
}

.height-470 {
  height: 470px
}

@media(min-width:992px) {
  .pr-120-lg {
    padding-right: 120px
  }
}

.translate_50 {
  transform: translateY(50%) !important
}

.widget-title {
  display: inline-block;
  position: relative;
  color: #002147;
  font-size: 24px;
  margin: 0;
  font-weight: 500
}

.widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 70px;
  height: 3px;
  background-color: #ff5202
}

.pagination-wrapper {
  margin-top: 60px
}

.pagination-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.pagination-wrapper ul li {
  display: inline-block
}

.pagination-wrapper ul li:last-child a {
  margin-right: 0
}

.pagination-wrapper ul li a {
  display: inline-block;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #efefef;
  color: #666;
  text-align: center;
  line-height: 50px;
  transition: all .4s linear 0s
}

.pagination-wrapper ul li a:hover {
  background-color: #ff5202;
  color: #fff;
  text-decoration: none
}

.link_btn {
  display: inline-block;
  color: #ff5202;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  transition: all .4s linear 0s
}

.link_btn i {
  transition: all .4s linear 0s
}

.link_btn:hover {
  text-decoration: none;
  color: #ff5202
}

.link_btn:hover i {
  padding-left: 5px
}

.tags-list p {
  display: inline-block;
  margin-bottom: 0;
  color: #002147;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px
}

@media(max-width:575px) {
  .tags-list p {
    font-size: 14px
  }
}

.tags-list ul {
  margin: 0;
  padding: 0;
  display: inline-block
}

.tags-list ul li {
  display: inline-block;
  margin-right: 5px
}

.tags-list ul li a {
  position: relative;
  color: #666;
  font-size: 16px;
  transition: all .4s linear 0s
}

.tags-list ul li a:hover {
  text-decoration: none;
  color: #ff5202
}

.tags-list ul li a:after {
  content: " , ";
  font-size: 20px
}

.tags-list ul li:last-child a:after {
  content: none
}

.share-option p {
  display: inline-block;
  margin-bottom: 0;
  color: #002147;
  font-weight: 500;
  padding-right: 5px
}

@media(max-width:575px) {
  .share-option p {
    padding-right: 0;
    padding-left: 5px;
    font-size: 14px
  }
}

.share-option ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block
}

.share-option ul li {
  display: inline-block
}

.share-option ul li:last-child a {
  margin-right: 0
}

.share-option ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ff5202;
  border-radius: 50%;
  color: #ff5202;
  transition: all .4s linear 0s
}

@media(max-width:575px) {
  .share-option ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
    border-width: 1px;
    font-size: 12px
  }
}

.share-option ul li a:hover {
  background-color: #ff5202;
  color: #fff
}

@media(min-width:768px) and (max-width:991px) {
  .mb-xs-2 {
    margin-bottom: 2rem
  }
}

@media(max-width:768px) {
  .mb-xs-2 {
    margin-bottom: 2rem
  }
}

@media(max-width:575px) {
  .mb-xs-2 {
    margin-bottom: 2rem
  }
}

@media(min-width:768px) and (max-width:991px) {
  .mb-xs-3 {
    margin-bottom: 3rem
  }
}

@media(max-width:768px) {
  .mb-xs-3 {
    margin-bottom: 3rem
  }
}

@media(max-width:575px) {
  .mb-xs-3 {
    margin-bottom: 3rem
  }
}

@media(max-width:575px) {
  .mb-mob-3 {
    margin-bottom: 3rem
  }
}

body {
  font-family: rubik, sans-serif;
  color: #666;
  font-size: 16px
}

body p {
  line-height: 28px
}

.header-top {
  display: none;
  min-height: 45px
}

@media(min-width:992px) {
  .header-top {
    display: block
  }
}

.header-top-content {
  display: flex;
  justify-content: space-between
}

.header-top-content .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.header-top-content .contact-info ul li {
  display: inline-block;
  line-height: 45px;
  padding-right: 40px;
  color: #fff;
  font-size: 14px
}

.header-top-content .contact-info ul li i {
  color: #14bdee;
  padding-right: 5px
}

.header-top-content .contact-info ul li:last-child {
  padding-right: 0
}

.single_info {
  display: inline-flex;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: end
}

@media(max-width:575px) {
  .single_info {
    padding-left: 10px
  }
}

.single_info .info_data {
  display: inline-block
}

.single_info .info_data h6 {
  font-weight: 500;
  color: #002147
}

.single_info .info_data a {
  margin-bottom: 0;
  color: #666
}

@media(max-width:768px) {
  .single_info .info_data a {
    font-size: 14px
  }
}

@media(max-width:575px) {
  .single_info .info_data a {
    font-size: 14px
  }
}

.single_info img {
  padding-right: 20px
}

@media(max-width:575px) {
  .single_info img {
    padding-right: 10px
  }
}

.single_info .button_icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 100%;
  background-color: rgba(34, 34, 34, .09);
  text-align: center;
  transform: translateY(-50%);
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.navbar-toggler:focus {
  outline-color: #ff5202
}

@media(max-width:768px) {
  .main-menu-area.bg_dark_mobile {
    background-color: #0d1028
  }
}

@media(max-width:575px) {
  .main-menu-area.bg_dark_mobile {
    background-color: #0d1028
  }
}

@media(min-width:768px) and (max-width:991px) {
  .header_top_area .site_logo {
    display: none
  }
}

@media(max-width:768px) {
  .header_top_area .site_logo {
    display: none
  }
}

.header_top_area .site_info .single_info:first-child {
  padding-left: 0
}

@media(min-width:768px) and (max-width:991px) {
  .header_top_area .site_info {
    width: 100%
  }
}

@media(max-width:768px) {
  .header_top_area .site_info {
    width: 100%
  }
}

@media(max-width:575px) {
  .header_top_area .button_icon {
    display: none
  }
}

@media(max-width:575px) {
  .header_top_area {
    display: none
  }
}

.main-menu ul li a {
  font-size: 16px;
  color: #fff;
  padding: 1rem 2rem !important;
  transition: all .4s linear 0s
}

.main-menu ul li a:hover {
  background-color: #ff5202
}

@media(min-width:992px) {
  .main-menu ul li a {
    padding: 1rem 1.3rem !important
  }
}

.main-menu .dropdown-menu {
  background-color: #0d1028
}

.main-menu .navbar {
  padding: 0
}

.main-menu .navbar-brand i {
  color: #fff
}

.main-menu .dropdown-menu {
  transition: all .4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0
}

.main-menu .dropdown-menu .dropdown-item:hover {
  color: #fff
}

.main-menu .dropdown-toggle::after {
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline
}

.main-menu .nav-item.dropdown.show {
  background-color: #ff5202;
  color: #fff
}

@media(min-width:992px) {
  .main-menu .dropdown {
    transition: all .4s linear 0s
  }

  .main-menu .dropdown:hover {
    background-color: #ff5202
  }

  .main-menu .dropdown:hover>.dropdown-menu {
    display: block
  }
}

.main-menu .collapse-bar {
  position: relative
}

.main-menu .option-menu {
  position: absolute;
  right: 0;
  z-index: 5;
  margin-top: 8px
}

.main-menu .option-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #0d1028
}

.main-menu .navbar-brand {
  padding-right: .2rem
}

.main-menu .navbar i {
  color: #fff
}

@media(min-width:768px) and (max-width:991px) {
  .main-menu {
    padding: 15px 20px
  }

  .main-menu .navbar-brand {
    display: none
  }
}

@media(max-width:768px) {
  .main-menu {
    padding: 15px 0
  }

  .main-menu .navbar-brand {
    display: none
  }
}

.main-menu-2 ul li:last-child a {
  padding-right: 0 !important
}

.main-menu-2 ul li a {
  color: #666;
  padding: 1rem !important;
  transition: all .4s linear 0s;
  font-weight: 500
}

.main-menu-2 ul li a:hover {
  color: #14bdee
}

.main-menu-2 .navbar {
  padding: 0
}

.main-menu-2 .navbar-brand i {
  color: #fff
}

.main-menu-2 .dropdown-menu {
  transition: all .4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0
}

.main-menu-2 .dropdown-toggle::after {
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline
}

.main-menu-2 .nav-item.dropdown.show {
  background-color: #002147
}

.main-menu-2 .nav-item.dropdown.show a {
  color: #fff
}

.main-menu-2 .nav-item.dropdown.show .dropdown-item {
  background-color: #002147
}

@media(min-width:992px) {
  .main-menu-2 .dropdown {
    transition: all .4s linear 0s
  }

  .main-menu-2 .dropdown:hover>.dropdown-menu {
    display: block
  }
}

.main-menu-2 .navbar i {
  color: #666
}

.main-menu-3 ul li a {
  color: #989898;
  padding: 1rem !important;
  transition: all .4s linear 0s;
  font-weight: 500
}

.main-menu-3 ul li a:hover {
  color: #fff;
  background-color: #91c73d
}

.main-menu-3 ul li a.active {
  background-color: #91c73d;
  color: #fff
}

@media(min-width:1199px) {
  .main-menu-3 ul li a {
    padding: 1rem 1.5rem !important
  }
}

.main-menu-3 .navbar {
  padding: 0
}

.main-menu-3 .navbar-brand i {
  color: #fff
}

.main-menu-3 .dropdown-menu {
  transition: all .4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0
}

.main-menu-3 .dropdown-toggle::after {
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline
}

.main-menu-3 .nav-item.dropdown.show {
  background-color: #14bdee;
  color: #666
}

@media(min-width:992px) {
  .main-menu-3 .dropdown {
    transition: all .4s linear 0s
  }

  .main-menu-3 .dropdown:hover>.dropdown-menu {
    display: block
  }
}

.main-menu-3 .navbar i {
  color: #666
}

@media(min-width:768px) and (max-width:991px) {
  .mobile_site_logo {
    display: inline-block !important
  }
}

@media(max-width:768px) {
  .mobile_site_logo {
    display: inline-block !important
  }
}

@media(min-width:992px) {
  .dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0
  }

  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px
  }
}

.slider-section {
  position: relative;
  overflow: hidden
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  width: auto;
  top: 50%;
  left: 90%;
  transform: translateY(-50%)
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff5202
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ff5202
}

.slider-area {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%
}

.slider-area-2 {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right top;
  width: 100%
}

.slider-area-2 .slider-content {
  position: relative;
  z-index: 9
}

.slider-area-2 .slider-content h6 {
  position: relative;
  color: #14bdee;
  text-transform: uppercase;
  font-size: 20px
}

.slider-area-2 .slider-content h1 {
  position: relative;
  color: #002147;
  font-weight: 700
}

.slider-area-2 .slider-content h1 span {
  display: block;
  font-weight: 400
}

.slider-area-2 .slider-content-2 {
  position: relative;
  z-index: 9
}

.slider-area-2 .slider-content-2 h6 {
  position: relative;
  color: #14bdee;
  text-transform: uppercase;
  font-size: 20px
}

.slider-area-2 .slider-content-2 h2 {
  position: relative;
  color: #002147;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 55px
}

.slider-area-2 .slider-content-2 h2 span {
  display: block;
  font-weight: 400
}

.slider-area-2 .slider-content-2 p {
  position: relative
}

@media(min-width:768px) and (max-width:991px) {
  .slider-area-2 .slider-content-2 .display-3 {
    font-size: 3rem
  }
}

@media(max-width:768px) {
  .slider-area-2 .slider-content-2 .display-3 {
    font-size: 3rem
  }
}

@media(max-width:575px) {
  .slider-area-2 .slider-content-2 .display-3 {
    font-size: 2rem
  }
}

.slider-area-3 {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right top;
  width: 100%
}

.slider-area-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .6);
  z-index: 9
}

.slider-area-3 .slider-content {
  position: relative
}

.slider-area-3 .slider-content h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400
}

.slider-area-3 .slider-content h1 {
  color: #fff
}

.slider-area-3 .slider-content h1 span {
  display: block;
  font-weight: 400
}

.slider-area-3 .slider-content-2 {
  position: relative
}

.slider-area-3 .slider-content-2 h6 {
  color: #14bdee;
  text-transform: uppercase;
  font-size: 20px
}

.slider-area-3 .slider-content-2 h2 {
  color: #002147
}

.slider-area-3 .slider-content-2 h2 span {
  display: block;
  font-weight: 400
}

.slider-area-3 .slider-content-2 p {
  font-family: poppins, sans-serif
}

@media(min-width:768px) and (max-width:991px) {
  .slider-area-3 .slider-content-2 .display-3 {
    font-size: 3rem
  }
}

@media(max-width:768px) {
  .slider-area-3 .slider-content-2 .display-3 {
    font-size: 3rem
  }
}

@media(max-width:575px) {
  .slider-area-3 .slider-content-2 .display-3 {
    font-size: 2rem
  }
}

.swiper-button-next {
  right: 30px;
  background-color: #91c73d;
  color: #fff;
  padding: 25px;
  border-radius: 50%;
  background-size: 20px 30px;
  transition: all .4s linear 0s;
  background-image: none
}

.swiper-button-next:before {
  content: "\f105";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  transform: translateY(-50%)
}

.swiper-button-next:focus {
  outline: 0;
  box-shadow: none
}

@media(min-width:768px) and (max-width:991px) {
  .swiper-button-next {
    display: none
  }
}

@media(max-width:768px) {
  .swiper-button-next {
    display: none
  }
}

@media(max-width:575px) {
  .swiper-button-next {
    display: none
  }
}

.swiper-button-next:hover {
  background-color: #adadad
}

.swiper-button-prev {
  right: 30px;
  background-color: #91c73d;
  color: #fff;
  padding: 25px;
  border-radius: 50%;
  background-size: 20px 30px;
  transition: all .4s linear 0s;
  background-image: none
}

.swiper-button-prev:before {
  content: "\f104";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  transform: translateY(-50%)
}

.swiper-button-prev:focus {
  outline: 0;
  box-shadow: none
}

@media(min-width:768px) and (max-width:991px) {
  .swiper-button-prev {
    display: none
  }
}

@media(max-width:768px) {
  .swiper-button-prev {
    display: none
  }
}

@media(max-width:575px) {
  .swiper-button-prev {
    display: none
  }
}

.swiper-button-prev:hover {
  background-color: #adadad
}

.kindergarten .swiper-button-prev {
  background: #d7d8da;
  padding: 24px
}

.kindergarten .swiper-button-prev:hover {
  background: #15bdee
}

.kindergarten .swiper-button-next {
  background: #d7d8da;
  padding: 24px
}

.kindergarten .swiper-button-next:hover {
  background: #15bdee
}

@media(max-width:575px) {
  .swiper-pagination {
    display: none !important
  }
}

.slider-content {
  position: relative;
  z-index: 10
}

@media(max-width:575px) {
  .slider-content {
    padding: 0 !important;
    margin: 0 !important
  }
}

.slider-content p {
  margin-bottom: 0;
  font-size: 20px
}

.slider-content h1 {
  font-weight: 800;
  font-family: poppins;
  font-size: 3.4rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media(min-width:768px) and (max-width:991px) {
  .slider-content .display-3 {
    font-size: 3rem
  }
}

@media(max-width:768px) {
  .slider-content .display-3 {
    font-size: 3rem
  }
}

@media(max-width:575px) {
  .slider-content .display-3 {
    font-size: 2rem
  }
}

@media(max-width:575px) {
  .slider-area.height-700 {
    height: 450px
  }
}

.services-section {
  position: relative;
  z-index: 5
}

.single-service {
  transition: all .4s linear 0s
}

.single-service .service-icon {
  margin-bottom: 2rem
}

.single-service a {
  color: #fff;
  font-weight: 500;
  transition: all .4s linear 0s
}

.single-service a i {
  transition: all .4s linear 0s
}

.single-service a:hover {
  text-decoration: none
}

.single-service a:hover i {
  padding-left: 5px
}

.single-service:hover {
  background-color: #ff5202
}

.service-text h3 {
  margin-bottom: 1.2rem;
  font-weight: 600
}

.single-service-2 h4 {
  color: #002147;
  font-weight: 600
}

.single-service-2 .service-icon {
  margin-bottom: 25px
}

.single-service-2 a {
  color: #14bdee;
  transition: all .4s linear 0s
}

.single-service-2 a i {
  transition: all .4s linear 0s
}

.single-service-2 a:hover {
  text-decoration: none
}

.single-service-2 a:hover i {
  padding-left: 5px
}

.single-service-3 {
  transition: all .4s linear 0s
}

.single-service-3.active {
  background-color: #ff5202
}

.single-service-3.active h4 {
  color: #fff
}

.single-service-3.active a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500
}

.single-service-3.active:hover {
  background-color: #ff5202;
  color: #fff
}

.single-service-3.active:hover a {
  color: #fff
}

.single-service-3.active:hover h4 {
  color: #fff
}

.single-service-3.active:hover .service-icon {
  padding: 15px;
  display: inline-block;
  background-color: #ff5202
}

.single-service-3 .service-icon {
  padding: 15px
}

.single-service-3 h4 {
  color: #002147
}

.single-service-3 .service-icon {
  margin-bottom: 25px
}

.single-service-3 a {
  color: #ff5202;
  transition: all .4s linear 0s
}

.single-service-3 a i {
  transition: all .4s linear 0s
}

.single-service-3 a:hover {
  text-decoration: none
}

.single-service-3 a:hover i {
  padding-left: 5px
}

.single-service-3:hover {
  background-color: #ff5202;
  color: #fff
}

.single-service-3:hover a {
  color: #fff
}

.single-service-3:hover h4 {
  color: #fff
}

.single-service-3:hover .service-icon {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%
}

.single-service-4 {
  transition: all .4s linear 0s
}

.single-service-4.active {
  background-color: #ff5202
}

.single-service-4.active h4 {
  color: #fff
}

.single-service-4.active a {
  color: #fff
}

.single-service-4 h4 {
  color: #002147
}

.single-service-4 .service-icon {
  margin-bottom: 25px
}

.single-service-4 a {
  color: #ff5202;
  transition: all .4s linear 0s
}

.single-service-4 a i {
  transition: all .4s linear 0s
}

.single-service-4:hover {
  box-shadow: 0 1rem 3rem rgba(20, 189, 238, .35) !important;
  border-color: #14bdee
}

.featured-section-2 {
  background-size: 100% 53%;
  background-repeat: no-repeat
}

@media(max-width:768px) {
  .featured-section-2 {
    padding-bottom: 250px
  }
}

.feature-image {
  position: relative
}

.feature-image img {
  width: 100%
}

.single-featured {
  transition: all .4s linear 0s;
  box-shadow: none
}

.single-featured:hover {
  border-color: #ff5202 !important
}

.single-featured .product-price {
  position: absolute;
  right: 30px;
  bottom: 30px
}

.single-featured-2 {
  transition: all .4s linear 0s;
  box-shadow: none
}

.single-featured-2:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-color: #14bdee !important
}

.single-featured-2:hover .featured-text-and-info {
  border-color: #14bdee !important
}

.single-featured-2 .feature-image {
  position: relative
}

.single-featured-2 .feature-image img {
  width: 100%
}

.single-featured-2 .product-price-2 {
  position: absolute;
  right: 30px;
  bottom: 30px
}

.single-featured-2 .event-date-2 {
  position: absolute;
  right: 30px;
  bottom: 30px
}

.single-featured-3 {
  transition: all .4s linear 0s
}

.single-featured-3:hover .border-6 {
  border-color: #14bdee
}

.single-featured-3 h3 {
  padding-top: 30px;
  font-weight: 600
}

.single-featured-3 .featured-text-and-info {
  border-top-color: #14bdee;
  transition: all .4s linear .09s
}

.single-featured-4 {
  transition: all .4s linear 0s
}

.single-featured-4:hover .border-6 {
  border-color: #14bdee
}

.single-featured-4 h3 {
  padding-top: 30px;
  font-weight: 600
}

.single-featured-4 .featured-text-and-info {
  border-top-color: #14bdee;
  transition: all .4s linear 0s
}

.single-featured-4 .feature-image {
  position: relative
}

.single-featured-4 .feature-image .product-price-4 {
  position: absolute;
  right: 30px;
  bottom: 30px
}

@media(max-width:768px) {
  .single-featured-4 .feature-image img {
    width: 100%
  }
}

.single-featured-4:hover {
  box-shadow: 0 1rem 3rem rgba(145, 199, 61, .3)
}

.single-featured-5 {
  transition: all .4s linear 0s
}

.single-featured-5:hover .border-6 {
  border-color: #ff5202
}

.single-featured-5 h3 {
  font-weight: 600
}

.single-featured-5 .featured-text-and-info {
  border-top-color: #ff5202;
  transition: all .4s linear .09s
}

.single-featured-5 .feature-image {
  position: relative
}

.single-featured-5 .feature-image .product-price-4 {
  position: absolute;
  right: 30px;
  bottom: 30px
}

.featured-text-and-info {
  position: relative
}

.feature-image {
  position: relative
}

.feature-status {
  display: flex;
  justify-content: space-between
}

.feature-status span {
  color: #a2a2a2
}

.feature-status i {
  color: #ff5202;
  font-size: 14px
}

.feature-status-2 {
  display: flex;
  justify-content: space-between
}

.feature-status-2 span {
  color: #a2a2a2
}

.feature-status-2 i {
  color: #14bdee;
  font-size: 14px
}

.feature-status-3 {
  display: flex;
  justify-content: space-between
}

.feature-status-3 span {
  color: #a2a2a2
}

.feature-status-3 span i {
  color: #f99e1c
}

.feature-status-3 i {
  color: #a2a2a2;
  font-size: 14px
}

.feature-status-4 {
  display: flex;
  justify-content: space-between
}

.feature-status-4 span {
  color: #a2a2a2
}

.feature-status-4 span i {
  color: #91c73d
}

.feature-status-4 i {
  color: #91c73d;
  font-size: 14px
}

.feature-content h3 {
  font-family: poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px
}

.feature-content h3 a {
  color: #002147;
  transition: all .4s linear 0s
}

.feature-content h3 a:hover {
  text-decoration: none;
  color: #ff5202
}

.feature-content-2 h3 {
  font-family: poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px
}

.feature-content-2 h3 a {
  color: #002147;
  transition: all .4s linear 0s
}

.feature-content-2 h3 a:hover {
  text-decoration: none;
  color: #14bdee
}

.feature-content-3 h3 {
  font-family: poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-top: 0;
  padding-bottom: 15px
}

.feature-content-3 h3 a {
  color: #002147;
  transition: all .4s linear 0s
}

.feature-content-3 h3 a:hover {
  text-decoration: none;
  color: #91c73d
}

.product-price {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #ff5202;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center
}

.product-price p {
  margin-bottom: 0
}

.product-price-2 {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #14bdee;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center
}

.product-price-2 p {
  margin-bottom: 0
}

.product-price-3 {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #14bdee;
  font-size: 24px;
  font-weight: 500;
  line-height: 70px;
  color: #14bdee;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%)
}

.product-price-3 p {
  margin-bottom: 0;
  line-height: 68px
}

.product-price-4 {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #91c73d;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center
}

.product-price-4 p {
  margin-bottom: 0
}

.product-price-5 {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ff5202;
  font-size: 24px;
  font-weight: 500;
  line-height: 70px;
  color: #ff5202;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%)
}

.product-price-5 p {
  margin-bottom: 0;
  line-height: 68px
}

.event-date-2 {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #14bdee;
  color: #fff;
  font-size: 20px;
  text-align: center
}

.event-date-2 p {
  margin-bottom: 0
}

.courses-list {
  text-align: center
}

@media(max-width:768px) {
  .courses-list {
    text-align: left
  }
}

@media(max-width:575px) {
  .courses-list {
    text-align: left
  }
}

.courses-list ul li {
  cursor: pointer;
  margin: 5px
}

@media(max-width:768px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(15%) !important
  }
}

@media(max-width:575px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(5%) !important
  }
}

.single-countdown p {
  color: #fff;
  font-weight: 600;
  font-style: italic;
  text-align: justify;
}

.single-countdown span {
  color: #ff5202;
  font-size: 26px;
  font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
  .single-countdown {
    border-width: 5px
  }
}

.single-countdown-2 {
  text-align: center;
  border-width: 7px;
  border-style: solid;
  border-image: url(assets/images/border.png) 7;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat
}

.single-countdown-2 p {
  color: #666;
  font-weight: 600;
  font-size: 14px
}

.single-countdown-2 span {
  color: #14bdee;
  font-size: 60px;
  font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
  .single-countdown-2 {
    border-width: 6px
  }
}

.single-countdown-3 {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(assets/images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
  background-color: #002147
}

.single-countdown-3 p {
  color: #fff;
  font-weight: 600
}

.single-countdown-3 span {
  color: #14bdee;
  font-size: 60px;
  font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
  .single-countdown-3 {
    border-width: 5px
  }
}

.single-countdown-4 {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(assets/images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
  background-color: #0d1028
}

.single-countdown-4 p {
  color: #fff;
  font-weight: 600;
  font-size: 20px
}

.single-countdown-4 span {
  color: #91c73d;
  font-size: 60px;
  font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
  .single-countdown-4 p {
    font-size: 15px
  }
}

.single-countdown-5 {
  text-align: center;
  background-color: #002147;
  border-width: 6px;
  border-style: solid;
  border-color: #fff
}

.single-countdown-5 p {
  color: #fff;
  font-weight: 600;
  font-size: 20px
}

.single-countdown-5 span {
  color: #14bdee;
  font-size: 60px;
  font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
  .single-countdown-5 p {
    font-size: 15px
  }
}

.half_column_image {
  position: relative;
  transition: all .4s linear 0s
}

.half_column_image .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%)
}

.half_column_image .video-play-btn i {
  font-size: 55px;
  color: #ff5202;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  transition: all .4s linear 0s
}

.half_column_image:hover i {
  background-color: #ff5202;
  color: #fff
}

@media(min-width:768px) and (max-width:991px) {
  .half_column_image img {
    width: 100%
  }
}

@media(min-width:992px) {
  .half_column_image img {
    object-fit: cover
  }
}

.half_column_image .play-button-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  color: #fff;
  background-color: #91c73d;
  transition: all .4s linear 0s;
  font-weight: 500
}

.half_column_image .play-button-2:hover {
  text-decoration: none;
  background-color: rgba(145, 199, 61, .8)
}

.half_column_image_2 img {
  object-fit: cover
}

.half_column_content_2 h2 {
  font-size: 36px;
  color: #002147;
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize
}

@media(max-width:768px) {
  .half_column_content_2 h2 {
    font-size: 30px
  }
}

@media(max-width:575px) {
  .half_column_content_2 h2 {
    font-size: 30px
  }
}

.post-meta-info {
  display: inline-block;
  border: 2px solid #ff5202;
  width: 50%;
  padding: 1.5rem;
  background-color: #fff9f6;
  margin-top: 5px
}

.post-meta-info ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.post-meta-info ul li {
  color: #ff5202;
  padding: 5px
}

@media(max-width:768px) {
  .two-column-section.section-pt {
    padding: 50px 0
  }
}

@media(max-width:575px) {
  .two-column-section.section-pt {
    padding: 50px 0
  }
}

.our-team-carousel-4 {
  margin-bottom: -20px
}

.member-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 20px;
  font-family: poppins, sans-serif;
  transition: all .4s linear 0s
}

.member-info p {
  margin-bottom: 0;
  font-size: 14px
}

.member-info a {
  color: #fff;
  font-size: 14px
}

.member-info a:hover {
  text-decoration: none
}

.member-info h6 {
  font-size: 16px;
  font-weight: 500
}

.member-info span {
  font-size: 14px
}

.member-info-2 .extra-skilled p {
  margin-bottom: 0;
  padding: 5px 0
}

.member-info-2 .extra-skilled p strong {
  color: #002147;
  font-size: 14px
}

.member-info-2 span {
  color: #666;
  font-size: 14px
}

.member-info-2 h5 {
  font-size: 18px;
  color: #002147
}

.member-info-3 h5 {
  color: #002147;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 600
}

.member-info-3 span {
  color: #666;
  font-size: 14px;
  font-weight: 500
}

.member-info-4 h5 {
  color: #002147;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 600
}

.member-info-4 span {
  color: #666;
  font-size: 14px
}

.social-profile ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-profile ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ff5202;
  border: 1px solid #ff5202;
  border-radius: 50%;
  background-color: #fff;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 5px 0
}

.social-profile ul li a:hover {
  background-color: #ff5202;
  color: #fff
}

.member-image {
  position: relative;
  overflow: hidden
}

.member-image .social-profile {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s
}

.member-image img {
  width: 100%
}

.member-image-2 {
  position: relative;
  overflow: hidden
}

.member-image-3 {
  padding-bottom: 20px;
  overflow: hidden
}

.member-image-3 img {
  width: 200px !important;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%
}

.social-profile-2 {
  position: absolute;
  bottom: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s;
  left: 0;
  right: 0
}

.social-profile-2 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-profile-2 ul li {
  display: inline-block;
  margin: 0 5px
}

.social-profile-2 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #14bdee;
  border-radius: 50%;
  background-color: #fff;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 5px 0
}

.social-profile-2 ul li a:hover {
  background-color: #14bdee;
  color: #fff
}

.social-profile-3 {
  position: absolute;
  bottom: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s;
  left: 0;
  right: 0
}

.social-profile-3 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-profile-3 ul li {
  display: inline-block;
  margin: 0 5px
}

.social-profile-3 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a1a1a1;
  border-radius: 50%;
  background-color: #efefef;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 5px 0
}

.social-profile-3 ul li a:hover {
  background-color: #ff5202;
  color: #fff
}

.social-profile-4 {
  position: absolute;
  bottom: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s;
  left: 0;
  right: 0
}

.social-profile-4 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-profile-4 ul li {
  display: inline-block;
  margin: 0 5px
}

.social-profile-4 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a1a1a1;
  border-radius: 50%;
  background-color: #efefef;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 5px 0
}

.social-profile-4 ul li a:hover {
  background-color: #14bdee;
  color: #fff
}

.social-profile-5 {
  position: relative;
  text-align: center;
  transition: all .4s linear 0s
}

.social-profile-5 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-profile-5 ul li {
  display: inline-block;
  margin: 0 5px
}

.social-profile-5 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a1a1a1;
  border-radius: 50%;
  background-color: #efefef;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 5px 0
}

.social-profile-5 ul li a:hover {
  background-color: #91c73d;
  color: #fff
}

.social-profile-6 {
  position: absolute;
  bottom: 0;
  text-align: center;
  transition: all .4s linear 0s;
  left: 0;
  right: 0;
  background-color: #002147;
  padding: 10px 0
}

.social-profile-6 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-profile-6 ul li {
  display: inline-block;
  margin: 0 5px
}

.social-profile-6 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #032d5c;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 5px 0
}

.social-profile-6 ul li a:hover {
  background-color: #ff5202;
  color: #fff
}

.single-team {
  overflow: hidden
}

.single-team:hover .social-profile {
  opacity: 1;
  visibility: visible
}

.single-team:hover .member-info {
  background-color: #ff5202
}

.single-team:hover .social-profile-2 {
  opacity: 1;
  visibility: visible
}

.single-team:hover .social-profile-3 {
  opacity: 1;
  visibility: visible
}

.single-team:hover .social-profile-4 {
  opacity: 1;
  visibility: visible
}

.single-team:hover .member-info-4 {
  background-color: #ff5202;
  color: #fff;
  transition: all .4s linear 0s
}

.single-team:hover .member-info-4 .designation h5 {
  color: #fff
}

.single-team:hover .member-info-4 .designation span {
  color: #fff
}

.single-team:hover .member-image-2 {
  overflow: hidden
}

.single-team:hover .member-image-2 img {
  transform: scale3d(1.2, 1.2, 1.3)
}

.single-team img {
  width: 100%;
  transition: all .4s linear 0s
}

.border-opt .single-team {
  transition: all .4s linear 0s
}

.border-opt .single-team:hover .border {
  border-color: #14bdee !important;
  border-width: 2px !important
}

.show_navigation {
  position: relative
}

.show_navigation .owl-nav {
  position: absolute;
  top: -120px;
  right: 0
}

@media(min-width:768px) and (max-width:991px) {
  .show_navigation .owl-nav {
    display: none
  }
}

@media(max-width:768px) {
  .show_navigation .owl-nav {
    display: none
  }
}

.show_navigation .owl-nav button {
  margin: 10px
}

.show_navigation .owl-nav button i {
  font-size: 22px
}

.show_navigation .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 55px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s
}

.show_navigation .owl-nav button.owl-prev:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff
}

.show_navigation .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s
}

.show_navigation .owl-nav button.owl-next:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff
}

.show_navigation .owl-nav button:focus {
  outline: 0;
  box-shadow: none
}

.show_navigation_2 {
  position: relative
}

.show_navigation_2 .owl-nav {
  position: absolute;
  top: -120px;
  right: 0
}

@media(min-width:768px) and (max-width:991px) {
  .show_navigation_2 .owl-nav {
    display: none
  }
}

@media(max-width:768px) {
  .show_navigation_2 .owl-nav {
    display: none
  }
}

.show_navigation_2 .owl-nav button {
  margin: 10px
}

.show_navigation_2 .owl-nav button i {
  font-size: 22px
}

.show_navigation_2 .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 55px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s
}

.show_navigation_2 .owl-nav button.owl-prev:hover {
  background-color: #14bdee;
  border-color: #14bdee;
  color: #fff
}

.show_navigation_2 .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s
}

.show_navigation_2 .owl-nav button.owl-next:hover {
  background-color: #14bdee;
  border-color: #14bdee;
  color: #fff
}

.show_navigation_2 .owl-nav button:focus {
  outline: 0;
  box-shadow: none
}

.show_navigation_3 {
  position: relative
}

.show_navigation_3 .owl-nav {
  font-size: 30px
}

@media(min-width:768px) and (max-width:991px) {
  .show_navigation_3 .owl-nav {
    display: none
  }
}

@media(max-width:768px) {
  .show_navigation_3 .owl-nav {
    display: none
  }
}

.show_navigation_3 .owl-nav button {
  margin: 10px
}

.show_navigation_3 .owl-nav button i {
  font-size: 22px
}

.show_navigation_3 .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s;
  top: 50%;
  transform: translateY(-50%);
  display: none
}

@media(min-width:1199px) {
  .show_navigation_3 .owl-nav button.owl-prev {
    display: inline-block;
    left: -80px
  }
}

.show_navigation_3 .owl-nav button.owl-prev:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff
}

.show_navigation_3 .owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s;
  transform: translateY(-50%);
  top: 50%;
  display: none
}

@media(min-width:1199px) {
  .show_navigation_3 .owl-nav button.owl-next {
    display: inline-block;
    right: -80px
  }
}

.show_navigation_3 .owl-nav button.owl-next:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff
}

.show_navigation_3 .owl-nav button:focus {
  outline: 0;
  box-shadow: none
}

.show_navigation_4 {
  position: relative
}

.show_navigation_4 .owl-nav {
  font-size: 30px
}

@media(min-width:768px) and (max-width:991px) {
  .show_navigation_4 .owl-nav {
    display: none
  }
}

@media(max-width:768px) {
  .show_navigation_4 .owl-nav {
    display: none
  }
}

.show_navigation_4 .owl-nav button {
  margin: 10px
}

.show_navigation_4 .owl-nav button i {
  font-size: 22px
}

.show_navigation_4 .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s;
  left: -90px;
  top: 50%;
  transform: translateY(-50%)
}

.show_navigation_4 .owl-nav button.owl-prev:hover {
  background-color: #91c73d;
  border-color: #91c73d;
  color: #fff
}

@media(min-width:992px) {
  .show_navigation_4 .owl-nav button.owl-prev {
    display: none
  }
}

@media(min-width:1199px) {
  .show_navigation_4 .owl-nav button.owl-prev {
    display: block
  }
}

.show_navigation_4 .owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all .4s linear 0s;
  right: -90px;
  transform: translateY(-50%);
  top: 50%
}

.show_navigation_4 .owl-nav button.owl-next:hover {
  background-color: #91c73d;
  border-color: #91c73d;
  color: #fff
}

@media(min-width:992px) {
  .show_navigation_4 .owl-nav button.owl-next {
    display: none
  }
}

@media(min-width:1199px) {
  .show_navigation_4 .owl-nav button.owl-next {
    display: block
  }
}

.show_navigation_4 .owl-nav button:focus {
  outline: 0;
  box-shadow: none
}

.single-event {
  display: flex;
  justify-content: space-between
}

.single-event .event-date {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fff;
  text-align: center;
  margin-right: 30px;
  border: 4px solid #ddd;
  min-width: 160px;
  height: 160px
}

.single-event .event-date span {
  font-size: 65px;
  color: #ff5202;
  font-weight: 600
}

.single-event .event-date p {
  font-size: 24px;
  color: #56566a;
  font-weight: 500;
  margin-bottom: 0
}

.single-event h5 {
  font-size: 20px;
  font-weight: 600
}

.single-event h5 a {
  color: #002147;
  transition: all .4s linear 0s
}

.single-event h5 a:hover {
  color: #ff5202;
  text-decoration: none
}

.single-event .event-meta {
  display: flex
}

.single-event .event-meta .single-meta {
  padding-left: 40px
}

.single-event .event-meta .single-meta:first-child {
  padding-left: 0
}

@media(min-width:1199px) {
  .single-event .event-meta .single-meta p {
    font-size: 16px !important
  }
}

@media(min-width:992px) {
  .single-event .event-meta .single-meta p {
    font-size: 12px
  }
}

@media(max-width:575px) {
  .single-event .event-meta .single-meta p {
    font-size: 12px
  }
}

.single-event i {
  color: #ff5202
}

.event-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: poppins
}

.event-content h2 a {
  color: #002147;
  transition: all .4s linear 0s
}

.event-content h2 a:hover {
  text-decoration: none;
  color: #ff5202
}

.event-content-one h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: poppins;
  font-weight: 600
}

.event-content-one h2 a {
  color: #002147;
  transition: all .4s linear 0s
}

.event-content-one h2 a:hover {
  text-decoration: none;
  color: #ff5202
}

.single-event-2 {
  display: flex;
  justify-content: space-between
}

.single-event-2 .event-date {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fff;
  text-align: center;
  margin-right: 30px;
  border: 3px solid #ddd;
  min-width: 160px
}

.single-event-2 .event-date span {
  font-size: 65px;
  color: #14bdee;
  font-weight: 600
}

.single-event-2 .event-date p {
  font-size: 24px;
  color: #56566a;
  margin-bottom: 0;
  font-weight: 600
}

.single-event-2 h5 {
  font-size: 20px;
  font-weight: 500
}

.single-event-2 h5 a {
  color: #002147;
  transition: all .4s linear 0s
}

.single-event-2 h5 a:hover {
  color: #14bdee;
  text-decoration: none
}

.single-event-2 .event-meta {
  display: flex
}

.single-event-2 .event-meta .single-meta {
  padding-left: 40px
}

@media(min-width:992px) {
  .single-event-2 .event-meta .single-meta {
    padding-left: 12px
  }
}

.single-event-2 .event-meta .single-meta:first-child {
  padding-left: 0
}

@media(max-width:575px) {
  .single-event-2 .event-meta .single-meta p {
    font-size: 12px
  }
}

@media(min-width:992px) {
  .single-event-2 .event-meta .single-meta p {
    font-size: 14px
  }
}

.single-event-2 i {
  color: #14bdee
}

.single-event-3 {
  display: flex;
  justify-content: space-between
}

.single-event-3 .event-date {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fff;
  text-align: center;
  margin-right: 30px;
  border: 3px solid #ddd;
  min-width: 160px
}

.single-event-3 .event-date span {
  font-size: 65px;
  color: #91c73d;
  font-weight: 600
}

.single-event-3 .event-date p {
  font-size: 24px;
  color: #56566a;
  margin-bottom: 0
}

.single-event-3 h5 {
  font-size: 20px;
  font-weight: 500
}

.single-event-3 h5 a {
  color: #002147;
  transition: all .4s linear 0s
}

.single-event-3 h5 a:hover {
  color: #91c73d;
  text-decoration: none
}

.single-event-3 .event-meta {
  display: flex
}

.single-event-3 .event-meta .single-meta {
  padding-left: 40px
}

@media(min-width:992px) {
  .single-event-3 .event-meta .single-meta {
    padding-left: 12px
  }
}

.single-event-3 .event-meta .single-meta:first-child {
  padding-left: 0
}

@media(max-width:575px) {
  .single-event-3 .event-meta .single-meta p {
    font-size: 12px
  }
}

@media(min-width:992px) {
  .single-event-3 .event-meta .single-meta p {
    font-size: 14px
  }
}

.single-event-3 i {
  color: #91c73d
}

.event-content h2 {
  font-size: 24px;
  margin-bottom: 15px
}

.event-content h2 a {
  color: #002147;
  transition: all .4s linear 0s
}

.event-content h2 a:hover {
  text-decoration: none;
  color: #14bdee
}

.events-info {
  display: flex;
  position: absolute;
  bottom: 30px;
  justify-content: space-between;
  padding: 15px 20px;
  width: 85%;
  left: 7%;
  border-radius: 30px;
  font-size: 14px;
  color: #56566a
}

@media(max-width:575px) {
  .events-info {
    width: 90%;
    left: 5%
  }
}

.events-info i {
  color: #ff5202;
  font-size: 15px
}

.events-info p {
  margin-bottom: 0
}

@media(max-width:575px) {
  .events-info p {
    font-size: 12px
  }
}

.events-info-2 {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  padding: 15px 20px;
  width: 80%;
  left: 10%;
  border-radius: 30px;
  font-size: 14px;
  color: #56566a
}

@media(max-width:768px) {
  .events-info-2 {
    width: 96%;
    left: 2%
  }
}

@media(max-width:575px) {
  .events-info-2 {
    width: 96%;
    left: 2%
  }
}

.events-info-2 i {
  color: #ff5202;
  font-size: 15px
}

.events-info-2 p {
  margin-bottom: 0
}

.events-info-2 .single-event-data {
  padding: 0 5px
}

.events-info-2 .single-event-data a {
  color: #ff5202
}

.events-info-2 .single-event-data a:hover {
  text-decoration: none
}

.events-info-2 .single-event-data span {
  color: #ff5202;
  font-weight: 500
}

.single-blog .post-meta {
  position: absolute;
  bottom: 30px;
  padding: 15px 20px;
  width: 70%;
  left: 15%;
  border-radius: 30px;
  font-size: 14px;
  color: #56566a;
  text-align: center
}

@media(max-width:575px) {
  .single-blog .post-meta {
    width: 90%;
    left: 5%
  }
}

.single-blog .post-meta i {
  color: #ff5202;
  font-size: 15px
}

.single-blog .post-meta p {
  margin-bottom: 0
}

.single-blog .post-meta .single-event-data {
  display: inline-block
}

.single-blog .post-meta .single-event-data a {
  color: #ff5202
}

.single-blog .post-meta .single-event-data p {
  padding: 0 5px;
  font-size: 14px;
  color: #666
}

.event-image {
  position: relative;
  overflow: hidden
}

@media(min-width:768px) and (max-width:991px) {
  .event-image img {
    width: 100%
  }
}

.single-testimonial {
  position: relative;
  margin-top: 30px;
  padding-top: 2.3em !important;
  height: 400px;
}

.single-testimonial:before {
  content: "\f10d";
  position: absolute;
  left: 30px;
  top: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #ff5202;
  color: #fff;
  font-family: "font awesome 5 free";
  font-weight: 900;
  text-align: center
}

.single-testimonial p {
  line-height: 28px;
  text-align: justify;
}

.testimonial-referance p {
  margin-bottom: 0
}

.single-testimonial-2 {
  position: relative;
  margin-top: 80px
}

.single-testimonial-2:before {
  content: "\f10d";
  position: absolute;
  left: 125px;
  top: -85px;
  z-index: 9;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 40px;
  background-color: #14bdee;
  color: #fff;
  font-family: "font awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  border: 3px solid #fff
}

.single-testimonial-2 .testimonial-pic {
  position: absolute;
  top: -55px;
  left: 40px
}

.single-testimonial-2 .testimonial-pic img {
  width: 110px;
  height: 110px
}

.single-testimonial-2 .testimonial-text p {
  font-style: italic;
  font-size: 18px
}

.single-testimonial-2 .testimonial-referance strong {
  color: #002147;
  font-size: 16px
}

.single-testimonial-2 .testimonial-referance p {
  font-size: 16px;
  margin-bottom: 0
}

.single-testimonial-2 p {
  line-height: 28px
}

.single-testimonial-3 {
  position: relative;
  margin-top: 60px;
  padding-top: 30px
}

.single-testimonial-3:before {
  content: "\f10d";
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #ff5202;
  color: #fff;
  font-family: "font awesome 5 free";
  font-weight: 900;
  text-align: center
}

.single-testimonial-3 p {
  font-style: italic;
  font-size: 16px
}

.single-testimonial-3 .testimonial-referance strong {
  display: block
}

.single-testimonial-3 p {
  line-height: 28px
}

.single-testimonial-4 {
  position: relative;
  margin-top: 60px;
  padding-top: 30px
}

.single-testimonial-4:before {
  content: "\f10d";
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #14bdee;
  color: #fff;
  font-family: "font awesome 5 free";
  font-weight: 900;
  text-align: center
}

.single-testimonial-4 p {
  font-style: italic;
  font-size: 16px
}

.single-testimonial-4 .testimonial-referance strong {
  display: block
}

.single-testimonial-4 p {
  line-height: 28px
}

.single-testimonial-6 {
  position: relative;
  text-align: center;
  margin-bottom: 45px
}

.single-testimonial-6>p {
  display: inline-block;
  font-style: italic;
  font-size: 16px
}

.single-testimonial-6>p:after {
  content: "\f10e";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  padding-left: 10px;
  font-size: 22px;
  color: #1e2458
}

.single-testimonial-6 .testimonial-referance p {
  margin-bottom: 0
}

.single-testimonial-6 .quote-author-pic {
  position: absolute;
  left: 50%;
  bottom: -45px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  transform: translateX(-50%)
}

.single-testimonial-6 .quote-author-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.single-testimonial-6 p {
  line-height: 28px
}

.testimonials-wrapper .owl-dots {
  text-align: center;
  margin-top: 60px;
  line-height: 10px
}

.testimonials-wrapper .owl-dots button:focus {
  outline: 0;
  box-shadow: none
}

.testimonials-wrapper .owl-dots .owl-dot.active span {
  background-color: #ff5202;
  height: 30px
}

.testimonials-wrapper .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 5px 7px 0;
  background: #ffc6ac;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all .5s linear .2s
}

.testimonials-wrapper-2 .owl-dots {
  text-align: center;
  margin-top: 60px
}

.testimonials-wrapper-2 .owl-dots button:focus {
  outline: 0;
  box-shadow: none
}

.testimonials-wrapper-2 .owl-dots .owl-dot.active {
  transition: all .4s linear .09s
}

.testimonials-wrapper-2 .owl-dots .owl-dot.active span {
  background-color: #14bdee;
  height: 30px
}

.testimonials-wrapper-2 .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 5px 7px;
  background: #c8f3ff;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all .4s linear 0s
}

.testimonials-wrapper-3 .owl-dots {
  text-align: center;
  margin-top: 30px;
  line-height: 10px
}

.testimonials-wrapper-3 .owl-dots button:focus {
  outline: 0;
  box-shadow: none
}

.testimonials-wrapper-3 .owl-dots .owl-dot.active span {
  background-color: #ff5202;
  height: 30px
}

.testimonials-wrapper-3 .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 0 5px 0 7px;
  background: #002147;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all .4s linear 0s
}

.testimonials-wrapper-4 .owl-dots {
  text-align: center;
  margin-top: 30px
}

.testimonials-wrapper-4 .owl-dots button:focus {
  outline: 0;
  box-shadow: none
}

.testimonials-wrapper-4 .owl-dots .owl-dot.active span {
  background-color: #14bdee;
  height: 30px
}

.testimonials-wrapper-4 .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 5px 7px;
  background: #fff;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all .4s linear 0s
}

.has_bordered {
  position: relative
}

.has_bordered h2 {
  display: inline-block;
  position: relative
}

.has_bordered h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 50%;
  height: 1px;
  background-color: #14bdee;
  transform: translateX(-50%)
}

.blog-lists-wrapper .single-blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.blog-lists-wrapper .single-blog-wrapper .blog-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover
}

.blog-lists-wrapper .single-blog-wrapper:last-child {
  margin-bottom: 0
}

.blog-lists-wrapper .blog-content-wrapper {
  position: relative
}

.blog-lists-wrapper .blog-content-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: poppins, sans-serif;
  line-height: 1.5rem
}

.blog-lists-wrapper .blog-content-wrapper h4 a {
  color: #002147;
  transition: all .4s linear 0s;
  font-weight: 600;
  font-family: poppins
}

.blog-lists-wrapper .blog-content-wrapper h4 a:hover {
  text-decoration: none;
  color: #ff5202
}

.blog-lists-wrapper .blog-content-wrapper p {
  margin-bottom: 5px
}

.blog-lists-wrapper-2 .single-blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.blog-lists-wrapper-2 .single-blog-wrapper .blog-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover
}

.blog-lists-wrapper-2 .single-blog-wrapper:last-child {
  margin-bottom: 0
}

.blog-lists-wrapper-2 .blog-content-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: poppins, sans-serif;
  line-height: 1.5rem
}

.blog-lists-wrapper-2 .blog-content-wrapper h4 a {
  color: #002147;
  transition: all .4s linear 0s;
  font-family: poppins
}

.blog-lists-wrapper-2 .blog-content-wrapper h4 a:hover {
  text-decoration: none;
  color: #14bdee
}

.blog-lists-wrapper-2 .blog-content-wrapper p {
  margin-bottom: 5px
}

.blog-lists-wrapper-2 .post-meta {
  position: relative !important
}

.blog-lists-wrapper-3 .single-blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.blog-lists-wrapper-3 .single-blog-wrapper .blog-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover
}

.blog-lists-wrapper-3 .single-blog-wrapper:last-child {
  margin-bottom: 0
}

.blog-lists-wrapper-3 .blog-content-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: poppins, sans-serif;
  line-height: 1.5rem
}

.blog-lists-wrapper-3 .blog-content-wrapper h4 a {
  color: #002147;
  transition: all .4s linear 0s;
  font-family: poppins
}

.blog-lists-wrapper-3 .blog-content-wrapper h4 a:hover {
  text-decoration: none;
  color: #91c73d
}

.blog-lists-wrapper-3 .blog-content-wrapper p {
  margin-bottom: 5px
}

.post-meta span {
  font-size: 14px;
  font-style: italic
}

.big-blog-area .blog-meta span {
  color: #ff5202;
  font-size: 14px;
  font-weight: 500
}

.big-blog-area .blog-meta span.seperator {
  font-size: 12px;
  color: #002147
}

.big-blog-area .blog-meta span a {
  color: #ff5202
}

.big-blog-area .blog-meta-2 span {
  color: #14bdee;
  font-size: 14px
}

.big-blog-area .blog-meta-2 span a {
  color: #14bdee
}

.big-blog-area .blog-text h3 {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: capitalize;
  font-weight: 600
}

.big-blog-area .blog-text h3 a {
  color: #002147;
  transition: all .4s linear 0s;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.8rem;
  font-weight: 600;
  font-family: poppins
}

.big-blog-area .blog-text h3 a:hover {
  text-decoration: none;
  color: #ff5202
}

.big-blog-area .blog-text a {
  display: inline-block;
  color: #ff5202;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all .4s linear 0s
}

.big-blog-area .blog-text a i {
  transition: all .4s linear 0s
}

.big-blog-area .blog-text a:hover {
  text-decoration: none
}

.big-blog-area .blog-text a:hover i {
  padding-left: 5px
}

.big-blog-area .blog-text-2 h3 {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: capitalize
}

.big-blog-area .blog-text-2 h3 a {
  color: #002147;
  transition: all .4s linear 0s;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.8rem;
  font-family: poppins;
  font-weight: 600
}

.big-blog-area .blog-text-2 h3 a:hover {
  text-decoration: none;
  color: #14bdee
}

.big-blog-area .blog-text-2 a {
  display: inline-block;
  color: #14bdee;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all .4s linear 0s
}

.big-blog-area .blog-text-2 a i {
  transition: all .4s linear 0s
}

.big-blog-area .blog-text-2 a:hover {
  text-decoration: none
}

.big-blog-area .blog-text-2 a:hover i {
  padding-left: 5px
}

@media(min-width:768px) and (max-width:991px) {
  .big-blog-area .blog-thumb img {
    width: 100%
  }
}

@media(max-width:768px) {
  .big-blog-area .blog-thumb img {
    width: 100%
  }
}

@media(max-width:575px) {
  .big-blog-area .blog-thumb img {
    width: 100%
  }
}

.single_blog .blog-content {
  transition: all .4s linear 0s
}

.single_blog .event-image img {
  transition: all .4s linear 0s
}

.single_blog:hover .blog-content {
  box-shadow: 0 .5rem 1rem rgba(34, 34, 34, .15) !important
}

.single_blog:hover .event-image img {
  transform: scale3d(1.1, 1.1, 1.1)
}

.subscribe_box {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 400px
}

.subscribe_box .subscribe-text {
  margin-bottom: 80px
}

.subscribe_box .subscribe-text i {
  font-size: 100px;
  margin-bottom: 40px
}

.subscribe_box .subscribe-text h3 {
  font-size: 50px
}

.subscribe_box .subscribe-text p {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize
}

.subscribe_box .subscribe-form {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0
}

.subscribe_box .subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  border: 0;
  background-color: #14bdee;
  color: #fff
}

.subscribe_box .subscribe-form button i {
  font-size: 35px
}

.subscribe_box .subscribe-form button:focus {
  outline: 0
}

.subscribe_box .subscribe-form input {
  border-radius: 0;
  height: 80px;
  background-color: #002959;
  color: #fff;
  border: 0;
  padding-left: 25px
}

.subscribe_box .subscribe-form input:focus {
  outline: 0;
  box-shadow: none
}

.footer-bottom-wrapper {
  border-color: rgba(255, 255, 255, .3) !important
}

.footer-area {
  color: #fff
}

.footer-area .footer-logo {
  padding-bottom: 30px
}

@media(max-width:575px) {
  .footer-area .footer-logo {
    padding-top: 30px;
    padding-bottom: 20px
  }
}

.widget-item {
  display: flex;
  margin-bottom: 10px
}

.widget-item .widget-image {
  margin-right: 20px
}

.widget-item .widget-image img {
  width: 70px;
  height: 70px;
  object-fit: cover
}

.widget-item .widget-content h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s linear 0s
}

.widget-item .widget-content h5 a:hover {
  text-decoration: none;
  color: #ff5202
}

.widget-item:last-child {
  margin-bottom: 0
}

.widget-item .widget-content-2 h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s linear 0s
}

.widget-item .widget-content-2 h5 a:hover {
  text-decoration: none;
  color: #14bdee
}

.widget-item .widget-content-3 h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s linear 0s
}

.widget-item .widget-content-3 h5 a:hover {
  text-decoration: none;
  color: #91c73d
}

.widget-item:last-child {
  margin-bottom: 0
}

.widget-meta span {
  font-size: 14px;
  font-style: italic
}

.widget-list ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.widget-list ul li:first-child a {
  padding-top: 0
}

.widget-list ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  text-transform: capitalize;
  transition: all .4s linear 0s
}

.widget-list ul li a:hover {
  text-decoration: none;
  color: #ff5202
}

.widget-list-2 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.widget-list-2 ul li:first-child a {
  padding-top: 0
}

.widget-list-2 ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  text-transform: capitalize;
  transition: all .4s linear 0s
}

.widget-list-2 ul li a:hover {
  text-decoration: none;
  color: #14bdee
}

.widget-list-3 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.widget-list-3 ul li:first-child a {
  padding-top: 0
}

.widget-list-3 ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  text-transform: capitalize;
  transition: all .4s linear 0s
}

.widget-list-3 ul li a:hover {
  text-decoration: none;
  color: #91c73d
}

.social-accounts ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-accounts ul li {
  display: inline-block
}

.social-accounts ul li:last-child a {
  margin-right: 0
}

.social-accounts ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #2b344e;
  border-radius: 50%;
  background-color: #2b344e;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 0 5px
}

@media(max-width:575px) {
  .social-accounts ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px
  }
}

.social-accounts ul li a:hover {
  background-color: #ff5202;
  color: #fff;
  border-color: #ff5202
}

.social-accounts-2 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-accounts-2 ul li {
  display: inline-block
}

.social-accounts-2 ul li:last-child a {
  margin-right: 0
}

.social-accounts-2 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #2b344e;
  border-radius: 50%;
  background-color: #2b344e;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 0 5px
}

.social-accounts-2 ul li a:hover {
  background-color: #14bdee;
  color: #fff;
  border-color: #14bdee
}

.social-accounts-3 ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.social-accounts-3 ul li {
  display: inline-block
}

.social-accounts-3 ul li:last-child a {
  margin-right: 0
}

.social-accounts-3 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #2b344e;
  border-radius: 50%;
  background-color: #2b344e;
  transition: all .4s linear 0s;
  text-align: center;
  margin: 0 5px
}

.social-accounts-3 ul li a:hover {
  background-color: #91c73d;
  color: #fff;
  border-color: #91c73d
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer-bottom p {
  margin-bottom: 0
}

.address-widget p {
  line-height: 2rem
}

.single_widget h4 {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500
}

.address-widget span {
  font-size: 28px
}

.subscribe-wrapper {
  position: relative;
  border-top: 10px solid rgba(255, 198, 172, .3);
  transform: translateY(50%)
}

.subscribe-wrapper h2 {
  font-family: poppins, sans-serif
}

.subscribe-wrapper input {
  font-style: italic
}

@media(max-width:768px) {
  .subscribe-wrapper {
    transform: translateY(49%)
  }
}

@media(max-width:575px) {
  .subscribe-wrapper {
    transform: translateY(49%)
  }
}

.subscribe-wrapper .subscribe-form form {
  position: relative
}

.subscribe-wrapper h2 {
  font-size: 50px;
  color: #002147
}

@media(max-width:575px) {
  .subscribe-wrapper h2 {
    font-size: 30px
  }
}

.subscribe-wrapper input {
  border: 2px solid #ff5202;
  border-radius: 0;
  height: 60px;
  border-radius: 35px;
  position: relative;
  padding: 0 15px;
  font-size: 14px
}

.subscribe-wrapper input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202
}

.subscribe-wrapper button[type=submit] {
  background-color: #ff5202;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  height: 100%;
  border-radius: 35px;
  right: 0;
  top: 0;
  border: 0;
  width: 165px;
  font-size: 16px
}

.subscribe-wrapper button[type=submit]:focus {
  outline: 0;
  box-shadow: none
}

@media(min-width:768px) and (max-width:991px) {
  .subscribe-wrapper button[type=submit] {
    border-radius: 20px;
    width: 110px;
    font-size: 14px
  }
}

.subscribe-wrapper:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  height: 53%;
  width: 10px;
  background-color: rgba(255, 198, 172, .3)
}

.subscribe-wrapper:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  height: 53%;
  width: 10px;
  background-color: rgba(255, 198, 172, .3)
}

.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #222;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  transition: all .4s linear 0s;
  display: none;
  border-radius: 50%
}

.scroll-top .scroll-icon {
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  text-align: center
}

.scroll-top:hover {
  background-color: #ff5202
}

.scroll-top.option-2 {
  background-color: #14bdee
}

.scroll-top.option-3 {
  background-color: #91c73d
}

.hero-section {
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

.hero-section h1 {
  font-weight: 500;
  margin-top: 100px;
}

.image-gallery .owl-item {
  position: relative;
  z-index: 1;
  margin-top: 25px
}

.image-gallery .owl-item .single-gallery img {
  height: 250px;
  object-fit: cover
}

.image-gallery .owl-item.active.center {
  position: relative;
  z-index: 999
}

@media(min-width:992px) {
  .image-gallery .owl-item.active.center {
    transform: scale(1.3)
  }
}

.image-gallery .owl-item.active.center .single-gallery img {
  object-position: center center
}

@media(min-width:992px) {
  .image-gallery .owl-item.active.center .single-gallery img {
    border: 2px solid #ff5202;
    margin: 12px 0
  }
}

.image-gallery .owl-dots {
  display: inline-block;
  position: absolute;
  text-align: center;
  margin-top: -50px;
  z-index: 9999;
  left: 44.5%;
  background-color: #ff5202;
  padding: 5px;
  border-radius: 50px
}

.image-gallery .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: rgba(34, 34, 34, .3);
  border-radius: 50%;
  margin: 5px
}

.image-gallery .owl-dots .owl-dot.active {
  background-color: #fff
}

.image-gallery .owl-dots .owl-dot:focus {
  outline: 0
}

.featured-area {
  margin-bottom: -20px
}

.featured-2-icon {
  margin-right: 30px
}

.featured-2-icon i {
  color: #ff5202;
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ff5202
}

.single-featured-3:hover .featured-2-icon i {
  background: #ff5202;
  color: #fff;
  transition: all .4s linear 0s
}

.featured-2-text h5 {
  color: #002147;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 600
}

.half-column-content h2 {
  font-size: 50px
}

.half-column-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, .3)
}

.half-column-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #14bdee;
  background-color: rgba(255, 255, 255, .6);
  padding: 15px;
  border-radius: 50%;
  transition: all .4s linear 0s
}

.half-column-video .play-button i {
  font-size: 30px;
  background-color: #fff;
  padding: 35px;
  border-radius: 50%
}

.half-column-video .play-button:hover {
  background-color: #14bdee
}

@media(max-width:768px) {
  .half-column-video {
    padding: 200px 0
  }
}

@media(max-width:575px) {
  .half-column-video {
    padding: 200px 0
  }
}

.contact-form-wrapper h2 {
  font-size: 50px;
  margin-bottom: 30px
}

.contact-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #032f62;
  border-radius: 40px;
  height: 50px;
  padding: 25px;
  color: #ddd
}

.contact-form-wrapper input:focus {
  background-color: transparent;
  color: #ddd
}

.contact-form-wrapper textarea {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 30px;
  border-color: #032f62;
  border-radius: 40px;
  padding: 25px;
  color: #ddd
}

.contact-form-wrapper textarea:focus {
  background-color: transparent;
  color: #ddd
}

.contact-form-wrapper ::-webkit-input-placeholder {
  color: #ddd
}

.contact-form-wrapper ::-moz-placeholder {
  color: #ddd
}

.contact-form-wrapper :-ms-input-placeholder {
  color: #ddd
}

.contact-form-wrapper :-moz-placeholder {
  color: #ddd
}

.equal-height {
  background-size: cover
}

.reg-form-area {
  transform: translateY(-25%);
  position: absolute;
  width: 90%
}

@media(min-width:768px) and (max-width:991px) {
  .reg-form-area {
    position: relative;
    margin-bottom: -25%
  }
}

@media(max-width:768px) {
  .reg-form-area {
    position: relative;
    margin-bottom: -35%
  }
}

@media(max-width:575px) {
  .reg-form-area {
    position: relative;
    margin-bottom: -30%
  }
}

.reg-form-area h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-family: poppins
}

.reg-form-area input {
  border-radius: 0;
  margin-bottom: 30px;
  border: 1px solid #2f345b;
  background-color: #0d1028;
  color: #fff;
  height: 55px
}

.reg-form-area input:focus {
  background-color: #0d1028
}

.reg-form-area ::-webkit-input-placeholder {
  color: #fff
}

.reg-form-area ::-moz-placeholder {
  color: #fff
}

.reg-form-area :-ms-input-placeholder {
  color: #fff
}

.reg-form-area :-moz-placeholder {
  color: #fff
}

.reg-form-area button[type=submit] {
  border: 0;
  height: 55px;
  background-color: #91c73d;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px
}

.contact-from-wrapper input {
  border-radius: 0;
  height: 50px;
  background-color: #f9f9ff;
  position: relative
}

.contact-from-wrapper input:focus {
  background-color: #f5ffe6;
  border-color: #91c73d;
  box-shadow: none
}

.contact-from-wrapper input:focus label {
  color: #91c73d
}

.contact-from-wrapper label {
  position: absolute;
  right: 40px;
  top: 25px;
  transform: translateY(-50%);
  z-index: 3;
  color: #8a8d91
}

.contact-from-wrapper textarea {
  background-color: #f9f9ff;
  border-radius: 0;
  position: relative
}

.contact-from-wrapper textarea:focus {
  background-color: #f5ffe6;
  border-color: #91c73d;
  box-shadow: none
}

.contact-from-wrapper button[type=submit] {
  padding: 15px 25px;
  background-color: #91c73d;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  border-radius: 50px
}

.contact-from-wrapper button[type=submit]:focus {
  outline: 0
}

.contact-from-wrapper-2 {
  overflow: hidden
}

.contact-from-wrapper-2 input {
  border-radius: 0;
  height: 50px;
  background-color: #f9f9ff;
  position: relative
}

.contact-from-wrapper-2 input:focus {
  background-color: #ffc6ac;
  border-color: #ff5202;
  box-shadow: none;
  color: #ff5202;
  font-weight: 500
}

.contact-from-wrapper-2 textarea {
  background-color: #f9f9ff;
  border-radius: 0;
  position: relative
}

.contact-from-wrapper-2 textarea:focus {
  background-color: #ffc6ac;
  border-color: #ff5202;
  box-shadow: none;
  color: #ff5202;
  font-weight: 500
}

.contact-from-wrapper-2 button[type=submit] {
  padding: 15px 25px;
  background-color: #ff5202;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: 0
}

.contact-from-wrapper-2 button[type=submit]:focus {
  outline: 0
}

.portfolios-list-2 ul li {
  margin: 5px
}

.single-timeline h4 {
  color: #002147;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 600
}

.single-timeline span {
  color: #ff5202;
  font-size: 14px
}

.single-timeline .timeline-text {
  padding-top: 25px
}

.single-timeline p {
  margin-bottom: 0
}

.timeline-wrapper {
  position: relative
}

@media(min-width:992px) {
  .timeline-wrapper:after {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 0;
    color: #fff;
    background-color: #ff5202;
    border-radius: 50%;
    text-align: center;
    top: -40px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px
  }

  .timeline-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #e8e8e8;
    top: -40px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px
  }

  .timeline-wrapper .single-timeline {
    position: relative
  }

  .timeline-wrapper .single-timeline:before {
    content: "\f192";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: -50px;
    left: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #ff5202;
    border-radius: 50%;
    font-size: 30px;
    line-height: 50px;
    text-align: center
  }
}

.page-section-title {
  padding-bottom: 60px
}

.page-section-title h2 {
  font-size: 32px;
  color: #002147;
  font-family: poppins, sans-serif;
  font-weight: 600
}

.half_columnn_image img {
  width: 100%
}

.half_column_content h3 {
  font-size: 35px;
  color: #002147;
  font-weight: 600;
  font-family: poppins, sans-serif
}

.half_column_content h6 {
  font-size: 20px;
  color: #666;
  font-weight: 600
}

.half_column_content p {
  line-height: 28px
}

.secondary-content {
  display: inline-block;
  width: 50%;
  float: left
}

.secondary-content h6 {
  font-size: 16px;
  color: #002147
}

.single-member-info p {
  margin-bottom: 0
}

.single-member-info .member-intro h3 a {
  font-size: 20px;
  color: #002147;
  transition: all .4s linear 0s
}

.single-member-info .member-intro h3 a:hover {
  text-decoration: none
}

.single-member-info .member-intro p {
  font-size: 14px;
  color: #666
}

.single-member-info .member-intro p strong {
  color: #002147
}

.single-member-info .member-intro {
  padding: 20px 0 30px
}

.member-status {
  display: flex;
  justify-content: space-between
}

.member-status p {
  font-size: 14px;
  color: #666
}

.member-status p strong {
  color: #002147;
  font-weight: 500
}

.member-image {
  overflow: hidden
}

.member-image img {
  transition: all .4s linear 0s
}

.single-member {
  transition: all .4s linear 0s
}

.single-member:hover {
  box-shadow: 0 .5rem 1rem rgba(34, 34, 34, .15) !important
}

.single-member:hover .member-intro h3 a {
  color: #ff5202
}

.single-member:hover .member-intro p {
  color: #ff5202
}

.single-member:hover .member-intro p strong {
  color: #ff5202
}

.single-member:hover .member-status p strong {
  color: #ff5202
}

.single-member:hover .member-image img {
  transform: scale3d(1.1, 1.1, 1.1)
}

.search-form select {
  border-radius: 0;
  margin-bottom: 20px;
  color: #666;
  height: 50px
}

.search-form select:focus {
  outline: 0;
  box-shadow: none
}

.search-form input {
  border-radius: 0;
  margin-bottom: 20px;
  color: #666;
  height: 50px
}

.search-form input:focus {
  outline: 0;
  box-shadow: none
}

.button-widget {
  background-size: cover;
  background-position: center center
}

.button-widget h3 {
  color: #002147;
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500
}

.widget-video-img {
  position: relative;
  text-align: center
}

.widget-video-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 71, .5)
}

.widget-video-img a {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  background-color: #ff5202;
  border-radius: 50%;
  line-height: 55px;
  transition: all .4s linear 0s;
  padding: 10px
}

.widget-video-img:hover a {
  background-color: #fff;
  color: #ff5202
}

.widget-video-img img {
  width: 100%
}

.highlights-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0
}

.highlights-section ul li {
  display: inline-block;
  padding: 5px
}

.highlights-section ul h4 {
  line-height: 35px
}

.highlights-section .social-links ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .19);
  transition: all .4s linear 0s;
  text-align: center
}

.highlights-section .social-links ul li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff5202
}

.gallery-links {
  display: inline-block;
  padding-top: 15px;
  border-top: 2px solid #fff
}

.gallery-links ul {
  margin: 0;
  padding: 0
}

.gallery-links ul li {
  display: inline-block;
  margin: 5px
}

.gallery-links ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(255, 82, 2, .3);
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  transition: all .4s linear 0s
}

.gallery-links ul li a:hover {
  background-color: #fff;
  color: #ff5202;
  border-color: #fff
}

.gallery-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s
}

.gallery-content h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 25px
}

.single-gallery {
  transition: all .4s linear 0s
}

.single-gallery .gallery-image {
  position: relative
}

.single-gallery .gallery-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 82, 2, .8);
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s
}

.single-gallery .gallery-image:hover:before {
  opacity: 1;
  visibility: visible
}

.single-gallery .gallery-image img {
  width: 100%
}

.single-gallery:hover .gallery-content {
  opacity: 1;
  visibility: visible
}

.post-text h2 a {
  font-size: 30px;
  color: #002147;
  transition: all .4s linear 0s
}

.post-text h2 a:hover {
  text-decoration: none;
  color: #ff5202
}

.search-widget form {
  position: relative
}

.search-widget form input {
  border-radius: 0;
  height: 60px;
  background-color: #f7f7f7
}

.search-widget form input.home2-opt:focus {
  border-color: #14bdee
}

.search-widget form input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202
}

.search-widget form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff5202;
  color: #fff;
  width: 80px;
  height: 100%;
  font-size: 25px;
  color: #fff;
  border: 0
}

.search-widget form button[type=submit].home2-opt {
  background-color: #14bdee
}

.latest-widget {
  padding: 25px
}

.latest-widget .single-latest {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd
}

.latest-widget .single-latest .latest-image {
  padding-right: 10px
}

.latest-widget .single-latest .latest-image a {
  display: inline-block
}

.latest-widget .single-latest .latest-image img {
  width: 120px;
  height: 80px;
  object-fit: cover
}

.latest-widget .single-latest:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.latest-widget .single-latest .latest-content a {
  font-size: 16px;
  color: #002147;
  transition: all .4s linear 0s
}

.latest-widget .single-latest .latest-content a:hover {
  text-decoration: none;
  color: #ff5202
}

.latest-widget .single-latest .latest-content .latest-meta span {
  color: #666;
  font-size: 14px
}

.category-list ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.category-list ul li a {
  display: flex;
  justify-content: space-between;
  color: #666;
  padding: 10px 0;
  transition: all .4s linear 0s
}

.category-list ul li a:hover {
  text-decoration: none;
  color: #ff5202
}

.category-list ul li:last-child {
  padding-bottom: 0
}

.sidebar-wrapper .single-widget {
  margin-bottom: 45px
}

.sidebar-wrapper .single-widget:last-child {
  margin-bottom: 0
}

.sidebar-wrapper .single-widget h4 {
  font-size: 20px;
  color: #002147;
  text-align: center;
  font-weight: 600;
  font-family: poppins, sans-serif
}

.tag-clouds ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.tag-clouds ul li {
  display: inline-block
}

.tag-clouds ul li a {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  margin: 5px 3px;
  transition: all .4s linear 0s
}

.tag-clouds ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff5202
}

.apply-wrapper h2 {
  font-size: 50px;
  color: #002147;
  text-align: center;
  padding-bottom: 35px;
  font-family: poppins, sans-serif;
  font-weight: 600
}

@media(max-width:575px) {
  .apply-wrapper h2 {
    font-size: 35px
  }
}

.apply-wrapper input {
  border-radius: 0;
  height: 60px
}

.apply-wrapper input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202
}

.apply-wrapper select {
  border-radius: 0;
  height: 60px
}

.apply-wrapper select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202
}

.apply-wrapper textarea {
  border-radius: 0
}

.apply-wrapper textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202
}

.form-group label {
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #002147
}

.single-event-info {
  justify-content: space-around;
  align-items: center;
  transition: all .4s linear 0s;
  border: 2px solid #ddd
}

.single-event-info .single-event-date {
  width: 135px;
  height: 135px
}

@media(max-width:768px) {
  .single-event-info {
    display: inline-block;
    text-align: center
  }

  .single-event-info .single-event-date {
    margin: 0 auto 20px
  }
}

.single-event-info:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  border-color: #ff5202 !important
}

.single-event-info:hover .single-event-date {
  background-color: #ff5202;
  color: #fff
}

.single-event-info:hover .single-event-date span {
  color: #fff
}

.single-event-info:hover .single-event-date p {
  color: #fff
}

.single-event-content h3 a {
  font-size: 24px;
  color: #002147;
  transition: all .4s linear 0s;
  font-weight: 600
}

@media(min-width:768px) and (max-width:991px) {
  .single-event-content h3 a {
    font-size: 20px
  }
}

.single-event-content h3 a:hover {
  text-decoration: none;
  color: #ff5202
}

.single-event-content p {
  color: #666;
  margin-bottom: 5px
}

.single-event-content p i {
  padding-right: 5px
}

@media(min-width:992px) {
  .single-event-content {
    padding: 0px
  }
}

@media(min-width:768px) and (max-width:991px) {
  .single-event-content {
    padding-left: 20px
  }
}

.single-event-date {
  text-align: center;
  border: 2px solid #ff5202;
  transition: all .4s linear 0s
}

.single-event-date p {
  margin-bottom: 0;
  font-size: 20px;
  color: #ff5202
}

.single-event-date span {
  font-size: 50px;
  color: #ff5202;
  font-weight: 600
}

.single-blog .blog-meta {
  display: flex;
  justify-content: space-between;
  padding: 15px 0
}

.single-blog .blog-meta p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px
}

.single-blog .blog-meta i {
  color: #ff5202
}

.single-blog .blog-text h4 a {
  color: #002147;
  font-size: 20px;
  transition: all .4s linear 0s
}

.single-blog .blog-text h4 a:hover {
  text-decoration: none;
  color: #ff5202
}

.blog-image a img {
  width: 100%
}

.search-form select {
  background-color: #f5f5f5
}

.search-form select:focus {
  border-color: #ff5202
}

.search-form input {
  background-color: #f5f5f5
}

.search-form input:focus {
  border-color: #ff5202
}

.results-area h2 {
  font-size: 50px;
  color: #002147
}

.results-area .table {
  margin-bottom: 0
}

.single-item {
  padding: 3rem 1.5rem;
  border: 2px solid #ddd;
  text-align: center;
  transition: all .4s linear 0s
}

.single-item h4 {
  color: #002147;
  padding: 15px 0;
  transition: all .4s linear 0s
}

.single-item h4:hover {
  text-decoration: none;
  color: #ff5202
}

.single-item .item-icon {
  padding-bottom: 30px
}

.single-item:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  border-color: #ff5202
}

.details-meta {
  display: flex;
  padding-top: .8em
}

.details-meta p {
  margin-bottom: 0
}

.details-meta .single-meta {
  padding-right: 50px
}

.details-meta .single-meta:last-child {
  padding-right: 0
}

.details-meta .single-meta i {
  color: #ff5202;
  padding-right: 5px
}

.details-meta .single-meta p {
  font-size: 14px;
  color: #666
}

@media(max-width:575px) {
  .details-meta .single-meta p {
    font-size: 12px
  }
}

.details-title h2 {
  font-size: 30px;
  color: #002147
}

.tags-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  margin: 60px 0
}

.comments-count h2 {
  font-size: 20px;
  color: #002147;
  font-family: poppins, sans-serif;
  font-weight: 600
}

.author-thumb {
  width: 260px;
  padding-right: 20px
}

.author-thumb a {
  display: inline-block
}

.author-thumb img {
  height: 100%;
  border-radius: 50%
}

.authors-info {
  display: flex
}

.single-comment {
  position: relative
}

.single-comment .reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff5202;
  font-size: 16px;
  font-weight: 500
}

.single-comment .reply-btn:hover {
  text-decoration: none
}

.comments-count {
  margin-bottom: 30px
}

.author-data a {
  color: #002147;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s linear 0s;
  font-family: poppins, sans-serif
}

.author-data a:hover {
  text-decoration: none;
  color: #ff5202
}

.author-data p {
  margin-bottom: 5px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: poppins, sans-serif
}

.comment-form-wrapper h2 {
  font-size: 20px;
  color: #002147;
  margin-bottom: 35px
}

.comment-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: #f5f5f5;
  height: 50px
}

.comment-form-wrapper input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202
}

.comment-form-wrapper textarea {
  border-radius: 0;
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  margin-bottom: 30px
}

.comment-form-wrapper textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202
}

.single-blog-item {
  display: flex;
  border: 2px solid #dee2e6;
  transition: all .4s linear 0s
}

.single-blog-item:hover {
  border-color: #ff5202
}

.single-blog-item .single-blog-thumb {
  padding-right: 15px
}

.single-blog-item .single-blog-thumb a {
  display: inline-block
}

.single-blog-item .single-blog-thumb img {
  width: 140px;
  height: 75px;
  object-fit: cover
}

.single-blog-item .single-blog-content h4 a {
  font-size: 16px;
  color: #002147;
  transition: all .4s linear 0s
}

.single-blog-item .single-blog-content h4 a:hover {
  color: #ff5202;
  text-decoration: none
}

.single-blog-item .single-blog-content span {
  color: #666;
  font-size: 14px
}

.latest-blogs-area .owl-nav {
  text-align: center;
  margin-top: 35px
}

.latest-blogs-area .owl-nav button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #fff !important;
  color: #ff5202;
  margin: 5px;
  border: 2px solid #f5f5f5 !important;
  transition: all .4s linear 0s
}

.latest-blogs-area .owl-nav button span {
  color: #ff5202;
  font-size: 25px
}

.latest-blogs-area .owl-nav button:hover {
  background-color: #ff5202 !important;
  border-color: #ff5202 !important
}

.latest-blogs-area .owl-nav button:hover span {
  color: #fff
}

.latest-blogs-area .owl-nav button:focus {
  outline: 0;
  box-shadow: none
}

#search_modal .modal-content {
  border-radius: 0
}

.details-text p {
  line-height: 30px
}

.timeline-area p {
  font-weight: 500
}

.kindergarten .button_two {
  font-family: poppins, sans-serif
}

@media(max-width:575px) {
  .slider-area-2 .slider-content-2 p {
    display: none
  }

  .subscribe-wrapper button[type=submit] {
    width: 120px
  }

  .slider-area.height-700 {}

  .slider-area-2.height-600 {
    height: 300px
  }

  .slider-area-3.height-600 {
    height: 300px
  }

  .blog-lists-wrapper .single-blog-wrapper {
    display: block
  }

  .blog-lists-wrapper .single-blog-wrapper .blog-thumb img {
    width: 100%;
    margin: 10px 0 15px
  }

  .single-event {
    display: block
  }

  .single-event .event-date {
    display: none
  }

  .single-event-3 {
    display: block
  }

  .single-event-3 .event-date,
  .single-event-2 .event-date {
    display: none
  }

  .blog-lists-wrapper-2 .single-blog-wrapper {
    display: block
  }

  .blog-lists-wrapper-2 .single-blog-wrapper .blog-thumb img {
    width: 100%;
    margin: 10px 0 15px
  }

  .slider-area-3 .slider-content h6 {
    font-size: 15px
  }

  .slider-content .display-3 {
    font-size: 1.8rem
  }
}

.mu-abtus-counterss {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #192731;
  padding-bottom: 134px;
  padding-top: 85px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.mu-abtus-counterss:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../eduaid/assets/images/patter-1-1.jpg);
  opacity: 0.05;
}

.course-one__top-title__curve {
  width: 100%;
  height: 60px;
  background-image: url(../eduaid/assets/images/course-title-curve.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.section-title .subtitle1 {
  font-size: 33px;
}

.hightlight {
  color: #002147;
  font-weight: bold;
}

.responsive {
  width: 100%;
  /*height: 420px;*/
}

:focus {
  outline: none !important;
}


:focus {
  box-shadow: none !important;
}

.order_main .col-lg-6.uid {
  padding: 0;
}

.form_order_design {

  box-shadow: 0px 0px 10px 0px #a5a5a5;
  padding: 10px;
  margin-bottom: 80px;


  background: linear-gradient(90deg, rgb(49 155 184) 14%, rgb(95 186 210) 100%, rgb(50 156 185) 100%);
}

#mu-contact .contact-address-section .contact-info {
  /*display: flex;*/
  text-align: justify;
  align-items: center;
  padding: 30px 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 16px rgb(4 59 80 / 10%);
  transition: all 0.3s ease;
}

#mu-contact .contact-address-section .contact-info .icon-part i,
#mu-contact .contact-address-section .contact-info .icon-part i #mu-contact .contact-address-section .contact-info .icon-part i {
  color: #f24d5d;
  font-size: 24px;
  margin: 0;
  padding: 0;
  display: block;
  padding-top: 14px;
}

#mu-contact .contact-address-section .contact-info .icon-part {
  margin-right: 12px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #FCDBDF;
}

#mu-contact .contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #102d47;
  margin: 0 0 5px;
}

.pb-120 {
  padding-bottom: 120px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mu-contact .contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}

.form_order_design .card-header h3 {
  color: #d8d1d1;
  background: #f77921;
  display: inline-block;
  padding: 10px 33px;
  font-size: 19px;
  border-radius: 96px;
  margin: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

#mu-contact .contact-address-section .contact-info .content-part .contact-list li span {
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  color: #102d47;
  display: inline-block;
  width: 60px;
}

a {
  text-decoration: none;
  color: #333333;
}

#mu-contact .contact-address-section .contact-info .icon-part.sky-color:first-child {
  background: #D9F3FB;
}

#mu-contact .contact-address-section .contact-info .icon-part.yellow-color {
  background: #FEF1CD;
}

.flaticon-call:before {
  content: "\f095";
  font-family: fontawesome;
  font-style: normal;
}

.flaticon-mail:before {
  content: "\f003";
  font-family: fontawesome;
  font-style: normal;
}

.flaticon-maps-and-flags:before {
  content: "\f041";
  font-family: fontawesome;
  font-style: normal;
}

#mu-contact .contact-address-section .contact-info .icon-part.yellow-color i {
  color: #FCB903;
}

#mu-contact .contact-address-section .contact-info .icon-part .flaticon-call {
  font-size: 20px;
  color: #40c1ec;
}

.form_order_design .card-header {
  background: #ffffff;
  padding: 10px 0;
}

.form_order_design .card-header img {
  max-width: 70%;
}

.form_order_design .card-body {
  background-color: white;
}

.btn:disabled {
  opacity: 1;
}

.btn-gray {
  color: #fff;
  width: 39%;
  font-size: 21px;
  border-radius: 30px;
  background-color: #f77921;
  border-color: #f77921;
}

.btn-success {
  color: #fff;
  background-color: #e1e1e1;
  border-color: #5db9d1;
}

.btn-success:hover {
  color: #fff;
  background-color: #5db9d1;
}

.logo h4 {
  margin: auto 0;
  color: #212529;
  font-size: 26px;
  font-style: italic;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.form-control {
  color: #495057;
  border: 2px solid #d2d2d2;
}

.order_main {
  padding: 100px 0;
}

.form_order_design .card-header .logo img {
  max-width: 70%;
  display: inline;
}

.testimonial-referance h4 {
  font-size: 16px;
}

@media (max-width:799px) {
  .single-testimonial {
    height: auto;
  }

  .slider-content h1 {
    font-size: 2rem;
  }
}

.orange {
  color: #ffb100;
}

.ptbb-5 {
  padding: 0px;
}

.accordion {
  padding-bottom: 100px;
}

.accordion .accordion-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.35);
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.accordion .accordion-item button[aria-expanded=true] {
  /*   border-bottom: 1px solid #03b5d2; */
}

.accordion h4 {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  /*padding: 1em 0;*/
  color: #333333;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding: 0px;
  line-height: 25px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}

.accordion h4:hover,
.accordion h4:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion h4:hover::after,
.accordion h4:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion h4 .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion h4 .icon {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.faq-content {
  padding: 80px 0px;
}

.accordion h4 .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion h4 .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion h4[aria-expanded=true] {
  color: #03b5d2;
}

.accordion h4[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion h4[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 5000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}

.vision {
  background: #007bff;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  color: #fff;
  line-height: 125px;
  font-size: 18px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.mission {
  background: #00b516;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  color: #fff;
  line-height: 125px;
  font-size: 18px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.values {
  background: #fba200;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  color: #fff;
  line-height: 125px;
  font-size: 18px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.box-cc {
  background: #fff;
  box-shadow: 1px 2px 10px #ccc;
  padding: 20px;
  text-align: justify;
  height: 350px;
}

.box-ccc {
  background: #fff;
  box-shadow: 1px 2px 10px #ccc;
  padding: 20px;
  text-align: justify;
  margin: 20px;
}

@media (max-width:799px) {
  .box-cc {
    height: auto;
  }
}

.widget-item .widget-content h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s linear 0s
}

/* coding start */
.php .half_column_content_2 h2 {
  font-size: 34px;
  color: #002147;
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.php .theme-list ul li {
  display: flex;
}

.php .theme-list ul li:before {
  content: "\f058";
  font-family: "font awesome 5 free";
  font-weight: 900;
  padding-top: 7px;
  padding-right: 5px;
  color: #ff5202;
}

.single-blog .blog-content .blog-text p {
  text-align: justify;
}

.single-featured-5 .featured-text-and-info .feature-content {
  height: 541px;
}

.single-featured-5 .featured-text-and-info .feature-content p {
  text-align: justify;
}

.single-featured-5 .featured-text-and-info .feature-f-content {
  height: 414px;
  text-align: justify;
}

.single-featured-5 .featured-text-and-info .feature-s-content {
  height: 473px;
  text-align: justify;
}

.single-featured-5 .featured-text-and-info .feature-f-content h3 a {
  color: #002147;
  transition: all .4s linear 0s;
}

.feature-f-content h3,
.feature-s-content h3 {
  font-family: poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 15px;
}

.feature-f-content h3 a:hover,
.feature-s-content h3 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.entry-body {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.post_view_list {
  background: #f8f8f8;
}

.post_view_list .entry-thumbnail {
  width: 350px;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}

.post_view_list .entry-details {
  position: relative;
  padding: 37px 46px 31px;
  background: #fff;
  border: 2px solid #fd782e;
  height: auto;
  width: calc(1000px - 202px);
  text-align: justify;
  z-index: 3;
  transition: all .3s ease;
}

.entry-details_main {
  border: 2px solid #fd782e;
  position: relative;
  padding: 21px 46px 9px;
  background: #fff;
  height: auto;
  text-align: justify;
  z-index: 3;
  transition: all .3s ease;
}

.post_view_list .entry-details .entry-title,
.post_view_list .entry-details_main .entry-title {
  background-image: -webkit-linear-gradient(92deg, #facd81, #ff4800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 30s infinite linear;
}

@keyframes hue {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(-260deg);
  }
}

.commontop h2 {
  margin: 50px 30px 44px;
  color: #fd782e;
  position: relative;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}

.commontop h2::after {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 50%;
  height: 4px;
  width: 60px;
  background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
}

.blog-section .section-title h1 {
  color: #002147;
  font-size: 38px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
}

.blog-section .section-title span {
  color: #ff5421;
  font-weight: 600;
}

.responsive1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'Raleway', sans-serif;
  /*padding: 50px 0;*/
}

.responsive1 h2 {
  color: #002147;
  font-weight: 800;
}

.responsive1 .section_title h2 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 800;
  text-align: center;
  color: #031a3d;
}

.responsive1 .sub-title {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  color: #ff5421;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.responsive1 p {
  text-align: justify;
  font-size: 15px;
  line-height: 26px;
  color: #6c757d;
}

.feature-f-content p {
  text-align: justify;
}

.half_column_content_2 p {
  text-align: justify;
}

.responsive {
  /*background: #f1582c;*/
  color: #fff;
  font-family: 'Raleway', sans-serif;
  padding: 50px 0;
}

.half_column_content h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.welcome-area {
  padding: 27px;
}

.half-column-content p {
  font-size: 17px;
  line-height: 29px;
  color: #5f5f5f;
  font-weight: 400;
  margin: 10px 0;
}

.post_view_list .entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.post_view_list .entry-details:hover,
.post_view_list .entry-details_main:hover {
  background: #fd782e;
}

.post_view_list .entry-details:hover .entry-summary p,
.post_view_list .entry-details:hover .entry-title a,
.post_view_list .entry-details_main:hover .entry-summary p,
.post_view_list .entry-details_main:hover .entry-title a,
.post_view_list .entry-details_main.active .entry-summary p,
.post_view_list .entry-details_main.active .entry-title a,
.post_view_list .entry-details.active .entry-summary p,
.post_view_list .entry-details.active .entry-title a {
  background-image: -webkit-linear-gradient(92deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffff;
  text-decoration: none;
}

.activee {
  background: #fd782e !important;
  color: #fff;
}

.icon-box__icon .sf-icon {
  display: inline-block;
  background-color: #ff5202;
  color: #ffffff;
  font-size: 30px;
  padding: 17px;
  border-radius: 50%;
}

.icon-box__icon .sf-icon:hover {
  color: #ff5202;
  background-color: #ffff;
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ff5202;
}

.perk-content {
  margin-left: 10px;
}

.perk-content p {
  color: #777;
  font-size: 16px;
  line-height: 1.6;
}

.perk-content h5 {
  color: #002147;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.half_column_content_3 h2 {
  font-size: 32px;
  color: #002147;
  padding-bottom: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.grad_section {
  background-image: url('assets/images/grade_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 40px;
}

/* why section */
.section_why {
  background-image: url('assets/images/why_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 40px;
}

.single-featured-3.last {
  position: absolute;
  bottom: 0;
}

.section_why .featured-2-wrapper .featured-2-text h3 {
  color: #002147;
  padding-top: 0px;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

.section_why .featured-2-wrapper .featured-2-text p {
  text-align: justify;
}

.section_why .section-title span {
  color: #ff5202;
  font-family: Lobster;
  letter-spacing: 0px;
  line-height: 1.35;
}

/*  */
/* .service-slider-area .carousel-indicators{
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
} */
.service-slider-area .indicator-wrap .carousel-indicators {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
}

.service-slider-2.service-slider-list-item li {
  cursor: pointer;
  width: 100%;
  text-indent: 0;
  height: auto;
  display: inline-block;
  position: relative;
  background-color: #002147;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  margin: 10px;
  text-align: center;
  opacity: 1;
}

.section-title-3 h2 {
  color: #002147;
  font-size: 38px;
  font-family: poppins;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-slider-2.service-slider-list-item.carousel-indicators {
  margin-top: 30px;
}

.service-slider-area .service-title {
  font-family: "Sniglet", Sans-serif;
  font-size: calc(0.4rem + 1vw);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.service-slider-2 .searvice-img {
  margin-left: 50px;
  margin-bottom: -170px;
}

.service-slider-2 .service-info-content {
  background-color: #002147;
  ;
}

.service-slider-2 .service-info-content {
  max-width: 614px;
  padding: 45px 50px 43px;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: justify;
}

.service-slider-2.service-slider-list-item li.active h3 {
  color: #f74e00 !important;
  font-weight: 700;
}

.half_column_content_1 .sf-heading__title {
  color: #002147;
  font-size: 32px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
}

.elementor-widget-wrap h2 {
  color: #002147;
  font-size: 32px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
}

.support_section .service-text h3 {
  color: #002147;
  padding-top: 0px;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

.support_section .border-8 {
  border: 4px solid #f8991f3d;
  transition: all .4s linear 0s;
}

.quality-section .quality-content {
  padding-top: 20px;
}

.quality-section .quality_column_content h2 {
  font-size: 28px;
  color: #002147;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.quality-section .quality_column_content p {
  text-align: justify;
}

.section_title_1 {
  max-width: 633px;
  margin: auto;
  padding-bottom: 50px;
}

.section_title {
  max-width: 700px;
  margin: auto;
}

.section_title_1 span {
  color: #ff5202;
}

/* section features expert */
.section-content .media-body h4 {
  color: #002147;
  font-size: 21px;
  font-weight: 600;
}

.expert_section .sf-icon-box__icon .sf-icon.color_or {
  background-color: #e67e22;
  color: #fff;
}

.expert_section .sf-icon-box__icon {
  margin-right: 15px;
}

.expert_section .sf-icon-box__icon .sf-icon {
  font-size: 22px;
  height: 50px;
  width: 50px;
  padding: 14px;
  background-color: #ec6121;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  vertical-align: top;
}

@media (min-width:268px) and (max-width:576px) {
  .entry-body {
    flex-direction: column;
  }

  .service-slider-area .service-title {
    font-size: calc(0.4rem + 2vw);
  }

  .post_view_list .entry-details {
    width: 100%;
  }

  .post_view_list .entry-thumbnail {
    width: 100%;
    margin-right: 0px;
  }

  /* coding 8/11/2021 */
  .single-featured-3.last {
    position: relative;
  }

  .carousel-indicators {
    margin-right: 0%;
    margin-left: 0%;
  }

  .service-slider-2.service-slider-list-item li {
    padding: 7px 0px;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .post_view_list .entry-details {
    width: 100%;
  }

  .service-slider-2.service-slider-list-item li {
    padding: 7px 0px;
  }

  /* 8/11/2021 */
  .carousel-indicators {
    margin-right: 0%;
    margin-left: 0%;
  }

  .single-featured-3.last {
    position: relative;
  }

  .section_title_1 {}
}

@media (max-width:799px) {

  #main .post,
  #main .page,
  #main article.product {
    margin-top: 10%;
  }

  .headd {
    height: auto !important;
  }
}

.entry-title {
  color: #fff;
  font-size: 1.25rem;
}


/* --------------22/7/2021----------------- */
.content-banner {
  background-image: url(./assets/images/banner_homework.jpg);
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 90px;
  position: relative;
  padding-bottom: 90px;
}

.content-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
}

.content-banner .page-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: 1.3;
  margin: 0;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
  z-index: 2;
}

.content-banner .breadcrumbs {
  position: relative;
  z-index: 2;
  color: #eee7e7;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 600;
  margin-top: 28px;
  text-align: center;
  text-transform: uppercase;
}

.content-banner .breadcrumbs a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumbs .fa-home {
  color: #ffff;
  margin-right: 10px;
}

.content-banner:before {
  background-image: url(./assets/images/wave_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 64px;
  width: 100%;
  z-index: 2;
}

.elementor-section {
  padding: 100px 0 50px 0;
}

.elementor-widget-wrap {
  padding: 15px;
}

.elementor-column .elementor-image img {
  box-shadow: -20px -20px 0 0 #f7ebe5;
}

.elementor-image {
  position: relative;
  margin: 0 0 0 -100px;
}

.elementor-image img {
  box-shadow: -10px -10px 0 0 #fff;
}

.btn-wrapper,
.subtitle_p {
  margin-bottom: 30px;
}

.subtitle_p p {
  text-align: justify;
}

.homwork-section .theme-list ul li {
  display: flex;
  text-align: justify;
}

.homwork-section .theme-list p {
  text-align: justify;
}

.homwork-section .theme-list ul li:before {
  padding-top: 6px;
}

.btn-wrapper .btn-primary {
  color: #fff;
  background-color: #ff5202;
  border-color: #ff5202;
  font-weight: 500;
  padding: 11px 30px;
  border-radius: 20px;
  font-size: 12px;
}

.elementor-column {
  position: relative;
  flex-basis: 311%;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.half_column_image .play-button-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  color: #fff;
  background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
  transition: all .4s linear 0s;
  font-weight: 500;
}

.sf-heading__bottom .sf-heading__line {
  background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
  display: inline-block;
  height: 4px;
  width: 100px;
  margin-top: -12px;
}

.section_plagiarism {
  position: relative;
}

.img_bottom {
  position: absolute;
  top: 64px;
}

.single-featured-3 {
  margin: 20px 0px;
  transition: all .4s linear 0s;
}

/***

==================================================================
 Nursing website  Section start 
==================================================================

***/
.benefit-area.three {
  background-color: #f9f9f9;
}

.benefit-area .section-title4 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.benefit-area .section-title4 h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #302c51;
  font-family: quicksand, sans-serif;
}

.benefit-area .benefit-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 30px;
  padding: 30px 15px;
  border: 1px dashed #94939f;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background-color: #fff;
}

.benefit-area .benefit-item h3 {
  font-size: 22px;
  color: #002147;
}

.benefit-area .benefit-item p {
  font-family: open sans, sans-serif;
  color: #757575;
  font-size: 16px;
}

.benefit-item i {
  display: inline-block;
  width: 103px;
  height: 103px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #302c51;
  background-color: #e5e6ff;
  font-size: 35px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.benefit-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.benefit-item:hover i {
  background: linear-gradient(-150deg, #f7f3ed 5%, #e8ca9a 95%);
}

.benefit-item:hover h3 {
  text-decoration: none;
  color: #ff5202;
}

/* ---------------section-why-area--------- */

.section-why-area {
  background-color: #f9f9f9;
}

.section-why-area .work-content ul li h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #302c51;
  font-family: quicksand, sans-serif;
}

.section-why-area .work-content ul li h3 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #302c51;
  background-color: #e5e6ff;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}

.section-why-area .work-content ul li p {
  margin-bottom: 0;
  line-height: 1.7;
  color: #757575;
  font-size: 16px;
}

.section-why-area .work-content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
}

.section-why-area .work-img img:nth-child(1) {
  max-width: 405px;
}

.section-why-area .work-img {
  text-align: right;
  margin-bottom: 30px;
}

.section-why-area .work-img img:nth-child(2) {
  max-width: 410px;
  margin-top: -150px;
  margin-right: 225px;
}

/* student section started */
.section_student .student-content .title {
  font-size: 35px;
  line-height: 46px;
  font-weight: 700;
  color: #102B3E;
  margin-bottom: 15px;
  padding-right: 24px;
}

.section_student ul.rs-features-list li {
  margin: 10px 0px;
  font-size: 15px;
}

.section_student ul.rs-features-list li i {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #dd4c23 0%, #f27c1e 100%);
  padding: 8px 8px 8px 8px;
  margin: 0px 7px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}

.section_student .student-content .title span {
  color: #F9780F;
}

/* mutitliples topics */
.section-topic {
  background-image: url('assets/images/topic_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-topic .section-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}

.section-topic .section-title h2 {
  color: #002147;
  font-size: 37px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
}

.section-topic .section-title .sub-title {
  display: inline-block;
  color: #ff6015;
  font-size: 18px;
  margin-bottom: 10px;
}

.section-topic .dream-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd8c;
  box-shadow: 0 0 20px 0 #dddddd8c;
  border-radius: 30px 30px 0 30px;
  padding: 30px 25px 40px;
  position: relative;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background-color: #fff;
}

.section-topic .dream-item .sub-span {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #302c51;
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 28px;
  font-weight: 600;
}

.section-topic .dream-item h3 {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #302c51;
  font-family: quicksand, sans-serif;
}

.section-topic .dream-item p {
  text-align: justify;
}

.section-topic .dream-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  border-radius: 0;
}

/*--------------------- benefit section ----------- */
.section_benefit {
  background-image: url('assets/images/benifit_curve.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section_benefit .section-title h2 {
  color: #002147;
  font-size: 31px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
  margin-bottom: 40px;
}

/* .col-lg-4.m_minus{
  margin: -58px 0px;
} */
.benefit-2-icon {
  margin-right: 30px;
}

.benefit-2-icon i {
  color: #ff5202;
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ff5202;
}

.section_benefit .benefit-2-wrapper .benefit-2-text h3 {
  color: #002147;
  padding-top: 0px;
  font-size: 20px;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

.section_benefit .benefit-2-wrapper .benefit-2-text p {
  text-align: justify;
}

.half_column_content_2 h2 {
  font-size: 36px;
  color: #002147;
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.welcome-section.expert h2 span {
  color: #ff5421;
  font-weight: 600;
}

.nursing-section {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.nursing-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: .6;
}

.nursing-section .page-hrader p {
  font-size: 20px;
}

/***

==================================================================
 Nursing website  Section End 
==================================================================

***/
@media (min-width:268px) and (max-width:576px) {

  h2,
  h2 {
    font-size: 1.3rem;
  }

  .event-content h2 {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .entry-body {
    flex-direction: column;
  }

  .elementor-image {
    margin: 0 0 0 0px;
  }

  .post_view_list .entry-details {
    width: 100%;
  }

  .post_view_list .entry-thumbnail {
    width: 100%;
    margin-right: 0px;
  }
}

.feature-s-content p {
  text-align: justify;
}

.feature-content p {
  text-align: justify;
}

@media (min-width:768px) and (max-width:1024px) {
  .post_view_list .entry-details {
    width: 100%;
  }
}


/*programing website  Section start 26/7/ 2021*/

.single-reason {
  text-align: center;
  padding: 15px 30px 20px;
  border-radius: 5px;
  transition: .5s;
  -webkit-transition: .5s;
}

.active-hover {
  background-color: #fff;
}

.active-hover .reason-icon {
  background-image: none;
}

.single-reason:hover {
  background-color: #fff
}

.single-reason .item-text h4 a {
  color: #1f2d30;
  line-height: 32px;
  font-size: 24px;
  transition: all .4s linear 0s;
}

.single-reason:hover .reason-icon {
  background-image: none;
}

.single-reason .item-text h4 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.single-reason .item-text p {
  line-height: 30px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.reason-icon {
  background-image: url('./assets/images/reason-icon-bg.png');
  background-size: contain;
  background-position: center center;
  height: 120px;
  background-repeat: no-repeat;
  width: 120px;
  margin: auto;
  line-height: 120px;
}

.page-wrapper .single-item .item-text h4 a {
  color: #002147;
  padding: 15px 0;
  transition: all .4s linear 0s;
}

.page-wrapper .single-item .item-text h4 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.welcome-section.trust .half_column_content span {
  color: #ff5421;
  font-weight: 600;
}

.steps_section .nav-tabs {
  height: 350px;
  width: 350px;
  border-left: 90px solid transparent;
  border-radius: 50%;
  position: relative;
  margin: auto;
  border-top: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 90px solid transparent;
  transform: rotate(45deg);
  border: 24px solid #2094cf;
  border-style: solid;
  border-width: 30px;
  border-left-color: #47a5d5;
  border-right-color: #ff712f;
  border-top-color: #ff9b69;
  border-bottom-color: // here I need linear gradient

}


.steps_section .nav-tabs .nav-link {
  height: 125px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  width: 125px;
  margin-right: 15px;
  position: relative;
  color: #ff712f;
  font-size: 20px;
  text-transform: uppercase;
  background: #fff;

}


.steps_section .nav-tabs .nav-item:nth-child(1) {
  margin-top: 37px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  top: -58px;
  left: -5%;
  transform: rotate(-45deg);
}

.steps_section .nav-tabs .nav-item:nth-child(2) {
  margin-top: -15px;
  position: absolute;
  right: -68px;
  top: -8%;
  transform: rotate(-45deg);
}

.steps_section .nav-tabs .nav-item:nth-child(3) {
  margin-top: -15px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  bottom: -30px;
  left: 62%;
  transform: rotate(-45deg);
}

.steps_section .nav-tabs .nav-item:nth-child(4) {
  margin-top: -15px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  top: 72%;
  left: -42px;
  transform: rotate(-45deg);
}

.nav-tabs .nav-item:nth-child(1) .nav-link {
  background: #fff;
  color: #ff9b69;
  border: 2px solid;
}

.steps_section .nav-tabs .nav-item:nth-child(1) .nav-link::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: #ff9b69;
  width: 116%;
  height: 116%;
  animation: spin 10s linear infinite;
}

.steps_section .nav-tabs .nav-item:hover:nth-child(1) .nav-link::after,
.steps_section .nav-tabs .nav-item:hover:nth-child(2) .nav-link::after,
.steps_section .nav-tabs .nav-item:hover:nth-child(3) .nav-link::after,
.steps_section .nav-tabs .nav-item:hover:nth-child(4) .nav-link::after {
  animation: spin 10s linear infinite;
}

.nav-tabs .nav-item:nth-child(3) .nav-link {
  background: #fff;
  color: #2293cd;
  border: 2px solid #2293cd;
}

.steps_section .nav-tabs .nav-item:nth-child(3) .nav-link::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: #2293cd;
  width: 116%;
  height: 116%;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

.steps_section .nav-tabs .nav-item:nth-child(4) .nav-link::after,
.steps_section .nav-tabs .nav-item:nth-child(2) .nav-link::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: #002147;
  width: 116%;
  height: 116%;

}

.steps_section .nav-tabs .nav-item:nth-child(2) .nav-link::after {
  background: #ff712f;

}

.steps_section .nav-tabs .nav-item:nth-child(4) .nav-link::after {
  background: #47a5d5;
}

.nav-tabs .nav-item:nth-child(4) .nav-link {
  background: #fff;
  color: #50a9d6;
  border: 2px solid #50a9d6;
}

.steps_section .nav-tabs .nav-item:nth-child(4) .nav-link::after,
.steps_section .nav-tabs .nav-item:nth-child(3) .nav-link::after,
.steps_section .nav-tabs .nav-item:nth-child(2) .nav-link::after,
.steps_section .nav-tabs .nav-item:nth-child(1) .nav-link::after {
  clip-path: polygon(100% 50%, 99.80973% 45.64221%, calc(50% + calc(50% - 0.1875em)*0.98481) calc(50% + calc(50% - 0.1875em)*-0.17365), calc(50% + calc(50% - 0.375em)*0.99619) calc(50% + calc(50% - 0.375em)*-0.08716), calc(50% + calc(50% - 0.375em)*1) calc(50% + calc(50% - 0.375em)*0), calc(50% + calc(50% - 0.1875em)*0.99619) calc(50% + calc(50% - 0.1875em)*-0.08716), 100% 50%, 100% 50%, 99.24039% 58.68241%, 99.80973% 54.35779%, calc(50% + calc(50% - 0.1875em)*1) calc(50% + calc(50% - 0.1875em)*0), calc(50% + calc(50% - 0.375em)*0.99619) calc(50% + calc(50% - 0.375em)*0.08716), calc(50% + calc(50% - 0.375em)*0.98481) calc(50% + calc(50% - 0.375em)*0.17365), calc(50% + calc(50% - 0.1875em)*0.99619) calc(50% + calc(50% - 0.1875em)*0.08716), 99.24039% 58.68241%, 100% 50%, 96.98463% 67.10101%, 98.29629% 62.94095%, calc(50% + calc(50% - 0.1875em)*0.98481) calc(50% + calc(50% - 0.1875em)*0.17365), calc(50% + calc(50% - 0.375em)*0.96593) calc(50% + calc(50% - 0.375em)*0.25882), calc(50% + calc(50% - 0.375em)*0.93969) calc(50% + calc(50% - 0.375em)*0.34202), calc(50% + calc(50% - 0.1875em)*0.96593) calc(50% + calc(50% - 0.1875em)*0.25882), 96.98463% 67.10101%, 100% 50%, 93.30127% 75%, 95.31539% 71.13091%, calc(50% + calc(50% - 0.1875em)*0.93969) calc(50% + calc(50% - 0.1875em)*0.34202), calc(50% + calc(50% - 0.375em)*0.90631) calc(50% + calc(50% - 0.375em)*0.42262), calc(50% + calc(50% - 0.375em)*0.86603) calc(50% + calc(50% - 0.375em)*0.5), calc(50% + calc(50% - 0.1875em)*0.90631) calc(50% + calc(50% - 0.1875em)*0.42262), 93.30127% 75%, 100% 50%, 88.30222% 82.13938%, 90.9576% 78.67882%, calc(50% + calc(50% - 0.1875em)*0.86603) calc(50% + calc(50% - 0.1875em)*0.5), calc(50% + calc(50% - 0.375em)*0.81915) calc(50% + calc(50% - 0.375em)*0.57358), calc(50% + calc(50% - 0.375em)*0.76604) calc(50% + calc(50% - 0.375em)*0.64279), calc(50% + calc(50% - 0.1875em)*0.81915) calc(50% + calc(50% - 0.1875em)*0.57358), 88.30222% 82.13938%, 100% 50%, 82.13938% 88.30222%, 85.35534% 85.35534%, calc(50% + calc(50% - 0.1875em)*0.76604) calc(50% + calc(50% - 0.1875em)*0.64279), calc(50% + calc(50% - 0.375em)*0.70711) calc(50% + calc(50% - 0.375em)*0.70711), calc(50% + calc(50% - 0.375em)*0.64279) calc(50% + calc(50% - 0.375em)*0.76604), calc(50% + calc(50% - 0.1875em)*0.70711) calc(50% + calc(50% - 0.1875em)*0.70711), 82.13938% 88.30222%, 100% 50%, 75% 93.30127%, 78.67882% 90.9576%, calc(50% + calc(50% - 0.1875em)*0.64279) calc(50% + calc(50% - 0.1875em)*0.76604), calc(50% + calc(50% - 0.375em)*0.57358) calc(50% + calc(50% - 0.375em)*0.81915), calc(50% + calc(50% - 0.375em)*0.5) calc(50% + calc(50% - 0.375em)*0.86603), calc(50% + calc(50% - 0.1875em)*0.57358) calc(50% + calc(50% - 0.1875em)*0.81915), 75% 93.30127%, 100% 50%, 67.10101% 96.98463%, 71.13091% 95.31539%, calc(50% + calc(50% - 0.1875em)*0.5) calc(50% + calc(50% - 0.1875em)*0.86603), calc(50% + calc(50% - 0.375em)*0.42262) calc(50% + calc(50% - 0.375em)*0.90631), calc(50% + calc(50% - 0.375em)*0.34202) calc(50% + calc(50% - 0.375em)*0.93969), calc(50% + calc(50% - 0.1875em)*0.42262) calc(50% + calc(50% - 0.1875em)*0.90631), 67.10101% 96.98463%, 100% 50%, 58.68241% 99.24039%, 62.94095% 98.29629%, calc(50% + calc(50% - 0.1875em)*0.34202) calc(50% + calc(50% - 0.1875em)*0.93969), calc(50% + calc(50% - 0.375em)*0.25882) calc(50% + calc(50% - 0.375em)*0.96593), calc(50% + calc(50% - 0.375em)*0.17365) calc(50% + calc(50% - 0.375em)*0.98481), calc(50% + calc(50% - 0.1875em)*0.25882) calc(50% + calc(50% - 0.1875em)*0.96593), 58.68241% 99.24039%, 100% 50%, 50% 100%, 54.35779% 99.80973%, calc(50% + calc(50% - 0.1875em)*0.17365) calc(50% + calc(50% - 0.1875em)*0.98481), calc(50% + calc(50% - 0.375em)*0.08716) calc(50% + calc(50% - 0.375em)*0.99619), calc(50% + calc(50% - 0.375em)*0) calc(50% + calc(50% - 0.375em)*1), calc(50% + calc(50% - 0.1875em)*0.08716) calc(50% + calc(50% - 0.1875em)*0.99619), 50% 100%, 100% 50%, 41.31759% 99.24039%, 45.64221% 99.80973%, calc(50% + calc(50% - 0.1875em)*0) calc(50% + calc(50% - 0.1875em)*1), calc(50% + calc(50% - 0.375em)*-0.08716) calc(50% + calc(50% - 0.375em)*0.99619), calc(50% + calc(50% - 0.375em)*-0.17365) calc(50% + calc(50% - 0.375em)*0.98481), calc(50% + calc(50% - 0.1875em)*-0.08716) calc(50% + calc(50% - 0.1875em)*0.99619), 41.31759% 99.24039%, 100% 50%, 32.89899% 96.98463%, 37.05905% 98.29629%, calc(50% + calc(50% - 0.1875em)*-0.17365) calc(50% + calc(50% - 0.1875em)*0.98481), calc(50% + calc(50% - 0.375em)*-0.25882) calc(50% + calc(50% - 0.375em)*0.96593), calc(50% + calc(50% - 0.375em)*-0.34202) calc(50% + calc(50% - 0.375em)*0.93969), calc(50% + calc(50% - 0.1875em)*-0.25882) calc(50% + calc(50% - 0.1875em)*0.96593), 32.89899% 96.98463%, 100% 50%, 25% 93.30127%, 28.86909% 95.31539%, calc(50% + calc(50% - 0.1875em)*-0.34202) calc(50% + calc(50% - 0.1875em)*0.93969), calc(50% + calc(50% - 0.375em)*-0.42262) calc(50% + calc(50% - 0.375em)*0.90631), calc(50% + calc(50% - 0.375em)*-0.5) calc(50% + calc(50% - 0.375em)*0.86603), calc(50% + calc(50% - 0.1875em)*-0.42262) calc(50% + calc(50% - 0.1875em)*0.90631), 25% 93.30127%, 100% 50%, 17.86062% 88.30222%, 21.32118% 90.9576%, calc(50% + calc(50% - 0.1875em)*-0.5) calc(50% + calc(50% - 0.1875em)*0.86603), calc(50% + calc(50% - 0.375em)*-0.57358) calc(50% + calc(50% - 0.375em)*0.81915), calc(50% + calc(50% - 0.375em)*-0.64279) calc(50% + calc(50% - 0.375em)*0.76604), calc(50% + calc(50% - 0.1875em)*-0.57358) calc(50% + calc(50% - 0.1875em)*0.81915), 17.86062% 88.30222%, 100% 50%, 11.69778% 82.13938%, 14.64466% 85.35534%, calc(50% + calc(50% - 0.1875em)*-0.64279) calc(50% + calc(50% - 0.1875em)*0.76604), calc(50% + calc(50% - 0.375em)*-0.70711) calc(50% + calc(50% - 0.375em)*0.70711), calc(50% + calc(50% - 0.375em)*-0.76604) calc(50% + calc(50% - 0.375em)*0.64279), calc(50% + calc(50% - 0.1875em)*-0.70711) calc(50% + calc(50% - 0.1875em)*0.70711), 11.69778% 82.13938%, 100% 50%, 6.69873% 75%, 9.0424% 78.67882%, calc(50% + calc(50% - 0.1875em)*-0.76604) calc(50% + calc(50% - 0.1875em)*0.64279), calc(50% + calc(50% - 0.375em)*-0.81915) calc(50% + calc(50% - 0.375em)*0.57358), calc(50% + calc(50% - 0.375em)*-0.86603) calc(50% + calc(50% - 0.375em)*0.5), calc(50% + calc(50% - 0.1875em)*-0.81915) calc(50% + calc(50% - 0.1875em)*0.57358), 6.69873% 75%, 100% 50%, 3.01537% 67.10101%, 4.68461% 71.13091%, calc(50% + calc(50% - 0.1875em)*-0.86603) calc(50% + calc(50% - 0.1875em)*0.5), calc(50% + calc(50% - 0.375em)*-0.90631) calc(50% + calc(50% - 0.375em)*0.42262), calc(50% + calc(50% - 0.375em)*-0.93969) calc(50% + calc(50% - 0.375em)*0.34202), calc(50% + calc(50% - 0.1875em)*-0.90631) calc(50% + calc(50% - 0.1875em)*0.42262), 3.01537% 67.10101%, 100% 50%, 0.75961% 58.68241%, 1.70371% 62.94095%, calc(50% + calc(50% - 0.1875em)*-0.93969) calc(50% + calc(50% - 0.1875em)*0.34202), calc(50% + calc(50% - 0.375em)*-0.96593) calc(50% + calc(50% - 0.375em)*0.25882), calc(50% + calc(50% - 0.375em)*-0.98481) calc(50% + calc(50% - 0.375em)*0.17365), calc(50% + calc(50% - 0.1875em)*-0.96593) calc(50% + calc(50% - 0.1875em)*0.25882), 0.75961% 58.68241%, 100% 50%, 0% 50%, 0.19027% 54.35779%, calc(50% + calc(50% - 0.1875em)*-0.98481) calc(50% + calc(50% - 0.1875em)*0.17365), calc(50% + calc(50% - 0.375em)*-0.99619) calc(50% + calc(50% - 0.375em)*0.08716), calc(50% + calc(50% - 0.375em)*-1) calc(50% + calc(50% - 0.375em)*0), calc(50% + calc(50% - 0.1875em)*-0.99619) calc(50% + calc(50% - 0.1875em)*0.08716), 0% 50%, 100% 50%, 0.75961% 41.31759%, 0.19027% 45.64221%, calc(50% + calc(50% - 0.1875em)*-1) calc(50% + calc(50% - 0.1875em)*0), calc(50% + calc(50% - 0.375em)*-0.99619) calc(50% + calc(50% - 0.375em)*-0.08716), calc(50% + calc(50% - 0.375em)*-0.98481) calc(50% + calc(50% - 0.375em)*-0.17365), calc(50% + calc(50% - 0.1875em)*-0.99619) calc(50% + calc(50% - 0.1875em)*-0.08716), 0.75961% 41.31759%, 100% 50%, 3.01537% 32.89899%, 1.70371% 37.05905%, calc(50% + calc(50% - 0.1875em)*-0.98481) calc(50% + calc(50% - 0.1875em)*-0.17365), calc(50% + calc(50% - 0.375em)*-0.96593) calc(50% + calc(50% - 0.375em)*-0.25882), calc(50% + calc(50% - 0.375em)*-0.93969) calc(50% + calc(50% - 0.375em)*-0.34202), calc(50% + calc(50% - 0.1875em)*-0.96593) calc(50% + calc(50% - 0.1875em)*-0.25882), 3.01537% 32.89899%, 100% 50%, 6.69873% 25%, 4.68461% 28.86909%, calc(50% + calc(50% - 0.1875em)*-0.93969) calc(50% + calc(50% - 0.1875em)*-0.34202), calc(50% + calc(50% - 0.375em)*-0.90631) calc(50% + calc(50% - 0.375em)*-0.42262), calc(50% + calc(50% - 0.375em)*-0.86603) calc(50% + calc(50% - 0.375em)*-0.5), calc(50% + calc(50% - 0.1875em)*-0.90631) calc(50% + calc(50% - 0.1875em)*-0.42262), 6.69873% 25%, 100% 50%, 11.69778% 17.86062%, 9.0424% 21.32118%, calc(50% + calc(50% - 0.1875em)*-0.86603) calc(50% + calc(50% - 0.1875em)*-0.5), calc(50% + calc(50% - 0.375em)*-0.81915) calc(50% + calc(50% - 0.375em)*-0.57358), calc(50% + calc(50% - 0.375em)*-0.76604) calc(50% + calc(50% - 0.375em)*-0.64279), calc(50% + calc(50% - 0.1875em)*-0.81915) calc(50% + calc(50% - 0.1875em)*-0.57358), 11.69778% 17.86062%, 100% 50%, 17.86062% 11.69778%, 14.64466% 14.64466%, calc(50% + calc(50% - 0.1875em)*-0.76604) calc(50% + calc(50% - 0.1875em)*-0.64279), calc(50% + calc(50% - 0.375em)*-0.70711) calc(50% + calc(50% - 0.375em)*-0.70711), calc(50% + calc(50% - 0.375em)*-0.64279) calc(50% + calc(50% - 0.375em)*-0.76604), calc(50% + calc(50% - 0.1875em)*-0.70711) calc(50% + calc(50% - 0.1875em)*-0.70711), 17.86062% 11.69778%, 100% 50%, 25% 6.69873%, 21.32118% 9.0424%, calc(50% + calc(50% - 0.1875em)*-0.64279) calc(50% + calc(50% - 0.1875em)*-0.76604), calc(50% + calc(50% - 0.375em)*-0.57358) calc(50% + calc(50% - 0.375em)*-0.81915), calc(50% + calc(50% - 0.375em)*-0.5) calc(50% + calc(50% - 0.375em)*-0.86603), calc(50% + calc(50% - 0.1875em)*-0.57358) calc(50% + calc(50% - 0.1875em)*-0.81915), 25% 6.69873%, 100% 50%, 32.89899% 3.01537%, 28.86909% 4.68461%, calc(50% + calc(50% - 0.1875em)*-0.5) calc(50% + calc(50% - 0.1875em)*-0.86603), calc(50% + calc(50% - 0.375em)*-0.42262) calc(50% + calc(50% - 0.375em)*-0.90631), calc(50% + calc(50% - 0.375em)*-0.34202) calc(50% + calc(50% - 0.375em)*-0.93969), calc(50% + calc(50% - 0.1875em)*-0.42262) calc(50% + calc(50% - 0.1875em)*-0.90631), 32.89899% 3.01537%, 100% 50%, 41.31759% 0.75961%, 37.05905% 1.70371%, calc(50% + calc(50% - 0.1875em)*-0.34202) calc(50% + calc(50% - 0.1875em)*-0.93969), calc(50% + calc(50% - 0.375em)*-0.25882) calc(50% + calc(50% - 0.375em)*-0.96593), calc(50% + calc(50% - 0.375em)*-0.17365) calc(50% + calc(50% - 0.375em)*-0.98481), calc(50% + calc(50% - 0.1875em)*-0.25882) calc(50% + calc(50% - 0.1875em)*-0.96593), 41.31759% 0.75961%, 100% 50%, 50% 0%, 45.64221% 0.19027%, calc(50% + calc(50% - 0.1875em)*-0.17365) calc(50% + calc(50% - 0.1875em)*-0.98481), calc(50% + calc(50% - 0.375em)*-0.08716) calc(50% + calc(50% - 0.375em)*-0.99619), calc(50% + calc(50% - 0.375em)*0) calc(50% + calc(50% - 0.375em)*-1), calc(50% + calc(50% - 0.1875em)*-0.08716) calc(50% + calc(50% - 0.1875em)*-0.99619), 50% 0%, 100% 50%, 58.68241% 0.75961%, 54.35779% 0.19027%, calc(50% + calc(50% - 0.1875em)*0) calc(50% + calc(50% - 0.1875em)*-1), calc(50% + calc(50% - 0.375em)*0.08716) calc(50% + calc(50% - 0.375em)*-0.99619), calc(50% + calc(50% - 0.375em)*0.17365) calc(50% + calc(50% - 0.375em)*-0.98481), calc(50% + calc(50% - 0.1875em)*0.08716) calc(50% + calc(50% - 0.1875em)*-0.99619), 58.68241% 0.75961%, 100% 50%, 67.10101% 3.01537%, 62.94095% 1.70371%, calc(50% + calc(50% - 0.1875em)*0.17365) calc(50% + calc(50% - 0.1875em)*-0.98481), calc(50% + calc(50% - 0.375em)*0.25882) calc(50% + calc(50% - 0.375em)*-0.96593), calc(50% + calc(50% - 0.375em)*0.34202) calc(50% + calc(50% - 0.375em)*-0.93969), calc(50% + calc(50% - 0.1875em)*0.25882) calc(50% + calc(50% - 0.1875em)*-0.96593), 67.10101% 3.01537%, 100% 50%, 75% 6.69873%, 71.13091% 4.68461%, calc(50% + calc(50% - 0.1875em)*0.34202) calc(50% + calc(50% - 0.1875em)*-0.93969), calc(50% + calc(50% - 0.375em)*0.42262) calc(50% + calc(50% - 0.375em)*-0.90631), calc(50% + calc(50% - 0.375em)*0.5) calc(50% + calc(50% - 0.375em)*-0.86603), calc(50% + calc(50% - 0.1875em)*0.42262) calc(50% + calc(50% - 0.1875em)*-0.90631), 75% 6.69873%, 100% 50%, 82.13938% 11.69778%, 78.67882% 9.0424%, calc(50% + calc(50% - 0.1875em)*0.5) calc(50% + calc(50% - 0.1875em)*-0.86603), calc(50% + calc(50% - 0.375em)*0.57358) calc(50% + calc(50% - 0.375em)*-0.81915), calc(50% + calc(50% - 0.375em)*0.64279) calc(50% + calc(50% - 0.375em)*-0.76604), calc(50% + calc(50% - 0.1875em)*0.57358) calc(50% + calc(50% - 0.1875em)*-0.81915), 82.13938% 11.69778%, 100% 50%, 88.30222% 17.86062%, 85.35534% 14.64466%, calc(50% + calc(50% - 0.1875em)*0.64279) calc(50% + calc(50% - 0.1875em)*-0.76604), calc(50% + calc(50% - 0.375em)*0.70711) calc(50% + calc(50% - 0.375em)*-0.70711), calc(50% + calc(50% - 0.375em)*0.76604) calc(50% + calc(50% - 0.375em)*-0.64279), calc(50% + calc(50% - 0.1875em)*0.70711) calc(50% + calc(50% - 0.1875em)*-0.70711), 88.30222% 17.86062%, 100% 50%, 93.30127% 25%, 90.9576% 21.32118%, calc(50% + calc(50% - 0.1875em)*0.76604) calc(50% + calc(50% - 0.1875em)*-0.64279), calc(50% + calc(50% - 0.375em)*0.81915) calc(50% + calc(50% - 0.375em)*-0.57358), calc(50% + calc(50% - 0.375em)*0.86603) calc(50% + calc(50% - 0.375em)*-0.5), calc(50% + calc(50% - 0.1875em)*0.81915) calc(50% + calc(50% - 0.1875em)*-0.57358), 93.30127% 25%, 100% 50%, 96.98463% 32.89899%, 95.31539% 28.86909%, calc(50% + calc(50% - 0.1875em)*0.86603) calc(50% + calc(50% - 0.1875em)*-0.5), calc(50% + calc(50% - 0.375em)*0.90631) calc(50% + calc(50% - 0.375em)*-0.42262), calc(50% + calc(50% - 0.375em)*0.93969) calc(50% + calc(50% - 0.375em)*-0.34202), calc(50% + calc(50% - 0.1875em)*0.90631) calc(50% + calc(50% - 0.1875em)*-0.42262), 96.98463% 32.89899%, 100% 50%, 99.24039% 41.31759%, 98.29629% 37.05905%, calc(50% + calc(50% - 0.1875em)*0.93969) calc(50% + calc(50% - 0.1875em)*-0.34202), calc(50% + calc(50% - 0.375em)*0.96593) calc(50% + calc(50% - 0.375em)*-0.25882), calc(50% + calc(50% - 0.375em)*0.98481) calc(50% + calc(50% - 0.375em)*-0.17365), calc(50% + calc(50% - 0.1875em)*0.96593) calc(50% + calc(50% - 0.1875em)*-0.25882), 99.24039% 41.31759%, 100% 50%);
}

.steps_section .tab-content {
  background: #fff;
  padding: 20px;
  border-top: 2px solid #ff712f;
  border-bottom: 2px solid #ff712f;
  position: relative;
}

.steps_section .tab-content:after,
.steps_section .tab-content::before {
  content: '';
  background: linear-gradient(to top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
  background: -ms-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
  background: -o-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
  background: -webkit-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
  background: -moz-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.steps_section .tab-content::before {
  left: 0;
}

.steps_section .tab-content .tab-pane h3 {
  color: #002147;
  padding: 15px 0;
  transition: all .4s linear 0s;
}

.steps_section .tab-content .icons {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #ff5202;
  color: #ff5202;
  background-color: #fff;
  transition: all .4s linear 0s;
}

.steps_section .tab-content .icons:hover {
  text-decoration: none;
  background-color: #ff5202;
  color: #fff;
  cursor: pointer;
}

.steps_section .tab-content .icons:hover i {
  color: #fff;
}

.steps_section .tab-content i {
  font-size: 48px;
  color: #ff712f;
  font-weight: 700;
  transition: all .4s linear 0s;
}

.section-title-5 {
  max-width: 771px;
  margin: auto;
}

.section-title-5 h2 {
  color: #002147;
  font-size: 28px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
}

.section-title-5 h4 {
  color: #ff5202;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

/* mission codiing  */

.mission_wrapper .box-title h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: -8px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #222;
  transition: all .4s linear 0s;
}

.mission_wrapper .box-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #F9780F;
  border-radius: 30px;
}

.mission_wrapper .box-title h3:hover {
  text-decoration: none;
  color: #ff5202;
}

/* why choose section programing */

.section-topic.why-section .section-title h2 {
  color: #002147;
  font-size: 37px;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.section-topic.why-section .section-title h2 span {
  color: #f9780f;
}

.section-topic.why-section .section-title h2::after {
  position: absolute;
  content: '';
  top: 114%;
  left: 8px;
  width: 48px;
  height: 4px;
  z-index: -1;
  background: #f9780f;
}

.section-topic.why-section .dream-item {
  overflow: hidden;
}

.section-topic.why-section .dream-item h3 {
  transition: all .4s linear 0s;
}

.section-topic.why-section .dream-item:hover h3 a {
  text-decoration: none;
  color: #F9780F;
}

.section-topic.why-section .dream-item:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #F9780F;
}

.section-topic.why-section .dream-item .choose-item {
  position: absolute;
  bottom: 11px;
  left: 41%;
}

.section-topic.why-section .dream-item:hover:after {
  width: 100%;
}

.section-topic.why-section .dream-item:hover .sub-span i {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.section-topic.why-section .dream-item .sub-span {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 35px;
  color: #fff;
  background-color: #f9780f;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;

}

.section-topic.why-section .dream-item .sub-span i {
  font-size: 23px;
  transition: all linear .3s;
}



.subject-works.row {
  display: flex;
}

.subject-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.subject-works h5 {
  position: relative;
  display: inline-block;
}

.subject-works h5::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  top: 2px;
  border-top: 13px solid transparent;
  border-right: 15px solid #ff5202;
  transform: rotate(10deg);
}

.subject-works .circle {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #ff5202;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.subject-works .circle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #e9efff40;
  width: 92%;
  height: 100%;
  clip-path: circle(50% at 40% 86%);
  z-index: -1;
}

.subject-works h5::after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 0px;
  border-top: 3px solid #ff5202;
  border-radius: 20px 0 0 0;
  top: 0;
  left: -5px;
  width: 19px;
  height: 19px;
  transform: rotate(45deg);
}


.subject-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}

.subject-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #ff5202;
  z-index: 1;
}

.subject_subtitle div {
  padding: 0;
  height: 40px;
}

.subject_subtitle .col-2 {
  display: flex;
  overflow: hidden;
}

.subject_subtitle hr {
  border-top: 3px solid #ff5202;
  margin: 0;
  top: 17px;
  position: relative;
}

.subject_subtitle .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}

.subject-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.subject_subtitle .top-left {
  left: -50%;
  top: -50%;
}

.subject_subtitle .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

.subject-works.row .col-2.top::after {
  height: 100%;
  left: 50%;
  top: 0;
}

.subject_subtitle .corner {
  border: 3px solid #ff5202;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.subject_subtitle .top-right {
  left: 50%;
  top: -50%;
}

.subject-works.row .col-2.last::after {
  height: 50%;
  left: calc(50% - 3px);
  top: 0;
}

.subject-works h5 {
  color: #002147;
  padding: 15px 0;
  transition: all .4s linear 0s;
}

.subject_title h2 {
  color: #002147;
  font-size: calc(1.2rem + 1vw);
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.subject_title h2 span {
  color: #f9780f;
}

.subject_title h2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  width: 75px;
  height: 4px;
  z-index: -1;
  background: #f9780f;
}

.subject-works h5:hover {
  text-decoration: none;
  color: #ff5202;
}

.subject-works p {
  font-family: rubik, sans-serif;
  color: #666;
  font-size: 16px;
}

/* ========================================
               why section
      ================================================ */
.why_section .why-content h2 {
  color: #002147;
  font-size: calc(0.8rem + 1vw);
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
}

.why_section .why-content h2 span {
  color: #ff5202;
  font-family: Lobster;
  line-height: 1.35;
}

.why-content .theme-list ul li {
  display: flex;
  align-items: center;
}

/* ========================================
               wBenefits Of Academic  section
      ================================================ */

.benefit_title h2 span {
  color: #f9780f;
}

.benefit_title h2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  width: 75px;
  height: 4px;
  z-index: -1;
  background: #f9780f;
}

.featured-2-wrapper .equal_width_1 {
  flex-basis: 42%;
}

.featured-2-wrapper .equal_width {
  flex-basis: 65%;
}

/* benefit section */
.work-content.benefit .section-title_4 h2,
.benefit_title h2 {
  font-size: 35px;
  line-height: 46px;
  font-weight: 700;
  color: #102B3E;
  margin-bottom: 15px;
  padding-right: 24px;
  position: relative;
}

.work-content.benefit .section-title_4 h2 span {
  color: #f9780f;
}

/* ========================================
               No More Late Submissions!  section
      ================================================ */

.main-home {
  position: relative;
  padding: 73px 0;
}

.main-home .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  background: url("./assets/images/main-program.webp");
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}

.main-home .partition-bg-wrap::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  background: url("./assets/images/main-program2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
}

.sec-title3 h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
}

.sec-title3 .sec-content {
  color: #ffffff;
  text-align: justify;
}

.category .section-title h2 {
  color: #002147;
  margin-bottom: 25px;
  font-family: poppins;
  font-weight: 600;
  font-size: calc(1rem + 1vw);
}

/***
==================================================================
  programing website  Section End 26/7/ 2021
==================================================================
***/