
body {
	font-family: "Outfit", sans-serif;
	font-style: normal;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.container {
	max-width: 1300px;
}
.row>* {
	padding-right: 15px;
	padding-left: 15px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	  font-family: "Outfit", sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
	word-break: break-word;
}
img {
	max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
	outline: none !important;
	box-shadow: none;
}
input::placeholder{
    color: #B8B8B8;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
p {
	margin: 0px;
	padding: 0;
	word-break: break-word;
}
/* width */

::-webkit-scrollbar {
	width:5px;
}
/* Track */

::-webkit-scrollbar-track {
	background: #ffffff;
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: red;
	width: 5px;
}
/* ==========banner css start =============*/

.ek-banner-wrapper{
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.ek-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 140px 10px 140px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.ek-header-menu {
    display: flex;
}
ul.ek-header-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding: 10px 0px;
}
ul.ek-header-ul li{
    position: relative;
    transition: all 0.5s;
}
ul.ek-header-ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    width: 0px;
    height: 1px;
    background-color: #b70a0c;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
ul.ek-header-ul li:hover:after{
    opacity: 1;
    visibility: visible;
    width: 30px;
}
ul.ek-header-ul li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.ek-contact-btn > a {
    max-width: fit-content;
    background: linear-gradient(270deg, #E12728 0%, #B70A0C 100%);
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 5px 10px 18px;
    min-width: 175px;
    border-radius: 5px;
    height: 45px;
    transition: all 0.5s;
    margin-left: 60px;
    width: fit-content;
}
.ek-contact-btn > a > span {
    width: 35px;
    height: 35px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0px 0px 0px 30px;
}
/* banner main content */
.ek-banner-left {
    max-width: 740px;
}
.ek-banner-left h5 {
    background: linear-gradient(270deg, rgba(7, 5, 4, 0) 0%, #B61618 100%);
    width: fit-content;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 60px 10px 15px;
    border-radius: 5px;
}
.ek-banner-left h2 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    padding: 30px 0px 30px 0px;
}
.ek-banner-left p {
    color: rgba(223, 213, 212, 1);
    padding: 0px 0px 35px 0px;
    max-width: 640px;
}
.ek-banner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 140px 0;
}
.ek-banner-section .ek-contact-btn a {
    margin: 0;
}
.ek-banner-right {
    max-width: 1020px;
    position: relative;
    width: 660px;
}
.e-banner-girl-res {
    display: none;
}
img.ek-banner-img1 {
    position: absolute;
    top: 60px;
    left: 30px;
    animation: 3.4s rotate linear infinite;
}
img.ek-banner-img2 {
    position: absolute;
    top: 130px;
    right: -70px;
    animation: 4.4s rotate linear infinite;
}
img.ek-banner-img3 {
    position: absolute;
    bottom: 80px;
    left: -50px;
    animation: 5.4s rotate linear infinite;
}
img.ek-banner-img4 {
    position: absolute;
    bottom: 150px;
    right: -90px;
    animation: 6.4s rotate linear infinite;
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-5px) rotate(0deg);
        transform: rotate(0deg) translate(-5px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        transform: rotate(360deg) translate(-5px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}
.ek-banner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 140px 60px;
}

.ek-running-step-box {
     width: 100%;
    height:200px;
    position: relative;
     
}
.ek-running-slide{
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
}

@keyframes slide {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -3935px;
    }
}
.ek-running-slide1{
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
}
.ek-running-inner{
    height: 80px;
    background-image: url(../images/step1.png);
    animation: slide 230s linear infinite;
    background-repeat: repeat-x;
    background-size: auto;
    margin: 0 auto;
}
.ek-running-slide1 .ek-running-inner{
 animation: slide2 230s linear infinite;
}
@keyframes slide2 {
    from {
        background-position-x: -3935px;
    }

    to {
        background-position-x: 0;
    }
}

/* our approch css start */
.ek-approach-wrapper {
    background-color: rgba(7, 5, 4, 1);
    padding: 80px 0px;
}
.ek-approach-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    padding: 20px 0px;
}
.ek-approach-para p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(223, 213, 212, 1);
    max-width: 570px;
    padding: 0px 0px 10px;
}
.ek-approch-flex {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.ek-approch-content {
    background-image: url(../images/planning-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 62px;
    border-radius: 10px;
    transition: all 0.5s;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.ek-approch-content:hover {
    padding: 60px 30px;
}
.ek-approch-content:hover h2{
color: rgba(223, 37, 38, 1);
    font-size: 50px;
    font-weight: 700;
    text-align: left;
}
.ek-approch-content:hover h5 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    transform: unset;
    writing-mode: unset;
    padding: 0 0 20px;
}
.ek-approch-content:hover p{
    display: block;
}
.ek-approch-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 0px 15px;
    text-align: center;
}
.ek-approch-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(223, 213, 212, 1);
    display: none;
    transition: all 0.5s;
}
.ek-approch-content h5 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    transform: rotate(0deg);
    writing-mode: vertical-rl;
    padding: 20px 80px 0;
}
.ek-approch1 {
    text-align: center;
    background-image: url(../images/planning2.png);
    background-repeat: no-repeat;
    height: 450px;
    padding: 60px 0px;
    width: 100%;
    background-size: cover;
}
.ek-approch1 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}
.ek-approch1 h5 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    transform: rotate(0deg);
    writing-mode: vertical-rl;
    padding: 20px 80px 0;
}

/* software solution css start */
.ek-software-solution-wrapper {
   background-image: url(../images/software-solution-bg.png);
   background-repeat: no-repeat;
   background-size: cover;
    padding: 80px 0px;
}
.ek-software-solution-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    max-width: 500px;
    padding: 0px 0px 70px;
}
.ek-software-solution-sub-heading p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(223, 213, 212, 1);
    max-width: 500px;
}
.ek-software-solution-box {
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.03);
    padding: 30px 30px 50px 30px;
    margin: 0px 0px 30px;
    border-radius: 10px;
    transition: all 0.5s;
    position: relative;
    height: 310px;
}
.ek-software-solution-box .ek-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(270deg, #E12728 0%, #B70A0C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.5s;
}
.ek-software-solution-box .ek-icon-no h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff0f;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all 0.5s;
}
.ek-software-box-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    padding: 30px 0px 20px;
}
.ek-software-box-content p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(223, 213, 212, 1);
    max-width: 310px;
}
.ek-software-solution-box:hover{
    background: linear-gradient(270deg, #E12728 0%, #B70A0C 100%);

}
.ek-software-solution-box:hover  .ek-icon{
    background:  rgba(7, 5, 4, 1);

}
.ek-software-solution-box:hover .ek-icon-no h2{
 color: #ffffff36;
}

/* founder css start */
.ek-team-founder-wrapper{
    background-image: url(../images/team-founder-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.ek-team-heading h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    max-width: 930px;
    margin:0 auto 40px;
    text-align: center;
}
.ek-team-slider {
    position: relative;
    overflow: hidden;
}
.ek-team-slider .swiper-container.mySwiper .swiper-wrapper .swiper-slide .ek-team-video1 {
    position: relative;
    transform: scale(0.9);
}
.swiper-slide.swiper-slide-active .ek-team-video1 {
    transform: scale(1) !important;
}
.ek-team-video1  span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ek-videoIframe iframe {
    width: 100%;
    height: 260px;
}
.ek-tem-bottom-heading h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    max-width: fit-content;
    background-image: url(../images/heading-shape.png);
    padding: 11px 71px;
    margin: 30px auto;
    background-size: cover;
    background-repeat: no-repeat;
}

/* team behind css start */
.ek-team-behing-wrapper{
    background-image: url(../images/team-behind-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.ek-team-behind-content p {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 25px;
    color: rgba(223, 213, 212, 1);

}
/* form css start */
.ek-form-wrapper{
    background-image: url(../images/form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.ek-form-left {
    padding: 70px 0px 0px;
}
.ek-form-left > h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px 0px 20px;
}
.ek-form-left > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(223, 213, 212, 1);
    padding: 0px 0px 40px;
}
.ek-form-right {
    background-image: url(../images/formBg-sec.png);
    background-size: cover;
    padding: 20px 20px;
}
.ek-form-box1 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 40px;
}
.ek-form-content h2{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.ek-form-content p{
 font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.ek-form-icon {
    background-image: url(../images/form-box.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ek-form-box1.emailBg{
    background-image: url(../images/email-bg.jpg);
}
.ek-form-label{
    margin-bottom: 20px;
}
.ek-form-label label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 0px 0px 5px;
    display: block;
}
.ek-form-label input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    height: 45px;
    border-radius: 5px;
    color: #ffffff;
}
.ek-form-label textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    border-radius: 5px;
    height: 129px;
    resize: none;
    overflow: auto;
    color: #ffffff;
}
.form-control:focus {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    color: #ffffff;
}
.ek-form-label input::placeholder{
    color:  rgba(65, 52, 51, 1);

}
.ek-form-right .ek-contact-btn a {
    margin: 10px 0 0 0;
}
/* footer css start */
.ek-footer-wrapper{
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}
.ek-footer-box1.ek-footer-box1-padding {
    padding-left: 60px;
}
.ek-footer-box1 > a {
    display: block;
    padding: 0px 0px 10px;
}
.ek-footer-box1 p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(223, 213, 212, 1);
}
.ek-footer-box1 h2 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 20px 0px 20px;
}
.ek-footer-box1 ul li {
    margin: 0 0px 5px;
    transition: all 0.5s;
}
.ek-footer-box1 ul li a{
    font-size: 16px;
    font-weight: 400;
    color:  rgba(223, 213, 212, 1);
    display: block;
    transition: all 0.5s;

}
.ek-footer-box1 ul li:hover{
    transform: translate(-5px);
}
.ek-footer-box1 ul li:hover a{
    color: #B61618;

}
.ek-contact-flex-icon-content > h2 {
    padding: 0;
}
.ek-contact-flex {
    display: flex;
    gap: 15px;
    margin: 0px 0px 20px;
}
.ek-copywrite-wrapper p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background: rgba(7, 5, 4, 1);
    color: #ffffff;
    padding: 15px 0px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.swiper-button-prev svg, .swiper-button-next svg{
    display: none;
}
/* privacy policy */
.ek-banner-wrapper.ek-policy-bg{
    background-image: url(../images/our-policy-bg.png);
}
.ek-policy-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 60px 0px;
}
.ek-policy-content {
    background: rgba(2, 2, 1, 1);
    padding: 60px 0px 40px;
}
.ek-policy-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px 0px 30px;
}
.ek-policy-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(223, 213, 212, 1);
    padding: 0px 0px 40px 0px;
}
img.ek-desktop-none {
    display: none;
}
.ek-banne-res1-img{
    display: none;
}
/* =========== media css start =============*/
@media(max-width:1700px){
    .ek-banner-animation{
        display: none;
    }
    /* .ek-banner-right {
    display: none;
} */
/* .e-banner-girl-res {
    display: block;
} */
img.ek-desktop-none {
    display: none;
}
img.ek-desktop-visible {
    display: none;
}
img.ek-desktop-none {
    display: block;
}
.ek-banner-left {
    max-width: 490px;
    padding: 0px 30px 0px 0px;
}
}
@media(max-width:1600px){
    .ek-policy-content {
    padding: 60px 60px 40px;
}

}
@media(max-width:1400px){
    .ek-header-wrapper {
    padding: 10px 30px 10px;
}
ul.ek-header-ul {
    gap: 40px;
}
.ek-banner-section {
    padding: 60px 30px 60px;
}
ul.ek-header-ul {
    padding: 0;
}
ul.ek-header-ul > li {
    padding: 10px 20px;
}
}
@media(max-width:1200px){
.menu-open .fl-menu-btn span:nth-child(1) {
    transform: translate(1px, 6px) rotate(-48deg);
}
.menu-open .fl-menu-btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.menu-open .fl-menu-btn span:nth-child(3) {
    transform: translate(1px, -6px) rotate(48deg);
}
body.menu-open ul.ek-header-ul {
    left: 0;
}
.fl-bhh-toggle {
    position: absolute;
    right: 175px;
    top: 28px;
}
.fl-menu-btn {
    margin-left: 20px;
    display: block;
}
.fl-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background: #b70a0c;
}
.fl-menu-btn span:nth-child(2) {
    width: 17px;
}
    .ek-overlay {
    position: fixed;
    background: rgb(0 0 0 / 21%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    cursor: zoom-in;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

ul.ek-header-ul > li {
    padding: 20px 20px;
}
body.menu-open .ek-sidebar-overlay {
    opacity: 1;
    visibility: visible;
}
ul.ek-header-ul {
    padding: 0;
    display: block;
    position: fixed;
    left: -300px;
        background: linear-gradient(270deg, #E12728 0%, #B70A0C 100%);
    height: 100vh;
    width: 300px;
    top: 0px;
    z-index: 999;
    transition: all 0.5s;
}
.ek-banner-wrapper .ek-header-wrapper .ek-header-menu .ek-contact-btn a {
    margin: 0;
        min-width: 125px;
}
.ek-banner-wrapper .ek-header-wrapper .ek-header-menu .ek-contact-btn a span {
    display: none;
}
.ek-overlay {
    position: fixed;
    background: rgb(0 0 0 / 21%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    cursor: zoom-in;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}







}
@media(max-width:991px){
    .ek-approch-img {
    text-align: center;
}
.ek-banner-left {
    max-width: 100%;
    padding: 30px 0px 0px 0px;
}
    .ek-banne-res1-img {
    display: block;
}
    .ek-banner-right {
    display: none;
}
.ek-banner-section {
    display: block;
}
.ek-tem-bottom-heading h2 {
    background-color: #de2526;
    background-image: none;
    border-radius: 50px;
}
.ek-team-behind-img {
    text-align: center;
    padding: 0px 0px 40px;
}
.ek-footer-box1.ek-footer-box1-padding {
    padding-left: 0;
}
.ek-software-solution-heading h2 {
    padding: 0 0 10px;
}
.ek-software-solution-sub-heading p {
    padding: 0px 0px 40px;
}
}
@media(max-width:767px){
.ek-banner-left h2 {
    font-size: 35px;
}
.ek-running-step-box {
    height: 165px;
}
.ek-approach-wrapper {
    padding: 40px 0px;
}
.ek-software-solution-wrapper {
    padding: 40px 0px;
}
.ek-software-solution-box .ek-icon-no h2 {
    color: #ffffff30;
}
.ek-team-founder-wrapper {
    padding: 40px 0px;
}
.ek-team-behing-wrapper {
    padding: 40px 0px;
}
.ek-form-wrapper{
    padding: 40px 0px;
}
.ek-form-right {
    padding: 40px 40px;
}
.ek-footer-wrapper {
    padding: 40px 0px;
}
    .ek-approch-flex {
    display: block;
}
.ek-approch-content {
    background: #201b19;
    height: auto;
    margin: 0px 0px 30px;
}
.ek-approch-content h5 {
    transform: unset;
    writing-mode: unset;
    padding: 0;
    text-align: center;
}
.ek-approch-content p {
       display: block;
    text-align: center;
    padding: 10px 0px 0px;
}
}
@media(max-width:580px){
    .ek-approach-wrapper {
    padding: 40px 0px 10px;
}
.ek-approch-content:hover {
    padding: 30px 20px;
}
.ek-approch-content {
    padding: 10px 20px 30px;
}
    .ek-form-left > h2 {
    font-size: 25px;
    }
    .ek-software-solution-heading h2 {
    font-size: 25px;
}
.ek-tem-bottom-heading h2 {
    font-size: 20px;
    padding: 11px 35px;
}
.ek-team-heading h2 {
    font-size: 25px;
    margin: 0 auto 20px;
}
.ek-software-solution-box {
    padding: 30px 30px 30px 30px;
    height: auto;
}
.ek-approach-heading h2 {
    font-size: 25px;
}
.ek-banner-left h2 {
    font-size: 30px;
}
.ek-logo a img {
    max-width: 110px;
}
ul.ek-header-ul {
    width: 220px;;
}
ul.ek-header-ul > li {
    padding: 10px 20px;
}
.ek-policy-content {
    padding: 30px 60px 0px;
}
.ek-policy-content h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px 0px 20px;
}
.ek-policy-heading h2 {
    font-size: 25px;
    padding: 40px 0px;
}
}
@media(max-width:480px){
    .ek-policy-content h2 {
    font-size: 20px;
    padding: 0px 0px 20px;
}
    .ek-policy-content h2 {
    font-size: 20px;
}
    .ek-policy-content {
    padding: 30px 30px 0px;
}
    .ek-header-wrapper {
    padding: 10px 10px 10px;
}
    .ek-header-wrapper {
    padding: 10px 10px 10px;
}
    .ek-banner-wrapper .ek-header-wrapper .ek-header-menu .ek-contact-btn a {
    display: none;
}
.fl-bhh-toggle {
    position: absolute;
    right: 30px;
    top: 18px;
}
.ek-banner-section {
    padding: 30px 30px 40px;
}
.ek-banner-left {
    padding: 30px 0px 0px;
}
.ek-banner-left h2 {
    font-size: 25px;
        padding: 20px 0px 10px 0px;

}
.ek-software-box-content h2 {
    font-size: 20px;
    padding: 30px 0px 10px;
}
.ek-software-solution-box {
    padding: 15px;
}
.ek-software-solution-wrapper {
    padding: 40px 0px 15px;
    background: #1c1a1a;
}
.ek-team-heading h2 {
    font-size: 20px;
    margin: 0 auto 20px;
    padding: 0px 20px 10px;
}
.ek-tem-bottom-heading h2 {
    font-size: 16px;
    padding: 11px 20px;
}
.ek-team-behing-wrapper {
    background: #1c1a1a;
    padding: 30px 0px 10px;
}
.ek-tem-bottom-heading h2 {
    margin: 30px auto 0;
}
.ek-software-solution-box .ek-icon-no h2 {
    font-size: 25px;
}
}