@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,400;1,500;1,600;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'barlow-medium';
}
@font-face {
    font-family: 'lhandw';
    src: url(/fonts/lhandw.ttf);
}
@font-face {  
    font-family: 'barlow-bold';
    src: url(/fonts/barlow-bold.ttf);   
}
@font-face {  
    font-family: 'barlow-semibold';
    src: url(/fonts/barlow-semibold.ttf);   
}
@font-face {
    font-family: 'barlow-regular';
    src: url(/fonts/barlow-regular.ttf);
}
@font-face {
    font-family: 'barlow-medium';
    src: url(/fonts/barlow-medium.ttf);
}
/* #preloader{
    background: #000 url(/images/preloader.gif) no-repeat center center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
} */
.ptext{
    font-family: 'lhandw';
    color:#00917D;
    justify-content: center;
    align-items: center;
}
.ptext_f{
    font-family: 'lhandw';
    color:#fff;
    justify-content: center;
    align-items: center;
}
.sptext{
    font-size: 24px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
/* .marquee {
    width: 100%;
    overflow: hidden;
    background: #E57523;
    color: white;
    position: relative;
    font-size: 20px;
    line-height: 2em;
    Margin-top: 100px;
    position: fixed;
    z-index: 99;
}
.marquee:before {
  content: 'New Updates';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 99;
  padding: 0 0.5em;
}
.marquee ul {
  visibility: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
  display: inline;

}

.marquee li {
  padding-left: 1em;
  text-indent: -1em;
  display: inline;
}

.marquee li:before {
  content: " ";
  padding-right: 5px;
  width: 1em;
  height: 1.4em;
  display: inline-block;
  width: 100px;
  background: url("https://tinypic.host/images/2023/05/14/ModernXP-73-Globe-icon1.png") no-repeat center;
  background-size: 1em;
  position: relative;
  bottom: -0.3em;
  margin-right: 1em;
  opacity: 1;
} */
/*====Slidshow====*/
  /* #banner-slide {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3),rgba(0,0,0,0.3),#009588),url('images/Welcomeimg.jpg');
    width: 100%;
    height: 110vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    animation: slideBg 20s linear infinite 0s;
    animation-timing-function: ease-in-out;
    display: grid;
    place-content: center;
}
@keyframes slideBg {
    0% {
        background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3),rgba(0,0,0,0.3),#009588),url('images/panel_2.png');
    }
    25% {
        background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3),rgba(0,0,0,0.3),#009588),url('images/Panel_3.png');
    }
    50% {
        background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3),rgba(0,0,0,0.3),#009588),url('images/Panel_1.png');
    }
}
#banner-slide h1{
    color: white;
}
.heading-xl{
    font-size: clamp(44px, 10vw, 80px);
    text-transform: uppercase;
    font-weight: 400;
} */
/*====Slidshow end====*/
#banner{
    width: 100%;
    height: 100vh;
    background-image: url(/images/FinalGA1.png);
    position: relative;
    display: flex;
    align-items: center; 
    background-position: center;
}
.est-box{
    padding: 150px 0px 50px 0px;
    width: 100%;
    margin: 0px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.est-text{
    flex-basis: 45%;
    text-align: initial;
    animation: slideIn 2s ease-in-out;
    z-index: 1;
}
.est-img{
    flex-basis: 55%;
    margin: auto;
    animation: slideIns 2s ease-in-out;
    z-index: 1;
} 
.est-img img{
    width: 90%;
    border-radius: 10px; 
}
.est-text h1{
    font-size: 40px;
    color:#2E475D;
    font-family: "barlow-bold";
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.est-text p {
    margin: 20px 0;
    text-align: initial;
    font-size: 14px;
    color: #2E475D;
    font-weight: 500;
}
.btn-demo{
    padding: 16px 40px;
    font-size: 18px;
    color:#fff;
    background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
    border: none;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}
.btn-demo:hover {
    background-image: linear-gradient(147deg, #137A07 0%, #00917D 74%);
}
.ptext_E{
    font-family: 'lhandw';
    color:#fff;
    justify-content: center;
    align-items: center;
}
@keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes slideIns {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  

  @media screen and (max-width: 1200px)
{
    .est-box{
        padding: 150px 0px 50px 0px;
        width: 80%;
        margin: 0px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }
    .banner{
        width: 100%;
        height: 100vh;
        padding: 0 30px;
    }
    .est-text  h1{
        font-size: 35px;
    }
    .est-text  p {
        font-size: 15px;
        line-height: 25px;
    }
    .est-text {
        flex-basis: 100%;
    }
    .est-img {
        flex-basis: 100%;
        margin-top: 10%;
    }
    .est-img img{
        width: 100%;
        border-radius: 10px; 
    }
    .hightxt h2{
        font-size: 18px;
        border: 1px solid black;
        border-top-left-radius: 28px;
        border-bottom-right-radius: 28px;
        padding: 10px 10px;
        color: #2E475D;
        font-family: 'barlow-bold';
    }
    .btn-bro{
        padding: 6px 30px;
        font-size: 14px;
        color:#fff;
        background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
        border: none;
        border-radius: 5px;
        transition: 0.5s;
        cursor: pointer;
    }
    .hig_box{
        width: 100%;
        padding: 0px 30px 20px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .hightxt{
        flex-basis: 70%;
        padding: 0;
    }
    .btnsec{
        flex-basis: 30%;
    }
    .hi_text{
        font-size: 1em;
        font-weight: normal;
        text-align: center;
        width: 80%;
        margin: 0 auto 0 auto;
    }
}
@media screen and (max-width: 768px){
    .est-box{
        padding: 150px 0px 50px 0px;
        width: 80%;
        margin: 0px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }
    #banner{
        width: 100%;
        height: 100%;
        padding: 0 30px;
    }
    .est-text  h1{
        font-size: 20px;
    }
    .est-text  p {
        font-size: 15px;
        line-height: 25px;
    }
    .est-text {
        flex-basis: 100%;
    }
    .est-img {
        flex-basis: 100%;
        margin-top: 10%;
    }
    .est-img img{
        width: 100%;
        border-radius: 10px; 
    }
    .hightxt h2{
        font-size: 12px;
        border: 1px solid black;
        border-top-left-radius: 28px;
        border-bottom-right-radius: 28px;
        padding: 8px 10px;
        color: #2E475D;
        font-family: 'barlow-bold';
    }
    .btn-bro{
        margin-top: 10px;
        padding: 4px 20px;
        font-size: 10px;
        color:#fff;
        background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
        border: none;
        border-radius: 5px;
        transition: 0.5s;
        cursor: pointer;
    }
    .hig_box{
        width: 100%;
        padding: 0px 30px 20px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .hightxt{
        flex-basis: 60%;
        padding: 0;
    }
    .btnsec{
        flex-basis: 50%;
    }
    .hi_text{
        font-size: .8em;
        font-weight: normal;
        text-align: center;
        width: 80%;
        margin: 0 auto 0 auto;
    }
}
/* media screen for 1st 2section end */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 99;
}
.nav_item svg {
    opacity: 0;
    position: relative;
    transform: translateX(-5px);
    transition: 0.3s;
    width: 25px;
    height: 25px;
}

.nav_item:hover svg {
    opacity: 1;
    transform: translateX(-1px);
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    /*height: rem;*/
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 999;
}
.toggle_menu,
.close_menu{
    display: none;
}
.logo a{
    font-size: 1.75rem;
}
.logo img{
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    width: 70px;
    height: 61px;
}
.nav_list{
    display: flex;
}
.nav_item{
    margin: 0 1rem;
    padding: 1.5rem 0;
}
.nav_link{
    font-family: "barlow-bold";
    font-weight: 500;
    color: #E57523;
}
.nav_link:hover{
    color: #544756;
}
.nav_link img{
    height: 24px;
    width: 24px;
    padding-right: 5px;
}
.dropdown_link{
    align-items: center;
}
.dropdown_icon{
    font-size: 1.3rem;
    vertical-align: middle;
}
.megamenu{
    position: absolute;
    width: 100%;
    top: 4.2rem;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 23px 23px -21px rgba(0,0,0,0.25);
    z-index: -99;
    visibility: hidden;
    opacity: 0;
}
.content{
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem;
}
.megamenu_item{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.megamenu_item:hover {
    background-color: #f5eee9;
    border-radius: 5px;
    cursor: pointer;
}
.header_megamenu{
    font-weight: 600;
    color: #a8a1b5;
    margin-bottom: 1rem;
}
.menu_icon{
    text-align: center;
    margin-right: 0.5rem;
}
.menu_icon i{
    line-height: 36px;
    font-size: 22px;
}
.menu_icon img {
    line-height: 36px;
    width: 36px;
    height: 36px;   
}

.megamenu_link a {
    font-family: "barlow-bold";
    font-weight: 500;
    color: #544756;;
}
.megamenu_link a:hover {
    color:#E57523;
}
.megamenu_link p {
    font-size: 0.7875rem;
    font-weight: 400;
    color: #000;
}
.dropdown:hover .megamenu{
    color: #E57523;
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1;
}
.nav_item:hover .dropdown_icon{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
/* ====Media screen For Header start===== */
@media screen and (max-width: 992px){
    .megamenu {
        justify-content: start;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px){
    .megamenu {
        flex-direction: column;
        position: static;
        box-shadow: none;
        border-radius: 0;
        height: 0;
        max-width: 350px;
        overflow: hidden;
    }
    .dropdown:hover .megamenu{
        height: 100%;
    }
    .nav_list{
        position: absolute;
        height: 100vh;
        width: 100%;
        left: -100%;
        max-width: 350px;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        overflow-x: hidden;
        display: block;
        transition: 0.3s;
    }
    .toggle_menu,
.close_menu{
    display: block;
}
.toggle_menu{
    font-size: 30px;
    background-color: #E57523;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
}
.toggle_menu i:hover{
    color: #fff;
}
.close_menu{
    margin: 1rem 1rem 1rem auto;
    background-color: #E57523;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
}
.close_menu:hover{
    color: #a92ec8;
}
.close_menu i {
    line-height: 36px;
    color: #fff;
    font-size: 32px;
}
.show_menu{
    left: 0;

}
}
/* ====Media screen For Header End===== */
/*=====Welcome=====*/
#welcome{
    width: 100%;
    padding: 0 0 30px 0;
    /* background-image: linear-gradient(180deg, white, orange); */
    background-color: #f1f1f1;
}
.title-text{
    text-align: center;
    padding-bottom: 20px;
}
.title-text .bar{
    height: 5px;
    width: 200px;
    background: #b4f0e7;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
    z-index: 1;
}
.title-text .bar::before {
   	content: '';
	position: absolute;
	left: 0;
	top: -2.7px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #00917D;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}
/* .title-text p{
    margin: auto;
    font-size: 20px;
    color: #009688; 
    position:relative;
    z-index: 1;
    display: inline-block;
}
.title-text p::after{
    content: "";
    width: 50px;
    height: 35px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
} */
/* .title-text h1{
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.welcome-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.welcome-text{
    flex-basis: 50%;
    text-align: initial;
}
.welcome-img{
    flex-basis: 50%;
    margin: auto;
} 
.welcome-img img{
    width: 90%;
    border-radius: 10px; 
}
.welcome-text p {
    text-align: justify;
    font-family: 'Barlow';
    color: #000;
    font-size: 16px;
    font-weight: 450;
}
@media screen and (max-width: 768px){
    .title-text h1{
        font-size: 35px;
    }
    .welcome-text{
        flex-basis: 100%;
    }
    .welcome-img{
        flex-basis: 100%;
        margin-top: 10%;
    }
    .welcome-img img{
        width: 100%;
        border-radius: 10px; 
    }
} */
/* ===================Footter Start==================== */
#last{
    display: grid;
    align-content: end;
    min-height: 1vh;
}
footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 50px 0px 50px;
    background: #0C54A0;
}
footer .container-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    grid-gap: 20px;
}
footer .container-grid .sec h2{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
footer .container-grid .sec h2 a{
    color: #fff;
}
footer .container-grid .sec h2::before{
    content: "";
    position:absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #E57523;
}
.aboutus li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}
.aboutus li a:hover{
    color: #E57523;
}
footer .container-grid .sec p{
    color: #fff;
}
.sci{
    margin-top: 20px;
    padding-left: 45px;
    display: grid;
    grid-template-columns: repeat(4,50px);
    grid-gap: 10px;
}
.sci li{
    list-style: none;
}
.sci li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #E57523;
    display: grid;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover{
    background-color: #00917D;
}
.sci li a .fa{
    color: #fff;
    font-size: 20px;
}
.quicklinks li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}
.quicklinks li a:hover{
    color: #E57523;
}

/* .info{
    position: relative;
}
.info li{
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 16px;
}
.info li span:nth-child(1)
{
    color: #fff;
    font-size: 20px;
}
.info li span{
    color: #fff;
}
.info a{
    color:#fff; 
}
.info a:hover{
    color: #E57523;
} */
.infobox div{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.infobox div span{
    min-width: 30px;
    min-height: 30px;
    color: #fff;
    background: #E57523;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    border-radius: 50%;
    margin-right: 15px;
}
.infobox div a{
    color: #fff;
}
.infobox div a:hover{
    color: #E57523;
}
.copyrighText p {
    width: 100%;
    background:#0C54A0;
    padding: 10px 100px;
    text-align: center;
    color: #fff;
}
/* ===================Footter End==================== */
/*======================= Media screen for footer start================= */
@media screen and (max-width: 991px){
    footer{
        padding: 0px 40px;
    }
    footer .container-grid{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .sci{
        padding-left: 50px;
    }
}
@media screen and (max-width: 768px){
    footer .container-grid{
        padding: 10px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .sci{
        padding-left: 40px;
    }
    .copyrighText{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .sci{
        padding-left: 40px;
    }
    .copyrighText{
        width: 100%;
    }
}
/*======================= Media screen for footer End================= */
/* Scroller css star */
  ::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #da905b;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #E57523;
}
/* Scroller css end */
.Rtotalk{
    text-align: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(135deg, #00917D 0, #0C54A0);
    color: #fff;
}
.Rtotalk h3{
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}
.Rtotalk p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
.Rtotalk .btn-bro {
    padding: 12px 18px;
    font-size: 18px;
    color:#fff;
    background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
    border: none;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    margin-left: 15px;
}
@media screen and (max-width: 768px){
    .Rtotalk .btn-bro{
        font-size: 10px;
    }
}
.Rtotalk .btn-bro:hover {
    background-image: linear-gradient(147deg, #137A07 0%, #00917D 74%);
}
.solutions-area {
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section-title1 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.section-title1 .sub-title {
    color: #000;
    font-weight: 600;
}

.section-title1 .sub-title {
    color: #fff;
    font-weight: 400;
}
.section-title .sub-title, .section-title1 .sub-title {
    display: inline-block;
    background-color: #00917D;
    margin-bottom: 18px;
    border-radius: 30px;
    padding: 5px 20px 4px;
    font-size: 13px;
}
h2{
    color: #2E475D;
}
.section-title .bar, .section-title1 .bar, .sections-title .bar {
    height: 5px;
    width: 90px;
    background: #97e7dd;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.section-title .bar::before, .section-title1 .bar::before, .sections-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #00917D;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.section-title1 p {
    max-width: 700px;
    margin: 0 auto;
    color: #2E475D;
    z-index: 1;
}
/*   -- card grid start -- */
.container{
    padding: 10px 9%;
    padding-bottom: 20px;
    max-width: 100%;
}
.container .heading{
    font-family: 'barlow-bold';
    text-align: center;
    padding-bottom: 15px;
    color: #2E475D;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 27px;
}
.container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 15px;
}
.container .box-container .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px; 
    z-index: 1;
}
.container .box-container .box img {
    height: 40px;
    width: 40px;
    color: #E57523;
}
.container .box-container .box h2{
    margin: 5px 0px;
    font-size: 18px;
    color: #2E475D;
    font-family:'barlow-bold';
}
.container .box-container .box p{
    margin: 14px 0px;
    padding: 0px 0px 24px;
    font-size: 14px;
    color: #2E475D;
    text-align: justify;
}
.container .box-container .box .feature h2{
    margin: 16px 0px;
    font-family: 'barlow-bold';
    font-size: 16px;
    color: #2E475D;
    text-align: initial;
}
.container .box-container .box .feature ul li{
    margin: 0px 2px 5px 0px;
    padding-left: 5px;
    font-size: 14px;
    font-family:'barlow-regular';
    font-weight: 600;
    color: #2E475D;
    text-align: initial;
    display: flex;
}
.container .box-container .box .feature ul li i{
    font-size: 16px;
    padding: 0px;
    margin-right: 10px;
    text-align: initial;
}
.container .box-container .box div .btn{
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
    background: #E57523;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    width: 48%;
    text-align: center;
}
.container .box-container .box div .btn:hover{
    letter-spacing: 1px;
    background-color: #00917D;
}
.container .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
}
/*   -- card grid end -- */
/* =================media for card grid star=================  */
@media screen and (max-width: 768px){
.container{
    margin: 5%;
    padding: 15px;
    }
}
/* =================media for card grid end=================  */
.section-title {
    text-align: center;
    margin-top: 50px;
}
.sections-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-title p {
    margin: auto;
    color: #2E475D;
}
.sections-title p {
    margin: auto;
    color: #2E475D;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.learn-more-btn{
color: #2E475D;
font-size: 14px;
font-weight: 600;
}
.features{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.bx-container{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
}
.boxs{
    position: relative;
    z-index: 1;
    display: block;
    padding: 15px 12px 15px 15px;
    color: #2E475D;
    font-weight: 500;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    margin-top: 10px;
}
.boxs:hover {	
	background: linear-gradient(147deg, #137A07 0%, #00917D 74%);
    color: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
}
.services-content .box svg {
    margin-right: 5px;
    display: inline-block;
    color: #6084a4;
    -webkit-transition: .5s;
    transition: .5s;
    width: 18px;
    position: absolute;
    left: 10px;
    top: 12px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}
.svgicon{
    margin-right: 35px;
}
@media screen and (max-width: 768px){
    .svgicon{
        margin-right: 0px;
    }
}
.customer{
    padding-top: 1rem;
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.cust_box{
    justify-content: center!important;
    display: flex;
    flex-wrap: wrap;
}
.tr-home-tittle {
    font-size: 40px;
    font-weight: 500;
    color: #2E475D;
    margin-bottom: 12px;
}
@media screen and (max-width: 768px){
    .tr-home-tittle{
        font-size: 20px;
        font-weight: 400;
        color: #2E475D;
        margin-bottom: 10px;
    }
}
.client-content-holder {
    padding: 1rem 2rem;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.rows{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mx-0{
    margin-left: 0!important;
    margin-right: 0!important;
}
.py-home-client {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 1200px){
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
.more-customer-text {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #2E475D;
    cursor: pointer;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.client-1, .client-bharat {
    width: 60%;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
.client-2{
    width: 30%;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
.section-title p {
    margin: auto;
    color: #2E475D;
}
@media (min-width: 992px){
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.funfact{
    text-align: center;
}
.funfact h3 {
    color: #E57523;
    font-size: 32px;
    margin-bottom: 7px;
}
.funfact p {
    line-height: initial;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 0.5em !important;
}
.funfacts{
    text-align: center;
}
.funfacts h3 {
    color: #E57523;
    font-size: 32px;
    margin-bottom: 7px;
    margin-top: 20px;
}
.funfacts p {
    line-height: initial;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 0.5em !important;
}

/* ========================video box start========================== */
.blog{
    /* background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%); */
    min-height: 75vh;
    display: flex;
}
  .blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
 }
  @media screen and (max-width: 992px) {
    .blog-slider {
      max-width: 680px;
      height: 400px;
   }
 }
  @media screen and (max-width: 768px) {
    .blog-slider {
      min-height: 500px;
      height: auto;
      margin: 180px auto;
   }
 }
  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
      height: 350px;
   }
 }
  .blog-slider__item {
    display: flex;
    align-items: center;
 }
  @media screen and (max-width: 768px) {
    .blog-slider__item {
      flex-direction: column;
   }
 }
  .blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
 }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
 }
  .blog-slider__img {
    width: 200px;
    flex-shrink: 0;
    height: 200px;
    background-image: linear-gradient(147deg, #137A07 0%, #00917D 74%);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 50%;
    transform: translateX(-80px);
    overflow: hidden;
 }
  .blog-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.8;
 }
  .blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
 }
  @media screen and (max-width: 768px) {
    .blog-slider__img {
      transform: translateY(-50%);
      width: 50%;
   }
 }
  @media screen and (max-width: 576px) {
    .blog-slider__img {
      width: 50%;
   }
 }
  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
      height: 270px;
   }
 }
  .blog-slider__content {
    padding-right: 25px;
    text-align: initial;
 }
  @media screen and (max-width: 768px) {
    .blog-slider__content {
      text-align: center;
      padding: 0 30px;
   }
 }
  @media screen and (max-width: 576px) {
    .blog-slider__content {
      padding: 0;
   }
 }
  .blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
 }
  .blog-slider__code {
    color: #00917D;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
 }
  .blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
 }
  .blog-slider__text {
    color: #000;
    margin-bottom: 30px;
    line-height: 1.5em;
 }
 .blog-slider_date{
    color: #000;
    margin-bottom: 30px;
    float: right;
 }
  .blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #137A07 0%, #00917D 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
 }
 .blog-slider__button:hover {
    background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
 }
  @media screen and (max-width: 576px) {
    .blog-slider__button {
      width: 100%;
      margin-top: 2px;
   }
 }
  .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
 }
  .blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
 }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination {
      transform: translateX(-50%);
      left: 50% !important;
      top: 180px;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
   }
 }
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
 }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
   }
 }
  .blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
 }
  .blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: linear-gradient(147deg, #137A07 0%, #00917D 74%);
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
 }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
   }
 }
/* ========================video box end========================== */

/* Brochure From Start */
/* Button used to open the contact form - fixed at the bottom of the page */
.btn-bro {
    padding: 12px 30px;
    font-size: 16px;
    color:#fff;
    background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
    border: none;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}
.btn-bro:hover {
    background-image: linear-gradient(147deg, #137A07 0%, #00917D 74%);
}
/* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=email] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  .form-container .frm{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    display: flex;
  }
  .form-container .frm select{
    flex-basis: 20%;
    border: none;
    background: #f1f1f1;
    outline: none;
  }
  .form-container .frm input{
    flex-basis: 80%;
    border: none;
    background: #f1f1f1;
    outline: none;
  }
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=email]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .btn-demo{
    padding: 16px 40px;
    font-size: 18px;
    color:#fff;
    background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
    border: none;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}
.btn-demo:hover {
    background-image: linear-gradient(147deg, #137A07 0%, #00917D 74%);
}
  .form-container .btn {
    background-color: #E57523;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
  }
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    position: absolute;
    background-color: #137A07;
    right: 8px;
    top: 4px;
    opacity: 1;
    border: none;
    height: 20px;
    width: 20px;
    z-index: 1;
  }
  .form-container .cancel img {
    height: 12px;
    width: 12px;
  }
  .form-container .cancel:hover{
        background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    background-color: #00917D;
  }
/* Brochure From End */
.slider {
    position: relative;
    width: 100%;
}
.myslider{
    display: none;
    overflow: hidden;
}
.prev, .next{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    transition: 0.1s;
    user-select: none;
} 
.prev:hover, .next:hover{
    color: #182C61;
} 
.next{
    right: 0;
}
.dotsbox{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    cursor: pointer;
}
.dot{
    display: none;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    
}
.active, .dot:hover{
    display:none;
    border-color: #00917D;
}
.fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: 0.8s;}
    to {opacity: 1;}
}
@keyframes fade {
    from {opacity: 0.8s;}
    to {opacity: 1;}
}
#iconic{
    background: #faf0e8;
    padding-bottom: 50px;
}
#cpanel{
    background: #faf0e8;
}
.hig_box{
    width: 100%;
    padding: 0px 0px 30px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.hightxt h2{
    font-size: 25px;
    padding: 10px 10px;
    color: #2E475D;
    font-family: 'barlow-bold';
}
.hightxt{
    flex-basis: 75%;
    text-align: center;
    padding-left: 20%;
}
.btnsec{
    flex-basis: 25%;
}
@media screen and (max-width: 1200px)
{
    .hightxt h2{
        font-size: 18px;
        padding: 10px 10px;
        color: #2E475D;
        font-family: 'barlow-bold';
    }
    .btn-bro{
        padding: 6px 30px;
        font-size: 14px;
        color:#fff;
        background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
        border: none;
        border-radius: 5px;
        transition: 0.5s;
        cursor: pointer;
    }
    .hig_box{
        width: 100%;
        padding: 0px 30px 0px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .hightxt{
        flex-basis: 70%;
        padding: 0;
    }
    .btnsec{
        flex-basis: 30%;
    }
}
@media screen and (max-width: 768px){
    .hightxt h2{
        font-size: 12px;
        border: 1px solid black;
        border-top-left-radius: 28px;
        border-bottom-right-radius: 28px;
        padding: 8px 10px;
        color: #2E475D;
        font-family: 'barlow-bold';
    }
    .btn-bro{
        margin-top: 10px;
        padding: 4px 20px;
        font-size: 8px;
        color:#fff;
        background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
        border: none;
        border-radius: 5px;
        transition: 0.5s;
        cursor: pointer;
    }
    .hig_box{
        width: 100%;
        padding: 0px 30px 0px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .hightxt{
        flex-basis: 60%;
        padding: 0;
    }
    .btnsec{
        flex-basis: 50%;
    }
}
.error-message {
    color: red;
}