body {
    font-family: 'Noto Sans JP', sans-serif;
}

.topBar {
    background: #2f2f2f;
    padding: 5px;
}

a.headerConnect {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 14px;
}

i.fa.fa-facebook-square {
    float: right;
    color: #f1f1f1;
    font-size: 17px;
    margin-top: 4px;
}

ul.topBarSocial-right {
    list-style: none;
    display: inline-flex;
    float: right;
    margin-bottom: 0;
}

ul.topBarSocial-left {
    list-style: none;
    display: inline-flex;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

li.topBarSocial:nth-child(even) {
    margin: 0 20px;
}

a.facebook {
    color: #fff;
}


/* Dropdown Button */

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    left: -120px;
    background-color: #f1f1f1;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    font-size: 15px;
    line-height: 1.2;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #ddd;
}


/* Show the dropdown menu on hover */

@media (min-width:992px) {
    .dropdown .dropdown-content { display: block;transform: scaleY(0);opacity: 0;visibility: hidden;transition: all .3s ease-in-out; }
    .dropdown:hover .dropdown-content { transform: scaleY(1);opacity: 1;visibility: visible; }
    .dropdown .dropdown-content.show { transform: scaleY(1);opacity: 1;visibility: visible; }
    
}

/* Change the background color of the dropdown button when the dropdown content is shown */


/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;font-family: var(--helvetica-bold);
}

.active .nav-link { color: var(--yellow) !important; }
.active .nav-link.menuitem-contact-item { color: var(--white) !important; }

/* .menuSection {
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
    z-index: 9999;
    position: relative;
} */

img.logo {
    width: auto;
    max-height: 4rem;
}

.menuitem-contact {
    background-color: #f9be4e;
    padding: 5px 18px;
}

.menuitem-contact-item {
    color: #fff !important;
}

a.nav-link.menuItem {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
 

li.nav-item {
    margin-left: 1.5rem;
}

a.nav-link.menuItem.active { color: #f9be4b !important; } 


/* -------- Navbar Fixed Top ----------------------- */
.menuSection.fixed-top { background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0, 0.12); }
.menuSection.fixed-top img.logo { width: auto;height: 4.5rem; }




.homeSlider .carousel-item {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);padding: 13rem 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 130%;
    max-width: 950px;
}

h1 .sliderTex {
    color: #fff;
    text-transform: uppercase;
}

.sizeBox img {
    width:28%;
    height: auto;
}

.sliderTex {
    font-size: 50px;
    color: #fff !important;
    line-height: 1.2;
    font-weight: 800;
}

h2 .sliderTex {
    color: #fff;
    text-transform: uppercase;
}

p.sliderSubtext {
    font-size: 15px;
    color: #fff;
}

a.sliderBtn {
    background: #f9be4b;
    padding: 15px 30px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 700; 
    text-align: center;
    border-radius: 0 0 25px;
    font-family: var(--helvetica-bold);letter-spacing: 1px;
}
a.sliderBtn:hover { background-color: var(--yellow); }

.centered.centerBox {
    left: 26%;
}

.graySection {
    padding: 3%;
    background: #ececec;
}

h1.sectionHeadings {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1%;
    font-size: 35px;
    font-weight: 900;
}

h2.sectionHeadings {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1%;
    font-weight: 900;
    margin-top: 1%;
    font-size: 35px;
}

h3.sectionHeadings {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1%;
}

.divhead {
    color: #2d2d2d;
    text-align: left;
    font-weight: 900;
    font-size:40px;
}

.home-sections {
    margin: 40px 0;
}

.hover-me h3 {
    font-size:22px;
}

.home-sections .hover-me {
    padding: 20px;
    transition: 0.2s all ease-in-out;
    box-shadow: 3px 3px 33px 0px #0000001a;
    min-height: 500px;
}

.home-sections .hover-me:hover {
    background-color: #2D2B2B;
    color: #fff;
}

.home-sections .hover-me:hover p,
.home-sections .hover-me:hover h4 {
    color: #fff;
}

.home-sections .hover-me:hover svg path {
    fill: #fff;
}

.home-sections .small-img {
    position: relative;
    left: 9vw;
    bottom: 7vw;
}

span.sectionHeadingsclr {
    font-weight: 900;
    color: #2d2d2d;
    font-size: 35px;
}

p.sectionPara {
    margin-top: 2%;
    text-align: center;
    margin-bottom: 4%;
}

i.fa.icons {
    font-size: 3em;
    text-align: center;
    margin: 0 auto;
    color: #f9be4b;
}

.featuresBox {
    margin: 0 auto;
    text-align: center;
    padding: 2%;
    background: #f9f9f9;
    border: 1px solid #3131312e;
}

h5.homeFeatureshed {
    font-size: 20px;
    margin-top: 10px;
}

p.homeFeaturespara {
    font-size: 14px;
    margin-top: 16px;
    text-align: justify;
}

.featuresBox {
    text-align: center;
    background: #fff;
    padding: 3%;
    border: 1px solid #313131;
}

.whiteSection {
    padding: 3%;
}

.servInrtext {
    padding: 13px;
}

.servicesBox {
    padding: 15px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.39);
    margin-bottom: 20px;
}

.service-svg {
    fill: #929292;
}

h4.servicesHed {
    font-size: 18px;
}

p.servicespara {
    font-size: 15px;
    text-align: justify;
}

.tabsSection {
    padding: 2%;
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

.tabset>label:hover,
.tabset>input:focus+label {
    color: #dcc212;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #dcc212;
}

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
    background: #f5f5f5;
}

.service-wrapper {
    background-color: #434141;
    padding: 60px 0;
    position: relative;
}

.service-wrapper svg {
    position: absolute;
    right: 40px;
    bottom: 0;
    max-width: 100%;
    z-index: 2;
}

.service-wrapper .nav {
    background-color: #393939;
}

.service-wrapper .nav-pills .nav-link.active,
.service-wrappe .nav-pills .show>.nav-link {
    background-color: #FABF49;
    color: #fff;
}

.service-wrapper .nav-link {
    padding: 1.5rem 1rem;
    font-size: 22px;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #929292;
}

.service-wrapper h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 3rem;
    font-weight: 700;
}

.service-wrapper span {
    font-size: 24px;
    color: #F6B83C;
    display: block;
}

.service-wrapper p {
    color: #fff;
    font-size: 18px;
    margin-top: 1rem;
}

.question-wrapper {
    background-color: #FABF49;
    position: relative;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.question-wrapper h3 {
    margin-top: 0;
}

.question-wrapper h4 {
    font-size: 53px;
    color: #FFF;
    line-height: 1.2;
    padding-left: 1rem;
    font-weight: 900;
}

.question-wrapper img {
    /*position: absolute;*/
    /*top: 2rem;*/
    max-height: 315px;
    width: 94%;
    object-fit: cover;
    object-position: center center;
    border-radius: 2rem 0 2rem 0;
}

.question-wrapper p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 3rem;
}

.question-wrapper a.sliderBtn {
    background-color: #353535;
}


/*
 Card hover
*/

.feature-card-1 {
    background-image: url("../images/home/2.png");
}

.feature-card-2 {
    background-image: url("../images/home/3.png");
}

.feature-card-3 {
    background-image: url("../images/home/4.png");
}

.feature-card-4 {
    background-image: url("../images/home/5.png");
}

.feature-card-5 {
    background-image: url("../images/home/6.png");
}

.feature-card-6 {
    background-image: url("../images/home/7.png");
}

.feature-card {
    width: 100%;
    height: 525px;
    margin: 50px auto;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
}

.h-card {
    margin-top: 100px;
}

.feature-card-deatails {
    position: absolute;
    bottom: -255px;
    left: 0;
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s ease-in-out;
    font-size: 15px;
    color: #fff;
}

.feature-card-tilte {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    padding: 20px;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
}

.feature-card-tilte h3 {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
}

.feature-card:hover .feature-card-tilte {
    bottom: -75px;
}

.feature-card-deatails i {
    font-size: 35px;
    color: #fff;
}

.feature-card-deatails h4 {
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.feature-card-deatails a {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.feature-card:hover .feature-card-deatails {
    bottom: 0;
}


/**,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 30px;
}*/

.tabset {
    /* max-width: 65em; */
    margin: 0 auto;
}

.clientSecion {
    padding: 3%;
    background: #f9be4b;
    margin-top: 80px;
}

.clinetLogobox {
    padding-top: 5%;
}

.footerContact {
    padding: 3%;
    background: #f7f7f7;
}

p.contactFootersub {
    text-align: center;
    margin: 0 auto;
    margin-top: 9px;
}

.footerBtnbox {
    margin: 0 auto;
    text-align: center;
    padding: 2%;
}

a.footerBtn {
    margin: 0 auto;
    text-align: center;
    padding: 9px 30px;
    background: #f9be4b;
    margin-left: 11px;
    color: #fff;
    text-decoration: none;
}

.footerSec {
    padding: 1%;
    background: #eaeaea;
}

p.footerPara {
    font-size: 1rem;
    margin-top: 50px;
}

h6.followFooter {
    font-size: 13px;
    color: #1d1d1d;
    font-weight: 600;
}

ul.footerIcons {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

ul.footerIcons {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

li.footerIcons {
    margin-right: 18px;
}

i.footerIcons {
    font-size: 20px;
    color: #2f2f2f;
}

ul.footerMenu {
    list-style: none;
    margin-top: 50px;
    padding: 0;
}

li.footerMenu {
    margin-left: 17px;margin-bottom: 1rem;
}

a.footerMenu {
    color: var(--dark);font-size: 1.25rem;font-family: var(--helvetica-bold);font-weight: 700;line-height: 1.3;
}

p.copy { 
    margin-bottom: 0; 
    font-weight: 700;font-family: var(--helvetica-bold);
}

.tailEnd {
    padding: 15px;
}

.aboutSec {
    padding: 3%;
}

p.aboutPara {
    padding: 2%;
    text-align: justify;
}

.specialitySec {
    padding-bottom: 3%;
}

.specialitiesBox {
    width: 100%;
    text-align: center;
}

.innrBoxes {
    padding: 12% 7%;
    border: 1px solid #dadada;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.31);
    min-height: 250px;
}

.img-100 {
    height: 100px;
    width: auto;
}

h2.specialities {
    font-weight: 700;
    color: #353535;
    font-size: 18px;
}

h3.specialities {
    font-weight: 700;
    color: #353535;
    font-size: 18px;
}

.dragonstarSec {
    padding: 5%;
    background: #efefef;
}

img.ttclub {
    margin-top: 7%;
}

.milestoneSection {
    padding: 3%;
}

.milestoneBox {
    padding: 23px 7px;
}

.milestoneInner {
    padding: 5%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.31);
    height: 630px;
}

h3.milestoneHed {
    font-size: 18px;
    text-align: center;
}

h4.milestoneHed {
    font-size: 18px;
    text-align: center;
}

p.milestonesubHed {
    font-size: 14px;
    text-align: center;
}

p.milestonePara {
    font-size: 14px;
    margin-top: 2%;
    padding: 15px;
    text-align: justify;
}

img.mileImg {
    margin-top: 13px;
}

.servicesSec {
    background: #f1f1f1;
    padding-bottom: 3%;
}

p.ServicesSubhed {
    margin: 0 auto;
    font-size: 13px;
    margin-top: 5px;
    color: #383838;
}

.serviceMainoutbox {
    padding: 3%;
    margin-top: -50px;
    background: #fff;
    z-index: 99999;
    position: relative;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.31);
}

.innrServbox {
    margin: 0 auto;
    text-align: center;
}

.servicesMainbox {
    padding: 3% 4%;
}

h4.servicesHeading {
    margin: 0 auto;
    text-align: center;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5%;
}

a.servicesreadMorebtn {
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #eca91d;
    font-size: 13px;
    padding: 4px 19px;
}

.outerServBox {
    /*margin-bottom: 2%;
    margin-top: 2%;*/
    border: 1px solid #eaeaea;
    padding: 2%;
}

a.serviceboxBtn {
    color: #212529;
    text-decoration: none;
}

.processSection {
    padding: 3%;
    padding-bottom: 1%;
}

.processSectiontwo {
    background: #fff;
}

.processBox {
    padding: 3% 0;
    text-align: center;
    margin: 0 auto;
}

.processBoxone {
    padding: 3%;
    text-align: center;
    margin: 0 auto;
    background: #fff;
}

h2.processHed {
    margin: 0 auto;
    font-weight: 900;
    background: #efefef;
    width: 100%;
    padding: 15px;
    font-size:26px;
}

h3.processHed {
    margin: 0 auto;
    font-weight: 700;
    background: #efefef;
    width: 100%;
    padding: 15px;
}

h3.processHed.one {
    margin: 0 auto;
    font-weight: 700;
    background: #fff;
    width: 100%;
    padding: 15px;
}

p.processpara {
    text-align: left;
    font-size: 14px;
    color: #505050;
}

ul.processContentbox {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

h2.processSubhed {
    font-size: 15px;
    font-weight: 600;
}

p.processPara {
    font-size: 14px;
    text-align: justify;
}

img.processIcons {
    width: 22%;
}

.precessCntbox {
    background: #fff;
    padding: 5%;
    height: 308px;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.27);
}

.precessCntboxout {
    margin-top: 8px;
    margin-bottom: 10px;
}

.accordion {
    width: 100%;
}

.accordion__header {
    padding: 1em;
    background-color: #ccc;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion__header>* {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.accordion__header.is-active {
    background-color: #ccc;
    color: #222;
}

.accordion__toggle {
    margin-left: 10px;
    height: 3px;
    background-color: #222;
    width: 13px;
    display: block;
    position: relative;
    flex-shrink: 1;
    border-radius: 2px;
}

.accordion__toggle::before {
    content: "";
    width: 3px;
    height: 13px;
    display: block;
    background-color: #222;
    position: absolute;
    top: -5px;
    left: 5px;
    border-radius: 2px;
}

.is-active .accordion__toggle {
    background-color: #fff;
}

.is-active .accordion__toggle::before {
    display: none;
}

.accordion__body {
    display: none;
    padding: 1em;
    border: 1px solid #ccc;
    border-top: 0;
}

.accordion__body.is-active {
    display: block;
}

.reachSec {
    padding: 5%;
    background: #fbfbfb;
    /*padding-bottom: 10%;*/
}

/* ------------- Footer Wrapper Styles ------------------ */
 

.addressBox {
    padding: 24px;
}

p.contactSubhed {
    margin: 0 auto;
    font-size: 14px;
}

h5.addressHed {
    color: #2f2f2f;
    font-size: 16px;
}

p.address {
    font-size: 14px;
}

ul.addressIcons {
    list-style: none;
    padding: 0;
}

a.addressIcons {
    text-decoration: none;
    color: #232323;
    font-size: 14px;
}

input.inputForm {
    width: 100%;
    padding: 11px;
    margin: 5px 0;
    border: none;
    border: 1px solid #d6d6d6;
    color: #313131;
    font-size: 13px;
}

textarea.messageBox {
    width: 100%;
    padding: 11px;
    border: none;
    border: 1px solid #d6d6d6;
    color: #313131;
    margin: 5px 0;
    font-size: 13px;
}

button.submitBtn {
    float: right;
    background: #efca19;
    border: none;
    padding: 10px 25px;
    font-size: 13px;
    color: #212121;
    font-weight: 600;
    margin-top: 2%;
}

.formBox {
    padding: 25px;
    /*margin-top: -103px;*/
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.43);
    background: #fff;
}

.messageBox {
    padding: 3% 10%;
}


/*===Gallery section===*/

.galleryImg {
    padding: 5%;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.footer-address {
    text-align: left;
}

.footer-address h3, .followFooter {
    font-size: 20px;
    font-weight: 600;
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

.g-images-row {
    margin-bottom:30px;
}

li.btn.btn-outline-dark.active {
    background: #f9b62d !important;
    color: #fff !important;
    border: 1px solid #f9b62d !important;
}

li.btn.btn-outline-dark:hover {
    background: #f9b62d !important;
    color: #fff !important;
    border: 1px solid #f9b62d !important;
}

li.btn.btn-outline-dark {
    margin-bottom: 2%;
}


/*===Gallery section===*/

#map {
    height: 300px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.formBoxserv {
    padding: 25px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.43);
    background: #fff;
}

.sevicessecMain {
    padding: 2% 5%;
}

.sectionHedsmain {
    padding: 3%;
}

p.servicepara {
    font-size: 15px;
    color: #212121;
    text-align: justify;
    padding-right: 34px;
}

p.servicepara-home {
    font-size: 15px;
    color: #212121;
    text-align: justify;
}

.imageboxsrvice {
    padding-top: 8%;
}

p.servicespecialHeds {
    font-weight: 700;
}

.serviceImagessection {
    padding: 3%;
    background: #f5f5f5;
}

img.servImages {
    border: 3px solid
}

.imgBox img {
    height: auto;
    width: 100%;
}

.serviceImgbox {
    margin-bottom: 3%;
}

p.serviceParatwo {
    text-align: justify;
    padding-right: 30px;
    font-size: 15px;
}

.fab {
    background-color: transparent;
    height: 64px;
    width: 64px;
    border-radius: 32px;
    transition: height 300ms;
    transition-timing-function: ease;
    position: absolute;
    right: 50px;
    bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.fab:hover {
    height: 175px;
}

.fab:hover .mainop {
    transform: rotate(180deg);
}

.mainop {
    margin: auto;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 300ms;
    background-color: #f9be4b;
    border-radius: 32px;
    z-index: 6;
}

.mainopShadow {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mainop i {
    margin-top: 20px;
    font-size: 25px;
    color: #fff;
}

.minifab {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    z-index: 5;
    float: left;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: blue;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.minifab:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.minifabIcon {
    height: 18px;
    width: auto;
    margin-top: 15px;
}

.op4 {
    background-color: #f9be4b;
}

.op5 {
    background-color: #f9be4b;
}

.float-buttons {
    position: fixed;
    bottom: -5%;
    left: 10%;
}

@media only screen and (max-width: 760px) {
    .menuSection {
        height: auto;
    }
    /* ul.navbar-nav {
        float: left;
        text-align: center;
    } */
    li.nav-item.menuItem {
        /* margin-left: 25px; */
        /* border-bottom: 1px solid #e4e4e4; */
    }
    img.logo {
        width: 76%;
    }
    a.headerConnect {
        font-size: 13px;
    }
    .centered {
        position: absolute;
        top: 50%;
        left: 42%;
        transform: translate(-50%, -50%);
    }
    h1.sliderTex {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
    }
    h2.sliderTex {
        font-size: 12px;
    }
    h2.sliderTex {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
    }
  
    p.sliderSubtext {
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
    }
    h3.sectionHeadings {
        font-size: 18px;
    }
    p.sectionPara {
        margin-bottom: 4%;
        font-size: 16px;
    }
    h5.homeFeatureshed {
        font-size: 15px;
    }
    p.homeFeaturespara {
        font-size: 16px;
    }
    h4.servicesHed {
        font-size: 15px;
    }
    p.servicespara {
        font-size: 16px;
    }
    p.contactFootersub {
        font-size: 16px;
        margin-bottom: 9px;
    }
    a.footerMenu {
        font-size: 13px;
    }
    p.copy {
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
    }
    a.footerBtn {
        font-size: 11px;
    }
    .innrBoxes {
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
        margin-bottom: 21px;
    }
    .specialitiesBox {
        padding: 4%;
    }
    .aboutSec {
        padding: 5%;
    }
    p.aboutPara {
        padding: 2%;
        text-align: justify;
    }
    h3.milestoneHed {
        font-size: 13px;
        text-align: center;
    }
    h4.milestoneHed {
        font-size: 13px;
        text-align: center;
    }
    .milestoneInner {
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
        margin: 9px;
    }
    img.mileImg {
        margin-top: 0px;
    }
    .outerServBox {
        margin-bottom: 5%;
    }
    .innrServbox {
        padding: 15px;
    }
    h4.servicesHeading {
        font-size: 14px;
    }
    h3.processHed {
        font-size: 16px;
    }
    h6.followFooter {
        text-align: center;
        margin: 0 auto;
    }
    ul.footerIcons {
        width: 100%;
        margin-top: 13px;
    }
    h6.followFooter {
        margin: 0 auto;
        margin-top: 5%;
    }
    li.footerIcons {
        margin: 0 auto;
    }
    .formBox {
        margin-top: 0px;
    }
    .reachSec {
        padding-bottom: 0%;
    }
    .messageBox {
        padding: 15px;
        padding-bottom: 5%;
        text-align: center;
    }
    li.btn.btn-outline-dark {
        margin-bottom: 5%;
    }
    h5.addressHed {
        margin-top: 4%;
    }
    .portfolio-menu {
        text-align: left;
    }
    .footer-address,
    p.footerPara {
        text-align: center;
    }
    .logo-footer {
        margin: auto;
    }
    .float-buttons {
        position: fixed;
        bottom: -4%;
        left: 33%;
    } 
}

@media only screen and (device-width: 768px) {
    /*section.menuSection {
        height: auto; 
    }
    button.navbar-toggler {
        margin-left: 144px;
    }*/
    h3.specialities {
        font-weight: 700;
        color: #353535;
        font-size: 15px;
    }
    .navbar-light .navbar-toggler {
        display: none;
    }
    .collapse:not(.show) {
        display: block;
    }
    .navbar-nav {
        flex-direction: inherit;
    }
    .centered.sizeBox {
        left: 37%;
    }
    img.mileImg {
        margin-top: 30px;
    }
    .milestoneInner {
        height: 608px;
    }
}

@media (max-width:991px) {
    .question-wrapper img {
        position: relative;
        margin: 30px 0;
    }
    .imgBox img {
    height: auto;
    width: 130%;
    }
    .divhead {
        color: #2d2d2d;
        text-align: center;
        font-weight: 700;
        font-size: 26px;
        line-height: 1.2;
        margin-top:60px;
    }
    p.footerPara {
        margin-top: 20px;
    }
    ul.footerMenu{
        margin-top: 20px;
    }
    .followFooter {
        margin:0 auto;
    }
    p.servicepara {
        font-size: 15px;
        color: #212121;
        text-align: justify;
        padding-right: 0px;
    }
    .service-wrapper h3 {
        font-size: 28px;
        color: #fff;
        margin: 5 rem 0;
        font-weight: 700;
    }
    .question-wrapper h3 {
    font-size: 27px;
}
    .question-wrapper h4 {
        font-size: 35px;
        font-weight: 700;
    }
    .question-wrapper {
        margin-bottom: 3rem;
        padding-bottom: 3rem;
        padding-top: 0;
    }
    span.sectionHeadingsclr {
        font-size: 35px;
    }
    .clinetLogobox {
        padding-top: 12%;
    }
    .clientSecion {
        padding: 16% 5%;
        background: #f9be4b;
        margin: 40px 0 0;
    }
    h2.sectionHeadings {
        font-size: 26px;
    }
    .sectionHeadings-mob {
        margin-top: 60px!important;
    }
    span.sectionHeadingsclr {
        font-size: 26px;
    }
    ul.topBarSocial-left {
        display: none;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        max-width: 300px;
        min-height: 100vh;
        z-index: 9999;
        max-height: 100vh;
        overflow-y: auto;
        padding: 2.5rem 1rem 1rem 1rem;
        transform: translateX(-100%);
        transition: all .3s ease-in-out;
        opacity: 0;visibility: hidden;
    }
    .navbar-collapse.show { transform: translateX(0);opacity: 1;visibility: visible; }
    ul.navbar-nav { 
        width: 100%; 
    }
    .menuitem-contact { text-align: center; }
    li.nav-item { margin-left: 0; }
    .navClose svg { width: 2.5rem;height: 2.5rem; }
    .navClose { position: absolute;top: .75rem;right: 1rem; }


    .home-sections .hover-me {
        padding: 20px;
        transition: 0.2s all ease-in-out;
        box-shadow: 3px 3px 33px 0px #0000001a;
        min-height: 419px;
        margin: 25px 0;
    }
    .service-wrapper svg {
        position: absolute;
        right: 15px;
        bottom: 0;
        max-width: 100%;
        z-index: 2;
        height: 80px;
    }
    .tab-content {
        padding: 40px 5px;
    }
    .sliderTex {
    font-size: 26px;
    color: #fff !important;
    line-height: 1.2;
    font-weight: 600;
}
.centered {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.h-card {
    margin-top: 0px;
}
.feature-card {
    margin: 0px auto 25px;
}
.home-sections {
    margin: 0px 0;
}
.sing-img {
    margin-bottom: 30px;
}
.g-images-row {
    margin-bottom:30px;
}
}

/* =================================================== New CSS Styles writer: Shuvrodeb Roy ============================ */
@font-face {
    font-family: 'Helvetica-bold';
    src: url('fonts/HelveticaNeueBold.eot');
    src: local('Helvetica Bold'), local('SofiaProBold'),
        url('fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueBold.woff') format('woff'),
        url('fonts/HelveticaNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-regular';
    src: url('fonts/Helvetica-Regular.eot');
    src: local('Helvetica Regular'), local('SofiaProBold'),
        url('fonts/Helvetica-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helvetica-Regular.woff') format('woff'),
        url('fonts/Helvetica-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Light';
    src: url('fonts/HelveticaLTStd-Light.eot');
    src: local('Helvetica Light'), local('SofiaProBold'),
        url('fonts/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-Light.woff') format('woff'),
        url('fonts/HelveticaLTStd-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --yellow: #fab52a;
    --dark: #000000;
    --white: #ffffff;
    --helvetica-bold: 'Helvetica-bold';
    --helvetica-regular: 'Helvetica-regular';
    --helvetica-light: 'Helvetica-Light';
}
html, body { font-size: 16px;font-family: var(--helvetica-regular) !important; }
.small { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs30 { font-size: 30px; }
.fs24 { font-size: 24px;line-height: 1.2; }
.lead, .fw-light { font-family: var(--helvetica-light); }
.fw-bold { font-weight: bold;font-family: var(--helvetica-bold); }
.text-colored { color: var(--yellow); }
.text-dark { color: var(--dark) !important; }
.gutter > div { margin-top: 25px; }
.lh-3 { line-height: 1.3; }
.text-colored a { color: var(--yellow);transition: all .3s ease-in-out; }
.text-colored a:hover { color: var(--dark); }
a.text-colored { transition: all .3s ease-in-out; }
a.text-colored:hover { color: var(--dark); }

.btn-primary { 
    font-size: 1.25rem;font-weight: 700;font-family: var(--helvetica-bold);letter-spacing: 1px;
    background-color: var(--yellow);border-color: var(--yellow);color: var(--dark);border-radius: 0%;font-weight: 700;padding: .65rem 1rem;transition: all .3s ease-in-out;
}
.btn-primary:hover { filter: brightness(115%);border-color: var(--yellow);background-color: var(--yellow); }
.header__wrapper { padding: 10rem 0 9rem 0;box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55); }

.h1 { font-size: 3.437rem;font-weight: bold;font-family: var(--helvetica-bold); }

#serviceSlider .owl-item, #serviceSlider2 .owl-item { padding: 1rem .75rem; }
#serviceSlider .shadow { box-shadow: 0px 9px 12px #7E7E7E29 !important; }

.read__more { font-size: 1.25rem;font-weight: bold;font-family: var(--helvetica-bold);color: var(--yellow);transition: all .3s ease-in-out; }
.read__more:hover { color: var(--dark);  }

.owl-nav { position: absolute;top: 50%;transform: translateY(-50%);left: -5rem;width: calc(100% + 10rem);display: flex;justify-content: space-between; }
.owl-nav .owl-prev,
.owl-nav .owl-next {  
    width: 4.5rem;height: 4.5rem;border-radius: .437rem;background-color: var(--yellow) !important;
} 
.owl-nav .owl-prev span, .owl-nav .owl-next span { display: none; }
.owl-prev {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LWxlZnQiPjxsaW5lIHgxPSIxOSIgeTE9IjEyIiB4Mj0iNSIgeTI9IjEyIj48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTIgMTkgNSAxMiAxMiA1Ij48L3BvbHlsaW5lPjwvc3ZnPg==') no-repeat center center / 2rem !important;
}
.owl-next {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LXJpZ2h0Ij48bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjEyIDUgMTkgMTIgMTIgMTkiPjwvcG9seWxpbmU+PC9zdmc+') no-repeat center center / 2rem !important;
}
.owl-carousel .owl-dots { justify-content: center;display: flex;margin-top: 1.5rem; }
.owl-carousel button.owl-dot { border: 1px solid var(--dark) !important;width: 14px;height: 14px; border-radius: 50%;margin: 0 4px; }
.owl-carousel button.owl-dot.active { background-color: var(--dark) !important; }
.mh-3 { min-height: 3.75rem;display: flex;align-items: center; }
.mh-236 { min-height: 236px; }
.scrollText { min-height: 9rem;max-height: 9rem;overflow-y: auto; }
.scrollText.lg { min-height: 14rem;max-height: 14rem; }
.card-body * { scrollbar-width: thin;scrollbar-color: #ccc #f2f2f2; } 
.card-body *::-webkit-scrollbar { width: 12px; } 
.card-body *::-webkit-scrollbar-track { background: #f2f2f2; } 
.card-body *::-webkit-scrollbar-thumb { background-color: #ccc;border-radius: 20px;border: 3px solid #f2f2f2; }
      
.circle__list li { padding-left: 1.5rem;position: relative;margin-bottom: 1rem; }
.circle__list li::before { content: '';width: 12px;height: 12px;display: block;border-radius: 50%;background-color: var(--yellow);
            position: absolute;top: .55rem;left: 0%; }

.question__wrapper { background-color: var(--yellow); }
.question__wrapper .btn-primary { background-color: var(--dark);border-color: var(--dark);color: var(--white); }
.question__wrapper .btn-primary:hover, .question__wrapper .btn-primary:focus { background-color: var(--white);border-color: var(--white);color: var(--dark); }

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1240px; }
}

/*------------------ Full width container management ----------------*/

.fliud__container { 
    margin-left: auto;
    width: calc(100vw - var(--vw)); 
}
.fliud__container.start { margin-left: 0;margin-right: auto; }

@media (min-width:576px) {
    .fliud__container { 
        width: calc(100vw - var(--vwsm)); 
        margin-left: auto; 
    }
}

@media (min-width:768px) {
    .fliud__container { 
        width: calc(100vw - var(--vwmd)); 
        margin-left: auto; 
    }
}

@media (min-width:992px) {
    .fliud__container { 
        width: calc(100vw - var(--vwlg)); 
        margin-left: auto; 
    }
}

@media (min-width:1200px) {
    .fliud__container { 
        margin-left: auto;
        width: calc(100vw - var(--vwxl));   
    }
}

@media (min-width:1400px) {
    .fliud__container { 
        margin-left: auto;
        width: calc(100vw - var(--vwxxl));  
    }
    
}

@media (max-width:576px) {
    .fliud__container {
        padding-left: 0.5rem;
        padding-right: .5rem;
    }
}

@media (max-width: 1400px) {
    .mh-236 { min-height: 215px; }
}

@media (max-width:1200px) {
    html, body { font-size: 15px; }
    .h1 { font-size: 2.75rem; }
    .fs30 { font-size: 22px; }
    .fs24 { font-size: 20px; }
    .btn-primary { font-size: 1.125rem; }
    .mh-236 { min-height: 178px; }
    .mh-3 { min-height: 3rem; }
    .read__more { font-size: 1.125rem; }

    .homeSlider .carousel-item { padding: 9rem 0; }
    .sliderTex { font-size: 42px; }
}

@media (max-width:992px) {
    html, body { font-size: 14px; }
    .h1 { font-size: 2.25rem; }
    .fs30 { font-size: 20px;line-height: 1.4; }
    .fs24 { font-size: 18px; }
    .fs15 { font-size: 14px; }
    .btn-primary { font-size: 1rem; }

    .header__wrapper { padding: 6rem 0 6rem 0; }
    .circle__list li::before { width: 10px;height: 10px; }
    .mh-236 { min-height: 143px; }
    .mh-3 { min-height: 2rem; }
    .read__more { font-size: 1rem; }
    a.footerMenu { font-size: 1rem; }
    p.copy { font-size: 11px;line-height: 1.2; }

    .homeSlider .carousel-item { padding: 8rem 0; }
    .sliderTex { font-size: 38px; }
}

@media (max-width:768px) {
    html, body { font-size: 13px; }
    .h1 { font-size: 1.65rem; }
    .fs30 { font-size: 18px; }
    .fs24 { font-size: 16px; }
    .fs15 { font-size: 13px; }

    .header__wrapper { padding: 4rem 0 4rem 0; }
    .btn-primary { font-size: .925rem;padding: .5rem 1rem; }
    .read__more { font-size: .875rem; }

    p.copy { margin-bottom: 1rem; }
    .homeSlider .carousel-item { padding: 7rem 0; }
    .sliderTex { font-size: 28px; }
    .scrollText.lg { min-height: auto;max-height: 100%; }
}

@media (max-width:576px) {
    html, body { font-size: 12px; }
    .h1 { font-size: 1.35rem; }
    .fs30 { font-size: 16px; }
    .fs24 { font-size: 14px; }
    .fs15 { font-size: 12px;line-height: 1.5; }
    p { margin: 0 0 8px; }
    .tailEnd { padding: 1rem 0; }
    .btn-primary { font-size: .75rem;padding: .45rem 1rem; }
    .circle__list li { padding-left: 1rem; }
    .circle__list li::before { width: 8px;height: 8px; }
    img.logo { width: auto;height: 5rem; }
    .homeSlider .carousel-item { padding: 6rem 0;min-height: 25rem; }
    .sliderTex { font-size: 22px; }
    a.sliderBtn { padding: 10px 20px;border-radius: 2px; }
    
}