/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap");
/* Social Links */
.icon-facebook {
  background-color: #1877F2 !important;
}

.icon-twitter {
  background-color: #1DA1F2 !important;
}

.icon-linkedin {
  background-color: #0A66C2 !important;
}

.icon-instgram {
  background-color: #E4405F !important;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  padding: 0 15px;
  background-color: #2f708e;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.link i {
  margin-right: 5px;
}

.link:hover {
  background-color: #71be4c;
  color: #fff;
}

.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #71be4c;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.9;
}

.icon_link i {
  line-height: 40px;
}

.icon_link:hover {
  color: #fff;
  opacity: 1;
}

/* Setting Style
======================*/
*,
:focus {
  direction: rtl;
  outline: 0 !important;
}

::-moz-selection {
  background-color: #2f708e !important;
  color: #fff !important;
}

::selection {
  background-color: #2f708e !important;
  color: #fff !important;
}

body {
  position: relative;
  font-family: "Almarai", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #e9ecef;
  font-weight: 400;
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Section Setting
=======================*/
.page_content {
  position: relative;
  margin-top: 134px;
  width: 100%;
  z-index: 98;
}

@media all and (max-width: 991.98px) {
  .page_content {
    margin-top: 86px;
  }
}

@media all and (max-width: 575.98px) {
  .page_content {
    margin-top: 61px;
  }
}

section {
  padding: 25px 0 0;
  position: relative;
}

section .section_title {
  position: relative;
  margin: 0 0 15px;
  text-align: right;
  min-height: 30px;
}

section .section_title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #2f708e;
}

section .section_title span {
  font-weight: 900;
  color: #71be4c;
  font-size: 20px;
  line-height: 30px;
  background-color: #e9ecef;
  padding: 0 15px;
  display: inline-block;
  min-width: 140px;
  margin: 0 15px 0 0;
  text-align: center;
  position: relative;
}

@media all and (max-width: 575.98px) {
  section .section_title {
    text-align: center;
    margin-bottom: 0;
  }
  section .section_title span {
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    min-width: 120px;
    margin: auto;
  }
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

.more {
  margin-top: 25px;
}

.white_bc {
  background-color: #fff;
  margin-bottom: -35px;
  padding-bottom: 35px;
}

/* Loading
====================*/
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading img {
  width: 270px;
}

.bars {
  position: relative;
  display: block;
  text-align: center;
  margin: 10px auto auto 54%;
  width: 25px;
  height: 10px;
}

.bars .bar {
  background-color: #71be4c;
  position: absolute;
  width: 3px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  border-radius: 50px 50px 0 0;
  -webkit-border-radius: 50px 50px 0 0;
  height: 20px;
  -webkit-animation: waves 0ms -800ms linear infinite alternate;
  animation: waves 0ms -800ms linear infinite alternate;
}

.bars .bar:nth-child(1) {
  left: 0px;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms;
}

.bars .bar:nth-child(2) {
  left: 8px;
  -webkit-animation-duration: 433ms;
  animation-duration: 433ms;
}

.bars .bar:nth-child(3) {
  left: 14px;
  -webkit-animation-duration: 407ms;
  animation-duration: 407ms;
}

.bars .bar:nth-child(4) {
  left: 20px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms;
}

@-webkit-keyframes waves {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 24px;
  }
}

@keyframes waves {
  0% {
    opacity: 0.35;
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.form-group {
  position: relative;
  margin: 0 0 20px 0;
  text-align: start;
}

label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 10px 0;
  color: #2f708e;
  text-align: right;
}

.form-control {
  text-align: right;
  width: 100%;
  color: #2f708e;
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.form-control:hover, .form-control:focus {
  background-color: #ffff;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 120px !important;
  padding: 15px !important;
  line-height: 25px;
}

.form_title {
  color: #2f708e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 25px;
}

.contact {
  padding: 0 0 50px;
}

.contact .form-control {
  margin: 15px 0;
}

.contact iframe {
  margin-bottom: 25px;
}

.contact_info,
.contact_form {
  background-color: #f8f9fa;
  padding: 25px;
  margin: 25px 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: right;
}

@media all and (max-width: 575.98px) {
  .contact_info,
  .contact_form {
    padding: 15px;
  }
}

.contact_item {
  margin: 0 auto 25px auto;
  position: relative;
  padding-right: 50px;
  text-align: right;
}

.contact_item i {
  position: absolute;
  right: 0;
  top: 4px;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #71be4c;
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.contact_item div {
  font-size: 16px;
  color: #212121;
}

.contact_item div span {
  display: block;
  font-weight: 600;
  color: #2f708e;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact_item div a {
  color: #212121;
  font-size: 14px;
  margin: 0 5px 5px 0;
  display: block;
  direction: ltr;
}

.main_section {
  padding: 0;
  margin-bottom: 25px;
}

.main_section .row {
  margin: 0;
}

@media all and (max-width: 575.98px) {
  .main_section .container {
    padding: 0;
  }
}

.main_news {
  position: relative;
  overflow: hidden;
}

.main_news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(80%, black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 80%);
}

.main_news > img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.main_news .cont {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 15px 25px;
  text-align: right;
  z-index: 99;
}

.main_news .cont .news_title,
.main_news .cont .news_writer {
  color: #fff;
}

.main_news:hover > img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

@media all and (max-width: 991.98px) {
  .main_news {
    max-height: 390px;
  }
  .main_news > img {
    height: auto;
  }
  .main_news .cont .news_title {
    font-size: 13px;
    line-height: 25px;
  }
  .main_news .cont .news_writer {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 998;
}

.logo {
  float: right;
  width: 185px;
  margin: 10px 0;
}

.logo img {
  width: 100%;
}

.header_widgets {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  height: 40px;
}

.header_widgets .search_form {
  min-width: 360px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 15px;
  position: relative;
}

.header_widgets .search_form .form-control {
  line-height: 40px;
  height: 40px;
  background-color: #f1f1f1 !important;
}

.header_widgets .search_form .icon_link {
  top: 0;
  left: 0;
  position: absolute;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.header_widgets li {
  display: inline-block;
}

.header_widgets .icons {
  display: inline-block;
}

.header_widgets .icons .icon_link {
  margin: 0;
}

.header_widgets .icons .menu_btn {
  display: none;
}

.navbar {
  padding: 0;
  background-color: #2f708e;
  z-index: 0;
}

.navbar .row,
.navbar .navbar-collapse {
  z-index: 99;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}

.navbar .col {
  padding: 0;
}

.navbar .navbar-nav {
  text-align: center;
  margin: auto;
  z-index: 99;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.navbar .navbar-nav li {
  display: inline-block;
}

.navbar .navbar-nav li a {
  position: relative;
  display: block;
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  word-spacing: 2px;
  line-height: 50px;
}

@media all and (max-width: 1200px) and (min-width: 992px) {
  .navbar .navbar-nav li a {
    padding: 0 13px;
    word-spacing: 1px;
  }
}

.navbar .navbar-nav li a.extra {
  display: none;
}

.navbar .navbar-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav li.active a {
  background-color: rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    left: 0;
    top: 120%;
    margin: 0;
    min-width: 250px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    text-align: right;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background-color: #2f708e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .dropdown .dropdown-menu li {
    display: block;
  }
  .dropdown .dropdown-menu li a {
    line-height: 40px;
    font-size: 12px;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

@media all and (max-width: 991.98px) {
  header {
    border-bottom: 1px solid #f1f1f1;
  }
  .header_widgets .search_form {
    display: none;
  }
  .header_widgets .icons .menu_btn {
    display: inline-block;
  }
  .navbar {
    margin: 0;
  }
  .navbar .navbar-nav {
    display: block;
    padding: 15px 0;
  }
  .navbar .navbar-nav li {
    min-width: 49%;
  }
  .navbar .navbar-nav li a {
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    text-align: right;
  }
  .nav-main-collapse.collapse.in {
    display: block !important;
  }
  nav .row {
    display: block;
    width: 100%;
  }
  .dropdown i {
    display: none;
  }
  .dropdown .extra {
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    font-size: 14px;
    padding: 0;
    z-index: 999;
    border: 0;
    right: 5px;
    top: 5px;
    background-color: #fff;
    color: #2f708e;
    display: block;
  }
  .dropdown .dropdown-menu {
    position: static;
    clear: both;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    background-color: #212121;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .dropdown.show .dropdown-menu {
    display: block;
  }
}

@media all and (max-width: 767.98px) {
  .navbar .navbar-nav li {
    display: block;
    min-width: 100%;
  }
}

@media all and (max-width: 575.98px) {
  .logo {
    width: 115px;
  }
  .header_widgets {
    height: 30px;
  }
  .header_widgets .icons .icon_link {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .header_widgets .icons .icon_link i {
    line-height: 30px;
  }
}

footer {
  position: relative;
  background-color: #2f708e;
  padding: 25px 0;
  margin-top: 35px;
  text-align: center;
  z-index: 99;
}

footer .icon_link {
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  position: absolute;
}

footer img {
  max-width: 290px;
}

footer p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 25px 0 0;
}

footer ul li {
  display: inline-block;
  vertical-align: middle;
}

footer ul li a {
  color: #fff;
  margin: 0 10px;
  font-size: 15px;
  display: block;
  line-height: 35px;
}

footer ul li a:hover {
  color: #fff;
}

@media all and (max-width: 575.98px) {
  footer ul li a {
    line-height: 25px;
    font-size: 12px;
    margin: 0 5px;
  }
  footer p {
    margin-top: 10px;
  }
}

.page_head {
  background: url(../images/page_head.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

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

.page_head h3 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.page_head ul {
  margin: 25px 0 0;
  text-align: center;
}

.page_head ul li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.page_head ul li:last-child {
  padding-right: 10px;
  margin-right: 5px;
}

.page_head ul li:last-child::after {
  content: " / ";
  position: absolute;
  top: 0;
  right: 0;
}

.page_head ul li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

@media all and (max-width: 767.98px) {
  .page_head {
    padding: 40px 0;
  }
  .page_head h3 {
    font-size: 18px;
  }
  .page_head ul {
    margin-top: 15px;
  }
  .page_head ul li, .page_head ul a {
    font-size: 14px;
  }
}

.news_writer {
  margin-top: 15px;
  font-size: 14px;
  display: block;
  color: #212121;
}

.news_writer:hover {
  color: inherit;
}

.news_writer img {
  display: inline-block;
  width: 32px;
  margin-left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.news_category {
  display: inline-block;
  background-color: #71be4c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.news_category:hover {
  color: #fff;
}

.news_title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  word-spacing: 2px;
}

.news_block {
  margin: 25px auto auto;
  text-align: right;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.news_block .cover {
  position: relative;
  overflow: hidden;
}

.news_block .cover .news_category {
  position: absolute;
  top: 10px;
  right: 10px;
}

.news_block .cover img {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.news_block .cont {
  background-color: #fff;
  padding: 15px 10px;
}

.news_block .cont .news_title {
  font-size: 14px;
}

.news_block .cont .news_title:hover {
  color: #71be4c;
}

.news_block:hover .cover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.list_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_view .cover {
  max-width: 190px;
}

.plus {
  margin: 25px 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.plus img {
  height: auto;
}

.writer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 25px;
  margin: 25px 0 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.writer_head img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #e9ecef;
  padding: 5px;
  margin: 15px 0;
}

.writer_head .cont {
  padding: 25px;
  text-align: right;
}

.writer_head .cont h3 {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #2f708e;
  word-spacing: 2px;
  margin-bottom: 25px;
}

.writer_head .cont p {
  margin-top: 15px;
  font-size: 16px;
  display: block;
  color: #212121;
  line-height: 35px;
}

/* Media Query
====================*/
@media all and (max-width: 1259.98px) {
  .news_title {
    word-spacing: 0;
  }
}

@media all and (max-width: 1199.98px) {
  .news_block .news_category {
    font-size: 12px;
  }
  .news_block .cont .news_title {
    font-size: 12px;
  }
  .news_block .cont .news_writer {
    font-size: 12px;
  }
  .news_block .cont .news_writer img {
    width: 28px;
  }
  .list_view .cover {
    max-width: 120px;
  }
  .list_view .cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .list_view .cover .news_category {
    font-size: 12px;
  }
  .news_title {
    min-height: 40px;
  }
}

@media all and (max-width: 991.98px) {
  .news_block .cont .news_title {
    font-size: 14px;
    min-height: auto;
  }
  .list_view .cover {
    max-width: 160px;
  }
  .list_view .cover .news_category {
    top: 5px;
  }
  .writer_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .writer_head img {
    width: 170px;
    height: 170px;
    margin: 15px auto;
  }
  .writer_head .cont {
    padding: 0;
    text-align: center;
  }
  .writer_head .cont h3 {
    font-size: 28px;
    word-spacing: 0px;
    margin-bottom: 15px;
  }
  .writer_head .cont p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media all and (max-width: 575.98px) {
  .list_view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list_view .cover {
    max-width: 100%;
  }
  .plus {
    margin: 0;
  }
}

.news_details {
  margin: 0 auto 25px;
  padding: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: right;
  background-color: #fff;
}

.news_details .news_img {
  width: 100%;
  margin: 0 0 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.news_details h2 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #212121;
  word-spacing: 2px;
  margin: 0 0 15px;
}

.news_details h3 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2f708e;
  margin: 0 0 15px;
}

.news_details p {
  line-height: 30px;
  margin-top: 15px;
  font-size: 16px;
  display: block;
  color: #212121;
}

.news_details .info li {
  display: inline-block;
  margin: 0 0 10px 15px;
}

.news_details .info li a {
  margin: 0;
}

@media all and (max-width: 767.98px) {
  .news_details {
    padding: 15px;
    margin-bottom: 5px;
  }
  .news_details h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .news_details h3 {
    font-size: 18px;
  }
  .news_details p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media all and (max-width: 575.98px) {
  .news_details h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .news_details h3 {
    font-size: 16px;
  }
  .news_details p {
    font-size: 13px;
    line-height: 22px;
  }
}

.share_form {
  background-color: #fff;
  padding: 15px;
  margin: 0 0 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.share_form .form-control {
  background-color: #f1f1f1;
}

.share_form .link {
  margin: 15px 0 0;
  line-height: 32px;
}

.share_form .share_btn {
  text-align: right;
}

.share_form .share_btn li {
  display: inline-block;
}

.share_form .share_btn li .icon_link {
  margin: 0;
}

.tags {
  background-color: #fff;
  padding: 20px 15px 15px;
  margin: 0 0 15px;
  text-align: right;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tags li {
  display: inline-block;
}

.tags li a {
  display: block;
  background-color: #71be4c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

.text {
  padding: 25px;
  text-align: right;
}

.text .img_cont {
  background-color: #f1f1f1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  margin: 25px auto;
}

.text h2 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #71be4c;
  word-spacing: 2px;
  margin: 0 0 25px;
}

.text h3 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2f708e;
  margin: 0 0 25px;
}

.text p {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  color: #212121;
}

.text p a {
  color: #71be4c;
}

.text p span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #71be4c;
  margin-left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media all and (max-width: 991.98px) {
  .text .img_cont {
    height: auto;
  }
}

@media all and (max-width: 767.98px) {
  .text {
    padding: 15px;
    margin-bottom: 5px;
  }
  .text h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .text h3 {
    font-size: 18px;
  }
  .text p {
    font-size: 14px;
    line-height: 25px;
  }
}
/*# sourceMappingURL=style.css.map */