/* 
	Theme Name:kreativewebs
	Theme URI:https://kreativewebs.com
	Author:kreative Team
	Author URI:https://project.demokreative.com/
*/

@charset "utf-8";
/* CSS Document */

*{margin:0px;
padding:0px}

.lft0 {
  padding-left: 0;
}
.rgt0 {
  padding-right: 0;
}
.mt20 {
  margin-top: 20px; }
  .mt30 {
    margin-top: 30px; }
.mt40 {
  margin-top: 40px; }
.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mb20 {
  margin-bottom: 20px; }

  .mb40 {
    margin-bottom: 40px; }
    
.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb70 {
  margin-bottom: 80px; }

.mb70 {
  margin-bottom: 90px; }

::selection {
  color: #fff;
  background: #353437; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif; }

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  transition: all linear 0.3s; }

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

  body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    background: #fff;
       color: #6e6e6e;
   }


.top-header{
  background: #263045;
  padding: 12px;
 
}


.top-contact li a {
  color: #fff;
}
.top-contact li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  position: relative;
  padding: 0 20px;
}
.top-contact i {
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
}
.top-contact li:not(:last-child):before {
  content: "";
  height: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.09);
  display: block;
  position: absolute;
  right: 0px;
  top: 3px;
}
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.themetechmount-topbar-wrapper .social-icons li>a {
  border: none;
  width: 16px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
}


.sociallink {
  margin: auto;
  float: right;
}
  .sociallink ul {
    padding: 0; }
    .sociallink ul li {
      display: inline; }
      .sociallink ul li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 14px;
        background: transparent;
        text-align: center;
        float: left;
        margin-right: 13px;
        display: inline-block;
        margin-top: 4px;
        
    }
       .sociallink ul li a:hover {
          color: #fff;
          }


          .time i {
            margin-right: 6px;
          }
          .time {
            float: right;
            color: #fff;
          }
        
          .logo {
            margin-top: 10px;
            margin-bottom: 10px;
        }
      .top-search ul li {
        display: inline-block;
        padding: 5px 9px;
      }
      .top-search ul li a {
        font-size: 11px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
      }
      .top-search ul li .left-menu {
        background: #fff none repeat scroll 0 0;
        right: -10px;
        padding: 10px;
        position: absolute;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        top: 70px;
        z-index: 99;
        box-shadow: 0 0 3px #adbcc1;
        width: 460px;
      }
      .top-search .left-menu .search-sec {
        width: 100%;
        float: left;
        background: #f5f5f5;
        height: 40px;
        margin-top: 15px;
        border-radius: 6px;
        border: 1px solid #ddd;
      }
      .top-search .left-menu .search-sec .search-fld {
        width: 89%;
        outline: none;
        border-right: none;
        padding: 5px 17px;
        background: transparent;
        border: none;
      }
      .top-search .left-menu .search-sec .search-btm {
        background: transparent;
        width: 10%;
        height: 34px;
        color: #5a5858;
        outline: none;
        border: none;
          margin-top: 2px;
      }
      .top-search ul li:hover .left-menu{
        opacity:1;
        visibility:visible;
        transform: scaleY(1);
      }
      .top-search i {
        background: #263045;
        padding: 10px;
        border-radius: 4px;
        color: #fff;
    }
    .top-search {
        margin-top:20px;
    }
    /*slider*/	
.bs-slider {
  overflow: hidden;

  position: relative;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
}
.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********************
*****Slide effect
**********************/

.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  margin: auto;
  opacity: 1;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
  color: #fff;
  display: block;
  font-size: 25px;
  cursor: pointer;
  overflow: hidden;
  line-height: 37px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 0;
  transition: all linear 0.5s;
  padding: 10px;
}



.control-round:hover .carousel-control {
  opacity: 1;
}
.right.carousel-control {
  right: 0px;
     top: 0;
 
}
.left.carousel-control {
  left: auto;
   top: 0;
 
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background-image: none;
  border: 0px transparent;
}
.fa-angle-right:before{
  line-height: 30px;
}
.fa-angle-left:before{
  line-height: 30px;
}
/*---------- SLIDE CAPTION ----------*/
.slide-text {
  top: 15%;
  position: absolute;
  margin: auto;
  left: 50px;
  right: auto;
  padding: 40px;
}


.slide-text > h1 {
  display: block;
  font-size: 56px;
  color: rgb(28, 40, 66);
  margin-bottom: 20px;
  line-height: 58px;
  letter-spacing: 1;
  font-weight: 600;
}
   .slide-text a {
    background: #2d4a8a;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slide-text p {
  font-size: 17px;
  color: #000;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/


@media (max-width: 480px) {
  .slide-text > a.btn-default, .slide-text > a.btn-primary {
      display: none;
  }
  .indicators-line > .carousel-indicators {
      display: none;
  }
}
/*slider-end*/


.dark-sec h5 {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-top: 0;
}
.dark-sec {
  background: #2d4a8a;
  padding:30px 20px;
  color: #dcdcdc;
}
.dark-sec .icon {
  float: left;
  margin-right: 20px;
}
.light-sec h5 {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-top: 0;
}
.light-sec {
  background: #263045;
  padding:30px 40px;
  color: #dcdcdc;
}
.light-sec .icon {
  float: left;
  margin-right: 20px;
}
.support {
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.about-content h2{
   font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1e2637;
  margin-top: 10px;
  margin-bottom: 30px;
}
.about {
  margin-top: 70px;
}
.about-content span{
  font-family: 'Playfair Display',serif;
    font-style: italic;
    font-weight: 700;
    display: inline-block;
    color: #2d4a8a;
}
.about-content .sub-name{
     font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    color: #2d4a8a;
}
.about-content ul li {
  color: #000;
  line-height: 30px;
  list-style: circle;
  margin-left: 15px;
}
.about-content ul {
  column-count: 2;
  margin-top: 30px;
}
.no-sec a {
  color: #000;
}
.no-sec {
  font-size: 16px;
  color: #000;
}
.about-content hr {
  margin-top: 30px;
  margin-bottom: 30px;}
  .about-content {
    margin-right: 30px;
}
.a-imagecontent h2 {
  font-size: 21px;
  text-align: center;
  padding: 20px 30px;
  font-weight: 400;
  margin-top: 0;
  line-height: 26px;
}
.a-imagecontent {
  position: absolute;
  top: 90px;
  width: 35%;
  background: #2d4a8a;
  color: #fff;
  border-radius: 17px;
  left: 50%;
}
.about-image {
  position: relative;
}
.services-content h2{
  font-weight: 600;
 font-size: 36px;
 line-height: 44px;
 color: #1e2637;
 margin-top: 10px;
 margin-bottom: 30px;
}
.services {
  margin-top: 80px;
  background: url(./images/services.png);
  position: relative;
  padding:80px 0 40px 0;
  background-attachment: fixed !important;
     background-size: cover;
}
.services-content span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #2d4a8a;
}
.services-content .sub-name{
    font-weight: 500;
   text-transform: capitalize;
   font-size: 16px;
   line-height: 23px;
   color: #2d4a8a;
}
.services-content {
  text-align: center;
  position: relative;
  z-index: 9;
}
.tm-history-box-wrapper {
  position: relative;
  margin: 10px 0
}

.tm-history-box-wrapper .tm-history-box-content {
  position: relative;
  text-align: center
}

.tm-history-box-wrapper .tm-history-box-content .tm-history-box-details {
  text-align: center;
  background-color: #fff;
  padding: 40px 30px 25px;
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06)
}

.tm-history-box-wrapper .tm-history-box-icon-wrapper:before {
  position: absolute;
  content: ' ';
  top: 74px;
  height: 80px;
  width: 1px;
  background-color: #e8eaed
}

.tm-history-box-wrapper .tm-history-box-icon-wrapper .tm-vc_icon_element {
  text-align: center;
  margin-bottom: 0
}

.tm-history-box-wrapper .tm-history-box-icon-wrapper .tm-vc_icon_element-inner {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 5.1em!important;
  height: 5.1em!important;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  margin: auto;
  padding: 15px 0;
}
.tm-history-box-wrapper .tm-history-box-icon-wrapper .tm-vc_icon_element-inner img{
  margin: auto;
}



.tm-history-box-wrapper:hover .tm-history-box-icon-wrapper .tm-vc_icon_element-inner {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

.tm-history-box-wrapper .tm-history-box-border {
  position: relative;
  margin: 43px 0 39px;
  border: 1px dashed #e5e5e5;
  width: 111%
}

.tm-history-box-wrapper .tm-history-box-icon-wrapper {
  position: relative
}

.tm-history-box-wrapper .tm-history-box-icon-wrapper:after {
  position: absolute;
  content: ' ';
  bottom: -50px;
  left: 50%;
  margin-left: -5px;
  height: 12px;
  width: 12px;
  z-index: 1;
  border-radius: 50px;
  background-color: #e8eaed;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.tm-history-box-wrapper .tm-box-Button-link {
  padding-top: 20px
}

.tm-history-box-wrapper .tm-box-Button-link h6 a {
  position: relative;
  padding-right: 20px;
  font-weight: 400
}

.tm-history-box-wrapper .tm-box-Button-link h6 a:before {
  content: "\f101";
  position: absolute;
  font-family: fontawesome;
  right: 0
}

.tm-history-box-wrapper .tm-box-title h4 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 8px
}

.tm-history-box-wrapper .tm-history-box-content .tm-history-box-details,
.tm-history-box-wrapper .tm-box-title h4,
.tm-history-box-wrapper .tm-box-Button-link h6 a,
.tm-history-box-wrapper .tm-historybox-description {
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out
}

.tm-history-box-wrapper:hover .tm-box-title h4,
.tm-history-box-wrapper:hover .tm-box-Button-link h6 a,
.tm-history-box-wrapper:hover .tm-historybox-description {
  color: #fff
}
.tm-history-box-wrapper:hover .tm-history-box-content .tm-history-box-details{
  background-color: #2d4a8a;
}
.view-btn a {
  font-weight: 700;
  color: #000;
}
.view-btn {
  text-align: center;
  padding: 30px;
}
.get-btn a {
  background: #2d4a8a;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
}

.anomica-content h2{
  font-weight: 600;
 font-size: 28px;
 line-height: 44px;
 color: #fff;
 margin-top: 10px;
 margin-bottom: 30px;
}
.anomica-content {
 margin-top: 60px;
 background-color: #2d4a8a;
 position: absolute;
 top: 0;
 left: 50%;
 bottom: 0;
 padding: 70px;
 margin-bottom: -60px;
}
.anomica-content span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #fff;
}
.anomica-content .sub-name{
    font-weight: 500;
   text-transform: capitalize;
   font-size: 16px;
   line-height: 23px;
   color: #fff;
}
.tech-services {
  position: relative;
  color: #fff;
  margin-bottom: 120px;
}
.anomica-content p {
  color: #a2acc1;
  font-size: 15px;
}
.tech-content h3 {
  font-size: 20px;
  letter-spacing: 0.5;
  margin-bottom: 5;
}

.tech-content img {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
.tech-content {
  margin-top: 30px;
}
.anomica-content hr {
  border-top: 1px solid #536ca2;
}
.leader-sec h2{
  font-weight: 600;
 font-size: 36px;
 line-height: 44px;
 color: #1e2637;
 margin-top: 10px;
 margin-bottom: 30px;
}
.leader-sec span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #2d4a8a;
}
.leader-sec .sub-name{
    font-weight: 500;
   text-transform: capitalize;
   font-size: 16px;
   line-height: 23px;
   color: #2d4a8a;
}
.leader-btn a:hover {
  background: #fff;
  color: #000;
}
.leader-btn a {
  margin-left: 20px;
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5;
}
.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.themetechmount-boxes-view-carousel .themetechmount-box-team.themetechmount-teambox-view-style-one {
  margin-bottom: 5px;
  margin-top: 5px;
}
.themetechmount-post-item {
  position: relative;
}
.themetechmount-team-image-box {
  position: relative;
  overflow: hidden;
}
.themetechmount-item-thumbnail, .themetechmount-item-thumbnail-inner {
  display: block;
}
.themetechmount-team-image-box {
  position: relative;
  overflow: hidden;
}
.themetechmount-box-team.themetechmount-teambox-view-style-one .themetechmount-box-content {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -25px 40px 5px;
  padding: 18px 0 22px;
  background-color: #fff;
  border-bottom: 5px solid transparent;
  -webkit-transition: .5s cubic-bezier(.3,.57,.55,1);
  transition: .5s cubic-bezier(.3,.57,.55,1);
}
.themetechmount-box-team.themetechmount-teambox-view-style-one .themetechmount-box-content,{
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.themetechmount-teambox-view-style-one .themetechmount-box-title h4 {
  font-size: 19px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #1e2637;
  font-weight: 600;
}
.themetechmount-box-team ul.tm-team-social-links li {
  list-style: none
}

.themetechmount-box-team ul.tm-team-social-links a {
  font-size: 14px;
  color: #fff;
  position: relative
}

.themetechmount-box-team ul.tm-team-social-links {
  position: absolute;
  top: 0;
  left: -40px;
  right: auto;
  padding: 10px;
  margin-top: 0;
  opacity: 0;
  z-index: 9;
  background-color: #2d4a8a;
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease
}

.themetechmount-box-team:hover ul.tm-team-social-links {
  opacity: 1;
  left: 0
}
.tm-team-social-links {
  background-color: #263045
}
.themetechmount-box-team.themetechmount-teambox-view-style-one:hover .themetechmount-box-content{
  border-color: #2d4a8a;
}
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
.video-sec{
  padding-top: 118px !important;
  padding-bottom: 173px !important;
  background-image: url(images/row-bg-one.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  margin-top: 90px;
  background-attachment: fixed !important;
  background-size: cover;
}

.video-content h2{
  font-weight: 600;
 font-size: 36px;
 line-height: 44px;
 color: #fff;
 margin-top: 10px;
 margin-bottom: 30px;
}
.video-content span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #fff;
}
.video-content p {
  font-size: 15px;
  color: #cac6c6;
  letter-spacing: 0.5px;
}

.video-content a {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
}
.video-content img {
  margin: auto;
}


.help-content h2{
  font-weight: 600;
 font-size: 36px;
 line-height: 44px;
 color: #fff;
 margin-top: 10px;
 margin-bottom: 30px;
}
.help-content span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #fff;
}
.help-sec .sub-name{
  font-weight: 500;
 text-transform: capitalize;
 font-size: 16px;
 line-height: 23px;
 color: #fff;
}
.help-content{
  background: #263045;
  padding:40px;
  height: 370px;
}
.help-sec {
  margin-top: -120px;
}
.testimonial-content img {
  margin: auto;
}
.testimonial-content {
  background: #2d4a8b;
  text-align: center;
  color: #fff;
  padding: 40px;
  height: 370px;
}
.client-image img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.client {
  font-size: 15px;
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.5;
  margin-bottom: 10px;
}
.testimonial-content h6 {
  font-size: 14px;
  letter-spacing: 1;
}

.testimonial-content h5 {
  font-size: 19px;
}

.work-heding h2{
  font-weight: 600;
 font-size: 36px;
 line-height: 44px;
 color: #1e2637;
 margin-top: 10px;
 margin-bottom: 30px;
}

.work-heding span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #2d4a8a;
}
.work-heding .sub-name{
    font-weight: 500;
   text-transform: capitalize;
   font-size: 16px;
   line-height: 23px;
   color: #2d4a8a;
}
.work-heding {
  text-align: center;
  }
  .work-sec {
    margin-top: 80px;
}
.tm-processbox-wrapper .tm-processbox {
  position: relative;
  width: calc(100% / 3);
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.tm-processbox-wrapper .tm-processbox .tm-box-image {
  border: 3px solid #f0f0f0;
  border-radius: 50%;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.tm-processbox-wrapper .tm-processbox .tm-box-image:before {
  display: block;
  content: '';
  position: absolute;
  right: -90px;
  top: 45%;
  height: 22px;
  width: 72px;
  background: url(./images/download.png) center center no-repeat;
  background-repeat: no-repeat;
}
.tm-processbox-wrapper .tm-processbox img {
  border: 10px solid #fff;
  box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
  border-radius: 50%;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.tm-processbox-wrapper .tm-processbox .process-num {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  background-color: #263045;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 50%;
  border: none;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -15px;
  z-index: 10;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.tm-processbox-wrapper .tm-box-content {
  text-align: center;
  padding: 0 10px;
}
.tm-box-title h5 a {
  font-size: 19px;
  color: #434547;
  font-weight: 700;
}
.tm-processbox-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 15px -15px 0;
}
.tm-box-description {
  padding: 0 20px;
}
.tm-processbox-wrapper .tm-processbox:hover .tm-box-image{
  border-color: #2d4a8a;
}
.tm-processbox-wrapper .tm-processbox:last-child .tm-box-image:before {
  content: unset;
}

.project-sec h2{
  font-weight: 600;
 font-size: 36px;
 line-height: 44px;
 color: #fff;
 margin-top: 10px;
 margin-bottom: 30px;
}
.project-sec span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #fff;
}
.project-sec .sub-name{
    font-weight: 500;
   text-transform: capitalize;
   font-size: 16px;
   line-height: 23px;
   color: #fff;
}
.project-sec p{
  font-size: 16px;
 color: #fff;
}
.project-sec a {
  margin-left: 20px;
  border: 1px solid;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5;
}

.project-sec {
  background: url(./images/project.jpg) no-repeat;
  margin-top: 60px;
  padding:70px 0 50px;
}
.project-sec a:hover {
  background: #fff;
  color: #263045;
}
.project-banner {
  margin-top: 10px;
}
.p-right {
  padding-right: 0px;
  padding-left: 10px;
}
.right-image {
  padding-left: 0px;
  padding-right: 10px;
}

.footer-logo {
  background: url(./images/footer-bg-new.jpg) no-repeat;
  margin-top: 50px;
  padding:70px 0 50px;
}
.footer-logo p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.footer-logo a {
    margin-left: 20px;
    border: 1px solid;
    color: #fff;
    padding: 10px 10px;
    display: block;
    font-weight: 600;
    letter-spacing: 0.5;
}
.project-sec a:hover {
  background: #fff;
  color: #263045;
}
.leader-btn {
    text-align: center;
}

footer{
  background: #253044;
  color: rgba(255,255,255,.65);
}

footer h4 {
  font-size: 20px;
  color: #fff;
}
footer {
  background: #253044;
  color: rgba(255,255,255,.65);
  padding: 60px 0 0;
}

.f-link ul li {
  margin-bottom: 10px;
}
.f-link ul li a {
  color: #cec7c7;
}
.latest-new img {
  float: left;
  width: 30%;
  margin-right: 15px;
}
.footer-support {
  background: #2a3852;
  padding: 22px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.news-form .form-control {
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  
  background: transparent;
}
.news-form button.btn.btn-primary {
  background: #324780 !important;
  border-color: #324780;
  border-radius: 0;
  height: 50px;
  font-size: 18px;
  letter-spacing: 0.5;
  font-weight: 500;
  margin-left: -15px;
  width: 60px;
}

.sociallink {
  margin: auto;
  float: right;
}
  .footer-social ul {
    padding: 0; }
    .footer-social ul li {
      display: inline; }
      .footer-social ul li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 14px;
        background: transparent;
        text-align: center;
        float: left;
        margin-right: 13px;
        margin-top: 4px;
        border: 1px solid;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: list-item;
        border-radius: 50%;
        
    }
       .footer-social ul li a:hover {
          color: #fff;
          }
          .copy {
            background: #2a3852;
            padding: 17px;
            margin-top: 60px;
        }
        .copy img {
          float: right;
      }

      .inner-banner {
        background: url(./images/innaerbanner.jpg) no-repeat;
        height: 270px;
        padding: 70px 0;
        text-align: center;
    }
    .inner-content h1{
      font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 48px;
    color: #20292f;

    }
    .inner-content .breadcrumb {
      padding: 8px 15px;
      margin-bottom: 20px;
      list-style: none;
      background-color: transparent;
      border-radius: 4px;
      font-size: 17px;
      font-weight: 600;
  }

  .contact-content h2{
    font-weight: 600;
   font-size: 30px;
   line-height: 44px;
   color: #20292f;
   margin-top: 10px;
   margin-bottom: 30px;
  }
  .contact-content .sub-name{
      font-weight: 500;
     text-transform: capitalize;
     font-size: 16px;
     line-height: 23px;
     color: #2d4a8a;
  }
 .inner-wrapper {
    margin-top: 90px;
}
.location-icon {
  float: left;
  margin-right: 20px;
}
.location-icon i {
  background: #2d4a8a;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
}
.location-content h5 {
  font-size: 20px;
  color: #2d4a8a;
}
.location-content h5 {
  font-size: 20px;
  color: #2d4a8a;
  font-weight: 600;
  margin-bottom: 6px;
  padding-top: 10px;
}
.location {
  margin-bottom:30px;
}
.contact-form form .form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #e4e4e4dd;
  height: 60px;
}
.contact-form form textarea#exampleFormControlTextarea1 {
  height: 90px;
}
.contact-form form .btn-primary {
  color: #fff;
  background-color:#2d4a8a;
  border-color:#2d4a8a;
  padding: 10px 33px;
  font-size: 16px;
  border-radius: 0;
}

.s-pro p {
  font-size: 17px;
}
.s-pro h1 {
  font-size: 50px;
  font-weight: 600;
}
.s-pro {
  background: #f7f9fe;
  padding:10px 20px;
  display: inline-block;
  text-align: center;
  color: #2d4a8a;
  float: right;
  margin-top: -100px;
  position: relative;
}

.main-content h2{
  font-weight: 600;
 font-size: 36px;
 line-height: 44px;
 color: #1e2637;
 margin-top: 10px;
 margin-bottom: 30px;
}

.main-content span{
 font-family: 'Playfair Display',serif;
   font-style: italic;
   font-weight: 700;
   display: inline-block;
   color: #2d4a8a;
}
.main-content .sub-name{
    font-weight: 500;
   text-transform: capitalize;
   font-size: 16px;
   line-height: 23px;
   color: #2d4a8a;
}

.dev-sec h5 {
  font-size: 20px;
  color: #1e2637;
  font-weight: 600;
  margin-top: 20px;
}
.dev-sec img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}


.progress-title{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
}
.progress{
  height: 3px;
  background: #2d4a8a;
  border-radius: 0;
  margin-bottom: 30px;
  overflow: visible;
  box-shadow: none;
  position: relative;
}
.progress .progress-bar{
  height:8px;
  position: relative;
  top: -3px;
  box-shadow: none;
  animation: animate-positive 2s;
}
.progress .progress-value{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: -30px;
  right: 5px;
}
.progress.pink{
  background: #2d4a8a;
}
.progress.green{
  background: #2d4a8a;
}
.progress.yellow{
  background: #2d4a8a;
}
.progress-bar{  background: #2d4a8a;}
@-webkit-keyframes animate-positive{
  0% { width: 0%; }
}
@keyframes animate-positive{
  0% { width: 0%; }
}
.progress-sec {
  background: #f0f2f7;
  padding: 40px;
  margin-top: 60px;
}


.left-sidebar {
  background-color: #fff;
  padding: 30px 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
  -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
  box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
  position: relative;
  margin-bottom: 40px;
  margin-right: 15px;
}

.services-list ul li a{
  display: block;
  padding: 13px 15px 13px 70px;
  margin: 5px 0;
  position: relative;
  background-color: transparent;
  border: 1px solid #f0f0f0;
  color: #263045;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.services-list ul li a:hover {
  color: #fff;
  border-color: transparent;
  z-index: 9;
  background: #2d4a8a;  
 }

.services-list ul li a:before{
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #f0f0f0;
  line-height: 50px;
  font-size: 14px;
  height: 100%;
  width: 50px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.services-list ul li a:hover:before{background: #263045;
  border-right-color: #263045;}

  .left-sidebar img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.left-sidebar .servicessidebar-titel {
    color: #000;
    font-weight: 600;
    position: relative;
}
.left-sidebar .servicessidebar-titel:after{
  display: block;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    top: 0;
    background-color: #263045;
    margin-top: 10px;
    margin-left: -30px;
    margin-bottom: 0;
}
.pdf-sec ul li a{
  display: block;
  padding: 13px 15px 13px 0px;
  margin: 5px 0;
  position: relative;
  background-color: #263045;
  border: 1px solid #f0f0f0;
  color: #fff;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;

}

.pdf-sec ul li i{
  color: #fff;
    font-size: 28px;
    padding-right: 20px;
    background: #263045;   
    padding: 5px 19px;
    vertical-align: middle;
}
.servicesfull-content h3 {
  color: #263045;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
.choose-sec{
  background-color: #fff;
  padding: 30px 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
  -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
  box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
  position: relative;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0;
}

.choose-sec ul {
  margin-top: 20px;
}
.choose-sec ul li {

  font-weight: 500;
  color: #000;
  margin-bottom: 3px;
}

.choose-sec ul li i {
  padding-right: 6px;
  color: #2d4a8a !important;
}

.analyzing #accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
.analyzing #accordion a {
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #eaeaea;
  text-decoration: none;
}
.analyzing #accordion .panel-heading a.collapsed:hover,
.analyzing #accordion .panel-heading a.collapsed:focus {
  background-color: #263045;
  color: white;
  transition: all 0.2s ease-in;
}
.analyzing #accordion .panel-heading a.collapsed:hover::before,
.analyzing #accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
.analyzing #accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
.analyzing #accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #263045;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
.analyzing #accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
.analyzing #accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button {
  font-size: 14px;
  border: 2px solid #263045;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  background: #263045;
  letter-spacing: 0.5;
  margin-right: 5px;
  transition: all linear 0.3s; 
  font-weight: 600;
}
.filter-button:hover
{   font-weight: 600;
    font-size: 14px;
    border: 2px solid #263045;
    border-radius: 5px;
    text-align: center;
    color: #000;
    background-color:transparent;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #e4e4e4;
}

.main-menu {
  border-bottom: 1px solid #f7f7f7;
}




/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3{
    color: #2d4a8a;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-sli5der .slide4 h4,#first-slider .slide h4{
    color: #2d4a8a;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #2d4a8a;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #2d4a8a;
    border: 3px solid #2d4a8a;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #2d4a8a;
    border: 3px solid #2d4a8a;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(images/salesforce.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  
  background-image: url(images/Web-Development.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#first-slider .slide3 {
  background-image: url(images/webresponsive.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(images/hire.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide5 {
  background-image: url(images/hosting.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}


.home-page-progress h3 {
  color: #fff;
}
.home-page-progress .progress .progress-value{
  color: #fff;
}

.slick-prev, .slick-next{
  display: none !important;
}

.services-inner h4 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.services-inner h5 {
    font-size: 20px;
    font-weight: 700;
    color: #2d4a8a;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 12px;
}



/******** Maximum width responsive *************/
@media screen and (max-width:2200px){
	.banner .carousel-inner img {
    width: 100% !important;
    height: 697px;
}

 
    
}

@media screen and (max-width: 1199px){
  .get-btn a {
     padding: 15px 10px;
    color: #fff;
}
.top-contact li {
  padding: 0 10px;
}
#first-slider .carousel .item {
  height: 500px;
}
#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
  padding-left: 60px;
}
#first-slider .slide4 h3, #first-slider .slide5 h3 {
  color: #2d4a8a;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3 {
  font-size: 30px;
  margin-left: 40px;
}
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-sli5der .slide4 h4, #first-slider .slide h4 {
   font-size: 30px;
   margin-left: 40px;
}
.dark-sec h5 {
  font-size: 19px;}
  .anomica-content {
      left: 40%;
    margin-bottom: -90px;
}
.leader-sec h2 {
  font-weight: 600;
  font-size: 30px;}
  .leader-btn a {
    padding: 10px 15px;
}
.help-content h2 {
  font-weight: 600;
  font-size: 31px;
  line-height: 37px;}
  .project-sec h2 {
    font-weight: 600;
    font-size: 33px;}
    
}

@media screen and (max-width: 991px){
	#first-slider h1 span {
    font-size: 30px !important;
}
	.banner .carousel-inner img {
    width: 100% !important;
    height:450px ;
}
	.footer-logo {
      padding: 20px 0px 20px;
}
	.footer-logo img {
    margin: auto;
    width: 30%;
}
	.top-search {
    margin-top: 0px;
}
.leader-btn {
    float: none;
    text-align: center;
}
	.menuzord-menu {
		float: left;}
	.tm-processbox-wrapper .tm-processbox {
    position: relative;
		width: auto;}
	.tm-processbox-wrapper {
    display: block;
    display: -ms-block;
}
	.tm-processbox-wrapper .tm-processbox {
    padding-bottom: 20px;
    width: 100%;
}
	.tm-processbox-wrapper .tm-processbox .tm-box-image:before{display:none;}
 .support {
	 margin-top: 0;}
.anomica-content {
    left: 0;
    margin-bottom: -90px;
    position: relative;
    margin-top: 0;
}
	.help-sec {
    margin-top: 0;
}
	.client {
		font-size: 18px;}
	.help-content {
       height: auto;
}
	.video-sec {
		margin-top: 0;}
	.tech-services {
      margin-bottom: 0;
}
	.video-sec {
    padding-top: 150px;
	padding-bottom: 53px !important;}
	.logo img {
    margin: auto;
    width: 40%;
}
	.top-contact li {
    padding: 0 5px;
}
	.top-header {
    background: #263045;
    padding: 12px 10px 30px;
}
.get-btn a {
    padding: 8px 10px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
}
	.top-header {
    background: #263045;
    padding: 12px 10px 30px;
    height: 90px;
}

  
}

@media screen and (max-width:767px){
	ul.top-contact {
    float: right;
}
	.top-header {
    height: 70px !important;
}
.get-btnn {
    width: 100% !important;
    margin-top: 11px !important;
}
.sociallink {
    margin: auto;
    float: left;
    margin-top: -13px;
}
	.top-header {
    text-align: center;
}
 .top-header {
       height: 120px;
}
.logo img {
    margin: initial;
    width: 50%;
}
	#first-slider .carousel .item {
    height: auto;
}
	.project-sec {
    padding: 40px 0 50px;
}
	.project-sec a {
		margin-left: 0;}
	.latest-new img {
    float: left;
    width: 10%;
    margin-right: 15px;
}
	.news-form button.btn.btn-primary {
    width: 95%;
    margin-left: 15px;
}
	.anomica-content {
      padding: 70px 40px;
}
	.services-content h2 {
    font-weight: 600;
		font-size: 28px;}
	.video-content h2 {
    font-weight: 600;
		font-size: 26px;}
	.leader-btn {
    float: none;
    text-align: center;
}
	.tm-processbox-wrapper {
    margin: auto;
}
	.about-content ul {
		column-count: 1;}
			.about-content ul {
		column-count: 1;}
  
}

@media screen and (max-width: 479px){
	.banner .carousel-inner img {
    width: 100% !important;
    height: 260px;
}
	.leader-btn a {
    padding: 6px 15px;
    display: block;
    margin-bottom: 5px;
}
	#first-slider .carousel .item {
    min-height: 175px;
     width: 100%;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3 {
    font-size: 18px;
    margin-left: 40px;
}
	#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-sli5der .slide4 h4, #first-slider .slide h4 {
    font-size: 18px;
    margin-left: 40px;
}
.top-search {
    margin-top: 0px;
    text-align: center;
    display: none;
}
	.time {
    float: left;
    color: #fff;
    margin-left: -10px;
}
	.sociallink {
      margin-left: -10px;
}
	.sociallink {
    margin: auto;
    float: left;
    margin-left: -10px;
}
	.logo img {
    margin: initial;
    width: 70%;
}
	.top-search ul li .left-menu {
    background: #fff none repeat scroll 0 0;
    right: 0;
    width: 100%;
}
	.top-search .left-menu .search-sec .search-btm {
    background: transparent;
		width: 8%;}
	.get-btn a {
      top: 55px;
}
.top-header {
    height: 160px;
    text-align: left;
    display: none;
}


	.project-sec h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}
	.news-form button.btn.btn-primary img {
    margin: auto;
}
	.news-form button.btn.btn-primary {
    width: 91%;
    margin-left: 15px;
    text-align: center;
}
	.a-imagecontent {
		display: none;}
 .about-image img {
    width: 100%;
}
	.anomica-content h2 {
    font-weight: 600;
    font-size: 22px;
		line-height: 37px;}
	.anomica-content {
    padding: 30px 20px;
}
	.tech-content img {
    float: none;
    margin-right: 40px;
    margin-bottom: 0px;
}
.video-content h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
}
	.video-content h2 br {
    display: none;
}
	.testimonial-content {
     padding: 40px 20px;
    height: 370px;
}
	.client {
    font-size: 14px;
}
  
}

    
/******** Minimum width responsive *************/
@media screen and (min-width: 480px){

  }
  @media screen and (min-width: 768px){

  }
  @media screen and (min-width: 992px){

  }
  @media screen and (min-width: 1200px){

  
  }
  /*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
}
@media screen and (min-width: 1200px) and (max-width: 1400px){

 
 
}




.gallery-sec .img-wrapper {
  position: relative;
  margin-bottom: 20px; }
  .gallery-sec .img-wrapper img {
    height: auto;
    width: 100%;
    margin: auto;
}
.gallery-sec .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; }
.gallery-sec .img-overlay i {
    color: #fff;
    font-size: 3em; }
.gallery-sec #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.gallery-sec #overlay img {
    margin: 0;
    width: 80%;
    height: 100%;
    object-fit: contain;
    padding: 5%; }
.gallery-sec #nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  border: 1px solid;
  padding: 6px 14px;
  font-size: 30px; }
.gallery-sec #nextButton:hover {
    opacity: 0.7; }
.gallery-sec #prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  border: 1px solid;
  padding: 6px 14px;
  font-size: 30px;
 }
.gallery-sec #prevButton:hover {
    opacity: 0.7; }
 .gallery-sec #exitButton {
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  background: #fff;
  color: #464242;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center; 
  padding: 14px;}
.gallery-sec #exitButton:hover {
    opacity: 0.7; }


  .testimonial-contentinner {
    background: #fff;
    border-radius: 11px;
    text-align: center;
    padding: 20px;
    color: #000;
    margin-bottom: 20px;
    border: 1px dotted;
}
  .testimonial-contentinner img {
    margin: auto;
    filter: drop-shadow(2px 4px 6px black);
}
.testimonial-contentinner .t-text {
  margin-top: 20px;
  line-height: 21px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.testimonial-contentinner  span {
  display: block;
  margin-bottom: 20px;
}
.t-image {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

.img-wrapper br {
    display: none;
}

textarea#massage {
    height: 90px;
}
.Integration i.fa.fa-angle-double-right {
    font-weight: 500;
    color: #23282d;
    font-size: 17px;
}
.Webss {
    margin-top: 20px;
}

.strategy h5 {
    font-size: 18px !important;
}


.gallery_product {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 30px;
    height: 247px;
    overflow: hidden;
}
.newgallery_product
{
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 30px;
    height: 247px;
    overflow: hidden;
	border:1px solid #d8dee4;
	margin-left:20px;
	padding:7px;
	background:#fff5f5;
}
.lb-nav a.lb-prev {
 
    opacity: 1;

}
.lb-nav a.lb-next {
 
    opacity: 1;
 
}


.lb-closeContainer {
    position: absolute;
    top: -50px;
    right: 18%;
}





.blog-sidebar h4 {
  margin-bottom: 20px;
}
.blog-sidebar .categories .c-sec {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ececec;
  width: 100%;
  padding-bottom: 10px;
}
.blog-sidebar .categories .c-sec span {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
  display: block;
  text-align: right;
  color: #696969;
}
.blog-sidebar .c-sec a {
  color: #000;
}
.blog-sidebar .c-sec {
  margin-top: 20px;
}

.blog-sidebar .tag-post ul li {
  display: inline-block;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.blog-sidebar .tag-post ul li a {
  color: #000;
  padding: 5px 10px;
  display: inline-block;
}
 .blogs-content img {
  margin-bottom: 30px;
}
 .blogs-content ul {
  line-height: 1;
}
.blogs-content ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
  margin-right: 15px;
}
.blogs-content ul li span {
  float: left;
  font-weight: 700;
  margin-right: 8px;
  display: inline-block;
}
.blogs-content ul li a {
    color: #000;
}
.blogs-content h4 {
  font-size: 21px;
  margin-bottom: 14px;
  color: #000;
  font-weight: 600;
}
.blogs-content p {
  font-size: 16px !important;
  text-align: justify;
}
.blogs-content .blog-btn {
  font-size: 16px;
  background: #253044;
  padding: 10px 23px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
.blogs-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.recent-post-sec {
  margin-bottom: 15px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.recent-post-sec .recent-img {
  width: 80px;
  float: left;
}
.recent-post-sec .recent-img img {
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  width: 80%;
}
.recent-post-sec .recent-txt {
  width: calc(100% - 80px);
  float: right;
}
.recent-post-sec .recent-txt a.title {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  display: inline-block;
  margin-bottom: 4px;
}

.recent-post-sec .recent-txt .date {
  font-size: 11px;
  color: #c3c2c2;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.blog-sidebar .social ul li {
  display: inline-block;}
  .blog-sidebar .social ul li a {
    text-decoration: none;
    color: #2d4a8a;
    font-size: 16px;
    background: none;
    border: 2px solid #2d4a8a;
    margin-right: 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    padding: 10px 0;
}
  .blog-sidebar .social ul li a:hover {
  background: #2d4a8a;
  color: #fff;
}

.social-share-list {
  margin-bottom: 20px;
  margin-top: 30px;
}

.social-share-list .share-txt {
  margin-right: 20px;
  font-weight: 700;
  color: #292928;
}

.social-share-list ul li a {
  background: #133c70;
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  border-radius: 50%;
  transition: all linear 0.5s;
  color: #fff;
  padding: 10px;
}

.authorname {
  background: #f1f1f1;
  padding: 20px;
  color: #4e4e4e;
  border-radius: 8px;
  margin-bottom: 20px;
}

.authorname .authorname-image img {
  width: 60px !important;
  height: 60px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  margin-right: 10px;
}

.authorname h4 {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 22px;
}
.comment-respond span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  font-style: italic;
} 

.post label {
  font-size: 15px;
  font-weight: 500;
}
.post textarea#exampleFormControlTextarea1 {
  height: 90px;
}
.post .form-control {
  border-radius: 0;
  box-shadow: none;
  background: #f1f1f1;
  height: 40px;
}
form.post {
  background: #f1f1f1;
  padding: 20px;
}
.post .btn-primary {
  color: #fff;
  background-color: #163f73;
  border-color: #143d71;
  padding: 10px 22px;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
}
.blogs-content ul li br {
    display: none;
}