/*base css*/

@charset "ISO-8859-1";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*font-family: 'Montserrat', sans-serif;*/

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_black.eot");
  src: url("../fonts/proxima_nova_black.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_black.woff2") format("woff2"), url("../fonts/proxima_nova_black.woff") format("woff"),
    url("../fonts/proxima_nova_black.ttf") format("truetype"), url("../fonts/proxima_nova_black.svg#proxima_nova_blblack") format("svg");
  font-weight: black;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_bold.eot");
  src: url("../fonts/proxima_nova_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_bold.woff2") format("woff2"), url("../fonts/proxima_nova_bold.woff") format("woff"),
    url("../fonts/proxima_nova_bold.ttf") format("truetype"), url("../fonts/proxima_nova_bold.svg#proxima_nova_rgbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_extrabold.eot");
  src: url("../fonts/proxima_nova_extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_extrabold.woff2") format("woff2"),
    url("../fonts/proxima_nova_extrabold.woff") format("woff"), url("../fonts/proxima_nova_extrabold.ttf") format("truetype"),
    url("../fonts/proxima_nova_extrabold.svg#proxima_nova_thextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_light.eot");
  src: url("../fonts/proxima_nova_light.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_light.woff2") format("woff2"), url("../fonts/proxima_nova_light.woff") format("woff"),
    url("../fonts/proxima_nova_light.ttf") format("truetype"), url("../fonts/proxima_nova_light.svg#proxima_nova_ltlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_regular.eot");
  src: url("../fonts/proxima_nova_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_regular.woff2") format("woff2"), url("../fonts/proxima_nova_regular.woff") format("woff"),
    url("../fonts/proxima_nova_regular.ttf") format("truetype"), url("../fonts/proxima_nova_regular.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_semibold.eot");
  src: url("../fonts/proxima_nova_semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_semibold.woff2") format("woff2"),
    url("../fonts/proxima_nova_semibold.woff") format("woff"), url("../fonts/proxima_nova_semibold.ttf") format("truetype"),
    url("../fonts/proxima_nova_semibold.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: bold;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_thin_italic.eot");
  src: url("../fonts/proxima_nova_thin_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_thin_italic.woff2") format("woff2"),
    url("../fonts/proxima_nova_thin_italic.woff") format("woff"), url("../fonts/proxima_nova_thin_italic.ttf") format("truetype"),
    url("../fonts/proxima_nova_thin_italic.svg#proxima_novathin_italic") format("svg");
  font-weight: 300;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proxima_nova_thin.eot");
  src: url("../fonts/proxima_nova_thin.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_thin.woff2") format("woff2"), url("../fonts/proxima_nova_thin.woff") format("woff"),
    url("../fonts/proxima_nova_thin.ttf") format("truetype"), url("../fonts/proxima_nova_thin.svg#proxima_nova_ththin") format("svg");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #fff;
  background: #fbad18;
}

::selection {
  color: #fff;
  background: #fbad18;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 15px;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 33px;
  line-height: 1.3;
  font-weight: 800;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

li {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 500;
}

ul,
ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

p {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 30px;
  font-weight: 500;
}

.small {
  font-size: 14px;
}

p:nth-last-child(1) {
  margin-bottom: 0;
}

:focus,
button:focus {
  outline: 0;
}

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

a:hover {
  text-decoration: none;
  color: #fbad18;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  font-weight: bold;
  font-size: 20px;
  background-color: #fbad18;
  color: #fff;
  padding: 16px 30px;
  border-radius: 0;
  border: 0;
}

.btn:hover {
  background-color: #040b3e;
  color: #fff;
}

.btn-blue {
  background-color: #040b3e;
  color: #fff;
}

.btn-blue:hover {
  background-color: #fbad18;
  color: #fff;
}

.container {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}

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

.categort-title-summary h2::first-letter {
  text-transform: capitalize;
}

.img-wrapper {
  position: relative;
  padding-top: 54.75%;
}

.img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-template-press-publications .press-main .img-wrapper img,
.page-template-blog .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.page-template-blog .blog_content li {
  font-size: 18px;
  font-family: "proxima-nova";
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.slick-arrow.arrow-next {
  right: 0;
}

.slick-arrow i {
  color: #333;
  font-size: 28px;
}

.column-two {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.column-three {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.column-three li,
.column-two li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.img-bottom-left,
.img-bottom-right {
  position: relative;
}

.img-bottom-left:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
  background-image: url(../images/Tree.png);
}

.img-bottom-right:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
  background-image: url(../images/bike.png);
}

.bg-img-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.section-header h2 {
  text-transform: capitalize;
}

.img-in-bg {
  position: relative;
}

.img-in-bg .media-img,
.img-in-bg .media-img img,
.img-in-bg .media-img source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: bottom;
}

.video-wrapper {
  position: relative;
  padding-top: 40.5%;
  overflow: hidden;
}

.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.video-wrapper .play-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
}

.video-wrapper img.poster {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

/*header css*/

.separater {
  width: 1px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  background-color: white;
}

.header-top {
  background-color: #fbad18;
  padding: 10px 0;
}

.header-top a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header-top a:hover {
  color: #000;
}

.header-top .header-contect a {
  padding: 0 15px;
}

.header-top .lang-dropdown select {
  background-color: transparent;
  border: 0;
  color: #fff;
  appearance: none;
  background-image: url(../images/down-white-arrow.png);
  font-weight: 500;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  text-transform: capitalize;
  /* display: none; */
}

.header-top .lang-dropdown select option {
  color: #000;
}

header .awards {
  text-align: right;
  margin: 0 -10px;
}

header .awards .item {
  width: auto;
  display: inline-block;
  padding: 0 10px;
}

header .awards .item img {
  max-width: 90px;
}

header .awards .item:last-child img {
  max-width: 170px;
}

.header-bottom {
  padding: 25px 0;
  box-shadow: 9px 11px 25px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 9px 11px 25px -1px rgba(0, 0, 0, 0.06);
}

.header-bottom .main-ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom .right-col {
  width: 8%;
  padding: 0 15px;
}

.header-bottom .left-col {
  width: 17%;
  padding: 0 15px;
}

.header-bottom .center-col {
  width: 75%;
}

.header-bottom .main-ul > li {
  display: inline-block;
  padding: 0 10px 0 30px;
  position: relative;
}

.header-bottom .main-ul > li a {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

.header-bottom .main-ul > li a:hover,
.header-bottom .main-ul > li.current-menu-item > a,
header .main-ul li a:hover + .caret-arrow,
header .main-ul > li.current-menu-item .caret-arrow {
  color: #fbad18;
}

.header-bottom .main-ul > li:not(:last-child) {
  border-right: 1px solid #cdcdcd;
}

.header-sticky {
  position: fixed;
  top: -300px;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.sticky .header-sticky {
  top: 0;
  opacity: 1;
}

header .navbar-toggle {
  background-color: transparent;
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 99;
}

header .navbar-toggle .icon-bar {
  width: 27px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .close-menu {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #fbad17;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

header .close-menu i {
  line-height: 30px;
}

/*header .navbar-toggle.active .icon-bar:nth-child(2){
  	opacity: 0;
}
header .navbar-toggle.active .icon-bar:nth-child(1){
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
header .navbar-toggle.active .icon-bar:nth-child(3){
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}*/

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

.menuopen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

header .main-menu ul.sub-menu {
  position: absolute;
  background-color: #fff;
  width: 175px;
  left: 0;
  list-style: none;
  padding: 0;
  top: calc(100% + 15px);
  border-radius: 2px;
  border: 1px solid #b6c2d0;
  z-index: 2;
}

header .main-menu ul.sub-menu {
  display: none;
}

header .main-menu ul.sub-menu li {
  padding: 15px 20px;
  border-bottom: 1px solid #cdcdcd;
  margin: 0 7px;
}

header .main-menu ul.sub-menu li:last-child {
  border-bottom: 0;
}

header .main-menu ul.sub-menu li a {
  font-weight: 400;
}

header .main-menu .menu-item-has-children:hover ul.sub-menu {
  /* opacity: 1;
    visibility: visible; */
}

header .main-menu .caret-arrow {
  font-size: 28px;
  color: #b6c2d0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

/*home banner*/

._feature_home img {
  height: auto;
  width: 100%;
}

/*service section*/

.service-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.service-block .service-box {
  background-color: transparent;
  padding: 40px;
  border-bottom: 14px solid #fbad18;
	height:100%;
}

.service-block .col-md-3:nth-child(even) .service-box {
  border-color: #57a5c4;
}

.service-block .row {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -15px;
}

.service-block .col-md-3 {
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 15px;
}

.service-block .service-box p {
  font-size: 13px;
  font-weight: bold;
}

.service-block .service-box a {
  color: #333;
}

.service-block .service-box a i,
.service-block .service-box a:hover {
  color: #3980c2;
}

.service-block .service-box a i {
  font-size: 24px;
}

/*single banner with text*/

.single-banner-with-text {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0 80px;
}

/* single video */

.video-sec .video-wrapper {
  max-width: 1024px;
  border-radius: 21px;
  border: 8px solid #43a7f0;
  margin: 0 auto;
}

/*latest-work-post*/

.latest-work-post {
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 110px 0 80px;
  position: relative;
}

.latest-work-post:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/Baloon.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 97% 12%;
}

.latest-work-post .nav-link {
  display: block;
  padding: 0 0 10px;
  line-height: normal;
  font-weight: 500;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  border: 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.latest-work-post .nav-tabs .nav-item.show .nav-link,
.latest-work-post .nav-tabs .nav-link.active,
.latest-work-post .nav-tabs .nav-link:focus,
.latest-work-post .nav-tabs .nav-link:hover {
  color: rgba(0, 0, 0, 1);
  border-color: #6cb0cb;
  background-color: transparent;
}

.latest-work-post .nav-tabs {
  margin-left: -20px;
  margin-right: -20px;
}

.latest-work-post .nav-item {
  padding: 0 20px;
  margin: 0 0 10px;
}

.latest-work-post .img-block {
  width: 52%;
  position: relative;
}

.latest-work-post .img-block .img-wrapper {
  padding-top: 64%;
  height: 100%;
}

.single-post span.sr-share-menu {
  display: none;
}
/* Safari */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .latest-work-post .img-block .img-wrapper {
      height: auto;
    }
  }
}

.latest-work-post .text-block {
  width: 48%;
  padding: 30px 70px;
  background-color: #fbad18;
  color: #fff;
}

.latest-work-post .tab-pane .row:nth-child(even) .text-block {
  background-color: #34a8c8;
}

.latest-work-post .tab-pane .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.latest-work-post .tab-pane .row:nth-child(even) {
  flex-direction: row-reverse;
}

.latest-work-post .text-block h2 {
  line-height: 28.25px;
  font-weight: 500;
  margin: 0 0 20px;
  word-break: normal;
  font-size: 24px;
}

.latest-work-post .text-block p {
  font-size: 14px;
  line-height: 18.44px;
}

.latest-work-post .text-block a {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 14px;
}

.latest-work-post .text-block a i {
  font-size: 23px;
  padding-left: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.latest-work-post .text-block a:hover {
  color: #fff;
}

.latest-work-post .text-block a:hover i {
  padding-left: 25px;
}

/*social-block*/

.social-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/social-block.png);
  background-color: #edf0f3;
}

.social-inner .h1 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  margin: 0;
}

.social-inner.instagram .h1 {
  background: linear-gradient(88.51deg, #ffbd50 -0.24%, #fe5341 49.18%, #cc39a3 99.7%);
}

.social-inner.facebook .h1 {
  background-color: #3b5999;
}

.social-inner {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  height: 821px;
}

.social-block #cff .cff-author-img {
  width: 55px;
  height: 55px;
  background: none;
  margin: 0 !important;
}

.social-block #cff .cff-author img {
  border: 1px solid #b1b1b1 !important;
  height: 100%;
  width: 100%;
}

.social-block #cff .cff-author .cff-author-text {
  width: calc(100% - 70px);
  margin-left: auto;
}

.social-block #cff .cff-author {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.social-block #cff .cff-author .cff-page-name.cff-author-date,
.social-block #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  margin: 0 0 4px !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 18px;
}

.social-block #cff .cff-author .cff-page-name.cff-author-date a {
  font-size: 18px;
}

.social-block #cff .cff-author .cff-page-name.cff-author-date a,
.social-block #sb_instagram .sb_instagram_header h3 {
  color: #333;
}

.social-block #sb_instagram p.sbi_bio {
  color: #3b5999;
  font-weight: 500;
}

.social-block #cff .cff-author .cff-page-name.cff-author-date a:hover {
  color: #3b5999;
}

.social-block #cff.cff-default-styles .cff-author .cff-date {
  font-weight: 500;
  font-size: 14px;
  color: #8d8d8d;
  margin: 0 !important;
}

.social-block #cff.cff-fixed-height {
  padding: 30px;
}

.social-block p.cff-post-text {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 20px !important;
}

.social-block .cff-wrapper a {
  color: #3b5999;
  font-weight: 500;
  font-size: 14px;
}

.social-block #cff .cff-cta-link a {
  padding: 0;
  color: #fbad17;
  background-color: transparent;
  border: 0;
}

.social-block #cff .cff-cta-link a:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
}

.social-block #cff .cff-cta-link a:hover {
  color: #3b5999;
}

.social-block #cff .cff-shared-link {
  background: transparent;
  border: 1px solid #eee;
}

.social-block #cff.cff-default-styles .cff-post-links a {
  font-size: 14px;
  font-weight: 500;
}

.social-block #sb_instagram .sb_instagram_header {
  padding: 30px 30px 0 !important;
}

.social-block #sb_instagram .sb_instagram_header .sbi_header_img {
  border: 1px solid #b1b1b1;
  height: 55px;
  width: 55px;
  margin: 0 15px 0 0 !important;
}

.social-block #sb_instagram .sb_instagram_header .sbi_header_img img {
  width: 100%;
  height: 100%;
}

.social-block #sb_instagram .sb_instagram_header a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.social-block #sb_instagram .sb_instagram_header .sbi_header_text {
  width: calc(100% - 70px);
  padding-top: 0;
}

.social-block #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
.social-block #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  margin-left: 0 !important;
}

.social-block #sb_instagram .sb_instagram_header .sbi_header_img_hover {
  display: none;
}

.social-block #sb_instagram #sbi_images {
  padding: 0 25px 15px !important;
  height: 570px;
  overflow-y: auto;
  background-color: #fff;
}

.social-block #sb_instagram #sbi_images .sbi_item {
  padding: 5px !important;
}

.social-block #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  padding: 5px !important;
}

.social-block #sb_instagram {
  padding-bottom: 30px !important;
}

.social-block #sb_instagram .sbi_follow_btn a {
  background: #fbad18;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
}

.social-block #sb_instagram #sbi_load .sbi_load_btn {
  background: #040b3e;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
}

.social-block #sb_instagram .sbi_follow_btn a:hover {
  background: #040b3e;
  box-shadow: none;
}

.social-block #sb_instagram #sbi_load .sbi_load_btn:hover {
  background: #fbad18;
  box-shadow: none;
}

.social-block #sb_instagram .sbi-screenreader {
  display: none !important;
}

/*footer css*/

footer {
  background-color: rgba(0, 0, 0, 0.7);
}

.footer-bottom {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  padding: 30px 0;
}

footer .copyright {
  font-size: 18px;
  color: #fff;
}

footer .social-icon a {
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
}

footer .social-icon a:hover {
  background-color: #fbad18;
}

footer .social-icon a:hover img {
  filter: brightness(0) invert(1);
}

footer .social-icon {
  margin: 0 -6px;
  list-style: none;
  padding: 0;
}

footer .social-icon li {
  display: inline-block;
  margin: 0;
}

footer .footer-logo {
  margin-right: 25px;
  padding-right: 40px;
  padding-top: 80px;
}

footer .contact-block {
  margin-left: 25px;
  padding-left: 40px;
}

footer .row .col-md-4 {
  position: relative;
}

footer .row .col-md-4:first-child:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  right: 40px;
  top: 0;
}

footer .row .col-md-4:last-child:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  left: 40px;
  top: 0;
}

footer .footer-title {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
}

footer .footer-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 65px;
  background-color: #fff;
}

footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px; */
}
.footer-menu-wrapper {
  display: flex;
}
.footer-menu-wrap {
  padding: 0;
}
footer .footer-menu li a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
  display: inline-block;
}

footer .footer-menu ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

footer .left,
footer .right {
  flex: 0 0 31%;
  max-width: 31%;
  -ms-flex: 0 0 31%;
}

footer .center {
  max-width: 38%;
  flex: 0 0 38%;
}

footer .contact-block li {
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 30px;
}

footer .contact-block li .icon {
  position: absolute;
  left: 0;
  top: 0;
  /* top: 6px; */
}

footer .contact-block li .icon img {
  filter: brightness(0) invert(1);
}

footer .contact-block li a:hover .icon img {
  filter: none;
}

footer .contact-block a,
footer .contact-block li p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

footer .contact-block a {
  word-break: break-all;
}

footer .contact-block li p {
  margin: 0 0 20px;
  word-break: break-word;
}

footer .contact-block li p:last-child {
  margin-bottom: 0;
}

body footer a:hover {
  color: #fbad17;
}

/*about page*/

.page-template-hanna-goliath .testimonial,
.testimonial:not(:has(div)) {
  min-height: 640px;
  background-position: center;
}

.page-template-hanna-goliath .testimonial .testimonial-box {
  background-color: transparent;
  box-shadow: none;
}

.page-template-hanna-goliath .testimonial .testimonial-box .testimonial-name {
  box-shadow: none;
}

.testimonial {
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial .slick-track {
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.testimonial .slick-slide {
  height: auto;
}

.testimonial .testimonial-box {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  /* height: calc(100% - 30px);  */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 80px;
}

.testimonial .testimonial-content {
  padding: 70px;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  line-height: 1.7;
  margin: auto;
}

.testimonial .testimonial-name {
  position: relative;
  margin-top: auto;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 23px 15px;
  text-align: center;
  width: 100%;
}

.about-hanna,
.about-goliath {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.about-goliath.img-bottom-left:before {
  background-image: url(../images/Tree.png);
}

.about-goliath.img-bottom-right:after {
  background-image: url(../images/Baloon-right.png);
  background-position: 97% center;
}

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

.education-block .row {
  margin-left: -30px;
  margin-right: -30px;
}

.education-block .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.education-block .row .col-md-6:nth-child(even) h2,
.education-block .row:nth-child(even) .col-md-6:nth-child(odd) h2 {
  background-color: #2a9cbc;
}

.education-block .row:nth-child(even) .col-md-6:nth-child(even) h2 {
  background-color: #e69c10;
}

.page-template-education .education-block h2 {
}

.education-block h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  background-color: #e69c10;
  text-align: center;
  padding: 15px 15px;
}

.education-inspiration.img-bottom-left:before {
  background-image: url(../images/Tree.png);
}

.education-inspiration.img-bottom-right:after {
  background-image: url(../images/Baloon-right.png);
  background-position: 102% center;
}

/*meetings-moderation*/

.meetings-moderation {
  background-image: url(../images/Group_2731.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.meetings-moderation .content {
  max-width: 930px;
}

.hanna-goliath-help {
  background-image: url(../images/hanna-goliath-help.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #34a8c8;
}

.hanna-goliath-help-slider .slider-item img {
  width: 100%;
}

.hanna-goliath-help h2 {
  margin: 0 0 30px;
}

.hanna-goliath-help ul {
  padding-left: 23px;
}

.hanna-goliath-help ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 25px;
}

.hanna-goliath-help ul li:last-child() {
  margin: 0;
}

.hanna-goliath-help ul li::marker {
  font-size: 26px;
}

.hanna-goliath-help .slick-slide {
  height: auto;
}

.hanna-goliath-help .slick-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  height: 65px;
  width: 50px;
  text-align: center;
}

.hanna-goliath-help .slick-arrow i {
  line-height: 65px;
  color: #fff;
}

.hanna-goliath-help .slick-arrow:hover {
  background-color: rgba(251, 173, 24, 0.75);
}

/*advisory-advocacy*/

.advisory-advocacy {
  background-image: url(../images/big-sky-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.advisory-advocacy.img-bottom-left:before {
  background-image: url(../images/Baloon.png);
  background-position: 4% 20%;
}

.advisory-advocacy.img-bottom-right:after {
  background-image: url(../images/big-tree.png);
}

.examples-hanna-work.img-bottom-left:before {
  background-image: url(../images/Tree.png);
}

.examples-hanna-work.img-bottom-right:after {
  background-image: url(../images/bike.png);
}

.examples-hanna-work a h4 {
  color: #333;
}

.examples-hanna-work a:hover h4 {
  color: #fbad18;
}

.examples-hanna-work .img-wrapper {
  padding-top: 100%;
}

/*digital education*/

.method-matirial.img-bottom-left:before {
  background-image: url(../images/cycle.png);
  background-size: contain;
}

.method-matirial.img-bottom-right:after {
  background-image: url(../images/human-right.png);
  background-size: contain;
  background-position: 99% bottom;
}

.method-matirial p {
  margin: 0 0 10px;
}

.dgt-edu-block .img-wrapper {
  padding-top: 55%;
}

.dgt-edu .left .dgt-edu-content {
  position: absolute;
  top: 15px;
  max-width: 290px;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.dgt-edu .left .dgt-edu-content h3 {
  font-weight: 700;
}

.dgt-edu .right .dgt-edu-content {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  max-width: 440px;
}

.dgt-edu .right .dgt-edu-content h3 {
  text-align: center;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.dgt-edu.img-bottom-right:after {
  background-image: url(../images/Baloon-right.png);
  background-position: right 47%;
}

.books-materials .img-wrapper {
  padding-top: 119%;
}

.books-materials.img-bottom-left:before {
  background-image: url(../images/left-half-tree.png);
}

/*blog page */

.blog {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
}

.blog .img-wrapper {
  padding-top: 75%;
}

.blog .blog_img {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
  padding: 15px;
  background-color: #fff;
}

.blog .blogList {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  margin: 0 0 25px;
  position: relative;
  background-color: #fff;
  width: 100%;
}

.blog .btn.read-more {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: "proxima-nova";
  font-weight: 700;
  color: #333;
  line-height: normal;
  font-size: 18px;
  padding: 12px 30px;
}

.blog .btn.read-more:hover {
  color: #fff;
}

.blog .comma-sepretor {
  margin-right: 5px;
}

.blog .comma-sepretor:last-child {
  display: none;
}

.blog .tagList {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
}

.blog .tagList a {
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(251, 173, 24, 0.1);
  border: 1px solid #fbad18;
  color: #333;
  padding: 4px 15px;
  display: inline-block;
}

.blog .tagList a:hover {
  background-color: #fbad18;
}

.blog_title strong,
.sidebar .categoryList ul li strong,
.sidebar .tagList1 li strong,
.page-template-blog .blog_content p strong {
  font-weight: 400;
}

.blogList .category-title strong {
  font-weight: bold;
}

.blogList .blog-tag,
.blogList .category-title {
  padding-right: 130px;
}

.blog .blogList .blog_title,
.blog .blogList .blog_content p {
  font-family: "proxima-nova";
}

.blog .blogList .blog_title,
.blogList .category-title {
  word-break: break-word;
}

.download-kit p {
  font-size: 14px;
  line-height: 18.44px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

.download-kit p strong,
.download-kit h3 {
  font-weight: normal;
}

.download-kit {
  background-color: #34a8c8;
  padding: 35px;
  margin-bottom: 40px;
  text-align: center;
}

.download-kit .title {
  padding: 0 !important;
  margin-bottom: 25px !important;
  color: #fff;
  border-bottom: 0 !important;
}

.download-kit a.btn {
  font-size: 14px;
  color: #000;
  width: 100%;
}

.download-kit a.btn:hover {
  color: #fff;
}

.sidebar .title {
  border-bottom: 1px solid #f7f7f7;
  padding: 20px;
  margin: 0;
  font-weight: bold;
}

.sidebar .title strong {
  font-weight: 700;
}

.sidebar .widget-box-wrapper {
  padding: 20px 0;
}

.sidebar .categoryList ul {
  padding-left: 0;
  list-style: none;
}

.sidebar .categoryList ul li {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  margin: 0;
  border-bottom: 1px solid #f7f7f7;
}

.sidebar .categoryList ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar .categoryList ul li:first-child {
  padding-top: 0;
}

.sidebar .categoryList ul li a {
  color: #333;
  position: relative;
  padding-left: 35px;
  display: block;
  margin: 0;
  word-break: break-word;
}
.sidebar .categoryList ul li a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 0;
  color: #3980c2;
  font-family: "Font Awesome 5 Pro";
}
.sidebar .categoryList ul li a.active,
.sidebar .categoryList ul li a.active:before,
.sidebar .categoryList ul li:hover a,
.sidebar .categoryList ul li:hover a:before {
  color: #fbad18;
}

.sidebar .categoryList ul:last-child {
  margin-bottom: 0;
}

.sidebar .tagList1 .widget-box-wrapper {
  padding: 20px;
}

.sidebar .tagList1 .widget-box-wrapper li {
  display: inline-block;
}

.sidebar .tagList1 .widget-box-wrapper ul {
  margin-bottom: -10px;
}

.sidebar .tagList1 .widget-box-wrapper a {
  font-size: 14px;
  color: #333;
  background-color: rgba(251, 173, 24, 0.1);
  border: 1px solid #fbad18;
  padding: 9px 20px;
  display: inline-block;
  font-family: "proxima-nova";
  line-height: normal;
  margin: 0 10px 0 0;
  word-break: break-word;
}
.sidebar .tagList1 .widget-box-wrapper a.active,
.sidebar .tagList1 .widget-box-wrapper a:hover {
  background-color: #fbad18;
}

.drag-post {
  cursor: pointer !important;
  color: #007bff !important;
}

/*single blog*/

.single-post .blog.img-bottom-left:before {
  background-image: url(../images/Tree.png);
}

.single-post .blog.img-bottom-right:after {
  background-image: url(../images/Baloon-right.png);
  background-position: 102% center;
}

.single-post .detailPost {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
}

.single-post .detailPost .post-title,
.single-post .detailPost * {
  font-family: "proxima-nova";
}

.single-post .detailPost .fa {
  font-family: "FontAwesome";
}

.single-post .detailPost .thumb_img_dup img {
  width: 100%;
}

.single-post .share-btn:hover {
  color: #fff;
}

.socializer i {
  line-height: 32px;
}

.socializer i.fab {
  font-family: "Font Awesome 5 Brands";
}

.socializer i.fa {
  font-family: "FontAwesome";
}

.wpsr-counter {
  align-items: center;
  flex-direction: row-reverse;
  line-height: normal;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 30px;
  min-width: 135px;
  background-color: #fbad17;
}

.wpsr-share-icons .wpsr-si-inner {
  align-items: center;
}

.wpsr-counter .stext {
  margin-top: 0;
  opacity: 1;
  text-transform: capitalize;
  color: #333;
}

.wpsr-counter .scount {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 5px;
  color: #333;
}

/*Press and Publications*/

.press-main .blog-main-title {
  margin: 0 0 20px;
  position: relative;
  font-weight: 800;
}

.press-main .blog-main-title span {
  font-weight: 800;
}

.press-main .blog-main-title:after {
  content: "";
  position: absolute;
  width: 100%;
}

.press-publications .sidebar {
  margin-top: 0px;
}

.press-main .blog-main-title:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
  height: 3px;
  background-color: #fbad18;
  z-index: -1;
}

.press-main .blog-main-title span {
  background: #fafafa;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

.press-main .blogList .blog_content strong {
  font-weight: 400;
}

.press-main .blogList .blog_content * {
  font-family: "proxima-nova";
}

/*Previous clients*/

.previous-clients .section-header {
  background-image: url(../images/prevoius-client-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.previous-clients-block .content-block {
  width: 54%;
  background-color: #34a8c8;
  padding: 70px 7%;
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.previous-clients-block .row:not(:last-child) {
  margin-bottom: 10px;
}

.previous-clients-block .img-block {
  width: 46%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.previous-clients-block .img-block img {
  position: static;
}

.previous-clients-block .row.left .img-block {
  left: 0;
  right: auto;
}

.previous-clients-block .img-block .img-wrapper {
    padding-top: 0 !important;
    height: 100%;
}

.previous-clients-block .content-block ul {
  list-style: none;
  padding: 0;
}

.previous-clients-block .content-block li {
  font-size: 18px;
  font-weight: 500;
}

.previous-clients-block .content-block ul:last-child,
.previous-clients-block .content-block ul li:last-child {
  margin-bottom: 0;
}

.previous-clients-block .row {
  position: relative;
}

.previous-clients-block .row.left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.previous-clients-block .row:nth-child(even) .content-block {
  background-color: #fbb124;
}

.previous-clients-block .full .content-block,
.previous-clients-block .full .content-wrapper {
  width: 100%;
}

.previous-clients-block .full .content-block .row {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

/*category pages*/

.category-single-banner.img-bottom-right:after {
  background-image: url(../images/right-dark-girl.png);
  background-position: 90% center;
}

.category-single-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(261.91deg, #2f80ed 0.15%, #56ccf2 100.04%);
  z-index: -1;
}

.category-single-banner .btn {
  background-color: #fff;
  color: #434343;
  min-width: 295px;
  font-weight: bold;
}

.category-single-banner .btn:hover {
  background-color: #fbad18;
  color: #fff;
}

.category .blog.img-bottom-left:before {
  background-image: url(../images/Tree.png);
}

.category .blog.img-bottom-right:after,
.tag .blog.img-bottom-right:after {
  background-image: url(../images/Baloon-right.png);
  background-position: 102% 4%;
}

/* contact page */

.contact.img-bottom-right:after {
  background-image: url(../images/Baloon-right.png);
  background-position: 104% center;
}

.contact .contact-detail ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px;
}

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

.contact .contact-detail ul li a {
  word-break: break-all;
  color: #666;
  font-weight: 500;
  font-size: 18px;
}

.contact .contact-detail ul li:nth-child(2) a {
  font-size: 16px;
}

.contact .contact-detail ul li a:hover {
  color: #2f80ed;
}

.contact .contact-detail ul li .icon {
  position: absolute;
  left: 0;
  top: 8px;
}

.contact .row {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
}

.contact .contact-detail {
  padding: 90px 30px 90px 70px;
  border-right: 1px solid #cdcdcd;
}

.contact .cotact-form {
  padding: 90px 70px;
}

.contact .cotact-form form .form-field input {
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 20px 20px 30px;
  width: 100%;
}

.contact .cotact-form form textarea {
  border: 1px solid #cbcbcb;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 20px 20px 30px;
  width: 100%;
  height: 300px;
  resize: none;
}

.contact .cotact-form .user-name input {
  background-image: url(../images/gray-user-name.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.contact .cotact-form .email input {
  background-image: url(../images/email-gray.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.contact .cotact-form .btn {
  font-size: 23px;
  font-weight: bold;
  font-family: "proxima-nova";
  min-width: 210px;
  color: #333;
}

.contact .cotact-form .btn:hover {
  color: #fff;
}

.contact {
  padding-bottom: 300px;
}

.contact span.ajax-loader {
  display: none !important;
}

.contact form {
  margin: 0;
}

.contact .cotact-form input::-webkit-input-placeholder,
.contact .cotact-form textarea::-webkit-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

.contact .cotact-form input::-moz-placeholder,
.contact .cotact-form textarea::-moz-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

.contact .cotact-form input:-ms-input-placeholder,
.contact .cotact-form textarea:-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

.contact .cotact-form input::-ms-input-placeholder,
.contact .cotact-form textarea::-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

.contact .cotact-form input::placeholder,
.contact .cotact-form textarea::placeholder {
  color: #cbcbcb;
  opacity: 1;
}

.wpcf7-not-valid-tip {
  margin: 10px 0 0;
}

/* methods-and-materials page content css */

.help-with-image .left-section {
  padding-left: calc((100% - 1430px) / 2);
  padding-right: 0;
  padding-top: 35px;
  padding-bottom: 60px;
}

.help-with-image .row {
  margin: 0;
}

.help-with-image .provide-help-content {
  padding: 0 15px;
}

.help-with-image .provide-help-content ul {
  margin-top: 30px;
  margin-bottom: 0;
}

.help-with-image .image-height img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-with-image .left-section {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  width: 100%;
}

.help-with-image .right-section {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  display: flex;
}

.help-with-image .provide-help-content ul li:last-child {
  margin-bottom: 0;
}

.help-with-image .right-section .image-height {
  position: relative;
  width: 100%;
}

.help-with-image .provide-help-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

.help-with-image .provide-help-content ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.help-with-image .provide-help-content ul {
  padding-left: 0;
  list-style: none;
}

#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 5px;
  margin-top: 5px;
}

.home .video-title {
  text-align: center;
  padding-bottom: 42px;
  font-size: 33px;
}

.digital-education {
  padding: 32px 0;
}

.digital-education .section-header {
  margin-bottom: 30px;
}

.digital-education .row > div > a {
  display: block;
  max-width: 435px;
  margin: auto;
}

.education-img {
  position: relative;
  padding-bottom: 85%;
}

.education-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.education-content {
  background: #ffffff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  border-radius: 0px 0px 12px 12px;
  padding: 10px 22px;
}

.education-content p {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: #2f3026;
  font-family: "proxima-nova";
  transition: all 0.5s ease-in-out 0s;
}

.education-img h3 {
  font-weight: bold;
  line-height: normal;
  color: #000000;
  text-align: center;
  position: absolute;
  left: 0;
  top: 5px;
  text-transform: capitalize;
  font-family: "proxima-nova";
  width: 100%;
  margin: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}

.page-template-methods-materials .books-materials .container {
  max-width: 1300px;
}

/*-----------------Press Kit---------------*/

.press-kit-section {
  max-width: 1080px;
  margin: 45px auto;
}

.press-kit-logo {
  margin-top: 45px;
}

.press-kit-section h2 {
  margin-bottom: 40px;
}

.press-kit-section .press-kit-logo-inner {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 50px;
}

.press-kit-logo img {
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}

.press-kit-logo a.btn {
  padding: 17px 65px;
}

div#wpsr-share-menu {
  display: none;
}

div#wpsr-short-link {
  display: none;
}

.footer-bottom .social-icon img {
  /* padding: 13px; */
}

/*-----------------Press Kit---------------*/

.tab-content .img-wrapper img {
  object-fit: unset;
}
body.home .tab-content .img-wrapper img {
  object-fit: cover;
}
/*----------- Achivement Page Start -----------*/

/*----------- Achivement Banner Start -----------*/

.achivement-banner {
  position: relative;
  overflow: hidden;
  background: #fbad18;
  /*min-height: 745px;*/
}

.achivement-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.achivement-banner .banner-image img {
  height: 100%;
}

.achivement-banner .banner-detail {
  bottom: 0;
  position: relative;
  width: 100%;
}

.achivement-banner .banner-detail {
  color: #fff;
  text-align: left;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc(50vw - 705px);
  text-align: left;
}

.achivement-banner .banner-detail p {
  font-weight: 500;
  font-size: 36px;
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
}

.achivement-banner .banner-detail .phone-icon {
  height: 49px;
  width: 49px;
  margin-right: 24px;
}

.achivement-banner .banner-detail h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
}

.achivement-banner .banner-detail a {
  color: #fff;
}

/*----------- Achivement Banner End -----------*/

/*----------- Client Image Start -----------*/
/*
.client-img {
  margin-top: -500px;
  position: absolute;
  width: 100%;
  height: 754px;
  left: 0px;
  right: 0px;
}*/

.client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------- Client Image End -----------*/

/*-----------  Achievement two column img Start-----------*/

.achvivement-two-column-img {
  background-image: url(https://evey.templweb.com/wp-content/uploads/2024/02/woekshop-bg.png);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
}

.achvivement-two-column-wrap {
  align-items: center;
}

.achvivement-two-column-img .content-wrapper {
  padding-left: 40px;
}

.achvivement-two-column-img .content-wrapper h2 {
  font-weight: 700;
  max-width: 480px;
  margin-bottom: 18px;
}

.achvivement-two-column-img .content-wrapper p {
  font-weight: 400;
  line-height: 30px;
  max-width: 490px;
}

.achvivement-two-column-wrap .image-wrapper img {
  width: 100%;
}

/*-----------  Achievement two column img Start -----------*/

/*--------------- Human Rights Start -------------*/

.human-right-chart {
  margin-bottom: 57px;
}

/*--------------- Human Rights End -------------*/

/*--------------- Human Rights Information Start -------------*/

.human-right-information {
  margin-top: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}

.human-right-wrapper {
  margin-right: -20px;
  margin-left: -20px;
}

.human-right-item {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.human-right-box {
  padding: 40px 50px;
  height: 100%;
  transition: all 0.5s ease;
  background: #3997ee;
  color: #ffffff;
}
.human-right-information .human-right-item .human-right-box {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.human-right-information .human-right-item:nth-child(2) .human-right-box {
  background: #fbad18;
}
.human-right-information .human-right-item:nth-child(3) .human-right-box {
  background: #9abd63;
}
.human-right-information .human-right-item:nth-child(4) .human-right-box {
  background: #9e4a9a;
}
.human-right-box .icon-box {
  height: 80px;
  width: 80px;
  background: #34a8c8;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  display: none;
}

.human-right-box .icon-box .default {
  display: block;
}

.human-right-box .icon-box .hover {
  display: none;
}

.human-right-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #ffffff;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.human-right-box p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.5s ease;
}

.human-right-information .human-right-item:nth-child(2) .human-right-box:hover,
.human-right-information .human-right-item:nth-child(3) .human-right-box:hover,
.human-right-information .human-right-item:nth-child(4) .human-right-box:hover,
.human-right-box:hover {
  background: #34a8c8;
}

.human-right-box:hover .icon-box {
  background: #fff;
}

.human-right-box:hover .hover {
  display: block;
}

.human-right-box:hover .default {
  display: none;
}

.human-right-box:hover h3,
.human-right-box:hover p {
  color: #fff;
}

/*--------------- Human Rights Information End -------------*/

/*------------ Client testimonial Start ------------*/

.client-testimonial {
  background: #f8f8f8;
  padding: 73px 0px 80px 0px;
  overflow: hidden;
}

.title-with-arrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.client-testimonial .slider-navigation {
  display: flex;
  gap: 17px;
}

.client-testimonial .slider-navigation a {
  height: 55px;
  width: 55px;
  background: #fbad18;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}

.client-testimonial .slider-navigation a:hover {
  background: #34a8c8;
}

.client-testimonial .title h2 {
  color: #000;
  margin-bottom: 16px;
  font-weight: 600;
}

.client-testimonial .title p {
  color: #000;
  font-weight: 400;
}

.client-testimonial-item {
  background: #fff;
  padding: 50px 22px;
  text-align: center;
  height: 100%;
}

.client-testimonial-item .profile-img {
  height: 93px;
  width: 93px;
  display: block;
  border-radius: 100%;
  padding-bottom: 0px;
  margin: 0 auto 13px auto;
}

.client-testimonial-item .profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  padding: 0px;
}

.client-testimonial-item .detail h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  color: #0e0f12;
  margin-bottom: 13px;
}

.client-testimonial-item .detail p {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #0e0f12;
}

.client-testimonial-item img {
  margin: 0 auto;
  padding-bottom: 11px;
}

.client-testimonial-slider .ratings {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.client-testimonial-slider .ratings .rate {
  position: relative;
  display: block;
  height: 25px;
  width: 25px;
  margin: 0px 3px;
}

.client-testimonial-slider .ratings > .rate:before {
  content: url(../images/border-star.png);
  color: #fbad18;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
  line-height: 23px;
}

.client-testimonial-slider .ratings > .rate.fill:before {
  content: url(../images/full-star.png);
}

.client-testimonial-slider .slick-slide {
  padding: 0 12.5px;
  height: inherit;
}

.client-testimonial-slider .slick-list {
  margin: 0 -12.5px;
  overflow: inherit;
}

.client-testimonial-slider .slick-track {
  display: flex !important;
}

/*------------ Client testimonial End ------------*/

/*--------- Our program Start ----------*/

.our-program {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.our-program .program-box {
  margin-bottom: 30px;
}

.program-box .image-box {
  height: 330px;
  margin-bottom: 24px;
  box-shadow: 0px 4px 7px 0px #0000001a;
}

.program-box .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.program-box .detail {
  text-align: center;
}

.program-box .detail h3 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 28px;
}

.program-box .detail .btn {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  padding: 15px 30px;
}

.program-box .detail .btn:hover {
  color: #fff;
}

.our-program-left {
  position: absolute;
  width: 568px;
  height: 327px;
  opacity: 0.3;
  left: -16%;
  bottom: 0px;
}

.our-program-right {
  position: absolute;
  width: 230px;
  height: 355px;
  opacity: 0.1;
  right: -8%;
  bottom: 40px;
}

/*--------- Our program End ----------*/

/*---------  Social Proof and Credibility Start ----------*/

.social-proof {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78px 0px 56px 0px;
  margin-bottom: 73px;
  overflow: hidden;
}

.social-proof .row {
  align-items: center;
  color: #fff;
}

.social-proof h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 39px;
}

.social-proof-box {
  background: #fff;
  height: 210px;
  padding: 17px 0px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transform-style: preserve-3d;
}

.social-proof-box img {
  height: 177px;
  object-fit: cover;
  width: auto;
}

.social-proof-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #14667c;
  bottom: -12px;
  left: -12px;
  transform: translateZ(-1px);
  box-sizing: content-box;
}

.social-proof-wrap {
  padding-right: 22.5px;
  padding-left: 22.5px;
}

.social-proof-wrapper {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

/*---------  Social Proof and Credibility End ----------*/

/*-------- Blog and News Start ------*/

.blog-news {
  margin-bottom: 80px;
}

.blog-news .title {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  color: #000;
}

.blog-news .nav {
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #cccccc;
  align-items: flex-end;
}

.blog-news .nav .nav-item {
  margin: 0px 22px;
}

.blog-news .nav-tabs .nav-link.active {
  border-bottom: 2px solid #fbad18;
}

.blog-news .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #313131;
}

.blog-news .nav-tabs .nav-link {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: rgb(49 49 49 / 50%);
  padding: 16px 12px;
  border-bottom: 2px solid transparent;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

.blog-news .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #fbad18;
  color: #313131;
}

.blog-post-item {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-post-item .blog-img-text {
  height: 400px;
  position: relative;
}

.blog-post-item .blog-img-text .blog-img.logo {
  padding: 22px;
}

.blog-post-item .blog-img-text .blog-img {
  height: 400px;
  text-align: center;
}

.blog-post-item .blog-img-text .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-post.yellow .blog-img-text .blog-img.logo img {
  height: 267px;
}

.blog-post .blog-img-text .blog-img.logo img {
  height: 267px;
  width: auto;
}

.blog-post {
  border: 1px solid #fbad18;
}

.blog-post.yellow {
  border: 1px solid #fbad18;
}

.blog-post.blue {
  border: 1px solid #34a8c8;
}

.blog-author-detail {
  background: rgb(0 0 0 / 30%);
  padding: 18px 22px 18px 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-post.blue .blog-author-detail {
  background: rgb(255 255 255 / 30%);
}

.blog-author-detail .profile {
  display: flex;
  align-items: center;
}

.blog-author-detail .profile .profile-img {
  height: 60px;
  width: 60px;
  margin-right: 16px;
}

.blog-author-detail .profile .profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.blog-author-detail .profile .text {
  color: #fff;
}

.blog-author-detail .profile .text h5 {
  font-weight: 700;
  margin-bottom: 4px;
}

.blog-author-detail .profile .text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.blog-post.yellow .blog-detail {
  background: #fbad18;
}

.blog-post.blue .blog-detail {
  background: #34a8c8;
}

.blog-post .blog-detail {
  background: #fbad18;
  height: 100%;
}

.blog-post .blog-detail {
  padding: 20px 40px 66px 22px;
}

.blog-post .blog-detail {
  color: #fff;
}

.blog-post .blog-detail h4 {
  font-weight: 600;
}

.blog-post .blog-detail p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}

.blog-post .blog-detail .learn-more-btn {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}

.blog-post .blog-detail .learn-more-btn:hover {
  color: #000;
}

.blog-post .blog-detail .learn-more-btn::after {
  content: "";
  position: relative;
  right: 0;
  bottom: 0;
  height: 13px;
  width: 13px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/laernmore-btn.svg);
  margin-left: 8px;
}

.blog-post .blog-detail .learn-more-btn:hover::after {
  background-image: url(../images/learnmore-btn-black.svg);
}

.blog-post .position {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  padding: 0px 18px;
  background: #0088ff;
}

.blog-post.yellow .position {
  background: #0088ff;
}

.blog-post.blue .position {
  background: #997c00;
}

.blog-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-top: 47px;
}

.blog-post.blue .blog-img-text .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------- Blog and News End ------*/

/*----------- Achivement Page End -----------*/

/*-------- Blog-28-01-25 Start ------*/
.blog-item.sticky {
  position: relative;
  overflow: hidden;
}
.blog-item.sticky .blog-image {
  max-height: 800px;
}
.blog-item.sticky .blog-image * {
  height: 100%;
}
.blog-item.sticky .blog-content {
  background: rgba(22, 22, 48, 0.5);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0px 25px;
  color: #ffffff;
}
.blog-item.sticky .blog-image:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-item.sticky .blog-content > .container > .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-item.sticky a.blog-category {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 17px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-item.sticky .blog-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 10px;
  font-family: "proxima-nova";
  text-transform: capitalize;
}
.blog-item.sticky .sticky-icon {
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url(../images/sticky-icon.svg);
  background-position: center;
  width: 40px;
  height: 40px;
  background-color: #3997ee;
  border-radius: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog.blog-lists .blog-content-right .btn.read-more {
  position: static;
}
.blog-item.sticky .blog-content .blog-content-left {
  display: flex;
  gap: 24px;
  width: 300px;
  padding-top: 10px;
}
.blog-item.sticky .blog-content .blog-content-right {
  width: 170px;
  padding-top: 10px;
}
.blog-item.sticky .blog-content .blog-content-center {
  width: calc(100% - 470px);
}
.blog-item.sticky .blog-content .blog_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 0;
}
.blog.blog-lists .blogList {
  padding: 0px;
  box-shadow: none;
  background: transparent;
}
.blog.blog-lists .blog-item .blog-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog.blog-lists .section-header .page_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
}
.blog.blog-lists .blogList .blog-left {
  max-width: 30.5%;
  flex: 0 0 auto;
}
.blog.blog-lists .blogList .blog-right {
  max-width: 69.5%;
  flex: 0 0 auto;
}
.blog.blog-lists .blogList .blog-left .img-wrapper {
  padding-top: 91%;
}
.blog.blog-lists .blogList .blog-right .blog_wrapper {
  margin-top: 10px;
}
.blog.blog-lists .blogList .blog-right .blog_wrapper .blog-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 14px;
  font-family: "proxima-nova";
  text-transform: capitalize;
}
.blog.blog-lists .blogList .blog-right .blog_wrapper .blog_title {
  font-weight: 600;
  color: #000000;
}
.blog.blog-lists .blogList .blog-right .blog_wrapper .blog_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 23px;
}
.blog.blog-lists .blogList .blog-right .btn.read-more {
  position: static;
}
/*-------- Blog End ------*/
/*----------- Achivement new 29-01-25 start -----------*/
.achivement-banner .image-row {
  /* height: 100%;*/
}
.achivement-banner .client-img {
  aspect-ratio: 1.4/1;
}
.achivement-banner .banner-detail .icon {
  height: 30px;
  width: 30px;
  margin-right: 13px;
  margin-top: 7px;
}
.human-right-information .human-right-item .human-right-box .btn {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding: 9px 40px;
  margin-top: auto;
}
.human-right-information .human-right-item:nth-child(2) .human-right-box .btn {
  background: #3997ee;
}
.human-right-information .human-right-item:nth-child(4) .human-right-box .btn {
  background: #040b3e;
}
.human-right-information .human-right-item .human-right-box .btn:hover {
  background: #333333 !important;
}
/*-*/
.awards-section {
  padding-top: 70px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}
.awards-section .container .row {
  margin-right: -11px;
  margin-left: -11px;
}
.awards-section .container .row > div {
  padding: 0px 11px 22px;
}
.awards-section .title-wrapper {
  width: 100%;
  text-align: center;
}
.awards-section .title-wrapper h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.awards-section .award-item {
  width: 33.33%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.awards-section .award-item .image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 81%;
}
.awards-section .award-item .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.awards-section .award-item .award-content {
  background: linear-gradient(87.66deg, #e3990c 0%, #fbad19 96.54%);
  padding: 7px 23px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-section .award-item .award-content h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
/*----------- Achivement Page End -----------*/
@media only screen and (max-width: 1630px) {
  .img-bottom-left:before {
    background-size: 250px;
  }
  .img-bottom-right:after {
    background-size: 200px;
  }
  .method-matirial.img-bottom-left:before,
  .method-matirial.img-bottom-right:after {
    background-size: 150px;
  }
  .about-hanna,
  .about-goliath {
    background-position: left 25% center;
  }
  .about-hanna .container .row > div {
    padding: 0px 7%;
  }
}
@media only screen and (max-width: 1450px) {
  .achivement-banner .banner-detail {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1430px) {
  .img-bottom-left:before {
    background-size: 200px;
  }
  .img-bottom-right:after {
    background-size: 150px;
  }
  header .awards .item:last-child img {
    max-width: 160px;
  }
  header .awards .item img {
    max-width: 70px;
  }
  .page-template-hanna-goliath .testimonial,
  .testimonial:not(:has(div)) {
    min-height: 480px;
  }
  .download-kit {
    padding: 28px;
  }
  .service-block .service-box p {
    min-height: 48px;
  }
}

/*reponsive css*/

@media only screen and (max-width: 1399px) {
  .education-block h2 {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1280px;
  }
  .help-with-image .col-md-8 {
    padding-left: calc((100% - 1250px) / 2);
  }
  .help-with-image .left-section {
    padding-left: calc((100% - 1280px) / 2);
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .help-with-image .right-section {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .service-block .service-box p {
    min-height: 54px;
  }
  .download-kit .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .img-bottom-left:before {
    background-size: 150px;
  }
  .img-bottom-right:after {
    background-size: 100px;
  }
  .about-goliath.img-bottom-right:after {
    background-position: right center;
  }
  .advisory-advocacy.img-bottom-right:after {
    background-size: 230px;
  }
  .method-matirial.img-bottom-left:before,
  .method-matirial.img-bottom-right:after {
    background-size: 60px;
  }
  .contact {
    padding-bottom: 220px;
  }
  header .awards .item:last-child img {
    max-width: 150px;
  }
  header .awards .item img {
    max-width: 64px;
  }
}

@media (min-width: 1200px) and (max-width: 1367px) {
  header .awards .item:last-child img {
    max-width: 110px;
  }
  header .awards .item img {
    /* max-width: 55px; */
  }
  .header-bottom .main-ul > li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .meetings-moderation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .examples-hanna-work a h4 {
    font-size: 22px;
  }
  .method-matirial {
    padding-bottom: 50px;
  }
  .blog_title {
    font-size: 30px;
    font-weight: normal;
    font-family: "proxima-nova";
    line-height: 1.2;
  }
  .blog_content p,
  .single-post .detailPost .post_det_content p,
  .single-post .detailPost .post_det_content ul li,
  .single-post .detailPost .post_det_content ol li {
    font-size: 18px;
    font-weight: normal;
    font-family: "proxima-nova";
  }
  .press-main:not(:last-child) {
    margin: 0 0 75px;
  }
  .previous-clients-block .content-block h2 {
    margin-bottom: 30px;
  }
  .category-single-banner .h1,
  .category-single-banner h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
  p,
  li {
    font-size: 18px;
  }
  .section-padding,
  .latest-work-post {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .header-bottom {
    padding: 20px 0;
  }
  .header-bottom .main-ul > li {
    padding: 0 10px 0 20px;
  }
  header .main-menu .caret-arrow {
    font-size: 24px;
  }
  header .awards .item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-bottom .center-col {
    width: 70%;
  }
  .header-bottom .right-col {
    width: 14%;
  }
  .service-block .service-box {
    padding: 25px;
  }
  .single-banner-with-text {
    padding: 50px 0;
  }
  .latest-work-post .nav-link {
    font-size: 20px;
    padding: 0 0 8px;
  }
  .latest-work-post .nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .latest-work-post .nav-item {
    padding: 0 15px;
  }
  .latest-work-post .text-block {
    padding: 30px;
  }
  footer .footer-logo {
    margin-right: 10px;
    padding-right: 25px;
  }
  footer .contact-block {
    margin-left: 10px;
    padding-left: 25px;
  }
  footer .footer-menu li a,
  footer .contact-block a,
  footer .contact-block li p,
  footer .copyright {
    font-size: 15px;
  }
  footer .social-icon a {
    width: 45px;
    height: 45px;
  }
  footer .social-icon a img {
    max-width: 22px;
    max-height: 22px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .testimonial .testimonial-box {
    margin: 10px 40px;
    height: auto;
    display: block;
  }
  .testimonial .slick-track {
    display: block;
  }
  .testimonial .testimonial-content {
    font-size: 21px;
    line-height: 1.5;
    padding: 50px;
  }
  .hanna-goliath-help ul li {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .books-materials .h3 {
    font-size: 18px;
  }
  /* .dgt-edu .left .dgt-edu-content {
        left: 5%;
        top: 60%;
    } */
  .dgt-edu .right .dgt-edu-content {
    max-width: 350px;
  }
  .dgt-edu .dgt-edu-content h3 {
    font-size: 20px;
  }
  .blog .blogList .blog_title {
    font-size: 26px;
  }
  .single-post .detailPost {
    padding: 20px;
  }
  .img-bottom-left:before {
    background-size: 90px;
  }
  .advisory-advocacy.img-bottom-left:before {
    background-position: 2% 14%;
  }
  .previous-clients-block .content-block {
    padding: 30px;
  }
  .previous-clients-block .content-block li {
    font-size: 16px;
  }
  .contact .contact-detail,
  .contact .cotact-form {
    padding: 30px;
  }
  .contact .cotact-form form .form-field input,
  .contact .cotact-form form textarea {
    padding: 10px 20px 10px 30px;
    font-size: 16px;
  }
  .contact .cotact-form .btn {
    font-size: 18px;
    min-width: auto;
  }
  footer .row .col-md-4:first-child:after {
    right: 25px;
  }
  footer .row .col-md-4:last-child:before {
    left: 25px;
  }
  .previous-clients-block .content-block,
  .previous-clients-block .img-block,
  .previous-clients-block .content-wrapper {
    width: 100%;
  }
  .previous-clients-block .img-block {
    position: static;
  }
  .previous-clients-block .img-block img {
    height: auto;
  }
  .img-wrapper img {
    /*position: relative;*/
    max-width: 100%;
    /* height: auto;*/
    width: 100%;
  }
  .previous-clients-block .row:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .previous-clients-block .img-block .img-wrapper img {
    position: relative;
  }
  .video-wrapper .play-icon img {
    max-width: 80px;
  }
  .help-with-image .provide-help-content h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .help-with-image .provide-help-content ul li:before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .help-with-image .provide-help-content ul li {
    padding-left: 22px;
  }
  .help-with-image .left-section {
    padding-bottom: 35px;
  }
  .help-with-image .left-section {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .help-with-image .right-section {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .page-template-hanna-goliath .testimonial,
  .testimonial:not(:has(div)) {
    min-height: 340px;
  }
  .download-kit {
    padding: 20px;
  }
  .download-kit .title {
    font-size: 18px;
    text-align: left;
  } /*-*/
  .blog-item.sticky .blog-content .blog_title {
    font-size: 30px;
    line-height: 45px;
  }
  .achivement-banner .banner-detail p {
    font-size: 30px;
    line-height: 35px;
  }
  .achivement-banner .banner-detail h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .achivement-banner .banner-detail .icon {
    margin-top: 3px;
  }
  .awards-section .award-item .award-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  /*-*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-bottom .left-col {
    width: 15%;
  }
  .header-bottom .right-col {
    width: 15%;
  }
  header .awards .item {
    padding-left: 4px;
    padding-right: 4px;
  }
  header .awards .item:last-child img {
    max-width: 77px;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .education-img h3 {
    font-size: 16px;
    top: -1px;
  }
}

@media (min-width: 768px) and (max-width: 994px) {
  .service-block .service-box h3 {
    font-size: 16px;
  }
  .service-block .service-box p {
    min-height: 80px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .service-block .service-box p {
    min-height: 72px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .education-img h3 {
    top: 0;
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .achivement-banner .image-row > div {
    width: 50%;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }
  p,
  li {
    font-size: 16px;
  }
  .section-padding,
  .latest-work-post {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-menu {
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    background-color: #fff;
    width: 300px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .header-bottom .main-ul {
    display: block;
  }
  header #navbar::-webkit-scrollbar {
    width: 5px;
  }
  header #navbar::-webkit-scrollbar-thumb {
    background-color: #fcc563;
  }
  .main-menu.open {
    opacity: 1;
    left: 0;
    z-index: 999;
  }
  header #navbar {
    padding: 50px 0px;
    height: 100vh;
    overflow-y: auto;
  }
  .header-bottom .main-ul > li {
    padding: 15px 30px;
    border-bottom: 1px solid #dedede;
    display: block;
    width: 100%;
    margin: 0;
  }
  .header-bottom .main-ul > li:not(:last-child) {
    border-right: 0;
  }
  .header-bottom .left-col,
  .header-bottom .right-col {
    width: 50%;
  }
  .header-bottom .center-col {
    width: 0;
  }
  .header-top .header-contect a {
    font-size: 14px;
    padding: 0 5px;
  }
  .header-top .header-contect a i {
    font-size: 14px;
  }
  .header-top .header-contect a i.fa-phone {
    transform: rotate(90deg);
  }
  .header-top {
    padding: 7px 0;
  }
  header .awards {
    display: none;
  }
  .header-bottom .right-col {
    text-align: right;
  }
  header .main-menu ul.sub-menu {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 14px 0 0;
  }
  header .main-menu ul.sub-menu li {
    padding: 15px 20px;
    margin: 0;
  }
  .latest-work-post .nav-link {
    font-size: 16px;
  }
  .latest-work-post .nav-link {
    font-size: 14px;
  }
  footer .left {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }
  footer .footer-logo {
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    border-right: 0;
    height: auto;
  }
  footer .center,
  footer .right {
    max-width: 50%;
    flex: 0 0 50%;
  }
  footer .contact-block {
    margin: 0;
    padding: 0;
    border-left: 0;
  }
  footer .footer-logo img {
    max-width: 230px;
  }
  .testimonial .testimonial-content {
    padding: 30px;
    font-size: 18px;
  }
  .testimonial .testimonial-name {
    padding: 15px;
  }
  .slick-arrow i {
    font-size: 20px;
  }
  .testimonial .testimonial-content {
    padding: 20px;
    font-size: 14px;
  }
  .header-top .lang-dropdown select {
    padding: 0 15px 0 10px;
  }
  .education-block .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .education-block .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hanna-goliath-help ul li {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .hanna-goliath-help h2 {
    margin: 0 0 20px;
  }
  .hanna-goliath-help .slick-arrow {
    height: 50px;
    width: 35px;
  }
  .hanna-goliath-help .slick-arrow i {
    line-height: 50px;
  }
  .hanna-goliath-help ul li::marker {
    font-size: inherit;
  }
  .hanna-goliath-help ul {
    padding-left: 17px;
  }
  footer .contact-block li .icon {
    top: 4px;
  }
  .dgt-edu .dgt-edu-content h3 {
    font-size: 16px;
  }
  .dgt-edu .right .dgt-edu-content {
    max-width: 100%;
    padding: 0 10px;
    top: 25%;
  }
  /* .dgt-edu .left .dgt-edu-content {
        max-width: 220px;
    } */
  .books-materials .h3 {
    font-size: 16px;
  }
  .img-bottom-left:before {
    background-size: 60px;
  }
  .img-bottom-right:after {
    background-size: 80px;
  }
  .blog .blogList .blog_title {
    font-size: 21px;
  }
  .blog .blogList .blog_content p {
    font-size: 14px;
  }
  .blog .btn.read-more {
    font-size: 16px;
    padding: 10px 20px;
  }
  .method-matirial.img-bottom-left:before,
  .method-matirial.img-bottom-right:after {
    background-size: 50px;
  }
  .previous-clients-block .content-block,
  .previous-clients-block .img-block,
  .previous-clients-block .content-wrapper {
    width: 100%;
  }
  .previous-clients-block .img-block {
    order: -1;
  }
  .category-single-banner .h1 {
    font-size: 26px;
  }
  .blogList .blog-tag,
  .blogList .category-title {
    padding-right: 100px;
  }
  .previous-clients-block .content-block li {
    font-size: 14px;
  }
  footer .row .col-md-4:first-child:after,
  footer .row .col-md-4:last-child:before {
    display: none;
  }
  header .main-menu .caret-arrow {
    right: 10px;
    width: 20px;
    left: auto;
    transform: none;
    top: 12px;
  }
  .video-wrapper .play-icon img {
    max-width: 50px;
  }
  .help-with-image .left-section,
  .help-with-image .right-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .help-with-image .image-height img {
    position: relative;
    height: auto;
    max-width: 100%;
  }
  .help-with-image .left-section {
    padding: 35px 0px;
  }
  /* .help-with-image .row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    } */
  .help-with-image .left-section {
    order: 2;
  }
  .home .video-title {
    padding-bottom: 25px;
    font-size: 24px;
  }

  .page-template-hanna-goliath .testimonial,
  .testimonial:not(:has(div)) {
    min-height: 260px;
  }
  .education-content p {
    font-size: 20px;
  }
  .service-block .service-box p {
    min-height: 95px;
  }
  /*----------- Achivement Page Start -----------*/
  .achivement-banner .banner-detail p {
    font-size: 24px;
    margin: 0 0 20px;
  }
  /*.achivement-banner .banner-detail h2 {
    font-size: 40px;
  }
  .achivement-banner .banner-detail .phone-icon {
    height: 45px;
    width: 45px;
  }
  .client-img {
    height: 500px;
    padding: 0px 15px;
    margin-top: -330px;
  }*/
  .achivement-banner {
    min-height: initial;
    height: auto;
  }
  .achvivement-two-column-img {
    padding-top: 220px;
    padding-bottom: 60px;
  }
  .achvivement-two-column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .achvivement-two-column-img .content-wrapper {
    padding-left: 0px;
    margin-top: 30px;
  }
  .achvivement-two-column-img .content-wrapper h2,
  .achvivement-two-column-img .content-wrapper p {
    max-width: 100%;
  }
  .human-right-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .human-right-box {
    padding: 30px;
  }
  .social-proof-wrap {
    margin-bottom: 30px;
    width: 50%;
  }
  .social-proof-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
  .social-proof h2 {
    margin-bottom: 30px;
  }
  .social-proof {
    padding: 60px 0px 50px 0px;
    margin-bottom: 60px;
  }
  .blog-post-item .blog-img-text,
  .blog-post-item .blog-img-text .blog-img {
    height: 300px;
  }
  .blog-post.yellow .blog-img-text .blog-img.logo img {
    height: 160px;
  }
  .blog-author-detail {
    padding: 18px 15px 18px 15px;
  }
  .blog-post-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-post-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-post .blog-detail h4 {
    font-size: 18px;
  }
  .blog-post .blog-detail p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .blog-post .blog-detail {
    padding: 30px 15px 50px 15px;
  }
  .blog-news {
    margin-bottom: 40px;
  }
  .program-box .detail h3 {
    margin-bottom: 24px;
  }
  /*----------- Achivement Page End -----------*/
  /*-*/
  .blog-item.sticky .blog-content .blog_title {
    font-size: 25px;
    line-height: 35px;
  }
  .blog.blog-lists .blogList .blog-left {
    max-width: 40%;
  }
  .blog.blog-lists .blogList .blog-right {
    max-width: 60%;
  }
  .achivement-banner .image-row {
    height: auto;
  }
  .awards-section .award-item {
    width: 50%;
  }
  .blog.blog-lists .blog-item .blog-image img {
    max-height: 450px;
    min-height: 450px;
  }
  /*-*/
}

@media only screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 34px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 21px;
  }
  .h5,
  h5 {
    font-size: 14px;
  }
  p,
  li {
    font-size: 14px;
  }
  P {
    margin: 0 0 20px;
  }
  .section-padding,
  .latest-work-post {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
  }
  .btn {
    font-size: 14px;
    padding: 10px 24px;
  }
  .latest-work-post .text-block,
  .latest-work-post .img-block {
    width: 100%;
  }
  .latest-work-post .tab-pane .row:nth-child(odd) {
    flex-direction: unset;
  }
  footer .footer-logo {
    padding: 0;
    width: 100%;
  }
  .header-bottom {
    padding: 15px 0;
  }
  .header-logo img {
    max-width: 140px;
  }
  footer .center,
  footer .right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .footer-menu li a,
  footer .contact-block a,
  footer .contact-block li p,
  footer .copyright,
  .latest-work-post .text-block a {
    font-size: 14px;
  }
  footer .contact-block,
  .service-block .service-box {
    height: auto;
  }
  footer .center {
    margin: 0 0 15px;
  }
  .social-inner {
    height: auto;
  }
  .social-inner .h1 {
    padding: 10px 30px;
    font-size: 20px;
  }
  .social-block #sb_instagram .sb_instagram_header {
    padding: 15px 15px 0 !important;
  }
  .social-block #sb_instagram #sbi_images {
    padding: 0 10px 15px !important;
  }
  .social-block #cff.cff-fixed-height,
  .latest-work-post .text-block,
  .service-block .service-box {
    padding: 15px;
  }
  .latest-work-post .text-block h2 {
    font-size: 21px;
  }
  .latest-work-post .text-block a i {
    font-size: 16px;
  }
  .testimonial .testimonial-box {
    margin: 10px 20px;
    height: auto;
  }
  .testimonial .slick-track {
    display: block;
  }
  .hanna-goliath-help ul li {
    font-size: 14px;
  }
  .hanna-goliath-help h2 {
    margin: 0 0 15px;
  }
  .hanna-goliath-help .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hanna-goliath-help .slick-arrow {
    height: 35px;
    width: 30px;
  }
  .hanna-goliath-help .slick-arrow i {
    line-height: 35px;
    font-size: 16px;
  }
  .column-three,
  .column-two {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  ul,
  ol {
    margin-bottom: 20px;
  }
  footer .social-icon a img {
    max-width: 18px;
    max-height: 18px;
  }
  footer .social-icon a {
    width: 36px;
    height: 36px;
  }
  .blogList .blog-tag,
  .blogList .category-title {
    padding-right: 0;
  }
  /*.blog .blogList {
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
  }*/
  .blog .blog_img {
    padding: 7px;
  }
  .blog .blogList .blog_title {
    font-size: 18px;
  }
  .blog .tagList a {
    font-size: 14px;
    padding: 4px 15px;
  }
  .blog .btn.read-more {
    position: relative;
    float: right;
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .blog .blogList .category-title label {
    margin-bottom: 0;
  }
  .sidebar .categoryList ul li a {
    padding-left: 25px;
  }
  .method-matirial.img-bottom-left:before,
  .method-matirial.img-bottom-right:after {
    background-size: 45px;
  }
  .press-main .blog-main-title {
    text-align: center;
  }
  .press-main .blog-main-title span {
    padding: 0 10px;
  }
  .press-main .blog-main-title:after {
    height: 2px;
    bottom: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .press-publications .sidebar {
    margin-top: 10px;
  }
  .previous-clients-block .content-block {
    padding: 20px;
  }
  .category-single-banner .btn {
    min-width: auto;
  }
  .category-single-banner.img-bottom-right:after {
    background-position: 99% bottom;
    background-size: 65px;
  }
  .category-single-banner .h1,
  .education-block h2 {
    font-size: 20px;
  }
  .previous-clients-block .row:nth-child(even) .content-block {
    background-position: bottom right;
  }
  .previous-clients-block h2 {
    font-size: 21px;
  }
  .contact .contact-detail {
    border-bottom: 1px solid #cbcbcb;
    border-right: 0;
  }
  .contact .contact-detail ul li a {
    font-size: 16px;
  }
  .contact .contact-detail ul li .icon {
    top: 5px;
  }
  .contact .cotact-form form textarea {
    height: 100px;
  }
  .img-wrapper img {
    position: relative;
    height: auto;
  }
  .latest-work-post .img-block .img-wrapper {
    padding-top: 0;
  }
  .education-block .education .img-wrapper {
    padding-top: 0;
  }
  .examples-hanna-work .img-wrapper {
    padding-top: 0;
  }
  .blog .img-wrapper {
    padding-top: 0;
  }
  .education-block .education .img-wrapper img {
    height: auto;
  }
  .books-materials .img-wrapper {
    padding-top: 0;
  }
  .dgt-edu-block .img-wrapper {
    padding-top: 0;
  }
  .testimonial .testimonial-box {
    height: auto;
  }
  .video-wrapper .play-icon img {
    max-width: 30px;
  }
  .video-sec .video-wrapper {
    border: 5px solid #43a7f0;
  }
  .latest-work-post .nav-tabs {
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
  }
  .latest-work-post .nav-item {
    padding: 0 5px;
  }
  .help-with-image .provide-help-content ul li:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .help-with-image .provide-help-content ul li {
    margin-bottom: 20px;
  }
  .home .video-title {
    padding-bottom: 20px;
    font-size: 21px;
  }
  .page-template-hanna-goliath .testimonial,
  .testimonial:not(:has(div)) {
    min-height: 200px;
  }
  .digital-education .row > div {
    margin-bottom: 30px;
  }
  .digital-education .row > div {
    margin-bottom: 30px;
  }
  .service-block .service-box p {
    min-height: 54px;
  }
  .page-template-press-publications .press-main .img-wrapper img,
  .page-template-blog .img-wrapper img {
    position: unset;
    width: auto;
    height: auto;
  }
  .download-kit .title,
  .download-kit p,
  .page-template-press-publications .press-main .img-wrapper,
  .page-template-blog .img-wrapper {
    text-align: center;
  }
  .service-block .service-box h3 {
    font-size: 19px;
  }
  .education-block h2 {
    min-height: unset;
  }
  /*----------- Achivement Page Start -----------*/
  .achivement-banner .banner-detail h2 {
    font-size: 22px;
  }
  .achivement-banner .banner-detail p {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .achivement-banner .banner-detail .phone-icon {
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }
  /*.achivement-banner .banner-detail {
    margin-top: 50px;
  }
  .client-img {
    height: 350px;
    padding: 0px 15px;
    margin-top: -230px;
  }
  .achivement-banner {
    min-height: 400px;
  }*/
  .achvivement-two-column-img {
    padding-top: 150px;
    padding-bottom: 40px;
    margin-bottom: 45px;
  }
  .achvivement-two-column-img .content-wrapper p {
    line-height: 26px;
  }
  .human-right-box {
    padding: 20px;
  }
  .human-right-box p {
    font-size: 16px;
    line-height: 28px;
  }
  .human-right-box h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .human-right-box .icon-box {
    height: 70px;
    width: 70px;
  }
  .human-right-box .icon-box img {
    height: 45px;
  }
  .client-testimonial .slider-navigation a {
    height: 40px;
    width: 40px;
  }
  .client-testimonial .slider-navigation a img {
    height: 35%;
  }
  .client-testimonial .title h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .client-testimonial .slider-navigation {
    gap: 12px;
  }
  .title-with-arrow .title {
    padding-right: 10px;
  }
  .client-testimonial {
    padding: 50px 0px 50px 0px;
  }
  .client-testimonial-item .detail p {
    font-size: 18px;
  }
  .client-testimonial-item .detail h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .client-testimonial-item {
    padding: 40px 20px;
  }
  .program-box .detail h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .social-proof-wrap {
    width: 100%;
    padding-right: 15px;
  }
  .blog-news .title {
    font-size: 25px;
  }
  .blog-news .nav {
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .blog-post-item {
    flex: 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog-news .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    padding: 16px 0px;
    text-align: center;
  }
  .blog-post .position {
    font-size: 16px;
    padding: 2px 18px;
  }
  .social-proof h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .program-box .image-box {
    height: 250px;
  }
  .human-right-chart {
    margin-bottom: 45px;
  }
  /*----------- Achivement Page End -----------*/
  /*-*/
  .blog-item.sticky .blog-content .blog-content-left,
  .blog-item.sticky .blog-content .blog-content-center,
  .blog-item.sticky .blog-content .blog-content-right {
    width: 100%;
    align-items: start;
    justify-content: start;
    display: flex;
    padding: 0px;
  }
  .blog.blog-lists .blog-content-right .btn.read-more {
    position: static;
    float: none;
    display: flex;
    margin: 0;
  }
  .blog-item.sticky .blog-content .row {
    gap: 10px;
  }
  .blog-item.sticky .blog-content .blog_title {
    font-size: 20px;
    line-height: 27px;
  }
  .blog.blog-lists .blogList .blog-left .img-wrapper {
    padding-top: 0;
  }
  .blog.blog-lists .blogList .blog-right .blog_wrapper .btn.read-more {
    float: none;
    margin: 0;
  }
  .awards-section .award-item .award-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-item.sticky .blog-content .blog-content-left .left {
    display: flex;
    gap: 20px;
  }
  .about-hanna .container .row > div {
    padding: 0px 15px;
  }
  /*-*/
}

@media only screen and (max-width: 575px) {
  .help-with-image .provide-help-content h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .help-with-image .provide-help-content ul {
    margin-top: 20px;
  }
  footer .footer-menu li a {
    min-height: 42px;
    margin: 0 0 10px;
  }
  .dgt-edu .dgt-edu-content h3 {
    font-size: 14px;
  }
  /* .dgt-edu .left .dgt-edu-content {
        max-width: 190px;
        top: auto;
        bottom: 20px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    } */
  body .wpsr-share-icons .wpsr-si-inner {
    flex-wrap: wrap;
  }
  body .wpsr-share-icons .socializer {
    margin: 15px 0 0;
    width: 100%;
  }
  .contact .cotact-form .btn {
    width: 100%;
  }
  .help-with-image .provide-help-content h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .service-block .service-box p {
    min-height: unset;
  } /*-*/
  .blog.blog-lists .blogList .blog-left,
  .blog.blog-lists .blogList .blog-right {
    max-width: 100%;
  }
  .awards-section .award-item {
    width: 100%;
  }
  .awards-section {
    padding-top: 50px;
  }
  .blog-item.sticky a.blog-category {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 15px;
    font-weight: 500;
  }
  .blog-item.sticky .blog-date {
    font-size: 14px;
    line-height: 16px;
    margin-top: 7px;
  }
  .blog-item.sticky .blog-content .blog_title {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog.blog-lists .blog-content-right .btn.read-more {
    padding: 6px 17px;
  }
  .blog-item.sticky .sticky-icon {
    background-size: 16px;
    width: 28px;
    height: 28px;
  }
  .blog-item.sticky .blog-content {
    padding: 10px 0px;
  }
  .blog-item.sticky .blog-content .blog-content-left {
    gap: 15px;
  }
  .blog-item.sticky .blog-content > .container > .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-item.sticky .blog-content .row {
    gap: 8px;
  }
  .blog-item.sticky .blog-content .blog-content-left .left {
    gap: 13px;
  }
  /*-*/
}

@media only screen and (max-width: 400px) {
  .header-top .lang-dropdown select {
    padding: 0 10px 0 5px;
    font-size: 13px;
  }
  .header-top .header-contect a {
    font-size: 13px;
    /* padding: 0 3px; */
  }
  .achivement-banner .banner-detail h2 {
    font-size: 20px;
  }
}
li.video-li,
li.award-li,
.login-popup {
  display: none !important;
}