@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


/* video anim css start */

.modul.hero_video{padding:0 0 120px;padding-top:var(--header_height);min-height:100vh;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#000}.modul.hero_video img.logo{display:none}.modul.hero_video .award_container{position:absolute;bottom:30px;left:0;width:100%;z-index:0}.modul.hero_video .text,.modul.hero_video .text_outro{position:relative;z-index:5;color:var(--color_typo_strong);text-shadow:0 0 12px rgba(0,0,0,0.2)}.modul.hero_video .award_container img.award{height:90px;width:auto}.modul.hero_video .text{max-width:1100px}.modul.hero_video .text p{max-width:1000px}.modul.hero_video .text_outro{max-width:1100px;margin-top:1rem}.modul.hero_video .stripes{position:absolute;z-index:20;left:50%;bottom:50px;text-align:center;width:50px;height:50px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:url(../../images/icon_stripes_white.svg) center center/contain no-repeat}.modul.hero_video .media{position:absolute;display:block;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right}.modul.hero_video .media .overlay,.modul.hero_video .media img,.modul.hero_video .media video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.modul.hero_video .media .overlay{background:rgba(0,0,0,0.5)}.modul.hero_video[data-theme="light"]{background:#fff}.modul.hero_video[data-theme="light"] .text{text-shadow:none}.modul.hero_video[data-theme="light"] .stripes{background:url(../../images/icon_stripes.svg) center center/contain no-repeat}.modul.hero_video[data-theme="light"] .media .overlay{background:rgba(255,255,255,0.5)}@media(max-height:870px) and (min-width:1000px){.modul.hero_video{--font_size_h1:2.5rem}}@media(max-height:670px) and (min-width:1000px){.modul.hero_video{--font_size_h1:2rem}}@media(max-width:1000px){.modul.hero_video{padding-top:2.5em;padding-bottom:2em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modul.hero_video img.logo{display:block;width:2em;height:auto;position:relative;z-index:10;margin-bottom:70px}.modul.hero_video .stripes,.modul.hero_video img.logo.light{display:none}.modul.hero_video .award_container{position:relative;bottom:auto;left:auto;margin-bottom:30px;margin-top:50px;z-index:100}}@media(max-width:600px){.modul.hero_video{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.modul.hero_video h1 strong{line-height:2.5em}.modul.hero_video img.logo{margin-bottom:50px}.modul.hero_video .media{top:0;left:0;width:100%;height:100%}.modul.hero_video .media .overlay,.modul.hero_video .media img,.modul.hero_video .media video{border-radius:0}}

/* video anim css end */


/* mackup scale css start */

.modul.mockup_scale{height:100svh;padding:0;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modul.mockup_scale img,.modul.mockup_scale picture{position:absolute;top:0;left:0;width:100%;height:100%}.modul.mockup_scale img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;display:block}.modul.mockup_scale .text{position:relative;z-index:10;max-width:1200px;padding:20px}@media (max-width:600px){.modul.mockup_scale .text,.modul.mockup_scale .text .h1{font-size:var(--font_size_h3)}}


/* mackup scale css end */


h3
{
	font-size: 28px;
}

h4 
{
	font-size: 24px;
}

.main-color
{
	background: #10393B;
}

.line-stroke-green
{ 
    font-size: 93.49px;
    font-weight: 400;
    line-height: 100px;
    text-align: left;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #10393B;	
}

.line-stroke-white {
    /* font-family: "Bebas Neue", sans-serif; */
    /* font-size: 93.49px; */
    /* font-weight: 400; */
    /* line-height: 100px; */
    text-align: left;
    color: #10393B;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.removelistyling li
{
    list-style-type: none;
    padding-left: 0;
}

.removelistyling li:before 
{
    content: unset;
}

section.banner {
    background: #10393B;
    padding-top: 100px;
    height: calc(100vh - 70px);
}

header nav {
    display: flex;
    justify-content: space-between;
}


ul {
    padding: 0;
    margin: 0;
}

nav ul li a 
{
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    opacity: .91;
}

nav ul li:before 
{
    content: unset;
}

/* navigation triple functionality start */

.animate-dual-menu 
{
    position: relative;
}

body.scrolled .menuhide 
{
    top: 0;
    right: 0;
    display: flex;
    position: absolute;
    z-index: 99999999999;
}

body.scrolled .menuhide ul 
{
    display: flex;
    flex-direction: row !important;
}

/* navigation triple functionality end */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

header {
    height: 70px;
    display: flex;
    align-items: center;
    background: #10393B;
	transition: .5s all ease;
}

body {
    font-family: "Outfit", sans-serif;
}

header nav ul li {
    display: flex;
    align-items: center;
	padding-left: 0;
}

h1 {
    font-size: 73px;
    font-weight: 600;
        font-family: "Urbanist", sans-serif;
    margin-bottom: 0;
}

h2
{
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom:0;	
}

p
{
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom:0;	
}

.banner-left h1 {
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    font-size: 93px;
    opacity: .88;
    line-height: 100px;
    margin-bottom: 33px;
}

.banner-grid {
    display: grid;
    grid-template-columns: 60% 35%;
    align-items: center;
    gap: 5%;
}

.banner-right figure img {
    mix-blend-mode: plus-lighter;
    width: 100%;
}

.banner-left p {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    opacity: .90;
    margin-bottom: 30px;
}
.banner-right figure:before {
    content: "";
    display: block;
    width: 29%;
    height: 100%;
    background: #103a3c;
    position: absolute;
    z-index: 999;
    right: -50px;
    filter: blur(41px);
}

.banner-right figure img {
    position: relative;
}

.banner-right figure {
    position: relative;
}

.banner-right figure:after {
    content: "";
    display: block;
    width: 200px;
    height: 280px;
    background: #10393b;
    position: absolute;
    z-index: 999;
    right: 0;
    border-radius: 50%;
    top: -110px;
    right: -40px;
    filter: blur(21px);
}



.btn-icon 
{
    height: 4.5rem;
    transition: transform .4s ease;
}

.bg-primary-600 
{
    --tw-bg-opacity: 1;
    background-color: rgb(19 175 136 / var(--tw-bg-opacity));
}

.dot 
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    border-radius: 30rem;
    transition: width .4s ease, height .4s ease;
    overflow: hidden;
}

.dot-icon 
{
    transform: translate(-2rem, 2rem);
    transition: transform .4s ease;
}

.common-button:hover .dot 
{
    width: 3.5rem;
    height: 3.5rem;
}

.btn-active .dot-icon, .btn:hover .dot-icon 
{
    transform: translate(0);
}

.common-button 
{
    position: relative;
}

.common-button a.btn 
{
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.dot 
{
	position: absolute;
    left: 90px;
	background: #60AC95;
}

.common-button:hover span 
{
    color: #fff;
}

.common-button span 
{
    font-size: 18px;
}

.common-button:hover .dot svg path 
{
    stroke: #fff;
}

.common-button:hover .dot svg 
{
    width: 28px;
}

.banner-absolute 
{
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.circle-common-button 
{
    background: #60ac95;
}

.circle-common-button svg 
{
    width: 30px;
    height: 30px;
    stroke: #fff;
    display: block;
}

section.banner .container 
{
    position: relative;
    height: 100%;
}

.circle-common-button 
{
	width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-pos-right 
{
    display: flex;
    align-items: center;
    gap: 20px;
}

.circle-common-button strong 
{
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: relative;
    left: 6px;
    width: 100%;
}

.banner-pos-right span 
{
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

.circle-common-button svg path 
{
    stroke: #fff;
    width: 30px;
    height: 30px;
}

.banner-pos-left figure 
{
    margin-bottom: 0;
}

.banner-pos-left 
{
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-pos-left span 
{
    color: #fff;
    font-size: 18px;
}
.scoll-effect 
{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scoll-effect h2 
{
    font-size: 70px;
    text-align: center;
    font-weight: 700;
	line-height: 88px;
}

.scroll-effect-content 
{
    width: 1000px;
    margin: 0 auto;
}

.green-bg 
{
    background: #10393b;
}

.common-heading 
{
    color: #fff;
    font-weight: 200;
}

.common-heading strong 
{
    font-weight: 600;
    opacity: 1;
    color: #fff;
}

.home-work .common-heading 
{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 111px;
    width: 80%;
    text-transform: capitalize;
    line-height: 55px;
    font-size: 40px;
    color: #BAC6C6;
}

.green-bg .container 
{
    padding: 100px 0px;
}

.home-work-content 
{
    display: grid;
    grid-template-columns: 52.5% 39%;
    gap: 124px;
    align-items: center;
}

.home-work-left figure 
{
    margin: 0;
}

figure 
{
    margin: 0;
}

.home-work-left figure img 
{
	width: 100%;
	mix-blend-mode: lighten;
}

.home-work-right h3 
{
    font-size: 40px;
    font-weight: 600;
    opacity: .71;
    color: #ffff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

ul.technology-use li 
{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #385A5C;
    padding: 5px 11px;
    border-radius: 5px;
}

ul.technology-use 
{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
}

.home-work-right h3 svg 
{
    width: 24px;
    transform: unset;
}

.home-work-right h3 svg path 
{
    stroke-width: 6px;
}

.home-work-right ul 
{
    margin-bottom: 31px;
}

.home-work-right p 
{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 200;
	    margin-bottom: 40px;
}

.order-work-home 
{
    margin-top: 180px;
}

.order-work-home .home-work-left 
{
    order: 1;
}

.order-work-home 
{
    grid-template-columns: 39% 52.5%;
}

.home-work-grid 
{
    margin-bottom: 152px;
}

.number-grid 
{
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.number-grid h2, .number-grid p 
{
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
	    opacity: .81;
}

.number-grid h2 
{
    font-weight: 600;
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 0;
}

.number-grid p 
{
    opacity: .91;
}

.services-home-grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 108px;
}

.services-home 
{
    margin-top:0px;
    margin-bottom: 110px;
}

.services-content-home h2 
{
    color: #000;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 23px;
}

.services-content-home .common-button span 
{
    color: #000;
}

.services-content-home h3 
{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.services-content-home p 
{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 25px;
}
.services-content-home 
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gray-bg 
{
    background: #F7F7F7;
    padding: 96px 0px;
}

.working-process h2 
{
    color: #000;
    margin-bottom: 100px;
    font-weight: 600;
    text-align: center;
}

/* hj coding start */

.text-header p
{
	font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    width: 60%;
    color: #333333;
	margin-bottom:0;
}

.text-header h1
{
    color: #10393B;
    line-height: 100px;
}

.text-header h1 span
{
	    font-family: "Urbanist", sans-serif;
	font-size: 93.49px;
	font-weight: 400;
	line-height: 100px;
	text-align: left;
	color: #fff;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #10393B;
	
}

.paragraph-view-btn-pdiv
{
    display: flex;
    grid-column-gap: 53px;
	align-items: center;
	justify-content: space-between;
}

.paragraph-view-btn-pdiv a 
{
    background-color: #60AC95;
    border-radius: 50%;
    width: 118px;
    height: 118px;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.paragraph-view-btn-pdiv a div
{
    display: flex;
    flex-direction: column;
}

.service-grid 
{
	display: grid;
    grid-template-columns: 67.709% 28.056%;
    grid-column-gap: 61px;
    width: 100%;
}

.service-left img 
{
    width: 100%;
    object-fit: cover;	
}

.sr-data 
{
    padding: 20px 24px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.sr-data ul 
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 0px;
	list-style-type: none;
}

.sr-data ul li:before
{
	content:unset;
	padding-left: 0px;
}

.sr-data h2 
{
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
}

.sr-data ul li a 
{
    font-family: Outfit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #333333;
    display: flex;
	padding: 15px 0;
	position:relative;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
	border-bottom: 1px solid #dedede;
}

.sr-data ul li a:after 
{
    content: '';
    width: 0%;
    height: 1px;
    bottom: 0;
	opacity:0;
    position: absolute;
	transition: all 0.3s;
    background-color: #60AC95;
}

.sr-data ul li a:hover:after 
{
	opacity:1;
    width: 100%;
	transition: all 0.3s;
}

.sr-data ul li.active a 
{
    color: #60AC95;
}

.sr-data ul li.active a svg path 
{
    fill: #60AC95;
}

.text-header 
{
    margin-bottom: 71px;
}

.sl-data h2 
{
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;	
}

.sl-data p 
{
	text-align: left;
    margin-bottom: 37px;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    opacity: 0.9;
}

.sl-data ul 
{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style-type: none;
    grid-row-gap: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 0px;	
}

.service-listing-wrap ul li b
{
    text-align: left;
    font-size: 20px;
    font-weight: 500;	
}

.service-listing-wrap ul li span 
{
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    opacity: 0.9;
}

ul li 
{
    padding-left: 30px;
    position: relative;
}

ul li:before 
{
    content:url('../images/li-check.svg');
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    position: absolute;
}

.section-padding
{
	padding-top:110px;
	padding-bottom:110px;
}

.primary-color
{
	color:#fff;
	background-color: #10393b;
}

.wwc-grid 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 50px;
}

.wwc-header-width 
{
    width: 80%;
    margin-bottom: 40px;
}

.wwc-header-width h2 
{
    margin-bottom: 10px;
}

.why-choose-listing ul 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    list-style-type: none;
}

.why-choose-listing ul li 
{
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
    font-size: 20px;
}

.why-choose-listing ul li img 
{
	width: 22px;
    height: 22px;
    top: 2px;
    position: relative;
}


.achive-num-grid 
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 35px;
    margin-top: 60px;
}

.achive-num-box img 
{
    width: 50px;
}

.achive-num-box 
{
    display: flex;
    flex-direction: column;
    border-right: 1px dashed #186164;
}

.achive-num-box:last-child 
{
    border-right: unset;
}

.achive-num-box .ach-num 
{
    color: #66a899;
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 1px;
}

.achive-num-box .ach-title 
{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

/* faq styling start */

.accordion-button:not(.collapsed) 
{
    background-color: unset;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type>.accordion-header .accordion-button
{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed  
{
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;	
}

/* faq styling end */

/* timeline design start */

.approach-grid 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 130px;
}

.approach-left h2 
{
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 33px;		
}

.timeline-container .vertical-scrollable-timeline 
{
	 list-style-type: none;
	 position: relative;
}

.timeline-container .vertical-scrollable-timeline .list-progress 
{
	 width: 2px;
	 height: 94%;
	 background-color: #44908d;
	 position: absolute;
	 left: 53px;
	 top: 0;
	 overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner 
{
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 height: 100%;
	 background-color: #c5c3cb;
	 width: 100%;
}

.timeline-container .vertical-scrollable-timeline li 
{
    position: relative;
    padding: 0px 0px 0px 120px;
    margin-bottom: 50px;
}

.timeline-container .vertical-scrollable-timeline li h3 
{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
	text-align: left;
	color:#000;
}

.timeline-container .vertical-scrollable-timeline li p 
{
	font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    color: #000;
    opacity: 0.9;
}

.timeline-container .vertical-scrollable-timeline li p:last-child 
{
	 margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder 
{
	position: absolute;
    left: 20px;
    top: 0;
    width: 68px;
    height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F0F0F0;
	border-radius: 50%;
	z-index: 1;
	transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder img:last-child
{
	display:none;
}

.timeline-container .vertical-scrollable-timeline li::before 
{
	 content:unset;
}


 .timeline-container .vertical-scrollable-timeline li.active .icon-holder 
{
	 background-color: #60AC95;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder img:first-child
{
	display:none;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder img:last-child
{
	display:block;
}

.timeline-container .vertical-scrollable-timeline li:last-child::before 
{
	content:unset;
}



/* timeline design end */


/* hj coding end */








/***** Works Page start *****/

.project-grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    row-gap: 55px;
}
.projectContent p.para-anim div {
    color: #979797;
}
.project-content h2 
{
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 10px;
}

.project-content a 
{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
}

.project-content figure 
{
    margin-bottom: 11px;
}

.project-content figure img 
{
    width: 100%;
}

.project-content p {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0;
}
.project-content:hover figure img 
{
	transform: scale(1.1);
	transition: .5s all ease;
}

.project-content  figure 
{
    overflow: hidden;
}

.project-content figure img 
{
    transition: .5s all ease;
}

.project-details figure 
{
    background: #DAE3E8;
    padding: 56px;
    height: auto;
}

.project-details figure img 
{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    object-fit: cover;
}

.project-details h3 
{
    font-size: 16px;
    line-height: 19.5px;
    background: #DEEBE7;
    width: fit-content;
    margin-bottom: 0;
    padding: 12px 20px;
    border-radius: 20px 20px 0px 0px;
}

.mt-70 
{
    margin-top: 70px;
}

.mb-70
{
	margin-bottom: 70px;	
}

.project-content {
    border: none;
    padding: 0;
    border-radius: 0;
}

.project-content img {
    border-radius: 0px;
}


.project-content:hover figure img {
    border-radius: 0px;
}

.project-content figure {
    border-radius: 0px;
}

.projectContent a div {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
}

.projectContent {
    margin-top: 15px;
}

.commonBigArrow svg {
    width: 15px;
    height: 60px;
    border-radius: 2px;
    transition: .5s all ease;
    opacity: 0;
}

.commonBigArrow svg path {
    fill: #10393b;
}

.projectContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.commonBigArrow svg:hover {
    background: #10393b;
    transition: .5s all ease;
}

a.commonBigArrow svg:hover path {
    fill: #fff;
}
 .project-content:hover .projectContent a.commonBigArrow svg {
    opacity: 1;
    background: none;
}

 










/***** Works Page End  *****/



/***** case study Page start  *****/

.caseStudyHeader 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caseStudyHeader a span 
{
    font-size: 17.7px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

.caseStudyHeader a 
{
    display: flex;
    align-items: center;
    gap: 17px;
    text-decoration: none;
    color: #000;
}

.caseStudyMainImage img 
{
    width: 100%;
}

.caseStudyBG 
{
    background: #f7f7f7;
}

.caseStudyHeading p 
{
    margin-bottom: 0;
}

overview-container 
{
    position: relative;
}

.overview-content h3 
{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}

.overview-content 
{
    display: grid;
    grid-template-columns: 58% 50%;
}

.sideImage 
{
    position: absolute;
    top: 0;
    right: 0;
}

.overview-container 
{
    position: relative;
    height: 100%;
}

.sideImage img 
{
    width: 85%;
    float: right;
}

section.overview-container .container 
{
    height: 100%;
    justify-content: center;
    align-items: center;
}

.overview-content > div 
{
    height: 100%;
}

.overview-content p 
{
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 40px;
}

.overview-content li 
{
    list-style: none;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.overview-content ul 
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.mb-110 
{
    margin-bottom: 110px;
}

section.caseStudyMiddleImg img 
{
    width: 100%;
}

.style-grid 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.style-left h3 
{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}

.style-left p 
{
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0px;
}

.colorPalette span 
{
    display: block;
    width: 110px;
    height: 110px;
}

.colorFlex 
{
    display: flex;
}

.style-left 
{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.typographyFlex 
{
    display: flex;
    gap: 20px;
}


/***** case study Page end  *****/

/* owl slider start */

.case-study-cover 
{
	position: relative;
    height: 420px;
    overflow: hidden;
}

.case-study-cover .owl-theme .custom-nav 
{
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    margin-top: 0;
}

.case-study-cover .owl-theme .custom-nav .owl-prev,
.case-study-cover .owl-theme .custom-nav .owl-next 
{
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.case-study-cover .owl-theme .custom-nav .owl-prev i,
.case-study-cover .owl-theme .custom-nav .owl-next i 
{
  font-size: 2.5rem;
  color: #cecece;
}

.case-study-cover .owl-theme .custom-nav .owl-prev 
{
  left: 20px;
}

.case-study-cover .owl-theme .custom-nav .owl-next 
{
  right: 20px;
}

.custom-nav.owl-nav button {
    height: fit-content !important;
    padding: 0 !important;
    margin: 0 !important;
}

.case-study-cover .owl-carousel .owl-item img 
{
	height: 100%;
    object-fit: cover;
}

.case-study-cover  .owl-carousel,
.case-study-cover  .owl-stage-outer,
.case-study-cover  .owl-stage,
.case-study-cover  .owl-item,
.case-study-cover  .item,
.case-study-cover  .item img
{
	height: 100%;
}

.custom-nav.owl-nav button {
    width: 35px;
    background-color: #fff !important;
    height: 35px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.custom-nav.owl-nav button i 
{
    line-height: 35px;
    font-size: 20px !important;
    color: #10393B !important;
}

.case-study-cover .item
{
	position:relative;
}

.case-study-cover .small-proj-detail
{
	color: #fff;
	left:50px;
	bottom:50px;
	position:absolute;
}

.common-button-dots
{
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    color: #000000;
    display: inline-flex;
    grid-column-gap: 10px;
    align-items: center;
    align-self: baseline;
}

.case-study-cover .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000de 100%) 0% 0% no-repeat padding-box;
}

.small-proj-detail h3 {
    margin-bottom: 5px;
}

.small-proj-detail p {
    margin-bottom: 15px;
}

/* owl slider end */


.case-study-sect
{
	padding:0 0 0;
}

.mySwiper
{
	height:500px;
}

.clients h2 
{
	width: 45%;
    margin-bottom: 66px;
    text-transform: capitalize;
}

.client-logo 
{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 70px;
}

.client-sect
{
    margin-top: 100px;
    margin-bottom: 100px;
}


/* footer design start */

footer
{
	padding-top:95px;
	background-color:#10393B;
}

.footer-tagline 
{
    display: flex;
    justify-content: space-between;
    padding-bottom: 74px;
}

.ft-leftgrid 
{
    width: 28%;
}

.ft-leftgrid h3 
{
    color: #fff;
    opacity: 71%;
}

.footer-logo 
{
    margin-bottom: 30px;
}

.fl-leftgrid ul 
{
    display: flex;
    grid-column-gap: 25px;
}


.footer-link 
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 73px;
}

.fl-middlegrid ul 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 15px;
}

.fl-middlegrid.flmid-second ul {
    grid-template-columns: repeat(1, 1fr);
}

.fl-middlegrid ul li a 
{
    color: #fff;
    text-decoration: none;
    opacity: 71%;
}

.fl-leftgrid ul li a svg path 
{
    fill: #fff;
    opacity: 71%;
}

.fl-rightgrid 
{
    width: 25%;
}

.fl-rightgrid ul 
{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fl-rightgrid ul li
{
    color: #fff;
    opacity: 71%;
    display: grid;
    grid-template-columns: 20px 90%;
    grid-column-gap: 15px;
    align-items: flex-start;
}

.fl-rightgrid ul li svg path 
{
    fill: #fff;
    opacity: 71%;
}

.fl-rightgrid ul li svg 
{
    position: relative;
    top: 3px;
}

.footer-copyright 
{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.fc-leftgrid 
{
    color: #fff;
    opacity: 71%;
}

.fc-rightgrid ul 
{
    display: flex;
    grid-column-gap: 20px;
}

.fc-rightgrid ul li a 
{
    text-decoration: none;
    color: #fff;
    opacity: 71%;
}

/* footer design end */

/* about page design start */

.about-wrap h1 {
    color: #fff;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    width: 60%;
    line-height: 75px;
}

section.about-section 
{
	padding: 90px 0 42px;
    background: #10393B;
}

.mb-28
{
	margin-bottom:28px;
}

.about-wrap p 
{
    color: #fff;
    width: 54%;
    opacity: 71%;
    margin-bottom: 92px;
}

.milesstone 
{
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #fff;
    opacity: 71%;
    margin-bottom: 25px;
    display: inline-block;
    font-family: "Outfit", sans-serif;
}

.milesstone-grid 
{
    display: flex;
    justify-content: space-between;
}

.milesstone-grid ul 
{
    display: flex;
    grid-column-gap: 100px;
}

.milesstone-grid ul li 
{
    color: #fff;
    display: flex;
    flex-direction: column;
    grid-row-gap: 2px;
}

/* about page design end */

.whatmakes-different 
{
    padding: 80px 0;
}

.whatmakes-different 
{
    padding: 80px 0;
}

.whatmake-left h2 
{
    margin-bottom: 21px;
}

.whatmake-left p 
{
    margin-bottom: 77px;
}

.whatmakes-grid 
{
    display: flex;
    grid-column-gap: 82px;
}

.whatmake-left 
{
    width: 58%;
}

.whatmake-right img 
{
    width: 100%;
}

.point-makeus-different 
{
    display: flex;
    /* justify-content: space-between; */
    grid-column-gap: 100px;
}

.point-makeus-different ul li 
{
	margin-bottom: 20px;
    list-style-type: none;
}

.point-makeus-different ul li:last-child 
{
    margin-bottom: 0;
}

.values-client-section 
{
    padding: 80px 0;
    background: #F6F6F6;
}

.ourvalues-grid
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 170px;
    padding-bottom: 100px;
}

.ourvalues-right ul 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 78px;
    grid-row-gap: 58px;
}

.ourvalues-left h3 
{
    margin-bottom: 20px;
}

.ourvalues-left h3 
{
    margin-bottom: 20px;
}

.ourvalues-right ul li 
{
    text-align: center;
}

.ourvalues-right ul li svg 
{
    margin-bottom: 18px;
}

.ourvalues-right ul li h5 
{
    margin-bottom: 10px;
}

.ourvalues-right ul li p 
{
    line-height: 22px;
}

.ourclient-grid 
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 170px;
}

.ourclient-right .item p 
{
    margin-bottom: 35px;
}

.client-image-desig 
{
    display: flex;
    grid-column-gap: 28px;
    margin-bottom: 20px;
}

.client-img 
{
    width: 89px;
    height: 89px;
    border-radius: 50px;
    overflow: hidden;
}

.client-img img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-desig-wrap 
{
    display: flex;
    flex-direction: column;
}

.team-section 
{
    padding: 70px 0;
}

.team-section h2 
{
    width: 65%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 82px;
}

.team-wrapper 
{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24.55px;
    grid-row-gap: 80px;
    margin-bottom: 80px;
}

.team-member .tm-img 
{
    height: 260px;
    overflow: hidden;
    margin-bottom: 15px;
}

.team-member h6 
{
    margin-bottom: 5px;
    line-height: 1;
}

.team-member 
{
    text-align: center;
}

.team-member span 
{
    line-height: 1px;
}

.tm-img img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sendusmail-wrap 
{
    padding: 50px;
    color: #fff;
    background-color: #10393B;
}

.sendus-contact 
{
    display: flex;
    justify-content: space-between;
    padding-bottom: 37px;
    margin-bottom: 32px;
    border-bottom: 1px solid #fff;
}

.sendus-contact h4 
{
    width: 17.2%;
}

.sendus-contact h4 
{
    width: 30%;
    font-weight: 400;
    font-size: 40px;
}

.sendus-contact h4 
{
    margin-bottom: 0;
}

.sendusmail-wrap p 
{
    width: 56%;
    font-weight: 300;
    text-transform: capitalize;
}

.sendusmail-wrap p span 
{
    font-weight: 600;
}

/* last *
















/**** Main Services ***/
.serviceLandingPage h1 i {
    display: block;
}

.serviceLandingPage i {
    font-style: normal;
}
.serviceLandingPage {
    background: #10393b;
}

.serviceLandingPage h1 {
    color: #fff;
    font-family: "Urbanist", sans-serif;
}

.serviceLandingPage p {
    color: #fff;
}

.serviceLandingPage h1 span { 
    font-size: 73.49px;
    font-weight: 400;
    line-height: 100px;
    text-align: left;
    color: #10393B;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.serviceLandingPage .text-header {
    margin-bottom: 0;
}


.serviceList {
    margin-top: 100px;
    margin-bottom: 100px;
}

.serviceList h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.serviceList h2 span {
    display: block;
}

.serviceContent {
    display: grid;
    grid-template-columns: 15% 63% 14%;
    justify-content: space-between;
    gap: 4%;
}

.serviceContent a svg {border: 1px solid #10393b;width: 80px;height: 80px;padding: 27px;border-radius: 15px;transition: .5s all ease;}

.serviceContent a svg path {
    fill: #10393b;
}

.serviceContent a svg:hover {
    background: #10393b;
        transition: .5s all ease;
}

.serviceContent a svg:hover path {
    fill: #fff;
}

 

.serviceGrid {
    display: flex;
    flex-direction: column;
}

.serviceContent:after {
    background: linear-gradient(to left, #00000000, #52585859, transparent);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
}

.serviceContent {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

.serviceContent h3 {
    font-size: 32px;
}

.serviceContent h3 span {
    color: #5ca58f;
}

.serviceContent:first-child:after {
    display: none;
    padding: 0;
    margin: 0;
}

.serviceContent:first-child {
    padding-top: 0;
}


.campaign {
    background: #10393b;
    margin-top: 70px;
}

.campRightRight img {
    width: 100%;
}

.campContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 100px 0px;
    gap: 40px;
    width: 85%;
    margin: 0 auto;
}

.campLeft {
    background: #76C9AB;
    border-radius: 20px;
    padding: 60px;
}

.campContainer h2 {
    font-size: 93px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    line-height: 90px;
    color: #fff;
}

.campRight h3 {
    
    color: #fff;
    font-size: 40px;
    text-align: center;
	margin-bottom: 0;
}

.campRightLeft {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.campRight {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.campRightLeft a {
    background: #76c9ab;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

a {}

.campRightLeft a svg {
    width: 150px;
    height: 80px;
}

.campRightRight figure img {
    border-radius: 20px;
}

.campLeft {
    background-image: url(../images/gradient.jpg);
    height: 584px;
}

.campContainer h2 span {
    display: block;
}
.campContainer h2 span {
    display: block;
}

.campRightLeft a {
    height: 100%;
}

.campRightLeft {height: 100%;}

.campRightRight {
    height: 100%;
}

.campRightRight img {
    height: 100%;
}

.campRightRight figure img {
    height: 100%;
}

.campRightRight figure {
    height: 100%;
}

.campRight {
    height: 100%;
}

.camprightH3 {
    height: 276px;
	flex-shrink: 0;
}

.camprightH3 {
    align-items: center;
    display: flex;
    background: #ffffff12;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
}

.serviceContent:hover a svg {
    background: #10393b;
}

.serviceContent:hover a svg path {fill: #fff;}




/*** cleint logo ***/
 
.client-list-wrap li a .link-effect {
  height: 65px;
}
.client-list-wrap li a:hover .link-effect .effect-1 {
  top: -100%;
}
.client-list-wrap .link-effect .effect-1 img {
    height: 100%;
    object-fit: contain;
	    filter: grayscale();
	
}
ul.client-list-wrap li {
    padding-left: 0;
}

/*client-area 2********/
 
 
.link-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 17px;
    line-height: normal;
}
.link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: 0.3s;
} 

ul.client-list-wrap li::marker {
    display: none !important;
    all: unset !important; 
}

ul.client-list-wrap li {
    list-style: none;
}

ul.client-list-wrap li:before {
    display: none;
}

ul.client-list-wrap {
    display: flex ;
    justify-content: space-between;
    gap: 60px;
}

ul.client-list-wrap li img {
    width: 135px;
}

ul.client-list-wrap li:nth-child(2) img {
    width: 200px;
    position: relative;
    top: -3px;
}
ul.client-list-wrap li:nth-child(5) img {
    width: 200px;
    position: relative;
    top: -3px;
}
ul.client-list-wrap li:nth-child(4) img {
    width: 200px;
} 



/*** cleint logo ***/


/* discussed issues fixed start */

.service-left {
    align-items: baseline;
}


.service-right 
{
	position: sticky;
    top: 110px;
    height: fit-content;
}

.green-bg 
{
    background: #10393b;
    padding-bottom: 80px;
}

.letsrumble-sect
{
	margin-top: -100px;
    border-radius: 100px 100px 0px 0px;
    padding-top: 100px;
    background: #fff;	
}

.menuhide
{
	display:none;
}

.dots svg 
{
    width: 25px;
    height: 25px;
}

.dots svg circle 
{
    fill: #fff;
}

body.scrolled header nav .dots 
{
    display: none;
}

body.scrolled header nav .menuhide 
{
    display: flex;
}

body.scrolled header
{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #10393b;
    z-index: 99999;
	transition: .5s all ease;
}

header.fullmenu {
	display: none;
}

header.fullmenu .dots {
    display: none;
}

header.fullmenu .menuhide {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

header.fullmenu nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header.fullmenu nav .logolink {
    margin-bottom: 20px;
}

header.fullmenu nav .menuclose {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
}

header.fullmenu nav .menuclose svg {
    width: 25px;
    height: 25px;
}

header.fullmenu nav .menuclose svg path {
    fill: #fff;
}

body.menuopen 
{
    overflow: hidden;
}

/* discussed issues fixed end */

/* animation css start */

.textRevealWrapper 
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.textRevealWrapper .line 
{
	height: 100px;
    position: relative;
    overflow: hidden;
}

.textRevealWrapper .line span 
{
	position: absolute;
	font-family: "Urbanist", sans-serif;
    color: #fff;
    font-size: 85px;
    opacity: .88;
    line-height: 88px;
	    font-weight: 500;
}

.textRevealWrapper.para
{
    margin-bottom: 30px;
}

.textRevealWrapper.para .line 
{
	height: 100px;
    position: relative;
    overflow: hidden;
}

.textRevealWrapper.para .line span 
{
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    opacity: .90;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: "Outfit", sans-serif;
}

.stack-animation-wrap
{
    position: relative;	
}

.stack-animation-wrap1 .stack-animation-cover1 {
  transform: none !important;
}

.mouse-maganate
{
	cursor: pointer;
	box-shadow: 4px 4px 20px 4px rgba(156, 171, 207, 0.12);
	border-radius: 100%;
}

.maganate-tdn
{
	text-decoration:none;
}

.mouse-maganate.circle-common-button
{
    flex-direction:unset;	
}

.mouse-maganate.circle-common-button strong
{
    top: 22px;
    left: 13px;	
}

.mouse-maganate.circle-common-button svg 
{
    top: 28px;
    left: -4px;
    position: relative;
}

.case-study-cover .item .small-proj-detail 
{
    transform: translateY(100px);
	transition: transform 0.5s ease;
}

.case-study-cover .item:hover .small-proj-detail
{
	transform: translateY(0);
	transition: transform 0.5s ease;	
}

.case-study-cover .item .small-proj-detail p,
.case-study-cover .item .small-proj-detail a
{
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.case-study-cover .item:hover .small-proj-detail p,
.case-study-cover .item:hover .small-proj-detail a
{
    opacity: 1;
    transform: translateY(0);
}

.approach-left {
    height: fit-content;
    position: sticky;
    top: 110px;
}

/* animation css end */

/* masking design start */

.campLeft 
{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.campLeft::after 
{
	content: "";
    position: absolute;
    width: 230px;
    height: 80px;
    background: #10393b;
    bottom: 0;
    right: 0;
    border-radius: 20px 0 0 0;
}

.campLeft .unique-color 
{
    width: 100%;
    height: 100%;
    position: relative;
}

.campLeft::before 
{
	content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: transparent;
    bottom: 80px;
    right: -2px;
    border-radius: 0 0 20px 0;
    z-index: 1;
    box-shadow: 5px 10px #10393b;
}

.campLeft .box-curve-mask 
{
	width: 200px;
    height: 80px;
    background: #10393b;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.box-curve-mask a 
{
	color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    grid-column-gap: 9px;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 5px;
    position: relative;
}

.box-curve-mask a:hover 
{
	color:#fff;
}


/* masking design end */


/* contact us page start */

section.contact-page-sect {
    padding: 70px 0 103px;
}

 

.mb12
{
	margin-bottom:12px;
}

.contact-title-wrap p
{
    width: 40%;
    color: #333333;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
	margin-bottom: 40px;
}

.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] 
{
    display: none;
}

.custom-checkbox span,
.custom-radio span
{
    border: 1px solid #10393b;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    padding: 20px 25px;
    display: inline-flex;
    height: 60px;
    align-items: center;
}

.custom-checkbox input[type="checkbox"]:checked + span, 
.custom-radio input[type="radio"]:checked + span 
{
    color: #fff;
	background-color: #10393b;
}

.ques-group h4 
{
    margin-bottom: 20px;
}

.form-cover 
{
    display: flex;
    flex-direction: column;
	grid-row-gap:60px;
}

.form-cover .form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-cover .form-group input {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0;
    font-size: 16px;
    outline: none;
}

.form-cover .form-group label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease all;
    font-size: 16px;
    color: #aaa;
    pointer-events: none;
}

.form-cover .form-group input:focus + label,
.form-cover .form-group input:not(:placeholder-shown):valid + label,
.form-cover .form-group input:not(:empty) + label
{
    top: -10px;
    font-size: 12px;
    color: #333;
}

.ques-group .common-button-dots 
{
    color: #fff;
    background-color: #10393b;
    margin-top: 50px;
    padding: 15px 40px;
}

.ques-group .common-button-dots span 
{
    background-color: #fff;
}

.contact-grid 
{
    display: flex;
    grid-column-gap: 100px;
    justify-content: space-between;
    width: 100%;
}

.contact-right 
{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    height: fit-content;
    position: sticky;
    top: 110px;
}

.contact-left 
{
    width: 50%;
}

.contact-right-box 
{
	width: 480px;
    height: 480px;
    display: flex;
    flex-direction: column;
    background-color: #60ac95;
    padding: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    grid-row-gap: 20px;
    box-shadow: 0 0 19px 6px #00000040;
}

.ques-option {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-right-box h2 {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.contact-right-box p {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    line-height: 21px;
    text-align: center;
}

.contact-right-box p span {
    font-weight: 600;
}

.contact-detail {
    display: flex;
    grid-column-gap: 20px;
}

.contact-detail a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 15px;
	font-weight:500;
}

.contact-detail a {
    white-space: nowrap;
}

/* contact us page end */

.mockup_scale
{
	width:100% !important;
}
.dShow {
    display: block !important;
}

.mShow {
    display: none !important;
}

a.dots {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

a.dots span {
    width: 5px;
    height: 5px;
    display: block;
    background: #60ac95;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: -7px;
}

a.dots {
    display: flex;
}

a.dots {
    position: relative;
}

a.dots:after {
    content: "";
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 1px;
    background: red;
    bottom: 0;
    position: absolute;
}
a.logolink img {
    width: 80%;
}


/* testimonialH start */

.testimonial-slider 
{
	color: #000;
	padding: 20px;
	position:relative;
}

.slider-images 
{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.image 
{
	margin: 0 10px;
	border: 3px solid transparent;
	border-radius: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
	transition: border-color 0.3s ease;
	padding: 6px;
}

.image img 
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 50px;
}

.image.active 
{
	border-color: #76c9ab;
}

.slider-content .content p {
    font-size: 24px;
    margin-bottom: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.testimonial-slider .content.active 
{
	display: block;
}

.testimonial-slider .controls 
{
	margin-top: 20px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}

.testimonial-slider button 
{
    background: #10393bc7;
    border: 1px solid white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-slider button:hover 
{
	background-color:#10393b;
}

section.testimonial-sectH 
{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.testimonial-sectH:before 
{
    top: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    content: url('../images/world.webp');
}

.testimonial-warpH label 
{
	color: #000000;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	background-color: rgb(243 255 228);
	padding: 5px 10px;
	border-radius: 10px;
	width: fit-content;
	font-size: 14px;
	margin-bottom: 20px;
}

.testimonial-warpH h2 
{
	text-align: center;
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	line-height: 48px;
}

.testimonial-slider .content h4
{
	font-size: 18px;
	line-height: 1px;
	margin-bottom: 8px;
	text-align: center;
}

.testimonial-slider .content .user-desig
{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}

.testimonial-slider button img {
    width: 18px;
    height: 22px;
    opacity: .3;
}

.testimonial-slider button.prev img 
{
    position: relative;
    left: -2px;
}

.testimonial-slider button.next img 
{
    position: relative;
    left: 2px;
}

.services-content-home svg 
{
    width: 60px;
    height: 60px;
}

.testimonial-content-wrap .owl-nav span img 
{
    filter: invert(1);
}

/* testimonialH end */



/* animation start */


@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both infinite;
          animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both infinite;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both infinite;
          animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both infinite;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both infinite;
          animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both infinite;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both infinite;
          animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both infinite;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both infinite;
          animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both infinite;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both infinite;
          animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both infinite;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both infinite;
          animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both infinite;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both infinite;
          animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both infinite;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both infinite;
          animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both infinite;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both infinite;
          animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both infinite;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both infinite;
          animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both infinite;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both infinite;
          animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both infinite;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both infinite;
          animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both infinite;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both infinite;
          animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both infinite;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both infinite;
          animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both infinite;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both infinite;
          animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both infinite;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both infinite;
          animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both infinite;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both infinite;
          animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both infinite;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both infinite;
          animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both infinite;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(207, 61, 61);
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both infinite;
          animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both infinite;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 159, 159);
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both infinite;
          animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both infinite;
}




/* animation end */


/* Triple Menu design start */

.dineuron-menu ul li:before 
{
    content:unset;
}

.dineuron-menu 
{
    visibility: hidden;
}

body.nav-open 
{
    overflow: hidden;
	background-color: #10393b;
}

.nav-open .dineuron-menu 
{
    visibility:visible;
}

a.nav-link.logolink img 
{
    width: 330px;
}

.fixed-top.dineuron-menu 
{
    padding: 20px 60px;
}

.fixed-top.dineuron-menu .flex-center ul li 
{
    padding-left: 0;
}

.full-menu 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.full-menu ul 
{
    display: flex;
    grid-column-gap:35px;
}

.full-menu ul li a 
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.full-menu .logolink img 
{
    width: 180px;
}

.full-menu svg 
{
    width: 20px;
    height: 20px;
}

.full-menu svg path 
{
  fill: #fff;
}

.fixed-top.dineuron-menu 
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fixed-top.dineuron-menu 
{
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
	background-color: #10393b;
}

.full-menu-footer 
{
    display: flex;
    justify-content: space-between;
}

.full-menu-footer ul 
{
    display: flex;
    grid-column-gap: 25px;
}

.full-menu-footer ul li a 
{
    color: #fff;
    text-decoration: none;
}

.contact-detail-fm h6 
{
    color: #fff;
    font-weight: 700;
}

.contact-detail-fm span {
    color: #fff;
    font-size: 14px;
}

.contact-detail-fm span a {
    color: #fff;
    text-decoration: none;
}

body.nav-open .fixed-top.dineuron-menu 
{
    transform: translateY(0);
}

.fixed-top.dineuron-menu .nav-link 
{
    color: #fff;
    text-decoration: none;
    padding: 15px 0px;
    display: block;
    font-size: 25px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

body.nav-open .fixed-top.dineuron-menu .nav-item.delay-1 .nav-link 
{
	opacity: 1;
	transition-delay: 0.5s;
	transform: translateY(0);
}

body.nav-open .fixed-top.dineuron-menu .nav-item.delay-2 .nav-link 
{
	opacity: 1;
	transition-delay: 0.6s;
	transform: translateY(0);
}

body.nav-open .fixed-top.dineuron-menu .nav-item.delay-3 .nav-link 
{
	opacity: 1;
	transition-delay: 0.7s;
	transform: translateY(0);
}

body.nav-open .fixed-top.dineuron-menu .nav-item.delay-4 .nav-link 
{
	opacity: 1;
	transition-delay: 0.8s;
	transform: translateY(0);
}

body.nav-open .fixed-top.dineuron-menu .nav-item.delay-5 .nav-link 
{
	opacity: 1;
	transition-delay: 0.9s;
	transform: translateY(0);
}

body.nav-open .fixed-top.dineuron-menu .nav-item.delay-6 .nav-link 
{
	opacity: 1;
	transition-delay: 1s;
	transform: translateY(0);
}

.full-menu-footer ul svg {
    width: 25px;
    height: 25px;
}

.full-menu-footer ul svg path {
    fill: #fff;
}

.full-menu-footer ul li a {
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 11px;
}

.full-menu-footer ul li a:hover 
{
    background-color: #fff;
	transition: .5s all ease;
}

.full-menu-footer ul li a:hover svg path
{
    fill: #10393b;
	transition: .5s all ease;
}

header .container {
    position: relative;
}

.showOnScroll
{
	opacity:0;
    color: #fff;
    display:inline-flex;
    font-size: 17px;
    grid-column-gap: 35px;	
    transition: .5s all ease;
    transform: translateY(-50px);
	position:absolute;
	right:0;
}

.scrolled .showOnScroll 
{
	opacity:1;
    color: #fff;
    display: flex;
    font-size: 17px;
    grid-column-gap: 35px;
	transition: .5s all ease;
	transform: translateY(8px);
}
video.cirVide 
{
    padding-top: 140px;
    padding-bottom: 140px;
    background: #f7f7f7 !important;
}

/* Triple Menu design end */

.testimonial-content-wrap .owl-theme .owl-nav 
{
    margin-top: 0;
    position: absolute;
    top:35%;
    width: 100%;
    display: flex;
	z-index: 999999;
    justify-content: space-between;
    transform: translateY(-50%);
}

.testimonial-content-wrap .owl-theme .owl-nav button 
{
    color: #000000;
    background-color: unset;
    border-radius: 50px;
	all: unset;
}

.testimonial-content-wrap .owl-theme .owl-nav [class*=owl-]:hover 
{
	color:#000;
    background:unset;
	cursor:pointer;
}

.industries-section 
{
  padding:100px 0 0 0;
}

.service-left-content 
{
	text-align: left;
	margin-bottom: 20px;
}

.service-left-content h1 
{
	font-size: 36px;
	margin-bottom: 10px;
}

.service-left-content p 
{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.discover-btn 
{
	color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
	text-decoration: none;
    background-color: #385A5C;
}

.service-caro 
{
    height: 600px;
}

.service-caro .owl-carousel,
.service-caro .owl-stage-outer,
.service-caro .owl-stage,
.service-caro .owl-item,
.service-caro .item,
.service-caro .card
{
	height:100%;
}

.service-caro .card 
{
    overflow: hidden;
    text-align: left;
    position: relative;
    border-radius: 0;
    border: unset;
}

.service-caro .card:before 
{
	content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s all ease;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000d4 100%) 0% 0% no-repeat padding-box;
}

.service-caro .card img 
{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.service-caro .card h2 
{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    transition: .5s all ease;
}

.indus-headsubhead-wrap 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.indus-headsubhead-wrap h2 
{
    margin-bottom: 10px !important;
}

.indus-headsubhead-wrap p 
{
    width: 43%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.sector-title-info-wrap 
{
    color: #fff;
    display: flex;
    z-index: 99999;
    position: relative;
    flex-direction: column;
    padding: 20px 20px 10px;
	transform: translateY(47px);
	transition: .5s all ease;
}    

.sector-title-info-wrap .sector-name 
{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.sector-title-info-wrap .sector-info 
{
	width:80%;
	opacity: 0;
	transition: .5s all ease;	
}

.service-caro .card:hover .sector-title-info-wrap
{
	transform: translateY(0);
	transition: .5s all ease;
}

.service-caro .card:hover .sector-info
{
	opacity: 1;
	transition: .5s all ease;	
}

.text-card-wrap 
{
    display: grid;
    grid-template-columns: 25% 69%;
	grid-column-gap:5%;
    overflow: hidden;
}

.text-card-wrap .header {
    width: 290px;
    display: flex;
    flex-direction: column;
}

.industries-section .common-heading 
{
	color: #000;
    font-weight: 500;
    margin-bottom: 50px;
}

.sector-text-arrow 
{
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    grid-column-gap: 10px;
}

.sector-text-arrow .common-button 
{
    position: absolute;
    right: 20px;
    bottom: 0px;
    opacity: 0;
}

.service-caro .card:hover .sector-text-arrow .common-button
{
	opacity:1;
}

.service-caro .card:hover .common-button .dot 
{
    width: 2.2rem;
    height: 2.2rem;
	position: unset;
    left: unset;
}

.service-caro .card:hover .common-button .dot-icon
{
	width:20px;
    transform: translate(0);
}

.service-caro .card:hover .common-button .dot-icon path
{
	stroke:#fff;
}

.fl-leftgrid a svg {
    width: 20px;
    height: 20px;
}

.fl-leftgrid a:hover svg path 
{
    fill: #fff;
    opacity:1;
	transition: .5s all ease;
}

.service-right ul li 
{
    padding-left: 0;
}


/* Small Issues Fixed */

.common-button a.btn:active, 
.common-button a.btn:focus 
{
    border: unset;
    color: #fff;
}

.case-study-sect .dot 
{
    position: relative;
    left: unset;
}

.paragraph-view-btn-pdiv .maganate-tdn 
{
    display:contents;	    
}

/* Small Issues Fixed */

/* paragraph animation styling start */

.text--idle 
{
	visibility: hidden;
}

.splitText__line 
{
	overflow: hidden;
}
.splitText__line:before 
{
	content: attr(data-content);
	display: block;
	transform: translateY(0%);
	transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.splitText__line--idle:before 
{
	transform: translateY(100%);
}

/* paragraph animation styling end */

/* dip animation start */

.dip-animation-slow {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2.5s ease-in-out, transform 2.5s ease-in-out;
}

.dip-animation-slow.visible {
	opacity: 1;
	transform: translateY(0);
}

.dip-animation {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .5s ease-in-out, transform 1.5s ease-in-out;
}

.dip-animation.visible {
	opacity: 1;
	transform: translateY(0);
}

/* dip animation end */


.clients h2 
{
	width: 30%;
}

.nav-link.active-nav
{
    font-weight: 700;
    position: relative;
}

.nav-link.active-nav:before 
{
    position: absolute;
    content: '';
    background-color: #60ac95;
    top: -9px;
    width: 8px;
    height: 8px;
    z-index: 9999;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.wwc-header-width h2.para-anim 
{
    line-height: 48px;
}

.whatmakes-grid h2.para-anim 
{
    line-height: 48px;
}

.work-process-faq button:focus,
.work-process-faq button:focus-visible 
{
    outline: none;
	box-shadow: none;
}

.work-process-faq button.accordion-button 
{
    border-bottom: 1px solid #dee2e6;
}




/** about us redesign start **/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 670.2461547851562px;
    stroke-dasharray: 670.2461547851562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 670.2461547851562px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 670.2461547851562px;
    stroke-dasharray: 670.2461547851562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 670.2461547851562px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 748.3556518554688px;
    stroke-dasharray: 748.3556518554688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 748.3556518554688px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 748.3556518554688px;
    stroke-dasharray: 748.3556518554688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 748.3556518554688px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
          animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 499.76983642578125px;
    stroke-dasharray: 499.76983642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 499.76983642578125px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 499.76983642578125px;
    stroke-dasharray: 499.76983642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 499.76983642578125px;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
          animation: animate-svg-stroke-3 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 528.8150024414062px;
    stroke-dasharray: 528.8150024414062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 528.8150024414062px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 528.8150024414062px;
    stroke-dasharray: 528.8150024414062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 528.8150024414062px;
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both;
          animation: animate-svg-stroke-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 748.2930297851562px;
    stroke-dasharray: 748.2930297851562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 748.2930297851562px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 748.2930297851562px;
    stroke-dasharray: 748.2930297851562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 748.2930297851562px;
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
          animation: animate-svg-stroke-5 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 814.686279296875px;
    stroke-dasharray: 814.686279296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 814.686279296875px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 814.686279296875px;
    stroke-dasharray: 814.686279296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 814.686279296875px;
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
          animation: animate-svg-stroke-6 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 758.5158081054688px;
    stroke-dasharray: 758.5158081054688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 758.5158081054688px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 758.5158081054688px;
    stroke-dasharray: 758.5158081054688px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 758.5158081054688px;
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both;
          animation: animate-svg-stroke-7 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both;
}

.commonTextAnimation {
    margin-top: 100px;
}

.commonTextAnimation {
    text-transform: uppercase;
}
.commonTextAnimation {
    font-family: "Urbanist", sans-serif;
}
.commonTextAnimation svg text {
    stroke-width: 3px;
}
.whatmake-left h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.whatmake-left h4 {
    font-size: 70px;
    font-weight: 300;
    margin: 0;
    line-height: 80px;
}

.whatmake-left h4 span {
    display: block;
}

.whatmakes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.whatmake-left {
    width: 100%;
}

.whatmake-right p {
    margin-bottom: 30px;
}


.whatmake-left h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.whatmake-left h4 {
    margin: 0;
	width: 80%;
    font-size: 70px;
    font-weight: 300;
    line-height: 80px;
}

.whatmake-left h4 span {
    display: block;
}

.whatmakes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.whatmake-left {
    width: 100%;
}

.whatmake-right p {
    margin-bottom: 30px;
}

.readMoreReadLess:after {
    background: linear-gradient(180deg, hsla(240, 4%, 95%, 0), #fff);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    z-index: 0;
}

.whatmake-right {
    position: relative;
}

.whatmake-right a {
    color: #10393bc7;
    font-size: 18px;
    text-decoration: none;
	font-weight:500;
}

.readMoreReadLess {
    position: relative;
    height: 390px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.readMoreReadLess.expanded 
{
    height: auto;
	transition: all 0.3s ease-in-out;
}

.readMoreReadLess.expanded:after
{
	content:unset;
}


.whatmake-right a svg 
{
    width: 20px;
    height: 20px;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
}

.readMoreReadLess.expanded + a svg
{
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out;
}


.about-section .ms-number.para-anim .splitText__line {
    font-size: 35px;
}
section.whatmakes-different {
    margin-top: 50px;
}
 
.middle {
    position: absolute;
    bottom: 300px;
    left: 0;
}

.mouse {
    width: 22px;
    height: 42px;
    border: 1px solid #333333;
    border-radius: 60px;
}

.mouse::before {
    content: '';
    width: 3px;
    height: 12px;
    position: absolute;
    top: -70px;
    background-color: #333;
    left: 50%;
    transform: translateX(-120%);
    border-radius: 50%;
    opacity: 1;
    animation: mouse 2s infinite;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 30px;
    }
    to {
        opacity: 0;
        top: 150px;
    }
}


.portTopGrid {
    display: grid ;
    grid-template-columns: 60% 40%; 
    margin-bottom: 100px;
}

.rightPortfolio img {
    width: 100%;
}

.rightPortfolio figure {
    position: absolute;
}

.commonNewLeft h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.commonNewLeft h3 {
    font-size: 70px;
    font-weight: 300;
    margin: 0;
    line-height: 80px;
    margin-bottom: 50px;
}

.commonNewLeft h3 span {
    display: block;
}

.commonNewLeft {
    position: relative;
}
.commonNewLeft svg {
    height: 100px;
    width: 89%;
}

.portTopGrid {
    height: 570px;
    margin: 0;
}

.portTopGrid .commonNewLeft h2 {
    margin-bottom: 20px;
}
.rightPortfolio figure {
    height: 100%;
    width: 27%;
    right: 140px;
    top: 0px;
}

.rightPortfolio img 
{
    top: -13px;	
    height: 100%;
    object-fit: contain;
	transform: scale(1.5);
	position: relative;
}

.rightPortfolio {
    height: 100%;
}
.middle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
}
.svgAinmaiton svg {
    width: 720px;
}

.portTopGrid .contact-title-wrap h1 {line-height: 75px;}

.line-stroke-green {
    font-size: 73px;
}



/** about us redesign end **/


.service-listing-wrap ul li 
{
    padding-left: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sr-data li:hover a
{
    color:#60AC95
}

.sr-data li:hover svg path
{
    fill:#60AC95
}

.sr-data ul li:last-child a {
    border-bottom: unset;
}

.mb40
{
	margin-bottom:40px;
}

.fixedTopServicesWrap 
{
    display: none;
}

.service-section .text-header h1 
{
    color: #10393B;
    line-height: 100px;
    width: 60%;
    line-height: 60px;
	text-transform: capitalize;
}

.service-right .sr-data:first-child 
{
    margin-bottom: 20px;
}

.sr-data ul li a svg 
{
    width: 12px;
    height: 12px;
}

.sr-data .form-cover 
{
    grid-row-gap: 15px;
}

.service-right .sr-data .form-cover .form-group input:focus + label, 
.service-right .sr-data .form-cover .form-group input:not(:placeholder-shown):valid + label, 
.service-right .sr-data .form-cover .form-group input:not(:empty) + label
{
    top: 2px;
}

.service-right .ques-group .common-button-dots 
{
    margin-top: 20px;
}

.table-grid 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.table-grid .tablestyle
{
	grid-row-gap: 0;
}

ul.tablestyle li 
{
	border-bottom:unset;
    padding: 15.5px 23px;
    border: 1px solid #dedede;
}

.table-grid .tablestyle:first-child li 
{
    border-right: unset;
	border-bottom: unset;
}

.table-grid .tablestyle:last-child li 
{
	border-bottom: unset;
}

.table-grid .tablestyle li:last-child
{
	border-bottom:1px solid #dedede;
}

ul.tablestyle li:before 
{
    content: unset;
}

ul.tablestyle li span 
{
    display: none;
}

.icon-head-wrap svg {
    width: 25px;
    height: 25px;
}

.icon-head-wrap 
{
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
}

.breadcrumb-padding 
{
    padding: 50px 0;
}

.breadcrumb-wrap ul 
{
	display: flex;
	list-style-type: none;
	grid-column-gap: 10px;
}

.breadcrumb-wrap ul li:before 
{
    content: unset;
}

.breadcrumb-wrap ul li 
{
    padding-left: 0;
	color: #bdbdbd;
}

.breadcrumb-wrap ul li a 
{
    color: #bdbdbd;
    padding-bottom: 1px;
    text-decoration: none;
}

.breadcrumb-wrap ul li:last-child 
{
    font-weight: 600;
    color: #10393b;
}

.banner-left .common-button,
.banner-left .common-button a 
{
    width: fit-content;
}

.footer-logo img 
{
    width: 160px;
}

.clients h2,
.clients h2.para-anim 
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.portTopGrid .commonNewLeft 
{
    align-self: baseline;
}

.project-banner-sect 
{
	position: relative;
    padding-bottom: 0;
    background-color: #fbfbfb;
/* 	overflow:hidden; */
}

.portTopGrid .contact-title-wrap h1 
{
    font-weight: 800;
	line-height: 77px;
	margin-bottom: 20px;
    text-transform: capitalize;
}

.portTopGrid .contact-title-wrap h1 span
{
	color: #fbfbfb;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #10393b;
}

.portTopGrid .contact-title-wrap p
{
    width: 90%;
    font-size: 22px;
}

.pb110
{
	padding-bottom:110px;
}

.brdgray
{
	background-color:#fbfbfb;
}

.portTopGrid a.greenBtnLink 
{
    color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #10393b;
    background-color: #10393b;
	transition: .5s all ease;
}

.portTopGrid a.greenBtnLink:hover
{
	color:#10393b;
	background-color:unset;
	border:1px solid #10393b;	
}

.serviceLandingPage h1 
{
    color: #fff !important;
}

.serviceList .serviceGrid .serviceContent:last-child 
{
    gap: 0;
    padding-bottom: 0 !important;
}

button.common-button-dots
{
	position:relative;
	transition: .5s all ease;
	border:1px solid #10393b;	
}

button.common-button-dots:hover
{
	color:#10393b;
	background-color:unset;
	border:1px solid #10393b;
}

.brd-greenclr 
{
    background-color: #10393b;
}

.breadcrumb-wrap.brd-greenclr li
{
	color:#fff !important;
}

.industries-section .service-caro .common-button 
{
    display: none;
}

.pt0
{
	padding-top:0px !important;
}

li.infomail,
li.support-number
{
    grid-template-columns: 100% !important;
}

li.infomail a,
li.support-number a
{
    display: grid;
    grid-template-columns: 20px 90%;
    grid-column-gap: 15px;
    align-items: flex-start;
    text-decoration: none;
    color: #fff;
}

.accord-header span {
    color: #10393b;
    font-weight: 600;
}

.accordion-body strong {
    font-weight: 400;
}

.blog-section 
{
    color: #fff;
    text-align: center;
    background-color: #10393b;
}

.blog-section h1 
{
    width: 70%;
    margin: 0 auto;
    font-size: 55px;
}

.blog-section p 
{
    width: 60%;
    margin: 0 auto;
	margin-bottom:25px;
}

.blog-section form {
    width: 45%;
    height: 55px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    padding: 5px;
}

.blog-section form input {
    width: 100%;
    outline: none;
    border: none;
}

.blog-section form button 
{
    outline: none;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    width: fit-content;
	border-radius: 4px;
    background-color: #10393b;
    border: 1px solid #10393b;
}

.allblogs-wrapper 
{
    padding: 70px 0;
}

.allblogs-wrapper h2 
{
	font-size:34px;
    margin-bottom: 40px;
}

.blogs-grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.blog-box img 
{
	width: 100%;
    height: 295px;
    border-radius: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

.blogTopBanner
{
    height: 450px;
	position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blogTopBanner:before 
{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000ab;
}

.blogTopBanner .container
{
	height:100%;
}

.blogbannertext 
{
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.blogbannertext h1
{
    width: 60%;
    color: #fff;
    font-size: 45px;
    margin-bottom: 40px;
	text-align: center;
}

.blog-detail-wrap
{
	padding:70px 0;
}

.blog-content-wrap 
{
    display: grid;
    grid-template-columns:70%;
    grid-column-gap:0%;
	justify-content:center;
}

.recent-left {
    display: none;
}

.blog-main-content h3 
{
    line-height: 38px;
}

.blog-main-content ul 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
    margin-bottom: 40px;
}

.blog-main-content ul li h4 
{
    margin-bottom: 15px;
}

.blog-box a 
{
    color: #000;
    text-decoration: none;
}

.recent-left .blog-box a img 
{
    width: 100%;
    height: 130px;
    border-radius: 10px;
	margin-bottom: 15px;
}

.recent-left .blog-box a h3 
{
    font-size: 16px;
    margin-bottom: 5px;
	font-weight: 600;
}

.recent-left .blog-box a p 
{
    font-size: 14px;
    line-height: 19px;
}

.recent-left h3 
{
    margin-bottom: 20px;
}

.recent-blog-cover 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 25px;
}

.datereadmore 
{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.datereadmore span 
{
    opacity: 0.7;
    font-size: 15px;
}

.datereadmore a 
{
    opacity: 1;
    font-size: 16px;
    color: #10393b;
    text-decoration: none;
    position: relative;
}

.datereadmore a:after 
{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #10393b;
}

.blog-main-content ul li ul 
{
    margin-bottom: 0;
    grid-row-gap: 7px !important;
}

.blog-inner-wrap 
{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
	padding-left: 20px;
}

.topic-img 
{
    width: 100%;
    height: 450px;
    margin: 50px 0;
    overflow: hidden;
    border-radius: 10px;
}

.topic-img img 
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-innerwrap-box ul 
{
    padding-left: 20px;
}

.blog-innerwrap-box ul li 
{
    font-size: 20px;
	list-style-type: number;
}

.serviceContent p 
{
    color: #333333;
}

.blogsbrd.breadcrumb-wrap ul 
{
    justify-content: center;
}

a.dots svg path 
{
    fill: #fff;
}

a.dots:after 
{
    content: unset;
}

.blog-middle-img 
{
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 10px;
}

.blog-middle-img img 
{
    width: 100%;
    object-fit: cover;
}

header nav 
{
    align-items: center;
}

.scrolled header nav 
{
    align-items: unset;
}

.blog-box h3 
{
   font-size: 24px;
}

.blog-box p 
{
    color: #333333;
}

.service-inner-img
{
	height:556px;
	object-fit: cover;
    overflow: hidden;	
    border-radius: 10px;
    margin-bottom: 36px;
}

/* privacy policy */

.tc-section 
{
    padding:0px 0 70px;
}

.tc-head-info h1 
{
    font-size: 34px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    line-height:45px;
}

.tc-head-info h5 
{
    font-size: 18px;
    color: #132F41;
    font-weight: 600;
    margin-bottom: 20px;
}

.last-rev-date 
{
    display: inline-block;
    color: #6B6B6B;
    font-size: 15px;
    margin-bottom: 20px;
}

.tc-head-info p 
{
    display: inline-block;
    color: #6B6B6B;
    font-size: 15px;
    margin-bottom: 20px;
}

.tc-points-wrap ol 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    padding-left: 15px;
}

.tc-points-wrap ol li span 
{
    font-size: 18px;
    font-weight: 600;
    color:#000;
    display: inline-block;
    margin-bottom: 5px;
}


.tc-points-wrap ol li p 
{
    font-size: 17px;
    color: #000000;
    display: inline-block;
}

section.tc-section h5 
{
	color: #000;
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
}

/* privacy policy */

/***** HV Changes Start ******/

.full-menu ul.removelistyling {
    display: none;
}

.fixed-top.dineuron-menu {
    left: 0;
}

.fixed-top.dineuron-menu a.logolink {
    position: relative;
    left: 0;
    opacity: 0;
}

.fixed-top.dineuron-menu .nav-link {
    font-size: 35px;
    font-weight: 200;
}

.fixed-top.dineuron-menu {}

.fixed-top.dineuron-menu .flex-center {
    left: 0;
    position: relative;
}

.fixed-top.dineuron-menu .flex-center ul li {
    text-align: center;
}

.full-menu-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 23px;
}

.contact-detail-fm h6 {
    font-weight: 500;
}

.full-menu-footer ul li a {
    border: none;
    padding: 0;
}

.full-menu-footer ul svg {
    width: 20px;
    height: 20px;
}

.full-menu-footer ul {
    grid-column-gap: 0px;
}

/***** HV Changes End ******/

.bigOrSmall h1 {
    font-size: 58px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
}

.bigOrSmall {
    text-align: center;
    margin-top: 80px;
}

.bigOrSmall span {
}

.bigOrSmall p {
    font-size: 22px;
    width: 50%;
    margin: 0 auto;
    color: #333;
}

.bigOrSmall h1 span {
    font-weight: 600;
}

.ft-leftgrid h3 {
    color: #fff;
    opacity: 71%;
    font-size: 50px;
}

.ft-leftgrid {
    width: 56%;
}

.whybox
{
	padding: 50px 40px;
    border-radius: 10px;
    background-color: #efeeea;
}

section.whychoosesect {
    padding: 70px 0 0;
}

.whychoose-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

span.wc-icon {
    width: 100px;
    height: 100px;
    background-color: #d9d7ce;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}

span.wc-icon svg {
    width: 100%;
    height: 100%;
}

.whybox p {
    width: 100%;
    line-height: 27px;
}

.why-headsubhead-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.whychoosesect .why-headsubhead-wrap h2
{
    color: #000;
    font-size:40px;
	line-height:40px;
	font-weight: 500;
	margin-bottom: 10px !important;	
}


.banner-left .desk-hb-text
{
	margin-bottom:20px;
}


.nav-open .nav-link.active-nav:before 
{
    top: 11px;
}


.trustedscroll ul:last-child {
    margin-top: 60px;
    justify-content: center;
}




@media only screen and (min-width:300px) and (max-width:991px)
{
	
	.banner-grid 
	{
		grid-template-columns: 100%;
	}

	.home-work-content
	{
		grid-template-columns: 100%;
		gap: 64px;
	}

	.home-work-grid video 
	{
		width: 100%;
	}

	.services-home-grid 
	{
		grid-template-columns: repeat(1, 1fr);
		gap: 78px;
	}

	.working-process img 
	{
		width: 100%;
	}

	.banner-right video 
	{
		width: 100%;
	}

	header nav ul 
	{
		display: none;
	}

	.banner-left h1 
	{
		font-size: 40px;
		line-height: 44px;
		width: 90%;
	}

	.banner-left p 
	{
		font-size: 18px;
		line-height: 29px;
	}

	.scoll-effect h2 
	{
		font-size: 40px;
	}

	.home-work .common-heading 
	{
		font-size: 30px;
		line-height: 43px;
		width: 100%;
		margin-bottom: 50px;
	}

	.green-bg .container 
	{
		padding: 70px 20px;
	}

	.home-work-right h3 
	{
		font-size: 30px;
		margin-bottom: 16px;
	}

	.order-work-home 
	{
		margin-top: 70px;
	}

	.number-grid h2 
	{
		font-size: 30px;
		margin-bottom: -11px;
	}

	.number-grid p 
	{
		font-size: 16px;
	}

	.number-grid 
	{
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		align-items: center;
		justify-content: center;
	}

	.number-grid div 
	{
		text-align: center;
	}

	.home-work-grid {
		margin-bottom: 52px;
	}

	.services-home {
		margin-top: 60px;
		margin-bottom: 70px;
	}

	.services-content-home h2 {
		font-size: 30px;
		line-height: 36px;
		width: 80%;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.banner-absolute {
		flex-direction: column;
		position: unset;
		margin-top: 70px;
		align-items: flex-start;
		gap: 30px;
	}

	section.banner {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.banner-pos-right {
		width: 100%;
		justify-content: space-between;
	}

	.banner-pos-right span {
		font-size: 18px;
	}

	.banner-pos-left {
		flex-direction: column;
		gap: 10px;
	}

	.gray-bg {
		padding: 66px 0px;
	}

	.working-process h2 {
		margin-bottom: 60px;
	}

	.about-wrap h1 
	{
		width: 100%;
		font-size: 40px;
		line-height: 40px;
	}

	.line-stroke-white {
		font-size: 40px;
		-webkit-text-stroke-width: 1px;
		line-height: 40px;
		font-weight: 600;
	}

	.about-wrap p {
		font-size: 18px;
		line-height: 29px;
		width: 100%;
		margin-bottom: 52px;
	}

	.milesstone-grid ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0;
		gap: 40px;
	}

	.ms-text {
		font-size: 16px;
		opacity: .91;
		font-weight: 400;
	}

	.ms-number {
		font-size: 30px;
		line-height: 51px;
		font-weight: 600;
		opacity: .81;
		line-height: 28px;
	}

	.milesstone-grid 
	{
		flex-direction: column;
		gap: 50px;
	}

	.whatmakes-different .whatmakes-grid 
	{
        grid-template-columns: repeat(1, 1fr);
    }

	.whatmake-left 
	{
		width: 100%;
	}

	.ourvalues-grid 
	{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.ourclient-grid 
	{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.team-wrapper 
	{
		grid-template-columns: repeat(2, 1fr);
	}

	.sendus-contact h4 
	{
		font-size: 20px;
		width: 100%;
	}

	.sendusmail-wrap p 
	{
		width: 100%;
	}

	.sendus-contact 
	{
		flex-direction: column;
	}

	.team-section h2 
	{
		font-size: 30px;
		line-height: 34px;
		width: 100%;
	}	
	
	ul.client-list-wrap 
	{
		display: grid ;
		grid-template-columns: repeat(2, 1fr);
		gap: 0px;
	}

	ul.client-list-wrap li img 
	{
		width: 100%;
	}

	body.scrolled header nav .menuhide 
	{
		display: none;
	}

	.footer-link 
	{
		flex-direction: column;
	}

	.fl-rightgrid ul li 
	{
		width: 100%;
	}

	.fl-rightgrid 
	{
		width: 100%;
	}

	.footer-copyright 
	{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 9px;
	}

	.fl-middlegrid 
	{
		margin-top: 40px;
	}

	.footer-tagline 
	{
		gap: 40px;
	}

	.ft-leftgrid 
	{
		width: 100%;
	}	
	
	.dShow 
	{
		display: none !important;
	}

	.mShow 
	{
		display: block !important;
	}
	
	.footer-logo 
	{
		margin-bottom: 0;
	}

	.fl-middlegrid 
	{
		margin-bottom:0px;
	}
	
	ul.removelistyling.mobileSocialMedia 
	{
		flex-direction: row;
		gap: 30px;
		margin-top: 40px;
	}

	ul.removelistyling.mobileSocialMedia li 
	{
		display: unset;
		width: fit-content;
	}
	
	.wwc-grid 
	{
		grid-template-columns: repeat(1, 1fr);
	}	

	.mobileSocialMedia li a svg 
	{
		width: 19px;
		height: 19px;
	}

	.footer-link {
		padding-bottom: 40px;
	}

	footer {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	
    .clients h2 
	{
        width: 100%;
        font-size: 25px;
        line-height: 28px;
		margin-bottom: 40px;
    }

	.textRevealWrapper .line span {
		font-size: 50px;
		line-height: 50px;
	}
	
	header { 
		margin-bottom: -1px;
		    height: 60px;
	}

	a.logolink img {
        width: 130px;
    }

	.mShow.mobileLetsTalk a {
		font-size: 17px;
		font-weight: 500;
		color: #10393b;
		background: #ffffffeb;
		padding: 9px 17px;
		border-radius: 5px;
		text-decoration: none;
	}

	header nav {
		align-items: center;
	}	
		.textRevealWrapper .line {
		height: 58px; 
	}
	.scoll-effect h2 {
		line-height: 52px;
	}

	.scoll-effect .text {
		padding: 0  ;
		margin: 0;
	}

	.modul.mockup_scale .text {
		padding: 0;
	}

	.home-work-right h3 svg {
		display: none;
	}

	.letsrumble-sect {
		margin-top: -80px;
		border-radius: 50px 50px 0px 0px;
		padding-top: 10px;
	}	
	
    nav.bottom-navigation-wrap {
        position: fixed;
        bottom: 0px;
        z-index: 9999;
        width: 90%;
        background: #10393b 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 14px #00000029;
        border-radius: 10px;
        opacity: 1;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        transform: translate(-50%, -50%);
        height: 64px;
        transition: .5s all ease;
        display: flex ;
        justify-content: center;
        align-items: center;
        background-color: #4c947ab0;
        left: 50%;
        margin: 0 auto;
    }
 
	nav.bottom-navigation-wrap li svg {
		width: 30px;
		height: 30px;
	}

	nav.bottom-navigation-wrap ul {
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}

	.mobileNavigationFixed li {
		list-style: none;
	}

	nav.bottom-navigation-wrap li {
		padding: 0;
	}

	nav.bottom-navigation-wrap li svg path {
		fill: #fff;
	}
	
	nav.bottom-navigation-wrap li img {
		width: 31px;
	}
	nav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

nav ul li a span {
    font-size: 12px;
}

nav.bottom-navigation-wrap ul li:first-child img {
}

nav.bottom-navigation-wrap li img {
    height: 30px;
}
	h2 {
		font-size: 25px;
		line-height: 28px;
	}

	.whatmakes-different {
		margin-top: 0 !important;
		padding: 50px 0;
	}
	
	.whatmake-left h3 {
		margin-bottom: 20px;
	}	

	.whatmake-left p {
		margin-bottom: 37px;
	}

	p {
		font-size: 18px;
		line-height: 30px;
	}

	.point-makeus-different ul li {
		font-size: 18px;
	}

	.ourvalues-left h3 {
		font-size: 25px;
		line-height: 28px;
	}

	.values-client-section {
		padding: 50px 0;
	}

	.ourvalues-left p {
		margin-bottom: 40px;
	}

	.ourvalues-right ul li h5 {
		font-size: 22px;
	}

	    .ourvalues-right ul {
        grid-column-gap: 48px;
        grid-row-gap: 60px;
        grid-template-columns: repeat(1, 1fr);
    }

	.point-makeus-different {
		grid-column-gap: 40px;
		margin-bottom: 50px;
	}

	.point-makeus-different ul li {
		width: 80%;
	}
		
	.sendusmail-wrap {
		padding: 30px;
	}

	.sendus-contact {
		gap: 20px;
		border-bottom: 1px solid #ffffff69;
	}
		
	ul.client-list-wrap li:nth-child(2) img {
		width: 100%;
	}

	ul.client-list-wrap li:nth-child(5) img {
		width: 100%;
	}

	ul.client-list-wrap li:nth-child(4) img {
		width: 100%;
	}

	.campContainer {
		grid-template-columns: repeat(1, 1fr);
	}

	.campContainer {
		width: 100%;
		padding: 60px 0px;
	}

	.campLeft {
		padding: 40px;
	}

	.campContainer h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.campLeft {
		height: 394px;
	}

	.campRight h3 {
        font-size: 25px;
        width: 95%;
    }

	.camprightH3 {
		padding: unset;
        height: 226px;
        display: flex;
        justify-content: center;
	}

	.campRightLeft {
		height: 180px;
	}

	.banner-right {
		overflow: hidden;
	}	
	
	.scrolled .showOnScroll
	{
		display:none;
	}
	
	.case-study-sect 
	{
		padding: 0px 0 0;
	}
	
	.case-study-cover
	{
		height: 230px;
	}

	.testimonial-warpH h2 
	{
        width: 94%;
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 22px;
	}
	
	.slider-content .content p 
	{
		font-size: 20px;
		margin-bottom: 30px;
		width: 100%;	
	}
	
	.client-sect 
	{
        margin-top: 40px;
        margin-bottom: 40px;
		background-color: unset !important;
	}
	
	.slider-images
	{
		display:none;
	}
 
	.testimonial-content-wrap .owl-carousel .owl-nav.disabled
	{
		display:none !important;
	}
	
	.mobTimg 
	{
		width: 60px !important;
		height: 60px;
		border-radius: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}	
	
	section.testimonial-sectH 
	{
		padding: 50px 0;	
	}
	
	.testimonial-slider button
	{
		width:20px;
	}
	
	/* 4dec2024 design start */

	.service-section.section-padding
	{
        margin-top: -1px;
        padding-bottom: 0px;
        padding-top: 30px !important;
	}

	.service-section .text-header 
	{
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        padding-bottom: 50px;
	}

	.paragraph-view-btn-pdiv 
	{
        grid-column-gap: 0;
        grid-row-gap: 20px;
        align-items: baseline;
        flex-direction: column;
	}

	.service-section .text-header h1 {
        width: 100%;
        font-size: 34px;
        line-height: 42px;
	}	
	
	.service-section .text-header h1 span 
	{
        font-size: 40px;
        line-height: 42px;
        font-weight: 600;
        -webkit-text-stroke-width: 1.5px;
	}
	
	.text-header p 
	{
		font-size: 18px;
		line-height: 30px;
		width: 100%;
	}	

	.service-section.section-padding .paragraph-view-btn-pdiv 
	{
		flex-direction: column;
		margin-top: 20px;
	}

	.service-section.section-padding .paragraph-view-btn-pdiv p 
	{
		width: 100%;
	}

	.service-section.section-padding .paragraph-view-btn-pdiv a 
	{
		width: 100%;
		display: flex !important;
		justify-content: flex-end;
		background-color: unset;
		align-items: flex-start;
	}

	.service-grid 
	{
		display: flex;
		flex-direction: column;
		grid-column-gap: 61px;
		width: 100%;
	}	
	
	.service-grid .service-left
	{
		order:2;
	}
	
	.service-grid .service-right
	{
		order:1;
		display:none;
	}
	
	.service-grid .sr-data
	{
		background-color:#fff;
	}
	
	.approach-grid 
	{
		grid-template-columns: repeat(1, 1fr);
	}	
	
	.approach-section.section-padding 
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.approach-left 
	{
		height: fit-content;
		position: relative;
		top: unset;
		margin-bottom: 50px;
	}

	.fixedTopServicesWrap ul 
	{
		list-style-type: none;
		display: flex;
		grid-column-gap: 20px;
		padding: 0 15px;
		overflow: hidden;
		width: fit-content;
	}

	.fixedTopServicesWrap ul li a 
	{
		white-space: nowrap;
	}

	.fixedTopServicesWrap ul li:before 
	{
		content: unset;
	}

	.fixedTopServicesWrap ul li 
	{
		padding-left: 0;
	}

	.fixedTopServicesWrap 
	{
		background-color: #fff;
		padding: 0;
		box-shadow: 0px 0px 4px 0px #00000040;
		overflow-x: scroll;
		margin-bottom: 20px;
		position: fixed;
		top: 70px;
		left: 0;
		opacity: 1;
		width: 100%;
        z-index: 99;
        display: block;		
		transition: .5s all ease;
	}
	
	.scrollContainer 
	{
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.scrollContainer ul 
	{
		display: flex;
		padding: 2px 20px;
		margin: 0;
		list-style: none;
	}

	.scrollContainer li 
	{
		display: inline-block;
		padding: 10px 15px;
	}	

	.fixedTopServicesWrap ul li a 
	{
		text-decoration: none;
		color: #000;
		font-weight: 600;
	}
	
	.serviceDetailMenuFix .fixedTopServicesWrap .active a 
	{
		color: #7cae9c;
	}	
	
/* 	.serviceDetailMenuFix .fixedTopServicesWrap 
	{
	    z-index: 99;	
		display: block;
		opacity: 1;
		transition: .5s all ease;
	} */
	
	.serviceLandingPage .serviceList 
	{
		margin-top: 50px;
	}	

	.serviceLandingPage .serviceList h2 
	{
		font-size: 33px;
		line-height: 45px;
	}
	
	.serviceLandingPage .serviceContent 
	{
		grid-template-columns: 100%;	
	}
	
	.serviceLandingPage + .serviceList h2 
	{
		font-size: 34px;
		line-height: 45px;	
	}
	
	.serviceLandingPage .serviceContent p 
	{
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
	}
	
	.serviceLandingPage + .serviceList 
	{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.serviceContent 
	{
		grid-template-columns: 100%;
		gap: 0;
		width: 100%;
	}

	.serviceContent a svg 
	{
		width: 50px;
		height: 50px;
		padding: 14px;
		margin-top: 20px;
	}

    .client-sect.mtmb30
	{
        margin-top: 30px;
        margin-bottom: 30px;
    }

	.contact-title-wrap p 
	{
		width: 100%;	
	}
	
	.contact-right 
	{
		display: none;
	}
	
	.contact-left 
	{
		width: 100%;
	}

	.contact-left .form-cover 
	{
		grid-row-gap: 30px;
	}

	.contact-left .ques-option 
	{
		gap: 15px 10px;
	}	
	
	.contact-left .custom-checkbox span, .contact-left .custom-radio span 
	{
        padding: 10px 19px;	
	}
	
	/* 4dec2024 design end */
	
	.icon-head-wrap 
	{
		flex-direction: column;
		grid-row-gap: 10px;
	}	
	
	.service-listing-wrap ul.tablestyle li b 
	{
		text-align: center;
		line-height: 22px;
		font-size: 15px;
		min-height: 40px;
	}

	.portTopGrid {
		grid-template-columns: 100%;
	}

	.portTopGrid .contact-title-wrap h1 {
		line-height: 45px;
	}

	h1 {
		font-size: 40px;
	}

	.portTopGrid .contact-title-wrap p {
		width: 100%;
		font-size: 20px;
		line-height: 27px;
	}

	.rightPortfolio img {
        top: 0;
        transform: unset;
	}

	.rightPortfolio figure {
		width: 100%;
		right: unset;
		height: 340px;
		position: relative;
		left: 0 !important;
	}

	.portTopGrid 
	{
		height: auto;
	}	
	
	.project-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.line-stroke-green 
	{
		font-size: 40px;
		line-height: 40px;
	}

	.case-study-cover .small-proj-detail {
        left: 30px;
        width: 80%;
        bottom: 20px;
    }

	.case-study-cover .item .small-proj-detail {
		transform: translateY(0);
	}

	.case-study-cover .item:before
	{
		height: 230px;
		background:#00000000 linear-gradient(180deg, #0000000d 0%, #00000091 100%) 0% 0% no-repeat padding-box;
	}
	
	.case-study-cover .item .small-proj-detail p, 
	.case-study-cover .item .small-proj-detail a 
	{
		opacity: 1;	
	}
	
    ul.client-list-wrap li img {
		height: 40px !important;
		width: 90px;
    }


	ul.client-list-wrap li:nth-child(even):last-child	
	{
		border-bottom:unset;
	}
	
	ul.client-list-wrap li:nth-last-child(2)	
	{
		border-bottom:unset;
	}
	
	.why-choose-listing ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.achive-num-grid 
	{
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 0;
		grid-column-gap: 0;
	}

	.achive-num-box 
	{
		align-items: center;
	}

	.achive-num-grid .achive-num-box:first-child,
	.achive-num-grid .achive-num-box:nth-child(2)	
	{
		padding-bottom:25px;
	}
	
	.achive-num-grid .achive-num-box:last-child,
	.achive-num-grid .achive-num-box:nth-last-child(2)	
	{
		padding-top:25px;
	}
	
	.achive-num-grid .achive-num-box:nth-child(2)
	{
		border-right:unset;
	}
	
	.achive-num-grid .achive-num-box:first-child,
	.achive-num-grid .achive-num-box:nth-child(2)
	{
		border-bottom: 1px dashed #186164;	
	}

	.industries-section 
	{
		padding: 40px 0 0 0;
	}

	.indus-headsubhead-wrap p 
	{
		width: 95%;	
	}
	
	.trustedscroll 
	{
		overflow-x: scroll;
		width: 100%;
	}

	.trustedscroll .client-list-wrap 
	{
        min-width: 270%;
        display: flex;
	}

	.trustedscroll ul li {
		padding-top: 0 !important;
		padding-right: 0 !important;
	}
	
	.trustedscroll ul li .link-effect .effect-1:last-child
	{
		display:none !important;
	}
		
	.client-list-wrap li a:hover .link-effect .effect-1 
	{
		top:unset;
	}

	.trustedscroll::-webkit-scrollbar {
		height:0px;
	}
	
	.breadcrumb-padding 
	{
		padding: 20px 0;
	}

	section.about-section 
	{
		margin-top: -1px;
	}

	.whatmake-left h4 
	{
		font-size: 40px;
		margin: 0 0 20px 0;
		line-height: 40px;
		width: 100%;
	}

	section.contact-page-sect 
	{
		padding:70px 0 50px;
	}


	ul.tablestyle li 
	{
		padding: 0px 23px;
		border: 1px solid #dedede;
		height: 112px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

    nav.bottom-navigation-wrap ul li:first-child img 
	{
        width: 28px;
    }

	.textRevealWrapper 
	{
		margin-bottom: 20px;
	}

	.case-study-cover .item .small-proj-detail a,
	.case-study-cover .item .small-proj-detail p	
	{
		display: none;
	}

	.case-study-cover .item .small-proj-detail {
		transform: translateY(130%);
		transition: transform 0.5s ease;
		opacity: 0;
	}	
	
	.case-study-cover .item:hover .small-proj-detail {
		transform: translateY(0);
		transition: transform 0.5s ease;
		opacity: 1;
	}	
	
	.custom-nav.owl-nav button 
	{
		width: 25px;
		height: 25px !important;
	}	
	
	.custom-nav.owl-nav button i 
	{
		line-height: 27px;
		font-size: 15px !important;
		color: #10393B !important;
	}
	
	li.infomail, 
	li.support-number 
	{
		grid-template-columns: 100% !important;
	}

	.infomail a, 
	.support-number a 
	{
		display: grid;
		grid-template-columns: 20px 90%;
		grid-column-gap: 15px;
		align-items: flex-start;
		color: #fff;
		text-decoration: none;
	}

	.portTopGrid .contact-title-wrap h1 span 
	{
		-webkit-text-stroke-width: 1.5px;	
	}
	
	.serviceContent h3 {
        font-size: 25px;
        font-weight: 500;
	}	
	
	.line-stroke-green 
	{
		font-size: 40px;
		line-height: 40px;
		-webkit-text-stroke-width: 1.5px;
		font-weight: 600;
	}	

	.service-section.serviceLandingPage h1 span 
	{
        font-weight: 600;
        font-size: 40px !important;
		-webkit-text-stroke-width: 1px !important;
	}
	
	.timeline-container .vertical-scrollable-timeline li p 
	{
		line-height: 27px;
	}

	.ip-mt-50
	{
		margin-top:50px;
	}
	
	.accordion {
		margin-bottom: 50px;
	}	

	.fl-middlegrid.flmid-second ul 
	{
		display: flex;
	}	
	
	.fl-middlegrid.flmid-second 
	{
		margin: 40px 0;
	}
	
	.blogs-grid 
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.blog-box img 
	{
		height: 220px;	
	}
	
	.blog-box h3 
	{
		font-size: 22px;
	}

	.blog-box p 
	{
		font-size: 18px;
		line-height: 25px;
	}

	.blog-section h1 
	{
		width: 90%;
		font-size: 35px;
		margin-bottom: 20px;
	}

	.blog-section p 
	{
		width: 100%;
	}

	.blog-section form 
	{
		width: 100%;
	}

	.blog-section 
	{
		padding-bottom: 50px;
	}

	.allblogs-wrapper 
	{
		padding: 50px 0;
	}

	.blogbannertext h1 
	{
		width: 100%;
		font-size: 24px;
		margin-bottom: 20px;
	}

	.blog-content-wrap 
	{
		grid-template-columns: 100%;
	}

	.blog-main-content h3 
	{
		font-size: 22px;
		line-height: 31px;
	}

	.blog-main-content h3 
	{
		font-size: 22px;
		line-height: 31px;
	}

	.topic-img 
	{
		height: 240px;
		margin: 30px 0;
	}

	.blog-main-content h3 
	{
		margin-bottom: 0;
	}

	.blog-inner-wrap 
	{
		margin-top: 20px;
	}

	.blogTopBanner 
	{
		height: 250px;	
	}

	.blog-detail-wrap 
	{
		padding: 50px 0;
	}

	.tc-head-info h1 
	{
		font-size: 25px;
		line-height: 31px;
	}

	section.tc-section h5 
	{
		font-size: 19px;
		font-weight: 600;
	}

	.blog-middle-img 
	{
		height: auto;
	}

/* 	.testimonial-content-wrap .owl-theme .owl-nav.disabled+.owl-dots 
	{
		margin-top: 0;
	} */
	
	.bigOrSmall h1 
	{
		font-size: 35px;
		line-height: 36px;
		line-height: 39px;
		margin-bottom: 16px;
	}

	.bigOrSmall h1 span 
	{
		display: block;
	}

	.bigOrSmall 
	{
		margin-top: 50px;
	}

	.bigOrSmall p 
	{
		width: 100%;
		font-size: 18px;
		line-height: 28px;
	}

	.service-caro 
	{
		height: 420px;
		margin-bottom: 50px;
	}

	.ft-leftgrid h3 
	{
		color: #fff;
		font-size: 40px;
		margin-bottom: 0;
	}

	.footer-tagline 
	{
		flex-direction: column;
	}	

	.why-headsubhead-wrap 
	{
		width: 100%;
	}
		
	.whychoosecover 
	{
		width: 100%;
		overflow-x: scroll;
	}

	.whychoose-grid 
	{
		display: flex;
		width: fit-content;
	}

	.whybox 
	{
		width: 350px;
        padding: 40px 20px;
        border-radius: 10px;
        background-color: #efeeea;
	}

	span.wc-icon 
	{
		width: 80px;
		height: 80px;
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.whybox h3 
	{
		font-size: 25px;
	}	

	.whychoosecover::-webkit-scrollbar
	{
		opacity:0;
	}
	
    .banner-left .mobhb-text
    {
    	margin-bottom:10px;
    }  
    
    .trustedscroll ul:last-child {
        display: none;
    }
    
	
	
}


@media only screen and (min-width: 320px) and (max-width: 420px) 
{
    .textRevealWrapper.mobhb-text .line span 
    {
        font-size: 42px;
    }
    
    .textRevealWrapper.mobhb-text .line 
    {
        white-space: nowrap;
    }
    
    .banner-left .mobhb-text
    {
    	margin-bottom:10px;
    }    
    
}


@media only screen and (min-width: 280px) and (max-width: 340px) 
{
    .textRevealWrapper.mobhb-text .line span 
    {
        font-size: 32px;
    }
    
    .textRevealWrapper.mobhb-text .line 
    {
        white-space: nowrap;
    }
    
    .banner-left .mobhb-text
    {
    	margin-bottom:10px;
    }    
    
}


@media only screen and (min-width: 1200px) and (max-width: 1299px) 
{	
	.container 
	{
		max-width: 1140px;
	}

	h1,
	.text-header h1 span,
	.line-stroke-white
	{
		font-size: 60px;
	}

	.sl-data h2 {
		font-size: 23px;
		line-height: 31px;
	}

	.sl-data p 
	{
		font-size: 16px;
		line-height: 30px;
	}

	.service-listing-wrap ul li b 
	{
		font-size: 16px;
	}

	.sr-data ul li a 
	{
		font-size: 16px;
	}

	.campContainer h2 
	{
		font-size: 73px;
		line-height: 80px;
	}

	.campRight h3 {
		font-size: 30px;
	}

	.campLeft {
		height: 494px;
	}

	.ft-leftgrid {
		width: 35%;
	}

	p 
	{
		font-size: 16px !important;
	}

	.breadcrumb-padding 
	{
		padding: 40px 0;
	}

	.serviceLandingPage .text-header {
		margin-top: -1px;
	}

	.trustedscroll {
		overflow: scroll;
	}
	.trustedscroll::-webkit-scrollbar {
		opacity:0;
	}

	.testimonial-warpH h2 {
		width: 55%;
	}

	section.testimonial-sectH,
	.gray-bg,
	.client-sect,
	video.cirVide
	{
		padding: 70px 0;
	}

	h1,
	.text-header h1 span,
	.line-stroke-white
	{
		font-size: 58px;
		line-height:50px;
	}

	.clients h2 {
		width: 40%;
	}

	.portTopGrid .contact-title-wrap h1 {
		line-height: 65px;
	}

	.rightPortfolio figure {
		width: 40%;
		right: 130px;
	}

	.working-process img {
		width: 100%;
	}


	.working-process figure {
		display: flex;
        justify-content: center;
	}

	.home-work video {
		width: 100%;
	}

	.textRevealWrapper .line 
	{
		height: 80px;
	}

	.textRevealWrapper .line span 
	{
		font-size: 65px;
		line-height: 68px;
	}

	.home-work .common-heading {
		width: 90%;
	}

	.client-sect {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.textRevealWrapper .line 
	{
		height: 80px;
	}

	.textRevealWrapper .line span 
	{
		font-size: 65px;
		line-height: 68px;
	}
	
	.blog-box img {
		height: 240px;
	}

	.blog-box p 
	{
        line-height: 28px;
        font-size: 17px !important;
	}

	.blog-box h3 
	{
		font-size: 24px;
	}

	.blog-section {
		margin-top: -1px;
	}

	.blog-section h1 {
		margin-bottom: 10px;
	}

	.blog-content-wrap 
	{
		grid-template-columns: 80%;	
	}
	
	.blog-main-content h3 
	{
		font-size: 24px;
		line-height: 32px;
	}

	.blogbannertext h1 
	{
		font-size: 40px;	
	}
}


@media only screen and (min-width: 1300px) and (max-width: 1399px) 
{	
	.container 
	{
		max-width: 1140px;
	}

	.ft-leftgrid 
	{
		width: 35%;
	}

	h1,
	.text-header h1 span,
	.line-stroke-white
	{
		font-size: 60px;
	}

	.sl-data h2 
	{
		font-size: 23px;
		line-height: 31px;
	}

	.sl-data p 
	{
		font-size: 18px;
		line-height: 30px;
	}

	.service-listing-wrap ul li b 
	{
		font-size: 16px;
	}

	.sr-data ul li a 
	{
		font-size: 16px;
	}

	.campContainer h2 
	{
		font-size: 73px;
		line-height: 80px;
	}

	.campRight h3 
	{
		font-size: 30px;
	}

	.campLeft 
	{
		height: 494px;
	}

	.breadcrumb-padding 
	{
		padding: 40px 0;
	}

	.serviceLandingPage .text-header {
		margin-top: -1px;
	}

	p 
	{
		font-size: 17px;
	}


	h1 
	{
		font-size: 58px;
	}

	.serviceContent h3 {
		font-size: 30px;
	}

	.clients h2 {
		width: 40%;
	}

	.trustedscroll {
		overflow: scroll;
	}
	.trustedscroll::-webkit-scrollbar {
		opacity:0;
	}

	ul.client-list-wrap {
		width: fit-content;
	}

	.rightPortfolio figure {
        width: 38%;
        right: 130px;
	}

	.testimonial-warpH h2 {
		width: 55%;
	}

	section.testimonial-sectH,
	.gray-bg,
	.client-sect,
	video.cirVide
	{
		padding: 80px 0;
	}

	.client-sect
	{
		margin-top: 0px;
		margin-bottom:0px;
	}

	.home-work video {
		width: 100%;
	}

	.working-process img {
		width: 100%;
	}

	.working-process figure {
		display: flex;
        justify-content: center;
	}

	.home-work .common-heading {
		width: 90%;
	}

	.textRevealWrapper .line 
	{
		height: 80px;
	}

	.textRevealWrapper .line span 
	{
		font-size: 65px;
		line-height: 68px;
	}
	
	.blog-box img 
	{
		height: 220px;	
	}
	
	.blog-box p 
	{
        line-height: 28px;
        font-size: 18px !important;
	}

	.blog-box h3 
	{
		font-size: 24px;
	}

	.blog-content-wrap 
	{
		grid-template-columns: 80%;	
	}
	
	.blog-main-content h3 
	{
		font-size: 24px;
		line-height: 32px;
	}

	.blogbannertext h1 
	{
		font-size: 42px;
	}
}


@media only screen and (min-width: 1400px) and (max-width: 1499px) 
{	
	.container 
	{
		max-width: 1320px;
	}

	p 
	{
		font-size: 18px;
	}

	.campLeft 
	{
		height: 520px;
	}

	.breadcrumb-padding 
	{
		padding: 40px 0;
	}

	.serviceLandingPage .text-header {
		margin-top: -1px;
	}

	h1 
	{
		font-size: 65px;
	}

	.serviceContent h3 {
		font-size: 31px;
	}

	.clients h2 {
		width: 40%;
	}

	.rightPortfolio figure {
		width: 37%;
		right: 133px;
	}

	.home-work-left video {
		width: 100%;
	}

	.home-work .common-heading {
		line-height: 45px;
		font-size: 32px;
	}

	.home-work-right h3 {
		font-size: 32px;
	}

	section.testimonial-sectH,
	.gray-bg,
	.client-sect,
	video.cirVide
	{
		padding: 80px 0;
	}

	.home-work video {
		width: 100%;
	}

	.working-process img {
		width: 100%;
	}

	.working-process figure 
	{
		display: flex;
        justify-content: center;
	}

	.textRevealWrapper .line 
	{
		height: 80px;
	}

	.textRevealWrapper .line span 
	{
		font-size: 65px;
		line-height: 68px;
	}

	.client-sect
	{
		margin-top: 0px;
		margin-bottom:0px;
	}
	
	.blog-box img 
	{
		height: 260px;	
	}	
	
	.blog-box p 
	{
        line-height: 28px;
        font-size: 18px !important;
	}

	.blog-box h3 
	{
		font-size: 25px;
	}		

	.blog-section {
		margin-top: -1px;
	}
	
	.blogbannertext h1 
	{
		font-size: 42px;
	}	

}


@media only screen and (min-width: 1500px) and (max-width: 1599px) 
{	
	.container 
	{
		max-width: 1320px;
	}

	.breadcrumb-padding 
	{
		padding: 40px 0;
	}

	.serviceLandingPage .text-header {
		margin-top: -1px;
	}

	h1 
	{
		font-size: 65px;
	}

	.service-section .text-header h1 
	{
		line-height: 50px;
	}

	.serviceContent h3 
	{
		font-size: 30px;
	}

	p 
	{
		font-size: 19px;
	}

	.campLeft 
	{
		height: 520px;
	}

	.rightPortfolio figure {
		width: 35%;
		right: 134px;
	}

	.working-process img {
		width: 95%;
	}


	.working-process figure {
		display: flex;
        justify-content: center;
	}

	.clients h2 {
		width: 36%;
	}

	.textRevealWrapper .line 
	{
		height: 80px;
	}

	.textRevealWrapper .line span 
	{
		font-size: 70px;
        line-height: 70px;
	}

	.client-sect.hp-client-sect
	{
		margin-top: 90px;
		margin-bottom:90px;
	}
	
	.blog-box img 
	{
		height: 260px;	
	}
	
	.blog-box p 
	{
        line-height: 28px;
        font-size: 19px !important;
	}

	.blog-box h3 
	{
		font-size: 26px;
	}	
	
	.blog-section 
	{
		margin-top: -1px;
	}	

}