/*!
Theme Name: sekureme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sekureme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sekureme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>; 
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

:root{
 --orange: #fe6a3a; 
 --black: #1a1515;
 --clrtext: #444444; 
 --bodytext: 18px;
 --radius:5px;
 --radiusbig:12px;
 --smallheading-letterspacing:0.1rem;
 --mainheading-fontsize: 65px;
 --mainwidth: 1440px;
 --navpadnik:36px;
 --lightprimary:#FC9061;
 --sction-top-and-bottom-padding:120px;
}
*{box-sizing:border-box}

h1, h2, h3, h4, h5, h6{
	color: var(--black);
}

body{
	font-family: "Roboto", sans-serif;
	font-size: var(--bodytext);
	color: var(--clrtext);
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.container{
	max-width: 1440px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 19px;
  color: #333 !important;
  transition: 0.3s;
  padding-right: var(--navpadnik);
  padding-left: var(--navpadnik);
  display: block;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ff5a2c !important;
}
.dropdown-menu {
  border-radius: var(--radiusbig);
  border: none;
  width: 300px;
  padding: 0px !important;
  border: 1px #f1f1f1 solid;
  overflow: hidden;
  left: 30px !important;
}
.dropdown-menu .dropdown-item{
	font-size: 15px;
	font-weight: 600;
	padding: 20px 28px;
	letter-spacing: -0.02px;
}
.dropdown-menu .dropdown-item:hover {
  background: #ff5a2c;
  color: #fff;
}


.Footercontainer{
	background-color: var(--lightprimary);
	padding-top: var(--sction-top-and-bottom-padding);
	padding-bottom: var(--sction-top-and-bottom-padding);
	color: #FFF;
}

.Footerlogo{
	width: 242px;
	height: 238px;
}

.Footerlogo img{
	width: 100%;
	height: auto;
}

.Footercontainer h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;
}

.Footercontainer .nav_link ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.Footercontainer .nav_link ul li{
	margin-bottom: 5px;
}

.Footercontainer .nav_link ul li a{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.f-block.address{
	display: flex;
	margin-bottom: 15px;
}

.f-block-icon{
	width: 24px;
	height: 24px;
}

.f-block-icon img{
	width: 100%;
	height: auto;
}

.f-block.address .fa-cont{
	flex: 1;
	font-size: 16px;
	padding-left: 14px;
}

.socialmedia h4{
	font-size: 18px;
	font-weight: 400;
}

.socialmedia ul{
	display: flex;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.socialmedia ul li{
	margin-right: 25px;
}

.socialmedia ul a{
	font-size: 26px;
	color: #FFF;
}

.slide_cont{
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 170px;
	padding-bottom: 170px;
	height: calc(100vh - 95px);
	display: flex;
	align-items: center;
}

.slide_cont .caption{
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000;
}

h2.page-heading{
	font-size: 80px;
	font-weight: 900;
	line-height: 120%;
	color: #FFF;
	text-transform: uppercase;
}

.btn{
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
}

.btn-primary{
	background-color: #FE6A3A;
	border-color: #FE6A3A;
}

.btn-primary img{
	display: inline-block !important;
	margin-left: 7px;
	margin-top: -2px;
}




.caption p{
	font-size: 18px;
	font-weight: 40px;
	color: #FFF;
}


.slick-dots{
	bottom: 27px;
	left: 50%;
	transform: translateX(-50%);
}


.slick-dots li button{
		width: 28px;
		height: 28px;
		border: 1px #FFF solid;
		border-radius: 50%;
		position: relative;
}

.slick-dots li button:before{
	content: '';
	width: 18px;
	height: 18px;
	background-color: #FFF;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
}

.slick-dots li.slick-active button{
	border-color: #fe6a3a;
	opacity: 1;
}
.slick-dots li.slick-active button:before{
	background-color: #fe6a3a;
}



.bannerslider{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.slick-dotted.slick-slider{
	margin-bottom: 0px;
}


.OurValueContainer{
	background: #FFF url(images/our-value-bg.jpg) no-repeat bottom center;
	background-size: cover;
	padding-top: 70px;
}

.OurValueLeft img{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.smallheading{
	font-size: 22px;
	font-weight: 400;
	color: #000;
	letter-spacing: 6px;
	font-weight: 400;
	text-transform: uppercase;
}


.pageheading{
	font-size: 65px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}




.accordion {
      width: 100%;
      max-width: 700px;
    }

    .accordion-item {
      background: #fff;
      border-radius: 12px;
      margin-bottom: 14px;
      box-shadow: 0 4px 15px rgba(255,228,219,.7);
      overflow: hidden;
      cursor: pointer;
      transition: box-shadow 0.3s ease, background 0.3s ease;
      border: 1px #FFF solid;
    }

    .accordion-item:hover {
      box-shadow: 0 4px 20px rgba(255,228,219,1);
      background: linear-gradient(to right, #FFF5F2, #FDE5CE);
      color: #ff4d00;
    }

    .accordion-header {
      padding: 20px;
      font-size: 18px;
      font-weight: 700;
      transition: color 0.3s ease, background 0.3s ease;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.35s ease;
      padding: 0 20px;
    }

        .accordion-item.open {
      background: linear-gradient(to right, #FFF5F2, #FDE5CE);
      border: 1px #ffe5da solid;
    }

    .accordion-item.open .accordion-body {
      padding: 0 20px 20px 40px;
    }

    /* highlight on hover or active(open) */
    .accordion-item:hover .accordion-header,
    .accordion-item.open .accordion-header {
      color: #ff4d00;
    }

     .accordion-item .accordion-header{
      overflow: hidden;
     }

      .accordion-item .accordion-header::before{
      content: "↗";
      font-size: 16px;
      transform: translateX(-60px);
      transition: .25s;
    }

    .accordion-item:hover .accordion-header::before,
    .accordion-item.open .accordion-header::before {
     transform: translateX(0px);
    }

    .accordion-body p {
      margin: 0;
      font-size: 15px;
      line-height: 1.5;
      color: #333;
      padding-bottom: 10px;
    }



.OurServiceContainer{
	background: url(images/backbg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 110px;
	padding-bottom: 110px;
}

.headingpara{
	font-size: 18px;
	line-height: 120%;
}


.OurServiceContainer .smallheading, .OurServiceContainer .pageheading, .headingpara{
	text-align: center;
}


.OurServiceCard{
	text-decoration: none;
	color: #000;
}

.OurServiceCardPicture{
	height: 530px;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 0px;
}

.OurServiceCardText{
	margin-left: 16px;
	margin-right: 16px;
	padding: 30px 30px;
	box-shadow: 0px 4px 20px rgba(255, 228, 219, 1.0);
	position: relative;
	z-index: 3;
	margin-top: -110px;
	background: #FFF;
	border-radius: 20px;
	transition: .25s;
}

.OurServiceCardText h3{
	font-size: 32px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.OurServiceCardText p{
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding-left: 25px;
	border-left: 1px #000 solid;
}

.OurServiceCard:hover .OurServiceCardText{
	color: #FFF;
	background-color: #fe6a3a;
}


.OurServiceCard:hover h3{
	color: #FFF;
}

.OurServiceCard:hover p{
border-left: 1px #FFF solid;
}

.OurServicecardArrow{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}

.OurServiceCard:hover .OurServicecardArrow img{
	filter: brightness(10);
}


.viewmoretext .btn-light{
	font-size: 18px;
}

.viewmoretextblock{
	width: 382px;
	height: 54px;
	background: #FFF;
	border: 1px solid rgba(242, 106, 46, 0.36);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	border-radius: 40px;
	position: relative;
	z-index: 1;
}



.viewmoretext{
	position: relative;
	margin-top: 30px;
}

.viewmoretext:before{
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	background: rgba(242, 106, 46, 0.36);
	content: '';
}

.viewmoretextblock .btn-link{
	margin-left: 7px;
	color: #FE6A3A;
}

.viewmoretextblock .btn-link:hover{
	text-decoration: none;
}

.viewmoretextblock .btn-link img{
	margin-left: 3px;
}


.IndustrySlider{
	padding: 30px 15px;
}

.IndustrySliderPicture{
	border-radius: 15px;
	height: 335px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	margin-left: 15px;
	margin-right: 15px;
}

.IndustrySliderheading{
	padding: 230px 15px 30px;
	box-shadow: 0px 5px 50px rgba(192, 81, 31, 0.12);
	position: relative;
	z-index: 1;
	margin-top: -200px;
	border-radius: 15px;

}
.IndustrySliderheading h3{
	font-size: 32px;
	line-height: 110%;
	color: #000;
	text-align: center;
}

/*.IndustrySlider.slick-slide{
	opacity: .5;
}
.IndustrySlider.slick-slide.slick-active{
	transform: scale(1.1);
	opacity: 1;
}*/

.IndustrySlider.slick-slide{
	transform: scale(.9);
	opacity: .5;
	transition: .25s;
}

.Featured-Industry-Slider .slick-center{
	transform: scale(1);
	opacity: 1;
}


.IndustrySlider.slick-slide a{
	text-decoration: none;
}


.OurResourcesContainer{
	background: url(images/Mask-group.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}
 


.OurResourcesContainer .smallheading, .OurResourcesContainer .pageheading, .headingpara{
	text-align: center;
}


.OurResourcesContainer .card{
	border: 0px;
	background-color: transparent;
	text-decoration: none;
	color: #000;
}

.OurResourcesContainer .card-thumb{
	border: 8px #FFF solid;
	box-shadow: 6px 0px 24px rgba(0, 0, 0, 0.08);
	height: 460px;
	border-radius: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}


.OurResourcesContainer .card-overlay{
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.OurResourcesContainer .card-playicon{
	position: absolute;
	z-index: 9;
}



.OurResourcesContainer .card-body{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.OurResourcesContainer .card-body h2{
	font-size: 32px;
	font-weight: 700;
	line-height: 110%;
	color: #000;
	margin-bottom: 25px;
}

.OurResourcesContainer .card-body p{
	font-size: 18px;
}


.WorkProcessContainer{
	background: url(images/our-value-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}
 


.WorkProcessContainer .smallheading, .WorkProcessContainer .pageheading, .headingpara{
	text-align: center;
}



.WorkProcessContainer .cardstep{
		position: relative;
		height: 260px;
		background: url(images/process-right.png) no-repeat center right;
		width: 33.33%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding-left:110px;
		padding-right: 50px;
}

.WorkProcessContainer .cardstep .number{
	font-size: 150px;
	line-height: 75px;
	color: var(--orange);
	font-weight: 700;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .2;
}

.WorkProcessContainer .cardstep h3.card-title{
	font-size: 32px;
	line-height: 110%;
	font-weight: 700;
}

.WorkProcessContainer .cardstep p.card-text{
	font-size: 18px;
	line-height: 150%;
}

.WorkProcessContainer .cardstep.cardsteplast{
	background-image: none;
}



.TestimonialsContainer{
	background: url(images/testimoni-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}
 


.TestimonialsContainer .smallheading, .TestimonialsContainer .pageheading, .headingpara{
	text-align: center;
}



    .testimonial-card {
      position: relative;
      border-radius: 15px;
      background: #ffffff;
      padding: 22px;
      box-shadow: 0 8px 30px rgba(18, 22, 28, 0.06);
      border: 1px solid rgba(0,0,0,0.03);
    }

    /* Top-right rounded square quote badge */
    .quote-badge {
      position: absolute;
      top: 14px;
      right: 16px;
      width: 56px;
      height: 56px;
      border-radius: 12px;
      display: grid;
      place-items: center;      
      z-index: 3;
    }
    .quote-badge .bi-quote {
      font-size: 1.45rem;
      color: #fff;
      line-height: 1;
    }

    .person-img {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      object-fit: cover; 
      border: 2px solid rgba(0,0,0,0.03);
      background: #f4f4f4;
    }

    .testimonial-text {
      color: #5b5b5b; 
      line-height: 1.6;
      font-size: 18px;
    }

    .author_name{
    	font-size: 20px;
    	color: #334047;
    }

        .author_designation{
    	font-size: 16px;
    	color: #5A717C;
    }


    /* Slight responsive tweaks */
    @media (max-width: 576px) {
      .quote-badge { right: 12px; top: 12px; width:48px; height:48px; border-radius:10px; }
      .person-img { width:48px; height:48px; }
    }


    .TestimonialsSliderItem{
    	padding-left: 10px;
    	padding-right: 10px;
    }


.Footercontainer h3{
	color: #FFF;
}

.Footercontainer h5{
	color: #FFF;
}

.footer_subscription{
	margin-bottom: 60px;
}


.es-form-1 label{
	display: block;
}

.es-field-label input{
	width: 100%;
	height: 42px;
	padding: 7px;
	border-radius: 12px;
	border: 1px #ccc solid;
}


.innerpage_bannersec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}

.innerpage_bannersec .banner_txt h2.innerpage_heading {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 82px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
}

.innerpage_bannersec .black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.4;
    background: #000;
}
.InnerpageContent {
    padding-top: 120px;
    padding-bottom: 120px;
}

.AboutPageContainer{
	padding-top: 120px;
	background-image: url(images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}


.AboutPageContainer .smallheading, .AboutPageContainer .pageheading, .headingpara{
	text-align: center;
}


.AboutPageContainer h3{
	font-size: 45px;
	line-height: 110%;
	margin-bottom: 15px;
}


.about-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.about-list li{
	background-image: url(images/dot.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	margin-bottom: 7px;
}


.contact-page-container{
	padding-top: 120px;
	background-image: url(images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.contact-page-container .smallheading, .contact-page-container .pageheading, .headingpara{
	text-align: center;
}


.contact-page-container .form-control{
	height: 48px;
	background-color: transparent;
}

.contact-page-container textarea.form-control{
	height: 180px;
}






