/*
Theme Name: Silicon Techlab Pvt. Ltd.
Theme URI: http://www.stlindia.com/
Author: Team Silicon Techlab
Author URI: http://www.stlindia.com/
Description: Our theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stl
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url('css/animate.css');
@import url('css/hover.css');
@import url('css/magnific-popup.css');
@import url('css/owl.carousel.css');
@import url('css/owl.transitions.css');
@import url('css/settings.css');
@import url('css/layers.css');
@import url('css/navigation.css');
 

html{
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body{
 font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;  font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1.65;
  color: #747474;
  text-rendering:optimizeLegibility!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
/*-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;*/



}

::-webkit-scrollbar{
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #41b6e8;
}

::selection{
  background-color:#c5a47e;
  color:#fff;
}

-webkit-::selection{
    background-color:#c5a47e;
    color:#fff;
}

::-moz-selection{
    background-color:#c5a47e;
    color:#fff;
}



/* 1.2 Typography */



@font-face {
  font-family: 'montserratlight';
  src: url('fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

h1,
.h1{ 
 
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
 
  text-transform: uppercase;
  color: #3d3d3d;
}

h2,
.h2{ 
 
  font-weight: 400;
  font-size: 2.1875em;
 
  text-transform: uppercase;
  color: #3d3d3d;
}

h3,
.h3{
 
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color:#3d3d3d;
}

h4,
.h4{
  
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color:#3d3d3d;
 
  text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 1.6em;
}

b, strong{
  font-family: 'Manrope', sans-serif;
}

ul{
  list-style: none;
  padding-left: 0;
}

a {
  color:#c5a47e;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#c5a47e;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.3 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color:#666666;
  background-color: #f3f3f3;
  border:1px solid #f3f3f3;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea.form-control{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.form-control:focus{
  border-color:#c5a47e;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666666;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-control.error{
  border-color:#c5a47e;
}

.form-group{
  margin-bottom: 10px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: none!important;
}



/* 1.4 Buttons */



.btn{
  font-family: 'Manrope', sans-serif;
  position: relative;
  display: inline-block;
  border:0.2em solid #c5a47e;
  border-radius: 30px;
  padding:1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color:#fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #41b6e8;
  border:0;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  color: #fff;
  background-color: #cc9f6b;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn .icon-next{
  position: relative;
  top:-0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn-gray{
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:hover{

  background-color: #c5a47e;
}

.btn-shadow-1{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}

.btn-shadow-2{
  box-shadow:0 15px 34px rgba(197,164,126,0.5);
}



/* 1.5 Icons */



.icon-next{
  display: inline-block;
  width:0.94em;
  height: 0.75em;
  background:url(img/img-icon/next.png) 0 0 no-repeat;
  background-size:0.94em 0.75em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #41b6e8;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



/* 1.7 Content styles */



.layout{
  position: relative;
  overflow: hidden;
}

.text-primary{
  color:#4cacff;
}

.page-lines{
  position: absolute;
  z-index: -1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line{
  padding: 0;
}

.page-lines .line{
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color:#f4f4f4;
}

.page-lines .col-line:last-child .line:last-child{
  left: auto;
  right: 0;
}

.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}

.section{
  position: relative;
  padding-top: 7.1em;
}

.section-header{
  position: relative;
}

.section-title{
  text-align: center;
  margin:0;
  margin-left: 0.32em;
  color: #093e69;
}

.fade-title-left,
.fade-title-right{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color:#000;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right{
  left:100%;
}

.section-content{
  margin-top: 3.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content{
  bottom:auto;
  top:12.2vmin;
}



/* 2.1 Brand */
.brand img{
	/* background: rgba(255, 255, 255, 0.7); 
    margin-left: -203px;
    padding-bottom: 5px;
    padding-left: 100px;*/
	padding:0px; 
	margin:0px;
	width: 80%;
	position:relative; 
	z-index:999;
}


.brand-panel{
  position: absolute;
  z-index: 4;
  left: 0;
  top:0;
  /* width: 39.47vmin;
  height: 18.0vmin;
  padding: 3.8vmin 2em 3.8vmin;
  background-color: #f6f5f3; */
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
 
}

.brand{
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size:4vmin;
  line-height: 1;
  color: #fff;
}

.brand:hover,
.brand:focus{
  color: #3d3d3d;
  text-decoration: none;
}

.brand-name{
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right: 0em;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.05;
}

.slide-number{
 font-family: 'Manrope', sans-serif; 
  margin-top: 5vmin;
}
.slide-number img {
    width: 97px;
}
.slide-number .current-number{
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}

.slide-number sup{
  display: inline-block;
  position: relative;
  top:-3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #3d3d3d;
  vertical-align: top;
  margin-left: 0.46em;
}

.slide-number sup .delimiter{
  display: inline-block;
  margin-right: 0.4em;
}

.header-phone{
   
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 45vmin;
  top:5.9vmin;
}

 @media (max-width: 480px){
  .header-phone{
    display: none;
  }
  .desktopview{display: none;}
  .mobileview{display: block;}
  

 }

  @media (min-width: 992px) and (max-width: 1200px){
  .header-phone{
    display: none;
  }
  .desktopview{display: block;}
  .mobileview{display: none;}
  

 }



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content{
  position: absolute;
  width: 19.735vmin;
  left: 0;
  bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel{
  z-index: 3;
  height: 10000px;
 /*  background-color: #f6f5f3; */
}

.vertical-panel-content{
  z-index: 4;
}

.vertical-panel-info{
  margin-bottom: 5.5vmin;
}

.vertical-panel-info .line {
    height: 5vmin;
    width: 1px;
    margin: 15px auto 0;
    background-color: #d6cece;
    top: 25px;
    left: 112px;
    position: absolute;
}
.base {
    position: absolute;
    z-index: 4;
    left: 0;
    height: 9.6vmin;
    padding: 3.8vmin 1em 3.8vmin;
    /* background-color: rgba(255, 255, 255, 0.57); */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vertical-panel-info .beforeline {
    height: 5vmin;
    width: 1px;
    margin: 15px auto 0;
    background-color: #d6cece;
    top: 295px;
    left: 110px;
    position: absolute;
}
a.certified img {
    border-radius: 50px;
    width: 50%;
    margin: 10px;
    border: 1px solid #41b6e8;
    background: #fff;
    box-shadow: 0px 10px #2593c7;
    transition: transform .5s ease;
}
a.certified img:hover {
    background: #f0ffff;
    border: 2px solid #7fb2dd;
    border-radius: 50px;
    transform: scale(1.3);
}
.vertical-panel-title{
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #3d3d3d;
  position: relative;
  left: 40px;
  top: 300px;
  margin:0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px){
  .vertical-panel-title{
    /* display: none; */
  }
}

.social-list{
  margin-bottom: 3.5vmin;
}

.social-list li{
  margin-top: 3.8vmin;
}

.social-list .fa{
  font-size: 2.4vmin;
  color: #c5c4c2;
}

.social-list .fa:hover{
  color:#c5a47e;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



.nav > li >a{
  padding: 0;
  
}

.nav > li >a:hover,
.nav > li >a:focus{
  background-color: transparent;
}

.navbar-desctop{
  display: none;
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
  padding:10px 0 0;
  background:#fff;
 /* border-bottom:1px solid #ddd;*/
  height:57px;
}

.navbar-desctop .brand{
  display: none;
  position: relative;
  top:-0.22em;
  font-size: 1.6em;
}

.navbar-desctop-menu{
  float: right;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active > a{
  color:  #c5a47e;
}

.navbar-desctop-menu  > li{
  float: left;
  margin-left: 4.1em;
}

.navbar-desctop-menu > li > a{
  color: #fff;
  background-color: transparent;
  margin-bottom: 1.5em;
}

.navbar-desctop-menu li ul{
  position: absolute;
  z-index: 10;
  left: 100%;
  top:60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background:rgba(50, 50, 50, 0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu > li > ul{
  left: -20px;
  margin-top: 0;
}

.navbar-desctop-menu li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu > li:hover > ul{
  top:100%;
}

.navbar-desctop-menu li li{
 /*border-bottom: 1px solid rgba(255,255,255,0.05);*/
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}

.navbar-desctop-menu li li a{
  color: #fff;
  padding: 12px 20px 10px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix{
  position: fixed;
  z-index: 5;
  top:0;
  background-color:rgb(255, 255, 255);
  padding:10px  0 0;
  
 /* border-bottom:1px solid #ececec;*/
}

.navbar-desctop.affix.affix-top{
  padding-top:2.2em;
}

.navbar-desctop.affix .brand{
  display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a{
  color: #000;
}

.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a{
  color:#c5a47e;
}



/* 2.5 Navbar Mobile */



.navbar-mobile{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100%;
  padding:6vmin 0;
}

.navbar-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse{
  border:0;
  background-color: #fff;
  -webkit-box-shadow:none;
  box-shadow:none;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
  }
}

.navbar-toggle{
  padding: 0;
  margin-top:0;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#fff;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}

.navbar-nav-mobile{
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li{
  position: relative;
  border-top:1px solid rgba(255,255,255,0.1);
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
}

.navbar-nav-mobile > .current > a{
  color: #c5a47e;
}

.navbar-nav-mobile li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile > .current > a .fa-angle-down{
  top:-0.2em;
  left:-0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover{
  background-color: #c5a47e;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul{
  display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a{
  color: #c5a47e;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar{
  background-color:#c5a47e;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}



/* 3.1 Slider */



.rev_slider{
  color: #fff;
  min-height: 420px;
}

.rev_slider .btn{
  -webkit-transition: background-color .3s ease-out!important;
          transition: background-color .3s ease-out!important;
}

.tp-caption{
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 22vmin;
}

.arrow-right{
  right: 15px;
}

.arrow-left:after,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
 font-family: 'Manrope', sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.arrow-left:after{
  content:'Prev';
}

.arrow-right:before{
  content:'Next';
}

.arrow-left:before,
.arrow-right:after{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after{
  opacity: 1;
}

.arrow-left:before{
  background: url(img/img-icon/prev.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
}

.arrow-right:after{
  background: url(img/img-icon/next.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}

.slide-title{
  font-family: 'Manrope', sans-serif;
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle{
  font-size: 18px;
  line-height: 1.7;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.about .fade-title-left{
  top:1em;
}

.col-about-title{
  margin-top: 0;
  margin-bottom:1.1em;
  font-size: 29px;
}
.col-about-info {
    text-align: justify;
}
.col-about-info p:last-child{
  margin-bottom: 0; 
}

.col-about-img{
  position: relative;
}

.col-about-img img{
  display: block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}



/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.project{
  padding: 0;
  overflow: hidden;
}

.project figure{
  position: relative;
}

.project figure img{
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after{
  opacity: 0.4;
}
    
.project figcaption{
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  margin: 3.2em 3.6em;
}

.project-title{
  position: relative;
  top:0;
  left:0;
  margin:0;
  font-family: 'Manrope', sans-serif;
  font-weight: normal;
  font-size: 1.56em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -0.2em;
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    color: #fff;
	letter-spacing: 1px;
}

.project-zoom{
  position: absolute;
  left: 50%;
  top:50%;
  width: 9em;
  height: 9em;
  margin:-4.5em;
  border-radius: 50%;
  background-color: rgb(75, 188, 236);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform:scale(0.5);
  -o-transform:scale(0.5);
  transform:scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.project-zoom:after{
  content: '';
  position: absolute;
  left: 50%;
  top:50%;
  width: 2.625em;
  height:2.625em;
  background:url(img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project figure:hover:after{
  opacity: 0;
}

.project figure:hover img{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title{
  top:30px;
  opacity: 0;
}

.project figure:hover .project-category{
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}



/* 5.1 Project Carousel */



.owl-prev,
.owl-next{
  position: absolute;
  top:50%;
  font-family: 'Manrope', sans-serif;
  font-size:1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover{
  opacity: 1;
}

.owl-prev{
  left: 0.8em;
  padding-left: 35px;
  background:url(img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;
  
}

.owl-next{
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background:url(img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}



/* 5.2 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 460px;
}


.mfp-title{
  padding-right: 40px;
  font-size:1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
      -ms-transform: rotateY(-60deg);
       -o-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  6. Services
/* ------------------------------------------------------------------------------- */



.row-services{
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service{
  padding: 0 4.1em;
}
.service-item img {
    padding: 10px 5px;
}
.service-item img:hover {
    webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.service-item h4{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 10px 0px;
}
.spl-item h4{
  text-transform: none;
font-size: 1.2em;
}
section#about .spl-item img {
    width: 60px;
    
}
section#about .spl-item img:hover {
    webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.service-item p:last-child{
  margin-bottom: 0;
}



/* ------------------------------------------------------------------------------- */
/*  7. Experience
/* ------------------------------------------------------------------------------- */



.experience{
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color:#363636;
  mix-blend-mode: lighten;
  -ms-mix-blend-mode:lighten;
}

.experience-info{
  position: relative;
  top: -2.75em;
  font-family: 'Manrope', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin:0 0 0 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  8. Clients
/* ------------------------------------------------------------------------------- */



.clients{
  text-align: center;
  padding-top: 27.1em;
}

.clients-list{
  margin:-3.8em -1.95em 0;
}

.clients-list .client{
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin:0;
}

.clients-list .client img{
  opacity: 0.3;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img{
  opacity: 1;
}



/* ------------------------------------------------------------------------------- */
/*  9. Objects
/* ------------------------------------------------------------------------------- */



.objects{
  position: relative;
  padding:0px 0px 0px 0px;
}

.object-label{
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  background-color: #41b6e8;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.object-label:hover{
  box-shadow:none;
}

.popover.top{
  margin-top: -20px;
}

.object-info{
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 20px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border:0;
  background-color: rgba(0,0,0,0.6);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.object-info.in{
  display: block;
}

.object-info:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0,0,0,0.6));
}

.object-title{
  font-size: 1em;
  font-family: 'Manrope', sans-serif;
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#c5a47e;
  padding: 0 0 1em;
  border-bottom:1px solid rgba(249,249,249,0.2);
  margin: 0 0 .5em;
}

.object-content{
  font-family: 'Manrope', sans-serif;
  font-size: 0.75em;
  line-height: 1.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow{
  border-top-color: transparent;
}

.popover.top>.arrow:after{
  border-top-color:rgba(0,0,0,0.6);
}



/* ------------------------------------------------------------------------------- */
/*  10. Contacts
/* ------------------------------------------------------------------------------- */



.contacts .fade-title-right{
  left: 90%;
}

.row-field{
  margin-left: -5px;
  margin-right:-5px;
}

.col-field{
  padding: 0 5px;
}

.col-message{
  display: none;
  margin-top: 20px;
}

.col-address{
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.form-submit{
  margin-top: 1.2em;
}

.success-message{
  display: none;
}

.error-message{
  display: none;
}

.success-message .fa{
  margin-right: 7px;
  font-size: 1.5em;
}



/* ------------------------------------------------------------------------------- */
/*  11. Footer
/* ------------------------------------------------------------------------------- */



.footer{
	
	font-size: 1rem;
	color: #aaa;
    background: #fff;
	
}

.footer .brand{
  margin-top: -0.45em;
  font-size: 3.4em;
}

.author-link{
  font-family: 'Manrope', sans-serif;
  color: #d0d0d0;
}

.author-link:hover{
  text-decoration: none;
}



/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 12.1 Min width 768px */



@media (min-width: 768px){



  html{
    font-size: 85%;
  }



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }



  /* About */



  .col-about-spec{
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev{
    left: 3.6em
  }

  .owl-next{
    right:3.6em;
  }
}



/* 12.2 Min width 992px */



@media (min-width: 992px){



  html{
    font-size: 92%;
  }



  /* Content styles */



  .text-center-md{
    text-align: center;
  }

  .text-right-md{
    text-align: right;
  }

  .text-left-md{
    text-align: left;
  }



  /* Navbar Mobile */


  .navbar-mobile{
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  /* About */



  .col-about-img{
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img{
    max-width: calc(100% + 5px);
  }



  /* Contacts */


  .row-field{
    margin-left: -15px;
  }
}


/* 12.3 Min width 1200px */



@media (min-width: 1200px){


   html{
    font-size: 100%;
  }
}



/* 12.4 Max height 480px  */



  @media (max-height: 480px){



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right:auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}
.container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	
}
.section-top-wrapper a {
    color: #fff;
}
.top-left a {
    background: url(img/img-icon/grid_list_icon.png) no-repeat scroll -1px -307px;
    font-size: 13px;
    text-transform: uppercase;
    color: #686868;
    display: inline-block;
    padding: 10px 0 10px 40px;
}
.head_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.skip_content {
    padding: 10px 8px;
    font-size: 12px;
}
.lang-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
}
.head_user>a, .lang-box>div {
    border-right: 1px solid #4964a4;
}
.user_accessibility {
    position: relative;
}
.site_share {
    position: relative;
}
.login-reg-block {
    position: relative;
}
.login-link-wrapper {
    background: #388fcc;
    background: -moz-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
    background: -webkit-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
    background: linear-gradient(to right, #388fcc 0%, #1db5a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388fcc', endColorstr='#1db5a6',GradientType=1 );
}
.section-top-wrapper .login-link-wrapper a {
    display: inline-block;
    padding: 10px 8px;
    height: 39px;
    min-width: 66px;
    text-align: center;
}
section#about .spl-item {
    float: left;
    width: 20%;
	text-align: center;
}
section#about p {
    text-align: justify;
}
section#about .col-about-img{
	left: 40px;
}
.tml-login {
    font-size: 1em;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    padding: 25px;
    width: 30%;
    margin: 40px auto;
}
.inner-header-home .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    color: #a58867;
}
.inner-brand-panel {
    background: #fff;
	padding:10px 0px;
}
section#primary {
    min-height: 480px;
}
.menubarbox {
    position: fixed;
    width: 85%;
    top: 30px;
}
.menubar {
 
    width: 100%;
    top: 25px;
	float:right;
}

.tfree-client-testimonial{
    background: #1352b1;
    color: #ece0e0 !important;
}
.tfree-client-testimonial:before, .tfree-client-testimonial:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}
.tfree-client-testimonial:before{
	left: 0px;
    top: 120px;
}
.tfree-client-testimonial:after {   
	content: "\201D";
	right: 10px;
	bottom: 40px;
}
.sp-testimonial-free {
    border: 1px solid #ccc;
    background: #fff;
}
.sp-testimonial-free-section .tfree-client-testimonial {
    font-size: 16px;
    line-height: 1.5em;
    text-transform: none;
    text-align: justify;
    letter-spacing: normal;
    position: relative;
    padding: 120px 20px 20px 30px;
    font-weight: 500;
    margin: -102px 0 0;
    font-family: Architects Daughter;
	min-height: 365px;
}
.sp-testimonial-free-section .sp-tfree-client-image{
	margin: 0px 0px 10px 0px;
}
.sp-testimonial-free-section .sp-tfree-client-image img{
	display: block;
    z-index: 1;
    position: relative;
	border: 3px solid #fff;
    margin: -50px 0px 0px 80px;
}
.testimonials-parallax, .testimonials-dark {
    background: url(../../../wp-content/themes/stlindia/images/alliancebg.jpg);
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
.testimonials-parallax, .testimonials-dark {
    background: none;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
.testimonials-parallax .bg-overlay, .testimonials-dark .bg-overlay {
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.5);
}
.textwidget p {
    padding: 0px;
    margin: 0px 0px 60px 0px;
    line-height: 1.3;
}
.social {
    margin: 10px 10px 10px 90px;
}
.social img{
	width: 20px;
}
.social a {
    display: table-cell;
    text-align: center;
    padding: 0px 5px;
}
.sec-heading {
    margin-top: 50px;
	margin-bottom: 50px;
    text-align: center;
}
.ws-m {
    padding-bottom: 50px;
}
.ft-centered .ft-item, .ft-x .ft-item, .ft-y .ft-item {
    text-align: center;
}
.mb-sm-50 {
    margin-bottom: 50px;
}
.ft-centered .ft-material span, .ft-x .ft-material span, .ft-y .ft-material span, .ft-centered .ft-material i, .ft-x .ft-material i, .ft-y .ft-material i {
    display: inline-block;
    border: 1px solid #f8f8f8;
    border-radius: 100px;
    background: #fff;
    color: #777;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ft-centered .ft-item span, .ft-x .ft-item span, .ft-y .ft-item span {
    padding: 0;
    width: 110px;
    height: 110px;
    font-size: 45px;
    line-height: 109px;
}
.ft-centered .ft-material:hover span, .ft-x .ft-material:hover span, .ft-y .ft-material:hover span, .ft-centered .ft-material:hover i, .ft-x .ft-material:hover i, .ft-y .ft-material:hover i {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.ft-material p {
    text-align: center;
	min-height: 140px;
}
.ft-material h5 {
    font-size: 20px;
    padding: 10px;
    color: #2f84a9;
}
.section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ft-item img {
    text-align: center;
    padding-left: 23%;
}
.ft-item h4{text-align:center; padding: 10px;}
.ft-item{
	/* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ft-item:hover{
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.client-item .item-content {
    background: #4d617b;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    min-height: 125px;
}
.client-item .item-content p {
    text-align: center;
	font-size: 13px;
    padding: 5px;
}
.sec-heading {
    margin-top: 50px;
	margin-bottom: 50px;
    text-align: center;
}
.ws-m {
    padding-bottom: 50px;
}
.ft-centered .ft-item, .ft-x .ft-item, .ft-y .ft-item {
    text-align: center;
}
.mb-sm-50 {
    margin-bottom: 50px;
}
.ft-centered .ft-material span, .ft-x .ft-material span, .ft-y .ft-material span, .ft-centered .ft-material i, .ft-x .ft-material i, .ft-y .ft-material i {
    display: inline-block;
    border: 1px solid #f8f8f8;
    border-radius: 100px;
    background: #fff;
    color: #777;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ft-centered .ft-item span, .ft-x .ft-item span, .ft-y .ft-item span {
    padding: 0;
    width: 110px;
    height: 110px;
    font-size: 45px;
    line-height: 109px;
}
.ft-centered .ft-material:hover span, .ft-x .ft-material:hover span, .ft-y .ft-material:hover span, .ft-centered .ft-material:hover i, .ft-x .ft-material:hover i, .ft-y .ft-material:hover i {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.ft-material p {
    text-align: center;
}
.section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ft-cards .ft-item {
    padding: 30px 40px;
	border-radius: 10px;
    border: 1px solid #e3e3e3;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 555px;
}
.ft-item img {
    text-align: center;
    padding-left: 23%;
}
.ft-item h4{text-align:center; padding: 10px;}
.ft-item:hover{
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.client-item .item-content h3 {
    color: #fff;
    margin: 8px;
    font-size: 20px;
}
header.entry-header {
    width: 480px;
    margin-top: -160px;
    position: absolute;
    margin-left: 290px;
}
header.entry-header h2 {
    color: #fff;
}
.stl-ct {
    padding: 2em;
    font-size: 2em;
    text-align: center;
}

span.plus {
    font-size: 45px;
    font-weight: normal !important;
    color: #afb2b3;
    font-family: 'Manrope', sans-serif;
	position: absolute;
    letter-spacing: 2px;
    margin: 4px 12px;
    line-height: 1.3em;
}
ul.slick-dots {
    display: none !important;
}

.home .menubar .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
    font-size: 14px;
    color: #888!important;
}
.home .slideInDown .menubar .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
    font-size: 14px;
    color: #a58867;
}
.soso {
    float: left;
    margin-top: 33px;
}
.sprite-icons {
    background: url(img/sprite-icon.png) no-repeat;
}
.social-icons {
    /* margin-top: 30px; */
    float: right;
    margin-left: 10px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 35px;
    height: 35px;
}
.facebook-top {
    background-position: -60px -2px;
}
.twitter-top {
    background-position: -98px -1px;
}
.youtube-top {
    background-position: -142px -1px;
}
.soso2 {
    float: left;
    position: relative;
}
.playstore-top {
    background-position: -375px -515px;
}
.linkedin-top {
    background-position: -550px -3px;
}
.android-top {
    background-position: -417px -514px;
}
.soso2:before {
    /* content: ''; */
    position: absolute;
    width: 2px;
    height: 22px;
    background: #fff;
    right: 0px;
    top: 6px;
}
.wp-side-menu{
	right: -10px;
}
.container .eight.columns {
    width: 750px;
}
.container .four.columns {
    width: 300px;
}
.right {
    float: right !important;
}
.keyp-heading{
	text-decoration: none;
    font-size: 18px;
   font-family: 'Manrope', sans-serif;
    color: #80a852;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    background-color: #e1ebf4;
    transition: all 0.2s ease-in-out 0s;
}
.key-projects-content{
	padding: 15px;
    transition: all 0.2s ease-in-out 0s;
    min-height: 250px;
    border: 1px solid #cccccc70;
    margin-bottom: 20px;
}
.call-us-content {
    padding: 15px;
    background: #80a852;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
.circle-callus {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    border: 3px #fff solid;
    -moz-box-shadow: inset 0 0 13px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 13px rgba(0,0,0,.4);
    box-shadow: inset 0 0 13px rgba(0,0,0,.4);
    margin: 0 auto;
}
.call-us-content p {
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
}
p.phone-no {
    color: #fff;
    font-size: 25px;
    font-family: 'Arimo', sans-serif;
    padding: 20px 0;
    border-bottom: 1px solid #89b3d4;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out 0s;
}
.call-us-content p {
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
}
.entry-content ul li {
    margin: 0;
    padding: 0 0 7px 20px;
    /* background: url(img/img-icon/read-more.png) no-repeat; */
    background-position: 0 0.4em;
}
.technology-content ul li {
    margin: 0;
    padding: 0 0 7px 20px;
    background: url(img/img-icon/read-more.png) no-repeat;
    background-position: 0 0.4em;
}
.proposal-btn a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    color: #80a852;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    background-color: #e1ebf4;
    transition: all 0.2s ease-in-out 0s;
}
.circle-callus i {
    color: #fff;
    font-size: 35px;
    line-height: 80px;
}
.fa-phone:before {
    content: "\f095";
}
.page-template-page_technology section#primary{ 
	float:left;
}
.page-template-page_services section#primary p { text-align:justify;}
.page-template-page_technology section#primary p { text-align:justify;}
.page-template-page_services section#primary{ 
	float:left;
}
.page-template-page_technology h3 {
    font-size: 1.2em;
}
ul#menu-technology-menu li>a {
    font-size: 16px;
    color: #7fa751;
	width: 100%;
    display: block;
}
ul#menu-technology-menu li .sub-menu{
	padding-top: 10px;
    padding-left: 15px;
}
ul#menu-technology-menu li .sub-menu li{
	border-bottom: 1px solid #ccc;
}
.technology-inner ul {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.technology-inner ul li {
    float: left;
    width: 33.3%;
    height: 130px;
    text-align: center;
    display: block;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
.technology-inner ul li img {
    max-width: 100%;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.edusol_widget {
    width: 25.33%;
    text-align: center;
    float: left;
    min-height: 275px;
    border: 1px solid #cccccc6b;
    margin: 40px;
    border-radius: 5px;
    margin-bottom: 45px;
    color: #056aa0;
}
.edusol_widget img {
    margin-top: -50px;
    text-align: center;
}
.clients_widget .column4 {
    float: left;
	width: 24.33%;
	padding: 10px;
}
.column4 img {
    width: 100%;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.column4 img:hover {
    width: 100%;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.ss_work{
	left: 75px;
    top: -190px;
}
h2.widget-title {
    font-size: 16px;
}
.home .service-item {
    width: 320px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 10px;
    text-align: center;
}
.home .sol-content {
    text-align: justify;
    min-height: 215px;
	font-size: 14px;
	padding: 10px;
	text-justify: distribute;
}
.home .view-more {
    font-family: 'montserratsemibold';
    position: relative;
    display: inline-block;
	margin: 10px 70px;
    border-radius: 30px;
    padding: 0.5em 1.2em 0.5em;
    font-size: 0.775em;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #41b6e8;
    border: 0;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}
.home .service-item:hover {
    webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.js-solutions-carousel .owl-prev {
    color: #000;
    margin-left: -105px;
}
.js-solutions-carousel .owl-next {
    color: #000;
    right: -90px;
}
.tmm .tmm_container:last-child .tmm_member{
	border: 1px solid #ccc;
}
.tmm_member {
    border: 1px solid #41b6e8;
}
#wpsm_counter_b_row_89 .wpsm_counterbox .wpsm_count-icon {
    display: block;
    margin-top: 20px;
    padding-top: 30px !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin: 0 auto;
    width: 115px;
    height: 115px;
    border: 2px solid #ccc;
    border-radius: 60px;
}
#wpsm_counter_b_row_89 .wpsm_counterbox .wpsm_count-icon:hover{
	background:#627c96;
}
.page-template-page_clients header.entry-header {
    width: 480px;
    margin-top: -830px;
    position: absolute;
    margin-left: 290px;
}
.page-template-page_clients .sec-heading{
    margin-top: 10px;
}
#services .owl-prev {
    padding-left: 30px;
    background: url(img/img-icon/prev_b.png) left 50% no-repeat;
    background-size: 1.3em 1em;
}
#services .owl-next {
    padding-right: 25px;
    background: url(img/img-icon/next_b.png) right 50% no-repeat;
    background-size: 1.3em 1em;
}
.wonderplugintabs-header-title {
    color: #fff !important;
    font-weight: bold !important;
	font-size: 14px !important;
}
.wonderplugintabs-panel-wrap {
    border: none !important;
}
.wonderplugintabs-header-wrap .wonderplugintabs-header-li{
	background-color: #41b6e8 !important;
}
.wonderplugintabs-header-wrap .wonderplugintabs-header-li-active{
	background-color: #056aa0 !important;
}
span.wonderplugintabs-header-icon-fontawesome.fa-search {
    color: #fff !important;
}
ul#menu-technology-menu li{
	list-style: none;
}
#menu-technology-menu li a{
	background: url(img/img-icon/plus.png) left 50% no-repeat;
	background-position-x: 279px;
	border-bottom: 1px solid #ccc;
    text-decoration: none;
}
#menu-technology-menu li ul li a{
	background: url(img/img-icon/arrow.png) no-repeat scroll 0 0.9em !important;
	padding-left: 20px !important;
	padding-top: 5px;
	
}
.footer_gallery img {
    width: 75px;
    height: 75px;
}
.wpls-logo-showcase .wpls-fix-box{
	border: 1px solid #ccc;
    border-radius: 5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.wpls-logo-showcase .wpls-fix-box img:hover{
	webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/*----- Timeline ------*/
:root{
    --color1: #FD8F33;
    --color2: #0DC8AB;
    --color3: #05B0DE;
    --color4: #8E7CCC;
}
.main-timeline{
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50.1%;
    padding: 20px 0 20px 100px;
    float: right;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: '';
    background: var(--color1);
    height: 100%;
    width: 28px;
    position: absolute;
    left: -11px;
    top: 0;
}
.main-timeline .timeline:after{
    background: var(--color1);
    height: 18px;
    width: 200px;
    box-shadow: 0 0 10px -5px #000;
    transform:  translateY(-50%);
    top: 50%;
    left: -90px;
}
.main-timeline .timeline-content{
    color: #517d82;
    background-color: var(--color1);
    padding: 0 0 0 80px;
    box-shadow: 0 0 20px -10px #000;
    border-radius: 10px;
    display: block;
}
.main-timeline .timeline-content:hover{
    color: #517d82;
    text-decoration: none;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: var(--color1);
    font-size: 35px;
    text-align: center;
    line-height: 62px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -100px;
    top: 50%;
    z-index: 1;
}
.main-timeline .timeline-year {
    color: #517d82;
    background-color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    height: 113px;
    width: 113px;
    border: 6px solid var(--color1);
    box-shadow: 0 0 10px -5px #000;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 1;
}
.timeline-year span {
    font-size: 24px;
}
.main-timeline .inner-content{
    background-color: #fff;
    padding: 10px;
}
.main-timeline .title{
    color: var(--color1);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 20px 100px 20px 0;
    float: left;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: -14.5px;
}
.main-timeline .timeline:nth-child(even):after{
    left: auto;
    right: -90px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 80px 0 0; }
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -100px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: 50px;
}
.main-timeline .timeline:nth-child(4n+2):before,
.main-timeline .timeline:nth-child(4n+2):after{
    background: var(--color2);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background-color: var(--color2);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year{ border-color: var(--color2); }
.main-timeline .timeline:nth-child(4n+2) .title{ color: var(--color2); }
.main-timeline .timeline:nth-child(4n+3):before,
.main-timeline .timeline:nth-child(4n+3):after{
    background: var(--color3);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background-color: var(--color3);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year{ border-color: var(--color3); }
.main-timeline .timeline:nth-child(4n+3) .title{ color: var(--color3); }
.main-timeline .timeline:nth-child(4n+4):before,
.main-timeline .timeline:nth-child(4n+4):after{
    background: var(--color4);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background-color: var(--color4);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year{ border-color: var(--color4); }
.main-timeline .timeline:nth-child(4n+4) .title{ color: var(--color4); }
@media only screen and (max-width:1200px){
    .main-timeline .timeline:before{ left: -12.5px; }
    .main-timeline .timeline:nth-child(even):before{ right: -14px; }
}
@media only screen and (max-width:990px){
    .main-timeline .timeline:before{ left: -12.5px; }
}
@media only screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 20px 0 20px 37px;
    }
    .main-timeline .timeline:before{ left: 0; }
    .main-timeline .timeline:nth-child(even):before{
        right: auto;
        left: 0;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even) .timeline:after{
        display: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        left: 0;
        display: none;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        height: 75px;
        width: 75px;
        line-height: 60px;
        font-size: 25px;
        left: 1px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 0 0 0 40px;
    }
}
.timeline-icon img {
    width: 55px;
}
/*----- End Timeline -----*/
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {background-color: #ffffffe3 !important;}
.ubermenu-main .ubermenu-item-normal > .ubermenu-target{color:#000 !important;}

.pf-item {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 10px;
    
}
.pf-item h4{text-align: center;}
.pf-item p{text-align: justify;}
.pf-item:hover {
    webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
ul.inner-content-list li {
    margin: 0;
    padding: 0 0 7px 20px;
    background: url(img/img-icon/read-more.png) no-repeat;
    background-position: 0 0.4em;
}
.diff-items {
    float: left;
    width: 218px;
    display: block;
    min-height: 178px;
    text-align: center;
    border: 1px solid #cccccc82;
    border-radius: 5px;
    margin: 10px;
	padding: 5px;
}
.diff-items h4 {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.diff-items img{
	padding: 5px;
}

.clients_widget {
    margin-top: 80px;
}
h5.header-widget {
    font-size: 22px;
    border-bottom: 1px solid #9ba7ad47;
    padding: 10px 0px;
}
ul.footer-list li a {
    font-size: 14px;
    color: #093e69;
}
.cont-title {
    font-size: 16px;
    padding: 0px 0px 20px 0px;
}
.cont-title h3 {
    font-size: 28px;
}
.cont-title strong {
    color: #1b6cbd;
}
.footer-base {
    padding: 2em 1.5em 2em 0em;
}
.footer-base strong {
    color: #093e69;
}
.footer-link a {
    color: #eaedf1;
    text-decoration: none;
}
.components {
    border: 2px solid #cccccca6;
    margin: 10px 30px;
    border-radius: 10px;
    padding: 10px 20px;
}
.appbricks-items {
    float: left;
    width: 145px;
    display: block;
    min-height: 178px;
    text-align: center;
    border: 1px solid #cccccc82;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
}
.appbricks-items img {
    border: 1px solid #41b6e8;
    border-radius: 50px;
    padding: 5px;
}
.appbricks-items h4 {
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
	color: #056aa0;
}
.appbricks-items img:hover {
    webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.career-img {
    float: left;
    margin: 0px 20px 10px 0px;
    border: 10px solid #cccccca6;
    border-radius: 5px;
}
a.toggle {
    text-decoration: none;
    display: block;
    width: 230px;
    padding: 5px 0px;
    font-size: 15px;
    color: #024186;
    font-weight: bold;
	line-height: 1.5em;
}
li.pitems {
    background: url(img/img-icon/read-more.png) no-repeat;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    padding: 0 0 0px 20px;
    background-position: 0px;
}
li.pitems:last-child{
	border-bottom: none;
}
.overview {
    font-size: 13px;
    text-align: justify;
    color: #024186;
}
.header_image img{ width:100%;}
/*-------------------------10 years of Progress--------------------*/
.col-cst-1 {
    float:left;
    max-width: 10%;
    height: 50vh;
}
.box-top {
    position: relative;
    height: 35%;
    background-color: #FFF;
    text-align: center;
}
.project-progress-hover {
    webkit-animation: swing 1s ease !important;
    animation: swing 1s ease !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}
.box-circle {
    position: relative;
    top: 30%;
	left: 360%;
    padding-top: 0px;
    border-radius: 50%;
    font-size: 17px;
    width: 55px;
    height: 55px;
    color: #FFF;
    font-weight: 900;
    line-height: 3;
	display: inline-block;
    text-align: center;
}
.box-arrow {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #FFF;
    position: absolute;
    top: -6px;
    left: 40%;
}
.box-content {
    position: relative;
    height: 65%;
	width:280px;
    box-shadow: -1px 0px 10px -5px #000000;
}
.box-details {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 1.8rem 0.35rem 0;
}
.box-icon {
    /* width: 158px;
    height: 35px;
    position: absolute; */
	text-align: center;
    bottom: 10px;
    padding: 10px 20px;
}
.img-full{
    max-width: 100%;
}
.mentified-commitiments li{
	float: left;
    width: 265px;
    text-align: center;
    list-style-type: none;
    margin: 0px 10px 0px 10px;
}
.mentified-commitiments li>h4{
	text-align: center;
    padding: 10px 0px 10px 0px;
    color: #2d9fa8;
    font-size: 16px;
}
section#services {
    padding-bottom: 5em;
}
.mentified-commitiments li>h4{
	font-size: 14px;
}
.diff-items .tooltiptext {
  visibility: hidden;
  width: 450px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 7%;
  margin-left: -60px;
}

.diff-items:hover .tooltiptext {
  visibility: visible;
}





/*New CSS*/


.topbanner_box{background:#0f3370; float:left; height:100vh; width:100%; }
.list-view{float:left; width:20%;}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.main-container {
    margin: 0;
    padding: 0;
    background-size: contain;
    /* max-width: 100%; */
    /* overflow-y: hidden; */
}
.top-bar {
    /* background-image: linear-gradient(to right, #1f4ea0, #062252); */
    background: url(../../themes/stl/img/slider.png);
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    padding: 0 3%;
    height: 700px;
    background-size: cover;

}
.logo-img {
    margin: 15px 0;
    height: 61px;
    width: 138px;
    background-color: transparent;
}
.top-icon {
    margin: 0 10px;
    color: #fff;
    font-size: 28px;
    /* padding: 10px 15px 10px 10px; */
    border-right: 1px solid #2e4574;
    padding: 3px 20px;
}
.top-icon-bar {
    margin: 0 10px;
    padding: 6px 8px;
    font-size: 26px;
    background: #fff;
    color: #4e8edf;
    border-radius: 50%;
}
.rule-container {
    position: absolute;
    top: 0.9%;
    left: 8%;
    width: 100%;
}
.rule-container hr {
    width: 85% !important;
    background-color: #395d9f !important;
    height: 0.5px !important;
	border-color: #395d9f !important;
	margin-top: 0px !important; 
	margin-bottom: 0px !important; 
	
}
.client {
    height: 100%;
    background-color: #ffffff;
    padding: 5% 0 2% 0;
}
.client-head {
    color: #13568b;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 900;
	text-transform: capitalize;
}
.client-title {
    color: #0e7fb0;
    padding-bottom: 5px;
    font-family: 'Montserrat Alternates', sans-serif;
}
.client-logos {
    display: flex;
    padding: 10px 0 40px 0;
}
.client-logo {
    width: 20%;
    height: 110px;
    padding: 9px 0;
}
.client-logo:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}
.clint-logo-img {
    width: 100%;
    height: 100%;
}
.client-card {
    box-shadow: 1px 1px 6px 4px #f0f0f0;
}
.prod-details {
    padding: 35px;
}
.prod-head {
    font-size: 16px;
    font-weight: 700;
    color: #2b5e95;
}
.prod-desc {
    color: #858585;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 15px;
}
.explore-btn {
    border: 2px solid #313131;
    border-radius: 30px;
    padding: 7px 60px;
}
.explore-btn:hover {
    color: #fff;
    border: 2px solid #313131;
    background-color: #313131;
}
.brdr {
    height: 5px;
    width: 6%;
    left: 46%;
    background-color: #d1d1d1;
    border-radius: 5px;
}
.client-desc {
    padding: 25px 26%;
    text-align: center;
    font-size: 18px;
    color: #a5a5a5;
    font-weight: 600;
}
.view-all-btn {
    background-color: #07c7ec;
    color: #fff;
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
}
.core {
    padding: 4% 3% 2% 8%;
    background-color: #2f6aa0;
}
.core-head {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}
.core-sub-head {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    /* letter-spacing: 1px; */
}
.core-content ul{
    text-align: right;
    list-style: none;
    padding-left: 0;
}
.core-content ul li {
    font-size: 20px;
    margin: 15px 0;
    padding: 5px 15px 8px 20px;
    color: #fff;
}.core-content ul li.active-content {
    color: #fff;
    background-color: #0b1431;
    border-radius: 20px;
}
.core-content ul li:hover {
    color: #fff;
    background-color: #0b1431;
    border-radius: 20px;
    cursor: pointer;
}
.e-learning {
    padding: 5% 2% 2% 30px;
    background-color: #f1f1f1;
    border-right: 1px solid #fff;
}
.e-learn-head {
    margin-top: 20px;
    color: #3e8fb0;
    font-size: 18px;
    font-weight: 700;
}
.e-learn-desc {
    font-size: 13px;
    color: #9f9f9f;
    font-weight: 600;
}
.mobility {
    padding: 4% 5% 2% 20px;
    background-color: #f1f1f1;
}
.mobility ul {
    /* list-style-type: square; */
    list-style: none;
    padding-left: 15px;
    padding-top: 25px;
}
.mobility ul li {
    font-size: 18px;
    font-weight: 600;
    color: #9d9d9d;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 5px;
}
.mobility ul li::before {
    content: "\25A0";
    color: #3760b4;
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-right: 10px;
    /* margin: auto; */
}
.mobility-head {
    color: #186382;
    font-size: 21px;
    font-weight: 600;
}
.brdr-left-mobility {
    position: absolute;
    height: 5px;
    width: 12%;
    left: 6%;
    margin: 10px 0 15px 0;
    background-color: #a4a4a4;
    border-radius: 5px;
}
.industry {
    padding: 2% 7%;
    background: url(../images/white_bg.jpg);
    background-size: cover;
}
.brdr-left-ind {
    position: absolute;
    height: 5px;
    width: 5%;
    left: 7.25%;
    margin: 5px 0 15px 0;
    background-color: #a4a4a4;
    border-radius: 5px;
}
.ind-head {
    color: #30679c;
	font-size: 2.5rem;
	letter-spacing: 0px;
	text-transform: none;
}
.ind-desc {
    color: #848484;
    padding: 20px 1%;
    font-weight: 600;
}
.sectors {
    display: flex;
    width: 100%;
}
.sec-card {
    margin: 0 auto;
    text-align: center;
    width: 14.25%;
    padding: 0 10px;
}
.sec-icon {
    margin: 0 auto;
    background-color: #e8e8e8;
    width: 160px;
    height: 140px;
    border-radius: 5px;
}
.sec-icon img {
    margin: 40px 0;
}
.sec-head {
    padding-top: 5px;
    font-weight: 600;
    font-size: 16px;
}
.sec-view {
    background-color: #265b8d;
    padding: 5px 40px;
    color: #fff;
    border-radius: 25px;
}
.navigate {
    padding: 3% 10%;
    background-color: #86acd1;
}
.navigation-head {
    color: #fff;
    font-weight: 600;
    padding-bottom: 30px;
	font-size: 2.5rem;
	letter-spacing: 0px;
	text-transform: none;
}
.navigation-card {
    margin: 0 auto;
    background-color: #95b8d8;
    height: 180px;
    width: 200px;
    position: relative;
    box-shadow: 1px 1px 5px 10px #85a9cb;
}
.navigation-img{
    margin: 20px 0;
}
.nav-card-head {
    font-size: 18px;
    color: #fff;
}
.footer {
    padding:34px 10% 10px 10%;  
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	margin:0px 0px 0px 0px;

}
.foot-head {
       font-size: 18px;
        font-weight: 500;
		color:#000;
		  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;

}
ul li {
    list-style: none;
}
.footer ul {
    padding-left: 0;
}
.footer ul li {
    font-weight: 400;
    color: #333;
	font-size:13px;
	line-height:27px;
}
.footer ul li a{color:#888; text-decoration:none;}
.foot-content {
    padding: 0.5% 0;
    color: #000;
    font-weight: 400;
	font-size:13px;
}
.foot-content span{
    margin: 0 2% 0 0;
}
.footer-imgs {
    display: flex;
    padding: 10px 0;
}
.img-ftr {
    height: 40px;
    width: 40px;
}
/* Carousel */
.banner-bg {
    background-color: transparent;
    padding: 5%;
}
.banner-head {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
.banner-top-head {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}
.banner-desc {
    font-size: 18px;
    color: #9fadc6;
}
.banner-btn-group {
    display: flex;
    margin-bottom: 25px;
}
.free-trial {
    background-color: #2bd2c0;
    border: 1px solid #2bd2c0;
    border-radius: 30px;
    padding: 5px 15px;
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
}
.free-trial:hover {
    color: #2bd2c0;
    background-color: #fff;
    border: 1px solid #fff;
}
.schedule-demo {
    color: #fff;
    background-color: #0babe9;
    border: 1px solid #0babe9;
    border-radius: 30px;
    padding: 5px 15px;
    margin-right: 25px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
}
.schedule-demo:hover {
    color: #0babe9;
    background-color: #fff;
    border: 1px solid #fff;
}
.tour {
    color: #fff;
    background-color: #1755a0;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 22px;
    margin-top: -10px;
}
.tour:hover {
    color: #1755a0;
    background-color: #fff;
    border: 1px solid #fff;
}
.tour-text {
    color: #bcc7d9;
    font-size: 14px;
    padding-top: 5px;
}
.banner-data {
    display: flex;
}
.banner-data-segment {
    text-align: center;
    padding: 5px 35px;
}
.banner-data-segment:not(:last-child) {
    border-right: 1px solid #fff;
}
.banner-data-segment-desc {
    color: #a2b4cf;
    font-size: 18px;
    font-weight: 600;
}
.count {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.banner-data-segment:first-child {
    padding-left: 0;
}
/* Media Queries */
@media only screen and (max-width: 600px) {
    .logo-img {
        margin: 10px 0;
        height: 40px;
        width: 100px;
    }
    .rule-container {
        display: none;
    }
    .top-icon {
        font-size: 24px;
    }
    .top-icon-bar {
        font-size: 20px;
    }
    .banner-bg {
        padding: 3%;
    }
    .banner-head {
        font-size: 26px;
    }
    .banner-top-head {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .banner-btn-group {
        margin-bottom: 10px;
    }
    .banner-desc, .free-trial, .schedule-demo {
        font-size: 14px;
    }
    .tour {
        font-size: 18px;
    }
    .free-trial, .schedule-demo {
        padding: 1px 5px;
        font-weight: 400;
        margin-right: 10px;
    }
    .banner-data-segment {
        padding: 3px 15px;
    }
    .banner-data-segment-desc {
        font-size: 12px;
        font-weight: 400;
    }
    .count {
        font-size: 26px;
        font-weight: 400;
    }
    .carousel-indicators {
        bottom: -80px;
    }
    .client {
        padding: 0 2.5vw;
    }
    .client-logo {
        width: 20%;
        height: 80px;
        padding: 5px 0;
    }
    .client-desc {
        padding: 7px 2%;
    }
    .view-all-btn {
        padding: 3px 20px;
        font-size: 18px;
    }
    .core-content ul li {
        font-size: 15px;
        margin: 5px 0;
        padding: 5px 15px 8px 15px;
    }
    .e-learning {
        padding: 5% 2.5vw;
    }
    .e-learning img {
        max-width: 95vw;
    }
    .e-learn-head {
        font-size: 15px;
    }
    .e-learn-desc {
        font-size: 10px;
    }
    .mobility {
        padding: 2% 2.5vw;
    }
    .brdr-left-mobility {
        left: 2.5vw;
    }
    .brdr-left-ind {
        left: 44%;
        width: 12%;
        text-align: center;
    }
    .mobility ul li {
        font-size: 14px;
        border-bottom: 1px solid #e4e4e4;
        padding: 5px 3px;
    }
    .industry {
        padding: 2% 2.5vw;
    }
    .ind-head, .ind-desc {
        text-align: center;
    }
    .ind-desc {
        padding: 20px 1%;
        font-weight: 600;
        font-size: 13px;
    }
    .sectors {
        display: inline-block;
        width: 95vw;
        padding: 0 2.5vw;
    }
    .sec-card {
        width: 100%;
        padding: 0;
    }
    .navigate {
        padding: 3% 2.5vw;
    }
    .navigation-head {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .footer {
        padding:0px;
    }
	.footer a{color:#888!important;}
    .foot-head {
        font-size: 18px;
        font-weight: 500;
		color:#000;
		  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;

    }
    .footer ul li {
        font-size: 16px;
    }
    .footer {
        text-align: center;
    }
	.footer a{color:#888!important;}
    .foot-content {
        text-align: center;
    }
	.foot-content a{color:#000; text-decoration:none;}
    .footer-imgs {
        display: flex;
        padding: 10px 27vw;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 601px){
    .logo-img {
        margin: 10px 0;
        height: 50px;
        width: 120px;
    }
    .rule-container {
        display: none;
    }
    .top-icon {
        font-size: 26px;
    }
    .top-icon-bar {
        font-size: 22px;
    }
    .carousel-indicators {
        bottom: -70px;
    }
    .client {
        padding: 0 0.5vw;
    }
    .client-card img {
        max-width: 100%;
    }
    .prod-details {
        padding: 3% 1.5vw;
    }
    .prod-head {
        font-size: 13px;
    }
    .prod-desc {
        font-size: 18px;
        line-height: 22px;
    }
    .explore-btn {
        padding: 5px 40px;
    }
    .client-desc {
        padding: 15px 18%;
    }
    .view-all-btn {
        padding: 5px 40px;
        font-size: 16px;
    }
    .core {
        padding: 4% 1vw 2% 5vw;
    }
    .core-head {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .core-sub-head {
        font-size: 14px;
    }
    .core-content ul li {
        font-size: 13px;
        margin: 5px 0;
    }
    .e-learning {
        padding: 5% 1vw;
    }
    .e-learning img {
        max-width: 100%;
    }
    .e-learn-head {
        font-size: 13px;
    }
    .e-learn-desc {
        font-size: 12px;
    }
    .e-learn-desc br {
        display: none;
    }
    .mobility {
        padding: 5% 1vw;
    }
    .mobility-head {
        font-size: 16px;
    }
    .mobility ul {
        padding-left: 10px;
        padding-top: 20px;
    }
    .mobility ul li {
        font-size: 13px;
        padding: 6px 5px;
    }
    .mobility ul li::before {
        font-size: 8px;
    }
    .industry {
        padding: 2% 2vw;
    }
    .brdr-left-ind {
        width: 8%;
        left: 3.15%;
    }
    .ind-desc {
        font-size: 14px;
    }
    .ind-desc br {
        display: none;
    }
    .sec-icon {
        width: 100px;
        height: 80px;
    }
    .sec-card {
        padding: 0;
    }
    .sec-icon img {
        margin-top: 15px;
    }
    .sec-head {
        font-size: 10px;
    }
    .navigate {
        padding: 3% 1.5vw;
    }
    .navigation-card {
        height: 140px;
        width: 160px;    
    }
    .navigation-card img{
        margin: 10px 0 5px 0;
    }
    .footer {
        padding:  0px;
    }
	.footer a{color:#000!important;}
    .foot-content {
        text-align: center;
    }
	.foot-content a{
        color:#000!important;
    }
	
	
}


.list-view{color:#fff; width:50%;}
.list-view span{color:#fff; float:left; padding:5px 20px 5px 25px;}

.ubermenu-nav{float:right!important;}

.section2{ padding:0px 0px 63px 0px; width:100%; background:url(../../../wp-content/uploads/2020/08/dp.jpg) no-repeat fixed 0px -300px;}
.section2 h2{padding:60px 0px 20px 0px!important;}
 .section2 h4{   position: absolute;    top: 110px; left: 344px; font-weight:bold;}
.section-overlay{background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.9220063025210083) 52%, rgba(255,255,255,0.2861519607843137) 100%); position:absolute; width:100%; height:78.5vh; }


.ss_works{position:absolute;  top: 203px;    left: 335px;}
.solutionbox{padding:40px 0px 30px 0px; background:#ddd;}
.solutionbox h2{padding:0px 0px 20px 0px;}






.cmmi-level-5 img {
    width: 70%;
}
.cmmi-level-5 {
    position: absolute;
    z-index: 99;
    left: 1%;
    bottom: 12%;
}
.slider-home{width:100%; float:left; background:#fafafa; height:100vh; position:relative;}
.education-block{width:100%; float:left; background:#c7e3eb url(../../../wp-content/uploads/2020/08/educationbox.png) no-repeat fixed; background-size:cover; height:100vh;}
.healthcare-block{width:100%; float:left; background:#fff url(../../../wp-content/uploads/2020/08/health_12.jpg) no-repeat fixed; background-size:cover; height:100vh;}
.cloud-block{width:100%; float:left; background:#cfcfcf url(../../../wp-content/uploads/2020/08/digital-1.jpg) no-repeat fixed; background-size:cover; height:100vh;}
.smartgov-block{width:100%; float:left; background:#fff url(../../../wp-content/uploads/2020/08/gov.jpg) no-repeat fixed; background-size:cover; height:100vh;}
.bfis-block{width:100%; float:left; background:#fff url(../../../wp-content/uploads/2020/08/bfsi-1.jpg) no-repeat fixed; background-size:cover; height:100vh;}


.verticals-menu{width:100%;     padding:12px 0px 20px 0px;}
.verticals-menu ul{margin:auto; position:relative; left:20%; right:20%;}
.verticals-menu li{float:left; list-style-type:none; line-height:17px; padding:5px 20px 0px 20px; margin:0px 5px 0px 5px; color:#000; text-align:center; font-size:15px; width:11%; height:120px; background:#ddd;}
.verticals-menu li a{color:#000; text-decoration:none; line-height:17px;}
.verticals-menu li img{width:65px;}
.verticals-menu li span{font-size:9px!important;}


.introvertical{width:100%; float:left; min-height:450px; padding:50px 0px 0px 0px; background-size:cover!important; background:#193d5c url(../../../wp-content/uploads/2020/06/banner1.png) bottom right fixed no-repeat; } 
.introvertical h1{font-size:28px; color:#fff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-align:justify;}
.introvertical h3{color:#fff; font-size:32px; padding:10px 0px 0px 0px; line-height:33px; font-family: 'Montserrat', sans-serif; }
.introvertical h2{color:#fff; font-size:23px; padding:0px 0px 0px 0px; line-height:33px; text-align:justify;}
.introvertical p{color:#ffffff8c; line-height:26px;  }



.introvertical-edu h1{font-size:28px; color:#fff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-align:justify; font-family: 'Poppins', sans-serif;}
.introvertical-edu h3{color:#fff; font-size:47px; padding:140px 0px 0px 0px; line-height:53px; font-family: 'Poppins', sans-serif; font-weight:700; }
.introvertical-edu h2{color:#fff; font-size:23px; padding:0px 0px 0px 0px; line-height:33px; text-align:justify; font-family: 'Poppins', sans-serif;}
.introvertical-edu p{color:#fff; line-height:32px;  }
.stng{font-size:21px; color:#2EABBF;}


.introvertical-bfsi h1{font-size:28px; color:#000; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-align:justify;}
.introvertical-bfsi h3{color:#0a5571; font-size:30px; padding:10px 0px 0px 0px;  line-height:33px; font-family: 'Poppins', sans-serif;  font-weight:700;}
.introvertical-bfsi h2{color:#2d2828; font-size:30px; padding:0px 0px 0px 0px; line-height:33px; text-align:justify;}
.introvertical-bfsi p{color:#000; line-height:26px;  }

.introvertical-public h1{font-size:28px; color:#000; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-align:justify;}
.introvertical-public h3{color:#000; font-size:30px; padding:10px 0px 0px 0px; line-height:50px;  font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-public h2{color:#2d2828; font-size:30px; padding:0px 0px 0px 0px; line-height:33px; font-family: 'Poppins', sans-serif; letter-spacing:0; font-weight:700; text-transform:capitalize; }
.introvertical-public p{color:#000; line-height:26px;  }



.introvertical-digital h1{font-size:28px; color:#000; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-align:justify;}
.introvertical-digital h3{color:#0d485f; font-size:50px; padding:10px 0px 0px 0px; line-height:53px;  font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-digital h2{color:#fff; font-size:35px; padding:0px 0px 0px 0px; font-family: 'Montserrat', sans-serif; font-weight:800; text-transform:capitalize;}
.introvertical-digital p{color:#fff; line-height:26px;  }



.introvertical-health h1{font-size:28px; color:#fff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;    line-height:26px;}
.introvertical-health h3{color:#fff; font-size:50px; padding:10px 0px 0px 0px; line-height:53px; font-family: 'Poppins', sans-serif; font-weight:500;}
.introvertical-health h2{color:#fff; font-size:30px; padding:0px 0px 0px 0px;   line-height:38px; font-family: 'Poppins', sans-serif; font-weight:500; text-transform:capitalize;}
.introvertical-health p{color:#fff; line-height:26px;  }



.clients-box{background:#fff; width:100%; float:left; height:170px; margin:auto;}
.clients-box h3{text-align:center; font-size:15px; color:#000; font-weight:500; padding:5px 0px 5px 0px!important; margin:0px!important;}
.clients-box img{width:120px;}
.clients-box li{float:left; }
.header-productspec{width:100%; float:left; height:40px; background:  url(../../../wp-content/uploads/2020/08/arrow2.png) center top no-repeat;}


.productspecs{width:100%; float:left; min-height:100vh; background:#cfe0eb;}
.productspecs h2{text-align:center; padding:0px 0px 40px 0px;}
.productspecs li{float:left; width:20%; text-align:center;}
.productspecs .down{position:relative; top:200px;}
.productoffering{width:100%; float:left; min-height:450px; background:#72a6dd;}
.productoffering h3{font-size:23px; color:#000; text-align:center; padding:10px 0px 20px 0px;}

.whyproduct{width:100%; float:left;  ; background:#fafafa; text-align:center; padding:20px 0px 20px 0px;}  
.whyproduct h3{font-size:23px; color:#000; text-align:center;}
.whyproduct span{font-size:30px; font-weight:500; text-align:center; width:100%; float:left; padding:10px 0px 10px 0px;}
.whyproduct .colbox {padding:0px 20px 0px 20px; margin:20px 0px 20px 0px; font-size:13px;}


.exambricks-head{width:100%; float:left; background-size:cover!important; background:#ddd url(../../../wp-content/uploads/2020/06/banner_exambricks.png) no-repeat right top;  height:80vh; margin:55px 0px 0px 0px;}
.exambricks-head h4{font-size:14px; text-transform:capitalize;}


.exambricks-headcorpo{width:100%; float:left; background-size:cover!important; background:#ddd url(../../../wp-content/uploads/2020/08/banner.png) no-repeat right top;  height:80vh; margin:55px 0px 0px 0px;}
.exambricks-headcorpo h4{font-size:14px; text-transform:capitalize;}
.exambricks-headcorpo h1{font-size:21px;}

.exambricks-headtechno{width:100%; float:left; background-size:cover!important; background:#ddd url(../../../wp-content/uploads/2020/08/banner2.png) no-repeat right top;  height:80vh; margin:55px 0px 0px 0px;}
.exambricks-headtechno h4{font-size:14px; text-transform:capitalize;}
.exambricks-headtechno h1{font-size:21px;}

.exambricks-headhe{width:100%; float:left; background-size:cover!important; background:#ddd url(../../../wp-content/uploads/2020/09/learningg.png)     ;  height:80vh; margin:55px 0px 0px 0px;}
.exambricks-headhe h4{font-size:14px; text-transform:capitalize; font-family: 'Poppins', sans-serif;}
.exambricks-headhe h1{font-size:21px; font-family: 'Poppins', sans-serif;}

.exambricks-esk{width:100%; float:left; background-size:cover!important; background:#ddd url(../../../wp-content/uploads/2020/08/banner6.png) no-repeat right top;  height:80vh; margin:55px 0px 0px 0px;}
.exambricks-esk h4{font-size:14px; text-transform:capitalize;}
.exambricks-esk h1{font-size:21px;}




.exambricks-specs{width:100%; float:left; min-height:300px; background:#ddd;}
.exambricks-specs h3{text-align:center;}
.boxdb{background:#fff; padding:10px;  }





 
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px; font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li{width:33%; text-align:center;}
.tabtop li a{ font-weight:700;color:#1c86d2;border-radius:0px; border:1px solid #ebebeb !important; }
.tabtop .active a:before{content:"♦";position:absolute;top:15px;left:50%;color:#1c86d2 ;font-size:30px;}
.tabtop li a:hover{color:#1c86d2 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color:#1c86d2 !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}


.edutabtop li{width:25%; text-align:center;}
.edutabtop li a:last-child{padding:20px 15px;}

.publictabtop li{width:auto; text-align:center;}
.publictabtop li a:last-child{padding:20px 2px;}


.thbada{padding:10px 28px !important;}
 
.margin-tops4{margin-top:0px;}
.tabsetting{ padding-top:0px;}
.tabsetting li{ padding :0px; margin:0px 0px 0px 0px;}
.tabsetting li a:active{ color:#000;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{ text-align:center;font-size:16px !important;text-transform:uppercase;}

.operationcompo{min-height:250px; float:left;}
.operationcompo h5{padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.operationcompo li{padding:0px; margin:0px 0px 0px 20px!important; list-style-type:disc!important;}

.cases > li > ul > li {list-style-type:circle;}

.cases h5{font-size:21px;}


/*New Home*/




.introbox{width:100%; float:left; height:300px; background:#fff; padding:30px 0px 30px 0px;}
.introbox h3{text-align:center; font-size:28px;}
.introbox p{text-align:center; padding:0px 40px 0px 40px;}

.slider-vertical{width:100%; float:left; }

.map_tab{padding:50px 0px 0px 0px; width:100%; float:left; }

.accrediation{padding:10px 0px 10px 0px;}
.accrediation li{float:left; width:153px; height:105px; text-align:center; border:1px solid #ddd; margin:2px;}
.accrediation li img{width:150px; height:100px;}



.tab-pane li{list-style-type:disc;}

 .corp_box{text-align:justify;}
 
 .ubermenu-responsive-default.ubermenu a{color:#000!important;}
.ubermenu-target-title .ubermenu-target-text{font-size:12px;}


.topmenuinner{background:#1c85b5e8; padding:0px 0px 0px 0px; margin:0px 0px 43px 0px;}
.topmenuinner  .ubermenu-responsive-default.ubermenu a{color:#fff!important;}
.topmenuinner h1{color:#fff!important; margin:0px 0px 10px 0px;}
.topmenuinner ul{list-style-type:none;}
.topmenuinner li{float:left; list-style-type:none; padding:0px 16px 0px 16px; color:#fff;}
.topmenuinner a{color:#fff!important; text-decoration:none;}

.topmenuinner .ubermenu .ubermenu-target-text{color:#fff!important; text-decoration:none;}
.topmenuinner .ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item a{color:#000!important; text-decoration:none;}
.topmenuinner .ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item{background:#0e4777!important;}
.topmenuinner .ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item:hover{background:#176196!important;}

.sec_box{border:1px solid #ddd; padding:3px; margin:2px; min-height:320px; width:24%; }
.sec_box h5{padding:0px 0px 0px 10px!important;}
.sec_box ul li{font-size:13px; list-style-type:disc; padding:0px 0px 0px 0px; margin:0px 10px 0px 20px;}


.logoarrow{background:url(../../../wp-content/uploads/2020/08/arrow.png) no-repeat 0px -12px; padding:28px 20px 2px 20px;}
























.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
 
    font-size: 16px;

}
.project-tab .nav-link {
    
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
	    font-weight: bold;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.casestudy_box{width:100%; float:left; background:#d3d3d3; min-height:300px; padding:40px 0px 40px 0px;}
.casestudy_box h3{font-family: 'Poppins', sans-serif; font-size:23px; font-weight:900;}








.lib-item{margin:43px;}

 .lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}



.textbox{padding:10% 20% 0px 80px;}
.textbox h3{font-size:18px; padding:0px 0px 20px 0px; font-weight:bold; color:#07709c;}
.textbox h4{font-size:33px; text-transform:capitalize; padding:0px 0px 20px 0px; font-weight:bold; line-height:33px; font-family: 'Varela Round', sans-serif;}
.textbox h5{font-size:16px;   padding:0px 0px 20px 0px; font-weight:500; line-height:23px;}
.textbox p{font-size:18px; padding:0px 0px 20px 0px; font-weight:normal; color:#000; opacity:1;   transition: all 0s ease;}
.textbox a{background:#0969a0; padding:5px 15px 5px 15px; border-radius:2rem; font-size:13px; color:#fff; text-decoration:none;}



.icon-slide{width:100px; float:left; position:fixed; z-index:99999; top:200px;}




.header-home{background:#fff; width:100%;}


.nav-tabs>li>a{border:none;}







/* slider*/

.slider {
  display: -webkit-box;
  display: flex;
  width: 500%;
  height: 100vh;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 1000px) {
  .slider {
    height: 100vh;
  }
}
.slider .box {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .slider .box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 2fr);
  }
}
.slider .box .bg {
  padding: 2rem;
  background-color: rgb(17 132 199 / 50%);
  width: 60%;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
@media only screen and (max-width: 800px) {
  .slider .box .bg {
    width: 65%;
  }
}
@media only screen and (max-width: 650px) {
  .slider .box .bg {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 54%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
.slider .box .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  pointer-events: none;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
@media only screen and (max-width: 650px) {
  .slider .box .bg::before {
    width: 120%;
    bottom: 0;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
.slider .box .details {
  padding: 5rem;
  padding-left: 10rem;
  z-index: 100;
  grid-column: 1 / span 1;
  grid-row: 1 / -1;
}
@media only screen and (max-width: 650px) {
  .slider .box .details {
    grid-row: 2 / span 1;
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem;
    -webkit-transform: translateY(-9rem);
            transform: translateY(-9rem);
			position:relative;
			bottom:160px;
  }
}
.slider .box .details h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: .5rem;
  color:#fff;
  font-family: 'Raleway', sans-serif;

}
.slider .box .details h5 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: .5rem;
  color:#fff;
  font-family: 'Raleway', sans-serif;
    -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slider .box .details p {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 2rem;
  margin-right: 5rem;
}


 




@media only screen and (max-width: 800px) {
  .slider .box .details p {
    margin-right: 0;
  }

.slider .box .details button {
  padding: 11px 20px;
  color: #fff;
  border-radius: 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slider .box .details button:hover {
  opacity: .8;
}
.slider .box .details button:focus {
  outline: none;
  border: none;
}

.slider .box1 .illustration .inner {
  background-color: #FF0077;
}
.slider .box1 .illustration .inner::after, .slider .box1 .illustration .inner::before {
  background-color: rgba(255, 0, 119, 0.4);
}
.slider .box1 button {
  background-color: #0c2a58;
}

.slider .box2 .illustration .inner {
  background-color: #0033FF;
}
.slider .box2 .illustration .inner::after, .slider .box2 .illustration .inner::before {
  background-color: rgba(0, 51, 255, 0.4);
}
.slider .box2 button {
  background-color: #0c2a58;
}

.slider .box3 .illustration .inner {
  background-color: #00FF44;
}
.slider .box3 .illustration .inner::after, .slider .box3 .illustration .inner::before {
  background-color: rgba(0, 255, 68, 0.4);
}
.slider .box3 button {
  background-color: #0c2a58;
}

.slider .box4 .illustration .inner {
  background-color: #FF4E00;
}
.slider .box4 .illustration .inner::after, .slider .box4 .illustration .inner::before {
  background-color: rgba(255, 78, 0, 0.4);
}
.slider .box4 button {
  background-color: #0c2a58;
}

.slider .box5 .illustration .inner {
  background-color: #8000FF;
}
.slider .box5 .illustration .inner::after, .slider .box5 .illustration .inner::before {
  background-color: rgba(128, 0, 255, 0.4);
}
.slider .box5 button {
  background-color: #0c2a58;
}
.slider .illustration {
  grid-column: 2 / -1;
  grid-row: 1 / -1;
  justify-self: center;
}


}

@media only screen and (max-width: 650px) {
  .slider .illustration {
    grid-row: 1 / span 1;
    grid-column: 1 / -1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}


.slider .illustration div {
  height: 25rem;
  width: 18rem;
  border-radius: 3rem;
  background-color: #FF0077;
  position: relative;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 800px) {
  .slider .illustration div {
    height: 20rem;
    width: 15rem;
  }
}
.slider .illustration div::after, .slider .illustration div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  top: 0;
  left: 0;
}
.slider .illustration div::after {
  -webkit-transform: translate(4rem, -1rem);
          transform: translate(4rem, -1rem);
}
.slider .illustration div::before {
  -webkit-transform: translate(2rem, -2rem);
          transform: translate(2rem, -2rem);
}

.prev,
.next,
.trail {
  z-index: 10000;
  position: absolute;
}

.prev,
.next {
  width: 4rem;
  cursor: pointer;
  opacity: .2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 650px) {
  .prev,
  .next {
    display: none;
  }
}
.prev:hover,
.next:hover {
  opacity: 1;
}

.prev {
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trail {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
 
}
@media only screen and (max-width: 650px) {
  .trail {
    width: 90%;
    bottom: 13%;
  }
}
.trail div {
  padding: 0px;
  border-top: 3px solid #fff;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size:14px;
  color:#fff;
}
.trail div:hover {
  opacity: .6;
}
@media only screen and (max-width: 650px) {
  .trail div {
    padding: 0px;
	
  }
}

.active {
  opacity: 1 !important;
}


/*end*/

.nopad{padding:0px!important; margin:0px!important;}

.opt{width:100%;float:left; background:#fff; padding:50px 0px 50px 0px;}
.opt h4{font-weight:900; padding:0px 0px 0px 0px; margin:0px; font-size:24px; text-transform:capitalize;  font-family: 'Poppins', sans-serif; letter-spacing:0;}
.opt h5{font-weight:900; padding:0px 0px 20px 0px; font-size:19px; text-transform:capitalize;}
.opt a{    background: #0969a0;    padding: 5px 15px 5px 15px;    border-radius: 2rem;    font-size: 13px;    color: #fff;    text-decoration: none;}
.opt ul li{font-size:16px; list-style-type:disc; padding:0px 0px 0px 0px; margin:0px 0px 0px 20px;}

.overviewsec{width:100%;float:left; background:#fff; padding:50px 0px 50px 0px;}
.overviewsec h4{font-weight:900; padding:0px 0px 20px 0px; font-size:24px; text-transform:capitalize;}
.overviewsec h5{font-weight:500; padding:0px 0px 20px 0px; font-size:19px; text-transform:capitalize;}
.overviewsec a{    background: #0969a0;    padding: 5px 15px 5px 15px;    border-radius: 2rem;    font-size: 13px;    color: #fff;    text-decoration: none;}
.overviewsec ul li{font-size:16px; list-style-type:disc; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.overviewsec h3{font-size:24px; text-transform:capitalize; font-family: 'Poppins', sans-serif; letter-spacing:0; font-weight:700;}
.overviewsec p{color:#545454;}

.train{width:100%; float:left; background:#fff;  padding:50px 0px 50px 0px;}
.train h4{font-weight:900; padding:0px 0px 0px 0px; font-size:24px; text-transform:capitalize; font-family: 'Poppins', sans-serif;}
.train h5{font-weight:500; padding:0px 0px 0px 0px; font-size:19px; text-transform:capitalize; font-family: 'Poppins', sans-serif;}
.train h3{font-weight:900; padding:0px 0px 20px 0px; font-size:24px; text-transform:capitalize; font-family: 'Poppins', sans-serif; letter-spacing:0;}
.train a{    background: #0969a0;    padding: 5px 15px 5px 15px;    border-radius: 2rem;    font-size: 13px;    color: #fff;    text-decoration: none;}
.train ul li{font-size:16px; list-style-type:disc; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
 


.assess{width:100%; float:left; background:#fafafa; padding:50px 0px 50px 0px;}
.assess h4{font-weight:900; padding:0px 0px 20px 0px; font-size:24px; text-transform:capitalize;}
.assess h5{font-weight:500; padding:0px 0px 20px 0px; font-size:19px; text-transform:capitalize;}
.assess a{    background: #0969a0;    padding: 5px 15px 5px 15px;    border-radius: 2rem;    font-size: 13px;    color: #fff;    text-decoration: none;}

.sidebreak{padding:0px 8px 0px 8px;} 

.educationbox p{font-size:14px; text-align:justify;}

.hospital_erp{background:#e1eff9;}


 @media (max-width: 480px){
.brand-panel{background:#fff; width:100%; float:left; text-align:center; position:fixed;}
.icon-slide{width:100px; float:left; position:fixed; z-index:99999; top:200px; display:none;}
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .soc {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
  padding: 0rem;
  text-align: center;
  
}
.soc li {
  display: inline-block;
  margin: 12px!important;
  margin: 1.2rem;
  background:#dadada;
    border-radius:50%;
}
.soc a, .soc svg {
  display: block;
  
}
.soc a {
  position: relative;
  height: 96px;
  height: 3.6rem;
    background:#dadada;
  width: 96px;
  border-radius:50%;
  width: 3.6rem;
}
.soc svg {
  height: 100%;
  width: 100%;
}
.soc em {
  font-size: 14px;
  line-height: 1.5;
  margin-top: -0.75em;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon-1:hover, .icon-2:hover, .icon-3:hover, .icon-4:hover, .icon-5:hover, .icon-6:hover, .icon-7:hover, .icon-8:hover, .icon-9:hover, .icon-10:hover, .icon-11:hover, .icon-12:hover, .icon-13:hover, .icon-14:hover, .icon-15:hover, .icon-16:hover, .icon-17:hover, .icon-18:hover, .icon-19:hover, .icon-20:hover, .icon-21:hover, .icon-22:hover, .icon-23:hover, .icon-24:hover, .icon-25:hover, .icon-26:hover, .icon-27:hover, .icon-28:hover, .icon-29:hover, .icon-30:hover {
  border-radius: 100%;
  color: #0e1a25;
 
 
}
 
 
 
 
 
 
 

 
ul.timeline p{opacity:1!important; text-align:left; color:#fff;}
 
 
 .ubermenu .ubermenu-target-text{  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; color:#615b5b!important; font-weight:500!important;}

.modal{background:#000000ad;}

















.milestonebox{position:relative; top:165px;}
.milestonebox p{opacity:1!important; padding:0px!important; margin:0px!important;}


.carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.carousel__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  -webkit-filter: drop-shadow(0 2px 2px #555);
          filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
          animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
          animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
          animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
          animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
          animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
          animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
          animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
          animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
          animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
          animation-delay: calc(-3s * 2);
}

.carousel__item-head {
  border-radius: 50%;
 
 
  padding: 14px;
  position: relative;
   
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 50px;
}

.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  11.1111111111% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  14.1111111111%,
  22.2222222222% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%,
  33.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  36.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  11.1111111111% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  14.1111111111%,
  22.2222222222% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%,
  33.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: .4;
    visibility: visible;
  }
  36.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}





@media (min-width: 320px) {
	
	.slider .box1 {
		/*background:#000;*/
      background:url(../../../wp-content/uploads/2020/09/educa.jpg) no-repeat;
      background-size:cover;
	}
	.slider .box2 {
	  background:url(../../../wp-content/uploads/2020/09/health_1.jpg) no-repeat;
	  background-size:cover;
	}
	
	.slider .box3 {
	  background:url(../../../wp-content/uploads/2020/09/digital-m.png) no-repeat;
	}
	
	.slider .box4 {
	
	  background:url(../../../wp-content/uploads/2020/09/publicservice.png) no-repeat;
      background-size:cover;
	}
	.slider .box5 {
	  background:url(../../../wp-content/uploads/2020/09/bfsi-m.png) no-repeat;
	  background-size:cover;
	}
	
	
	.slider .box .bg{display:none;}
	.slider .box .details p{display:none;}
	.topmenuinner{background:#1c85b5e8; padding:0px 0px 0px 0px; margin:0px 0px 43px 0px; position:fixed; width:100%; float:left; z-index:1;}
	
	
.component{padding:30px 0px 30px 0px; width:100%; float:left;}
.component ul li{ float:left; margin:1px; width:49%;   background:#ddd;  }
.component ul li a{background:#ddd;	width:100%; padding:10px 0px 0px 15px; float:left;}
.component ul li a:hover{background:#fafafa;}

.clients_sec{width:100%; float:left; padding:30px 0px 30px 0px; background:#899aa9; }
.clients_sec ul li{ width:40%;   float:left;   margin:3px; }
.clients_sec   ul li img{width:100%; height:auto;}

.bfsi_tabsec{width:100%; float:left;}
.bfsitech{background:#daeaff;}
.bfsitech h4{padding:0px 0px 10px 0px;}
.bfsitech p{color:#565050;}

.bfsiskill{ }
.bfsiskill li{padding:0px; margin:0px 0px 0px 30px!important; font-size:13px;}

	
}


@media (min-width: 1024px) {
	
	.topmenuinner{background:#1c85b5e8; padding:0px 0px 0px 0px; margin:0px 0px 43px 0px;  position:fixed; width:100%; float:left; z-index:1;}
	.slider .box .bg{display:block;}
	.slider .box .details p{display:block;}
		.slider .box1 {
 
     background:url(../../../wp-content/uploads/2020/09/edu-2.png) no-repeat; 
      background-size:cover;
	}
	.slider .box2 {
	  background:url(../../../wp-content/uploads/2020/08/sliderhealth-1.png) no-repeat;
	  background-size:cover;
	}
	
	.slider .box3 {
	  background:url(../../../wp-content/uploads/2020/09/digital-1.png) no-repeat;
	  	  background-size:cover;
		  /*background-position:-56px 0px;*/
	}
	
	.slider .box4 {
	
	  background:url(../../../wp-content/uploads/2020/08/grievancemanagement.png) no-repeat;
      background-size:cover;
	}
	.slider .box5 {
	  background:url(../../../wp-content/uploads/2020/09/finance.png) no-repeat;
	  background-size:cover;
	}
	
	
	
.component{padding:30px 0px 30px 0px; width:100%; float:left;}
.component ul li{ float:left; margin:1px; width:19.5%;   background:#ddd;  }
.component ul li a{background:#f7f7f7;	width:100%; padding:10px 0px 0px 15px; float:left;}
.component ul li a:hover{background:#fafafa;}



.clients_sec{width:100%; float:left; padding:30px 0px 30px 0px; background:#9ba6b1; }
.clients_sec ul li{ width:132px; height:132px; float:left;   margin:3px; }

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{color:#888!important;}	

.analyc li{float:left; width:30%;}

.exambricks-headhe h3{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}




.edustat{padding:10px 0px 10px 0px; background:#f3f3f3; border-radius:5px; margin:auto; width:84%; height:130px;  }
.edustat strong{color:#10709e;}

.details button{ background:#183a6d; border-radius:20px; border:0px; padding:6px 15px 6px 15px; color:#fff;}

.ephc{background:#f2e9c8  url(../../../wp-content/uploads/2020/09/ephc.png) right no-repeat; }
.nursing{  background:#1a847a   ; color:#fff!important;}
.nursing h4{color:#fff!important;}
.mentified{background:#f8f9f0 ;}


.introvertical-health{width:100%; float:left; min-height:630px; padding:50px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/09/hospital.png)  ; } 

.introvertical-digital{width:100%; float:left; min-height:530px; padding:50px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/08/digital-3.png)  ; } 
	
}

 
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{border:none!important}
 
 .offers .mb.card{float:left; width:100%; min-height:350px; background:#fff; margin:10px 0px 10px 0px;}
 .offers .mb.card img{width:100%;}
 .offers  button{border-radius:40px!important; padding:5px 16px 5px 16px;}
 
 
 .card-body{width:100%; float:left;}
 
 
 
 .mb.card-body{
    text-align: center;
}
.mb.btn{
    border-radius: 0;
    box-shadow: 2px 2px 5px hsl(0deg 0% 55%);
}
.mb.btn:hover{
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px hsl(0deg 0% 55%);
}
.mb.card{
    border-radius: 0px / 0px;
    overflow: hidden;
    box-shadow: 0.5px 4px 12px hsl(0deg 0% 84%);
}




.edustatus_bar{padding:0px; margin:10px 0px 10px 0px;}
.educomponent{background:#103550!important; padding:0px!important; color:#fff;}
.educomponent p { color:#fff;}
.educomponent h3 { color:#fff;}
.educomponent h4{ color:#fff;}
.proposition{width:100%; background:#efefef; float:left; padding:30px 0px 30px 0px;}
.proposition h3{font-size:24px; text-transform:capitalize; font-family: 'Poppins', sans-serif; letter-spacing:0; font-weight:900;}
.proposition ul li{list-style-type:disc;}
.proposition p{color:#545454;}

.readmrbtn_main{padding:7px 10px 7px 10px !important; margin:3px 0px 26px 0px; left:45%;}









.tabbed_li li{ padding:0px; margin:0px; float:unset!important;}

.tabbed_li li a{  padding:15px 10px 15px 10px; margin:0px; border-radius:0px!important; float:unset!important;}



.skill_tab_new{background:#ddd;}






 .vertical-tabs{
    font-size:15px;
    padding:10px;
    color:#000
}
 .vertical-tabs .nav-tabs .nav-link{
    border-radius: 0;
  background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(223,223,223,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(223,223,223,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(243 243 243) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dfdfdf",GradientType=1);
    text-align:left;
    font-size: 16px;
 
    color:#000;
 
     
}
 .vertical-tabs .nav-tabs .nav-link.active{
	  color:#000;
	 border-bottom:0px!important;
	
    
}
 .vertical-tabs .nav-tabs .nav-link:selected{
	  color:#000;
	 border-bottom:0px!important;
	background:#fff;
    
}
 .vertical-tabs .nav-item{margin:2px 0px 2px 0px;}
 .vertical-tabs .tab-content>.active{
    
    display:block;
}
 .vertical-tabs .nav.nav-tabs{
    border-bottom:0;
 
    display:block;
    float:left;
    
}
 .vertical-tabs .sv-tab-panel{
   
    height:66vh;
    padding:30px;
}

 .vertical-tabs .sv-tab-panel h5 {padding:0px;}
 .vertical-tabs .sv-tab-panel li {list-style-type:disc; margin:0px 0px 0px 25px; font-size:14px;}

@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}




.cases h3{padding:0px 0px 10px 0px; margin:0px 0px 0px 15px; font-weight:normal;}
.connect{
	background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,244,249,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,244,249,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,244,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cff4f9",GradientType=1);
	
}
.ehcconnect{width:100%; text-align:center; }
.ehcconnect img{ text-align:center!important; width:auto;}








@media (max-width: 320px) {
	.infohead{font-size:12px;}
	.introvertical-bfsi h3{padding:150px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700; color:#0a5571;}
.introvertical-public h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-digital  h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-health h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
	
	.box-edua{padding:26px 0px 50px 0px; float:left; width:100%; background:#ddd; }
.box-edua h3{text-align:center; font-size:24px; text-transform:capitalize; font-family: 'Poppins', sans-serif; letter-spacing:0; font-weight:900; padding:0px 0px 10px 0px;} 
.box-edua ul{padding:4px 0px 4px 0px; margin:0px ; width:100%; float:left;}
.box-edua li{padding:22px 0px 10px 0px; margin:2px 3px 2px 3px;  float:left; width:48%; height:130px; text-align:center; background:#fff; border-radius:10px;}
.tabtop li a:last-child{padding:12px 0px 11px 0px;}	
.tab-content h4{font-size:18px;}	
	
}



@media (max-width: 480px) {
	
	.infohead{font-size:12px;}
	.introvertical-bfsi h3{padding:150px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700; color:#0a5571;}
.introvertical-public h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-digital  h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-health h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
	
	.box-edua{padding:26px 0px 50px 0px; float:left; width:100%; background:#ddd; }
.box-edua h3{text-align:center; font-size:24px; text-transform:capitalize; font-family: 'Poppins', sans-serif; letter-spacing:0; font-weight:900; padding:0px 0px 10px 0px;} 
.box-edua ul{padding:4px 0px 4px 0px; margin:0px ; width:100%; float:left;}
.box-edua li{padding:22px 0px 10px 0px; margin:2px 3px 2px 3px;  float:left; width:48%; height:130px; text-align:center; background:#fff; border-radius:10px;}
.tabtop li a:last-child{padding:12px 0px 11px 0px;}	
.exambrick-tabs .tab-content h4{font-size:16px; font-weight:bold;}	
.exambrick-tabs{width:100%; float:left; background:#fafafa;}	

.introvertical-edu{width:100%; float:left; min-height:600px; padding:90px 0px 0px 0px; background-size:cover!important; background:#fafafa url(../../../wp-content/uploads/2020/09/banner_edu-1.png)  ; } 	

.introvertical-health{width:100%; float:left; min-height:630px; padding:90px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/09/hospital.png)  ; } 

.introvertical-digital{width:100%; float:left; min-height:530px; padding:90px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/08/digital-3.png)  ; } 
}

@media (max-width: 767px) {
	
	
	
	
}


@media (min-width: 1024px) and (max-width: 1900px) {
	
.exambrick-tabs{width:100%; float:left; min-height:400px; background:#fafafa;}
.exambrick-tabs .tab-content h4{font-size:16px; font-weight:bold;}		
.exambrick-tabs p{color:#444;}
.exambrick-tabs li{color:#444;}
	.tabtop li a:last-child{padding:10px 14px;}
.infohead{font-size:14px;}	
.introvertical-bfsi h3{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700; color:#0a5571;}
.introvertical-public h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-digital  h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}
.introvertical-health h2{padding:100px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:700;}	
	
 .box-edua{padding:50px 0px 65px 0px; float:left; width:100%; background:#ddd url(../../../wp-content/uploads/2020/09/textureedu.png) no-repeat; background-size:cover; }
.box-edua h3{text-align:center; font-size:24px; text-transform:capitalize; font-family: 'Poppins', sans-serif; letter-spacing:0; font-weight:900; padding:0px 0px 10px 0px;} 
.box-edua ul{padding:4px 0px 4px 0px; margin:0px ; width:100%; float:left;}
.box-edua li{padding:22px 0px 10px 0px; margin:0px 3px 0px 3px;  float:left; width:16%; height:130px; text-align:center; background:#fff; border-radius:10px;}
	
.introvertical-edu{width:100%; float:left; min-height:600px; padding:50px 0px 0px 0px; background-size:cover!important; background:#fafafa url(../../../wp-content/uploads/2020/09/banner_edu-1.png)  ; } 	\


}







 @media (max-width: 480px){

  .mobilemenubox{display:block !important;}
  .introvertical-public{width:100%; float:left; min-height:530px; padding:94px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/08/public.png)  ; } 

.introvertical-bfsi{width:100%; float:left; min-height:530px; padding:94px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/09/bifs.png)  ; } 
  .feaimage img{width: 100%; height: 200px;}
 }

  @media (min-width: 1025px){

  .mobilemenubox{display:none !important;}
  .introvertical-public{width:100%; float:left; min-height:530px; padding:50px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/08/public.png)  ; } 

.introvertical-bfsi{width:100%; float:left; min-height:530px; padding:50px 0px 0px 0px; background-size:cover!important; background:#fff url(../../../wp-content/uploads/2020/09/bifs.png)  ; } 
  .feaimage img{width: 100%; height: auto;}
 }
 
