/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Fortified
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .main_header
3. Banner  / .banner-section  
4. About  / .aboutus_section  
5. Service  / .services_section 
6. Choose Us  / .chooseus_section  
7. Case Studies  / .case_studies_section  
8. Video  / .video_section  
9. Testimonial  / .testimonials-section  
10. Article  / .news_articles_section  
11. Footer  / .footer_section  
*/
/*------------------------------------------------------------------
# [Color Codes]

#    --e-global-color-primary: #1f1f1f;
#    --e-global-color-secondary: #4b2999;
#    --e-global-color-text: #7c7c7c;
#    --e-global-color-accent: #57eef1;
#	 --e-global-color-white: #ffffff;
#    --e-global-color-black: #000000;
#    --e-global-color-dark-gray: #282f3d;
#    --e-global-color-grayish-blue: #a2abbd;
#    --e-global-color-grayish-red: #c4c0c1;
#    --e-global-color-very-pale-blue: #fafaff;
#    --e-global-color-bright-yellow: #fbc729;
#    --e-global-color-light-grayish-blue: #d0cee2;
#    --e-global-color-dark-blue: #0e1625;
#    --e-global-color-light-gray: #dedede;
#    --e-global-color-light-gray-blue: #e8e7fb;
#    --e-global-color-pale-blue: #f1f0ff;
#    --e-global-color-very-dark-blue: #0d1422;
#    --e-global-color-mostly-black: #111929;
#    --e-global-color-mostly-black-blue: #161f30;
#    --e-global-color-very-dark-grayish-blue: #29303f;
#    --e-global-color-very-dark-mostly-black-blue: #111929;
#    --e-global-color-very-dark-black-blue: #0a111e;
#    --e-global-color-very-light-blue: #63686a;
#    --e-global-color-very-light-gray: #e5e5e5;
#    --e-global-color-pure-red: #ff0000;
*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: 'Lexend Deca', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&display=swap');

body {
  font-family: "Pretendard Variable", Pretendard, Roboto, sans-serif;
}

:root { 
    --e-global-color-primary: #1f1f1f;
    --e-global-color-secondary: #0097FB;
    /* --e-global-color-secondary: #4b2999; */
    --e-global-color-text: #7c7c7c;
    --e-global-color-accent: #57eef1;
	--e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-dark-gray: #282f3d;
    --e-global-color-grayish-blue: #a2abbd;
    --e-global-color-grayish-red: #c4c0c1;
    --e-global-color-very-pale-blue: #fafaff;
    --e-global-color-bright-yellow: #fbc729;
    --e-global-color-light-grayish-blue: #d0cee2;
    --e-global-color-dark-blue: #0e1625;
    --e-global-color-light-gray: #dedede;
    --e-global-color-light-gray-blue: #e8e7fb;
    --e-global-color-pale-blue: #f1f0ff;
    --e-global-color-very-dark-blue: #0d1422;
    --e-global-color-mostly-black: #111929;
    --e-global-color-mostly-black-blue: #161f30;
    --e-global-color-very-dark-grayish-blue: #29303f;
    --e-global-color-very-dark-mostly-black-blue: #111929;
    --e-global-color-very-dark-black-blue: #0a111e;
    --e-global-color-very-light-blue: #63686a;
    --e-global-color-very-light-gray: #e5e5e5;
    --e-global-color-pure-red: #ff0000;
}

caption, legend, .sr_only, .sr-only, .hidden, .blind, .IR {
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0 none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
h1 {
    font-size: 74px;
    font-weight: 600;
    line-height: 77px;
}
h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 49px;
}
h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right;
}
.color-white {
  color: #fff !important;
}
.color-blue {
  color: var(--e-global-color-secondary ,#0097FB) !important;
}
.color-dark-gray {
  color: var(--e-global-color-dark-gray ,#282f3d) !important;
}
.color-text {
  color: var(--e-global-color-text, #7c7c7c) !important;
}
.text-size-24 {
    font-size: 24px;
    line-height: 32px;
}
.text-size-20 {
    font-size: 20px;
    line-height: 28px;
}
.text-size-18 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.text-size-16 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.text-size-14 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.border-bottom-wh-op2 {
  border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}
a {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.default-btn {
    display: inline-block;
    padding: 20px 42px;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.default-btn:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    color: var(--e-global-color-white);
}
.hover-effect {
    transition: all 0.3s ease-in-out;
}
.hover-effect:hover {
    transform: translateY(-5px);
}
html {
    scroll-behavior: smooth;
}

/* Cyber Agency Home Page Style */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* Cyber Agency Home Page Header Section Style */

.banner-section-outer {
   position: relative;
   background-color: var(--e-global-color-dark-blue);
   background-color: #253659;
   /* background: url('../images/banner_background.png'); */
   background-image: url(../images/statistics_background_layer.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.banner-section-outer .card-overlay {
    background: rgba(0, 0, 0, 60%);
}
.banner-section-outer::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 1;
    width: 949px;
    height: 71px;
    background: url(../images/bannerbackgroundbottom.png);
}
.banner-section-outer::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: solid 42px transparent;
    border-right: solid 1135px rgb(255,255,255);
    border-left: solid 750px transparent;
    border-bottom: solid 28px rgb(255,255,255);
} 
.main_header {
    position: relative;
    z-index: 2;
    padding: 40px 280px 40px 280px;
    background-color: var(--e-global-color-dark-blue);
}
.navbar-collapse ul { 
    display: inherit;
    align-items: center;
    text-align: center; 
}
.navbar-expand-lg {
    position: relative;
    z-index: 1;
}
.navbar-brand {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav li {
    position: relative;
    margin: 0 13px 0 17px;
    transition: all 0.3s ease-in-out;
}
.navbar-nav li:first-child {
    margin-left: 0;
}
.navbar-nav .nav-item a {
    color: var(--e-global-color-white) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover {
    background-color: transparent;
    color: var(--e-global-color-accent) !important;
}
.navbar-nav .active > a {
    color: var(--e-global-color-accent) !important;
}
.navbar-collapse .drop-down-pages {
    margin-left: 0;
    text-align: left;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 200px;
    background-color: var(--e-global-color-white);
    box-shadow: 1px 1px 30px rgb(0 0 0 / 1%);
}
.navbar-nav .drop-down-pages li {
    margin: 0;
    border-bottom: 1px solid var(--e-global-color-white);
}
.navbar-nav .drop-down-pages li:last-child {
    border: none;
}
.navbar-nav .drop-down-pages .nav-item a {
    padding: 16px 20px;
    color: var(--e-global-color-primary) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}
.navbar-nav .nav-item .dropdown-item:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%) !important;
    color: var(--e-global-color-white) !important;
}
.navbar-nav .drop-down-pages .active > a {
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%) !important;
    color: var(--e-global-color-white) !important;
}
.navbar-nav .drop-down-pages .active > a:hover {
    background-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-white) !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--e-global-color-accent) !important;
  /* color: var(--e-global-color-accent) !important; */
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.outer_div {
    margin-left: 35px;
}
.outer_div .icon {
    position: relative;
    display: inline-block;
    padding: 0px 13px;
}
.outer_div .icon span {
    position: absolute;
    right: 10px;
    bottom: -5px;
    display: inline-block;
    border-radius: 500px;
    width: 13px;
    height: 13px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    font-size: 8px;
    line-height: 10px;
    text-align: center;
}
.outer_div .get_started {
    display: inline-block;
    margin-left: 8px;
    padding: 17px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    color: var(--e-global-color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.outer_div .get_started:hover {
    border: 1px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
}

/* SEARCH FORM */ 

#search {
    position: fixed;
    top: 0px;
    left: 0px;    
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
#search.open {
    z-index: 106; 
    opacity: 1;
    display: block;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1);
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    margin-left: 20%;
  	padding: 10px;
  	border-top: none;
  	border-right: 0px solid transparent;
  	border-left: 0px solid transparent;
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
    width: 60%;
  	background: transparent;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
}
#search input[type="search"]::-webkit-search-cancel-button {
    content: "\f00d";
    width: 20px;
    height: 20px;
    background-image: url('../images/close.png');
    -webkit-appearance: none;
    appearance: none;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	opacity: 1;
  	color: #fff;
	font-size: 27px;
}
#search .close:hover {
  color: var(--e-global-color-accent);
  cursor: pointer;
  text-shadow: none;
}

/*  Social Icons Section Style */

.banner_content-section {
  position: relative;
}
.left_icons {
  position: absolute;
  top: 85px;
  left: -230px;
  z-index: 1;
}
.left_icons ul li {
  display: block;
  padding-bottom: 5px;
}
.left_icons ul li i {
  border-radius: 100%;
  width: 51px;
  height: 51px;
  background: transparent;
  color: var(--e-global-color-white);
  font-size: 20px;
  line-height: 51px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.left_icons i:hover {
  background-image: linear-gradient(33deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}

/* Cyber Agency Home Page Banner Section Style */

.banner-section-outer .banner-section {
    padding: 172px 280px 265px;
}
.banner-section-outer .banner-section .banner-content h6 {
    position: relative;
    margin-bottom: 12px;
    padding-left: 70px;
    letter-spacing: 1.6px;
}
.banner-section-outer .banner-section .banner-content h6::before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 12px;
    width: 56px;
    height: 1px;
    background-color: var(--e-global-color-grayish-red);
    transition: all 0.3s ease-in-out;
}
.banner-section-outer .banner-section .banner-content h1 {
    margin-bottom: 16px;
}
.banner-section-outer .banner-section .banner-content p {
    margin-bottom: 30px;
    padding-right: 35px;
}
.banner-section-outer .banner-section .banner-content .btn_wrapper a {
    margin-right: 18px;
}
.banner-section-outer .banner-section .banner-content .btn_wrapper .play-icon {
    position: relative;
    display: inline-block;
    padding-left: 68px;
    color: var(--e-global-color-white);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.banner-section-outer .banner-section .banner-content .btn_wrapper .play-icon figure {
    position: absolute;
    top: -22px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    width: 57px;
    height: 57px;
    background-image: none;
    line-height: 52px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-image: none;
}
.banner-section-outer .banner-section .banner-content .btn_wrapper .play-icon:hover {
    color: var(--e-global-color-accent);
}
.banner-section-outer .banner-section .banner-content .btn_wrapper .play-icon:hover figure {
    border: 1px solid var(--e-global-color-secondary);
    background-image: linear-gradient(33deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    border-image: linear-gradient(33deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.banner-section-outer .banner-section .banner_bottom_shape {
    right: -3px;
    bottom: 0;
}

/* Cyber Agency Home Page About Us Section Style */

.aboutus_section {
    padding: 136px 0 180px;
}
.aboutus_section .aboutus_images_wrapper {
    position: relative;
}
.aboutus_section .aboutus_images_wrapper .aboutus_image_one {
    position: relative;
    top: 0;
    left: 0;
}
.aboutus_section .aboutus_images_wrapper .aboutus_image_two {
    position: relative;
    top: 30px;
    left: 0;
}
.aboutus_section .aboutus_images_wrapper .aboutus_image_three {
    position: absolute;
    top: 90px;
    right: -48px;
}
.aboutus_section .aboutus_content_wrapper {
    position: absolute;
    top: 28px;
    right: 0;
    left: 46px;
    bottom: 0;
    margin: auto;
    padding: 25px;
    border: 4px solid var(--e-global-color-white);
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background-image: linear-gradient(46deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.aboutus_section .aboutus_content_wrapper .aboutus_span_wrapper span {
    position: relative;
    left: 6px;
    color: var(--e-global-color-white);
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
}
.aboutus_section .aboutus_content_wrapper .aboutus_span_wrapper sup {
    color: var(--e-global-color-white);
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
} 
.aboutus_section .aboutus_content_wrapper p {
    color: var(--e-global-color-white);
    font-weight: 500;
    line-height: 16px;
}
.aboutus_section .aboutus_content {
    padding-top: 78px;
    padding-left: 65px;
}
.aboutus_section .aboutus_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.aboutus_section .aboutus_content h2 {
    margin-bottom: 20px;
    color: var(--e-global-color-primary);
}
.aboutus_section .aboutus_content p {
    margin-bottom: 28px;
    color: var(--e-global-color-text);
}
.aboutus_section .aboutus_content ul {
    margin-bottom: 35px;
}
.aboutus_section .aboutus_content ul li {
    display: inline-block;
    padding: 0 22px;
    border-right: 1px solid var(--e-global-color-light-gray);
    width: 31.6%;
}
.aboutus_section .aboutus_content ul li:first-child {
    padding-left: 0;
}
.aboutus_section .aboutus_content ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.aboutus_section .aboutus_content ul li .span_wrapper {
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.aboutus_section .aboutus_content ul li span {
    color: var(--e-global-color-primary);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}
.aboutus_section .aboutus_content ul li .plus {
    margin-left: -5px;
}
.aboutus_section .aboutus_content ul li p {
    color: var(--e-global-color-text);
    line-height: 20px;
}
.aboutus_section .aboutus_right_shape {
    top: 205px;
    right: 0;
}
.aboutus_section .aboutus_right_shape img {
    opacity: 0.1;
}

/* Cyber Agency Home Page Services Section Style */

.services_section {
    padding: 135px 0 145px;
    background-color: var(--e-global-color-dark-blue);
}
.services_section .services_content {
    margin-bottom: 48px;
}
.services_section .services_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.services_section .services_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-white);
}
.services_section .services_box {
    padding: 45px 45px 35px;
    border-right: 1px solid rgba(236, 236, 248, 0.15);
    border-bottom: 1px solid rgba(236, 236, 248, 0.15);
    transition: all 0.3s ease-in-out;
}
.services_section .service_last_box {
    border-right: none;
}
.services_section .service_lower_box {
    border-bottom: none;
}
.services_section .services_box:hover {
    background-image: linear-gradient(46deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.services_section .services_box:hover p {
    color: var(--e-global-color-white);
}
.services_section .services_box:hover figure img {
    filter: brightness(0) invert(1);
}
.services_section .services_box figure {
    margin-bottom: 22px;
    transition: all 0.3s ease-in-out;
}
.services_section .services_box h4 {
    margin-bottom: 10px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.services_section .services_box p {
    margin-bottom: 25px;
    color: var(--e-global-color-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.services_section .services_box .services_arrow {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.services_section .services_box .services_arrow img {
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}
.services_section .services_box:hover .services_arrow {
    background-color: var(--e-global-color-white);
    background-image: none;
}
.services_section .services_box:hover .services_arrow img {
    filter: none;
}
.services_section .services_box .services_arrow:hover {
    border: 1px solid var(--e-global-color-pale-blue);
    background-color: var(--e-global-color-pale-blue);
}
.services_section .services_box .services_arrow:hover img {
    filter: brightness(1) invert(0);
}
.services_section .services_left_shape {
    top: 0;
    left: 0;
}
.services_section .services_left_shape img {
    opacity: 0.08;
}
.services_section .services_right_shape {
    right: 0;
    bottom: 0;
}
.services_section .services_right_shape img {
    opacity: 0.08;
}

/* Cyber Agency Home Page Choose Us Section Style */

.chooseus_section {
    padding: 145px 0 150px;
    background-color: var(--e-global-color-very-pale-blue);
}
.chooseus_section .chooseus_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.chooseus_section .chooseus_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
}
.chooseus_section .choose_list {
    position: relative;
    margin-bottom: 30px;
}
.chooseus_section .nav-tabs {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 0px solid var(--e-global-color-white);
}
.chooseus_section .nav-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-light-gray-blue);
}
.chooseus_section .nav-tabs li {
    margin: 0 20px;
}
.chooseus_section .nav-tabs li:first-child {
    margin-left: 0;
}
.chooseus_section .nav-tabs li:last-child {
    margin-right: 0;
}
.chooseus_section .tabs-box .nav-tabs li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 2px solid transparent;
    color: var(--e-global-color-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.chooseus_section .tabs-box .nav-tabs li a:hover {
    border-bottom: 2px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
}
.chooseus_section .tabs-box .nav-tabs li a.active {
    z-index: 1;
    border-bottom: 2px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
}
.chooseus_section .tabs-box .tab-content .chooseus_content_wrapper h4 {
    color: var(--e-global-color-primary);
}
.chooseus_section .tabs-box .tab-content .chooseus_content_wrapper p {
    margin-bottom: 20px;
    padding-right: 40px;
    color: var(--e-global-color-text);;
}
.chooseus_section .chooseus_content .chooseus_content_wrapper ul {
    display: inline-block;
}
.chooseus_section .chooseus_content .chooseus_content_wrapper .second_list {
    padding-left: 15px;
}
.chooseus_section .chooseus_content .chooseus_content_wrapper ul li {
    position: relative;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
}
.chooseus_section .chooseus_content .chooseus_content_wrapper ul li i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    background-color: var(--e-global-color-pale-blue);
    color: var(--e-global-color-secondary);
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.chooseus_section .chooseus_content .tabs-box .tab-content .chooseus_content_wrapper ul li p {
    margin: 0;
    padding-right: 0;
    padding-left: 40px;
    color: var(--e-global-color-primary);
}
.chooseus_section .chooseus_image_wrapper .chooseus_image {
    z-index: 1;
}
.chooseus_section .chooseus_image_wrapper .chooseus_shape {
    top: -40px;
    right: -40px;
}

/* Cyber Agency Home Page Case Studies Section Style */

.case_studies_section {
    padding: 135px 0 185px;
    background-color: var(--e-global-color-very-pale-blue);
}
.case_studies_section .case_studies_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.case_studies_section .case_studies_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
} 
.case_studies_section .case_studies_box {
    position: relative;
    background-image: linear-gradient(90deg, var(--e-global-color-black) 0%, var(--e-global-color-black) 100%);
    transition: all 0.3s ease-in-out;
}
.case_studies_section .case_studies_box img {
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
}
.case_studies_section .case_studies_box img:hover {
    opacity: 50%;
}
.case_studies_section .case_studies_box:hover figure {
    background-image: linear-gradient(to top, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.case_studies_section .case_studies_box .case_studies_box_content {
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.case_studies_section .case_studies_box .case_studies_box_content span {
    display: inline-block;
    margin-bottom: 22px;
    padding: 5px 16px;
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--e-global-color-white);
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    transition: all 0.3s ease-in-out;
}
.case_studies_section .case_studies_box .case_studies_box_content h5 {
    margin-bottom: 12px;
    padding-right: 36px;
}
.case_studies_section .case_studies_box .case_studies_box_content a {
    display: inline-block;
}
.case_studies_section .case_studies_box .case_studies_box_content figure {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.case_studies_section .case_studies_box .case_studies_box_content figure img {
    opacity: 1;
    margin: 0 auto;
    width: auto;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}
.case_studies_section .case_studies_box:hover .case_studies_box_content span {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-primary);
}
.case_studies_section .case_studies_box:hover .case_studies_box_content figure {
    background-color: var(--e-global-color-white);
    background-image: none;
}
.case_studies_section .case_studies_box:hover .case_studies_box_content figure img {
    filter: none;
}
.case_studies_section .case_studies_box .case_studies_box_content figure:hover {   
    border: 1px solid var(--e-global-color-pale-blue);
    background-color: var(--e-global-color-pale-blue);
}
.case_studies_section .case_studies_box .case_studies_box_content figure:hover img {
    opacity: 1;
    filter: brightness(0);
}
.case_studies_section .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    display: block !important;
    margin-top: 25px !important;
    line-height: 0;
}
.case_studies_section .owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: var(--e-global-color-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.case_studies_section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.case_studies_section .owl-carousel .owl-dots .owl-dot.active span {
    position: relative;
    top: 3px;
    width: 17px;
    height: 17px;
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.case_studies_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Cyber Agency Home Page Video Section Style */

.video_section {
    position: relative;
    padding: 268px 0 416px;
    background-color: var(--e-global-color-black);
}
.video_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background: url('../images/video_section_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video_section .video_icon .video_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.video_section .video_icon figure {
    position: relative;
    top: 15px;
    left: 15px;
    border-radius: 100px;
    width: 116px;
    height: 116px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 116px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.video_section .video_icon figure img {
    position: relative;
    left: 5px;
}
.video_section .video_icon .video_wrapper:hover figure {
    background-image: linear-gradient(32deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}

/* Cyber Agency Home Page Testimonial Section Style */

.testimonials-section {
    padding: 145px 0 145px;
}
.testimonials-section .heading {
    margin-bottom: -8px;
}
.testimonials-section .heading h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.testimonials-section .heading h2 {
    color: var(--e-global-color-primary);
} 
.testimonials-section .testimonial-box {
    padding: 45px 60px 50px 40px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 6px 86px 20px rgb(248 247 255 / 0.58);
}
.testimonials-section .testimonial-box ul {
    margin-bottom: 14px;
}
.testimonials-section .testimonial-box ul li {
    display: inline-block;
}
.testimonials-section .testimonial-box ul li i {
    color: var(--e-global-color-bright-yellow);
    font-size: 13px;
}
.testimonials-section .testimonial-box .user-img {
    float: left;
    margin-top: -2px;
    margin-right: 17px;
}
.testimonials-section .testimonial-box .user-img img {
    border-radius: 100px;
}
.testimonials-section .testimonial-box .designation-outer {
    display: inline-block;
    padding-top: 2px;
}
.testimonials-section .testimonial-box .designation-outer .member_name {
    color: var(--e-global-color-primary);
    font-weight: 500;
    line-height: 22px;
}
.testimonials-section .testimonial-box .designation-outer .member_designation {
    color: var(--e-global-color-text);
}
.testimonials-section .testimonial-box .review {
    margin-bottom: 34px;
    color: var(--e-global-color-primary);
    font-weight: 400;
    line-height: 27px;
}
.testimonials-section .testimonial-box .quote-img {
    top: 0;
    right: -5px;
}
.testimonials-section .owl-carousel .owl-stage-outer {
    padding: 50px 0;
}
.testimonials-section .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    display: block !important;
    margin-top: -22px !important;
    line-height: 0;
}
.testimonials-section .owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: var(--e-global-color-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.testimonials-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.testimonials-section .owl-carousel .owl-dots .owl-dot.active span {
    position: relative;
    top: 3px;
    width: 17px;
    height: 17px;
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.testimonials-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.testimonials-section .testimonial_left_shape {
    top: 160px;
    left: 0;
    z-index: -1;
}
.testimonials-section .testimonial_left_shape img {
    opacity: 0.1;
}

/* Cyber Agency Home Page News & Articles Section Style */

.news_articles_section {
    padding: 135px 0 140px;
    background-color: var(--e-global-color-very-pale-blue);
}
.news_articles_section .news_articles_content {
    text-align: center;
}
.news_articles_section .news_articles_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.news_articles_section .news_articles_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
}
.news_articles_section .news_articles_box {
    background-color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.news_articles_section .news_articles_box .news_articles_box_content {
    padding: 28px 52px 28px 36px;
}
.news_articles_section .news_articles_box .news_articles_box_content .span_wrapper {
    margin-bottom: 5px;
}
.news_articles_section .news_articles_box .news_articles_box_content .span_wrapper span {
    color: var(--e-global-color-secondary);
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.news_articles_section .news_articles_box .news_articles_box_content .span_wrapper .dash {
    padding-left: 4px;
}
.news_articles_section .news_articles_box .news_articles_box_content h5 {
    color: var(--e-global-color-primary);
    line-height: 23px;
}
.news_articles_section .news_articles_box .news_articles_box_content p {
    margin-bottom: 17px;
    color: var(--e-global-color-text);
}
.news_articles_section .news_articles_box:hover h5 {
    color: var(--e-global-color-accent);
}
.news_articles_section .news_articles_box figure {
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.news_articles_section .news_articles_box figure img {
    transition: all 0.3s ease-in-out;
}
.news_articles_section .news_articles_box:hover figure img {
    opacity: 0.5;
    transform: scale(1.1);
}
.news_articles_section .news_articles_box .news_articles_box_content i {
    font-family: 'FontAwesome';
    color: var(--e-global-color-primary);
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s ease-in-out;
}
.news_articles_section .news_articles_box:hover .news_articles_box_content i {
    color: var(--e-global-color-accent);
}

/* Cyber Agency Home Page Footer Section Style */

.footer_section {
    background-color: var(--e-global-color-dark-blue);
}
.footer_section .about_contact_wrapper {
    padding: 60px 52px 55px 60px;
    background-image: linear-gradient(46deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.footer_section .about_contact_wrapper figure {
    display: inline-block;
    margin-bottom: 26px;
}
.footer_section .about_contact_wrapper p {
    color: var(--e-global-color-white);
    line-height: 21px;
}
.footer_section .about_contact_wrapper ul .contact_mail {
    margin-bottom: 10px;
}
.footer_section .about_contact_wrapper ul li {
    position: relative;    
    display: inline-block;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.footer_section .about_contact_wrapper ul li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.footer_section .about_contact_wrapper ul li a {
    padding-left: 30px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.footer_section .about_contact_wrapper ul li span {
    display: block;
    padding-left: 30px;
    color: var(--e-global-color-white);
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
.footer_section .about_contact_wrapper ul li:hover span {
    color: var(--e-global-color-accent);
}
.footer_section .about_contact_wrapper ul li:hover a {
    color: var(--e-global-color-accent);
}
.footer_section .about_contact_wrapper ul li:hover i {
    color: var(--e-global-color-accent);
}
.footer_section ul li a {
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.footer_section ul li a:hover {
    color: var(--e-global-color-accent);
}
.footer_section .navigation_col {
    padding-top: 72px;
    padding-left: 30px;
}
.footer_section .navigation_col ul li {
    margin-bottom: 6px;
}
.footer_section .navigation_col ul li:last-child {
    margin-bottom: 0;
}
.footer_section h4 {
    margin-bottom: 12px;
    color: var(--e-global-color-white);
}
.footer_section .services_col {
    padding-top: 72px;
}
.footer_section .services_col ul li {
    margin-bottom: 6px;
}
.footer_section .services_col ul li:last-child {
    margin-bottom: 0;
}

.footer_section .newsletter_content {
    padding-top: 72px;
}
.footer_section .newsletter_content h4 {
    margin-bottom: 20px;
}
.footer_section .newsletter_content form .form-row {
    margin: 0;
}
.footer_section .newsletter_content input {
    margin-bottom: 25px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 55px;
    background-color: var(--e-global-color-white);
    box-shadow: none;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    outline: none;
}
.footer_section .newsletter_content input::placeholder {
    color: var(--e-global-color-text);
}
.footer_section .newsletter_content input:focus {
    border: 1px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-white);
    box-shadow: none;
    color: var(--e-global-color-text);
    outline: none;
}
.footer_section .newsletter_content .btn {
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 47px;
    height: 45px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    box-shadow: none;
    color: var(--e-global-color-white);
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.footer_section .newsletter_content .btn:hover {
    background-image: linear-gradient(32deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}
.footer_section .newsletter_content h6 {
    color: var(--e-global-color-white);
    font-weight: 500;
}
.footer_section .newsletter_content ul li {
    display: inline-block;
}
.footer_section .newsletter_content ul li i {
    margin-right: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    width: 46px;
    height: 46px;
    background-color: transparent;
    color: var(--e-global-color-white);
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.footer_section .newsletter_content ul li i:hover {
    border: 1px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
}
.footer_section .bottom_portion {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.footer_section .bottom_portion .copyright {
    padding: 20px 0;
}
.footer_section .bottom_portion .copyright p {
    margin: 0;
    color: var(--e-global-color-grayish-blue);
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.footer_section .bottom_portion .copyright p span {
    color: var(--e-global-color-accent);
}

/* Cyber Security Home Page Style */

/* Cyber Security Home Page Banner Section Style */

.banner-section-main {
    position: relative;
    background-color: var(--e-global-color-black);
}
.banner-section-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    width: 100%;
    height: 100%;
    background: url(../images/AI_computing.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section-main .banner_left_shape {
    top: 0;
    left: 0;
}
.banner-section-main .banner_left_shape img {
    opacity: 0.1;
}
.banner-section-main .banner_right_shape {
    right: 0;
    bottom: 0;
}
.banner-section-main .banner_right_shape img {
    opacity: 0.1;
}
.banner-section-main .banner-section {
    padding: 120px 280px;
    text-align: center;
}
.banner-section-main .banner-section .banner-content h6 {
    position: relative;
    margin-bottom: 12px;
    padding-left: 70px;
    letter-spacing: 1.6px;
}
.banner-section-main .banner-section .banner-content h6::before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 12px;
    width: 56px;
    height: 1px;
    background-color: var(--e-global-color-grayish-red);
    transition: all 0.3s ease-in-out;
}
.banner-section-main .banner-section .banner3_logo_image {
    margin-inline: auto;
    max-width: 840px;
}
.banner-section-main .banner-section .banner-content h1 {
    margin-bottom: 22px;
    color: var(--e-global-color-white);
    font-size: 68px;
    line-height: 74px;
    letter-spacing: -.02em;
}
.banner-section-main .banner-section .banner-content p {
    margin-inline: auto;
    margin-bottom: 30px;
    max-width: 860px;
    color: var(--e-global-color-white);
    letter-spacing: -.02em;
}
.banner-section-main .banner-section .banner-content .btn_wrapper a {
    margin-right: 12px;
}
.banner-section-main .banner-section .banner-content .btn_wrapper .learn_more {
    margin-right: 0;
    padding: 19px 42px;
    border: 1px solid var(--e-global-color-dark-gray);
    background: transparent;
}
.banner-section-main .banner-section .banner-content .btn_wrapper .learn_more:hover {
    border: 1px solid var(--e-global-color-secondary);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    color: var(--e-global-color-white);
    border-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.banner-section-main .banner-section .banner-content .btn_wrapper .play-icon {
    position: relative;
    display: inline-block;
    padding-left: 68px;
    color: var(--e-global-color-white);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.banner-section-main .banner-section .banner-content .btn_wrapper .play-icon figure {
    position: absolute;
    top: -22px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    width: 57px;
    height: 57px;
    background-image: none;
    line-height: 52px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-image: none;
}
.banner-section-main .banner-section .banner-content .btn_wrapper .play-icon:hover {
    color: var(--e-global-color-accent);
}
.banner-section-main .banner-section .banner-content .btn_wrapper .play-icon:hover figure {
    border: 1px solid var(--e-global-color-secondary);
    background-image: linear-gradient(33deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    border-image: linear-gradient(33deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.banner-section-main .banner-section .banner_wrapper {
    position: relative;
}
.banner-section-main .banner-section .banner_wrapper .banner-image {
    position: absolute;
    top: -140px;
    right: -205px;
    max-width: 620px;
}

/* Cyber Security Home Page Trusted Section Style */

.trusted_section {
    padding: 75px 0 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--e-global-color-very-dark-blue);
}
.trusted_section .trusted_content h3 {
    margin-bottom: 0;
    color: var(--e-global-color-white);
}
.trusted_section .trusted_images_wrapper ul {
    padding-left: 6px;
}
.trusted_section .trusted_images_wrapper ul li {
    display: inline-block;
    margin: 0 34px;
}
.trusted_section .trusted_images_wrapper ul li:first-child {
    margin-left: 0;
}
.trusted_section .trusted_images_wrapper ul li:last-child {
    margin-right: 0;
}

/* Cyber Security Home Page Services Section Style */

.cyber_security_services_section {
    padding: 135px 0 140px;
    background-color: var(--e-global-color-very-dark-blue);
}
.cyber_security_services_section .cyber_security_services_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.cyber_security_services_section .cyber_security_services_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-white);
}
.cyber_security_services_section .cyber_security_services_box {
    padding: 40px 15px;
    background-color: var(--e-global-color-mostly-black);
    transition: all 0.3s ease-in-out;
}
.cyber_security_services_section .cyber_security_services_box:hover {
    background-image: linear-gradient(46deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.cyber_security_services_section .cyber_security_services_box:hover p {
    color: var(--e-global-color-white);
}
.cyber_security_services_section .cyber_security_services_box .cyber_security_services_image {
    margin: 0 auto 26px;
    border-radius: 100%;
    width: 106px;
    height: 106px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 106px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.cyber_security_services_section .cyber_security_services_box:hover .cyber_security_services_image {
    background-color: rgba(255, 255, 255, 0.15);
    background-image: none;
}
.cyber_security_services_section .cyber_security_services_box h5 {
    margin-bottom: 10px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.cyber_security_services_section .cyber_security_services_box p {
    margin-bottom: 27px;
    color: var(--e-global-color-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.cyber_security_services_section .cyber_security_services_box .services_arrow {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.cyber_security_services_section .cyber_security_services_box .services_arrow img {
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}
.cyber_security_services_section .cyber_security_services_box:hover .services_arrow {
    background-color: var(--e-global-color-white);
    background-image: none;
}
.cyber_security_services_section .cyber_security_services_box:hover .services_arrow img {
    filter: none;
}
.cyber_security_services_section .cyber_security_services_box .services_arrow:hover {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: var(--e-global-color-pale-blue);
}
.cyber_security_services_section .cyber_security_services_box .services_arrow:hover img {
    filter: brightness(0);
}

/* Cyber Security Home Page Reliable Section Style */

.reliable_section {
    position: relative;
    padding: 155px 0;
    background-color: var(--e-global-color-dark-blue);
    overflow: hidden;
}
.reliable_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    background: url('../images/reliable_background_layer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.reliable_section .reliable_left_shape {
    left: 0;
    bottom: 0;
}
.reliable_section .reliable_left_shape img {
    opacity: 0.1;
}
.reliable_section .reliable_right_shape {
    top: 0;
    right: 0;
}
.reliable_section .reliable_right_shape img {
    opacity: 0.1;
}
.reliable_section .reliable_wrapper {
    position: relative;
    z-index: 1;
}
.reliable_section .reliable_wrapper .reliable-image {
    position: absolute;
    top: -34px;
    left: -255px;
}
.reliable_section .reliable_content {
    position: relative;
    z-index: 1;
    margin-left: -35px;
}
.reliable_section .reliable_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.reliable_section .reliable_content h2 {
    margin-bottom: 22px;
    color: var(--e-global-color-white);
}
.reliable_section .reliable_content .text1 {
    margin-bottom: 22px;
    color: var(--e-global-color-grayish-blue);
}
.reliable_section .reliable_content .text2 {
    margin-bottom: 46px;
    color: var(--e-global-color-grayish-blue);
}
.reliable_section .reliable_content .progress-outer {
    position: relative;
    left: -50px;
    display: flex;
    justify-content: center;
}
.reliable_section .reliable_content .progress-inner {
    display: grid;
    grid-template-columns: repeat(3, 166px);
    margin: 0;
    grid-gap: 0;
}
.reliable_section .reliable_content .progress-inner .box {
    width: 100%;
}
.reliable_section .reliable_content .progress-inner .box .chart {
    position: relative;
    margin-bottom: 0;
    width: 256px;
    height: 142px;
    color: var(--e-global-color-white);
    font-size: 34px;
    font-weight: 600;
    line-height: 118px;
    text-align: center;
}
.reliable_section .reliable_content .progress-inner .box canvas {
    position: absolute;
    top: -4px;
    left: 63px;
    width: 50%;
}
.reliable_section .reliable_content .progress-inner .box h6 {
    position: relative;
    right: -62px;
    margin-bottom: 0;
    color: var(--e-global-color-white);
    font-weight: 600;
    letter-spacing: 0 !important;
}
.reliable_section .reliable_content .progress-inner .box .heading2 {
    right: -80px;
}

/* Cyber Security Home Page Pricing Plans Section Style */

.pricing_plan_section {
    padding: 135px 0 140px;
    background-color: var(--e-global-color-very-dark-blue);
}
.pricing_plan_section .pricing_plan_content {
    text-align: center;
}
.pricing_plan_section .pricing_plan_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.pricing_plan_section .pricing_plan_content h2 {
    margin-bottom: 50px;
    color: var(--e-global-color-white);
}
.pricing_plan_section .pricing_plan_box {
    padding: 65px 40px 50px;
    background: var(--e-global-color-mostly-black);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.pricing_plan_section .pricing_plan_box figure {
    margin-bottom: 30px;
}
.pricing_plan_section .pricing_plan_box h5 {
    color: var(--e-global-color-white);
}
.pricing_plan_section .pricing_plan_box span {
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-accent);
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}
.pricing_plan_section .pricing_plan_box .month {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 32px;
    color: var(--e-global-color-grayish-blue);
    font-weight: 400;
}
.pricing_plan_section .pricing_plan_box .month::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.pricing_plan_section .pricing_plan_box ul {
    padding-left: 25px;
}
.pricing_plan_section .pricing_plan_box ul li {
    position: relative;
    margin-bottom: 16px;
}
.pricing_plan_section .pricing_plan_box ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-mostly-black);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.pricing_plan_section .pricing_plan_box ul li p {
    margin-bottom: 0;
    padding-left: 32px;
    color: var(--e-global-color-grayish-blue);
    line-height: 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.pricing_plan_section .pricing_plan_box ul li:last-child {
    margin-bottom: 30px;
}
.pricing_plan_section .pricing_plan_box .btn_wrapper a {
    padding: 18px 37px;
}

/* Cyber Security Home Page Statistics Section Style */

.statistics_section {
    position: relative;
    padding: 135px 0 110px;
    background-color: var(--e-global-color-dark-blue);
}
.statistics_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    background: url('../images/statistics_background_layer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.statistics_section .statistics_outer_wrapper {
    position: relative;
    z-index: 1;
}
.statistics_section .statistics_content {
    padding-top: 8px;
}
.statistics_section .statistics_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.statistics_section .statistics_content h2 {
    margin-bottom: 22px;
    color: var(--e-global-color-white);
}
.statistics_section .statistics_content p {
    padding-right: 30px;
    color: var(--e-global-color-grayish-blue);
}
.statistics_section .statistics_outer .statistics_box {
    margin-bottom: 30px;
    padding: 30px 15px 40px 30px;
    background-color: var(--e-global-color-mostly-black-blue);
    transition: all 0.3s ease-in-out;
}
.statistics_section .statistics_outer .statistics_box .statistics_image {
    float: left;
    width: 39%;
}
.statistics_section .statistics_outer .statistics_box .statistics_image figure {
    border-radius: 100%;
    width: 81px;
    height: 81px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 70px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.statistics_section .statistics_outer .statistics_box .statistics_box_content {
    display: inline-block;
    padding-top: 8px;
    padding-left: 14px;
    width: 61%;
}
.statistics_section .statistics_outer .statistics_box .statistics_box_content span {
    display: block;
    margin-bottom: 3px;
    color: var(--e-global-color-white);
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}
.statistics_section .statistics_outer .statistics_box .statistics_box_content p {
    color: var(--e-global-color-grayish-blue);
}
.statistics_section .statistics_left_shape {
    top: 0;
    left: 0;
}
.statistics_section .statistics_left_shape img {
    opacity: 0.1;
}
.statistics_section .statistics_right_shape {
    right: 0;
    bottom: 0;
}
.statistics_section .statistics_right_shape img {
    opacity: 0.1;
}

/* Cyber Security Home Page Testimonial Section Style */

.security_testimonial_section {
    padding: 165px 0 162px;
    background-color: var(--e-global-color-very-dark-blue);
}
.security_testimonial_section .testimonial_content {
    padding-left: 60px;
}
.security_testimonial_section .heading {
    margin-bottom: 22px;
    padding-top: 5px;
}
.security_testimonial_section .heading h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.security_testimonial_section .heading h2 {
    margin-right: 20px;
    color: var(--e-global-color-white);
}
.security_testimonial_section .testimonial-box p {
    margin-bottom: 28px;
    color: var(--e-global-color-grayish-blue);
    font-weight: 400;
}
.security_testimonial_section .testimonial-box .info ul {
    margin-bottom: 6px;
}
.security_testimonial_section .testimonial-box .info ul li {
    display: inline-block;
}
.security_testimonial_section .testimonial-box .info ul li i {
    color: var(--e-global-color-bright-yellow);
    font-size: 12px;
}
.security_testimonial_section .testimonial-box .info h6 {
    color: var(--e-global-color-white);
    letter-spacing: 0 !important;
}
.security_testimonial_section .dotted_circle {
    z-index: 1;
    margin-top: -26px;
    border: 2px dashed var(--e-global-color-very-dark-grayish-blue);
    border-radius: 100%;
    width: 410px;
    height: 410px;
}
.security_testimonial_section .dotted_circle .icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    width: 261px;
    height: 261px;
    background-color: var(--e-global-color-very-dark-mostly-black-blue);
    line-height: 261px;
    text-align: center;
}
.security_testimonial_section .dotted_circle .icon .testimonial_image {
    top: 34px;
    left: 34px;
    border-radius: 100px;
    width: 191px;
    height: 191px;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 191px;
    text-align: center;
}
.security_testimonial_section .dotted_circle .image img {
    border-radius: 100px;
}
.security_testimonial_section .dotted_circle .testimonial_image1 {
    top: 8px;
    left: 18px;
    transition: all 0.3s ease-in-out;
}
.security_testimonial_section .dotted_circle .testimonial_image2 {
    top: 155px;
    right: -53px;
    transition: all 0.3s ease-in-out;
}
.security_testimonial_section .dotted_circle .testimonial_image3 {
    left: 77px;
    bottom: -32px;
    transition: all 0.3s ease-in-out;
}
.security_testimonial_section .dotted_circle .testimonial_circle1 {
    top: 5px;
    right: 72px;
    transition: all 0.3s ease-in-out;
}
.security_testimonial_section .dotted_circle .testimonial_circle2 {
    right: 60px;
    bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.security_testimonial_section .dotted_circle .testimonial_circle3 {
    top: 245px;
    left: -20px;
    transition: all 0.3s ease-in-out;
}
.security_testimonial_section .dotted_circle .testimonial_image1:hover {
    transform: translateY(-10px);
}
.security_testimonial_section .dotted_circle .testimonial_image2:hover {
    transform: translateY(-10px);
}
.security_testimonial_section .dotted_circle .testimonial_image3:hover {
    transform: translateY(-10px);
}
.security_testimonial_section .dotted_circle .testimonial_circle1:hover {
    transform: translateY(-10px);
}
.security_testimonial_section .dotted_circle .testimonial_circle2:hover {
    transform: translateY(-10px);
}
.security_testimonial_section .dotted_circle .testimonial_circle3:hover {
    transform: translateY(-10px);
}
.security_testimonial_section .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    display: block !important;
    margin-top: -25px !important;
}
.security_testimonial_section .owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    border-radius: 2px;
    width: 19px;
    height: 4px;
    background: var(--e-global-color-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.security_testimonial_section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.security_testimonial_section .owl-carousel .owl-dots .owl-dot.active span {
    position: relative;
    border-radius: 2px;
    width: 29px;
    height: 4px;
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.security_testimonial_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Cyber Security Home Page Blog Posts Section Style */

.blog_posts_section {
    position: relative;
    padding: 135px 0 140px;
    background-color: var(--e-global-color-dark-blue);
}
.blog_posts_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    background: url('../images/blog_posts_background_layer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog_posts_section .blog_posts_outer_wrapper {
    position: relative;
    z-index: 1;
}
.blog_posts_section .blog_posts_content {
    text-align: center;
}
.blog_posts_section .blog_posts_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.blog_posts_section .blog_posts_content h2 {
    margin-bottom: 50px;
    color: var(--e-global-color-white);
}
.blog_posts_section .blog_posts_box {
    transition: all 0.3s ease-in-out;
}
.blog_posts_section .blog_posts_box figure {
    margin-bottom: 20px;
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.blog_posts_section .blog_posts_box figure img {
    transition: all 0.3s ease-in-out;
}
.blog_posts_section .blog_posts_box .span_wrapper {
    margin-bottom: 8px;
}
.blog_posts_section .blog_posts_box .span_wrapper span {
    color: var(--e-global-color-accent);
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.blog_posts_section .blog_posts_box .span_wrapper .dash {
    padding-left: 4px;
}
.blog_posts_section .blog_posts_box h5 {
    padding-right: 25px;
    color: var(--e-global-color-white);
    line-height: 23px;
    transition: all 0.3s ease-in-out;
}
.blog_posts_section .blog_posts_box p {
    padding-right: 110px;
    color: var(--e-global-color-grayish-blue);
}
.blog_posts_section .blog_posts_box:hover figure img {
    opacity: 0.5;
    transform: scale(1.1);
}
.blog_posts_section .blog_posts_box:hover h5 {
    color: var(--e-global-color-accent);
}
.blog_posts_section .blog_posts_left_shape {
    left: 0;
    bottom: 0;
}
.blog_posts_section .blog_posts_left_shape img {
    opacity: 0.1;
}
.blog_posts_section .blog_posts_right_shape {
    top: 0;
    right: 0;
}
.blog_posts_section .blog_posts_right_shape img {
    opacity: 0.1;
}

/* Cyber Security Home Page Get In Touch Section Style */

.get_in_touch_section {
    padding: 135px 0 140px;
    background-color: var(--e-global-color-very-dark-blue);
}
.get_in_touch_section .get_in_touch_content {
    text-align: center;
}
.get_in_touch_section .get_in_touch_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.get_in_touch_section .get_in_touch_content h2 {
    margin-bottom: 50px;
    color: var(--e-global-color-white);
}
.get_in_touch_section .get_in_touch_form_content span {
    position: relative;
    top: -10px;
    left: 5px;
    display: block;
    margin-top: 0;
    color: var(--e-global-color-pure-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.get_in_touch_section .get_in_touch_form_content input {
    margin-bottom: 18px;
    padding: 15px 26px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 58px;
    background-color: var(--e-global-color-mostly-black);
    box-shadow: none;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;    
    transition: all 0.3s ease-in-out;
    outline: none;
}
.get_in_touch_section .get_in_touch_form_content textarea {
    margin-bottom: 50px;
    padding: 15px 26px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 132px;
    background-color: var(--e-global-color-mostly-black);
    box-shadow: none;
    overflow: auto;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    resize: none;
    outline: none;
}
.get_in_touch_section .get_in_touch_form_content input:focus {
    border: 1px solid var(--e-global-color-grayish-blue);
    box-shadow: none;
}
.get_in_touch_section .get_in_touch_form_content textarea:focus {
    border: 1px solid var(--e-global-color-grayish-blue);
}
.get_in_touch_section .get_in_touch_form_content .form-control::placeholder { 
    color: var(--e-global-color-grayish-blue);
}
.get_in_touch_section .get_in_touch_form_content .form_button_wrapper button {
    padding: 20px 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    outline: none;
}

/* Cyber Security Home Page Footer Section Style */

.main_footer_section {
    position: relative;
    padding-top: 70px;
    background-color: var(--e-global-color-mostly-black);
}
.main_footer_section .middle_portion {
    margin-bottom: 72px;
}
.main_footer_section .about_col {
    padding-top: 8px;
    padding-left: 80px;
}
.main_footer_section .about_col figure {
    display: inline-block;
    margin-bottom: 26px;
}
.main_footer_section .about_col p {
    margin-bottom: 10px;
    color: var(--e-global-color-grayish-blue);
    line-height: 21px;
}
.main_footer_section ul li a {
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.main_footer_section .navigation_col {
    padding-left: 40px;
}
.main_footer_section .navigation_col ul li {
    position: relative;
    margin-bottom: 6px;
}
.main_footer_section .navigation_col ul li:last-child {
    margin-bottom: 0;
}
.main_footer_section .navigation_col ul li a {
    padding-left: 22px;
}
.main_footer_section .navigation_col ul li i {
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
    font-size: 12px;
    line-height: 12px;
    transition: all 0.3s ease-in-out;
}
.main_footer_section .navigation_col ul li:hover a {
    color: var(--e-global-color-accent);
}
.main_footer_section .navigation_col ul li:hover i {
    color: var(--e-global-color-accent);
}
.main_footer_section h4 {
    margin-bottom: 12px;
    color: var(--e-global-color-white);
}
.main_footer_section .services_col {
        padding-left: 15px;
}
.main_footer_section .services_col ul li {
    position: relative;
    margin-bottom: 6px;
}
.main_footer_section .services_col ul li:last-child {
    margin-bottom: 0;
}
.main_footer_section .services_col ul li a {
    padding-left: 22px;
}
.main_footer_section .services_col ul li i {
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
    font-size: 12px;
    line-height: 12px;
    transition: all 0.3s ease-in-out;
}
.main_footer_section .services_col ul li:hover a {
    color: var(--e-global-color-accent);
}
.main_footer_section .services_col ul li:hover i {
    color: var(--e-global-color-accent);
}
.main_footer_section .newsletter_content {
    padding-left: 40px;
}
.main_footer_section .newsletter_content .contact_info_list {
    margin-bottom: 18px;
}
.main_footer_section .newsletter_content .contact_info_list li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.main_footer_section .newsletter_content .contact_info_list li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--e-global-color-white);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.main_footer_section .newsletter_content .contact_info_list li a {
    padding-left: 30px;
    color: var(--e-global-color-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.main_footer_section .newsletter_content .contact_info_list li span {
    display: block;
    padding-right: 52px;
    padding-left: 30px;
    color: var(--e-global-color-grayish-blue);
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
.main_footer_section .newsletter_content .contact_info_list li:hover span {
    color: var(--e-global-color-accent);
}
.main_footer_section .newsletter_content .contact_info_list li:hover a {
    color: var(--e-global-color-accent);
}
.main_footer_section .newsletter_content .contact_info_list li:hover i {
    color: var(--e-global-color-accent);
}
.main_footer_section .newsletter_content .social_icons li {
    display: inline-block;
}
.main_footer_section .newsletter_content .social_icons li i {
    margin-right: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-image: none;
    color: var(--e-global-color-white);
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-image: none;
}
.main_footer_section .newsletter_content .social_icons li i:hover {
    border: 1px solid var(--e-global-color-secondary);
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    border-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.main_footer_section .bottom_portion {
    position: relative;
    border-top: 1px solid var(--e-global-color-very-dark-grayish-blue);
    text-align: center;
}
.main_footer_section .bottom_portion .copyright {
    padding: 20px 0;
}
.main_footer_section .bottom_portion .copyright p {
    margin: 0;
    color: var(--e-global-color-grayish-blue);
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.main_footer_section .bottom_portion .copyright p span {
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.main_footer_section .footer_shape {
    left: 0;
    bottom: 0;
}
.main_footer_section .footer_shape img {
    opacity: 0.08;
}
.main_footer_section .footer_popup {
    position: absolute;
    right: 36px;
    bottom: 115px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.main_footer_section .footer_popup:hover {
    transform: translateY(-5px);
}
.main_footer_section #fixed-form-container {
    position: absolute;
    right: 0;
    bottom: 6px;
    z-index: 1;
    margin: 0;
    width: 25%;
    text-align: center;
}
.main_footer_section #fixed-form-container .body {
    position: relative;
    top: -232px;
    right: -120px;
    z-index: 1;
    display: none;
    padding: 20px 20px 30px;
    border-radius: 5px;
    width: 60%;
    background-color: var(--e-global-color-very-dark-blue);
    box-shadow: 1px 1px 57px rgb(95 208 243 / 15%);
    text-align: center;
}
.main_footer_section #fixed-form-container .body span {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-top: -8px;
    color: var(--e-global-color-pure-red);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
}
.main_footer_section #fixed-form-container .body input {
    margin-bottom: 18px;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 48px;
    background-color: var(--e-global-color-mostly-black);
    box-shadow: none;
    overflow: visible;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    outline: none;
}
.main_footer_section #fixed-form-container .body textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 115px;
    background-color: var(--e-global-color-mostly-black);
    box-shadow: none;
    overflow: auto;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    resize: none;
    outline: none;
}
.main_footer_section #fixed-form-container .body input:focus {
    border: 1px solid var(--e-global-color-grayish-blue);
    box-shadow: none;
}
.main_footer_section #fixed-form-container .body textarea:focus {
    border: 1px solid var(--e-global-color-grayish-blue);
}
.main_footer_section #fixed-form-container .body .submit_now {
    padding: 16px 25px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    outline: none;
}

/* CCTV Secure Home Page Style */

/* CCTV Secure Home Page Banner Section Style */

.banner-section-secure {
    position: relative;
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.banner-section-secure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 30%;
    width: 100%;
    height: 100%;
    background: url('../images/banner3-image.jpg');
    background-position: center;
    background-size: cover;
}
 
/*  Social Icons Section Style */

.banner-section-secure .banner_content-section {
    position: relative;
}
.banner-section-secure .left_icons {
    position: absolute;
    top: 114px;
    left: -307px;
    z-index: 1;
}
.banner-section-secure .left_icons ul li {
    display: block;
    padding-bottom: 5px;
}
.banner-section-secure .left_icons ul li i {
    border-radius: 100%;
    width: 51px;
    height: 51px;
    background: transparent;
    color: var(--e-global-color-white);
    font-size: 20px;
    line-height: 51px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.banner-section-secure .left_icons i:hover {
    background-image: linear-gradient(33deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
 
 /* CCTV Secure Home Page Banner Section Style */

.banner-section-secure .banner-section {
    padding: 122px 0 43px;
}
.banner-section-secure .banner-section .banner-content {
    text-align: center;
}
.banner-section-secure .banner-section .banner-content .banner3_logo_image {
    margin-bottom: 26px;
}
.banner-section-secure .banner-section .banner-content h6 {
    margin-bottom: 6px;
    color: var(--e-global-color-white);
    letter-spacing: 1.6px;
}
.banner-section-secure .banner-section .banner-content h1 {
    margin-bottom: 22px;
    color: var(--e-global-color-white);
    font-size: 70px;
    line-height: 76px;
}
.banner-section-secure .banner-section .banner-content p {
    margin-bottom: 30px;
    padding: 0 170px;    
    color: var(--e-global-color-white);
}
.banner-section-secure .banner-section .banner-content .btn_wrapper {
    margin-bottom: 154px;
}
.banner-section-secure .banner-section .banner-content .btn_wrapper a {
    margin-right: 12px;
}
.banner-section-secure .banner-section .banner-content .btn_wrapper .learn_more {
    margin-right: 0;
    padding: 19px 42px;
    border: 1px solid var(--e-global-color-light-gray);
    background: transparent;
}
.banner-section-secure .banner-section .banner-content .btn_wrapper .learn_more:hover {
    border: 1px solid var(--e-global-color-secondary);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    color: var(--e-global-color-white);
    border-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}

/* CCTV Secure Home Page About Us Section Style */

.secure_about-section {
    padding: 140px 0;
}
.secure_about-section .aboutus_images_wrapper {
    position: relative;
}
.secure_about-section .aboutus_images_wrapper .about-image1 {
    position: relative;
    top: 0;
    right: -40px;
    display: inline-block;
    background: var(--e-global-color-black);
}
.secure_about-section .aboutus_images_wrapper .about-image1 img {
    opacity: 95%;
}
.secure_about-section .aboutus_images_wrapper .about-image2 {
    position: absolute;
    left: -36px;
    bottom: 0;
    border-top: 10px solid var(--e-global-color-white);
    border-right: 10px solid var(--e-global-color-white);
    background: var(--e-global-color-black);
}
.secure_about-section .aboutus_images_wrapper .about-image2 img {
    opacity: 60%;
}
.secure_about-section .aboutus_images_wrapper .play-image {
    position: absolute;
    left: 77px;
    bottom: 76px;
    border-radius: 100px;
    width: 82px;
    height: 82px;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 82px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.secure_about-section .aboutus_images_wrapper .play-image:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}
.secure_about-section .aboutus_content {
    padding-top: 70px;
    padding-left: 32px;
}
.secure_about-section .aboutus_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.secure_about-section .aboutus_content h2 {
    margin-bottom: 20px;
    color: var(--e-global-color-primary);
}
.secure_about-section .aboutus_content p {
    margin-bottom: 18px;
    padding-right: 30px;
    color: var(--e-global-color-text);
}
.secure_about-section .aboutus_content ul {
    margin-bottom: 35px;
}
.secure_about-section .aboutus_content ul li {
    position: relative;
    margin-bottom: 13px;
}
.secure_about-section .aboutus_content ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.secure_about-section .aboutus_content ul li p {
    margin-bottom: 0;
    padding-right: 0 !important;
    padding-left: 30px;
    color: var(--e-global-color-primary);
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

/* CCTV Secure Home Page Service Section Stylele */

.secure_service-section {
    position: relative;
    padding: 125px 0 150px;
    background-color: var(--e-global-color-very-pale-blue);
}
.secure_service-section .service_content {
    position: relative;
    text-align: center;
}
.secure_service-section .service_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.secure_service-section .service_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
}
.secure_service-section .service_boxcontent {
    margin-bottom: 46px;
    width: 100%;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.secure_service-section .service_boxcontent .upper_portion {
    position: relative;
}
.secure_service-section .service_boxcontent .upper_portion .service-image {
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.secure_service-section .service_boxcontent .upper_portion .service-image .article_img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.secure_service-section .service_boxcontent:hover .service-image .article_img {
    opacity: 0.5;
    transform: scale(1.1);
}
.secure_service-section .service_boxcontent .upper_portion .image_content {
    position: relative;
}
.secure_service-section .service_boxcontent .upper_portion .image_content .service-icon {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    display: inline-block;
    margin: auto;
    border-radius: 100px;
    width: 102px;
    height: 102px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    line-height: 102px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.secure_service-section .service_boxcontent .lower_portion_wrapper {
    padding: 74px 48px 30px;
    text-align: center;
}
.secure_service-section .service_boxcontent .lower_portion_wrapper h4 {
    margin-bottom: 4px;
}
.secure_service-section .service_boxcontent .lower_portion_wrapper p {
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}
.secure_service-section .service_boxcontent .lower_portion_wrapper .read_more {
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
.secure_service-section .service_boxcontent .lower_portion_wrapper .read_more i {
    margin-left: 5px;
    color: var(--e-global-color-secondary);
    font-size: 12px;
    line-height: 12px;
    transition: all 0.3s ease-in-out;
}
.secure_service-section .service_boxcontent .lower_portion_wrapper .read_more:hover {
    color: var(--e-global-color-accent);
}
.secure_service-section .service_boxcontent .lower_portion_wrapper .read_more:hover i {
    color: var(--e-global-color-accent);
}
.secure_service-section .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    display: block !important;
    margin-top: 0px !important;
    line-height: 0;
}
.secure_service-section .owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: var(--e-global-color-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.secure_service-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.secure_service-section .owl-carousel .owl-dots .owl-dot.active span {
    width: 17px;
    height: 17px;
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.secure_service-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.secure_service-section .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* CCTV Secure Home Page Provide Section Style */

.secure_provide-section {
    position: relative;
    background: var(--e-global-color-dark-blue);
    overflow: hidden;
}
.secure_provide-section .secure-providebackground {
    position: absolute;
}
.secure_provide-section .secure-providesideimage {
    position: absolute;
    top: 175px;
    left: -4px;
}
.secure_provide-section .provide-logo {
    position: relative;
    top: 60px;
    right: -342px;
    transition: all 0.3s ease-in-out;
}
.secure_provide-section .provide-logo .secure-providelogo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 100px;
    width: 191px;
    height: 191px;
    background: var(--e-global-color-white);
    line-height: 196px;
    text-align: center;
}
.secure_provide-section .provide-logo .circle {
    position: absolute;
    top: 12px;
    right: 0;
    opacity: 15%;
    border-radius: 100px;
    width: 191px;
    height: 191px;
    background: var(--e-global-color-black);
    line-height: 191px;
    text-align: center;
}
.secure_provide-section .secure_provide_content {
    padding: 134px 0 140px;
}
.secure_provide-section .secure_provide_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.secure_provide-section .secure_provide_content h2 {
    margin-bottom: 36px;
    color: var(--e-global-color-white);
}
.secure_provide-section .secure_provide_content ul {
    margin-bottom: 56px;
}
.secure_provide-section .secure_provide_content ul li {
    display: flex;
    margin-bottom: 32px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(236, 236, 248, 0.15);
}
.secure_provide-section .secure_provide_content ul li figure {
    position: relative;
    top: 8px;
    width: 14%;
}
.secure_provide-section .secure_provide_content ul li .content {
    padding-right: 45px;
    width: 86%;
}
.secure_provide-section .secure_provide_content ul li .content h4 {
    color: var(--e-global-color-white);
}
.secure_provide-section .secure_provide_content ul li .content p {
    color: var(--e-global-color-text);
}
.secure_provide-section .secure_provide_content ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

/* CCTV Secure Home Page Pricing Plans Section Style */

.secure_pricing-section {
    padding: 135px 0 140px;
    background-color: var(--e-global-color-white);
}
.secure_pricing-section .pricing_plan_content {
    text-align: center;
}
.secure_pricing-section .pricing_plan_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.secure_pricing-section .pricing_plan_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
}
.secure_pricing-section .pricing_plan_box {
    padding: 50px 40px 50px;
    border: 1px solid var(--e-global-color-white);
    background: var(--e-global-color-white);
    box-shadow: 6px 20px 86px rgb(248 247 255 / 100%);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.secure_pricing-section .pricing_plan_box:hover {
    border: 1px solid var(--e-global-color-accent);
    box-shadow: 6px 20px 86px rgb(86 225 236 / 10%);
}
.secure_pricing-section .pricing_plan_box .pricing-icon {
    display: inline-block;
    margin-bottom: 26px;
    border-radius: 100px;
    width: 122px;
    height: 122px;
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 122px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.secure_pricing-section .pricing_plan_box .pricing-icon:hover {
    transform: translateY(-5px);
}
.secure_pricing-section .pricing_plan_box h5 {
    color: var(--e-global-color-primary);
}
.secure_pricing-section .pricing_plan_box span {
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-secondary);
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}
.secure_pricing-section .pricing_plan_box .month {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 26px;
    color: var(--e-global-color-text);
    font-weight: 400;
}
.secure_pricing-section .pricing_plan_box .month::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 1px;
    background-color: var(--e-global-color-light-gray-blue);
}
.secure_pricing-section .pricing_plan_box ul {
    padding-left: 25px;
}
.secure_pricing-section .pricing_plan_box ul li {
    position: relative;
    margin-bottom: 14px;
}
.secure_pricing-section .pricing_plan_box ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.secure_pricing-section .pricing_plan_box ul li p {
    margin-bottom: 0;
    padding-left: 32px;
    color: var(--e-global-color-primary);
    line-height: 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.secure_pricing-section .pricing_plan_box ul li:last-child {
    margin-bottom: 30px;
}
.secure_pricing-section .pricing_plan_box .btn_wrapper a {
    padding: 18px 37px;
}

/* CCTV Secure Home Page Testimonial Section Style */

.secure_testimonial_section {
    padding: 158px 0 162px;
    background-color: var(--e-global-color-very-pale-blue);
}
.secure_testimonial_section .testimonial_content {
    padding-left: 60px;
}
.secure_testimonial_section .heading {
    margin-bottom: 22px;
}
.secure_testimonial_section .heading h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.secure_testimonial_section .heading h2 {
    margin-right: 20px;
    color: var(--e-global-color-primary);
}
.secure_testimonial_section .testimonial-box p {
    margin-bottom: 28px;
    color: var(--e-global-color-text);
    font-weight: 400;
}
.secure_testimonial_section .testimonial-box .info ul {
    margin-bottom: 6px;
}
.secure_testimonial_section .testimonial-box .info ul li {
    display: inline-block;
}
.secure_testimonial_section .testimonial-box .info ul li i {
    color: var(--e-global-color-bright-yellow);
    font-size: 12px;
}
.secure_testimonial_section .testimonial-box .info h6 {
    color: var(--e-global-color-primary);
    font-weight: 500;
    letter-spacing: 0 !important;
}
.secure_testimonial_section .testimonial_wrapper .testimonial_quote {
    right: 15%;
    bottom: -20px;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 110px;
    text-align: center;
}
.secure_testimonial_section .testimonial_wrapper .image img {
    border-radius: 200px;
}
.secure_testimonial_section .testimonial_wrapper .testimonial_image1 {
    top: -27px;
    left: 25px;
}
.secure_testimonial_section .testimonial_wrapper .testimonial_image2 {
    top: 177px;
    right: -12px;
}
.secure_testimonial_section .testimonial_wrapper .testimonial_circle1 {
    top: 115px;
    right: 72px;
}
.secure_testimonial_section .testimonial_wrapper .testimonial_circle2 {
    left: 120px;
    bottom: -24px;
}
.secure_testimonial_section .testimonial_wrapper .testimonial_circle3 {
    right: 106px;
    bottom: -73px;
}
.secure_testimonial_section .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    display: block !important;
    margin-top: -25px !important;
}
.secure_testimonial_section .owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    border-radius: 2px;
    width: 19px;
    height: 4px;
    background: var(--e-global-color-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.secure_testimonial_section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.secure_testimonial_section .owl-carousel .owl-dots .owl-dot.active span {
    position: relative;
    border-radius: 2px;
    width: 29px;
    height: 4px;
    background-image: linear-gradient(30deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.secure_testimonial_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* CCTV Secure Home Page FAQ Section Style */

.secure_faq-section {
    position: relative;
    padding: 132px 0 110px;
}
.secure_faq-section .faq_content {
    position: relative;
    text-align: center;
}
.secure_faq-section .faq_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.secure_faq-section .faq_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
}
.secure_faq-section .faq h4 {
    display: inline-block;
    margin-bottom: 0;
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.secure_faq-section .accordion-card {
    margin-bottom: 32px;
    width: 100%;
    background: var(--e-global-color-white);
    box-shadow: 6px 20px 86px rgb(248 247 255 / 100%);
}
.secure_faq-section .accordian-inner p {
    color: var(--e-global-color-text);
}
.secure_faq-section .accordian-inner .card-header {
    margin-bottom: 0;
    padding: 20px 12px 20px 26px;
    border: none;
    background: none;
}
.secure_faq-section .accordian-inner .card-body {
    padding: 0 26px 20px;
}
.secure_faq-section .accordion-card a.btn.btn-link:focus {
    box-shadow: none;
    outline: none;
}
.secure_faq-section .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}
.secure_faq-section .accordian-inner .accordion-card .btn {
    display: block;
    padding: 0;
    color: var(--e-global-color-white);
    text-align: left;
    text-decoration: none;
}
.secure_faq-section .accordion-card a.btn.btn-link {
    position: relative;
}
.secure_faq-section .accordion-card .btn-link:before {
    content: "\f063";
    position: absolute;
    top: -10px;
    right: 0px;
    display: inline-block;
    border-radius: 100px;
    width: 43px;
    height: 43px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 43px;
    vertical-align: middle;
    text-align: center;
}
.secure_faq-section .accordion-card .collapsed:before {
    content: "\f061";
    border-radius: 100px;
    width: 43px;
    height: 43px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    color: var(--e-global-color-white);
    line-height: 43px;
    text-align: center;
}

/* CCTV Secure Home Page Footer Section Style */

.secure_upper-section {
    position: relative;
    padding: 70px 0;
    background: var(--e-global-color-very-dark-black-blue);
}
.secure_upper-section .upper_portion {
    display: flex;
    align-items: center;
}
.secure_upper-section .upper_portion p {
    padding-left: 105px;
    color: var(--e-global-color-white);
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    word-spacing: 2px;
}
.secure_upper-section .upper_portion form {
    float: left;
    width: 45.5%;
}
.secure_upper-section .upper_portion .form-group {
    padding-left: 42px;
}
.secure_upper-section .upper_portion input {
    position: relative;
    padding: 18px 26px;
    border: 2px solid transparent;
    width: 100%;
    background-color: var(--e-global-color-white);
    overflow: visible;
    color: var(--e-global-color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    outline: none;
}
.secure_upper-section .upper_portion input:focus {
    border: 2px solid var(--e-global-color-accent);
}
.secure_upper-section .upper_portion button {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    border: none;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    overflow: visible;
    color: var(--e-global-color-white);
    font-size: 20px;
    line-height: 60px;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.secure_upper-section .upper_portion button:hover {
    background-image: linear-gradient(32deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}
.secure_footer-section {
    position: relative;
    background: var(--e-global-color-dark-blue);
    overflow: hidden;
}
.secure_footer-section .footer-rightsideimage {
    position: absolute;
    top: 53px;
    right: -10px;
}
.secure_footer-section .middle-portion {
    padding: 80px 64px 68px 78px;
}
.secure_footer-section .middle-portion .logo-content h4 {
    margin-bottom: 14px;
}
.secure_footer-section .middle-portion h4 {
    margin-bottom: 10px;
    color: var(--e-global-color-white);
}
.secure_footer-section .middle-portion p {
    margin-bottom: 18px;
    padding-right: 40px;
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    line-height: 22px;
}
.secure_footer-section .middle-portion .social-icons li {
    display: inline-block;
    margin: 0 4px;
    transition: all 0.3s ease-in-out;
}
.secure_footer-section .middle-portion .social-icons a {
    margin-left: 0 !important;
}
.secure_footer-section .middle-portion .social-icons i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    width: 46px;
    height: 46px;
    background-color: transparent;
    color: var(--e-global-color-white);
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.secure_footer-section .middle-portion .social-icons i:hover {
    border: 1px solid var(--e-global-color-secondary);
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    color: var(--e-global-color-white);
    transform: translateY(-5px);
    border-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.secure_footer-section .middle-portion .social-icons li:first-child {
    margin-left: 0;
}
.secure_footer-section .middle-portion .social-icons li:last-child {
    margin-right: 0;
}
.secure_footer-section .middle-portion .links {
    padding-left: 6px;
}
.secure_footer-section .middle-portion .use-link {
    padding-left: 27px;
}
.secure_footer-section .middle-portion li {
    margin-bottom: 6px;
}
.secure_footer-section .middle-portion li a {
    margin-left: 13px;
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.secure_footer-section .middle-portion li p {
    padding: 0;
    color: var(--e-global-color-grayish-blue);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
.secure_footer-section .middle-portion li i {
    color: var(--e-global-color-white);
    font-size: 10px;
    line-height: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.secure_footer-section .middle-portion li:hover p {
    color: var(--e-global-color-accent);
}
.secure_footer-section .middle-portion li:hover a {
    color: var(--e-global-color-accent);
}
.secure_footer-section .middle-portion li:hover i {
    color: var(--e-global-color-accent);
}
.secure_footer-section .middle-portion .icon .text {
    position: relative;
    margin-bottom: 11px;
    padding-left: 30px;
}
.secure_footer-section .middle-portion .icon i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 16px;
}
.secure_footer-section .middle-portion .icon .location {
    top: 12px;
}
.secure_footer-section .middle-portion .icon a {
    margin-left: 0 !important;
}
.secure_footer-section .copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.secure_footer-section .copyright p {
    margin: 0;
    color: var(--e-global-color-grayish-blue);
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.secure_footer-section .copyright span {
    color: var(--e-global-color-accent);
}

/* About Page */

.sub-banner {
    position: relative;
    background: url(../images/about-bannerbackground1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-banner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 949px;
    height: 71px;
    background: url(../images/bannerbackgroundbottom.png);
}
.sub-banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: solid 41px transparent;
    border-right: solid 1162px rgb(250,250,255);
    border-left: solid 949px transparent;
    border-bottom: solid 28px rgb(250,250,255);
} 
.sub-banner .card-overlay {
    background: rgba(0, 0, 0, 65%);
}
.about_sub_banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: solid 41px transparent;
    border-right: solid 1162px rgb(255,255,255);
    border-left: solid 949px transparent;
    border-bottom: solid 28px rgb(255,255,255);
} 
.about_banner-section {
    padding: 110px 0 205px;
}
.about_banner-section .about_banner_content {
    text-align: center;
}
.about_banner-section .about_banner_content h1 {
    margin-bottom: 20px;
}
.about_banner-section .about_banner_content p {
    margin-bottom: 32px;
    padding: 0 260px;
}
.about_banner-section .about_banner_content .box {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid rgba(250, 250, 255, 16%);
    background: transparent;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.about_banner-section .about_banner_content .box a span:hover {
    color: var(--e-global-color-accent);
}
.about_banner-section .about_banner_content .box span {
    display: inline-block;
    color: var(--e-global-color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}
.about_banner-section .about_banner_content .box .arrow {
    display: inline-block;
    margin: 0 10px;
}

/* About */

.aboutpage_about-section {
    padding: 134px 0 180px;
}
.aboutpage_about-section .aboutus_right_shape {
    top: 205px;
    right: 0;
}
.aboutpage_about-section .aboutus_right_shape img {
    opacity: 0.1;
}
.aboutpage_about-section .aboutus_images_wrapper {
    position: relative;
}
.aboutpage_about-section .aboutus_images_wrapper .about-image1 {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}
.aboutpage_about-section .aboutus_images_wrapper .about-image2 {
    position: absolute;
    top: 30px;
    right: -45px;
}
.aboutpage_about-section .aboutus_images_wrapper .image {
    background: var(--e-global-color-black);
}
.aboutpage_about-section .aboutus_images_wrapper .image img {
    opacity: 95%;
}
.aboutpage_about-section .aboutus_content_wrapper {
    position: absolute;
    top: 28px;
    right: 0;
    left: 46px;
    bottom: 0;
    margin: auto;
    padding: 25px;
    border: 4px solid var(--e-global-color-white);
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background-image: linear-gradient(46deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.aboutpage_about-section .aboutus_content_wrapper .aboutus_span_wrapper span {
    position: relative;
    left: 6px;
    color: var(--e-global-color-white);
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
}
.aboutpage_about-section .aboutus_content_wrapper .aboutus_span_wrapper sup {
    color: var(--e-global-color-white);
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
}
.aboutpage_about-section .aboutus_content_wrapper p {
    color: var(--e-global-color-white);
    font-weight: 500;
    line-height: 16px;
}
.aboutpage_about-section .aboutus_content {
    padding-left: 66px;
}
.aboutpage_about-section .aboutus_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.aboutpage_about-section .aboutus_content h2 {
    margin-bottom: 20px;
    color: var(--e-global-color-primary);
}
.aboutpage_about-section .aboutus_content p {
    margin-bottom: 18px;
    color: var(--e-global-color-text);
}
.aboutpage_about-section .aboutus_content ul {
    margin-bottom: 35px;
}
.aboutpage_about-section .aboutus_content ul li {
    position: relative;
    margin-bottom: 13px;
}
.aboutpage_about-section .aboutus_content ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.aboutpage_about-section .aboutus_content ul li p {
    margin-bottom: 0;
    padding-right: 0 !important;
    padding-left: 30px;
    color: var(--e-global-color-primary);
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

/* Satistics */

.about_statistic-section {
    padding: 135px 0;
    background-color: var(--e-global-color-very-pale-blue);
}
.about_statistic-section .about_statistic_content {
    text-align: center;
}
.about_statistic-section .about_statistic_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.about_statistic-section .about_statistic_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
}
.about_statistic-section .box {
    position: relative;
    padding: 38px 50px 34px;
    background: var(--e-global-color-white);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.about_statistic-section .box:hover {
    transform: translateY(-5px);
}
.about_statistic-section .box .statistic-icon {
    display: inline-block;
    margin-bottom: 18px;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 110px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.about_statistic-section .box:hover .statistic-icon {
    background-image: linear-gradient(32deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}
.about_statistic-section .box .value {
    display: block;
    color: var(--e-global-color-primary);
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}
.about_statistic-section .box .heading {
    margin-bottom: 0;
    color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}

/* Cyber */

.about_cyber-section {
    position: relative;
    background: var(--e-global-color-dark-blue);
    overflow: hidden;
}
.about_cyber-section .secure-providebackground {
    position: absolute;
}
.about_cyber-section .secure-providesideimage {
    position: absolute;
    top: 175px;
    left: -4px;
}
.about_cyber-section .provide-logo {
    position: relative;
    top: 60px;
    right: -348px;
}
.about_cyber-section .provide-logo .secure-providelogo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 100px;
    width: 191px;
    height: 191px;
    background: var(--e-global-color-white);
    line-height: 196px;
    text-align: center;
}
.about_cyber-section .provide-logo .circle {
    position: absolute;
    top: 12px;
    right: 0;
    opacity: 15%;
    border-radius: 100px;
    width: 191px;
    height: 191px;
    background: var(--e-global-color-black);
    line-height: 191px;
    text-align: center;
}
.about_cyber-section .about_cyber_content {
    position: relative;
    padding: 136px 0 139px;
}
.about_cyber-section .about_cyber_content h6 {
    color: var(--e-global-color-accent);
    letter-spacing: 1.6px;
}
.about_cyber-section .about_cyber_content h2 {
    margin-bottom: 22px;
    color: var(--e-global-color-white);
}
.about_cyber-section .about_cyber_content p {
    padding-right: 54px;
}
.about_cyber-section .about_cyber_content .text1 {
    margin-bottom: 22px;
    color: var(--e-global-color-grayish-blue);
}
.about_cyber-section .about_cyber_content .text2 {
    margin-bottom: 46px;
    color: var(--e-global-color-grayish-blue);
}
.about_cyber-section .about_cyber_content .progress-outer {
    position: relative;
    left: -84px;
    display: flex;
    justify-content: center;
}
.about_cyber-section .about_cyber_content .progress-inner {
    display: grid;
    grid-template-columns: repeat(3, 166px);
    margin: 0;
    grid-gap: 0;
}
.about_cyber-section .about_cyber_content .progress-inner .box {
    width: 100%;
}
.about_cyber-section .about_cyber_content .progress-inner .box .chart {
    position: relative;
    margin-bottom: 0;
    width: 256px;
    height: 142px;
    color: var(--e-global-color-white);
    font-size: 34px;
    font-weight: 600;
    line-height: 118px;
    text-align: center;
}
.about_cyber-section .about_cyber_content .progress-inner .box canvas {
    position: absolute;
    top: -4px;
    left: 63px;
    width: 50%;
}
.about_cyber-section .about_cyber_content .progress-inner .box h6 {
    position: relative;
    right: -62px;
    margin-bottom: 0;
    color: var(--e-global-color-white);
    font-weight: 600;
    letter-spacing: 0 !important;
}
.about_cyber-section .about_cyber_content .progress-inner .box .heading2 {
    right: -80px;
}

/* Team */

.about_team-section {
    padding: 134px 0 138px;
    background-color: var(--e-global-color-very-pale-blue);
}
.about_team-section .about_team_content {
    text-align: center;
}
.about_team-section .about_team_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.about_team-section .about_team_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
}
.about_team-section .team-box {
    position: relative;
    background-color: var(--e-global-color-white);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.about_team-section .team-box .content {
    padding: 25px 0 32px;
}
.about_team-section .team-box span {
    display: block;
    margin-bottom: 14px;
    color: var(--e-global-color-text);
}
.about_team-section .team-box li {
    display: inline-block;
    margin: 0 3px;
    transition: all 0.3s ease-in-out;
}
.about_team-section .team-box li:first-child {
    margin-left: 0;
}
.about_team-section .team-box li:last-child {
    margin-right: 0;
}
.about_team-section .team-box li a {
    color: var(--e-global-color-white);
}
.about_team-section .team-box i {
    border-radius: 100px;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.about_team-section .team-box:hover i {    
    background-image: linear-gradient(32deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}
.about_team-section .team-box i:hover {    
    transform: translateY(-5px);
}
.about_team-section .team-box .image {
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.about_team-section .team-box .image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.about_team-section .team-box:hover .image img {
    opacity: 70%;
    transform: scale(1.1);
}

/* Service Page */
.servicepage_service-section.bg-white {
    background-color: #FFFFFF;
}
.servicepage_service-section {
    position: relative;
    padding: 125px 0 110px;
    background-color: var(--e-global-color-very-pale-blue);
}
.servicepage_service-section .service_content {
    position: relative;
    text-align: center;
}
.servicepage_service-section .service_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
    letter-spacing: -0.02em;
}
.servicepage_service-section .service_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
    letter-spacing: -0.02em;
}
.servicepage_service-section .service_boxcontent {
    margin-bottom: 32px;
    border-radius: 10px;
    width: 100%;
    background: var(--e-global-color-white); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.servicepage_service-section .service_boxcontent .upper_portion {
    position: relative;
    line-height: 0;
}
.servicepage_service-section .service_boxcontent .upper_portion .service-image {
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.servicepage_service-section .service_boxcontent .upper_portion .service-image .article_img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.servicepage_service-section .service_boxcontent:hover .service-image .article_img {
    opacity: 0.5;
    transform: scale(1.1);
}
.servicepage_service-section .service_boxcontent .upper_portion .image_content {
    position: relative;
}
.servicepage_service-section .service_boxcontent .upper_portion .image_content .service-icon {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    display: inline-block;
    margin: auto;
    border-radius: 100px;
    width: 102px;
    height: 102px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    line-height: 102px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.servicepage_service-section .service_boxcontent .lower_portion_wrapper {
    padding: 60px 24px 40px;
    text-align: center;
}
.servicepage_service-section .service_boxcontent .lower_portion_wrapper h4 {
    margin-bottom: 4px;
}
.servicepage_service-section .service_boxcontent .lower_portion_wrapper p {
    margin-bottom: 10px;
    color: var(--e-global-color-dark-gray);
    font-weight: 500; 
    line-height: 1.7;
    word-break: auto-phrase;
}
.servicepage_service-section .service_boxcontent .lower_portion_wrapper .read_more {
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
.servicepage_service-section .service_boxcontent .lower_portion_wrapper .read_more i {
    margin-left: 5px;
    color: var(--e-global-color-secondary);
    font-size: 12px;
    line-height: 12px;
    transition: all 0.3s ease-in-out;
}
.servicepage_service-section .service_boxcontent .lower_portion_wrapper .read_more:hover {
    color: var(--e-global-color-accent);
}
.servicepage_service-section .service_boxcontent .lower_portion_wrapper .read_more:hover i {
    color: var(--e-global-color-accent);
}

/* Project page */

/* Portfolio */

.project_portfolio-section {
    padding: 130px 0 142px;
    background-color: var(--e-global-color-very-pale-blue);
}
.project_portfolio-section .case_studies_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.project_portfolio-section .case_studies_content h2 {
    margin-bottom: 48px;
    color: var(--e-global-color-primary);
} 
.project_portfolio-section .case_studies_box {
    position: relative;
    margin-bottom: 32px;
    background-image: linear-gradient(90deg, var(--e-global-color-black) 0%, var(--e-global-color-black) 100%);
    transition: all 0.3s ease-in-out;
}
.project_portfolio-section .case_studies_box img {
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
}
.project_portfolio-section .case_studies_box img:hover {
    opacity: 50%;
}
.project_portfolio-section .case_studies_box:hover figure {
    background-image: linear-gradient(to top, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.project_portfolio-section .case_studies_box .case_studies_box_content {
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.project_portfolio-section .case_studies_box .case_studies_box_content span {
    display: inline-block;
    margin-bottom: 22px;
    padding: 5px 16px;
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--e-global-color-white);
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    transition: all 0.3s ease-in-out;
}
.project_portfolio-section .case_studies_box .case_studies_box_content h5 {
    margin-bottom: 12px;
    padding-right: 36px;
}
.project_portfolio-section .case_studies_box .case_studies_box_content a {
    display: inline-block;
}
.project_portfolio-section .case_studies_box .case_studies_box_content figure {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.project_portfolio-section .case_studies_box .case_studies_box_content figure img {
    opacity: 1;
    margin: 0 auto;
    width: auto;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}
.project_portfolio-section .case_studies_box:hover .case_studies_box_content span {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-primary);
}
.project_portfolio-section .case_studies_box:hover .case_studies_box_content figure {
    background-color: var(--e-global-color-white);
    background-image: none;
}
.project_portfolio-section .case_studies_box:hover .case_studies_box_content figure img {
    filter: none;
}
.project_portfolio-section .case_studies_box .case_studies_box_content figure:hover {
    border: 1px solid var(--e-global-color-pale-blue);
    background-color: var(--e-global-color-pale-blue);
}
.project_portfolio-section .case_studies_box .case_studies_box_content figure:hover img {
    opacity: 1;
    filter: brightness(0);
}
.project_portfolio-section .btn_wrapper {
    padding-top: 18px;
    text-align: center;
}

/* Project PopUp Style */

.project_modal .modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}
.project_modal .fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.project_modal .fade.show {
    opacity: 1;
    background-color: transparent;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
.project_modal .modal.fade .modal-dialog {
    transform: translate(0,-25%);
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.project_modal .modal-dialog {
    position: relative;
    margin: 1.75rem auto;
    width: auto;
    max-width: 48%;
    pointer-events: none;
}
.project_modal .modal.show .modal-dialog {
    transform: translate(0,0);
}
.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.project_modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    width: 100%;
    background-clip: padding-box;
    background-color: var(--e-global-color-white);
    box-shadow: 1px 21px 46px rgb(0 0 100 / 25%);
    /* height: 100vh; */
    pointer-events: auto;
    outline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.project_modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    border-bottom: none;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
}
.project_modal .btn-close:not(:disabled):not(.disabled) {
    opacity: 1 !important;
    cursor: pointer;
}
.project_modal .modal-header .btn-close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
}
.project_modal .modal-header button {
    position: absolute;
    top: 0;
    right: 7px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: var(--e-global-color-accent);
    outline: none;
}
.project_modal .btn-close {
    float: right;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.project_modal button.btn-close {
    border: 0;
    -webkit-appearance: none;
}
.project_modal button {
    overflow: visible;
    text-transform: none;
}
.project_modal .modal-header button i {
    padding: 5px 5px;
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 18px;
    outline: none;
}
.project_modal .fa-x:before {
    content: "\58";
}
.project_modal .blog-model-con .modal-body {
    padding-top: 0;
    overflow-y: auto;
}
.project_modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 1;
}
.project_modal .modal-body .blog-box-item {
    display: flex;
    align-items: center;
    border-radius: 0;
}
.project_modal .blog-box-item {
    background: var(--white-color);
    overflow: hidden;
}
.project_modal .modal-body .blog-img {
    float: left;
    width: 100%;
}
.project_modal .modal-body .blog-img figure {
    position: relative;
    /* text-align: center; */
}
/* .project_modal .modal-body img {
    width: 50%;
    height: 575px;
} */
.project_modal .img-fluid {
    max-width: 100%;
    height: auto;
}
.project_modal .modal-content .project_content {
    padding: 40px 0 40px 30px;
}
.project_modal .modal-content .project_content h3 {
    margin-bottom: 12px;
    color: var(--e-global-color-primary);
}
.project_modal .modal-content .project_content .text {
    display: block;
    margin-bottom: 20px;
    color: var(--e-global-color-text);
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.project_modal .modal-content .project_content .properties {
    margin-bottom: 20px;
}
.project_modal .modal-content .project_content .properties ul {
    padding-left: 25px;
}
.project_modal .modal-content .project_content .properties li {
    position: relative;
    margin-bottom: 8px;
    color: var(--e-global-color-text);
}
.project_modal .modal-content .project_content .properties li:last-child {
    margin-bottom: 0;
}
.project_modal .modal-content .project_content .properties ul li .circle {
    position: absolute;
    top: 4px;
    left: -25px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

/* Contact page */

/* Contact info */

.contact_info-section {
    padding: 125px 0 140px;
    background-color: var(--e-global-color-very-pale-blue);
}
.contact_info-section .contact_info_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.contact_info-section .contact_info_content h2 {
    margin-bottom: 50px;
    color: var(--e-global-color-primary);
}
.contact_info-section .contact-box {
    display: inline-block;
    padding: 30px 28px 26px;
    width: 100%;
    height: 179px;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-box .box-image {
    float: left;
    width: 26%;
}
.contact_info-section .contact-box figure {
    position: relative;
    top: -3px;
    margin-bottom: 0;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    line-height: 90px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-box figure:hover {
    transform: translateY(-5px);
}
.contact_info-section .contact-box .box-content {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-left: 36px;
    width: 74%;
}
.contact_info-section .contact-box h4 {
    margin-bottom: 12px;
}
.contact_info-section .contact-box .heading {
    margin-bottom: 11px;
}
.contact_info-section .contact-box p {
    margin-top: -10px;
    margin-bottom: 4px;
    color: var(--e-global-color-text);
}
.contact_info-section .contact-box .box-content a {
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-box .box-content a:hover {
    color: var(--e-global-color-secondary);
}

/* Contact map */

.contact_map_section {
    overflow: hidden;
}
.contact_map_section iframe {
    width: 100%;
    height: 645px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.contact_map_section iframe:hover {
    filter: none;
}

/* Contact info */

.contact_form-section {
    padding: 135px 0 152px;
    background-color: var(--e-global-color-white);
}
.contact_form-section .get_in_touch_content {
    text-align: center;
}
.contact_form-section .get_in_touch_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.6px;
}
.contact_form-section .get_in_touch_content h2 {
    margin-bottom: 50px;
    color: var(--e-global-color-primary);
}
.contact_form-section .get_in_touch_form_content span {
    position: relative;
    top: -10px;
    left: 5px;
    z-index: 1;
    display: block;
    margin-top: 0;
    color: var(--e-global-color-pure-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.contact_form-section .get_in_touch_form_content input {
    margin-bottom: 18px;
    padding: 15px 26px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 58px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 6px 86px 20px rgb(248 247 255 / 74%);
    color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.contact_form-section .get_in_touch_form_content textarea {
    margin-bottom: 50px;
    padding: 15px 26px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 132px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 6px 86px 20px rgb(248 247 255 / 74%);
    overflow: auto;
    color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    resize: none;
    outline: none;
}
.contact_form-section .get_in_touch_form_content input:focus {
    border: 1px solid var(--e-global-color-accent);
    box-shadow: none;
}
.contact_form-section .get_in_touch_form_content textarea:focus {
    border: 1px solid var(--e-global-color-accent);
    box-shadow: none;
}
.contact_form-section .get_in_touch_form_content .form-control::placeholder { 
    color: var(--e-global-color-text);
}
.contact_form-section .get_in_touch_form_content .form_button_wrapper button {
    position: relative;
    padding: 20px 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    outline: none;
}

/* Single Service Page */

.single_service {
    position: relative;
    padding: 125px 0 110px;
    background-color: var(--e-global-color-very-pale-blue);
}
.single_service .main-box {
    position: relative;
}
.single_service .main-box .image {
    margin-bottom: 30px;
}
.single_service .main-box .image img {
	width: 100%;
}
.single_service .main-box .content1 .admin_icon {
    display: inline-block;
    margin-bottom: 15px;
}
.single_service .main-box .content1 i {
    margin-right: 4px;
    color: var(--e-global-color-secondary);
    font-size: 14px;
}
.single_service .main-box .content1 .calendar {
    font-size: 16px;
}
.single_service .main-box .content1 span {
    display: inline-block;    
	color: var(--e-global-color-primary);
}
.single_service .main-box .content1 .text-mr {
    margin-right: 10px;
}
.single_service .main-box .text1 {
    margin-bottom: 10px;
}
.single_service .main-box .text2 {
    margin-bottom: 20px;
}
.single_service .main-box .list {
    margin-bottom: 20px;
}
.single_service .main-box .list li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 28px;
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.single_service .main-box .list li i {
    position: absolute;
    top: 4px;
    left: 1px;
    display: inline-block;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}
.single_service .icon {
    position: relative;
}
.single_service .icon h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 34px;
}
.single_service .icon ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
}
.single_service .icon ul li:first-child {
    margin-left: 0;
}
.single_service .icon ul li:last-child {
    margin-right: 0;
}
.single_service .icon ul li i {
    top: 0 !important;
    left: 0 !important;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.single_service .icon ul li i:hover {
    transform: translateY(-5px);
}
.single_service .box {
    margin-bottom: 30px;
    padding: 30px 30px 35px;
    background: var(--e-global-color-white);
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}
.single_service .box h4 {
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}
.single_service .box input {
    margin-bottom: 18px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    height: 55px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 40px 35px 60px rgb(248 247 255 / 74%) inset;
    color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.single_service .box input:focus {
    border: 1px solid var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    box-shadow: none;
    color: var(--e-global-color-text);
    outline: none;
}
.single_service .box .subscribe_now {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    border: none;
    border-radius: 0;
    width: 100%;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    box-shadow: none;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.single_service .box .subscribe_now:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}
.single_service .feed {
    position: relative;
	display: flex;
    align-items: center;
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}
.single_service .feed:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.single_service .feed .feed-image {
    width: 34%;
}
.single_service .feed a {
    position: relative;
    z-index: 1;
    padding-left: 16px;
    width: 66%;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.single_service .feed a:hover {
    color: var(--e-global-color-secondary);
}
.single_service ul li {
    padding-left: 10px;
}
.single_service ul li i {
    position: relative;
    top: -3px;
    left: -8px;
    color: var(--e-global-color-secondary);
    font-size: 6px;
    transition: all 0.3s ease-in-out;
}
.single_service ul li a {
    display: inline-block;
    margin-bottom: 16px;
    font-family: 'Lexend Deca', sans-serif;
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
}
.single_service ul li a:hover {
    color: var(--e-global-color-secondary);
}

/* Back to top button */

#button {
    position: fixed;
    right: 80px;
    bottom: 60px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: var(--e-global-color-accent);
    text-align: center;  
    text-decoration: none;    
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    transition: background-color .3s, opacity .5s, visibility .5s; 
    cursor: pointer;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}
#button.show {
    visibility: visible;
    opacity: 1;
}
@-webkit-keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgba(87, 238, 241);
}
to {
    box-shadow: 0 0 0 45px rgba(250, 87, 51, .01);
}
}

@keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgba(87, 238, 241);
}
to {
    box-shadow: 0 0 0 45px rgba(250, 87, 51, .01);
}
}

/* PRELOADER */ 

.js {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: rgba(0,0,0, .8);
    overflow: visible;
}
  
.preloader-jackhammer ul li {
    list-style: none;
}
.cssload-flex-container {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.cssload-flex-container li {
    position: relative;
    margin: 0;
    padding: 10px;
    width: 97px;
    height: 97px;
    text-align: center;
}

.cssload-loading {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    border-radius: 975px;
    -o-border-radius: 975px;
    -ms-border-radius: 975px;
    -webkit-border-radius: 975px;
    -moz-border-radius: 975px;
    width: 5px;
    height: 49px;      
    background: var(--e-global-color-accent);
    animation: cssload-upDown2 1.15s ease infinite;
    -o-animation: cssload-upDown2 1.15s ease infinite;
    -ms-animation: cssload-upDown2 1.15s ease infinite;
    -webkit-animation: cssload-upDown2 1.15s ease infinite;
    -moz-animation: cssload-upDown2 1.15s ease infinite;
    animation-delay: 0.29s;
    -o-animation-delay: 0.29s;
    -ms-animation-delay: 0.29s;
    -webkit-animation-delay: 0.29s;
    -moz-animation-delay: 0.29s;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
}
.cssload-loading:after, .cssload-loading:before {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    border-radius: 975px;
    -o-border-radius: 975px;
    -ms-border-radius: 975px;
    -webkit-border-radius: 975px;
    -moz-border-radius: 975px;
    width: 5px;
    height: 49px;
    background: var(--e-global-color-secondary);
    animation: cssload-upDown2 1.15s ease infinite;
    -o-animation: cssload-upDown2 1.15s ease infinite;
    -ms-animation: cssload-upDown2 1.15s ease infinite;
    -webkit-animation: cssload-upDown2 1.15s ease infinite;
    -moz-animation: cssload-upDown2 1.15s ease infinite;
    animation-delay: 0.29s;
    -o-animation-delay: 0.29s;
    -ms-animation-delay: 0.29s;
    -webkit-animation-delay: 0.29s;
    -moz-animation-delay: 0.29s;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
}
.cssload-loading:after {
    content: '';
    position: absolute;
    animation: cssload-upDown 1.15s ease infinite;
    -o-animation: cssload-upDown 1.15s ease infinite;
    -ms-animation: cssload-upDown 1.15s ease infinite;
    -webkit-animation: cssload-upDown 1.15s ease infinite;
    -moz-animation: cssload-upDown 1.15s ease infinite;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
}
.cssload-loading:before {
    content: '';
    position: absolute;
    left: -10px;
    animation: cssload-upDown 1.15s ease infinite;
    -o-animation: cssload-upDown 1.15s ease infinite;
    -ms-animation: cssload-upDown 1.15s ease infinite;
    -webkit-animation: cssload-upDown 1.15s ease infinite;
    -moz-animation: cssload-upDown 1.15s ease infinite;
    animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
}
.cssload-loading:after {
    left: 10px;
    animation-delay: 0.58s;
    -o-animation-delay: 0.58s;
    -ms-animation-delay: 0.58s;
    -webkit-animation-delay: 0.58s;
    -moz-animation-delay: 0.58s;
}

@keyframes cssload-upDown {
from {
    transform: translateY(19px);
}

to {
    transform: translateY(-19px);
}
}


@-o-keyframes cssload-upDown {
from {
    -o-transform: translateY(19px);
}

to {
    -o-transform: translateY(-19px);
}
}


@-ms-keyframes cssload-upDown {
from {
    -ms-transform: translateY(19px);
}

to {
    -ms-transform: translateY(-19px);
}
}


@-webkit-keyframes cssload-upDown {
from {
    -webkit-transform: translateY(19px);
}

to {
    -webkit-transform: translateY(-19px);
}
}


@-moz-keyframes cssload-upDown {
from {
    -moz-transform: translateY(19px);
}

to {
    -moz-transform: translateY(-19px);
}
}


@keyframes cssload-upDown2 {
from {
    transform: translateY(29px);
}

to {
    transform: translateY(-19px);
}
}


@-o-keyframes cssload-upDown2 {
from {
    -o-transform: translateY(29px);
}

to {
    -o-transform: translateY(-19px);
}
}


@-ms-keyframes cssload-upDown2 {
from {
    -ms-transform: translateY(29px);
}

to {
    -ms-transform: translateY(-19px);
}
}


@-webkit-keyframes cssload-upDown2 {
from {
    -webkit-transform: translateY(29px);
}

to {
    -webkit-transform: translateY(-19px);
}
}


@-moz-keyframes cssload-upDown2 {
from {
    -moz-transform: translateY(29px);
}

to {
    -moz-transform: translateY(-19px);
}
}


#skipToContent a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
#skipToContent a:where(:focus, :active) {
  width: 220px;
  height: 54px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
}

.scheduled_section {
  padding: 70px 0 100px;
}
.scheduled_section .scheduled_content {
  text-align: center;
}
.scheduled_section .scheduled_content h6 {
  color: var(--e-global-color-secondary);
  letter-spacing: 1.6px;
}
.scheduled_section .scheduled_content h2 {
  margin-bottom: 48px;
  color: var(--e-global-color-primary);
}
.scheduled_section .scheduled_boxcontent {
  --num: 5;
  --gap: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.scheduled_section .scheduled_boxcontent .box {
  padding: 20px 20px 28px;
  border-radius: 12px;
  width: calc(100% / var(--num) - (var(--gap) - var(--gap) * 1 / var(--num)));
  min-height: 220px;
  background-image: linear-gradient(0deg, var(--e-global-color-secondary) -25%, var(--e-global-color-accent) 120%);
  box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
  color: #fff;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
.scheduled_section .scheduled_boxcontent .box:nth-child(1) {order:0;}
.scheduled_section .scheduled_boxcontent .box:nth-child(2) {order:1;}
.scheduled_section .scheduled_boxcontent .box:nth-child(3) {order:2;}
.scheduled_section .scheduled_boxcontent .box:nth-child(4) {order:3;}
.scheduled_section .scheduled_boxcontent .box:nth-child(5) {order:4;}
.scheduled_section .scheduled_boxcontent .box:nth-child(10) {order:5;}
.scheduled_section .scheduled_boxcontent .box:nth-child(9) {order:6;}
.scheduled_section .scheduled_boxcontent .box:nth-child(8) {order:7;}
.scheduled_section .scheduled_boxcontent .box:nth-child(7) {order:8;}
.scheduled_section .scheduled_boxcontent .box:nth-child(6) {order:9;}

.scheduled_section .scheduled_boxcontent .box:hover:before {
  opacity: 1;
  bottom: 20px;
}
.scheduled_section .scheduled_boxcontent .box:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 4px;
  width: 59px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  background-image: url(../images/scheduled_box_arrow.svg);
  transition: .3s;
  opacity: .8;
}
.scheduled_section .scheduled_boxcontent .box:nth-child(-n+4):before {
  transform: rotate(0);
}
.scheduled_section .scheduled_boxcontent .box:nth-child(5):before {
  transform: rotate(90deg);
}
.scheduled_section .scheduled_boxcontent .box:nth-child(6):before,
.scheduled_section .scheduled_boxcontent .box:nth-child(7):before,
.scheduled_section .scheduled_boxcontent .box:nth-child(8):before,
.scheduled_section .scheduled_boxcontent .box:nth-child(9):before {
  transform: rotate(180deg);
}
.scheduled_section .scheduled_boxcontent .box:nth-child(10):before {
  transform: rotate(180deg);
}
.scheduled_section .scheduled_boxcontent .box .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  height: 100%;
}
.scheduled_section .scheduled_boxcontent .box .text h4 {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -.02em;
  margin-bottom: 0;
}
.scheduled_section .scheduled_boxcontent .box .text p {
  margin-bottom: 0;
}

.participants .service_boxcontent {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.participants .service_boxcontent a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  width: 100%;
  height: 120px;
  text-align: center;
}
.participants .service_boxcontent a img {
  max-height: 64px;
}

.notice-table th, .notice-table td {
  padding: 15px 10px;
  text-align: center;
}
.notice-table th {
  background-color: #f8f9fa;
  font-weight: 600;
}
.notice-table td.title {
  text-align: left;
}
.notice-table td a {
  color: var(--e-global-color-dark-gray, #282f3d);
  text-align: left;
}
.notice-table td a:hover {
  color: var(--e-global-color-secondary);
}
.search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.search-box .result-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
}
.search-box p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}
.search-form {
  display: flex;
  width: 300px;
}
.search-form input {
  border-right: none;
  border-radius: 0;
}
.search-form button {
  border: none;
  border-radius: 0;
  background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
  color: white;
}
.pagination {
  justify-content: center;
  margin-top: 30px;
}
.page-link {
  border-radius: 0;
  color: var(--e-global-color-secondary);
}
.page-item.active .page-link {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
}
.file-icon {
  color: var(--e-global-color-secondary);
}


.promotion-card {
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}
.promotion-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}
.promotion-card a {
  color: var(--e-global-color-dark-gray);
}
.promotion-card a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: none;
}
.promotion-card a:hover .card-title {
  text-decoration: underline;
}
.promotion-card .card-img-container {
  overflow: hidden;
}
.promotion-card img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
  aspect-ratio: 100/64;
}
.promotion-card:hover img {
  transform: scale(1.05);
}
.promotion-card .card-body {
  padding: 1.5rem;
}
.promotion-card .date {
  margin-bottom: 0.5rem;
  color: #777;
  font-size: 0.9rem;
}
.promotion-card .card-title {
  margin-bottom: 0.75rem;
  height: 50px;
  overflow: hidden;
  font-weight: 600;
}
.promotion-card .card-text {
  display: -webkit-box;
  margin-bottom: 1rem;
  height: 60px;
  overflow: hidden;
  color: var(--e-global-color-text, #7c7c7c);
  line-height: 30px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pagination {
  justify-content: center;
  margin-top: 30px;
}
.page-link {
  border-radius: 0;
  color: var(--e-global-color-secondary);
}
.page-item.active .page-link {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
}


.notice-view {
  border-top: 2px solid var(--e-global-color-secondary);
  border-bottom: 2px solid var(--e-global-color-secondary);
}
.notice-header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.notice-info {
  display: flex;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.notice-info div {
  margin-right: 20px;
}
.notice-content {
  padding: 30px 20px;
  min-height: 300px;
}
.notice-files {
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  background-color: #f8f9fa;
}
.notice-files .file-item {
  display: flex;
  align-items: center;
}
.notice-files .file-item + .file-item {
  margin-top: 12px;
}
.notice-files .file-icon {
  margin-right: 8px;
  color: var(--e-global-color-secondary);
}
.notice-files a {
  color: #333;
  text-decoration: none;
}
.notice-files a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}
.btn-list {
  margin-top: 30px;
  text-align: center;
}


.promotion-view {
  border-top: 2px solid var(--e-global-color-secondary);
  border-bottom: 2px solid var(--e-global-color-secondary);
}
.promotion-header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.promotion-info {
  display: flex;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.promotion-info div {
  margin-right: 20px;
}
.promotion-content {
  padding: 30px 20px;
  min-height: 300px;
}
.promotion-image {
  margin: 20px 0;
  text-align: center;
}
.promotion-image img {
  max-width: 100%;
  max-height: 400px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.promotion-files {
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  background-color: #f8f9fa;
}
.promotion-files .file-item {
  display: flex;
  align-items: center;
}
.promotion-files .file-item + .file-item {
  margin-top: 12px;
}
.promotion-files .file-icon {
  margin-right: 8px;
  color: var(--e-global-color-secondary);
}
.promotion-files a {
  color: #333;
  text-decoration: none;
}
.promotion-files a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}
.btn-list {
  margin-top: 30px;
  text-align: center;
}


.apply-form {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.apply-form .form-group label {
  margin-bottom: 8px;
  font-weight: 500;
}
.apply-form .form-control {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.apply-form .form-control:focus {
  border-color: var(--e-global-color-secondary);
  box-shadow: none;
}
.apply-form .section-title {
  margin-bottom: 30px;
  color: var(--e-global-color-secondary);
}
.apply-form .file-upload {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.apply-form .file-upload .upload-btn {
  padding: 8px 20px;
  border: none;
  border-radius: 3px;
  background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.apply-form .file-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 100px;
  cursor: pointer;
}
.apply-form .file-list {
  margin-top: 15px;
}
.apply-form .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 3px;
  background-color: #f8f9fa;
}
.apply-form .file-name {
  margin-right: 10px;
  font-size: 14px;
}
.apply-form .delete-btn {
  color: #dc3545;
  cursor: pointer;
}
.apply-form .terms-container {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  height: 150px;
  background-color: #f8f9fa;
  overflow-y: auto;
  font-size: 14px;
}
.apply-form .submit-btn {
  padding: 15px 40px;
  border: none;
  background-image: linear-gradient(32deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.apply-form .submit-btn:hover {
  background-image: linear-gradient(32deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}
.apply-form .required {
  margin-left: 5px;
  color: red;
}

.table_wrap {
  overflow: hidden;
}
.staff_list {
  border-top: 2px solid #555;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  overflow: hidden;
}
.staff_list table {
  width: 100%;
  word-break: normal;
  table-layout: fixed;
}
.staff_list thead th {
  padding: 1rem;
  border-bottom: 1px solid #aaa;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.staff_list tbody th, 
.staff_list tbody td {
  padding: .875rem;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}
.staff_list td.txt_left {
  text-align: left;
}
.staff_list td a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}
.staff_list td a:hover {
  color: var(--e-global-color-secondary);
}
.staff_list td .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.staff_list td[aria-label="첨부파일"] img {
  width: 2.5rem;
}
.staff_list .name {
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  /* text-align: left; */
}
.staff_list .name > span {
  display: block;
}

.host_org_section {
  padding-block: 2rem;
}