/***************-Global Styles-*****/
body, .container-fluid, .row, .col-md-12 ,.col-md-6,.col-md-3,.col-md-4,.col-md-8{
    padding:0;
    margin:0;
}
/********SIDEBAR***********************************/
.sidenav{
    position: fixed;
    width: 100%;
    display: none;
    z-index: 9999999999;
}
.sidenav .fa-bars{
    color: #ff0000;
}
.about-nodisplay{
    display: none;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9999999999;
}
.sidemenu-head a{
    color: #ff0000;
}

/* Overlay closing cross */
.overlay .overlay-close .far {
    padding: 5px;
    color: #ff0000;
    font-size: 25px;
    font-weight: 300;
}
.overlay .overlay-close .far:hover {
    color: #fff;
}
.overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}
.overlay ul li a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    display: block;
    font-size: 22px;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.overlay ul li a:hover,.overlay ul li a:focus {
    color: #ff0000;
    text-decoration: none;
}
/***************-Global Styles Ends-*****/
/***************-Landing Page-*****/
#landing-page {
    height: 100vh;
}
/****-Navbar Starts-****/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:125px;
    min-height: 56px;
    max-height:125px;
    background:transparent;
}
.brand{
    position: fixed;
    top:6px;
    width: 130px;
    height: 130px;
    padding:5px;
    display:block;
    border-radius: 50%;
    background-color:rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
}
.brand-logo{
    position:relative;
    left:5px;
    height: 110px;
    width:110px;
}
.main-menu{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80px;
    padding-top:20px;
    padding-right: 20px;
    background-color:rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
}
.navbar-toggler {
    position:absolute;
    right:10px;
    font-size: 80%;
    padding: 10px;
    color: #ea0909;
    font-size:16px;
    border: 1px solid #ea0909;
}
.navbar-collapse {
    position:relative;
    top:0px;
    width:100%;
    color: #f9f9f9;
    text-align:right;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar .navbar-nav .active > .nav-link .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show > .nav-link {
    color:#ff0000;
    font-family:'Roboto Condensed';
    font-weight:500;
}
.navbar .navbar-nav .nav-link {
    padding: 10px 0px;
    margin-right:10px;
    font-size:16px;
    font-weight:500;
    color:#fff;
    padding-left:30px;
    font-family:'Roboto Condensed';
}
.navbar .navbar-nav .nav-link:hover{
    color:#ff0000;
    font-family:'Roboto Condensed';
    font-weight:500;
}
/****-Navbar Ends-****/
/****-Navbar Shrink Starts-****/
.shrink{
    height: 50px;
    padding-top:5px;
    -webkit-transitions: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.shrinklog{
    top:3px;
    width: 100px;
    height: 100px;
}
.shrinklog .brand-logo{
    height: 80px;
    width:80px;
}
/****-Navbar Shrink Ends-****/

/****-Slider Starts-****/
.first-cell{
    padding: 200px 0px;
    text-align: center;
    visibility: hidden;
    color: #fff;
    font-family: 'Roboto Condensed';
    background: rgba(0,0,0,0.5);
}
.carousel{
    position: absolute;
    top: 0;
}
#carousel-1, .carousel-inner, .carousel-item {
   height:100%;
   width:100%;
}
 .carousel-item .img-fluid{
   height:100%;
   width:100%;
 }
#backgroud-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
}
#cover-text  h1,#cover-text  h3,#cover-text  p {
    color:#fff;
    /* font-size:45px; */
    font-weight:800;
    font-family:'Ubuntu';
}
#cover-text {
    text-align:center;
}
div#text-container.container {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:1200px;
    padding:0;
}
.col-sm-12.landing-text-container {
    width:100%;
    /*text-align:center;*/
    display:table;
}
div.valign {
    display:table-cell;
    height:100vh;
    vertical-align:middle;
}
.fa.fa-star {
    color:#ff0;
}
.btn.red {
    background-color:#ff0000;
    border:#ff0000;
    border-radius:0;
}
.container-fluid.first {
    height:100%;
}
.down-link {
    position:absolute;
    top:90vh;
    left:49%;
    font-size:25px;
    color:#fff;
}
.down-link:hover {
    color:#ff0000;
}
/****-Slider Ends-****/
/***************-Landing Page Ends-*****/

/***************-WhatWeDo Page Starts-*****/
#whatwedo {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-right: 20px;
}
.whatwedo-head {
    margin-top: 20px;
    width:100%;
    text-align:center;
}
.whatwedo-head h1 {
    padding-bottom:5px;
    font-family:'Ubuntu';
    font-weight:800;
}
.whatwedo-title:after {
    content:"";
    display:block;
    margin:0 auto;
    width:10%;
    padding-top:5px;
    border-bottom:2px solid #ff0000;
}
.whatwedo-image {
    padding-top: 20px;
    padding-left: 120px;
    height:330px;
    width: 100%;
}
.whatwe-content {
    padding-left:20px;
    padding-top:40px;
}
.whatwe-content .italics {
    padding-top:25px;
    font-family:'Roboto Condensed';
    font-weight: 600;
}
.whatwe-content h5{
    font-family:'Roboto Condensed';
    font-weight: 600;
}
.whatwedo-head p {
    font-size:15px;
    font-family:'Roboto Condensed';
}
.whatwe-content p {
    padding-top:20px;
    font-family:'Roboto Condensed';
    font-weight: 600;
    font-size:15px;
}
/***************-WhatWeDo Page Ends-*****/

/***************-HowWeDo Page Starts-*****/
#howwedo {
    padding-top: 80px;
    padding-right: 20px;
}
.howwedo-head {
    margin-top: 20px;
    width:100%;
    text-align:center;
}
.howwedo-head h1 {
    padding-bottom:5px;
    font-family:'Ubuntu';
    font-weight:800;
}
.howwedo-title:after {
    content:"";
    display:block;
    margin:0 auto;
    width:10%;
    padding-top:5px;
    border-bottom:2px solid #ff0000;
}
.howwedo-head > p {
    font-size:14px;
    font-family:'Roboto Condensed';
}
.howwedo-left-content {
    padding: 10px;
    text-align:center;
    margin-right: 30px;
}
.howwedo-subtitle:after {
    content:"";
    display:block;
    margin:0 auto;
    width:10%;
    padding-top:5px;
    border-bottom:2px solid #ff0000;
}
.howwed-left-content h3 {
    font-weight:400;
    font-family:'Ubuntu';
    padding-bottom:20px;
    padding-top:10px;
}
.d-flex.point-box {
    padding-top: 5px;
    text-align:left;
}
.d-flex.point-box .fa {
    padding-top:4px;
}
.d-flex.point-box > p {
    padding-left:15px;
    margin:0;
    font-weight:200;
    font-family:'Roboto Condensed';
    font-size:14px;
}
.link{
    padding-left: 10px;
    text-align: inherit;
    color:rgba(255,0,0,1);
}
.checklist-link{
    padding-top: 20px;
    text-align: right;
    font-weight:400;
    font-family:'Roboto Condensed';
    font-size:12px;
    color: blue;
}
.howwedo-right-content {
    padding-top: 5px;
    width: 100%;
    text-align:center;
}
.howwedo-right-content > h3 {
    font-weight:400;
    font-family:'Ubuntu';
    padding-bottom:20px;
    padding-top:10px;
}
.howwedo-box-right{
    text-align: center;
    margin:5px;
    padding: 30px 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
}
.howwedo-box-right p{
    font-family:'Roboto Condensed';
}
.howwedo-box-right .fas{
    font-size: 25px;
    padding: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
    margin-right: 10px;
    color:#fff;
    border-radius: 10px;
    background: #ff0000;
}
.howdowe-h4 {
    font-weight:400;
    font-family:'Roboto Condensed';
    font-size:18px;
    padding-bottom:5px;
    padding-top:10px;
}
.howwedo-benefit-text{
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    margin:0;
    font-weight:200;
    font-family:'Roboto Condensed';
    font-size:14px;
}
.picture{
    height: 100%;
    width: 100%;
}
.picture .img-fluid{
    height: 100%;
    width: 100%;
}
/***************-HowWeDo Page Ends-*****/


/***************-OurTeam Page Starts-*****/
#ourteam {
    padding-top: 80px;
    padding-right: 20px;
}
.ourteam-head {
    margin-top: 10px;
    width:100%;
    text-align:center;
}
.ourteam-head h1 {
    font-family:'Ubuntu';
    font-weight:800;
}
.ourteam-title:after{
    content:"";
    display:block;
    margin:0 auto;
    width:10%;
    padding-top:5px;
    border-bottom:2px solid #ff0000;
}
.ourteam-head > p {
    font-size:14px;
    font-family:'Roboto Condensed';
}
.ourteam-content p {
    font-family:'Roboto Condensed';
    font-size: 14px;
}
.ourteam-content p:after {
    content:"";
    display:block;
    margin:0 auto;
    width:70%;
    padding-top:25px;
    border-bottom: 1px solid #000;
}
.ourteam-content {
    padding:5px 0px;
}
.ourteam-content h2{
    font-weight:400;
    color: #ff0000;
    font-family:'Ubuntu';
}
.down-div h4 {
    font-family:'Ubuntu';
    font-weight:400;
    color: #ff0000;
    padding-top: 10px;
}
.down-div {
    height: 100%;
    padding:20px 0px;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
    margin:  5px;
}
.down-div p {
    font-family:'Roboto Condensed';
    font-size:14px;
    text-align: center;
    padding:  10px;
    padding-bottom: 0px;
}
.down-div i{
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin: 5px 0px;
    margin-top: 10px;
    box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
}
.team-people{
    margin-left: 60px;
    padding: 0px 0px;
}
.team-about h5 {
    font-size: 16px;
}
.team-about {
    margin:15px 0px;
    padding: 10px 0px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
    border-right: 2px solid #ff0000;
}
.team-about p{
    padding: 0px 10px;
    padding-top: 5px;
    font-size: 12px;
    font-family: 'Roboto Condensed';
}
.team-about .image-class {
    width:90px;
    height:90px;
}
.image-class .img-fluid{
    height: 100%;
    width: 100%;
    border-radius:50%;
}
.team-about .d-flex{
    justify-content: center;
}
.team-names {
    margin-left: 10px;
    padding-top:15px;
}
.team-names .fab {
    padding-right:15px;
    font-size: 15px;
}
.team-names .fab:hover {
    color: #ff0000;
}
/***************-OurTeam Page Ends-*****/


/***************-FAQ's Page Starts-*****/
#frequent {
    padding-top: 60px;
    padding-bottom:60px;
    width: 100%;
    height: 100%;
}
.frequent-head {
    margin-top: 20px;
    width:100%;
    text-align:center;
}
.frequent-head h1 {
    padding-bottom:5px;
    font-family:'Ubuntu';
    font-weight:800;
}
.frequent-title:after {
    content:"";
    display:block;
    margin:0 auto;
    width:10%;
    padding-top:5px;
    border-bottom:2px solid #ff0000;
}
.frequent-head > p {
    font-size:14px;
    font-family:'Roboto Condensed';
    font-weight: 500;
}
.accordian-class{
    width: 100%;
    height: 100%;
}
.accordion{
    text-align: center;
    padding-top: 10px;
    background: transparent;
}
.card{
    width: 100%;
    border: 0px;
    text-align: left;
}
.card-header{
    background: transparent;
    border: 0px;
}
.card-link h6{
    font-size: 16px;
    font-family:'Roboto Condensed';
    font-weight: 600;
    border-left: 2px solid #ff0000;
    padding-left: 10px;
}
.card-link{
    position: relative;
    margin: 0px;
    background: transparent;
}
.card-body{
    font-size: 14px;
    font-family:'Roboto Condensed';
}
.card-link-icon{
    position: absolute;
    right: 0;
    float: right;
    height: 14px;
    padding: 0px;
    margin: 0px;
}
.collapse show{
    width: available;
    border: none;
    background: transparent;
}
/***************-FAQ's Page Ends-*****/

/***************-ReachUs Page Starts-*****/
.left-wall{
    height: 100%;
    width: 100%;
    background-image: url('../img/map.jpg');
    display: table;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.right-wall{
    padding-top: 65px;
    padding-bottom: 65px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
}
.reachus-head {
    width:100%;
    text-align:center;
    padding: 0 50px;
}
.reachus-head h1 {
    padding-bottom:5px;
    font-family:'Ubuntu';
    font-weight:800;
}
.reachus-title:after {
    content:"";
    display:block;
    margin:0 auto;
    width:10%;
    padding-top:5px;
    border-bottom:2px solid #ff0000;
}
.reachus-head > p {
    margin-top: 20px;
    font-size:14px;
    font-family:'Roboto Condensed';
}
.form-row{
    margin-top: 10px;
}
.form-group{
    margin: 0px;
    padding-right: 5px;
    width: 50%;
    height: 100%;
}

/***************-ReachUs Page Ends-*****/
/***************-Contact Us Page Starts-*****/
.content h4{
   font-weight: 800;
   text-decoration: underline;
   font-variant-caps: all-petite-caps;
   font-size: 30px;
}
.content h5{
   font-weight: 600;
   font-variant-caps: all-petite-caps;
   font-size: 20px;
 }
 .form #status{
   color: red;
   font-weight: 600;
   font-family: 'Roboto Condensed';
   font-variant-caps: all-petite-caps;
 }
.content{
    text-align: center;
    color: #000;
    background-color:rgba(0,0,0,0.16);
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto Condensed';
}
.form{
    padding: 0px 100px;
}
.form ::-webkit-input-placeholder{
    color: #999999;
    font-size: 16px;
    font-family:'Roboto Condensed';
    font-variant-caps: all-petite-caps;
    padding: 1%;
}
.form input[type=text],
.form input[type=email]{
    width: 100%;
    font-family:'Roboto Condensed';
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    overflow: auto;
    outline: none;
    font-size: 12px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form .countrycode{
  padding: 0;
  margin: 0;
  color: #999999;
font-family:'Roboto Condensed';
font-size:16px;
font-variant-caps: all-petite-caps;
margin-right: 10px;
margin-top: 12px;
}

.form select{
    border: none;
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
  height: 25px;
  width: 135px;

  margin-top: 15px;
    color: #999999;
  font-family:'Roboto Condensed';
  font-size:14px;
}
.form textarea[type=text]{
    width: 100%;
    font-family:'Roboto Condensed';
    background: transparent;
    color: #000;
    overflow: auto;
    outline: none;
    border-radius: 0px;
    border: 1px solid #999999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form input{
    height: 40px;
    padding: 0;
}
.form-row.btn-class .form-group{
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed';
}
/***************-Contact Us Ends-*****/
#payment{
    height: 100vh;
    padding-top: 80px;
}
/***************-Shareit Page Starts-*****/
.footer-dark {
    width: 100%;
    height: 100%;
    padding:20px 20px;
    color:#f0f9ff;
    background-color:#282d32;
}
.logo-seal{
    width: 100%;
    height: 100%;
    text-align: center;
}
.logo-seal img {
    margin-top: 30px;
    height:100px;
    width:100px;
    display:inline-block;
}
.text h6 {
    padding-top:9px;
    font-size:15px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
}
.text{
    justify-content: center;
}
.item.text a {
    color:#ff0000;
    font-size:14px;
    font-family:'Roboto';
}
.item{
    text-align: center;
    font-family: 'Roboto Condensed';
}
.texts{
    text-align: center;
}
.item h4,.item h3{
    font-size: 18px;
    color:#d2d2d2;
}
.copyright h4{
    font-weight: 300;
    font-size: 14px;
    padding-right: 40px;
    color:#d2d2d2;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    font-family: 'Roboto Condensed';
}
.copyright i{
    color:#d2d2d2;
    padding-top: 0px;
    padding-right: 8px;
}
.copyright i:hover{
    color: #ff0000;
}
.text1{
    text-align: center;
    padding-top: 20px;
}
.text1 ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.text1 ul li {
    display: block;
}
.text1 ul li a {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    display: block;
    font-size: 15px;
    color: #a0a0a0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.text1 ul li a:hover,
.text1 ul li a:focus {
    color: #ff0000;
    text-decoration: none;
}
.text2{
    padding-top: 12px;
    color: #a0a0a0;
}
.text h6{
    font-size: 15px;
}
.borderline:after{
    content:"";
    display:block;
    margin:0 auto;
    width:80%;
    padding-top:25px;
    border-bottom:1px solid #ff0000;
}
.social-elements{
    justify-content:center;
}
/***************-Shareit Page Ends-*****/
/*********tootltip****************/
#myTemplate p{
    padding: 0 50px;
}
#myTemplate img,#myTemplate2 img,#myTemplate3 img,#myTemplate4 img,#myTemplate5 img,#myTemplate6 img,#myTemplate7 img{
    height: 100%;
    width: 100%;
}
/***************-Media Styles Starts-**********/
@media only screen and (min-width: 1700px) {
    .col.right-down-pic img {
        height:100%;
        width:100%;
        padding-top:5px;
        padding-right:5px;
    }
    .col .row.firstpic {
        margin-left:0px;
    }
    #landing{
        height: auto;
    }
    #about-us {
        padding-top: 50px;
        padding-bottom: 50px;
        height:auto;
    }
    #howwe {
        padding-top: 50px;
        height:auto;
        padding-bottom: 50px;
    }
    #team {
        padding-top: 50px;
        padding-bottom:  50px;
        height:auto;
    }
    #appointment {
        padding-top: 50px;
        height:auto;
    }
}
@media only screen and (max-width: 1300px) {
    #landing{
        height: auto;
    }
    #about-us {
        padding-top: 50px;
        padding-bottom: 50px;
        height:auto;
    }
    #howwe {
        padding-top: 50px;
        height:auto;
    }
    #team {
        padding-top: 50px;
        padding-bottom:  50px;
        height:auto;
    }
    #appointment {
        padding-top: 50px;
        height:auto;
    }
    .col.about-right-one {
        text-align:end;
    }
    .about-left-one h1 {
        padding-top:8px;
        font-weight:800;
        font-family:'Ubuntu';
    }
    .about-left-one h5 {
        padding-top:8px;
        font-weight:800;
        font-family:'Ubuntu';
        color: #4e4e4e;
    }
    .about-left-one {
        display:table-cell;
        height:100%;
        vertical-align:middle;
        text-align:end;
    }
    .about-us-para {
        text-align:end;
    }
    .about-us-para p {
        padding:0;
        margin:0;
        color: #777777;
        padding-left:150px;
        padding-top:20px;
        text-align:end;
        font-size:15px;
        font-family:'Roboto Condensed';
    }
    .about-us-para .btn {
        margin-top:40px;
    }
    .col .row.firstpic {
        margin-left:94px;
    }
    .col.right-down-pic img {
        height:200px;
        width:400px;
        padding-top:5px;
        padding-right:5px;
    }
    .how-left-one img {
        height:190px;
        padding-bottom:5px;
    }
    .how-left-one.secondhow img {
        padding-right:5px;
        padding-left:2.5px;
    }
    .how-left-one.firsthow img {
        padding-left:5px;
        padding-right:2.5px;
    }
}
@media only screen and (max-width: 991px) {
    .sidenav{
        display: block;
        background: #000;
        padding-bottom: 1%;
    }
    .navbar{
        display: none;
    }
    .sidemenu-head{
        margin: 0;
        width: 100%;
        background: #000;
        padding: 3% 0;
    }
    .sidemenu-head .fa{
        color: #ff0000;
    }
    .sidemenu-head .fa:hover{
        color: #fff;
        cursor: pointer;
        transform: scale(1.05);
    }
    .sidemenu-head img{
        height: 50px;
        width: 300px;
    }
    .home:before{
        display: none;
    }
    .howwe-content h1 {
        font-size:50px;
    }
    .about-left-one h1 {
        font-size:45px;
        padding-top:0px;
    }
    .about-us-para p {
        padding-left:20px;
        padding-top:5px;
        text-align:end;
    }
    .about-us-para .btn {
        margin-top:0px;
    }
    #whatwedo {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    #howwedo {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    #ourteam {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    #frequent {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    #reachus {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 820px) {
    #landing-page{
        height: auto;
    }
    .down-link{
        visibility: hidden;
    }
    .carousel{
        visibility: hidden;
    }
    .whatwedo-image {
        text-align: center;
        padding-top: 0px;
        padding-left: 20px;
        height:100%;
        width: 100%;
    }
    .first{
        background-image: url('../img/bar.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .first-cell{
        visibility: visible;
    }
@media only screen and (max-width: 767px) {
    .howwe-content h1 {
        font-size:65px;
    }
    .howwe-content {
        margin-top:0px;
        padding-left:0px;
    }
    .about-left-one h1 {
        font-size:45px;
        padding-top:0px;
    }
    .about-left-one {
        text-align:center;
        padding-right: 0px;
    }
    .about-us-para p {
        padding:0px 100px;
        padding-top:5px;
        text-align:end;
    }
    .about-us-para .btn {
        margin:10px 0px;
    }
    .about-us-para {
        text-align:center;
    }
    .borderline .col-md-3{
        padding:20px 0px;
    }
    .team-people{
        margin-left: 0px;
    }
    .copyright h4{
        font-size: 12px;
    }
    .text h6 {
        font-size:13px;
    }
    .item h4,.item h3{
        font-size: 16px;
    }
    .form{
        padding: 0px 30px;
    }
    .left-wall{
        display: none;
    }
    .whatwe-content p,  .whatwe-content h5 ,.whatwe-content .italics{
        font-weight: 400;
    }
    .link{
        display: none;
    }
    .ourteam-content {
        text-align: center;
    }
    .card-link h6{
        font-weight: 400;
    }
}
}
