@charset "utf-8";
/* CSS Document */
 
 
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
  
 * { 
  box-sizing: border-box;  
}

header{position:relative;}
#myHeader{position:relative;}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

p{  font-family: 'Poppins', sans-serif;
    font-weight: 300;
font-size: 16px;
line-height: 26px}
 
h1 {
    font-size: 60px;
     font-family: "Montserrat", sans-serif;
    color: #027DDB;
    font-weight: 600;
	color: #222222;
}

h2 {
    font-size: 40px;
  font-family: "Montserrat", sans-serif;
    color: #027DDB;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
}
 
h2 span{ font-weight: 300;}
.subheading h3{ font-size: 36px;
   font-family: "Montserrat", sans-serif;
    color: #027DDB;
    font-weight: 300;
color: #686868;
margin-bottom: 20px;}
 
   a {
	color: #2f2170;}
.hb {
      display: flex;
      justify-content: right;
      color: #fff;
      padding: 6px 22px;
	
      border-radius: 5px;
      font-weight: 500;
      text-decoration: none;
      margin-left: 30px;
      background: #FD090B;
}

.hb:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    background: #ee0d10;
}

.nav-margin{
    margin-top: 0px;
}
.pname{color: #5c9e70;}
 
 
.container-ftr{background-color: #f1f3f1;padding: 2rem 2rem;margin-top: 30px;  
    bottom: 0;}
.container-ftr p{color:#000; font-size:14px; margin:0}
.container-ftr p a{color:#000; font-weight:500;}

.navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    padding: 20px 5px;
    background: #fff;
    box-shadow: 0 30px 80px rgb(0 0 0 / 25%);
    border: none;
}

 .infrastructurepic3 img {
    border-radius: 10px;
    width: 100%;
}
/*.bodycontent {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}*/
.footer-section {
      /* background-color: #fff; */
      padding: 0;
      margin-top: auto;
      color: #000;
}


.mainpoints{position: relative;padding: 0px 0 0;margin-bottom: -130px;}
.mainpoints-content{      position: relative;
    background: #6950a1;
    min-height: 540px;
    padding: 30px 0px;}

.mainpoints-content h3{  color: #fff;
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    margin-right: 20px;}
.mainpoints-content h3 span{font-weight: 600;
    display: block;
    line-height: 80px;}


.mainpoints-content:before {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 24vw;
    background: #6950a1;
    border-radius: 0;
}

.mainpoints-box{background:#fff;box-shadow: 0px 3px 6px 1px #e7e6e6;width: 100%;padding: 25px 25px;text-align: center;height: 264px;} 

.mainpoints-box h4{font-size:36px;font-weight: 500;margin-bottom: 20px;}
.mainpoints-box h5{font-size:20px;font-weight:400;margin-bottom: 20px;line-height: 28px;}
.mainpoints-box p{font-size: 14px;font-weight:400;line-height: 26px;}

.mb1{position:relative;top: -68%;}
.mb2{position:relative;top: -91%;}
.mb3{position:relative;top: -154%;}
.mb4{position:relative;top: -190%;}


/* slider */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 12%;
    width: 47%;
}
.carousel-caption h5 {
    font-size: 27px;
    font-weight: 600;
    line-height: 38px;
}
.carousel-caption p {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 90%;
    text-transform: uppercase;
}

.carousel-caption h5 span{
    font-weight: 800; display:block;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}

.products-section{padding:0 0 70px;}

/*card products*/

.image-ratio {
  position: relative;
  overflow: hidden;
}
.image-ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.image-ratio .ratio-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.image-ratio .ratio-inner img {
  width: 100%;
  min-height: 100%;
}
 
.page-title {
  color: #9a3299;
  margin: 0 0 5px;
}

.page-description {
  font-size: 16px;
  color: #777;
  margin: 0 0 20px;
}

.food-card {
  width: 100%;
  margin: 0 0px;
  display: inline;
  margin-bottom: 0;
}
.food-card .card {
  position: relative;
  text-align: left;
  border: 0;
  border-radius: 0px;
}
.food-card .card .cat-flag {
  position: absolute;
  top: 8px;
  left: -5px;
  z-index: 2;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 5px 3px 5px;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #2266aa;
}
.food-card .card .cat-flag:not(.style-2):before, .food-card .card .cat-flag:not(.style-2):after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  border-right: 10px solid #2266aa;
}
.food-card .card .cat-flag:not(.style-2):before {
  top: 0;
  border-bottom: 13px solid transparent;
  border-top: 0 solid transparent;
}
.food-card .card .cat-flag:not(.style-2):after {
  bottom: 0;
  border-top: 13px solid transparent;
  border-bottom: 0 solid transparent;
}
.food-card .card .cat-flag.style-2 {
  left: -20px;
}
.food-card .card .cat-flag.style-2:after {
  content: "";
  border-right: 20px solid #184e84;
  border-bottom: 10px solid transparent;
  border-left: 0 solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
.food-card .card .card-img {
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.food-card .card .card-img img {
  transition: transform 0.7s;
  opacity: 0.8;
}
.food-card .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 70px;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.food-card .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
}
.food-card .card .card-content .content {
  transition: transform 0.4s;
  transform: translateY(100%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.food-card .card .card-content .title {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  transform: translateY(-100%);
  transition: transform 0.4s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 10px;
  line-height: 23px;
}
.food-card .card .card-content .description {
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}
.food-card .card:hover .card-content .content {
  padding-bottom: 15px;
  transform: translateY(0);
}
.food-card .card:hover .card-content .title {
  transform: translateY(0);
}

.readmore-products a{color:#ff9f0e;padding: 0 15px 10px;font-weight: 600;font-size: 14px;}
.readmore-products a:hover{    color: #ff9f0e;
    padding: 0 15px 15px;
}

 
 .count{  
  text-align:center;
}

.casestudy-section{padding: 50px 0 0px;}

/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  /* background-color: #f1f1f1; */
  text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}

/* Change background color of buttons on hover */
.tab button:hover {border-bottom: 3px solid #8dc63f;}

/* Create an active/current tablink class */
.tab button.active {
  /* background-color: #ccc; */
  border-bottom: 3px solid #8dc63f;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  /* border: 1px solid #ccc; */
  border-top: none;
  margin-top: 30px;
}

.tab .img-thumbnail{border:none;width: 80px;}


.tabtext{position: relative; width:100%;}
.tabtextimg{ position: relative; }
.tabtextcontent{position: absolute;z-index: 1;margin-left: -100px;top: 31px;display: inline-block;background: #fff;padding: 50px;/* box-shadow: 19px 0px 26px 0px #f1f1f1; */width: 37%;height: 88%;}
.tabtextcontent h3{font-size: 23px;color: #222;margin-bottom: 20px;font-weight: 600;}
.tabtextcontent p{font-size: 16px;color: #222;margin-bottom: 20px;line-height: 27px;} 
 .letstalk-section{ border-top:1px solid #e9e9e9;}
.container-main{padding: 50px 0 50px;}
.tabtext:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 81%;
    width: 24vw;
    background: #59ce63;
    border-radius: 0;
    /* border-right: 2px solid #fff; */
}

.tabtext:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 24vw;
    background: #ffa135;
    border-radius: 0;
    border-right: 2px solid #fff;
}

/*morebtn*/

.morebtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-family: inherit;
}
.morebtn{
  width: 12rem;
  height: auto;
}
.morebtn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #2f2170;
  border-radius: 1.625rem;
}
.morebtn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.morebtn .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.morebtn .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.morebtn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0;
  margin: 0 0 0 0.4rem;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.morebtn .button-text a{ color: #000;}
 
.morebtn:hover .circle {
  width: 90%;
}
.morebtn:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.morebtn:hover .button-text {
  color: #fff;
}
.morebtn .button-text:hover {
  color: #fff;
}


 
.viewall a { color:#222; text-decoration:underline;}
.viewall a:hover{text-decoration:none;}

.technologies-section{padding: 1px 0 70px;}


ul.flex-container-modules {margin: 0; padding: 0; list-style: none;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
}
 
ul.flex-container-modules li {
    width: 30%;
    /* height: 172px; */
    box-shadow: 0px 0px 17px 10px #f4f1f1;
    border-radius: 5px;
    padding: 42px 15px;
    margin: 13px;
    background-color: #fff;
    position: relative;
    text-decoration: none;
}


 ul.flex-container-modules li  img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    }
   ul.flex-container-modules li  h3 {
 font-size: 14px;
 text-align: center;
 margin-top: 10px;
 }  

ul.flex-container-modules li:hover {
        transition: 1s;
        text-decoration: none;
    }
.clients-section{background:#fff9ef;padding: 50px 0 60px;background: #f4f4f4;}


.clients-section ul.flex-container-modules {margin: 0; padding: 0; list-style: none;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
}
 
.clients-section ul.flex-container-modules li {
    width: 23%;
    height: auto;
    box-shadow: none;
    border-radius: 5px;
    padding: 20px 10px;
    margin: 0px 10px 15px;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
}

p.smalltext{ color: #2b2929; font-size: 16px;}
.link2{ font-size:26px; color:#222; font-weight:600;}

.services-section {background: #f6eeff;padding: 50px 0 70px;}

.servicebox {width: 560px;height: 362px;padding: 40px;margin-bottom: 10px;transition: 1s;}
.servicebox:hover {}

.servicebox1 { background-image: url(../images/service1.jpg); background-repeat: no-repeat; background-size: cover; text-align: right;}
.servicebox1:hover { background-image: url(../images/service1hover.jpg); }

.servicebox2 { background-image: url(../images/service2.jpg); background-repeat: no-repeat; background-size: cover; text-align: left;}
.servicebox2:hover { background-image: url(../images/service2hover.jpg); }

.servicebox3 { background-image: url(../images/service3.jpg); background-repeat: no-repeat; background-size: cover; text-align: right;}
.servicebox3:hover { background-image: url(../images/service3hover.jpg); }

.servicebox4 { background-image: url(../images/service4.jpg); background-repeat: no-repeat; background-size: cover; text-align: left;}
.servicebox4:hover { background-image: url(../images/service4hover.jpg); }


.servicebox h3{color:#fff;font-size: 34px;font-weight: 600;line-height: 38px;}
.servicebox p{color:#fff;font-size: 20px;font-weight: 500;}
.servicebox .explorebtn a{color:#fff;}

.servicebox:hover h3{color:#222;transition: 1s; }
.servicebox:hover p{color:#222;  transition: 1s;}
.servicebox:hover .explorebtn a{color:#222;transition: 1s;}

.explorebtn a{ font-size: 18px;font-weight: 600; text-decoration:underline;}
.explorebtn a:hover{ text-decoration:none;}

.servicebox1 explorebtn a, .servicebox3 explorebtn a {text-align:right;}

.products-section .row {
    margin-left: 0px;
}

.heroslider .morebtn .button-text { color: #2f2170;
  
}
.heroslider .morebtn:hover .button-text {
  color: #fff;
}
.carousel-indicators {
    bottom: 6%;
    left: 5%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: auto;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 100%;
    cursor: pointer;
       background-color: #000;
	opacity: .7
}

.carousel-indicators .active {
    background-color: #FD090B;
    width: 40px;


    border-radius: 10px;
	    background-color: #000;opacity: .7
}

.smalltext{font-size:26px; color:#2b2929; }
.link2 a{font-weight:bold;font-size: 24px;color:#2b2929;text-decoration:underline;margin-bottom: 20px;display: block;}
.link2 a:hover{color:#8D6ED2;}
.lets { width:80%;}
.lets h3{font-size:40px; font-weight:600}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}

ul.flink{margin:0; padding:0; list-style:none;}
ul.flink li{display: inline-block;float: left;margin: 0 31px 0 0;  position: relative}
ul.flink li a{color: #2f2170;font-size:15px;font-weight: 500; position: relative; padding-left: 15px;} 
ul.flink li::before {
    content: "";
    display: block;
    position: absolute;
    inset: 1ex 0 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    top: 10px;
    left: 0px;
}

ul.sicons{margin:0; padding:0; list-style:none;}
ul.sicons li{display: inline-block;float: left;margin: 0 10px 0 0;}

ul.sicons li:hover{margin-top: -5px;transition: 1s;}
 
.nmbr{font-size:30px;color: #000;font-weight:300;margin-bottom: 10px;}
.mailftr a{font-size:18px;color: #b7ab71;font-weight:500;}
 
.footer-section h4{color: #000;font-size:18px;}
.footer-section p{color: #000;font-size:15px;}

.copyright {}
.social{float: right;}

.inner-banner-section{ position: relative; display: block; min-height: 482px; }
.who-we-are-bg{background-image: url(../images/who-we-are-bg.jpg); background-repeat: no-repeat;background-size: cover;}

/*.inner-hdng{
    position: absolute;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    display: block;
    margin-top: 10%;
    width: 50%;
    }*/
.inner-hdng h5{
    font-size: 50px;
}
.inner-hdng p{
    font-size: 33px;
    font-weight: 300;
    line-height: 44px;
}

.breadcrumb-section{display:block;/* border-bottom: 1px solid #e6e3e3; */}
.breadcrumb-section .breadcrumb {background-color: transparent;margin: 10px 0;}

.breadcrumb-section .breadcrumb a {
    color: #9a67cd;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}
.breadcrumb-section .breadcrumb a:hover {
	color: #000;}

.who-we-are-section{padding: 80px 0 70px;position: relative;margin-bottom: 20px;}
.wwr-img{/*width:800px; height:715px;*/ }
.wwr-img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    width: 42vw;
    background: #6950a1;
    border-radius: 0;
    background-image: url(../images/teambg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* width:800px; */
    height:715px;
}
.about-mainpoints {}
.about-mainpoints .mainpoints-box{position:relative;z-index: 1;box-shadow: none;border: 1px solid #eeeded;}
.about-mainpoints .mainpoints-box h4{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-mainpoints .mainpoints-box h5{
    margin-bottom: 10px;
}
.about-mainpoints .mainpoints-box p{
    font-size: 20px;
    line-height: 30px;
}


.wwr-l-h{height: 114px;}

.mission{background: #9a67cd;width: 100%;padding: 25px 25px;text-align: center;height: 265px;background: rgba(154, 103, 205, 0.8);}
.mission h4{color: #fff;font-size: 26px;font-weight: 700;margin-bottom: 10px;}
.mission p{color: #fff;font-size: 18px;}

.vision{background: #ffa136;width: 137%;padding: 25px 25px;text-align: center;height: 264px;margin-left: -123px;}
.vision h4{color: #fff;font-size: 26px;font-weight: 700;margin-bottom: 10px;}
.vision p{color: #fff;font-size: 18px;}

.value{background: #77ca53;padding: 25px 25px;text-align: center;height: 300px;}
.value h4{color: #fff;font-size: 26px;font-weight: 700;margin-bottom: 10px;}
.value p{color: #fff;font-size: 18px;}


.wwr-l-h h3{ }

.about-company-section{
    /* background: #f6eeff; */
    padding: 80px 0;
    }

.about-company-section h2{}

.meet-our-people-bg{background-image: url(../images/meet-our-people-bg.jpg); background-repeat: no-repeat;background-size: cover; background-position: center;}
.mobi-tim-bg{background-image: url(../images/mobi-tim-bg.jpg); background-repeat: no-repeat;background-size: cover;}
.human-resource-management-system-bg{background-image: url(../images/human-resource-management-system-bg.jpg); background-repeat: no-repeat;background-size: cover;}
.integrated-solution-for-business-accounting-bg{background-image: url(../images/integrated-solution-for-business-accounting-bg.jpg); background-repeat: no-repeat;background-size: cover;}

.vehicle-management-system-bg{background-image: url(../images/vehicle-management-system-bg.jpg); background-repeat: no-repeat;background-size: cover;}

.leadership-bg{background-image: url(../images/leadership-bg.jpg); background-repeat: no-repeat;background-size: cover;}

.client-bg{background-image: url(../images/clients-bg.jpg); background-repeat: no-repeat;background-size: cover;}
.forest-produce-management-system-bg{background-image: url(../images/forest-produce-management-system-bg.jpg); background-repeat: no-repeat;background-size: cover; background-position: center;}
.e-auction-bg{background-image: url(../images/e-auction-bg.jpg); background-repeat: no-repeat;background-size: cover;}


.team-section{padding: 70px 0;}
.teambox{}
.teamboximg{position: relative; overflow: hidden;}
.teamcolor1{background: #efeafa;padding-top:20px;border-radius:10px;}
.teamboximg img{position: relative; overflow: hidden; max-width: 100%; transition: transform 1s;}

.teamboximg img:hover{ transform: scale(1.1); position: relative;}

.teambox-content{}
.teambox-content h3{
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 10px;
}
.teambox-content p{
    text-align: center;
    color: #5b5a5acc;
    font-weight: 500;
    margin-bottom: 40px;
}
.white-section{ padding:70px 0;}
.navbar-light .navbar-brand {
    width: 150px;
}
.navbar-brand img{width: 80px;}

.leadership-section1{  position: relative;}
.leadership1img {min-height: 540px;
    padding: 30px 0px 0;
}
.leader1img{ position: relative; z-index: 100}
.leadership1img:before {
     content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60%;
    width: 24vw;
    background: #6950a1;
    border-radius: 0;
 
}
.leader1text{
    padding-top: 120px;
}
.leader1text2{
    background: #6950a0;
    color: #fff;
    padding: 20px;
    margin-top: 80px;
}
.leader1text2 h2{
    color: #fff;
}
.leader1text2 h3{
    font-size: 25px;
    font-weight: 300;
}
.leader1text p{font-size:24px; font-weight: 300;}

.why-choose-us-section{background-image: url(../images/why-choose-us-bg.jpg);background-repeat: no-repeat;background-size: cover; }

.why-choose-us-section h2{ color: #fff;}


ul.list-wcu{margin: 30px 0 0;padding:0;list-style: none;}
ul.list-wcu li{
    color: #fff;
    margin: 0 72px 40px 0;
    float: left;
    width: 40%;
    min-height: 244px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
	position: relative;
}
.ul.list-wcu li::after{  content:url('../images/tick.png');  position:absolute;
   left:50%;
   margin-left:-8px;
   top:-16px; }
.about-section{padding: 70px 0;background-color: #fff;} 

.unique-features-section{background-image: url(../images/list-unique-features.png);background-repeat: no-repeat;background-size: 70%;padding: 60px 0 30px;background-position: right top;     background-image: none;}
.supply-chain-bg{background-image: url(../images/supply-chain-bg.jpg);background-repeat: no-repeat;background-size: cover; }
.mfp-bg{background-image: url(../images/mfp-bg.jpg);background-repeat: no-repeat;background-size: cover; }

.mpms-bg{background-image: url(../images/mpms-bg.jpg);background-repeat: no-repeat;background-size: cover; }
.university-management-system-bg {background-image: url(../images/university-management-system-bg.jpg);background-repeat: no-repeat;background-size: cover; }
.our-culture-people-bg{background-image: url(../images/our-culture-people-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}
.accounting-bg{background-image: url(../images/accounting-bg.jpg);background-repeat: no-repeat;background-size: cover; }

ul.list-unique-features{    margin: 0;
    padding: 0;

    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

ul.list-unique-features li{
    border-radius: 10px;
    margin: 0 20px 5px 0;
    /* width: 46%; */
    float: left;
    /* min-height: 152px; */
    padding-left: 19px;
    position: relative;
    padding: 20px;
    transition: 0.5s;
}

ul.list-unique-features li h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.list-unique-features li p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

ul.list-e-auction{margin:40px 0 0;padding:0;list-style: none;}

ul.list-e-auction li{
    /* background: #f7f7f7; */
    /* border-radius: 10px; */
    margin: 0 20px 20px 0;
    padding: 20px 0 20px;
    width: 31%;
    float: left;
    min-height: 255px;
    border-bottom: 1px solid #000;
}


.breadcrumb {font-size: 12px;}

.about-inner-section{
    border-bottom: 1px solid #f2ecec;
    padding: 40px 0 50px;
 
    }  

.title3 h3{    font-weight: 300; 
    font-size: 34px;
    line-height: 44px;}

.breadcrumb {
	padding: 0.75rem 0rem;
	background: transparent;
	}

.e-auction-img{ margin:30px 0 0;
}

.supply-chain-section {
    background-image: url(../images/supply-chain.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 70px 0;
    background-position: center;
    background-color: #000;
}


ul.list-supplychain{margin: 0px 0 0;padding:0;list-style: none;}
ul.list-supplychain h3{color:#fff;margin-bottom: 30px;}
ul.list-supplychain h4{color:#fff;margin: 0;font-size: 22px;margin-bottom: 10px;}
ul.list-supplychain p{color:#fff;font-size: 14px;line-height: 23px;margin: 0;padding: 0;}
ul.list-supplychain li{
    color: #fff;
    margin: 0 22px 20px 0;
    float: left;
    width: 45%;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative;
    min-height: 141px;
}

.breadcrumb-section-wcu .breadcrumb-section {
    border-top: 1px solid #e6e3e3;
}

.mobitim-benefit-section{background-image: url(../images/mobitim-benefit-bg.jpg);background-repeat: no-repeat;background-size: cover;padding: 70px 0;background-position: left;min-height: 674px;}
.mobitim-benefit-section h2{color:#fff;margin-top: 59px;}

ul.list-mobitim-benefit{margin: 10px 0 0px 20px;padding:0;list-style: none;}

ul.list-mobitim-benefit li{
    /* background: #fff; */
    /* border-radius: 10px; */
    margin: 0 20px 20px 0px;
    padding: 20px 10px 20px 30px;
    width: 46%;
    float: left;
    position: relative;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 18px;
}


ul.list-mobitim-benefit li::before {/*content: ''; */content: url(../images/tick.png);position: absolute;top: 22px;left: 0;background-repeat: no-repeat;}


.herbs-section{ position: relative;}
.herbsimg{position: relative;}
.herbs-mfp{
    position: absolute;
    z-index: 1;
    top: 110px;
    font-size: 83px;
    font-weight: 600;
}
.herbs-heading{
    position: absolute;
    top: 260px;
    width: 35%;
}
.herbs-heading h3{font-size: 23px;line-height: 34px;}
.herbstext{
    position: relative;
    left: 39%;
    top: 20px;
    width: 60%;
}

ul.list-mpms{list-style: none;padding: 0;margin: 0;position: relative;width: 100%;}
ul.list-mpms li{
    width: 16%;
    float: left;
    display: block;
    min-height: 190px;
    padding: 50px 20px;
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
}
.mpms{}
.mpms1{background-color: #8D6ED2;position: relative;margin-top: 189px;color: #fff;}
.mpms2{background-color: #FF9F0E;position: relative;margin-top: 189px;color: #fff;}
.mpms3{background-color: #8DC63F;position: relative;margin-top: 189px;color: #fff;}

.mpmsbdr1{border: 1px solid #8D6ED2;}
.mpmsbdr2{border: 1px solid #FF9F0E;}
.mpmsbdr3{border: 1px solid #8DC63F;}

.main-section{padding: 20px 0 50px;}

ul.list-ums{list-style: none;padding: 0;margin: 0; width: 100%;}
ul.list-ums li{
    width: 23%;
    float: left;
    display:inline-block;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
    margin: 0 15px 20px 0;
    min-height: 120px;
    font-size: 15px;
    font-weight: 500;
    padding: 40px 10px;
    text-align: center;
    line-height: 18px;
    border-left: 2px solid #8D6ED2;
    border-radius: 5px;
transition: transform 2s;
    }
ul.list-ums li:hover{ color: #FFFFFF; background: #8D6ED2;}

.ums-section{ padding: 70px 0; background-color: #f7f7f7;}
.triangle-right {
	width: 240px;
	height:250px;
	border-top: 25px solid transparent;
	border-left: 50px solid #9173d4;
	border-bottom: 25px solid transparent;
	border-radius:7px;
	display: flex;
	justify-content:center;
	align-items: center;
	font-weight: 600;
	color: #9173d4;
	font-size: 26px;
	padding-left: 20px;
	line-height: 36px;
}


.herbs-section .teamboximg{position: relative; overflow: hidden;}
.herbs-section .teamboximg img{position: relative; overflow: hidden; max-width: 100%; transition: transform 1s;}
.herbs-section .teamboximg img:hover{ transform: scale(1.20); position: relative;}

.our-secret-section{} 
.our-secret-section h3{
    text-align: center;
    color: #fff;
    font-size: 46px;
    padding-top: 82px;
} 
.our-secret-text {background-image: url(../images/our-secret.jpg);background-repeat: no-repeat;background-size: cover;min-height: 500px;border-radius: 4px;margin-bottom: 70px;}

.usp-section{background: #6950a1;padding:70px 0;color: #fff; background-image: url(../images/usp-section-bg.jpg);background-repeat: no-repeat;background-size: cover;}

.hrms-bg{ background-image: url(../images/hrms-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.invoicing-bg{background-image: url(../images/invoicing-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.confidential-report-bg{background-image: url(../images/confidential-report-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.file-approval-bg{background-image: url(../images/file-approval-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.governance-bg{background-image: url(../images/governance-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.saas-bg {background-image: url(../images/saas-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.cloud-services-bg{background-image: url(../images/cloud-services-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.erp-bg{background-image: url(../images/erp-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.mobile-app-bg{background-image: url(../images/mobile-app-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.contact-us-bg{background-image: url(../images/contact-us-bg.jpg);background-repeat: no-repeat;background-size: cover;}
.join-us-bg{background-image: url(../images/join-us-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center}
.custom-software-development-bg{background-image: url(../images/custom-software-development-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center}
.it-consulting-services-bg{background-image: url(../images/it-consulting-services-bg.jpg);background-repeat: no-repeat;background-size: background-size: cover; background-position: center;}
.ics-advantages{background-image: url(../images/ics-advantages.jpg);background-repeat: no-repeat;background-size: contain;background-position: center;padding: 70px 0;background-color: #000;}
.network-services-bg{background-image: url(../images/network-services-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}
.case-study-bg{background-image: url(../images/case-study-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}
.uk-bg{background-image: url(../images/uk-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}
.up-bg{background-image: url(../images/up-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}
.cgbanner-bg{background-image: url(../images/cgbanner-bg.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;}


.usp-section .counter{color: #fff; }
.usp-section i{color: #fff;}
.usp-section .count-number{color: #fff;}
.usp-section .stats-line-black{color: #fff;}
.usp-section p{color: #fff;}

.dropdown-menu { top: 97%; }
.dropdown-item{font-size:15px}


ul.list-accounting{margin:40px 0 0;padding:0;list-style: none;}

ul.list-accounting li{
 margin: 0 20px 15px 0;
 padding: 10px 15px 0 15px;
 /* width: 31%; */
 float: left;
 /* border: 1px solid #f1f1f1; */
 border-left: 1px solid #8d6ed2;
 border-radius: 0;
 box-shadow: 1px 1px 11px 1px #f3f3f3;
 width: 100%;
 /* min-height: 160px; */
}

ul.list-accounting h3{
    font-size: 20px;
    margin-bottom: 5px;
}
ul.list-accounting p{
    font-size: 15px;
    line-height: 24px;
}
.afms h5 {line-height:28px}

.box1{ background:#8D6ED2; padding:40px; color:#fff;}
.box1 h3{color:#fff;}
.box1 p{color:#fff;}

.box2{ background:#FF9F0E; padding:40px; color:#fff;}
.box2 h3{color:#fff;}
.box1 p{color:#fff;}

.box3{ background:#8DC63F; padding:40px; color:#fff;}
.box3 h3{color:#fff;}
.box3 p{color:#fff;}

.box4{  border:1px solid #c7c7c7; padding:40px;}
.box3 h3 {}
.box3 p {}

.title4 h4 {
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
	
}

.governance-section {position:relative;padding: 70px 0;}

 
ul.list-governance{margin: 35px 0 0;padding:0;list-style: none;width: 100%;position: relative;}

ul.list-governance li{
    width: 100%;
    float: left;
    margin: 0 0 20px -80px;
    background-color: #fff;
    padding: 20px; transition: 0.5s;
}

ul.list-governance li h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;  
}
ul.list-governance li p{
    font-size: 13px;
    line-height: 20px;  
}
ul.list-governance li:hover p, ul.list-governance li:hover h3{ color: #fff;}
 
ul.list-governance li:hover{background-color: #8d6ed2; }



ul.list-saas{margin:0;padding:0;list-style: none;width: 100%;position: relative;}

ul.list-saas li{
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    background-color: #fff;
    padding: 18px;
	transition: 0.5s;
}

ul.list-saas li h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.list-saas li p{
    font-size: 13px;
    line-height: 20px;
}
 
ul.list-saas li:hover p, ul.list-saas li:hover h3{ color: #fff;}
 
ul.list-saas li:hover{background-color: #8d6ed2;}


ul.list-cloud{margin:0;padding:0;list-style: none;width: 100%;position: relative;}

ul.list-cloud li{
     width: 100%;
    float: left;
    margin: 0 0 0px 0;
    background-color: #fff;
    padding: 5px;
}

ul.list-cloud li h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.list-cloud li p{
    font-size: 13px;
    line-height: 20px;
}

.wcu-cloud-section{
    background: #6950a1;
    padding: 170px 0;
    color: #fff;
    background-image: url(../images/cloud-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    }
.wcu-cloud-section h2{ color:#fff;}
.wcu-cloud-section h3{ size:18px;}

.cloud-service-box{padding: 20px;}

 
ul.erp-list { 
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
ul.erp-list li {
    margin: 10px;
    padding: 20px 0 20px;
    width: 23%;
    float: left;
    border-bottom: 1px solid #000;
    text-align: center;
    min-height: 304px;
}

.mobile-app-section{    background-image: url(../images/mobile-app-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0;
    background-position: center bottom;
    background-color: #000;}
.mobile-app-section h2{color:#fff;margin-top: 59px;}

 .mobile-app-section h3{color:#fff;  font-weight:600}
ul.list-mobile-app{margin:0;padding:0;list-style: none;width: 100%;position: relative;}

ul.list-mobile-app li{
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 10px 0 0;
}

ul.list-mobile-app li h4, ul.list-mobile-app li p{color:#fff;}

ul.list-mobile-app li h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.list-mobile-app li p{
    font-size: 16px;
    line-height: 24px;
}

.whowr-section {
    border-bottom: 1px solid #f2ecec;
    padding: 40px 0 70px;
}

.erp-list2 ul.erp-list li {
    margin: 5px auto;
    padding: 20px 0 0px;
    width: 90%;
    float: left;
    border-bottom: none;
    text-align: center;
    min-height: auto;
    border-bottom: 1px solid #ccc;
    display: block;
    float: none;
}

.list-accounting2 ul.list-accounting li {
    margin: 0 20px 15px 0;
    padding: 15px;
    width: 100%;
    float: left;
    border-left: 1px solid #8d6ed2;
    border-radius: 0;
    box-shadow: 1px 1px 11px 1px #f3f3f3;
}

.list-accounting3 ul.list-accounting li {
    margin: 0 20px 15px 0;
    padding: 15px;
    width: 31%;
    float: left;
    border-bottom: 1px solid #8d6ed2;
    border-radius: 0;
    box-shadow: 1px 1px 11px 1px #f3f3f3;
    min-height: 150px;
    border-left: none;
    font-size: 15px;
    line-height: 23px;
}

.contact-box{box-shadow: 0 0 50px 10px rgb(158 158 158 / 10%);padding: 0 20px 20px 20px;/* min-height: 232px; */text-align: center;background: #fff;border-radius: 5px;}
.w80{ width:80%; text-align:center; margin:0 auto 30px;} 

/*h5{line-height: 30px;}*/

.contact-form{
    box-shadow: 0 0 50px 10px rgb(158 158 158 / 10%);
    padding: 20px;
    margin: 0px 0 30px 0;
    width: 100%;
    border-radius: 6px;
    }
.contact-form input{
    text-transform: none;
    background-color: #f5f5f5;
    border: 0 !important;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    /* border-bottom: 1px solid #e1e1e1!important; */
}
.contact-form label{}
.contact-form textarea{
    text-transform: none;
    background-color: #f5f5f5;
    border: 0 !important;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    font-size: 14px;
}

.submitbtn{ color: #fff;
    padding: 7px 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background: #8d6ed2;
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
}

.submitbtn:hover{    background: #7f5ec9;}

input:focus, select:focus, textarea:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.contact-box .icon {
    margin: 20px auto;
    display: block;
    padding-top: 25px;
}

.form-pic{ }
.form-pic img{ border-radius:6px;}

ul.flex-container-modules img {
transition:0.5s;
}

ul.flex-container-modules img:hover {
    transform: scale(1.1) translateY(-5px);
}

.inner-hdng h5 {line-height: 50px;} 

.joinus-section {
    background-image: url(../images/joinus-section.jpg);
    background-repeat: no-repeat;
    padding: 70px 0;
    background-position: center bottom;
    background-color: #000;
}


.joinus-section ul.list-supplychain li{
 color: #fff;
 margin: 0 22px 20px 0;
 float: left;
 width: 47%;
 font-size: 17px;
 font-weight: 500;
 border-bottom: 1px solid #fff;
 padding-bottom: 15px;
 position: relative;
 min-height: 115px;
}

.joinus-section ul.list-supplychain p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.container70{ padding: 70px 0;}


.products-section{}

#myBtn {
    margin: 0 auto 10px;;
    display: block;
    /* border: none; */
    cursor: pointer;
    width: 290px;
}

.myBtn2 .morebtn .button-text {
    text-align: left;
    padding-left: 50px;
    padding-top: 12px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: static; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 101%; /* Full width */
  /* height: 100%; */ /* Full height */
  /* overflow: auto; */ /* Enable scroll if needed */
  /* background-color: rgb(0,0,0); */ /* Fallback color */
  /* background-color: rgba(0,0,0,0.4); */ /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
  position: inherit;
  bottom: 0;
  background-color: #fefefe;
  width: auto;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  top: 100%;
  width: 100%;
  border: none;
  background: #000;
  border-radius: 0;
  color: #fff;
  background-image: url(../images/modal-bg.jpg);
  background-repeat: no-repeat;
  padding: 10px 0 30px;
  background-size: cover;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 400;
  opacity: 9;
}

.close:hover,
.close:focus {
  color: #8d6ed2;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: transparent;
  color: white;
  border-bottom: 0;
}

.modal-body {padding: 15px 25px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.products-links{ position:relative;}

.products-modal-links a{
    color: #fff;
    display: block;
    margin-bottom: 30px;
}
 
.life-at-transcend-section img{ border-radius:20px;} 
.container-gray { padding:70px 0; background:#f7f7f7;}


ul.list-unique-features li:hover{ background-color: #8D6ED2; color: #fff;}


ul.listdot {margin:0; padding: 0; list-style: none;;}
ul.listdot li{    position: relative;}

ul.listdot li::before {
    content: "";
    display: block;
    position: absolute;
    inset: 1ex 0 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.unique-features-section ul.list-unique-features li {/* min-height: 352px; *//* width: 31%; */display: inline-block;}

ul.list-unique-features li::before {
    content: "";
    display: block;
    position: absolute;
    inset: 1ex 0 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    top: 27px;
    left: 6px;
}

.advantages-section ul.list-unique-features li {
    width: 46%;
}

.h3, h3 {
    font-size: 36px;
    font-weight: 600;
}

.white-section{}
.white-section h2, .white-section h3, .white-section p, .white-section ul.list-unique-features li{ color: #fff;}

.why-choose-us-fpms {background-image: url(../images/why-choose-us-fpms.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;}

ul.list-unique-features h4 {margin-bottom:0}
.why-custom-development ul.list-unique-features li {
       min-height: auto;
}
.container40 {
    padding: 40px 0;
}

.ics-section{}
ul.list-ics{    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;}
ul.list-ics li{
    min-height: 136px;
    width: 48%;
    float: left;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 20px;
    margin: 0 20px 20px 0;
    border-radius: 5px;
	transition: 0.1s;
    }
 

ul.list-ics li:hover{ background-color: #8D6ED2; color: #fff;}
 
ul.list-ics li h4{ font-size:20px;}

ul.list-ics li ul{
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}
ul.list-ics li ul li{
    width: 100%;
    min-height: auto;
    padding-left: 20px;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: relative;
    padding-left: 17px;
}
ul.list-ics li ul li::before{
    content: "";
    display: block;
    position: absolute;
    inset: 1ex 0 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    top: 12px;
    left: 0;
    }



.ics-advantages ul.list-unique-features li {font-size: 14px;line-height: 24px;-webkit-box-flex: 0;-ms-flex: 0 0 46%;flex: 0 0 46%;max-width: 46%;}

.ics-advantages2 ul.list-unique-features li {
font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 48%;
}
.why-custom-development5 ul.list-unique-features li {
 font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 48%;
}

.list-unique1 ul.list-unique-features li {
font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 48%;
}

.list-unique2 ul.list-unique-features li {
 font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 48%;
}

.list-unique3 ul.list-unique-features li {
    width: 100%;
    min-height: auto;
    font-size: 14px;
    line-height: 24px;
}
.inner-banner-section h5{line-height:64px;}
.list-unique4 ul.list-unique-features li {
font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 48%;
}
.white-section h4{color:#fff;}

.supply-chain-section ul.list-unique-features li::before {color: #fff;}

.supply-chain-section ul.list-unique-features h4 {
    margin-bottom: 8px;
}

ul.list-supplychain li {padding:15px; transition: 0.5s;}



ul.list-supplychain li:hover p, ul.list-supplychain li li:hover h3{ color: #fff;}

ul.list-supplychain li:hover{background-color: #8d6ed2;  border-radius: 10px; border-bottom: 0;}

.joinus-section ul.list-supplychain li {
    min-height: 177px;
}

.joinus-section .cms ul.list-supplychain li {
    min-height: 115px;
}
.copyright{ text-align:center; font-size:14px;}

.life-at-transcend-text {
    background: #8D6ED2;
    color: #fff;
    padding: 70px 0;
	background-image: url(../images/life-at-transcend-text.jpg);background-repeat: no-repeat;background-size: cover; background-position: center
}

.numbers-heading{  
    font-family: BioSans-Regular, Roboto-Regular, sans-serif;
    font-weight: 700;
    font-size: 5.25rem;
    line-height: 6.5rem;
    letter-spacing: 0.01rem;
    color: rgb(255, 255, 255);
    text-shadow: rgb(162, 132, 247) -1px 0px, rgb(162, 132, 247) 0px 1px, rgb(162, 132, 247) 1px 0px, rgb(162, 132, 247) 0px -1px;
    margin-bottom: 0.5rem;}
.numbers-heading1{    content: "01";}
.numbers-heading2{    content: "02";}
.numbers-heading3{    content: "03"; color:#f7f7f7;}
.numbers-heading4{    content: "04"; }
.numbers-heading5{    content: "05"; color:#f7f7f7;}
.numbers-heading6{    content: "06";}
.numbers-heading7{    content: "07"; color:#f7f7f7;}
.numbers-heading8{    content: "08";}
.numbers-heading9{    content: "09"; color:#f7f7f7;}


.cg .numbers-heading2{    content: "02"; color:#f7f7f7;}
.cg .numbers-heading3{    content: "03"; color:#fff;}
.cg .numbers-heading4{    content: "04"; color:#f7f7f7;}
.cg .numbers-heading5{    content: "05"; color:#fff;}

.logo-case-study{margin: 0 0 20px 0;}

.case-study-img{ border-radius:20px;}
.case-study-img img{ border-radius:20px;}

.case-study-mt{
    margin-top: 80px;
}
.case-study-box{
    margin-left: 50px;
}

/*.parent-zoom {position: relative;
    overflow: hidden;
}

.parent-zoom:hover .forest-produce-management-system-bg,
.parent-zoom:focus .forest-produce-management-system-bg {
  transform: scale(1.1); transition: transform 1s;
}*/

.list-unique5 ul.list-unique-features li {
    width: 46%;
    min-height: 117px;
    font-size: 14px;
    line-height: 24px;
}

.fpms-italic{    margin: 20px 0px 10px 0px!important;
    font-style: italic;}

.list-unique6 ul.list-unique-features li {
    font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
}

.inner-hdng-parent {
    min-height: 481px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 

.inner-hdng{color: #fff;
    left: 4%;
    position: absolute;
width: 50%;}

.map-location{
    margin-top: 0;
    box-shadow: 0 0 50px 10px rgb(158 158 158 / 10%);
    padding: 20px;
    }

.readmore-products{}

.advantage-auction{
      padding: 70px 0;
    background-image: url(../images/advantage-auction.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right, top;
    background-color: #8d6fd3;
    color: #fff;
}

.advantage-auction ul.list-unique-features li:hover {
    background-color: #ff9f0d;
    color: #fff;
}

.advantage-auction .list-unique2 ul.list-unique-features li {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}


.points-section {
    /* text-align: center; */
    padding: 70px 0 50px;
}
.points-section h3{
    font-size: 50px;
    font-weight:600;
    font-family: "Montserrat", sans-serif;
    color: #027DDB;
    font-size: 16px;
    margin-bottom: 9px;
    margin-top: 6px;
}
.points-section h3 span{  font-weight:200;}
.points-section h4{
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.points-section p{
    /* font-size: 16px; */
    /* line-height: 20px; */
    color: #373737;
}
 
.container70{padding: 10px 0;}
.container50{ padding:50px 0;}
.searchlink { position: relative; 
color: #fff; text-decoration: none;    
margin-left: 30px; transition:0.5s;
}

 
.about-section{}

.aboutbox{background: #2f2170;color: #fff;padding: 20px 20px 11px 20px;box-sizing: border-box;border-radius: 5px;}
.abouttext{
    font-size: 14px;
    font-weight: 500;
    background: #b7ab71;
    color: #fff;
    padding: 0px 6px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 22px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.aboutbox h3{/* text-transform: uppercase; */font-size: 34px;margin: 5px 0 10px;}
.aboutbox p{
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
}

.readmore{
    color: #b7ab71;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
}
.readmore:hover{
    color: #fff;
}
.callbtntext{
    display: inline-block;
    width: 100%;
}
.imgcallbtn{
    float: left;
    margin-right: 10px;
    display: inline-block;
}
.imgcallbtn img{}
.callbtntextright{
    float: left;
    display: inline-block;
    width: 73%;
}
.callanytime{
    font-size: 12px;
    line-height: 20px;
    color: #b7ab71;
}
.callnumber{
    font-size: 17px;
    color: #fff;
}
.downloadbox h3{margin-bottom:10px;font-size: 26px;margin-top: 0;}
ul.btnsinline{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
ul.btnsinline li{
    /* float: left; */
    /* display: inline-block; */
    /* margin-right: 10px; */
}
ul.btnsinline li:last-child{ margin-right: 0px;}
ul.btnsinline li img{
    width: 170px;
}.doauditsbox{
    border: 1px solid #EBEBEB;
    padding: 15px;
    border-radius: 5px;
}
.doauditsbox p{
    font-size: 20px;
    margin-bottom: 30px;
}
.doauditsbox img{
    border-radius: 5px;
}

.borderline{
    border-bottom: 1px solid #E2E2E2;
    height: 10px;
    margin-bottom: 0px;
    }

a.getstartedbtn2 {background: #fff;padding: 10px 30px;border-radius: 2px;color: #aa36a5;text-decoration: none;font-weight: 600;text-transform: uppercase;position: relative;transition:0.5s;border: 1px solid #aa36a5;margin-bottom: 30px;display: inline-block;}
 
.errowbtn{
    background-image: url(../images/errowbtn.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 14px;



    height: 14px;
    position: relative;
    top: 3px;
    left: 10px;
    }

 .getstartedbtn2:hover .errowbtn{  background-image: url(../images/errowbtn-white.png);  

   }
a.getstartedbtn2:hover {	background:#aa36a5; color: #fff;}
.msc{
    text-align: center;
    margin-top: 20px;
}
.mscimg{}
.mscimg img{
    width: 100%;
}
.msc h2{
    font-size: 22px;
    margin-bottom: 15px;
}
.msc p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 36px;
}
.msctext1{
    padding: 0 20px;
    margin-top: 40px;
}
.msctext2{
    padding: 0 20px;
}

ul.btnsinline{}
ul.btnsinline li{
	font-size: 14px;
	line-height: 35px;
	position: relative;
	display: block;
	padding-left: 20px;
	}

ul.btnsinline li::before {
    content: "";
    display: block;
    position: absolute;
    inset: 1ex 0 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    top: 15px;
    left: 6px;
}

.logoframeimg{margin-top: 15px;border-radius: 5px;}
.logoframeimg img{ border-radius: 5px;}
.about-section2 {margin-bottom:70px;}


.ps-section{
    background-image: url(../images/professional-services.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 90px 0 20px;
    margin-top: 0px;
    }
.ps-section h2{font-size: 40px;color: #fff;}
.ps-section h3{font-size: 16px;color: #222;text-align: center;font-weight: 500;line-height: 23px;margin-top: 20px;}
.ps-section p{color: #fff;} 
.pslist{
    list-style: none;
    margin: 60px 0 0 0;
    padding: 0;
}
.pslist li{text-align: center;background-color: #fff;width: 23%;padding: 10px;border-radius: 5px;float: left;margin-right: 20px;/* box-shadow: 0px 5px 10px 0px #efeded; */min-height: 306px;/* border: 1px solid #c3b052; */}
.pslist li:last-child{margin-right:0;}
.psimg{}
.psimg img{border-radius: 65px;}


.products-section h4{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    /* background-color: #f4f4f4; */
    border-radius: 5px;
    padding: 15px 0 0 0;
    /* border: 1px solid #ccc; */
}
.pdsimg{
    border-bottom: 1px solid #ededed;
    min-height: 251px;
}



.testimonial-2{background: #F9F9F9;margin-left: 15px;padding: 20px;border-radius: 4px;min-height: 330px;}

.testimonial-left-text{
    width: 86%;
    padding-top: 65px;
}
.testimonial-left-text h2{}
.testimonial-left-text h3{
    color: #727273;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}


.tagline{
    color: #2F2170;
    background: #F7F7F7;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.userdetail{
    display: inline-block;
}
.clientimg{
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.clientimg img{
    width: 70px!important;
}
.clients_name{
    float: right;
    font-weight: 600;
    line-height: 24px;
    padding-top: 10px;
}
.clients_name span{
    font-weight: 400;
    display: block;
    font-size: 14px;
    color: #777575;
}
.companylogo{}
.companylogo img {
    width: auto!important;
    display: block;
    margin: 0 auto;
}
.connectwithus{   
	background-image: url(../images/connectwithus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;}
.connectwithus h2{color: #fff;text-align: center;margin-bottom: 20px;}
.connectwithus input{
    height: 46px;
}
.connectwithus textarea{}

.connect{}

.cwu-submit{
    text-align: center;
}

.cwu-submit a.getstartedbtn:hover{ background:#231E61; color:#fff}
.footersection{padding: 60px 0 40px;}
.emailf{
    display: inline-block;
    margin-bottom: 10px;

}
.emailf-icon{
    float: left;
    margin-right: 10px;
    display: inline-block;
    padding-top: 12px;
}
.emailf-text {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
    display: inline-block;
    margin-left: 7px;
}
.emailf-text span{
  
	  font-size: 18px;
    display: block;
}

ul.flinks{margin: 0;
    padding: 0;
    list-style: none;}
 ul.flinks li{position: relative;padding-left: 20px;margin-bottom: 4px;}
 ul.flinks li a{
    color: #222;
    font-size: 14px;
}
 ul.flinks li a:hover{}

 ul.flinks li::before {
    content: "";
    display: block;
    position: absolute;
    inset: 1ex 0 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    top: 10px;
    left: 0px;
}
 


.emailf2 {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.emailf-text2 {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
    display: inline-block;
    margin-left: 7px;
    width: 70%;
}
.emailf-icon2 {
    float: left;
    margin-right: 10px;
    display: inline-block;
    padding-top: 27px;
}.emailf-text2 span{
    font-size: 18px;
    display: block;
}
.footerlogo img{width: 190px;}.fline {
    border-top: 1px solid #E2E2E2;
    padding-top: 20px;
    margin-top: 24px;
    font-size: 12px;
    width: 100%;
}.poweredby {
    text-align: right;
}
 
.copyright{
    text-align: left;
}
.poweredby{ text-align:right;}

.fline{border-top: 1px solid #E2E2E2;padding-top: 10px;margin: 24px 0 10px;font-size: 12px;width: 100%;}




/* Overall Section Styling */
.solutions-section {
  padding: 50px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.solution-item {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 10px 20px;
  border-radius: 5px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  margin-bottom: 30px;
  position: relative;
}

/* Image Styling */
.solution-image {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 30px 30px;
  margin-bottom: 20px;
}

/* Heading and Subheading Styling */
.solution-heading {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  margin-top: -50px;
  left: 10%;
  width: 80%;
  border-radius: 15px;
}

.solution-subheading {
  font-size: 15px;
  color: #777;
  margin-bottom: 20px;
  min-height: 54px;
  line-height: 27px;
}

/* Button Styling */
.more-button {
  font-size: 16px;
  color: #fff;
  background-color: #B7AB71;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

.more-button:hover {
  background-color: #2F2170;
	  color: #fff;
	text-decoration: none;
}


#page-header {
    color: #fff
}

#page-header {
    position: relative;
    padding: 20px 0 0;
    color: #fff;
    text-align: center;
    background: #2f2170;
}
#page-header h1{color:#fff;font-size: 30px;}

/*#page-header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #020317; */
    opacity: .75;
    content: ""
}*/

.about-page-banner {
    /* background: url(../images/page-header-1.jpg) no-repeat; */
    background-size: auto auto;
    background-size: cover;
    background-position: 50% -14px
}


.breadcrumb-box {
    display: table;
    margin: 0 auto;
    background: transparent;
}

.inner-container {
    padding: 70px 0;
    width: 100%
}

.breadcrumb-item a {color:#fff;}

.team2{border-top: 1px solid #e3e3e3cc;margin-top: 50px;padding-top: 50px;}

.color-box {
    border: solid 1px #b7ab71;

    padding: 30px;
    margin-top: 30px;
    /* color: #fff; */
}
.color-box p{}
ul.list-infra{}
ul.list-infra li{}

ul.aboutpoints{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
ul.aboutpoints li{
    margin-bottom: 10px;
}
.tick{}
.tick img{}
.aboutpoints-text{
    display: inline-block;
    width: 93%;
}
.aboutpoints-text h3{}
.aboutpoints-text p{}
.industry-section{}

ul.industry-list{
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}
ul.industry-list li{}
.tick{
    float: left;
    margin-right: 12px;
    display: inline-block;
}
.tick img{}
.industry-text{
    display: inline-block;
    width: 89%;
}
.industry-text h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.industry-text p{}


.industry-list .circle {

width: 40px;

height: 40px;

border-radius: 50%;

background-color: #72C2FC;

color: white;

display: flex;

align-items: center;

justify-content: center;

font-size: 20px;

font-weight: bold;

position:relative;

float: left;

display: inline-block;

margin-right: 20px;

text-align: center;

padding: 8px 0;

z-index: 100;

font-weight: 400;
}


.industry-list .circle2 {

width: 40px;

height: 40px;

border-radius: 50%;

background-color: #72C2FC;

color: white;

display: flex;

align-items: center;

justify-content: center;

font-size: 20px;

font-weight: bold;

position:relative;

float: left;

display: inline-block;

margin-right: 20px;

text-align: center;

padding: 8px 0;

z-index: 100;

font-weight: 400;
}
.industry-list .circle::before{content: "";position: absolute;top: 35px;right: 18px;width: 2px;height: 90px;background: #72C2FC;/* transform: skewX(-30deg); */}

.width70{}
.width80{}
/* Main container */
.cards-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

/* Individual Card */
.card {
    width: 270px;
    background: white;
    border-radius: 12px;
    /* overflow: hidden; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
    position: relative;
    padding: 10px;
    border: none;
}

.card img {
    width: 100%;
    /* height: 150px; */
    /* object-fit: cover; */
    border-radius: 10px;
}

.card-content {
    padding: 15px;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card p {
    font-size: 14px;
    color: #555;
}

/* Highlighted Card (Blue Background for Bottom Section) */
.card.highlighted {
    position: relative;
}

.card.highlighted .card-content {
    background-color: #007bff;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

/* Hover Effect */
.card:hover {
    transform: translateY(-5px);
}


 /* Image Styling */
.image-box {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* Checkmark List */
.checklist {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;
}

.check-item {
    font-size: 16px;
    color: #000; /* Blue color */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
}

/* Blue Checkmark Icon */
.check-item::before {
    /* content: "✔"; */
    font-size: 20px;
    /* color: #007bff; */
    margin-right: 10px;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0%;
    width: 21px;
    /* background: #6950a1; */
    border-radius: 0;
    background-image: url("../images/tick.png");
    background-repeat: no-repeat;
    content: '';
}

.what-we-do-section{
    background: #DAEFFF;
    padding: 70px 0;
    margin-top: 60px;
} 

.width70{
    width: 70%;
    margin: 0 auto;
}
.width80{}
.sector-text{}
.sector-content{
    margin-top: 20px;
}
.sector-content h2{
    font-size: 20px;
}


/* Main Section */
.partner-section {
    background-color: #1b1e3c; /* Dark background */
    color: white;
    padding: 70px 0px 0;
    position: relative;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Heading */
.partner-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.partner-section p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 0 90px;
}

/* Features Grid */
.features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.feature {
    width: 22%;
    position: relative;
}

/* Large Background Number */
.feature .number {
    font-size: 70px;
    font-weight: bold;
    color: #477699;
    position: absolute;
    top: -43px;
    right: 30px;
    font-weight: 200;
    left: 0;
}

/* Feature Titles */
.feature h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Feature Text */
.feature p {
    font-size: 14px;
    opacity: 0.8;
}

/* Right-Aligned Logo */
.logo-partner {    position: relative;
    right: 0;
    float: right;
}

.logo-partner img {
    width: 120px;
}

 .client-section{}
.client-logo{}
.client-logo img{}

/* Footer Styling */
.footer {
    /* background-color: #eaeaea; */
    padding: 10px 0px 10px;
}



/* Footer Sections */
.footer-section {
    /* width: 22%; */
}

.footer-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-section p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.footer-section ul li {
    margin-bottom: 8px;
    font-size: 14px;
    list-style: circle;
}

.footer-section ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #007bff;
}

/* Logo Styling */
.logo-footer {
    width: 150px;
    margin-bottom: 10px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.social-icons a {
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #007bff;
}

/* Bottom Copyright */
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    font-size: 14px;
    color: #333;
    display: block;
}

 .client-section{
    padding: 70px 0;
}
.client-logo{
    background: #fff;
    box-shadow: 0 0 10px 0 #e7e6e6;
    margin: 10px;
    padding: 25px 15px;
    border-radius: 5px;
    text-align: center;
    min-height: 190px;
}
.client-logo img{} 
.carousel-caption h3{background:#ADE5FA;color: #202454;font-size: 16px;display: inline-block;padding: 7px 14px;border-radius: 5px;text-transform: uppercase;}



/*new css 16-5-24*/
a.getstartedbtn {background: #fff;padding: 10px 26px;border-radius: 2px;color: #000;text-decoration: none;font-weight: 500;position: relative;transition:0.5s;border-radius: 25px;margin-top: 20px;display: inline-block;}
.getstartedbtn{}
.errowbtn{
    background-image: url("../images/arrow2.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    left: 10px;
    }

 .getstartedbtn:hover .errowbtn{  background-image: url(../images/arrow3.png); }

a.getstartedbtn:hover {background: #017bd9;color: #fff;}

.industry-section h2{margin-top:40px}

.what-we-do-section h3{
    line-height: 27px;
    font-size: 24px;
}

.arrow-top{display:none;}
.arrow-top img{width: 42px!important; }
.card:hover .arrow-top{display:block;position: absolute;z-index: 100;right: 0;top: 179px;}

.card:hover .card-content{background:#007BD9; color:#fff; border-radius:10px; }
.card:hover .card-content p{ color:#fff;  }
.card-content{margin-top:10px;height: 100%;}


.owl-carousel .owl-item .client-logo img {
    display: block;
    width: auto;
    -webkit-transform-style: preserve-3d;
    margin: 0 auto;
}

a.clientbtn{color:#006ECA;float: right;margin-right: 100px;margin-top: 19px;text-decoration: underline;}
.points-section h2{margin-top: 0;}

.inner-page-banner{
    background: #fd090b;
    padding: 40px 0;
}
.inner-page-banner h2{
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
} 
header {
   
  background-color: #fff;  
    z-index: 100;
    width: 100%;
	position: relative
}  /*
.sticky {
    position: fixed !important;    top: 0px;     z-index: 999;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-name: slideInDown;    animation-name: slideInDown;    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
background: #fff;}
.sticky .navbar-brand {padding: 10px 10px;}
.sticky .hdr-top{display:none;}
.sticky .navbar-brand>img {
    width: 45px;}
.sticky .logo { 
    margin: 9px 0 0;
}.sticky .hb{ 
        font-size: 14px; 
    }*/

  /*
.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	background-color: #fff;
	 
	z-index: 9999
}
 
.sticky+.content {
	padding-top: 120px
} 
 
.sticky .navbar-expand-lg .navbar-nav .nav-link { 
        font-size: 14px; 
    }

.sticky .hb{ 
        font-size: 14px; 
    } */

 header { 
    z-index: 100;    
    width: 100%;
	 background:#fff;
}
.sticky .logo img { 
	transition: .5s
} 

.industrypic {
    margin-left: -15px;
}

.sticky ul li.menu-button {
	border: 1px solid #f6aa30
}

.services-section1{
    padding: 90px 0;
}
.service-box{
    margin-top: 50px;
}
.service-box h4{font-size:30px;}
ul.services-list{
    list-style: none;
    padding: 0;
}
ul.services-list li{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    }
ul.services-list li::before {
    font-size: 20px;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0%;
    width: 18px;
    border-radius: 0;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    content: '';
}

.servicesimg{}
.servicesimg img {
    border-radius: 10px;
    width: 100%;
}
.services-text{}
.services-text1{
    margin-top: 40px;
}
.services-text2{
    margin-top: 15px;
}
.services-text3{
    margin-top: 40px;
}
.services-text4{
    margin-top: 152px;
}
.process-automation img{
    border-radius: 10px;
}
.services-section2{}
.process-automation{}
ul.process-automation-list{
    margin: 50px 0 0 -150px;
    list-style: none;
}
ul.process-automation-list li{
    background: #1F2353;
    color: #fff;
    padding: 40px;
    margin: 20px 0;
    border-radius: 5px;
}

ul.process-automation-list li h6{}
ul.process-automation-list li p{}

.services-section3{
    padding: 70px 0;
}
.infrastructure-box{
    border: 1px solid #057BDB;
    border-radius: 10px;
    padding: 10px;
    display: table;
    margin-bottom: 30px;
}
.infrastructurepic{
    float: left;
    display: inline-block;
}
.infrastructurepic img{
    border-radius: 10px;
}
.infrastructure-text{
    width: 71%;
    display: inline-block;
    padding: 10px 0 0 20px;
}
.infrastructure-text h3{
    font-size: 22px;
    margin: 20px 0 6px;
}
.infrastructure-text p{}

.infrastructure-box2{
    border-radius: 10px;
    padding: 40px 10px;
    display: table;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 #f1f1f1;
    min-height: 310px;
    text-align: center;
}
.infrastructurepic2{
    float: none;
    display: inline-block;
}
.infrastructurepic2 img{
    border-radius: 10px;
}
.infrastructure-text2{
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 20px;
}
.infrastructure-text2 h3{
    font-size: 22px;
    margin: 20px 0 6px;
}
.infrastructure-text2 p{}
.infrastructure-box3{
    border-radius: 10px;
    /* padding: 10px; 
    display: table;*/
    margin-bottom: 30px;
    background: #fff;
    min-height: 537px;
}
.infrastructurepic3{
    display: inline-block;
}
.infrastructurepic3 img{
    border-radius: 10px;
}
.infrastructure-text3{
    display: block;
    padding: 10px 0 0 20px;
    background: #fff;
}
.infrastructure-text3 h3{
    font-size: 22px;
    margin: 10px 0 16px;
}
.infrastructure-text3 p{}

.services-section4{}
.services-section5{
    background: #057BDB;
    padding: 70px 0;
    margin-top: 60px;
}

.services-section5 h2{color:#fff;}

.sector-box{margin-bottom:40px;}

ul.client-list{
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}
ul.client-list li{
    float: left;
    width: 23%;20%:;
    background: #fff;
    box-shadow: 0 0 10px 0 #e7e6e6;
    margin: 10px;
    padding: 54px 15px;
    border-radius: 5px;
    text-align: center;
    min-height: 250px;
}
.client-img{
    }
.client-img img {
    display: block;
    width: auto; 
    margin: 0 auto;
}


.aboutuspic{}
.aboutuspic img{}
.about-section2{}
.color1{background: #71C1FE;}
.color2{background: #087DDC;}
.color3{background: #1F2353;}
.visionbox{
    padding: 20px;
    position: relative;
    border-radius: 5px;
    min-height: 318px;
}
.visionbox p{
    color: #fff;
}
.visionbox h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}

ul.about-list{
    list-style: none;
    padding: 0;
}
ul.about-list li{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    }
ul.about-list li::before {
    font-size: 20px;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0%;
    width: 18px;
    border-radius: 0;
    background-image: url(../images/tick-white.png);
    background-repeat: no-repeat;
    content: '';
}

.abouticon{
    position: absolute;
    right: 10px;
    top: 10px;
}
.teamtext h3 {
    color: #1F2353;
    font-size: 24px;
    margin: 0px 0 31px -53px;
    position: relative;
    z-index: 100;
}

.teamtext h4{ color: #1F2353;
    font-size: 18px;}

.whoweare-section{margin-bottom:70px; margin-top:20px;}

.contactpic{
    margin-top: 17px;
}
.contactpic img{
    border-radius: 10px;
}

.contact-section1{padding: 70px 0 20px;/* background:#f7f7f7; */}


.contact-section2{
    padding: 70px 0;
}
.mappic{}
.mappic img{}
ul.flag-location-list{list-style: none;margin: 0 auto;padding: 0;display: table;}
ul.flag-location-list li{
    float: left;
    margin: 48px 48px 8px 48px;
    text-align: center;
}
 ul.flag-location-list li img{
    border-radius: 5px;
    margin-bottom: 20px;
}
ul.flag-location-list li h4{
    color: #007BD9;
    font-size: 16px;
    margin-bottom: 10px;
}
ul.flag-location-list li p{
    font-size: 14px;
}

.mobile{display:none;}
.desktop{display:block;}

.container70 {
    padding: 70px 0;
}

	ul.flag-location-list li { 
    margin: 14px; 
}

.hometext{
    width: 83%;
    margin: 0 auto;
    font-weight: 600;
    text-align: justify;
    font-size: 20px;
    line-height: 34px;
}

   .infrastructure-box {
        width: 100%; 
    }


.carousel-control-next, .carousel-control-prev { 
    color: #000; 
    opacity: .9;
    top: 47%; 
}

/*.carousel-control-next  {  
    left: 2%; 
}
.carousel-control-prev  {  
    right: 2%; 
}*/

.navbar { 
    padding: .2rem 1rem;
}

.colortheme{color:#FD090B}


.eduhive-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 9px 9px 9px 15px;
  background-color: #fd090b;
  font-family: var(--eduhive-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--eduhive-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 6px;
  z-index: 1;
  transition: 500ms;
}
.eduhive-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  background-color: var(--eduhive-yellow, #ffbc01);
  z-index: -1;
  transition: all 500ms ease;
}

.eduhive-btn:hover .eduhive-btn__icon__inner {
  color: var(--eduhive-secondary, #39D4D6);
  animation: slideLeft 0.4s;
}

.eduhive-btn__icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 37px;
    background-color: var(--eduhive-white, #FFFFFF);
    border-radius: 6px;
    overflow: hidden;
    transition: all 500ms ease;
}
.eduhive-btn__icon__inner {
    display: inline-flex
;
    font-size: 13px;
    color: var(--eduhive-base, #fff);
    transition: all 500ms ease;
	color: #fff;
}
.eduhive-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    background-color: var(--eduhive-yellow, #ffbc01);
    z-index: -1;
    transition: all 500ms ease;
}

.eduhive-btn:hover .eduhive-btn__icon__inner{margin-left:5px;}
.eduhive-btn:hover {text-decoration: none;}
.eduhive-btn__text:hover {color:#fff;}
.eduhive-btn__text a{color:#fff;}

.eduhive-btn:hover .eduhive-btn__text{color:#fff;}

.btn-inline-block {
    display: table;
    margin: 0 auto;
}

.btn-border {
    display: flex;
    justify-content: right;
    color: #FD090B;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #FD090B;
}

.btn-border img{margin-right:10px} 
.btn-border:hover {
    color: #FD090B;
    text-decoration: none;
    transition: 0.5s; 
    border: 1px solid #000;
}


.btn-whatsapp{
    display: flex;
    justify-content: right;
    color: #fff;
    padding: 14px 26px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    background: #25d366;
}

.btn-whatsapp img{margin-right:10px} 
.btn-whatsapp:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    background: #14c155; 
}


.about2-section{padding:70px 0;background: #f7f7f7;background-image: linear-gradient(to top right, #ffffff 0%, #ffffff 30%, #fff7f7 60%, #FFFBDD 100%);}


/************** about-thumb-wrap ***************/
.about-thumb-wrap {
  position: relative;
}
.about-thumb-wrap img {
  border-radius: 5px;
}
.about-thumb-wrap.about-left-thumb {
  padding-left: 60px;
  margin-right: 30px;
  padding-bottom: 60px;
}
.about-thumb-wrap.about-left-thumb .img-1 {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-left-thumb .img-3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-thumb-wrap.about-right-thumb {
  padding-right: 60px;
  padding-left: 70px;
}
.about-thumb-wrap.about-right-thumb .img-1 {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: -1;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-right-thumb .img-3 {
  position: absolute;
  left: 100px;
  bottom: -30px;
  z-index: -1;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-right-thumb .about-quote {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.about-thumb-wrap .about-quote {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
  padding: 25px;
  width: 190px;
  text-align: left;
  font-weight: 700;
  color: #120F2D;
  background: #fff;
  border-radius: 5px;
}
.about-thumb-wrap .about-quote img {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 0;
}

.section-title .sub-title {
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 17px;
    color: var(--main-color);
}
.section-title .sub-title.left-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 1px;
    width: 40px;
    background: var(--main-color);
}


@keyframes top-image-bounce {
	0% {
    transform: translateY(-8px);
}50% {
    transform: translateY(12px);
}100% {
    transform: translateY(-8px);
}
	 }
  
.teamtext{
    position:relative;
    position: relative;
    box-shadow: 1px 1px 11px 1px #f6f3f3;
    padding: 30px 30px 17px 92px;
    border-radius: 10px;
    margin: 30px 8px 0 -40px;
    /* width: 100%; */
    background: #fff;
    }

.quote-left {
    position: absolute;
    left: 37px;
    top: 83px;
    animation: top-image-bounce 3s infinite ease-in-out;
}.quote-right img {
}.quote-left img {width: 30%!important;position: relative;}
.quote-right {
    position: absolute;
    right: 0;
    top: -30px;
}

.whoweare-section{    padding: 70px 0;
    background: #f7f7f7;}

.teampic{
    background-color: #fd090b;
    padding: 20px 27px;
    border-radius: 5px;
    /* background-image: linear-gradient(to top right, #ffebeb 0%, #ffffff 30%, #fff7f7 60%, #f9d5de 100%); */
    /* border: 1px solid #fd090b; */
    position: relative;
    z-index: 100;
}
.teampic img{
    border-radius: 10px;
    border: 0px solid #fff;
}
.whoweare-section h2{
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.owl-carousel .owl-item{/* margin:20px; */}

.testimonial_area{
    /* background: #f7f7f7; */
    padding: 70px 0;
    border-top: 1px solid #eeeeee;
}



.gallery-section{
    padding: 50px 0 70px;
}

.teampic h2{color:#fff}

.btn{
	    display: inline-block;
    justify-content: right;
    color: #fff;
    padding: 9px 22px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    background: #FD090B;
}


.hb span{margin-left: 10px}
.btn span{margin-left: 10px}

.btn:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
        background: #ee0d10;
    border: 1px solid #ee0d10;
}


.ann-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 37px 40px 32px;
    border-radius: 12px;
    gap: 20px;
    background-color:#fff;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}
.ann-content{}
.ann-date{
    padding: 12px 40px 9px 40px;
    background-color: #ffefea;
    color:#000;
    margin: 4px 0px 7px 0px;
    border-radius: 8px;
    text-align: left;
    }
 .event-item-sub {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}  .event-item-sub .item-sub-address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}
 .event-item-sub .item-sub-address .flaticon-location {
    display: flex;
}

 .event-item-sub .item-sub-address::after {
    content: "";
    width: 1px;
    height: 100%;
    height: 16px;
    background-color: black;
    top: -8px;
    position: relative;
    left: 7px;
}

.event-item-sub .item-sub-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

 .event-item-sub .item-sub-time .flaticon-clock {
    display: flex;
}

.event-item-sub p{font-size: 14px;}

.announcement-section{background: #ffefea;padding: 70px 0;margin-top: 20px;}
 

.ann-date h2{
    margin: 0 0 5px;
    text-align: center;
    }
.ann-date p{
    text-align: center;
}
.ann-content h3{font-size: 17px;font-weight: 500;line-height: 26px;}
.item-sub-address span {
    position: relative;
    top: -10px;
} 

.item-sub-time span {
    position: relative;
    top: -10px; margin-left: 10px;
}
 .newsletter-sec {
    background: linear-gradient(90deg, #fd090b, #f37335);
    background-repeat: no-repeat;
    padding: 57px 100px 55px;
    border-radius: 40px;
    background-position: 0;
    /* margin-bottom: -135px; */
    position: relative;
    overflow: hidden;
}

  .newsletter-sec::before {
    content: "";
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 59px;
    height: 115px;
    background-image: url(../images/news-bg.png); 
    background-repeat: no-repeat;
} .newsletter-sec::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 78px;
    height: 100px;
    background-image: url(../images/circle5.png);
    background-repeat: no-repeat;
}
.contact-section{padding: 80px 0 70px;}

.newsletter-sec h3{
    color: #fff;
    width: 80%;
    float: left;
    display: inline-block;
    font-size: 26px;
}


.newsletter-sec h3{
    color: #fff;
    width: 80%;
    float: left;
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
    line-height: 48px;
}

.newsletter-sec h3 span{
    font-weight: 700;
}
.rightbtn{margin-top:20px;}

.rightbtn .btn { 
    background: transparent;
    border: 1px solid #fff;
}

.footer-section a{color:#fd090b; font-weight:500} 

.sub-title {
    display: block;
  
    font-weight: 600;
    color: #fd090b;
}

.border-radius10{border-radius:10px}

.margin-right40{margin-right:40px;} 
.ourmotive{margin-top:70px;}

.principaldesk{margin-top:70px;}

.principaldesk .teamtext{ 
    margin: 30px -40px 0 2px;  
}
.historytext{margin-top:50px}

.aboutbg  { background-image: url(../images/aboutbg.jpg); background-repeat: no-repeat; background-size: cover;  }

.inner-page-section{     /* padding: 200px 0; */
    height: 390px;}

.memberbox{}
.memberpic{position:relative;margin: 90px 80px 0 -80px;}
.whoweare-section{}

.membertext {
    position: relative;
    padding: 30px 110px 17px 92px;
    margin: 20px 0;
    background: #fff;
}

.memberpic h2{position:absolute;background: #fd090b;width: 70%;border-radius: 10px 10px 200px 10px;padding: 20px 40px;z-index: 100;bottom: -89px;}

.whoweare-section-outer .whoweare-section {  background:#fff; padding:0; margin-bottom: 0}

.whoweare-section-outer .membertext { 
    background: #f7f7f7;
}


.contact-form-section {
    position: relative;
    margin: 1rem -15px 0;
    border: solid #f8f9fa;
    padding: 47px 40px;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    background: #fff;
}

.contact-form-section input{
    /* border-radius: 0; */
    padding: .475rem .75rem;
}

.contact-form-section textarea{}

.contactheading{
    border-left-color: #f0ad4e;
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-left: 1px solid #fd090b;
    border-left-width: .15rem;
    /* border-radius: .25rem; */
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    }

.emailbottom a {
    color: #fd090b;
    font-weight: 500; font-size: 14px;
}

.contact-submit .btn{
    width: 100%;
}


.contactmap{margin: 70px 0 0; border-radius: 10px;}

.contactbg  { background-image: url(../images/contactbg.jpg); background-repeat: no-repeat; background-size: cover;  }

.eventbg  { background-image: url(../images/eventbg.jpg); background-repeat: no-repeat; background-size: cover;  }

.gallerysection{padding:70px 0}

.gallerybox {margin-bottom: 30px;}
.gallerybox img{ border-radius:10px;}

.administrationbg  { background-image: url(../images/administrationbg.jpg); background-repeat: no-repeat; background-size: cover;  }
.admissionbg{ background-image: url(../images/admissionbg.jpg); background-repeat: no-repeat; background-size: cover;  }

.services-section2 {
    padding: 80px 0 0px;
}

.admissionbox{padding: 40px;/* box-shadow: 0px 0px 25px 0px #efecec; */min-height: 282px;margin-bottom: 50px;}
.admission-color1{
    background: #eaecff;
}
.admission-color2{
    background: #fff2f8;
}
.admission-color3{
    background: #ffeaea;
}
.admissionbox h5{
}
ul.list-admission{
    list-style: circle;
    padding: 0 20px;
}
ul.list-admission li{}

.process-container {
    padding: 70px 0 90px;
    background:#FD090B;
    color: #fff;
}
.process-container h2{color:#fff;}
.icon-process{}


.item-process{
    text-align: center;
}


.item-process h4{line-height: 32px;}


.item-first { 
  border-left: 1px solid #fff;
  border-radius: 50px 50px 0 0;
  border-top: 1px solid #fff;
}

.item-first::after {
    position: absolute;
    right: 0px;
    bottom: auto;
    content: "";
    top: 0px;
    height: 64px;
    width: 50px;
    border-top-right-radius: 50px;
    border-right: 1px solid #fff;
}


.item-second { 
   border-radius: 0 0 50px 50px;
   border-bottom: 1px solid #fff;
}

.item-second::after {
    position: absolute;
    left: -1px;
    top: 50px;
    width: 50px;
    content: "";
    bottom: 0px;
    border-bottom-left-radius: 50px;
    border-left: 1px solid #fff;
}

.item-second::before {
    position: absolute;
    right: 0px;
    content: "";
    bottom: 0px;
    height: 64px;
    width: 50px;
    border-bottom-right-radius:  50px;
    border-right: 1px solid #fff;
}
.item-third{ 
    border-radius: 50px 50px 0 0;
    border-top: 1px solid #fff;
}
.item-forth{
    border-radius: 0 0 50px 50px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.item-forth::after {
    position: absolute;
    left: -1px;
    top: 49px;
    width: 50px;
    content: "";
    border-left: 1px solid #fff;
    bottom: 0;
    border-bottom-left-radius: 50px;
}



.item-forth::before {
    position: absolute;
    right: 0px;
    content: ""; 
}

.item-main{padding: 50px 30px; position:relative;}

.item-third::before {
    position: absolute;
    left: -1px;
    bottom: 64px;
    content: "";
    top: 0px;
    width: 50px;
    border-top-left-radius: 50px;
    border-left: 1px solid #fff;
}

.item-third::after {
    position: absolute;
    right: 0px;
    bottom: auto;
    content: "";
    top: 0px;
    height: 64px;
    width: 50px;
    border-top-right-radius: 50px;
    border-right: 1px solid #fff;
}
 
.admission-section1{padding:70px 0 50px}

.admission-section3{
    padding: 70px 0 0;
}

ul.list-fee {
    width: 100%;
    display: table;
    padding: 0;
}
ul.list-fee li{
    list-style: none;
    padding: 40px;
    box-shadow: 0px 0px 25px 0px #efecec;
    min-height: 221px;
    margin-bottom: 50px;
    background: #fff;
    float: left;
    width: 31%;
    display: inline-block;
    margin-right: 20px;
}

.mail{}
.mail a{
    font-weight: 500;
    color: #f84322;
}



/*======= Popup css Start =======*/
.popup.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}
#myPopup .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  background-color: #ffffff;
}
#myPopup .close:hover {
  background-color: #FD090B;
  color: #fff;
}
#myPopup .close:hover:before,
#myPopup .close:hover:after {
  color: #ffffff;
}
#myPopup .close:before,
#myPopup .close:after {
  content: "";
  position: absolute;
  background: #bcbdbf;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
}
#myPopup .close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  z-index: 1111;
  padding: 30px 30px 20px;
  max-width: 500px;
  width: 100%;
  /* border-radius: 10px; */
}
.popup h2 {
  font-size: 26px;
  line-height: 1.22;
  color: #FD090B;
  /* font-family: "Arial"; */
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.popup p {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  /* font-family: "Arial"; */
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
}
body.popup-active .popup-overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111;
  height: 100%;
  width: 100%;
}

@media (max-width: 640px){
  .popup { calc(100% - 30px); }
}