  @font-face {
    font-family: 'maax_regular';
    src: url(../Webfont/Maax/Maax.woff) format('woff');
  }

  @font-face {
    font-family: 'maax_bold';
    src: url(../Webfont/Maax/Maax-Bold.woff) format('woff');
  }

  @font-face {
    font-family: 'maax_black';
    src: url(../Webfont/Maax/Maax-Black.woff) format('woff');
  }

  @font-face {
    font-family: 'maax_500';
    src: url(../Webfont/Maax/Maax-Medium.woff) format('woff');
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    width: 100%;
    height: 100vh;
    font-family: 'maax_regular';
    font-size: 17px;
    line-height: 1.5;
    margin: 0 auto;

  }

  body::-webkit-scrollbar {
    width: 7px;
    background: #fff;

  }

  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px 1px #24306f90;
  }

  body::-webkit-scrollbar-thumb {
    width: 7px;
    border-radius: 12px;
    background-color: #24306f;
  }

  a {
    text-decoration: none;
    padding: 5px;
    font-family: 'maax_500';
    font-size: 17px;
    display: inline-block;
  }

  ul,
  ol {
    padding: 0;
    margin: 0;
  }

  li {
    list-style-type: none;
  }

  button:focus,
  input:focus {
    border: none;
    box-shadow: none;

  }

  .form-control:focus {
    box-shadow: none;
  }

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

  /*================common-classes=================*/
  h1 {
    font-size: 64px;
    line-height: 76px;
    color: #24306f;
    width: 75%;
    padding-top: 65px;
    font-family: 'maax_black';
  }

  h2 {
    font-size: 36px;
    line-height: 60px;
    color: #000000;
    font-family: 'maax_bold';

  }

  h3 {
    font-size: 28px;
    color: #24306f;
    font-family: 'maax_bold';

  }

  h4 {
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    font-family: 'maax_500';
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
  }

  p {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin: 0;

  }

  .button_main {
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 18px;
    padding: 5px 30px;
    background-color: #23306f;
    border: 1px solid #23306f;
    /*background-color: #fb720a;*/
    transition: all 0.4s;
    font-family: 'maax_bold';
  }

  .button_main:hover {
    background-color: #fff;
    color: #23306f;
    border-color: #23306f;
  }

  .banner {
    background: #fff3d8;
  }

  .learn_more {
    font-size: 17px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    padding: 10px 30px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #24306f;
    border: 1px solid transparent;
    transition: all 0.4s;
  }

  .learn_more:hover {
    background-color: #ffffff;
    color: #24306f;
    border-color: #24306f;
  }

  .learn_more span {
    width: 45px;
    padding: 5px 7px;
    margin-left: 10px;
    height: 45px;
    border-radius: 50%;
    color: #24306f;
    background-color: #ffffff;
    transition: all 0.4s;
  }

  .learn_more:hover span {
    color: #fff;
    background-color: #24306f;
  }

  .search {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
  }

  .tool_btn {
    background-color: #fb720a;
    color: #000000;
    border: 1px solid transparent;
    font-family: 'maax_black';
  }

  .tool_btn:hover {
    background-color: #ffffff;
    color: #fb720a;
    border-color: #fb720a;
  }

  .tool_btn span {
    background-color: #ffffff;
    color: #fb720a;
    border: 1px solid transparent;
    transition: all 0.4s;
  }

  .tool_btn:hover span {
    color: #fb720a;
    background: #ffffff;
    border-color: #fb720a;
  }

  /*================NavBar-section=================*/
  .header {
    width: 100%;
    padding: 10px;
  }

  .header .navigation {
    padding: 5px;
  }

  .navigation .navbar-brand img {
    width: 135px;
    height: 85px;
    object-fit: contain;
  }

  .navigation ul li a {
    font-size: 17px;
    letter-spacing: 0.6px;
    color: #000000;
    font-family: 'maax_bold';
    border-bottom: 2px solid transparent;
    transition: all 0.4s;
    display: inline-block;
    text-transform: uppercase;
  }

  .navigation ul li a:hover {
    color: #fb720a;
  }

  .navigation ul li.active a:not(.dropdown-menu li a) {
    color: #fb720a;
    border-bottom: 2px solid #fb720a;
  }

  /*dropdown*/
  .navigation .navbar-nav .nav-item .dropdown-menu {
    padding: 5px;
    background-color: #ffd56d;
    border: none;
  }

  .navigation .navbar-nav .nav-item .dropdown-menu li.active a {
    border: none;
  }

  .navigation .navbar-nav .nav-item .dropdown-menu li a {
    padding: 5px;
  }

  .navigation .navbar-nav .nav-item .dropdown-menu::before {
    background-color: #ffd56d;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    left: 35px;
    transform: rotate(48deg);
  }

  .navigation .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }

  @media only screen and (max-width:1200px) {
    .navigation .navbar-nav .nav-item .dropdown-menu {
      background: none;
    }
  }

  .search_nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    padding: 5px 0;
  }

  .search_here {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .social_icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .social_icon li {
    margin-right: 15px;
  }

  .search_nav .social_icon>li>a {
    color: #fff;
    width: 45px;
    height: 45px;
    background: #23306f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.4s;
  }

  .search_nav .social_icon>li>a:hover {
    color: #23306f;
    background: #fff !important;
    border-color: #23306f;
  }

  .search_here .search_area {
    margin: 0 15px;
  }

  .search_here .search_area input {
    padding: 8px 19px;
    border-radius: 30px;
    margin: 0 10px;
    font-family: 'maax_bold';
    color: #000000;
    border: 1px solid #23306f;
  }

  .search_here .search_area input:focus {
    border-color: #fb720a;
  }

  .search_here .search_area input::placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .search_nav .donate_btn {
    margin-left: 15px;
  }

  .search_here .search_area .search_btn {
    border-radius: 50%;
    background: #23306f;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.4s;
  }

  .search_here .search_area .search_btn:hover {
    background: #fff;
    color: #23306f;
    border-color: #23306f;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler .menu_icon {
    color: #fb720a;
    font-size: 36px;
  }

  .serv_full_video {
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .serv_full_video .serv_video {
    width: 100%;
    height: 280px;
  }

  .serv_full_video .serv_video iframe {
    width: 100%;
    height: 100%;
  }

  .serv_full_video .serv_logo {
    width: 100%;
  }

  .serv_full_video .serv_logo img {
    width: 100%;
  }

  .video_live {
    padding: 150px 0 150px 0;
    background-position: bottom right;
    background-repeat: no-repeat;

    background-size: 100% 100% !important;
    width: 100%;
  }

  .videoFull {
    width: 70%;
    margin: 0 auto;

  }

  .videoFull iframe {
    width: 100%;
    min-height: 320px;
    height: 420px;
  }

  .serv_descrip .serv_des_details p {
    margin-bottom: 25px;
  }

  /*================banner_-section=================*/
  .banner_main {
    width: 100%;
    padding-bottom: 125px;
    background-color: #fff3d8;
    position: relative;
    z-index: 0;
  }

  .banner_main::after {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    right: 80px;
    top: 0;
    z-index: -1;
    background-image: url(../image/png/heade_desing.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .banner_main::before {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../image/png/revised-header-design.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }


  .benfits_area .home_pic {
    width: 100%;
    padding: 30px;
    position: relative;
    top: -65px;
  }

  .benfits_area .home_pic img {
    width: 100%;
  }

  .service_banner .header_title {
    width: 90%;
    margin: 0 auto;
  }

  .postion_dis {
    width: 100%;
    min-height: 450px;
    padding: 170px 0;
    position: relative;
  }

  .postion_dis::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(../image/jpg/section_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .postion_dis .age_out_come {
    width: 100%;
    border-radius: 15px;
    background: #fff3d8;
    position: relative;
    padding: 85px 20px;
    z-index: 0;
  }

  .postion_dis .ages_title {
    text-align: right;
  }

  .postion_dis .diff_age_pic {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 1;
  }

  .postion_dis .diff_age_pic2 {
    position: absolute;
    width: auto;
    right: 0;
    z-index: 1;
  }

  .postion_dis .ages_title2 {
    text-align: left !important;
  }

  .global_pic,
  .button_box {
    position: relative;
    top: -100px;
  }


  .footer_space {
    padding: 150px 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  .footer_space p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'maax_regular';
  }

  .footer_space .lear_more {
    position: relative;
    top: -70px;
  }


  .footer_space .footer_logo {
    width: 120px;
    height: 75px;
    margin-bottom: 35px;
  }

  .footer_space .footer_logo img {
    width: 100%;
  }

  .footer_space .inside_news {
    width: 100%;
    display: inline-block;
  }

  .footer_space .inside_news input[type=email] {
    width: 45%;
    display: inline-block;
    padding: 8px 19px;
    border-radius: 30px;
    margin: 0 10px;
    color: #000000;
    font-family: 'maax_bold';
    border: 1px solid #24306f;
  }

  .footer_space .inside_news input[type=email]:focus {
    border-color: #fb720a;
  }

  .footer_space .inside_news input[type=email]::placeholder {
    color: #000000;
    font-family: 'maax_bold';
  }

  .footer_space .title_sub {
    width: 20%;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'maax_500';
  }

  .footer_space .inside_news input[type=submit] {
    width: 20%;
    padding: 8px;
    background-color: #fb720a;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    transition: all 0.4s;
    font-family: 'maax_bold';
  }

  .footer_space .inside_news input[type=submit]:hover {
    color: #fb720a;
    background-color: #fff3d8;
  }

  /*================section=================*/
  .copy_right_area {
    background-color: #fff3d8;
    padding: 10px 0;
  }

  .copy_right_area a {
    color: #23306f;
    transition: all 0.4s;
  }

  .copy_right_area a:hover {
    text-decoration: 1px underline #23306f;
  }

  .copy_right_area p {
    font-size: 15px;
    width: 100%;
  }

  .copy_right_area ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .copy_right_area ul li {
    margin-right: 15px;
  }

  .copy_right_area ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff3d8;
    border: 1px solid transparent;
    border-radius: 50%;
    text-decoration: none;
    background-color: #23306f;
    transition: all 0.4s;
  }

  .copy_right_area ul li a:hover {
    border-color: #23306f;
    background: #fff;
    color: #23306f;
  }

  /*================section=================*/
  /*================section=================*/
  /*================section=================*/
  /*================section=================*/
  /*================section=================*/
  /*================section=================*/
  /*================section=================*/
  /*===================
  About Page 
=====================*/
  /*================about_banner_section=================*/
  .about_header_title {
    width: 45%;
    margin-top: 75px;
  }

  .about_header_title p {
    font-size: 24px;
    font-family: 'maax_500';
  }

  /*================about_info_section=================*/
  .about_info .about_info_pic {
    width: 100%;
  }

  .about_info .about_info_pic img {
    width: 100%;
    position: relative;
    top: -75px;
  }

  .motive_info_part {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0;
  }

  .motive_info_part .about_motive_pic {
    width: 100%;
  }

  .motive_info_part .about_motive_pic img {
    width: 100%;
  }

  /*================section=================*/
  /*================section=================*/
  /*===================
  Resource Page 
=====================*/
  .resource_area {
    padding-top: 85px;
  }

  .resource_area .lists_resource .option_list {
    padding: 10px 0;
  }

  .resource_area .lists_resource ul li {
    margin: 3px 0;
  }

  .resource_area .lists_resource ul label {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: 'maax_500';
  }

  .resource_area .lists_resource ul label input[type=checkbox] {
    cursor: pointer;
    border-radius: 0 !important;
    border-color: #000000;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    outline: 1px solid #000000;
  }

  .resource_area .lists_resource ul label input[type=checkbox]:checked {
    background-color: #fb720a;
  }

  .resource_area .rsc_box {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #0000006e;
    padding: 25px;
    margin-bottom: 35px;
  }

  .resource_info_area .cate_area li {
    text-transform: uppercase;
    color: #000000;
    font-size: 15px !important;
    font-family: 'maax_bold';
  }

  .resource_info_area .cate_area li a {
    text-transform: uppercase;
    color: #000000;
    font-size: 15px !important;
    font-family: 'maax_bold';
  }

  .breadcrumb-item+.breadcrumb-item::before {
    color: #000000;

  }

  .resource_info_area .resource_information h3 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #000000;
    font-family: 'maax_bold';
  }

  .resource_info_area .resource_information p {
    font-size: 17px;
    line-height: 24px;
  }

  .resource_more {
    text-align: center;
  }

  .resource_more .more_resource {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'maax_bold';
  }

  .resource_more .rsc_btn {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fed67d;
    color: #000000;
    margin-top: 12px;
    font-size: 15px;
    border: 2px solid transparent;
    transition: all 0.4s;
  }

  .resource_more .rsc_btn:hover {
    background-color: #000000;
    color: #fed67d;
    border: 2px solid #fed67d;
  }

  /*===================
  staff Page 
=====================*/
  .staff_area {
    position: relative;
    top: -80px;
  }

  .person_profile h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .person_profile h5 {
    margin-bottom: 5px;
    text-transform: capitalize;
  }

  .staff_area .person_profile {
    width: 100%;
    border-radius: 35px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #0000006e;
    padding: 35px 25px 25px 25px;
    margin-bottom: 35px;
    text-align: center;
    min-height: 390px;
  }

  .staff_area .person_profile .profile_pic {
    width: 128px;
    height: 128px;
    display: inline-block;
  }

  .staff_area .person_profile .profile_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .staff_area .person_profile .person_info {
    padding: 12px 0;
  }

  .person_profile .person_info a {
    font-size: 18px;
    color: #24306f;
    padding: 0;
  }

  .custom_container {
    max-width: 1440px;
  }

  /*=====================
  service pages
=======================*/
  .service_banner {
    width: 100%;
    height: 350px;
    background-color: #88d4d4;
    /*background-repeat: no-repeat;
  background-position: right top;
  background-size: 45%;*/
    position: relative;
    z-index: 1;
  }

  .service_banner::before {
    content: '';
    width: 100%;
    height: 700px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    background-position: 50% 29%, bottom right;
    background-size: 1400px, cover;
    background-repeat: no-repeat;
    background-image: url(../image/png/service-bubble-overlay.png), url(../image/png/revised-service-bg.png);
  }

  .service_banner::after {
    content: '';
    width: 30%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../image/png/revised-header-design.png);

  }

  .serv_intro,
  .service_video_list,
  .serv_des_details {
    width: 90%;
    margin: 0 auto;
  }

  .serv_intro h2 {
    font-family: 'maax_regular';
  }

  .service_content {
    padding-top: 230px;
    position: relative;
    z-index: 1;
  }

  /*=====================
  Single Pages
=======================*/
  .single_banner {
    background: #ffd77d;
    padding-bottom: 75px;
    position: relative;
    z-index: 0;
  }

  .single_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: -1;
    background-image: url(../image/png/resource_dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .single_resource_content {
    padding-top: 85px;
  }

  .single_resource_content h3 {
    color: #000000 !important;
    margin-bottom: 25px;
    font-family: 'maax_black';
  }

  .single_resource_content p {
    margin-bottom: 20px;
  }

  .single_src_list ul {
    padding: 15px 0;
  }

  .single_src_list ul li {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin: 25px 0;
    position: relative;
    margin-left: 70px;
  }

  .single_src_list ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    left: -65px;
    top: -5px;
    font-size: 16px;
    width: 45px;
    height: 45px;
    background: #fb720a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*=====================
  Contact Pages
=======================*/
  .contact_banner {
    /*background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 395px;*/
    padding-bottom: 180px;
    min-height: 250px;
    width: 100%;
    position: relative;
  }

  .contact_banner::before {
    content: "";
    height: 350px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-image: url(../image/png/contact_banner.png);
  }

  /*.contact_us{
  position: relative;
  top: -75px;
}*/
  .contact_us .contact_title h1 {
    padding: 0;
    margin: 0;
    width: 100% !important;
  }

  .contact_us .full_content .gform_title {
    font-size: 24px;
    color: #000;
    font-family: 'maax_500';
    font-weight: 500;
  }

  .contact_us .contact_title h5 {
    font-family: 'maax_500';
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome .form-group .contact_us .join_us_here .form-group {
    margin: 15px 0;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]),
  .contact_us .container .full_content .join_us_here .gf_browser_chrome textarea,
  .contact_us .join_us_here input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]),
  .contact_us .join_us_here textarea {
    padding: 8px 15px;
    border: 1px solid transparent;
    background-color: #eaecec;
    border-radius: 0;
    color: #000000;
    font-family: 'maax_bold';
    margin-top: 5px;
    font-size: 15px;
    width: 100%;
  }

  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus,
  .contact_us .container .full_content .join_us_here .gf_browser_chrome input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus-visible,
  .contact_us .join_us_here input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus,
  .contact_us .join_us_here input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus-visible,
  .contact_us .container .full_content .join_us_here .gf_browser_chrome textarea:focus,
  .contact_us .container .full_content .join_us_here .gf_browser_chrome textarea:focus-visible,
  .contact_us .join_us_here textarea:focus,
  .contact_us .join_us_here textarea:focus-visible {
    border-color: #24306f;
    outline: none;

  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome input[type=checkbox],
  .contact_us .container .full_content .join_us_here .gf_browser_chrome input[type=radio],
  .contact_us .join_us_here input[type=radio],
  .contact_us .join_us_here input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid #000000a8 !important;
    cursor: pointer;
    margin-top: 0;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome input[type=file],
  .contact_us .join_us_here input[type=file] {
    background-color: #eaecec;
    padding: 7px 15px;
    border-radius: 3px;
    width: 100%;
    margin: 5px 0;
  }

  /*.contact_us .container .full_content .join_us_here .gf_browser_chrome input[type=submit] {
   

  }*/

  .contact_us .container .full_content .join_us_here .gf_browser_chrome textarea,
  .contact_us .join_us_here textarea {
    height: 120px !important;

  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome label,
  .contact_us .join_us_here label {
    font-size: 17px;
    color: #000000;
    font-family: 'maax_bold';
    margin-bottom: 5px;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome .gchoice label {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome span,
  .contact_us .join_us_here span {
    font-size: 15px;
    font-family: 'maax_500';
    margin-bottom: 5px;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome label sup,
  .contact_us .join_us_here label sup {
    color: #70160e;
    font-size: 13px;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome .gform_button,
  .contact_us .join_us_here input[type=submit] {
    padding: 8px 25px;
    background-color: #24306f;
    cursor: pointer;
    display: inline-flex;
    color: #ffffff;
    align-items: center;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all 0.4s;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
  }

  /*.contact_us .container .full_content .join_us_here .gf_browser_chrome .gform_button::before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    background-color: #fff;
    color: #24306f;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }*/

  .contact_us .container .full_content .join_us_here .gf_browser_chrome .gform_button:hover,
  .contact_us .join_us_here input[type=submit]:hover {
    background-color: #fff;
    color: #24306f;
    border-color: #24306f;
  }

  /*.contact_us .container .full_content .join_us_here .gf_browser_chrome .gform_button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #fff;
    color: #24306f;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.4s;
  }

  .contact_us .container .full_content .join_us_here .gf_browser_chrome .gform_button:hover .icon {
    background-color: #24306f;
    color: #fff;
    border-color: #24306f;

  }*/



  @media only screen and (min-width: 1920px) {
    .service_banner::before {
      height: 1170px;
    }

    .service_content {
      padding-top: 380px;
    }

    .serv_full_video {
      background-size: cover;
      padding: 120px 0 !important;
    }

    .serv_full_video .serv_video {
      height: 350px;
    }

    .banner_main::after {
      top: 125px;
    }
  }

  @media only screen and (min-width: 1680px) {
    .postion_dis {
      padding: 500px 0;
    }

    .service_content {
      padding-top: 330px;
    }
  }

  @media only screen and (min-width: 1680px) and (max-width: 1920px) {
    .service_banner::before {
      height: 1000px;
    }

    .service_content {
      padding-top: 350px;
    }
  }

  @media only screen and (min-width: 1270px) and (max-width: 1680px) {
    .postion_dis {
      padding: 300px 0;
    }

    .service_banner::before {
      height: 870px;
    }

    .service_content {
      padding-top: 340px;
    }
  }

  @media only screen and (min-width: 1270px) {

    h1 {
      font-size: 64px;
      line-height: 76px;
      width: 75%;
    }

    h2 {
      font-size: 36px;
      line-height: 48px;

    }

    h3 {
      font-size: 28px;
    }

    p {
      font-size: 22px;
      line-height: 34px;
    }

    .single_src_list ul li {
      font-size: 22px;
    }

    .button_main {
      letter-spacing: 1px;
    }

    .learn_more {
      font-size: 17px;
    }

    .search {
      font-size: 17px;
    }

    /*================about_banner_section=================*/
    .about_header_title {
      width: 45%;
      margin-top: 75px;
    }

    .resource_more .rsc_btn {
      margin-left: 12px;
    }

    .staff_area .person_profile .profile_pic {
      width: 145px;
      height: 145px;
      margin-bottom: 15px;
    }

    /*=======source_pages========*/
    /*  .service_banner::before{
    height: 870px;
  }*/
    /*=======contact_pages========*/
    .contact_banner::before {
      height: 460px;
    }
  }

  @media only screen and (max-width: 991px) {

    .navigation .navbar-brand img {
      width: 90px;
      height: 54px;
      object-fit: contain;
    }

    .header {
      padding: 0;
    }

    h1 {
      font-size: 48px;
      line-height: 56px;
      width: 75%;
    }

    h2 {
      font-size: 32px;
      line-height: 44px;
    }

    .serv_intro h2 {
      font-size: 32px;
      line-height: 44px;
    }

    h3 {
      font-size: 24px;
    }

    h4 {
      font-size: 24px;
    }

    .resource_area .lists_resource ul label {
      font-size: 16px;
      line-height: 24px;
      margin: 0;
    }

    p {
      font-size: 17px;
      line-height: 26px;
    }

    .contact_us .container .full_content .join_us_here .gf_browser_chrome label,
    .contact_us .join_us_here label {
      font-size: 17px;
      line-height: 26px;
    }

    .single_src_list ul li {
      font-size: 17px;
      line-height: 26px;
    }

    .button_main {
      letter-spacing: 1px;
    }

    .learn_more {
      font-size: 15px;
    }

    .search {
      font-size: 15px;
    }


    .banner_main {
      padding-bottom: 95px;
    }



    .global_pic,
    .button_box {
      position: relative;
      top: -35px;
    }

    .postion_dis {
      padding: 65px 0;
    }

    .footer_space .inside_news {
      margin-top: 35px;
    }

    .footer_space {
      padding-top: 120px;
    }

    /*================about_banner_section=================*/
    .about_header_title {
      width: 75%;
      margin-top: 45px;
    }

    .about_info .about_info_pic img {
      top: -50px;
    }

    /*========resource_page=======*/
    .resource_area .rsc_box {
      padding: 25px;
      margin: 20px 0 30px 0;
    }

    /*======single_resource========*/
    .single_resource_content h3 {
      margin-bottom: 20px;
    }

    /*=======contact_pages========*/
    .contact_banner::before {
      height: 265px;
    }

    .contact_banner {
      min-height: 200px;
      padding-bottom: 120px;
    }

    .contact_us .container .full_content .join_us_here .gf_browser_chrome input[type=checkbox] {
      vertical-align: top;
      margin-top: 5px;
    }

    /*=======source_pages========*/
    .service_banner {
      height: auto;
    }

    .service_banner::before {
      height: 630px;
    }

    /*========service==========*/
    .serv_full_video .serv_video {
      height: 250px;
    }

    .videoFull iframe {
      height: 380px;
    }

    .videoFull {
      width: 90%;
    }

    .video_live {
      padding: 70px 0;
    }

    .single_banner {
      background-size: contain;
    }
  }


  @media only screen and (max-width: 768px) {

    h1 {
      font-size: 38px;
      line-height: 48px;
    }

    h2 {
      font-size: 32px;
      line-height: 44px;
    }

    h3 {
      font-size: 24px;
    }

    h4 {
      font-size: 24px;
      line-height: 28px;
    }

    p {
      font-size: 17px;
      line-height: 26px;
    }

    .single_src_list ul li {
      font-size: 17px;
    }

    .navigation ul li a {
      font-size: 15px;
    }

    .social_icon {
      display: none;
    }

    .resource_info_area .resource_information h3 {
      font-size: 24px;
    }

    .resource_info_area .resource_information p {
      font-size: 15px;
    }

    .footer_space .inside_news input[type=submit] {
      font-size: 15px;
      padding: 10px 8px;
    }

    .footer_space .inside_news input[type=email] {
      font-size: 15px;
    }

    .footer_space {
      background-position: right;
    }

    /*================about_banner_section=================*/
    .about_info .about_info_pic {
      height: 380px;
      margin-bottom: 35px;

    }

    .about_info .about_info_pic img {
      top: 0;
      height: 100%;
      object-fit: contain;
    }

    .motive_info_part .about_motive_pic {
      height: 380px;
      margin-bottom: 35px;
    }

    .motive_info_part .about_motive_pic img {
      height: 100%;
      object-fit: contain;
    }

    /*============staff===========*/
    .staff_area .person_profile {
      padding: 20px;
      border-radius: 22px;
      margin-bottom: 25px;
      min-height: 360px;
    }

    .person_profile h5 {
      font-size: 17px;
      line-height: 24px;
    }

    .person_profile h4 {
      font-size: 18px;
    }

    /*============Service================*/
    .service_banner {
      height: auto;
    }

    .service_content {
      padding-top: 60px;
      padding-bottom: 30px !important;
    }

    .serv_intro,
    .service_banner .header_title,
    .serv_des_details,
    .service_video_list {
      width: 100%;
    }

    /*======single_resource========*/
    .single_resource_content h3 {
      margin-bottom: 20px;
    }

    .full_content {
      width: 100%;
    }

    .single_banner::before {
      top: 0;
    }

    .resource_area,
    .single_resource_content {
      padding-top: 35px;
    }

    /*=======contact_pages========*/

    .contact_us .container .full_content .join_us_here .gf_browser_chrome input[type=submit],
    .contact_us .join_us_here input[type=submit] {
      font-size: 15px;
      width: auto;
    }

    .contact_banner::before {
      height: 200px;
    }

    .contact_banner {
      min-height: 150px;
      padding-bottom: 80px;
    }

    .contact_us .container .full_content .gform_legacy_markup_wrapper .top_label div.ginput_container {
      margin-top: 0;
    }

    /*=======contact_pages========*/
    /*=======source_pages========*/
    .service_banner {
      padding-bottom: 75px;
    }

    .service_banner::before {
      background-image: url(../image/png/service_dots.png);
      background-position: top right;
      background-size: contain;
    }

    .service_banner {
      z-index: 0;
    }

    .serv_full_video .serv_video {
      height: 160px;
    }

    .videoFull {
      width: 100%;
    }

    .videoFull iframe {
      min-height: 280px;
      height: 280px;
    }

    .video_live {
      padding: 45px 0;
    }
  }

  @media only screen and (max-width: 576px) {

    .navigation .navbar-brand img {
      width: 95px;
      height: 45px;
      object-fit: contain;
    }

    .header .navigation {
      padding: 5px 0;
    }

    /*======search nave=====*/
    .search_here {
      flex-direction: column;
      padding: 10px 0;
      width: 100%;
    }

    .search_here .search_area input {
      margin: 0;
    }

    .search_nav .donate_btn {
      text-align: left;
      width: 100%;
      margin: 0;
    }

    .search_here .search_area {
      width: 100%;
      margin: 0;
    }

    h1 {
      font-size: 38px;
      line-height: 48px;
      width: 95%;
    }

    h2 {
      font-size: 28px;
      line-height: 36px;
    }

    .serv_intro h2 {
      font-size: 28px;
      line-height: 36px;
    }

    .resource_info_area .resource_information h3 {
      font-size: 24px;
    }

    p {
      font-size: 15px;
    }

    .banner_main::after {
      top: -40px;
    }

    .contact_us .container .full_content .join_us_here .gf_browser_chrome label,
    .contact_us .join_us_here label {
      font-size: 15px;
      line-height: 24px;
    }

    .single_src_list ul li {
      font-size: 15px;
    }

    .benfits_area .home_pic {
      top: 0;
    }

    .postion_dis {
      padding: 65px 0;
    }

    .footer_space {
      background-color: #24306f;
      padding-top: 50px;
    }

    .global_area {
      margin-bottom: 25px;
    }

    .global_pic {
      padding: 35px;
    }

    .footer_space .inside_news input[type=submit] {
      width: 30%;
    }

    .footer_space .inside_news input[type=email] {
      width: 60%;
      border: 1px solid #23306f;
    }

    .footer_space .inside_news .title_sub {
      display: none;
    }

    .banner_main {
      padding-bottom: 50px;
    }

    /*============staff===========*/
    .staff_area .person_profile {
      min-height: 300px;
    }

    /*================about_banner_section=================*/
    .about_header_title {
      width: 95%;
    }

    .about_header_title p {
      font-size: 20px;
    }

    .motive_info_part {
      background: #ffd77d;
      background-image: none;
      padding: 25px 0 40px 0;
      margin-top: 25px;
    }

    .resource_info_area .resource_information h3 {
      margin-bottom: 5px;
    }

    /*======single_resource========*/
    .single_resource_content h3 {
      margin-bottom: 15px;
      font-size: 22px;
    }

    .single_resource_content p {
      margin-bottom: 15px;
    }

    /*=======contact_pages========*/

    .contact_us .join_us_here input[type=file] {
      padding: 5px 12px;
    }

    .contact_us .container .full_content .join_us_here .gf_browser_chrome textarea,
    .contact_us .join_us_here textarea {
      height: 85px !important;
    }

    .contact_banner::before {
      height: 170px;
    }

    .service_content {
      padding-top: 65px;
    }

    .service_content {
      padding-top: 35px;
    }

    .serv_full_video .serv_logo img {
      height: 100%;
      object-fit: contain;
    }

    .serv_full_video .serv_video {
      height: 280px;
    }

    .serv_full_video .serv_logo {
      height: 280px;
      margin-bottom: 25px;
    }

    .serv_full_video {
      background-position: bottom right;
    }

    .contact_us .full_content .gform_title {
      font-size: 20px;
    }
  }

  @media only screen and (max-width: 480px) {

    h1 {
      font-size: 28px;
      line-height: 36px;
      width: 100%;
      padding-top: 20px;
    }

    h2 {
      font-size: 22px;
      line-height: 28px;
    }

    .serv_intro h2 {
      font-size: 22px;
      line-height: 28px;
    }

    .learn_more {
      padding: 10px 19px;
    }

    .footer_space .inside_news input[type=submit] {
      width: 100%;
      margin-top: 15px;
    }

    .footer_space .inside_news input[type=email] {
      width: 100%;
      margin: 0;
    }

    .button_box {
      margin: 15px 0;
    }

    .global_pic {
      width: 100%;
      padding: 0;
    }

    .global_pic img {
      width: 100%;
    }

    .postion_dis {
      padding: 35px 0;
    }

    .auto_align {
      margin: 0 auto;
    }

    .text_align {
      width: 100%;
      text-align: center;
    }

    .lear_more span,
    .tool_btn span {
      display: none;
    }

    .motive_info_part .about_motive_pic {
      margin: 0;
    }

    .about_info .about_info_pic {
      margin: 0;
    }

    /*========resource_page=======*/
    .resource_area .rsc_box {
      padding: 20px;
      margin: 15px 0 25px 0;
    }

    .resource_more .rsc_btn {
      margin-top: 0;
      margin-left: 5px;
      width: 48px;
      height: 48px;
    }

    .resource_info_area .resource_information h3 {
      font-size: 20px;
    }

    .resource_info_area .resource_information p {
      font-size: 15px;
    }

    .staff_area {
      top: -15px;
    }

    .learn_more {
      padding: 5px 15px;
      line-height: 34px;
    }

    .line_mag_btn {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .single_src_list ul li {
      margin: 25px 0;
      margin-left: 65px;
    }

    .single_src_list ul li::before {
      top: 0px;
    }

    /*=======contact_pages========*/

    .contact_us .join_us_here input[type=submit] {
      width: 100%;
      line-height: 26px;
    }

    .contact_us .join_us_here .contact_btn .icon {
      padding: 8px;
    }

    .contact_banner::before {
      height: 130px;
    }

    .contact_banner {
      min-height: 100px;
      padding-bottom: 35px;
    }

    .contact_us .container .full_content .join_us_here .gf_browser_chrome .gform_button,
    .contact_us .join_us_here input[type=submit] {
      padding-top: 7px;
      padding-bottom: 7px;
    }

    /*======service_pages=======*/
    .service_banner {
      padding-bottom: 20px;
    }

    .serv_full_video .serv_video {
      height: 220px;
    }

    .videoFull iframe {
      height: 220px;
      min-height: 220px;
    }

    .video_live {
      padding: 30px 0;
    }

  }

  @media only screen and (max-width: 360px) {
    .serv_full_video .serv_video {
      height: 180px;
    }

    .videoFull iframe {
      height: 180px;
      min-height: 180px;
    }

    .contact_banner::before {
      height: 110px;
    }

    h1 {
      font-size: 24px;
    }

    h4 {
      font-size: 22px;
    }

    .single_src_list ul li {
      margin: 20px 0;
    }

    .single_src_list ul li::before {
      width: 40px;
      height: 40px;
    }
  }

  /****Donate Page***/
  .esol_donate_tabs {
    width: 100%;
  }

  .esol_donate_tabs li a {
    color: #000;
  }

  .donatepage ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
  }

  .donatepage ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 16px;
    padding: 15px 112px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    list-style-image: none;
    background: #e0e0e0;
    text-transform: uppercase;
    font-size: 17px;
  }

  .donatepage ul#tabs-nav li:hover,
  .donatepage ul#tabs-nav li.active {
    background-color: #23325b;
  }

  .donatepage ul#tabs-nav li.active a,
  .donatepage ul#tabs-nav li:hover a {
    color: #FFF;
  }

  .donatepage #tabs-nav li a {
    text-decoration: underline;
  }

  .donatepage .tab-content {
    padding: 10px;
  }

  .esol_row {
    display: flex;
  }

  .esol_donate_tabs .gform_wrapper input[type="text"],
  .esol_donate_tabs .gform_wrapper input[type="email"],
  .esol_donate_tabs .gform_wrapper select {
    background: transparent;
    border-radius: 4px;
    height: 35px;
  }

  .esol_donate_tabs .esol_col_1 {
    width: 57%;
    margin-right: 5%;
  }


  .esol_donate_tabs .gfield_radio li {
    display: inline-block;
  }

  .esol_donate_tabs .gfield_radio input[type=radio] {
    margin-top: 3px !important;
  }

  .esol_donate_tabs .gfield_radio label {
    margin: 0px 0 0 4px;
  }

  .esol_donate_tabs .gfield_radio li {
    display: inline-block;
    margin-right: 13px !important;
  }

  .esol_donate_tabs .gfield_radio input[type=radio] {
    margin-top: 0px;
  }

  .esol_donate_tabs .gfield_radio label {
    margin: 0px 0 0 4px;
  }

  .esol_donate_tabs .gfield_checkbox li {
    display: flex;
    align-items: start;
  }

  .esol_donate_tabs .gfield_checkbox input[type=checkbox] {
    margin-right: 10px;
  }

  .esol_donate_tabs .gf_invisible {
    height: 0;
  }

  .esolchoosepricing .gfield_radio input[type=radio] {
    display: none !important;
  }

  .esolchoosepricing .gfield_radio label,
  .esolchoosepricing .gfield_radio .small {
    border: 1px solid #fb720a;
    padding: 7px 37px !important;
    max-width: 100% !important;
    font-size: 17px !important;
    border-radius: 5px;
    line-height: 1.3 !important;
    font-weight: bold;
    text-align: center;
  }

  .esol_donate_tabs .gform_legacy_markup_wrapper .gfield_checkbox li label,
  .gform_legacy_markup_wrapper .gfield_radio li label {
    font-size: 15px !important;
  }

  .esolchoosepricing .gfield_radio input[type=radio]:checked+label {
    background-color: #fb720a;
    color: #fff;
  }

  .gf_inline {
    vertical-align: baseline !important;
  }

  .esol_donate_tabs select.gfield_select {
    height: 36.39px;
  }

  .esol_donate_tabs .gform_button {
    background-color: #fb720a;
    border-radius: 6px;
    font-weight: bold;
    padding: 8px 50px;
    border-color: #fb720a;
  }

  .gchoice_2_8_6 {
    max-width: 43%;
  }

  .gchoice_2_8_6 .small {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .esol_donate_tabs .small.gfield_select,
  .esol_donate_tabs .small.gfield_select:focus-visible {
    border: none;
    outline: none;
    height: 30px;
    border-bottom: 1px solid #000;
  }

  .esol_youare_anonymous .ginput_container {
    margin-top: 0px !important;
  }

  .esolpercentcheckbox label {
    font-weight: unset;
    font-size: 16px !important;
  }

  .esol_donate_tabs .gform_legacy_markup_wrapper ul.gfield_radio li {
    overflow: inherit;
    padding: 10px 0px !important;
  }

  .esol_donate_tabs .gfield_radio li label {
    margin-left: 0px !important;
  }

  .esol_donate_tabs .gform_wrapper ul li:last-child {
    margin-top: 15px !important;
  }

  .esol_donate_tabs .gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
    width: 52.25%;
  }


  @media only screen and (max-width: 767px) {
    .esol_row {
      display: block;
    }
  }