body{
    background: #fff;
}
.preloader{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
}
.preloader .progress{
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.preloader img{
  max-width: 200px;
}
nav ul a,
nav .brand-logo {
  color: #444;
}
.brand-logo img{
  width: 150px;
  transition: all .25s;
}
nav{
  transition: all .25s;
}
a.btn:hover, button.btn:hover{
  background-color: #316d8e; 
}
p {
  line-height: 2rem;
}

.button-collapse {
  color: #d4030b;
  position: relative;
  top: 7px;
}

.parallax-container {
  min-height: 430px;
  line-height: 0;
  height: auto;
  /*color: rgba(255,255,255,.9);*/
  z-index: 0;
}
  .parallax-container .section {
    width: 100%;
  }
.white.navbar-fixed.fixed-required .button-collapse, .white.navbar-fixed.fixed-required a.button-collapse i{
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    /*position: absolute;
    top: 40%;*/
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .page-title{
    font-size: 1.8rem !important;
  }
  #index-banner .section {
    top: 0;
  }
}

@media (max-width: 767px){
  .hidden-xs{
    display: none !important;
  }
  .visible-xs{
    display: block !important;
  }
}
@media (max-width: 991px){

  .tabs.custom.blog-details{
    height: 300px;
    display: block;
  }
  .tabs.custom.blog-details li{
    display: block;
    float: left;
    width: 100%;
  }
  .tab-left{
    display: none !important;
  }
  .tab-right .side-tabs{
    display: block !important;
  }
  .hidden-s{
    display: none !important;
  }
}
@media (max-width: 600px){
  .products .card-title-txt
  {
        font-size: 18px;
  }
  .products .card .card-content{
        height: 85px !important;
  }
  .slider-highlight-text h1, .slider2-highlight-text h1{
    font-size: 2.5rem;
  }
  .carousel.carousel-slider .carousel-item h2{
    font-size: 20px;
  }
  .carousel.carousel-slider{
    height: 350px !important;
  }
  .slider-highlight-text.extra-padd{
    margin-top: 0px;
  }
  .valign-wrapper .section{
    padding-top: 0px !important;
  }
}
@media (min-width: 768px)
{
  .ugarsoft-services.team-sec{
    margin-bottom: 80px;
  }
  .visible-xs{
    display: none !important;
  }
  #homeCarousel.carousel {
      height: 500px;
  }
  .carousel-slider.carousel {
      height: 405px;
  }
  .tabs.custom {
    height: auto;
    overflow: hidden;
  }
  .tabs.custom.services {
    height: auto;
    overflow: hidden;
    background: #f1f1f1;
    padding: 14px;
    min-height: 500px;
    box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, .09);
  }
  .tabs.custom.blog .tab a{
    padding-left: 20px !important;
  }
  .tab-left{
    padding-right: 0 !important;
  }
  .tab-right{
    min-height: 500px !important;
    background: #f9f9f9;
  }
  .tabs.custom .indicator {
    display: none;
  }
}
.icon-block {
    /*padding: 0 10px;*/
    text-align: center;
    background: white;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;background-color: #2f5b73 !important;
}
.hidden{
  display: none !important;
}
.wh100 {
    width: 100%;
    height: 100%;
}
.w100{
  width: 100%;
}
.carousel-item{
  background-size: cover !important;
}
.carousel-item.one {
    background: url("../imgs/slider1.jpg");
    background-position: center;
}
.carousel-item.two {
    background: url(../imgs/slider2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item.three {
    background: url("../imgs/slider3.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item.four {
    background: url(../imgs/background2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item:nth-child(1) h1, .carousel-item:nth-child(1) h2{
  /*color: #aa2f04;*/
}
.carousel-item.one .slider-highlight-text{
  display: inline-block;
    background: rgba(0, 0, 0, 0.84);
    padding: 10px 40px;
    border-bottom-left-radius: 56px;
    border-top-right-radius: 80px;
    color: #d72834;
    /*width: 70%;*/
}
a{
  outline: none;
}
.no-pad{
  padding: 0 !important;
}
.section.no-pad-bot{
  z-index: 1;height: auto;
}
.no-min-height{
  min-height: 0;
}
.valign-wrapper{
  /*position: relative;*/
}
#csd .parallax img{
  opacity: 0.2;
}
.slider-welcome-left{
    z-index: 0;
    background: url(../imgs/bg-s1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}
.slider1-welcome-left{
    z-index: 0;
    background: url(../imgs/slider1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}
.icon-col{
  padding: 17px;
  display: inline-block;
  border: 1px solid #d3d7e1;
  border-radius: 50%;
  width: 110px;
  margin: 15px auto 15px;
}
.icon-desc{
  padding: 10px 15px;
  margin: 0;
  text-align: justify;  
}
.title-tbl{
  display: table;
  width: 100%;
  margin: 0;
}
.title-col{
      font-size: 14px;
    line-height: 42px;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    color: #d34b57;
    font-weight: 700;
    border-bottom: 1px solid #cfdfc6;
    text-transform: uppercase;
}
.title-col span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-bottom{
  border-top: 1px solid #e1e2e7;
  height: 53px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}
.card-bottom a{
    color: #2e9dd7;
    padding: 15px;
    font-weight: 500;
}
.client-slider-col{
  float: left;
  height: 175px;
  text-align: center;
  display: table;
}
.client-slider-col .tbl-cell{

}
.parallax-tech{
  height: 150px;
  text-align: center;
  display: table;
}
.tbl{
  display: table;
  height: 100%;
}
.tbl-cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.parallax-tech .tbl-cell img{
  max-width: 80px;
  margin: auto;
}
.text-highlighted{
    font-size: 16px;
    color: #909090;
}
#tech-parallax-container .parallax > img{
    opacity: 0.7;
}
.no-margin{
  margin: 0 !important;
}
.no-margin-bottom{
  margin-bottom: 0 !important;
}
.mt-25{
  margin-top: 25px;
}
#client-slider{
    background: #fff;
    border-radius: 100px;
    /*border-right: 10px solid rgba(0, 0, 0, 0.14);
    border-left: 10px solid rgba(0, 0, 0, 0.14);*/
}
#client-slider.carousel.carousel-slider .carousel-item{
  min-height: 100%;
}
.title-ugar{
  font-size: 2.4rem;
  /*text-transform: uppercase;*/
  color: #585858;
  margin-top: 0;
  font-family: 'LatoBold';
  display: inline-block;
  position: relative;
  padding: 5px 15px;
}
.title-ugar:before, .container.team-container .title-sub-ugar:before{
    left: 25%;
}
.title-ugar:after, .container.team-container .title-sub-ugar:after{
  left: 50%;
}
.title-ugar:before, .title-ugar:after, .container.team-container .title-sub-ugar:before, .container.team-container .title-sub-ugar:after{
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
    background: #585858;
    width: 25%;
    z-index: 0;
}
.title-sub-ugar, .OurProject-title{
  font-size: 1.6rem;
  /*text-transform: uppercase;*/
  color: #585858;
  margin-top: 0;
  font-family: 'LatoBold';
  display: inline-block;
  position: relative;
  padding: 5px 0;
  margin-bottom: 5px;
}
.OurProject-title{
  display: block !important;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}
.side-tabs .title{
  font-size: 1.4rem;
  color: #ee6e73;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}
.side-tabs .tabs-inner-title{
  font-weight: 500;
  font-size: 1.2rem;
}
.side-tabs .tabs-inner-sub-title{
 font-size: 1.1rem; 
}
.parallax-tech .tbl-cell{
  /*background: red;*/
}
.toast-effect{
    width: auto;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #fbfbfb;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
    border-radius: 24px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.img-responsive{
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.pull-left{

}
.desc-title{
  font-size: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  color: #d34b57;
}
.page-title{
  font-size: 2.8rem;
  color: #d4030b; 
  text-align: left;
}
.tabs.custom .tab {
    text-align: left;
}
.tabs.custom .tab a{
    padding: 0;
}
.user-suggestion-box{
    display: inline-block;
    float: right;
}
.user-suggestion-box a{
  color: #c5c4c4 !important;
}
.card .card-action .user-suggestion-box>a{
  margin-right: 5px !important;
}
.blog-date{
  display: inline-block;
    color: #9a9a9a;
    font-size: 12px;
}
a.blog-more{
  color: #fff;margin-right: 0.75rem;
}
.btn-flat i{
  padding-left: 6px;
}
.card-title-txt{
  width: 86%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.card-reveal .card-title-txt, .products .card .card-reveal .card-title-txt{
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #49b7ec;
}
.card .card-reveal .card-title{
  float: left;
  width: 100%;
}
.card .card-reveal .card-desc{
  position: relative;
  height: 67%;
  float: left;
  overflow: hidden;
}
.products .card .card-reveal .card-desc{
  height: 75%;
}
.card .card-reveal .card-link{
  float: right;
  margin: 0;
}
.card .card-image{
  height: 148px;
}
#card-blog{
  float: left;
  width: 85%;
}
#blog-parallax-container.parallax-container .parallax > img{
  opacity: 0.7;
}
#card-blog .card .card-content {
    padding: 18px;
}
.card .card-content .card-title i{
  margin: 0;
}
#carousel-featured-products.carousel .carousel-item{
    width: 40%;
    height: 100%;
}
#carousel-featured-products.carousel .carousel-item > img{
  border: 10px solid #e9e7ea;
  max-height: 75%;
}
#homeCarousel:hover{
  cursor: move;
}
.bold{
  font-weight: bold;
}
#client-slider{
      -webkit-box-shadow: 0 4px 5px 0 rgba(187, 186, 186, 0.14), 0 1px 10px 0 rgba(247, 247, 247, 0.12), 0 2px 4px -1px rgba(220, 220, 220, 0.3);
    box-shadow: 0 4px 5px 0 rgba(187, 186, 186, 0.14), 0 1px 10px 0 rgba(247, 247, 247, 0.12), 0 2px 4px -1px rgba(220, 220, 220, 0.3);
}
.Products-title{
  padding: 10px;color: #d34b57;font-weight: bold;
    margin-bottom: 5px;
}
.addr-line{
  padding-top: 4px;
  padding-left: 10px;
}
.bg-icon{
  display: inline-block;
}
footer .bg-icon{
  float: left;
}
nav.fixed-required{
  height: 70px;
  line-height: 70px;
  position: fixed;
  top: 0;
}
nav.fixed-required .brand-logo img {
    width: 100px;
}
footer ul > li {
    margin-bottom: 15px;
}
footer a, footer p, footer span{
  font-size: 13px;    font-weight: 400;
}
footer a:hover{
  color: #d34b57 !important;font-weight: 400;
}
.copyrights{
  margin: 0;
  color: #fff;
}
footer h5{
  font-size: 15px;
  font-weight: bold;
  color: #1fbce2 !important;
}
.aboutus-skills{
    text-align: center;
    display: inline-block;
    float: left;margin-top: 20px;
    /*overflow: hidden;*/
}
.aboutus-skills:not(:nth-child(1)){
  /*margin-left: -40px;*/
}
.aboutus-skills .toast{
    word-break: break-word;
    height: 185px;
    width: 185px;
    border-radius: 50%;
    top: 0;
    margin: 0 14px;
    font-weight: 600;
}
.aboutus-skills:nth-child(1) .toast{
  background: #d458c8;
  background-image: linear-gradient(180deg,#7c95ac,#d458c8);
}
.aboutus-skills:nth-child(2) .toast{
  background: #e55d61;
  background-image: linear-gradient(180deg,#fba133,#e55d61);
}
.aboutus-skills:nth-child(3) .toast{
  background: #641238;
  background-image: linear-gradient(180deg,#ce153f,#641238);
}
.aboutus-skills:nth-child(4) .toast{
  background: #c75151;
  background-image: linear-gradient(180deg,#c32d90,#c75151);
}
.aboutus-skills:nth-child(5) .toast{
  background: #e96384;
  background-image: linear-gradient(180deg,#5d2a63,#e96384);
}
.aboutus-skills .valign-wrapper{
  height: 100%;
  margin: auto;
}

.iot-area{
    text-align: center;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}
.iot-area .toast{
    word-break: break-word;
    height: 135px;
    width: 135px;
    border-radius: 50%;
    top: 0;
    margin: 0 auto;
    font-weight: 600;
}
.iot-area:nth-child(1) .toast{
  background: #d458c8;
  background-image: linear-gradient(180deg,#7c95ac,#d458c8);
}
.iot-area:nth-child(2) .toast{
  background: #e55d61;
  background-image: linear-gradient(180deg,#fba133,#e55d61);
}
.iot-area:nth-child(3) .toast{
  background: #641238;
  background-image: linear-gradient(180deg,#ce153f,#641238);
}
.iot-area:nth-child(4) .toast{
  background: #c75151;
  background-image: linear-gradient(180deg,#c32d90,#c75151);
}
.iot-area:nth-child(5) .toast{
  background: #e96384;
  background-image: linear-gradient(180deg,#5d2a63,#e96384);
}
.iot-area:nth-child(6) .toast{
  background: #fba133;
  background-image: linear-gradient(180deg,#fba133,#641238);
}
.iot-area:nth-child(7) .toast{
  background: #ce153f;
  background-image: linear-gradient(180deg,#c32d90,#ce153f);
}
.iot-area:nth-child(8) .toast{
  background: #7c95ac;
  background-image: linear-gradient(180deg,#5d2a63,#7c95ac);
}
.iot-area .valign-wrapper{
  height: 100%;
  margin: auto;
}
.collection.iot a.collection-item{
  color: #ee6e73;
}
.page-desc{
  padding: 50px 15px !important;
}
ul.list-icons{
  padding-left: 40px;
}
.list-icons li{
  margin-bottom: 15px;
}
.list-icons i.material-icons{
  float: left;
  padding-right: 10px;
}
.about-article {
    position: relative;
}
.about-img {
    position: absolute;
    z-index: 10;
    top: 50%;
    /*margin-top: -105px;*/
    width: 100%;
    text-align: center;
    opacity: 0.06;
}
.m-t-20{
  margin-top: 20px;
}
.tabs .tab a:hover, .tabs .tab a.active{
  font-weight: bold;
}
.products .card{
  height: 319px;
}
.products .card .card-reveal .card-title{
    height: 15%;
}
.products .card .card-reveal .card-desc{
    margin: 0;
}
.products .card .card-reveal .card-link{
  height: 10%;
}
.products .card .card-content{
  padding: 10px 20px;
  height: 116px;
}
.products .card .card-content .card-title{
  display: flex;
  margin-bottom: 0;
}
.products .card .card-image img{
    height: 148.8px;
}
.products .card-title-txt {
    width: 86%;
    white-space: normal;
    /*overflow: auto;*/
    text-overflow: unset;
    float: left;
}
.card-list li{
  clear: both;
  margin-bottom: 2px;
}
.card-list i.material-icons{
  float: left;
}
.badge-title{
  color: green;
  text-align: center;
}
.address-block .card-image{
  height: auto;
}
.address-block .card .card-content p{
  font-size: 14px;
}
.blog-right-side{
  margin-top: 45px;
}
.blogs .card a.card-title{
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #4c4b4b;
}
.blogs .card a.card-title:hover{
  color: #d41e25;
}
.blog-rights{
  padding-left: 15px;
}
.blog-rights a{
  font-size: 12px;
  color: #d34b57 !important;
}
.tags-span{
  padding-right: 15px;
}
.tags-block a{
  font-size: 12px;
  color: #d34b57 !important;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.darkgray-clr{
  color: #676666 !important;
}
.blog-content{
    clear: both;
    padding: 14px 0;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    top: 10px;
    position: relative;
}
.pagination{
  margin-top: 40px;
}
.txtSearch{
  
}
.blog-img{
  height: 300px;  
}
.blog-img img{
  max-width: 100%;
}
.abs-bot{
    position: absolute;
    bottom: 0;
}
.navigation{
  height: 65px;
  width: 250px;
  overflow: hidden;
}
.h100{
  height: 100%;
}
.nav-link-content{
  background: #e5e5e5;
}
.nav-link{
  background: #d34b57 !important;
}
.txtSearch:focus + label{
  color: #d34b57 !important; 
}
.nav-link-content a, .nav-link a{
  color: #fff;
  float: left;
}
.nav-link-content-txt{
  padding: 10px;
  color: #545454 !important;
}
.nav-link-content a.aa{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
#blog-details-parallax .page-title{
  color: #fff;
  padding: 10px;
  font-size: 27px;
  display: inline-block;
  float: left;
}
.gray-clr{
  color: #c5c4c4 !important;
}
.owl-stage .owl-item{
  min-height: 400px !important;
}
.owl-stage .owl-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.lifecycle-sec{
  font-family: 'LatoBold';
}
.vid-modal.modal{
  max-height: 570px;
}
.vid-modal.modal .modal-content{
  padding: 34px;
}
.vid-modal.modal .modal-footer{
  position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 34px;
}
.vid-modal.modal .modal-content iframe{
  margin: auto;
  float: none;
  display: inherit;    width: 100%;
}
.vid-modal.modal .modal-footer .modal-action, .vid-modal.modal .modal-footer i.material-icons{
      padding: 0; margin: 0;
}
.modal-trigger{
  position: relative;
}
.modal-trigger img{
  max-width: 500px;
}
.play-icon{
  font-size: 50px;
  color: red;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  border: 2px solid #d4030b;
  border-radius: 50%;
  transition: all .2s ease-in;
}
.modal-trigger:hover .play-icon{
  border: 2px solid red;
}
.blockchain-sec{

}
.blockchain-sec .row .col{
  
}
.blockchain-sec .row .col p{

}
.title-sub-ugar i{
  color: #d4030b;
  font-style: normal;
  /*position: relative;*/
}
.title-sub-ugar i:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  background: #d4030b;
  width: 100%;
}
.center-div{
  margin-left: auto;
  margin-right: auto;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.carousel.carousel-slider .carousel-item.active .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
  animation-duration: 2s;
  visibility: visible;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.carousel.carousel-slider .carousel-item.active .fadeIn, .side-tabs.fadeIn {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: fadeIn;
  animation-duration: 2s;
  visibility: visible;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.side-tabs.fadeInUp {
   -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: fadeInUp;
  animation-duration: .7s;
  visibility: visible;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.carousel.carousel-slider .carousel-item.active .bounceInLeft {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: bounceInLeft;
  animation-duration: 2s;
  visibility: visible;
}
.bounceInLeft, .fadeIn, .flipInX, .fadeInUp{
  visibility: hidden;
}

#homeCarousel::selection {
  background-color: transparent !important;
  background: transparent !important;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.carousel.carousel-slider .carousel-item.active .fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 2s;
}

@font-face {
  font-family: "LatoBold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Meteora";
  src: url(../fonts/Meteora.ttf);
}

.slider-highlight-text{
  /*color: #d72834;*/
  color: #ff0e1f;
}
.slider-highlight-text-sub{
  color: #ce0816;
  margin-top: 10px;
}
.slider-highlight-text h1{
  font-family: "LatoBold";
  text-transform: capitalize;
}
.slider2-highlight-text{
    font-family: "LatoBold";
    text-transform: capitalize;
}
.slider-highlight-text a.btn{
    /*background-color: #c8d613;*/
}
.slider2-highlight-text.right{
    position: absolute;
    bottom: 65px;
    /* background: rgba(234, 17, 27, 0.39); */
    padding: 35px 4px 20px;
    border-bottom: 2px solid;
    right: 100px
}
.slider2-highlight-text .slider2-highlight-text-sub{
  color: #f7e0ce;
      margin: 0;
}
.ugarWrapper, .amazing-bot{
        -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
}
.ugarWrapper.traiy{
    background: #a8f0cd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#006cd1),to(#a8f0cd));
    background-image: linear-gradient(180deg,#ffcbbe,#a8f0cd);  
}
.ugarWrapper .title-ugar{
  padding-top: 20px;
}

.amazing-bot:after{
        background-size: cover;
    border-bottom: 400px solid red;
    border-right: 3000px solid transparent;
    bottom: 120px;
    content: "";
    right: 0;
    moz-background-size: cover;
    o-background-size: cover;
    pointer-events: none;
    position: absolute;
    webkit-background-size: cover;
    width: 100%;
    z-index: 1;
}
.ugarsoft-services.next-ugarWrapper{
  /*margin-top: 0;*/
}
.ugarWrapper.parallax-wrapper .parallax-container{
    padding-top: 65px;
    padding-bottom: 65px;
}

 .tria{
    width: 120%;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); 
      bottom: -12%;
      left: -1rem;
      height: 9rem;
 }
.triangle {
    width: 120%;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); 
      bottom: -12%;
      left: -1rem;
      height: 9rem;
}
#servicesList{
  /*padding-left: 80px;*/
}
#servicesList li{
  transition: 1s all ease-in;
}
.carousel-item.one .slider-highlight-text-sub.welcome-txt{
  color: #fff;    margin-bottom: 10px;
}
.slider-highlight-text .welcome-logo{
  display: inline-block;
  font-size: 3rem;
  font-family: 'Meteora';
  margin-top: 5px;
}
welcome-logo{
    background: url(../imgs/logo.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 165px;
    width: 270px;
}
.slider-highlight-text-sub.welcome-txt{
  font-size: 2rem !important;
}
.container.w100{
  width: 100%;
}
.col.imgs-grid{
  padding: 4px;
}
.container.ma8{
  margin-left: 8px;margin-right: 8px;max-width: 100%;
}
.team-members{
  height: 200px !important;
  width: 200px !important;
  margin: auto;
}
.mem-name{
  font-weight: 600;
  font-size: 15px;
}
.position{
  color: #9c9999;
  font-size: 15px; 
}
.ourEmployees{
  margin-bottom: 15px;
}
.container.team-container .title-sub-ugar{
  margin-bottom: 40px;
}
.container.team-container .row{
  margin-bottom: 40px;
}
.circle{
  box-shadow: 0 0 35px 0 rgba(140, 140, 140, 0.09);
}
.w50Center{
  width: 50%;
  margin: auto;
}
.imgs-grid .img-sec{
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 2px;
  background-position: center !important;
}
.left-grid .first .imgs-grid .img-sec, .right-grid .second .imgs-grid .img-sec{
  height: 100px;
}
.left-grid .second .imgs-grid .img-sec, .right-grid .first .imgs-grid .img-sec{
  height: 160px;
}
.left-grid .first .imgs-grid:nth-child(1) .img-sec{
  background: url(../imgs/21.jpeg);
}
.left-grid .first .imgs-grid:nth-child(2) .img-sec{
  background: url(../imgs/22.jpeg);
}
.left-grid .first .imgs-grid:nth-child(3) .img-sec{
  background: url(../imgs/23.jpeg);
}
.left-grid .first .imgs-grid:nth-child(4) .img-sec{
  background: url(../imgs/24.jpeg);
}
.left-grid .second .imgs-grid:nth-child(1) .img-sec{
  background: url(../imgs/25.jpeg);
}
.left-grid .second .imgs-grid:nth-child(2) .img-sec{
  background: url(../imgs/team6.jpeg);
}
.left-grid .second .imgs-grid:nth-child(3) .img-sec{
  background: url(../imgs/team7.jpeg);
}

.right-grid .first .imgs-grid:nth-child(1) .img-sec{
  background: url(../imgs/team8.jpeg);
}
.right-grid .first .imgs-grid:nth-child(2) .img-sec{
  background: url(../imgs/team9.jpeg);
}
.right-grid .first .imgs-grid:nth-child(3) .img-sec{
  background: url(../imgs/team10.jpeg);
}
.right-grid .second .imgs-grid:nth-child(1) .img-sec{
  background: url(../imgs/team11.jpeg);
}
.right-grid .second .imgs-grid:nth-child(2) .img-sec{
  background: url(../imgs/team12.jpeg);
}
.right-grid .second .imgs-grid:nth-child(3) .img-sec{
  background: url(../imgs/team13.jpeg);
}
.right-grid .second .imgs-grid:nth-child(4) .img-sec{
  background: url(../imgs/team14.jpeg);
}
.row.first, .row.second{
  margin-bottom: 0;
}
@media only screen and (min-width: 601px){
  .valign-wrapper-not-s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
  footer.page-footer{
    margin-top: 40px;
  }
  .aboutus-skills{
    width: 20%;
  }
  .ugarWrapper:after {
      background-size: cover;
      border-bottom: 200px solid white;
      border-left: 3000px solid transparent;
      bottom: -2px;
      content: "";
      left: 0;
      moz-background-size: cover;
      o-background-size: cover;
      pointer-events: none;
      position: absolute;
      webkit-background-size: cover;
      width: 100%;
      z-index: 1;
  }
  .ugarWrapper .ugarsoft-services{
    /*margin-top: 75px;
    padding-bottom: 60px;
    background: transparent;*/
  }
  .first-sec{
    margin-top: 100px;
  }
  #blog-parallax-container{
    padding-top: 100px;
  }
  .first-sec{
    overflow: hidden;
  }
  .first-sec .ugarsoft-services{
    margin-top: 0px;
  }
  .m3.ugarsoft-col-m3{
    padding: 7px;
  }
  .card .card-action .user-suggestion-box>a{
    font-size: 11px;
    font-weight: 600;
  }
  .icon-block{
    min-height: 400px;
  }
}

.slider2-highlight-text li:nth-child(1) h1{
    color: #c6d412;
  }
  .slider2-highlight-text li:nth-child(2) h1{
    color: #d82935;
  }
  .slider2-highlight-text li:nth-child(3) h1{
    color: #f8d202;
  }
  .slider2-highlight-text li:nth-child(4) h1{
    color: #f3821c;
  }

.clients .card-image .valign-wrapper{
  /*border-bottom: 1px solid rgba(160, 160, 160, 0.2);*/
}
.clients .card-image img{
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.clients .card-content1{
  position: absolute;
    bottom: 45px;
    height: 40px;
    width: 40px;
    padding: 0;
    z-index: 999;
    border-radius: 50%;
}
.clients .card-content1 .card-title1{
      position: relative;
    width: 40px;
    height: 40px;
    top: 0;
    text-align: center;
    display: flex;
}
.clients .card-content1 .card-title1 i{
      position: relative;
    color: #fff;
    float: left;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    margin: auto;
    float: none !important;    padding-left: 2px;
}
.clients .card .card-action{
  padding: 25px 24px 16px;
}
.clients .card .card-link{
  font-size: 12px;
  text-transform: lowercase;
}

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}


@media only screen and (min-width: 601px){
/*  .carousel-item.one .slider-highlight-text{
        position: absolute;
    right: 110px;
    bottom: 0;
  }*/
  .slider-highlight-text h1{
      font-size: 4rem;
      line-height: 5rem;
  }
  .slider2-highlight-text li h1{
    text-align: left;
  }
  .slider2-highlight-text li:nth-child(1){
    
  }
  .slider2-highlight-text li:nth-child(1) h1{
    color: #c6d412;padding-left: 40px;
  }
  .slider2-highlight-text li:nth-child(2){
    
  }
  .slider2-highlight-text li:nth-child(2) h1{
    color: #d82935;padding-left: 80px;
  }
  .slider2-highlight-text li:nth-child(3){
    
  }
  .slider2-highlight-text li:nth-child(3) h1{
    color: #f8d202;padding-left: 120px;
  }
  .slider2-highlight-text li:nth-child(4){
    
  }
  .slider2-highlight-text li:nth-child(4) h1{
    color: #f3821c;padding-left: 160px;
  }
  .slider-highlight-text.extra-padd{
    margin-top: 60px;
  }
  .slider-highlight-text.extra-padd{
    margin-top: 60px;
  }
}

@media only screen and (min-width: 1001px){
  .icon-block{
    min-height: 400px;
    overflow: hidden;
  }
}

@media (min-width: 601px) and (max-width: 700px){
  .icon-desc{
    min-height: 170px;
  }
}
@media (min-width: 601px) and (max-width: 992px){
  .parallax-container{
    min-height: 350px !important;
  }
  .ugarWrapper:before {
    background-size: cover;
    border-top: 140px solid white;
    border-right: 3000px solid transparent;
    top: -100px;
    content: "";
    left: 0;
    moz-background-size: cover;
    o-background-size: cover;
    pointer-events: none;
    position: absolute;
    webkit-background-size: cover;
    width: 100%;
    z-index: 1;
  }
  .slider2-highlight-text h1{
    margin-top: .4rem;
    margin-bottom: .4rem;
    font-size: 2.4rem;
        line-height: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
  .slider2-highlight-text h1{
      font-size: 3rem;
      text-align: left;
      line-height: 6rem;
      color: #e2fb22;
  }
}
@media (max-width: 600px){
  .preloader img{
    max-width: 120px !important;
  }
  .products .card{
    height: 285px !important;
  }
  .iot-area {
    width: 50%;
  }
  #carousel-featured-products{
    height: 270px;
  }
  .aboutus-skills{
    width: 50%;
  }
  .aboutus-skills .toast{
    margin: auto;
  }
  .parallax-container{
    min-height: 200px !important;
  }
  .ugarWrapper:before {
          background-size: cover;
    border-top: 80px solid white;
    border-right: 1000px solid transparent;
    top: -33px;
    content: "";
    left: 0;
    moz-background-size: cover;
    o-background-size: cover;
    pointer-events: none;
    position: absolute;
    webkit-background-size: cover;
    width: 100%;
    z-index: 1;
  }
  .ugarWrapper:after {
      background-size: cover;
      border-bottom: 200px solid white;
      border-left: 3000px solid transparent;
      bottom: 0;
      content: "";
      left: 0;
      moz-background-size: cover;
      o-background-size: cover;
      pointer-events: none;
      position: absolute;
      webkit-background-size: cover;
      width: 100%;
      z-index: 1;
  }
  .ugarWrapper .ugarsoft-services{
    margin-top: 30px;
    background: transparent;
  }
  .first-sec{
    margin-top: 70px;
  }
  #client-slider{
    height: 170px !important;
  }
}

@media (min-width: 601px){
  .iot-area {
    width: 25%;
  }
 #client-slider{
    height: 175px !important;
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 975px) and (max-width: 1260px){
  
}
.client-slider-col img {
      max-width: 100%;
      margin: auto;
      max-height: 143px;
  }
@media (min-width: 701px) and (max-width: 1000px){
  .icon-desc{
    min-height: 135px;
  }
}
@media (min-width: 1001px) and (max-width: 1225px){
  .icon-desc{
    min-height: 230px !important;
  }
}
@media only screen and (max-width: 600px){
  .ugarsoft-services{
    margin: 30px auto 30px;
  }
  #tech-parallax-container{
    min-height: 830px !important;
  }
  nav{
    height: 70px !important;
  }
  .brand-logo img{
    width: 100px !important;
  }
}
@media only screen and (max-width: 992px){
  .ugarsoft-col-m3{
    margin-bottom: 15px;
  }
  #servicesList{
    display: inline-block;
  }
  
}
@media (min-width: 601px) and (max-width: 992px){
  .ugarsoft-services{
    margin: 40px auto 20px;
  }.ugarWrapper .ugarsoft-services {
      padding-bottom: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px){
  .ugarsoft-services{
    margin: 40px auto 30px;
  }
  .ugarWrapper:before {
        background-size: cover;
    border-top: 200px solid white;
    border-right: 3000px solid transparent;
    top: -123px;
    content: "";
    left: 0;
    moz-background-size: cover;
    o-background-size: cover;
    pointer-events: none;
    position: absolute;
    webkit-background-size: cover;
    width: 100%;
    z-index: 1;
  }
  .ugarWrapper .ugarsoft-services {
    padding-bottom: 45px;
  }
  .container.ugarsoft-services{
    width: 95%;
  }
}

@media only screen and (min-width: 993px){
  .icon-desc{
    min-height: 200px;
  }
}
@media only screen and (min-width: 1201px){
  .ugarsoft-services{
    margin: 40px auto 30px;
  }
  .ugarWrapper .ugarsoft-services {
    padding-bottom: 60px;
  }
  .ugarWrapper:before {
      background-size: cover;
      border-top: 200px solid white;
      border-right: 3000px solid transparent;
      top: -110px;
      content: "";
      left: 0;
      moz-background-size: cover;
      o-background-size: cover;
      pointer-events: none;
      position: absolute;
      webkit-background-size: cover;
      width: 100%;
      z-index: 1;
  }
}
@media only screen and (max-width: 1260px){
}
@media only screen and (min-width: 1261px){
  .client-slider-col img{
      max-width: 170px;
      margin: auto;
      max-height: 100px;
  }
}