.team-pic {/*width: 260px;*/}

.employee-info-overlay:hover, .employee-info-overlay:active, .employee-info-overlay:focus {
    transform: scale(1);
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.employee-info-overlay {
   /* position: absolute;
    background: rgba(51, 62, 72, 0.9);
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 29px);
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px 30px;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;*/
}

.employee-info-overlay:hover .content, .employee-info-overlay:active .content, .employee-info-overlay:focus .content {
    opacity: 1;
    transition: all 0.15s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s;
}
.employee-info-overlay .content {
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.employee-info-overlay .h3 {
    color: white;
    text-align: left;
    max-width: 100%;
    margin-bottom: 6px;
    line-height: 1;
    
}

.employee-info-overlay .h6 {
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-size: 1.1rem;
    background: transparent;
    padding: 0;
    color: #DAA25A;
    margin: 0;
}

.employee-info-overlay .h3 {
    /*color: white;
    text-align: left;
    max-width: 100%;
    margin-bottom: 6px;
    line-height: 1;*/
}

.team-preview .preview-image .image {
    background: 50% 50% / cover no-repeat;
    transition: all 20s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    transform: scale(1.0025);
} 

 .preview-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.delay-500 {
    animation-delay: 0.5s;
}

.anim {
    animation-duration: 0.55s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

/*-----------for col2-----------*/

.employee-info-overlay {
    position: absolute;
    background: rgba(51, 62, 72, 0.9);
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 37px);
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 11px 20px;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.employee-info-overlay .h3 {
    color: white;
    text-align: left;
    max-width: 100%;
    margin-bottom: 6px;
    line-height: 1;
    font-size: 14px;
}

/*#ourteam .portfolioImg {
    border: 1px solid #f6f6f6;
    position: relative;
    overflow: hidden;
    height: 145px;
}*/
/*-----------for col2-----------*/
/*.portfolioImg1 {
    border: 1px solid #f6f6f6;
    position: relative;
    overflow: hidden;
    height: 300px;
}*/

.round-bullet-listing {
    margin: 0;
    padding: 0;
}

.round-bullet-listing li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
}

.round-bullet-listing li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #D5494A;
}

/*-------------------magento support page----------------------------*/
.innerBanner.mobile-survey, .innerBanner.magento-banner {
    float: left;
    width: 100%;
    background: url(../images/magento-theme-design-head.jpg) no-repeat;
    height: 200px;
    margin-top: -22px;
    margin-bottom: 20px;
}

.page-contain-title {
    float: left;
    width: 60%;
}

.page-contain-title h1 {
    float: left;
    
    
}

.main-page-contain h1 {
    color: #fff;
    font-weight: 800;
    margin: 0px;
    text-transform: uppercase;
    /* line-height: 100px; */
    padding-top: 75px;
    font-size: 22px;
}

.page-contain-breadcrumbs {
    float: left;
    width: 40%;
}

.page-contain-breadcrumbs ul {
    text-align: right;
    line-height: 82px;
}

.page-contain-breadcrumbs ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 6px;
    font-weight: 600;
}

.page-contain-breadcrumbs ul li a {
    color: #188689;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.56);
    font-weight: 600;
}

#magento-support .center h2 {float: left;}

#portfolioDetail .portfolioDetail_left p {margin-left: 5px;}
/*-------------------magento support page---------------------*/
.cancel {color: red;}
.tick {color:green;}
/*----------------------comparison magento table--------*/
.intro {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #34b7f0;
  text-align: center;
  background: white;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

h3.table-title {
  color: #34b7f0;
  font-weight: normal;
  margin: 40px 0 0 10px;
  font-size: 32px;
  font-size: 3.2rem;
}

.comparison-table {
  display: table;
  width: 100%;
  /*padding: 10px;*/
  border-collapse: separate;
}
.comparison-table thead tr {
  color: #34b7f0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.comparison-table thead tr td {
  padding-bottom: 5px;
  padding-top: 5px;
}
   
.comparison-table thead tr td {
  border: none !important;
}
    
/*----------------------------*/ 
    
.comparison-table thead td {
    background: #F06413;
    color: white;
    font-weight: 600;
} 
    
/*----------------------------*/ 
@media (max-width: 992px) {
    .page-contain-title h1 {
    float: left;
    font-size: 30px;    
}

.page-contain-breadcrumbs {
    float: left;
    width: 100%;
}
}



@media (max-width: 767px) {
  .comparison-table thead tr {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
.page-contain-title h1 {
    float: left;
    font-size: 19px;
}    
}
.comparison-table tr {
  width: 100%;
}
.comparison-table tr td {
  border-right: 2px solid #F06413;
}
.comparison-table tr:first-child td {
  border-top: 2px solid #F06413;
}
.comparison-table tr:first-child td:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.comparison-table tr:first-child td:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.comparison-table tr:last-child td {
  border-bottom: 2px solid #F06413;
}
.comparison-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.comparison-table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.comparison-table tr td:first-child {
  width: 33%;
  padding: 10px;
  color: #F56C13;
  font-weight: bold;
  border-left: 2px solid #F06413;
}
/*.comparison-table tr td:first-child + td {
  width: 10%;
  padding: 10px;
}*/
.comparison-table tr td.marker {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
.comparison-table tr td.marker[content="✔"] {
  color: #34b7f0;
}
.comparison-table tr:nth-child(even) {
  background: #FADBC0;
}
@media (max-width: 525px) {
  .comparison-table td, .comparison-table tr td, .comparison-table tr td.marker, .comparison-table tr td:first-child, .comparison-table tr td:first-child + td {
    position: relative;
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #F06413;
  }
  .comparison-table tr:first-child td:first-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .comparison-table tr:first-child td:last-child {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .comparison-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .comparison-table tr:last-child td:last-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 2px solid #F06413;
  }
  .comparison-table tr td:first-child {
    border-top: 2px solid #F06413;
  }
  .comparison-table tr td:first-child + td {
    padding: 0 10px 10px;
  }
  .comparison-table tr td.marker {
    padding: 10px;
    font-weight: bold;
  }
  .comparison-table tr td.marker:before {
    content: "PAYG: ";
  }
  .comparison-table tr td.marker + td.marker:before {
    content: "Small: ";
  }
  .comparison-table tr td.marker + td.marker + td.marker:before {
    content: "Medium: ";
  }
  .comparison-table tr td.marker + td.marker + td.marker + td.marker:before {
    content: "Enteprise: ";
  }    
  .comparison-table thead tr td.marker {
    display: none;
  }
  .comparison-table thead td {
    background: #fff;
    color: white;
    font-weight: 600;
} 
    .Mcntr {text-align: center;}
    .megento-sec {margin-top: 60px;padding-bottom: 30px;}
}

.Result {
    background: #F2F2F2;
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

/*.megentoweb {
    width: 400px !important;
    height: 300px !important;
}*/
.megento-sec {padding-bottom: 30px;}

.modcolor {background-color: orange;}

/*------------------------------------MODAL---------------------------*/
.inputdes {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    /*font-size: 1rem;*/
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
.contact_body {
    padding-right: 50px;
    padding-left: 50px;
}

.prefix {
    font-size: 1.5rem;
    top: .4rem;
}


.prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
}

.contact-form {padding: 15px;}

 .modalhd {
    text-align: center;
    margin: -4rem 1rem 1rem;
    padding: 1.5rem;
    border: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.modalhd .panel-heading {
    padding: 20px 25px;
}

.modcolor h4, .modcolor button {color: white; opacity: 1;}

@media (min-width: 768px) {

.modal-dialog {
    width: 600px;
    margin: 50px auto;
}
       
}
/*-------------------------------------MODAL----------------------------*/
/*----------------------comparison magento table--------*/

@media (max-width: 992px) {
    
.inputdes { padding-left: 30px;}

.contact_body {
    padding-right: 50px;
    padding-left: 10px;
}

textarea#message {
    resize: none;
    padding: 10px;
    padding-left: 34px;
}    
    
}

@media (max-width: 768px) {

.modal-dialog {
    
    margin: 50px auto;
}
       
}

@media (max-width: 480px) {
 .page-contain-breadcrumbs ul {
    text-align: center;
    line-height: 82px;
    padding-left: 0px;
    font-size: 12px;
}
.page-contain-title {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-grid;
}   
 
}
/*----------------------comparison magento table--------*/
