/*-----------------------------------------------------------------------------------

    Template Name: 
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS	
	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #70768B;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  color: #190F39;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a:focus,
.form-control:focus {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

/*--Custom Row--*/
.row-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.row-wrapper .custom-col {
  padding-left: 15px;
  padding-right: 15px;
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Title--*/
.section-title .sub-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #009024;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .sub-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 50px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 22px;
  }
}

.section-title p {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title p {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .section-title p {
    margin-top: 15px;
  }
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.1 - Accordion CSS
/*----------------------------------------*/
.accordion .card {
  border: none;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
}

.accordion .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion .card .card-header [data-toggle="collapse"] {
  display: block;
  padding: 15px 0;
  border: none;
  background-color: transparent;
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-family: "Quicksand", sans-serif;
  color: #190F39;
}

.accordion .card .card-header [data-toggle="collapse"]::after {
  display: inline-block;
  font-size: 90%;
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 15px;
  color: #009024;
  -webkit-transform: rotateX(-190deg);
          transform: rotateX(-190deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion .card .card-header [data-toggle="collapse"].collapsed::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.accordion .card .collapse, .accordion .card .collapsing {
  margin: 0;
}

.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 650px;
}

.accordion.text-center .card .card-header {
  padding-left: 15px;
  padding-right: 15px;
}

.accordion.text-center .card .collapse .card-body, .accordion.text-center .card .collapsing .card-body {
  padding: 0 15px 20px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-2 .card {
  border: none;
  border-radius: 0;
  background-color: #f8f7f7;
}

.accordion-2 .card + .card {
  margin-top: 15px;
}

.accordion-2 .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion-2 .card .card-header [data-toggle="collapse"] {
  display: block;
  padding: 20px 60px 20px 30px;
  border: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  background-color: #009024;
  color: #ffffff;
}

.accordion-2 .card .card-header [data-toggle="collapse"]::after {
  display: block;
  content: "-";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  color: #009024;
  padding-left: 3px;
}

.accordion-2 .card .card-header [data-toggle="collapse"].collapsed {
  background-color: #f8f7f7;
  color: #190F39;
}

.accordion-2 .card .card-header [data-toggle="collapse"].collapsed::after {
  content: "+";
  background-color: #009024;
  color: #ffffff;
  padding-left: 1px;
}

.accordion-2 .card .collapse, .accordion-2 .card .collapsing {
  margin: 0;
}

.accordion-2 .card .collapse .card-body, .accordion-2 .card .collapsing .card-body {
  padding: 25px 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/*--
/*  2.5 - List CSS
/*----------------------------------------*/
.list-bullet {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-bullet li {
  line-height: 2;
}

.list-bullet li::before {
  content: "\f111";
  font-size: 8px;
  font-family: "FontAwesome";
  color: #009024;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.list-check-square-o {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-check-square-o li {
  line-height: 2;
}

.list-check-square-o li::before {
  content: "\f046";
  font-family: "FontAwesome";
  color: #009024;
  margin-right: 10px;
  position: relative;
  top: 0;
}

/*--
/*  2.7 - Tab CSS
/*----------------------------------------*/
.nav-tabs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-item .nav-link {
  margin: 0 0 -1px;
  border: none;
  padding: 15px 20px;
  position: relative;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
}

.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #009024;
  opacity: 0;
}

.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
}

.tab-content:not(:first-child) {
  margin-top: 25px;
}

/*--
/*  2.6 - Skill/Progress CSS
/*----------------------------------------*/
.skill + .skill {
  margin-top: 40px;
}

.skill .progress {
  border-radius: 0;
  background-color: #ffffff;
  height: 10px;
}

.skill .progress .progress-bar {
  border-radius: 0;
  background-color: #009024;
}

.skill .text {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  margin-top: 7px;
}

.skill .text .value {
  font-size: 14px;
  margin-left: 15px;
  color: #009024;
  margin-top: 2px;
}

/*--
/*  2.2 - Blockquote CSS
/*----------------------------------------*/
blockquote {
  background-color: #0AD7F8;
  padding: 40px;
  padding-left: 120px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  blockquote {
    padding: 30px;
  }
}

blockquote::before {
  content: '\f110';
  font-family: "flaticon";
  font-size: 36px;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
  color: #ffffff;
}

blockquote:not(:first-child) {
  margin-top: 25px;
}

blockquote:not(:last-child) {
  margin-bottom: 25px;
}

blockquote p {
  display: inline;
  font-size: 24px;
  font-style: italic;
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  line-height: 1.30;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  blockquote p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  blockquote p {
    font-size: 20px;
  }
}

blockquote footer {
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  blockquote footer {
    font-size: 16px;
  }
}

/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #70768B;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  outline: none;
}

textarea {
  resize: none;
  padding-top: 15px;
  height: 110px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  line-height: 24px;
  font-weight: 300;
  height: 50px;
  padding: 10px 44px 10px 21px;
  color: #70768B;
  border-radius: 0;
  max-width: 500px;
}

/*Switch*/
.ht-mcs-switcher-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.ht-mcs-switcher-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ht-mcs-switcher-wrap .ht-mcs-switcher {
  margin: 5px 10px;
}

.ht-mcs-switcher {
  position: relative;
  line-height: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ht-mcs-switcher input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.ht-mcs-switcher input:checked + label {
  background-color: rgba(0, 144, 36, 0.3);
}

.ht-mcs-switcher input:checked + label::before {
  background-color: #009024;
  -webkit-box-shadow: 0 0 15px rgba(0, 144, 36, 0.5);
          box-shadow: 0 0 15px rgba(0, 144, 36, 0.5);
  left: 26px;
}

.ht-mcs-switcher input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.ht-mcs-switcher label {
  width: 52px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin: 4px 0;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}

.ht-mcs-switcher label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
  -o-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
  transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
}

.ht-mcs-switcher.primary input:checked + label {
  background-color: rgba(0, 144, 36, 0.3);
}

.ht-mcs-switcher.primary input:checked + label::before {
  background-color: #009024;
  -webkit-box-shadow: 0 0 15px rgba(0, 144, 36, 0.5);
          box-shadow: 0 0 15px rgba(0, 144, 36, 0.5);
}

.ht-mcs-switcher.secondary input:checked + label {
  background-color: rgba(36, 0, 144, 0.3);
}

.ht-mcs-switcher.secondary input:checked + label::before {
  background-color: #240090;
  -webkit-box-shadow: 0 0 15px rgba(36, 0, 144, 0.5);
          box-shadow: 0 0 15px rgba(36, 0, 144, 0.5);
}

.ht-mcs-switcher.success input:checked + label {
  background-color: rgba(76, 175, 80, 0.3);
}

.ht-mcs-switcher.success input:checked + label::before {
  background-color: #4CAF50;
  -webkit-box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
          box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
}

.ht-mcs-switcher.danger input:checked + label {
  background-color: rgba(244, 67, 54, 0.3);
}

.ht-mcs-switcher.danger input:checked + label::before {
  background-color: #F44336;
  -webkit-box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
          box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
}

.ht-mcs-switcher.warning input:checked + label {
  background-color: rgba(255, 193, 7, 0.3);
}

.ht-mcs-switcher.warning input:checked + label::before {
  background-color: #FFC107;
  -webkit-box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.ht-mcs-switcher.info input:checked + label {
  background-color: rgba(23, 162, 184, 0.3);
}

.ht-mcs-switcher.info input:checked + label::before {
  background-color: #17a2b8;
  -webkit-box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
}

/*Custom Checkbox*/
.cus-checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.cus-checkbox-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cus-checkbox-wrap .cus-checkbox {
  margin: 5px 10px;
}

.cus-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cus-checkbox input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.cus-checkbox input:checked + label::before {
  background-color: #009024;
  border-color: #009024;
  background-image: url(../images/icons/checkbox.png);
}

.cus-checkbox input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.cus-checkbox label {
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
  margin: 0;
}

.cus-checkbox label span {
  padding-left: 8px;
}

.cus-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbbbbb;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-position: center center;
  background-repeat: no-repeat;
}

.cus-checkbox.primary input:checked + .icon {
  background-color: #009024;
  border-color: #009024;
}

.cus-checkbox.secondary input:checked + .icon {
  background-color: #240090;
  border-color: #240090;
}

.cus-checkbox.success input:checked + .icon {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.cus-checkbox.danger input:checked + .icon {
  background-color: #F44336;
  border-color: #F44336;
}

.cus-checkbox.warning input:checked + .icon {
  background-color: #FFC107;
  border-color: #FFC107;
}

.cus-checkbox.info input:checked + .icon {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/*Custom Radio*/
.cus-radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.cus-radio-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cus-radio-wrap .cus-radio {
  margin: 5px 10px;
}

.cus-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
}

.cus-radio input:checked + label::before {
  background-color: #009024;
}

.cus-radio input:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.cus-radio input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.cus-radio label {
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
  margin: 0;
}

.cus-radio label span {
  padding-left: 8px;
}

.cus-radio label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio.primary input:checked + .icon {
  background-color: #009024;
}

.cus-radio.secondary input:checked + .icon {
  background-color: #240090;
}

.cus-radio.success input:checked + .icon {
  background-color: #4CAF50;
}

.cus-radio.danger input:checked + .icon {
  background-color: #F44336;
}

.cus-radio.warning input:checked + .icon {
  background-color: #FFC107;
}

.cus-radio.info input:checked + .icon {
  background-color: #17a2b8;
}

/*Custom Upload*/
.cus-upload {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cus-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #009024;
  border-color: transparent;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 0px 35px;
  height: 60px;
  line-height: 58px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .btn {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }
}

.btn:active, .btn:active:focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn:not([type="submit"]) {
    height: 45px;
    line-height: 43px;
  }
}

.btn-2 {
  background-color: #0AD7F8;
  height: 55px;
  line-height: 53px;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn-group .btn {
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50px;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}

.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-primary {
  background-color: #009024;
  border-color: #009024;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #009024;
  border-color: #009024;
  color: #ffffff;
}

.btn-secondary {
  background-color: #240090;
  border-color: #240090;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #240090;
  border-color: #240090;
  color: #ffffff;
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #190F39;
}

.btn-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #190F39;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #190F39;
}

.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #190F39;
}

.btn-dark {
  background-color: #11161e;
  border-color: #11161e;
  color: #ffffff;
}

.btn-dark:hover {
  background-color: #11161e;
  border-color: #11161e;
  color: #ffffff;
}

.btn-hover-primary:hover {
  background-color: #009024;
  border-color: #009024;
  color: #ffffff;
}

.btn-hover-secondary:hover {
  background-color: #240090;
  border-color: #240090;
  color: #ffffff;
}

.btn-hover-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-hover-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-hover-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #190F39;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #190F39;
}

.btn-hover-dark:hover {
  background-color: #11161e;
  border-color: #11161e;
  color: #ffffff;
}

.btn-android {
  background-color: #7AC157;
  border-color: #7AC157;
  color: #ffffff;
}

.btn-android:hover {
  background-color: #6bba45;
  border-color: #6bba45;
}

.btn-apple {
  background-color: #B8B8B8;
  border-color: #B8B8B8;
  color: #ffffff;
}

.btn-apple:hover {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-behance {
  background-color: #1869FF;
  border-color: #1869FF;
  color: #ffffff;
}

.btn-behance:hover {
  background-color: #0059fe;
  border-color: #0059fe;
}

.btn-codepen {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-codepen:hover {
  background-color: black;
  border-color: black;
}

.btn-dribbble {
  background-color: #EA4C8A;
  border-color: #EA4C8A;
  color: #ffffff;
}

.btn-dribbble:hover {
  background-color: #e7357b;
  border-color: #e7357b;
}

.btn-dropbox {
  background-color: #007EE5;
  border-color: #007EE5;
  color: #ffffff;
}

.btn-dropbox:hover {
  background-color: #0070cc;
  border-color: #0070cc;
}

.btn-evernote {
  background-color: #78D525;
  border-color: #78D525;
  color: #ffffff;
}

.btn-evernote:hover {
  background-color: #6cbf21;
  border-color: #6cbf21;
}

.btn-facebook {
  background-color: #4867AA;
  border-color: #4867AA;
  color: #ffffff;
}

.btn-facebook:hover {
  background-color: #405c98;
  border-color: #405c98;
}

.btn-github {
  background-color: #313131;
  border-color: #313131;
  color: #ffffff;
}

.btn-github:hover {
  background-color: #242424;
  border-color: #242424;
}

.btn-google-drive {
  background-color: #1DA462;
  border-color: #1DA462;
  color: #ffffff;
}

.btn-google-drive:hover {
  background-color: #198e55;
  border-color: #198e55;
}

.btn-google-earth {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google-earth:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-google-glass {
  background-color: #EA4335;
  border-color: #EA4335;
  color: #ffffff;
}

.btn-google-glass:hover {
  background-color: #e82e1e;
  border-color: #e82e1e;
}

.btn-google-maps {
  background-color: #5083C3;
  border-color: #5083C3;
  color: #ffffff;
}

.btn-google-maps:hover {
  background-color: #4076ba;
  border-color: #4076ba;
}

.btn-google-play {
  background-color: #01B9FD;
  border-color: #01B9FD;
  color: #ffffff;
}

.btn-google-play:hover {
  background-color: #01a6e4;
  border-color: #01a6e4;
}

.btn-google-plus {
  background-color: #DD5144;
  border-color: #DD5144;
  color: #ffffff;
}

.btn-google-plus:hover {
  background-color: #d93d2e;
  border-color: #d93d2e;
}

.btn-google {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-instagram {
  background-color: #B23A94;
  border-color: #B23A94;
  color: #ffffff;
}

.btn-instagram:hover {
  background-color: #9f3484;
  border-color: #9f3484;
}

.btn-css3 {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #ffffff;
}

.btn-css3:hover {
  background-color: #0267a4;
  border-color: #0267a4;
}

.btn-html5 {
  background-color: #E44D26;
  border-color: #E44D26;
  color: #ffffff;
}

.btn-html5:hover {
  background-color: #d6411b;
  border-color: #d6411b;
}

.btn-javascript {
  background-color: #F9DC3D;
  border-color: #F9DC3D;
  color: #ffffff;
}

.btn-javascript:hover {
  background-color: #f8d824;
  border-color: #f8d824;
}

.btn-python {
  background-color: #0C9DBF;
  border-color: #0C9DBF;
  color: #ffffff;
}

.btn-python:hover {
  background-color: #0a89a7;
  border-color: #0a89a7;
}

.btn-lastfm {
  background-color: #E31B23;
  border-color: #E31B23;
  color: #ffffff;
}

.btn-lastfm:hover {
  background-color: #cc181f;
  border-color: #cc181f;
}

.btn-linkedin {
  background-color: #007BB6;
  border-color: #007BB6;
  color: #ffffff;
}

.btn-linkedin:hover {
  background-color: #006a9d;
  border-color: #006a9d;
}

.btn-paypal {
  background-color: #002F86;
  border-color: #002F86;
  color: #ffffff;
}

.btn-paypal:hover {
  background-color: #00266d;
  border-color: #00266d;
}

.btn-pinterest {
  background-color: #BD081B;
  border-color: #BD081B;
  color: #ffffff;
}

.btn-pinterest:hover {
  background-color: #a50718;
  border-color: #a50718;
}

.btn-pocket {
  background-color: #EF3E56;
  border-color: #EF3E56;
  color: #ffffff;
}

.btn-pocket:hover {
  background-color: #ed2641;
  border-color: #ed2641;
}

.btn-polymer {
  background-color: #F87292;
  border-color: #F87292;
  color: #ffffff;
}

.btn-polymer:hover {
  background-color: #f75a7f;
  border-color: #f75a7f;
}

.btn-rss {
  background-color: #F99C3A;
  border-color: #F99C3A;
  color: #ffffff;
}

.btn-rss:hover {
  background-color: #f89021;
  border-color: #f89021;
}

.btn-share {
  background-color: #2C9CFF;
  border-color: #2C9CFF;
  color: #ffffff;
}

.btn-share:hover {
  background-color: #1390ff;
  border-color: #1390ff;
}

.btn-stackoverflow {
  background-color: #F38024;
  border-color: #F38024;
  color: #ffffff;
}

.btn-stackoverflow:hover {
  background-color: #f0720d;
  border-color: #f0720d;
}

.btn-steam {
  background-color: #15497B;
  border-color: #15497B;
  color: #ffffff;
}

.btn-steam:hover {
  background-color: #113c65;
  border-color: #113c65;
}

.btn-twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #ffffff;
}

.btn-twitter:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}

.btn-vk {
  background-color: #5181B8;
  border-color: #5181B8;
  color: #ffffff;
}

.btn-vk:hover {
  background-color: #4574aa;
  border-color: #4574aa;
}

.btn-wikipedia {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #190F39;
}

.btn-wikipedia:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}

.btn-windows {
  background-color: #0078D6;
  border-color: #0078D6;
  color: #ffffff;
}

.btn-windows:hover {
  background-color: #006abd;
  border-color: #006abd;
}

.btn-500px {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-500px:hover {
  background-color: black;
  border-color: black;
}

.btn-8tracks {
  background-color: #122D4B;
  border-color: #122D4B;
  color: #ffffff;
}

.btn-8tracks:hover {
  background-color: #0d2136;
  border-color: #0d2136;
}

.btn-amazon {
  background-color: #F79B34;
  border-color: #F79B34;
  color: #ffffff;
}

.btn-amazon:hover {
  background-color: #f68f1b;
  border-color: #f68f1b;
}

.btn-blogger {
  background-color: #F06A35;
  border-color: #F06A35;
  color: #ffffff;
}

.btn-blogger:hover {
  background-color: #ee581d;
  border-color: #ee581d;
}

.btn-delicious {
  background-color: #0000FE;
  border-color: #0000FE;
  color: #ffffff;
}

.btn-delicious:hover {
  background-color: #0000e5;
  border-color: #0000e5;
}

.btn-disqus {
  background-color: #2E9EFE;
  border-color: #2E9EFE;
  color: #ffffff;
}

.btn-disqus:hover {
  background-color: #1592fe;
  border-color: #1592fe;
}

.btn-flattr {
  background-color: #7AB831;
  border-color: #7AB831;
  color: #ffffff;
}

.btn-flattr:hover {
  background-color: #6da42c;
  border-color: #6da42c;
}

.btn-flickr {
  background-color: #FE0084;
  border-color: #FE0084;
  color: #ffffff;
}

.btn-flickr:hover {
  background-color: #e50077;
  border-color: #e50077;
}

.btn-odnoklassniki {
  background-color: #F58220;
  border-color: #F58220;
  color: #ffffff;
}

.btn-odnoklassniki:hover {
  background-color: #f1750b;
  border-color: #f1750b;
}

.btn-outlook {
  background-color: #0072C6;
  border-color: #0072C6;
  color: #ffffff;
}

.btn-outlook:hover {
  background-color: #0063ad;
  border-color: #0063ad;
}

.btn-playstation {
  background-color: #07418E;
  border-color: #07418E;
  color: #ffffff;
}

.btn-playstation:hover {
  background-color: #063676;
  border-color: #063676;
}

.btn-reddit {
  background-color: #FF4500;
  border-color: #FF4500;
  color: #ffffff;
}

.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #e63e00;
}

.btn-skype {
  background-color: #00A9F0;
  border-color: #00A9F0;
  color: #ffffff;
}

.btn-skype:hover {
  background-color: #0097d7;
  border-color: #0097d7;
}

.btn-slideshare {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #ffffff;
}

.btn-slideshare:hover {
  background-color: #00669c;
  border-color: #00669c;
}

.btn-soundcloud {
  background-color: #FE4900;
  border-color: #FE4900;
  color: #ffffff;
}

.btn-soundcloud:hover {
  background-color: #e54200;
  border-color: #e54200;
}

.btn-tumblr {
  background-color: #36465D;
  border-color: #36465D;
  color: #ffffff;
}

.btn-tumblr:hover {
  background-color: #2d3a4d;
  border-color: #2d3a4d;
}

.btn-twitch {
  background-color: #6441A4;
  border-color: #6441A4;
  color: #ffffff;
}

.btn-twitch:hover {
  background-color: #593a92;
  border-color: #593a92;
}

.btn-vimeo {
  background-color: #1AB7EA;
  border-color: #1AB7EA;
  color: #ffffff;
}

.btn-vimeo:hover {
  background-color: #14a7d7;
  border-color: #14a7d7;
}

.btn-whatsapp {
  background-color: #189D0E;
  border-color: #189D0E;
  color: #ffffff;
}

.btn-whatsapp:hover {
  background-color: #14860c;
  border-color: #14860c;
}

.btn-xbox {
  background-color: #107C0F;
  border-color: #107C0F;
  color: #ffffff;
}

.btn-xbox:hover {
  background-color: #0d650c;
  border-color: #0d650c;
}

.btn-yahoo {
  background-color: #4101AF;
  border-color: #4101AF;
  color: #ffffff;
}

.btn-yahoo:hover {
  background-color: #380196;
  border-color: #380196;
}

.btn-youtube {
  background-color: #FE0000;
  border-color: #FE0000;
  color: #ffffff;
}

.btn-youtube:hover {
  background-color: #e50000;
  border-color: #e50000;
}

/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*--
/*  3.1 - Header Top CSS
/*----------------------------------------*/
.header-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .header-top-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.header-top-info ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 50px;
  color: #D1D9EF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info ul li {
    margin-right: 20px;
    font-size: 15px;
  }
}

.header-top-info ul li:last-child {
  margin-right: 0;
}

.header-top-info ul i {
  font-size: 16px;
  margin-right: 8px;
  color: #009024;
  position: relative;
  top: 2px;
}

.social li {
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social li {
    margin-right: 15px;
  }
}

.social li:last-child {
  margin-right: 0;
}

.social li a {
  display: block;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #799DF8;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}

.social li:hover a {
  background-color: #009024;
  color: #ffffff;
}

.header-top-2 {
  background-color: #213B7B;
}

.header-top-wrapper-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-top-wrapper-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-wrapper-2 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header-top-wrapper-2 {
    padding-right: 85px;
    padding-left: 85px;
  }
}

.header-info-2 ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 50px;
  color: #D1D9EF;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-info-2 ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-info-2 ul li {
    margin-right: 20px;
    font-size: 15px;
  }
}

.header-info-2 ul li:first-child {
  background-color: #ffffff;
  padding-right: 35px;
  padding-left: 35px;
  color: #213B7B;
  font-weight: 500;
  position: relative;
}

.header-info-2 ul li:first-child::before {
  content: "\ea71";
  font-family: 'remixicon' !important;
  font-style: normal;
  position: relative;
  font-size: 16px;
  bottom: -25px;
  left: 58px;
  color: #0AD7F8;
}

.header-info-2 ul li:last-child {
  margin-right: 0;
}

.header-info-2 ul i {
  font-size: 16px;
  margin-right: 8px;
  color: #0AD7F8;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-info-2 ul i {
    margin-right: 5px;
  }
}

.header-search {
  max-width: 280px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1102px) {
  .header-search {
    display: none !important;
  }
}

.header-search::before {
  content: "";
  position: absolute;
  background-color: #D1D9EF;
  height: 35px;
  width: 1px;
  left: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-search::before {
    left: -25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search::before {
    left: 0;
  }
}

.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  position: relative;
  color: #D1D9EF;
  font-size: 18px;
  padding: 0 15px;
  font-weight: 400;
  border: 0;
}

.header-search i {
  position: absolute;
  right: 5%;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #D1D9EF;
  line-height: 48px;
  font-size: 25px;
  cursor: pointer;
}

/*--
/*  3.2 - Header Bottom CSS
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-bottom {
    padding: 15px 0;
  }
}

.header-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 25px 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-wrapper {
    padding: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .header-bottom-wrapper {
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-bottom-wrapper {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-wrapper .header-btn .btn {
    font-size: 15px;
    padding: 0px 25px;
    height: 50px;
    line-height: 48px;
  }
}

.header-bottom-wrapper .header-btn .btn:hover {
  background-color: #240090;
  color: #ffffff;
}

.header-bottom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 16px rgba(34, 34, 34, 0.15);
          box-shadow: 2px 2px 16px rgba(34, 34, 34, 0.15);
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}

.header-bottom.sticky .header-bottom-wrapper {
  padding: 10px 0;
  background: none;
  border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-bottom.sticky .header-bottom-wrapper {
    margin-top: 0;
    padding: 0 0;
  }
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo img {
    width: 175px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-logo img {
    width: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .header-logo img {
    width: 120px;
  }
}

.header-primary-menu .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-primary-menu .nav-menu li {
  margin-right: 30px;
  position: relative;
  padding: 21px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-primary-menu .nav-menu li {
    margin-right: 25px;
  }
}

.header-primary-menu .nav-menu li:last-child {
  margin-right: 0px;
}

.header-primary-menu .nav-menu li a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #190F39;
  text-transform: capitalize;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-primary-menu .nav-menu li a {
    font-size: 16px;
  }
}

.header-primary-menu .nav-menu li a.active {
  color: #009024;
}

.header-primary-menu .nav-menu li:hover > a {
  color: #009024;
}

.header-primary-menu .nav-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-primary-menu .nav-menu li:nth-last-of-type(1) .sub-menu, .header-primary-menu .nav-menu li:nth-last-of-type(2) .sub-menu {
  left: auto;
  right: 0;
}

.header-primary-menu .nav-menu li:nth-last-of-type(1) .sub-menu li .sub-menu, .header-primary-menu .nav-menu li:nth-last-of-type(2) .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-primary-menu .nav-menu li:nth-last-of-type(2) .sub-menu li .sub-menu, .header-primary-menu .nav-menu li:nth-last-of-type(3) .sub-menu li .sub-menu, .header-primary-menu .nav-menu li:nth-last-of-type(4) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
}

.header-primary-menu .nav-menu .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 220px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px rgba(17, 22, 30, 0.1);
          box-shadow: 2px 2px 20px rgba(17, 22, 30, 0.1);
  border-top: 2px solid #009024;
  padding: 6px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-primary-menu .nav-menu .sub-menu li {
  padding: 0;
  margin: 0;
}

.header-primary-menu .nav-menu .sub-menu li a {
  padding: 6px 20px;
  font-size: 15px;
}

.header-primary-menu .nav-menu .sub-menu li .sub-menu {
  left: 100%;
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.header-primary-menu .nav-menu .sub-menu li:hover .sub-menu {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.header-toggle .menu-toggle {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle .menu-toggle span {
  width: 23px;
  height: 2px;
  background-color: #11161e;
  display: block;
}

.header-toggle .menu-toggle span:nth-of-type(2) {
  margin: 5px 0;
}

.header-bottom-wrapper-2 {
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-wrapper-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-bottom-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header-bottom-wrapper-2 {
    padding-right: 85px;
    padding-left: 85px;
  }
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right .header-btn {
  margin-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .header-btn {
    margin-left: 25px;
  }
}

.header-right .header-btn .btn-2:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.header-right .header-bar {
  margin-left: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #213B7B;
  border-radius: 50%;
  line-height: 1;
  padding-left: 13px;
  padding-right: 12px;
  padding-top: 15px;
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .header-bar {
    margin-left: 25px;
    width: 50px;
    height: 50px;
    padding-left: 11px;
    padding-right: 9px;
    padding-top: 11px;
  }
}

.header-right .header-bar span {
  background-color: #ffffff;
  width: 35px;
  height: 2px;
  display: block;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 10px;
  border-radius: 45px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .header-bar span {
    width: 30px;
  }
}

.header-right .header-bar span:first-child {
  width: 30px;
  margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .header-bar span:first-child {
    width: 25px;
  }
}

.header-right .header-bar span:last-child {
  width: 20px;
  margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .header-bar span:last-child {
    width: 15px;
  }
}

.header-right .header-bar:hover span {
  width: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .header-bar:hover span {
    width: 30px;
  }
}

.header-menu-2 .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-menu-2 .nav-menu li {
  margin-right: 30px;
  position: relative;
  padding: 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-2 .nav-menu li {
    margin-right: 15px;
  }
}

.header-menu-2 .nav-menu li a {
  color: #213B7B;
  padding: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-2 .nav-menu li a {
    font-size: 16px;
  }
}

.header-menu-2 .nav-menu li a.active {
  color: #0AD7F8;
}

.header-menu-2 .nav-menu li.dropdown > a {
  position: relative;
  margin-top: -5px;
}

.header-menu-2 .nav-menu li.dropdown > a::after {
  content: "\ea4e";
  font-family: 'remixicon' !important;
  font-style: normal;
  position: relative;
  font-size: 20px;
  left: 5px;
  top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-2 .nav-menu li.dropdown > a::after {
    font-size: 18px;
    left: 3px;
  }
}

.header-menu-2 .nav-menu li:hover > a {
  color: #0AD7F8;
}

.header-menu-2 .nav-menu li .sub-menu {
  border-top: 2px solid #0AD7F8;
}

/*--
/*  3.3 - Offcanvas CSS
/*----------------------------------------*/
.offcanvas-start {
  width: 300px;
}

.offcanvas .offcanvas-header .logo {
  width: 150px;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas-body .header-top-info {
  text-align: center;
  padding: 0 15px;
}

.offcanvas-body .header-top-info ul li {
  color: #190F39;
  margin-right: 0;
  display: block;
}

.offcanvas-body .header-top-info ul li + li {
  margin-top: 5px;
}

.offcanvas-body .social {
  padding: 25px 15px 0;
  text-align: center;
}

.mobile-menu {
  padding: 30px 0;
}

.mobile-menu ul {
  border-top: 1px solid #e5e5e5;
}

.mobile-menu ul li {
  position: relative;
}

.mobile-menu ul li a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #190F39;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}

.mobile-menu ul li .mobile-menu-expand {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.mobile-menu ul li .mobile-menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #190F39;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-menu ul li .mobile-menu-expand::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #11161e;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile-menu ul li.active-expand > .mobile-menu-expand::after {
  height: 0;
}

.mobile-menu ul li ul {
  border-top: 0;
}

.mobile-menu ul li ul li a {
  padding-left: 12%;
}

.mobile-menu ul li ul li ul li a {
  padding-left: 18%;
}

/*----------------------------------------*/
/*  04. Extra Info CSS
/*----------------------------------------*/
.extra-info-inner {
  position: fixed;
  background: #ffffff;
  top: 0;
  right: -420px;
  width: 400px;
  height: 100%;
  padding: 30px;
  overflow-y: auto;
  z-index: 8888;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.extra-info.info-opened .extra-info-inner {
  right: -20px;
}

.info-close-btn {
  text-align: right;
}

.info-close-btn button {
  color: #213B7B;
  background-color: transparent;
  font-size: 24px;
  border: 0;
}

.info-logo {
  margin-top: 25px;
  margin-bottom: 30px;
}

.info-logo a img {
  width: 190px;
}

.info-content .title {
  font-size: 20px;
  color: #213B7B;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.info-content p {
  font-size: 16px;
  color: #213B7B;
  margin-bottom: 25px;
}

.info-img {
  overflow: hidden;
  margin-bottom: 30px;
}

.info-img img {
  width: 100%;
}

.info-img a {
  width: 33.33%;
  float: left;
}

.info-contact {
  margin-bottom: 30px;
}

.info-contact .title {
  font-size: 20px;
  color: #213B7B;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.info-contact ul li {
  margin-bottom: 10px;
}

.info-contact ul li span {
  color: #213B7B;
  font-size: 16px;
}

.info-contact ul li:last-child {
  margin-bottom: 0;
}

.info-contact ul li i {
  margin-right: 8px;
  color: #0AD7F8;
  position: relative;
  top: 2px;
}

.info-social .social {
  text-align: center;
}

.info-social .social li a {
  border-radius: 0;
  background-color: #240090;
  color: #ffffff;
}

.info-social .social li a:hover {
  background-color: #0AD7F8;
  color: #ffffff;
}

.body-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  04. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  4.2 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  background-image: url(../images/bg/page-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-section {
    padding-top: 50px;
  }
}

.page-title-container {
  background-color: rgba(25, 15, 57, 0.9);
  padding: 70px 30px;
  text-align: center;
  max-width: 680px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .page-title-container {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title-container {
    padding: 30px 15px;
  }
}

.page-title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title {
    font-size: 30px;
  }
}

.page-breadcrumb {
  color: #009024;
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-breadcrumb li + li::before {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .page-breadcrumb {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .page-breadcrumb {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  04. Slider CSS
/*----------------------------------------*/
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.slider-area .single-slider {
  height: 950px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider {
    height: 780px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider {
    height: 650px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .single-slider {
    height: auto;
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.slider-active .slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-active .slick-arrow.next {
  top: 51%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .slick-arrow.next {
    top: 52%;
  }
}

.slider-active .slick-arrow i {
  height: 35px;
  width: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid transparent;
  background-color: #009024;
  color: #ffffff;
  border-radius: 3px;
  font-size: 35px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-active .slick-arrow i:hover {
  background-color: #ffffff;
  color: #009024;
}

.slider-active:hover .slick-arrow {
  left: 80px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active:hover .slick-arrow {
    left: 0;
  }
}

.slider-active-2 .slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-active-2 .slick-arrow.next {
  top: 51%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active-2 .slick-arrow.next {
    top: 52%;
  }
}

.slider-active-2 .slick-arrow i {
  height: 35px;
  width: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid transparent;
  background-color: #0AD7F8;
  color: #ffffff;
  border-radius: 3px;
  font-size: 35px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-active-2 .slick-arrow i:hover {
  background-color: #ffffff;
  color: #0AD7F8;
}

.slider-active-2:hover .slick-arrow {
  right: 80px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active-2:hover .slick-arrow {
    right: 0;
  }
}

.slider-area .slick-dots {
  z-index: 9;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-area .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider-area .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50px;
  font-size: 0;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-area .slick-dots li.slick-active button {
  background-color: #009024;
  border-color: #009024;
}

.slider-area-2 .slick-dots {
  bottom: 105px;
}

.slider-area-2 .slick-dots li.slick-active button {
  background-color: #0AD7F8;
  border-color: #0AD7F8;
}

.slider-content {
  padding-top: 70px;
}

@media only screen and (max-width: 575px) {
  .slider-content {
    padding-left: 0;
  }
}

.slider-content .sub-title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #D1D9EF;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-content .sub-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .sub-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content .sub-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .sub-title {
    font-size: 14px;
  }
}

.slider-content .title {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-content .title {
    font-size: 60px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 52px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title {
    font-size: 40px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content .title {
    font-size: 35px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .title {
    font-size: 30px;
    margin-top: 15px;
  }
}

.slider-content p {
  font-size: 20px;
  color: #D1D9EF;
  margin-top: 40px;
  padding-right: 40%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-content p {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content p {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content p {
    font-size: 16px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content p {
    font-size: 16px;
    margin-top: 20px;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content p {
    font-size: 15px;
    margin-top: 15px;
    padding-right: 0;
  }
}

.slider-content .btn {
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .btn {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .btn {
    height: 45px;
    line-height: 43px;
    font-size: 16px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content .btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    margin-top: 30px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .btn {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    margin-top: 25px;
    margin-right: 10px;
    padding: 0 25px;
  }
}

.slider-content .btn:hover {
  background-color: #ffffff;
  color: #009024;
}

.slider-content .btn-white {
  background-color: #ffffff;
  color: #009024;
}

.slider-content .btn-white:hover {
  background-color: #009024;
  color: #ffffff;
}

.slider-image {
  position: absolute;
  right: 0px;
  bottom: -2px;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.slider-image .image {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-image .image {
    padding-left: 125px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-image .image {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-image .image {
    display: none;
  }
}

.slider-area .single-slider-2 {
  height: 850px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider-2 {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider-2 {
    height: 620px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .single-slider-2 {
    height: auto;
    padding-bottom: 90px;
  }
}

.slider-content-2 {
  padding-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-2 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 {
    padding-left: 40px;
    padding-bottom: 70px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-2 {
    padding-left: 0;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-2 {
    padding-left: 0;
  }
}

.slider-content-2 .sub-title {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-2 .sub-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 .sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-2 .sub-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-2 .sub-title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-2 .title {
    font-size: 50px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 .title {
    font-size: 45px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-2 .title {
    font-size: 35px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-2 .title {
    font-size: 30px;
    margin-top: 15px;
  }
}

.slider-content-2 p {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-2 p {
    font-size: 16px;
    margin-top: 30px;
    padding-right: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 p {
    font-size: 16px;
    margin-top: 25px;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-2 p {
    font-size: 16px;
    margin-top: 20px;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-2 p {
    font-size: 15px;
    margin-top: 15px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 .btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    margin-top: 30px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-2 .btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    margin-top: 30px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-2 .btn {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    margin-top: 25px;
    margin-right: 10px;
    padding: 0 25px;
  }
}

.slider-content-2 .btn:hover {
  background-color: #ffffff;
  color: #0AD7F8;
}

.slider-content-2 .btn-white {
  color: #0AD7F8;
  background-color: #ffffff;
}

.slider-content-2 .btn-white:hover {
  background-color: #0AD7F8;
  color: #ffffff;
}

/*----------------------------------------*/
/*  04. Features CSS
/*----------------------------------------*/
.features-title .title {
  font-size: 50px;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .features-title .title {
    font-size: 40px;
  }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-title .title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .features-title .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .features-title .title {
    font-size: 25px;
  }
}

.features-title p {
  margin-top: 25px;
  padding-right: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-title p {
    margin-top: 20px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-title p {
    margin-top: 15px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .features-title p {
    padding-right: 20px;
  }
}

.features-text {
  border-left: 2px solid #009024;
  padding-left: 30px;
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .features-text {
    margin-left: 0;
    padding-left: 20px;
    margin-top: 40px;
  }
}

.features-text .name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-text .name {
    font-size: 18px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-text .name {
    font-size: 15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .features-text .name {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .features-text .name {
    font-size: 16px;
    margin-top: 10px;
  }
}

.features-text .name span {
  color: #009024;
  margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-text .name span {
    margin-left: 10px;
  }
}

.features-icon-wrapper {
  margin-top: 30px;
}

.features-item {
  width: 100%;
  height: 240px;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  display: table;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item {
    max-width: 100%;
    height: 190px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .features-item {
    max-width: 100%;
    height: 220px;
  }
}

.features-item .features-item-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item .features-item-wrapper {
    padding: 15px;
  }
}

.features-item .features-item-wrapper i {
  font-size: 60px;
  color: #009024;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .features-item .features-item-wrapper i {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item .features-item-wrapper i {
    font-size: 40px;
  }
}

.features-item .features-item-wrapper .title {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item .features-item-wrapper .title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-item .features-item-wrapper .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .features-item .features-item-wrapper .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .features-item .features-item-wrapper .title {
    font-size: 16px;
  }
}

.features-2-wrapper {
  margin-top: -70px;
  z-index: 5;
  position: relative;
}

.features-2-wrapper .features-col-1 {
  background-color: #213B7B;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .features-2-wrapper .features-col-1 {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}

.features-2-wrapper .features-col-2 {
  background-color: #0AD7F8;
}

.features-2-wrapper .features-col-3 {
  background-color: #0735A7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .features-2-wrapper .features-col-3 {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
}

.single-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features {
    padding: 35px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-features {
    display: inherit;
    padding: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .single-features {
    display: inherit;
    padding: 30px;
    text-align: center;
  }
}

.single-features .features-icon i {
  font-size: 50px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features .features-icon i {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-features .features-icon i {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .single-features .features-icon i {
    font-size: 45px;
  }
}

.features-content-2 {
  margin-left: 25px;
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content-2 {
    margin-left: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content-2 {
    margin-left: 0;
    margin-top: 10px;
    padding: 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .features-content-2 {
    margin-left: 0;
    margin-top: 10px;
    padding: 0 35px;
  }
}

@media only screen and (max-width: 575px) {
  .features-content-2 {
    padding: 0 0;
    margin-left: 0;
    margin-top: 10px;
  }
}

.features-content-2 .title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .features-content-2 .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content-2 .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content-2 .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .features-content-2 .title {
    font-size: 20px;
  }
}

.features-content-2 p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content-2 p {
    font-size: 15px;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content-2 p {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .features-content-2 p {
    font-size: 15px;
    margin-top: 25px;
  }
}

.features-content-2 .features-icon span {
  font-size: 22px;
  color: #ffffff;
  margin-top: 35px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content-2 .features-icon span {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content-2 .features-icon span {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .features-content-2 .features-icon span {
    font-size: 18px;
    margin-top: 25px;
  }
}

.features-content-2 .features-icon span i {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 58px;
  text-align: center;
  font-size: 25px;
  margin-right: 20px;
  color: #ffffff;
  background: #0AD7F8;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content-2 .features-icon span i {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .features-content-2 .features-icon span i {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 43px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
  }
}

.features-content-2 .btn-2 {
  height: 60px;
  line-height: 58px;
  padding: 0 50px;
  background-color: #213B7B;
  color: #ffffff;
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content-2 .btn-2 {
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .features-content-2 .btn-2 {
    height: 45px;
    line-height: 43px;
    padding: 0 35px;
    font-size: 15px;
  }
}

.features-content-2 .btn-2:hover {
  background-color: #ffffff;
  color: #0AD7F8;
}

.features-content-2 .opening-hour-list ul {
  padding-right: 15px;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content-2 .opening-hour-list ul {
    padding-right: 5px;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content-2 .opening-hour-list ul {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .features-content-2 .opening-hour-list ul {
    margin-top: 25px;
  }
}

.features-content-2 .opening-hour-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content-2 .opening-hour-list ul li {
    font-size: 14px;
    padding-top: 25px;
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .features-content-2 .opening-hour-list ul li {
    font-size: 15px;
    padding-top: 25px;
    margin-top: 8px;
  }
}

.features-content-2 .opening-hour-list ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/*----------------------------------------*/
/*  04. About CSS
/*----------------------------------------*/
.about-area {
  background-color: #EDF1FC;
  position: relative;
  z-index: 1;
}

.about-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/about/about-bg.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -107px;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area::before {
    width: 51%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area::before {
    width: 54%;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .about-area::before {
    display: none;
  }
}

.about-wrapper {
  margin-top: -50px;
}

.about-wrapper .about-img {
  margin-top: 50px;
}

.about-wrapper .about-img img {
  border-radius: 5px;
}

.about-wrapper .about-text {
  margin-top: 50px;
}

.about-wrapper .about-text .title {
  font-size: 50px;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper .about-text .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper .about-text .title {
    font-size: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .about-wrapper .about-text .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .about-wrapper .about-text .title {
    font-size: 25px;
  }
}

.about-wrapper .about-text p {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper .about-text p {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper .about-text p {
    margin-top: 20px;
  }
}

.about-2-area {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.about-2-area .shape-1 {
  height: 500px;
  width: 500px;
  background-color: transparent;
  border: 60px solid #EBFAFC;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  z-index: -1;
  left: -8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-area .shape-1 {
    height: 320px;
    width: 320px;
    border: 45px solid #EBFAFC;
    top: 25px;
    left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-area .shape-1 {
    height: 280px;
    width: 280px;
    border: 35px solid #EBFAFC;
    top: 15px;
    left: -20px;
  }
}

.about-2-area .shape-2 {
  height: 355px;
  width: 355px;
  background-color: transparent;
  border: 50px solid #0AD7F8;
  border-radius: 50%;
  position: absolute;
  left: 215px;
  top: -29px;
  z-index: -2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-area .shape-2 {
    height: 250px;
    width: 250px;
    border: 40px solid #0AD7F8;
    top: -15px;
    left: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-area .shape-2 {
    height: 200px;
    width: 200px;
    border: 30px solid #0AD7F8;
    top: -15px;
    left: 105px;
  }
}

.about-2-img {
  margin-top: 50px;
}

.about-2-wrapper {
  margin-top: -50px;
}

.about-2-text {
  padding-left: 70px;
  margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-text {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-text {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .about-2-text {
    padding-left: 0;
  }
}

.about-2-text .about-2-title .sub-title {
  color: #0AD7F8;
  margin-bottom: 15px;
}

.about-2-text .about-2-title .title {
  color: #213B7B;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-text .about-2-title .title {
    font-size: 35px;
  }
}

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

@media only screen and (max-width: 767px) {
  .about-2-text .about-2-title .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .about-2-text .about-2-title .title {
    font-size: 25px;
  }
}

.about-2-text .about-2-title p {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-text .about-2-title p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .about-2-text .about-2-title p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .about-2-text .about-2-title p {
    font-size: 14px;
  }
}

.about-2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .about-2-info {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.about-2-info .single-about-info {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-info .single-about-info {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .about-2-info .single-about-info {
    margin-top: 20px;
  }
}

.about-2-info .single-about-info i {
  font-size: 60px;
  color: #0AD7F8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-info .single-about-info i {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-info .single-about-info i {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .about-2-info .single-about-info i {
    font-size: 45px;
  }
}

.about-2-info .single-about-info .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-info .single-about-info .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .about-2-info .single-about-info .title {
    font-size: 16px;
    line-height: 24px;
  }
}

.about-2-info .single-about-info::before {
  content: "";
  position: absolute;
  height: 110px;
  width: 1px;
  background-color: #D1D9EF;
  top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-info .single-about-info::before {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .about-2-info .single-about-info::before {
    height: 90px;
    top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .about-2-info .single-about-info::before {
    display: none;
  }
}

.about-2-info .single-about-info:nth-child(1)::before {
  left: 32%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-info .single-about-info:nth-child(1)::before {
    left: 34%;
    top: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .about-2-info .single-about-info:nth-child(1)::before {
    left: 36%;
  }
}

.about-2-info .single-about-info:nth-child(2)::before {
  display: none;
}

.about-2-info .single-about-info:nth-child(3)::before {
  right: 24%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2-info .single-about-info:nth-child(3)::before {
    right: 23%;
    top: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .about-2-info .single-about-info:nth-child(3)::before {
    right: 26%;
  }
}

.about-3-area {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.about-3-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/about/about-3-bg.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -90px;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-3-area::before {
    width: 48%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-3-area::before {
    width: 51%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-3-area::before {
    width: 54%;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .about-3-area::before {
    display: none;
  }
}

.about-wrapper {
  margin-top: -50px;
}

.about-wrapper .about-3-text .title {
  color: #213B7B;
}

.about-features-wrapper {
  margin-top: 0;
}

/*----------------------------------------*/
/*  04. Research CSS
/*----------------------------------------*/
.research-area {
  position: relative;
  z-index: 1;
}

.research-area .research-wrapper {
  margin-top: -50px;
}

.research-area .shape {
  position: absolute;
  right: 40px;
  top: -110px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .research-area .shape {
    width: 420px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .research-area .shape {
    width: 300px;
    right: 25px;
    top: -70px;
  }
}

.research-content-wrapper {
  padding-top: 60px;
  margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .research-content-wrapper {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .research-content-wrapper {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .research-content-wrapper {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .research-content-wrapper .research-title .title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .research-content-wrapper .research-title .sub-title {
    font-size: 18px;
  }
}

.research-content-wrapper .research-title p {
  padding-right: 40px;
}

.research-content-wrapper .research-content {
  padding-top: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .research-content-wrapper .research-content {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .research-content-wrapper .research-content {
    padding-top: 25px;
  }
}

.research-content-wrapper .research-content .title {
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .research-content-wrapper .research-content .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .research-content-wrapper .research-content .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .research-content-wrapper .research-content .title {
    font-size: 18px;
  }
}

.research-content-wrapper .research-content p {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .research-content-wrapper .research-content p {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .research-content-wrapper .research-content p {
    margin-top: 20px;
  }
}

.research-img {
  margin-top: 50px;
}

/*----------------------------------------*/
/*  04. Team CSS
/*----------------------------------------*/
.team-title-wrapper .team-btn {
  text-align: right;
}

@media only screen and (max-width: 575px) {
  .team-title-wrapper .team-btn {
    text-align: left;
  }
}

.team-title-wrapper .team-btn .btn {
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-title-wrapper .team-btn .btn {
    height: 50px;
    line-height: 48px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-title-wrapper .team-btn .btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .team-title-wrapper .team-btn .btn {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }
}

.team-title-wrapper .team-btn .btn:hover {
  background-color: #240090;
  color: #ffffff;
}

.team-content-wrapper {
  padding-top: 30px;
}

.team-content-wrapper .team-item {
  margin-top: 30px;
}

.team-content-wrapper .team-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-content-wrapper .team-item .team-img {
  overflow: hidden;
  border-radius: 5px;
}

.team-content-wrapper .team-item .team-img img {
  width: 100%;
}

.team-content {
  padding: 0 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px #e5ecff;
          box-shadow: 0 5px 50px #e5ecff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content {
    padding: 0 15px;
  }
}

.team-content .social {
  display: inline-block;
  border: 1px solid #009024;
  background-color: #E1FFE8;
  padding: 15px;
  border-radius: 50px;
  position: relative;
  top: -30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-content .social {
    padding: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .team-content .social {
    padding: 15px;
  }
}

.team-content .social:hover {
  background-color: #009024;
  border-color: transparent;
}

.team-content .social:hover li a {
  background-color: #ffffff;
  color: #009024;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content .social li {
    margin-right: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .team-content .social li {
    margin-right: 10px;
  }
}

.team-content .social li:last-child {
  margin-right: 0;
}

.team-content .social li a {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #240090;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-content .social li a {
    height: 25px;
    width: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
}

.team-content .name {
  font-size: 26px;
  font-weight: 700;
}

.team-content .name:hover {
  color: #009024;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-content .name {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content .name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .team-content .name {
    font-size: 20px;
  }
}

.team-content .designation {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  color: #70768B;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-content .designation {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-content .designation {
    font-size: 16px;
    margin-top: 12px;
  }
}

.team-content .team-info {
  border-top: 2px solid #E5ECFF;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-content .team-info {
    padding-top: 25px;
    margin-top: 25px;
  }
}

.team-content .team-info ul li {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .team-content .team-info ul li {
    font-size: 14px;
  }
}

.team-content .team-info ul li i {
  color: #009024;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.team-content .team-info ul li + li {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .team-content .team-info ul li + li {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .team-2-area {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .team-2-area {
    padding-top: 100px;
  }
}

.team-2-title .title {
  color: #213B7B;
}

.team-2-title .sub-title {
  color: #0AD7F8;
}

.team-title-wrapper .team-2-btn .btn-2 {
  background-color: #0AD7F8;
  color: #ffffff;
}

.team-title-wrapper .team-2-btn .btn-2:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.team-content-2 .social {
  border: 1px solid #213B7B;
  background-color: #E5ECFF;
}

.team-content-2 .social:hover {
  background-color: #DFFBFF;
  border-color: #0AD7F8;
}

.team-content-2 .social:hover li a {
  color: #ffffff;
  background-color: #0AD7F8;
}

.team-content-2 .name {
  color: #213B7B;
}

.team-content-2 .name:hover {
  color: #0AD7F8;
}

.team-content-2 .team-info ul li i {
  color: #0AD7F8;
}

.doctors-wrapper {
  padding-top: 0;
  margin-top: -30px;
}

/*----------------------------------------*/
/*  04. Services CSS
/*----------------------------------------*/
.service-area {
  position: relative;
  z-index: 1;
}

.service-area::before {
  content: "";
  position: absolute;
  background-color: #EEFBFA;
  top: 0;
  left: 0;
  width: 100%;
  height: 68.5%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area::before {
    height: 76%;
  }
}

@media only screen and (max-width: 767px) {
  .service-area::before {
    height: 82.5%;
  }
}

@media only screen and (max-width: 575px) {
  .service-area::before {
    height: 100%;
  }
}

.service-area .shape {
  position: absolute;
  top: -150px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-area .shape {
    top: -110px;
    width: 370px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .shape {
    position: absolute;
    top: -90px;
    width: 290px;
  }
}

.service-wrapper {
  margin-top: -5px;
}

.service-content-wrapper {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content-wrapper {
    padding-top: 10px;
    margin-top: 10px;
  }
}

.service-item {
  margin-top: 30px;
}

.service-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.service-item .service-img {
  overflow: hidden;
  border-radius: 5px;
}

.service-item .service-img img {
  width: 100%;
}

.service-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px #e5ecff;
          box-shadow: 0 5px 50px #e5ecff;
  padding: 0 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 767px) {
  .service-content {
    padding: 0 20px;
  }
}

.service-content i {
  width: 70px;
  height: 70px;
  background-color: #009024;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  top: -35px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-content i {
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 28px;
    top: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-content i {
    width: 55px;
    height: 55px;
    line-height: 53px;
    font-size: 25px;
    top: -30px;
  }
}

@media only screen and (max-width: 575px) {
  .service-content i {
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 28px;
    top: -30px;
  }
}

.service-content i:hover {
  background-color: #240090;
  color: #ffffff;
}

.service-content .service-icon-wrapper {
  margin-top: -5px;
  padding-bottom: 30px;
}

.service-content .service-icon-wrapper .title {
  font-size: 26px;
  font-weight: 700;
}

.service-content .service-icon-wrapper .title:hover {
  color: #009024;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-content .service-icon-wrapper .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content .service-icon-wrapper .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .service-content .service-icon-wrapper .title {
    font-size: 20px;
  }
}

.service-content .service-icon-wrapper p {
  margin-top: 15px;
}

.service-content .service-icon-wrapper .read-more {
  color: #190F39;
  margin-top: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content .service-icon-wrapper .read-more {
    font-size: 14px;
    margin-top: 10px;
  }
}

.service-content .service-icon-wrapper .read-more::before {
  content: "";
  position: absolute;
  background-color: #190F39;
  width: 90px;
  height: 1px;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-content .service-icon-wrapper .read-more::before {
    width: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content .service-icon-wrapper .read-more::before {
    width: 70px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .service-content .service-icon-wrapper .read-more::before {
    width: 80px;
  }
}

.service-content .service-icon-wrapper .read-more:hover {
  color: #009024;
}

.service-content .service-icon-wrapper .read-more:hover::before {
  background-color: #009024;
}

.service-btn {
  margin-top: 40px;
}

.service-btn .btn {
  padding: 0 50px;
  background-color: #240090;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-btn .btn {
    height: 50px;
    line-height: 48px;
    padding: 0 45px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-btn .btn {
    padding: 0 35px;
    font-size: 16px;
  }
}

.service-btn .btn:hover {
  background-color: #009024;
  color: #ffffff;
}

.service-2-area {
  position: relative;
  z-index: 5;
}

.service-2-area .shape {
  position: absolute;
  right: 70px;
  top: -110px;
  z-index: -1;
  opacity: 0.35;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-2-area .shape {
    width: 450px;
    right: 50px;
    top: -90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-2-area .shape {
    right: 75px;
    top: -80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-2-area .shape {
    right: 70px;
    top: -60px;
  }
}

.service-2-title .title {
  color: #213B7B;
}

.service-2-title .sub-title {
  color: #0AD7F8;
}

.service-2-content i {
  background-color: #0AD7F8;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-2-content i:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.service-2-content .service-2-icon-wrapper .title {
  color: #213B7B;
}

.service-2-content .service-2-icon-wrapper .title:hover {
  color: #0AD7F8;
}

.service-2-content .service-2-icon-wrapper .read-more {
  color: #213B7B;
}

.service-2-content .service-2-icon-wrapper .read-more::before {
  background-color: #213B7B;
}

.service-2-content .service-2-icon-wrapper .read-more:hover {
  color: #0AD7F8;
}

.service-2-content .service-2-icon-wrapper .read-more:hover::before {
  background-color: #0AD7F8;
}

.service-2-btn .btn {
  background-color: #213B7B;
  color: #ffffff;
}

.service-2-btn .btn:hover {
  background-color: #0AD7F8;
  color: #ffffff;
}

.service-features-content .service-title .title {
  color: #213B7B;
}

.service-features-content .service-text {
  border-left-color: #0AD7F8;
}

.service-features-content .service-text .name {
  color: #213B7B;
}

.service-features-content .service-text .name span {
  color: #0AD7F8;
}

.service-features-icon-wrapper .service-item .service-item-wrapper i {
  color: #0AD7F8;
}

.service-features-icon-wrapper .service-item .service-item-wrapper .title {
  color: #213B7B;
}

/*----------------------------------------*/
/*  04. Appointment CSS (All Page Styles)
/*----------------------------------------*/
.appointment-area {
  position: relative;
  z-index: 1;
}

.appointment-area .shape {
  position: absolute;
  right: 40px;
  top: -170px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .appointment-area .shape {
    right: 20px;
    top: -170px;
    width: 420px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-area .shape {
    right: 20px;
    top: -140px;
    width: 360px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area .shape {
    right: 15px;
    top: -130px;
    width: 285px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .appointment-area {
    padding-top: 60px;
  }
}

.appointment-area::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  background-color: #240090;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-area::before {
    width: 56%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area::before {
    width: 56%;
  }
}

@media only screen and (max-width: 767px) {
  .appointment-area::before {
    width: 100%;
    height: 50%;
    background-color: #240090;
    left: 0;
    bottom: 0;
    top: 55.5%;
  }
}

@media only screen and (max-width: 575px) {
  .appointment-area::before {
    width: 100%;
    height: 78%;
    background-color: #240090;
    left: 0;
    bottom: 0;
    top: 26.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-content {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-content {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-content .appointment-main-title .title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-content .appointment-main-title .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-content .appointment-main-title .sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.appointment-content .appointment-main-title p {
  margin-top: 15px;
}

.appointment-content .appointment-img {
  position: relative;
  top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .appointment-content .appointment-img {
    top: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-content .appointment-img {
    top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-content .appointment-img {
    top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .appointment-content .appointment-img {
    top: -12px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .appointment-content .appointment-img img {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .appointment-content .appointment-img img {
    display: none;
  }
}

.appointment-form-wrapper {
  padding: 130px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-form-wrapper {
    padding: 100px 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-form-wrapper {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .appointment-form-wrapper {
    padding: 0;
    margin-top: 60px;
  }
}

.appointment-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #009024;
  padding: 45px 40px;
  border-radius: 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-title-wrapper {
    padding: 30px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .appointment-title-wrapper {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .appointment-title-wrapper {
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .appointment-title-wrapper {
    padding: 20px 15px;
  }
}

.appointment-title-wrapper .appointment-title .title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-title-wrapper .appointment-title .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-title-wrapper .appointment-title .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .appointment-title-wrapper .appointment-title .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .appointment-title-wrapper .appointment-title .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.appointment-title-wrapper .appointment-title span {
  color: #E5ECFF;
}

.appointment-title-wrapper .appointment-icon i {
  width: 80px;
  height: 80px;
  display: block;
  line-height: 78px;
  text-align: center;
  font-size: 40px;
  color: #009024;
  background: #ffffff;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-title-wrapper .appointment-icon i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .appointment-title-wrapper .appointment-icon i {
    width: 55px;
    height: 55px;
    line-height: 53px;
    font-size: 25px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .appointment-title-wrapper .appointment-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    margin-top: 5px;
  }
}

.appointment-form-inner .single-form {
  margin-top: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-form-inner .single-form {
    margin-top: 25px;
  }
}

.appointment-form-inner .single-form .nice-select {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-color: #C2D1F9;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-form-inner .single-form .nice-select {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-form-inner .single-form .nice-select {
    height: 45px;
    line-height: 43px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .appointment-form-inner .single-form .nice-select {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

.appointment-form-inner .single-form .nice-select::after {
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  color: #f6f6f6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-form-inner .single-form .nice-select::after {
    height: 9px;
    margin-top: -7px;
    right: 17px;
    width: 9px;
  }
}

.appointment-form-inner .single-form .nice-select .list {
  width: 100%;
}

.appointment-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-color: #C2D1F9;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 45px;
    line-height: 43px;
    font-size: 12px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .appointment-form-inner .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

.appointment-form-inner .single-form i {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 25px;
  color: #C9C9C9;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .appointment-form-inner .single-form i {
    right: 18px;
    top: 13px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-form-inner .single-form i {
    right: 15px;
    top: 13px;
    font-size: 15px;
  }
}

.appointment-form-inner .single-form [role=right-icon] {
  top: 18px;
}

.appointment-form-inner .btn {
  width: 100%;
  margin-top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-form-inner .btn {
    margin-top: 40px;
    height: 50px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-form-inner .btn {
    margin-top: 30px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .appointment-form-inner .btn {
    margin-top: 40px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}

.appointment-form-inner .btn:hover {
  background-color: #ffffff;
  color: #009024;
}

.appointment-2-area {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .appointment-2-area {
    padding-top: 0;
  }
}

.appointment-2-area .shape-1 {
  position: absolute;
  right: -10px;
  top: -45%;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .appointment-2-area .shape-1 {
    right: -16px;
    top: -35%;
    width: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-2-area .shape-1 {
    right: -16px;
    top: -31%;
    width: 275px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-2-area .shape-1 {
    right: -16px;
    top: -50%;
    width: 285px;
  }
}

.appointment-2-area .shape-2 {
  position: absolute;
  left: 9%;
  top: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .appointment-2-area .shape-2 {
    top: 20px;
    left: 0;
    width: 280px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-2-area .shape-2 {
    top: 30px;
    left: 0;
    width: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-2-area .shape-2 {
    top: 0px;
    left: 0;
    width: 210px;
  }
}

.appointment-2-area::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  background-color: #213B7B;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-2-area::before {
    width: 56%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-2-area::before {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .appointment-2-area::before {
    width: 100%;
    height: 50%;
    background-color: #240090;
    left: 0;
    top: auto;
    bottom: -60px;
  }
}

@media only screen and (max-width: 575px) {
  .appointment-2-area::before {
    width: 100%;
    height: 79%;
    background-color: #240090;
    left: 0;
    bottom: 0;
    top: 25.5%;
  }
}

.appointment-2-title-wrapper {
  background-color: #0AD7F8;
}

.appointment-2-title-wrapper .appointment-title .title {
  text-transform: uppercase;
}

.appointment-2-title-wrapper .appointment-title span {
  color: #E5ECFF;
}

.appointment-2-title-wrapper .appointment-icon i {
  color: #0AD7F8;
  background: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-2-content {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-2-content {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .appointment-2-content {
    margin-top: 50px;
  }
}

.appointment-2-content .appointment-main-title .title {
  color: #213B7B;
}

.appointment-2-content .appointment-main-title .sub-title {
  color: #0AD7F8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-2-content .appointment-img {
    top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-2-content .appointment-img {
    top: 85px;
  }
}

.appointment-form-inner .btn-2 {
  background-color: #0AD7F8;
}

.appointment-form-inner .btn-2:hover {
  background-color: #ffffff;
  color: #0AD7F8;
}

.book-appoinment-content-wrapper {
  margin-top: -50px;
}

.book-appoinment-wrapper {
  padding-right: 20px;
  margin-top: 50px;
}

.book-appoinment {
  margin-bottom: 20px;
  margin-top: -5px;
}

.book-appoinment .book-appointment-title .title {
  font-size: 50px;
  text-transform: uppercase;
  color: #213B7B;
}

.book-appoinment .book-appointment-title p {
  margin-top: 15px;
}

.book-appoinment-form .single-form {
  margin-top: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-appoinment-form .single-form {
    margin-top: 25px;
  }
}

.book-appoinment-form .single-form .nice-select {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-color: #dddddd;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-appoinment-form .single-form .nice-select {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-appoinment-form .single-form .nice-select {
    height: 45px;
    line-height: 43px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .book-appoinment-form .single-form .nice-select {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

.book-appoinment-form .single-form .nice-select::after {
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  color: #f6f6f6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-appoinment-form .single-form .nice-select::after {
    height: 9px;
    margin-top: -7px;
    right: 17px;
    width: 9px;
  }
}

.book-appoinment-form .single-form .nice-select .list {
  width: 100%;
}

.book-appoinment-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-color: #dddddd;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-appoinment-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-appoinment-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 45px;
    line-height: 43px;
    font-size: 12px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .book-appoinment-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
}

.book-appoinment-form .single-form i {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 25px;
  color: #C9C9C9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .book-appoinment-form .single-form i {
    right: 18px;
    top: 13px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-appoinment-form .single-form i {
    right: 15px;
    top: 13px;
    font-size: 15px;
  }
}

.book-appoinment-form .btn {
  display: inline-block;
  width: auto;
  border-radius: 5px;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-appoinment-form .btn {
    margin-top: 40px;
    height: 50px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-appoinment-form .btn {
    margin-top: 30px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .book-appoinment-form .btn {
    margin-top: 40px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}

.book-appoinment-form .btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.book-appoinment-img {
  margin-top: 50px;
}

.book-appoinment-img img {
  width: 100%;
}

/*----------------------------------------*/
/*  04. Result CSS
/*----------------------------------------*/
@media only screen and (max-width: 767px) {
  .result-area {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .result-area {
    padding-top: 100px;
  }
}

.result-wrapper {
  margin-top: -10px;
}

.result-wrapper .result-title .title {
  color: #009024;
}

.result-wrapper .result-title p {
  padding: 0 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .result-wrapper .result-title p {
    padding: 0 22%;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .result-wrapper .result-title p {
    padding: 0 5%;
  }
}

.result-content-wrapper {
  padding-top: 60px;
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .result-content-wrapper {
    padding-top: 40px;
  }
}

.result-content-wrapper .result-img {
  height: 660px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .result-content-wrapper .result-img {
    height: 520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .result-content-wrapper .result-img {
    height: 450px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .result-content-wrapper .result-img {
    height: 400px;
  }
}

.result-content-wrapper .result-content {
  margin-top: 50px;
}

.result-content-wrapper .result-content .title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .result-content-wrapper .result-content .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .result-content-wrapper .result-content .title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .result-content-wrapper .result-content .title {
    font-size: 32px;
  }
}

.result-content-wrapper .result-content p {
  color: #E5ECFF;
  margin-top: 30px;
  padding: 0 78px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .result-content-wrapper .result-content p {
    margin-top: 20px;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .result-content-wrapper .result-content p {
    margin-top: 20px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .result-content-wrapper .result-content p {
    margin-top: 15px;
    padding: 0 0;
    font-size: 16px;
  }
}

.result-item-wrapper {
  margin-top: -50px;
}

.result-2-wrapper .result-2-title .title {
  color: #213B7B;
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .result-2-area {
    padding-top: 60px;
  }
}

/*----------------------------------------*/
/*  04. Testimonial CSS
/*----------------------------------------*/
.testimonial-area {
  background-color: #EEFBFA;
  overflow: hidden;
}

.testimonial-area .testimonial-wrapper {
  margin-top: -5px;
}

.testimonial-content-wrapper {
  padding-top: 60px;
}

.single-testimonial {
  background-color: #ffffff;
  padding: 35px 30px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-testimonial {
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .single-testimonial {
    padding: 25px 18px;
  }
}

.single-testimonial .testimonial-content .testimonial-img {
  position: relative;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial .testimonial-content .testimonial-img {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .single-testimonial .testimonial-content .testimonial-img {
    margin-right: 20px;
  }
}

.single-testimonial .testimonial-content .testimonial-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .single-testimonial .testimonial-content .testimonial-img img {
    width: 85px;
    height: 85px;
  }
}

.single-testimonial .testimonial-content .testimonial-img i {
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  color: #009024;
  font-size: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(84, 80, 80, 0.25);
          box-shadow: 0 0 50px rgba(84, 80, 80, 0.25);
  top: 8px;
  right: -15px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .single-testimonial .testimonial-content .testimonial-img i {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

.single-testimonial .testimonial-content .testimonial-client .name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .single-testimonial .testimonial-content .testimonial-client .name {
    font-size: 20px;
  }
}

.single-testimonial .testimonial-content .testimonial-client span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  color: #009024;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .single-testimonial .testimonial-content .testimonial-client span {
    font-size: 13px;
  }
}

.single-testimonial .testimonial-text {
  border-top: 1px solid #dddddd;
  margin-top: 30px;
  padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-testimonial .testimonial-text {
    margin-top: 25px;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-text {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.single-testimonial .testimonial-text p {
  padding-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial .testimonial-text p {
    padding-right: 0;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial .testimonial-text p {
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-text p {
    font-size: 14px;
    padding-right: 0;
  }
}

.dot-style .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.dot-style .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}

.dot-style .slick-dots li button {
  border: 1px solid transparent;
  background: #C9FFD7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -10000px;
}

.dot-style .slick-dots li:last-child {
  margin-right: 0;
}

.dot-style .slick-dots li.slick-active button {
  background: #009024;
  width: 15px;
  height: 15px;
}

.testimonial-area-2 {
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center 15%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-2 {
    background-size: 100%;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-area-2 {
    background-size: 100%;
  }
}

.testimonial-2-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.testimonial-2-content-wrapper {
  padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-2-content-wrapper {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2-content-wrapper {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-content-wrapper {
    padding-top: 60px;
  }
}

.testimonial-2-title .sub-title {
  color: #0AD7F8;
}

.testimonial-2-title .title {
  color: #213B7B;
}

.testimonial-2-item {
  background-color: #ffffff;
  padding: 45px 33px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-item {
    padding: 35px 25px;
  }
}

.testimonial-2-item .testimonial-2-content .testimonial-img {
  position: relative;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-2-item .testimonial-2-content .testimonial-img {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-item .testimonial-2-content .testimonial-img {
    margin-right: 20px;
  }
}

.testimonial-2-item .testimonial-2-content .testimonial-img i {
  color: #0AD7F8;
  background-color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-item .testimonial-2-content .testimonial-img i {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

.testimonial-2-item .testimonial-2-content .testimonial-client .name {
  color: #213B7B;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-2-item .testimonial-2-content .testimonial-client .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-item .testimonial-2-content .testimonial-client .name {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.testimonial-2-item .testimonial-2-content .testimonial-client span {
  color: #0AD7F8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-item .testimonial-2-content .testimonial-client span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-item .testimonial-text {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.testimonial-2-item .testimonial-text p {
  padding-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-2-item .testimonial-text p {
    padding-right: 0;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-item .testimonial-text p {
    padding-right: 0;
  }
}

.testimonial-2-btn {
  margin-top: 40px;
}

.testimonial-2-btn .btn {
  height: 60px;
  line-height: 58px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-2-btn .btn {
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .testimonial-2-btn .btn {
    height: 45px;
    line-height: 45px;
  }
}

.testimonial-2-btn .btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

/*----------------------------------------*/
/*  04. Blog CSS
/*----------------------------------------*/
.blog-wrapper {
  margin-top: -10px;
}

.blog-title p {
  padding: 0 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .blog-title p {
    padding: 0 22%;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .blog-title p {
    padding: 0 5%;
  }
}

.blog-content-wrapper {
  padding-top: 30px;
}

.blog-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px #e5ecff;
          box-shadow: 0 5px 50px #e5ecff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 30px;
}

.blog-item .blog-img {
  overflow: hidden;
  border-radius: 5px;
}

.blog-item .blog-img a {
  display: block;
}

.blog-item .blog-img a img {
  width: 100%;
}

.blog-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-content {
  padding: 28px;
  padding-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content {
    padding: 0 15px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-content {
    padding: 25px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .blog-content {
    padding: 0 15px;
    padding-bottom: 25px;
  }
}

.blog-content .blog-meta li {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .blog-content .blog-meta li {
    font-size: 14px;
  }
}

.blog-content .blog-meta li a i {
  font-size: 20px;
  color: #009024;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .blog-content .blog-meta li a i {
    font-size: 18px;
  }
}

.blog-content .blog-meta li + li {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .blog-content .blog-meta li + li {
    margin-left: 40px;
  }
}

.blog-content .title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
}

.blog-content .title:hover {
  color: #009024;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-content .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content .title {
    font-size: 20px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-content .title {
    font-size: 22px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-content .title {
    font-size: 20px;
    margin-top: 15px;
  }
}

.blog-content p {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content p {
    margin-top: 15px;
  }
}

.blog-content .btn {
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content .btn {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content .btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
}

.blog-content .btn:hover {
  background-color: #240090;
  color: #ffffff;
}

.blog-2-title .title {
  color: #213B7B;
}

.blog-2-content .blog-meta li a i {
  color: #0AD7F8;
}

.blog-2-content .title {
  color: #213B7B;
}

.blog-2-content .title:hover {
  color: #0AD7F8;
}

.blog-2-content .btn {
  background-color: #0AD7F8;
  color: #ffffff;
}

.blog-2-content .btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.latest-blog-wrapper {
  margin-top: -30px;
}

.latest-blog-wrapper .blog-item .blog-img a {
  display: block;
}

.page-pagination {
  margin-top: 50px;
}

.pagination .page-item {
  margin: 0 10px;
}

@media only screen and (max-width: 575px) {
  .pagination .page-item {
    margin: 0 7px;
  }
}

.pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  border: 0;
  border-radius: 5px;
  color: #11161e;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 575px) {
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.pagination .page-item .page-link i {
  font-size: 25px;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-item.active .page-link {
  background-color: #0AD7F8;
  color: #ffffff;
}

.pagination .page-item:hover .page-link {
  background-color: #0AD7F8;
  color: #ffffff;
}

/*----------------------------------------*/
/*  04. Subscribe CSS
/*----------------------------------------*/
.subscribe-area {
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .subscribe-area {
    padding-top: 50px;
  }
}

.subscribe-wrapper {
  padding: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -15px 40px #e5ecff;
          box-shadow: 0 -15px 40px #e5ecff;
  border-radius: 125px;
  z-index: 99;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .subscribe-wrapper {
    padding: 30px;
    border-radius: 30px;
  }
}

.subscribe-form {
  position: relative;
}

.subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-color: #009024;
  background-color: #ffffff;
  padding: 0 70px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    padding: 0 50px;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .subscribe-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    padding: 0 40px;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
  }
}

.subscribe-form i {
  position: absolute;
  left: 40px;
  top: 15px;
  font-size: 22px;
  color: #009024;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form i {
    left: 25px;
    top: 10px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form i {
    font-size: 16px;
    top: 13px;
    left: 30px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .subscribe-form i {
    font-size: 15px;
    top: 14px;
    left: 22px;
  }
}

.subscribe-btn {
  text-align: right;
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .subscribe-btn {
    text-align: center;
  }
}

.subscribe-btn .btn {
  padding: 0 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-btn .btn {
    padding: 0 50px;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .subscribe-btn .btn {
    padding: 0 40px;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .subscribe-btn .btn {
    padding: 0 40px;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
    margin-top: 15px;
  }
}

.subscribe-btn .btn:hover {
  background-color: #240090;
  color: #ffffff;
}

.subscribe-2-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  border-color: #0AD7F8;
  background-color: #ffffff;
}

.subscribe-2-form i {
  color: #0AD7F8;
}

.subscribe-2-btn .btn {
  background-color: #0AD7F8;
  color: #ffffff;
}

.subscribe-2-btn .btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.subscribe-page-bg {
  background-color: #EEFBFA;
}

/*----------------------------------------*/
/*  04. Page Banner CSS
/*----------------------------------------*/
.page-banner-area {
  height: 450px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-area {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-area {
    height: 370px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .page-banner-area {
    height: 350px;
  }
}

.page-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 59, 123, 0.2);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-banner-title .title {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-title .title {
    font-size: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner-title .title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-title .title {
    font-size: 35px;
  }
}

.page-banner-title .breadcrumb {
  margin-bottom: 0;
  margin-top: 5px;
}

.page-banner-title .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.page-banner-title .breadcrumb .breadcrumb-item + .breadcrumb-item {
  margin-left: 5px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .page-banner-title .breadcrumb .breadcrumb-item + .breadcrumb-item {
    margin-left: 3px;
  }
}

.page-banner-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea6e";
  font-family: 'remixicon' !important;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
}

.page-banner-title .breadcrumb .breadcrumb-item.active {
  color: #0AD7F8;
}

/*----------------------------------------*/
/*  04. Footer CSS
/*----------------------------------------*/
.footer-area {
  background-color: #240090;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-bg.png);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .footer-area::before {
    display: none;
  }
}

.footer-widget-area {
  padding-top: 70px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .widget-col {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-widget {
  margin-top: 30px;
}

.footer-widget .title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.footer-widget .footer-link li {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget .footer-link li {
    margin-bottom: 8px;
  }
}

.footer-widget .footer-link li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-link li a {
  font-size: 18px;
  font-weight: 400;
  color: #E5ECFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget .footer-link li a {
    font-size: 16px;
  }
}

.footer-widget .footer-link li i {
  margin-right: 10px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li i {
    margin-right: 5px;
    font-size: 20px;
  }
}

.footer-widget .footer-link li:hover a {
  color: #009024;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li:hover a {
    padding-left: 5px;
  }
}

.footer-widget .footer-info li {
  font-size: 16px;
  font-weight: 400;
  color: #E5ECFF;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-info li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.footer-widget .footer-info li i {
  font-size: 18px;
  color: #009024;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-info li i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright-area {
    text-align: center;
  }
}

.footer-copyright-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

.footer-copyright-wrapper .copyright-text p {
  color: #E5ECFF;
  font-weight: 400;
  font-size: 16px;
}

.footer-copyright-wrapper .copyright-text a {
  font-weight: 500;
  color: #009024;
}

.footer-copyright-wrapper .footer-social {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper .footer-social .social {
    margin-top: 15px;
    text-align: center;
  }
}

.footer-2-area {
  background-color: #213B7B;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-2-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-bg.png);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .footer-2-area::before {
    display: none;
  }
}

.footer-widget-2 {
  margin-top: 30px;
}

.footer-widget-2 .title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-2 .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-2 .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.footer-widget-2 .footer-link li {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-2 .footer-link li {
    margin-bottom: 8px;
  }
}

.footer-widget-2 .footer-link li:last-child {
  margin-bottom: 0;
}

.footer-widget-2 .footer-link li a {
  font-size: 18px;
  font-weight: 400;
  color: #E5ECFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-2 .footer-link li a {
    font-size: 16px;
  }
}

.footer-widget-2 .footer-link li i {
  margin-right: 10px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li i {
    margin-right: 5px;
    font-size: 20px;
  }
}

.footer-widget-2 .footer-link li:hover a {
  color: #0AD7F8;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li:hover a {
    padding-left: 5px;
  }
}

.footer-widget-2 .footer-info-2 li {
  font-size: 16px;
  font-weight: 400;
  color: #E5ECFF;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-info-2 li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.footer-widget-2 .footer-info-2 li i {
  font-size: 18px;
  color: #0AD7F8;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-info-2 li i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-2-copyright-area {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .footer-2-copyright-area {
    text-align: left;
  }
}

.footer-2-copyright-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .footer-2-copyright-wrapper {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-2-copyright-wrapper .copyright-text-2 {
    text-align: center;
  }
}

.footer-2-copyright-wrapper .copyright-text-2 p {
  color: #E5ECFF;
  font-weight: 400;
  font-size: 16px;
}

.footer-2-copyright-wrapper .copyright-text-2 a {
  font-weight: 500;
  color: #0AD7F8;
}

.footer-2-copyright-wrapper .footer-social-2 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-2-copyright-wrapper .footer-social-2 .social {
    margin-top: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .footer-2-copyright-wrapper .footer-social-2 .social {
    text-align: center;
  }
}

.footer-2-copyright-wrapper .footer-social-2 .social li:hover a {
  color: #ffffff;
  background: #0AD7F8;
}

.back-to-top {
  background-color: #009024;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 28;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: none;
}

.back-to-top:hover {
  background-color: #240090;
  color: #ffffff;
}

.back-to-top-2 {
  background-color: #0AD7F8;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 28;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: none;
}

.back-to-top-2:hover {
  background-color: #213B7B;
  color: #ffffff;
}

/*--
/*  2.2 - Blog Standard CSS
/*----------------------------------------*/
.blog-standard-wrapper {
  margin-top: -50px;
}

.single-blog {
  margin-top: 50px;
}

.single-blog .blog-post-thumb {
  overflow: hidden;
}

.single-blog .blog-post-thumb a {
  display: block;
}

.single-blog .blog-post-thumb a img {
  width: 100%;
}

.single-blog:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-post-content {
  padding: 50px;
  -webkit-box-shadow: 0 5px 50px #e5ecff;
          box-shadow: 0 5px 50px #e5ecff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .blog-post-content {
    padding: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-post-content {
    padding: 25px;
  }
}

.blog-post-content .blog-post-meta {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-post-content .blog-post-meta {
    margin-bottom: 15px;
  }
}

.blog-post-content .blog-post-meta span {
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .blog-post-content .blog-post-meta span {
    font-size: 14px;
  }
}

.blog-post-content .blog-post-meta span + span {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-post-content .blog-post-meta span + span {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-post-content .blog-post-meta span + span {
    margin-left: 20px;
  }
}

.blog-post-content .blog-post-meta span i {
  font-size: 20px;
  margin-right: 5px;
  color: #0AD7F8;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
  .blog-post-content .blog-post-meta span i {
    font-size: 18px;
    margin-right: 3px;
  }
}

.blog-post-content .blog-post-meta span:hover a {
  color: #213B7B;
}

.blog-post-content .blog-post-meta a:hover i {
  color: #213B7B;
}

.blog-post-content .title {
  font-size: 30px;
  font-weight: 700;
  color: #213B7B;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-post-content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-post-content .title {
    font-size: 24px;
  }
}

.blog-post-content .title:hover {
  color: #0AD7F8;
}

.blog-post-content p {
  margin-bottom: 25px;
}

.blog-post-content .btn {
  height: 55px;
  padding: 0 40px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 500;
  background-color: #0AD7F8;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .blog-post-content .btn {
    height: 50px;
    padding: 0 35px;
    line-height: 48px;
    font-size: 16px;
  }
}

.blog-post-content .btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.single-blog .post-audio iframe {
  height: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .post-audio iframe {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog .post-audio iframe {
    height: 340px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .post-audio iframe {
    height: 250px;
  }
}

.post-video {
  position: relative;
}

.post-video .video-btn {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  background: #0AD7F8;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .post-video .video-btn {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
  }
}

.post-video .video-btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.blog-post-gallery {
  margin-top: 50px;
}

.blog-post-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #0AD7F8;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 22px;
  color: #ffffff;
  z-index: 22;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-post-gallery .slick-arrow.next {
  right: 30px;
  left: auto;
}

.blog-post-gallery .slick-arrow:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.sidebar-widget {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px #e5ecff;
          box-shadow: 0 5px 50px #e5ecff;
  margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget {
    padding: 25px;
  }
}

.sidebar-widget .widget-title {
  margin-bottom: 30px;
  position: relative;
}

.sidebar-widget .widget-title::before {
  content: "";
  position: absolute;
  background-color: #E5ECFF;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
}

.sidebar-widget .widget-title::after {
  content: "";
  position: absolute;
  background-color: #0AD7F8;
  width: 70px;
  height: 2px;
  left: 0;
  bottom: -5px;
}

.sidebar-widget .widget-title .title {
  font-size: 24px;
  font-weight: 700;
}

.sidebar-widget .search-form {
  position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 60px;
  background-color: #f6f6f6;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #70768B;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    padding: 0 15px;
  }
}

.sidebar-widget .search-form button {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #0AD7F8;
  padding: 0 25px;
  color: #fff;
  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .search-form button {
    padding: 0 22px;
  }
}

@media only screen and (max-width: 575px) {
  .sidebar-widget .search-form button {
    padding: 0 20px;
  }
}

.sidebar-widget .search-form button:hover {
  background-color: #213B7B;
  color: #ffffff;
}

.sidebar-widget .about-me img {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  border-radius: 50%;
}

.sidebar-widget .about-me .name {
  font-size: 20px;
  font-weight: 700;
  color: #213B7B;
  margin-bottom: 10px;
}

.sidebar-widget .about-me p {
  margin-bottom: 15px;
}

.sidebar-widget .about-me .widget-social .social li {
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .sidebar-widget .about-me .widget-social .social li {
    margin-right: 12px;
  }
}

.sidebar-widget .about-me .widget-social .social li:last-child {
  margin-right: 0;
}

.sidebar-widget .about-me .widget-social .social li:hover a {
  background-color: #0AD7F8;
  color: #ffffff;
}

.sidebar-widget .popular-feeds .popular-post li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #E5ECFF;
  padding: 20px 0;
  overflow: hidden;
}

.sidebar-widget .popular-feeds .popular-post li:first-child {
  border-top: 0;
  padding-top: 0;
}

.sidebar-widget .popular-feeds .popular-post li:last-child {
  padding-bottom: 0;
}

.sidebar-widget .popular-feeds .popular-post li .popular-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 15px;
}

.sidebar-widget .popular-feeds .popular-post li .popular-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar-widget .popular-feeds .popular-post li .popular-text .title {
  font-size: 18px;
  font-weight: 700;
  color: #213B7B;
  margin-bottom: 8px;
}

.sidebar-widget .popular-feeds .popular-post li .popular-text .title:hover a {
  color: #0AD7F8;
}

.sidebar-widget .popular-feeds .popular-post li .popular-text .popular-meta {
  font-size: 14px;
}

.sidebar-widget .category li {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #E5ECFF;
}

.sidebar-widget .category li:first-child {
  border-top: 0;
  padding-top: 0;
}

.sidebar-widget .category li:last-child {
  padding-bottom: 0;
}

.sidebar-widget .category li a {
  display: block;
  font-size: 16px;
  color: #213B7B;
}

.sidebar-widget .category li a .number {
  float: right;
}

.sidebar-widget .category li:hover a {
  color: #0AD7F8;
}

.sidebar-widget .instapost {
  overflow: hidden;
  margin: 0 -5px;
}

.sidebar-widget .instapost li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

.sidebar-widget .instapost li a img {
  width: 100%;
}

.sidebar-tags-wrapper .popular-tag li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-tags-wrapper .popular-tag li {
    padding: 0 2px;
  }
}

@media only screen and (max-width: 575px) {
  .sidebar-tags-wrapper .popular-tag li {
    padding: 0 1px;
  }
}

.sidebar-tags-wrapper .popular-tag li a {
  background: #f6f6f6;
  font-size: 16px;
  height: 35px;
  line-height: 33px;
  text-transform: capitalize;
  font-weight: 500;
  color: #213B7B;
  padding: 0 10px;
  display: block;
}

.sidebar-tags-wrapper .popular-tag li:hover a {
  background-color: #0AD7F8;
  color: #ffffff;
}

.join-us-widget {
  padding-right: 60px;
  padding-left: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 50px;
  background-position: center top;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .join-us-widget {
    padding-right: 40px;
    padding-left: 35px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .join-us-widget {
    padding-right: 40px;
    padding-left: 35px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.join-us-widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(33, 59, 123, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.join-us-widget span {
  font-size: 20px;
  color: #0AD7F8;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 767px) {
  .join-us-widget span {
    font-size: 18px;
  }
}

.join-us-widget .title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .join-us-widget .title {
    font-size: 32px;
  }
}

.join-us-widget p {
  color: #ffffff;
  margin-top: 20px;
}

.join-us-widget .btn {
  height: 55px;
  padding: 0 40px;
  line-height: 53px;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
  background-color: #0AD7F8;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .join-us-widget .btn {
    height: 50px;
    padding: 0 35px;
    line-height: 48px;
    font-size: 16px;
  }
}

.join-us-widget .btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

/*----------------------------------------*/
/*  04. Blog Details CSS
/*----------------------------------------*/
.blog-details-wrapper {
  margin-top: -50px;
}

.blog-details-wrapper .blog-details-post {
  padding-bottom: 80px;
  margin-top: 50px;
}

.blog-details-thumb img {
  width: 100%;
}

.blog-details-content .blog-post-meta {
  margin-bottom: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-content .blog-post-meta {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}

.blog-details-content .blog-post-meta span {
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .blog-details-content .blog-post-meta span {
    font-size: 14px;
  }
}

.blog-details-content .blog-post-meta span + span {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-details-content .blog-post-meta span + span {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-content .blog-post-meta span + span {
    margin-left: 20px;
  }
}

.blog-details-content .blog-post-meta span i {
  font-size: 20px;
  margin-right: 5px;
  color: #0AD7F8;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
  .blog-details-content .blog-post-meta span i {
    font-size: 18px;
    margin-right: 3px;
  }
}

.blog-details-content .blog-post-meta span:hover a {
  color: #213B7B;
}

.blog-details-content .blog-post-meta a:hover i {
  color: #213B7B;
}

.blog-details-content .title {
  font-size: 30px;
  font-weight: 700;
  color: #213B7B;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-details-content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-content .title {
    font-size: 24px;
  }
}

.blog-details-content p {
  margin-bottom: 15px;
}

.blog-details-text .blog-quote {
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-inner-img img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-inner-text .title {
  font-size: 24px;
}

.blog-details-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #E5ECFF;
  padding-top: 30px;
  margin-top: 40px;
}

.blog-details-share .share-title {
  font-size: 18px;
  font-weight: 700;
  color: #213B7B;
}

.blog-details-share .social li {
  display: inline-block;
  margin-left: 15px;
}

.blog-details-share .social li a {
  width: 0;
  height: 0;
  line-height: 26px;
  border-radius: 0;
  color: #70768B;
  font-size: 20px;
}

.blog-details-share .social li:hover:nth-child(1) a {
  color: #4867AA;
}

.blog-details-share .social li:hover:nth-child(2) a {
  color: #1DA1F2;
}

.blog-details-share .social li:hover:nth-child(3) a {
  color: #DD5144;
}

.blog-details-share .social li:hover:nth-child(4) a {
  color: #007BB6;
}

.blog-details-share .social li:hover:nth-child(5) a {
  color: #B23A94;
}

.blog-details-comments .comment-title .title {
  font-size: 25px;
  font-weight: 700;
  color: #213B7B;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.blog-details-comments .comment-title .title::before {
  content: "";
  background-color: #E5ECFF;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-details-comments ul li .single-comment {
  margin-top: 30px;
  position: relative;
}

.blog-details-comments ul li .single-comment .comment-thumb {
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

@media only screen and (max-width: 575px) {
  .blog-details-comments ul li .single-comment .comment-thumb {
    position: relative;
    top: 0;
    text-align: center;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.blog-details-comments ul li .single-comment .comment-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .blog-details-comments ul li .single-comment .comment-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
}

.blog-details-comments ul li .single-comment .comment-content {
  border: 1px solid #E5ECFF;
  border-radius: 5px;
  padding: 40px 80px;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .blog-details-comments ul li .single-comment .comment-content {
    padding: 35px 60px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-comments ul li .single-comment .comment-content {
    padding: 30px;
    margin-left: 0;
    margin-top: 20px;
  }
}

.blog-details-comments ul li .single-comment .comment-content .author-name {
  margin-bottom: 10px;
  position: relative;
}

.blog-details-comments ul li .single-comment .comment-content .author-name .name {
  font-size: 16px;
  font-weight: 700;
  color: #213B7B;
}

.blog-details-comments ul li .single-comment .comment-content .author-name .date {
  font-size: 14px;
  text-transform: uppercase;
  color: #0AD7F8;
  font-weight: 500;
}

.blog-details-comments ul li .single-comment .comment-content .author-name .reply {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-details-comments ul li .single-comment .comment-content .author-name .reply i {
  position: relative;
  top: 1px;
}

.blog-details-comments ul li .single-comment .comment-content .author-name .reply:hover {
  color: #0AD7F8;
}

.blog-details-comments ul li .children {
  padding-left: 80px;
}

@media only screen and (max-width: 575px) {
  .blog-details-comments ul li .children {
    padding-left: 0;
  }
}

.blog-form {
  padding-top: 45px;
  padding-right: 80px;
}

@media only screen and (max-width: 575px) {
  .blog-form {
    padding-right: 0;
  }
}

.blog-form .comment-title {
  margin-bottom: 20px;
}

.blog-form .comment-title .title {
  font-size: 25px;
  font-weight: 700;
  color: #213B7B;
  position: relative;
  display: inline-block;
}

.blog-form .comment-title .title::before {
  content: "";
  background-color: #E5ECFF;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-form {
  margin-top: 30px;
}

.single-form label {
  display: block;
  font-size: 16px;
  color: #213B7B;
}

.single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #70768B;
}

.single-form textarea {
  height: 200px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-top: 15px;
}

.single-form .btn {
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  background-color: #0AD7F8;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .single-form .btn {
    height: 50px;
    line-height: 50px;
  }
}

.single-form .btn:hover {
  background-color: #213B7B;
  color: #ffffff;
}

/*----------------------------------------*/
/*  04. Contact CSS
/*----------------------------------------*/
.contact-wrapper {
  margin-top: -50px;
}

.contact-form {
  margin-top: 40px;
  padding-right: 60px;
}

.contact-title {
  padding-right: 30%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .contact-title {
    padding-right: 0;
  }
}

.contact-title .title {
  font-size: 50px;
  color: #213B7B;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-title .title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .contact-title .title {
    font-size: 35px;
  }
}

.contact-title p {
  margin-top: 20px;
}

.contact-info {
  padding-top: 20px;
}

.contact-info ul li .single-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.contact-info ul li .single-info .info-icon i {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #70768B;
  border: 1px solid #dddddd;
}

.contact-info ul li .single-info .info-text {
  padding-left: 15px;
}

.contact-map {
  margin-top: 50px;
}

.contact-map iframe {
  width: 95%;
  height: 440px;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #70768B;
}

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

.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. Footer CSS
/*----------------------------------------*/
.footer-area {
  background-color: #240090;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-bg.png);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .footer-area::before {
    display: none;
  }
}

.footer-widget-area {
  padding-top: 70px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .widget-col {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-widget {
  margin-top: 30px;
}

.footer-widget .title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.footer-widget .footer-link li {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget .footer-link li {
    margin-bottom: 8px;
  }
}

.footer-widget .footer-link li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-link li a {
  font-size: 18px;
  font-weight: 400;
  color: #E5ECFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget .footer-link li a {
    font-size: 16px;
  }
}

.footer-widget .footer-link li i {
  margin-right: 10px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li i {
    margin-right: 5px;
    font-size: 20px;
  }
}

.footer-widget .footer-link li:hover a {
  color: #009024;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-link li:hover a {
    padding-left: 5px;
  }
}

.footer-widget .footer-info li {
  font-size: 16px;
  font-weight: 400;
  color: #E5ECFF;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-info li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.footer-widget .footer-info li i {
  font-size: 18px;
  color: #009024;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-info li i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright-area {
    text-align: center;
  }
}

.footer-copyright-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

.footer-copyright-wrapper .copyright-text p {
  color: #E5ECFF;
  font-weight: 400;
  font-size: 16px;
}

.footer-copyright-wrapper .copyright-text a {
  font-weight: 500;
  color: #009024;
}

.footer-copyright-wrapper .footer-social {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper .footer-social .social {
    margin-top: 15px;
    text-align: center;
  }
}

.footer-2-area {
  background-color: #213B7B;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-2-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-bg.png);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .footer-2-area::before {
    display: none;
  }
}

.footer-widget-2 {
  margin-top: 30px;
}

.footer-widget-2 .title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-2 .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-2 .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.footer-widget-2 .footer-link li {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-2 .footer-link li {
    margin-bottom: 8px;
  }
}

.footer-widget-2 .footer-link li:last-child {
  margin-bottom: 0;
}

.footer-widget-2 .footer-link li a {
  font-size: 18px;
  font-weight: 400;
  color: #E5ECFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px), only screen and (max-width: 767px) {
  .footer-widget-2 .footer-link li a {
    font-size: 16px;
  }
}

.footer-widget-2 .footer-link li i {
  margin-right: 10px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li i {
    margin-right: 5px;
    font-size: 20px;
  }
}

.footer-widget-2 .footer-link li:hover a {
  color: #0AD7F8;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-link li:hover a {
    padding-left: 5px;
  }
}

.footer-widget-2 .footer-info-2 li {
  font-size: 16px;
  font-weight: 400;
  color: #E5ECFF;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-info-2 li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.footer-widget-2 .footer-info-2 li i {
  font-size: 18px;
  color: #0AD7F8;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-2 .footer-info-2 li i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-2-copyright-area {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .footer-2-copyright-area {
    text-align: left;
  }
}

.footer-2-copyright-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .footer-2-copyright-wrapper {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-2-copyright-wrapper .copyright-text-2 {
    text-align: center;
  }
}

.footer-2-copyright-wrapper .copyright-text-2 p {
  color: #E5ECFF;
  font-weight: 400;
  font-size: 16px;
}

.footer-2-copyright-wrapper .copyright-text-2 a {
  font-weight: 500;
  color: #0AD7F8;
}

.footer-2-copyright-wrapper .footer-social-2 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-2-copyright-wrapper .footer-social-2 .social {
    margin-top: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .footer-2-copyright-wrapper .footer-social-2 .social {
    text-align: center;
  }
}

.footer-2-copyright-wrapper .footer-social-2 .social li:hover a {
  color: #ffffff;
  background: #0AD7F8;
}

.back-to-top {
  background-color: #009024;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 28;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: none;
}

.back-to-top:hover {
  background-color: #240090;
  color: #ffffff;
}

.back-to-top-2 {
  background-color: #0AD7F8;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 28;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: none;
}

.back-to-top-2:hover {
  background-color: #213B7B;
  color: #ffffff;
}
