

html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Poppins', sans-serif;

}
body p{
    font-size: 12px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
letter-spacing: 1px;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;

}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*-- //Reset-Code --*/


/*--header --*/


.section {
    padding: 90px 0px;
}


.header-main{
position: relative;
}
.header-outs {
    

position: absolute;
z-index: 99;
top: 30px;

}
.brand-logo img{
width: 150px;
color: #fff;

letter-spacing: 3px;
text-transform: uppercase;
font-weight: 400;

}




/*-- main buttons --*/

.btn{
   
    border-radius: .1rem;
}


.btn-main1,
  .btn-main2,
  .btn-outline-main1,
  .btn-outline-main2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.btn-main1 {

    color: #fff;
    background-color: #3bb3c3;

  }

  .btn-main2 {
    color: #fff;
    background-color: #fac800;
    border-color: #fac800;
  }
  
  .btn-main1::after,
  .btn-main2::after,
  .btn-outline-main1::after,
  .btn-outline-main2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    transform: translate(100%);
   
    transition: all .2s ease;
   
  }
 
  
  .btn-main1::after{
    background-color: #fac800;
  
  }
  .btn-main2::after{
    background-color: #3bb3c3;
  
  }
  .btn-outline-main1::after{
    background-color: #fac800;
  
  }
  
  .btn-outline-main2::after{
    background-color:#3bb3c3;
    border-color: #3bb3c3;
  
  }
 


  .btn-main1:hover:after,
  .btn-main2:hover:after,
  .btn-outline-main1:hover:after,
  .btn-outline-main2:hover:after {
    transform: translate(0);
    
  }
  
  .btn-main1:focus, .btn-main1.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-main1.disabled, .btn-main1:disabled {
    color: #fff;
    background-color: #3bb3c3;
    border-color: #3bb3c3;
  }
  
  .btn-main1:not(:disabled):not(.disabled):active, .btn-main1:not(:disabled):not(.disabled).active,
  .show > .btn-main1.dropdown-toggle {
    color: #fff;
    background-color: #008496;
    border-color: #008496;
  }
  
  .btn-main1:not(:disabled):not(.disabled):active:focus, .btn-main1:not(:disabled):not(.disabled).active:focus,
  .show > .btn-main1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
 


  
  .btn-main2:hover {
    color: #fff;
    background-color: #cab705;
    border-color: #cab705;
  }
  
  .btn-main2:focus, .btn-main2.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-main2.disabled, .btn-main2:disabled {
    color: #fff;
    background-color: #fac800;
    border-color: #fac800;
  }
  
  .btn-main2:not(:disabled):not(.disabled):active, .btn-main2:not(:disabled):not(.disabled).active,
  .show > .btn-main2.dropdown-toggle {
    color: #fff;
    background-color: #cab705;
    border-color: #cab705;
  }
  
  .btn-main2:not(:disabled):not(.disabled):active:focus, .btn-main2:not(:disabled):not(.disabled).active:focus,
  .show > .btn-main2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }

  .btn-outline-main1 {
    color: #3bb3c3;
    background-color: transparent;
    background-image: none;
    border-color: #3bb3c3;
  }
  
  .btn-outline-main1:hover {
    color: #fff;
    background-color: #3bb3c3;
    border-color: #3bb3c3;
  }
  
  .btn-outline-main1:focus, .btn-outline-main1.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-main1.disabled, .btn-outline-main1:disabled {
    color: #3bb3c3;
    background-color: transparent;
  }
  
  .btn-outline-main1:not(:disabled):not(.disabled):active, .btn-outline-main1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-main1.dropdown-toggle {
    color: #fff;
    background-color: #3bb3c3;
    border-color: #3bb3c3;
  }
  
  .btn-outline-main1:not(:disabled):not(.disabled):active:focus, .btn-outline-main1:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-main1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-main2 {
    color: #fac800;
    background-color: transparent;
    background-image: none;
    border-color: #fac800;
  }
  
  .btn-outline-main2:hover {
    color: #fff;
    background-color: #fac800;
    border-color: #fac800;
  }
  
  .btn-outline-main2:focus, .btn-outline-main2.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-outline-main2.disabled, .btn-outline-main2:disabled {
    color: #fac800;
    background-color: transparent;
  }
  
  .btn-outline-main2:not(:disabled):not(.disabled):active, .btn-outline-main2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-main2.dropdown-toggle {
    color: #fff;
    background-color: #fac800;
    border-color: #fac800;
  }
  
  .btn-outline-main2:not(:disabled):not(.disabled):active:focus, .btn-outline-main2:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-main2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  



/*-- end main buttons --*/



























/*-- menu-navigation --*/
nav {
background-color: rgba(0, 0, 0, 0.8);
height: 100%;
position: fixed;
right: -220px;
top: 0;
-moz-transition: right 0.2s linear;
-o-transition: right 0.2s linear;
-webkit-transition: right 0.2s linear;
transition: right 0.2s linear;
width: 220px;
z-index: 9001;/* IT'S OVER 9000! */
padding-top: 4em;
}
#menuToggle {
background:#3bb3c3;
display: block;
position: fixed;
height: 40px;
right:3%;
top: 33px;
width: 46px;
z-index:9999;
border-radius: 5px;
}
#menuToggle span {
background: white;
display: block;
height:6%;
left: 20%;
position: absolute;
top: 45%;
width: 60%;
}
#menuToggle span:before,
#menuToggle span:after {
background: white;
content: '';
display: block;
height: 100%;
position: absolute;
top: -250%;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
width: 100%;
}
#menuToggle span:after { top: 250%; }
nav a {
color: #fff;
display: block;
font-size: 1.3em;
margin: 30px 0 30px 30px;
font-weight: 300;
letter-spacing: 1px;
font-size: 13px;
text-transform: uppercase;
}
nav a:after {
background:#d8ca04;
content: '';
display: block;
height: 2px;
-moz-transition: width 0.5s;
-o-transition: width 0.5s;
-webkit-transition: width 0.5s;
transition: width 0.5s;
width: 0;
margin-top: 0.2em;
}
nav a:hover:after { width: 100%; }
.menu nav a:hover,.menu nav a:focus {
color:#3bb3c3;
}
.open nav {
right: 0;
} 
.open #menuToggle span {
background: transparent;
left: 20%;
top: 45%;
} 
.open #menuToggle span:before,
.open #menuToggle span:after {
background: white;
top: 0;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} 
.open #menuToggle span:after {
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
} 
#menuToggle .navClosed {
-moz-transition: background 0.1s linear;
-o-transition: background 0.1s linear;
-webkit-transition: background 0.1s linear;
transition: background 0.1s linear;
} 
#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
-moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
-o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
-webkit-transition-delay: 0.1s, 0.1s;
transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
} 
#menuToggle .navOpen {
-moz-transition: background 0.1s linear 0.2s;
-o-transition: background 0.1s linear 0.2s;
-webkit-transition: background 0.1s linear;
-webkit-transition-delay: 0.2s;
transition: background 0.1s linear 0.2s;
}
#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
-moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
-o-transition: top 0.2s linear, -o-transform 0.2s linear;
-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
transition: top 0.2s linear, transform 0.2s linear;
}
/*-- //menu-navigation --*/


/*-- banner --*/ 


#main-slider .slider-img{
   
    background-size: cover;
    width: 100%;
    height: 100vh;
}


.slider-info {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    color: #fff;
   
}
.slider-info h5 {
text-transform: capitalize;
font-size:30px;
color: #ffffff;
font-weight: 200;
letter-spacing: 3px;
margin-bottom: 20px;
}
.slider-info h5 span{
    font-weight: 700; 
    color: #fac800;
}
.slider-info h4 {
color: #d8d8d8;
font-size: 22px;
letter-spacing: 5px;
font-weight: 600;

}

.carousel-control-next, .carousel-control-prev {
    width: 7%;
}


/* about us */



#aboutUs{
  padding: 80px 0; 
   
    position: relative;
    z-index: 30;
  
}

.about{
    z-index: 30;
}
.aboutimg::after
 {
        content: "";
        background-image: url(../images/dot.jpg);
        opacity: 0.16;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
        background-attachment: fixed;
        background-size: cover;
 }
 #aboutUs .ab-head h2{
   font-size: 40px;
   font-weight: 400;
   margin-bottom: 10px;

 }
 #aboutUs .ab-head h2 span{
   font-weight: 700;
 }
 #aboutUs .ab-head h6{
   color: #999;
   font-size: 26px;
 }


 #aboutUs .ab-head P{
   font-weight: 500;
   margin-top: 10px;
   font-size: 22px;
   color: #15707c;
   font-family: cursive;
   line-height: 28px;
 }
 #aboutUs  P{
   font-size: 14px;
   line-height: 2rem;
   text-align: justify;

 }






/* ----------------------------------------------------------------
     [ 06 Start Portfolio ]
-----------------------------------------------------------------*/


.portfolio {
    overflow: hidden;
  }
  .portfolio .filtering span {
    margin-right: 30px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid transparent;
  }
  .portfolio .filtering span:last-child {
    margin: 0;
  }
  .portfolio .filtering .active {
    border-color: #3bb3c3;
    color: #3bb3c3;
  }

  .portfolio .work-wrap{
      cursor: pointer;
      position: relative;
      padding: 0;
      margin: 0;
      overflow: hidden;
  }
  .portfolio .work-wrap::after{
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #000;
      z-index: 2;
      opacity: 0;
      transition: all .5s ease;
      transform: translateX(100%);

  }
  .portfolio .work-wrap:hover:after{
    opacity: .7;
    transform: translateX(0);
  }

  .portfolio .work-wrap .work-content{
      opacity: 0;
      
      text-align: center;
      color: #fff;
      position: absolute;
      z-index: 33;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      transition: all .5s ease;
     
      
  }
  .portfolio .work-wrap:hover .work-content{
    opacity: 1;
  } 

  .portfolio .work-wrap .item-img{
    transition: all .5s ease;
  }
  .portfolio .work-wrap:hover .item-img{
      transform: scale(1.6);
  }
  a.image-link  {
    color: #fff !important;
}
/* about CEO */

  #aboutCeo.section{
    background-image: url(../images/ceo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#aboutCeo.section .section-head{
    margin-bottom: 20px;
}
#aboutCeo.section h4{
  text-align: left;
}
#aboutCeo.section  p{
  font-size: 14px;
    margin-bottom: 20px;
}



/* our service */


#service{
    padding-bottom: 0;
}
  .service-wrap{
      cursor: pointer;
      padding: 0;
      width: 100%;
      height:400px;
      position: relative;
      overflow: hidden;
      background-repeat: no-repeat;
      width: 100%;
  }
  .service-wrap .service-box{
      
      color: #fff;
      padding: 80px 40px;
    
      right: 0;
      position: absolute;
      width: 50%;
      height: 100%;
      background: rgba(0, 0, 0, 0.404);
      transform: translateX(100%);
      transition: all .5s ease;
  }
  .service-wrap .service-box h5{
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
  }
  .service-wrap .service-box p{
      color: #fff;
  }
  .service-wrap .service-box  i{
      margin-top: 10px;
      color: #3bb3c3;
      font-size: 25px;
  }
  .service-wrap:hover .service-box{
    transform: translateX(0);

  }




#contact{
  padding: 60px 0;
}

/* typography */
/*-- contact-- */
.address_mail_footer_grids iframe {
width: 100%;
height:66em;
border:none;
}
.contact-forms input, .contact-forms textarea {
font-size: 14px;
color: #000;
padding: .9em .7em;
background: transparent;
outline: none;
border: none;
border-bottom: 1px solid #000;
border-radius: 0px;
outline:none !important;
}
.contact-forms textarea {
resize: none;
height: 9em;
}
.sent-butnn {
font-size: 17px;
padding: 11px 0px;
color: #fff;
margin-top: 1em;
background:#d24055;
}
.footer_grid_left p a {color:#000;}
.footer_grid_left ul li span {
font-size: 21px;
color: #fac800;
}
.footer_grid_left ul li p {
font-size: 14px;
color: #000;
display: inline-block;
padding-left: 15px;
line-height: 40px;
}
.contact-list-grid h4 {
font-size: 28px;
margin-bottom: 20px;
color: #000;
font-weight: 600;
}
/*--//contact-- */
/*--footer--*/










/*-- footer-top-- */
.upper-footer{position:relative;}
.wls-hours-list ul li ,.addres-up ul li{
font-size: 14px;
color: #fff;
border-bottom: 1px dotted;
line-height: 28px;
}
.addres-up ul li a{color: #fff;
font-size: 14px;}
.book-here a {
border: 2px solid #fff;
padding: 8px 0px;
border-radius: 220px;
margin-top: 13px;
width: 55%;
display: inline-block;
color:#fff;
background:transparent;
font-size: 17px;
}
.book-here{
    width: 100%;
}
.book-here a:hover{color:#000;
background:#fff;}
.middle-mid-grid {
width: 100%;
background:#3bb3c3;
padding: 2em 2em;
position: absolute;
top: -88px;
left:0px;
}
.middle-mid-grid h4{
    color: #fff;
}
/*--//footer-top-- */
.subscribe-footer{
background: url(../images/b1.jpg)no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
}
.contact-call h4{
font-size:49px;
color:#fff;
font-weight:600;
text-transform: uppercase;
font-family: 'Shadows Into Light', cursive;
}
.contact-call p{font-size:20px;
color:#fff;}
.subcribe-right h4 {
font-size: 44px;
color: #fff;
padding-top: 53px;
}
.footer-reservation{  background:rgb(58, 58, 58)}
.buttom-footer{
  background-color: rgba(0, 0, 0);
}
.fill-all-form input[type="email"] {
width: 100%;
background:transparent;
border: 1px solid #ffffff;
padding: .8em .7em;
border-radius: 20px;
outline: none !important;
font-size: 14px;
}
.click-me, button[type=submit] {
width: 35%;
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
letter-spacing: 2px;
background-color:#3bb3c3;
outline: none;
padding: 12.5px 13px;
border: 1px solid #3bb3c3;
border-radius: 33px;
font-size: 14px;
}
.address-para,.footer-header p,.footer-para p,
.footer-para p a,.book-here p,.service-list-inner-wthree
{font-size:14px ;
line-height:28px;
color:#fff;
}
.footer-para p a:hover{color:#000;}
.footer-header{
border: none;
border-right: 1px solid #fff;
}
.footer-header h5 a {
font-size: 31px;
color:#3bb3c3;
}
.icons ul li,.icons-social ul li{
display: inline-block;
}
.icons ul li a{
color: #fff;
}
.icons ul li a span,.icons-social ul li a span{
font-size: 15px;
border: 1px solid #fff;
letter-spacing: 0px;
width: 37px;
height: 37px;
line-height: 35px;
text-align: center;
margin: 0px 5px;
color:#3bb3c3;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.icons ul li a span:hover {
color: #000;
background:#fff;
}
.icons-social ul li span {color:#000;}
.nav-link {
font-size: 14px;
color: #fff;
}
.wthree-left-right h4{
font-size: 28px;
color:#3bb3c3;
font-weight: 600;
letter-spacing: 2px;
}
.wthree-left-right .middle-mid-grid h4{
    color: #fff;
}







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #3bb3c3;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3bb3c3;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #3bb3c3;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 20px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3bb3c3;
}

#footer .footer-top .footer-contact {
  margin-bottom: 20px;
}

#footer .footer-top .footer-contact p {
  line-height: 30px;
  font-size: 14px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 20px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #3bb3c3;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


/* footer{background:#000;}
footer p {
padding: 0.8em 0;
text-align: center;
font-size: 14px;
color: #fff;
letter-spacing: 2.5px;
}
footer p a {
color:#3bb3c3;
}
footer p a:hover {
color:#fff;
}
.blockquote-footer{background:transparent;} */
/*-- //footer --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999; 
width: 46px;
height: 36px;
border: none;
text-indent: 100%;
background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1920px){
}
@media(max-width:1680px){
}
@media(max-width:1600px){
}
@media(max-width:1440px){
.header-bar h1 a {
font-size: 41px;
letter-spacing: 2px;
}	
.slider-img {
min-height: 680px;
}
.slider-info h5 {
font-size: 40px;
letter-spacing: 2px;
}

.gap-one {
margin-top: 102px;
}
.gap-four, .gap-two {
margin-top: 52px;
}
.holder ul li a h5 {
font-size:22px;
}
.counter {
font-size: 41px;
}
.stat-info h4 {
font-size:29px;
}
.middle-mid-grid {
top: -80px;
}
.contact-call h4 {
font-size: 45px;
}
.subcribe-right h4 {
font-size: 42px;
}
.footer-header h5 a {
font-size: 29px;
}
.service-list-inner-wthree {
padding: 11em 3em;
}
.contact-list-grid h4 {
font-size: 26px;
}
.contact-forms textarea {
height: 7em;
}
}
@media(max-width:1366px){
nav a {
margin: 24px 0 24px 30px;
}
.jst-wthree-text h2, .shopping-degine h4, .about-inner-mid h4 {
font-size: 35px;
line-height: 60px;
}
.outs_more-buttn a, .w3layouts-jewel-shop a {
padding: 12px 23px;
margin-top: 25px;
}
.click-me, button[type=submit] {
width: 33%;
}
.title {
font-size: 47px;
}
.contact-forms input, .contact-forms textarea {
padding: .8em .7em;
}
}
@media(max-width:1280px){
.resp-tabs-list li { 
font-size: 15px;
padding: 13px 18px;
margin: 0px 5px 27px;
}
.column .text {
padding: 14px;
}	
.team-text {
padding: 1.6em;
}
.clt-syas-agile h5 {
font-size: 21px;
}
.holder ul li a h5 {
font-size:23px;
}
.counter {
font-size: 39px;
}
.contact-call p {
font-size: 18px;
}
.icons ul li a span, .icons-social ul li a span {
font-size: 14px;
width: 35px;
height: 35px;
line-height: 32px;
}
.shopping-degine {
padding: 4em 4em;
margin-top: 8em;
}
.agile-img-design-right, .agile-img-design-left {
height: 626px;
}
.service-list-inner-wthree span {
font-size: 43px;
}
.service-list-inner-wthree h4 {
font-size: 22px;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 531px;
}
.service-list-inner-wthree {
padding: 10em 1em;
}
}
@media(max-width:1080px){
.slider-img {
min-height:594px;
}
.callbacks_nav, .callbacks_nav.next {
background-size: 33px;
}
.slider-info h5 {
font-size: 49px;
}	
.slider-info {
padding: 16em 0 0;
}
.jst-wthree-text p {
font-size: 17px;
}
ul.resp-tabs-list {
width: 51%;
}
.gap-one {
margin-top: 76px;
}
.gap-four, .gap-two {
margin-top: 33px;
}
.gap-six {
margin-top: -37px;
}
.wthree-left-right h4 {
font-size: 26px;
}
.contact-call h4 {
font-size: 42px;
}
.shopping-degine {
padding: 4em 3em;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 484px;
}
.service-list-inner-wthree {
padding: 9em 1em;
}
h3.typo-main-heading {
font-size: 2.5em;
}
h4.typo-sub-heading {
font-size: 24px;
}
}
@media(max-width:1050px){
nav a {
font-size: 1.2em;
margin: 21px 0 20px 30px;
}
.header-bar h1 a {
font-size: 38px;
}
.title {
font-size: 44px;
}
.team-text {
padding: 1.3em;
}
ul li .scroll-list h6{
font-size:18px;
}
.agile-img-design-right, .agile-img-design-left {
height: 579px;
}
.shopping-degine {
margin-top: 6.5em;
}
}
@media(max-width:1024px){
.jst-wthree-text h2, .shopping-degine h4, .about-inner-mid h4 {
font-size: 33px;
}
.counter{font-size:36px;
}
.stat-info h4 {
font-size: 26px;
}
.middle-mid-grid {
top: -65px;
}	
.service-list-inner-wthree span {
font-size: 40px;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 460px;
}
.service-list-inner-wthree {
padding: 8em 1em;
}
}
@media(max-width:991px){
.slider-img {
min-height: 556px;
}
.slider-info {
padding: 15em 0 0;
}
.callbacks_nav, .callbacks_nav.next {
background-size: 28px;
}
.slider-info h5 {
font-size: 45px;
}
.jst-wthree-text h2, .shopping-degine h4, .about-inner-mid h4 {
font-size: 26px;
}
.outs_more-buttn a, .w3layouts-jewel-shop a {
padding: 10px 20px;
margin-top: 22px;
letter-spacing: 1px;
}
ul.resp-tabs-list {
width: 65%;
}
.resp-tabs-list li {
font-size: 14px;
padding: 11px 17px;
margin: 0px 5px 24px;
}
.gap-one,.gap-four,.gap-two,.gap-six  {
margin-top: 0px;
}
.item-clents:nth-child(3),.item-clents:nth-child(4),.upper-footer,.wthree-left-right:nth-child(2) {
margin: 30px 0px;
}
.holder{width:73%;}
.middle-mid-grid {
position: inherit;
top:0px;
}
.counter {
font-size: 33px;
}
.stat-info h4 {
font-size: 24px;
}
.wthree-left-right h4 {
font-size: 24px;
}
.subcribe-right h4 {
font-size: 34px;
}
.contact-call h4 {
font-size: 38px;
}
.contact-call p {
font-size: 17px;
}
.click-me, button[type=submit] {
width: 51%;
}
.footer-header h5 a {
font-size: 26px;
}
.footer-agile-grids {
text-align: center;
}
footer p {
letter-spacing: 1px;
}
.shopping-degine {
padding: 3em 3em;
}
.agile-img-design-right, .agile-img-design-left {
height: 534px;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 411px;
}
.service-list-inner-wthree span {
font-size: 35px;
}
.left-side-w3layouts {
margin-top: 28px;
}
.blog-agile-text-middle {
padding: 2em 3em;
}
.footer_grid_left ul li p {
font-size: 13px;
padding-left: 7px;
}
.address_mail_footer_grids iframe {
height: 18em;
}
.inner_page-banner {
min-height: 280px;
}
}
@media(max-width:900px){
.header-bar h1 a {
font-size: 35px;
}
.title {
font-size: 41px;
}
.resp-tabs-list li {
padding: 9px 15px;
}	
.clt-syas-agile h5 {
font-size: 18px;
}
.team-text {
padding: 1em;
}
.holder ul li a h5 {
font-size:20px;
}
}
@media(max-width:800px){
.slider-img {
min-height: 500px;
}
.slider-info h5 {
font-size: 43px;
}
.slider-info {
padding: 13em 0 0;
}	
.shopping-degine {
padding: 2em 1.5em;	
margin-top: 5em;
}
.agile-img-design-right, .agile-img-design-left {
height: 478px;
}
.service-list-inner-wthree {
padding: 7em 1em;
}
h3.typo-main-heading {
font-size: 2.3em;
}
h4.typo-sub-heading {
font-size: 22px;
}
.contact-forms input, .contact-forms textarea {
padding: .7em .7em;
}
}
@media(max-width:768px){
.slider-info h5 {
font-size: 41px;
}
.title {
font-size: 38px;
}	
.resp-tab-content {
margin-top:0px;
}
.counter {
font-size: 30px;
}
.middle-mid-grid {
padding: 1.5em 1.5em;
}
.item-clents:nth-child(3), .item-clents:nth-child(4), .upper-footer, .wthree-left-right:nth-child(2) {
margin: 26px 0px;
}
.inner_page-banner {
min-height: 255px;
}
}
@media(max-width:767px){
.subcribe-right h4 {
padding-top: 37px;
}	
.holder .mask {
left:0px;
top: 2px;
}
.holder{width:94%;}
.jst-wthree-text h2{margin-top:20px;}
.outs_more-buttn a, .w3layouts-jewel-shop a {
margin-top: 16px;
}
.footer-header {
border-right: none;
border-bottom: 1px solid #fff;
margin-bottom: 6px;
}
.item-clents:nth-child(3), 
.item-clents:nth-child(4), 
.upper-footer,
.wthree-left-right:nth-child(2) {
margin: 20px 0px;
}
.agile-img-design-right, .agile-img-design-left {
height: 412px;
}
.about-inner-mid {
margin-top: 20px;
}
.blog-agile-text-middle {
padding: 2em 1em;
}
}
@media(max-width:736px){
.slider-img {
min-height: 469px;
}
.slider-info {
padding: 12em 0 0;
}
.header-bar h1 a {
font-size: 32px;
}
nav a {
font-size: 1em;
margin: 16px 0 18px 24px;
}
.slider-info h4 {
font-size: 19px;
letter-spacing: 4px;
}	
.title {
font-size: 35px;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 381px;
}
.service-list-inner-wthree {
padding: 6em 1em;
}
.inner_page-banner {
text-align: center;
background: url(../images/b1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 209px;
}
}
@media(max-width:667px){
.clt-syas-agile h5 {
font-size: 17px;
}
.counter {
font-size: 27px;
}	
.contact-call h4 {
font-size: 36px;
}
.subcribe-right h4 {
font-size: 32px;
}
.wthree-left-right h4 {
font-size: 22px;
}
.blog-agile-text-middle h4 {
font-size: 22px;
}
}
@media(max-width:640px){
.book-here a {
margin-top:10px;
width: 50%;
font-size: 15px;
}
.contact-call h4 {
font-size: 33px;
}
.footer-header h5 a {
font-size: 24px;
}
.column .text {
padding:9px;
font-size: 14px;
}
.service-list-inner-wthree {
padding: 5em 1em;
}
h3.typo-main-heading {
font-size:1.7em;
}
}
@media(max-width:600px){
.slider-img {
min-height: 434px;
}
.slider-info h5 {
font-size: 38px;
}
.slider-info {
padding: 11em 0 0;
}
.jst-wthree-text h2, .shopping-degine h4, .about-inner-mid h4 {
font-size: 25px;
}
.shopping-degine {
margin-top: 4em;
}
.agile-img-design-right, .agile-img-design-left {
height: 387px;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 351px;
}
.service-list-inner-wthree {
padding: 4em 1em;
}
.abt-inner-w3layouts-img,.contact-list-grid {
margin-top: 20px;
}
.address_mail_footer_grids iframe {
height: 15em;
}
.footer_grid_left ul li span {
font-size: 18px;
color: #fac800;
}
}
@media(max-width:568px){
.item-clents:nth-child(3),.item-clents:nth-child(4),	
.item-clents:nth-child(1), .item-clents:nth-child(2),.item-clents:nth-child(5),.item-clents:nth-child(6){
width: 67%;
margin: 20px auto;
}
.holder{width:100%;}
footer p {
font-size: 13px;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 324px;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 324px;
}
.blog-agile-text-middle {
padding: 1.5em 1em;
}
.contact-list-grid h4 {
font-size: 25px;
}
}
@media(max-width:480px){
.slider-info {
padding: 10em 0 0;
text-align: center;
}
.slider-img {
min-height: 390px;
}
.callbacks_nav {
top: 57%;
}
.slider-info h4 {
font-size: 18px;
letter-spacing: 2px;
}
.slider-info h5 {
font-size: 36px;
letter-spacing: 1px;
}
.counter {
font-size: 25px;
}
.stat-info h4 {
font-size: 22px;
}
.middle-mid-grid {
padding: 1.5em 1.2em;
}
.subcribe-right h4 {
font-size: 30px;
padding-top: 22px;
}
.icons ul li a span, .icons-social ul li a span {
font-size: 14px;
width: 32px;
height: 32px;
line-height: 30px;
}
}
@media(max-width:440px){
.header-bar h1 a {
font-size: 30px;
}
.jst-wthree-text h2 {
margin-top: 15px;
}
.tabs-menu-grid {
flex-direction: column;
width: 64%;
margin: 0px auto;
}	
.item-clents:nth-child(3), .item-clents:nth-child(4),.item-clents:nth-child(1),.item-clents:nth-child(2), .item-clents:nth-child(5), .item-clents:nth-child(6) {
width: 75%;
margin: 16px auto;
}
.title {
font-size: 33px;
letter-spacing: 2px;
}
footer p {
line-height: 28px;
}
.shopping-degine {
margin-top: 3em;
}
.agile-img-design-right, .agile-img-design-left {
height: 375px;
}
.contact-forms input, .contact-forms textarea {
padding: .6em .7em;
}
}
@media(max-width:414px){
.jst-wthree-text p {
font-size: 16px;
}	
.tabs-menu-grid {
width: 75%;
}
.subcribe-right h4 {
font-size: 27px;
}
.contact-call h4 {
font-size: 31px;
}
.fill-all-form input[type="email"] {
padding: .7em .7em;
}
.news-date ul li a {
line-height: 28px;
}
}
@media(max-width:384px){
.slider-img {
min-height: 363px;
}
.slider-info h5 {
font-size: 30px;
}
.jst-wthree-text h2, .shopping-degine h4, .about-inner-mid h4 {
font-size: 24px;
}
.tabs-menu-grid {
width: 85%;
}
.item-clents:nth-child(3), .item-clents:nth-child(4), .item-clents:nth-child(1), .item-clents:nth-child(2), .item-clents:nth-child(5), .item-clents:nth-child(6) {
width: 85%;
}
.holder ul li a h5 {
font-size:18px;
}
.shopping-degine {
margin-top: 2em;
}
.service-list-inner-wthree {
padding: 3em 1em;
}
.service-inner-wthree-img_1, .service-inner-wthree-img_2, .service-inner-wthree-img_3 {
height: 284px;
}
}
@media(max-width:375px){
.wthree-left-right h4 {
font-size: 20px;
}
.click-me, button[type=submit] {
padding: 10px 11px;
}	
}
@media(max-width:320px){
.slider-info h5 {
font-size: 26px;
}
.slider-img {
min-height: 342px;
}
.callbacks_nav {
top:63%;
height: 32px;
width: 36px;
}	
.jst-wthree-text h2, .shopping-degine h4, .about-inner-mid h4 {
font-size: 20px;
line-height: 35px;
}
.tabs-menu-grid {
width: 100%;
}
.item-clents:nth-child(3), .item-clents:nth-child(4), .item-clents:nth-child(1), .item-clents:nth-child(2), .item-clents:nth-child(5), .item-clents:nth-child(6) {
width: 100%;
}
.shopping-degine {
padding: 2em 1em;
}
figure.effect-lexi p {
padding: 0 1em 1em 0;
}
.grid figure figcaption {
padding: 1em;
}
.blog-agile-text-middle h4 {
font-size: 20px;
}
}
/*--//responsive--*/












  .section-head {
      text-align: center;
    margin-bottom: 80px;
  }
  .section-head h4 {
    position: relative;
    
    line-height: 1;
   
    letter-spacing: 2px;
    font-size: 38px;
    font-weight: 700;
  }

  .section-head h4 span {
    font-weight: 200;
    padding-bottom: 5px;
  }
  .section-head p{
      
      margin-top: 20px;
      font-family: 'Poppins', sans-serif;
  }
  
  .full-width {
    width: 100% !important;
  }






  .pro-item{
      padding: 30px;
      cursor: pointer;
      transition: all .5s ease;
  }
  .product-wrap:hover {
   

  }
  .pro-item h4 {
      margin-top: 20px;
      font-size: 17px;
      text-transform: uppercase;
      color: #3bb3c3;
      font-weight: 600;
      
}
.pro-item p{
    line-height: 1.7rem;
    margin-top: 15px;
    margin-bottom: 2rem;
    text-align: justify;
    text-align-last: center;
}

.pro-img{
  
    display: block;
    width: 100%;
    max-width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    border-radius: 150px;
    webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.pro-img img{
    transition: all .5s ease;

}
.pro-item:hover .pro-img img{
    transform: scale(1.1);
}
.pro-item:hover{
    
    box-shadow: 2px 2px 20px #88888862;
}


#ourClient img{
    opacity: .7;
}



.ass-block{
    width: 100%;
    display: flex;
    justify-content:space-around;


}

.ass-block .ass-box{
    
    margin: 20px;
    
}

.ass-block .ass-box .ass-img{ 
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    transform: rotate(45deg);
    border-radius: 20px;
    width: 200px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #333;
    transition: all .5s ease;
    
}
.ass-block .ass-box .ass-img img{
    transition: all .5s ease;
    width: 100%;
    background-position: center;
    transform: rotate(-45deg);
}
.ass-block .ass-box:hover .ass-img{
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.253);
    transform: rotate(0deg);
    border:none;
}
.ass-block .ass-box:hover .ass-img img{
    transform: scale(1.2);
}


/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact .map {
    padding: 0;
    position: relative;
    z-index: 4;
    height: 100%;
    width: 100%;
  }
  
  .information {
    padding: 80px 0;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .information .item {
    padding: 30px;
    background: rgba(70, 70, 70, 0.3);
    border-radius: 5px;
    cursor: pointer;  
  }
  .information .info .item:last-child {
    margin-bottom: 0;
  }
  .information .info .item .icon {
    font-size: 45px;
    float: left;
  }
  .information .info .item .cont {
    margin-left: 60px;
  }
  .information .info .item .cont h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .information .info .item .cont p {
    color: #999;
  }
  .contact .map-show {
    left: -100%;
  }
  .contact .map-show .icon-toggle {
    z-index: 2;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .contact .contact-form {
    padding: 80px 50px;
  }
  .contact .contact-form input[type='text'],
  .contact .contact-form input[type='email'],
  .contact .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f7f7f7;
    border-radius: 5px;
  }
  .contact .contact-form textarea {
    height: 160px;
    max-height: 160px;
    max-width: 100%;
  }
  .contact .contact-form button[type='submit'] {
    background: #3bb3c3;
    border: 1px solid #3bb3c3;
    color: #fff;
    padding: 10px 30px;
    margin-top: 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
  }
  .contact .contact-form button[type='submit']:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact .contact-form button[type='submit'] span {
    position: relative;
    z-index: 2;
  }
  .contact .contact-form button[type='submit']:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .contact .contact-form button[type='submit']:hover span {
    color: #3bb3c3;
  }
  
  /* ----------------------------------------------------------------
       [ End Contact ]
  -----------------------------------------------------------------*/

  .client{
      padding: 30px 0;
      background-color: #e9e9e9;
  }

  .footer-logo {
      margin-top: 30px;
      width: 170px;
  }



  /* responsive */

  @media(max-width:540px){
    #camredes .col-lg-6.col-md-6.col.ab-right{
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      
      margin-top: 30px;
    }

    .slider-info h5 {
      line-height: 40px;
      
        font-size:26px;
        margin-bottom:35px;
        padding: 0 20px;
    

  }
  a.carousel-control-next, 
  a.carousel-control-prev {
    display: none !important;
}
#aboutUs{
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#aboutUs .ab-head h2{
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;

}
#aboutUs .ab-head h2 span{
  font-weight: 700;
}
#aboutUs .ab-head h6{
  text-align: center;
  color: #999;
  font-size: 22px;
}


#aboutUs .ab-head P{
  text-align-last: center;
  font-weight: 500;
  margin-top: 10px;
  font-size: 20px;
  color: #15707c;
  font-family: cursive;
  line-height: 28px;
}
#aboutUs  P{
  font-size: 13px;
  line-height: 2rem;
  text-align: justify;
  text-align-last: center;

}
#aboutCeo{
  text-align: center;
}
#aboutCeo.section h4{
  text-align: center;

}
#aboutCeo.section  p{
  font-size: 14px;
    padding: 0 20px;
}

/* service  for mobile*/


#service{
  padding-bottom: 0;
}
.service-wrap{
    cursor: pointer;
    padding: 0;
    width: 100%;
    height:400px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
}
.service-wrap .service-box{
    
    color: #fff;
    padding: 70px 20px;
  
    right: 0;
    position: absolute;
    width: 65%;
    height: 100%;
    background: rgba(0, 0, 0, 0.671);
    transform: translateX(100%);
    transition: all .5s ease;
}
.service-wrap .service-box h5{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-wrap .service-box p{
  text-align: justify;
  
  
  font-size: 13px;
    color: #fff;
}
.service-wrap .service-box  i{
    margin-top: 10px;
    color: #3bb3c3;
    font-size: 25px;
}
.service-wrap:hover .service-box{
  transform: translateX(0);

}

.cd-headline {
  height: 187px;
  padding: 40px 42px !important;
  
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.2;
}





}
.graphic-sideblock{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #d32608;
 
    height: 100%;
    text-align: center;
    
   
    writing-mode: vertical-rl;

  }
  .web-sideblock{
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #0395a8;
    
    height: 100%;
    text-align: center;
    
   
    writing-mode: vertical-rl;

  }

  .web-sideblock h3,
  .graphic-sideblock h3 {
    font-size: 22px;
    padding: 0 20px;
    font-weight: 600;
    color: #fff;
  }
  .web-sideblock h3 i,
  .graphic-sideblock h3 i{
    opacity: .3;
    font-size: 20px;
  }

  /* "belt-block */
  .belt-block{
    position: relative;
    width: 100%;
    
    background-image: url(../images/belt.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    z-index: 1;
  }

  .belt-block::after{
    top: 0;
    left: 0;
    right: 0;
bottom: 0;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    
    background-color: rgba(1, 77, 80, 0.76);
    color: #fff;
  }

  .cd-headline {
    padding: 40px 0;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.2;
  }
  
 
  .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  
  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
  }
  
  .cd-words-wrapper b.is-visible {
    position: relative;
  }
  
  .no-js .cd-words-wrapper b {
    opacity: 0;
  }
  
  .no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
  }
  
  /* xclip */
  .cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
  }
  
  .cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
  }
  
  .cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
  }
  
  .cd-headline.clip b {
    color: #fac800;
    opacity: 0;
  }
  
  .cd-headline b.is-visible {
    opacity: 1;
    font-weight: 700;
  }
  
#weDeantz{
  padding: 50px 0;
}



  ul.deantWeP li{
    text-align: justify;
    font-size: 15px;

    margin: 0;
    padding-left: 3em;
    

    padding-bottom: 20px;
  }
  ul.deantWeP{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  /* ul.deantWeP li:before {
    font-size: 20px;
    content: "\f1b2";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -26px;
    width: 1.3em;
  } */

  ul.deantWeP i{
    font-size: 15px;
    padding-left: 10px;
    float: left;
    padding-top: 5px;
    font-size: 20px;
    color: #3bb3c3;
  }
  /* ul.deantWeP li span{
    font-size: 30px;
    font-weight: 700;

  } */

  .weLeftimg img{
    width: 520px;
   
  }



  #contact1 {
    padding: 60px 0;
  }
  
  #contact1 .contact-info {
    margin-bottom: 20px;
    text-align: center;
  }
  
  #contact1 .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #3bb3c3;
  }
  
  #contact1 .contact-info address,
  #contact1 .contact-info p {
    margin-bottom: 0;
    color: #000;
  }
  
  #contact1 .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
  }
  
  #contact1 .contact-info a {
    color: #000;
  }
  
  #contact1 .contact-info a:hover {
    color: #3bb3c3;
  }
  
  #contact1 .contact-address,
  #contact1 .contact-phone,
  #contact1 .contact-email {
    margin-bottom: 20px;
  }
  

  .camredes {

  }

  /* comred */

  #camredes{
    background-color: #e4e4e4;
    padding: 90px 0 70px 0;
    
   
  }
  #camredes .ab-head h4{
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
  
  }
  #camredes .ab-head h4 span{
    font-weight: 700;
  }
  #camredes .ab-head h6{
    
    color: #999;
    font-size: 22px;
  }
  
  

  #camredes  P{
    font-size: 13px;
    line-height: 2rem;
    text-align: justify;
    
  
  }
 
 
 /* ===== Brandtilz Platform Section Fix ===== */

.work-wrap .item-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 10px;
}
.work-wrap {
    overflow: hidden;
    border-radius: 12px;
}

.work-wrap img {
    transition: transform 0.4s ease;
}

.work-wrap:hover img {
    transform: scale(1.08);
}
/* Brandtilz Featured Platforms Logo Fix */

#ourProduct .pro-img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#ourProduct .pro-img img {
    width: auto !important;
    max-width: 145px !important;
    height: auto !important;
    max-height: 100px !important;
    object-fit: contain !important;
}
