/**************************************
    -- Css Table of Content
    01. Generale Style
    02. Navber Area Style
    03. Home Section Style
    04. Counter div Style
    05. What Section Style
    06. WHy Section Style
    07. Get Connected Section Style
    08. Home Events Section Style
    09. BLog Section Style
    10. Footer Section Style
    11. About Title Section Style
    12. Inner Title Section Style
    13. About Intro Section Style
    14. Working List Section Style
    15. Gallery Slider Section Style
    16. Press Release Section Style
	
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

body {
   background: #f8f9fa;
   color: #121215;
   font-family: "Poppins", Sans-serif;
   font-size: 14px;
   font-weight: normal;
   line-height: 26px;
   overflow-x: hidden;
   margin: 0 auto;
   padding: 0;
   letter-spacing: 0.5px;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

:root {
   --color-black: #121215;
   --color-black-light: #1e1e1e;
   --color-white: #f8f9fa;
   --color-text: #7a7a7a;
   --color-hover: #47adec;
   --color-hover-dark: #0043b4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   font-family: "Poppins", Sans-serif;
   font-weight: normal;
   color: var(--color-black);
   line-height: 1.5;
}

a {
   color: var(--color-hover-dark);
   text-decoration: none !important;
   -moz-transition: all 0.5s ease-in-out 0s;
   -ms-transition: all 0.5s ease-in-out 0s;
   -o-transition: all 0.5s ease-in-out 0s;
   -webkit-transition: all 0.5s ease-in-out 0s;
   transition: all 0.5s ease-in-out 0s;
}

img {
   max-width: 100%;
}

a:hover {
   color: var(--color-hover);
   -moz-transition: all 0.4s ease-in-out 0s;
   -ms-transition: all 0.4s ease-in-out 0s;
   -o-transition: all 0.4s ease-in-out 0s;
   -webkit-transition: all 0.4s ease-in-out 0s;
   transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
   color: var(--color-hover);
   text-decoration: none;
}

p {
   padding: 0;
   margin: 0;
   font-size: 14px;
   color: var(--color-text);
   font-weight: 500;
   line-height: 26px;
   letter-spacing: 0.5px;
   font-family: "Open Sans", sans-serif;
}

.mt-15 {
   margin-top: 15px !important;
}

.mt-30 {
   margin-top: 30px !important;
}

.mt-80 {
   margin-top: 80px !important;
}

.mb-15 {
   margin-bottom: 15px !important;
}
.mb-20 {
   margin-bottom: 20px !important;
}
.mb-30 {
   margin-bottom: 30px !important;
}
.ml-40 {
   margin-left: 40px !important;
}
.mr-40 {
   margin-right: 40px !important;
}

.p-0 {
   padding: 0 !important;
}

.z-index {
   z-index: 9;
}

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

.modify-img.no-pos {
   position: relative;
   left: auto;
   right: auto;
   top: auto;
   bottom: auto;
   height: 100%;
   width: 100%;
}

.position-relative {
   position: relative !important;
}

.form-control:focus {
   box-shadow: none;
   outline: 0 none;
   border-bottom: 1px solid var(--color-hover-dark);
}

.btn:focus {
   outline: none !important;
   box-shadow: none;
}

button:focus {
   outline: 0 none;
   box-shadow: none;
}

.button:focus {
   outline: none;
   box-shadow: none;
}

.button {
   position: relative;
   z-index: 2;
   display: inline-block;
   padding: 10px 30px;
   text-align: center;
   font-size: 14px;
   letter-spacing: 0px;
   text-transform: uppercase;
   font-weight: 700;
   font-family: "Be Vietnam Pro", Sans-serif;
   background-color: var(--color-hover-dark);
   border: 2px solid var(--color-hover-dark);
   color: #ffffff;
   cursor: pointer;
   overflow: hidden;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}
.button i {
   margin: 0 7px;
   font-size: 18px;
}

.button:hover {
   color: #ffffff;
   background-color: #000;
   border: 2px solid #000;
}

.bg-white {
   background-color: #fff;
}

.bg-black {
   background-color: #121215;
}

.bg-light-green {
   background-color: #ebf7ff;
}

.bg-none {
   background: none !important;
}

.color-text {
   color: var(--color-hover-dark);
}

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

.mr-15 {
   margin-right: 15px;
}

.pt-20 {
   padding-top: 20px;
}

.pb-20 {
   padding-bottom: 20px;
}

.pt-30 {
   padding-top: 30px;
}

.pb-30 {
   padding-bottom: 30px;
}

.pt-100 {
   padding-top: 100px;
}

.pb-100 {
   padding-bottom: 100px;
}

.d-table {
   width: 100%;
   height: 100%;
}

.d-table-cell {
   vertical-align: middle;
}

.bg-fixed {
   background-attachment: fixed;
}

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

.section-padding {
   padding: 100px 0;
}

.section-title {
   /* text-align: center; */
   margin-bottom: 75px;
}

.section-title h2 {
   font-size: 75px;
   line-height: 90px;
   font-weight: 900;
   text-transform: uppercase;
   color: transparent;
   -webkit-text-stroke: 1px var(--color-hover-dark);
   position: relative;
}

.section-title h2::before {
   position: absolute;
   content: "";
   top: 100px;
   left: 30px;
   padding: 0;
   width: 80px;
   height: 3px;
   background-color: #ec5e4f;
}

.section-title h2::after {
   position: absolute;
   content: "";
   top: 110px;
   left: 60px;
   padding: 0;
   width: 80px;
   height: 3px;
   background-color: #ec5e4f;
}

.section-title h3 {
   color: #121215;
   font-size: 22px;
   font-weight: 800;
   margin-bottom: 20px;
   text-transform: uppercase;
   letter-spacing: 0.7px;
}

.section-title p {
   width: 50%;
   color: #121215;
   font-size: 14px;
   line-height: 24px;
}

.section-des {
   margin-left: 160px;
}

.gradient-wrap {
   position: relative;
   background: linear-gradient(180deg, #db4437, #4285f4 32.81%, #00ab47 66.15%, #ffba00);
   padding: 3px;
}

.mr-0 {
   margin: 0;
}

.mr-top-50 {
   margin-top: 50px;
}

.v-middle {
   position: absolute;
   width: 100%;
   top: 50%;
   left: 0;
   -webkit-transform: translate(0%, -50%);
   transform: translate(0%, -50%);
}

.valign {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
   margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
   width: 7px;
   height: 7px;
   margin: 5px 5px;
   background-color: rgba(0, 0, 0, 0.1);
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity 0.2s ease;
   border-radius: 5px;
   transition: 0.3s;
   border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
   background-color: var(--color-hover-dark) !important;
   width: 7px;
   height: 7px;
   transition: 0.3s;
   -webkit-box-shadow: 0 1px 5px var(--color-hover-dark);
   box-shadow: 0 1px 5px var(--color-hover-dark);
}

.owl-theme .owl-dots .owl-dot:hover span {
   background-color: transparent;
   border: 2px solid var(--color-hover-dark);
   transition: 0.3s;
}

/**************************************
 * 02.Navber Area Style
 *************************************/

.navbar-b {
   transition: all 0.5s ease-in-out;
   background-color: transparent !important;
   padding: 30px 0;
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
}

.navbar-nav {
   background-color: #fff;
   border-radius: 15px;
   padding: 10px 60px;
}
.navbar-b.navbar-reduce .navbar-nav {
   background-color: #ededed;
   border-radius: 0;
   padding: 10px 20px;
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
   position: relative;
   padding-right: 10px;
   padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
   color: #002460;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0.7px;
   padding-top: 15px;
   font-family: "Poppins", Sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
   color: var(--color-hover);
}

.navbar-b.navbar-trans .nav-link:hover {
   color: var(--color-hover);
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
   color: var(--color-hover);
}

.nav-link.active {
   color: var(--color-hover);
}

.navbar-b.navbar-reduce {
   transition: all 0.5s ease-in-out;
   background-color: #000;
   box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
   -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
   animation: 500ms ease-in-out 0s normal fadeInDown;
   -webkit-transition: 0.6s;
   transition: 0.6s;
}

.navbar-b.navbar-reduce .nav-item:not(:last-child) {
   border-bottom: 1px solid #c4c4c4;
}
.navbar-b.navbar-reduce .navbar-toggler span {
   background-color: var(--color-hover-dark);
}

.navbar-b.navbar-reduce .navbar-collapse {
}

.navbar-toggler {
   position: relative;
   background-color: #fff;
   border-radius: 10px;
   padding: 10px 30px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
   outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: var(--color-hover-dark);
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   transition: -webkit-transform 0.35s ease-in-out;
   transition: transform 0.35s ease-in-out;
   transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
   position: absolute;
   left: 30px;
   top: 10px;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
   height: 12px;
   visibility: hidden;
   background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
   position: absolute;
   left: 30px;
   top: 10px;
   -webkit-transform: rotate(-135deg);
   transform: rotate(-135deg);
   opacity: 0.9;
}

.navbar-brand img {
   width: 290px;
}

/**************************************
 * 03.Home Section Style
 *************************************/

.home-area {
   background: transparent;
   height: 100vh;
   position: relative;
   color: #f8f9fa;
   overflow: hidden;
}
.home-area .tp-bgimg::before {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.5) !important;
   z-index: 2;
}

.home-area .home-content {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   padding: 30px 0;
   z-index: 9;
   position: absolute;
   top: 60%;
   left: 50%;
   width: 100%;
   transform: translate(-50%, -60%);
}

.home-area .home-content h1 {
   color: #ffffff;
   font-family: "DM Serif Display", Sans-serif;
   font-size: 46px;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 0px;
}
.home-area .home-content h2 {
   color: #ffffff;
   font-family: "Poppins", Sans-serif;
   font-size: 22px;
   font-weight: 400;
   text-transform: uppercase;
   list-style: 32px;
}

/**************************************
 * 04.Counter div Style
 *************************************/
.counter {
   border-radius: 15px;
   display: flex;
   justify-content: space-around;
   background-color: var(--color-hover-dark);
   position: absolute;
   bottom: -60px;
   left: 50%;
   transform: translateX(-50%);
   width: 70%;
   box-shadow: 5px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.counter-text {
   width: 60%;
   padding: 20px 60px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.counter-text h2 {
   color: #fff;
   font-size: 30px;
   font-weight: 600;
}
.counter-content {
   background-color: var(--color-hover);
   width: 40%;
   padding: 20px 60px;
   border-radius: 0 15px 15px 0;
   text-align: center;
}
.counter-content h5 {
   color: #fff;
   font-size: 65px;
   font-weight: 600;
   line-height: 1;
}
.counter-content p {
   color: #fff;
   font-size: 16px;
   font-weight: 600;
}

/**************************************
 * 04.Featured Section Style
 *************************************/
.featured-area {
   background-color: #f7f7f7;
   padding: 20px 0px;
   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.featured-title {
}
.featured-title h2 {
   color: #7e7e7e;
   font-size: 20px;
   line-height: 1;
   text-transform: uppercase;
   margin-bottom: 20px;
   font-family: "Poppins", Sans-serif;
}
.featured-logos {
   width: 100%;
   overflow: hidden;
}
.featured-logos .logo-single {
   width: 16.666%;
   float: left;
}
.featured-logos .logo-single a {
}
.featured-logos .logo-single a img {
}
/**************************************
 * 05.What Section Style
 *************************************/
.what-area {
   background-color: #fff;
}
.what-area-image {
}
.what-area-text {
}
.what-area-text h3 {
   font-size: 18px;
   line-height: 36px;
   font-weight: 400;
   color: #69727d;
   letter-spacing: 2px;
}
.what-area-text h2 {
   color: var(--color-hover-dark);
   font-family: "Poppins", Sans-serif;
   font-size: 35px;
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 20px;
}
.what-area-text h6 {
   font-size: 16px;
   line-height: 32px;
   text-transform: uppercase;
   font-weight: 600;
   color: var(--color-hover-dark);
}
.what-area-text p {
   font-size: 16px;
   line-height: 32px;
   margin-bottom: 10px;
   text-align: justify;
   font-family: "Montserrat", Sans-serif;
}
.what-area-text p strong {
   font-weight: 700;
   color: #002159;
}
.about-intro-text p {
   color: #7a7a7a;
   font-weight: 500;
}
.what-area-button {
   display: flex;
   justify-content: start;
   align-items: baseline;
}
.what-area-button .button {
   margin-left: 30px;
   text-transform: capitalize;
   transition: 0.3s transform ease-in-out;
}
.what-area-button .button:hover {
   transform: scale(0.9);
}

/*******************************************
 * 06. Why Section Style
 *******************************************/
.why-area {
   background-color: var(--color-hover-dark);
   position: relative;
}
.why-area-left {
}
.why-area-left h2 {
   color: #ffffff;
   font-size: 40px;
   line-height: 50px;
   font-weight: 600;
   text-transform: uppercase;
}
.why-area-left p {
   color: #dadada;
   font-family: "Be Vietnam Pro", Sans-serif;
   margin: 30px 0;
}
.why-area-left .sm {
   font-size: 12px;
}
.why-area-left .blog-slider-single {
   padding: 15px;
   position: unset;
}
.why-area-left .blog-slider-single img {
   position: unset;
}
.why-area-left .logo-prev,
.why-area-left .logo-next {
   color: #fff;
   font-size: 18px;
   font-weight: 300;
   background-color: transparent;
   border: none;
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.why-area-left .logo-prev {
   left: 0;
}

.why-area-left .logo-next {
   right: 0;
}
.why-area-right {
   margin-left: 50px;
}
.why-area-right_single {
   display: flex;
}
.why-area-right_single img {
   width: 50px;
   height: 50px;
}
.why-area-right_single-text {
   margin: 0 0 60px 20px;
}
.why-area-right_single-text h3 {
   margin-bottom: 10px;
   color: #ffffff;
   font-family: "Be Vietnam Pro", Sans-serif;
   font-size: 20px;
   line-height: 25px;
   font-weight: 700;
   text-transform: capitalize;
}
.why-area-right_single-text p {
   color: #dadada;
   font-family: "Be Vietnam Pro", Sans-serif;
   font-size: 14px;
   font-weight: 400;
   line-height: 20px;
   width: 80%;
}

/* About Why Area */
.about-why-area {
}
.about-why-area .why-area-left h2 {
   color: var(--color-hover-dark);
}
.about-why-area .why-area-left p {
   color: var(--color-hover);
}
.about-why-area .why-area-left .sm {
   color: var(--color-text);
}
.about-logo-prev,
.about-logo-next {
   color: #c5c5c5;
   font-size: 18px;
   font-weight: 300;
   background-color: transparent;
   border: none;
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.about-logo-prev {
   left: 0;
}

.about-logo-next {
   right: 0;
}
.about-why-area .why-area-right {
   margin-top: 30px;
   margin-left: 0;
   display: flex;
   justify-content: space-between;
}
.about-why-area .why-area-right_single {
   display: flex;
   margin-right: 30px;
}
.about-why-area .why-area-right_single img {
   width: 70px;
   height: 70px;
}
.about-why-area .why-area-right_single-text {
   margin: 0 0 60px 10px;
}
.about-why-area .why-area-right_single-text h3 {
   color: var(--color-hover-dark);
}
.about-why-area .why-area-right_single-text p {
   color: var(--color-hover);
   width: 100%;
}

/*******************************************
 * 07. Get Connected Section Style
 *******************************************/
.get-connected-area {
   padding: 150px 0 100px;
}
.get-connected-area .what-area-text h2 {
   color: #000000;
   font-family: "Poppins", Sans-serif;
   font-size: 26px;
   text-transform: uppercase;
}

.get-connected-area .button {
   transition: 0.3s transform ease-in-out;
}
.get-connected-area .button:hover {
   transform: scale(1.1);
}
.get-connected-image {
   margin-left: 50px;
}

/*******************************************
 * 08.Home Events Section Style
 *******************************************/
.home-events-area {
   padding-top: 100px;
}
.section-heading {
}
.section-heading h2 {
   color: var(--color-hover-dark);
   font-size: 35px;
   line-height: 40px;
   font-weight: 600;
   text-transform: capitalize;
   position: relative;
}
.section-heading h2::after {
   content: "";
   position: absolute;
   bottom: -20px;
   left: 50%;
   transform: translateX(-50%);
   height: 3px;
   width: 100px;
   background-color: var(--color-hover-dark);
}
.section-heading h3 {
   font-size: 28px;
   line-height: 35px;
   font-weight: 600;
   text-transform: capitalize;
   color: var(--color-hover-dark);
}
.section-heading p {
   text-align: center;
   font-family: "Be Vietnam Pro", Sans-serif;
}
.home-events-area .blog-slider {
   margin: 60px 0 100px;
   /* background-color: #fff !important; */
}
.blog-post-single {
   border-radius: 10px;
   padding: 10px;
   overflow: hidden;
}
.blog-post-single_content {
   background-color: #ebf2ff;
   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   padding-bottom: 20px;
   border-radius: 10px;
}
.blog-post-single_content:hover {
   box-shadow: 2px 2px 10px 0px rgb(7, 65, 125, 0.3);
}
.blog-post-single img {
   /* max-width: 100%;
   height: auto; */
   border-radius: 10px 10px 0 0;
}
.blog-post-single h3 {
   color: var(--color-hover-dark);
   padding: 0 20px 10px;
   font-family: "Be Vietnam Pro", Sans-serif;
   font-size: 20px;
   font-weight: 700;
   line-height: 25px;
}
.blog-post-single h4 {
   color: var(--color-hover-dark);
   padding: 20px 20px 10px;
   font-family: "Be Vietnam Pro", Sans-serif;
   font-size: 16px;
   font-weight: 700;
   line-height: 25px;
}
.blog-post-single p {
   font-family: "Be Vietnam Pro", Sans-serif;
   font-size: 12px;
   line-height: 22px;
   padding: 10px 20px 20px;
}
.blog-post-single a {
   color: #3b3f42;
   padding: 0 20px;
   font-weight: 500;
}
.blog-post-single a:hover {
   color: #000;
}
.blog-post-single .link {
   color: var(--color-hover-dark);
}
.blog-post-single .link:hover {
   color: var(--color-hover-dark);
}
.home-events-area .blog-prev,
.home-events-area .blog-next {
   color: rgba(102, 102, 102, 0.5);
   transition: 0.3s ease;
}
.home-events-area .blog-prev:hover,
.home-events-area .blog-next:hover {
   color: var(--color-hover-dark);
}
.home-gallery-prev,
.home-gallery-next {
   color: var(--color-hover-dark);
   font-size: 24px;
   background-color: transparent;
   border: none;
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.home-gallery-prev {
   left: 0;
}

.home-gallery-next {
   right: 0;
}
/**************************************
 * 9. Blog Slider Section Style
 *************************************/
.blog-slider-area {
   background-color: #f8f9fd;
   padding-top: 45px;
}
.blog-slider-area .section-text {
   padding: 0 15px;
}
.blog-slider-area .section-text h2 {
   font-size: 45px;
   line-height: 1;
   font-weight: 600;
}
.blog-slider-area .section-text p {
   color: #e1b000;
   font-weight: 500;
}

.blog-slider {
   margin-top: 40px;
   margin-bottom: 30px;
   position: relative;
}
.blog-slider .slick-track{
   margin-left: 0;
   margin-right: unset;
}
.blog-slider-single {
   position: relative;
   padding-top: calc(400/600*100%);
}
.blog-slider-single img {
   border-radius: 15px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   padding: 5px;
}
.blog-prev,
.blog-next {
   color: #fff;
   font-size: 24px;
   background-color: transparent;
   border: none;
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.blog-prev {
   left: 10px;
}

.blog-next {
   right: 10px;
}

.read-more-link{
   color: var(--color-hover);
   font-size: 13px;
   line-height: 28px;
   white-space: nowrap;
}
.read-more-link span{
   border-bottom: 1px solid var(--color-hover);
}
.read-more-link:hover{
   color: var(--color-hover-dark);
}
.read-more-link:hover span{
   border-color: var(--color-hover-dark);
}

/**************************************
 * 9.Email Send Section Style
 *************************************/
.email-send-area {
   background-color: var(--color-hover-dark);
   padding: 30px 0 20px;
   text-align: center;
}
.email-send-area h2 {
   color: #fff;
   font-size: 35px;
   font-weight: 600;
   text-transform: capitalize;
   font-family: "Poppins", Sans-serif;
}
#mailchimp-form .form-group {
   position: relative;
   border-radius: 5px;
   margin-top: 10px;
}
#mailchimp-form .form-group input {
   padding: 20px 10px;
}
#mailchimp-form button {
   position: absolute;
   top: 0;
   right: 0;
   width: 30%;
   padding: 20px 10px;
   height: 20px;
   line-height: 1px;
   border: 1px solid #000;
   background-color: #000;
   border-radius: 0 5px 5px 0;
   color: #fff;
   transition: 0.3s ease-in-out;
}
#mailchimp-form button:hover {
   border: 1px solid #001c4d;
   background-color: #001c4d;
}

.email-send {
   border-radius: 15px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   background-color: #fff;
   position: absolute;
   bottom: -60px;
   left: 50%;
   transform: translateX(-50%);
   width: 70%;
   padding: 20px 40px;
   box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.email-send h2 {
   color: var(--color-hover-dark);
   font-size: 22px;
   font-weight: 600;
   text-transform: capitalize;
   width: 54%;
}
.email-send #mailchimp-form {
   width: 46%;
}
.email-send #mailchimp-form .form-group input {
   border: 1px solid var(--color-hover-dark);
}
.email-send #mailchimp-form .form-group button {
   border: 1px solid var(--color-hover-dark);
   background-color: var(--color-hover-dark);
   width: 40%;
}

/**************************************
 * 10.Footer Section Style
 *************************************/

.footer-area {
   overflow: hidden;
   border-top: 10px solid var(--color-hover-dark);
}

.footer-top-wrapper {
   background-color: var(--color-black-light);
   padding: 70px 0;
}

.footer-bottom-wrapper {
   background-color: #000;
   padding: 10px 0;
}
.footer-top-wrapper-contents {
   display: flex;
   justify-content: space-between;
}

.footer-about a img {
   margin-bottom: 20px;
}
.footer-about p {
   color: #fff;
   font-size: 12px;
   line-height: 24px;
}

.footer-list {
   /* display: flex;
   justify-content: center; */
}
.footer-list ul li {
   margin-bottom: 15px;
}
.footer-list ul li a {
   color: #fff;
   font-size: 16px;
   font-weight: 600;
}
.footer-list ul li a:hover {
   color: var(--color-hover);
}
.footer-contact {
}
.footer-contact h6 {
   color: var(--color-hover);
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 700;
   position: relative;
   margin-bottom: 30px;
}

.footer-contact h6::after {
   content: "";
   width: 45%;
   height: 100%;
   position: absolute;
   top: 10px;
   left: 0;
   border-bottom: 1px solid var(--color-hover);
}
.footer-contact p {
   color: #fff;
   font-size: 16px;
}
.footer-contact ul {
   margin-top: 30px;
   display: flex;
}
.footer-contact ul li {
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: #000;
   border-radius: 50%;
   margin-right: 7px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.footer-contact ul li a {
   color: #fff;
   font-size: 18px;
   font-weight: 700;
}
.footer-contact ul li a:hover {
   color: var(--color-hover);
}

.footer-contact ul li a i {
}

.pl-50 {
   padding-left: 50px;
}

.pr-50 {
   padding-right: 50px;
}

.footer-copyright-text p {
   color: #fff;
   font-size: 12px;
}
.footer-copyright-text p a {
   color: #fff;
}

/**************************************
 * 11. About Title Section Style
 *************************************/
.about-title-area {
   height: 380px;
   width: 100%;
   background: url(../img/about-title-bg.webp);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   overflow: hidden;
}
.about-title-area::after {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: #0043b4;
   opacity: 0.5;
   z-index: 1;
}
.about-title-content {
   margin: 100px 0 50px;
   z-index: 2;
   position: relative;
}
.about-title-content h2 {
   font-size: 35px;
   font-weight: 600;
   text-transform: uppercase;
   color: #fff;
   margin-bottom: 20px;
}
.about-title-content p {
   font-size: 16px;
   line-height: 26px;
   color: #fff;
   text-align: center;
   font-weight: 600;
   text-shadow: 1px 1px 0px #030413;
}

/**************************************
 * 12. Inner Title Section Style
 *************************************/
.inner-title-area {
   height: 280px;
   width: 100%;
   background-color: var(--color-hover-dark);
}
.inner-title-content {
   margin-top: 100px;
}
.inner-title-content h2 {
   font-size: 35px;
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
}

/**************************************
 * 13. About Intro Section Style
 *************************************/
.about-intro {
   padding: 70px 0 100px;
}
.about-intro table tr th,
.about-intro table tr td {
   color: var(--color-text);
}

/**************************************
 * 14. Working List Section Style
 *************************************/
.working-list-area {
   padding: 80px 0;
   background-color: #f6faff;
}

.about-details-text h2 {
   color: var(--color-hover-dark);
   font-size: 36px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 48px;
   margin-bottom: 50px;
   position: relative;
}
.about-details-text h2 span {
   color: var(--color-hover);
}
.about-details-text h2::before,
.about-details-text h2::after {
   content: "";
   position: absolute;
   bottom: -20px;
   left: 0;
   height: 4px;
}

.about-details-text h2::before {
   background-color: var(--color-text);
   width: 280px;
}
.about-details-text h2::after {
   background-color: #000;
   width: 100px;
}
.about-details-text p {
   font-size: 16px;
   line-height: 32px;
   text-align: justify;
   font-family: "Open Sans", sans-serif;
}

.working-list-single {
   background-color: #fff;
   padding: 20px;
   border-radius: 15px;
   margin-top: 20px;
   transition: 0.3s;
}
.working-list-single:hover {
   box-shadow: 12px 6px 15px 0px rgba(6.4198369565217375, 22.317632768194702, 62.99999999999999, 0.29);
}
.working-list-single h3 {
   color: rgba(0, 0, 0, 0.7);
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
}
.working-list-area ul {
   list-style: unset;
   margin-top: 20px;
}
.working-list-area ul li {
   font-size: 14px;
   line-height: 28px;
   margin-left: 30px;
   color: var(--color-text);
}

/**************************************
 * 15. Gallery Slider Section Style
 *************************************/
.gallery-slider-area {
   padding: 30px 0 70px;
}
.gallery-text h2 {
   color: var(--color-hover-dark);
   font-size: 22px;
   font-weight: 700;
   line-height: 28px;
   margin-bottom: 20px;
}
.gallery-text p {
   font-size: 16px;
   line-height: 28px;
}
.gallery-slider-area .blog-slider {
   padding: 0 30px;
}
.gallery-slider-area .blog-prev,
.gallery-slider-area .blog-next {
   color: var(--color-hover-dark);
}
.gallery-slider-area .blog-prev {
   left: 0;
}

.gallery-slider-area .blog-next {
   right: 0;
}

/**************************************
 *  16. Press Release Section Style
 *************************************/
.press-release-area {
}
.press-release-single:not(:last-child) {
   border-bottom: 1px solid #000;
}
.press-release-single {
   padding: 50px 0 30px;
}
.press-release-image img {
   border-radius: 15px;
   margin-bottom: 30px;
   max-width: 100%;
   height: auto;
   width: 100%;
}
.press-release-text {
   text-align: center;
   margin-top: 20px;
}
.press-release-text h2 {
   font-family: "Hind Siliguri", Sans-serif;
   font-size: 20px;
   font-weight: 700;
   line-height: 1.5;
   margin-bottom: 20px;
   color: #000;
}
.press-release-text h2 a {
   color: var(--color-hover-dark);
}
.press-release-text p {
   font-size: 13px;
   line-height: 28px;
   margin-bottom: 20px;
   text-align: center;
   font-weight: 500;
   color: #555;
   font-family: "Hind Siliguri", Arial, sans-serif;
}
.press-release-text strong {
   font-weight: 700;
}
.press-release-area .featured-logos {
}
.press-release-area .featured-logos .logo-single {
   position: relative;
}
.press-release-area .featured-logos .logo-single a img {
   max-width: 100%;
   height: auto;
   overflow: hidden;
}
.press-release-area .featured-logos .logo-single a::before {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   content: "";
   background: #000;
   /* z-index: -1; */
   opacity: 0;
}
.press-release-area .featured-logos .logo-single a:hover::before {
   opacity: 0.5;
}
.press-release-area .col6-logos .logo-single {
   width: 25%;
   padding: 10px;
}
