
.business-overview-card{
  border: none;
  text-align: left;
    background-color: transparent;
}
.business-overview-card img{
  width:100%;
}

.business-overview-card .card-header{
  background-color: transparent;
  padding: 0;
  border-bottom: none;

}

.business-overview-card .card-body{
  padding: 0;
}
.business-overview-card p{
  font-size: 0.85em;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 20px;        /* fallback */
   max-height: 40px;       /* fallback */
}
.view {
   width: 100%;
   max-width: 619px;
   height: auto;
   max-height: 313px;
   margin-left: auto;
   margin-right: auto;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;

}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   bottom: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff !important;
   text-align: center;
   position: relative;
   font-size: 17px !important;
   line-height: 40px;
   padding: 0px;
   margin: 0px;
}
.view p {
   font-family: 'Montserrat', Helvetica, Georgia,'Noto Sans SC', serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   /*display: inline-block;*/
   text-decoration: none;
   /*padding: 7px 14px;*/
   padding-left: 12px;
   padding-right: 12px;
   /*background: #000;*/
   color: #fff;
   border: none;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
    height:40px;
   background-color: rgba(37,55,85, 0.69);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.view-first h2 {
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
  height:100%;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  line-height: 313px;
  -webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.project-active .view-first .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
}
.project-active .view-first img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.project-active .view-first h2,
.project-active .view-first p,
.project-active .view-first a.info {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -o-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
}
.project-active .view-first p {
     -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
     -o-transition-delay: 0.1s;
     -ms-transition-delay: 0.1s;
     transition-delay: 0.1s;
}
.project-active .view-first a.info {
     -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
     -ms-transition-delay: 0.2s;
     transition-delay: 0.2s;
}
.project-active .projects-desc{
  display: none;
}
/* Team_area_three css
=============================================================*/
.team_area_three {

}

.team_area_three .team-member {
  padding-top: 70px;
}

.team_area_three .team_item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  cursor: pointer;
}

.team_area_three .mask img{
  border-radius: 50%;
}

.team_area_three .team_item img {
  max-width: 100%;
}

.team_area_three .team_item .team-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.team_area_three .team_item .team-content .text {
  background: rgba(0, 51, 153, 0.9);
  color: #fff;
  padding: 24px;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.team_area_three .team_item .team-content .text h4 {
  font: 700 16px/30px "Montserrat", sans-serif;
}

.team_area_three .team_item .team-content .text h5 {
  font: 400 14px/16px "Poppins", sans-serif;
  letter-spacing: 0.28px;
}

.team_area_three .team_item .team-content .text p {
  font: 400 14px/26px "Poppins", sans-serif;
  letter-spacing: 0.28px;
  padding-top: 10px;
}

.team_area_three .team_item .team-content .social-icon {
  background: #f5f5f5;
  z-index: 1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.team_area_three .team_item .team-content .social-icon a {
  font-size: 16px;
  line-height: 32px;
  color: #122b52;
  padding: 0px 20px;
  display: inline-block;
}

.team_area_three .team_item .team-content .social-icon a + a {
  border-left: 1px solid #ededed;
}

.team_area_three .team_item:hover {
  background-color: whitesmoke;
  -webkit-box-shadow: 0px 6px 11.83px 1.17px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 11.83px 1.17px rgba(0, 0, 0, 0.08);
}

.team_area_three .team_item:hover .team-content .text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team_area_three .team_item:hover .team-content .social-icon {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}


/* Pricing-area-three css
=====================================================================*/
.pricing-area-three {
}

.pricing-area-three .price-table {
}

.pricing-area-three .price_item {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}

.pricing-area-three .price_item .price-head {
  font: 300 24px/26px "Montserrat", sans-serif;
  color: #424242;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-bottom: 23px;
}

.pricing-area-three .price_item .price {
  font: 700 28px/26px "Montserrat", sans-serif;
  color: #122b52;
  letter-spacing: 0.56px;
}

.pricing-area-three .price_item .price sub {
  font-size: 14px;
  font-weight: 400;
}

.pricing-area-three .price_item ul {
  padding: 40px 0px;
}

.pricing-area-three .price_item ul li {
  font: 400 14px/33px "Poppins", sans-serif;
  color: #6b6d6f;
  letter-spacing: 0.28px;
}

.pricing-area-three .price_item ul li i {
  font-size: 13px;
  color: #122b52;
  padding-right: 12px;
}

.pricing-area-three .price_item:hover {
  background-color: rgba(0,0,0,0.03);
  -webkit-box-shadow: 0px 6px 11.83px 1.17px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 6px 11.83px 1.17px rgba(0, 0, 0, 0.28);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.purchase-btn {
  font: 500 14px/26px "Poppins", sans-serif;
  color: #fff;
  background: #122b52;
  padding: 12px 30px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.purchase-btn:hover {
  color: #fff;
  background: #e64100;
  -webkit-box-shadow: 0px 6px 11.83px 1.17px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 11.83px 1.17px rgba(0, 0, 0, 0.08);
}

/* Powerfull Area css
============================================================================================ */
.ten_powerfull_area .powerfull_inner {
  text-align: center;
  position: relative;
  max-width: 865px;
  margin: auto;
}

.ten_powerfull_area .powerfull_inner .pw_item {
  text-align: center;
}

.ten_powerfull_area .powerfull_inner .pw_item .pw-image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  color: #8f8f8f;
  background: #fff;
  line-height: 80px;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.ten_powerfull_area .powerfull_inner .pw_item h4 {
  font-size: 24px;
  color: #a4acb7;
  font-family: "Montserrat", sans-serif;
  font-family: 500;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding-top: 13px;
}

.ten_powerfull_area .powerfull_inner .pw_item:hover .pw-image {
  background: #f4b120 !important;
  color: #fff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(145, 122, 59, 0.25);
  box-shadow: 0px 20px 35px 0px rgba(145, 122, 59, 0.25);
}

.ten_powerfull_area .powerfull_inner .pw_item:hover .pw-image img{
  filter: brightness(0) invert(1);
}

.ten_powerfull_area .powerfull_inner .pw_item:hover h4 {
  color: #f4b120;
}

.ten_perfomance {
  padding-top: 60px;
}

.ten_perfomance .ten_p_img {
  text-align: center;
  margin-left: -40px;
}

.ten_perfomance .ten_p_text h3 {
  font-size: 28px;
  color: #585858;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 40px;
}

.ten_perfomance .ten_p_text p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  color: #8e8e8e;
}

.ten_perfomance .ten_p_text .theme_btn {
  border: 2px solid #585858;
  height: 40px;
  padding: 0px 30px;
  display: inline-block;
  line-height: 36px;
  background: transparent;
  color: #585858;
  margin-top: 80px;
}

.ten_discover_area {
  background: #0083ff;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.ten_discover_area:before {
  content: "";
  background: url(../img/feature/ten-f-mobile.png) no-repeat scroll center center;
  max-width: 880px;
  width: 100%;
  height: 184px;
  position: absolute;
  left: 50%;
  bottom: -90px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ten_discover_inner {
  margin-bottom: -50px;
  overflow: hidden;
}

.ten_discover_inner .media {
  margin-bottom: 50px;
}

.ten_discover_inner .media .media-left {
  padding-right: 15px;
}

.ten_discover_inner .media .media-left .ten_d_icon {
  height: 80px;
  width: 80px;
  border: 6px solid #2695ff;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 65px;
}

.ten_discover_inner .media .media-body h4 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  padding-bottom: 22px;
  padding-top: 15px;
}

.ten_discover_inner .media .media-body p {
  font-size: 16px;
  line-height: 28px;
  color: #e9e9e9;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.ten_screen_area {
  padding-top: 180px;
  padding-bottom: 100px;
}

.ten_screen_area .ten_d_text h2 span {
  color: #0083ff;
}

.ten_screen_area .ten_d_text p {
  color: #a5acb7;
}

.flip_ten_slider .flip-items .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75) rotateY(18deg) !important;
  transform: scale(0.75) rotateY(18deg) !important;
  opacity: .5;
}

.flip_ten_slider .flip-items .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.75) rotateY(-18deg) !important;
  transform: scale(0.75) rotateY(-18deg) !important;
  opacity: .5;
}

/* End Powerfull Area css
============================================================================================ */


/*h_work_area css
=========================================================*/
.h_work_area {
}

.h_work_area .main_title {
  padding-bottom: 60px;
}

.h_work_inner {
  position: relative;
}

.h_work_inner:before {
  content: "";
  max-width: 66%;
  width: 100%;
  position: absolute;
  height: 2px;
  top: 28px;
  border: 1px dashed #122b52;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h_work_inner .h_work_item {
  text-align: center;
  cursor: pointer;
}

.h_work_inner .h_work_item .h-round:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-radial-gradient(rgba(30, 141, 238, 0.1), #122b52);
  background-image: -o-radial-gradient(rgba(30, 141, 238, 0.1), #122b52);
  background-image: radial-gradient(rgba(30, 141, 238, 0.1), #122b52);
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.h_work_inner .h_work_item .h-title {
  margin: 24px 0px 12px;
}

.h_work_inner .h_work_item:hover .h-round:before {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}

.h_work_inner .h_work_item:hover h3 {
  color: #122b52;
}

.h-title {
  font: 400 18px/36px "Montserrat", sans-serif;
  letter-spacing: 0.36px;
  color: #424242;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-p {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #6b6d6f;
  letter-spacing: 0.28px;
}

.h-round {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #122b52;
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Screenshot Nine Area css
==============================================================================================*/
.screen_nine_area {
  background: #fff;
  overflow: visible;
  position: relative;
  padding-top: 0px;
  width: 100%;
  height:400px;
  min-height: 200px;
  padding-bottom: 60px;
}

.screen_factory_area {
  background: #fff;
  overflow: visible;
  position: relative;
  padding-top: 0px;
  width: 100%;
  height:auto;
  min-height: 400px;
  padding-bottom: 60px;
}

/* End Screenshot Nine Area css
==============================================================================================*/


.gallery_filter {
  text-align: center;
}
.gallery_filter li.single{
  display: block
}
.gallery_filter li {
  font: 400 16px/25px "Montserrat", sans-serif;
  letter-spacing: 0.32px;
  color: #4f4f4f;
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 14px;
  cursor: pointer;
}

.gallery_filter img{
  padding-top: 8px;
  padding-bottom: 8px;
  height:44px;
  width: auto;
}


.control.packed{
  width:auto !important;
  max-width:400px !important;
}

.gallery_filter li.active, .gallery_filter li:hover {
  background: #122b52;
  color: #fff;
}

.gallery_filter li + li {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.principal li{
  line-height: 48px;
  min-height: 48px;
}

.control {
  font: 400 16px/25px "Montserrat", sans-serif;
  letter-spacing: 0.32px;
  color: #4f4f4f !important;
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 14px;
  cursor: pointer;
}


.control span{
  font-size:0.85em;
}

.control:hover {
    background: #122b52;
    color: #fff !important;
}


.control:hover img{
    filter:   brightness(0) invert(1);
}


.control[data-filter]:after {
  background: #122b52;
  color: #fff !important;
}

.mixitup-control-active {
  background: #122b52;
  color: #fff !important;
}

.mixitup-control-active img{
      filter:   brightness(0) invert(1);
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
    color: #4f4f4f !important;
}

.flex-prev, .flex-next {
  padding-top: 10px
}



.contact_details_seven {
  background: none;
  padding: 55px 0px 55px 0px;
}

.contact_details_seven .media {
  margin-top: 0px;
}

.contact_details_seven .media .media-body i {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #122b52;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 40px;
}

.contact_details_seven .media .media-body {
  vertical-align: middle;
}

.contact_details_seven .media .media-body p {
  font-size: 16px;
  padding-top: 16px;
  color: #122b52;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
}


.contact_seven_map .mapBox {
  min-height: 600px;
  width:100%;
}


/*=======*/
.our-webcoderskull .row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.our-webcoderskull ul{
  margin:0;
  padding:0;
  list-style:none;
}
.our-webcoderskull .heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{
     border:1px solid #999999;
	 text-align:center;
	 margin-bottom:28px;
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{
    color:#3c3c3c;
	font-size:20px;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{
    font-size:14px !important;
	line-height:24px !important;
	font-weight:400;
}
.practice-area .inner svg{
	display:inline-block;
}


.our-webcoderskull{

}
.our-webcoderskull .cnt-block{
   float:left;
   width:100%;
   background:#fff;
   padding:30px 20px;
   text-align:center;
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:100%;
   height:auto;
   border-radius:100%;
   display:inline-block;
   margin-bottom: 15px;
   padding:20px;
}
.our-webcoderskull .cnt-block svg{
   width:100%;
   max-width:160px;
   height:auto;
   border-radius:100%;
}
.our-webcoderskull .cnt-block img{
  width:100%;
  max-width:160px;
  height:auto;
}
.our-webcoderskull .cnt-block figure.fix-height{
  height:240px;
}

.our-webcoderskull .cnt-block h3{
   color:#2a2a2a;
   font-size:20px;
   font-weight:500;
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{
   color:#2a2a2a;
   font-size:14px !important;
   line-height:24px !important;
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{
    display:inline-block;
	width:auto;
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{
   font-size:24px;
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{
   color:#025a8e;
}


/*=======*/

.team-section .btn-primary:hover,
.team-section .btn-primary:focus {
    background-color: #f4b120;
    border-color:  #f4b120;
    box-shadow: none;
    outline: none;
}

.team-section .btn-primary {
    color: #fff;
    background-color: #122b52;
    border-color: #122b52;
}

section.team-section {
    padding: 30px 0;
}

section.team-section h4{
  padding-top: 0 !important;
  margin-top:0!important;
}
section.team-section .section-title {
    text-align: center;
    color: #122b52;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.team-section .card {
    border: 1px solid #d5d5d5;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 480px;
}


.backside .card a {
    font-size: 18px;
    color: #122b52 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #122b52 !important;
}

.frontside .card .card-body svg {
    width: 100%;
    max-width:180px;
    height: auto;
    border-radius: 50%;
    padding:30px;
}
