/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/


img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
a.site-logo span {
    font-size: 9px;
    position: relative;
    bottom: 10px;
    left: 5px;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
    font-style: italic;
    font-family: cursive;
}
.slicknav_nav li.active a {
    color: #e53935;
}

.page-title-section{
  position:relative;
  background:url(../images/main/page-title-bg.jpg) no-repeat scroll center center;
  background-size:cover
}

.page-title-section .title-center{
  padding-top:65px
}

.work-counter-widget i{
  position:absolute;
  font-size:170px;
  width:100%;
  height:100%;
  text-align:center;
  top:-70px;
  left:0;
  z-index:-11111;
  opacity:.1
}

.work-counter-widget .counter{
  z-index:999999
}

.work-counter-widget .counter span{
  color:#212121;
  font-size:52px;
  font-weight:700
}

.work-counter-widget .counter p{
  color:#212121
}
.call-to-action-section{
  padding:90px 0;
  background:url(../images/main/cta-bg.jpg) no-repeat scroll center center;
  background-size:cover
}
.call-to-action-section h1{
  color:#18191b;
  font-size:56px;
  font-weight:700
}
.call-to-action-section h3{
  font-size:24px;
  color:#18191b
}

/*Media query*/

@media only screen and (max-width: 767px) {
    #nav-main .navbar-nav{
      display: none;
    }
  }

  /* light box css  */

  
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  
  
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  
  .carousel-item-next:not(.carousel-item-left),
  .active.carousel-item-right {
    transform: translateX(100%);
  }
  
  .carousel-item-prev:not(.carousel-item-right),
  .active.carousel-item-left {
    transform: translateX(-100%);
  }
  
  
  
  
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
  }
  
  
  
  
  .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #000;
    text-align: center;
    opacity: 0.6;
  }
  .carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
    text-decoration: none;
    outline: 0;
    opacity: 1;
  }
  
  
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  .modal.fade .modal-dialog {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 5%;
    width: 90%;
    height: 80%;
}
  
  
  
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 0; 
  
    margin-right: auto;
    margin-left: auto;
    list-style: none;
  }
  .carousel-indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width:auto;
      height: auto;
      margin-right: auto;
      margin-left: auto;
      text-indent: -999px;
      cursor: pointer;
      background-color: red;
      background-clip: padding-box;
      
      border-top:2px solid transparent;
      border-bottom: 2px solid transparent;
      opacity: 1;
     
    }
  
    .carousel-indicators li.active {
      opacity: 1;
    }
  
  
  
  .carousel-caption {
    position: absolute;
    right: (100% - auto) / 2;
    bottom: auto;
    left: (100% - auto) / 2;
    padding-top: auto-y;
    padding-bottom: auto-y;
    color: green;
    text-align: center;
  }
  
  #gallery img {
     height: 75vw;
     object-fit: cover;
  }
  #deliver img{
    height: 75vw;
    object-fit: cover;
  }
   @media (min-width: 576px) {
     #gallery img {
       height: 35vw;
    }
    #deliver img{
      height: 35vw;
    }
  }
   @media (min-width: 992px) {
     #gallery img,#deliver img {
       height: 18vw;
    }
  }
  
  
  .carousel-item img {
     height: 60vw;
     object-fit: cover;
     width:100%;
     background-size:cover ;
  }
   @media (min-width: 576px) {
     .carousel-item img {
       height: 400px;
    }
  }
  
  * {
    transition: 0.3s;
  }
  
  #gallery.custom,#deliver .custom {
     padding: 0 15px;
  }
   #gallery.custom img, #deliver.custom img {
     display: block;
     margin: 15px 0;
     border-radius: 300px 30px 300px 300px;
  }
   #gallery.custom img:hover, #deliver.custom img:hover {
     border-radius: 30px 90px 30px 30px;
  }
  
  #exampleModal.custom .modal-content {
     background: none;
     border: none;
  }
   #exampleModal.custom .modal-header {
     border: none;
  }
   #exampleModal.custom .modal-header button {
     background: none;
     border-radius: 100px 100px 0 0;
     padding: 5px 10px;
     opacity: 1;
     position: relative;
     top: 3px;
     border: solid 2px white;
  }
   @media (min-width: 992px) {
     #exampleModal.custom .modal-header button {
       top: 15px;
    }
  }
   #exampleModal.custom .modal-header button:hover {
     top: 3px;
  }
   #exampleModal.custom .modal-header span {
     color: white;
  }
   #exampleModal.custom .modal-body {
     padding: 0;
     border: none;
     position: relative;
  }
   #exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
     content: '';
     height: 50px;
     width: 50px;
     display: block;
     position: absolute;
     background: white;
     border-radius: 3px 10px;
  }
   @media (min-width: 768px) {
     #exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
       border-radius: 3px 30px;
       height: 100px;
       width: 100px;
    }
  }
   #exampleModal.custom .modal-body::before {
     top: -5px;
     left: -5px;
  }
   @media (min-width: 768px) {
     #exampleModal.custom .modal-body::before {
       top: -15px;
       left: -15px;
    }
  }
   #exampleModal.custom .modal-body::after {
     bottom: -5px;
     right: -5px;
     z-index: -1;
  }
   @media (min-width: 768px) {
     #exampleModal.custom .modal-body::after {
       bottom: -15px;
       right: -15px;
    }
  }
   #exampleModal.custom .modal-footer {
     border: none;
     margin-top: 60px;
  }
   @media (min-width: 992px) {
     #exampleModal.custom .modal-footer {
       margin-top: 40px;
    }
  }
   #exampleModal.custom .modal-footer .btn {
     margin: auto;
     border: solid 2px white;
     background: none;
     text-transform: uppercase;
     font-size: 0.8em;
     letter-spacing: 0.1em;
     font-weight: bold;
     padding: 0.2em 0.7em;
  }
   #exampleModal.custom .modal-footer .btn:hover {
     background: white;
     color: black;
  }
   #exampleModal.custom .carousel-control-prev, #exampleModal.custom .carousel-control-next {
     font-size: 2em;
     top: auto;
     opacity: 1;
     bottom: -52px;
  }
   @media (min-width: 768px) {
     #exampleModal.custom .carousel-control-prev, #exampleModal.custom .carousel-control-next {
       top: 0;
       opacity: 0.5;
       bottom: 0;
    }
  }
   #exampleModal.custom .carousel-control-next-icon, #exampleModal.custom .carousel-control-prev-icon {
     height: 30px;
     width: 30px;
  }
   @media (min-width: 768px) {
     #exampleModal.custom .carousel-control-prev {
       left: -90px;
    }
  }
   @media (min-width: 768px) {
     #exampleModal.custom .carousel-control-next {
       right: -90px;
    }
  }
   #exampleModal.custom .carousel-indicators {
     bottom: -60px;
  }
   @media (min-width: 992px) {
     #exampleModal.custom .carousel-indicators {
       bottom: -30px;
    }
  }
   #exampleModal.custom .carousel-indicators li {
     height: 30px;
     border-radius: 100px;
     background: none;
     border: solid 2px white;
  }
   @media (min-width: 992px) {
     #exampleModal.custom .carousel-indicators li {
       height: 10px;
    }
  }
   #exampleModal.custom .carousel-indicators li:hover {
     background: white;
  }
   #exampleModal.custom .carousel-indicators li.active {
     background: white;
  }
   
  /* The switch - the box around the slider */
  .switch {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 34px;
  }
   @media (min-width: 576px) {
     .switch {
       margin: 0;
    }
  }
   
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .switch-wrap {
     text-align: center;
     background-color: #b1fbc1;
     padding: 30px;
     border-radius: 3px;
     margin: 30px 0 0;
  }
   @media (min-width: 576px) {
     .switch-wrap {
       position: fixed;
       bottom: 0;
       display: flex;
       flex-direction: row-reverse;
       align-items: center;
       width: 100%;
       justify-content: center;
       padding: 10px;
    }
  }
  
  .switch-text {
     display: block;
     margin: 0.5em;
  }
   @media (min-width: 576px) {
     .switch-text {
       margin: 0 1em 0 0;
    }
  }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}
.carousel-indicators li.active{
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin: 0;
  border-radius: none;

}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev {
  left: 0;
}
.w-100 {
  width: 100%!important;
}

#exampleModal.fade.show{
  opacity: 1;
}
.modal-backdrop.fade.show {
    opacity: 0.5;
}

.fa-angle-left:before,
.fa-angle-right:before {
  font-size: 50px;
}

.allPortfolio figure:hover figcaption.hover-content {
  display: none;
}
.allProject figure:hover figcaption.hover-content {
  display: none;
}
.TCM-portfolio-section .nav .filter.active,
.TCM-tabs-section .TCM-tab-default .nav li a.active {
  border: 2px solid #000;
}

/* Project Details page css */

.project-details-section {
  position: relative;
  padding: 100px 0 60px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.project-detail .upper-box {
  position: relative;
}
.project-detail .lower-content {
  position: relative;
  padding-top: 50px;
}
.project-detail .lower-content .content-column {
  position: relative;
}

.project-detail .list-style-one {
  position: relative;
  margin-bottom: 30px;
}
.project-detail .info-column {
  position: relative;
  margin-bottom: 40px;
}
.project-detail .info-list {
  position: relative;
  display: block;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}

.project-detail .info-list li {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  padding-left: 90px;
}
.project-detail .info-list li strong {
  position: relative;
  float: left;
  color: #222222;
  font-weight: 700;
  width: 90px;
  margin-left: -90px;
}
.help-box-two {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://expert-themes.com/html/contra/images/icons/help-bg.jpg);
}
.help-box-two .inner {
  position: relative;
  border: 1px solid #dddddd;
  padding: 35px 40px;
  -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 0 16px rgba(0,0,0,0.07);
  -ms-box-shadow: 0 0 16px rgba(0,0,0,0.07);
  -o-box-shadow: 0 0 16px rgba(0,0,0,0.07);
  box-shadow: 0 0 16px rgb(0 0 0 / 7%);
}
.help-box-two .inner .title {
  font-weight: 700;
}
.help-box-two .inner h2 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.help-box-two .inner .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 30px;
}

.theme-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div#TCM-accordion .panel-default .panel-title a {
  padding-right: 40px;
}
p.custom-contact-pho:nth-child(2) a {
  max-width: 100%;
}
p.custom-contact-pho:nth-child(2) a img{
  max-width: 18%;
}
@media screen and (max-width: 640px){
  div#gallery ul li {
     width: 49%; 
  }
  .TCM-tabs-section .TCM-tab-default .nav li{
        width: 49%;
        text-align: center;
    }
    .TCM-tabs-section .TCM-tab-default.TCM-tab-padding-only-home .nav li{
      width: 100%;
    }
    .TCM-tab-default ul.nav.nav-tabs li a{
      margin-right: 0;
      font-size: 15px;
    }
  .portfolio-nav .navbar-nav,
  .TCM-tab-default .nav-tabs {
        display: block;
        text-align: center;
    }
  }

.project-details-section{
  padding-top: 0;
}
.TCM-tab-padding-only-home{
  padding-top: 30px;
  margin-top: 50px;
}

.TCM-tab-default{
    background: #fafafa;
    box-shadow: 0 1px 4px rgb(0 0 0 / 26%);
    padding-bottom: 20px;
}

.TCM-tabs-section .TCM-tab-default .nav-tabs>li.active>a, 
.TCM-tabs-section .TCM-tab-default .nav-tabs>li.active>a:focus, 
.TCM-tabs-section .TCM-tab-default .nav-tabs>li.active>a:hover{
   background-color: none;
}

.TCM-portfolio-section .nav li,
.TCM-tabs-section .TCM-tab-default .nav li{
  float: none;
  display: inline-block;
}
#gallery{
  background: #fafafa;
  margin-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 26%);
}


/* image modal css */
.custom-view-more a{
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-view-more #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.custom-view-more #myImg:hover {opacity: 0.7;}

/* The Modal (background) */
#myModalimage.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
#myModalimage .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#myModalimage #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
#myModalimage .modal-content,#myModalimage #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
#myModalimage .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#myModalimage .close:hover,
#myModalimage .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
#myModalimage .close:hover{
  opacity: 1;
}
#myModalimage .close{
  opacity: 0.8;
}
footer .custom_cursor_p{
  display: inline-block;
}
#exampleModal .close{
  opacity: 1;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  #myModalimage .modal-content {
    width: 100%;
  }
}
#TCM-image-carousel{
  padding-top: 50px;
}
.about-widget {
  pointer-events: none;
}

.single-service-widget {
  pointer-events: none;
  display: block;
  width: 100%;
}
.single-service-widget:nth-of-type(odd) {
  background: #e0e0e0;
  padding-top: 12px;
}
.custom-work-counter-section{
  padding-top: 180px;
}
figure {
  transition: all 0.3s linear;
}
figure:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  position: relative;
  z-index: 9;
}
.allPortfolio figure figcaption.hover-content {
  display: none;
}
.allProject figure figcaption.hover-content {
  display: none;
}
.myimg{
  cursor: pointer;
}
.custom-accod-padding,.section-why-us{
  padding-top: 180px;
}
.TCM-section-content {
  padding-top: 120px;
}
.wrap-pic-welcome img{
  max-width: 100%;
  height: auto;
}
.custom-height{
  padding-bottom: 180px;
}

#main-slide .slider-content .container {
  top: 40%;
  position: relative;
  margin-top: -50px;
}
#main-slide .slider-content {
  margin-top: 0;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.3);
}
.instagram-feed.clearfix ul {
  list-style: none;
}
#header .site-logo {
  position: absolute;
  top: 5px;
  height: auto;
}
.navbar-default.affix.navbar {
  min-height: 64px;
}
.navbar-default.affix.navbar  #nav-main a.nav-link{
  padding: 16px 2px;
}
.site-logo #logo-white,
.site-logo #logo-black{
  display: none;
}
.affix-top .site-logo #logo-white{
  display: block !important;
  max-width: 18%;
  height: auto;
}

.affix .site-logo #logo-black{
  display: block !important;
  max-width: 18%;
  height: auto;
}

.whatsAppIcon_wraper{
  display: inline-block;
  width: auto;
  max-width: min-content;
  padding-left: 10px;
  padding-right: 50px;
}
.whatsAppIcon_wraper img.whatsAppIcon{
  max-width: 30%;
  height: auto;
  display: inline-block;
}
.custom_cursor_p{
  cursor: pointer;
  display: block;
}
.custom-commitment-content .container,
.custom-wealth-content .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-comit-discpt-wraper{
  display: table;
  min-height: 260px;
}
.custom-comit-discpt{
  display: table-cell;
  vertical-align: middle;
}
.custom-wealth-discpt-wraper{
  display: table;
  min-height: 400px;
}
.custom-wealth-discpt{
  display: table-cell;
  vertical-align: middle;
}
.single-contact-widget .whatsAppIcon_wrape{
  font-size: 13px;
}
.single-contact-widget p.custom-contact-pho{
  margin: 0;
}
.CM-contact-section .contact-widget-section .single-contact-widget h3{
  padding-bottom: 0;
}
.contact-widget-section .single-contact-widget address p.custom-contact-pho a {
  padding: 5px 40px 5px 0;
  margin-bottom: 0;
}
img.img-responsive.phone-call {
  max-width: 15%;
  height: auto;
  display: inline-block;
  margin-left: 10px;
}
.custom-mobile-view{
  display: none;
}
#project1,#project2,#project3,#project4,#project5,#project6,#project7{
  display: none;
}
.custom-delivered-project-accod{
  padding-top: 100px;
}
.custom-delivered-section-padding{
  padding: 0 0 100px;
}
div#viewProject {
  margin-top: 100px;
}
.custom-details-wraper {
  margin-bottom: 50px;
}
.custom-details-wraper:nth-child(odd) {
  background: #e0e0e0;
  padding: 12px;
}
.info-column .inner-column {
  background: #e0e0e0;
  padding: 12px;
}

#post-last1,#post-last2{
  display: none;
}
.customLess #post-last1,
.customLess #post-last2{
  display: block;
}
.blog-pagination #custom-load-less{
  display: none;
}
.blog-pagination #custom-load-more{
  display: block;
  max-width: 100%;
  width: 235px;
  margin: 0 auto;
}
.customLess .blog-pagination #custom-load-less{
  display: block;
  max-width: 100%;
  width: 235px;
  margin: 0 auto;
}
.customLess .blog-pagination #custom-load-more{
  display: none;
}
#b-single1,#b-single2,#b-single3,#b-single4,#b-single5,
#b-single6,#b-single7,#b-single8,#b-single9,#b-single10{
  display:none;
}
.img-with-aniamtion-wrap .inner{
  text-align: center;
}
.img-with-aniamtion-wrap .inner img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.flickr-feed .owl-carousel .owl-wrapper-outer{
  height: 200px;
}
.flickr-feed .owl-carousel .owl-wrapper-outer img{
  height: auto;
  max-width:100%;
}
#home-post1 .single-blog-post .post-meta,
#home-post2 .single-blog-post .post-meta,
#home-post3 .single-blog-post .post-meta{
  position: relative;
}
#home-post1 .single-blog-post .post-meta .read-more-icon,
#home-post2 .single-blog-post .post-meta .read-more-icon,
#home-post3 .single-blog-post .post-meta .read-more-icon{
  top:-30px;
  bottom: auto;
}
.wpb_wrapper .wpb_video_wrapper iframe {
  max-width: 100%;
  height: auto;
}
.custom-blog-post .single-blog-post .post-meta {
  position: relative;
}
.TCM-blog-post-page.custom-blog-post .blog-post-column .single-blog-post .post-meta .read-more-icon {
  bottom: auto;
  top: -30px;
}
footer .media .media-left img{
  width: 70px;
  height: 60px;
}
h2.custom-job-form-heading span {
  display: block;
  font-size: 16px;
  padding: 10px 0;
}
input#file {
  opacity: 1;
  position: relative;
}
.form-group.label-floating label.control-label.custom-resume, 
.form-group.label-placeholder label.control-label.custom-resume{
  top: -40px;
}
.TCM-carrier-section .TCM-title-section,
.TCM-carrier-section .TCM-section-quote{
  padding-bottom: 100px;
}
.custom-job-img .row{
  padding-left: 15px;
  padding-right: 15px;
}
.job-img{
  text-align: center;
}
.job-img h2{
  text-align: left;
}
.portfolio-pagination-wraper nav {
  padding: 0 15px;
  text-align: right;
}
.portfolio-pagination-wraper .pagination>.active>a, .pagination>.active>a:focus, 
.portfolio-pagination-wraper .pagination>.active>a:hover, 
.portfolio-pagination-wraper .pagination>.active>span, 
.portfolio-pagination-wraper .pagination>.active>span:focus, 
.portfolio-pagination-wraper .pagination>.active>span:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}
.portfolio-pagination-wraper .pagination>li>a,
.portfolio-pagination-wraper .pagination>li>span {
    color: #000;
}
.portfolio-pagination-wraper .pagination>li>a:focus, 
.portfolio-pagination-wraper .pagination>li>a:hover, 
.portfolio-pagination-wraper .pagination>li>span:focus, 
.portfolio-pagination-wraper .pagination>li>span:hover {
    z-index: 2;
    color: #000;
}
.portfolio-pagination-wraper .pagination-sm>li>a, 
.portfolio-pagination-wraper .pagination-sm>li>span {
    font-size: 16px;
}
#header.navbar.navbar-default.affix-top {
  background: rgb(0,0,0, 0.2);
  box-shadow: 0 30px 25px 20px rgb(0 0 0 / 75%);
}
.TCM-tab-profile-default .tab-content {
  margin-top: 25px;
  padding: 20px;
  background: #fafafa;
  box-shadow: 0 1px 4px rgb(0 0 0 / 26%);
}
.TCM-tab-profile-default .custom-view-more{
  text-align: center;
  pointer-events: none;
}
.contact-widget-section {
  padding-bottom: 60px;
}
.portfolio-item-wrapper figure:hover{
  transform: rotate(5deg);
}
.author-intro h3, .author-intro p {
  text-shadow: 2px -2px 1px white;
}
.single-post .post-image{
  position: relative;
  margin: 10px;
  float: left;
  box-shadow: inset 9px -5px 88px #000;
  border-radius: 50%;
}
.custom-subtitle{
  margin-top:0;
}
.single-post .post-image img{
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
}
section.TCM-portfolio-section.TCM-portfolio-projectDetails-section.section-padding {
  padding-top: 0;
}
.TCM-portfolio-projectDetails-section .portfolio-nav{
  visibility: hidden !important;
  line-height: 0;
  height: 0;
  margin: 0;
}
.projectDetailsImageTitle{
  text-align: center;
}
.footer-copyright-section .footer-links ul li {
  line-height: 25px;
}
@media (max-width: 991px) and (min-width: 768px){
  .navbar-default {
    padding: 0px 15px;
  }
  .navbar-default.affix.navbar #nav-main a.nav-link,
  .navbar-default.affix-top #nav-main a.nav-link {
    padding: 21px 2px;
  }
 
}
@media (max-width: 991px){
  .footer-copyright-section .row div {
    text-align: center;
    margin: 0 auto;
  }
  .footer-links{
    display: table;
    min-height: 44px;
  }
  .TCM-tab-profile-default .col-md-8,
  .TCM-tab-profile-default .col-md-8 .col-md-12{
    padding-left: 0;
    padding-right: 0;
  }
  .TCM-tab-profile-default .custom-view-more{
    margin-bottom: 60px;
  }
  .call-to-action-section .col-md-offset-1{
    text-align: center;
  }
  .single-team-widget .know-more,
  .single-team-widget .social-profiles{
    display: block !important;
  }
  .custom-mobile-view{
    display: block;
    text-align: center;
    margin-top: 0;
  }
  .no-padding.custom-mobile-padding {
    padding-bottom: 60px !important;
  }
  .custom-subtitle{
    display: none;
  }
  .contact-widget-section .single-contact-widget address p.custom-contact-pho a {
    padding: 5px 40px 5px 10px;
    margin-bottom: 0;
  }
  img.img-responsive.phone-call {
    max-width: 7%;
    height: auto;
    display: inline-block;
    margin-left: 0;
}
  .contact-widget-section .single-contact-widget address p.custom-contact-pho a:first-child{
    padding: 5px 40px 5px 10px;
    margin-bottom: 0;
  } 
  .slider-content .container .hero-heading {
    font-size: 40px;
  }

  .affix #nav-main a.nav-link,
  .affix-top #nav-main a.nav-link {
     margin-top: 0px;
  }
  .custom-commitment-content .wrap-pic-welcome,
  .custom-wealth-content .wrap-pic-welcome{
    text-align: center;
  }
  .custom-core-img img.img-responsive{
    margin:0 auto;
  }
  .custom-wealth-content .container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px){
  .about-widget:nth-of-type(odd) {
    background: #e0e0e0;
    padding: 12px;
  }
  .single-service-widget .media-body, 
  .single-service-widget .media-left, 
  .single-service-widget .media-right {
    display: block;
    width: 100%;
  }
  blockquote {
    padding: 0;
    border-left: none;
  }
  .affix .site-logo #logo-black,
  .affix-top .site-logo #logo-white {
    max-width: 100%;
    height: 50px;
  }
  .navbar-default.affix.navbar {
    min-height: 57px;
  }
  #header.navbar.navbar-default.affix-top {
    background: rgb(0,0,0, 0.2);
    box-shadow: 0 15px 15px 15px rgb(0 0 0 / 75%);
  }
  .TCM-tabs-section .TCM-tab-default .nav-tabs>li.active>a, 
  .TCM-tabs-section .TCM-tab-default .nav-tabs>li.active>a:focus, 
  .TCM-tabs-section .TCM-tab-default .nav-tabs>li.active>a:hover{
     background-color: none;
  }
  .TCM-tab-default ul.nav.nav-tabs li a{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .portfolio-nav .navbar-nav {
    margin: 0;
  }
  figure.single-portfolio figcaption{
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; 
    transform: none;
    transition: none;
    animation: none;
  }
  figure {
    margin: 0 0 20px;
  }
  figure:hover {
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Safari 3-8 */
    transform: none; 
  }
  figure.single-portfolio:hover figcaption {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; 
    transform: none;
    transition: none;
    animation: none;
  }
  #nav-main {
    float: none;
  }
  .site-logo {
    top: 5px;
  }
  .custom-accod-padding,.section-why-us {
    padding-top: 80px;
  }
  .slider-content .container .hero-heading {
    font-size: 25px;
    line-height: 1;
  }
  #contactForm{
    padding-top: 30px;
  }
  .whatsAppIcon_wraper{
    padding-left: 10px !important;
    padding-right: 50px !important;
  }
  .whatsAppIcon_wraper img.whatsAppIcon{
    height: auto !important;
  }
  .custom-core-content{
    margin-top:50px;
  }
  .TCM-carrier-section .TCM-title-section,
  .TCM-carrier-section .TCM-section-quote{
    padding-bottom: 60px;
  }
}
@media (max-width: 540px){
  .h2, h2,.h3, h3,.single-post h2,
  .section-title,.slider-content .container .hero-heading,
  .page-title,.contact-title {
    font-size: 22px !important;
  }
}
@media (max-width: 399px){
  .portfolio-pagination-wraper .pagination-sm>li>a,
  .portfolio-pagination-wraper .pagination-sm>li>span {
    font-size: 12px;
  }
  .portfolio-pagination-wraper .pagination-sm>li>a,
  .portfolio-pagination-wraper .pagination-sm>li>span {
    padding: 5px 7px;
  }
}
@media (min-width: 768px){
  .TCM-portfolio-section  .navbar-nav {
      float: none;
      margin: 0 auto;
      text-align: center;
  }
}

/* our recent project css for mobile view*/
