@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");
* {
  margin: 0;
  padding: 0;
}

p {
  line-height: 24px;
  font-size: 15px;
}

/* styling scroll bar*/
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
          box-shadow: inset 0 0 5px #fff;
}

::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #CCC;
}




body {
  font-family: 'Open Sans', sans-serif;
}

/*Header*/


.h9{

  color: #000;
  font-size: 1rem;
}
.nav-up {
  top: -130px;
}

.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
}

.whatsapp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #FFFF;
  border-radius: 50%;
}

.whatsapp a img {
  width: 100%;
}

.whatsapp .wave {
  width: 60px;
  height: 60px;
  background: #FFF;
  -webkit-animation: sonarWave 2s linear infinite;
          animation: sonarWave 2s linear infinite;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
}

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
.section-header h2 {

font-size: 32px;
font-weight: 600;
margin-bottom: 30px;
padding-bottom: 30px;
position: relative;
text-align: center;


}


.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: navy;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
  padding: 10px 100px;
}

header .logo {
  float: left;
  padding: 0px 0px 10px 0px;
}

header .logo img {
  
  width: 210px;
  padding-top: 12px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
          
}

header .header_right {
  float: right;
  padding: 26px 0px 10px 0px;
}

header .header_right .request_quote {
  float: left;
  margin-right: 11px;
}

header .header_right .request_quote a {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
  background: #FFF;
  border-radius: 80px;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1.5px solid #FFF;
}

header .header_right .request_quote a:hover {
  background: #3a51a3;
  color: #FFF;
}

header .header_right .call {
  float: left;
}

header .header_right .call a {
  width: 38px;
  height: 38px;
  display: block;
  background: #FFF;
  border-radius: 50%;
  padding: 6px 9px;
  text-align: center;
  margin-right: 19px;
  border: 1.5px solid #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_right .call a img {
  width: 17px;
  height: 17px;
}

header .header_right .call a:hover {
  background: #3a51a3;
  color: #FFF;
}

header .header_right .call a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

header .header_right .menu {
  float: left;
}

header .header_right .menu a {
  display: block;
  padding: 6px 0px;
}

header .header_right .menu img {
  width: 37px;
}

header .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 30px;
  transition: 0.5s;
}

header .overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  z-index: 99;
}

header .overlay-content li::marker {
  content: '' !important;
}

header .overlay a {
  padding: 8px 14px 8px 25px;
  text-decoration: none;
  font-size: 16px;
  color: #a4a4a4;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .overlay a:hover, header .overlay a:focus {
  color: #FFF;
}

header .overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 2px;
  font-size: 34px;
}

header .menu_sec {
  width: 100%;
  padding: 15px 25px;
}

header .menu_sec .link_web {
  width: 100%;
  border-top: 1px solid #626262;
  padding: 8px 0px;
}

header .menu_sec .link_web h6 {
  color: #a4a4a4;
  font-size: 15px;
  border-bottom: 1px solid #414141;
  padding-bottom: 13px;
  padding-top: 4px;
}

header .menu_sec .link_web h6 i {
  width: 25px;
  font-size: 18px;
}

header .menu_sec .link_web h6:last-child {
  margin-bottom: 0px;
}

header .media-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 25px 109px 25px;
}

header .media-right a {
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  margin-bottom: 6px;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
}

header .media-right a:hover {
  background: #FFF;
  color: #3a51a3;
}

.sent-message, .error-message {
  width: 100%;
  display: none;
}

.whiteHeader {
 
  background: rgba(255, 255, 255, 0.9);
  opacity: 100%;
  -webkit-box-shadow: 2px 3px 5px #0000000d;
          box-shadow: 2px 3px 5px #0000000d;
}

.whiteHeader .logo {
  padding: 0px !important;
}

.whiteHeader .logo img {
  width: 200px !important;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.whiteHeader .request_quote a {
  background:#132c55 !important;
  color: #FFF !important;
}

.whiteHeader .call a {
  background:#132c55 !important;
}

.whiteHeader .call a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.whiteHeader .menu a img {
  -webkit-filter: brightness(0) invert(0.2);
          filter: brightness(0) invert(0.2);
}

.whiteHeader .header_right {
  padding: 15px 0px 10px 0px !important;
}

/*banner*/

.choose {
  width: 100%;
  max-height: 50vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background: none;
  color: #000;
}

.choose h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.choose .img-bg{

min-height: 500px;
background-size: cover;
}
.choose .col-xl-5 {

  flex: 0 0 auto;
  width: 41.66666667%;



}

.slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.slider-pointer-events {
  touch-action: pan-y;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.choose .slider {
  margin: 140px 140px 120px 140px;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}



.slider .slider-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.slider-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.banner {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background: none;
}

.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.banner .carousel-control-next, .banner .carousel-control-prev {
  height: 100vh;
  z-index: 9;
}

.banner .carousel-item {
  height: 100vh;
}

.banner video {
  width: 100%;
  height: 100%;
}

.banner .mouse {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-top: -50px;
  margin-left: -19px;
  height: 32px;
  width: 41px;
  -webkit-animation: bounce 1s infinite;
  z-index: 9;
}

.banner .mouse img {
  width: 20px;
  height: auto;
  margin: auto;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@-webkit-keyframes bounce {
  0% {
    bottom: 5px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}

.banner .social_media {
  width: 37px;
  position: absolute;
  vertical-align: middle;
  padding-left: 20px;
}

.banner .social_media a {
  width: 37px;
  height: 37px;
  float: left;
  display: block;
  border: 2px solid #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  margin-bottom: 6px;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner .social_media a:hover {
  background: #FFF;
  color: #3a51a3;
}

.banner .banner_title {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 9;
  left: 0;
  text-align: center;
  color: #FFF;
  margin-top: -86px;
}

.banner .carousel-caption {
  position: absolute;
  width: 100%;
  top: 25%;
  z-index: 9;
  left: 0;
  text-align: center;
  color: #FFF;
  margin-top: -86px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.banner .carousel-caption .is-visible {
  opacity: 1;
}

.banner .carousel-caption .is-visible .heading {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.banner .carousel-caption .heading {
  -webkit-transition: -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), -webkit-filter 10s 2s ease-out;
  transition: -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), -webkit-filter 10s 2s ease-out;
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), filter 10s 2s ease-out;
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), filter 10s 2s ease-out, -webkit-transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), -webkit-filter 10s 2s ease-out;
  will-change: transform;
}

.banner .carousel-caption h3 {
  font-size: 3vw;
  font-weight: 800;
  text-transform: uppercase;
}

.banner .carousel-caption h4 {
  font-size: 20px;
  font-weight: 300;
}

.banner .carousel-caption h4 span {
  position: relative;
}

.banner .carousel-caption h4 span::after {
  content: '';
  position: absolute;
  width: 60px;
  border-bottom: 1px solid #FFF;
  left: -65px;
  top: 14px;
}

.banner .carousel-caption h4 span::before {
  content: '';
  position: absolute;
  width: 60px;
  border-bottom: 1px solid #FFF;
  right: -65px;
  top: 14px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner .carousel-caption .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*main*/
main {
  width: 100%;
  overflow: hidden;
}

.mobile {
  width: 100%;
  padding: 50px 100px 50px 100px;
  position: relative;
  background-color: white;
}

.mobile ul {
  width: 100%;
  margin: 0;
  padding: 20px 0px 0px 0px;
  list-style: none;
}



.mobile ul li {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
}

.mobile ul li .mobile_icon {
  float: left;
  width: 8%;
}

.mobile ul li .mobile_icon img {
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

.mobile ul li .mobile_point {
  float: left;
  width: 92%;
  overflow: hidden;
  white-space: nowrap;
}


.about {
  width: 100%;
  padding: 50px 100px 50px 100px;
  position: relative;
  
}

.about .aboutImg {
  position: relative;
  padding-top: 20px;
}

.about .aboutImg img {
  border-radius: 10px;
}

.about .aboutImg .about1 {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.about #parallax {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url(../images/about1.png), url(../images/about.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 0% 50%;
  border-radius: 10px;
  overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  width: 323px;
  height: 229px;
  left: 0;
  top: 0;
  
}

.about::after {
  content: '';
  position: absolute;
  width: 323px;
  height: 229px;
  right: 0;
  bottom: 0;
  
}

.about h1 {
  font-size: 31px;
  color: #2e2f43;
  font-weight: 700;
  margin-bottom: 0;
}

.about h20 {
  font-size: 31px;
  color: #2e2f43;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  padding: 17%;
}


.about h2 {
  font-size: 20px;
  color: #2e2f43;
  font-weight: 400;
  margin-bottom: 10px;
}

.about ul {
  width: 100%;
  margin: 0;
  padding: 20px 0px 0px 0px;
  list-style: none;
}



.about ul li {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
}

.about ul li .about_icon {
  float: left;
  width: 8%;
  
}

.dot {
  height: 80px;
  width: 80px;
  background-color: rgb(156, 154, 154);
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
}
.about ul li .about_icon img {

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

.about ul li .about_point {
  float: left;
  width: 92%;
  overflow: hidden;
  white-space: nowrap;
}

.about ul li .about_point h6 {
  font-size: 18px;
  color: #0b0b0b;
  font-weight: 600;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 80px;
}

.about ul li .about_point p {
  font-size: 17px;
  color: #515151;
  font-weight: 400;
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: balance;
  padding-left: 80px;
}

.about ul li a:hover h6 {
  color: #3a51a3;
}

/*service section*/
.services {
  width: 100%;
 
}

.services h3 {
  font-weight: 700;
  color: #050505;
  font-size: 18px;
  text-transform: uppercase;
}

.services p {
  color: #050505;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.left-link a {
  width: 132px;
  text-align: center;
  display: block;
  border-radius: 80px;
  padding: 8px 20px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.left-link a:hover {
  background: #FFF;
  color: #000;
}

.right-link a {
  width: 132px;
  float: right;
  text-align: center;
  display: block;
  border-radius: 80px;
  padding: 8px 20px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.right-link a:hover {
  background: #FFF;
  color: #000;
}

.right-side .serviceImg {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  background: #ffffff59;
  float: right;
  padding: 50px;
}

.right-side .serviceImg .serviceImg1 {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  overflow: hidden;
}

.right-left .serviceImg {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  background: #ffffff59;
  float: left;
  padding: 20px;
}

.right-left .serviceImg .serviceImg1 {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  overflow: hidden;
}

.wedesign_bg {
  position: relative;
background-image: url(../images/su.png);
}

.wedesign_bg::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #a4a4a4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
 
  /* IE6-9 */
  opacity: 0.8;
}

.mobileapp_bg {
  position: relative;
}

.mobileapp_bg::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #34c281;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#34c281), to(#3e1167));
  background: linear-gradient(to right, #34c281 0%, #3e1167 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c281', endColorstr='#3e1167',GradientType=1 );
  /* IE6-9 */
  opacity: 0.8;
}

.application_bg {
  position: relative;
}

.application_bg::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #756e27;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#756e27), to(#6d1414));
  background: linear-gradient(to right, #756e27 0%, #6d1414 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#756e27', endColorstr='#6d1414',GradientType=1 );
  /* IE6-9 */
  opacity: 0.8;
}

.bpo_bg {
  position: relative;
}

.bpo_bg::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #460f40;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#460f40), to(#064464));
  background: linear-gradient(to right, #460f40 0%, #064464 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#460f40', endColorstr='#064464',GradientType=1 );
  /* IE6-9 */
  opacity: 0.8;
}

/*testimonials*/
.testimonials {
  width: 100%;
  background: #FFF;
  padding: 80px 0px;
}

.testimonials h6 {
  text-align: center;
  font-size: 38px;
  color: #000000;
  font-weight: 800;
  margin: 0;
}

.testimonials p {
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  text-align: center;
}

.testimonials .item p {
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 31px;
}

.testimonials .item p span {
  font-weight: 800;
  font-size: 40px;
  color: #3a51a3;
}

.testimonials #testimonials {
  padding-top: 20px;
}

.testimonials .testimonials_pic {
  width: 115px;
  height: 115px;
  border: 12px solid #7591e9;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.testimonials .testimonials_pic img {
  width: 100%;
}

.testimonials h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.testimonials h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #000;
}

/*Clients*/
.clients {
  width: 100%;
  padding: 12px 0px 12px 0px;
  background: #fff;
}

.clients h20 {
  font-size: 31px;
  color: #2e2f43;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
 padding-left: 45%;
 padding-bottom: 30px;
 
 
}

.clients h5 {
  text-align: center;
  font-size: 38px;
  color: #FFF;
  font-weight: 800;
  margin: 0 0 20px 0;
}

.clients .clients_sec {
  width: 100%;
  background: #FFF;
  padding: 10px;
  text-align: center;
}

.clients .clients_sec img {
  width: 100%;
}

.clients .owl-theme .owl-controls {
  display: none !important;
}

/*Footer area*/
footer {
  font-size: 14px;
  background: #37517e;

}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;}




  #footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }

  #footer .copyright {
    float: left;}

    footer .credits {
      float: right;
      font-size: 13px;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
/*about page css*/
.inner_banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 180px 0px;
}

.inner_banner .video_overlay {
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.8;
}

.inner_banner .container {
  position: relative;
  z-index: 99;
}

.inner_banner h1 {
  font-weight: 800;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
}

.inner_banner p {
  text-align: center;
  color: #31e5f0;
  font-size: 17px;
  text-transform: uppercase;
}

.inner_banner p a {
  color: #fc8e6d;
  text-decoration: none;
}

.inner_banner p i {
  color: #FFF;
  padding: 0 8px;
}

.about_sec {
  width: 100%;
  padding: 40px 0px;
}

.about_sec h2 {
  font-size: 27px;
  color: #2c2c2c;
  font-weight: 700;
  margin: 0;
  margin-bottom: 11px;
}

.about_sec h3 {
  font-size: 21px;
  color: #2c2c2c;
  font-weight: 400;
}

.about_sec h6 {
  font-size: 31px;
  color: #2c2c2c;
  font-weight: 700;
}

.about_sec p {
  font-size: 14px;
  line-height: 1.8em;
}

.about_sec .blocks-outer {
  position: relative;
  margin-bottom: 50px;
}

.about_sec .blocks-outer .feature-block {
  position: relative;
  margin-bottom: 35px;
}

.about_sec .blocks-outer .feature-block .inner-box {
  position: relative;
  padding-left: 70px;
  padding-top: 3px;
}

.about_sec .blocks-outer .feature-block .inner-box img {
  position: absolute;
  left: 0px;
  top: 2px;
  color: #0060ff;
  font-size: 48px;
  line-height: 1em;
}

.about_sec .blocks-outer .feature-block .inner-box h6 {
  position: relative;
  color: #141d38;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.about_sec .blocks-outer .feature-block .inner-box p {
  text-align: left;
}

.about_sec .blocks-outer .feature-block:last-child {
  margin-bottom: 0px;
}

.service-inner h5 {
  font-size: 25px;
  color: #2c2c2c;
  font-weight: 700;
}

.service-inner .bg-none {
  background: #FFF;
}

.service-inner .bg-none li {
  border: 1px dashed #ccc;
  margin-bottom: 10px;
  padding: 5px;
}

.vision-sec {
  width: 100%;
}

.images-column {
  position: relative;
  padding: 50px 0px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.pattern-layer {
  position: absolute;
  left: -70px;
  top: -150px;
  width: 745px;
  height: 732px;
  background-repeat: no-repeat;
}

.images-outer {
  position: relative;
}

.images-outer .image {
  position: relative;
  display: inline-block !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.images-outer .image-two {
  position: absolute;
  left: 0px !important;
  top: auto !important;
  bottom: 60px !important;
  display: inline-block !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.images-outer .image-three {
  position: absolute;
  left: auto !important;
  top: auto !important;
  right: 0px !important;
  bottom: -60px !important;
  display: inline-block !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.images-outer .image-four {
  position: absolute;
  right: 28px !important;
  left: auto !important;
  top: 0px !important;
  bottom: auto !important;
  display: inline-block !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/*rotate css*/
@-webkit-keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}

.pattern-layer {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.vision_sec {
  background: #f2f2f2;
  padding: 86px 0px 122px 0px;
}

.vision_sec .cmn-path {
  width: 100%;
  position: relative;
  padding-left: 104px;
  margin-bottom: 100px;
  padding-right: 50px;
}

.vision_sec .cmn-path img {
  position: absolute;
  left: -86px;
  top: 0;
}

.vision_sec .cmn-path h5 {
  font-size: 31px;
  color: #2c2c2c;
  font-weight: 600;
  padding-top: 19px;
}

.vision_sec .cmn-path p {
  font-size: 14px;
  line-height: 1.8em;
}

.vision_sec .cmn-path:last-child {
  margin-bottom: 0px;
}

.process-sec {
  width: 100%;
  background: #FFF;
  padding: 60px 0px;
}

.process-sec h4 {
  font-size: 36px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: center;
}

.process-sec h5 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 300;
  text-align: center;
  margin-bottom: 23px;
}

.process-sec h6 {
  font-size: 41px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: center;
}

.process-sec .process-points {
  padding-top: 47px;
}

.process-sec .process-points .main-process {
  width: 100%;
  height: 180px;
  border: 1px solid #d9d9d9;
  padding: 53px 20px 20px 20px;
  position: relative;
}

.process-sec .process-points .main-process .count {
  position: absolute;
  background: #3a51a3;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #FFF;
  line-height: 59px;
  font-weight: 700;
  left: 20px;
  top: -32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.process-sec .process-points .main-process:hover .count {
  background: #3a51a3;
}

.process-sec .process-points .main-process h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
}

.process-sec .process-points .main-process p {
  font-size: 14px;
  line-height: 1.8em;
}

#value.owl-theme .owl-controls {
  display: none !important;
}

.our-services {
  width: 100%;
  padding: 30px 0px;
}

.our-services .service-txt h4 {
  font-size: 31px;
  text-align: center;
  font-weight: 700;
}

.our-services .service-txt p {
  font-size: 14px;
  line-height: 1.8em;
}

.our-services .service-img {
  background: #3a51a3;
  width: 246px;
  height: 246px;
  padding: 17px;
  border-radius: 50%;
}

.our-services .service-img .serviceImg1 {
  width: 212px;
  height: 212px;
  border-radius: 50%;
  overflow: hidden;
}

.our-services .left-sec {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.our-services .left-sec:hover a {
  background: #3a51a3;
  color: #FFF;
  border: 1px solid #3a51a3;
}

.our-services .left-sec .service-img {
  float: left;
  margin-right: 20px;
}

.our-services .left-sec h5 {
  font-size: 28px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: left;
}

.our-services .left-sec p {
  font-size: 14px;
  line-height: 1.8em;
  text-align: left;
}

.our-services .left-sec a {
  float: right;
  font-size: 15px;
  color: #2c2c2c;
  background: #FFF;
  font-weight: 400;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
}

.our-services .left-sec a:hover {
  background: #3a51a3;
  color: #FFF;
  border: 1px solid #3a51a3;
}

.our-services .right-sec {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.our-services .right-sec:hover a {
  background: #3a51a3;
  color: #FFF;
  border: 1px solid #3a51a3;
}

.our-services .right-sec .service-img {
  float: right;
  margin-left: 20px;
}

.our-services .right-sec h5 {
  font-size: 28px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: right;
}

.our-services .right-sec p {
  font-size: 14px;
  line-height: 1.8em;
  text-align: right;
}

.our-services .right-sec a {
  float: left;
  font-size: 15px;
  color: #2c2c2c;
  background: #FFF;
  font-weight: 400;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
}

.our-services .right-sec a:hover {
  background: #3a51a3;
  color: #FFF;
  border: 1px solid #3a51a3;
}

.our-clients {
  width: 100%;
  float: left;
  padding: 0px 0px;
}

.our-clients h3 {
  font-size: 31px;
  text-align: center;
  font-weight: 700;
}

.our-clients p {
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
}

.our-clients ul {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  list-style: none;
}

.our-clients ul li {
  width: 20%;
  float: left;
  padding: 0 10px;
  position: relative;
  margin-bottom: 20px;
}

.our-clients ul li .clients-logo {
  width: 100%;
  border: 1px solid #c5c5c5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 3px;
  background: #FFF;
}

.our-clients ul li .clients-logo .clients-sec {
  width: 100%;
}

.our-clients ul li .clients-logo .clients-sec img {
  width: 100%;
}

.our-clients ul li .clients-logo .clients-sec .company-name {
  width: 100%;
  min-height: 60px;
  border-top: 1px solid #c5c5c5;
  padding: 10px;
  background: #FFF;
}

.our-clients ul li .clients-logo .clients-sec .company-name h6 {
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-size: 15px;
  color: #787878;
}

.our-clients ul li .clients-logo:hover {
  background: #3a51a3;
  border: 1px solid #3a51a3;
}

/*Portfolio*/
.portfolio {
  width: 100%;
  padding: 30px 0px;
}

.portfolio .portfolio-btn {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.filter-button {
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  text-align: center;
  color: #797979;
  margin-bottom: 1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.filter-button:hover {
  border: 1px solid #3a51a3;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #3a51a3;
}

.image-gallery .active, .image-gallery .active:focus, .btn-default.active:focus {
  background-color: #3a51a3;
  border: 1px solid #3a51a3;
  color: #ffffff;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #3a51a3;
  background-image: none;
  border-color: #3a51a3;
}

.btn-default.active:hover {
  color: #FFF;
  background-color: #3a51a3;
  background-image: none;
  border-color: #3a51a3;
}

.padding7 {
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 15px;
}

.image-gallery {
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.image-gallery img {
  width: 100% !important;
}

.image-gallery .gallery-title {
  width: 100%;
  min-height: 110px;
  padding: 15px;
  background: #e5e9f7;
}

.image-gallery .gallery-title h6 {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}

.image-gallery .gallery-title h5 {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  color: #3e3e3e;
}

.image-gallery .gallery-title a {
  color: #3a51a3;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.image-gallery .gallery-title a::after {
  content: '';
  width: 0px;
  height: 2px;
  background: #bfbfbf;
  position: absolute;
  left: 70px;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image-gallery:hover a {
  opacity: 1;
}

.image-gallery:hover a::after {
  content: '';
  width: 50px;
}

.career-culture {
  width: 100%;
  padding: 50px 0px;
}

.career-culture h3 {
  font-size: 41px;
  color: #2c2c2c;
  font-weight: 700;
}

.career-culture p {
  font-size: 14px;
  line-height: 1.8em;
}

.cultureimg {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 12px #00000024;
          box-shadow: 2px 3px 12px #00000024;
}

.cultureimg img {
  width: 100%;
}

.career-spec {
  width: 100%;
  padding: 40px 0px;
}

.career-spec .career-head h4 {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
}

.career-spec .career-head h5 {
  font-size: 33px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}

.career-spec .career-head p {
  font-size: 14px;
  line-height: 1.8em;
  color: #FFF;
  text-align: center;
  font-weight: 300;
}

.career-spec .career-points {
  margin-top: 20px;
}

.career-spec .career_box {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 15px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.career-spec .career_box .box-icon {
  padding-right: 10px;
}

.career-spec .career_box .box-icon img {
  width: 55px;
  height: 55px;
}

.career-spec .career_box .box-txt h6 {
  font-size: 21px;
  color: #313131;
  font-weight: 600;
}

.career-spec .career_box .box-txt p {
  font-size: 14px;
  line-height: 1.8em;
  color: #313131;
}

.current-opeing {
  width: 100%;
  background: #FFF;
  padding: 30px 0px;
}

.current-opeing h4 {
  text-align: center;
  font-size: 18px;
  color: #363636;
  font-weight: 300;
}

.current-opeing h5 {
  text-align: center;
  font-size: 35px;
  color: #363636;
  font-weight: 700;
}

.current-opeing h6 {
  text-align: center;
  font-size: 18px;
  color: #363636;
  font-weight: 300;
}

.current-opeing .panel {
  margin-bottom: 10px;
}

.current-opeing .panel-heading {
  width: 100%;
  background: #c8d2f5;
}

.current-opeing .panel-heading h4 {
  text-align: left;
  margin: 0;
}

.current-opeing .panel-heading h4 a {
  display: block;
  padding: 18px;
  text-decoration: none;
  font-size: 18px;
  color: #363636;
  font-weight: 400;
}

.current-opeing .panel-heading h4 a img {
  float: right;
}

.current-opeing .panel-body {
  width: 100%;
  padding: 18px;
  border: 1px solid #c5c5c5;
  font-size: 14px;
}

.current-opeing .panel-body .job-details {
  width: 100%;
}

.current-opeing .panel-body .job-details h5 {
  font-weight: 800;
  font-size: 27px;
  text-align: left;
}

.current-opeing .panel-body .job-details h6 {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.current-opeing .panel-body .job-details .job-description {
  padding-top: 30px;
}

.current-opeing .panel-body .job-details .job-description h4 {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}

.current-opeing .panel-body .job-details .job-description ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 30px;
}

.current-opeing .panel-body .job-details .job-description ul li {
  margin-bottom: 5px;
}

/*contact us css*/
.contact-sec {
  width: 100%;
  padding: 40px 0px;
}

.contact-sec .contact-head h4 {
  text-align: center;
  font-size: 31px;
  color: #2c2c2c;
  font-weight: 700;
}

.contact-sec .contact-head h5 {
  text-align: center;
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 400;
}

.contact-sec .contact-head p {
  text-align: center;
  color: #2c2c2c;
}

.contact-sec .contact-head p span {
  color: #3a51a3;
}

.contact-sec .mrg15 {
  margin-top: 15px;
}

.contact-sec .cm-contact {
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: 1px 3px 24px #00000026;
          box-shadow: 1px 3px 24px #00000026;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-sec .cm-contact .contact-icon {
  padding-right: 10px;
}

.contact-sec .cm-contact .contact-description h6 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-sec .cm-contact .contact-description p {
  color: #2c2c2c;
}

.contact-sec .cm-contact .contact-description p a {
  color: #2c2c2c;
}

.form-head {
  padding-top: 40px;
}

.form-head h6 {
  text-align: center;
  font-size: 31px;
  color: #2c2c2c;
  font-weight: 700;
}

.form-text label {
  font-size: 16px;
  margin-bottom: 5px;
}

.form-text .form-control {
  height: 60px;
  border-radius: 0px;
  margin-bottom: 15px;
}

.form-text .txt-area {
  height: 120px;
  resize: none;
}

.form-btn {
  text-align: center;
}

.form-btn button {
  background: #3a51a3;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 25px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.form-btn button:hover {
  background: #6fc7d8;
}

.professional {
  width: 100%;
  background: #f3f3f3;
  padding: 20px 0px;
}

.professional ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.professional ul li {
  width: 100%;
  float: left;
}

.professional ul li h4 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  padding-left: 68px;
}

.professional ul li p {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  padding-left: 68px;
}

.professional ul li span {
  width: 49px;
  height: 49px;
  float: left;
  border-radius: 50%;
  color: #000000;
  font-size: 23px;
  text-align: center;
  line-height: 49px;
}

.bg1 {
  background: #70e4e8;
}

.bg2 {
  background: #f5eb92;
}

.bg3 {
  background: #ffbc7a;
}

.bg4 {
  background: #aad32e;
}

.bg5 {
  background: #ffa0c6;
}

.bg6 {
  background: #f3a6ff;
}

.bg7 {
  background: #a6adff;
}

.contact-sec .contactform {
  padding-top: 20px;
}

.contact-sec .contactform h6 {
  font-size: 27px;
  color: #2c2c2c;
  margin-bottom: 20px;
  font-weight: 400;
  margin: 0;
}

.contact-sec .contactform input {
  width: 100%;
  height: 55px;
  background: #FFF;
  border: none;
  -webkit-box-shadow: 2px 3px 5px #d8d8d8;
  box-shadow: 2px 3px 5px #d8d8d8;
  padding: 10px;
  font-weight: 400;
  color: #474747;
  margin-bottom: 12px;
}

.contact-sec .contactform textarea {
  width: 100%;
  height: 100px;
  background: #FFF;
  border: none;
  -webkit-box-shadow: 2px 3px 5px #d8d8d8;
  box-shadow: 2px 3px 5px #d8d8d8;
  padding: 10px;
  font-weight: 400;
  color: #474747;
  margin-bottom: 12px;
  resize: none;
}

.contact-sec .contactform button {
  background: #3a51a3;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 25px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.contact-sec .contactform button:hover {
  background: #6fc7d8;
}

.contact-sec .contactform button:focus {
  outline: none;
}

.quotesec {
  background: #eee !important;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.quotesec p {
  margin-bottom: 20px;
  font-size: 14px;
}

.quotesec .checkbox {
  width: 100%;
  float: left;
  padding: 20px;
}

.quotesec .checkbox label {
  font-size: 15px;
  font-weight: 400;
  width: auto;
  float: left;
}

.quotesec .check {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 25px;
  padding-right: 22px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quotesec .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.quotesec .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
}

.quotesec .check:hover input ~ .checkmark {
  background-color: #ccc;
}

.quotesec .check input:checked ~ .checkmark {
  background-color: #3a51a3;
  border: 1px solid #3a51a3;
}

.quotesec .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.quotesec .check input:checked ~ .checkmark:after {
  display: block;
}

.quotesec .check .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-service h4 {
  font-weight: 600;
  font-size: 18px;
  padding: 15px;
}

.privacy-policy p {
  font-size: 14px;
  line-height: 1.8em;
}

.privacy-policy h4 {
  font-size: 28px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: left;
}

.privacy-policy h5 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
}

/*Responsive*/
@media (max-width: 1260px) {
  .our-clients ul li {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .aboutImg {
    display: none;
  }
  .about {
    padding: 30px 10px 30px 10px;
  }
  .about h1, .about h2 {
    text-align: center;
  }
  .testimonials {
    padding: 30px 0px;
  }
  .testimonials h6 {
    font-size: 30px;
  }
  .testimonials p {
    font-size: 19px;
  }
  .testimonials .item p {
    font-size: 18px;
  }
  .clients {
    padding: 30px 0px;
  }
  .clients h6 {
    font-size: 30px;
  }
  .about ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .serviceImg {
    margin: auto;
    float: inherit !important;
  }
  .services h3 {
    font-size: 30px;
    text-align: center;
  }
  .services p {
    text-align: center;
  }
  .services {
    padding: 30px 30px 30px 30px;
  }
  .left-link a {
    float: inherit;
    margin: auto;
    margin-bottom: 25px;
  }
  .right-link a {
    float: inherit;
    margin: auto;
    margin-bottom: 25px;
  }
  .about_icon, .about_point {
    width: 100% !important;
    text-align: center;
    padding-left: 10px;
  }
  .inner_banner {
    padding: 150px 0px 30px 0px !important;
  }
  .vision_sec .cmn-path {
    text-align: center;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .vision_sec .cmn-path img {
    position: relative;
    left: 0;
  }
  .about_sec h2, .about_sec h3, .about_sec p, .about_sec h6 {
    text-align: center;
  }
  .vision_sec {
    padding: 24px 0px;
  }
  .process-sec {
    padding: 27px 0px;
  }
  .process-sec h4 {
    font-size: 28px;
  }
  .process-sec h6 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .process-sec .process-points {
    margin-top: -2px;
  }
  .filter-button {
    font-size: 14px;
  }
  .our-services .left-sec .service-img {
    float: inherit;
    margin-right: 0;
    margin: auto;
    margin-bottom: 30px;
  }
  .our-services .left-sec h5, .our-services .left-sec p, .our-services .right-sec h5, .our-services .right-sec p {
    text-align: center;
  }
  .left-sec, .right-sec, .our-services .service-txt p {
    text-align: center;
  }
  .our-services .left-sec a, .our-services .right-sec a {
    float: inherit;
  }
  .our-services .right-sec .service-img {
    margin: auto;
    float: inherit;
    margin-bottom: 30px;
  }
  .our-clients ul li {
    width: 33.3%;
  }
  .career-culture h3, .career-culture p {
    text-align: center;
  }
  .career-culture {
    padding: 20px 0px;
  }
  .career-spec {
    padding: 25px 0px;
  }
  .contact-sec .cm-contact {
    display: block;
  }
  .contact-sec .cm-contact .contact-icon {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact-description {
    text-align: center;
  }
  .contact-sec .contact-head h5, .form-head h6 {
    font-size: 29px;
  }
  .professional ul li {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 10px;
  }
  .professional ul li span {
    float: initial;
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
  .professional ul li h4 {
    padding-left: 0px;
    text-align: center;
  }
  .professional ul li p {
    padding-left: 0px;
    text-align: center;
  }
  .service-inner h5 {
    text-align: center;
  }
  .about ul li .about_point {
    overflow: inherit;
    white-space:nowrap;
  }
  .about_sec .blocks-outer .feature-block .inner-box img {
    right: 0;
    margin: auto;
  }
  .about_sec .blocks-outer .feature-block .inner-box {
    padding-left: 0px;
    padding-top: 55px;
  }
  .about_sec .blocks-outer .feature-block .inner-box p {
    text-align: center !important;
    
  }
  .about_sec p {
    text-align: justify !important;
  }
}

@media (max-width: 768px) {
  .process-sec .process-points .main-process .count {
    left: 0;
    right: 0;
    margin: auto;
  }
  .process-sec .process-points .main-process h3, .process-sec .process-points .main-process p {
    text-align: center;
  }
  .process-sec .process-points .main-process {
    height: auto;
  }
  .inner_banner {
    float: left;
    padding: 60px 0px 60px 0px !important;
  }
  .inner_banner h1 {
    font-size: 30px;
  }
  .inner_banner p {
    font-size: 15px;
  }
  .f_nav {
    padding: 10px 0px 10px 0px !important;
  }
  .f_nav ul {
    display: block !important;
  }
  .f_nav ul li {
    width: 100% !important;
    float: inherit !important;
    border-bottom: 1px dashed #dedede;
  }
  .f_nav ul li:last-child {
    border-bottom: none !important;
  }
  .f_nav ul li a {
    display: block;
    padding: 8px 0px;
  }
  .our-clients ul li {
    width: 50% !important;
  }
  .mouse {
    display: none;
  }
}

@media (max-width: 450px) {
  .request_quote {
    display: none;
  }
  .our-clients ul li {
    width: 100% !important;
  }
  .about h1, .testimonials h6, .clients h5 {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .services h3 {
    font-size: 24px;
  }
  .services p {
    font-size: 16px;
  }
  footer .f_nav {
    display: none !important;
  }
  .contact-sec .contact-head h4 {
    font-size: 24px;
  }
  .contact-sec .contact-head h5, .form-head h6 {
    font-size: 19px;
  }
  .career-culture h3, .career-spec .career-head h5, .current-opeing h5, .our-clients h3, .our-services .service-txt h4, .our-services .left-sec h5, .about_sec h2, .process-sec h4 {
    font-size: 24px;
  }
  .current-opeing .panel-body .job-details h5 {
    font-size: 18px;
  }
  .current-opeing .panel-body .job-details h6 {
    font-size: 16px;
  }
  .banner .banner_title h3 {
    font-size: 20px;
  }
  .banner .banner_title h4 span::before, .banner .banner_title h4 span::after {
    display: none;
  }
}

@media (max-width: 580px) {
  .about_icon, .about_point {
    width: 100% !important;
  }
}

@media (max-width: 670px) {
  header {
    background: #FFF;
    position: relative;
    padding: 10px 5px;
  }
  .social_media {
    display: none !important;
  }
  .request_quote a {
    background: #3a51a3 !important;
    color: #FFF !important;
  }
  .call a {
    background: #3a51a3 !important;
    border: 1px solid #3a51a3 !important;
  }
  .call a img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .menu a img {
    -webkit-filter: brightness(0) invert(0.2) !important;
            filter: brightness(0) invert(0.2) !important;
  }
  .logo img {
    width: 79px;
    -webkit-filter: brightness(1) invert(0) !important;
            filter: brightness(1) invert(0) !important;
  }
  .header_right {
    padding: 14px 0px 10px 0px;
  }
  .banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
  }
  .banner video {
    display: none;
  }
  .banner img {
    display: block;
  }
  .banner .banner_title {
    margin-top: -45px;
  }
  .banner .banner_title h4 {
    font-size: 14px;
  }
  .banner .banner_title h4 span::before {
    top: 11px;
  }
  .banner .banner_title h4 span::after {
    top: 11px;
  }
  .banner::after {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.5;
  }
}

@media (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}

@media (max-width: 1260px) {
  .about ul li .about_icon {
    width: 13%;
  }
  .about ul li .about_point {
    width: 86%;
  }
}

@media (max-width: 840px) {
  .banner .carousel-caption h3 {
    font-size: 27px;
  }
  .banner .carousel-caption h4 {
    font-size: 14px;
  }
  .banner .carousel-caption h4 span::before, .banner .carousel-caption h4 span::after {
    display: none;
  }
  .banner .carousel-caption {
    padding-left: 30px;
    padding-right: 30px;
  }

 
}
/*# sourceMappingURL=main.css.map */