
.curvebg {
        background-image: url(../img/bg/tejcurvebg.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
}

.border-orange {
  border-color: #F5904B!important;
}

.servicebg{
  background-color: var(--tp-common-blulight);
}

.abou-bg{
        background-image: url(../img/bg/aboutbg.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        background-color: #ffffff; /* Used if the image is unavailable */

}



h3{
    font-size: 30px;
}

.mm-80{
    margin-top: -90px;
}

.tp-section-title-large {
    font-size: 38px;
    line-height: 1.2;
}


.flex-item{
    background: white;
    padding: 0px 20px;
    width: 160px;
    height: 160px;
    margin-top: 10px;
    line-height: 150px;
    text-align: center;
    border-radius: 180px;
    box-shadow: 0 0px 30px #ebebeb;
}


.tp-gallery-item{
   border-radius: 16px;
}
.tp-gallery-item  img{
    transition-duration: 0.4s;
    border-radius: 16px;
}
.tp-gallery-item  img:hover{
    border-radius: 16px;
    transition-duration: 0.4s;
}

.clip-path {
    background: rgb(133,209,251);
    background: linear-gradient(180deg, rgb(228 245 255) 49%, rgba(0,212,255,0) 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 200px;
    padding: 30px 0px;
}

.red{
  color: #E63937;
  font-weight: 600;
}


.contentbox{
  background-color:#F6F6F6;
  padding: 50px;
  border-radius: 30px;
}

.ethic img{
  width: 72px;
  height: 72px;
}


.ethic::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  -moz-border-radius:50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFE0E0;
  margin: -7px -28px;
}

.off-canvas-bg {
  background-color: #e3e3e3;
}

/* carerr Page */

.tp-portfolio-item span {
  font-size: 12px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  padding: 8px 18px;
  display: inline-block;
  text-transform: inherit;
  letter-spacing: 0;
  border: 1px solid #ccc;
  margin-right: 10px;
  border-radius: 30px;
  line-height: 12px;
}


.careerbox:hover{
    background-color: #efefef;
}

.tp-blog__thumb{
  width: 100%;
  height: auto;
}


.tp-pf-btn .active {
  font-weight: 500;
  color: var(--tp-common-red);
}


.agrodot li, .itodot li, .firedot li, .mepdot li, .jetxdot li {
  line-height: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: relative;
  font-weight: 800;
  text-indent: -20px;
  padding-left: 20px;
}

.highlight li::before {
  content: "\A";
  width: 8px;
  height: 8px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  top: 0px;
  left: -10px;
}

.agrodot li:before{
  background: #79A347;
}

.itodot li:before{
  background: #06458f;
}

.firedot li:before{
  background: #DB2D3F;
}

.mepdot li:before{
  background: #C68D39;
}

.jetxdot li:before{
  background: #F5904B;
}

.tp-btn-border {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 500;
  color: var(--tp-common-red);
  letter-spacing: 0.18em;
  padding: 20px 40px;
  border: 1px solid #DB2D3F;
  display: inline-block;
  border-radius: 50px;
}

.tp-pt-size {
  font-size: 38px;
}

.tp-section-title {
  font-size: 38px;
}

.tp-btn-border:hover {
  background-color: var(--tp-common-red);
  color: var(--tp-common-white);
}


.normal-menu ul li a:hover, .normal-menu ul li .submenu a:hover , .active {
  color: #ff0000;
}



.main-menu ul li .submenu, .normal-menu ul li .submenu {
  top: 80% !important;
  background: var( --tp-grey-4);
}

.main-menu ul li .submenu li a, .normal-menu ul li .submenu li a {
  color: var(--tp-common-black);
}
.main-menu ul li .submenu li a, .normal-menu ul li .submenu li a:hover {
  color: var(--tp-heading-primary);
}

.main-menu ul li .submenu li:not(:last-child), .normal-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgb(0 0 0 / 0%);
}


.main-menu ul li .submenu li a::before, .normal-menu ul li .submenu li a::before {
background-color: var( --tp-grey-4);
}


.svgfill svg:hover path {
  fill: #05448F;
}

.svgfill svg:hover circle {
  fill: #05448F;
}


.svgfilljetx svg:hover path {
  fill: #F5904B;
}

.svgfilljetx svg:hover circle {
  fill: #F5904B;
}


.tp-btn-sm-blue span  {
  color: var( --tp-common-blue);
}

.tp-btn-sm-red span {
 color: var(--tp-common-red);
}

.tp-btn-sm-warning span {
  color: var(--bs-warning);
 }

.text-blue{
  color:#05448F;
}

.bg-blue{
  background-color:#05448F;
}


.svgbg{
  background-color: var(--tp-grey-2 );
  padding:40px 10px;
  box-shadow: 0px 4px 8px 0px rgba(171, 190, 209, 0.40);
  border-radius:10px;

}

.svgbg:hover{
  background-color: var(--tp-common-white);

}



/* timeline css start*/



.timeline-centered {
    position: relative;
    margin-bottom: 30px;
  }
  .timeline-centered.timeline-sm .timeline-entry {
    margin-bottom: 150px !important;
  }
  .timeline-centered.timeline-sm .timeline-entry .timeline-entry-inner .timeline-label {
    padding: 2em;
  }
  .timeline-centered:before,
  .timeline-centered:after {
    content: " ";
    display: table;
  }
  .timeline-centered:after {
    clear: both;
  }
  .timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    background: #B5B5C3;
    left: 50%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
  }
  .timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 70px;
    clear: both;
  }
  .timeline-centered .timeline-entry:before,
  .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
  }
  .timeline-centered .timeline-entry:after {
    clear: both;
  }
  .timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
  }
  .timeline-centered .timeline-entry.left-aligned {
    float: left;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -28px;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -220px;
    text-align: left;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 85px;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -31px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner:before,
  .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -210px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .timeFirst{
    color:#00AADF;
    line-height: 20px;
  }

  .timeSecond{
    color:#2976A9;
    line-height: 20px;
  }

  .timethird{
    color:#07317B;
    line-height: 20px;
  }

  .timefour{
    color:#C3D734;
  }

  .bg-timefour{
    background-color:#C3D734 !important;
  }

  .bg-timethird{
    background-color:#07317B !important;
  }


  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 18px;
    font-weight: bold;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #999999;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 50%;
    text-align: center;
    border: 7px solid #ffffff;
    line-height: 45px;
    font-size: 15px;
    float: left;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #dc6767;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #5cb85c;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #5bc0de;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #f0ad4e;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #d9534f;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-red {
    background-color: #bf4346;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-green {
    background-color: #488c6c;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-blue {
    background-color: #0a819c;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-yellow {
    background-color: #f2994b;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-orange {
    background-color: #e9662c;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-pink {
    background-color: #bf3773;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-violet {
    background-color: #00AADF;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-grey {
    background-color: #4b5d67;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-dark {
    background-color: #594857;
    color: #fff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #ffffff;
    padding: 1.7em;
    margin-left: 85px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red {
    background: #bf4346;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red:after {
    border-color: transparent #bf4346 transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green {
    background: #488c6c;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green:after {
    border-color: transparent #488c6c transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange {
    background: #e9662c;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange:after {
    border-color: transparent #e9662c transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow {
    background: #f2994b;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow:after {
    border-color: transparent #f2994b transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue {
    background: #0a819c;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue:after {
    border-color: transparent #0a819c transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink {
    background: #bf3773;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink:after {
    border-color: transparent #bf3773 transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet {
    background: #9351ad;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet:after {
    border-color: transparent #9351ad transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey {
    background: #4b5d67;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey:after {
    border-color: transparent #4b5d67 transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark {
    background: #594857;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark:after {
    border-color: transparent #594857 transparent transparent;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark p {
    color: #ffffff;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #ffffff transparent transparent;
    left: 0;
    top: 20px;
    margin-left: -9px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #030303;
    margin: 0;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title {
    margin-bottom: 10px;

    font-weight: bold;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p .timeline-img {
    margin: 5px 10px 0 0;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p .timeline-img.pull-right {
    margin: 5px 0 0 10px;
  }


  .celimg {
    border-radius:8px !important;
  }


