@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;family=Playfair+Display:wght@700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap');

/*----bootstrap css ----- */

@import url('bootstrap.min.css');

/*-------- Font css ------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');

@import url('flaticon.css');

@import url('../fonts/opensans.html');

/*-------- AOS css ------*/

  @import url('aos.css');

/*----carousel css ----- */

@import url('owl.carousel.css');

@import url('owl.theme.css');

 /*** 



  ====================================================================

   css

  ====================================================================



   ***/ 

@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),

        url('../fonts/Poppins-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),

        url('../fonts/Poppins-Italic.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),

        url('../fonts/Poppins-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),

        url('../fonts/Poppins-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Poppins';

    src: url('Poppins-Light.html') format('woff2'),

        url('Poppins-Light-2.html') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),

        url('../fonts/Poppins-ExtraBold.woff') format('woff');

    font-weight: 800;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),

        url('../fonts/Poppins-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}









 @font-face {

    font-family: 'font-awesome';

    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');

    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */

         url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */

         url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */

         url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */

   }

* {

  margin: 0;

  padding: 0;

}

   body {

    font-family: 'Poppins', sans-serif;

    font-weight: normal;

    color:#000;

    font-size: 17px;overflow-x: hidden;

    position: relative;    

/*    background: #0f2340;*/

    top:0 !important;margin: 0;

   }

   .font-lato {font-family: 'Poppins', sans-serif; font-weight: normal;}

   .main-page-wrapper {overflow-x:hidden;}

   h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}

   .h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: #00ade0; font-weight: 100; font-family: 'Poppins', sans-serif;}

   .h1,h1 {font-size: 60px;}

   .h2,h2 {font-size: 45px; font-family:'Poppins', sans-serif;font-style: normal;

    font-weight: 500;}

   .h3,h3 {font-size: 35px; font-family:'Poppins', sans-serif;font-style: normal;

    font-weight: 500;}

   .h4,h4 {font-size: 25px; font-family:'Poppins', sans-serif;font-style: normal;

    font-weight: 600;}

   .h5,h5 {font-size: 22px; font-family:'Poppins', sans-serif;font-style: normal;

    font-weight: 200;}

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

   p {line-height: 28px;font-size: 15px;

    letter-spacing: 1.1px; font-family: 'Open Sans', sans-serif;

    }

   body a {text-decoration: none; display: inline-block;}

   a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

   img {max-width: 100%; display: block;}   



   /*----header----*/

.top_header {background-color:#0f2340;padding: 10px 0px;}

.header_marquee marquee p {

    margin-bottom: 0px;    line-height: normal;

    color: #fff;

}

.header_marquee { background: #00ade0;    padding: 4px 0;}

.ht_top{position: relative; height: 5px;}



.top_header .top_detail_left ul li span {

    font-size: 15px;

    margin-right: 6px;

    letter-spacing: 0;

}



.top_header .top_detail_left ul li span i {

    color: #fff;

    margin-right: 10px;

}

.top_header .top_detail_left ul li {

    list-style: none;    color: #fff;

    display: inline-block;    margin: 0 10px 0 0;

}

.top_header .top_detail_left ul li a {

    color: #fff;

    font-size: 15px;

}

.top_header .top_social_media ul li {

    list-style: none;

    display: inline-block;

    margin: 0 10px;

}

.top_social_media {text-align: right;}

.top_header .top_social_media ul li a { color:#fff;}

.top_header .top_social_media ul li a:hover {color: #00ade0;}

   .site-header {

    position: relative;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;top: 0px;

    left: 0;

    right: 0;

    z-index: 99;

    background: #ffffff;

    padding: 9px 0;

}

.site-header .header-inner { position: relative;}

.site-header .header-inner .site-logo a { display: block; max-width: 210px;}

.site-header .header-inner .site-logo a img {display: block !important;}



.site-header .header-inner .site-nav {

    width: 100%;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.site-header .header-inner .site-nav,

.site-header .header-inner .site-nav .menu-wrapper {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.site-header .header-inner .site-nav .menu-wrapper {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    position: relative;

}

.site-header .header-inner .site-nav .menu-wrapper:before {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.75);

    z-index: 99;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.site-header .header-inner .site-nav .nav-right {

    margin-left: 50px;

}

.site-header .header-inner .site-nav .nav-right .nav-btn {

    background: #fff;

    -webkit-box-shadow: 0 20px 30px 0 rgba(79, 35, 35, 0.15);

    box-shadow: 0 20px 30px 0 rgba(79, 35, 35, 0.15);

    color: #fa7070;

    display: inline-block;

    padding: 7px 37px;

    font-weight: 600;

    border-radius: 30px;

    font-size: 14px;

    border: 2px solid transparent;

}

.site-header .header-inner .site-nav .nav-right .nav-btn:hover {

    background: #fa7070;

    color: #fff;

}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn {

    background: transparent;

    color: #fff;

    border: 2px solid #fff;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding: 6px 37px;

}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {

    background: #fff;

    color: #7052fb;

    border-color: #fff;

}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {

    background-color: hsla(0, 0%, 100%, 0.1);

    border-color: hsla(0, 0%, 100%, 0.3);

    color: #fff;

    padding: 9px 37px;

}

.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {

    background: #fff;

    color: #7052fb;

}

.site-header .header-inner .site-nav.nav-two .site-main-menu li .sub-menu li a.current_page,

.site-header .header-inner .site-nav.nav-two .site-main-menu li .sub-menu li a:hover {

    color: #7052fb;

}

.site-header .site-mobile-logo {

    display: none;

}

.site-header .site-main-menu {

    margin: 0;

    padding: 0;

    list-style: none;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.site-header .site-main-menu li {

    margin: 0 15px;

    position: relative;

    padding: 25px 0;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.site-header .site-main-menu li:last-child {

    margin-right: 0;

}

.site-header .site-main-menu li > a {

    color:#000;

    font-size: 15px;

    font-weight: 100;

    position: relative;    letter-spacing: 0.8px;

}

.site-header .site-main-menu li > a:hover {color: #fcaf18;}



.site-header .site-main-menu li > a.current_page:after,

.site-header .site-main-menu li > a:hover:after {

    width: 100%;

    opacity: 1;

}

.site-header .site-main-menu li.menu-item-has-children:after {

    position: absolute;

    right: -18px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    font-family: eleganticons;

    font-size: 10px;

    font-weight: 700;

    color: #fff;

    font-size: 14px;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.site-header .site-main-menu li.menu-item-has-children:hover:after {

    color: #fa7070;

}

.site-header .site-main-menu li .sub-menu {

    display: block;

    margin: 0;

    padding: 10px 0px;

    list-style: none;

    background: #fff;

    -webkit-box-shadow: 0 0 36px 4px rgba(79, 35, 35, 0.1);

    box-shadow: 0 0 36px 4px rgba(79, 35, 35, 0.1);

    position: absolute;

    top: 110%;

    left: 0;

    min-width: 200px; max-height: 400px;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    z-index: 999999;    overflow-y: auto;

    border-radius: 4px;

}







.site-header .site-main-menu li .sub-menu::-webkit-scrollbar

{

    width: 5px;

    background-color: #F5F5F5;

}



.site-header .site-main-menu li .sub-menu::-webkit-scrollbar-thumb

{

    background-color: #fcaf18;

}

.site-header .site-main-menu li .sub-menu li {

    display: block;

    margin: 0;

    padding: 0 15px;line-height: 30px;

    border-bottom: 1px solid #eee;

}

.site-header .site-main-menu li .sub-menu li:nth-last-child(1) {

    border-bottom: 0px;

}





.site-header .site-main-menu li .sub-menu li.menu-item-has-children:after {

   content: "\f120";

    right: 10px;

    color: #333;

    font-family: 'Flaticon';

}

.site-header .site-main-menu li .sub-menu li.menu-item-has-children .sub-menu {

    left: 100%;

    top: 0;

    visibility: hidden;

    opacity: 0;

}

.site-header .site-main-menu li .sub-menu li.menu-item-has-children:hover .sub-menu {

    top: -23px;

    visibility: visible;

    opacity: 1;

}

.site-header .site-main-menu li .sub-menu li a {

    display: block;

    padding: 3px 0;

    color: #797687;

    font-size: 15px;

    font-weight: 300;

}

.site-header .site-main-menu li .sub-menu li a:after {

    display: none;

}

.site-header .site-main-menu li .sub-menu li a.current_page,

.site-header .site-main-menu li .sub-menu li a:hover {

    color: #fa7070;

}

.site-header .site-main-menu li .sub-menu li:last-child a {

    border-bottom: 0;

}

.site-header .site-main-menu li:hover .sub-menu {

    opacity: 1;

    visibility: visible;

    top: 100%;

}

.site-header .nav-dark .site-main-menu li a {

    color: #2b2350;

}

.site-header .nav-dark .site-main-menu li a:after {

    display: none;

}

.site-header .nav-dark .site-main-menu li a.current_page,

.site-header .nav-dark .site-main-menu li a:hover {

    color: #fa7070;

}

.site-header .nav-dark .site-main-menu li.menu-item-has-children:after {

    color: #2b2350;

}

.site-header.header-five .header-inner .site-nav .menu-wrapper {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    position: relative;

    width: 80%;

}

@media (max-width: 991px) {

    .site-header.header-five .header-inner .site-nav .menu-wrapper {

        width: 100%;

        display: block;

    }

}

@media (max-width: 991px) {

    .site-header.header-five .header-inner .site-nav .nav-right {

        display: block;

        text-align: left;

    }

}

.site-header.header-five .header-inner .site-nav .nav-right .nav-btn {

    background: transparent;

    color: #fff;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: 2px solid hsla(0, 0%, 100%, 0.302);

    border-radius: 4px;

    padding: 7px 24px;

    font-size: 16px;

}

.site-header.header-five .header-inner .site-nav .nav-right .nav-btn:hover {

    background: #fff;

    border-color: #fff;

    color: #7052fb;

}

@media (max-width: 991px) {

    .site-header.header-five .header-inner .site-nav .nav-right .nav-btn {

        border-color: #7052fb;

        color: #7052fb;

    }

    .site-header.header-five .header-inner .site-nav .nav-right .nav-btn:hover {

        color: #fff;

        background: #7052fb;

    }

}

.site-header.header-five .site-main-menu li a {

    color: #2b2350;

}

.site-header.header-five .site-main-menu li a:after {

    display: none;

}

.site-header.header-five .site-main-menu li a.current_page,

.site-header.header-five .site-main-menu li a:hover {

    color: #7052fb;

}

.site-header.header-five .site-main-menu li.menu-item-has-children:after {

    color: #2b2350;

}

.site-header.header-five .site-main-menu li .sub-menu li a.current_page,

.site-header.header-five .site-main-menu li .sub-menu li a:hover {

    color: #7052fb;

}

.site-header.header-six .header-inner .site-nav {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.site-header.header-six .header-inner .site-nav .nav-right .nav-btn {

    background: transparent;

    border: 2px solid #efbbd9;

    color: #f97bc5;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.site-header.header-six .header-inner .site-nav .nav-right .nav-btn:hover {

    background: #f97bc5;

    color: #fff;

    border-color: #f97bc5;

}

.site-header.header-six .header-inner .site-nav .nav-right .login-btn {

    color: #646479;

    margin-right: 15px;

    font-weight: 500;

}

.site-header.header-six .header-inner .site-nav .nav-right .login-btn i {

    margin-right: 5px;

}

.site-header.header-six .header-inner .site-nav .nav-right .login-btn:hover {

    color: #f97bc5;

}

.site-header.header-six .site-main-menu li > a {

    color: #2b2350;

}

.site-header.header-six .site-main-menu li .sub-menu li a.current_page,

.site-header.header-six .site-main-menu li .sub-menu li a:hover,

.site-header.header-six .site-main-menu li > a:hover {

    color: #f97bc5;

}

.site-header.header-seven .header-inner .site-nav .menu-wrapper {

    -ms-flex-pack: distribute;

    justify-content: space-around;

    position: relative;

    width: 80%;

}

.site-header.header-seven .header-inner .site-nav .nav-right {

    margin-left: 0;

}

.site-header.header-seven .header-inner .site-nav .nav-right .nav-btn {

    background: transparent;

    color: #fff;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: 2px solid hsla(0, 0%, 100%, 0.302);

    border-radius: 4px;

    padding: 7px 24px;

    font-size: 16px;

}

.site-header.header-seven .header-inner .site-nav .nav-right .nav-btn:hover {

    background: #fff;

    border-color: #fff;

    color: #fd4d5c;

}

.site-header.header-seven .site-main-menu li a {

    color: #fff;

}

.site-header.header-seven .site-main-menu li a:after {

    display: none;

}

.site-header.header-seven .site-main-menu li a.current_page,

.site-header.header-seven .site-main-menu li a:hover {

    color: #fd4d5c;

}

.site-header.header-seven .site-main-menu li.menu-item-has-children:after {

    color: #2b2350;

}

.site-header.header-seven .site-main-menu li .sub-menu li a.current_page,

.site-header.header-seven .site-main-menu li .sub-menu li a:hover {

    color: #fd4d5c;

}

.site-header.header-seven.pix-header-fixed .site-main-menu li a {

    color: #333;

}

.site-header.header-seven.pix-header-fixed .site-main-menu li a:hover {

    color: #fd4d5c;

}

.site-header.header-seven.pix-header-fixed .site-main-menu li.menu-item-has-children:after {

    color: #2b2350;

}

.site-header.header-seven.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {

    border-color: #fd4d5c;

    color: #fd4d5c;

}

.site-header.header-seven.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {

    background: #fd4d5c;

    color: #fff;

}

.site-header.header-eight .toggle-menu .bar {

    background: #0b0b0b;

}

.site-header.header-eight .header-inner .site-nav {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.site-header.header-eight .header-inner .site-nav .nav-right .nav-btn {

    background: #12bf7c;

    border: 2px solid #12bf7c;

    color: #fff;

    -webkit-box-shadow: none;

    box-shadow: none;

    border-radius: 4px;

    -webkit-box-shadow: 0 10px 20px 0 rgba(11, 176, 112, 0.3);

    box-shadow: 0 10px 20px 0 rgba(11, 176, 112, 0.3);

}

.site-header.header-eight .header-inner .site-nav .nav-right .nav-btn:hover {

    background: transparent;

    color: #12bf7c;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.site-header.header-eight .site-main-menu li > a {

    color: #2b2350;

}

.site-header.header-eight .site-main-menu li > a:hover {

    color: #12bf7c;

}

.site-header.header-eight .site-main-menu li > a:hover:after {

    background: #12bf7c;

}

.site-header.header-eight .site-main-menu li .sub-menu li a.current_page,

.site-header.header-eight .site-main-menu li .sub-menu li a:hover {

    color: #12bf7c;

}

.site-header.header-nine {

    background: #fff;

    -webkit-box-shadow: 0 10px 20px 0 rgba(14, 3, 52, 0.08);

    box-shadow: 0 10px 20px 0 rgba(14, 3, 52, 0.08);

}

.site-header.header-nine .toggle-menu .bar {

    background: #1a133b;

}

.site-header.header-nine .site-main-menu li {

    padding: 26px 0;

}

.site-header.header-nine .site-main-menu li a {

    color: #615f6b;

}

.site-header.header-nine .site-main-menu li a:after {

    display: none;

}

.site-header.header-nine .site-main-menu li a.current_page,

.site-header.header-nine .site-main-menu li a:hover {

    color: #f98e47;

}

.site-header.header-nine .site-main-menu li.menu-item-has-children:after {

    color: #615f6b;

}

.site-header.header-nine .header-inner .site-nav .nav-right .nav-btn {

    -webkit-box-shadow: none;

    box-shadow: none;

    border-radius: 6px;

    background: #f98e47;

    border: 1px solid #f98e47;

    color: #fff;

    padding: 4px 30px;

}

.site-header.header-nine .header-inner .site-nav .nav-right .nav-btn:hover {

    background: transparent;

    color: #f98e47;

}

.logo-sticky {

    display: none;

}

.pix-header-fixed {

    top: 0;

    left: 0;

    right: 0;

    position: fixed;

    z-index: 999999;

    -webkit-box-shadow: 0 10px 20px 0 rgba(79, 35, 35, 0.08);

    box-shadow: 0 10px 20px 0 rgba(79, 35, 35, 0.08);

    -webkit-animation: q 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;

    animation: q 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;

    background: #ffffff;

}

.pix-header-fixed .header-inner .site-logo {

    padding: 0px 0;

}

.pix-header-fixed .header-inner .site-logo .logo-sticky {

    display: block;

}

.pix-header-fixed .header-inner .site-logo .logo-main {

    display: none;

}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {

    background: transparent;

    color: #fa7070;

    -webkit-box-shadow: none;

    box-shadow: none;

    border-color: #fa7070;

}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {

    background: #fa7070;

    color: #fff;

}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn,

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {

    border-color: #7052fb;

    color: #7052fb;

}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover,

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {

    background: #7052fb;

    color: #fff;

    border-color: #7052fb;

}

.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a.current_page,

.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a:hover {

    color: #7052fb;

}

.pix-header-fixed .site-main-menu li {

    padding: 21px 0;

}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after,

.pix-header-fixed .site-main-menu li a {

    color: #000;

}

.pix-header-fixed .site-main-menu li a:after {

    display: none;

}

.pix-header-fixed .site-main-menu li a.current_page,

.pix-header-fixed .site-main-menu li a:hover {

    color: #0370b5;

}

.pix-header-fixed .site-main-menu li a.current_page:after,

.pix-header-fixed .site-main-menu li a.current_page:before,

.pix-header-fixed .site-main-menu li a:hover:after,

.pix-header-fixed .site-main-menu li a:hover:before {

    background: #fa7070;

}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn {

    color: #7052fb;

    border: 2px solid #7052fb;

}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn:hover {

    background: #7052fb;

    border-color: #7052fb;

    color: #fff;

}

.mask-overlay {

    position: fixed;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    z-index: 3333;

    top: 0;

    left: 0;

}

.close-menu {

    display: none;

}

.home-color-two .return-to-top:hover:after {

    -webkit-transform: scale(1.07);

    -ms-transform: scale(1.07);

    transform: scale(1.07);

    background: #7052fb;

    -webkit-box-shadow: 0 10px 20px 8px rgba(0, 0, 0, 0.15);

    box-shadow: 0 10px 20px 8px rgba(0, 0, 0, 0.15);

}

.home-color-two .return-to-top:hover > i {

    text-shadow: 0 -50px #fff, 0 0 #fff;

}

@media (max-width: 991px) {

    .toggle-menu {

        position: absolute;

        left: 0;

        width: 26px;

        top: 50%;

        -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        transform: translateY(-50%);

        display: block;

        height: 24px;

    }

    .toggle-menu .bar {

        width: 18px;

        height: 2px;

        display: block;

        float: left;

        margin: 3px auto;

        -webkit-transition: all 0.3s ease-in-out;

        -o-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        background: #000;

    }

    .toggle-menu .bar:nth-child(2) {

        width: 24px;

    }

    .site-header .header-inner {

        text-align: center;

        padding: 15px 0;

    }

    .site-header .header-inner .site-nav .nav-right {

        margin-left: 20px;

    }

    .site-header .header-inner .site-nav .nav-right .nav-btn {

        padding: 8px 22px;

    }

    .site-header .site-mobile-logo {

        display: block;

    }

    .site-header .site-main-menu li {

        margin: 0 15px;

    }

    .site-header .site-logo {

        display: none;

    }

    .site-header.header-two.toggle-light .toggle-menu .bar {

        background: #fff;

    }

    .site-header.header-five .toggle-menu .bar,

    .site-header.header-six .toggle-menu .bar {

        background: #333;

    }

    .site-header .site-nav {

        position: fixed;

        width: 320px !important;

        height: 100vh;

        background: #fff;

        top: 0;

        left: -100%;

        display: block !important;

        -webkit-transition: all 0.5s ease-in-out;

        -o-transition: all 0.5s ease-in-out;

        transition: all 0.5s ease-in-out;

        overflow: scroll;

        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);

        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);

    }

    .site-header .site-nav .site-main-menu {

        display: block;

        width: 100%;

        padding-bottom: 50px;

        text-align: left;

    }

    .site-header .site-nav .site-main-menu li {

        padding: 0;

        margin: 0;

        border-bottom: 1px solid #f1f2f3;

    }

    .site-header .site-nav .site-main-menu li:first-child {

        border-top: 1px solid #f1f2f3;

    }

    .site-header .site-nav .site-main-menu li a {

        display: block;

        color: #888;

        padding: 6px 35px;

        font-weight: 400;

    }

    .site-header .site-nav .site-main-menu li a:after {

        display: none;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children {

        position: relative;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children:after {

        display: none;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children:focus,

    .site-header .site-nav .site-main-menu li.menu-item-has-children a:hover {

        color: #fa7070;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children i {

        position: absolute;

        top: 6px;

        right: 20px;

        display: block;

        width: 30px;

        height: 30px;

        text-align: center;

        line-height: 30px;

        z-index: 222;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {

        position: static;

        -webkit-box-shadow: none;

        box-shadow: none;

        opacity: 1;

        width: auto;

        visibility: visible;

        background: transparent;

        padding: 0;

        display: none;

        -webkit-transition: none;

        -o-transition: none;

        transition: none;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li {

        padding: 0;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:first-child {

        border-top: 1px solid #f1f2f3;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:last-child {

        border-bottom: none;

        padding-bottom: 0;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li a {

        color: #888;

        font-weight: 400;

        padding: 5px 35px 5px 45px;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {

        opacity: 1;

        visibility: visible;

        position: relative;

        left: 0;

        top: auto;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {

        padding-left: 60px;

    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {

        content: "\33";

        color: #fff;

    }

    .site-header .site-nav .nav-right {

        display: none;

    }

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus,

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus:after,

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover,

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover:after,

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:focus,

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:hover {

        color: #7052fb;

    }

    .site-header.header-two .toggle-menu .bar {

        background: #2b2350;

    }

    .header-inner .site-mobile-logo img {

        max-height: 30px;

        -webkit-transition: all 0.3s ease-in-out;

        -o-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

    }

    .pix-header-fixed .toggle-menu {

        top: 30px;

    }

    .pix-header-fixed .toggle-menu .bar {

        background: #333;

    }

    .pix-header-fixed .site-main-menu li.menu-item-has-children:after,

    .pix-header-fixed .site-main-menu li a {

        color: #fff;

    }

    .pix-header-fixed .header-inner .site-logo {

        padding: 12px 0;

    }

    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {

        background: #000;

    }

    .sidebar-open .site-header .site-nav {

        left: 0;    z-index: 999999;

    }

    .sidebar-open .menu-wrapper:before {

        opacity: 1;

        visibility: visible;

    }

    .close-menu {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: end;

        -ms-flex-pack: end;

        justify-content: flex-end;

        top: 0;

        text-align: right;

        width: 100%;

        left: 0;

        padding: 2px;

        padding: 30px 20px;

    }

    .close-menu i {

        font-size: 36px;

        color: #2b2350;

    }

    .close-menu span {

        font-size: 15px;

    }

    .header-dark .toggle-menu .bar {

        background: #2b2350;

    }

}





/*---slider---*/

.main_banner {

    overflow: hidden;

    position: relative;

}

.slder_ngo {

    position: absolute;

    top: 35%;

    z-index: 99999;

       text-align: center;

    margin: 0 auto;

    left: 0;

    right: 0;

    width: 600px;

}

.main_slider_pmr img {

    width: 100% !important;

}

.slide_content p {

    color: #fff;

}



.main-slider .owl-controls .owl-dots {

    z-index: 99999999;

    position: relative;

}

.main-slider .owl-dots .owl-dot:hover span {background: #fcaf18;}



.slide_content h1 {

    font-size: 45px;

    color: #fff;

}

.main-slider .owl-dots {

    margin-top: -40px;

}

.main-slider .owl-dots .owl-dot.active span {

    background-color: #fff;

    border-radius: 7px;

    width: 30px;

}

.main-slider .owl-dots .owl-dot span {

    width: 30px;

    background-color: #62ccf4;

}

.main-slider .owl-controls .owl-nav {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;width: 100%;

}

.main-slider .owl-controls .owl-nav .owl-prev {

    left: 0;position: absolute;

}

.main-slider .owl-controls .owl-nav .owl-prev i:before {

    margin-left: 0;

    text-align: center;

    line-height: 43px;

}

.main-slider .owl-controls .owl-nav .owl-next {

    right:  0;position: absolute;

}

.main-slider .owl-controls .owl-nav .owl-next i:before {

    margin-left: 5px;

    text-align: center;

    line-height: 43px;

}

.main-slider .owl-controls .owl-nav .owl-prev, .main-slider .owl-controls .owl-nav .owl-next {

    background: #00ade0;

    text-align: center;

    width: 50px;

    border-radius: 100%;

    height: 50px;

}

.slide_content h1 span.slider_title {

    font-size: 45px;

    font-weight: 600;

    color: #fcaf18;

}

/*----About Us----*/

.about_Small_img {

    position: absolute;

    bottom: -90px;

    right: -40px;

    background: #fff;

    border-radius: 5px;

    padding: 5px; box-shadow: 0 0 60px rgb(220 220 220);

}

.about_main-img {

   /* background: #fff;*/

    padding: 5px; /*box-shadow: 0 0 60px rgb(220 220 220);*/

    border-radius: 10px;

}

section.ng_about {padding: 70px 0;}

.about_content-ngo h3 {

    font-size: 35px;

    font-family: 'Poppins';

    margin-bottom: 10px;

    color: #fff;

    font-style: normal;

    font-weight: 500;

}

section.ng_lastabout {padding: 70px 0;}

.about_content-ngo h3 {

    font-size: 35px;

    font-family: 'Poppins';

    margin-bottom: 10px;

    color: #fff;

    font-style: normal;

    font-weight: 500;

}

.about_content-ngo {

    padding-left: 10%;

}

.about_content-ngo p {text-align: justify; font-size: 15px;letter-spacing: 0.5px;}

.about_lastcontent-ngo p {text-align:justify; font-size: 15px;letter-spacing: 0.5px;}



.defult_more_btns {

    margin-top: 40px;

}

.defult_more_btns a {

    background-color: #00ade0;

    color: #fff;

    padding: 10px 60px;

    border-radius: 8px;

    border: 1px solid #00ade0;    z-index: 999;

  display: inline-block;position: relative;

}

.defult_more_btns a:hover::after {

    width: 100%;

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    -webkit-transition: -webkit-transform 300ms ease-out;

    transition: -webkit-transform 300ms ease-out;

    transition: transform 300ms ease-out;

    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;

}

.defult_more_btns a:after {

    position: absolute;

    left: 0;

    top: 0;

    background-color: #0799c4;

    width: 100%;

    height: 100%;

    border-radius: 8px;

    content: '';

    display: inline-block;

    -webkit-transition: all .3s;

    transition: all .3s;

    z-index: -1;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transition: all transform 300ms ease-out 200ms;

    transition: all transform 300ms ease-out 200ms;

}

.dot_shape {

    position: absolute;

    right: -20px;

    bottom: 0%;    z-index: -1;

}

/*-----features-section-----*/

  .ngo-features_section .shape-one {

    position: absolute;

    left: 52%;

    top:2%;

    animation: animationFramesOne 35s alternate infinite linear;

  }

  .ngo-features_section .shape-two {

    position: absolute;

    right: 0;

    top:25%;

  }

  .ngo-features_section .shape-three {

    position: absolute;

    left: 0;

    top:20%;

    z-index: -1;

  }

  .ngo-features_section .shape-four {

    position: absolute;

    left: 50%;

    bottom: -16%;

    animation: animationFramesTwo 25s alternate infinite linear;

  }

.ngo-features_section .shape-five {

    position: absolute;

    right: 40px;

    top: 11%;

}

.ngo_title.text-center {

    padding: 50px 0 0px;

}

section.service-features_section {   /* background:#f1f6fc;*/

    padding:70px 0;position: relative;

}

section.service-features_section:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 400px;

    background-image: url(../images/banner/bg.png);

    background-size: 100%;

}

.ngo_features_box {

    background: #fff;    overflow: hidden;

    border-radius: 10px;

    padding: 20px 20px;

    text-align: center;

    box-shadow: 0 0 25px rgba(0,0,0,0.1);

    margin: 25px 0 0px;z-index: 9;

    position: relative;

}

.ngo_feature_content p {

    font-size: 15px;

}

.ngo_feature_icon {

    width: 100px;

    height: 100px;

    background: #063da1;

    border-radius: 100%;

    text-align: center;

    margin: 0 auto 15px;

    box-shadow: 0 0 10px rgb(239 239 239/50%);transition: all .5s;

}

.ngo_features_box.ngo_box2t .ngo_feature_icon {background:#9fcd0a;    box-shadow: 0 0 10px rgb(239 239 239 / 50%);}

.ngo_features_box.ngo_box2t .ngo_feature_icon .ngo-icon:before{color:#fff;}

.ngo_features_box.ngo_box3t .ngo_feature_icon {background: #2abde5;    box-shadow: 0 0 10px rgb(239 239 239 / 50%);}

.ngo_features_box.ngo_box3t .ngo_feature_icon .ngo-icon:before{color:#fff;}

.ngo_features_box.ngo_box4t .ngo_feature_icon {background: #0a3c9b;    box-shadow: 0 0 10px rgb(239 239 239 / 50%);}

.ngo_features_box.ngo_box4t .ngo_feature_icon .ngo-icon:before{color:#fff;}

.ngo_feature_icon i.ngo-icon img {

    margin: 0 auto;

    padding-top: 26px;

}

.ngo_features_box:hover .ngo_feature_icon {

    box-shadow: 0 0 20px 0px #fcaf18;

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px); background:transparent;}

.ngo_features_box:hover .ngo_feature_icon .ngo-icon:before{color:#fcaf18;}    

.ngo_feature_icon .ngo-icon:before {font-size: 45px; margin: 0; color: #fcaf18; line-height: 98px;}

.more-ngo-button {position: relative;width: 100%;    z-index: 9;}

.ngo_feature_content h4 {margin-bottom: 10px;

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 1px;}

.ngo_features_box:hover .ngo_feature_content h4{color: #fff;}  

section.ngo-features_section .more-ngo-button {margin-top: -17px; text-align: center;}

.ngo_features_box.ngo_box2t, .ngo_features_box.ngo_box4t {

    margin-top: 0px;

}



.ngo_features_box:before {

    content: "";

    position: absolute;

    top: 0px;

    right: -330px;

    width: 320px;

    z-index: -1;

    height: 300px;

    background:#fcaf18;

    transition: .5s;

}

.ngo_features_box:hover::before {

    right: 0px;

    top: 0px;

    z-index: 1;

}

.ngo_features_box .ngo_feature_icon, .ngo_features_box .ngo_feature_content {

    position: relative;

    z-index: 1;

}

.more-ngo-button a {

    display: inline-block;

    text-align: center;

    color: #ffffff;

    background-color: #1a468f;

    font-size: 14px;

    font-weight: 400;

    padding: 10px 60px;

    border-radius: 15px;

    letter-spacing: 0.15px;

    z-index: 1;

    position: relative;

}

.more-ngo-button a:hover::after {

    width: 100%;

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    -webkit-transition: -webkit-transform 300ms ease-out;

    transition: -webkit-transform 300ms ease-out;

    transition: transform 300ms ease-out;

    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;

}

.more-ngo-button a:after {

    position: absolute;

    left: 0;

    top: 0;

    background-color: #0c2d6a;

    width: 100%;

    height: 100%;

    border-radius: 15px;

    content: '';

    display: inline-block;

    -webkit-transition: all .3s;

    transition: all .3s;

    z-index: -1;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transition: all transform 300ms ease-out 200ms;

    transition: all transform 300ms ease-out 200ms;}

.Vision-mision_section { padding: 70px 0; position: relative;}

.vision_content_bar p {font-size: 15px; margin-top: 20px;}

.vision_right_img {

    box-shadow: 0 0 30px rgb(220 220 220 / 41%);

    background: #fff;

    padding: 10px;

    border-radius: 10px;

}

.vision_l_img {

    box-shadow: 0 0 30px rgb(220 220 220 / 41%);

    background: #fff;

    padding: 10px;

    border-radius: 10px;

}

.vision_right_img .vision_mision_le { float: left; width: 48%; margin: 0 5px;}

.vision_right_img .vision_mision_le img {border-radius: 10px;}

.circle-one {

    position: absolute;

    content: "";

    width: 670px;

    height: 670px;

    border: 100px solid #f2f5f8;

    border-radius: 50%;

    right: -190px;

    top: 100px;}

.vision_l_img img { border-radius: 10px;}

.vision_section-b { padding-top: 70px;}

/*------Why Choose Us------*/



/*-----Other Services-----*/

article.other_serivce_lg.ngo_features_box {border: 1px solid #fff;min-height: 270px; padding: 20px 30px; margin: 28px 0;}

article.other_serivce_lg.ngo_features_box .ngo_feature_content p {margin-bottom: 0px; font-size: 17px; line-height: 25px;}

.ngo_m_Service {margin-top: 45%;transform-style: preserve-3d;}

 .ngo_m_Service .ngo_inner{transform:translateZ(20px) translateX(0%) translateY(0%);}

article.other_serivce_lg.ngo_features_box:hover{border:1px solid #e1e7f1; box-shadow: none;}

section.other-services_section:before {

content: "";position: absolute;width: 300px;height: 570px;

background-image: url(../images/shape/shape1.html);background-size: 100% 100%;left: -80px;}

section.other-services_section:after {    z-index: -1;

    content: "";

    position: absolute;

    width: 460px;

    height: 400px;

    background-image: url(../images/shape/shape2.html);

    right: -40px;

    bottom: -45px;

    background-repeat: no-repeat;

}

.other-services_section {position: relative; overflow: hidden;padding: 0 0 50px;

}



/*-----Footer-----*/

footer.main_foooter {padding: 70px 0px 0px;    background: #000;}

footer.main_foooter .footer-about-widget ul li {

    list-style: none;

    line-height: 30px;    color: #fff;

    font-family: 'Open Sans';

    /*text-align: justify;*/

    font-size: 15px;

    letter-spacing: 0.7px;

}

.footer-about-widget ul li {list-style: none; line-height: 30px;display: flex;}

.footer-about-widget ul li a {

    color: #fff;

    display: contents;

}

.footer-about-widget ul li a:hover {color: #62ccf4;}

footer.ngo_foooter .footer-about-widget ul li span.footer_icon i:before {margin-left: 0;  margin-right: 10px;}

footer.ngo_foooter .footer-about-widget ul li a span.usel_link-icon i:before {

 margin-left: 0; margin-right: 10px; font-size: 12px;}

 footer.ngo_foooter .footer-about-widget ul li a {

    color: #fff;

    font-size: 14px;

    font-family: 'Open Sans';    word-break: break-word;

}

footer.ngo_foooter .footer-about-widget ul li a:hover{color:#fa7070;}

.footer-about-widget h5 {

    font-weight: 300;

    color: #fff;

    font-family: 'Poppins Medium';

    text-transform: uppercase;

    margin-bottom: 20px;

}

.footer-about-widget p {font-size: 14px;

    /*text-align: justify;*/

    letter-spacing: 0.7px;

    color: #fff;}

.footer-about-widget ul.footer_address li {margin: 10px 0;}



.footer_social-media ul li { list-style: none; display: inline-block;}

.footer_social-media .facebook {

    background: #3b579d;

    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;}

.footer_social-media .twitter {

    background: #00aced;

    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;}

.footer_social-media .linkedin {

    background: #007bb6;

    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;}

.footer_social-media ul li a:hover {

    background: #fff;

    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;}

.footer_social-media .facebook:hover{color:#3b579d;}

.footer_social-media .twitter:hover{color:#00aced;}

.footer_social-media .linkedin:hover{color:#005983;}

.footer_social-media ul li a {

    overflow: hidden;

    font-size: 26px;

   margin: 0 5px;border-radius: 100%;

}

.footer_social-media ul li a {

    display: inline-block;

    float: left;

    width: 44px;

    height: 44px;

    font-size: 20px;

    color: #FFF;

    text-decoration: none;

    cursor: pointer;

    text-align: center;

    line-height: 48px;

    background: #000;

    position: relative;

    -webkit-transition: 0.5s;

    -moz-transition: 0.5s;

    -o-transition: 0.5s;

    transition: 0.5s;

}

.footer_social-media ul {text-align: right;}

.footer_copyright_text p {color: #fff;    margin-top: 5px;}

.footer_copyright_text p a {

    color: #0fa1ff;

    font-weight: 600;

}

.footer_copyright_text p a:hover {color: #fff;}

.footer-about-widget { margin-bottom: 50px;}

.footer_copy_right {

    padding: 10px 0 20px;

    border-top: 1px solid #ffffff40;

}

.services p {

    font-size: 13px;

    line-height: 22px;

}

/*-----------End-footer-------------*/

/*---------------Login---------------*/

.main-login-wrapper {

    padding: 8% 0;

}

.ngo_login_form-section {

    background: #fff;    border-radius: 10px;

    padding: 40px 20px; position: relative; overflow: hidden;

}

form.ngo_login .ngo_form-field input.form-control {

    width: 100%;

    height: 45px;

    margin: 20px 0;

    border-radius: 20px;

}

.ngo_form-field button.ngo_login-btn {

    text-align: center;

    width: 150px;

    height: 40px;

    border: 1px solid #1a468f;

    background: #1a468f;

    color: #fff;

    border-radius: 15px;

}



.ngo_form-field button.ngo_login-btn:hover::after {

    width: 100%;

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    -webkit-transition: -webkit-transform 300ms ease-out;

    transition: -webkit-transform 300ms ease-out;

    transition: transform 300ms ease-out;

    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;

}

.ngo_form-field button.ngo_login-btn:after {

    position: absolute;

    left: 0;

    top: 0;

    background-color: #0c2d6a;

    width: 100%;

    height: 100%;

    border-radius: 15px;

    content: '';

    display: inline-block;

    -webkit-transition: all .3s;

    transition: all .3s;

    z-index: -1;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transition: all transform 300ms ease-out 200ms;

    transition: all transform 300ms ease-out 200ms;

}

.ngo_login_form-section:before {content: ""; position: absolute; width: 100px; height: 190px;

background-image: url(../images/shape/dot.html);right: -10px; top: 0px;}

.ngo_form-field button.ngo_login-btn:focus {outline: none;}

.ngo_form-field button.ngo_login-btn:hover { background-color: red; border: red;}

.form_head a img {width: 110px;}

.ngo_login_btn {  margin-top: 10px !important;}

.ngo_login-btn { width: 100% !important;}

/*--------------//Login---------------*/

/*-----About-section-----*/

.ngo_inner_banner-section {background-image: url(../images/banner/banner.html); padding: 130px 0 70px;}

.ngo_inner_title {text-align: center;}

.ngo_inner_title h1 {color: #fff; font-size: 35px; letter-spacing: 0.9px;}



.ngo_inner_title ul.ngo-breadcrumb li {

    list-style: none;

    display: inline-block;

    margin: 0 10px;    color: #fff;

}

.ngo_inner_title ul.ngo-breadcrumb li a {color: #e88787;}

.ngo_inner_title ul.ngo-breadcrumb {margin-top: 10px;}

.ngo_ab_service ul {margin-top: 15px;}

.ngo_ab_service ul li span i:before {

    margin-left: 0;

    margin-right: 10px;font-size: 15px;

}

.ngo_ab_service ul li {

    line-height: 30px;

    font-size: 15px;

    list-style: none;

    letter-spacing: 0.9px;

    width: 50%;

    float: left;

}

/*-----//End-about-----*/



/*-----service-----*/

.service_content-ngo h3 {

    font-size: 30px;

    text-align: left;

    margin-bottom: 10px;

}

.service_content-ngo p {

    font-size: 15px;

    letter-spacing: 0.5px;

    font-weight: 100;    text-align: justify;

}

.ngo_inner-slide-image {

    margin-bottom: 20px;

}

.ngo_whitelevel_Service {

    margin-top: 10px;

}

.ngo_whitelevel_Service ul.ngo_service_list li {

    list-style: none;

    font-size: 15px;

    line-height: 30px;

    letter-spacing: 0.5px;

    font-weight: 100;text-align: justify;

}

.ngo_whitelevel_Service h5 { margin-bottom: 10px;}



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

.footer_social-media ul {text-align: center;}

.footer_copyright_text {text-align: center; margin-bottom: 10px;}

.ngo_about_img {position: relative; width: auto;}

.slide_content h1 {font-size: 15px;}

.slder_ngo .slide_img {margin-top: 5px; float: right; width: 140px;}

.dot_shape{right: 0px;}

.ngo_app_download {display: none;}

.download_section-app{height: auto;}

}



.what_we_content {

    margin-top: 20px;

}

.what_we_content p {

    font-size: 15px;

    letter-spacing: 1.1px;

}



.meaning_right_img {

    background: #fff;

    border-radius: 10px;

    padding: 10px;

}

.history-human_section{ padding: 70px 0; position: relative;}

.history-human_section .circle-one {left: -160px;}

.history_cir1.Vision-mision_section .circle-one {top: -50px; right: -260px;}

.culture_content_bar h3 {color: #fff; margin-bottom: 20px;}

.culture_content_bar p{color: #fff;}

span.title_bold {color: #62ccf4; font-weight: 600;}

ul.civil_listed {margin: 0 20px; padding: 0;}

ul.civil_listed li {

    color: #fff;

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 30px;

}

a.btn-more.mt.dark-btn {background: red; border-color: red;}

a.btn-more.mt.dark-btn:after{background-color:#dc0303;}

a.btn-more.mt.green-btn {background: #65cb30; border-color: #65cb30;}

a.btn-more.mt.green-btn:after{background-color:#44a611;}

.inner_title_head h1 {

    font-size: 35px;

    font-weight: 600;

    text-align: center;

}

.inner_Banner_Section {

    background: #f7f8f8;

    padding: 40px 0;

}

ul.civil_listed.found_lis{margin:10px 0; padding: 0px;

}

ul.civil_listed.found_lis li {

    color: #000;

    list-style: none;

}



/*----form----*/



body.login_bg {background: linear-gradient(to right, #ed8034 0%,#ed8034 33%,#feb123 33%,#feb123 66%,#2184cd 66%,#2184cd 100%);    position: relative;}

.login_af.account_form {

    border-radius: 10px;

    background: #fff;

    padding: 30px 30px;

    box-shadow: 0 5px 35px #ffffff4f;

    margin: 40px 0;

}

.login_af.account_form .logo a img {width: 195px; margin-bottom: 20px;}

.login_af.account_form .logo, .login_af.account_form h2{text-align: center; color:#000;}

.login_section {

    position: relative;

    z-index: 8;

}



form.register__form {

    padding: 0px;

}

.login_af.account_form form.register__form .form-group input::placeholder {

    color: #000;

}

form.register__form .form-group .nice-select.select_option {

    width: 100%;

    background: transparent;

    border-radius: 0px;

}

form.register__form .form-group .nice-select.select_option span.current { color: #fff;}

form.register__form .form-group .nice-select.select_option ul.list {background: #47a828; width: 100%;}

form.register__form .form-group .nice-select.select_option ul.list li.option.selected.focus {background: hsla(0,0%,100%,.2);}

form.register__form .form-group .nice-select.select_option ul.list li.option {color: #fff;}

form.register__form .form-group .nice-select.select_option ul.list li:hover.option{ background: hsla(0,0%,100%,.2);}

form.register__form .form-group .nice-select.select_option:focus {border-color: #fff;}

form.register__form .login_submit {

    margin-top: 20px;

    margin-bottom: 10px;

}

.account_form h2 {

  font-size: 30px;

  text-transform: capitalize;

  color: #444444;

  font-weight: 500;

  line-height: 22px;

  margin-bottom: 34px;

}

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

   .header-inner .site-mobile-logo img{    max-height: 50px;} 

    .top_header .top_detail_left ul li{    margin: 0 7px 0 0;}

    .top_social_media{display: none;}

  .account_form h2 {

    font-size: 24px;

    margin-bottom: 20px;

  }

}

.account_form form {

  padding: 0;

}

.account_form label {

  font-size: 15px;

  font-weight: 400;

  color: #000;

  cursor: pointer;

  line-height: 12px;

  margin-bottom: 12px;

}



.account_form p input::placeholder {color: #000;}

.account_form input {

    border: 1px solid #ebebeb;

    height: 40px;

    max-width: 100%;

    padding: 0 20px;

    background: none;

    color: #000;

    width: 100%;

    font-size: 15px;

    font-weight: 300;

}

.account_form button.login_submit_btn {

    display: block;

    width: 100%;

    height: 45px;margin-top: 10px;

}

.login_submit {

    display: flex;

    justify-content: space-between;

}

.account_form button {

  background: #fcaf18;

  border: 0;

  color: #fff;

  font-size: 12px;

  font-weight: 700;

  line-height: 21px;

  padding: 5px 20px;

  text-transform: uppercase;

  cursor: pointer;

  transition: 0.3s;

  border-radius: 20px;

}

.account_form button:hover {

background: #47a828;

    color: #fff;

}

.login_submit label input[type=checkbox] {

  width: 15px;

  height: 13px;

  margin-right: 3px;

}



.login_submit a {    font-size: 14px;

    color: #ed8034;

}

.account_form p {

    margin-bottom: 20px;

}

p.ac_fill {

    color:#000;

    margin-top: 10px;

}

p.ac_fill a {

    color:#2184cd;

    font-weight: 600;

}

.account_form select.select_option {

    width: 100%;

    border: 1px solid #ebebeb;

    height: 40px;    font-size: 14px;

    padding: 0 15px;

}

.account_form input:focus {

    background: #f8f8f8;

    outline: none;

}



.Products_list h3 {

    font-size: 20px;

    text-align: center;

    margin-top: 10px;

}

.services h3 a {

    color: #000;

    font-size: 20px;

}

.services {

    text-align: center;

    background: #fff;

    padding: 20px; margin: 15px 0;

    border-radius: 10px;

}

.services img {

    max-height: 190px;
    min-height: 190px;

    min-width: 300px;
    max-width: 300px;

}

.service-slide .owl-controls {

    margin-top: 20px;

}

.service-slide .owl-controls .owl-dots .owl-dot span {

    width: 30px;

    border-radius: 10px;

}

.service-slide .owl-controls .owl-dots .owl-dot.active span {

    background: #62ccf4;

}

.service_content_bar.text-center {

    margin-bottom: 30px;

}

.services h3 a:hover {

    color: #62ccf4;

}



.testimonial_container .testimonial_images {

    width: 84px;

    position: relative;

    margin: 0 auto;

}

.testimonial_images img { margin: 0 auto;

    border-radius: 100% !important;

}

.single_testimonial {

    text-align: center;

}

.testimonial_images {

    margin-bottom: 20px;

}

.testimonial_content h5 {

    font-size: 19px;

    font-weight: 600;

    color: #036eb3;

}

.testimonial_content h6 {

    color: #000;

    font-size: 12px;

    margin: 5px 0px;

}

section.testimonials_section {

    padding: 70px 0;    background: #036eb3;

}

.client-section-head {

    margin-bottom: 50px;

}

.contact_more_btns button.btn-more.mt {

    background-color: #036eb3;

    color: #fff;

    padding: 10px 60px;

    border-radius: 8px;

    border: 1px solid #036eb3;

    z-index: 999;

    display: inline-block;

    position: relative;

}

.contact_more_btns button.btn-more.mt:hover {

    background: #1f1f1f;

    border-color: #1f1f1f;

}

section.contact_section {

    /*background: #f1f6fc;*/

    padding: 70px 0;

}

.contact_form-filed .form-group input {

    width: 100%;

    height: 50px;

    border-color: #f0efef;

}

.contact_form-filed .form-group textarea.form-control {

    width: 100%;

    border-color: #f0efef;

}

.contact_more_btns button.btn-more.mt:focus {outline: none;}

.contact_form_area {

    border-radius: 10px 0 0 10px;

    background-color: #fff;

}

.contact_form-filed {

    padding: 35px 40px 40px 40px;

}

.contact_info ul {

    margin: 0px;

    padding: 0px;

}

.contact_info ul li {

    color: #fff;

    list-style: none;

    display: flex;

    margin-top: 30px;

}

.contact_info ul li .c_icons {

    font-size: 25px;

    margin-right: 20px;

}

.contact_info ul li .c_icons .fa-phone {

    transform: rotate(

105deg);

}

.contact_info ul li .contact_content p {

    margin-bottom: 2px;

}

.contact_front_de {

    padding: 40px;

    background:#036eb3;

    height: 100%;    margin-right: -1px;

}

.contact_front_de h3 { color: #fff;}

.contact_info ul li .contact_content p a{color: #fff;}

.contact_content h4 { color: #fff;}

.client-slide .owl-controls .owl-dots .owl-dot.active span { background: #62ccf4;}

.client-slide .owl-controls .owl-dots .owl-dot span {width: 30px; border-radius: 10px;}

.client-slide .owl-controls .owl-nav .owl-prev, .client-slide .owl-controls .owl-nav .owl-next{background: #00ade0;

 background: #ffffff;

    text-align: center;

    width: 50px;

    border-radius: 100%;

    height: 50px;

    color: #00ade0;}

    .client-slide .owl-controls .owl-nav .owl-next i:before {

    margin-left: 5px;

    text-align: center;

    line-height: 43px;

}

.client-slide .owl-controls .owl-nav .owl-prev i:before {

    margin-left: 0;

    text-align: center;

    line-height: 43px;

}



.single_testimonial {

    text-align: center;

    background: #fff;

    border-radius: 10px;

    padding: 30px;

}

.client-section-head h3 {

    color: #fff;

}

.client-section-head p {

    color: #fff;

    line-height: 23px;

}

.client-section-head h5.client-sl {

    background: #ffffff61;

    border-radius: 10px;

    padding: 10px 30px;

    display: inline-block;

    font-weight: 900;

    color: #fff;

    font-size: 19px;

    margin-bottom: 20px;

}

.testimonial_content p {

    line-height: 27px;

    font-size: 14px;

    letter-spacing: 0;

}

.contact-section-head.text-center {

    margin-bottom: 40px;

}

.client-slide .owl-nav {

    margin-top: 20px;

}

section.blog-section {

    padding: 70px 0;

}



.blog-slide .owl-controls .owl-nav .owl-prev, .blog-slide .owl-controls .owl-nav .owl-next{background: #00ade0;

  text-align: center;

    width: 50px;

    border-radius: 100%;

    height: 50px;

    color: #fff;}

    .blog-slide .owl-controls .owl-nav .owl-next i:before {

    margin-left: 5px;

    text-align: center;

    line-height: 43px;

}

.blog-slide .owl-controls .owl-nav .owl-prev i:before {

    margin-left: 0;

    text-align: center;

    line-height: 43px;

}



.blog-slide .owl-controls .owl-nav {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    width: 100%;

}



.blog-slide .owl-controls .owl-nav .owl-prev {

    left: 0;  position: absolute;

}



.blog-slide .owl-controls .owl-nav .owl-next {

    right: 0; position: absolute;

}

.blog_slide h3 a {    margin-bottom: 10px;

    font-size: 19px;

       color: #0f2340;

}

.blog_slide p {

    font-size: 15px;

    line-height: 24px;

    letter-spacing: 0;

}

.more_blog a {

    background: #036eb3;

    padding: 10px 20px;

    border-radius: 7px;

    color: #fff;

    margin-top: 15px;

}

.more_blog a i:before {

    margin-left: 0;

    font-size: 13px;

}

.more_blog a:hover {

    background: #1f1f1f;

}

.blog_decontent {

    padding: 20px;

    background: #fff;

    border-radius: 10px;

}

.blog_slide img {  border-radius: 10px;}

.blog_slide h3 a:hover {color:#036eb3;}

footer.main_foooter .footer-about-widget ul li span.footer_icon i:before { margin-left: 0px; margin-right: 16px;}

section.blog-section .service_content_bar h3 { margin-bottom: 10px;}

.main_slider_ngo img { width: 100% !important;}

.main_inner_banner{ padding: 160px 0 120px;}

section.blog_section { padding: 70px 0;}

.blog-detail_content h3 {margin-bottom: 20px;}

.comment-respond { margin-top: 30px;}

form.comment-form.contact_form-filed .form-group label {color: #000;}

form.comment-form.contact_form-filed {padding: 0px;}

.blog-detail_content p { color: #000;}

.service_content_bar p {color: #000;}

.about_content-ngo p {color: #000;}

.about_lastcontent-ngo p {color: #000;}

.about_last_content-ngo p {color: #000;}

.pixsass_post_author_box {

    background: #fdf8f8;

    padding: 40px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-top: 80px;

    border-radius: 6px;

}

.pixsass_post_author_box .profile_image {

    width: 80px;

    margin-right: 20px;

    border-radius: 50%;

}

.pixsass_post_author_box .profile_content {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

}

.pixsass_post_author_box .profile_content .profile_name {

    font-size: 20px;

    line-height: 28px;

    color: #2b2350;

    margin: 0;

}

.pixsass_post_author_box .profile_content .author-job {

    font-size: 16px;

    line-height: 28px;

    margin-bottom: 15px;

    display: inline-block;

}

.pixsass_post_author_box .profile_content p {

    font-size: 18px;

    color: #797687;

    margin: 0;

    font-weight: 500;

}

.gp-posts-widget-wrapper .post-item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;    margin-bottom: 20px;border-bottom: 1px solid #6e6e80;

    padding-bottom: 10px;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

.gp-posts-widget-wrapper .post-item .post-widget-thumbnail {

    border-radius: 5px;

    overflow: hidden;

    width: 100px;

    margin-right: 30px;

}

.gp-posts-widget-wrapper .post-item .post-widget-info {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

}

.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title {

    font-size: 18px;

    font-weight: 500;

    line-height: 28px;

}

.gp-posts-widget-wrapper .post-item .post-widget-info .post-date {

    color: #797687;

    font-size: 15px;

    line-height: 28px;

    font-weight: 500;

}

.gp-posts-widget-wrapper .post-item .post-widget-info .post-widget-title a {color: #000;}

.gp-posts-widget-wrapper h2.widget-title {font-size: 25px; margin-bottom: 30px; border-bottom: 1px solid #595d72; padding-bottom: 10px;}

.services button {background: transparent; border: 0px; font-weight: 600; color: #006fb5;}

.services button:focus {outline: none;}

.inner_Breadcrumb ul li {list-style: none;color: #fff;display: inline-block;margin: 0 10px;}

.inner_Breadcrumb {text-align: center;}

.inner_banner {padding: 40px 0;}

.inner_banner .inner_Breadcrumb h5 {font-size: 45px; font-weight: 600;margin-bottom: 10px;}

.inner_Breadcrumb ul li a {color: #65beff;}

.blog_pg .blog_slide {margin: 15px 0;}



.service_bold{

    color:#fff;

}

/*CUSTOM CSS*/



.career-outer input, .career-outer textarea, .career-outer select{

        padding: 7.6px 8px;

    border: 1px solid #ccc;

    border-radius: 3px;

    margin-bottom: 10px;

    width: 100%;

    box-sizing: border-box;

    font-family: sans-serif;

    color: #2C3E50;

    font-size: 14px;

}

.career-outer{

    background: white;

    border: 0 none;

    border-radius: 3px;

    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);

    padding: 20px 30px;

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    min-height: 495px;

    position: relative;

}

.career-outer label span{

    color: red;

}

.career-text{

    text-align: center;

}

.career-text h4{

    font-weight: 600;

    color: #000;

}

.career-text p{

    margin-bottom:30px;

}



.team-outer{

/*    background: cornflowerblue;*/

    padding: 40px 0px;

}

.team-card {

    text-align: center;

    background: #fff;

/*    height: 450px;*/

    padding: 20px;

    transition: 0.5s;

     transform: scale(0.9);

    border-radius: 20px;

}

.team-card:hover {

/*    box-shadow: 0px 0px 10px 0px #c6c6c6;*/

    transform: scale(1.0);

    transition: 0.5s;

    cursor: pointer;

}

.team-card:hover img{

    image-orientation: ;

}

.team-mem-image{

    display: flex;

    align-items: center;

    justify-content: center;

}

.team-mem-image img {

    height: 300px;

    width: 200px;

    object-fit: cover;

}

.team-info h3 {

    color: #036eb3;

    font-size: 20px;

    margin: 10px 0px 0px;

    font-weight: 600;

}

.team-info h5 {

    color: #000;

    font-size: 16px;

    margin: 5px 0px 0px;

}

.team-info p{

    font-size: 12px;

    line-height: inherit;

    margin: 12px 0px;

}

.float{

    position:fixed;

    bottom:40px;

    left:75px;

    z-index: 999;

}



.my-float{

    margin-top:16px;

}

.blog-section p{

    color: #fff;

}

.post-widget-info p{

    color:#000;

}

    .vacancy-inner {

    padding: 40px 50px;

    border-radius: 3px;

    transition: 0.5s;

    border-top: 2px solid transparent;

    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);

}

.vacancy-inner:hover{

        background: #f9f9f9;

        cursor: pointer;

        transition: 0.5s;

        border-top: 2px solid #00ade0;

}

.vacancy-inner p i{

    margin-right:5px;

}

.vacancy-inner p span {

    margin-right: 10px;

}

.vacancy-inner p {

    color: #000;

}