@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body {
  margin: 0px;
  padding: 0px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Poppins', sans-serif;*/
  /*  font-family: 'Noto Serif', serif;*/
  /* font-weight: 500;*/
}

.container{
padding-left: 7.14286rem!important;
    padding-right: 7.14286rem!important;
}

.wrapper {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px; 
}
.header_menu, .navigation,  .banner, .logo, .footer, .ftr_lft, .copyright, .services, 
.services_menu, .ser_title, .services_last, .services_sec, .services_content, 
.ser_left, .services_menu1, .ser_bottom, .about_sec, .about_menu, .about_menu_rgt, 
.testimonials, .brand_slider, .cpy, .header_top, .header_icons, .partner, .partner_sec, 
.field_content, .social_links, .ourteam, .ourteam_menu, .teacher_section, .teacher_sec, 
.single_team, .teacher_view, .project, .project_sec, .case_test, .case_top, .ftr_rgt, .ser_left_title {
  width: 100%;
  height: auto; 
  float: left; 
  margin: 0px;
  padding: 0px;
}
/*.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.affix + .about_sec {
  padding-top: 70px;
  }*/
  .header-top-list {
    text-align: right;
  } 
  .header-top-view {
    margin-top: 0px;
    padding: 0px;
  }
  .header-top-view li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 4%;
  }
  .header-icon i {
    font-size: 14px;
  }
  .header-top-view li a {
    color: #000;
  }
  .header-top-view li a:hover {
    text-decoration: none;
  }
  .navbar-brand {
    padding: 0px;
  }
  .navbar-brand>img {
    height: auto;
    width: 170px;
    object-fit: cover;
    margin: 2px 0 0 0;
  }
  .navbar-nav>li>.pillar_menu {
    z-index: 9999;
    left: 0px;
    right: auto;
    padding: 0;
    border:0px;
    background: rgb(255, 255, 255);
  }
  .navigation .example6 {
    background: #fff;
    margin: 0px;
    box-shadow: 0 1px 25px rgba(0,0,0,.1);
    padding: 10px 0;
    border: none;
    border-radius: 0px;
    position: relative;
    z-index: 99;
  }
  .nav-menu .navbar-nav>.active>a, 
  .nav-menu .navbar-nav>.active>a:focus, 
  .nav-menu .navbar-nav>.active>a:hover {
    color: #e41c34 !important;
   font-weight: 600;
   background: none;
   padding-right: 15px;
   border-bottom: 2px solid #e41c34;
 }
 .pillar_menu li a {
  text-transform: uppercase;
  background: none;
  font-size: 12px;
  font-weight: 600;
  color: #000000 !important;
  padding: 18px 8px;
}
/* .navbar-collapse{
  padding-right: 0px !important;
} */
.pillar_menu li a:hover {
  background-color: transparent;
}
/*.pillar_menu>li:before {
  background: #cb1d26 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -8px;
  transition: .5s;
  z-index:0;
}
.pillar_menu>li.active:before {
  opacity: 1;
}
.pillar_dropdown .pillar_menu>li:before {
  position: relative;
}
.pillar_menu>li a:after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
  transition: .5s;
  border-bottom-color: #a74600;
  border-left-color: #a74600;
  opacity: 0;
}
.pillar_menu>li.active a:after {
  opacity: 1;
  }*/
  .pillar_menu .open>a, 
  .pillar_menu .open>a:focus, 
  .pillar_menu .open>a:hover {
    background-color: transparent;
    border-color: none;
  }
  .pillar_carousel {
   height: 100vh;
 }
 .pillar_dropdown li a {
  padding: 6px 15px;
  margin: 0 0%;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #202122 !important;
  text-transform: inherit;
}
.pillar_dropdown li a:hover {
  color: #E41C34 !important;
  transition: 0.1s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.navbar-nav>li>.pillar_menu li {
  border-bottom: 1px solid #e4e4e4;
}
.navbar-nav>li>.pillar_menu li:last-child{
  border-bottom: none;
}
.pillar_dropdown .pillar_menu li a:hover {
  background: #E41C34;
  color: #fff !important;
}


.pillar_dropdown li:last-child a {
  border-bottom: none;
}

.pillar_menu > li.kopie > a {
  padding-left:5px;
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.pillar_menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


.pillar_submenu{ position: relative; }
.pillar_submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.pillar_submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:0px;
}
.pillar_submenu:hover>a:after{
  border-left-color:#555;
}
.pillar_submenu.pull-left{ float: none; }
.pillar_submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky + .banner {
  padding-top: 50px;
}
.banner {
  position: relative;
  margin: 0px 0 0 0;
}
/*.navigation {
    position: relative;
    z-index: 99;
    }*/
    .subnav li {
     border-bottom: 1px solid #d4d3d3;
   }
   .subnav li:last-child {
     border-bottom: none;
   }
   .subnav li a {
     font-size: 13px;
     font-weight: 400;
   }

   .logo h1 {
    margin: 0px;
  }
  .logo h1 img {

  }
  .custom_indicators li {
    width: 45px;
    height: 2px;
    margin: 1px;
    opacity: 0.5;
    border: 1px solid #fff !important;
  }
  .custom_indicators .active {
    width: 45px;
    height: 2px;
    margin: 1px;
    opacity: 1;
    background: #f37121;
    border: 1px solid #f37121 !important;
  }
  .btn-blue-bg {
    color: #fff!important;
    /* margin: 5px; */
    /* box-shadow: 0px 10px 10px rgba(0,0,0,0.20); */
    border-top-left-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    min-width: 150px;
    border-radius: 6px;
    /*background-color: #e41c34;*/
    background-color: #274d87;
  }
  .btn-blue-bg i{
    margin-left: 10px;
  }
  .cont_btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    padding: 15px 10px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    width: 150px;
    border-radius: 2px;
    margin-left: 15px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
  }
  .cont_btn span {
    color: #fff !important;
  }
  .btn-blue-bg:hover {
    /*background: #096bd8;*/
    background-color: #e41c34;
    color: #fff !important;
    text-decoration: none;
  }
  .cont_btn:hover {
    background: #f17122;
    border: 1px solid #f17122;
    color: #fff !important;
    text-decoration: none;
  }
  .cont_btn:hover span {
    color: #fff !important;
  }
  .btn-blue-bg span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    transition: 0.5s;
  }
  .btn-blue-bg span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    color: #fff;
    top: -2px;
    right: -20px;
    transition: 0.5s;
    font-size: 18px;
  }
  .btn-blue-bg:hover span {
    padding-right: 15px;
  }

  .btn-blue-bg:hover span:after {
    opacity: 1;
    right: 0;
  }
  .banner .fa_left {
    position: absolute;
    top: 50%;
    z-index: 5;
    color: #ffffff;
    font-size: 18px;
    left: 20%;
    padding: 26px 36px;
    background: #202122;
    opacity: 0.8;
    border-radius: 50px;
  }
  .banner .fa-angle-left:before{
    font-size: 30px;
  }
  .banner .fa_right {
    position: absolute;
    top: 50%;
    z-index: 5;
    color: #ffffff;
    font-size: 18px;
    padding: 26px 36px;
    background: #202122;
    opacity: 0.8;
    right: 20%;
    border-radius: 50px;
  }
  .banner .fa-angle-right:before{
    font-size: 30px;
  }
  .bnr-text {
    bottom: auto;
    width: 40%;
    left: 10%;
    padding: 20px;
    top: 160px;
    text-align: left;
   
    position: absolute;
  }
  .banner img {
    height: 600px !important;
  }
  .bnr-text h3 {
   margin: auto;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    max-width: 700px;
    margin-bottom: 10px;
    text-transform:uppercase;
}
  }
  .bnr-text p {
    text-shadow: none;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    color: #ffffff;
  }
  .custom_indicators {
    z-index: 0;
  }
  .abt_rgt {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .abt_rgt img {
    width: 70%;
    margin: 0 auto;
    display: block;
    text-align: right;
    float: right;
   
  }
  @media only screen and (max-width: 767px) {
    .abt_rgt img {
      width: 70%;
      margin: 0 auto;
      display: block;
      text-align: right;
      float: none;
     
    }
  }
  .aty {
    border-radius: 4px;
    margin: 30px 0 0 0;
    background-color: #fff;
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -100px;
    margin-bottom: 0px;
    padding: 45px 70px 30px 70px;
    z-index: 2;
  }
  .footer {
    height: auto;
    background: #171717;
    padding: 50px 0;
  }
  .footer-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
    color: #fff;
  }
  .footer-title::before {
    position: absolute;
    height: 3px;
    width: 55px;
    background: #E41C34;
    left: 0;
    content: "";
    bottom: 0;
  }
  
  .ftr_top {
    padding: 50px 0px 0px 0px;
    margin: 0 0 50px 0;
  }
  .ftr_lft h1 {
    margin: 0px;
  }
  .ftr_lft h1 img {

  }
  .offer  h3 {
    margin: 0px;
  }
  .ftr_lft h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 18px;
  }
  .ftr_lft ul {
    margin: 0px;
    padding: 0px;
  }
  .ftr_lft ul li {
    margin: 0px;
    padding: 0 0 0 20px;
    list-style: none;
    font-size: 13px;
    position: relative;
    line-height: 21px;
    color: #cccccc;
  }
  .ftr_lft ul li i {
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: 6px;
  }
  .ftr_lft h2 span {
    border-bottom: 2px solid #cb1d26;
    padding: 0 0 5px 0;
  }
  .ftr_lft ul li a {
    color: #cccccc;
    font-size: 13px;
    line-height: 28px;
  }
  .ftr_lft ul li a:hover {
    color: #fff;
  }
  .ftr_lft_content h1 {
    font-size: 20px;
    color: #fff;
  }
  .ftr_lft_content p {
    font-size: 13px;
    color: #fff;
    margin: 15px 0;
  }
  .ftr_lft_content h3 {
    margin: 0px;
  }
  .ftr_lft_content h3 img {
    width: 15%;
  }

  .cpy p {
    font-size: 13px;
    color: #fff;
    margin: 0px 0;
  }
  .copyright {
    margin: 0;
    background: #101010;
    padding: 15px 0;
  }
  .social-network {
    list-style: none;
    display: inline;
    margin-left: 0px;
    padding: 0;
    text-align: right;
    float: right;
    margin: 0;
  }
  .list-inline>li {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
  }
  .social-network li a i {
    font-size: 13px;
    background: #ffffff;
    color: #E41C34;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50px;
    line-height: 25px;
  }
  .social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }

  .we-services {
    margin-top: 60px;

    padding-top: 60px;
  }
  .we-services h3 {
    text-align: center;
  }
  .we-services .digital-services {
    width: 20%;
    float: left;
  }
  .digital-wel {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
    min-height:200px;
  }
  .digital-wel img{
    width:80px;

  }
  .digital-content h4 {

    font-weight: 400;
    text-transform: capitalize;

    margin-bottom: 0px;
  }
/*.carousel-control.left, .carousel-control.right { 
  background:none !important;
  }*/
  .gr_btn {
    border-radius: 50px;
    letter-spacing: 1px;
    background: #ee7163;
    padding: 14px 30px 14px;

    box-shadow: 0px 10px 10px rgba(0,0,0,0.20);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }
  .carousel-caption {
    text-shadow:none!important;
  }
  .brand_slider h1 {
    margin: 0 0 0px 0;
    font-weight: 600;
    font-size: 26px;
    color: #cb1d26;
    text-align: center;
    text-transform: uppercase;
  }
  .brand_slider h1 {
    color: #fff;
  }
  .brand_slider p {
    color: #fff;
    text-align: center;
  }
  .case_test h1 span {
    color: #096bd8;
  }

  .services_sec {
   /* background: rgba(0, 0, 0, 0) url(../images/bg2.jpg) no-repeat fixed center center / cover;*/
   height: auto;
   position: relative;
  
 }
 .border-left-1 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  left: -15px;
  display: inline-block;
  position: relative;
  top: 13px;
}
.border-right-1 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  right: -15px;
  display: inline-block;
  top:13px;
  position: relative;
}
.services_menu1 {
  padding: 0 0 0 0;
  margin:0px 0 40px 0;
}
.services_menu1 h1 {
  text-align: center;
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 16px;
  position: relative;
  top: 0;
}
.ours {
  position: relative;
  top: 6px;
}
.services_menu1 h1 span {
  color: #096bd8;
}
.services_menu1 p {
  text-align: center;
  padding: 0 22%;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 20px;
}
.ser_left_title {
  margin: 30px 0 0 0;
}
.ser_left {
  margin: 0 0 35px 0;
  /* border: 1px solid #e8e8e8; */
  border-radius: 7px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  color: #202122;
  padding: 50px 45px;
  background-color: #fff;
  min-height: 250px;
  overflow: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}
.ser_left ul {
  margin: 0px;
  padding: 0px;
}
.ser_left h2 {
  font-size: 14px;
  margin: 30px 0 0px 0;
  text-align: left;
  width: 100%;
  float: left;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.ser_left h2 a{
  color: #202122;
  font-weight: 500;
}
.ser_left ul li {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: right;
}
.ser_left ul li:first-child {
  font-size: 28px;
  color: #202122;
  opacity: 1;
  font-weight: 400;
  text-align: left;
 
}
.services_menu1  h2 {
  margin: 0px;
  text-align: center;
  color: #d1d1d1;
  opacity: 0.3;
  font-size: 58px;
}
.services_menu1 h1 {
  color: #124575;
  font-size: 30px;
  margin: -20px 0 0 0;
}
.bt_2 {
  margin: 0px 0px 0px 0px;
}
.ser_left:hover {
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
  /* box-shadow: 0 3px 5px 1.12px rgb(0 0 0 / 47%); */
  }
.ser_left:hover {
    background: #ffffff;
}
  .ser_left h1 {
    margin: 20px 0 20px 0;
    position: relative;
  }
  .ser_left h1 img {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .ser_left p {
    margin: 0 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    position: relative;
  }
  .course-more a {

   position: relative;
   display: inline-block;
   margin-top: 24px;
   text-transform: uppercase;
   font-size: 12px;
   padding: 10px 10px;
   transition: .3s;
   border-radius: 17px;
   vertical-align: middle;

   color: #ffffff;
   text-align: left;
   background: #2653e3;
 }
 .course-more a:hover {
  text-decoration: none;

}
.course-more i {
  opacity: 0;
  visibility: hidden;
  right: 60%;
  transition: 0.4s all;
  position: absolute;
  font-size: 16px;
}
.course-more i {
  opacity: 1;
  visibility: visible;
  right: 10%;

}
.ser_left:hover .course-more a {
  background: #1c1e22;
  color: #fff;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.20);
}
.ser_bottom {
  /* box-shadow: 0 1px 4px rgba(0,0,0,.4); */
  position: relative;
  padding: 80px 0px 80px;
  background-image: url(../images/bg_pat.png);
  /* background-color: #222429; */
}
.services_content:first-child {
  margin: 0px;
}
h4.course-more {
  margin-top: 0;
  text-align: center;
}



.ourteam_menu h2, .case_test h2 {
  color: #202122;
  font-size: 30px;
  margin: -20px 0 10px 0;
  text-align: center;
  position: relative;
  top: 0;
  line-height: 1.1;

}
.ourteam .about_menu p {
 margin: 10px 0 0 0;
 text-align: center;
 padding: 0 22%;
 font-size: 15px;
 color: #4a4a4a;
 font-weight: 400;
 line-height: 20px;
}
.aty h2 {
  color:#202122;
  font-weight: 500;
}
.about_menu p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  margin: 0 0 20px 0;
  text-align: justify;
}
.about_menu h2 span {
  color: #096bd8;
}
.about_menu h3 {
  margin: 0px;
}
.about_menu h3 a {
  margin: 0px;
  font-size: 17px;
  color: #3078fb;
  font-weight: 500;
}
.about_menu h3 a i {
 margin: 0px 0px 0px 10px;
}
.about_menu h3 a:hover {
  text-decoration: none;
  color: #f37121;
}
.about_menu_rgt h1 {
  margin: 0px 0px 0px 0px;
}
.about_menu_rgt h1 img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.brand_slider {
 padding: 70px 0px 70px 0;
}
.brand_showmany img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: auto;
  padding: 0;
  background: #fff;
  object-fit: contain;
}
.brand_showmany {
  margin: 50px 0 18px 0;
}
.brand_showmany .col-xs-12 {

}
.brand_showmany .carousel-control {
  width: 4%;
  background-image: none;
}
.brand_showmany .carousel-control.left {
  margin-left: 15px;
}
.brand_showmany .carousel-control.right {
  margin-right: 15px;
}
.brand_showmany .cloneditem-1,
.brand_showmany .cloneditem-2,
.brand_showmany .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .brand_showmany .carousel-inner > .active.left,
  .brand_showmany .carousel-inner > .prev {
    left: -50%;
  }
  .brand_showmany .carousel-inner > .active.right,
  .brand_showmany .carousel-inner > .next {
    left: 50%;
  }
  .brand_showmany .carousel-inner > .left,
  .brand_showmany .carousel-inner > .prev.right,
  .brand_showmany .carousel-inner > .active {
    left: 0;
  }
  .brand_showmany .carousel-inner .cloneditem-1 {
    display: block;
  }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .brand_showmany .carousel-inner > .item.active.right,
  .brand_showmany .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .brand_showmany .carousel-inner > .item.active.left,
  .brand_showmany .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .brand_showmany .carousel-inner > .item.left,
  .brand_showmany .carousel-inner > .item.prev.right,
  .brand_showmany .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .brand_showmany .carousel-inner > .active.left,
  .brand_showmany .carousel-inner > .prev {
    left: -25%;
  }
  .brand_showmany .carousel-inner > .active.right,
  .brand_showmany .carousel-inner > .next {
    left: 25%;
  }
  .brand_showmany .carousel-inner > .left,
  .brand_showmany .carousel-inner > .prev.right,
  .brand_showmany .carousel-inner > .active {
    left: 0;
  }
  .brand_showmany .carousel-inner .cloneditem-2,
  .brand_showmany .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .brand_showmany .carousel-inner > .item.active.right,
  .brand_showmany .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .brand_showmany .carousel-inner > .item.active.left,
  .brand_showmany .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .brand_showmany .carousel-inner > .item.left,
  .brand_showmany .carousel-inner > .item.prev.right,
  .brand_showmany .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.fa_lt {
 margin: 0 !important;
 border: 1px solid #fa0001;
 border-radius: 0px;
 width: 40px !important;
 height: 40px;
 line-height: 40px;
 color: #ffffff;
 padding: 0 10px;
 position: relative;
 left: 46%;
 top: 40px;
 opacity: 1;
 background: #fa0001;
}
.fa_rt {
  margin: 0 !important;
  border: 1px solid #fa0001;
  border-radius: 0px;
  width: 40px !important;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 10px;
  position: relative;
  right: 5px !important;
  left: 46% !important;
  top: 40px;
  opacity: 1;
  background: #fa0001;
}
.ftr_lft ul li a:hover {
  margin-left: 10px;
  transition: 0.1s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.banner .carousel-control {
  opacity: 1;
  background-image: none;
}
.header_top {
  background-image: linear-gradient(to right, #186db6 , #ee2831);
  /* background-color: #FAFAFA; */
  padding: 0;
}
.header_icons h1 {
  margin: 0px;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}
.social_links ul, .app_details ul{
  margin: 0px;
  padding: 0px;
}
.social_links ul li {
  list-style: none;
  display: inline-block;
  display: inline-block;
  text-align: center;
  height: 40px;
  margin-right: 1px;
}
.social_links ul li a {
  display: inline-block;
  position: relative;
  line-height: 31px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-top: 5px;
/*   margin-left: 5.5px;
  margin-right: 5.5px; */
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  color: #E41C34;
  font-size: 16px;
  background-color: #fff;
}
.social_links ul li i {
  color: #E41C34;
}
.social_links ul li a:before {
  border-top: 20px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  right: 100%;
}
.social_links ul li a:after {
  border-top: 20px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 20px solid transparent;
  border-right: 5px solid transparent;
  left: 100%;
}
/*.social_links ul li a:before, 
.social_links ul li a:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  -webkit-transition: border-color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}*/
.facebook:hover {
  background-color: rgb(255 255 255 / 60%);
}
/*.facebook:hover:before {
  border-right: 5px solid #0077b5;
  border-bottom: 20px solid #0077b5;
  right: 100%;
}
.facebook:hover:after {
  border-top: 20px solid #0077b5;
  border-left: 5px solid #0077b5;
  left: 100%;
}*/
.twitter:hover {
  background-color: rgb(255 255 255 / 60%);
}
/* .twitter:hover:before {
  border-right: 5px solid #0077b5;
  border-bottom: 20px solid #0077b5;
  right: 100%;
}
.twitter:hover:after {
  border-top: 20px solid #0077b5;
  border-left: 5px solid #0077b5;
  left: 100%;
} */
.linked:hover {
  background-color: rgb(255 255 255 / 60%);
}
/* .linked:hover:before {
  border-right: 5px solid #0077b5;
  border-bottom: 20px solid #0077b5;
  right: 100%;
}
.linked:hover:after {
  border-top: 20px solid #0077b5;
  border-left: 5px solid #0077b5;
  left: 100%;
} */
.skype:hover {
  background-color: rgb(255 255 255 / 60%);
}
/* .skype:hover:before {
  border-right: 5px solid #0077b5;
  border-bottom: 20px solid #0077b5;
  right: 100%;
}
.skype:hover:after {
  border-top: 20px solid #0077b5;
  border-left: 5px solid #0077b5;
  left: 100%;
} */
.app_details {
  text-align: right;
  float: right;
  width: 100%;
  margin: 10px 0;
  padding: 0px 15px 0 0px;
}
.app_details ul li {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  list-style: none;
  display: inline-block;
  margin: 0 0 0px 30px;
}
.app_details ul li i {
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.app_details ul li a {
  text-transform: lowercase;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}
.app_details ul li a:hover {
  text-decoration: none;
}
.header-icon {
  color: #666;
  margin: 0 6px 0 0px;
}
.partner {
  background-image: url(../images/partner_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
}
.partner_sec h2 {
  text-align: center;
  margin: 0px 0 15px  0;
  padding: 0;
  font-size: 34px;
  color: #fff;
}
.partner_sec p {
  margin: 0 0 60px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.field_content ul {
  margin: 0px;
  padding: 0px;
}
.field_content ul li {
  border: none !important;
  margin: 0 0 20px 0 !important;
  padding: 0px !important;
  width: 24% !important;
  list-style: none !important;
  display: inline-block !important;
}
.field_content ul li img {
  width: 60% !important;
  margin: auto !important;
  display: block !important;
  height: auto !important;
  max-height: max-content !important;
}
.partner_sec h2 span {
  color: #c91e26;
}
.bnr-text h4 {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 18px;
  color: #3078fb;
  display: inline-block;
}
.joing_btn {
  margin: 30px 0 0 0;
  text-align: left !important;
}
.joing_btn a {
  margin: 0px;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 5px;
}
.ourteam {
  margin: 80px 0px 80px 0px;
}
.teacher_section {
  margin: 0px 0px 0px 0px;
  background: #f0f0f0;
  padding: 0 0 30px 0;
  position: relative;
  top: 40px;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.teacher_view {
  margin: -80px 0px 50px 0px;
}
.single_team .team-img {

  position: relative;
}
.single_team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
  box-shadow: 0 3px 5px 1.12px rgb(0 0 0 / 47%);
}
.team-social {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.team-social li {
  display: inline-block;
}
.team-social li:nth-child(1) a {
  transition-delay: 0.0s;
}
.team-social li a {
  color: #8ba4b1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: #fff;
  -webkit-transform: .4s;
  -ms-transform: .4s;
  transform: .4s;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
}
.team-social li a i {
  display: inline-block;
}
.team-social li:nth-child(2) a {
  transition-delay: 0.1s;
}
.team-social li:nth-child(3) a {
  transition-delay: 0.3s;
}
.single_team .team-caption {
  padding: 25px 20px;
  text-align: center;
  border-top: none;
  width: 85%;
  margin: -20px auto 0 auto;
  position: relative;
  background-color:#124575;
  box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.single_team .team-caption h3 {
  margin: 0 0 5px 0;
}
.single_team .team-caption h3 a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.single_team .team-caption h3 a:hover {
  text-decoration: none;
} 
.single_team .team-caption p {
  color: #bdbdbd;
  margin: 0px;
}
.team_link {
  margin: 10px 0 0 0;
  padding: 0px;
}
.team_link li {
  margin: 0 2px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
.team_link a i {
  color: #646465;
  font-size: 15px;
  background: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
}
.single_team:hover .team-img img {
  transform: scale(1.06);
}
.single_team:hover .team-img .team-social a {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.team-social li a {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.teacher_view h4 {
  text-align: center;
  margin: 60px 0 0 0;
}
.color_more {
  background: #2d3092;
  color: #fff;
}
.shape_item {
  top: 24%;
  right: 11%;
  bottom: 0px;
  position: absolute;
}
.shape_item img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.object {
 -webkit-animation: action 1s infinite alternate;
 animation: action 1s infinite alternate;
 position: absolute;
 right: 30px;
 top: -140px;
}
@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.project {
  padding: 95px 0px 95px 0px;
  background-image: url(../images/bg22.jpg);
  background-position: center center;
  background-attachment: fixed;
  margin: 0px 0 0 0;
}
.project h1 {
  color: #ffffff;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
}
.project h2 {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 48px;
 
  padding: 0 50px 0 0;
}
.add_bt a{
  background: #E41C34;
  color: #fff;
  border: 2px solid #E41C34;
  border-radius: 5px;
  text-decoration: none;
}
.add_bt a:hover, .add_bt a:active {
  background: #ffffff;
  color: #E41C34;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.5s;
}

.rgt_se p {
  color: #ffffff;
}
.ftr_rgt {
  margin: 0 0 0 0;
}
.logos {
 margin: 0 0 5px 0;
 padding: 0px;
 float: none;
 text-align: center;
 width: 100%;
 display: inline-block;
}
.logos li {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 27%;
}
.logos li img {
  opacity: 1;
  height: auto;
  cursor: pointer;
  max-width: 100%;
  width: 140px;
}
.ser_left_title h1 {
  color: #202122;
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 600;
}

.ser_left:hover .bottom-curve {
  transform: skewX(0deg) scaleX(7);
}
.bottom-curve {
  position: absolute;
  right: 250px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.04;
  z-index: 0;
  transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ser_left_title p {
  color: #666;
  margin: 0 0 0 0;
  font-size: 14px;
}
@media (min-width: 50px) and (max-width: 767px ) {
  .social_links {
    text-align: center;
  }
  .app_details, .custom_indicators, .bnr-text h2 {
    display: none;
  }
  .navbar-brand {
    width: auto;
  }
  .bnr-text {
    bottom: 0;
    width: 80%;
    left: 10%;
    padding: 0;
    top: 35%;
    background: transparent;
  }
  .bnr-text h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: normal;
  }
  .bnr-text p {
    margin: 0;
    font-size: 11px;
    line-height: normal;
    font-weight: 500;
  }
  .innerbanner .bnr-text {
    bottom: 0;
    width: 80%;
    left: 10%;
    padding: 0;
    top: 150px;
    background: transparent;
  }
  .innerbanner .bnr-text h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: normal;
  }
  .innerbanner .bnr-text p {
    margin: 0;
    font-size: 11px;
    line-height: normal;
    font-weight: 500;
  }
  .about_sec {
    margin: 30px 0px 30px 0px;
  }
  .services .col-xs-12.col-sm-3.col-md-3 {
    width: 100%;
  }
  .services_menu {
    text-align: center;
    display: block;
    margin: 0 auto 30px auto;
  }
  .ser_title h1 {
    font-size: 22px;
  }
  .ser_title p {
    font-size: 12px;
  }
  .field_content ul li {
    width: 49% !important;
  }

  .ftr_lft {
    margin: 30px 0 0 0;
  }
  .social-network {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .pillar_menu li a {
    padding: 10px 15px;
  }
  .banner img {
    height: auto !important;
  }
  .banner {
    margin: 0;
  }
  .bnr-text h4 {
   font-size: 11px;
   margin-bottom: 0;
 }
 .fa_right, .fa_left {
  display: none;
}
.about_menu h2, .ourteam_menu h2 {
  font-size: 24px;
  line-height: 34px;
  margin: 20px 0 10px 0;
}
.about_menu h3 {
  margin: 0 0 40px 0;
}
.about_menu_rgt h1 img {
  width: 100%;
}
.about_menu_rgt h1 {
  margin: 0px 0px 30px 0px;
}
.services_sec {
  /* padding: 50px 0px 15px 0px; */
}
.services_menu1 p {
 padding: 0;
 font-size: 14px;
}
.ser_bottom {
  margin: 0px 0px 0px 0px;
}
.ourteam {
  margin: 60px 0px 170px 0px;
}
.single_team {
  margin: 0 0 30px 0;
}
.project {
  margin: 0;
}
.project h2 {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 32px;
}
.case_test h2 {
  font-size: 28px;
  margin-bottom: 0;
  padding: 0px 0 20px 0;
  margin-top: 21px;
}

.brand_slider {
 /*  margin: 70px 0px 0px 0; */
}
.logos li {
  width: 49%;
}

.footer {
  padding: 0 0 30px 0;
}
.cpy p {
  text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991px ) {
  .app_details {
    display: none;
  }
  .pillar_menu li a {
    font-size: 8px;
    padding: 10px 5px;
  }
  .navigation .example6 {
   padding: 0px 0;
 }
 .navbar-brand {
  width: 130px;
  margin: 10px 0 0 0;
}
.navbar-brand>img {
 width: 100%;
}
.innerbanner .bnr-text {
  top: none;
}
.bnr-text h3 {
  font-size: 18px;
  line-height: normal;
  margin: 10px 0 10px 0;
}
.banner {
  margin: 0;
}
.banner img {
  height: auto !important;
}
.bnr-text h4 {
  margin: 0 0 0px 0;
}
.bnr-text p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 0px;
  color: #fff;
  font-weight: 400;
}
.bnr-text h2 {
  margin: 0;
}
.about_menu p {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}
.about_sec {
  margin: 50px 0px 40px 0px;
}
.services_sec {
  /* padding: 50px 0px 15px 0px; */
}
.services_menu1 p {
  padding: 0 10%;
  font-size: 15px;
}
.ser_left p {
  margin: 0 0;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
}
.ser_left {
 margin: 0 0 20px 0;
}
.single_team.mb-30 {
  margin: 0 0 30px 0;
}
.project {
  margin: 0 0 0 0;
}
.project h2 {
 font-size: 30px;
}
.rgt_se p {
  color: #fff;
}
.case_test h2 {
 padding: 0 0;
 font-size: 26px;
}
.about_menu h2, .ourteam_menu h2 {
  font-size: 25px;
  line-height: 30px;
}


}
@media (min-width: 992px) and (max-width: 1023px ) {
  .pillar_menu li a {
   padding: 10px 4px;
   font-size: 10px;
 }
 .navbar-brand {
  width: 200px;
}
.navbar-brand>img {
  width: 100%;
}
.bnr-text {
  bottom: auto;
  width: 52%;
  left: 14%;
  padding: 20px 20px;
  top: 22%;
}
.bnr-text h3 {
 font-size: 44px;
 line-height: 44px;
}
}

.certifications li{
list-style:none;
margin-bottom:20px !important;
}
/* card details start  */

section{
    padding: 100px 0;
}
.details-card {
background-image: url(../images/bg_pat.png);
    width: 100%;
    float: left;
}


/* End card section */
.info-section{
 
  background-image: url(../images/Info-Bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  margin-top: 30px;
}
@media (max-width: 992px ) {

.info-section{
  background-image: url(../images/Info-Bg-mobile.jpg);
  background-attachment: fixed;
}
}
.customers {
  color: #fff;
 margin:0px auto;
  text-align:center;
  padding: 20px;

}
.customers h4{
  margin-bottom:0;
}
.customers:hover {
  box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 26%);
    background-color: #000;
    padding: 20px;
    opacity: 0.8;
    color: #fff;
    border-radius: 4px;
    transition: 0.7s;
}

.countries {
  width:100%;
  float:left;
  margin:50px 0 30px 0;
}
.features-box-content {
    display: table-cell;
   /*  padding: 0 30px 0 0px; */
    text-align: center;
    margin:0px auto;

}
.fat {
  background: url(../images/background.png) no-repeat fixed center center / cover;
}
.features-box-icon{
  text-align: center;
    margin:0px auto;
  }
.features-box {
    position: relative;
    display: block;
    margin: 30px 0px;
    min-height: 387px;
    background:#fff;
    border-radius: 20px;
    padding:20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
        
      }
      
      .features-box:hover {
    position: relative;
    display: block;
    margin: 30px 0px;
    background:#f2f2f2;
    padding:20px;
        box-shadow:none;
        
      }
      .differentiator {
        background: #f2f2f2;
        width:100%;
        float:left;
        padding: 30px 0;
        
      }
.abt_sec h3 {
  /*background: #f2f2f2;
  box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 26%);
  padding:20px;*/
  margin: 30px 0;
  font-weight: 600;
}
.abt_left img.contimg{
  border-radius: 30px;
}
.differentiator h3 {
  color: #274d87;
  margin-top: 0;
}
.abt_rgt h3{
  margin-bottom: 20px;
  margin-top: 0;
}

.abt_rgt p {
}
.abt_rgt p:last-child {
  margin-bottom: 50px;
}
.undercont-img{
  display:inline-block;
  margin: 30px 0;
}
.diversity{
  /* padding: 0 20px; */
}
/* .overview {
  margin:10% 0;
} */
.overview {
  margin:40px 0;
} 
.inclusion {
  background-image: url(../images/Info-Bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  margin-top: 30px;
}
.inc {
  padding:20px 0;
  color:#fff;
  text-align:justify;
}
.inc_left {
   padding:20px 0;
}
.roi{
  padding: 0 20px;
}
.gvt {
  text-align: justify;
   padding:20px;
   /* min-height:260px; */
   margin:10px 0;
       background: #fff;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.gvt h5{
  color: #274d87;
}
.inc_left img {
  padding-top: 5%;
}

.gvt h5 {
  font-size:18px;

}
.arw-primary {
  list-style: none;
  margin: 10px;
  padding: 0px;
  min-width: 520px;
}
.arw-primary span{
  /* line-height: 34px; */
  margin-top: 5px;
}
.arw-primary i{
   /* padding: 12px 16px;
    background: #e41c34;
   background: #274d87;*/
    margin-right: 12px;
    color: #274d87;
    float: left;
    font-size: 32px;
    font-weight: 600;
}

.vet {
  padding: 20px;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #e4e4e4;
    flex-wrap: wrap;
    margin: 20px 0;
    border-radius: 30px;
}
.vet h5 {
  font-size:20px;
}
.help {
  background-image: linear-gradient(to right, #186db6 , #ee2831);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding:20px;
  margin:30px 0;
}
.keep {
   padding:20px;
  margin:30px 0;
}
.mo {
  background:#e41c34;
  color:#fff;
  border: 0px;
    height: 40px;
    min-width: 100px;
}
.dev {
  text-align:justify;
 box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 26%);
 padding:20px;
 margin-bottom:20px;
     background-image: linear-gradient(to right, #000000 0%, #043e70 100%);
    color: #fff;
}
.about_sec {
    background: #f2f2f2;
    padding:50px 0;
}
.hw {
    text-align:justify;
 box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 26%);
 padding:20px;
 margin-bottom:20px;
     background-image: linear-gradient(to right, #000000 0%, #043e70 100%);
    color: #fff;
}
.jt {
  padding:30px 0;
}
.jt h4 {
  color:#096bd8;

}
.jt p {
  text-align:justify;
}
.ct {
  background-image: linear-gradient(to right, #000000 0%, #043e70 100%);
    color: #fff;
    padding:20px 0;
}
.cone {
      margin: 30px 0px;
    background: #fff;
    padding: 20px;
    box-shadow: -4px 5px 10px 0px rgb(0 92 99 / 61%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.case_test{
  text-align: center;
  margin: 0 auto;

}
a.search{
  color:#fff;
  background-color:#dc3545;
  padding:10px 30px;
  margin:30px;
  font-size:18px;
  border-radius: 4px;
}
a.search:hover, a.search:active{
  color:#fff;
  background-color:#b31d2c;
  padding:10px 30px;
  margin:30px;
  font-size:18px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}
.sea {
  color:#fff;
  background-color:#dc3545;
  padding:10px 20px;
  margin:30px;
  font-size:12px;
  border-radius: 10px;
}
a.find {
   background-color:#35d2dc;
   padding:10px 30px;
  margin:30px;
  font-size:18px;
  border-radius: 4px;
    color:#fff;
}
a.find:hover, a.find:active {
  background-color:#1aacb6;
  padding:10px 30px;
 margin:30px;
 font-size:18px;
 border-radius: 4px;
   color:#fff;
  text-decoration: none;
  transition: 0.3s;
}
.clients img {
  
    /*margin: 10px 0px;
    background: #fff;
    padding: 20px;
    box-shadow: -4px 5px 10px 0px rgb(0 92 99 / 61%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;*/ 
    margin: 10px auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.client img{
    margin: 10px auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #292929!important;
}
}
.blb h3{
  /*font-size:30px;*/
  color:#274d87;
}
.arw-primary span{
  display: flex;
}
.ff {
  padding: 20px;
  margin: 10px 0 30px;
  background: #fff;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  min-height: 230px;
}
.blb {
  line-height:34px;
}
.gv {
  padding: 20px;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
      
}
.gv h3, .ff h4{
  font-size: 20px;
    font-weight: 600;
    color: #274d87;
}
.vendavo-img{
  border: 1px solid #EAEAEA;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.box {
  padding: 0 20px;
  min-height:320px;
  margin: 10px 0;
  background: #fff;
 border: 1px solid #e4e4e4;
 
    border-radius: 30px;


}
.box h3{
  font-size:20px;
  font-weight:600;
  color: #274d87;
}
.abt_rgt h3{
  color: #274d87 ;
  font-size:20px;
  font-weight:600;
}
.box2 {
   margin: 30px 0px;
   padding: 20px;
    box-shadow: -4px 5px 10px 0px rgb(0 92 99 / 61%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.box2 h3{
  font-size:20px;
         color: #124575;
      font-weight:800;
}
.sap-list{
  padding: 0 25px;
  list-style: none;
  
}
.sap-list li::before{
    content: "\2022";
    color: red;
    font-weight: bold;
    font-size: 18px;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
@media (min-width: 50px) and (max-width: 767px ){
  

  a.search{
    color:#fff;
    background-color:#dc3545;
    padding:10px 10px;
    margin:30px 0;
    font-size:10px;
    border-radius: 4px;
  }
  a.search:hover, a.search:active{
    color:#fff;
    background-color:#b31d2c;
    padding:10px 10px;
    margin:30px 0;
    font-size:10px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
  }

  a.find {
    background-color:#35d2dc;
    padding:10px 10px;
   margin:30px 10px;
   font-size:10px;
   border-radius: 4px;
     color:#fff;
 }
 a.find:hover, a.find:active {
   background-color:#1aacb6;
   padding:10px 10px;
  margin:30px 10px;
  font-size:10px;
  border-radius: 4px;
    color:#fff;
   text-decoration: none;
   transition: 0.3s;
 }
 .aty {
  border-radius: 4px;
  margin: 30px 0 0 0;
  background-color: #fff;
  box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -100px;
  margin-bottom: 0px;
  padding: 30px;
  z-index: 2;
}
.abt_rgt h3{
  margin-bottom: 20px;
  margin-top: 10px;
}
.contnt{
  padding: 0 20px;
}
.arw-primary {
  list-style: none;
  margin: 10px;
  padding: 0px;
  min-width: 100%;
}
.arw-primary span{
  line-height: auto !important;
}
.vet {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e4e4e4;
  flex-wrap: wrap;
  margin: 20px 0;
  border-radius: 30px;
}
.arw-primary i {
  margin-right: 12px;
  color: #274d87;
  float: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.add_bt a {
    font-size: 10px;
}


}
@media (min-width: 1024px) and (max-width: 1199px ) {
  .pillar_menu li a {
   padding: 10px 10px;
   font-size: 10px;
 }
 .navbar-brand {
  width: 200px;
}

.bnr-text {
  bottom: auto;
  width: 40%;
  left: 14%;
  padding: 20px 20px;
  top: 22%;
}
.arw-primary {
  list-style: none;
  margin: 10px;
  padding: 0px;
  min-width: 380px;
}
}

.map-responsive{
  overflow:hidden;
  padding-bottom:80%;
  position:relative;
  height:0;
  border-radius: 30px;
  margin-bottom: 30px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
}
.map-responsive iframe{
  left:0;
  top:0;
  /*height:100%;*/
  width:100%;
  position:absolute;
}
.card-img-top{
  border-radius: 50%;
}
.team-card{
  text-align: center;
}
.card-body .social_links a{
  background-color: #ebf2f8;
}
.car {
  width:100%;
  float:left;
  margin-bottom: 20px;
border: 1px solid #e4e4e4;
    flex-wrap: wrap;
    margin: 20px 0;
    border-radius: 30px;
    padding:10px;
    text-align:center;
    min-height:891px;
}
.car img{
      width: 148px;
    height: 148px;
  margin:0px auto;
  text-align:center;


}

.car p {
  text-align: justify!important;
  
}
.car ul {
  text-align: justify!important;
  
}
.car h4 {
  font-weight: 600;
    color: #274d87;
}
.car h5 {
  font-weight: 600;
    color: #274d87;
}
.abt_rgt p {
  text-align: justify;
  font-weight: 400;
    font-size:15px;
    line-height: 1.8;
}
p, li{
    font-weight: 400;
    font-size:15px;
    line-height: 1.8;
}
.abt_rgt h4 {
  color: #274d87;
  font-size: 18px;
}
.members h4 {
    color: #274d87;
    font-size: 18px;
}
.contnt {
    width: 100%;
    float: left;
   border: 1px solid #e4e4e4;
    margin: 20px 0;
    border-radius: 30px;
    padding: 10px 30px;
}
.features-box-content p{
  min-height:324px;
  }