/*
    @version         : 1.0.0
    @Template Name   : Fabo UK Project
    @Template author : Deferen 
*/
/*--------------------------------------------------------------
css table of contents
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header

3. sections
	3.1 hero_slider
	3.2 features_section
	3.3 about_section
	3.4 service_section 
	3.5 donat_section
	3.6 causes_section
	3.7 testimonil_section
	3.8 project_section
	3.9 process_section
	3.10 contact_section
	3.11 blog_section
	3.12 cta_section

4. footer_section

5. Home-style-2
   5.1 about_section_s2
   5.2 fanfact_section
   5.3 service_section_s2
   5.4 skill_section
   5.5 donate_section
   5.6 team_section
   5.7 brand_section
   5.8 video_section
   5.9 causes_section_s2
   5.10 choose_section
   5.11 blog_section_s2

6. Home-style-3
   6.1 cta_section_s2
   6.2 service_section_s3
   6.3 about_section_s3
   6.4 causes_section_s3
   6.5 features_section_s2
   6.6 story_section
   6.7 testimonil_section_s2
   6.8 faq_section
   6.9 blog_section_s3
   6.10 inastagarm_section

7. Home-style-4
   7.1 service_section_s4
   7.2 about_section_s4
   7.3 testimonil_section_s3
   7.4 fanfact_section_s2
   7.5 project_section_s3
   7.6 video_section_s2
   7.7 pricing_section

8. causes_single_page

9. team_single_section

10. services_single_section

11. blog_single_page

12. contact page

13. error_page 


----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&amp;display=swap");
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  font-size: 15px;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  color: var(--bs-body-color);
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #144047;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
	font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}
.widget a {text-decoration: none;}
.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.main_page_wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section_space {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section_space {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section_space {
    padding: 80px 0;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}

.top_title {
  margin-bottom: 20px;
  text-align: center;
}
.top_title h2 {
  text-transform: uppercase;
  font-size: 22px;
  color: #1772cb;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.top_title h2::before {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 5px;
  height: 5px;
  content: "";
  background: #e14a4a;
}
.top_title h2::after {
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 5px;
  height: 5px;
  content: "";
  background: #1772cb;
}
@media (max-width: 767px) {
  .top_title h2 {
    font-size: 15px;
    line-height: 25px;
  }
}
.top_title h3 {

  font-size: 40px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .top_title h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .top_title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.top_title p {
  color: #d4d4d6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.top_title.s2 h2 {
  color: #e14a4a;
  padding-left: 0;
}
.top_title.s2 h2::before {
  display: none;
}
.top_title.s2 h2::after {
  display: none;
}
.top_title.s2 p {
  color: #464646;
}
.top_title.s3 h2 {
  color: #e14a4a;
  padding-left: 0;
}
.top_title.s3 h2::before {
  display: none;
}
.top_title.s3 h2::after {
  display: none;
}
.top_title.s3 h3 {
  color: #ffffff;
}
.top_title.s3 p {
  color: #464646;
}

.btn_primary {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: transparent;
  transition-property: color;
  transition-duration: 0.3s;
  color: #e14a4a;
  padding: 10px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #e14a4a;
}
.btn_primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e14a4a;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 7px;
}
.btn_primary i {
  padding-left: 5px;
}
.btn_primary:hover {
  color: #ffffff;
}
.btn_primary:hover::before {
  transform: scale(1);
}
@media (max-width: 767px) {
  .btn_primary {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
  }
}

.btn_secondary {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 14px 50px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}
.btn_secondary::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #E67657 0%, #F1B853 97%);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn_secondary:hover {
  color: #ffffff;
}
.btn_secondary:hover::before {
  background: linear-gradient(90deg, #F1B853 0%, #E67657 97%);
}

#button {
  display: inline-block;
  background-color: #c39408;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10px 10px 0 10px ;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\e627";
  font-family: themify;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #1772cb;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* page_title_section */
.page_title_section {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../../images/breadcrumb.jpg) center/cover no-repeat;
  height: auto;
}

.page_title_section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background: linear-gradient(92deg, rgb(32, 65, 66) 0%, rgb(126, 74, 49) 100%);*/
  background: linear-gradient(92deg, rgb(18, 44, 96) 0%, rgb(83, 59, 12) 100%);
  z-index: -1;
  opacity: 0.522;
}
.page_title_section .content {
  margin: 80px 0;
}

.page_title_section .content h2 {
  font-size: 40px;
  color: #c39408;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page_title_section .content h2 {
    font-size: 65px;
  }
}
@media (max-width: 757px) {
  .page_title_section .content h2 {
    font-size: 50px;
  }
}
 
.page_title_section .content ul li {
  display: inline-block;
  font-size: 16px;
  color: #e14a4a;
  padding-right: 20px;
  position: relative;
}
.page_title_section .content ul li::before {
  position: absolute;
  right: 5px;
  top: 0;
  content: "/";
  color: #7b7b7b;
  font-size: 16px;
}
.page_title_section .content ul li:last-child::before {
  display: none;
}
.page_title_section .content ul li a {
  font-size: 15px;
  color: #7b7b7b;
}
.page_title_section .shape {
  position: absolute;
  left: 30px;
  top: 40%;
  z-index: -11;
}
@media (max-width: 991px) {
  .page_title_section .shape {
    display: none;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #e14a4a;
  box-shadow: #ef7034, 5px, 0;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand { /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #ef7034;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #ffffff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #e14a4a;
}


/* blog Tabs */


.tab-post-contain{
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px 20px 0px 20px;
  border: 0px solid #d7d7d7;
  background-color: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);
  background-image: url("../images/service/Analyze_bg.png");
  background-size: 70%;
  background-position: top right;
  background-repeat: no-repeat;
}
.tab-post-contain .tab-heads-block{margin: 0 0 15px 0;}
.tab-post-contain .tab-heads-block button{font-weight: 600;
  text-transform: capitalize;
	font-size: 16px;
  color: #222 !important;
  border: 1px solid #ddd;
  background-color: transparent !important;margin: 0 2px 0px 2px;padding: 10px 15px;}
.tab-post-contain .tab-heads-block .active{background-color: #1772cb !important;color: #fff !important; border: 1px solid #1772cb;}
.tab-post-contain .title h2 {
  position: relative;
  font-size: 22px;
  color: #1772cb;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #eaeaea solid 1px;
}
.tab-post-contain .title h2::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 80px;
  height: 3px;
  background: #e8b10f;
  content: "";
}



/* blog-rightside */
.blog-rightside {
  max-width: 400px;
}
@media (max-width: 991px) {
  .blog-rightside {
    margin-top: 15px;
  }
}
.blog-rightside .widget_search {
  position: relative;
}
.blog-rightside .widget_search .from-contol {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 15px 15px 0px 15px;
  padding: 6px 20px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
  position: relative;
}
.blog-rightside .widget_search button {
  border: 0;
  background-color: #e14a4a !important;
  width: 45px;
  height: 45px;
  border-radius: 15px 15px 0px 15px;
  color: #ffffff !important;
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 20px;
  padding: 5px 0 0 0;
}
.blog-rightside .widget_search button:hover {background-color: #1772cb !important;}
.blog-rightside .widget {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px 20px 0px 20px;
  border: 0px solid #d7d7d7;
  background-color: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);
  background-image: url("../images/service/Analyze_bg.png");background-size: 70%;background-position: top right;background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .blog-rightside .widget {
    padding: 30px 20px;
  }
}
.blog-rightside .widget .title h2 {
  position: relative;
  font-size: 22px;
  color: #1772cb;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #eaeaea solid 1px;
}
.blog-rightside .widget .title h2::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 80px;
  height: 3px;
  background: #e8b10f;
  content: "";
}
.blog-rightside .widget_catagory .current_page_item { 
  background-color: #fff7de;
}
.blog-rightside .widget_catagory ul li {
  margin-bottom: 0; line-height: 26px;
}
.blog-rightside .widget_catagory ul li a {
  font-size: 17px;
  color: rgb(99, 99, 99);
  transition: all 0.3s linear;
  padding: 5px 0;
  border-bottom: #eee solid 1px;
  display: block;
  /*display: flex;*/
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.blog-rightside .widget_catagory ul li a::before { color: #e14a4a; content: "\f101";  font-family: 'FontAwesome'; font-size: 11px;  float: left; background-color: #ffefef;
border-radius: 50%;height: 20px;width: 20px;line-height: 20px;text-align: center;margin: 2px 10px 0px 0;}
.blog-rightside .widget_catagory ul li:last-child a {border-bottom: 0;}

.blog-rightside .widget_catagory ul li a i {
  padding-right: 5px;
}
.blog-rightside .widget_catagory ul li a span {
  text-align: right;
}
.blog-rightside .widget_catagory ul li a:hover {
  color: #e14a4a;
}
.blog-rightside .widget_catagory ul li:last-child {
  margin-bottom: 0;
}
.blog-rightside .widget_tag {
  padding: 30px;
  border-radius: 20px 20px 0px 20px;
  border: 0px solid #d7d7d7;
}
.blog-rightside .widget_tag .title h2::before {
  
}
.blog-rightside .widget_tag ul li {
  display: inline-block;
  margin: 7px 0px; 
}
.blog-rightside .widget_tag ul li a {
  font-size: 16px;
  color: rgb(99, 99, 99);
  text-align: center;
  border: #eee solid 1px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 15px 15px 0px 15px;
}
.blog-rightside .widget_tag ul li a:hover {
  background: #e14a4a;
  color: #ffffff;
  border: #e14a4a solid 1px;	
}

.blog-rightside .widget_gallery {
  padding: 30px;
  border-radius: 20px 20px 0px 20px;
  border: 0px solid #d7d7d7;
}
.blog-rightside .widget_gallery .title h2::before {
  
}
.blog-rightside .widget_gallery ul li {
  display: inline-block;
  margin: 7px 0px; line-height: 22px; 
}
.blog-rightside .widget_gallery ul li a i {
  color: #c39408;
  margin-right: 6px;
}
.blog-rightside .widget_gallery ul li a {
  font-size: 15px;
  color: rgb(99, 99, 99);
  text-align: center;
  border: #eee solid 1px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 15px 15px 0px 15px;
}
.blog-rightside .widget_gallery ul li a:hover {
  background: #e14a4a;
  color: #ffffff;
  border: #e14a4a solid 1px;	
}

.blog-rightside .widget_post ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
	padding: 8px 0;
  border-bottom: #eee solid 1px;
}
.blog-rightside .widget_post ul li:last-child {
  margin-bottom: 0; border-bottom: #eee solid 0px;
}
.blog-rightside .widget_post ul li .image {
  width: 100px;
}
.blog-rightside .widget_post ul li .image img {
  width: 100%;
}
.blog-rightside .widget_post ul li .content {
  width: calc(100% - 120px);
  max-width: 200px;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .blog-rightside .widget_post ul li .content {
    width: calc(100% - 100px);
  }
}
.blog-rightside .widget_post ul li .content span {
  font-size: 12px;
  color: rgb(99, 99, 99);
}
.blog-rightside .widget_post ul li .content span i {
  margin-right: 10px;
}
.blog-rightside .widget_post ul li .content h3 {
  margin-bottom: 0; line-height: 15px;
}
.blog-rightside .widget_post ul li .content h3 a {
  font-size: 14px;
  color: #144047;
  font-weight: 600;  
  transition: all 0.3s;
}
.blog-rightside .widget_post ul li .content h3 a:hover {
  color: #e14a4a;
}


.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
	max-width: 100% !important;
}


.post-navigation {margin: 0;max-width: 100%;}
.entry-footer {font-size: var(--global--font-size-lg); margin: 30px 0 0 0;}
.navigation .nav-links .nav-next a, .navigation .nav-links .nav-previous a {display: inherit;}
.pagination .page-numbers.current,.pagination a.page-numbers:hover {background:#093866;color:#fff;border: transparent 1px solid;}
.pagination .nav-links, .comments-pagination .nav-links {margin-top: 0}

.pagination-cover {text-align: center;display: inline-block;margin: 0 auto; width: 100%;}
.pagination {padding: 15px 0; text-align: center; border: 0; margin: 0 auto;display: inline-block;}
.pagination .page-numbers {background-color: #fff;border: 1px solid #d5d5d5;color: #484848;padding: 9px 15px;font-weight: 600;font-size: 15px;display: block;
float: left;margin:0 1px;border-radius: 25px;min-width: 45px;}
.pagination .page-numbers.current{background:#1772cb;color:#fff;border: transparent 1px solid;text-decoration: none;}
.pagination a.page-numbers:hover {background:#e14a4a;color:#fff;border: transparent 1px solid;}	
.pagination .nav-links > :not(.dots):not(.current):hover, .comments-pagination .nav-links > :not(.dots):not(.current):hover {text-decoration: none;}


/* 2. header */
/* header_section */
/* header_top */
.header_top {
  background: #f1f6f7;
  padding-left: 150px;
}
@media (max-width: 1599px) {
  .header_top {
    padding-left: 0;
  }
}
.header_top .contacr_info {
  text-align: left;
}
@media (max-width: 991px) {
  .header_top .contacr_info {
    text-align: center;
  }
}
.header_top .contacr_info ul li {
  color: #1a1c4d;
  font-family: Sen;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  padding: 7px 0;
  padding-right: 25px;
}
@media (max-width: 515px) {
  .header_top .contacr_info ul li {
    padding: 0;
  }
}
.header_top .contacr_info ul li:last-child {
  padding-right: 0;
}
.header_top .contacr_info .number {
  color: #959597;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.header_top .contacr_info .number span {
  color: #8139e7;
}
.header_top .contacr_right {
  text-align: right;
}
@media (max-width: 991px) {
  .header_top .contacr_right {
    text-align: center;
    padding: 10px 0;
  }
}
.header_top .contacr_right ul li {
  display: inline-block;
  padding: 0 6px;
}
.header_top .contacr_right ul li span {
  color: #959597;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.header_top .contacr_right ul li:nth-child(2) a i {
  color: #1772cb;
}
.header_top .contacr_right ul li:nth-child(3) a i {
  color: #8139e7;
}
.header_top .contacr_right ul li:nth-child(4) a i {
  color: #7cd8b7;
}
.header_top .contacr_right ul li:last-child {
  padding-right: 0;
}
.header_top .contacr_right ul li a i {
  color: #e14a4a;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.header_wrap {position: relative; background-image: url("../../images/header-back.jpg"); background-size: 180px; margin: -6px 0 0 0;}
.indian-flag-strip{background-image: url("../../images/london-header.png"); background-size: 500px; background-repeat: no-repeat; background-position: right bottom;} 
.topbar{background-color: #eaeaea;display: inline-block; margin: 0 auto; width: 100%; background-image: url("../../images/topbg.png");background-size: 110px;}

.topbar .tpheader-content {position: relative; z-index: 1; max-width: 1600px;}
.topbar .tpheader-content .links li {display: inline-block; padding: 0; border-left: 1px solid #cacaca; margin: 0;}
.topbar .tpheader-content .links li:first-child {border: none;padding-left: 0;}
.topbar .tpheader-content .links li:last-child {padding-right: 0;}
.topbar .tpheader-content .links a{font-size: 14px; color: #3a3a3a;padding: 10px 10px; display: inline-block; font-family: "Inter", sans-serif;}
.topbar .tpheader-content .links i {margin: 0 7px 0 0;color: #b38a10;}
.topbar .tpheader-content .links a:hover{color: #1772cb;}
.topbar .tpheader-content .links{float: right;}
.topbar .tpheader-content .social-top{float: right;}
.topbar .tpheader-content .social-top li {display: inline-block; }
.topbar .tpheader-content .social-top a{font-size: 26px; color: #352682;padding: 5px 4px 0px 4px;display: inline-block; line-height: 30px;}
.topbar .tpheader-content .social-top i {}

.contbo{ font-weight: bold;}

.myheader{margin-top: 40px;}

.myheader-social .social-icon-emdia {margin: 3px auto 0px auto; display: inline-block; text-align: center; width: auto;border-left: #d7d7d7 solid 1px;border-right: #d7d7d7 solid 1px;padding: 0 0 0 15px;}
.myheader-social .social-icon-emdia li {margin-right: 5px; list-style: none; float: left;}
.myheader-social .social-icon-emdia li a {padding: 0!important; width: 33px; height: 33px; display: block; line-height: 26px !important; text-align: center; border: 0px solid #3ebcbb;color: #393186; background-color: transparent;  border-radius: 15%; font-size: 12px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.myheader-social .social-icon-emdia li a img{height: 16px; margin: 0; }
.myheader-social .social-icon-emdia li a i{ font-size: 17px; }
.myheader-social .social-icon-emdia li a:hover, .myheader-social .social-icon-emdia li a:focus {background-color: #c39408; color: #fff; }

.main-logo{}
.main-logo img{width: 110px; height: auto;}
.main-namelogo{}
.main-namelogo {text-align: center;}
.main-namelogo img{width: 750px;margin: 15px 0 15px 0;}
.main-wheel{ text-align: right;}
.main-wheel img{width: 80px; height: auto;}



.first-section{  background: url(../images/features/left-shape.png); background-repeat: no-repeat; background-position: left; background-size: cover; padding: 20px 0 10px;
  margin: 0 auto;max-width: 1550px; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px;position: relative;z-index: 2; }
.first-section .container{padding: 30px 25px;border-radius: 6px 6px 0 0;/*background-color: #fff;box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.09); */}
.first-section .col-lg-4{padding-left: 15px; padding-right: 15px;}

.first-section .shape-03 {position: absolute;right: -175px;top: 0;z-index: -1;width: 500px;}

.home-news-section h4{margin:0 0 20px 0; padding:0; font-size: 26px; color: #e14a4a; font-weight: 600;}
.home-news-section h4 img {width: 35px; margin: 0 10px 0 0;}
.home-news{/*background-color: #f2df94; padding: 10px;*/ display: inline-block; width: 100%; border-top:#ffc5c5 solid 1px;}
.notic-ifram { min-height: 285px; max-height: 285px;}
.home-news marquee{background-color:#fff;}
.home-news-sc{background-color: #fff; padding:15px 15px; border-bottom:#ffc5c5 solid 1px; border-left: #ffc5c5 solid 1px; margin: 0; border-right: #ffc5c5 solid 1px; min-height: 120px;display: flow-root;}
.home-news-sc img{float:left; width:40% !important; max-height: 110px !important; margin:0 10px 0 0; border: #3e70cb solid 0px;  transition: 0.5s;}
.home-news-sc img:hover{opacity:0.5; }
.home-news-sc h3 {font-size:15px; margin: 0; line-height: 20px; color: rgb(20, 64, 71); font-weight: 700;}
.home-news-sc h3 a{text-transform:capitalize; color: rgb(20, 64, 71);transition: 0.5s;}
.home-news-sc h3 a:hover{color:#e14a4a;}
.home-news-sc p{color:#b72f2f;font-size: 12px; line-height: 22px; margin:0; text-align: left;font-family: "Inter", sans-serif;}
.my-notic{float: left; width: 55%;border-left: #ffc5c5 solid 1px; padding: 0 0 0 10px;}
.notic-board-control{ margin: 0;text-align: center; padding: 5px 15px; background-color: #fff;}
.notic-board-control span{cursor: pointer;}
.notic-board-control img{ width: 30px; border: #ccc solid 1px; background-color: #fff; border-radius: 50px; padding: 8px;}

/* nt-example1 */

#nt-example1 {
	max-width: 620px;
	height: 350px !important;
	margin: auto;
	padding: 0;
}

#nt-example1-container {
	 
}

.all-view-btn{ float:right; font-size: 10px; background-color: #23c0f2; padding: 5px 5px 3px 5px; color: #fff; border-radius: 50px;transition: 0.5s;}
.all-view-btn:hover{ background-color: #100b2a;color: #fff;  }

.home-upevent-section{margin: 0 0 20px 0;}
.home-upevent-section h4{margin:0 0 20px 0; padding:0; font-size: 26px; color: #1E65BB; font-weight: 600;}
.home-upevent-section h4 img {width: 35px; margin: 0 10px 0 0;}
.home-upevent{background-color: #fff; padding: 0; display: inline-block; width: 100%; min-height: 285px;}
.home-upevent-ue{}
.home-upevent-ue img{margin:0 0 20px 0; border: #ccc solid 1px;width: 100%; max-height: 220px; transition: 0.5s;}
.home-upevent-ue img:hover{opacity:0.5; }
.home-upevent-ue h3 {font-size:16px; margin: 0; line-height: 26px;font-weight: 600; text-align: center;}
.home-upevent-ue h3 a{text-transform:capitalize; color: #020a53;transition: 0.5s;}
.home-upevent-ue h3 a:hover{color:#d4a903;}

.admission-news-section{margin: 0 0 20px 0;}
.admission-news-section h4{margin:0 0 20px 0; padding:0; font-size: 26px; color: #c39408; font-weight: 600;}
.sub-admin{margin: 0 0 15px 0;  font-size: 14px;color: #888477;line-height: 20px;font-family: "Inter", sans-serif;}
.sub-admin strong{font-weight: 500; }
.admission-news-section h4 img {width: 35px; margin: 0 10px 0 0;}
.admission-news{/*background-color: #f2df94; padding: 10px;*/ display: inline-block; width: 100%; border-top:#d9d299 solid 1px;}
.admission-notic-ifram { min-height: 285px; max-height: 285px;}
.admission-news marquee{background-color:#fff;}
.admission-news-sc{background-color: #fff; padding:15px; border-bottom:#d9d299 solid 1px; border-left: #d9d299 solid 1px;
border-right: #d9d299 solid 1px; min-height: 80px;display: flow-root;}
.admission-news-sc img{float:left; width:55px; margin:0 10px 0 0; border: #3e70cb solid 0px;  transition: 0.5s;}
.admission-news-sc img:hover{opacity:0.5; }
.admission-news-sc h3 {font-size:15px; margin: 0 0 5px 0; line-height: 22px; color: rgb(20, 64, 71); font-weight: 700;}
.admission-news-sc a{text-transform:capitalize; color: #c39408;background-color: #fff;border: #c39408 solid 1px;padding: 2px 10px;border-radius: 25px;display: inline-block;font-size: 11px;font-family: "Inter", sans-serif;transition: 0.5s;}
.admission-news-sc a:hover{color:#fff; background-color: #c39408;}
.admission-news-sc p{color:#bf5312;font-size: 12px; line-height: 22px; margin:0; text-align: left;}
.admission-my-notic{float: left; width: 100%;border-left: #bbb solid 0px; padding: 0;}

.wlcom-part{}
.wlcom-part .top_title h2{color: #aaa !important;}
.wlcom-part h3{color: #1E65BB;margin-bottom: 10px !important;}

.home-mission-vision{padding: 0;}
.home-mission-vision .item{padding: 0;}
.home-mission-vision .text ul{margin: 0 0 5px 0;}
.home-mission-vision .text ul li{ font-size: 16px;  color: #464646;  line-height: 20px;}
.home-mission-vision .text ul li::before {content: "\f105";font-family: 'FontAwesome'; color: #c39408;  border: #c39408 solid 1px;  border-radius: 50%;  height: 18px;
  display: inline-block;  width: 18px;  text-align: center;  line-height: 16px;  background-color: transparent;  font-size: 10px;  margin: 0 8px 0 0;}

.home-gallery-section{padding: 25px 0 50px 0;}
.home-gallery-section .slick-dots {bottom: -25px;}
.home-gallery-section .slick-dots li {margin: 0 3px; width: 14px; height: 14px;}
.home-gallery-section .slick-dots li button { display: block; width: 14px; height: 14px; padding: 0; background-color: transparent; border: 1px solid #1E65BB; border-radius: 100px;}
.home-gallery-section .slick-dots li button::before {font-size: 0px;}
.home-gallery-section li.slick-active button { background-color: #1E65BB;}
.home-gallery-section .slick-prev {position: absolute;z-index: 1;left: 0;font-size: 0; width: 50px;height: 50px;color: #fff;border: 0px solid #c4c4c4;border-radius: 50%; background-color: #1E65BB;}
.home-gallery-section .slick-next {position: absolute;right: 0;font-size: 0; width: 50px;height: 50px;color: #fff;border: 0px solid #c4c4c4;border-radius: 50%; background-color: #1E65BB;}
.home-gallery-section .slick-prev:hover {background-color: #c39408;}
.home-gallery-section .slick-next:hover {background-color: #c39408;}

.home-gallery2-section{padding: 50px 0 30px 0;position: relative;}
.home-gallery2-section .choose_section {padding: 0;}

.gallery-text-home {display: table;width: auto;margin: 10px auto 0 auto;text-align: center;}
.gallery-text-home ul {margin: 0; padding: 0; }
.gallery-text-home ul li{list-style: none;display: inline-block;margin: 5px;margin: 2px; max-width: 220px;}
.gallery-text-home ul li a {padding: 5px 15px; display: block; color: #144047; font-weight: 400;  font-size: 15px; background-color: #fff; border: #eee solid 1px;  border-radius: 25px 25px 0px 25px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left;transition: all 0.7s ease-in-out;}
.gallery-text-home ul li a:hover {color: #fff; border: #c39408 solid 1px; background-color: #c39408;}
.gallery-text-home ul li a i{  margin: 0 5px 0 0; color: #1772cb; }
.gallery-text-home ul li a:hover i{ color: #fff; }

.home-gallery2-section .shape-01 {  position: absolute;  left: 0;  bottom: 0;  z-index: -1;	width: 130px;}
.home-gallery2-section .shape-02 {position: absolute;  right: 0;  top: 0;  z-index: -1;  width: 350px;}
.home-gallery2-section .shape-03 {  position: absolute;  right: 0;  bottom: -30px;  z-index: -1;	width: 150px;}

.gallery-page-section{}
.gallery-page-section .col-xl-2{padding-left: 3px; padding-right: 3px;}
.gallery-page-section .service_card .content {padding: 0 5px 0px 5px;min-height: 70px;}
.gallery-page-section .service_card .content h2 {white-space: unset;line-height: 24px;position: relative;z-index: 2; }
.gallery-page-section .service_card .content h2 a {font-size: 18px;}
.gallery-page-section .service_card .image {border-radius: 23px 23px 0 23px;margin: 5px;}
.gallery-page-section .service_card .line_shape {z-index: 1;right: -10px;}
.gallery-page-section .service_card .line_shape .shape-2 {margin: 5px 0;}

.gallery-page-training-section{}
/*.gallery-page-training-section .col-xl-2{padding-left: 3px; padding-right: 3px;}*/
.gallery-page-training-section .service_card .content {min-height: 150px;}
.gallery-page-training-section .service_card .content h2 {white-space: unset;line-height: 24px;position: relative;z-index: 2; }
.gallery-page-training-section .service_card .content h2 a {}
.gallery-page-training-section .service_card .image {border-radius: 23px 23px 0 23px;margin: 5px;}
.gallery-page-training-section .service_card .line_shape {z-index: 1;right: -10px;}
.gallery-page-training-section .service_card .line_shape .shape-2 {margin: 5px 0;}

.gallery-page-training-section .service_card:hover .content p {color: #ffffff;}
.gallery-page-training-section .service_card:hover .content .more-button .btn_primary {color: #ffffff;border: 1px solid #1772cb; background-color: #1772cb;}


.page-about-ibu{padding: 20px 30px 10px 30px; box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08); color: #474747; margin: 0 0 30px 0; display: inline-block;width: 100%;border-radius: 20px 20px 0px 20px;background-color: #fff; min-height: 335px;}
.page-about-ibu h3{border-radius: 20px 20px 0px 20px;box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08); padding: 10px 0; font-size: 28px;line-height: 40px;font-weight: 700;letter-spacing: 0.3px; margin: 0 0 20px 0;text-align: center;}
.page-about-ibu p{text-align:center; font-size: 28px; padding: 0; margin: 0 0 15px 0;color: #555;line-height: 65px;}
.page-about-ibu ul{font-size: 16px;padding: 15px 0;}
.page-about-ibu li {color: #555;margin: 0 0 15px 0; list-style: none;font-weight: 500;}
.page-about-ibu li::before { color: #e14a4a; content: "\f101";  font-family: 'FontAwesome'; font-size: 13px;  float: left; background-color: #ffefef;
border-radius: 50%;height: 30px;width: 30px;line-height: 30px;text-align: center;margin: 0 15px 0px 0;}
.page-about-ibu .icon {margin: 0 auto;border-radius: 50%;padding: 10px 15px;max-width: 150px;text-align: center;}
.page-about-ibu .icon img {width: 100%;}
.page-about-ibu .icon span::before {color: #2a2578; font-size: 70px; line-height: 100px;}
.page-about-ibu li span{color: #01B9E6;font-size: 20px;}

.simple-page{position: relative; padding: 30px 0 30px 0;}
.sp-title {margin-bottom: 20px;text-align: left;}
.sp-title h2 {text-transform: uppercase;font-size: 22px;color: #1772cb;font-weight: 700;position: relative;display: inline-block;padding-left: 15px;}
.sp-title h2::before {position: absolute;left: 0px;top: 5px;width: 5px;height: 5px;content: "";background: #e14a4a;}
.sp-title h2::after {position: absolute;left: 0px;bottom: 8px;width: 5px;height: 5px;content: "";background: #c39408;}
.sp-title h3 {font-size: 35px;color: rgb(20, 64, 71);font-weight: 700;position: relative;margin-bottom: 20px; padding-bottom: 20px; border-bottom: #eaeaea solid 1px;}
.sp-title h3::after {position: absolute;content: "";left: 0px;top: 61px;width: 90px;height: 4px;background-color: rgb(221, 167, 7);}

.shape-page{position: relative;}
.shape-page .shape-01 {position: absolute;left: -30px;top: 40%;z-index: -1;width: 130px;}
.shape-page .shape-02 {position: absolute;right: 20px;top: 40%;z-index: -1;width: 130px;}
.shape-page .shape-03 {position: absolute;right: 0;bottom: 0;z-index: -1;width: 100px;}
.shape-page .shape-04 {position: absolute;right: 0;top: 0;z-index: -1;width: 350px;}
.shape-page .shape-05 {position: absolute;left: -50px;bottom: -50px;z-index: -1;width: 450px;}
.shape-page .shape-06 {position: absolute;left: 0;bottom: 0;z-index: -1;width: 130px;}
.shape-page .shape-07 {position: absolute;left: 0;top: 0;z-index: -1;width: 350px;}

.director-info{display: table;margin: 40px auto;border-radius: 20px 20px 0px 20px; background-color: #fff; box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);}
.director-info .director-photo{float: left;max-width: 200px;margin: 20px 20px 20px 20px; border-right: #eee solid 1px; padding: 0 20px 0 0;}
.director-info .director-photo img{border-right: #dfdfdf solid 1px; border-radius: 20px 20px 0px 20px; background-color: #fff; box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);}
.director-data {float: left;margin: 30px 30px 0px 0;}
.director-data .author-info .name {color: rgb(20, 64, 71); font-weight: 700; font-size: 24px;margin: 0 0 10px 0;}
.director-data .designation {font-size: 16px;line-height: 20px;margin: 0 0 10px 0;font-weight: 500; color: #1772cb;}
.director-data  span{font-size: 16px; color: #474747; display: inline-block;width: 100%;}
.data-for-direct{min-height: 170px;width: 100%;display: inline-block;margin: 0;}
.data-for-direct p{font-size: 16px; line-height: 29px; color: #3e3e3e;text-align: justify;}

.activities-land-page{position: relative; padding: 30px 0 30px 0;}
.activities-land-page .service_card {margin-bottom: 20px;border-radius: 23px;box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);}
.activities-land-page .service_card .content h2 {margin-bottom: 10px;line-height: 20px; text-align: left;text-overflow: inherit; white-space: unset;}
.activities-land-page .service_card .content h2 a {font-size: 18px}
.activities-land-page .service_card .content .icon_text p {width: auto; margin-left: 0px;line-height: 20px;font-size: 14px;border-right: #eee solid 1px;}
.activities-land-page .service_card .content .icon_text p:last-child {padding: 5px 5px; font-size: 13px; line-height: 16px; text-align: center; width: 150px;}
.activities-land-page .service_card .content .icon_text p i {margin: 0 5px 0 0;}
.activities-land-page .service_card .content .icon_text p strong{font-weight: 500;}

.single-post-page{position: relative; padding: 50px 0 30px 0;}
.single-post-page .feature-image{margin-bottom: 30px;}
.single-post-page .feature-image img{white-space: 100%;}

.blog_single_page .single-post-breadcrom ul {margin-bottom: 20px;}
.blog_single_page .single-post-breadcrom ul li {display: inline-block;font-size: 16px;margin: 0 20px 0px 0px;color: rgb(51, 51, 51);}

.blog_single_page .single-post-breadcrom ul li i {margin: 0 7px 0 0;color: #1772cb;}
.blog_single_page .single-post-breadcrom ul li span {font-size: 17px;color: rgb(255, 255, 255);text-align: center;background: #1772cb;padding: 4px 20px;text-transform: uppercase;border-radius: 15px 15px 0px 15px;margin-right: 0px;}

.training-page-slide { margin: 0 0 20px 0; }
.training-page-slide .hero_slider_item{height: 500px !important;}
.training-page-slide .hero_slider_item .image::before{background: none !important;}

.training-more-gallery{margin: 30px 0 0 0; padding: 15px 0 0 0; border-top: 1px solid #e2ddda;} 
.training-more-gallery .more-gallery-warp{display: inline-block;width: 100%;} 
.training-more-gallery .more-gallery-warp .project_item{float: left; width: 33%;padding: 3px;} 
.training-more-gallery .more_pic_btn {margin: 15px 0 0 0; text-align: center;}
.training-more-gallery .more_pic_btn .btn_primary {padding: 5px 30px;}
.training-more-gallery .more-gallery-warp .project_item .project_overlay {outline: 1px solid #6ca1d5;background: rgba(11, 92, 172, 0.8);width: 98%; height: 96%;}
.training-more-gallery .more-gallery-warp .project_item .project_overlay a {width: 40px; height: 40px;left: 40%; top: 40%;background: #eecb62;}
.training-more-gallery .more-gallery-warp .project_item .project_overlay a img {width: 20px;}

.donation-info{display: table;margin: 40px auto;border-radius: 20px 20px 0px 20px; background-color: #fff; box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);}
.donation-info .donation-photo{float: left;max-width: 200px;margin: 20px 20px 20px 20px; border-right: #eee solid 1px; padding: 0 20px 0 0;}
.donation-info .donation-photo img{background-color: #fff; box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);}
.donation-data {float: left;margin: 30px 30px 30px 15px;}
.donation-data table {margin: 0 0 20px 0;}
.donation-data table td{border-bottom: #eee solid 1px;line-height: 30px;}

.donation-data .author-info .name {color: rgb(20, 64, 71); font-weight: 600; font-size: 18px;margin: 0 0 10px 0;}
.donation-data .designation {font-size: 16px;line-height: 20px;margin: 0 0 10px 0;font-weight: 500; color: #1772cb;}
.donation-data  span{font-size: 16px; color: #474747; display: inline-block;width: 100%;}
.data-for-donation{min-height: 170px;width: 100%;display: inline-block;margin: 0;}
.data-for-donation p{font-size: 16px; line-height: 29px; color: #3e3e3e;text-align: justify;}
.data-for-donation table thead{border-bottom: 0;}
.data-for-donation table thead th{background-color: #093866; color: #fff; padding: 12px 2px;font-weight: 600; text-align: left;}
.data-for-donation table tbody td{padding: 10px 10px}
.data-for-donation table tbody tr:hover{background-color: #eee;}
.data-for-donation tbody tr:nth-of-type(odd) {background-color: #f5f5f5}

.single-photo-page{}
.single-photo-page .single-pht-lyot .photframe{width: 220px;float: left; position: relative; margin: 10px; overflow: hidden;}
.single-photo-page .single-pht-lyot .photframe img{border-radius: 10px 10px 0px 10px; transition: all 1s ease-in-out;}
.single-photo-page .single-pht-lyot .photframe:hover img{transform: scale(1.2);opacity: 0.5;}

.video-page{}
.video-page figure{max-width: 46%; float: left; width: 100%;margin: 7px 6px 15px 6px;}
.video-page iframe {width: 100%; height: 260px;}

.single-vido-short{}
.single-vido-short figure{margin: 0;}
.single-vido-short iframe {width: 100%; height: 385px;}

.press-relese-page{}
.press-relese-page .single-pht-lyot .photframe{width: 220px;max-height: 220px;min-height: 220px;float: left; position: relative; margin: 9px; overflow: hidden;border-radius: 10px;border: #e8e8e8 solid 1px;}
.press-relese-page .single-pht-lyot .photframe img{border-radius: 10px 10px 0px 10px; transition: all 1s ease-in-out;}
.press-relese-page .single-pht-lyot .photframe:hover{border: #e8b10f solid 1px;}
.press-relese-page .single-pht-lyot .photframe:hover img{transform: scale(1.2);opacity: 0.5;}

.header_wrap .logo {
  background: #1772cb;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 20px 55px 20px 20px;
  width: 320px;
  height: 145px;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}
@media (max-width: 1799px) {
  .header_wrap .logo {
    width: 220px;
    height: 100%;
  }
}
.header_wrap .logo::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100px;
  background: #ffffff;
}
.header_wrap .header_about_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95px;
  height: 100%;
  background: #fae5dc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .header_wrap .header_about_btn {
    display: none;
  }
}
.header_wrap .header_right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .header_wrap .header_right {
    display: none;
  }
}
.header_wrap .header_right .search_icon {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header_wrap .header_right .search_icon {
    margin-right: 13px;
  }
}
.header_wrap .header_right .search_icon i {
  font-size: 25px;
  color: #7d7f85;
}
.header_wrap .header_right .search_icon .input-box {
  background: #fff;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
  border-radius: 7px;
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  padding: 5px;
  z-index: 111;
}
.header_wrap .header_right .search_icon .input-box .search_fild {
  width: 100%;
  background: transparent;
  height: 100%;
  border: 1px solid #d9dde4;
  padding: 15px 0;
  padding-left: 15px;
  padding-right: 8px;
  font-size: 20px;
  border-radius: 7px;
}
.header_wrap .header_right .search_icon .input-box .search_fild:focus-visible {
  outline: 0;
}
.header_wrap .header_right .search_icon .input-box button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
}
.header_wrap .header_right .search_icon.active .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
}
.header_wrap .header_right .search_icon .input-box button i {
  color: #7d7f85 !important;
  font-size: 20px;
}
.header_wrap .header_right .btn_primary {
  padding: 8px 25px;
  background: #1772cb;
  border: 1px solid transparent;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .header_wrap .header_right .btn_primary {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.header_wrap .header_right .btn_primary:hover {
  border: 1px solid transparent;
}

.menu-layout{background-color: #1772cb;background-image: url("../../images/menubg.png");background-size: 130px;}

.current_page_item{color: #fff; background-color: #c39408;}

.current_page_parent {color: #fff; background-color: #c39408;}

.current-menu-parent{color: #fff; background-color: #c39408;}

@media (max-width: 1599px) {
  .menu_wrap ul {
    text-align: start;
  }
}
@media (max-width: 991px) {
  .menu_wrap ul {
    text-align: left;
  }
}
.menu_wrap ul li {display: inline-block; border-right: #5a8fc4 solid 1px; margin-right: -4px;}
.menu-active a{ color: #fff; background-color: #c39408;background-image: url("../../images/menubg.png"); background-size: 130px;}
.menu_wrap ul li a {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500; 
  padding: 20px 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .menu_wrap ul li a {
    padding: 20px 22px;
  }
	

}
@media (max-width: 1199px) {
  .menu_wrap ul li a {
    font-size: 15px;
  }
}
.menu_wrap ul li a:hover {
   color: #fff; background-color: #c39408;
}
.menu_wrap .menu_chaild {
  position: relative;
  z-index: 111;
}
.menu_wrap .menu_chaild > a::before {
  position: absolute;
  right: 5px;
  top: 25px;
  content: "\e64b";
  font-family: themify;
  font-size: 12px;
}
@media (max-width: 991px) {
  .menu_wrap .menu_chaild > a::before {
    top: 8px;
  }
}
.menu_wrap .menu_chaild .submenu {
  position: absolute;
  left: 0;
  top: 60px;
  width: 250px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  text-align: left;
  padding-bottom: 0px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .menu_wrap .menu_chaild .submenu {
    transition: none;
  }
}
.menu_wrap .menu_chaild .submenu li {
  display: block;
  padding: 0; margin-right: 0;
	border-right: #3a88d5 solid 0px;
	border-bottom: #3a88d5 solid 0px;
}
.menu_wrap .menu_chaild .submenu li:last-child a {border-bottom: 0;}
.menu_wrap .menu_chaild .submenu li a {
  transition: all 0.3s ease-in-out;
  color: #555;
  background-color: #fff;	
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px 12px 35px;
  line-height: 18px;	
  border-bottom: #ddd solid 1px;
}
 .menu_wrap .menu_chaild .submenu li a::before {
  content: '\f105';
  margin: 2px 0 0 0;
  line-height: 15px;
  font-size: 15px;
  font-family: 'FontAwesome';
  color: #1772cb;
  position: absolute;
  left: 15px;
}
@media (max-width: 991px) {
  .menu_wrap .menu_chaild .submenu li a {
    font-size: 14px; padding: 10px 20px 10px 35px;
  }
}
.menu_wrap .menu_chaild .submenu li a:hover {
  color: #fff; background-color: #c39408;
}
.menu_wrap .menu_chaild:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 66px;
}

.mobile_menu_btn {
  display: flex;
  justify-content: end;
}
@media (min-width: 992px) {
  .mobile_menu_btn {
    display: none;
  }
}
.mobile_menu_btn .icon {
  width: 50px;
  height: 40px;
  background: #e14a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile_menu_btn i {
  color: #ffffff; font-size: 20px; font-weight: bold;
}

@media (max-width: 991px) {
  .menu_wrap {
    position: relative;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top: 0;
    right: -50%;
    z-index: 11111;
  }
  .menu_wrap.open-mobilemenu {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .menu_wrap .main_menu {
    width: 300px;
    background-color: #1772cb;
    background-image: url("../../images/menubg.png");
    position: absolute;
    height: 100vh;
    overflow-y: auto;
    right: 0;
    top: 0;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  }
  .menu_wrap ul li {
    display: block;
   
	  border-right: 0;
	  border-bottom: #3a88d5 solid 1px;
	  margin-right: 0px;
  }
  .menu_wrap ul li a {
    padding: 10px 15px;
  }
	
  .menu_wrap .menu_chaild .submenu {
    position: unset;
    box-shadow: transparent 0px 1px 2px 0px;
    padding-bottom: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  /*.menu_wrap .menu_chaild .submenu li {
    padding: 5px 10px;
    padding-left: 0;
  }*/
}
/* header_style_s2 */
.header_style_s2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.header_style_s2 .header_wrap {
  padding: 0;
  margin: 0 180px;
  border: 1px solid #786a62;
  border-top: 0;
}
@media (max-width: 1599px) {
  .header_style_s2 .header_wrap {
    margin: 0;
  }
}
.header_style_s2 .logo {
  position: unset;
  background: transparent;
  padding: 40px 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 90px;
}
.header_style_s2 .logo::before {
  display: none;
}
@media (max-width: 1799px) {
  .header_style_s2 .logo {
    padding-left: 50px;
  }
}
@media (max-width: 1699px) {
  .header_style_s2 .logo {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header_style_s2 .logo {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .header_style_s2 .logo {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .header_style_s2 .logo img {
    width: 150px;
  }
}
@media (max-width: 1599px) {
  .header_style_s2 .menu_wrap ul {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .header_style_s2 .menu_wrap ul li a {
    padding: 20px 13px;
  }
}
@media (max-width: 991px) {
  .header_style_s2 .menu_wrap ul li a {
    padding: 0;
  }
}
.header_style_s2 .header_wrap .header_right {
  justify-content: center;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .header_style_s2 .header_wrap .header_right {
    padding-right: 0px;
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .header_style_s2 .menu_wrap ul li a {
    color: #ffffff;
  }
}
.header_style_s2 .header_wrap .header_right .search_icon i {
  font-size: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 12px;
}
.header_style_s2 .header_wrap .header_right .btn_primary {
  background: #e14a4a;
}

/* header_style_s3 */
.header_style_s3 .header_wrap {
  background: #212d2b;
}
.header_style_s3 .header_wrap .logo {
  padding: 0;
  height: auto;
  width: auto;
  background: #1d494c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  bottom: 0px;
}
.header_style_s3 .logo::before {
  display: none;
}
.header_style_s3 .header_top {
  background: #1c1f1e;
}
.header_style_s3 .menu_wrap ul li a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .header_style_s3 .menu_wrap ul li a {
    color: #7d7f85;
  }
}
.header_style_s3 .header_wrap .header_right .search_icon i {
  color: #ffffff;
}
.header_style_s3 .btn_primary {
  background: #1772cb;
}
.header_style_s3 .header_top .contacr_info .number {
  color: #ffffff;
}
.header_style_s3 .header_top .contacr_right ul li span {
  color: #ffffff;
}
@media (max-width: 1799px) {
  .header_style_s3 .header_wrap .logo {
    width: 200px;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .header_style_s3 .header_wrap .logo {
    width: 150px;
    bottom: 0;
  }
}

/* header_section_s4 */
.header_section_s4 .contacr_right {
  text-align: right;
  position: relative;
  right: -40px;
}
@media (max-width: 1499px) {
  .header_section_s4 .contacr_right {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .contacr_right {
    display: none;
  }
}
.header_section_s4 .contacr_right ul li {
  display: inline-block;
  padding: 0 6px;
}
@media (max-width: 1399px) {
  .header_section_s4 .contacr_right ul li {
    padding: 0px 2px;
  }
}
.header_section_s4 .contacr_right ul li span {
  color: #959597;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.header_section_s4 .contacr_right ul li:nth-child(2) a i {
  color: #1772cb;
}
.header_section_s4 .contacr_right ul li:nth-child(3) a i {
  color: #8139e7;
}
.header_section_s4 .contacr_right ul li:nth-child(4) a i {
  color: #7cd8b7;
}
.header_section_s4 .contacr_right ul li:last-child {
  padding-right: 0;
}
.header_section_s4 .contacr_right ul li a i {
  color: #e14a4a;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.header_section_s4 .header_wrap .logo {
  padding: 0;
  height: auto;
  width: auto;
  background: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  bottom: 0px;
}
@media (max-width: 575px) {
  .header_section_s4 .header_wrap .logo {
    max-width: 225px;
  }
}
.header_section_s4 .header_wrap .logo::before {
  display: none;
}
@media (max-width: 1670px) {
  .header_section_s4 .menu_wrap {
    text-align: end;
  }
}
@media (max-width: 1670px) {
  .header_section_s4 .header_wrap .header_about_btn {
    display: none;
  }
}
 

.mobile_cart {
  max-width: 500px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #12636e;
  transition: all 0.7s ease-in-out;
  padding: 2rem;
  overflow-x: hidden;
  z-index: 1111;
  text-align: center;
}
@media (max-width: 1599px) {
  .mobile_cart {
    display: none;
  }
}
.mobile_cart .cart_close {
  position: absolute;
  right: 20px;
  top: 32px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #e14a4a;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  cursor: pointer;
}
.mobile_cart .about_logo {
  margin-top: 80px;
  margin-bottom: 50px;
}
.mobile_cart .content {
  color: #ffffff;
}
.mobile_cart .content p {
  display: block;
}
.mobile_cart .content h2 {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
}
.mobile_cart .content span {
  display: block;
  margin-bottom: 15px;
}
.mobile_cart .social_widget {
  list-style: none;
  margin-top: 50px;
}
.mobile_cart .social_widget li {
  margin-right: 10px;
  display: inline;
}
.mobile_cart .social_widget li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.mobile_cart .social_widget li a i {
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mobile_cart .social_widget li a:hover {
  background: #e14a4a;
  border: 1px solid transparent;
}
.mobile_cart .social_widget li a:hover i {
  color: #ffffff;
}

/*--------------------------------------------------------------
3. sections
--------------------------------------------------------------*/
/*3.1 hero_slider */
.hero_slider .hero_slider_item,
.header_section_s4 .hero_slider_item {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 600px;
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item,
  .header_section_s4 .hero_slider_item {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item,
  .header_section_s4 .hero_slider_item {
    height: 200px;
  }
}
.hero_slider .hero_slider_item .image,
.header_section_s4 .hero_slider_item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_slider .hero_slider_item .image img,
.header_section_s4 .hero_slider_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_slider .hero_slider_item .image::before,
.header_section_s4 .hero_slider_item .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgb(20, 44, 47) 0%, rgba(28, 61, 65, 0.8575805322) 20%, rgba(27, 63, 67, 0.1) 60%);
}
.hero_slider .hero_slider_item .content,
.header_section_s4 .hero_slider_item .content {
  max-width: 840px;
}
.hero_slider .hero_slider_item .content .shado_text,
.header_section_s4 .hero_slider_item .content .shado_text {
  margin-left: 150px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .shado_text,
  .header_section_s4 .hero_slider_item .content .shado_text {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.hero_slider .hero_slider_item .content .shado_text span,
.header_section_s4 .hero_slider_item .content .shado_text span {
  font-size: 45px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .shado_text span,
  .header_section_s4 .hero_slider_item .content .shado_text span {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .shado_text span,
  .header_section_s4 .hero_slider_item .content .shado_text span {
    font-size: 25px;
    letter-spacing: 5px;
    -webkit-text-stroke-width: 2px;
  }
}
.hero_slider .hero_slider_item .content .shado_text .shape-4,
.header_section_s4 .hero_slider_item .content .shado_text .shape-4 {
  position: absolute;
  left: -13%;
  top: -10%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .shado_text .shape-4,
  .header_section_s4 .hero_slider_item .content .shado_text .shape-4 {
    display: none;
  }
}
.hero_slider .hero_slider_item .content .title,
.header_section_s4 .hero_slider_item .content .title {
  margin-bottom: 50px;
  position: relative;
}
.hero_slider .hero_slider_item .content .title h2,
.header_section_s4 .hero_slider_item .content .title h2 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero_slider .hero_slider_item .content .title h2,
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero_slider .hero_slider_item .content .title h2,
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .title h2,
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 18px; line-height: 22px;
  }
}
.hero_slider .hero_slider_item .content .title h2 span,
.header_section_s4 .hero_slider_item .content .title h2 span {
  color: #ffad0e;
}
.hero_slider .hero_slider_item .content .title .line-shape,
.header_section_s4 .hero_slider_item .content .title .line-shape {
  position: absolute;
  /* right: 140px;*/
  bottom: -30px;
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .title .line-shape,
  .header_section_s4 .hero_slider_item .content .title .line-shape {
    left: 30px;
    width: 100px;
	  bottom: -15px;
  }
.hero_slider .btn_primary {
    font-size: 11px;
    line-height: 20px;
    padding: 1px 8px;
  }
	.hero_slider .btn_primary i {display: none;}
}
.hero_slider .hero_slider_item .content .text,
.header_section_s4 .hero_slider_item .content .text {
  max-width: 640px;
  margin-bottom: 60px;
}
.hero_slider .hero_slider_item .content .text p,
.header_section_s4 .hero_slider_item .content .text p {
font-size: 18px;
  color: #dbdbdb;
  line-height: 30px;
  margin-bottom: 0;
	font-family: "Inter", sans-serif;
}
.hero_slider .hero_slider_item .content .hero_btn,
.header_section_s4 .hero_slider_item .content .hero_btn {
  display: flex;
  align-items: center;
}
.hero_slider .hero_slider_item .content .hero_btn .btn_primary,
.header_section_s4 .hero_slider_item .content .hero_btn .btn_primary {
  background: rgba(20, 44, 47, 0.4);
  margin-right: 25px;
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .content .hero_btn .btn_primary,
  .header_section_s4 .hero_slider_item .content .hero_btn .btn_primary {
    margin-right: 0;
  }
}
.hero_slider .hero_slider_item .shape-1,
.header_section_s4 .hero_slider_item .shape-1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}
@media (max-width: 575px) {
  .hero_slider .hero_slider_item .shape-1,
  .header_section_s4 .hero_slider_item .shape-1 {
    display: none;
  }
}
.hero_slider .hero_slider_item .shape-2,
.header_section_s4 .hero_slider_item .shape-2 {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: -1;
}
@media (max-width: 1700px) {
  .hero_slider .hero_slider_item .shape-2,
  .header_section_s4 .hero_slider_item .shape-2 {
    display: none;
  }
}

.hero_slider .slick-dots,
.header_section_s4 .slick-dots {
 
	text-align: center;
	bottom: 15px;
    left: 45%;
	padding: 10px 0;
	margin: 0 auto;
	max-width: 230px;
	display: flex;
}
.hero_slider .slick-dots li,
.header_section_s4 .slick-dots li {
  margin: 0 1px;
  display: block;
}
.hero_slider .slick-dots button,
.header_section_s4 .slick-dots button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #ffffff; 
  border-radius: 100%;
  border: rgba(80, 116, 151, 0.94) solid 1px;
}
.hero_slider .slick-dots li.slick-active button,
.header_section_s4 .slick-dots li.slick-active button {
  background-color: #c39408; border: #f2c337 solid 1px;color: #fff;
}
.hero_slider .slick-dots li button::before {
  opacity: .1;
  color: black;
}
.hero_slider .slick-dots li,
.header_section_s4 .slick-dots li {
  font-size: 16px;
  font-weight: 700;
  display: block;
  /*height: 40px;*/
  cursor: pointer;
  color: #fff;
}
.hero_slider .slick-dots button,
.header_section_s4 .slick-dots button {
font-size: 11px;
font-family: "Inter", sans-serif;
font-weight: 500;
display: block;
padding: 2px;
cursor: pointer;
color: rgba(185, 202, 219, 0.94);
}
.hero_slider .slick-dots button:hover{
  background-color: #c39408; border: #f2c337 solid 1px;color: #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.hero_slider .slick-prev {position: absolute;z-index: 1;left: 20px;font-size: 0; width: 55px;height: 55px;color: #fff;border: 0px solid #c4c4c4;border-radius: 50%; background-color: rgba(0,0,0,0.20);}
.hero_slider .slick-next {position: absolute;right: 20px;font-size: 0; width: 55px;height: 55px;color: #fff;border: 0px solid #c4c4c4;border-radius: 50%; background-color: rgba(0,0,0,0.20);}
.hero_slider .slick-prev:hover{background-color: #c39408; border: #f2c337 solid 1px;color: #fff;}
.hero_slider .slick-next:hover{background-color: #c39408; border: #f2c337 solid 1px;color: #fff;}

.video_btn {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 575px) {
  .video_btn {
    display: none;
  }
}
.video_btn .popup-youtube {
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
}
.video_btn .popup-youtube::before {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 5s ease-in-out infinite;
  z-index: -1;
}
.video_btn .popup-youtube::after {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 3s ease-in-out infinite;
  z-index: -1;
}
.video_btn .popup-youtube .video_icon {
  width: 14px;
  height: 18px;
  background: #1772cb;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.video_btn span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 2.6;
  margin-left: 20px;
}

@keyframes moveani {
  1% {
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* static_hero */
.static_hero {
	position: relative;
	z-index: 1;
	height: 500px;
	/*background: url(../images/slider/slide-4.jpg) center/cover no-repeat;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
  .static_hero {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .static_hero {
    display: block;
    height: auto !important;
  }
}
.static_hero .content {
  max-width: 750px;
  margin-left: 440px;
  margin-top: 50px;
  margin-bottom: 50px;	
}
.static_hero .content .text ul{margin: 0 0 5px 0;}
.static_hero .content .text ul li{ font-size: 16px;  color: #a4a4a4;  line-height: 24px; margin: 0 0 5px 0;}
.static_hero .content .text ul li::before {content: "\f105";font-family: 'FontAwesome'; color: #c39408;  border: #c39408 solid 1px;  border-radius: 50%;  height: 18px;
  display: inline-block;  width: 18px;  text-align: center;  line-height: 16px;  background-color: transparent;  font-size: 10px;  margin: 0 8px 0 0;}

.breadcrom_section{margin: 40px 0 0 0;}
.breadcrom_section ul li {
  display: inline-block;
  font-size: 16px;
  color: #e14a4a;
  padding-right: 20px;
  position: relative;
}
.breadcrom_section ul li::before {
  position: absolute;
  right: 5px;
  top: 0;
  content: "/";
  color: #7b7b7b;
  font-size: 16px;
}
.breadcrom_section ul li:last-child::before {
  display: none;
}
.breadcrom_section ul li a {
  font-size: 15px;
  color: #7b7b7b;
}
.breadcrom_section ul li a:hover {color: #c39408;} 


@media (max-width: 1199px) {
  .static_hero .content {
    margin-left: 0px;
    margin-top: 120px;
  }
	
}
@media screen and (max-width: 1366px) {
	.static_hero {height: 440px;}
	
	.static_hero .content h4 {font-size: 20px;}
	.static_hero .content h2 {font-size: 50px;}
	.static_hero .shape-5 {right: 140px;}
	.page_title_section .content { margin: 50px 0;}
	.indian-flag-strip {background-size: 340px;}
	.main-namelogo img { width: 700px;}
}
@media (max-width: 991px) {
  .static_hero .content {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .static_hero .content {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.static_hero .content h4 { font-size: 22px;
  color: #a4a4a4;
  margin: 0 0 30px 0;
	max-width: 500px;
  font-weight: 700;
  line-height: 30px;}
.static_hero .content h2 {
  font-size: 55px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.205;
  position: relative;
  padding-top: 40px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .static_hero .content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .static_hero .content h2 {
    font-size: 40px;
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .static_hero .content h2 {
    font-size: 26px;
    text-align: center;
	  line-height: 26px;
    padding-bottom: 10px;
  }
}
.static_hero .content h2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 6px;
  content: "";
  background: #aa8105;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .static_hero .content h2::after {
    display: none;
  }
}
.static_hero .content h2::before {
  position: absolute;
  left: 8%;
  top: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  content: "";
  background: #1772cb;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .static_hero .content h2::before {
    display: none;
  }
}
.static_hero .content p {
  font-size: 16px;
  color: #a4a4a4;
  line-height: 24px;
	margin: 0 0 10px 0;
 /* max-width: 650px;*/
}
@media (max-width: 767px) {
  .static_hero .content p {font-size: 13px;line-height: 20px;}
}
.static_hero .content .hero_btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .static_hero .content .hero_btn {
    display: block;
  }
}
.static_hero .content .hero_btn .btn-1 .btn_primary {
  background: #1772cb;
  color: #ffffff;
  border: 1px solid #1772cb;
}
.static_hero .content .hero_btn .btn-1 .btn_primary:hover {
  background: transparent;
  border: 1px solid #e14a4a;
}
.static_hero .content .hero_btn .btn-2 {
  margin-left: 35px;
}
@media (max-width: 575px) {
  .static_hero .content .hero_btn .btn-2 {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.static_hero .content .hero_btn .btn-2 .btn_primary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.static_hero .content .hero_btn .btn-2 .btn_primary:hover {
  border: 1px solid #e14a4a;
}
.static_hero .image {
  max-width: 500px;
  position: absolute;
  left: 150px;
  top: 50px;
}
@media (max-width: 1799px) {
  .static_hero .image {
    left: 0px;
  }
}
@media (max-width: 1650px) {
  .static_hero .image {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .static_hero .image {
    max-width: 350px;
    left: 110px;
    top: 60px;
  }
}

.static_hero .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 180px;
  max-height: 150px;
}
@media (max-width: 767px) {
  .static_hero .image-2 {
    display: none;
  }
}
.static_hero .shape-1 {
  position: absolute;
  left: 20px;
  top: 150px;
  z-index: -1;
}
@media (max-width: 991px) {
  .static_hero .shape-1 {
    display: none;
  }
}
.static_hero .shape-2 {
  position: absolute;
  left: 400px;
  bottom: 20px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .static_hero .shape-2 {
    left: 200px;
  }
}
@media (max-width: 991px) {
  .static_hero .shape-2 {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .static_hero .shape-2 {
    display: none;
  }
}
.static_hero .shape-3 {
  position: absolute;
  left: 30px;
  bottom: -40px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .static_hero .shape-3 {
    display: none;
  }
}
.static_hero .shape-4 {
  position: absolute;
  right: 30px;
  top: 180px;
  z-index: -1;
}
@media (max-width: 991px) {
  .static_hero .shape-4 {
    display: none;
  }
}
.static_hero .shape-5 {
  position: absolute;
  right: 210px;
  bottom: 140px;
  z-index: -1;
}
@media (max-width: 991px) {
  .static_hero .shape-5 {
    display: none;
  }
}

/* header_section_s3 */
.header_section_s3 {
  position: relative;
  padding: 0 140px;
  z-index: 11;
}
@media (max-width: 1399px) {
  .header_section_s3 {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header_section_s3 {
    padding: 0;
  }
}
.header_section_s3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  content: "";
  background: #212d2b;
}
@media (max-width: 991px) {
  .header_section_s3::before {
    width: 100%;
    height: 100%;
  }
}
.header_section_s3 .header_wrap {
  background: url(../images/slider/slider-4.jpg) center/cover no-repeat;
  height: 835px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 991px) {
  .header_section_s3 .header_wrap {
    height: 735px;
  }
}
@media (max-width: 767px) {
  .header_section_s3 .header_wrap {
    height: 635px;
  }
}
@media (max-width: 575px) {
  .header_section_s3 .header_wrap {
    height: 535px;
  }
}
.header_section_s3 .header_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgb(19, 137, 153) 0%, rgb(28, 31, 30) 100%);
  opacity: 0.8;
  z-index: -1;
}
.header_section_s3 .content {
  max-width: 840px;
  text-align: center;
}
.header_section_s3 .content .title {
  margin-bottom: 50px;
  position: relative;
}
.header_section_s3 .content .title h2 {
  font-size: 75px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.205;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .header_section_s3 .content .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .header_section_s3 .content .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .header_section_s3 .content .title h2 {
    font-size: 35px;
  }
}
.header_section_s3 .content .title .line-shape {
  position: absolute;
  right: 140px;
  bottom: -20px;
}
@media (max-width: 575px) {
  .header_section_s3 .content .title .line-shape {
    right: 80px;
  }
}
.header_section_s3 .content .text {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.header_section_s3 .content .text p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.737;
  margin-bottom: 0;
}
.header_section_s3 .content .hero_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_section_s3 .content .hero_btn .btn_primary {
  background: #ffffff;
  margin-right: 45px;
}
@media (max-width: 575px) {
  .header_section_s3 .content .hero_btn .btn_primary {
    margin-right: 0;
  }
}
.header_section_s3 .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header_section_s3 .shape {
    display: none;
  }
}
.header_section_s3 .shape_line {
  position: absolute;
  right: 80px;
  bottom: 80px;
  width: 220px;
  height: 220px;
}
@media (max-width: 767px) {
  .header_section_s3 .shape_line {
    display: none;
  }
}
.header_section_s3 .shape_line::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 220px;
  content: "";
  background: #ffffff;
}
.header_section_s3 .shape_line::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 18px;
  content: "";
  background: #ffffff;
}

/* header_section_s4 */
.header_section_s4 .hero_slider_item {
  z-index: 11;
}
@media (max-width: 575px) {
  .header_section_s4 .hero_slider_item {
    height: 500px;
  }
}
.header_section_s4 .hero_slider_item .content {
  max-width: 740px;
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .content {
    max-width: 640px;
  }
}
.header_section_s4 .hero_slider_item .content .title {
  margin-bottom: 10px;
}
.header_section_s4 .hero_slider_item .content .title h2 {
  color: #144047;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .header_section_s4 .hero_slider_item .content .title h2 {
    font-size: 30px;
  }
}
.header_section_s4 .hero_slider_item .content .line-shape {
  left: 0;
  top: -30px;
  bottom: auto;
}
@media (max-width: 767px) {
  .header_section_s4 .hero_slider_item .content .line-shape {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .header_section_s4 .hero_slider_item .content .line-shape {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .content .text {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .header_section_s4 .hero_slider_item .content .text {
    margin-bottom: 30px;
  }
}
.header_section_s4 .hero_slider_item .content .text p {
  color: #636363;
}
.header_section_s4 .hero_slider_item .content .hero_btn .btn_primary {
  background: #e14a4a;
  color: #ffffff;
}
.header_section_s4 .hero_slider_item .content .video_btn span {
  color: #144047;
}
.header_section_s4 .hero_slider_item .content .popup-youtube {
  z-index: 111;
  color: #ffffff;
  background: #ffffff;
}
.header_section_s4 .hero_slider_item .content .popup-youtube::before {
  background: #c5dadc;
}
.header_section_s4 .hero_slider_item .content .popup-youtube::after {
  background: #c5dadc;
}
.header_section_s4 .hero_slider_item .shape-1 {
  position: absolute;
  left: auto;
  right: 100px;
  bottom: 100px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .header_section_s4 .hero_slider_item .shape-1 {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .shape-1 {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .hero_slider_item .shape-1 {
    display: none;
  }
}
.header_section_s4 .hero_slider_item .image_s4 {
  z-index: -1;
  position: absolute;
  left: auto;
  right: 260px;
  bottom: 0px;
  width: auto;
  height: auto;
}
@media (max-width: 1399px) {
  .header_section_s4 .hero_slider_item .image_s4 {
    right: 100px;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .hero_slider_item .image_s4 {
    right: 0;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .hero_slider_item .image_s4 {
    display: none;
  }
}
.header_section_s4 .hero_slider_item .image::before {
  background: transparent;
}
.header_section_s4 .tab_content {
  position: absolute;
  bottom: -65px;
  left: 15%;
}
@media (max-width: 991px) {
  .header_section_s4 .tab_content {
    bottom: 65px;
  }
}
@media (max-width: 767px) {
  .header_section_s4 .tab_content {
    display: none;
  }
}
.header_section_s4 .tab_content .item {
  background: #f9f9f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  outline: 1px dotted #e14a4a;
  outline-offset: -8px;
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .header_section_s4 .tab_content .item {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item {
    display: block;
    padding: 20px 10px;
  }
}
.header_section_s4 .tab_content .item .content {
  width: calc(100% - 160px);
  display: flex;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .content {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
.header_section_s4 .tab_content .item .content .icon {
  width: 70px;
  height: 70px;
  background: #e14a4a;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #ffffff;
  outline-offset: -4px;
  transition: all 0.7s ease-in-out;
}
.header_section_s4 .tab_content .item .content .text {
  width: calc(100% - 70px);
  padding-left: 30px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .content .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item .content .text {
    padding-left: 10px;
  }
}
.header_section_s4 .tab_content .item .content .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item .content .text h2 {
    font-size: 19px;
  }
}
.header_section_s4 .tab_content .item .content .text ul li {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 1199px) {
  .header_section_s4 .tab_content .item .content .text ul li {
    font-size: 15px;
  }
}
.header_section_s4 .tab_content .item .image11 {
  margin: 5px;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .image11 {
    margin: 0;
  }
}
.header_section_s4 .tab_content .item .image11 img {
  width: 160px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .header_section_s4 .tab_content .item .image11 img {
    width: 300px;
  }
}
.footer-top-buttons {padding: 0;}
.footer-top-buttons{margin:0 0 0 0;  padding:0px; text-align:center; border-top: #d5d5d5 solid 0px;}
.footer-top-buttons ul{margin: 0 auto; display: inline-block;padding: 0;}
.footer-top-buttons ul li{float: left; list-style: none;margin: 0;}
.footer-top-buttons ul li a{ padding: 10px 15px;min-width: 160px;text-align: center;margin: 10px 10px;color: #dfdfdf;display: inline-block;text-transform: uppercase;border-radius: 25px 25px 0px 25px;font-weight: 500; border: transparent solid 1px; background-color: #223786;font-family: "Inter", sans-serif;font-size: 15px;transition: all 0.3s ease-in-out;}
.footer-top-buttons ul li a i {margin: 0 10px 0 0; font-size: 15px; color: #cc901c;}
.footer-top-buttons ul li a:hover{color: #ffad0e; border: #bd9445 solid 1px;background-color: rgba(6, 70, 132, 0.6);}

/* 4. footer_section */
.footer_section,
.footer_section_s2,
.footer_section_s3 {
  position: relative;
  z-index: 1;
 /* background: url(../images/footer/footer-bg.jpg);
  background-size: cover;
  background-position: center;*/
}
.footer_section::before,
.footer_section_s2::before,
.footer_section_s3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(9, 79, 147, 0.94);
  background-image: url("../../images/menubg.png");
  background-size: 140px;	
  z-index: -1;
}
/*.london-footer{background-image: url("../../images/london-footer.png");
  height: 100px;background-size: 470px;
  background-repeat: repeat;
  background-position: center bottom;}*/

.footer-upper {
  background-image: url(../../images/gallerybg.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
 
}

.footer_section .footer_top{padding: 20px 0 0px 0;background-size: 470px;background-image: url("../../images/london-footer.png");
  background-repeat: repeat-x;
  background-position: center bottom;}

.footer_section_s2 .footer_top,
.footer_section_s3 .footer_top {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .footer_section .footer_top,
  .footer_section_s2 .footer_top,
  .footer_section_s3 .footer_top {
    padding: 5px 0 10px;
  }
}
.footer_section .widget_column,
.footer_section_s2 .widget_column,
.footer_section_s3 .widget_column {
  position: relative;
  display: block;
}
.footer_section .widget_column h2,
.footer_section_s2 .widget_column h2,
.footer_section_s3 .widget_column h2 {
  color: #ececec;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 0;
  border-bottom: #5b79b3 solid 1px;
  margin: 0 0 10px 0;
}
.footer_section .widget_column h2::after {
  position: absolute;
  content: '';
  left: 0;
  top: 53px;
  width: 50px;
  height: 3px;
  background-color: #dda707;
}
@media (max-width: 1399px) {
  .footer_section .widget_column h2,
  .footer_section_s2 .widget_column h2,
  .footer_section_s3 .widget_column h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .footer_section .widget_column h2,
  .footer_section_s2 .widget_column h2,
  .footer_section_s3 .widget_column h2 {
    font-size: 20px;
  }
}
.footer_section .widget_column p,
.footer_section_s2 .widget_column p,
.footer_section_s3 .widget_column p {
  color: #e3e6e8;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-align: justify;	
  margin-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .footer_section .widget_column p,
  .footer_section_s2 .widget_column p,
  .footer_section_s3 .widget_column p {
    font-size: 15px; 
  }
}

.footer_section .widget_about .footer_logo,
.footer_section_s2 .widget_about .footer_logo,
.footer_section_s3 .widget_about .footer_logo {
  margin-bottom: 20px;
}
.footer_section .widget_about .footer_logo{width: 250px;padding: 0 0 10px 0;
  border-bottom: #5b79b3 solid 1px;
  margin: 0 0 15px 0;}
.desktop-logo{display: block;}
.mobile-logo{display: none;}

.footer_section .social_widget, .footer_section .social_widget_s2,
.footer_section_s2 .social_widget,
.footer_section_s2 .social_widget_s2,
.footer_section_s3 .social_widget,
.footer_section_s3 .social_widget_s2 {
  list-style: none;
  margin-top: 10px;
}
.footer_section .social_widget li, .footer_section .social_widget_s2 li,
.footer_section_s2 .social_widget li,
.footer_section_s2 .social_widget_s2 li,
.footer_section_s3 .social_widget li,
.footer_section_s3 .social_widget_s2 li {
  margin-right: 0px;
  display: inline;
}
.footer_section .social_widget li a, .footer_section .social_widget_s2 li a,
.footer_section_s2 .social_widget li a,
.footer_section_s2 .social_widget_s2 li a,
.footer_section_s3 .social_widget li a,
.footer_section_s3 .social_widget_s2 li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: rgba(9, 79, 147, 0.94);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: #5b79b3 solid 1px;
}
.footer_section .social_widget li a i, .footer_section .social_widget_s2 li a i,
.footer_section_s2 .social_widget li a i,
.footer_section_s2 .social_widget_s2 li a i,
.footer_section_s3 .social_widget li a i,
.footer_section_s3 .social_widget_s2 li a i {
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_section .social_widget li a:hover, .footer_section .social_widget_s2 li a:hover,
.footer_section_s2 .social_widget li a:hover,
.footer_section_s2 .social_widget_s2 li a:hover,
.footer_section_s3 .social_widget li a:hover,
.footer_section_s3 .social_widget_s2 li a:hover {
  background: #ffad0e;
  border: 1px solid transparent;
}
.footer_section .social_widget li a:hover i, .footer_section .social_widget_s2 li a:hover i,
.footer_section_s2 .social_widget li a:hover i,
.footer_section_s2 .social_widget_s2 li a:hover i,
.footer_section_s3 .social_widget li a:hover i,
.footer_section_s3 .social_widget_s2 li a:hover i {
  color: #ffffff;
}
.footer_section .widget_link,
.footer_section_s2 .widget_link,
.footer_section_s3 .widget_link {
 
  margin-left: 0;
}
@media (max-width: 991px) {
  .footer_section .widget_link,
  .footer_section_s2 .widget_link,
  .footer_section_s3 .widget_link {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.footer_section .widget_link ul,
.footer_section_s2 .widget_link ul,
.footer_section_s3 .widget_link ul {
  list-style: none;
}
.footer_section .widget_link ul li,
.footer_section_s2 .widget_link ul li,
.footer_section_s3 .widget_link ul li {
  display: block;
  position: relative;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer_section .widget_link ul li,
  .footer_section_s2 .widget_link ul li,
  .footer_section_s3 .widget_link ul li {
    line-height: 25px;
    font-size: 15px;
  }
}
.footer_section .widget_link .current_page_item { 
  background-color: #223786;border-radius: 25px 25px 0px 25px;
}

.footer_section .widget_link ul li::before,
.footer_section_s2 .widget_link ul li::before,
.footer_section_s3 .widget_link ul li::before {
	position: absolute;
	left: 0;
	top: 4px;
	content: '\f105';
	font-size: 13px;
	color: #ffad0e;
	font-family: 'FontAwesome';
	transition: all 0.3s ease-in-out;
}
.footer_section .widget_link ul li:nth-child(1),
.footer_section_s2 .widget_link ul li:nth-child(1),
.footer_section_s3 .widget_link ul li:nth-child(1) {
  padding-top: 0;
}
.footer_section .widget_link ul li:nth-child(1)::before,
.footer_section_s2 .widget_link ul li:nth-child(1)::before,
.footer_section_s3 .widget_link ul li:nth-child(1)::before {
  /*top: 0px;*/
}
.footer_section .widget_link ul li:last-child,
.footer_section_s2 .widget_link ul li:last-child,
.footer_section_s3 .widget_link ul li:last-child {
  padding-bottom: 0;
}
.footer_section .widget_link ul li a,
.footer_section_s2 .widget_link ul li a,
.footer_section_s3 .widget_link ul li a {
  color: #d7d7d7;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 2px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.footer_section .widget_link ul li:hover::before,
.footer_section_s2 .widget_link ul li:hover::before,
.footer_section_s3 .widget_link ul li:hover::before {
  color: #ffad0e;
}
.footer_section .widget_link ul li:hover a,
.footer_section_s2 .widget_link ul li:hover a,
.footer_section_s3 .widget_link ul li:hover a {
  color: #ffad0e;
}
.footer_section .widget_insatagram,
.footer_section_s2 .widget_insatagram,
.footer_section_s3 .widget_insatagram {
  margin-left: -20px;
}
@media (max-width: 1399px) {
  .footer_section .widget_insatagram,
  .footer_section_s2 .widget_insatagram,
  .footer_section_s3 .widget_insatagram {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .footer_section .widget_insatagram,
  .footer_section_s2 .widget_insatagram,
  .footer_section_s3 .widget_insatagram {
    margin-bottom: 50px;
  }
}
.footer_section .widget_insatagram ul,
.footer_section_s2 .widget_insatagram ul,
.footer_section_s3 .widget_insatagram ul {
  max-width: 250px;
}
.footer_section .widget_insatagram ul li,
.footer_section_s2 .widget_insatagram ul li,
.footer_section_s3 .widget_insatagram ul li {
  width: 30%;
  display: inline-block;
  margin: 2px;
}
.footer_section .widget_insatagram ul li img,
.footer_section_s2 .widget_insatagram ul li img,
.footer_section_s3 .widget_insatagram ul li img {
  width: 100%;
  border-radius: 10px;
}

.footer_section .widget_contact div,
.footer_section_s2 .widget_contact div,
.footer_section_s3 .widget_contact div {
  margin-bottom: 8px;
}
.footer_section .widget_contact div span,
.footer_section_s2 .widget_contact div span,
.footer_section_s3 .widget_contact div span {
font-size: 15px;
  color: #e3e6e8;
  line-height: 22px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.widget_column.widget_contact {
  padding: 0px 20px 10px 20px;
  /*border: #5b79b3 solid 1px;*/
  border-radius: 20px 20px 0px 20px;
  background-size: 140px; 
  /*background-color: rgba(9, 79, 147, 0.94);*/
  margin: 0 0 30px 0;	
  background-image: url("../../images/menubg.png");
}
@media (max-width: 1399px) {
	.widget_column.widget_contact {padding: 0px 10px 10px 10px;}
	.footer_section .widget_contact div span{font-size: 14px;}
	.footer_section .widget_contact div:nth-child(4) a { font-size: 14px;}
	.footer-top-buttons ul li a { padding: 10px 10px;margin: 10px 5px;font-size: 14px;}
	.footer_section .shape-1{right: -100px;}
}
.footer_section .widget_contact div span i {margin: 0 10px 0 0;color: #ffad0e;}
.footer_section .widget_contact div:nth-child(3) a {font-size: 18px;  color: #ffe3e3;  font-weight: bold;  text-shadow: 0px 1px 2px #4f1616;  letter-spacing: 0.5px;}
.footer_section .widget_contact div:nth-child(4) a {font-size: 16px; color: #eaeaea; font-weight: 500;}
.footer_section .widget_contact div a:hover{color: #ffad0e;}
.footer_bottom {
  background-color: rgba(9, 79, 147, 0.94);
}
.footer_section .footer_bottom .row,
.footer_section_s2 .footer_bottom .row,
.footer_section_s3 .footer_bottom .row {
  padding: 15px 0;
  border-top: 0px solid #4276ab;
}
.footer_section .footer_bottom .row p,
.footer_section_s2 .footer_bottom .row p,
.footer_section_s3 .footer_bottom .row p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
  color: #a8c1d7;
  line-height: 1.657;
  font-family: "Inter", sans-serif;
}
.footer_section .footer_bottom .copyr{text-align: right;}
.footer_section .footer_bottom .row p span{color: #dda707;
  font-weight: 500;
  font-size: 15px;}
.footer_section .footer_bottom .row p a{color: #dda707;}
.footer_section .footer_bottom .row p a:hover{color: #fff;}
.footer_section .shape-1,
.footer_section_s2 .shape-1,
.footer_section_s3 .shape-1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer_section .shape-1,
  .footer_section_s2 .shape-1,
  .footer_section_s3 .shape-1 {
    display: none;
  }
}
.footer_section .shape-2,
.footer_section_s2 .shape-2,
.footer_section_s3 .shape-2 {
  position: absolute;
  left: -30px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer_section .shape-2,
  .footer_section_s2 .shape-2,
  .footer_section_s3 .shape-2 {
    display: none;
  }
}

.footer_section_s2::before {
  background: linear-gradient(148deg, rgb(32, 65, 66) 0%, rgb(126, 74, 49) 100%);
  opacity: 0.95;
}
.footer_section_s2 .shape-2 {
  position: absolute;
  left: -20px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer_section_s2 .shape-2 {
    display: none;
  }
}

.footer_section_s3::before {
  background: #212d2b;
  opacity: 0.9;
}

.sticky_active {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.7s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

/*3.2 features_section */
.features_section {
  background: url(../images/features/left-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 40px;
  margin: 0 175px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 1699px) {
  .features_section {
    margin: 0 100px;
  }
}
@media (max-width: 1599px) {
  .features_section {
    margin: 0 80px;
  }
}
@media (max-width: 1499px) {
  .features_section {
    margin: 0 50px;
  }
}
@media (max-width: 1399px) {
  .features_section {
    margin: 0;
  }
}
.features_section .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #e14a4a;
  padding: 30px;
  border-radius: 100px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .features_section .item {
    display: block;
    text-align: center;
    border-radius: 10px;
  }
}
.features_section .item .icon {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #e14a4a;
  outline-offset: -5px;
}
.features_section .item .content {
  width: calc(100% - 70px);
  padding-left: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  .features_section .item .content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.features_section .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.features_section .item .content span {
  font-size: 17px;
  color: #ffffff;
}
.features_section .item .shape {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.features_section .item .shape-active {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.features_section .item:hover .shape {
  opacity: 0;
  visibility: hidden;
}
.features_section .item:hover .shape-active {
  opacity: 1;
  visibility: visible;
}
.features_section .col:nth-child(2) .item {
  background: #1772cb;
}
.features_section .col:nth-child(2) .item .icon {
  outline: 1px dotted #1772cb;
}
.features_section .col:last-child .item {
  background: #8139e7;
}
.features_section .col:last-child .item .icon {
  outline: 1px dotted #8139e7;
}

/*3.3 about_section */
.about_section,
.about_section_s4 {
  position: relative;
  padding: 110px 0;
}
@media (max-width: 991px) {
  .about_section,
  .about_section_s4 {
    padding: 90px 0;
  }
}
.about_section .image,
.about_section_s4 .image {
  position: relative;
}
.about_section .image .about_img-1,
.about_section_s4 .image .about_img-1 {
  max-width: 185px;
  max-height: 675px;
}
@media (max-width: 767px) {
  .about_section .image .about_img-1,
  .about_section_s4 .image .about_img-1 {
    display: none;
  }
}
.about_section .image .about_img-2,
.about_section_s4 .image .about_img-2 {
  position: absolute;
  top: 50%;
  left: 50px;
  max-width: 479px;
  max-height: 575px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .about_section .image .about_img-2,
  .about_section_s4 .image .about_img-2 {
    position: unset;
    transform: unset;
    max-width: 100%;
    max-height: 100%;
  }
}
.about_section .image .about_img-2 img,
.about_section_s4 .image .about_img-2 img {
  width: 100%;
  border: 5px solid #ffffff;
}
.about_section .image .about_img-3,
.about_section_s4 .image .about_img-3 {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  right: 135px;
}
@media (max-width: 767px) {
  .about_section .image .about_img-3,
  .about_section_s4 .image .about_img-3 {
    display: none;
  }
}
.about_section .content,
.about_section_s4 .content {
  margin-left: -50px;
  margin-right: 90px;
}
@media (max-width: 1399px) {
  .about_section .content,
  .about_section_s4 .content {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .about_section .content,
  .about_section_s4 .content {
    margin-top: 50px;
  }
}
.about_section .content .top_title,
.about_section_s4 .content .top_title {
  text-align: left;
  margin-bottom: 0;
}
.about_section .content .top_title h2,
.about_section_s4 .content .top_title h2 {
  padding-left: 15px;
}
.about_section .content .top_title h2::before,
.about_section_s4 .content .top_title h2::before {
  left: -5px;
}
.about_section .content .top_title h2::after,
.about_section_s4 .content .top_title h2::after {
  left: -5px;
}
.about_section .content .top_title h3,
.about_section_s4 .content .top_title h3 {
  margin-bottom: 20px;
}
.about_section .content .top_title p,
.about_section_s4 .content .top_title p {
  padding-right: 50px;
  margin-bottom: 20px;
  color: rgb(99, 99, 99);
}
.about_section .content .text_qua,
.about_section_s4 .content .text_qua {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 490px;
  background-color: rgb(241, 246, 247);
  padding: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .about_section .content .text_qua,
  .about_section_s4 .content .text_qua {
    display: block;
  }
}
.about_section .content .text_qua::before,
.about_section_s4 .content .text_qua::before {
  position: absolute;
  right: 10px;
  bottom: -10px;
  z-index: -1;
  width: 30px;
  height: 30px;
  content: "";
  background: #8139e7;
  border-radius: 100px;
}
.about_section .content .text_qua .image,
.about_section_s4 .content .text_qua .image {
  border: 1px solid rgb(200, 200, 200);
  width: 96px;
  height: 91px;
  display: inline-block;
}
.about_section .content .text_qua .text,
.about_section_s4 .content .text_qua .text {
  max-width: 340px;
  padding-left: 25px;
  display: flex;
}
@media (max-width: 575px) {
  .about_section .content .text_qua .text,
  .about_section_s4 .content .text_qua .text {
    padding-left: 0;
    margin-top: 15px;
  }
}
.about_section .content .text_qua .text img,
.about_section_s4 .content .text_qua .text img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.about_section .content .text_qua .text p,
.about_section_s4 .content .text_qua .text p {
  font-size: 14px;
  color: rgb(99, 99, 99);
  font-style: italic;
  line-height: 1.714;
  margin-bottom: 0;
  width: calc(100% - 20px);
  font-weight: 600;
  padding-right: 20px;
}
.about_section .content ul,
.about_section_s4 .content ul {
  margin-top: 30px;
}
.about_section .content ul li,
.about_section_s4 .content ul li {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
  line-height: 1.647;
  margin-bottom: 5px;
}
.about_section .content ul li img,
.about_section_s4 .content ul li img {
  margin-right: 10px;
}
.about_section .content ul li span,
.about_section_s4 .content ul li span {
  text-decoration: underline;
  color: #b6b6b6;
  font-weight: 500;
}
.about_section .content .about_btn,
.about_section_s4 .content .about_btn {
  margin-top: 50px;
}
.about_section .shape,
.about_section_s4 .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about_section .shape,
  .about_section_s4 .shape {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .about_section .shape,
  .about_section_s4 .shape {
    display: none;
  }
}

/*3.4 service_section */
.service_section {
  background: url(../../assets/images/choose/bg_shape.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 1;
}


.service_section .col:nth-child(2) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(2) .service_card .content .icon_text .icon {
  background: #1772cb;
  outline: 1px dotted #1772cb;
}
.service_section .col:nth-child(2) .service_card .line_shape .shape-1 {
  background: #4ba5b1;
}
.service_section .col:nth-child(2) .service_card .line_shape .shape-2 {
  background: #4ba5b1;
}
.service_section .col:nth-child(2) .service_card .line_shape .shape-3 {
  background: #4ba5b1;
}
.service_section .col:nth-child(2) .service_card:hover {
  background: #1772cb;
}
.service_section .col:nth-child(2) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:nth-child(3) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(3) .service_card .content .icon_text .icon {
  background: #8139e7;
  outline: 1px dotted #8139e7;
}
.service_section .col:nth-child(3) .service_card .line_shape .shape-1 {
  background: #e1d0f9;
}
.service_section .col:nth-child(3) .service_card .line_shape .shape-2 {
  background: #e1d0f9;
}
.service_section .col:nth-child(3) .service_card .line_shape .shape-3 {
  background: #e1d0f9;
}
.service_section .col:nth-child(3) .service_card:hover {
  background: #8139e7;
}
.service_section .col:nth-child(3) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:nth-child(4) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(4) .service_card .content .icon_text .icon {
  background: #ffad0e;
  outline: 1px dotted #ffad0e;
}
.service_section .col:nth-child(4) .service_card .line_shape .shape-1 {
  background: #ffebc5;
}
.service_section .col:nth-child(4) .service_card .line_shape .shape-2 {
  background: #ffebc5;
}
.service_section .col:nth-child(4) .service_card .line_shape .shape-3 {
  background: #ffebc5;
}
.service_section .col:nth-child(4) .service_card:hover {
  background: #ffad0e;
}
.service_section .col:nth-child(4) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:nth-child(5) .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:nth-child(5) .service_card .content .icon_text .icon {
  background: #2ec48d;
  outline: 1px dotted #2ec48d;
}
.service_section .col:nth-child(5) .service_card .line_shape .shape-1 {
  background: #cdf1e4;
}
.service_section .col:nth-child(5) .service_card .line_shape .shape-2 {
  background: #cdf1e4;
}
.service_section .col:nth-child(5) .service_card .line_shape .shape-3 {
  background: #cdf1e4;
}
.service_section .col:nth-child(5) .service_card:hover {
  background: #2ec48d;
}
.service_section .col:nth-child(5) .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .col:last-child .service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_section .col:last-child .service_card .content .icon_text .icon {
  background: #2e9ecd;
  outline: 1px dotted #2e9ecd;
}
.service_section .col:last-child .service_card .line_shape .shape-1 {
  background: #cde8f3;
}
.service_section .col:last-child .service_card .line_shape .shape-2 {
  background: #cde8f3;
}
.service_section .col:last-child .service_card .line_shape .shape-3 {
  background: #cde8f3;
}
.service_section .col:last-child .service_card:hover {
  background: #2e9ecd;
}
.service_section .col:last-child .service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_section .shape-01 {
  position: absolute;
  left: -60px;
  top: 50px;
  z-index: -1;
	width: 130px;
}
@media (max-width: 991px) {
  .service_section .shape-01 {
    display: none;
  }
}
.service_section .shape-02 {
  position: absolute;
  right: 20px;
  top: 40%;
  z-index: -1;
	width: 130px;
}
.service_section .shape-03 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
	width: 100px;
}
@media (max-width: 991px) {
  .service_section .shape-03 {
    display: none;
  }
}

.service_card {
  border-radius: 23px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .service_card {
    border-radius: 30px;
  }
}
.service_card .image {
  border: 2px solid transparent;
  border-radius: 33px;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin: 10px;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 991px) {
  .service_card .image {
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}
.service_card .image .round {
  overflow: hidden;
}
.service_card .image .round img {
  width: 100%;
  transition: all 0.7s ease-in-out;
  border-radius: 23px;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service_card .image .round img {
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}
.service_card .content {
  padding: 0 20px 20px 20px;
}
@media (max-width: 399px) {
  .service_card .content {
    padding: 0 5px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.service_card .content h2 {
  margin-bottom: 20px; line-height: 28px;text-align: center;overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service_card .content h2 a {
  font-size: 20px;
  color: #144047;
  font-weight: 700;
  transition: all 0.7s ease-in-out;
}
.service_card .content .album-title p{font-size: 14px; margin: 0; color: #666; text-align: center;letter-spacing: 0.5px;transition: all 0.7s ease-in-out;}
.service_card .content .more-button {text-align: center;}
.service_card .content .more-button .btn_primary {transform: none;padding: 1px 10px 1px 12px;font-size: 13px; line-height: 24px;}
.service_card .content .icon_text {
  display: flex;
  align-items: center;
}
.service_card .content .icon_text .icon {
  width: 65px;
  height: 65px;
  background: #e14a4a;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #e14a4a;
  outline-offset: 5px;
  transition: all 0.7s ease-in-out;
}
.service_card .content .icon_text p {
  width: calc(100% - 85px);
  margin-left: 20px;
  font-size: 17px;
  color: #636363;
  margin-bottom: 0;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 399px) {
  .service_card .content .icon_text p {
    font-size: 15px;
  }
}
.service_card .line_shape {
  position: absolute;
  bottom: 4px;
  right: 5px;
  transform: rotate(49deg);
  width: 50px;
  text-align: center;
  transition: all 0.7s ease-in-out;
}
.service_card .line_shape .shape-1 {
  width: 30px;
  text-align: center;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 0 auto;
}
.service_card .line_shape .shape-2 {
  width: 50px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.service_card .line_shape .shape-3 {
  width: 30px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.service_card:hover {
  background: #c39408;
}
.service_card:hover .image {
  border: 2px solid #ffffff;
}
.service_card:hover .image img {
  transform: scale(1.2);
}
.service_card:hover .content h2 a {
  color: #ffffff;
}
.service_card:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.service_card:hover .content .icon_text p {
  color: #ffffff;
}



/* home event slide */

.home-event-single-section{margin: 0 0 20px 0;}
.home-event-single-section h4{margin:0 0 20px 0; padding:0; font-size: 26px; color: #1E65BB; font-weight: 600;}
.home-event-single-section h4 img {width: 35px; margin: 0 10px 0 0;}

.home-event-single-section .slick-dots {bottom: -25px;}
.home-event-single-section .slick-dots li {margin: 0 3px; width: 14px; height: 14px;}
.home-event-single-section .slick-dots li button { display: block; width: 14px; height: 14px; padding: 0; background-color: transparent;
  border: 1px solid #1E65BB; border-radius: 100px;}
.home-event-single-section .slick-dots li button::before {font-size: 0px;}
.home-event-single-section li.slick-active button { background-color: #1E65BB;}
.home-event-single-section .slick-prev {position: absolute;left: 339px;font-size: 0;top: -40px;width: 32px;height: 32px;color: #fff;border: 0px solid #c4c4c4;border-radius: 10%; background-color: #1E65BB;}
.home-event-single-section .slick-next {position: absolute;right: 0;font-size: 0;top: -40px;width: 32px;height: 32px;color: #fff;border: 0px solid #c4c4c4;border-radius: 10%; background-color: #1E65BB;}
.home-event-single-section .slick-prev:hover {background-color: #c39408;}
.home-event-single-section .slick-next:hover {background-color: #c39408;}

.home-single-event-slide {
  border-radius: 73px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .home-single-event-slide {
    border-radius: 30px;
  }
}
.home-single-event-slide .image {
  border: 2px solid transparent;
  border-radius: 73px;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin: 10px;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 991px) {
  .home-single-event-slide .image {
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}
.home-single-event-slide .image .round {
  overflow: hidden;
}
.home-single-event-slide .image .round img {
  width: 100%;
  transition: all 0.7s ease-in-out;
  border-radius: 73px;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-single-event-slide .image .round img {
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}
.home-single-event-slide .content {
  padding: 0 30px;
  padding-top: 0px;
  padding-bottom: 25px;
}
@media (max-width: 399px) {
  .home-single-event-slide .content {
    padding: 0 20px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.home-single-event-slide .content h2 {
  margin-bottom: 10px; line-height: 24px;
  text-align: center;
}
.home-single-event-slide .content h2 a {
  font-size: 22px;
  color: #352682;
  font-weight: 700;
  transition: all 0.7s ease-in-out;
}
.home-single-event-slide .content .icon_text {
  display: flex;
  align-items: center;
}
.home-single-event-slide .content .icon_text .icon {
  width: 65px;
  height: 65px;
  background: #e14a4a;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #e14a4a;
  outline-offset: 5px;
  transition: all 0.7s ease-in-out;
}
.home-single-event-slide .content .icon_text p {
  /*width: calc(100% - 85px);
  margin-left: 20px;*/
  font-size: 16px;
	font-family: "Inter", sans-serif;
  color: #636363;
	line-height: 22px;
  margin-bottom: 0;
  transition: all 0.7s ease-in-out;
}
@media (max-width: 399px) {
  .home-single-event-slide .content .icon_text p {
    font-size: 15px;
  }
}
.home-single-event-slide .line_shape {
  position: absolute;
  bottom: 4px;
  right: 5px;
  transform: rotate(49deg);
  width: 50px;
  text-align: center;
  transition: all 0.7s ease-in-out;
}
.home-single-event-slide .line_shape .shape-1 {
  width: 30px;
  text-align: center;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 0 auto;
}
.home-single-event-slide .line_shape .shape-2 {
  width: 50px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-single-event-slide .line_shape .shape-3 {
  width: 30px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.home-single-event-slide:hover {
  background: #1E65BB;
}
.home-single-event-slide:hover .image {
  border: 2px solid #ffffff;
}
.home-single-event-slide:hover .image img {
  transform: scale(1.2);
}
.home-single-event-slide:hover .content h2 a {
  color: #ffffff;
}
.home-single-event-slide:hover .content .icon_text .icon {
  outline: 1px dotted #ffffff;
}
.home-single-event-slide:hover .content .icon_text p {
  color: #ffffff;
}


/*3.5 donat_section */
.donat_section {
  padding: 100px 0;
  background: url(../images/donat/bg.jpg) center/cover no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .donat_section {
    padding: 80px 0;
  }
}
.donat_section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/donat/shape-bg.png) center/cover no-repeat;
  z-index: -1;
}
@media (max-width: 991px) {
  .donat_section .left_content {
    max-width: 500px;
  }
}
.donat_section .left_content .top_title {
  text-align: left;
}
.donat_section .left_content .top_title h2 {
  margin-left: 10px;
  color: #ffffff;
}
.donat_section .left_content .top_title h2::after {
  background: #ffffff;
}
.donat_section .left_content .top_title h3 {
  margin-top: 20px;
  color: #ffffff;
}
.donat_section .left_content .top_title p {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.donat_section .left_content .btn_primary {
  background: #e14a4a;
  color: #ffffff;
}
.donat_section .right_content {
  background: #ffffff;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .donat_section .right_content {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .donat_section .right_content {
    margin-top: 50px;
    max-width: 500px;
  }
}
.donat_section .right_content .top_content {
  padding: 40px;
  width: 410px;
}
@media (max-width: 991px) {
  .donat_section .right_content .top_content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content {
    padding: 20px;
  }
}
.donat_section .right_content .top_content h2 {
  font-size: 20px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  text-transform: uppercase;
}
.donat_section .right_content .top_content p {
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 1.625;
  margin-bottom: 5px;
}
.donat_section .right_content .top_content .info {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content .info {
    display: block;
  }
}
.donat_section .right_content .top_content .info ul {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content .info ul {
    margin: 0;
  }
}
.donat_section .right_content .top_content .info ul li {
  font-size: 15px;
  color: rgb(99, 99, 99);
  line-height: 2.133;
  margin-top: 30px;
}
.donat_section .right_content .top_content .info ul li img {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .donat_section .right_content .top_content .info ul li {
    margin-top: 10px;
  }
}
.donat_section .right_content .donet_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding: 15px 0;
}
.donat_section .right_content .donet_amount h3 {
  font-size: 20px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  padding-left: 25px;
}
@media (max-width: 575px) {
  .donat_section .right_content .donet_amount h3 {
    font-size: 16px;
  }
}
.donat_section .right_content .donet_amount i {
  font-size: 24px;
  color: rgb(223, 83, 17);
  padding-right: 25px;
}
@media (max-width: 575px) {
  .donat_section .right_content .donet_amount i {
    font-size: 16px;
  }
}

/*3.6 causes_section */
.causes_section,
.causes_section_s2,
.causes_section_s3 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .causes_section,
  .causes_section_s2,
  .causes_section_s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .causes_section,
  .causes_section_s2,
  .causes_section_s3 {
    padding-bottom: 50px;
  }
}
.causes_section .causes_card,
.causes_section_s2 .causes_card,
.causes_section_s3 .causes_card {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
.causes_section .causes_card .imgage,
.causes_section_s2 .causes_card .imgage,
.causes_section_s3 .causes_card .imgage {
  position: relative;
  margin: 10px;
  overflow: hidden;
}
.causes_section .causes_card .imgage span,
.causes_section_s2 .causes_card .imgage span,
.causes_section_s3 .causes_card .imgage span {
  font-size: 17px;
  color: rgb(223, 83, 17);
  line-height: 1.647;
  text-transform: uppercase;
  background: #ffffff;
  padding: 8px 20px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.causes_section .causes_card .imgage img,
.causes_section_s2 .causes_card .imgage img,
.causes_section_s3 .causes_card .imgage img {
  width: 100%;
  transition: all 1s ease-in-out;
}
.causes_section .causes_card .content,
.causes_section_s2 .causes_card .content,
.causes_section_s3 .causes_card .content {
  padding: 30px;
}
@media (max-width: 1199px) {
  .causes_section .causes_card .content,
  .causes_section_s2 .causes_card .content,
  .causes_section_s3 .causes_card .content {
    padding: 30px 20px;
  }
}
.causes_section .causes_card .content h2 a,
.causes_section_s2 .causes_card .content h2 a,
.causes_section_s3 .causes_card .content h2 a {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
.causes_section .causes_card .content p,
.causes_section_s2 .causes_card .content p,
.causes_section_s3 .causes_card .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 0;
}
.causes_section .causes_card .donet_progres,
.causes_section_s2 .causes_card .donet_progres,
.causes_section_s3 .causes_card .donet_progres {
  border-top: 1px solid #dddddd;
  padding-top: 65px;
}
.causes_section .causes_card .donet_progres .progres,
.causes_section_s2 .causes_card .donet_progres .progres,
.causes_section_s3 .causes_card .donet_progres .progres {
  height: 8px;
  background: #e8edee;
  border-radius: 6px;
  margin: 0 30px;
  position: relative;
  margin: 0 20px;
}
.causes_section .causes_card .donet_progres .bar,
.causes_section_s2 .causes_card .donet_progres .bar,
.causes_section_s3 .causes_card .donet_progres .bar {
  height: 100%;
  background: #e14a4a;
  border-radius: 6px;
}
.causes_section .causes_card .donet_progres .percent,
.causes_section_s2 .causes_card .donet_progres .percent,
.causes_section_s3 .causes_card .donet_progres .percent {
  position: absolute;
  left: 80%;
  top: -50px;
  font-size: 12px;
  color: white;
  width: 40px;
  height: 30px;
  background: #e14a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 0;
}
.causes_section .causes_card .donet_progres .percent::before,
.causes_section_s2 .causes_card .donet_progres .percent::before,
.causes_section_s3 .causes_card .donet_progres .percent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 25px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #e14a4a;
  transform: translateX(-50%);
  z-index: -1;
}
.causes_section .causes_card .donet_progres .donet_amaunt,
.causes_section_s2 .causes_card .donet_progres .donet_amaunt,
.causes_section_s3 .causes_card .donet_progres .donet_amaunt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 30px 20px;
}
@media (max-width: 1199px) {
  .causes_section .causes_card .donet_progres .donet_amaunt,
  .causes_section_s2 .causes_card .donet_progres .donet_amaunt,
  .causes_section_s3 .causes_card .donet_progres .donet_amaunt {
    margin: 10px 20px 20px;
  }
}
.causes_section .causes_card .donet_progres .donet_amaunt span,
.causes_section_s2 .causes_card .donet_progres .donet_amaunt span,
.causes_section_s3 .causes_card .donet_progres .donet_amaunt span {
  font-size: 17px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.471;
}
@media (max-width: 1199px) {
  .causes_section .causes_card .donet_progres .donet_amaunt span,
  .causes_section_s2 .causes_card .donet_progres .donet_amaunt span,
  .causes_section_s3 .causes_card .donet_progres .donet_amaunt span {
    font-size: 14px;
  }
}
.causes_section .causes_card:hover .imgage img,
.causes_section_s2 .causes_card:hover .imgage img,
.causes_section_s3 .causes_card:hover .imgage img {
  transform: scale(1.2);
}
.causes_section .col:nth-child(2) .causes_card .imgage span,
.causes_section_s2 .col:nth-child(2) .causes_card .imgage span,
.causes_section_s3 .col:nth-child(2) .causes_card .imgage span {
  color: #1772cb;
}
.causes_section .col:nth-child(2) .causes_card .donet_progres .bar,
.causes_section_s2 .col:nth-child(2) .causes_card .donet_progres .bar,
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .bar {
  background: #1772cb;
}
.causes_section .col:nth-child(2) .causes_card .donet_progres .percent,
.causes_section_s2 .col:nth-child(2) .causes_card .donet_progres .percent,
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .percent {
  background: #1772cb;
}
.causes_section .col:nth-child(2) .causes_card .donet_progres .percent::before,
.causes_section_s2 .col:nth-child(2) .causes_card .donet_progres .percent::before,
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .percent::before {
  background: #1772cb;
}
.causes_section .col:nth-child(3) .causes_card .imgage span,
.causes_section_s2 .col:nth-child(3) .causes_card .imgage span,
.causes_section_s3 .col:nth-child(3) .causes_card .imgage span {
  color: #8139e7;
}
.causes_section .col:nth-child(3) .causes_card .donet_progres .bar,
.causes_section_s2 .col:nth-child(3) .causes_card .donet_progres .bar,
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .bar {
  background: #8139e7;
}
.causes_section .col:nth-child(3) .causes_card .donet_progres .percent,
.causes_section_s2 .col:nth-child(3) .causes_card .donet_progres .percent,
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .percent {
  background: #8139e7;
}
.causes_section .col:nth-child(3) .causes_card .donet_progres .percent::before,
.causes_section_s2 .col:nth-child(3) .causes_card .donet_progres .percent::before,
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .percent::before {
  background: #8139e7;
}

/*3.7 testimonil_section */
.testimonil_section {
  padding-top: 0;
}
.testimonil_section .testimonil_wrap {
  padding: 50px 100px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background: #f1f6f7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .testimonil_section .testimonil_wrap {
    padding: 50px 50px;
  }
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap {
    display: block;
  }
}
@media (max-width: 575px) {
  .testimonil_section .testimonil_wrap {
    padding: 30px 20px;
  }
}
.testimonil_section .testimonil_wrap .left_img {
  max-width: 390px;
  max-height: 390px;
  border-radius: 1000px;
  border: 5px solid #ffffff;
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap .left_img {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .testimonil_section .testimonil_wrap .left_img {
    max-width: 200px;
    max-height: 200px;
  }
}
.testimonil_section .testimonil_wrap .left_img img {
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}
.testimonil_section .testimonil_wrap .content {
  max-width: 440px;
  margin-left: 130px;
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap .content {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
}
.testimonil_section .testimonil_wrap .content h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonil_section .testimonil_wrap .content h4 {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  color: rgb(99, 99, 99);
  font-style: italic;
  margin-bottom: 25px;
  line-height: 30px;
}
.testimonil_section .testimonil_wrap .content .image {
  margin-bottom: 20px;
}
.testimonil_section .testimonil_wrap .content .image span {
  font-size: 17px;
  color: rgb(129, 57, 231);
  margin-left: 10px;
}
.testimonil_section .testimonil_wrap .content h3 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 10px;
}
.testimonil_section .testimonil_wrap .content span {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.testimonil_section .testimonil_wrap .shape-1 {
  position: absolute;
  bottom: -210px;
  right: -16%;
  z-index: -1;
}
.testimonil_section .testimonil_wrap .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonil_section .testimonil_wrap .shape-2 {
    display: none;
  }
}

/*3.8 project_section */
.project_section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.project_section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  z-index: -1;
  overflow: hidden;
}
.project_section .bg-image img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_section .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/project/shape.png) center/cover no-repeat;
  content: "";
  z-index: 1;
}
.project_section .top_title {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .project_section .top_title {
    text-align: center;
  }
}
.project_section .top_title h2 {
  color: #ffffff;
}
.project_section .top_title h2::before {
  background: #ffffff;
}
.project_section .top_title h2::after {
  background: #e14a4a;
}
.project_section .top_title h3 {
  color: #ffffff;
}
.project_section .top_title P {
  font-size: 17px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .project_section .top_title P {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .project_section.s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .project_section.s2 {
    padding: 80px 0;
  }
}
.project_section.s2 .top_title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .project_section.s2 .top_title {
    text-align: center;
  }
}
.project_section.s2 .top_title h2 {
  color: #1772cb;
}
.project_section.s2 .top_title h2::before {
  background: #144047;
}
.project_section.s2 .top_title h2::after {
  background: #e14a4a;
}
.project_section.s2 .top_title h3 {
  color: #144047;
}

.project_content {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .project_content {
    margin-top: 30px;
  }
}

.project_item {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .project_item {
    margin-top: 30px;
  }
}
.project_item .image img {
  width: 100%;
}
.project_item .project_overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 92%;
  content: "";
  background: rgba(19, 137, 153, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  outline: 4px solid #ffffff;
  outline-offset: -20px;
}
.project_item .project_overlay a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 45%;
  top: 45%;
  transform: translate(-50%, -50%);
  transform: rotate(50deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .project_item .project_overlay a {
    left: 42%;
    top: 42%;
  }
}
.project_item .project_overlay a img {
  transform: rotate(-50deg);
}
.project_item:hover .project_overlay {
  opacity: 1;
  visibility: visible;
}

/*3.9 process_section */
.process_wrap {
  position: relative;
}
.process_wrap .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 61%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.process_wrap .shape img {
  width: 100%;
}
@media (max-width: 991px) {
  .process_wrap .shape {
    display: none;
  }
}
.process_wrap .col:nth-child(2) .process_item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .process_wrap .col:nth-child(2) .process_item {
    margin-top: 0px;
  }
}
.process_wrap .col:nth-child(2) .process_item .icon {
  outline: 1px dotted #1772cb;
}
.process_wrap .col:nth-child(2) .process_item:hover .icon {
  background: #1772cb;
  outline: 1px dotted #ffffff;
}
.process_wrap .col:nth-child(3) .process_item .icon {
  outline: 1px dotted #8139e7;
}
.process_wrap .col:nth-child(3) .process_item:hover .icon {
  background: #8139e7;
  outline: 1px dotted #ffffff;
}
.process_wrap .process_item {
  text-align: center;
}
@media (max-width: 991px) {
  .process_wrap .process_item {
    margin-bottom: 30px;
  }
}
.process_wrap .process_item .icon {
  width: 120px;
  height: 120px;
  background: #f1f6f7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #e14a4a;
  outline-offset: -10px;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.process_wrap .process_item .icon-1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.process_wrap .process_item .icon-2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.process_wrap .process_item .content {
  margin: 0 50px;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .process_wrap .process_item .content {
    margin: 0;
    padding-top: 30px;
  }
}
.process_wrap .process_item .content h2 {
  font-size: 22px;
  font-family: "Inter";
  color: rgb(20, 64, 71);
  font-weight: 700;
  margin-bottom: 20px;
}
.process_wrap .process_item .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.647;
  margin-bottom: 0;
}
.process_wrap .process_item:hover .icon {
  background: #e14a4a;
  outline: 1px dotted #ffffff;
}
.process_wrap .process_item:hover .icon-1 {
  opacity: 0;
  visibility: hidden;
}
.process_wrap .process_item:hover .icon-2 {
  opacity: 1;
  visibility: visible;
}
.process_wrap .process_btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .process_wrap .process_btn {
    margin-top: 0;
  }
}

/*3.10 contact_section */
.contact_section {
  padding: 110px 40px 235px;
  position: relative;
  background: url(../images/contact/bg.png);
}
@media (max-width: 1199px) {
  .contact_section {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  .contact_section {
    padding: 90px 0;
  }
}
.contact_section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(33, 105, 116);
  opacity: 0.9;
  z-index: -1;
}
.contact_section .left_image {
  border: 7px solid rgb(255, 255, 255);
  border-radius: 15px;
  max-height: 703px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .contact_section .left_image {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact_section .left_image {
    max-height: 100%;
  }
}
.contact_section .left_image img {
  width: 100%;
  border-radius: 10px;
  height: 703px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .contact_section .left_image img {
    height: 100%;
  }
}
.contact_section .contact_from {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 55px 70px;
}
@media (max-width: 1199px) {
  .contact_section .contact_from {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .contact_section .contact_from {
    padding: 55px 20px;
  }
}
.contact_section .contact_from .title {
  text-align: center;
  margin-bottom: 10px;
}
.contact_section .contact_from .title h2 {
  font-size: 30px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
.contact_section .contact_from .title span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.647;
}
.contact_section .contact_from .from_wrap div {
  margin-top: 30px;
}
.contact_section .contact_from .from_wrap .form-control {
  width: 100%;
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 2.5;
  padding-left: 18px;
  border-color: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact_section .contact_from .from_wrap .form-control:focus {
  color: #212529;
  border-color: 1px solid #e14a4a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.contact_section .contact_from .from_wrap .btn_primary {
  width: 100%;
  background: #e14a4a;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 0;
  margin-top: 20px;
}
.contact_section .contact_from .from_wrap .btn_primary::before {
  display: none;
}
.contact_section .map_right .map {
  height: 703px;
}
@media (max-width: 767px) {
  .contact_section .map_right .map {
    height: 400px;
  }
}
.contact_section .map_right .map iframe {
  border-radius: 15px;
  height: 100%;
  max-height: 703px;
}

/* contact_info_section */
.contact_info_section {
  position: relative;
  z-index: 1;
  margin-top: -130px;
  padding: 60px 0;
}
.contact_info_section.s2 {
  margin: 0;
  padding: 0;
}
.contact_info_section.s2::before {
  display: none;
}
@media (max-width: 1199px) {
  .contact_info_section {
    margin-top: 0;
    padding: 100px 0 70px;
  }
}
.contact_info_section::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 1400px;
  height: 260px;
  background: #ffffff;
  border-radius: 1000px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contact_info_section .col:nth-child(2) .contact_info_card {
  border: 1px dotted #1772cb;
}
.contact_info_section .col:nth-child(2) .contact_info_card .icon {
  background-color: #1772cb;
}
.contact_info_section .col:last-child .contact_info_card {
  border: 1px dotted #8139e7;
}
.contact_info_section .col:last-child .contact_info_card .icon {
  background-color: #8139e7;
}

.contact_info_card {
  padding: 25px 30px;
  border: 1px dotted #e14a4a;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact_info_card {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.contact_info_card .icon {
  border-radius: 50%;
  background-color: rgb(223, 83, 17);
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .contact_info_card .icon {
    margin: 0 auto;
  }
}
.contact_info_card .content {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .contact_info_card .content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.contact_info_card .content h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.409;
}
.contact_info_card .content span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.529;
  display: block;
}



.contact-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-radius: 20px 20px 0px 20px;
  border: 1px solid #ECF1F9;
  background: #fff;
  box-shadow: 0px 9px 14px 0px #FBFBFB;
  padding: 20px;
  /* Extra small devices */
}

.contact-feature:not(:last-child) {
  margin-bottom: 20px;
}

.contact-feature .contact-feature-icon {
  height: 70px;
  width: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-radius: 20px 20px 0px 20px;
  line-height: 70px;
  background: rgba(13, 94, 244, 0.07);
  font-size: 30px;
  text-align: center;
  color: #1D7DDD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-feature .media-body {
  margin-bottom: -0.4em;
}

.contact-feature .contact-feature_label {
  font-size: 18px;
  color: #1E65BB;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-feature .contact-feature_link {
  color: #373737;
  line-height: normal;
  display: block;
	font-size: 18px;
	font-weight: 500;
}

.contact-feature .contact-feature_link span {
  color: #1E65BB;
}
.contact-feature .contact-feature_link span:hover {
  color: #c39408;
}

.contact-feature:hover .contact-feature-icon {
  background: #1772cb;
  color: #fff;
}


.contact-feature .mobile-contact span{font-size: 22px; font-weight: 800; text-decoration: none; letter-spacing: 0.5px;  color: green;}
.contact-feature .mobile-contact span:hover{color: #1E65BB;}


.social-icon-contact {    margin: 0 0 20px 0;text-align: center;}
.social-icon-contact a {position: relative; color: #fff; line-height: 40px; width: 40px; height: 40px; text-align: center; font-weight: 500; font-size: 18px; border: 0; display: inline-block; background-color: #533c04; border-radius: 50%;}

.social-icon-contact a:hover { background-color: rgba(193, 155, 0, 0.9);}





/*3.11 blog_section */
.blog_section,
.blog_section_s3 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .blog_section .s4,
  .blog_section_s3 .s4 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .blog_section .s4,
  .blog_section_s3 .s4 {
    padding-bottom: 80px;
  }
}
.blog_section .col:nth-child(2) .blog-card .image span,
.blog_section_s3 .col:nth-child(2) .blog-card .image span {
  color: #1772cb;
}
.blog_section .col:nth-child(2) .blog-card .comment_reting .reting span,
.blog_section_s3 .col:nth-child(2) .blog-card .comment_reting .reting span {
  color: #1772cb;
}
.blog_section .col:last-child .blog-card .image span,
.blog_section_s3 .col:last-child .blog-card .image span {
  color: #8139e7;
}
.blog_section .col:last-child .blog-card .comment_reting .reting span,
.blog_section_s3 .col:last-child .blog-card .comment_reting .reting span {
  color: #8139e7;
}
.blog_section .blog_btn,
.blog_section_s3 .blog_btn {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.blog-card {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
.blog-card .image {
  margin: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.blog-card .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(18, 137, 153, 0.722);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.blog-card .image img {
  width: 100%;
  transition: all 0.7s ease-in-out;
  transform: scale(1);
}
.blog-card .image .overle {
  position: absolute;
  top: -45%;
  right: -45%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.blog-card .image span {
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: rgb(223, 83, 17);
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  z-index: 11;
}
.blog-card .content {
  padding: 20px 30px 30px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .blog-card .content {
    padding: 20px 20px 30px;
  }
}
.blog-card .content span {
  font-size: 14px;
  color: rgb(99, 99, 99);
}
.blog-card .content span i {
  font-size: 12px;
  margin: 0 3px;
}
.blog-card .content span .fa-user-alt {
  color: #1772cb;
}
.blog-card .content span .fa-calendar-alt {
  color: #c39408;
}
.blog-card .content h2 {
  margin-top: 10px;line-height: 24px;
}
.blog-card .content h2 a {
  font-size: 22px;
	
  color: rgb(37, 37, 37);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .blog-card .content h2 a {
    font-size: 18px;
    line-height: 20px;
  }
}
.blog-card .content h2 a:hover {
  color: #e14a4a;
}
.blog-card .content p {
  font-size: 15px;
  color: rgb(99, 99, 99);
  margin-bottom: 0;
	 
	
}
.blog-card .comment_reting {
  border-top: 1px solid #dddddd;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blog-card .comment_reting {
    padding: 15px 20px;
  }
}
.blog-card .comment_reting .comment span {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.blog-card .comment_reting .reting {
  display: flex;
  align-items: center;
}
.blog-card .comment_reting .reting ul li {
  display: inline-block;
}
.blog-card .comment_reting .reting span {
  font-size: 17px;
  color: #e14a4a;
  padding-left: 10px;
}
.blog-card:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.blog-card:hover .image img {
  transform: scale(1.3);
}
.blog-card:hover .image .overle {
  opacity: 1;
  visibility: visible;
}

.blog_section_s5 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog_section_s5 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog_section_s5 {
    padding-bottom: 50px;
  }
}

/*3.12 cta_section */
.cta_section {
  position: relative;
  z-index: 1;
  background: url(../images/cta/bg.png) center/cover no-repeat;
  padding: 70px 0;
}
.cta_section.s2 {
  background: url(../images/cta/bg-2.jpg) center/cover no-repeat;
}
.cta_section h2 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.333;
  text-align: left;
  margin-bottom: 0;
  padding: 0 70px;
}
@media (max-width: 1399px) {
  .cta_section h2 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cta_section h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta_section h2 {
    font-size: 25px;
  }
}
.cta_section .newsletter {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .cta_section .newsletter {
    padding: 0;
    margin-top: 20px;
  }
}
.cta_section .newsletter div {
  position: relative;
}
.cta_section .newsletter .form-control {
  width: 100%;
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 2.5;
  padding: 5px;
  padding-left: 40px;
  padding-right: 50px;
  border-color: 1px solid rgb(221, 221, 221);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.cta_section .newsletter .form-control:focus {
  color: #212529;
  border-color: 1px solid #e14a4a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.cta_section .newsletter button {
  border-radius: 20px;
  background-color: rgb(19, 137, 153);
  color: #ffffff;
  font-size: 14px;
  font-family: "Rubik";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.641;
  text-align: center;
  padding: 10px 35px;
  border: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_section .icon {
  width: 190px;
  height: 190px;
  border: 2px dotted #8139e7;
  border-radius: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1820px) {
  .cta_section .icon {
    left: 50px;
  }
}
@media (max-width: 1699px) {
  .cta_section .icon {
    display: none;
  }
}
.cta_section .shape {
  position: absolute;
  left: -7%;
  top: 0;
  z-index: -1;
  height: 100%;
}
@media (max-width: 1820px) {
  .cta_section .shape {
    left: -10%;
  }
}
@media (max-width: 1699px) {
  .cta_section .shape {
    display: none;
  }
}
.cta_section .shape img {
  width: 100%;
  height: 100%;
}
.cta_section .shape-2 {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .cta_section .shape-2 {
    display: none;
  }
}

/*--------------------------------------------------------------
5. Home-style-2
---------------------------------------------------------------- */
/*5.1 about_section_s2 */
.about_section_s2 {
	position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.about_section_s2 .shape{ 
position: absolute;
  right: 200px;
  bottom: 50px;
  z-index: -1;
  width: 400px;}
.about_section_s2 .shape-03 {
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: -1;
  width: 100px;
}
@media (max-width: 991px) {
  .about_section_s2 {
    padding-top: 90px !important;
  }
}
@media (max-width: 767px) {
  .about_section_s2 {
    padding-top: 20px !important;
  }
}
.about_section_s2 .top_title {
  text-align: left;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .about_section_s2 .top_title {
    margin-right: 0;
  }
}
.about_section_s2 .top_title h3 {
  margin-bottom: 20px;
}
.about_section_s2 .about_left-content .feature_wrap {
  display: flex;
}
@media (max-width: 575px) {
  .about_section_s2 .about_left-content .feature_wrap {
    display: block;
  }
}
.about_section_s2 .about_left-content .feature_wrap .feature {
  /*max-width: 300px;*/
}
.about_section_s2 .about_left-content .feature_wrap .feature .item {
  display: flex;
  margin-bottom: 20px;
}
.about_section_s2 .about_left-content .feature_wrap .feature .item:last-child .icon {
  outline: 0px dotted #1772cb;
}
.about_section_s2 .about_left-content .feature_wrap .feature .icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0px dotted #e14a4a;
  outline-offset: -5px;
}
.about_section_s2 .about_left-content .feature_wrap .feature .text {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.about_section_s2 .about_left-content .feature_wrap .feature .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .about_section_s2 .about_left-content .feature_wrap .feature .text h2 {
    font-size: 20px;
  }
}
.about_section_s2 .about_left-content .feature_wrap .feature .text span {
  font-size: 16px;color: #464646;
  line-height: 20px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right {
  max-width: 250px;
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .about_section_s2 .about_left-content .feature_wrap .feature-right {
    margin-left: 0px;
  }
}
.about_section_s2 .about_left-content .feature_wrap .feature-right .image {
  position: relative;
  padding: 0 20px 20px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right .image::before {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  bottom: 0;
  background: #f1f6f7;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right .image::after {
  width: 50%;
  height: 100px;
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffad0e;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul {
  margin-top: 10px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul li {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(99, 99, 99);
  line-height: 1.647;
  margin-bottom: 5px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul li img {
  margin-right: 10px;
}
.about_section_s2 .about_left-content .feature_wrap .feature-right ul li span {
  text-decoration: underline;
  color: #b6b6b6;
  font-weight: 500;
}
.about_section_s2 .about_left-content .about_btn {
  margin-top: 0px;
}
.about_section_s2 .about_left-content .about_btn .btn_primary {
  padding: 10px 15px 10px 20px;
}
@media (max-width: 767px) {
  .about_section_s2 .about_left-content .about_btn .btn_primary {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.about_section_s2 .right_image {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about_section_s2 .right_image {
    margin-bottom: 10px;
  }
}
.about_section_s2 .right_image .image-1 {
  max-width: 515px;
  max-height: 670px;
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 88%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 88% 88%, 0 100%);
}
.about_section_s2 .right_image .image-1 img {
  width: 100%;
  height: 100%;
}
.about_section_s2 .right_image .image-2 {
  max-width: 250px;
  max-height: 260px;
  position: absolute;
  top: -50px;
  right: 0px;
}
@media (max-width: 991px) {
  .about_section_s2 .right_image .image-2 {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .about_section_s2 .right_image .image-2 {
    display: none;
  }
}
.about_section_s2 .right_image .image-2 img {
  width: 100%;
  height: 100%;
}
.about_section_s2 .right_image .image-3 {
  max-width: 240px;
  max-height: 250px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .about_section_s2 .right_image .image-3 {
    right: 50px;
  }
}
@media (max-width: 575px) {
  .about_section_s2 .right_image .image-3 {
    right: 0px;
    max-width: 180px;
    max-height: 180px;
  }
}
.about_section_s2 .right_image .image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.about_section_s2 .right_image .image-3 .popup-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about_section_s2 .right_image .image-3 .popup-youtube {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.about_section_s2 .right_image .image-3 .popup-youtube::before {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 5s ease-in-out infinite;
  z-index: -1;
}
.about_section_s2 .right_image .image-3 .popup-youtube::after {
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  left: -3px;
  top: -3px;
  border-radius: 100px;
  background: #ffffff;
  opacity: 0;
  animation: moveani 3s ease-in-out infinite;
  z-index: -1;
}
.about_section_s2 .right_image .image-3 .popup-youtube .video_icon {
  width: 16px;
  height: 20px;
  background: #1772cb;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

/*5.2 fanfact_section*/
.fanfact_section,
.fanfact_section_s2 {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .fanfact_section,
  .fanfact_section_s2 {
    padding-bottom: 50px;
  }
}
.fanfact_section .item,
.fanfact_section_s2 .item {
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 117px 0px rgba(196, 206, 213, 0.24);
  padding-top: 85px;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  border: 1px dashed transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .fanfact_section .item,
  .fanfact_section_s2 .item {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 85px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.fanfact_section .item:hover,
.fanfact_section_s2 .item:hover {
  border: 1px dashed #e14a4a;
}
.fanfact_section .item .icon,
.fanfact_section_s2 .item .icon {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #e14a4a;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.fanfact_section .item .content,
.fanfact_section_s2 .item .content {
  padding-bottom: 50px;
}
.fanfact_section .item .content h2,
.fanfact_section_s2 .item .content h2 {
  font-size: 50px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fanfact_section .item .content h2,
  .fanfact_section_s2 .item .content h2 {
    font-size: 40px;
  }
}
.fanfact_section .item .content h5,
.fanfact_section_s2 .item .content h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  color: rgb(20, 64, 71);
}
@media (max-width: 767px) {
  .fanfact_section .item .content h5,
  .fanfact_section_s2 .item .content h5 {
    font-size: 18px;
  }
}
.fanfact_section .col:nth-child(2),
.fanfact_section_s2 .col:nth-child(2) {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .fanfact_section .col:nth-child(2),
  .fanfact_section_s2 .col:nth-child(2) {
    margin-top: 0;
  }
}
.fanfact_section .col:nth-child(2) .item:hover,
.fanfact_section_s2 .col:nth-child(2) .item:hover {
  border: 1px dashed #1772cb;
}
.fanfact_section .col:nth-child(2) .item .icon,
.fanfact_section_s2 .col:nth-child(2) .item .icon {
  background: #1772cb;
}
.fanfact_section .col:nth-child(3) .item:hover,
.fanfact_section_s2 .col:nth-child(3) .item:hover {
  border: 1px dashed #8139e7;
}
.fanfact_section .col:nth-child(3) .item .icon,
.fanfact_section_s2 .col:nth-child(3) .item .icon {
  background: #8139e7;
}
.fanfact_section .col:last-child,
.fanfact_section_s2 .col:last-child {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .fanfact_section .col:last-child,
  .fanfact_section_s2 .col:last-child {
    margin-top: 0;
  }
}
.fanfact_section .col:last-child .item:hover,
.fanfact_section_s2 .col:last-child .item:hover {
  border: 1px dashed #ffad0e;
}
.fanfact_section .col:last-child .item .icon,
.fanfact_section_s2 .col:last-child .item .icon {
  background: #ffad0e;
}

/*5.3 service_section_s2 */
.service_section_s2 {
	padding: 50px 0 20px 0;
  position: relative;
  z-index: 1;
}
.service_section_s2 .bg_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.service_section_s2 .service_card_s2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
 

.service_section_s2 .service_card_s2 .image img {
  border-radius: 10px;
  width: 100%;
	transition: all 0.7s ease-in-out;
  transform: scale(1);
}

.service_section_s2 .service_card_s2 .icon_text {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: #e14a4a;
  opacity: 0.85;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
}

.service_section_s2 .service_card_s2 .icon_text .icon {
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #e14a4a;
  outline-offset: -4px;
  transition: all 0.7s ease-in-out;
}
.service_section_s2 .service_card_s2 .icon_text h2 {
  width: calc(100% - 75px);
  margin-left: 20px;
  font-size: 17px;
  margin-bottom: 0;
  transition: all 0.7s ease-in-out;
  text-transform: capitalize;
  text-shadow: 0px 0px 2px #0e3964;	
}
@media (max-width: 575px) {
  .service_section_s2 .service_card_s2 .icon_text h2 {
    font-size: 15px;
  }
}
.service_section_s2 .service_card_s2 .icon_text h2 a {
  color: #ffffff;
}
.service_section_s2 .col:nth-child(2) .service_card_s2 .icon_text {
  background: #1772cb;
  opacity: 0.85;
}
.service_section_s2 .col:nth-child(2) .service_card_s2 .icon_text .icon {
  outline: 1px dotted #1772cb;
}

.service_section_s2 .col:nth-child(3) .service_card_s2 .icon_text {background: #cc9833; opacity: 0.85;}
.service_section_s2 .col:nth-child(4) .service_card_s2 .icon_text {background: #9a78c6; opacity: 0.85;}
.service_section_s2 .col:nth-child(5) .service_card_s2 .icon_text {background: #12a5d0; opacity: 0.85;}



.service_card_s2 .image {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.service_card_s2 .image::before {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(9, 79, 147, 0.622);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
	z-index: 1;
}
.service_card_s2 .image img {
  width: 100%;
  transition: all 0.7s ease-in-out;
  transform: scale(1);
}
.service_card_s2 .image .overle {
  position: absolute;
  top: -25%;
  right: -25%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 11;
	width: 100%;
}
.service_card_s2:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.service_card_s2:hover .image img {
  transform: scale(1.3);
}
.service_card_s2:hover .image .overle {
  opacity: 1;
  visibility: visible;
}


.service_section_s2 .col:last-child .service_card_s2 .icon_text {
  background: #82a225;
  opacity: 0.85;
}
.service_section_s2 .col:last-child .service_card_s2 .icon_text .icon {
  outline: 1px dotted #8139e7;
}
.service_section_s2 .service_btn {
  margin-top: 20px;
  text-align: center;
}

/*5.4 skill_section */
.skill_section {
  position: relative;
}
.skill_section .shape {
  position: absolute;
  right: 0;
  top: -150px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .skill_section .shape {
    display: none;
  }
}
.skill_section .image {
  max-width: 600px;
  max-height: 760px;
}
@media (max-width: 1199px) {
  .skill_section .image {
    margin-bottom: 50px;
  }
}
.skill_section .content {
  margin-right: 80px;
}
@media (max-width: 767px) {
  .skill_section .content {
    margin-right: 0px;
  }
}
.skill_section .content .top_title.s2 {
  text-align: left;
}
.skill_section .content .top_title.s2 h2 {
  margin-bottom: 20px;
}
.skill_section .content .top_title.s2 h3 {
  margin-bottom: 20px;
}
.skill_section .content .skill_btn {
  margin-top: 50px;
}

.skill_item h4 {
  font-size: 17px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.647;
  margin-bottom: 0;
}
.skill_item .progres {
  height: 8px;
  border: 1px solid #e14a4a;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
.skill_item .bar {
  height: 100%;
  background: #e14a4a;
  border-radius: 6px;
  height: 4px;
  margin-top: 1px;
  margin-left: 1px;
}
.skill_item .percent {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 17px;
  color: #e14a4a;
  margin-bottom: 0;
}
.skill_item li:nth-child(2) .progres {
  border: 1px solid #1772cb;
}
.skill_item li:nth-child(2) .bar {
  background: #1772cb;
}
.skill_item li:nth-child(2) .percent {
  color: #1772cb;
}
.skill_item li:last-child .progres {
  border: 1px solid #8139e7;
}
.skill_item li:last-child .bar {
  background: #8139e7;
}
.skill_item li:last-child .percent {
  color: #8139e7;
}

/*5.5 donate_section */
.donate_section .donate_wrap {
  border-radius: 100px;
  padding: 50px 100px;
  background: url(../images/donet_bg.jpg) center/cover no-repeat;
  text-align: left;
}
@media (max-width: 1399px) {
  .donate_section .donate_wrap {
    padding: 50px 50px;
  }
}
@media (max-width: 1199px) {
  .donate_section .donate_wrap {
    background: #e14a4a;
    border-radius: 20px;
    padding: 50px 50px;
  }
}
@media (max-width: 575px) {
  .donate_section .donate_wrap {
    padding: 40px 20px;
  }
}
.donate_section .donate_wrap .content {
  text-align: left;
}
@media (max-width: 991px) {
  .donate_section .donate_wrap .content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.donate_section .donate_wrap .content h2 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.267;
}
@media (max-width: 575px) {
  .donate_section .donate_wrap .content h2 {
    font-size: 25px;
  }
}
.donate_section .donate_wrap .content p {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(255, 255, 255);
  line-height: 1.647;
  margin-bottom: 0;
}
.donate_section .donate_wrap div {
  margin: 0 auto;
  text-align: end;
}
@media (max-width: 991px) {
  .donate_section .donate_wrap div {
    text-align: center;
  }
}
.donate_section .donate_wrap .donat_btn {
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 3.059;
  border-radius: 5px;
  background-color: rgb(19, 197, 208);
  padding: 12px 25px;
}
.donate_section .donate_wrap .donat_btn i {
  padding-left: 10px;
}

/*5.6 team_section  */
.team_section {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.team_section.s2 {
  padding-top: 100px;
}
.team_section .team_wrap .col-lg-3{padding-left: 7px; padding-right: 7px;}

@media (max-width: 991px) {
  .team_section.s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .team_section.s2 {
    padding: 80px 0;
  }
}
.team_section .team_btn {
  text-align: center;
  margin-top: 20px;
}
.team_section .bg_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.team_section .bg_shape img {
  width: 100%;
}
/*.team_section .col:nth-child(2) .team_card {
  margin-top: 50px;
}*/
@media (max-width: 991px) {
  .team_section .col:nth-child(2) .team_card {
    margin-top: 0;
  }
}
/*.team_section .col:nth-child(2) .team_card .shape svg {
  fill: #1772cb;
}
.team_section .col:last-child .team_card .shape svg {
  fill: #8139e7;
}*/


.team_card {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,.03);
  background-color: #E3EFFF;
  /*background-image: url("../../images/menubg.png");*/
  border-radius: 15px 15px 5px 5px;
  padding: 20px 0 0 0;
  border: #D5E7FF solid 1px;
}
@media (max-width: 767px) {
  .team_card {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.team_card .image {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border: 2px solid #AFCEF7;
  border-radius: 109px;
}
.team_card .image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.team_card .content {
  margin-top: 15px;
}
.team_card .content h2{
  font-size: 16px;
  color: #1772cb;
  font-weight: 700;
  margin: 5px 0;	
}
.team_card .content h2 a {
  font-size: 18px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
.team_card .content span {
  font-size: 15px;
  color: #e14a4a;
  display: block;
  font-weight: 500;
}
.team_card .content p {
  font-size: 14px;
  color: #797979;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;	
}
.team_card .content ul {
  position: relative;
  bottom: -15px;
}
.team_card .content ul li {
  display: inline-block;
}
.team_card .content ul li a {
  font-size: 17px;
  color: rgb(19, 137, 153);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e3e1e1;
  border-radius: 100px;
  display: block;
  background: #ffffff;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team_card .content ul li a:hover {
  background: #e14a4a;
  border: 1px solid transparent;
  color: #ffffff;
}
.team_card .content ul li span {
  position: relative;
  bottom: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e3e1e1;
  border-radius: 100px;
  display: block;
  background: #ffffff;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.team_card .content ul li span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 2px;
  content: "";
  background: rgb(19, 137, 153);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.team_card .content ul li span::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 15px;
  content: "";
  background: rgb(19, 137, 153);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.team_card .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.team_card .shape svg {
  fill: #fff;
}
.team_card:hover .image img {
  transform: scale(1.05);
}
.team_card:hover .content ul li a {
  opacity: 1;
  visibility: visible;
}
.team_card:hover .content ul li span::before {
  opacity: 0;
  visibility: hidden;
}

/*5.7 brand_section */
.brand_section {
  padding: 100px 0;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .brand_section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .brand_section {
    padding: 80px 0;
  }
}
.brand_section .brand_slider .slick-slide {
  margin: 0 20px;
}
.brand_section .brand_slider .slick-list {
  margin: 0px -20px 0px -20px;
}
.brand_section .item {
  border: 1px solid transparent;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
}
.brand_section .item .image {
  margin: 0 auto;
  text-align: center;
}
.brand_section .item .image img {
  display: inline;
}
.brand_section .item:hover {
  border: 1px solid #e14a4a;
}
.brand_section.s2 {
  background: #212d2b;
  border-bottom: 1px solid #4a5452;
}

/*5.8 video_section */
.video_section,
.video_section_s2 {
  padding: 160px 0 150px;
}
@media (max-width: 991px) {
  .video_section,
  .video_section_s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .video_section,
  .video_section_s2 {
    padding: 80px 0;
  }
}
.video_section .video_wrap,
.video_section_s2 .video_wrap {
  display: flex;
  align-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: url(../images/video/bg.jpg) center/cover no-repeat;
  padding: 70px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .video_section .video_wrap,
  .video_section_s2 .video_wrap {
    padding: 50px 20px;
  }
}
.video_section .video_wrap::before,
.video_section_s2 .video_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(29deg, rgb(32, 65, 66) 0%, rgb(126, 74, 49) 100%);
  z-index: -1;
  border-radius: 10px;
}
.video_section .video_wrap .content,
.video_section_s2 .video_wrap .content {
  max-width: 375px;
}
.video_section .video_wrap .content h2,
.video_section_s2 .video_wrap .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .video_section .video_wrap .content h2,
  .video_section_s2 .video_wrap .content h2 {
    font-size: 18px;
  }
}
.video_section .video_wrap .content h3,
.video_section_s2 .video_wrap .content h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .video_section .video_wrap .content h3,
  .video_section_s2 .video_wrap .content h3 {
    font-size: 30px;
  }
}
.video_section .video_wrap .content p,
.video_section_s2 .video_wrap .content p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .video_section .video_wrap .content p,
  .video_section_s2 .video_wrap .content p {
    margin-bottom: 20px;
  }
}
.video_section .video_wrap .content .btn_primary,
.video_section_s2 .video_wrap .content .btn_primary {
  background: #e14a4a;
  color: #ffffff;
}
.video_section .video_wrap .video_btn,
.video_section_s2 .video_wrap .video_btn {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media (max-width: 1399px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    left: 48%;
  }
}
@media (max-width: 1199px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    left: 55%;
  }
}
@media (max-width: 991px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    left: 80%;
  }
}
@media (max-width: 767px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    position: unset;
    margin-top: 30px;
    transform: unset;
  }
}
@media (max-width: 575px) {
  .video_section .video_wrap .video_btn,
  .video_section_s2 .video_wrap .video_btn {
    width: 100px;
    height: 100px;
  }
}
.video_section .video_wrap .video_btn .popup-youtube,
.video_section_s2 .video_wrap .video_btn .popup-youtube {
  background: #e14a4a;
}
.video_section .video_wrap .video_btn .popup-youtube .video_icon,
.video_section_s2 .video_wrap .video_btn .popup-youtube .video_icon {
  background: #ffffff;
  z-index: 11;
}
.video_section .video_wrap .video_btn .popup-youtube::after,
.video_section_s2 .video_wrap .video_btn .popup-youtube::after {
  background: #e14a4a;
  z-index: 1;
}
.video_section .video_wrap .video_btn .popup-youtube:before,
.video_section_s2 .video_wrap .video_btn .popup-youtube:before {
  background: #e14a4a;
  z-index: 1;
}
.video_section .video_wrap .left_image,
.video_section_s2 .video_wrap .left_image {
  position: absolute;
  max-width: 540px;
  max-height: 580px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .video_section .video_wrap .left_image,
  .video_section_s2 .video_wrap .left_image {
    max-width: 440px;
    max-height: 480px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .video_section .video_wrap .left_image,
  .video_section_s2 .video_wrap .left_image {
    display: none;
  }
}

/*5.9 causes_section_s2 */
.causes_section_s2 {
  padding-top: 0;
  margin: 0 175px;
}
@media (max-width: 1799px) {
  .causes_section_s2 {
    margin: 0 100px;
  }
}
@media (max-width: 1699px) {
  .causes_section_s2 {
    margin: 0 70px;
  }
}
@media (max-width: 1499px) {
  .causes_section_s2 {
    margin: 0 10px;
  }
}
.causes_section_s2 .causes_card {
  background: #ffffff;
}
@media (max-width: 767px) {
  .causes_section_s2 .causes_card {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.causes_section_s2 .causes_slider .slick-slide {
  margin: 0 15px;
}
.causes_section_s2 .causes_slider .slick-list {
  margin: 0px -15px 0px -15px;
}
.causes_section_s2 .causes_slider .slick-dots {
  bottom: -20px;
}
.causes_section_s2 .causes_slider .slick-dots li {
  margin: 0 5px;
}
.causes_section_s2 .causes_slider button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
 
  background-color: transparent;
  border: 2px solid #e14a4a;
  border-radius: 100px;
}
.causes_section_s2 .causes_slider button::before {
  font-size: 0;
}
.causes_section_s2 .causes_slider li.slick-active button {
  background-color: #e14a4a;
}

/*5.10 choose_section */
.choose_section {
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}
@media (max-width: 991px) {
  .choose_section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .choose_section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.choose_section .choose_wrap {
  position: relative;
}
.choose_section .choose_wrap .title {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 600px;
}
@media (max-width: 991px) {
  .choose_section .choose_wrap .title {
    position: unset;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
}
.choose_section .choose_wrap .title h2 {
  font-size: 22px;
  color:#e14a4a;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .choose_section .choose_wrap .title h2 {
    font-size: 15px;
  }
}
.choose_section .choose_wrap .title h3 {
	font-size: 28px;
	color: #c39408;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 34px;
}
@media (max-width: 767px) {
  .choose_section .choose_wrap .title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.choose_section .choose_wrap .title a {
  font-size: 17px;
  font-family: "Rubik";
  color: rgb(223, 83, 17);
  text-transform: uppercase;
  font-weight: 500;
}
.choose_section .choose_wrap .item {
  padding: 10px 10px 10px 15px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  box-shadow: 0pc 0pt .125in 2px rgba(0,0,0,.07);
  position: relative;
  z-index: 1;
  border: #e8e8e8 solid 1px;
}

/*.choose_section .col:nth-child(2) .item:hover {background: #daf0f7;}
.choose_section .col:nth-child(3) .item:hover {background: #ffd9d8;}
.choose_section .col:nth-child(4) .item:hover {background: #dbf7c4;}*/

.choose_section .col:nth-child(2) .item:hover{background-color: #f0feef; border-color: #b5f1b2;}
.choose_section .col:nth-child(3) .item:hover{background-color: #fcf0e4; border-color: #f8d2a8;}
.choose_section .col:nth-child(4) .item:hover{background-color: #e8f7fc; border-color: #9bdef3;}
.choose_section .col:nth-child(5) .item:hover{background-color: #fef4fb; border-color: #fab6e9;}
.choose_section .col:nth-child(6) .item:hover{background-color: #fff1f2; border-color: #ffbcbf;}
.choose_section .col:nth-child(7) .item:hover{background-color: #f0feef; border-color: #b5f1b2;}
.choose_section .col:nth-child(8) .item:hover{background-color: #fcf0e4; border-color: #f8d2a8;}
.choose_section .col:nth-child(9) .item:hover{background-color: #e8f7fc; border-color: #9bdef3;}
.choose_section .col:nth-child(10) .item:hover{background-color: #fef4fb; border-color: #fab6e9;}
.choose_section .col:nth-child(11) .item:hover{background-color: #fff1f2; border-color: #ffbcbf;}


@media (max-width: 1199px) {
  .choose_section .choose_wrap .item {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .choose_section .choose_wrap .item {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item {
    display: block;
    padding: 10px 10px;
	margin-bottom: 10px;
  }
}
.choose_section .choose_wrap .item .content {
  width: calc(100% - 160px);
  display: flex;
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .content {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
.choose_section .choose_wrap .item .content .icon {
  width: 70px;
  height: 70px;
  background: #e14a4a;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #ffffff;
  outline-offset: -4px;
  transition: all 0.7s ease-in-out;
}
.choose_section .choose_wrap .item .content .text {
  /*width: calc(100% - 70px);*/
  padding-left: 0px;
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .content .text {
    padding-left: 0;
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .choose_section .choose_wrap .item .content .text {
    padding-left: 0px;
  }
}
.choose_section .choose_wrap .item .content .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .choose_section .choose_wrap .item .content .text h2 {
    font-size: 16px;
  }
}
.choose_section .choose_wrap .item .content .text h2 a{color: rgb(20, 64, 71);}
.choose_section .choose_wrap .item .content .text p {
  font-size: 15px; line-height: 20px;margin: 0;
  color: rgb(99, 99, 99);
}
.choose_section .choose_wrap .item .content .text ul li {
  font-size: 15px;
  color: rgb(99, 99, 99);
}
@media (max-width: 1199px) {
  .choose_section .choose_wrap .item .content .text ul li {
    font-size: 15px;
  }
}
.choose_section .choose_wrap .item .image {
  /*margin: 5px;*/
}
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .image {
    margin: 0;
  }
}
.choose_section .choose_wrap .item .image img {
  width: 200px !important;
	min-height: 120px;
  max-height: 120px;
  border-radius: 10px;
	transition: 0.5s; 
}
.choose_section .choose_wrap .item .image img:hover {
  opacity: 0.7;
}
 
@media (max-width: 575px) {
  .choose_section .choose_wrap .item .image img {
    width: 300px;
  }
}
.choose_section .choose_wrap .col:nth-child(2) .item .content .icon {
  background: #1772cb;
}
.choose_section .choose_wrap .col:nth-child(3) .item .content .icon {
  background: #8139e7;
}
.choose_section .choose_wrap .col:nth-child(4) .item .content .icon {
  background: #ffad0e;
}
.choose_section .choose_wrap .col:last-child .item .content .icon {
  background: #2ec48d;
}
.choose_section .bg_shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -11;

}
@media (max-width: 991px) {
  .choose_section .bg_shape {
    height: 1300px;
  }
}
.choose_section .bg_shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose_section .item .shape {
  position: absolute;
width: 80px;
  left: -15px;
  top: 5px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.choose_section .item .shape-active {
  position: absolute;
  width: 80px;
  left: -15px;
  top: 5px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.choose_section .item:hover .shape {
  opacity: 0;
  visibility: hidden;
}
.choose_section .item:hover .shape-active {
  opacity: 1;
  visibility: visible;
}

/*5.11 blog_section_s2 */
.blog_section_s2 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog_section_s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog_section_s2 {
    padding-bottom: 50px;
  }
}
.blog_section_s2 .blog-card {
	display: flex;
	align-items: center;
	border-radius: 23px 23px 0 23px;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);
	border: 0;
	min-height: 250px;
}
@media (max-width: 1199px) {
  .blog_section_s2 .blog-card {
    display: block;
  }
}
.blog_section_s2 .blog-card .image {
  width: 260px; border-radius: 23px 23px 0 23px;
}
.blog_section_s2 .blog-card .image::before {border-radius: 23px 23px 0 23px;}

.blog_section_s2 .blog-card .image a{display: block;}


@media (max-width: 1199px) {
  .blog_section_s2 .blog-card .image {
    width: 100%;
    margin: 0;
  }
}
.blog_section_s2 .blog-card .image span {
  bottom: auto;
  left: 10px;
  top: 10px;
  padding: 8px 20px;
}
.blog_section_s2 .blog-card .content {
  width: calc(100% - 270px);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .blog_section_s2 .blog-card .content {
    width: 100%;
    padding: 30px 20px;
  }
}
.blog_section_s2 .blog-card .content p {
  margin-bottom: 12px; line-height: 22px;
}
.blog_section_s2 .blog-card .content a span {
  font-size: 15px;
  line-height: 24px;
	font-weight: 500;
  color: #1772cb;
  text-transform: uppercase;
}
.blog_section_s2 .blog-card .content a span i{font-size: 14px;margin: 0 0 0 5px;}

/*--------------------------------------------------------------
6. Home-style-3
---------------------------------------------------------------- */
/*6.1 cta_section_s2 */
.cta_section_s2 {
  position: relative;
  background: url(../images/cta/cta_bg.jpg) center/cover no-repeat;
  height: 450px;
  display: flex;
  align-items: end;
  padding-bottom: 45px;
  margin-top: -235px;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta_section_s2 {
    height: 400px;
    margin-top: 0px;
    padding: 30px 0;
    align-items: center;
  }
}
.cta_section_s2::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 400px;
  height: 100%;
  background: #2ec48d;
  z-index: -1;
}
.cta_section_s2::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background: #e14a4a;
  z-index: -1;
  transform: translateX(-50%);
  left: 19%;
  top: 0;
}
@media (max-width: 1599px) {
  .cta_section_s2::after {
    left: 14%;
  }
}
@media (max-width: 991px) {
  .cta_section_s2::after {
    display: none;
  }
}
.cta_section_s2 .content {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cta_section_s2 .content {
    display: block;
    text-align: center;
  }
}
.cta_section_s2 .content .icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 1000px;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cta_section_s2 .content .icon {
    margin: 0 auto;
  }
}
.cta_section_s2 .content h2 {
  font-size: 45px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  width: calc(100% - 140px);
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .cta_section_s2 .content h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .cta_section_s2 .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta_section_s2 .content h2 {
    width: 100%;
    margin-left: 0px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .cta_section_s2 .content h2 {
    font-size: 25px;
  }
}
.cta_section_s2 .cta_btn {
  text-align: end;
}
@media (max-width: 991px) {
  .cta_section_s2 .cta_btn {
    text-align: center;
  }
}
.cta_section_s2 .cta_btn .btn_primary {
  background: #ffffff;
}

/*6.2 service_section_s3 */
.service_section_s3 {
  background: #212d2b;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .service_section_s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service_section_s3 {
    padding-bottom: 50px;
  }
}

.service_card_s3 {
  position: relative;
  z-index: 1;
}
.service_card_s3 .item {
  overflow: hidden;
  position: relative;
  border-radius: 73px;
  background: rgba(255, 255, 255, 0.091);
  padding: 55px 45px;
  text-align: center;
  margin-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .service_card_s3 .item {
    padding: 40px 20px;
    border-radius: 40px;
  }
}
.service_card_s3 .item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.service_card_s3 .item .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/service/shape-4.png) center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.service_card_s3 .item .icon {
  width: 70px;
  height: 70px;
  background: #1b8999;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #ffffff;
  outline-offset: 5px;
  margin: 0 auto;
}
.service_card_s3 .item .content {
  margin-top: 30px;
}
.service_card_s3 .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.service_card_s3 a {
  border-radius: 50%;
  background-color: rgb(44, 56, 54);
  width: 60px;
  height: 60px;
  line-height: 65px;
  display: block;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  left: 42%;
  bottom: -30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.service_card_s3:hover .item {
  background: transparent;
}
.service_card_s3:hover .item .image {
  opacity: 1;
  visibility: visible;
}
.service_card_s3:hover .item .image::before {
  opacity: 1;
  visibility: visible;
}
.service_card_s3:hover a {
  background-color: #ffffff;
  color: #e14a4a;
  transform: rotate(314deg);
}

/*6.3 about_section_s3 */
.about_section_s3 {
  background: #212d2b;
  position: relative;
  z-index: 1;
  padding: 110px 0;
}
@media (max-width: 1699px) {
  .about_section_s3 {
    padding: 0;
  }
}
.about_section_s3 .bg_shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1699px) {
  .about_section_s3 .bg_shape {
    display: none;
  }
}
.about_section_s3 .row {
  background: #212d2b;
}
.about_section_s3 .image {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about_section_s3 .image {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .about_section_s3 .image {
    margin-right: 0px;
    margin-bottom: 50px;
    max-width: 450px;
  }
}
.about_section_s3 .supput {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #ffffff;
  text-align: center;
  position: absolute;
  right: 150px;
  bottom: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  outline: 1px dotted rgb(19, 137, 153);
  outline-offset: -10px;
}
.about_section_s3 .supput h2 {
  margin-bottom: 0;
  color: rgb(19, 137, 153);
  font-size: 20px;
}
.about_section_s3 .supput h2 span {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: rgb(19, 137, 153);
  font-weight: 700;
}
.about_section_s3 .supput h3 {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: rgb(19, 137, 153);
  font-weight: 700;
}
.about_section_s3 .about_left-content {
  max-width: 520px;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.about_section_s3 .about_left-content .btn_primary {
  background: #ffffff;
}
.about_section_s3 .about_left-content ul {
  margin-top: -10px;
  margin-bottom: 15px;
}
.about_section_s3 .about_left-content ul li {
  font-size: 17px;
  font-family: "Rubik";
  color: #ffffff;
  line-height: 1.647;
  margin-bottom: 5px;
}
.about_section_s3 .about_left-content ul li img {
  margin-right: 10px;
}
.about_section_s3 .about_left-content ul li span {
  text-decoration: underline;
  color: #b6b6b6;
  font-weight: 500;
}
.about_section_s3 .top_title {
  text-align: left;
}
.about_section_s3 .top_title p {
  color: #ffffff;
  padding-top: 20px;
  margin-bottom: 0;
}

/*6.4 causes_section_s3 */
.causes_section_s3 {
  background: #212d2b;
}
.causes_section_s3 .causes_card {
  display: flex;
  align-items: center;
  border: 1px solid #4c5654;
}
@media (max-width: 767px) {
  .causes_section_s3 .causes_card {
    display: block;
  }
}
.causes_section_s3 .causes_card .imgage {
  width: calc(100% - 370px);
  margin-right: 0;
}
@media (max-width: 1399px) {
  .causes_section_s3 .causes_card .imgage {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1199px) {
  .causes_section_s3 .causes_card .imgage {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) {
  .causes_section_s3 .causes_card .imgage {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .causes_section_s3 .causes_card .imgage {
    width: 100%;
    margin: 0;
  }
}
.causes_section_s3 .causes_card .content {
  padding: 25px;
  padding-bottom: 10px;
}
.causes_section_s3 .causes_card .content h2 a {
  color: #ffffff;
}
.causes_section_s3 .causes_card .content p {
  color: #e9e9e9;
}
.causes_section_s3 .causes_card .donet_progres {
  border-top: 0;
  padding: 10px 30px;
  padding-top: 30px;
  background: #36403e;
}
.causes_section_s3 .causes_card .donet_progres .progres {
  margin: 0;
}
.causes_section_s3 .causes_card .donet_progres .percent {
  left: auto;
  right: 0;
  top: -30px;
  padding: 0;
  background: transparent;
  width: auto;
  height: auto;
}
.causes_section_s3 .causes_card .donet_progres .percent::before {
  display: none;
}
.causes_section_s3 .causes_card .donet_progres .donet_amaunt {
  margin: 0;
  padding-top: 10px;
}
.causes_section_s3 .causes_card .donet_progres .donet_amaunt span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.causes_section_s3 .causes_card .link {
  margin: 15px 25px;
}
@media (max-width: 767px) {
  .causes_section_s3 .causes_card .link {
    margin-bottom: 30px;
  }
}
.causes_section_s3 .causes_card .link a {
  display: inline;
  font-size: 17px;
  color: rgb(19, 137, 153);
  border-radius: 100px;
  padding: 5px 10px;
  background: #ffffff;
}
.causes_section_s3 .col:first-child .causes_card .imgage span {
  color: #1772cb;
}
.causes_section_s3 .col:first-child .causes_card .donet_progres .bar {
  background: #1772cb;
}
.causes_section_s3 .col:first-child .causes_card .donet_progres .percent {
  background: transparent;
}
.causes_section_s3 .col:first-child .causes_card .donet_progres .percent::before {
  background: #1772cb;
}
.causes_section_s3 .col:nth-child(2) .causes_card .imgage span {
  color: #e14a4a;
}
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .bar {
  background: #e14a4a;
}
.causes_section_s3 .col:nth-child(2) .causes_card .donet_progres .percent {
  background: transparent;
}
.causes_section_s3 .col:nth-child(3) .causes_card .imgage span {
  color: #ffad0e;
}
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .bar {
  background: #ffad0e;
}
.causes_section_s3 .col:nth-child(3) .causes_card .donet_progres .percent {
  background: transparent;
}
.causes_section_s3 .col:nth-child(4) .causes_card .imgage span {
  color: #8139e7;
}
.causes_section_s3 .col:nth-child(4) .causes_card .donet_progres .bar {
  background: #8139e7;
}
.causes_section_s3 .col:nth-child(4) .causes_card .donet_progres .percent {
  background: transparent;
}

/*6.5 features_section_s2 */
.features_section_s2 .features_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features_section_s2 .features_wrap .feature_item {
  position: relative;
  width: 25%;
  background: #e14a4a;
  padding: 60px 80px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
@media (max-width: 1699px) {
  .features_section_s2 .features_wrap .feature_item {
    padding: 60px 60px;
  }
}
@media (max-width: 1499px) {
  .features_section_s2 .features_wrap .feature_item {
    padding: 40px;
  }
}
@media (max-width: 1399px) {
  .features_section_s2 .features_wrap .feature_item {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .features_section_s2 .features_wrap .feature_item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .features_section_s2 .features_wrap .feature_item {
    width: 100%;
  }
}
.features_section_s2 .features_wrap .feature_item .content {
  max-width: 275px;
  max-height: 190px;
}
.features_section_s2 .features_wrap .feature_item .content span {
  font-size: 22px;
  color: #ffffff;
}
.features_section_s2 .features_wrap .feature_item .content h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .features_section_s2 .features_wrap .feature_item .content h3 {
    font-size: 20px;
  }
}
.features_section_s2 .features_wrap .feature_item .content p {
  font-size: 17px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .features_section_s2 .features_wrap .feature_item .content p {
    font-size: 13px;
  }
}
.features_section_s2 .features_wrap .feature_item .content a {
  color: #ffffff;
  font-size: 14px;
}
.features_section_s2 .features_wrap .feature_item:nth-child(2) {
  background: #168291;
}
.features_section_s2 .features_wrap .feature_item:nth-child(3) {
  background: #8139e7;
}
.features_section_s2 .features_wrap .feature_item:nth-child(3) {
  background: #8139e7;
}
.features_section_s2 .features_wrap .feature_item:last-child {
  background: #2e9ecd;
}
.features_section_s2 .features_wrap .feature_item.active {
  transform: scale(1.1);
  z-index: 11;
}

/*6.6 story_section */
.story_section {
  position: relative;
  padding: 100px 0;
  background: url(../images/story_bg.jpg) center/cover no-repeat;
}
@media (max-width: 991px) {
  .story_section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .story_section {
    padding: 80px 0;
  }
}
.story_section .left_content .top_title {
  text-align: left;
  margin-bottom: 0;
}
.story_section .left_content .top_title h3 {
  margin-bottom: 15px;
}
.story_section .left_content .top_title span {
  margin-top: 20px;
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 991px) {
  .story_section .right_content {
    margin-top: 40px;
  }
}
.story_section .right_content .image {
  display: flex;
  align-content: center;
}
.story_section .right_content .image .image_1 {
  max-width: 270px;
  max-height: 300px;
  margin-right: 30px;
}
.story_section .right_content .image .image_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story_section .right_content span {
  display: block;
  margin-top: 30px;
  font-size: 17px;
  color: rgb(99, 99, 99);
}

/*6.7 testimonil_section_s2 */
.testimonil_section_s2 {
  position: relative;
  z-index: 1;
  background: #212d2b;
}
.testimonil_section_s2 .testimonil_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonil_section_s2 .shape {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: -1;
}
.testimonil_section_s2 .icon_2 {
  position: absolute;
  left: 46%;
  top: -20px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .testimonil_section_s2 .icon_2 {
    display: none;
  }
}
.testimonil_section_s2 .icon_2 img {
  width: 150px;
  height: 150px;
}
.testimonil_section_s2 .image_wrap {
  max-width: 550px;
  max-height: 550px;
  position: relative;
  z-index: 1;
  margin: 100px auto;
}
@media (max-width: 991px) {
  .testimonil_section_s2 .image_wrap {
    max-width: 500px;
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .testimonil_section_s2 .image_wrap {
    display: none;
  }
}
.testimonil_section_s2 .image_wrap .image {
  max-width: 410px;
  height: 410px;
  background: #343f3d;
  border-radius: 1000px;
  outline: 1px dotted #e14a4a;
  outline-offset: 5px;
  display: block;
  margin: 0 auto;
}
.testimonil_section_s2 .image_wrap .image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
}
.testimonil_section_s2 .image_wrap .img_1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonil_section_s2 .image_wrap .img_4 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonil_section_s2 .image_wrap .img_3 {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}
.testimonil_section_s2 .image_wrap .img_2 {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
}
.testimonil_section_s2 .testimonial_slider {
  max-width: 450px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .testimonil_section_s2 .testimonial_slider {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .testimonil_section_s2 .testimonial_slider {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.testimonil_section_s2 .testimonial_slider .slick-slide {
  margin: 0 15px;
}
.testimonil_section_s2 .testimonial_slider .slick-list {
  margin: 0px -15px 0px -15px;
}
.testimonil_section_s2 .testimonial_slider .slick-dots {
  bottom: -40px;
  text-align: left;
}
.testimonil_section_s2 .testimonial_slider .slick-dots li {
  margin: 0 5px;
}
.testimonil_section_s2 .testimonial_slider button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #e14a4a;
  border-radius: 100px;
}
.testimonil_section_s2 .testimonial_slider button::before {
  font-size: 0;
}
.testimonil_section_s2 .testimonial_slider li.slick-active button {
  background-color: #e14a4a;
}
.testimonil_section_s2 .item {
  position: relative;
}
.testimonil_section_s2 .item .content .image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 30px;
}
.testimonil_section_s2 .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.testimonil_section_s2 .item .content span {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
}
.testimonil_section_s2 .item .content h3 {
  font-size: 21px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-style: italic;
  line-height: 35px;
}
@media (max-width: 399px) {
  .testimonil_section_s2 .item .content h3 {
    font-size: 18px;
  }
}
.testimonil_section_s2 .item .content ul {
  margin-top: 40px;
}
.testimonil_section_s2 .item .content ul li {
  display: inline-block;
  margin-left: 3px;
  color: #e14a4a;
}
.testimonil_section_s2 .item .content ul li:last-child {
  color: #ffffff;
}
.testimonil_section_s2 .item .content ul li i {
  font-size: 18px;
}
.testimonil_section_s2 .item .content .qa_shape {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: -1;
}

/*6.8 faq_section */
.faq_section,
.faq_section_s2 {
  position: relative;
  z-index: 1;
  background: url(../images/faq/bg.jpg) center/cover no-repeat;
  padding-top: 100px;
}
@media (max-width: 575px) {
  .faq_section,
  .faq_section_s2 {
    padding-top: 80px;
  }
}
.faq_section::before,
.faq_section_s2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(44, 56, 54, 0.9);
  z-index: -11;
}
.faq_section .faq_content,
.faq_section_s2 .faq_content {
  padding: 75px 40px 20px 60px;
  background: #212d2b;
}
@media (max-width: 1199px) {
  .faq_section .faq_content,
  .faq_section_s2 .faq_content {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .faq_section .faq_content,
  .faq_section_s2 .faq_content {
    padding: 40px 20px 10px;
  }
}
.faq_section .faq_content .top_title,
.faq_section_s2 .faq_content .top_title {
  text-align: left;
  margin-bottom: 0;
}
.faq_section .faq_content .top_title h3,
.faq_section_s2 .faq_content .top_title h3 {
  margin-bottom: 20px;
}
.faq_section .faq_content .top_title p,
.faq_section_s2 .faq_content .top_title p {
  color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.faq_section .image1,
.faq_section_s2 .image1 {
  max-width: 94%;
  max-height: 72%;
  position: relative;
  z-index: -1;
  margin-left: -24px;
}
@media (max-width: 1399px) {
  .faq_section .image1,
  .faq_section_s2 .image1 {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1199px) {
  .faq_section .image1,
  .faq_section_s2 .image1 {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 600px;
    max-height: 500px;
    overflow: hidden;
  }
}
.faq_section .image1 img,
.faq_section_s2 .image1 img {
  width: 100%;
}
@media (max-width: 1199px) {
  .faq_section .image1 img,
  .faq_section_s2 .image1 img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.faq_section .shape,
.faq_section_s2 .shape {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -11;
}
@media (max-width: 575px) {
  .faq_section .shape,
  .faq_section_s2 .shape {
    display: none;
  }
}

.accordion .accordion-item {
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid #495251;
  border-radius: 10px;
}
.accordion .accordion-header {
  color: #ffffff;
  font-size: 17px;
  font-family: "Rubik";
}
.accordion .accordion-button {
  background: transparent;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 575px) {
  .accordion .accordion-button {
    padding: 10px;
  }
}
.accordion .accordion-button i {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #1772cb;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .accordion .accordion-button i {
    margin-right: 0px;
    display: none;
  }
}
.accordion .accordion-button::after {
  content: "\e64b";
  font-family: themify;
  color: #ffffff;
  background: transparent;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: #e14a4a;
}
.accordion .accordion-button:not(.collapsed) i {
  background: #ffffff;
  color: #e14a4a;
}
.accordion .accordion-button:not(.collapsed) .image img {
  transform: scale(1);
}
.accordion .accordion-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.accordion .accordion-body {
  padding: 30px;
}
@media (max-width: 575px) {
  .accordion .accordion-body {
    padding: 10px;
  }
}
.accordion .accordion-body span {
  font-size: 17px;
  color: rgb(233, 233, 233);
}
@media (max-width: 575px) {
  .accordion .accordion-body span {
    font-size: 15px;
  }
}
.accordion .accordion-collapse {
  position: relative;
}
.accordion .accordion-collapse .image {
  max-width: 140px;
  max-height: 150px;
  position: absolute;
  left: -135px;
  top: -38px;
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
}
@media (max-width: 767px) {
  .accordion .accordion-collapse .image {
    display: none;
  }
}
.accordion .accordion-collapse .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transform: scale(1);
}

.faq_section_s2 {
  background: transparent;
  padding-bottom: 70px;
}
.faq_section_s2::before {
  display: none;
}
.faq_section_s2 .faq_content {
  padding: 0px 40px 0px 60px;
  background: transparent;
}
@media (max-width: 575px) {
  .faq_section_s2 .faq_content {
    padding: 0px 10px 0px;
  }
}
.faq_section_s2 .accordion .accordion-button {
  background: #efeff0;
  color: #636363;
}
.faq_section_s2 .accordion .accordion-button::after {
  color: #636363;
  background: transparent;
}
.faq_section_s2 .accordion .accordion-button i {
  color: #ffffff;
}
.faq_section_s2 .accordion-item {
  border: 1px solid #ffffff;
}
.faq_section_s2 .accordion .accordion-button:not(.collapsed) {
  background: #e14a4a;
  color: #ffffff;
}
.faq_section_s2 .accordion .accordion-button:not(.collapsed):after {
  color: #ffffff;
}
.faq_section_s2 .accordion .accordion-button:not(.collapsed) i {
  color: #636363;
}
.faq_section_s2 .accordion-body {
  border: 1px solid #dedede;
}
.faq_section_s2 .accordion .accordion-body span {
  color: #636363;
}

/*6.9 blog_section_s3 */
.blog_section_s3 {
  background: #212d2b;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog_section_s3 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 757px) {
  .blog_section_s3 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.blog_section_s3 .blog-card {
  border: 1px solid #414b49;
}
.blog_section_s3 .blog-card .content span {
  color: #ffffff;
}
.blog_section_s3 .blog-card .content h2 a {
  color: #ffffff;
}
.blog_section_s3 .blog-card .content h2 a:hover {
  color: #e14a4a;
}
.blog_section_s3 .blog-card .content p {
  color: #ffffff;
}
.blog_section_s3 .blog-card .comment_reting {
  border-top: 1px solid #414b49;
}
.blog_section_s3 .blog-card .comment_reting .comment span {
  color: #ffffff;
}

/*6.10 inastagarm_section */
.inastagarm_section ul {
  display: flex;
}
@media (max-width: 991px) {
  .inastagarm_section ul {
    flex-wrap: wrap;
  }
}
.inastagarm_section ul li {
  width: 20%;
}
@media (max-width: 991px) {
  .inastagarm_section ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .inastagarm_section ul li {
    width: 100%;
  }
}
.inastagarm_section ul li .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inastagarm_section ul li .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(225, 225, 225, 0.48);
  z-index: -1;
}
.inastagarm_section ul li .image a {
  width: 170px;
  height: 80px;
  background: #e14a4a;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inastagarm_section ul li img {
  width: 100%;
}
.inastagarm_section ul li:nth-child(3) {
  width: 40%;
}
@media (max-width: 991px) {
  .inastagarm_section ul li:nth-child(3) {
    width: 100%;
  }
}
.inastagarm_section ul li:nth-child(3) .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgba(33, 45, 43, 0.58);
}

/*--------------------------------------------------------------
7. Home-style-4
---------------------------------------------------------------- */
/*7.1 service_section_s4 */
.service_section_s4 {
  padding-top: 150px;
  padding-bottom: 80px;
}
.service_section_s4 .service_card_s3 {
  border-radius: 40px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.05);
  outline: 1px dotted transparent;
  outline-offset: 0px;
  transition: all 0.5s ease-in-out;
}
.service_section_s4 .service_card_s3 .item .icon {
  width: 70px;
  height: 70px;
  background: #e14a4a;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dotted #e14a4a;
  outline-offset: 5px;
  margin: 0 auto;
  position: relative;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape {
  position: absolute;
  top: -10px;
  left: -18px;
  transform: rotate(49deg);
  width: 50px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  z-index: -1;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape .shape-1 {
  width: 30px;
  text-align: center;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 0 auto;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape .shape-2 {
  width: 50px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.service_section_s4 .service_card_s3 .item .icon .line_shape .shape-3 {
  width: 30px;
  height: 4px;
  background: #f7d6c6;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.service_section_s4 .service_card_s3 .item .content h2 {
  color: #144047;
}
.service_section_s4 .service_card_s3 .item .content p {
  color: #636363;
}
.service_section_s4 .service_card_s3 a {
  background-color: #f7a275;
}
.service_section_s4 .service_card_s3 a i {
  color: #ffffff;
}
.service_section_s4 .service_card_s3:hover {
  outline: 1px dotted #e14a4a;
  box-shadow: 0px 2px 8px 0px transparent;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon {
  background: #1772cb;
  outline: 1px dotted #1772cb;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #1772cb;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #1772cb;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #1772cb;
}
.service_section_s4 .col:nth-child(2) .service_card_s3 a {
  background-color: #1772cb;
}
.service_section_s4 .col:nth-child(2) .service_card_s3:hover {
  outline: 1px dotted #1772cb;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon {
  background: #8139e7;
  outline: 1px dotted #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3 a {
  background-color: #8139e7;
}
.service_section_s4 .col:nth-child(3) .service_card_s3:hover {
  outline: 1px dotted #8139e7;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon {
  background: #ffad0e;
  outline: 1px dotted #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3 a {
  background-color: #ffad0e;
}
.service_section_s4 .col:nth-child(4) .service_card_s3:hover {
  outline: 1px dotted #ffad0e;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon {
  background: #144047;
  outline: 1px dotted #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3 a {
  background-color: #144047;
}
.service_section_s4 .col:nth-child(5) .service_card_s3:hover {
  outline: 1px dotted #144047;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon {
  background: #2ec48d;
  outline: 1px dotted #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon .line_shape .shape-1 {
  background: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon .line_shape .shape-2 {
  background: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 .item .icon .line_shape .shape-3 {
  background: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3 a {
  background-color: #2ec48d;
}
.service_section_s4 .col:last-child .service_card_s3:hover {
  outline: 1px dotted #2ec48d;
}

/*7.2 about_section_s4 */
.about_section_s4 {
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.about_section_s4 .left_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .about_section_s4 .left_img {
    display: none;
  }
}
.about_section_s4 .left_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section_s4 .right_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
}
.about_section_s4 .right_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section_s4 .line_shape {
  position: absolute;
  left: 46.9%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .about_section_s4 .line_shape {
    display: none;
  }
}
.about_section_s4 .content {
  margin-left: 0;
}
@media (max-width: 991px) {
  .about_section_s4 .content {
    margin-top: 0;
  }
}
.about_section_s4 .video_btn {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 11;
}
@media (max-width: 991px) {
  .about_section_s4 .video_btn {
    display: none;
  }
}
.about_section_s4 .video_btn .popup-youtube {
  background: #e14a4a;
}
.about_section_s4 .video_btn .popup-youtube .video_icon {
  background: #ffffff;
  z-index: 11;
}
.about_section_s4 .video_btn .popup-youtube::after {
  background: #e14a4a;
  z-index: 1;
}
.about_section_s4 .video_btn .popup-youtube:before {
  background: #e14a4a;
  z-index: 1;
}

/*7.3 testimonil_section_s3 */
.testimonial_section_s3, .testimonial_section_s4 {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .testimonial_section_s3, .testimonial_section_s4 {
    background: #8139e7;
  }
}
.testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
  position: absolute;
  left: 0;
  top: -195px;
  width: 100%;
  z-index: -11;
}
@media (max-width: 1399px) {
  .testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
    top: -100px;
  }
}
@media (max-width: 991px) {
  .testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .testimonial_section_s3 .bg_shape, .testimonial_section_s4 .bg_shape {
    display: none;
  }
}
.testimonial_section_s3 .top_title h2, .testimonial_section_s4 .top_title h2 {
  color: #ffffff;
}
.testimonial_section_s3 .top_title h3, .testimonial_section_s4 .top_title h3 {
  color: #ffffff;
}

.testimonial_slider_s3 .slick-slide, .testimonial_section_s4 .slick-slide {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .testimonial_slider_s3 .slick-slide, .testimonial_section_s4 .slick-slide {
    margin: 0;
  }
}
.testimonial_slider_s3 .slick-list, .testimonial_section_s4 .slick-list {
  margin: 0px -15px 0px -15px;
}
@media (max-width: 767px) {
  .testimonial_slider_s3 .slick-list, .testimonial_section_s4 .slick-list {
    margin: 0;
  }
}
.testimonial_slider_s3 .slick-dots, .testimonial_section_s4 .slick-dots {
  bottom: -40px;
}
.testimonial_slider_s3 .slick-dots li, .testimonial_section_s4 .slick-dots li {
  margin: 0 5px;
}
.testimonial_slider_s3 .slick-dots li button, .testimonial_section_s4 .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #e14a4a;
  border-radius: 100px;
}
.testimonial_slider_s3 .slick-dots li button::before, .testimonial_section_s4 .slick-dots li button::before {
  font-size: 0px;
}
.testimonial_slider_s3 li.slick-active button, .testimonial_section_s4 li.slick-active button {
  background-color: #e14a4a;
}
.testimonial_slider_s3 .item, .testimonial_section_s4 .item {
  position: relative;
  background: #2e9ecd;
  text-align: center;
  padding: 50px;
  padding-top: 80px;
  margin-top: 60px;
  margin-bottom: 30px;
  border-radius: 1000px;
}
@media (max-width: 1199px) {
  .testimonial_slider_s3 .item, .testimonial_section_s4 .item {
    padding: 20px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial_slider_s3 .item, .testimonial_section_s4 .item {
    border-radius: 0px;
  }
}
.testimonial_slider_s3 .item .image, .testimonial_section_s4 .item .image {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
.testimonial_slider_s3 .item .image img, .testimonial_section_s4 .item .image img {
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 100%;
}
.testimonial_slider_s3 .item .content, .testimonial_section_s4 .item .content {
  max-width: 250px;
  margin: 0 auto;
}
.testimonial_slider_s3 .item .content h2, .testimonial_section_s4 .item .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.testimonial_slider_s3 .item .content span, .testimonial_section_s4 .item .content span {
  font-size: 17px;
  color: #ffffff;
  padding-bottom: 15px;
  display: block;
}
.testimonial_slider_s3 .item .content p, .testimonial_section_s4 .item .content p {
  font-size: 17px;
  color: #ffffff;
  font-style: italic;
}
.testimonial_slider_s3 .item .content ul, .testimonial_section_s4 .item .content ul {
  margin-top: 20px;
}
.testimonial_slider_s3 .item .content ul li, .testimonial_section_s4 .item .content ul li {
  display: inline-block;
  margin-left: 3px;
  color: #ffb818;
}
.testimonial_slider_s3 .item .content ul li:nth-child(3), .testimonial_section_s4 .item .content ul li:nth-child(3) {
  color: #ffffff;
}
.testimonial_slider_s3 .item .content ul li:nth-child(4), .testimonial_section_s4 .item .content ul li:nth-child(4) {
  color: #ffffff;
}
.testimonial_slider_s3 .item .content ul li:last-child, .testimonial_section_s4 .item .content ul li:last-child {
  color: #ffffff;
}
.testimonial_slider_s3 .item .content ul li i, .testimonial_section_s4 .item .content ul li i {
  font-size: 18px;
}

.testimonial_section_s4 .top_title h2 {
  color: #1772cb;
}
.testimonial_section_s4 .top_title h3 {
  color: rgb(20, 64, 71);
}

/*7.4 fanfact_section_s2 */
.fanfact_section_s2 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .fanfact_section_s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fanfact_section_s2 {
    padding-bottom: 50px;
  }
}
.fanfact_section_s2 .item {
  padding-top: 50px;
  margin-top: 0;
}
.fanfact_section_s2 .item .icon {
  position: unset;
  transform: unset;
  margin-bottom: 20px;
}
.fanfact_section_s2 .col:nth-child(2) {
  margin-top: 0px;
}
.fanfact_section_s2 .col:last-child {
  margin-top: 0px;
}

/*7.5 project_section_s3 */
.project_section_s3 {
  position: relative;
}
.project_section_s3 .project_card {
  position: relative;
  margin-bottom: 90px;
}
.project_section_s3 .project_card .image {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.project_section_s3 .project_card .image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(129, 57, 231);
  opacity: 0.51;
}
.project_section_s3 .project_card .image img {
  width: 100%;
  height: 100%;
}
.project_section_s3 .project_card .content {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 11;
}
@media (max-width: 1199px) {
  .project_section_s3 .project_card .content {
    display: block;
  }
}
@media (max-width: 767px) {
  .project_section_s3 .project_card .content {
    width: 100%;
    max-width: 100%;
  }
}
.project_section_s3 .project_card .content .text {
  max-width: 290px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .project_section_s3 .project_card .content .text {
    width: 100%;
    max-width: 100%;
  }
}
.project_section_s3 .project_card .content .text h2 a {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .project_section_s3 .project_card .content .text h2 a {
    font-size: 20px;
  }
}
.project_section_s3 .project_card .content .text p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
}
.project_section_s3 .project_card .content .icon {
  height: 125px;
  width: 125px;
  border-radius: 100px;
  text-align: center;
  line-height: 125px;
  background: #ffffff;
  margin: 0 auto;
  outline: 1px dotted #8b49e8;
  outline-offset: -10px;
}
.project_section_s3 .col:nth-child(2) .project_card .image::before {
  background-color: #e14a4a;
}
.project_section_s3 .col:nth-child(2) .project_card .content {
  bottom: 10%;
  flex-direction: column-reverse;
}
@media (max-width: 1199px) {
  .project_section_s3 .col:nth-child(2) .project_card .content {
    bottom: -60px;
    display: block;
  }
}
.project_section_s3 .col:nth-child(2) .project_card .content .icon {
  background: #e14a4a;
  outline: 1px dotted #ffffff;
}
.project_section_s3 .col:last-child .project_card .image::before {
  background-color: #1772cb;
}
.project_section_s3 .col:last-child .project_card .content .icon {
  outline: 1px dotted #ffad0e;
}
.project_section_s3 .shape {
  position: absolute;
  left: 70%;
  transform: translateX(-50%);
  bottom: -22px;
  width: 100%;
}
@media (max-width: 1720px) {
  .project_section_s3 .shape {
    left: 65%;
  }
}
@media (max-width: 1599px) {
  .project_section_s3 .shape {
    left: 60%;
  }
}
@media (max-width: 1399px) {
  .project_section_s3 .shape {
    display: none;
  }
}

/*7.6 video_section_s2 */
.video_section_s2 {
  background: url(../images/video/bg_image.png) center/cover no-repeat;
  padding: 190px 0;
}
@media (max-width: 1399px) {
  .video_section_s2 {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .video_section_s2 {
    padding: 0;
  }
}
.video_section_s2 .video_wrap {
  justify-content: center;
  padding: 0;
  background: transparent;
}
.video_section_s2 .video_wrap::before {
  display: none;
}
.video_section_s2 .video_wrap .content {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
.video_section_s2 .video_wrap .content h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.video_section_s2 .video_wrap .video_btn {
  position: unset;
  transform: unset;
  margin: 0 auto;
  margin-top: -64px;
  margin-bottom: 50px;
  border-radius: 100px;
  background: #313b38;
  border: 3px solid #ffffff;
}
@media (max-width: 1399px) {
  .video_section_s2 .video_wrap .video_btn {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.video_section_s2 .video_wrap .video_btn .popup-youtube {
  background: transparent;
  border: 2px solid #ffffff;
}

/*7.7 pricing_section */
.pricing_section {
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 70px;
}
@media (max-width: 1399px) {
  .pricing_section {
    padding-top: 50px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .pricing_section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pricing_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.pricing_section .col:nth-child(2) .pricing_card .icon {
  background: #e14a4a;
  margin: 0 auto;
  margin-top: 45px;
  border: 5px solid #ffffff;
}
.pricing_section .col:nth-child(2) .pricing_card .top_content h2 {
  color: #e14a4a;
}
.pricing_section .col:nth-child(2) .pricing_card .prici_btn .btn_See {
  color: #e14a4a;
}
.pricing_section .col:nth-child(2) .pricing_card .prici_btn .btn_See:hover {
  color: #e14a4a;
}
.pricing_section .col:nth-child(2) .pricing_card .shape_1 svg {
  fill: #e14a4a;
}
.pricing_section .col:nth-child(2) .pricing_card .shape_2 svg {
  fill: #e14a4a;
}
.pricing_section .col:last-child .pricing_card .top_content h2 {
  color: #8139e7;
}
.pricing_section .col:last-child .pricing_card .prici_btn .btn_See {
  color: #8139e7;
}
.pricing_section .col:last-child .pricing_card .prici_btn .btn_See:hover {
  color: #8139e7;
}
.pricing_section .col:last-child .pricing_card .shape_1 svg {
  fill: #f1e9fc;
}
.pricing_section .col:last-child .pricing_card .shape_2 svg {
  fill: #f1e9fc;
}

.pricing_card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .pricing_card {
    padding: 30px 30px;
  }
}
@media (max-width: 1199px) {
  .pricing_card {
    padding: 30px 20px;
  }
}
.pricing_card .title {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 51%, 100% 100%, 0 100%, 15% 51%);
          clip-path: polygon(0 0, 100% 0, 85% 51%, 100% 100%, 0 100%, 15% 51%);
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  font-size: 18px;
  color: rgb(223, 83, 17);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: rgb(254, 254, 255);
  padding: 15px 60px;
}
.pricing_card .icon {
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  width: 98px;
  height: 98px;
  line-height: 98px;
  margin: 0 auto;
}
.pricing_card .top_content {
  margin: 30px 0;
}
.pricing_card .top_content h2 {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: #1772cb;
  font-weight: 700;
}
.pricing_card .top_content h3 {
  font-size: 45px;
  color: #144047;
  font-weight: 700;
  margin: 0;
}
.pricing_card .content {
  margin-bottom: 100px;
}
.pricing_card .content ul li {
  font-size: 18px;
  color: #9ea0a6;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .pricing_card .content ul li {
    font-size: 16px;
  }
}
.pricing_card .content ul li img {
  margin-right: 10px;
}
.pricing_card .prici_btn {
  margin-bottom: 20px;
}
.pricing_card .shape_1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.pricing_card .shape_1 svg {
  fill: #e5f2f4;
}
.pricing_card .shape_2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.pricing_card .shape_2 svg {
  fill: #e5f2f4;
}

.btn_See {
  font-size: 18px;
  color: rgb(19, 137, 153);
  text-align: center;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  display: inline;
  padding: 15px 35px;
}
.btn_See i {
  margin-left: 10px;
}
.btn_See:hover {
  color: rgb(19, 137, 153);
}

/*8. causes_single_page */
.causes_single_page .title {
  margin-bottom: 40px;
}
.causes_single_page .title h3 {
  font-size: 22px;
  color: #144047;
  margin-bottom: 0;
}
.causes_single_page .wrap {
  border: 1px solid #dddddd;
}
.causes_single_page .wrap .image {
  padding: 20px;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .image {
    padding: 10px;
  }
}
.causes_single_page .wrap .image img {
  width: 100%;
}
.causes_single_page .wrap .top_content {
  max-width: 990px;
  margin: 30px 40px;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .top_content {
    margin: 10px;
  }
}
.causes_single_page .wrap .top_content h2 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .top_content h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.causes_single_page .wrap .top_content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .top_content p {
    font-size: 15px;
  }
}
.causes_single_page .wrap .widget_causes {
  border-top: 1px solid #dddddd;
  margin-bottom: 70px;
}
.causes_single_page .wrap .widget_causes .causes_content {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .widget_causes .causes_content {
    padding: 0 10px;
  }
}
.causes_single_page .wrap .widget_causes .donet_progres {
  padding-top: 65px;
  max-width: 940px;
}
.causes_single_page .wrap .widget_causes .donet_progres .progres {
  height: 8px;
  background: #e8edee;
  border-radius: 6px;
  position: relative;
}
.causes_single_page .wrap .widget_causes .donet_progres .bar {
  height: 100%;
  background: #e14a4a;
  border-radius: 6px;
}
.causes_single_page .wrap .widget_causes .donet_progres .percent {
  position: absolute;
  left: 80%;
  top: -50px;
  font-size: 12px;
  color: white;
  width: 40px;
  height: 30px;
  background: #e14a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 0;
}
.causes_single_page .wrap .widget_causes .donet_progres .percent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 25px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #e14a4a;
  transform: translateX(-50%);
  z-index: -1;
}
.causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt {
    margin: 10px 0 20px;
  }
}
.causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt span {
  font-size: 17px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 1.471;
}
@media (max-width: 575px) {
  .causes_single_page .wrap .widget_causes .donet_progres .donet_amaunt span {
    font-size: 14px;
  }
}
.causes_single_page .wrap .widget_causes .donet_btn h3 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
  margin-bottom: 0;
}
.causes_single_page .wrap .widget_causes .donet_btn ul {
  margin-top: 40px;
  margin-bottom: 30px;
}
.causes_single_page .wrap .widget_causes .donet_btn ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.causes_single_page .wrap .widget_causes .donet_btn ul li button {
  border: 1px solid #ddd;
  font-size: 17px;
  line-height: 20px;
  color: #144047;
  border-radius: 5px;
  padding: 5px 20px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.causes_single_page .wrap .widget_causes .donet_btn ul li:hover button {
  background: #e14a4a;
  border: 1px solid transparent;
  color: #ffffff;
}
.causes_single_page .wrap .widget_causes .donet_btn ul .active button {
  background: #e14a4a;
  border: 1px solid transparent;
  color: #ffffff;
}
.causes_single_page .wrap .widget_causes .donet_from {
  max-width: 850px;
}
.causes_single_page .wrap .widget_causes .donet_from .title h3 {
  font-size: 17px;
  color: #144047;
  font-weight: 700;
}
.causes_single_page .wrap .widget_causes .donet_from .from-contol {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.causes_single_page .wrap .widget_causes .donet_from .checkbox-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(99, 99, 99);
  margin-bottom: 30px;
}
.causes_single_page .wrap .widget_causes .donet_from .checkbox-label {
  margin-left: 15px;
}
.causes_single_page .wrap .widget_causes .donet_from .donet_from_btn {
  text-align: end;
}
.causes_single_page .wrap .widget_causes .donet_from .donet_from_btn button {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  background: #e14a4a;
  display: inline;
  padding: 10px 35px;
  border: none;
  text-transform: uppercase;
}
.causes_single_page .bottom_text {
  margin-top: 50px;
  display: block;
}
.causes_single_page .bottom_text p {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 575px) {
  .causes_single_page .bottom_text p {
    font-size: 15px;
  }
}

/*9. team_single_section */
.team_single_section .team_top_wrap {
  padding: 45px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .team_single_section .team_top_wrap {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap {
    padding: 20px 15px;
  }
}
.team_single_section .team_top_wrap .image {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 991px) {
  .team_single_section .team_top_wrap .image {
    margin-bottom: 50px;
  }
}
.team_single_section .team_top_wrap .image img {
  width: 100%;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .image img {
    border-radius: 40px;
  }
}
.team_single_section .team_top_wrap .content {
  width: calc(100% - 400px);
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .team_single_section .team_top_wrap .content {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .team_single_section .team_top_wrap .content {
    width: 100%;
    margin-left: 0px;
  }
}
.team_single_section .team_top_wrap .content h2 {
  font-size: 25px;
  color: #144047;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content h2 {
    font-size: 20px;
  }
}
.team_single_section .team_top_wrap .content ul li {
  padding: 15px 25px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  font-size: 17px;
  color: rgb(99, 99, 99);
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content ul li {
    padding: 10px 10px;
  }
}
.team_single_section .team_top_wrap .content ul li:last-child {
  margin-bottom: 0;
}
.team_single_section .team_top_wrap .content ul li ul {
  display: inline;
}
.team_single_section .team_top_wrap .content ul li ul li {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  color: transparent;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content ul li ul li {
    margin-right: 10px;
  }
}
.team_single_section .team_top_wrap .content ul li ul li a {
  font-size: 20px;
  color: rgb(129, 57, 231);
}
@media (max-width: 575px) {
  .team_single_section .team_top_wrap .content ul li ul li a {
    font-size: 18px;
  }
}
.team_single_section .team_top_wrap .content ul li ul li:first-child {
  padding-left: 15px;
}
.team_single_section .team_top_wrap .content ul li ul li:nth-child(2) a {
  color: #e14a4a;
}
.team_single_section .team_top_wrap .content ul li ul li:nth-child(3) a {
  color: #13c5d0;
}
.team_single_section .team_top_wrap .content ul li ul li:nth-child(4) a {
  color: #ff0971;
}
.team_single_section .team_bottom_wrap p {
  margin-right: 50px;
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 80px;
}
.team_single_section .team_bottom_wrap span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  padding-bottom: 10px;
  display: inline-block;
}
.team_single_section .team_bottom_wrap .progres {
  height: 8px;
  background: #e8edee;
  position: relative;
  margin-bottom: 15px;
}
.team_single_section .team_bottom_wrap .bar {
  height: 100%;
  background: #e14a4a;
}
.team_single_section .team_bottom_wrap .percent {
  right: 0;
  top: -30px;
  position: absolute;
  margin-right: 0;
}

/*10. services_single_section */
.services_single_section {
  padding-bottom: 0;
}
.services_single_section .wrap .image {
  margin-bottom: 30px;
}
.services_single_section .wrap .image img {
  width: 100%;
}
.services_single_section .wrap .content {
  max-width: 1040px;
  margin-bottom: 50px;
}
.services_single_section .wrap .content h2 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
}
.services_single_section .wrap .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
}

.services_single_item_wrap {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: rgb(241, 246, 247);
}
@media (max-width: 1199px) {
  .services_single_item_wrap {
    display: block;
    padding: 20px 30px;
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .services_single_item_wrap {
    display: block;
    padding: 20px 15px;
  }
}
.services_single_item_wrap .content {
  width: calc(100% - 425px);
  padding-left: 45px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .services_single_item_wrap .content {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .services_single_item_wrap .content {
    padding-left: 0px;
    width: 100%;
  }
}
.services_single_item_wrap .content h3 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  text-decoration: underline;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .services_single_item_wrap .content h3 {
    font-size: 18px;
  }
}
.services_single_item_wrap .content .item_wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .services_single_item_wrap .content .item_wrap {
    display: block;
  }
}
.services_single_item_wrap .content .item_wrap .item {
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .services_single_item_wrap .content .item_wrap .item {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.services_single_item_wrap .content .item_wrap .item:last-child {
  padding-right: 0;
}
.services_single_item_wrap .content .item_wrap ul li {
  font-size: 17px;
  color: rgb(99, 99, 99);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .services_single_item_wrap .content .item_wrap ul li {
    font-size: 15px;
  }
}
.services_single_item_wrap .content .item_wrap ul li i {
  color: #e14a4a;
}
.services_single_item_wrap .images {
  padding: 25px;
}
@media (max-width: 1199px) {
  .services_single_item_wrap .images {
    margin-top: 35px;
    padding: 0;
  }
}
.services_single_item_wrap .images img {
  max-width: 425px;
  width: 100%;
  border-radius: 50px;
}

/*11. blog_single_page */
@media (max-width: 991px) {
  .blog_single_page {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog_single_page {
    padding-bottom: 50px;
  }
}

.blog_single_page .blog_single_wrap .sp-title h2{
  font-size: 16px;
	margin: 0;
}
.blog_single_page .blog_single_wrap .sp-title h2 a{
  color: #1772cb;
}
.blog_single_page .blog_single_wrap .sp-title h2 a:hover{
  color: #e14a4a;
}


.blog_single_page .blog_single_wrap .image {
  margin-bottom: 30px;
}
.blog_single_page .blog_single_wrap .image img {
  width: 100%;
}
.blog_single_page .blog_single_wrap ul {
  margin-bottom: 20px;
}
.blog_single_page .blog_single_wrap ul li {
  display: block;
  font-size: 16px;
  margin: 0 20px 0px 0px;	
  color: rgb(51, 51, 51);
}
.blog_single_page .blog_single_wrap ul li::before { color: #1772cb; content: "\f101";  font-family: 'FontAwesome'; font-size: 11px;  float: left; background-color: #eee;
border-radius: 50%;height: 20px;width: 20px;line-height: 20px;text-align: center;margin: 2px 10px 0px 0;}

.blog_single_page .blog_single_wrap ul li i{margin: 0 7px 0 0; color: #1772cb;}
.blog_single_page .blog_single_wrap ul li span {
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: #e14a4a;
  padding: 4px 20px;
  text-transform: uppercase;
  border-radius: 15px 15px 0px 15px;
  margin-right: 0px;
}
.blog_single_page .blog_single_wrap h2 {
  font-size: 24px;
  color: rgb(20, 64, 71);
  font-weight: 700;
  line-height: 36px;	
  padding-right: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .blog_single_page .blog_single_wrap h2 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .blog_single_page .blog_single_wrap h2 {
    font-size: 20px;
  }
}
.blog_single_page .blog_single_wrap p {
  font-size: 16px;
  color: rgb(99, 99, 99);
  line-height: 1.625;
}
.blog_single_page .blog_format_standard {
  margin: 80px 0;
  max-width: 730px;
  background-color: rgba(227, 236, 241, 0.4);
  padding: 70px 65px 40px 70px;
  position: relative;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard {
    padding: 30px 20px 30px 35px;
  }
}
.blog_single_page .blog_format_standard .shape {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .shape {
    display: none;
  }
}
.blog_single_page .blog_format_standard .top_text {
  font-size: 17px;
  color: rgb(99, 99, 99);
  font-style: italic;
  position: relative;
}
.blog_single_page .blog_format_standard .top_text::before {
  position: absolute;
  left: -30px;
  top: 0;
  content: url(../images/blog-single/qa2.png);
}
.blog_single_page .blog_format_standard .content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.blog_single_page .blog_format_standard .content .image {
  width: 95px;
  height: 95px;
}
.blog_single_page .blog_format_standard .content .image img {
  border-radius: 100px;
}
.blog_single_page .blog_format_standard .content .text {
  width: calc(100% - 100px);
  margin-left: 30px;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .content .text {
    margin-left: 10px;
  }
}
.blog_single_page .blog_format_standard .content .text h2 {
  font-size: 22px;
  color: rgb(20, 64, 71);
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .content .text h2 {
    font-size: 20px;
  }
}
.blog_single_page .blog_format_standard .content .text h2 span {
  font-size: 17px;
  color: #636363;
  font-weight: 400;
}
@media (max-width: 767px) {
  .blog_single_page .blog_format_standard .content .text h2 span {
    font-size: 15px;
  }
}
.blog_single_page .blog_format_standard .content .text ul li {
  display: inline-block;
  margin-right: 5px;
}
.blog_single_page .blog_gallery {
  margin-top: 50px;
}


.blog_single_page .entry-footer {
	margin: 20px 0;
	display: inline-block;
	width: 100%;	
	color: #2e2e2e;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 30px;
	clear: both
}

.blog_single_page .blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  margin-top: 0;
  border-top: 1px solid #e2ddda;
}

.blog_single_page .blog-details__bottom p {margin: 0;}
.blog_single_page .blog-details__tags span {color: #3c3531;  font-size: 20px;  margin-right: 10px;font-family: "Inter", sans-serif;}

.blog_single_page .blog-details__tags a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  background-color: #1772cb;
  background-image: url("../../images/menubg.png");
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 5px 5px 0px 5px ;
  margin: 0 2px 2px 0;
}

.blog_single_page .blog-details__tags a:hover {background-color: #c39408; color: #ffffff;}
.blog_single_page .blog-details__tags a+a {  }

	
.blog_single_page .entry-footer .tags-links {
	    font-size: 14px;
	    line-height: 2.2
	}
	
.blog_single_page .entry-footer .tags-links a {
	    font-size: 16px;
	    font-weight: 400;
	    color: #f56a2d
	}
	
.blog_single_page .entry-footer .tags-links span {
	    color: #f56a2d
	}
	
.blog_single_page .entry-footer a {
	    text-transform: none
	}
	
.blog_single_page .entry-footer .footer-socials {
	/*float: right;
	width: 50%;
	text-align: right*/
	margin: 10px 0 0 0;
	font-size: 15px;
	font-family: "Inter", sans-serif;
}
	
.blog_single_page .entry-footer .footer-socials span i,
.blog_single_page .entry-footer .footer-socials span svg {
	    font-size: 25px;
	    color: #f56a2d;
	    font-weight: bold;
	    position: relative;
	    top: 4px;
	    padding-right: .3em
	}
	
.blog_single_page .entry-footer .footer-socials .social-links {
	    display: inline-flex;
	}
	
.blog_single_page .entry-footer .footer-socials .social-links a {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	background: #eaeaea;
	color: #181959;
	display: inline-block;
	line-height: 35px;
	margin-left: 5px;
	font-size: 15px;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	}
.blog_single_page .entry-footer .footer-socials .social-links a:hover {
  background-color: #c39408;
  color: #fff;
}
.post-navigation .nav-links {
	padding: 30px;
	border-radius: 20px 20px 0px 20px;
	border: 0px solid #d7d7d7;
	background-color: #fff;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,.08);
	display: inline-block;
	width: 100%;
	margin: 5px 0 0 0;
}

.post-navigation .nav-links .nav-previous {
	float: left;
	width: 50%;
	border-right: 1px solid #e6e6e6
}

.post-navigation .nav-links .nav-previous .nav-title {
	padding-right: 50px
}

.post-navigation .nav-links .nav-next {
	float: right;
	width: 50%;
	text-align: right
}

.post-navigation .nav-links .nav-next .nav-title {
	padding-left: 50px
}

.post-navigation .nav-links .meta-nav {
	font-family: "Inter", sans-serif;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #e8e8e8;
	color: #4e4e4e;
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
	margin: 8px 0 0 0;
	border-radius: 15px 15px 0px 15px;
}

.post-navigation .nav-links a:hover {
	text-decoration: none
}

.post-navigation .nav-links a:hover .meta-nav {
	color: #fff; background-color: #c39408;
}

.post-navigation .nav-links .nav-title {	
	color: #2e2e2e;
	font-size: 17px; font-weight: 600;
}



.blog_single_page .comment_area .comment_wrap {
  /*max-width: 700px;*/margin: 20px 0;	
}
.blog_single_page .comment_area .comment_wrap .title {
  font-size: 24px;
  margin: 6px auto;
}
.blog_single_page .comment_area .comment_wrap .title h2 {text-transform: capitalize;font-size: 26px;color: rgb(20, 64, 71);font-weight: 700;position: relative;margin-bottom: 15px; padding-bottom: 20px; border-bottom: #eaeaea solid 1px;}
.blog_single_page .comment_area .comment_wrap .title h2::after {position: absolute;content: "";left: 0px;top: 49px;width: 90px;height: 4px;background-color: rgb(221, 167, 7);}


.blog_single_page .comment_area .comment_one {
  padding-left: 50px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .blog_single_page .comment_area .comment_one {
    padding-left: 20px;
  }
}
.blog_single_page .comment_area .comment_one:first-child {
  padding-left: 0;
}
.blog_single_page .comment_area .comment_one .content {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog_single_page .comment_area .comment_one .content .image {
  width: 90px;
  height: 90px;
}
.blog_single_page .comment_area .comment_one .content .image img {
  border-radius: 100px;
}
.blog_single_page .comment_area .comment_one .content .text {
  width: calc(100% - 100px);
  margin-left: 20px;
  position: relative;
}
.blog_single_page .comment_area .comment_one .content .text h2 {
  font-size: 22px;
  color: #144047;
  font-weight: 700;
}
.blog_single_page .comment_area .comment_one .content .text h3 {
  font-size: 20px;
  color: #144047;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog_single_page .comment_area .comment_one .content .text h2 {
    font-size: 20px;
  }
}
.blog_single_page .comment_area .comment_one .content .text p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;	
  color: rgb(99, 99, 99);
}
.blog_single_page .comment_area .comment_one .content .text span {
  font-size: 14px;
  color: rgb(170, 170, 170);
}
.blog_single_page .comment_area .comment_one .content .text a {
  font-size: 15px;
  color: #e14a4a;
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (max-width: 767px) {
  .blog_single_page .comment_area .comment_one .content .text a {
    right: 0;
  }
}
.blog_single_page .comment_respond {
  margin-top: 30px;
}
.blog_single_page .comment_respond h2 {font-size: 26px;color: rgb(20, 64, 71);font-weight: 700;position: relative;margin-bottom: 25px; padding-bottom: 20px; border-bottom: #eaeaea solid 0px;}
.blog_single_page .comment_respond h2::after {position: absolute;content: "";left: 0px;top: 49px;width: 90px;height: 4px;background-color: #1772cb;}

.blog_single_page .comment_respond .from-contol {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0px 15px;
  margin-bottom: 20px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.blog_single_page .comment_respond  textarea {
  height: 125px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;	
  padding: 15px 15px;
  margin-bottom: 20px;
}
.blog_single_page .comment_respond label{margin: 0 0 10px 0;color: #595959;}

.blog_single_page .comment-respond h2 {font-size: 26px;color: rgb(20, 64, 71);font-weight: 700;position: relative;margin-bottom: 25px; padding-bottom: 20px; border-bottom: #eaeaea solid 0px;}
.blog_single_page .comment-respond h2::after {position: absolute;content: "";left: 0px;top: 49px;width: 90px;height: 4px;background-color: #1772cb;}
.blog_single_page .comment-respond .comment-notes .required{color: #e14a4a;}

.blog_single_page .comment-respond label{margin: 0 0 10px 0;color: #595959;font-family: "Inter", sans-serif;}
.blog_single_page .comment-respond label .required{color: #e14a4a;}
.blog_single_page .comment-respond p {margin-bottom: 5px;}
.blog_single_page .comment-respond .comment-form-url{display: none;}
.blog_single_page .comment-respond input[type="text"], input[type="email"], input[type="url"] {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0px 15px;
  margin-bottom: 20px; 
  box-shadow: none;
  transition: all 0.3s;
}
.blog_single_page .comment-respond .comment-form-cookies-consent input[type="checkbox"]{border: 1px solid #d9d9d9;}
.blog_single_page .comment-respond textarea {
  height: 125px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;	
  padding: 15px 15px;
  margin-bottom: 20px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, input[type="checkbox"]:focus, textarea:focus {
  outline-offset: 0px;
  outline: 1px solid #20c0ff;;
}

.blog_single_page .comment-respond .submit {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: transparent !important;
  transition-property: color;
  transition-duration: 0.3s;
  color: #e14a4a !important;
  padding: 12px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #e14a4a;
}
.blog_single_page .comment-respond .submit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e14a4a;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 7px;
}
.blog_single_page .comment-respond .submit i {
  padding-left: 5px;
}
.blog_single_page .comment-respond .submit:hover {
  color: #fff !important; 
  background: #e14a4a !important; 
}
.blog_single_page .comment-respond .submit:hover::before {
  transform: scale(1);
}

.blog_single_page .comments-area h2 {font-size: 26px;color: rgb(20, 64, 71);font-weight: 700;position: relative;margin-bottom: 25px; padding-bottom: 20px; border-bottom: #eaeaea solid 0px;}
.blog_single_page .comments-area h2::after {position: absolute;content: "";left: 0px;top: 49px;width: 90px;height: 4px;background-color: #1772cb;}

.blog_single_page .comments-area .comment-list > li {margin-top: 15px; margin-bottom:15px; }
.blog_single_page .comments-area .comment-content {margin-top: 10px; margin-bottom:10px; }
.blog_single_page .comments-area .comment-body {margin-bottom:15px;}
.blog_single_page .comments-area .comment-meta {margin-top: 15px; margin-bottom:15px; }
 


/*12. contact page */
.contact_page .image {
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact_page .image {
    margin-bottom: 30px;
  }
}
.contact_page .image img {
  border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 703px;
}
@media (max-width: 991px) {
  .contact_page .image img {
    height: 100%;
  }
}
.contact_page .contact_from {

  background-color: #ffffff;
  padding: 20px 50px;
  background-image: url("../../images/header-back.jpg");
  border: #ececec solid 2px;
  border-radius: 20px 20px 0px 20px;
  background-size: 180px;
 
}
@media (max-width: 1399px) {
  .contact_page .contact_from {
    padding: 55px 20px;
  }
}
.contact_page .contact_from .title {
  text-align: center;
  margin-bottom: 10px;
}
.contact_page .contact_from .title h2 {
  font-size: 30px;
  margin: 0 0 10px 0;	
  color: rgb(20, 64, 71);
  font-weight: 700;
}
.contact_page .contact_from .title span {
  font-size: 17px;
  color: rgb(99, 99, 99);
  line-height: 1.647;
}
.contact_page .contact_from .from_wrap div {
  margin-top: 0;
}
.contact_page .contact_from .from_wrap label {
  margin: 0 0 5px 0;
  color: #666;
  font-size: 16px;
}
.contact_page .contact_from .from_wrap label b {
  color: red;
  font-size: 14px;
  margin: 0 5px;
}
.wpcf7 .wpcf7-form p {
  margin: 0 0 20px 0;
}
.wpcf7 .wpcf7-form textarea {
  height: 140px;
}
.captcha-tag input[type="text"]{border: 1px solid #e1e1e1; border-radius: 5px;}
.contact_page .contact_from .from_wrap .form-control {
  width: 100%;
  font-size: 16px;
	border: 1px solid #e1e1e1;
  color: rgb(99, 99, 99);
  line-height: 2.5;
  padding: 5px 15px;
  border-color: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact_page .contact_from .from_wrap .form-control:focus {
  color: #212529;
  border-color: 1px solid #e14a4a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.contact_page .contact_from .from_wrap .btn_primary {
  width: 150px;
  background: #e14a4a;
  border-radius: 10px 10px 0px 10px;
  color: #ffffff;
  padding: 9px 0;
  margin-top: 5px;
}
.contact_page .contact_from .from_wrap .btn_primary::before {
  display: none;
}
.contact_page .contact_from .from_wrap .btn_primary:hover {background: #1E65BB; border-color: #1E65BB;}

.map_right.s2 .map {
  height: 400px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .map_right.s2 .map {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .map_right.s2 .map {
    margin-top: 40px;
  }
}

/* 13. error_page */
.error_page {
  padding-top: 0;
}
.error_page .image img {
  width: 100%;
}
.error_page .content {
  text-align: center;
}
.error_page .content h2 {
  font-size: 34px;
  color: #144047;
  font-weight: 700;
}
@media (max-width: 575px) {
  .error_page .content h2 {
    margin-top: 15px;
    font-size: 25px;
  }

}
.error_page .content p {
  font-size: 17px;
  color: rgb(99, 99, 99);
}
.error_page .content .btn_primary {
  background: #e14a4a;
  color: #ffffff;
}




.edu-blog {position: relative;}
.edu-blog .thumbnail {position: relative;}
.edu-blog .thumbnail a {
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.edu-blog .thumbnail a:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.edu-blog .thumbnail a img {
  width: 100%;
  max-height: 250px;	 
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.edu-blog .content {
  padding: 10px;
  border-radius: 5px;
  position: relative;
  background-color: #1772cb;
  background-image: url("../../images/menubg.png");
  background-size: 130px;
}

.edu-blog .inner{margin: 0 0 40px 0;}
.edu-blog .content.position-top {
margin-top: -75px;
margin-left: 15px;
margin-right: 15px;
	text-align: center;
}
.edu-blog .content p {margin-bottom: 0;color: #26186d;}
.edu-blog .content p a {display: block;color: #fff;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
 

.reformers-content {/*border-radius: 0 5px 5px 5px; padding: 25px 20px; background-color: #fff; margin-left: 0; margin-top: 0; border: #e1e1e1 solid 1px;*/}
.reformers-content ul {margin: 0; padding: 0; }
.reformers-content ul li{list-style: none;display: inline-block;margin: 5px;margin: 2px;width: 48%;}
.reformers-content ul li a {padding: 5px 15px 5px 5px; display: block; color: #144047; font-weight: 500;  font-size: 15px; background-color: #ececec; border: #eee solid 1px;  border-radius: 50px 50px 0px 50px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left;}
.reformers-content ul li a:hover {color: #fff; border: #c39408 solid 1px; background-color: #c39408;}
.reformers-content ul li a:hover {color: #fff; border: #c39408 solid 1px; background-color: #c39408;}
.reformers-content ul li a img{  margin: 0 15px 0 0; color: #1772cb; width: 80px;border-radius: 50%; border: #fff solid 3px;}
.reformers-content ul li a:hover i{ color: #fff; }

.artical_section{position: relative;padding: 30px 0;}
.artical_section .artical_wrap {position: relative;}
.artical_section .bg_shape {position: absolute; left: 0; top: 0; width: 100%; z-index: -11;}

.artical_section .top_title { margin-bottom: 10px; text-align: left; }
.artical_section .top_title h3 {font-size: 30px; color: rgb(20, 64, 71); font-weight: 700; position: relative; display: block; padding-left: 15px;}
.artical_section .top_title .all-view-btn-articles{ margin: 0 10px 0 0; float:right; font-size: 12px; background-color: #bc8b05; padding: 5px 5px 3px 5px; color: #fff; border-radius: 50%;display: flex;}
.artical_section .top_title .all-view-btn-articles:hover{ background-color: #1E65BB;color: #fff;  }

.political-articles-home{}
.political-articles-home .home-single-event-slide {border: #eee solid 3px;}
.political-articles-home .home-single-event-slide .content span{color: #5C5C5C; margin: 15px 0 5px 0; display: block; font-size: 14px;}
.political-articles-home .home-single-event-slide .content span a{color: #1E65BB;}
.political-articles-home .home-single-event-slide .content h2 {text-align: left;}
.political-articles-home .home-single-event-slide .content h2 a {font-size: 20px;}
.political-articles-home .home-single-event-slide .content .icon_text p {font-size: 15px;}
.political-articles-home .home-single-event-slide:hover .content span {color: #ffffff;}
.political-articles-home .home-single-event-slide:hover .content span a {color: #ffffff;}


.facebook-home{}

.reformers-ambedkar-section{padding: 30px 0;}
.reformers-ambedkar-section .top_title {margin-bottom: 30px; }
.reformers-ambedkar-section .top_title h3 {font-size: 35px; color: rgb(20, 64, 71); font-weight: 700; position: relative; display: block; padding-left: 15px;}


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

@media screen and (max-width: 1366px) {
    .container {max-width: 1300px;}
	.page_title_section .shape {left: 45px;top: 10%;width: 70px;}
	.page_title_section .content h2 {font-size: 35px;}
	.page_title_section .content ul li a {font-size: 14px;}
	.page_title_section .content ul li {font-size: 15px;}
	.sp-title h2 {font-size: 18px;}
	.sp-title h3 {font-size: 30px;margin-bottom: 15px; padding-bottom: 15px;}
	.sp-title h3::after {top: 50px;}
	.shape-page .shape-01 {width: 60px;}
	.shape-page .shape-02 {right: 0; width: 50px;}
	.shape-page .shape-03 {width: 60px;}
	.shape-page .shape-04 {width: 250px;}
	.shape-page .shape-05 {width: 300px;}
	.shape-page .shape-06 {width: 90px;}
	.shape-page .shape-07 {width: 250px;}
	.blog-rightside .widget {margin-bottom: 20px;padding: 20px;}
	.blog-rightside .widget .title h2 {font-size: 20px;}
	.blog-rightside .widget_catagory ul li a {font-size: 16px;}
	.blog-rightside .widget_tag ul li a {font-size: 15px;}
	
	.static_hero .shape-2 {left: 200px;}
	.single-photo-page .single-pht-lyot .photframe {margin: 9px;}

}

@media screen and (min-width: 1400px) {
    .container {max-width: 1320px;}
}

@media (min-width: 1000px) and (max-width : 1300px){
	 .menu_wrap ul li a {padding: 20px 15px; font-size: 16px;}
	.topbar .tpheader-content .links a {padding: 10px 5px;}
	.footer-top-buttons ul li a {min-width: auto;}
	.static_hero .content {margin-left: 470px;}
	.footer_section .shape-1 {text-align: right;}
	.footer_section .shape-1 img{width: 120px;}
	.footer_section .shape-2 {left: 0px;bottom: -60px;text-align: left;}
	.footer_section .shape-2 img{width: 70px;}
}


/* start responsive mobile style */

@media (max-width: 575px) {
	
	.topbar .tpheader-content .links {display: none;}
	.myheader-social .social-icon-emdia li a i { font-size: 15px;}
	.myheader-social .social-icon-emdia li a {width: 24px;height: 24px;line-height: 17px !important;}

	/*.main-wheel {display: none;}*/
	.header_wrap {padding: 5px 0;}	
	.header_wrap .col-lg-2 {float: left; width: 70px; padding: 0;}	
	.header_wrap .col-lg-8 {float: left; width: 260px;}	
	.header_wrap .col-lg-2:last-child {float: left; width: 40px;}
	.indian-flag-strip {background-position: right bottom;background-size: 80px;}
	.main-logo-hidd img {display: none !important;}
	.mobile-logo img { display: block ;max-width: 100px; margin: 5px 0 5px 0;}


	.menu-layout .col-lg-12 {padding: 0;}		

	.hero_slider .hero_slider_item .content .title, .header_section_s4 .hero_slider_item .content .title {margin-bottom: 10px;}	
	.hero_slider .hero_slider_item .content .text p, .header_section_s4 .hero_slider_item .content .text p {/*font-size: 12px; line-height: 12px;*/ display: none;}
	.hero_slider .slick-next {background-color: transparent; right: 0;width: 30px;height: 30px;}
	.hero_slider .slick-prev {background-color: transparent; left: 0;width: 30px;height: 30px;}
	.hero_slider .slick-next::before {font-size: 15px;opacity: .55;}
	.hero_slider .slick-prev::before {font-size: 15px;opacity: .55;}	
	.hero_slider .hero_slider_item .content, .header_section_s4 .hero_slider_item .content {max-width: 200px;}	
	.hero_slider .slick-dots, .header_section_s4 .slick-dots {bottom: -1px;left: 2%;}
	.hero_slider .hero_slider_item .content .text, .header_section_s4 .hero_slider_item .content .text {margin-bottom: 50px;}
	.hero_slider .slick-dots li{width: 15px; height: 15px;}
	.hero_slider .slick-dots button {width: 15px; height: 15px;padding: 0px;}


	.first-section {padding: 35px 0 20px 0;background: url(../images/service/bg-shape.jpg);background-size: 200%;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
	.first-section .container  {padding: 0px 15px;}
	.home-event-single-section {border-bottom: #e1e1e1  solid 1px;padding: 0 0 40px 0;}
	.home-event-single-section h4 img {width: 28px;margin: 0 5px 0 0;}
	.home-event-single-section h4 {font-size: 20px;margin: 0 0 10px 0;}
	.home-event-single-section .slick-prev {left: 78%;top: -30px;}
	.home-event-single-section .slick-next {top: -30px;}
	.home-single-event-slide .content h2 a {font-size: 18px;}	

	.admission-news-section h4 img {width: 28px;margin: 0 5px 0 0;}
	.admission-news-section h4 {font-size: 20px;margin: 0 0 10px 0;}
	.sub-admin {font-size: 12px;}
	.admission-news-sc {padding: 10px 15px;}
	.admission-news-sc h3 { font-size: 14px;}

	.home-news-section h4 img {width: 28px;margin: 0 5px 0 0;}
	.home-news-section h4 {font-size: 20px;margin: 0 0 10px 0;}
	.home-news-sc {min-height: auto;}
	.home-news-sc h3 { font-size: 14px;}
	.home-news-sc p {font-size: 12px;}
	.notic-board-page .home-news-sc h3 {font-size: 12px; line-height: 20px;}
	.notic-board-page .home-news-sc p {font-size: 11px;}	

	.about_section_s2 .shape {right: 0px; bottom: 0px; width: 130px;}

	.choose_section{}
	.choose_section .col-6{padding-left: 5px; padding-right: 5px;}
	.choose_section .choose_wrap .item .content .text p {font-size: 12px;line-height: 15px;}

	.service_section_s2 {padding: 0px 0 10px 0;}	
	.service_section_s2 .col-6 {padding-left: 5px; padding-right: 5px;}
	.service_section_s2 .service_card_s2 {margin-bottom: 10px;}
	.home-gallery-section {padding: 20px 0 40px 0;}
	.home-gallery-section .slick-next {width: 25px;height: 35px;}
	.home-gallery-section .slick-prev {width: 25px;height: 35px;}
	.service_card .content h2 a {font-size: 16px;}	

	.home-gallery2-section {padding: 20px 0 10px 0;}	
	.gallery-text-home {text-align: left;}	
	.gallery-text-home ul li {margin: 0px; max-width: 175px;}
	.gallery-text-home ul li a {font-size: 14px;padding: 2px 7px;}
	.gallery-text-home ul li a i{font-size: 13px;}
	
	.gallery-page-training-section .col-6{padding-left: 5px; padding-right: 5px;}
	.gallery-page-training-section .service_card .content .more-button .btn_primary {font-size: 12px; line-height: 22px;}
	.gallery-page-training-section .service_card .content h2 {line-height: 18px;}
	.reformers-ambedkar-section .col-lg-4 {width: 50%;} 
	.reformers-content ul li a {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; display: grid;border-radius: 5px;}
	.reformers-content ul li a img {margin: 0 auto;}
	
	.artical_section {padding: 15px 0;}
	.artical_section .top_title h3 {font-size: 25px;line-height: 35px;}
	.artical_section .top_title {margin-top: 20px;}
	
	.reformers-ambedkar-section .top_title {margin-bottom: 10px;}
	.reformers-ambedkar-section .top_title h3 {font-size: 25px;line-height: 35px;}	
	.reformers-content {margin: 0 0 15px 0;}

	.desktop-logo{display: none;}
	.mobile-logo{display: block;}
	.footer_section .widget_about{ display: flex;}	
	.footer_section .widget_about .footer_logo {max-width: 250px;width: auto; padding: 0; margin: 0 auto; border-bottom: 0;}
	.footer_section .social_widget{text-align: left;margin-left: 10px;margin-top: 0px;}
	.footer_section .social_widget li a{width: 30px; height: 30px;margin: 0 0 5px 0;}	
	.footer_section .social_widget li a i{line-height: 27px; font-size: 13px;}
	.footer_section .widget_link ul li {float: left;line-height: 18px;}	
	.footer_section .widget_column h2{font-size: 15px;padding: 5px 0;margin: 0 0 5px 0;}
	.footer_section .widget_column h2::after {top: 27px;}
	.footer_section .widget_link ul li a{font-size: 13px;padding: 3px 13px;}
	.footer_section .widget_link ul li::before{font-size: 11px;top: 3px;}
	.footer-top-buttons ul li a {padding: 2px 10px; margin: 1px 1px; font-size: 13px; min-width: auto;}	
	.footer-top-buttons ul li a i {margin: 0 6px 0 0;font-size: 12px;}	
	.footer_section .widget_contact div{margin-bottom: 0px;}	
	.widget_column.widget_contact {padding: 0 10px 10px 15px;border-radius: 10px 10px 0px 10px; display: none;}
	.footer-top-buttons {padding: 5px 5px 0px 5px;}
	.footer_section .footer_bottom .row{padding: 5px 0;}	
	.footer_section .footer_bottom .row p{font-size: 12px;line-height: 16px;text-align: left;}	
	.footer_section .footer_bottom .row p span {font-size: 12px;}	
	#button {width: 30px; height: 30px;bottom: 10px; right: 10px;}
	#button::after {font-size: 13px; line-height: 30px;}	
	.top_title p {font-size: 15px;line-height: 20px;}	
	.about_section_s2 .about_left-content .feature_wrap .feature .text span {font-size: 15px;line-height: 20px;}	
	.about_section_s2 .about_left-content .feature_wrap .feature .text {line-height: 20px;}	
	.home-mission-vision .text ul li { font-size: 15px;}	

	.page_title_section .content h2 {font-size: 25px;line-height: 35px;}	

	.page_title_section .content {margin: 50px 0;}	
	.page_title_section .content ul li {font-size: 13px;}	
	.page_title_section .content ul li a {font-size: 13px;}	

	.page-about-ibu {padding: 10px 15px 10px 15px;}
	.page-about-ibu .icon {max-width: 120px;}
	.page-about-ibu h3{padding: 10px 0; font-size: 22px;line-height: 30px;margin: 0 0 10px 0;}
	.page-about-ibu ul {padding: 5px 0;}
	.page-about-ibu li {margin: 0 0 10px 0;}	
	.page-about-ibu p {line-height: 24px;font-size: 18px;}	

	.simple-page {padding: 20px 0 20px 0;}

	.shape-page .shape-01 {display: none;}	
	.shape-page .shape-02 {display: none;}
	.shape-page .shape-03 {width: 50px;}	
	.shape-page .shape-04 {width: 200px;}	

	.shape-page .shape-06 {width: 50px;}	
	.shape-page .shape-07 {width: 200px;}
	
	.sp-title h2 {font-size: 16px;}
	.sp-title h2 {font-size: 16px;}
	.sp-title h3 {font-size: 22px;margin-bottom: 15px; padding-bottom: 15px;}
	.sp-title h3::after {top: 40px;}
	.director-info {margin: 20px auto;}
	.director-info .director-photo{max-width: 130px;margin: 10px;padding: 0 10px 0 0;}
	.director-data {margin: 20px 0px 0px 0;max-width: 200px;}
	.director-data .author-info .name {font-size: 18px;}
	.director-data .designation {font-size: 15px;}
	.director-data span {font-size: 14px;}
	.data-for-direct p {font-size: 15px;line-height: 22px;}
	.blog-rightside .widget_gallery{display: none;}
	.blog-rightside .widget_catagory{display: none;}
	.blog-rightside .widget_tag{display: none;}
	.blog-rightside .widget_search .from-contol {margin-bottom: 15px;}
	
	.team_section .col-6{padding-left: 5px; padding-right: 5px;}
	.team_card .image {max-width: 130px; max-height: 130px;}
	
	.single-post-page {padding: 15px 0 10px 0;}
	.blog_single_page .blog_single_wrap .image {margin-bottom: 15px;}
	.blog_single_page .blog_single_wrap ul li span {font-size: 15px;padding: 5px 15px;}
	.blog_single_page .blog_single_wrap ul li {font-size: 15px; margin: 0 5px 0px 0px;color: rgb(99, 99, 99);}
	.blog_single_page .blog_single_wrap h2 {line-height: 26px;}
	.blog_single_page .blog_single_wrap .sp-title h2 {font-size: 14px;line-height: 22px;margin-bottom: 7px;}
	.blog_single_page .blog_single_wrap p {font-size: 15px; line-height: 23px;}
	.blog_single_page .entry-footer {margin-top: 15px;}
	.blog_single_page .blog-details__bottom {padding: 5px 0;}
	.blog_single_page .blog-details__tags a {font-size: 12px;padding: 2px 7px;}
	 
	.post-navigation .nav-links .meta-nav {padding: 5px 15px; font-size: 14px;}
	.post-navigation .nav-links {padding: 15px;}
	.post-navigation .nav-links .nav-previous .nav-title { padding-right: 0;}
	.post-navigation .nav-links .nav-next .nav-title {padding-left: 0;}
	.post-navigation .nav-links .nav-title {font-size: 15px;}
	
	.blog_single_page .comment_area .comment_wrap .title h2 {font-size: 22px;padding-bottom: 10px;}
	.blog_single_page .comment_area .comment_wrap .title h2::after {top: 36px;}
	.blog_single_page .comment_area .comment_one .content {padding-top: 7px; padding-bottom: 7px;}
	.blog_single_page .comment_area .comment_one .content .text h3 {font-size: 16px;}
	.blog_single_page .comment_area .comment_one .content .text p {font-size: 14px; line-height: 18px;}
	.blog_single_page .comment_area .comment_one .content .text span {font-size: 13px;}
	.blog_single_page .comment_area .comment_one .content .text {margin-left: 15px;}
	
	.blog_single_page .comment_respond h2 {font-size: 22px;padding-bottom: 10px;}
	.blog_single_page .comment_respond h2::after {top: 36px;}
	.blog_single_page .comment_respond label {margin: 0 0 5px 0;}
	.blog_single_page .comment_respond .from-contol {height: 40px;margin-bottom: 5px;}
	
	.static_hero .image {max-width: 300px; top: 30px;left: 30px;}
	.static_hero .content {padding-top: 320px; padding-bottom: 20px;margin-bottom: 0px;}
	.static_hero .content h4 {font-size: 13px;line-height: 18px;text-align: center;margin: 0 0 15px 0;font-weight: 500;}
	.static_hero .content .text ul li {font-size: 13px; line-height: 20px; margin: 0 0 2px 0;}
	.breadcrom_section {margin: 10px 0 0 0;}
	.static_hero .content .text ul li::before {height: 14px;width: 14px;line-height: 11px;font-size: 10px;margin: 0 5px 0 0;}
	.breadcrom_section p {font-size: 13px;line-height: 20px;}	
	.breadcrom_section ul li {font-size: 13px;padding-right: 15px;}
	.breadcrom_section ul li::before {font-size: 14px;right: 2px;}
	.breadcrom_section ul li a {font-size: 13px;}
	.training-page-slide .hero_slider_item {height: 250px !important;}	
	
	.blog_single_page .blog_single_wrap ul li::before {font-size: 9px;height: 15px;width: 15px;line-height: 15px;margin: 4px 10px 0px 0;}
	.training-more-gallery {margin: 15px 0 0 0;}
	.training-more-gallery .more-gallery-warp .project_item {margin-top: 0px;width: 50%;}
	.training-more-gallery .more-gallery-warp .project_item .project_overlay {outline-offset: -10px;}
	.training-more-gallery .more-gallery-warp .project_item .project_overlay a {width: 30px;height: 30px;}
	.training-more-gallery .more-gallery-warp .project_item .project_overlay a img {width: 16px;}
	
	.single-photo-page .single-pht-lyot .photframe {margin: 1%;width: 48%;}
	
	.press-relese-page .single-pht-lyot .photframe {margin: 1%;width: 48%;max-height: 150px;min-height: 150px;}
	
	.desktop-on{display: none;}
	.mobile-off{}
	
	
	
}
/* end responsive mobile style */

.desktop-on{}
.mobile-off{display: none;}

.read-book-btn{}
.read-book-btn a {padding: 14px 40px 12px;text-transform: uppercase;color: #FFF;background-color: #b98c1b;font-size: 15px;font-weight: 500;display: inline-block;border-radius: 25px;}
.read-book-btn a:hover {color: #fff;background-color: #0F52BA;text-decoration: none;}
.book-contain-data-main{border-top: #e2ddda solid 1px; margin: 20px 0 0 0; padding: 20px 15px;}

.embed-pdf-viewer {background-color: #ddd; padding: 5px;}

/*** 
====================================================================
	Shop page
====================================================================
 ***/
.woocommerce {padding: 30px 0;}
.woocommerce input, .woocommerce textarea {height: 50px;font-size: 15px !important;border-radius: 5px;margin: 0 1.25em 0 0;padding: 1em;border: 1px solid #f2f2f2 }
.woocommerce::-webkit-input-placeholder {color: #848484 }
.woocommerce:-moz-placeholder {color: #848484 }
.woocommerce::-moz-placeholder {color: #848484 }
.woocommerce:-ms-input-placeholder {color: #848484 }
.woocommerce .select2-selection {height: 50px;border: 1px solid #f2f2f2;padding: .65em 0 }
.woocommerce .select2-selection .select2-selection__arrow {top: 12px }
.woocommerce button.button.alt {background-color: #b98c1b }
.woocommerce button.button.alt:hover {background: #b98c1b;color: #fff }
.woocommerce .woocommerce-result-count, .result-count {color: #b98c1b;margin: 0 0 4.375em }
.woocommerce .woocommerce-ordering select, .result-ordering select {color: #848484;-webkit-appearance: none;padding: 0 .7em;border: 1px solid #f2f2f2;height: 3.125em }
.result-ordering select {float: right;}
.woocommerce .woocommerce-ordering:before {position: absolute;right: 1.5em;top: .7em;font-family: FontAwesome;content: '\f107';font-size: 1.125em }
.woocommerce ul.products li.product {padding-left: 10px;padding-right: 10px;list-style: none;}
.woocommerce ul.products li.product .box-images {position: relative;display: block;overflow: hidden;text-align: center }
.woocommerce ul.products li.product .box-images img {max-height: 220px;}
.woocommerce ul.products li.product .box-images:after {content: '';background-color: rgba(255, 255, 255, .8);position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;opacity: 0;-webkit-transition: .5s;transition: .5s;z-index: 9 }
.woocommerce ul.products li.product .box-images .button {display: block;position: absolute;left: 0;right: 0;z-index: 10;top: 50%;text-align: center;border: 0;color: #fff;opacity: 0;-webkit-transition: .5s;transition: .5s;width: 3.125em;height: 3.125em;margin: -2.5em auto 0;background: #282828;-webkit-border-radius: 50%;border-radius: 50%;padding: 0 }
.woocommerce ul.products li.product .box-images .button:after {display: none }
.woocommerce ul.products li.product .box-images .button:hover {background: #b98c1b }
.woocommerce ul.products li.product .box-images .button:before {position: absolute;left: 0;right: 0;font-family: FontAwesome;content: '\f067';font-size: 1.25em;line-height: 2.5 }
.woocommerce ul.products li.product .box-images .button.loading:before {position: absolute;left: 0;right: 0;font-family: FontAwesome;content: '\f110';font-size: 1.25em;line-height: 2.5;-webkit-animation: spin 4s linear infinite;animation: spin 4s linear infinite }
.woocommerce ul.products li.product .box-images .quick_view_button {margin-top: -4.375em;display: none }
.woocommerce ul.products li.product .box-images .quick_view_button:before {display: none }
.woocommerce ul.products li.product .box-images .quick_view_button i {line-height: 2.4;font-size: 1.25em }
.woocommerce ul.products li.product .box-images .wc-forward {display: none }
.woocommerce ul.products li.product .box-content {background: #fff;padding: 5px 0 0 0;text-align: center }
.woocommerce ul.products li.product img {margin: 0 }
.woocommerce ul.products li.product .star-rating {margin: 0 auto }
.woocommerce ul.products li.product .price {color: #2e2e2e;font-size: 14px;margin: 0 }
.woocommerce ul.products li.product h4 {font-size: 15px;font-weight: 600;overflow: hidden;text-overflow: ellipsis;text-transform: capitalize }
.woocommerce ul.products li.product a {color: #b98c1b;}
.woocommerce ul.products li.product a:hover {color: #b98c1b }
.woocommerce ul.products li.product .box-shadow {padding: 5px;min-height: 310px;border: #d4d4d4 solid 1px;margin: 0 auto 15px auto;}
.woocommerce ul.products li.product .box-shadow:hover {-webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, .1);box-shadow: 0 0 60px 10px rgba(0, 0, 0, .1);-webkit-transition: .5s;transition: .5s;}
.woocommerce ul.products li.product .box-shadow:hover .box-images .button, .woocommerce ul.products li.product .box-shadow:hover .box-images:after {opacity: 1 }
.woocommerce .star-rating {color: #b98c1b;letter-spacing: 3px;width: 6.3em;display: inline-block;font-size: 13px;font-family: star;font-family: FontAwesome;position: relative;margin-bottom: 20px;}
.woocommerce .star-rating::before {color: #b98c1b }
.woocommerce .star-rating::before {content: '\f006\f006\f006\f006\f006';color: #d3ced2;float: left;top: 0;left: 0;position: absolute;}
.woocommerce .star-rating span::before {content: '\f005\f005\f005\f005\f005';top: 0;position: absolute;left: 0;font-family: FontAwesome;}
.woocommerce .ribbons .ribbon {color: #fff;font-size: 1em;font-weight: 400;text-align: center;display: block;margin: 0;position: absolute;background-color: #fdbf1d;z-index: 10;top: 1.25em;right: 1.25em;height: 27px;line-height: 29px;-webkit-border-radius: 1em;border-radius: 1em;padding: 0 1.25em;min-width: inherit;min-height: inherit }
.woocommerce nav.woocommerce-pagination ul {border: 0 }
.woocommerce nav.woocommerce-pagination ul li {border: 0;margin: 0 5px }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {font-size: 1.125em;font-family: 'Poppins', sans-serif;font-weight: 600;color: #2e2e2e;width: 50px;height: 50px;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;background: none;border: 1px solid #f2f2f2;line-height: 1.8 }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {background: #b98c1b;color: #fff;border: 1px solid #b98c1b }
.woocommerce nav.woocommerce-pagination ul li .prev, .woocommerce nav.woocommerce-pagination ul li .next {font-weight: 600;color: #848484 }
.woocommerce nav.woocommerce-pagination ul li .prev i, .woocommerce nav.woocommerce-pagination ul li .next i {font-size: 1.5em }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color: #b98c1b;top: -.4em }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color: #b98c1b }
.woocommerce .widget_price_filter .ui-slider-horizontal {height: .125em }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {background-color: #f2f2f2 }
.woocommerce .widget_price_filter .price_slider {margin-bottom: 2.2em }
.woocommerce .widget_price_filter .price_slider_amount .button {height: 35px;padding: 8px 20px }
.woocommerce .widget_price_filter .price_label {font-size: 16px }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {color: #b98c1b;background: none;font-family: 'Poppins', sans-serif;font-weight: 600;border: 2px solid #b98c1b;text-transform: uppercase;-webkit-border-radius: 35px;border-radius: 35px;font-size: 1em;padding: 0px 32px;outline: 0;height: 50px;}
.woocommerce .payment_system .button {line-height: 50px;display: inline-block;background-color: #b98c1b;color: #fff;}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {background: #b98c1b;color: #fff }
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {border: 0;padding: 0 }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {margin-bottom: 25px }
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {font-family: #848484;font-weight: 500;margin: 0 0 .3em 0 }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {float: left;margin: 0 1.563em 0 0;width: 70px }
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {margin: .65em 0 0 1.875em }
.woocommerce .box-wra {border: 0;border-right: 1px solid #f2f2f2 }
.woocommerce div.product div.product div.images, .woocommerce #content div.product div.images {width: 44% }
.woocommerce div.product div.product div.summary, .woocommerce #content div.product div.summary {width: 52% }
.woocommerce div.product .product_title {border-bottom: #eee solid 1px;font-family: "Inter", sans-serif;text-transform: uppercase;font-size: 30px;font-weight: 700;padding: 15px 0;margin: 15px 0;}
.woocommerce div.product span.price, .woocommerce div.product p.price {margin-bottom: 10px;color: #848484;font-size: 15px;}

/*** 
====================================================================
Product details
====================================================================
***/
.woocommerce div.product .woocommerce-product-details__short-description p {margin: 0 0 15px 0;line-height: 22px;font-size: 15px;color: #686868;}
.woocommerce div.product form.cart {margin-bottom: 2em;}
.woocommerce div.product form.cart .button {background: none;color: #b98c1b;-webkit-border-radius: 35px;border-radius: 35px;font-size: 1em;padding: 0px 32px;outline: 0;border: 2px solid #b98c1b;line-height: 17px;font-weight: bold;}
.woocommerce div.product form.cart .button:hover {background: #b98c1b;color: #fff }
.woocommerce div.product form.cart div.quantity {margin: 0 1.25em 0 0;float: left;}
.woocommerce div.product .woocommerce-tabs {display: inline-block;margin: 25px 0 0 0;width: 100%;border: #ccc solid 1px; border-radius: 5px; box-shadow: 0 1px 1px rgba(0,0,0,.05);}
.woocommerce div.product .woocommerce-tabs .panel-heading{padding: 10px 15px 0px 15px;border-radius: 5px;background-color: #f5f5f5;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin: 0;padding: 0;border: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {border: 1px solid #f2f2f2;background-color: #f2f2f2;-webkit-border-radius: 0;border-radius: 0;margin: 0 5px 0 0 }
.woocommerce div.product #reviews #comment {height: 115px;border: 1px solid #d9d9d9;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {bottom: -5px }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-family: "Inter", sans-serif;font-weight: 600;display: block;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #b98c1b }
.woocommerce div.product .woocommerce-tabs ul.tabs:before {border-bottom: 1px solid #f2f2f2 }
.woocommerce div.product .woocommerce-tabs .panel {border: 0;padding: 30px;border-radius: 0;box-shadow: none;margin: 0;}
#tab1default{margin: 0 0 30px 0;max-height: 500px;overflow-y: auto;}
.woocommerce div.product .woocommerce-tabs .panel-body {padding: 0px;color: #464646;}
.woocommerce div.product .woocommerce-tabs .panel h2 {font-weight: 600;font-size: 1.25em;margin: 0 0 1.25em 0 }
.woocommerce div.product div.grd-images {margin-bottom: 0;position: relative;overflow: hidden }
.woocommerce div.product div.grd-images .photoswipe {cursor: crosshair;display: block }
.woocommerce div.product div.grd-images .slick-arrow {opacity: 0;font-size: 24px;z-index: 99;cursor: pointer;font-weight: 700;color: #999;-webkit-transition: .5s;transition: .5s }
.woocommerce div.product div.grd-images .slick-arrow:hover {color: #000 }
.woocommerce div.product div.grd-images .slick-arrow.slick-disabled {color: #ccc;cursor: auto }
.woocommerce div.product div.grd-images:hover .slick-arrow {opacity: 1;left: 20px;color: #b98c1b;border: 1px solid }
.woocommerce div.product div.grd-images:hover .slick-next-arrow {right: 20px;left: auto }
.woocommerce div.product div.grd-images .video {position: relative;display: block }
.woocommerce div.product div.grd-images .video:before {font-family: FontAweSome;content: "\f04b";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 10;color: #000;font-size: 15px;padding-left: 5px }
.woocommerce div.product div.grd-images .video:after {content: "";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 50px;height: 50px;-webkit-border-radius: 50%;border-radius: 50%;background-color: #fff }
.woocommerce div.product div.grd-images .slick-arrow {position: absolute;top: 50%;left: -20px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 99 }
.woocommerce div.product div.grd-images .slick-next-arrow {right: -20px;left: auto }
.woocommerce div.product .entry-footer {margin: 10px 0 0 0;}
.woocommerce div.product .product_meta {line-height: 18px;display: inline-block;width: 100%;border-top: 1px solid #e2ddda;margin: 0px 0 0 0;padding: 15px 0 0 0;font-family: 'Rubik', sans-serif;font-size: 14px;}
.woocommerce div.product .product_meta>span {display: block;color: #686868;padding: 3px 10px;float: left;border-right: 1px solid #ccc;width: 50%;font-family: "Inter", sans-serif;}
.woocommerce div.product .related .related-title {font-weight: 500;font-size: 24px;color: #2e2e2e;margin-bottom: 1.25em;font-family: "Inter", sans-serif; }
.woocommerce div.product .columns-4 li.product .box-images .quick_view_button {margin-top: -3.375em }
.woocommerce div.product .columns-4 li.product .box-images .add_to_cart_button, .woocommerce div.product .columns-4 li.product .box-images .product_type_variable, .woocommerce div.product .columns-4 li.product .box-images .product_type_grouped {margin-top: .375em }
.woocommerce div.product div.images .flex-control-thumbs {margin: 10px -5px 0 }
.woocommerce div.product div.images .flex-control-thumbs li {padding: 0 10px;margin-bottom: 10px }
.woocommerce .quantity {-webkit-transition: .5s;transition: .5s;padding: 0 1.313em 0 1em;border: 1px solid #f2f2f2;position: relative;background-color: #f2f2f2;-webkit-border-radius: 1.25em;border-radius: 1.25em }
.woocommerce .quantity .increase, .woocommerce .quantity .decrease {color: #848484;font-size: 14px;cursor: pointer;display: inline-block;background: none;position: absolute;right: 0;height: 50%;width: 25px;text-align: center;border-left: 1px solid #f2f2f2;-webkit-transition: .5s;transition: .5s }
.woocommerce .quantity .increase:hover, .woocommerce .quantity .decrease:hover {color: #b98c1b }
.woocommerce .quantity .increase {top: 3px;line-height: 25px;border-left: 1px solid #e5e5e5 }
.woocommerce .quantity .decrease {bottom: 3px;line-height: 40px;border-left: 1px solid #e5e5e5 }
.woocommerce .quantity .decrease i {position: relative;bottom: 5px }
.woocommerce .quantity .qty {-moz-appearance: textfield;border-width: 0;width: 30px;height: 48px;text-align: left;background-color: transparent;padding: 0;font-size: 18px;font-weight: 500;color: #2e2e2e;margin-right: 0 }
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {-webkit-appearance: none }
.woocommerce .quantity .qty:focus {outline: 0 }
.woocommerce .woocommerce-product-rating .star-rating {margin: 0 }
.woocommerce .woocommerce-product-rating .woocommerce-review-link {display: none }
.woocommerce #reviews #comments ol.commentlist {padding: 0 }
.woocommerce #reviews #comments ol.commentlist li {margin: 1.25em 0 }
.woocommerce #reviews #comments ol.commentlist li img.avatar {width: 60px;border: 0;padding: 0 }
.woocommerce #reviews #comments ol.commentlist li .comment-text {margin: 0 0 0 80px;border: 1px solid #f2f2f2;-webkit-border-radius: 0;border-radius: 0 }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {font-size: 1em;font-family: "Inter", sans-serif;color: #2e2e2e }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {font-weight: 500 }
.woocommerce #review_form #respond .comment-reply-title {font-family: "Inter", sans-serif;font-weight: 500;font-size: 20px;margin: 1em 0;display: block;color: #2e2e2e }
.woocommerce #review_form #respond p {margin-bottom: 15px }
.woocommerce #review_form #respond label, .woocommerce #review_form #respond input {width: 100% }
.woocommerce #review_form #respond .comment-form-comment, .woocommerce #review_form #respond .form-submit {width: 100%;float: left;padding: 0 }
.woocommerce #review_form #respond .form-submit input {width: auto;border-radius: 5px;background: #b98c1b;color: #fff;}
.woocommerce #review_form #respond .form-submit input:hover {background: #533c04;color: #fff }
.woocommerce .comment-form-rating .stars a {color: #b98c1b }
.woocommerce .comment-form-rating .stars a:hover {color: #b98c1b }

.nav-tabs {border-bottom:1px solid #ddd }
.nav-tabs>li {float:left;margin-bottom:-1px }
.nav-tabs>li>a {padding: 10px 15px;margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0 }
.nav-tabs>li>a:hover {border-color:#eee #eee #ddd }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent }
.nav-tabs.nav-justified {width:100%;border-bottom:0 }
.nav-tabs.nav-justified>li {float:none }
.nav-tabs.nav-justified>li>a {margin-bottom:5px;text-align:center }.nav-tabs.nav-justified>.dropdown .dropdown-menu {top:auto;left:auto }


	
 


