/* color css */
:root {
    --orange: #a38857;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --black: #000000;
    --bggrey: #f9f9f9;
    --lightgrey: #6b6b6b;
    --ingrey: #ced4da;
    --ingrey: #ced4da;
    --light: #999999;
}
 /* [Table of content]
=================
[01] Default css
[03] Navbar
[06] Hero Section
[07] Subscribe Section
[08] Welcome Section
[09] About us Section
[10] Our Services Section
[11] Team Section 
[12] Portfolio Section
[13] Marketing Section
[14] Expert Feadback Section
[15] Our Latest Pricing Section
[16] Marketing Section
[17] Work With Us  Section
[18] Contact Us Section
[19] Footer  Section

====================
[ End table of content]
====================*/

  /* Default css */
html {
  height: 100%;
}

body {
  font-size: 16px;
  color: var(--light);
  background: var(--white);
  font-family: 'Roboto', sans-serif;
  line-height: 1.321em;
  letter-spacing: 0.009em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;

}

* {
  margin: 0px;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style-type: none;
   
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
  display: inline-block;
  outline: 0!important;
  text-decoration: none!important;
  transition: .4s;
}

a:focus {
    outline: none;
    box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 700;
    color: var(--black);  
    line-height: 1.5;
    word-wrap: break-word;      
    letter-spacing: 1px;
    
}

h1 {
    font-size: 42px;
    /* = 42px */
    margin-bottom: .5em;
}

h2 {
    font-size: 36px;
    /* = 36px */
    margin-bottom: .75em;
}

h3 {
    font-size: 30px;
    /* = 30px */
    margin-bottom: .857em;
}

h4 {
    font-size: 24px;
    /* = 24px */
    margin-bottom: .5rem;
}

h5 {
    font-size: 18px;
    /* = 18px */
    margin-bottom: 1.125em;
}

h6 {
    font-size: 16px;
    /* = 16px */
    margin-bottom: 1.285em;
}

p {
    margin: 0 0 20px 0;    
  
    font-size: 15px;  
    font-weight: 300;
    color: var(--light);
    line-height: 1.5;
}
button:focus{
  outline: none;
}
.grapping{
  padding: 100px 0;
}
.btn-secondary {
    background: var(--white);
    border-color: var(--white);
    font-weight: 500;
    color: #331c51;
}
.btn {
  font-weight: 700;
  font-size: 15px;
  border: none;
  padding: 10px 33px;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.title-box{
  text-align: center;
  margin-bottom: 50px;
  margin-top: -8px;
  
}
.title-box h2 {
  font-size: 30px;
  
  margin-bottom: 15px;
}
.title-box p {
  font-size: 17px;
  max-width: 535px;
  margin: 0 auto ;
  line-height: 1.5;
  font-weight: 400;
}
.sub-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 0 15px;
}
.sub-title span{
  color: var(--orange);
}
.white-bg{

  box-shadow: 7px 5px 30px rgba(72,73,121,.15);
  padding: 25px;
  background: var(--white);;
  position: relative;
  transition: .4s;
}
.coman-box i {
  font-size: 50px;
  color: var(--grey);
  background: var(--grey);
 
}

.coman-box h4 {
  font-size: 20px;  
  margin-bottom: 10px;
  margin-top: 15px;
}
.coman-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: var(--grey);
  margin-bottom: 0;
}

 /* End  Default css */
/* Page Start css*/
/* Navbar separate CSS file Name Tdsheader.css   */
/* Hero Section Star separate CSS file Name Tdsbanner.css   */
/*Subscribe Section Start css*/
.subscribe-box{
  background: var(--orange);
  padding: 50px 0;   
}
/* About us Section Start separate CSS file Name Tdsaboutslider.css   */
/*Our Services Section Start css*/
.ourservice-box{
  margin-bottom: 15px;
  margin-top: 15px;
  transition: 0.5s;
}
.ourservice-box:hover{
  
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 0.5s;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);

}
/*Team Section Start css*/
.expert-team{
  background: var(--bggrey);
}
.team-box {
  box-shadow: 7px 5px 30px rgba(72,73,121,.15);
  background: var(--orange);
  position: relative;
  transition: .4s;
  padding-top: 01px;
  padding: 50px 25px 25px;
  margin-top: 85px;
  border: 1px solid var(--orange);
  
}
.team-box p{
  margin-bottom: 20px;
}
.team-img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: 1px solid var(--orange);
  margin: -131px auto 0;
  

}
.social-icon-team .list-group-item{
  font-size: 14px;
  color: var(--orange);
  border-radius: 0;   
  margin: 0 7px;
  padding: 0;
  text-align: center;
  border: none;
}
.social-icon-team .list-group-item i{
  font-size: 20px;
}
.social-icon-team .list-group-item:hover{
  color: var(--black);
  background: transparent;
  
}
.social-icon-team {
  flex-direction: row;
  padding: 10px;
  
  align-items: center;
  background-color: var(--white);
  max-width: 170px;
  border-radius: 46px;
  justify-content: center;
  margin: 0 auto -40px;

} 

/* ourportfolio separate CSS file Name Tdslightbox.css   */

/* Marketing Section Start css*/
.marketing-section{
  background: var(--orange);
}
.marketing-section .media-left {
 
  width: 70px;
  background: var(--white);
  height: 70px;
  text-align: center;
  line-height: 70px;
  color:var(--orange);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 30px;
  transition: .4s;
  margin-right: 15px;
}
.markrt-box{
  margin-bottom: 35px;
}
.markrt-box:last-child{
  margin-bottom: 0;
}
.markrt-box .media-heading{
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 15px;
  
 
  
}
.markrt-box .media-body{
 
  font-size: 16px;
  color: var(--white);
  line-height: 1.5;
  margin: 0 0 0px;

}
/* Expert Feadback Section Start separate CSS file Name Tdsfeedbackslider.css  */
/* Our Latest Pricing Section Start separate CSS file Name Tdspricingtable.css  */
/* Our Latest News  Section Start css*/
.latestnews{
  background: var(--bggrey);
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  margin:5px 0 20px;


}
.card.card-body{
  border: none;
}
/* Work With Us  Section Start css */
.workwithus{
  background: var(--orange);
}
/* Contact Us Section Start css*/
.address-box {
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
  padding: 25px 25px 25px 115px;
  position: relative;
}
.contactus h4{
  margin-top: 20px;
  line-height: 1;
}
.address-box .media-left {
  font-size: 35px;
  position: absolute;
  left: 25px;
  top: 50%;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  color: var(--orange);
  border: 1px solid var(--orange);
  transition: .4s;
  transform: translateY(-50%);
}
.address-box:hover .media-left{
  color: var(--white);
  background-color:var(--orange);
}
.address-box .media-body{
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;

}
.address-box .media-body h4{
  line-height: 25px;
  margin-top: 0px;
  font-size: 18px;
}
.address-box p{
  margin-bottom: 0;
}
.address-box a{
  margin: 0;
  line-height: 20px;
  font-weight: 400;
  color:var(--light);
}
.address-box a:hover{
  color:var(--orange);
}
.social-icon .list-group-item{
  width: 50px;
  height: 50px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--white);
  border-radius: 100%;  
  line-height: 50px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
}
.social-icon .list-group-item:hover{
  background: transparent;
  color: var(--orange);
}
.social-icon.list-group {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
}
.social-icon .list-group-item:last-child, .social-icon .list-group-item:first-child{ border-radius: 100%;}
.form-control {
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem; 
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--ingrey);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #495057;  
  border-color: var(--ingrey);
  outline: 0;
  box-shadow: none
}

textarea.form-control {
  height: 90px;
  resize: none;
}
textarea.form-control {
  height: 110px;
}
.btn-primary {
  color:var(--white);
  background-color: var(--orange);;
  border:1px solid var(--orange);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle  {
  color: var(--orange);
  background-color: var(--white);
  border:1px solid var(--orange);
  outline: none;
  box-shadow: none !important;
  
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    color: var(--white);
    background-color: #331c51;
    box-shadow: none !important;
}
/*Footer  Section Start separate CSS file Name Tdsfooter.css  *//* Navbar css */

a.navbar-brand {
    color: var(--white);
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 2rem;
    font-family: 'zeroesone';
    text-transform: uppercase;

}
a.navbar-brand img {
    width: 145px;
} 
nav.fixed-top .logoblack, nav.fixed-top.is-sticky .logowhite{
display: none;
transition: 0.5s;
} 
nav.fixed-top .logowhite{
    display: block;
    transition: 0.5s;
}


/*
nav.fixed-top.is-sticky .logoblack{
    display: block;
    transition: 0.5s;
}*/
nav.fixed-top {
  /* position:absolute;*/
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 999;
}
.fixed-top {
    position: absolute;
}
a.navbar-brand:hover {
    color: var(--white);
}
/*
.fixed-top.is-sticky {
    
    background-color: #fff!important;
    box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
    -webkit-animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
    animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
}*/
a.navbar-brand span{
    color: var(--orange);
}
nav a, .navbar-nav .nav-link {
    cursor: pointer;
    color: #331c51;
    transition: 0.5s;
    font-weight:700
}/*
.is-sticky .navbar-nav .nav-link, .is-sticky  a.navbar-brand{
    color:var(--black);
    transition: 0.5s;
}*/
.navbar-toggler{
    z-index: 9999;
}
nav a:hover,  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active{
 
}
nav{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;font-size:18px
}
@keyframes fadeInDown{
0% {
    -webkit-transform: translate3d(0,-100%,0);
    opacity: 0;
    transform: translate3d(0,-100%,0);
}
100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
}
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0;
}

@media only screen and (max-width: 767px){
   .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/menu.svg);
    }
    a.navbar-brand img {
        width: 81px;
    }
    .navbar-toggler{
        padding-right: 0;
    }
  
    nav.navbar .menu-ul{
        background-color: var(--white);
        padding: 60px 0 15px;
        position: fixed;
        top: 0;
        right: 0;
        display: block !important;
        width: 60% !important;
        text-align: center;
        bottom: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
        height: auto !important;
        overflow: auto;
        border-radius: 0;
        border-left: 1px solid var(--orange);
    }
    nav.navbar .menu-ul.show {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
        nav.navbar .menu-ul:after {
            width: 50px;
            height: 50px;
            background: #a38857;
            position: absolute;
            content: "";
            top: -10px;
            left: -10px;
            border-radius: 100%;
        }
        nav.navbar .menu-ul::before {
            width: 50px;
            height: 50px;
            background: #a38857;
            position: absolute;
            content: "";
            bottom: -10px;
            right: -20px;
            border-radius: 100%;
        }
    .navbar-toggler span {
        position: relative;
        width: 25px;
        height: 2px;
        background-color: var(--orange);
        display: inline-block;
        vertical-align: middle;
        top: 50%;
        transform: translateY(-50%);
    }
    .navbar-toggler span::before, .navbar-toggler span::after {
        position: absolute;
        content: "";
        width: 17px;
        height: 2px;
        background-color:var(--orange);
        right: 0;
        transition: all 0.5s;
        animation: openCloseByeSpan 300ms linear forwards;
    }
    .navbar-toggler span::before{
        top: -7px;
    }
    .navbar-toggler span::after {
        top: 7px;
    }
   
}/* Hero Section Start css */
.banner-img {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;

    width: 100%;
    min-height: 600px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    position: relative;

}

.banner-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    background-position: 50%;
    
    background-repeat: repeat;
    background-position: 0 top;
}
.banner .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.banner-text h1, .banner-text p{
    color:var(--white);text-transform:none !important
}
.banner-text h1 {
font-size:40px}
h1 {
    font-size: 2.8rem;
    text-transform: uppercase;
}
.banner-text{
    padding: 0 25px;
}
.banner-text p{
    font-size: 20px;
    letter-spacing:1px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.banner-text h1 span{
    color: var(--orange);
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}


.banner .banner-owl .owl-nav [class*=owl-] {
    position: absolute;
    left: 40px;
    top: 45%;
    font-size: 0px;
    width: 40px;
    height: 60px;
    text-align: center;
    color: var(--white);
    line-height: 50px;
    margin: 0;
    background:var(--orange);
    border-radius:100%;
    transition: .4s;
    background-size: 100%;
}
.banner .banner-owl .owl-nav .owl-next {
    left: auto;
    right: 40px;
    
    cursor: pointer;
    background:url(../images/next.svg) no-repeat center;
}
.banner .banner-owl .owl-nav {
    margin-top: 0;
}

.banner .banner-owl .owl-nav .owl-prev{
    background:url(../images/back.svg) no-repeat center;
}
/* About us page csss */
.about-box{
    background: var(--bggrey);
  }
.progress-bar {
    background-color: #a38857;
}
  .progress{
    height: 0.7rem;
    border-radius: 25px;
  }

.about-box .carousel-indicators li{
    height: 30px;
    width: 30pox;
    background-color: var(--grey);
    border-radius: 100%;
}
.why-choose {
    text-align: center;
    background: #fff;
    margin-top: 20px;
}
.why-box{
    padding: 15px;
}

.why-choose .col-md-4:first-child .why-box {
    border-bottom: 1px solid #eee;
}

.why-choose .col-md-4:nth-child(2) .why-box {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.why-choose .col-md-4:nth-child(3) .why-box  {
    border-bottom: 1px solid #eee;
}
.why-choose .col-md-4:nth-child(5) .why-box  {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.why-box i {
    font-size: 35px;
    color: #a38857;
    transition: .4s;
}
.why-box h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--orange) !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
    margin: 0 5px!important;
    background: #d7d7d7!important;
    border-radius: 50%!important;
    transition: .4s!important;
}
.owl-item .title-box p{
    margin-left: 0;
}/* Expert Feadback Section Start  css*/

.expertfeesback{
    background: var(--bggrey);
  }

.feedback-box {
    background: var(--white);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.06);
    padding: 25px;
    border-radius: 5px;
    margin-top: 25px;
    z-index: 1;
    position: relative;    
    transition: 0.5s;
}
.client-info {
    position: relative;
    padding-left: 118px;
    margin-bottom: 10px;
}
.client-info .client-img {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100px;
}
.client-info .client-img img {
    border-radius: 20px
}
.feedback-owl .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
.feedback-box p{
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 15px;
    transition: 0.5s;
    
}
.client-info h5{
    text-transform: capitalize;
    line-height: 1.3;
    transition: 0.5s;
}
.feedback-box:hover{
    background-color: var(--orange);
    transition: 0.5s;
}
.feedback-box:hover p, .feedback-box:hover .client-info h5{
    color: var(--white);
    transition: 0.5s;
}/* Portfolio Section Start  css*/
.ourportfolio{
    background: var(--white);
  }
  
.portfolio-box h5{
    margin-bottom: 0;
    text-transform: uppercase;
}
.portfolio-box{
    margin-bottom: 30px;
    
   
}

.portfolio-img{
    overflow: hidden;
}
.portfolio-img img{
    transform:scale(1);
    transition: 0.5s;
}
.portfolio-img:hover img{
    transform:scale(1.2);
    transition: 0.5s;
}
.ourportfolio .row .col-md-4:nth-child(4) .portfolio-box, .ourportfolio .row .col-md-4:nth-child(5) .portfolio-box, .ourportfolio .row .col-md-4:nth-child(6) .portfolio-box{
    margin-bottom: 0;
}/* Our Latest Pricing Section Start  css*/

.pricing-tab .nav-tabs {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    border: none;
}
.pricing-tab .nav-tabs a {
  
    background: var(--bggrey);
    border: none;
    border-radius: 30px;
    margin: 0 5px;
    font-weight: 700;
    font-size: 15px;
    padding: 9px 35px;
    color: #686868;
    line-height: 1.5;
    cursor: pointer;
}
.pricing-tab .nav-tabs a.active, .pricing-tab .nav-tabs a:hover {
    background: var(--orange);
    color: #fff;
}
.nav-tabs li{ 
    display: inline-block;
}

.pricing-table {
    text-align: center;
   
    padding-bottom: 25px;
    border-radius: 5px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    border: 1px solid transparent;
    transition: .4s;
}
.pricing-header {
    padding: 40px 20px;
    border-bottom: 1px solid #e4e4e4;
    transition: .4s;
    font-size: 18px;
    font-weight: 700;
    color:var(--black);
    text-transform: uppercase;
}
.price {
    font-size: 34px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px;
    color: var(--orange);
}
sup {
    top: -.5em;
}
.pricing-features {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
}
.pricing-features li {
    font-size: 15px;
    font-weight: 400;
    color: var(--light);
    margin-bottom: 20px;
}

.pricing-table.active{
    border: 1px solid var(--orange);
}
.pricing-table.active .pricing-header {
    background: var(--orange);
    color: var(--white);
}
/* Footer  Section Start  css*/
footer {
    background: #331c51;
    padding: 25px 0;
}
footer p{
    color: var(--white);
    margin: 0;
}
.footer-menu{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-end;
   
}
.footer-menu a{
    color: var(--white);
    background-color: transparent;
}
.footer-menu a:first-child:before {
    display: none;
}
.footer-menu a:hover{
    color: var(--orange);
}
.footer-menu a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: #fff;
    width: 2px;
    height: 15px;
}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .why-box h5 {
    font-size: 12px;
    font-weight: 500;       
}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  .banner-img{
      height: auto;
      min-height: 600px;
  }
  nav.fixed-top{
    padding:12px 15px;
  }
  h1{
      font-size: 32px;
      line-height: 1.3;
  }
  h4{
    font-size: 24px;
  }
  p{
    font-size: 14px;
  }
  .banner-text p{
      font-size: 16px;
      line-height: 1.4;
  }
  .banner .banner-owl .owl-nav .owl-prev{
      width: 25px;
      left:15px;
  }
  .banner .banner-owl .owl-nav .owl-next{
    width: 25px;
    right:15px;
      
  }
  .wel-box, .team-box, .card, .marketing-img, .about-img, .portfolio-box{
    margin-bottom: 40px;
  }
 .card.card-body{
    
    margin-bottom: 0;
 }
  .team-img{
    width: 100px;
    height: 100px;
  }
  .grapping {
    padding: 65px 0;
  }
  .title-box{
    margin-bottom: 40px;
  }
  .title-box h2 {
    font-size: 22px;
    
    margin-bottom: 14px;
  }
  footer p, .footer-menu a{
    font-size: 14px;
    text-align: center;
  }
  .footer-menu{
    justify-content: center;
  }
  .footer-menu a:first-child{
    padding-left: 0px;
  }
  .contactus .row .col-md-12:first-child .address-box{
    margin-bottom: 30px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  a.navbar-brand{
    font-size: 1.8rem;
  }
  .coman-box h4{
    font-size: 18px;
    margin: 10px 0;
  }
  .marketing-img img, .about-img img{
    width: 100%;
  }
  .card-body{
    padding: 1rem;
  }
  .card-title{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .title-box p{
    font-size: 15px;
  }
  .pricing-features li {
    font-size: 14px;

    margin-bottom: 13px;
  }
  .btn{
    font-size: 14px;
    padding: 8px 26px;
  }
  .white-bg{
    padding: 20px;
  }
  .modal-video .close{
    right: 0;
  }
  iframe {
    height: auto;
    min-height: 450px;
}
}
/* Medium devices (tablets, 768px and up) */
 @media (max-width: 767.98px) {

  .banner-img{
      height: auto;
      min-height: 600px;
  }
  h1{
      font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  .banner-text p{
      font-size: 16px;
      line-height: 1.3;
  }
  .banner .banner-owl .owl-nav .owl-prev{
      width: 25px;
      left:15px;
  }
  .banner .banner-owl .owl-nav .owl-next{
    width: 25px;
    right:15px;
      
  }
  .wel-box, .team-box, .card, .marketing-img, .about-img, .portfolio-box{
    margin-bottom: 40px;
  }
 .card.card-body{
    
    margin-bottom: 0;
  }
  .team-img{
    width: 100px;
    height: 100px;
  }
  .grapping {
    padding: 65px 0;
  }
  .title-box{
    margin-bottom: 40px;
  }
  .title-box h2 {
    font-size: 22px;
    
    margin-bottom: 14px;
  }
  .navbar-nav .nav-link, nav a{
    color: var(--black);
  }
  footer p, .footer-menu a{
    font-size: 14px;
    text-align: center;
  }
  .footer-menu{
    justify-content: center;
  }
  .footer-menu a:first-child{
    padding-left: 0px;
  }
  .portfolio-box img{
    width: 100%;
  }
  .ourportfolio .row .col-md-4:nth-child(4) .portfolio-box, .ourportfolio .row .col-md-4:nth-child(5) .portfolio-box, .ourportfolio .row .col-md-4:nth-child(6) .portfolio-box{
    margin-bottom: 30px;
  }
  .pricing-table{
    margin-bottom: 30px;
  }
  .tab-pane .row [class*="col-"]:last-child  .pricing-table{
    margin-bottom: 0;
  }
  .banner-text .btn{
    font-size: 14px;
    padding: 10px 20px;
  }
  .banner-text{
    padding:  0 15px;
  }
  .why-choose .col-md-4:nth-child(2) .why-box  {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.why-choose .col-md-4:nth-child(3) .why-box  {
  border-bottom: 1px solid #eee;
  border-right: 1px solid transparent;
  border-left: 1px solid #eee;
}
.why-choose .col-md-4:nth-child(4) .why-box  {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.owl-theme .owl-nav.disabled + .owl-dots{
  margin-top: 30px;
}
.markrt-box .media-heading {
  font-size: 18px;
  
  margin: 0 0 10px;
}
.markrt-box .media-body{
  font-size: 14px;
}
.address-box .media-body h4{
  font-size: 16px;
}

}
 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  h1{
    font-size: 22px;
  }
  .banner-text p{
    font-size: 14px;
  }
  iframe {
    height: auto;
    min-height: 250px;
}
.modal-body{
  padding: 0.5rem;
}
  
}
/* Static HTML conversion adjustments */
body { overflow-x: hidden; }
.navbar-brand { min-height: 42px; display:flex; align-items:center; }
.navbar-brand img { display:block; }
.navbar-nav { align-items:center; }
.skill-row { display:flex; justify-content:space-between; margin-top:18px; margin-bottom:7px; color:var(--black); }
.skill-row strong { font-size:14px; }
.subscribe-form .form-control { height:48px; border:0; }
.subscribe-form .btn { border-radius:0 4px 4px 0; padding-left:20px; padding-right:20px; }
.coman-box > i { background:transparent; color:var(--orange); display:inline-block; }
.team-img img { width:100%; height:100%; object-fit:cover; }
.social-icon-team .list-group-item { background:transparent; }
.social-icon-team .list-group-item i { color:var(--orange); background:transparent; }
.social-icon .list-group-item i { background:transparent; color:inherit; }
.portfolio-img a, .portfolio-img img { display:block; width:100%; }
.portfolio-img img { aspect-ratio:350/261; object-fit:cover; cursor:zoom-in; }
.marketing-section .media-left { flex:0 0 70px; display:flex; align-items:center; justify-content:center; line-height:1; }
.marketing-section .media-left i { line-height:1; }
.card { border:0; box-shadow:0 2px 15px rgba(0,0,0,.05); }
.pricing-tab .nav-tabs li { margin:0 5px; }
.pricing-tab .nav-tabs a { display:block; }
.footer-menu .list-group-item { position:relative; border:0; border-radius:0; padding:.75rem 1.25rem; }
.custom-modal, .lightbox-modal { display:none; position:fixed; inset:0; z-index:2000; background:rgba(0,0,0,.85); align-items:center; justify-content:center; padding:25px; }
.custom-modal.open, .lightbox-modal.open { display:flex; }
.custom-modal-dialog { width:min(900px, 96vw); background:#fff; position:relative; padding:10px; border-radius:4px; }
.modal-close { position:absolute; right:-14px; top:-14px; width:36px; height:36px; border-radius:50%; border:0; background:var(--orange); color:#fff; z-index:2; font-size:20px; }
.video-wrap { position:relative; padding-bottom:56.25%; height:0; overflow:hidden; }
.video-wrap iframe { position:absolute; inset:0; width:100%; height:100%; min-height:0; }
.lightbox-modal figure { margin:0; max-width:min(1000px, 82vw); text-align:center; }
.lightbox-modal img { max-width:100%; max-height:82vh; box-shadow:0 10px 50px rgba(0,0,0,.45); }
.lightbox-modal figcaption { color:#fff; margin-top:12px; font-size:16px; }
.lightbox-close, .lightbox-prev, .lightbox-next { position:absolute; border:0; background:transparent; color:#fff; font-size:48px; z-index:2; }
.lightbox-close { right:28px; top:12px; font-size:44px; }
.lightbox-prev { left:30px; top:50%; transform:translateY(-50%); }
.lightbox-next { right:30px; top:50%; transform:translateY(-50%); }
.owl-carousel .owl-item img { width:100%; }
.banner .owl-carousel .owl-item img { width:auto; }

@media (max-width:767.98px){
  nav.fixed-top { padding:10px 15px; }
  nav.navbar .menu-ul { display:block !important; }
  .navbar-toggler { display:block; border:0; width:40px; height:34px; }
  .navbar-nav { align-items:stretch; }
  .navbar-nav .nav-link { padding:12px 20px !important; }
  .menu-ul .navbar-nav { margin-top:0; }
  .custom-modal, .lightbox-modal { padding:12px; }
  .lightbox-prev { left:6px; }
  .lightbox-next { right:6px; }
  .lightbox-modal figure { max-width:88vw; }
  .address-box { margin-bottom:25px; }
}

/* Local icon compatibility: converted from IcoFont to bundled Font Awesome */
i.fa-solid, i.fa-regular, i.fa-brands {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width:767.98px) {
    .h-220 {
        height: 219px
    }

    .h-300 {
        height: 300px
    }
        .h-350 {
        height: 320px
    }

    .why-box h5 {
    height:50px}

    .h-125 {
    
    
    height:125px}

}
.border-radius {
border-radius:20px}



@media (max-width: 575px) {
    .banner-text h1 {
        font-size: 22px;
    }
}