.img-container{
border: 1px solid #eee;
padding: 7% 0;
background: #f8f8f8;
box-shadow: 2px 2px 5px #eee;
}
/* New CSS */
.top-menu{
background: #1B3142;
height: 85px;
box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.top-menu .logo {
  padding-top: 10px;
}
.logo p{
color: #fff;
font-style: normal;
font-size: 12px;
line-height: 18px;
letter-spacing: 0.3px;
position: absolute;
width: 68px;
height: 18px;
right: 55px;
top: 52px;
}
nav.transparent .menu>li>a, nav.transparent .module.widget-handle i, nav.transparent .nav-utility,nav.transparent.fixed .menu>li>a, nav.transparent.fixed .module.widget-handle i{
color: #fff;
opacity:1;
}
.login-button, .login-button:focus, .login-button:visited{
background: transparent;
color: #fff;
border-color: #fff;
border:2px solid #fff;
}
.login-button.white{
background: #fff;
color: #1B3142;
}
.login-button:hover{
color: #1B3142;
background: #fff;
}
.login-button.white:hover{
color: #fff;
background: #1B3142;
}
.image-bg{
background-color: #FAFDFF;
border-bottom: 1px solid #dde2e5!important;
}
.top-menu ul {
  padding: 12px 0px;
}
.section-header{
height: 600px;
}
.header-form {
  background: rgba(29,26,26,.5);
}
.header-form.action-btn{
background: none;
}
.order-button, .order-button:focus, .order-button:visited{
background: #5CB85C;
font-size: 1.2rem;
}
.order-button:hover{
background: #FF7070;
}
.order-button.orange-btn{
background: #FF7070;
}
.order-button.orange-btn:hover{
background: #5CB85C;
}
.navbar-red{
background-color: #fff;
border-bottom: 1px solid #FF7070!important;
}
.bottomMenu li {
  border-right: 1px solid #FF7070;
}
.bottomMenu li a{
color: #1F1F1F!important;
}
.section-title, .section-title-white{
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 40px;
text-align: center;
letter-spacing: 0.1px;
}
b.green{
font-weight: bold;
color: #5CB85C;
text-decoration: underline;
}
section {
padding: 2.5rem 0;
}
.section-que{
background: #FAFDFF;
}
.section-que .fancy-title span{
color: #1F1F1F;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 25px;
text-align: center;
letter-spacing: 0.1px;
text-transform: none;
}
.image-square.left .image{
background: #FF9A50;
height: 100%;
}

.section-orders{
background: #FAFDFF;
}
.order-list {
 height: 500px;
 overflow-y: scroll;
 background: #FAFDFF;
 border: 1px solid #CCCCCC;
 box-sizing: border-box;
 border-radius: 5px;
}
.order-item{
 padding: 1rem;
 margin: 1rem 0;
 background: #FFFFFF;
 border: 1px solid #CCCCCC;
 box-sizing: border-box;
 border-radius: 5px;
}
.order-item h4{
 font-style: normal;
 font-weight: bold;
 font-size: 1.4rem;
 line-height: 25px;
 letter-spacing: 0.1px;
 color: #1F1F1F;
}
.order-item h4 span{
 text-decoration-line: underline;
}
.order-item small{
 font-weight: normal;
 font-size: 0.8rem;
 letter-spacing: 0.3px;
}
.order-item p{
 font-style: normal;
 font-weight: normal;
 font-size: 1rem;
 line-height: 25px;
 letter-spacing: 0.2px;
 color: #1F1F1F;
 border-bottom: 2px solid #B2CAD9;
 padding-bottom: 0.4rem;
}
.order-item .user-comment{
 font-style: italic;
 font-size: 1.1rem;
 line-height: 25px;
 letter-spacing: 0.2px;
 color: #808080;
}
.order-item .order-rating{
 width: 109px;
 vertical-align: top;
}
.order-item .comment-wrapper{
 display: inline-block;
 width: 80%;
}
.order-item .col-md-2{
 font-size: 0.8rem;
 border-left: 2px solid #FF7070;
}
.badge-orange{
 background: #FF7070;
 color: #fff;
 padding: 2px 7px;
 margin: 2px;
 display: inline-block;
 border-radius: 50rem;
}
.badge-gray{
 background: #808080;
 color: #fff;
 padding: 2px 7px;
 margin: 2px;
 display: inline-block;
 border-radius: 50rem;
}
.fa-star.full-star{
 color: #fff;
}
.fa-star.empty-star{
 color: rgba(255, 255, 255, 0.3);
}
.section-why h4{
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 line-height: 30px;
 letter-spacing: 0.1px;
 color: #000000;
}
.section-why p{
 font-style: normal;
 font-weight: normal;
 font-size: 16px;
 line-height: 25px;
 letter-spacing: 0.2px;
 color: #000000;
}
.section-why .mt-2{
 margin-top: 2rem;
}
.section-why .action-button,.section-samples .action-button{
 text-align:center;
 margin-top: 2rem;
}
.section-samples{
 background: #FAFDFF;
}
.section-samples .action-button .order-button{
 font-weight: bold;
}
.section-samples .col-md-10{
 text-align: justify;
}
.section-samples .sample-item{
 border: 1px solid #afafaf;
 border-radius: 50rem;
 padding: 2px 3px 3px 8px;
 display: inline-block;
 margin: 10px 2px;
 font-size: 16px;
 color: #333;
}
.section-samples .sample-item:hover{
 background: #FF7070;
 border: 1px solid #FF7070;
 color: #fff;
}
.section-samples .sample-item .badge{
 background: #5CB85C;
 color: #fff;
 padding: 2px 7px;
 border-radius: 50rem;
 font-size: 16px;
 font-weight: normal;
 margin-left: 4px;
}
.section-stats img{
 max-width: 100%;
}
.section-stats .service-bloc{
 min-height: 200px;
}
.section-stats{
 background: #FAFDFF;
 font-size: 16px;
 padding: 5rem 0;
}
.image-blocka{
 width: auto;
 height: auto;
 margin-bottom: 1rem;
}
.section-testi blockquote{
 border-left: 5px solid #FF9A50;
}
.section-testi .carousel-inner p{
 min-height: 120px;
}
.carousel-control.right,.carousel-control.left{
 background-image: none;
}
.carousel-indicators .active{
 background-color: #FF9A50;
 margin-right: 5px;
}
.carousel-indicators li{
 border: 1px solid #1F1F1F;
}
.section-testi a.carousel-control {
   color: #FF9A50;
}
.image-bg .inner-heading {
  margin-top: 5.5rem;
  font-weight: normal;
  /*color: #1F1F1F;*/          color: #20639b;		  font-size: 32px;
}
@media (max-width: 1200px){
 .logo p{
   right: 48px;
   top: 48px;
 }
}
@media (max-width: 991px){
 .top-menu .logo{
   padding-top: 20px;
 }
 .logo p{
   right: 38px;
   top: 48px;
 }
}
@media (max-width: 767px){
 .logo p{
   color: #d8d8d8;
   right: 6rem;
   top: 7rem;
 }
}
@media (max-width:600px) {
 #video-wrap .container, #video-wrap .header-content .col-xs-12{
   padding: 0px;
 }
 .cd-words-wrapper{
   margin-left: 0;
 }
 .my-content-overlay{
   margin-top: 45%;
 }
 .container-fluid{
   padding-left: 0px;
 }
 .logo p{
   color: #d8d8d8;
   right: 45px;
   top: 60px;
 }
 .bottomMenu li{
   border-top:1px solid #FF7070;
 }
 .bottomMenu li:first-child{
   border-top:none;
 }
 .image-square>.content{
   top: 0;
 }
 .section-testi blockquote{
   border-left: none;
 }
 .section-testi footer{
   padding: 2px 0;
 }
 .section-why .col-md-2{
   display: none;
 }
 .section-why .col-xs-12{
   margin-top: 2rem;
 }
 .spacer{
   height: 20px;
 }
 .section-samples .col-md-10{
   text-align: inherit;
 }
 .section-choose h3.title{
   padding: 2rem 0 1rem;
 }
 .carousel-inner>.item {
   min-height: 150px;
 }
}
@media (max-width:320px) {
 .logo p{
   top: 52px;
 }
}
