*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
}
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default{
        font-family: 'Poppins', sans-serif !important;
    }
::-webkit-scrollbar-track
{
	background-color: #000;
}
::-webkit-scrollbar
{
	width: 10px; 
}

::-webkit-scrollbar-thumb
{
	background: hsla(0, 0%, 53.3%, 0.4);
	border-radius: 50px;
} 
/*TYPOGRAPHY-BEGIN*/
h1{font-size: 72px;}
h2{font-size: 48px;}
h3{font-size: 42px;}
h4{font-size: 35px;}
h5{font-size: 35px;  }
h6{font-size: 20px; }
p{font-size: 15px; }
a{text-decoration: none;}
li{list-style-type: none;}
ul{padding: 0;}
h1{font-weight:700 !important;}
h1,h2,h3,h4{font-weight: 700;}
/*a{text-decoration: none;}*/
img{max-width: 100%;}
a,a:hover{text-decoration: none;}
/*TYPOGRAPHY-END*/
/*HEADER-BEGIN*/

.navbar-expand-lg{
	position: absolute;
    width: 100%;
	top: 0;
	z-index: 9999;
    padding: 10px 20px; 
    font-size: 14px; 
}
.nav-sticky{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    width: 100%;
    animation: newNav 0.6s ease-in-out;
    background: #fff;
}

@-webkit-keyframes newNav{
    0%{
        top: -100px;
    }
    100%{
        top: 0;
    }
}

.navbar.navbar-expand-lg.navbar_web{
	border-top:10px solid #42B975;
	border-bottom: 10px solid #42B975;
	position: inherit; 
	margin-top: 0;
}
.navbar.navbar-expand-lg.navbar_web a{
	color: #000;
	position: relative;
}
.navbar.navbar-expand-lg.navbar_web a:after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background: #42B975;
	transition: 0.6s ease;
}
.navbar.navbar-expand-lg.navbar_web a:hover:after{
width: 100%;
}
.navbar-expand-lg li{
	margin: 0 10px;
}
.navbar-nav{
	justify-content: flex-end;
}
.navbar-expand-lg li a{
	color: #000 !important; 
/*	border-bottom: 2px solid #fff;*/
	transition: 0.6s ease;
    cursor: pointer;
} 
.navbar-expand-lg  li.nav-item.dropdown.has-megamenu:hover .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.0em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}  
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.0em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
    margin: 5px 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:after{
    content: '';
    left: 0;
    width: 0;
    display: block;
    height: 2px;
    background: #42b975;
    position: absolute;
    transition: 0.6s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover:after{width: 100%;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{ 
    border-radius: 5px;
    text-align: center;
    transition: 0.6s ease;
    transition-delay: 0.5s all;
    position: relative;
} 
.navbar .megamenu{ padding: 0px 0; }
.nav-tabs li{
	margin: 0 20px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
.navbar-brand i{
	color: #000;
	font-size: 40px;
}
.nav_drop h6{
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0;
	text-align:center;
    margin: 0 15px !important;
}
.navbar-toggler-icon i{
	color:#42B975;
}
.nav_drop h6 i{
	font-size: 18px;
	margin-right: 10px;
	color: #42B975;
}
.nav_drop{
	padding-left: 0 10px;
}
.nav_drop ul li{
	padding-bottom: 5px;
}
.nav_drop ul li a{
	color: #000 !important;
	font-size: 12px;
}
.nav_drop ul li a i{
	margin-right: 10px;
	fill: #373A3E;
    color: #373A3E;

}
.log_menu{
	display: flex;
	width: 32%;  
} 
.log_menu .port_logo h1{ 
    font-size: 25px;
    padding: 0 10px;
    margin-top: 10px;
}
.dropdown-menu.megamenu{
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#new_menu{
    display: none;
}

.navbar-collapse{
    background: #fff;
}

.dropdown-menu.dropdown-menu-end li a{
	color:#000 !important;
	font-size: 13px; 
}
.dropdown-item.active, .dropdown-item:active{
	background: 0 !important;
} 
.dropdown-item{
	padding:10px 0; 
} 
.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-end li a:hover{
	background: 0 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-end li a svg{
	color: #42B975;
	font-size: 24px;
	margin-right: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-end li a{
	font-size: 15px;
}
.section_one{
    padding: 80px 0;
}
.section_one .item{
    background: #000;
    color: #fff;
    padding: 40px 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu { 
    /* width: 750px !important; */
    margin:auto !important;
    top: 70px;
}
.navbar-toggler-icon{color: #000;}
.mega-menu-box .nav_drop{
    transition: 0.2s all ease-in-out;
}
.mega-menu-box:hover .nav_drop h6 a{color: #42b975 !important;}
.mega-menu-box:hover .nav_drop h6 i{color: #42b975 !important;}
.mega-menu-box{padding: 0 0px; margin: 5px}
.mega-menu-box h6,.mega-menu-box i{font-size: 12px !important}
.difference{background-color: #d8d8d8; height: 100%; width: 1px;}
.mega-active,.mega-active .nav_drop h6 a,.mega-active .nav_drop h6 i{background-color: #42b975;color: #fff !important; border-radius: 5px}
.small-menu{top: 70px !important;min-width: 35rem;}
.theme_btn{display: flex;justify-content:center;}
.theme_btn a{padding: 5px 30px; color: #42B975;border-radius: 5px; border: 1px solid #42B975; transition: 0.2s ease;}
.theme_btn a:hover{background: #42B975; color: #fff;}
/*AROW BEGIN*/
@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(-0.4em); opacity: 0.9 }
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}

.wrapper { 
  bottom:-100px;
  left:0;
  right:0;
  position:absolute;
}
.wrapper .arrow {
  border-color:transparent;
  border-style:solid;
  border-width:30px;
  display:block;
  height:0;
  margin:10em auto;
  opacity:0.4;
  text-indent:-9999px;
  transform-origin: 50% 50%;
  width:0;
} 
.wrapper .arrow.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top:2em solid #000;
}

/*HEADER-END*/
.section_three{
    padding: 80px 0;  
    background: #F6F7FA;
}
.section_three .tabs{display: flex;justify-content: center; margin-top: 50px;
  } 
.section_three ul li{
    display: inline-block;   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}  
 
.section_three ul li a{
    padding: 10px 60px;
    background: #fff;
    color: #000;
}
.section_zero_content img{
    height: 100%;
    object-fit: cover;
}    
 .section_case{
	padding:0 0 80px 0;
	position: relative;
}  
.section_case .section_head{
	padding-bottom: 30px;
	color: #000;
} 
.section_head h1{font-size: 35px;text-transform: capitalize;} 
.section_head h1:after{
    content: '';
    background: #C5C5C5;
    display: block;
    height: 2px;    
    width:20%;
    margin:10px  auto;
}
.section_case .section_one_content p{ 
	color: #000;
	font-size: 13px;
} 
.section_zero_content img{
	height: 100%;
	object-fit: cover;
}
.section_case .section_one_content {
	background:#f5f7f9;
	padding:20px 15px; 
    height: 100%;
    display: grid;
    place-content: center;
}
.section_case .testimonial_qoate{ 
	position: relative;
	padding:15px 10px 10px 10px;
	background: #fff; 
    margin-bottom: 20px;
}
.section_case .section_one_content small{
	color: #000;
	text-align: right;
	display: block;

}
.section_case .section_case .section_one_content b{
	text-align: right;
	display: block;
}
.section_case .section_one_content h6 {
	color: #000;
	font-size: 17px;
}
.section_case .testimonial_qoate blockquote{
	font-size: 14px;
	font-style: italic;
	margin:10px 20px 0 20px;
}
.section_case .owl-theme .owl-nav.disabled + .owl-dots{
    display: none;
}
.section_case .testimonial_qoate blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    left:10px;
    color: #404040;
    font-size: 40px;
    line-height: 40px
  }
   
  .section_case .section_one_heading img{
	display: inline-block !important;
	width: 10% !important;
	vertical-align: middle;
}
.section_case .section_one_heading h5{
	display: inline-block;transition: 0.6s ease;
	vertical-align: middle;
	font-weight: bold;
}
.section_case .section_one_content h6{
	margin-top: 20px;
}
.nav_arrows{
	position: absolute;
	left:48%; 
	margin-top: 30px;
}
.nav_arrows svg{
	font-size: 15px;
	color: #000;
	transition: 0.6s ease;
	cursor: pointer;
}
.nav_arrows svg:hover{
	color: #01345B;
}
.nav_arrows .fa-arrow-right{
	margin-left: 10px;
}
.nav_arrows .fa-arrow-left{
	margin-right: 10px;
}
.indus_icon_img{
	width: 30%;
}
/*SECTION_THREE END*/

.owl-theme .owl-nav [class*='owl-']:hover{
    background: 0 !important;
    color:#01345B !important;
}
/*CAROUSEL-STYLEING END*/
/*ABOUT_US BEGIN*/
.about_us{padding: 80px 0;}
.about_content{display: grid;height: 100%;place-content: center}
.about_content,.about_content p{color: #000;}
.about_content h2 span{color: #42B975;}
.about_content h1{font-size: 55px;}
.about_content h3{font-size: 19px; font-weight: 500;}
.about_box h2{color: #000;display: block !important;}
.about_box{
    background: #fff;
    text-align: center; 
    margin: 20px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     padding: 20px 0;
     border-radius: 50px 50px 0 50px; 
     transition: 0.6s ease;
     cursor: pointer;
    }
.about_box h2{color: #000; margin: 20px 0;}
.about_box p{padding:0 10px;}
.about_image_hover{display: none;}
.about_box:hover{background: #42B975; color: #fff}
.about_box:hover .about_image{display: none;}
.about_box:hover .about_image_hover{display: block;}
.about_box:hover h2{color: #fff;}
/*ABOUT_US END*/
/*SECTION-ONE BEGIN*/ 
.section_three .section_one_content{
    display: grid;
    height: 100%;
    place-content: center;
} 
.section_three .section_one_content h1{
    color: #42B975;
    font-size: 50px;
}
.section_three .section_one_content p{
    line-height: 25px;
}
.theme_buttn {
    margin-top: 20px;
}
.theme_buttn a{
    position: relative;
    color: #fff;
    padding: 10px 30px;
}
.theme_buttn a span{color: #000;}
.theme_buttn a:hover:before{width: 100%;}
.theme_buttn a:hover span{color: #fff;}
.theme_buttn a:before{
    content: '';
    background: #42B975;
    height: 6vh;
    width: 55%;
    position: absolute; 
    left: 0;
    top: 2px;
    z-index: -1;
    transition: 0.6s ease;
}
.section_one_img{
    display: grid;
    height: 100%;
    place-content: center;
}   
/*SERVICE_SECTION BEGIN*/
.service_section{padding: 80px 0;}
.section_head h4{font-size: 32px;}
.section_head h6{font-size: 15px;color: #42B975;}
.service_box{min-height: 200px; padding:20px 20px 0 20px; margin: 20px; background: #fff;border-radius: 10px;border: 2px solid #707070;}
.service_icon {width: 27%;margin:0 5px 0 -50px;}
.service_icon,.service_box_content{display: inline-block; vertical-align: middle;}
.service_box_content{width:86% ;}
.service_box_content h6{font-size: 15px; font-weight: bold;}
.service_box_content p{font-size: 13px;}
/*SERVICE_SECTION BEGIN*/
/*SECTION-TWO BEGIN*/
.section_two{
    padding:80px 0;
    background: #F6F7FA;
}
.section_head{
    text-align: center;
    margin-bottom: 20px;
}
.industries_icon{
    text-align: center;
    transition:0.6s all; 
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
}
.industries_icon img{margin-bottom: 10px;} 
.industries_icon:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.business_box{
    padding:10px;
    border-radius: 10px;
    margin: 20px 10px;
    position: relative;
    cursor: pointer;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ser_num{
    background: #fff;
    position: absolute;
    display: grid;
    place-content: center;
    width:20%;
    height: 60px; 
    padding:20px ;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    text-align: center;
    left: -20px;
}
.ser_num h6{
    margin-top: 10px;
}
.business_box:hover .business_icon img{
    transform: rotate(360deg);
}
.business_icon{
    margin: 20px 0; 
}
.business_icon img{ 
    transition: 0.6s ease;
    -webkit-transform: rotate(0deg);
}
.business_box_content{  
    text-align: center; 
    min-height:130px;
}
.business_box_content h6{font-size: 17px;}
.business_box_content p{
    font-size: 13px;
    color: #787272;
    line-height: 25px;
    padding: 0 30px;
}
/*SECTION_TWO END*/
/*STARTUP  BEGIN*/
.work_box,.work_box p{color: #fff; line-height: 25px;}
.work_box h1{font-size: 36px;}
.work_box{display: grid;height: 100%;place-content: center;text-align: left;}
.start_up_box{background: #fff;border-radius: 10px;padding: 20px 0;margin-top: 20px;}
.startup_icon,.startup_content{display: inline-block; vertical-align: middle;}
.startup_icon{width: 25%;}
.startup_content{width: 68%;text-align: left;}
.startup_content p{font-size: 12px;}
/*STARTUP  END*/
/*partnership_sec  BEGIN*/
.modal{z-index: 99999 !important; overflow: hidden;}
.partnership_sec{
    padding: 80px 0;
    text-align: center;
    background: url(../images/part_ner.jpg)no-repeat center;
    background-size: cover;
}
.model_partner{
    color: #fff;
    display: grid;
    place-content: center;
    height: 100%;
}
.model_partner p{color: #fff;}
.model_box{
    background: #fff;
    color: #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 20px 10px;
    min-height: 470px;
}
.model_icon {
    margin: -80px auto 20px auto;
    width: 45%;
}
.model_box p{font-size: 13px;}
.model_box p,.model_partner p{line-height: 25px;}
.model_box h5{font-weight: 700;font-size: 20px;}
/*partnership_sec  END*/
 
/*DEMAND_PAGE*/ 
.page_banner{
	height: 100vh;
	background: url(../images/banner_back.jpg)no-repeat top right;
	background-size: contain;
	background-color:#42b975;
	color: #fff;    
    font-family: 'Oswald', sans-serif ;
	background-attachment: fixed;  
}
.pro_name{text-transform: capitalize;}
.banner_main{display: grid;height: 100vh;place-content:center; padding: 20px;  
 }
.banner_main h1{font-size: 115px;position: relative;margin-top: -30px;}
.banner_main h1:after{animation: moveline 2s infinite alternate-reverse; display: block; width: 70%;height: 2px; background:#000;content: ''; transition: 0.6s ease;position: absolute;left: 0;}

@keyframes moveline{
    from {
        width: 70%;
    }
    to{
        width:100%;
    }
}
.banner_main h1:after
.banner_main h2{font-size: 72px;font-weight: normal;}
.banner_main h2 span,.banner_main h1 span{color:#000;}
.banner_main h2 b{font-weight: normal;display: block; margin-top: -10px}
.banner_main h5{font-weight: lighter; margin-top: 30px;  }
.banner_main h5 span{color: #000;}
/*SIDE_BARZ*/


.page_banner a {
    color: #a2ed56;
}

.page_banner a:hover {
    color: #83e4e2;
    text-decoration: none;
}

.page_banner .container {
    margin: 0 auto;
    max-width: 80em;
}

.page_banner main .container {
    padding: 1em;
}

.page_banner p {
    margin-left: auto;
    margin-right: auto;
    max-width: 40em;
}

.page_banner .screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}



/************************************************/
/****************** NAVIGATION ******************/
/************************************************/
.page_banner nav {
    background:transparent;
    color: #fff;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/*** INPUT ***/
.page_banner nav input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*** LABEL ***/
.page_banner nav label {
    cursor: pointer;
    display: block;
    font: 2em/1 'Oswald', sans-serif;
    padding: 0.5em;
}

/* Hamburger Icon */
.page_banner #menu-icon,
.page_banner #menu-icon:before,
.page_banner #menu-icon:after {
    background: #fff;
    border-radius: 0.05em;
    height: 4px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    width: 40px;
}
.slide_menu{text-align: right;margin-right:50px;}
.page_banner #menu-icon{
	width: 50% !important;
	background:#000;
	top: 50px;
}
.page_banner #menu-icon {
    display: inline-block;
    margin: 0.4em 0;
    max-width: 1em;
    position: relative;
} 
.page_banner #menu-icon:before,
.page_banner #menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

.page_banner #menu-icon:before {
    top: -0.3em;
}

.page_banner #menu-icon:after {
    bottom: -0.3em;
}

/* Close Icon */
.page_banner nav input[type=checkbox]:checked + label #menu-icon {
    background: transparent;
}

.page_banner nav input[type=checkbox]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

.page_banner nav input[type=checkbox]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}


/*** MENU ***/
/* Overlay */
.page_banner nav input:checked ~ #overlay {
    background: transparent;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}

/* List */
.page_banner nav ul {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.page_banner nav input:checked ~ ul {
    margin: 1em;
    max-height: inherit;
    opacity: 0.8;
    text-align: right;
    padding:20px 50px 0 80px;
}

.page_banner nav ul > li {
    margin: 0.5em 0;
}

.page_banner nav ul a {
    color: #fff!important;
    text-decoration: none;
}
 
/* Social Media */
.page_banner nav ul#social-media > li {
    display: inline-block;
    font-size: 1.5em;
    margin: 0.5em;
}
/*PROCESS_FLOW BEGIN*/
.industry_section{
    padding: 80px 0;
    text-align: center;
    background: #F6F7FA;
}
.industry_section h2{
    margin-bottom: 30px;
} 
.industry_card{
    color: #000;
     margin-top: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    position: relative;
    transition: 0.6s ease;
    padding:10px 20px ;
    line-height: 25px;
    background: #fff;
}
.industry_card_img{width: 20%;margin: 10px auto 20px auto;}
/*PROCESS_FLOW END*/
/*FEATURE_BEGIN*/
.feature_sec{
    padding: 80px 0;
    text-align: center;
} 
.feature_box{
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 400px;
    margin-top: 30px;
}
.feature_head_one{background: #73FFD6;}
.feature_head_two{background: #9FC1FF;}
.feature_head_three{background: #FF97A3;}
.feature_head_four{background: #9AD9FF;}
.feature_head_five{background: #A4D0E7;}
.feature_head_six{background:#FFC6E3;}
.feature_head_seven{background: #FFD7AE;}
.feature_head_eight{background: #ACC0E9;}
.feature_head{
    padding: 30px 0 50px 0;
    color: #fff;
}
.feature_head  h6{color: #fff;font-weight: bold;text-transform: capitalize;}
.feature_icon{
    margin-top: -50px;
}
.feature_box p{
    padding: 20px;
    line-height: 25px;
}
/*FEATURE_END*/
/* PRODUCT_PAGE BEGIN  */
.product_engr{padding: 80px 0;}
.product_engr_content{
    height: 100%;
    place-content: center;
    display:grid;
}
.product_engr_two{
    background: #efefef;
    padding: 20px;
    border-left: 2px solid grey ;
    border-radius: 10px;
    margin-top: 10px;
}
.product_engr_img{
    position: relative;
}
.product_engr_img img{
    width: 80%;
}
.product_engr_img_two,.product_engr_img{
    position: relative;
    display: flex;
    justify-content: center;
}
.product_engr_img_two::after{
    content: "";
    position: absolute;
    background: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 200px;
    background-size: 100% auto;
    bottom: -80px;
    z-index: 1;
    left: -30px;
    transform:translate(-50%, 50%) scaleX(-1);
}
.product_engr_img.product_engr_last:after{display: none;}
.product_engr_img:after{
    content: "";
    position: absolute;
    background: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 200px;
    background-size: 100% auto;
    bottom: -100px;
    z-index: 1;
    left: 100%;
    transform: translate(-50%, 50%);
}
/*SVG_ANIMATION BEGIN*/
.svg_animation{ 
    margin-top: 30px;
}
#Gair{
    animation: spin 5s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes spin{
    0%{
        transform: rotate(0deg) ;
    }
    100%{
        transform: rotate(360deg) ;
    }
}
#Red_Line{
    animation: animate 1s linear infinite alternate-reverse ;
    transform-box: fill-box;
}
#Orange_Line{
    animation: animate-Blue 1s linear infinite alternate-reverse ;
    transform-box: fill-box;
}
#Blue_Line{
    animation: animate 1s linear infinite alternate-reverse ;
    transform-box: fill-box;
}
@keyframes animate{
    0%{transform: translateX(0%); }
    50%{transform: translateX(50%);}
    100%{transform: translateX(100%);}
}
@keyframes animate-Blue{
    0%{ transform: translateX(10%); }
    50%{transform: translateX(45%);}
    100%{transform: translateX(90%);}
}
/*SVG_ANIMATION END*/
/*TESTIMONIALS BEGIN*/
.testimonial_qoate{
    padding: 20px;
} 
.section_case .owl-theme .owl-nav.disabled + .owl-dots{   
     display: none;
}

.section_case .section_one_heading img{
	display: inline-block !important;
	width: 10% !important;
	vertical-align: middle;
}
.section_case .section_one_heading h5{
	display: inline-block;transition: 0.6s ease;
	vertical-align: middle;
	font-weight: bold;
}
.client_testimonial{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    color: #000;
    line-height: 24px;
    background: #fff;    
}
.img_box{
    width: 20%;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    position: sticky;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*TESTIMONIALS END*/

      /*FOOTER_BEGIN */ 
.digitalelliptical_logo{width: 37%;
    margin-top: 20px;}
    
.itemscope{
    display:none;
}
      .footer-area {
        padding: 80px 0 30px 0; 
        background:#1c5233;      
        color:#fff; 
      }  
      .footer-area li a{font-size: 13px;}
      .footer_three_end_content p a{color: #fff;}
      .footer_three_content h6{font-weight: 700;margin-bottom: 20px;}  
      .footer_three_content ul li{margin-bottom: 10px;}
      .company_btn{font-weight: bold;width: 80%; display: inline-block; margin: 10px 0; font-size: 13px;  color: #000 !important;border-radius: 5px;background:#fff;transition: 0.6s ease; padding: 15px 30px; }
      .company_btn img{width:12%;margin-right: 10px;} 
      .company_btn:hover{background: #42b975 ;color: #fff !important; }
      .footer {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
      }
      .single-footer {
        width: 230px;
      }
      .single-footer:first-child {
        width: 400px;
      }
      .single-footer h4 {
        text-transform: capitalize;
        font-size: 22px;
        margin-bottom: 20px;
      }
      .footer-social a {
        color: #fff;
        border: 1px solid #fff;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        margin-right: 10px; 
      }
      .footer-social a svg{
          margin-top: 10px;
      }
      .footer-social {
        margin-top: 20px;
      }
      .single-footer ul {
        list-style: none;
      }
      .single-footer ul li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
      }
      .single-footer ul li a {
        color: #fff;
        text-transform: capitalize;
        text-decoration: none;
      }
      .single-footer ul li a svg {
        position: absolute;
        left: 0;
        top: 5px;
      } 
      .copy {
        text-align: center;
        text-transform: capitalize; 
        background: #42b975;
        padding: 10px 0 5px 0;
      }
      .testimonial_section{
          padding:50px 0 80px 0;
      }
      .client_testimonial{
          background: #ECECEC;
          padding: 20px;
          border-radius: 10px;   
          margin: 20px 0;
        }
    .client_img{
          width: 30%;
          margin:0 auto -50px auto;  
      }
      .client_content{
          min-height: 200px;  
          display: grid;
          place-content: center; 
          padding: 30px 0;
          text-align: center;
      }
      .client_content h1{font-size: 30px;padding: 20px 0;}
      /*FOOTER_END*/
      /* CAROUSEL BEGIN */
 
/*CAROUSEL-STYLEING END*/
/*MOBILE_DEVELOPMENT BEGIN*/
.main_banner{ 
  background: url(../images/mobile_dev.jpg)no-repeat center; 
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}
.mobile_banner{height: 100vh;display: grid;place-content: center;text-align: center; color: #fff;}
.mobile_banner h1{text-transform: capitalize;}
 .mobile_banner h1 span{display: block;}
/*MOBILE_DEVELOPMENT END*/ 
/*   OVERVIEW_SECTION BEGIN  */
.overview_section,.custom_section,.cross_app,.technolgy_tabs{
    padding: 80px 0;
}
.overview_section .section_head h1{
    font-size: 45px;
    text-transform: uppercase;
    color:  #42B975;
}
.overview_section .section_head{
    padding-bottom: 20px;
}
.overview_section .section_head h1:after{
    content: '';
    background: #000;
    display: block;
    height: 5px;    
    width:20%;
    margin: auto;
}
.overview_content{display: grid;height: 100%;place-content: center;}
/*   OVERVIEW_SECTION END  */
/*CUSTOMIZED_SECTION BEGIN*/
.custom_section .section_head h4{color: #42B975;font-size: 25px; }
.custom_section .section_head h1 .prog_lang{color: #42B975;}
.custom_section .section_head p{padding: 20px 0;}
.section_head p span{display: block;}
/*CUSTOMIZED_SECTION END*/
/*APP_DEVELOPMENT BEGIN*/
.app_development{
    padding: 80px 0;
    background:linear-gradient(to bottom, rgb(18 41 40 / 18%), rgb(255 255 255 / 65%)),url(../images/app_bottom.jpg)no-repeat center bottom;
    background-color: #F5F5F5;
    background-size: cover;
}
.app_value{text-align: left;color: #000;height: 100%;display: grid;place-content: center; position: relative; padding: 0  50px 0 0;}
.app_value:after{display: block;content:'';height: 500px; width: 2px; background:#000; border-radius: 50%; position: absolute; right: 0; }
.app_value h5,.app_value h1 span,.app_detail h1 span{color: #42B975;}
.app_value h1:after{margin: 10px;}
.app_value h1{font-weight: 800;}
.app_value h5{font-size: 24px;font-weight: 600;color: #fff;}
.app_detail{height: 500px; overflow-y: scroll;overflow-x: hidden;}
.app_detail::-webkit-scrollbar-track{
    background-color: transparent;
}
.app_detail::-webkit-scrollbar{
    width: 10px; 
}
.app_detail::-webkit-scrollbar-thumb{
    background: hsla(0, 0%, 53.3%, 0.4);
    border-radius: 50px;
} 
.app_detail h1{font-size: 25px;color: #000; }  
.app_detail .row{margin-top: 20px;}
/*APP_DEVELOPMENT BEGIN*/
/*CROSS_APP BEGIN*/
.cross_app_content{display: grid;height: 100%;place-content: center;}
.cross_app_content h4{color: #42B975;font-size: 20px;}
.cross_app_content h1{font-size: 35px;}
.cross_app_content p{padding: 20px 0; line-height: 25px;}
.cross_app_content .theme_btn{justify-content: flex-start;}
.android_box{position: relative; background:#E4E4E4 ; width: 450px; padding:20px; margin-left: auto;}
.android_icon,.android_content{display: inline-block;vertical-align: middle;}
.android_icon{width:14%;margin-right: 20px; }
.android_content{width: 80%; }
.android_content h1{font-size: 20px;}
.android_box:after{
content:'';
position: absolute;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0, 95% 0);
background: #E4E4E4;
height: 50px;
width: 50px; 
display: block;
bottom: -48px;
right: 0;
}
.ios_box:after{
    left: 0;
    right: auto;
    clip-path: polygon(0 0, 0 100%, 100% 0, 100% 0, 0 0);
} 
.ios_box::before{
    left: -80px; 
    bottom: -50px;position: absolute; content:'';width: 50px; height: 50px; border-radius:50px;background: #42b975; display: inline-block;}
.tablinks.active{position: relative;background: #42B975;color: #fff;}
.tablinks{background: #F5F7F9;border-bottom: 2px solid #42B975; } 
.tablinks.active:after{content: '';height: 30px;position: absolute;right: -30px; display: inline-block; width: 30px;clip-path: polygon(100% 50%, 0 0, 0 100%);background: #42B975;}
.technolgy_tabs .tab h6{font-weight: bold;font-size: 22px; padding: 20px 30px; cursor: pointer;}
/*CROSS_APP END*/
/*banner_case BEGIN*/
.banner_case{
    background: url(../images/case_banner.jpg) no-repeat right;
    background-size: cover; 
    margin-bottom: 80px; 
}
.read_case_study{padding: 30px 0; display: grid;height: 100%;place-content:center ;}
.read_case_study h6{color: #42B975;}
    .case_head{height: 100%; margin-left: auto;width: 200px; display: grid;place-content:center;background: #42B975;}
.case_head h1{margin:80px; transform: rotate(90deg);color: #fff;text-transform: uppercase;}
.read_case_study h1{color: #fff;font-size: 40px;}
/**/
.strategic_section{
    padding: 80px 0;
    text-align: center;
}
.strategic_section .section_head{
    padding-bottom: 40px;
}
.strategic_section .section_head p{padding: 20px 0;}
.strategic_section h1{
    font-size: 26px;
    margin-top: 10px;
    font-weight: 500 !important;
} 
.strategic_section .tab-pane h2{  
    color:#DEDEDE;
    margin-right: 20px;
    width: 55px;
    font-weight: 600 !important;
}
.nav-tabs .nav-link{font-size: 18px; color: #000;padding: 10px 50px;}
.nav-tabs .nav-link.active{border-bottom:2px solid  #42B975; color: #000;} 
.nav-tabs .nav-link{border: 0;}
.tab-content .container{padding-top: 50px;}
/*FULL_STACK BEGIN*/
.full_stack_banner{
    background: url(../images/full_stack.jpg)no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.full_stack_development{
    background: linear-gradient(to right, #42B975 50%,#fff 50%);
    padding: 80px 0 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 
.notebook_mockup{padding-top: 50px;}
.full_stack_development .app_value h1{color: #fff;}
.full_stack_development .app_value h1 span{color: #000;}
.full_stack_development .app_value:after{display: none;}
.full_stack_case{background: #3FA36A;}
/* about_feature */
.about_feature,.shape_vision{background: #F5F5F5;}
.about_feature .feature_head{min-height: 150px; padding: 50px 0;}
/* our_vision BEGIN */
.our_vision,.shape_vision{
    padding: 80px 0; 
    position: relative; 
    margin: 50px 0;
}
.vision_content {padding: 20px;}
.vision_content h1{font-size: 40px; }
.vision_content.vision_two{ color: #fff;}
.vision_content.vision_two:before{
    background-color: #42B975;
    content:'';
    display: inline-block;
    width: 50%;
    border-radius: 50px 0 0 50px  ;
    height: 100%; 
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
}
.shape_content h1{font-size: 35px;text-transform: capitalize;}
.shape_content{padding-right: 50px; display: grid;height: 100%; place-content: center;}
.shape_content h1 span{color: #42b975;}
.shape_content p{line-height: 30px;}
.shape_content .theme_btn{justify-content: flex-start; margin-top: 20px;}
.shape_vision .business_box .business_box_content{min-height: auto; text-align: left; width: 90%; margin-left: auto;padding: 0 20px;}
.shape_vision .ser_num{height: 100px; width: 100px;left: -50px; }
.shape_vision .business_box_content p{padding: 10px 0 0 0;}
.shape_vision  .business_box{padding: 30px 0;}
.shape_vision .ser_num h6{font-size: 40px; font-weight: bold;color: #787272;}
/* our_vision END */
.contact_section .section_form form input{
	display: inline-block; 
	outline: 0;
	border: 0;
	margin-bottom: 10px;
	padding: 10px 5px;
	width: 45% !important; 
	background: 0;
	border-bottom: 1px solid #ced4da;
} 
.contact_section .section_form form input::placeholder,.port_contact form input::placeholder,.contact_section .section_form textarea::placeholder{ 
    transform-origin: left;
    transform: scale(1.2);
    transition: 0.6s ease; 
}
.contact_section .section_form form input:focus::placeholder,.port_contact form input:focus::placeholder,.contact_section .section_form textarea:focus::placeholder{
    transform: scale(1.0);
} 
.contact_section{padding: 80px 0;}
.contact_section .section_head{text-align: left;}
.contact_section  .corp_address{display: grid; height: 100%;place-content: center}
.contact_section  .corp_adress_one{background: #f5f7f9; padding: 50px;}
.contact_section .section_head h1 span{color: #42b975;}
.contact_section  .corp_address small{color: #000;font-weight: bold; display: block;font-size: 14px;padding: 5px 0;}
.contact_section  .corp_address a{display: block; font-size: 15px;color:#000;transition: 0.6s ease;}
.contact_section  .corp_address a:hover{color: #000;}
.contact_section .section_head h1:after{margin: 10px 0;}
.contact_section .section_form form input[type='submit'],.port_contact form input[type='submit']{ margin-top: 30px;padding: 5px 30px; color: #42B975;border-radius: 5px; border: 1px solid #42B975; transition: 0.6s ease;}
.contact_section .section_form form input[type='submit']:hover,.port_contact form input[type='submit']:hover{background: #42B975; color: #fff;}
.contact_section .section_form textarea{
	display: block;
	width:95%;
	border-radius: 5px;
    overflow-x: hidden;
	outline: 0;
	border: 0; 
	padding:  10px;
    margin-top: 10px;
	background: 0;
	border-bottom: 1px solid #ced4da;
}  
.contact_seven{display: grid;height: 100%;place-content: center;   }
/* */
.ecomerce_banner{
    background: url(../images/ecomerce.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.modal-backdrop.show{opacity: 0;}
.modal-backdrop{position: inherit;}
.modal-dialog{max-width: 100%; top: -30px; }
.modal-body{height: 100vh;}
.modal-body .contact_section{padding: 0;}
 #home_phone{margin-left: 50px; width: 65%;} 
.footer_three_content ul li a{color: #fff;}
/* PORTFOLIO_ */
.mobile_port_banner{padding: 80px 0;}
.portfolio_ban_content,.social_bar{
    display: grid;
    height: 100%;
    place-content: center;
}
.portfolio_ban_content .theme_fade_head h6{color: #42b975;}
.h2-heads{font-size: 30px;}
.h3-heads{font-size: 30px;}
.h3-heads2{font-size: 19px !important;padding: 20px 0 !important;}
.h4-heads{font-size: 20px;margin: 20px 0;}
.social_bar ul li{margin-bottom: 20px;}
.social_bar ul li a svg{font-size: 25px;color: #000;}
.social_bar ul li a{position: relative;} 
.social_bar ul li a:hover:before{width:50px; transition: 0.4s ease;}
.social_bar ul li a:hover svg{color: #fff;}
.social_bar ul li a:before{ content:''; background: #42b975;top: -15px; height: 40px; width:0; display: inline-block;position: absolute;border-radius:0; left: -12px;z-index: -1;border-radius: 0 50px 50px 0; }
.portfolio_ban_content .theme_btn,.hire_content .theme_btn{
    justify-content: flex-start;
}

.portfolio_ban_content h6{color: grey;}
.portfolio_ban_content p,.theme_fade_head p{padding: 15px 0 ; font-size: 15px;}
.portfolio_ban_content a[href='index.php#portfolio']{
    display: inline-block;
    margin-left: 30px;
}
.hire_content{
    padding: 20px;
    margin-left:30px;
    display: grid;
    height: 100%;
    place-content: center;
}
.hire_content p{line-height: 25px; padding: 10px 0;}
.hire_content h1{font-size: 40px;}
.theme_fade_head{text-align: center; margin-bottom: 30px; padding: 10px 30px;border-radius: 5px; background: #E6F9EF; color: #42b975; display: inline-block; width: 41%;}
.theme_fade_head h6{margin-bottom: 0;}
 /*  */
 .provided_features{padding: 80px 0 20px 0;}
 .provided_content{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:50px 30px;  
    border-radius: 5px;
    transition: 0.6s ease;
    margin-top: 30px;
    background: #fff; 
 } 
 .provided_features .theme_fade_head{width: 20%;}
 .provided_content.provided_back{position: relative;}
 .provided_content p{font-size: 12px;}
 .provided_content.provided_back:before{
     content: ''; 
     width: 270px;
     height: 280px;
     position: absolute;
     background: url(../images/back_serve.png);
     display: inline-block;
     right: -100px; 
     bottom: -60px;
     z-index: -1;
}
 .provided_content:hover  p svg{color: #fff;}
 .provided_content .theme_portfo{margin-top: 30px;}
 .theme_portfo a{color: #fff; padding: 10px 30px; background: #42b975;}
 .theme_portfo a:hover,.provided_content:hover  .theme_portfo a{background: #fff; color: #42B975}
 .theme_portfo a:hover svg,.provided_content:hover .theme_portfo a svg{color: #42B975;}
 .theme_portfo a svg{color: #fff; margin-left: 20px;}
 .provided_content .img_hover_pro img{display: none;}
 .provided_content:hover img{display: none;}
 .provided_content:hover .img_hover_pro img{display: block;}
 .provided_content:hover{background: #42B975; color:  #fff;}
 .provided_content:hover .provided_content  .theme_buttn a:before{background: #fff;}
 .provided_content h1{
     font-size: 19px;
     padding: 20px 0;
 }
 .trendy_box{margin-top: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: all 0.3s linear}
 .trendy_box img{width: 100%;height: 300px; object-fit:cover;}
 .provided_content p svg{font-size: 20px; color: #42B975; margin-left: 20px;} 
 .trendy_box h1{font-size: 20px; margin: 20px 0;}
 .trendy_box i{color:#42b975;}
 .trendy_content{
     padding: 50px 15px; 
     border-radius: 5px;
/*     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
     background: #fff;
     min-height: 470px;
}
.trendy_content img{height:auto;object-fit:auto;width:auto;}
.trendy_content a,.blog_multiple_content a{color: #42B975;font-size: 14px;}
.trendy_content p{margin-top: 30px; }
.trendy_content svg,.blog_multiple_content svg{margin-left: 15px;   animation:  move_arrow 1s infinite alternate-reverse;}
@keyframes move_arrow{
    from{
        margin-left: 15px;
    }
    to{
        margin-left: 5px;
    }
}
.provided_features .theme_btn{justify-content: center; margin-top: 60px;}
/*  */
.port_contact {padding: 80px 0;background: url(../images/form_back.png)no-repeat top center;
    background-size: contain;
}
.port_contact .theme_fade_head{width: 20%;}
.port_contact form{margin-top: 50px;}
.port_contact form input,.port_contact form select{display: inline-block;margin-bottom: 20px; width: 45%;padding:10px 20px; border-radius: 5px;outline: 0; border:2px solid grey;}
.port_contact form select,.port_contact form input[type='email']{margin-left: 25px;}
.port_contact form textarea{width: 92.5%; padding: 20px; min-height: 150px; border-radius: 5px;outline: 0; border:2px solid grey;}
.port_contact form input[type='submit']{border: 2px solid #42B975; padding:15px 30px;background: #fff; margin:20px  auto; width: 20%; display: flex; justify-content: center;}
#portPhone,#contact_phone{width: 100%;} .iti{width: 45%;} 
#contact_phone{padding-right: 6px;
    padding-left: 52px;
}
.contact_section .section_form form input[placeholder="skype"],.contact_section .section_form form input[placeholder="E-mail"]{
    margin-left: 5%;
}
/*RECENT*/
.recent{padding: 50px 0;}
 .recent .theme_btn{
     justify-content: center;
     margin-top: 50px;
 }
  .recent-top {
    text-align: center;
  }
  
  .recent-top h3 {
    font-weight: 600;
    color: #42b975;
  }
  
  .recent-top ul {
    margin-top: 20px;
  }
  
  .recent-top ul li {
    display: inline-block;
    margin-left: 25px;
  }
  
  .recent-top ul li a {
    color: #000;
    font-size: 14px;
  }
  
  .recent-top ul li a::after {
    content: '';
    width: 0%;
    height: 2px;
    display: block;
    bottom: 0;
    transition: 0.3s;
    background-color: #42b975;
    margin: 0 auto;
  }
  
  .recent-top ul li a:hover {
    text-decoration: none;
  }
  
  .recent-top ul li a:hover::after {
    width: 100%;
  }
  
  .recent-box {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  
  .recent-box-inner img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 5s cubic-bezier(1, -0.12, 0.3, 1.02);
  }
  
  .recent-box:hover .first-img img {
    top: -245%;
  }
  
  .recent-box:hover .second-img img {
    top: -220%;
  }
  
  .recent-box:hover .third-img img {
    top: -162%;
  }
  
  .recent-box:hover .four-img img {
    top: -180%;
  }
  
  .recent-box:hover .five-img img {
    top: -250%;
  }
  
  .recent-box:hover .six-img img {
    top: -250%;
  }
    .recent-box:hover .seven-img img {
    top: -250%;
  }
  
  .recent-box:hover .eight-img img {
    top: -180%;
  }
  
  .recent-box:hover .nine-img img {
    top: -290%;
  }
  
  .recent-box:hover .ten-img img {
    top: -290%;
  }
  
  .recent-box:hover .eleveen-img img {
    top: -180%;
  }
  
  .recent-box:hover .twelve-img img {
    top: -150%;
  }
    .recent-box:hover .thirteen-img img {
    top: -140%;
  }
  
  .recent-box:hover .fourteen-img img {
    top: -150%;
  }
  
  .recent-box:hover .fifteen-img img {
    top: -240%;
  }
  
  .recent-box:hover .sixteen-img img {
    top: -290%;
  }
  
  .recent-box:hover .seventeen-img img {
    top: -140%;
  }
  
  .recent-box:hover .eighteen-img img {
    top: -210%;
  }
  .recent-box:hover .nineteen-img img {
    top: -350%;
  }
  .recent-box:hover .twenty-img img {
    top: -230%;
  }
    .recent-box:hover .t1-img img {
    top: -190%;
  }  .recent-box:hover .t2-img img {
    top: -230%;
  }  .recent-box:hover .t3-img img {
    top: -150%;
  }  
  /*.recent-box:hover .t4-img img {*/
  /*  top: -150%;*/
  /*}  */
  .recent-box:hover .t5-img img {
    top: -180%;
  }  .recent-box:hover .t6-img img {
    top: -200%;
  }  .recent-box:hover .t7-img img {
    top: -220%;
  }
   .recent-box:hover .t8-img img {
    top: -315%;
  }
  /* PORTFOLIO FOOTER */
  .footer_port{
      padding: 80px 0 40px 0;
  }
  .port_logo{
      margin-right: 50px;
      display: grid;
      height: 100%;
      place-content: center;
  }
  .port_logo h1{font-size: 40px;color: #000;padding: 20px 10px; text-transform: capitalize;}
  .port_logo h1 span{background: #42b975; color: #fff; border-radius: 5px;padding: 0 10px;}
  .port_sub_foot h6{color: #42B975;margin-bottom: 20px;}
  .footer_port h4{padding-bottom: 40px;}
  .port_sub_foot ul li a{color: #000;}
  .port_sub_foot ul li{margin-bottom: 10px;}
  .footer_copy{border-top: 2px solid #707070; text-align: center;padding-top: 20PX; color: #000;} 
  #myBtn{
      background: #42B975;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      outline: 0;
      border: 0;
      position: fixed;
      bottom: 20px;
      left: 20px;
      color: #fff; 
  }
  .work-process {
    max-width: 500px;
    margin: 50px auto;
}
.work-process h3 {
    margin: 30px 10px 10px;
    font-size: 25px;
}
.project-bar {
    height: 18px;
    background: #e0e0e0;
    border-radius: 30px;
}
.project-percent {
    height: 18px;
    background-color: #42b975;
    border-radius: 30px;
    position: relative;
    width: 0;
    transition: 2s linear;
}
.project-percent::before {
    content: attr(percent);
    position: absolute;
    right: 0px;
    left: 0px;
    padding: 1px 0px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 25px;
    font-weight: bold;
    width: 20px;
    margin: 0px auto;
}
.expertise{
    padding: 80px 0 40px 0;
}
.expertise .section_head{text-align: left;}
.section_head h1 span{color: #42B975;}
.expertise .section_head .theme_fade_head {
    width: 10%;
    text-align: center;
}
.professional_services .section_head p{padding: 20px 0; line-height: 30px;}
.expertise .section_head h1:after{margin: 10px 0;}
 
.progress-bar { 
    height: 5px;
    background: #42b975;
    position: absolute;
  }
   
  h1.count{
      font-size: 28px;
      font-weight: bold;    
    color: #000;
  }
  .progress_main{
      background: #CFF2DF; 
      display: block;
      height: 5px; 
      width:100%;  
    position: relative;
  }
  .our_prog_content h3{
      font-size:22px;
      margin: 15px 0 10px 0;
  }
  .our_prog_content h6{font-size: 16px;color:#686868;}
  .our_prog_content{ 
      margin-bottom: 50px;
      position: relative;
  }
  .our_progress{padding: 50px 0;}
  .prog_box{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: grid;
    place-content: center;
}
.industries_icon img{
    width: 50%;
    padding: 13px;
}
/* .portfolio_ban_content img{
    width: 70%;
    
} */
.mainimg{
    width: 100% !important;
}
.mainimg1{
    width: 70%;
}
.portfolio_ban_content{
    justify-content: center;
}
.prog_box .prog_round{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: grid;
    place-content: center;
    border: 5px solid #42b975 ;
    position: relative;
    text-align: center; 
}
.prog_box{margin: 10px auto;}
.prog_box .prog_round h1{
    font-size: 15px;
    font-weight: 400;
} 
.portfolio_ban_content h1 span{color: #42b975 ;}
.testimonials_qoute{padding: 50px 20px;text-align: center; margin: 20px 0;
border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.qout_icon{width: 10%;margin: auto;}
.testimonials_qoute p{line-height: 30px;}
.testimonials_qoute h6{font-weight: 700;font-size: 24px;}
.testimonials_section{padding: 20px 0; position: relative;} 
.owl-carousel .owl-nav button.owl-prev{width: 50px; height: 50px;border-radius: 50%; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);top: 50%;position: absolute;left: 8%;
}
.owl-carousel .owl-nav button{outline: 0;border: 0;}  
.owl-carousel .owl-nav button.owl-next{top: 50%;position: absolute;right: 8%;width: 50px; height: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);border-radius: 50%;}
/* .owl-carousel .owl-nav button.owl-prev,, .owl-carousel button.owl-dot */
/*MAP_SECTION BEGIN */
.map_section{padding: 50px 0;} 
.animate_btn a{
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 250px;
    text-align: center;
    transition: 0.6s ease;
    border-radius: 5px;
}
.animate_btn a:before{
    content: '';
    position: absolute;  
    width: 0;
    top: 0;
    border-radius: 5px; 
    height: 100%;
    background: #42b975;
    transition: 1s ease;
    left: 0;
    z-index: -1;
}
.animate_btn a:hover:before{
width:100%;
}
.animate_btn a:hover .text_1{
    display: none;
}
.animate_btn a:hover .text_2{
    display: block;
}
.animate_btn a .text_2{
    display: none;
}
.animate_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.about_banner{
    height: 500px;
    text-align: center; 
    background: linear-gradient(to bottom, rgb(18 41 40 / 75%), rgb(19 12 12 / 65%)),url(../new_img/banner_about.jpg)no-repeat center bottom; 
    background-size: cover;
    background-attachment: fixed;
}
.about_content{
    height: 500px; 
    display: grid;
    place-content: center;
}
.about_banner h1,.about_banner h3{color: #fff;}
.about_banner h1 span{color: #0FBF61;}
.about_sec_one,.about_meet,.about_founder{padding: 80px 0;}
.about_founder{background: #f4f4f4;margin-bottom: 50px;}
.about_content_two{  padding: 50px 30px; line-height: 30px;}
.about_content_two h6{line-height: 35px; color: #686868;}
.about_sec_one .section_head h1 span{color: #42b975;}  
.about_counter {text-align: center; border: 1px solid #707070;margin: 50px 0; }
.about_counter_content{ padding: 50px 0;}
.about_counter_content.about_counter_two{border-right: 1px solid #707070; border-left: 1px solid #707070;}
.about_counter_content.about_counter_three{border-right: 1px solid #707070;}
.about_counter h1{color: #000;font-size: 25px; }
.about_counter h2{color:  #42b975;font-size: 40px;} 
.meet_method h1{font-size: 40px;color: #000;}
.meet_method {display: grid;height: 100%;place-content: center;}
.meet_method h1 span{color:  #42b975;}
.meet_process{padding: 30px;}
.meet_process p{margin-top: 20px;}
.about_meet,.our_design{padding: 80px 0;}
.our_design{background:#F5F7F9;}
.founder h1{font-size: 35px;}
.founder h1 span{color: #707070;display: block;font-size: 22px;}
.founder p{padding-top: 20px;}

button.confirm{
    background-color: #42B975 !important;
}
/* OUR_DESSIGN BEGIN */
.design_box{
    min-height: 290px;
    background: #fff;
    text-align: center;
    padding:30px 20px;
    border-radius: 10px;
    margin-top: 50px;
}
.design_box img{
    width: 14%;;
}
.design_box h6{padding: 20px 0;font-weight: bold;}
.our_sec_design{padding: 80px 0;}
/* unique_sale BEGIN */
.unique_sale{
    padding: 80px 0;
    background: #CCF2DD;
}
.unique_sale h1{font-size: 25px;}
.unique_sale p{line-height: 30px;padding-top: 20px;}
.our_selling{
    display: grid;
    place-content: center;
    height: 100%;
}
.our_unique_selling{
    padding:20px 20px 10px 20px;
    background: #fff; 
    border-radius: 20px;
    margin-top: 30px;
    min-height: 240px;
}
.our_unique_selling img{
    display: grid;
    place-content: center;
    height: 100%;
    object-fit: contain;
    width: 75px;
}
.mobile_strategy{
    padding: 80px 0;
    background: url(../new_img/green_bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.mobile_strategy h1{font-size: 40px;font-weight: 600 !important;}
.mobile_strategy p{padding: 0 0 20px 0;font-size: 20px;}
.mobile_strategy .theme_btn{justify-content: center;}
.faq_section{padding: 80px 0;}
.faq_section .section_head{padding-bottom: 50px;}
.faq_section .section_head p{padding-top:30px ;}
.faq_asked{ padding: 20px 0;}
.faq_asked{border-bottom:2px solid #928B8B;}
.faq_asked h6{cursor: pointer; font-weight: 600;font-size: 17px;}
.faq_asked h6 svg{margin-left: 3%; font-size: 23px;}
.faq_asked p{display: none;} 
/* unique_sale END */

.blog_section_one{padding: 80px 0;}
.blog_content_one img{padding: 30px 0;}
.blog_content_one h2{font-size: 35px;}
.blog_content_one h5{font-size: 24px; padding:10px 0 30px 0;}
.blog_content_one p{line-height: 28px;}
.blog_content_one ul{padding: 20px;}
.blog_content_one ul li{list-style-type: inherit; padding-bottom: 10px;}
.our_bio_img{display: inline-block;width: 50%; margin: auto;}
.our_bio_img img{border-radius: 50%;}
.our_bio{text-align: center; padding: 30px;}
.our_bio h5{padding: 10px 0;}
.our_bio p{line-height: 25px;}
.our_bio ul a svg{font-size: 40px;}
.our_bio ul{padding-top: 20px;}
.our_bio ul a{display: inline-block;margin-left: 10px;}
.our_bio .port_contact input{width: 100%;}
.our_bio .port_contact input[type="submit"]{width: 100%; padding: 10px 30px;}
.our_bio .port_contact{padding: 20px; border: 2px solid #efefef; border-radius: 5px;}
.our_bio .port_contact h1{font-size: 30px;}
.popular_post{padding: 20px 0;}
.popular_post h5{
    padding: 30px 0 10px 0;
    border-bottom: 2px solid #efefef;
    margin-bottom: 30px ;
}
.popular_post a{color:#000;}
.popular_post h6{ font-size: 14px;} 
.popular_blog{padding-bottom:20px;text-align: left;}
/* BLOG END */

/*Thankyou begin*/
.thankyou-h1
{font-size: 45px; text-align: center;padding-top:50px;}

.thankyou-p
{font-size: 20px; text-align: center; margin-top:30px; }

.thankyou-btn
{text-align: center;}

.thankyou-div
{padding:30px;}

.thankyou-footer
{border-top:2px solid #efefef;}
.theme_btn.thankyou-btn{
    justify-content:center !important;
}
/*Thankyou End*/
#contact_main{width:100%;}
.blog_title{font-size:40px;}

/* travelideas BEGIN */ 
.travelideas{padding:80px 0;}
.travelideas .owl-theme .owl-dots .owl-dot.active span{background: #42B975;}
.travelideas .owl-theme .owl-dots .owl-dot:hover span{background: #42B975;}
.travelideas .owl-theme .owl-dots{display: inline-block;} 
.travel_content h3,.blog_multiple_content h3{line-height: 50px; padding: 20px 0;}
.travelideas form{padding-top: 40px;}
.travelideas form input{padding: 20px;outline: 0;border: 0;}
.travelideas form input[type="text"]{background: #fff; display: inline-block;width: 78%; 
	box-shadow:0 4px 8px 0 rgb(0 0 0 / 18%), 0 6px 20px 0 rgb(0 0 0 / 14%);border-radius: 5px 0  0 5px;}
.travelideas form input[type="submit"]{display: inline-block;width: 20%;margin-left: -6px; background: #42B975;
	box-shadow:0 4px 8px 0 rgb(0 0 0 / 18%), 0 6px 20px 0 rgb(0 0 0 / 14%);color: #fff;border-radius:0 5px 5px  0;}
.blog_img_one{display: grid; place-content: center;height: 100%; justify-content: end;} 
.blogs_multiple_section{padding: 30px 0;}    
.blogs_multiple_section .row{border-top: 2px solid #E2DFDF;  padding:80px 0;}
.blog_multiple_content{display: grid;place-content: center;height: 100%;}
.blog_multiple_content p a{color: #42B975; font-weight: bold;}
.blog_multiple_content p {line-height: 28px;}
.blogs_multiple_section .theme_btn{padding-top: 30px;border-top: 2px solid #efefef;margin-top: 80px; justify-content: center;} 
.latest_posts{padding:0 0 30px 0;}
.latest_posts .blog_multiple_content{padding-bottom: 20px;}
.post_card_content{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding: 20px;}
.post_card_content ul{justify-content: space-between; display: flex; padding-top: 20px;}
.post_card_content ul li{display: inline-block;}
.post_card_content ul li a{color: #000;font-weight: normal;}
.post_card_content ul li a svg{margin-right: 10px;}
.post_card_content h4{padding: 20px 0;}
.post_card_content a{font-weight: bold; color: #42B975;}
.subscribe_section{color: #fff; padding: 80px 0; text-align: center; background: linear-gradient(to bottom, rgb(18 41 40 / 75%), rgb(19 12 12 / 65%)),url(../images/banner_about.jpg) no-repeat center bottom; margin:50px 0; background-size: cover; background-attachment: fixed;}
.subscribe_section .travelideas{padding: 10px 0;}
.palatial_banner{
    height: 100vh;
    display: grid;
    place-content: center;
    background:linear-gradient(to bottom, rgb(18 41 40 / 60%), rgb(0 0 0 / 57%)),url(../images/blog_head_banner.jpg)no-repeat center bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.palatial_content{padding: 80px 0;}
.palatial_content h4{padding-bottom: 30px;}
.palatial_content  p{line-height: 28px;}
.palatial_content img{margin: 20px 0;border-radius: 5px;}
.travelideas form input[type="text"]::placeholder{ 
    transform-origin: left;
    transform: scale(1.2);
    transition: 0.6s ease; 
}
.travelideas form input[type="text"]:focus::placeholder{
    transform: scale(1.0);
} 
/* travelideas END */


.toggle_class{display: block;}
@media screen and (max-width: 767px) {
    .mega-menu-box{padding: 0 10px !important;margin:5px 0 !important;}
    .navbar-expand-lg li{margin: 0 !important;}
    .mega-menu-box h6, .mega-menu-box i{font-size: 13px !important;}
    .nav-link span{padding-left: 15px;} 
    .small-menu{min-width: 17rem !important;}
/*    .small-menu .Website .nav_drop h6 {font-size: 15px !important}*/
}

.home7-new-arrival .new-arrival-nav {
    justify-content: center;
    margin-bottom: 30px;
}
.home7-new-arrival .new-arrival-nav button {
    margin: 0 30px 15px 0;
    font-family: 'poppins';
    background: none;
    color: #000;
}
.home7-new-arrival .new-arrival-nav button:focus {
    border: none !important;
    box-shadow: none;
}
.new-arrival-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.new-arrival-nav button {
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    background: transparent;
    padding: 0 0 3px;
    font-family: 'Jost', sans-serif;
    color: #312620;
    font-weight: 600;
    position: relative;
    margin: 0 15px 15px;
}
.new-arrival-nav button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #42b975;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74,.72,.27,.24);
}
.new-arrival-nav button.active::before,
.new-arrival-nav button:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main_digi{
    font-size: 30px;
    font-weight: 700;
    display: flex;
}


.percentage{
    padding:20px 0;
    opacity:0;
  }

  .animation{
    height:20px;
    border:1px solid #cccccc;
    background:#eeeeee;
  }
  
  .animation-bar{
    height:20px;
    width:0;
    background:#aaaaaa;
    position:relative;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
  }

  .show{
    /* opacity:1;
    transform: translateY(100px);
    animation: come-in 0.8s ease forwards;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; */
  }
  .come-in:nth-child(odd) {
    animation-duration: 0.6s; /* So they look staggered */
  }
  
  @keyframes come-in {
    to { transform: translateY(0px); }
  }
  
  .p50
  {
    width:50%;
  }
  .p25
  {
    width:25%;
  }
  .p36
  {
    width:36%;
  }
  .p68
  {
    width:68%;
  }
  .p73
  {
    width:73%;
  }
  .p62
  {
    width:62%;
  }










.portfolio_banner{
    position: relative;
    background: url(../new_img/home_bg.png) no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.social_bar{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio_ban_content h1{
    font-size: 35px;
    font-weight: 600 !important;
}


.btn1{
    background: #0FBF61;
    box-shadow: 0px 7px 20px 0px rgba(0,210,128,.3);
    padding: 12px 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 23px;
    transition: 0.2s all ease-in-out;
    border: 1px solid #0FBF61;
}

.btn1:hover{
    color: #fff;
    box-shadow: 0 0 0 !important;
}

.btn2{
    
    padding: 8px 35px;
    color: #0FBF61;
    border: 2px solid #0FBF61;
    font-size: 15px;
    border-radius: 23px;
    transition: 0.2s all ease-in-out;
}

.btn2:hover{
    color: #fff;
    background: #0FBF61;
    box-shadow: 0px 7px 20px 0px rgba(0,210,128,.3);
}

.btn3{
    padding: 13px 35px !important;
    color: #0FBF61;
    border: 2px solid #fff;
    font-size: 15px;
    border-radius: 23px;
    background: #fff;
    transition: 0.2s all ease-in-out;
}

.btn3:hover{
    color: #0FBF61 !important;
    background: #fff !important;
    box-shadow: 0px 7px 20px 0px rgba(0,210,128,.3);
}

.new_badge{
    font-weight: 600;
    color: rgb(211, 211, 211);
    font-size: 26px;
}

.nav-active{
    position: relative;
    color: #0FBF61 !important;
    border-radius: 5px;
} 














.new_service{
    background: linear-gradient(to bottom, #fff, rgb(253, 253, 253));
    margin-bottom: 100px;
}

.new_service_box{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px 20px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

.new_service_box:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.new_service_box::after{
    position: absolute;
    width: 200px;
    height: 200px;
    background: #0fbf614a;
    border-radius: 50%;
    content: "";
    right: -100px;
    top: -100px;
    transition: 0.3s all ease-in-out;
}


.new_service_box img{
    width: 70px;
    margin-bottom: 30px;
}

.new_service_box:hover::after{
    background: #0FBF61;
}

.new_service_box h4{
    font-size: 22px;
    color: rgb(48, 48, 48);
    margin-bottom: 20px;
}

.new_service_box p{
    color: rgb(94, 94, 94);
}

.new_service_box a{
    color: #000000;
    position: relative;
    margin-left: 80px;
}

.new_service_box a::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #0FBF61;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s all ease-in-out;
    z-index: 1;
}

@keyframes MyAni {
    0%{
        height: 0px;
    }
    100%{
        height: 30px;
    }
}

.new_service_box span{
    font-size: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 11;
}

.new_section_head{
    text-align: center;
}

.new_section_head h2{
    font-size: 40px;
    color: #0FBF61;
    font-weight: 600;
}

.new_section_head h2 span{
    color: #000;
}


.new_case h3{
    color: rgb(36, 36, 36);
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 33px;
    font-weight: 600;
}
.new_case p{
    margin-bottom: 40px;
    font-size: 16px;
}

.new_case .new_badge{
    color: rgb(140, 140, 140);
    font-size: 20px;
    text-transform: uppercase;
}



















.new_tech{
    margin: 150px 0 110px 0;
}

.new_tech ul.tabs{
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new_tech ul.tabs li{
	background: none;
	color: #575757;
    font-weight: 600;
	display: inline-block;
	padding: 5px 2px;
    margin: 0 15px;
	cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.new_tech ul.tabs li::after{
    position: absolute;
    width: 0;
    height: 2px;
    background: #0FBF61;
    bottom: 0;
    left: 0;
    content: "";
    transition: 0.3s all ease-in-out;
}

.new_tech ul.tabs li:hover::after{
    width: 100%;
}

.new_tech ul.tabs li.current{
	color: #0FBF61;
    position: relative;
}

.new_tech ul.tabs li.current::after{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0FBF61;
    bottom: 0;
    left: 0;
    content: "";
}

.new_tech .tab-content{
	display: none;
	padding: 15px;
}

.new_tech .tab-content.current{
	display: inherit;
}

.tech-stack{
    justify-content: center;
    text-align: center;
}

.tech-stack img{
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
    height: 60px;
    object-fit: contain;
}

.tech-stack-div{
    margin-bottom: 10px;
    padding: 30px 0;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

.tech-stack-div:hover{
    margin-top: -8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}












.process_box_new{
    border: 1px solid rgb(235, 235, 235);
    padding: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.process_box_new h4{
    font-size: 24px;
    font-weight: 600;
}

.process_box_new img{
    width: 80px;
    margin-bottom: 30px;
}

.process_box_new p{
    height: 100px;
    color: grey;
}

.process{
    margin-bottom: 100px;
}



























.new_blog{
    padding: 50px 0;
    background: rgb(249 249 249 / 46%);
}


.new_blog_card{
    box-shadow: rgb(161 161 161 / 10%) 0px 4px 12px;
    border-radius: 10px;
    background: linear-gradient(to left, #fff, #fff);
    margin-bottom: 20px;
}

.main_new_blog{
    width: 100%;
    height: 210px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    object-fit: cover;
}

.new_blog_des{
    height: 170px;
    padding: 15px;
}

.new_blog_des span{
    box-shadow: rgba(232, 232, 232, 0.018)x 2px 8px 0px;
    background: linear-gradient(to top, #0FBF61, #9bffca);
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
}

.new_blog_des h3{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    color: #000;
}

.new_blog_des p{
    color: grey;
    font-size: 13px;
    margin-bottom: 0 !important;
}

.blog_footer {
    /* border-top: 1px solid rgb(225, 225, 225); */
    padding: 15px;
}

.blog_footer img{
    width: 35px;
    height: 35px;
    object-fit: cover;
    margin-right: 6px;
    border-radius: 50%;
}

.blog_footer h5{
    font-size: 14px;
    margin-bottom: -5px !important;
}

.blog_footer span{
    font-size: 12px;
    color: grey;
}

.blog_footer a{
    color: grey;
    font-size: 13px;
    transition: 0.2s all ease-in-out;
}

.blog_footer a i{
    transition: 0.2s all ease-in-out;
}

.blog_footer a:hover{
    color: #0FBF61;
}

.blog_footer a:hover i{
    transform: rotate(-30deg);
}
















.new_contact{
    background: url(../new_img/contact.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.new_contact_div{
    margin-bottom: 20px;
}

.new_contact label{
    display: block;
    color: grey;
    text-transform: uppercase;
    font-size: 14px;
    /* display: none; */
}

.new_contact_div{
    position: relative;
}

.new_contact_div input{
    position: relative;
    padding: 9px 10px 9px 33px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    background: #fff;
    border: 1px solid rgb(212, 212, 212);
}

.new_contact_div textarea{
    position: relative;
    padding: 9px 10px 9px 33px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    background: #fff;
    border: 1px solid rgb(212, 212, 212);
}

.new_contact_div input::placeholder{
    font-size: 14px;
}

.new_contact_div i{
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 15px;
    color: grey;
}

.new_contact_div input:focus ~ i,
.new_contact_div textarea:focus ~ i{
    color: #0FBF61;
}

.new_contact_div input:focus,
.new_contact_div textarea:focus{
    border-color: #0FBF61;
}


















.about_one{
    padding: 80px 0;
}


.new_head_style h3{
    color: #0FBF61;
    font-size: 28px;
    position: relative;
    font-weight: 600;
    display: initial;
}

.new_head_style h3::after{
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    background: #0FBF61;
    height: 2px;
    content: "";
}

.new_head_style h1{
    font-size: 50px;
    color: rgb(34, 34, 34);
}

.about_icon i{
    display: block;
    width: 42px;
    font-size: 16px;
    box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 15px;
    cursor: pointer;
}

.about_one p{
    font-size: 16px;
}



















.logoMarqueeSection {
    padding: 50px 0 80px 0;
}


.logoMarqueeSection h2{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
}

.default-content-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    overflow: hidden;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}






















.ceo_profile{
    background: rgba(244, 244, 244, 0.856);
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.ceo_profile::after{
    position: absolute;
    width: 600px;
    height: 600px;
    content: "";
    left: -350px;
    bottom: -350px;
    z-index: 4;
    transform: rotate(42deg);
    background: #0FBF61;
}

.ceo_profile::before{
    position: absolute;
    width: 530px;
    height: 530px;
    content: "";
    right: -350px;
    top: -350px;
    z-index: 4;
    transform: rotate(43deg);
    background: #0FBF61;
}

.ceo_profile img{
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 10;
    border: 10px solid #fff;
    object-fit: cover;
    border-radius: 50%;
}

.founder{
    position: relative;
    z-index: 10;
}




















/* BLOG BEGIN */
.blog_banner{
    background:linear-gradient(to bottom, rgb(12 20 20 / 41%), rgb(0 0 0 / 59%)),url(../new_img/blog_bg.jpg) no-repeat center;
    display: grid;
    place-content: center;
    text-align: center;
    background-size: cover;
    color: #fff;
}











.blog_detail_banner{
    background:linear-gradient(to bottom, rgb(12 20 20 / 41%), rgb(0 0 0 / 59%)),url(../new_img/blog_detail.jpg) no-repeat center;
    display: grid;
    place-content: center;
    text-align: center;
    height: 300px;
    background-size: cover;
    color: #fff;
}

.blog_detail_banner h1{
    font-weight: 500 !important;
}


.blog_detail_new .main_new_blog{
    height: 450px;
}

.new_view h5{
    margin-left: 25px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.blog_detail_new .new_blog_des{
    height: auto !important;
}



















.about_banner.contact_banner{
    background: linear-gradient(to bottom, rgb(18 41 40 / 75%), rgb(19 12 12 / 65%)),url(../new_img/contact_bg.jpg)no-repeat center center; 
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    display: flex;
    align-items: center;
}




.new_en_s{
    margin-top: 100px;
}

.new_en_s .new_blog_des{
    height: auto !important;
}

.new_en_s .new_blog_des h3{
    font-size: 25px;
}

.new_en_s .new_blog_des a{
    font-size: 15px;
    color: grey;
}

.new_en_s .new_blog_des h4{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}






























































.service_banner{
    position: relative;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
}

.service_banner p{
    font-size: 15px;
    line-height: 25px;
}































.new_faq{
    margin: 100px 0 70px 0;
}

.faq-heading {
    font-weight: 400;
    font-size: 16px;
    margin: 15px 0;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #333;
}

.faq-text {
    font-weight: 400;
    color: #919191;
    width:95%;
    padding-left:20px;
    margin-bottom:30px;
}

.faq {
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
}
.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:1px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 5px;
    height: 5px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
    display: block;
    color: #4f7351;
    height: 200px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    margin-bottom: 10px;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}
