html,
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    background-image: url(../images/mwp-background.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    margin-bottom: 0;
    padding-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IBM Plex Sans', sans-serif;
}

* {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
}

p {
    margin-bottom: 8px;
}

figure {
    margin: 0;
}

.post-content {
    padding-top: 18px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #e76600;
}

a,
a:hover,
a:focus,
input:focus {
    text-decoration: none;
    outline: none !important;
    color: #02743a;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

img {
    max-width: 100%;
}


/* ==========================================================================
    Header
 ========================================================================== */

#header .navbar-default {
    padding: 3px 0;
    background: #ffffff;
    border: none;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    padding: 6px 0;
    margin-right: 0px;
}

.navbar {
    float: right;
    margin: 0;
    padding: 0;
}

.nav li a,
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    padding: 40px 9px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

/*.header-top .col-lg-6 {
    padding: 0px !important;
    flex: 0 0 55%;
    max-width: 55%;
}

.header-top .col-lg-3 {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}
*/
.nav li a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0;
}

.navbar-nav .dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
}

ul.dropdown-menu.show li {
    border-bottom: 1px solid #0000001f;
}

.navbar-nav .dropdown-menu {
    min-width: 205px;
}

.dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    line-height: 26px;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

a.navbar-brand img {
    width: 100px;
}

.header-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 92;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

ul.nav.navbar-nav {
    padding: 40px 0px;
    overflow: hidden;
}


/* Slider */

.carousel-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.requesteSec {
    background-color: #961f64;
    padding: 17px 0;
}

.requesteSec h2 {
    color: #fff;
    font-size: 1.8em;
    margin: 0;
    padding: 14px 0;
}

.requesteSec .btn {
    border-color: #fff;
    border-radius: 0;
    margin: 10px 0;
    color: #961f64;
    border-radius: 5px;
    background: #fff;
    font-weight: 600;
}
.requesteSec .btn:hover {
    background-color: #fff;
    color: #961f64
}

.widgets-cols {
    overflow: hidden
}

.widgets-cols .img-normalbox .ibox {
    position: relative;
}

.widgets-cols .img-normalbox .ibox:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 4%;
    /* border: 3px solid #fff; */
    width: 99%;
    height: 93%;
    z-index: 9;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background-image: url(../images/recent_frame.png);
    background-size: cover;
}

.widgets-cols .img-normalbox .ibox:hover:after {
    opacity: 0.7
}


}
.widgets-cols .img-normalbox .ibox img {
    width: 100%;
    height: 222px;
    display: block;
    object-fit: cover;
}
.widgets-cols .img-normalbox h2 {
    font-size: 1.400em;
    font-weight: 500;
    color: #272727;
    margin: 18px 0;
    letter-spacing: 0.5px;
    text-align: center;
}
.widgets-cols .button-block {
    text-align: center;
    padding-top: 15px;
}
.widgets-cols .button-block .btn {
    border-radius: 0
}
.box-slider {
    position: relative;
}
.box-slider .owl-stage-outer:after {
    content: "";
    position: absolute;
    left: 3%;
    top: 3%;
    border: 3px solid #fff;
    width: 94%;
    height: 94%;
    z-index: 1;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    pointer-events: none;
}
.box-slider:hover .owl-stage-outer:after {
    opacity: 0.7
}
.box-slider .ibox {
    position: relative;
}
.box-slider .ibox img {
    width: 100%;
    height: auto;
    display: block
}
.box-slider .owl-wedding {
    z-index: 9;
}
.box-slider .owl-wedding .owl-nav {
    display: block!important;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #961f64;
    width: 154px;
    height: 70px
}
.box-slider .owl-wedding .owl-nav>button {
    width: 50%;
    height: 70px;
    float: left;
    outline: inherit;
}
.box-slider .owl-wedding .owl-nav>button.disabled {
    background-color: #a01b1c;
    opacity: 0.5
}
.box-slider .owl-wedding .owl-nav>button.owl-prev {
    border-right: 1px solid #8a0b54
}
.box-slider .owl-wedding .owl-nav>button span {
    font-size: 0
}
.box-slider .owl-wedding .owl-nav>button span:after {
    content: "";
    font-size: 43px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.box-slider .owl-wedding .owl-nav>button.owl-prev span:after {
    content: "\f104";
}
.box-slider .owl-wedding .owl-nav>button.owl-next span:after {
    content: "\f105";
}
.box-slider .owl-wedding .owl-dots {
    display: none!important
}
.facilitySec {
    padding: 100px 0 60px 0
}
.facilityBlocks {
    background-color: #f4b937;
    text-align: center;
}
.facilityBlocks .icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 3px solid #f4b937;
    display: inline-block;
    background-color: #fff;
    margin-top: -60px;
}
.facilityBlocks .icon img {
    display: block;
}
.facilityBlocks h2 {
    margin: 15px 0 0px 0;
    font-family: 'TrajanProRegular';
    font-size: 2.625em;
    text-transform: uppercase;
    color: #000;
}
.facilityBlocks p {
    margin: 0;
    font-family: 'TrajanProRegular';
    font-size: 1.313em;
    color: #000;
}
.facilityBlocks .row>div {
    padding-bottom: 20px;
}
.facilityBlocks .row>div:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10%;
    background-color: #fff;
    width: 1px;
    height: 80%;
}
.facilityBlocks .row>div:last-child:after {
    display: none;
}
.galleryBox {
    margin-bottom: 12px;
}
.galleryBox img {
    width: 100%
}
.gallerySec {
    position: relative;
}
.gallerySec .galleryWall {
    position: relative;
    width: 50%;
}
.gallerySec .galleryWall img {
    width: 100%;
    height: auto
}
.gallerySec .galleryInfo {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    padding: 35px;
    height: 100%;
    padding-right: 10%;
    padding-left: 5%;
}
.gallerySec .galleryInfo h3 {
    margin-bottom: 30px;
}
.gallerySec .galleryInfo h1 {
    font-size: 3.371em;
    color: #424443;
}
.gallerySec .galleryInfo .m_wrapper {
    margin: 20px 0
}
.gallerySec .button-block {
    margin-top: 40px;
}
.outside {
    width: 100%;
    height: 100%;
    display: table;
}
.outside .inside {
    display: table-cell;
    vertical-align: middle;
}
.testimonialSec .container {
    max-width: 960px;
}
.testimonialSec .item {
    border: 1px solid #cccccc;
    padding: 15px 15px;
    border-radius: 8px;
    text-align: center
}
.testimonialSec .item .ibox {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 3px solid #f4b937;
    display: inline-block;
    background-color: #fff;
    overflow: hidden;
    margin-top: -58px;
}
.testimonialSec .item p {
    margin: 15px 0;
    font-size: 1.2em;
    color: #000;
    font-style: italic;
    padding: 15px 50px;
}
.testimonialSec .item h3 {
    margin: 0 0 20px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
.testimonialSec .item h3 span {
    color: #f4b937
}
.testimonialSec .owl-nav {
    display: none!important
}
.testimonialSec .owl-dots {
    display: block!important;
    text-align: center;
    margin: 0
}
.testimonialSec .owl-dots>button {
    background-color: #cecece;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}
.testimonialSec .owl-dots>button.active {
    background-color: #961f64;
}
.widgets-fullarea {
    position: relative;
    background-image: url(../images/ase.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    text-align: center;
    padding: 50px 0;
}
.widgets-fullarea:before {
    content: "";
    background: #0006;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.widgets-fullarea h2 {
    font-size: 2.7em;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin: 0;
    letter-spacing: 1.5px;
}
.widgets-fullarea .btn {
    margin-top: 40px;
    font-size: 1.3em;
    padding: 15px 24px;
    color: #880304;
}
.newsletterSec {
    width: 100%;
    display: flex;
}
.newsletterSec .form-control {
    width: 80%;
    background-color: white;
    border-radius: 0;
    height: 47px;
    border: 0;
    border-right: 1px solid #880304;
    box-shadow: none;
    outline: none;
    float: left;
}
.newsletterSec .btn {
    border: 0;
    background-color: #fff;
    color: #961f64;
    float: left;
    width: 20%;
    margin: 0
}
.contactForm {
    background-image: url(../images/bg1-1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.contactFormBox {
    max-width: 570px;
    margin: 40px auto 0
}
.contactFormBox .form-control {
    background-color: #ffff;
    border-radius: 0;
    height: 50px;
    box-shadow: 0px 0px 10px #eee !important;
    border: 0;
    box-shadow: none;
    outline: none;
    color: #000000;
}
.contactFormBox textarea.form-control {
    height: 120px;
    resize: none
}
.contactFormBox .btn {
    margin-top: 20px;
}
.coInfoSec {
    padding: 100px 0 40px 0
}
.coInfoBlocks {
 /*   background-color: #961f64;*/
    text-align: center;
}
.coInfoBlocks .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #961f64;
    display: inline-block;
    background-color: #fff;
    margin-top: -43px;
}
.coInfoBlocks .icon img {
    display: block;
}
.coInfoBlocks h2 {
    margin: 15px 0 14px 0;
    serif;
    font-size: 1.4em;
    color: #fff;
}
.coInfoBlocks p {
    font-weight: 500;
    margin: 0;
    font-size: 1.1em;
    color: #fff;
}
.coInfoBlocks a {
    color: #fff;
}
.coInfoBlocks .row>div {
    padding-bottom: 20px;
}
.coInfoBlocks .row>div:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10%;
    background-color: #fff;
    width: 1px;
    height: 80%;
}
.coInfoBlocks .row>div:last-child:after {
    display: none;
}
.footer-logo {
    text-align: center;
    margin-bottom: 25px;
}
.footer-logo a {
    display: inline-block;
    max-width: 167px;
}
.footer-logo a img {
    max-width: 100%;
    height: auto;
    display: block;
}
.footerSocail {
    text-align: center;
    margin-bottom: 25px;
}
.footerSocail a {
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 1.1em;
    border: 1px solid #f4b937;
    background-color: #f4b937;
    border-radius: 50%;
    margin: 0 2px;
}
.footerSocail a:hover {
    background-color: #f4b937;
    color: #4f2b11;
}
.copyright_wrap_inner {
    border-top: 1px solid #dfe0e0;
    padding: 1em 0;
}
.copyright_wrap_inner .copyright_text p {
    font-family: 'Roboto';
    font-size: 0.9em;
    margin: 0;
    color: #928b84;
    text-align: center;
}
.recentEvent .button-block .btn {
    padding: 20px 35px;
}
.taluka-link a {
    color: #000;
}
.taluka-link:hover {
    color: #000 !important;
    text-decoration: none
}
.taluka-link i {
    font-size: 20px;
    margin: 0px 2px;
}
.taluka-link {
    position: fixed;
    left: -50px;
    top: 68%;
    background: #fff;
    z-index: 99;
    color: #000;
    border: 1px solid #676565;
    font-size: 15px;
    padding: 1px 8px;
    font-weight: 600;
    transform: rotate(90deg);
}
.owl-award .owl-nav {
    display: none
}
header.main-header.sticky {
    background-color: #fff;
}
header.main-header.sticky nav .navbar-nav li a {
    color: #333 !important;
    overflow: hidden
}
header .logo .logo2 {
    display: none;
}
.id-class {
    height: 100px;
    margin-top: -100px
}
header.main-header.sticky .logo .logo1 {
    display: none;
}
header.main-header.sticky .logo .logo2 {
    display: block;
}
.bannerSec .carousel-control span {
    font-size: 21px
}
.bannerSec .left.carousel-control span {
    left: 46px;
}
.bannerSec .right.carousel-control span {
    right: 46px;
}
header.main-header.sticky nav .navbar-nav li.active a:after {
    background-image: url(../images/active-menu-1.png);
}
header.main-header.sticky nav .navbar-nav li a:hover {
    color: #961f64
}
header.main-header.sticky nav .navbar-nav li.active a {
    color: #333
}

/*.carousel-inner>.item {
    -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
    -o-transition: -o-transform 1.2s ease-in-out !important;
    transition: transform 1.2s ease-in-out !important;
}*/
.carousel-item:before {
    content: "";
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.heading.text-center .heading-bordering span {
    margin: 10px auto;
}
.heading .heading-bordering span {
    width: 293px;
    height: 63px;
    display: block;
    background-image: url(../images/royal-bordering-red.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
nav .navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -27.5px;
    width: 55px;
    height: 20px;
    background: url(../images/active-menu.png)no-repeat center center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
nav .navbar-nav>li>a:hover:after {
    bottom: 1%;
}
nav .navbar-nav li.active a:after {
    bottom: 1%;
}
.ibox span img {
    height: 228px;
    object-fit: cover;
}
.box-slider .ibox img {
    height: 536px;
    object-fit: cover;
}
.recentEvent .col-sm-4 {
    padding: 0px 6px;
}
.galleryBox img {
    height: 230px;
    object-fit: cover;
    transition: transform .4s;
    z-index: 0;
}
.galleryBox:hover img {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 999 !important;
      position: relative;
}
.aboutSec {
    padding: 50px 0;
}
.facilitySec {
    padding: 100px 0 60px 0;
}
.lightGray_bg {
    background-color: #f2f1ef;
}
.widgets-cols {
    background: #fff;
}
.testimonialSec.py-5 {
    background: #fff;
}
.details-sc {
    background-image: url(../images/web.jpg);
    padding: 130px 0px !important;
    background-attachment: fixed;
}
.details-sc h2 {
    font-family: 'Oleo Script', cursive;
    font-weight: bold;
    font-size: 60px;
    color: rgb(216, 219, 54);
}
.details-sc {
    text-align: center;
    position: relative;
}
.details-sc p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.details-sc:before {
    content: "";
    background: #0006;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.testimonialSec .item {
    color: darkred;
    border: 1px solid #ccb302;
    padding: 15px 15px;
    border-radius: 8px;
    text-align: center;
    background: #F0D201;
}
header.sticky {
    background-color: #2b1c25;
    box-shadow: 0px 0px 8px #00000014;
    z-index: 999999;
}
/*header.sticky nav .navbar-nav li a {
    color: #333 !important;
    overflow: hidden;
}*/
header.sticky nav .navbar-nav>li>a:after {
    background: url(../images/aactive-menu.png)no-repeat center center;
    background-size: contain;
}
header.sticky a.navbar-brand img {
    width:95px;
}
.carousel-caption img {
    width: 255px;
    margin-bottom: 26px;
}
.carousel-caption h3 {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
    font-weight: 500;
    font-family: 'Oleo Script', cursive;
}
.btn-danger {
    color: #fff;
    background-color: #961f64;
    border-color: #961f64;
    padding: 13px 25px !important;
    border-radius: 0px !important;
}
.btn-warning {
    color: #212529;
    background-color: #961f64;
    border-color: #961f64;
    color: #fff !important;
    color: #fff;
    background-color: #961f64;
    border-color: #961f64;
    padding: 13px 25px !important;
    border-radius: 0px !important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #e0a800;
    border-color: #e0a800;
}
.footer-logo img {
    width: 130px;
}

.testimonialSec .item p{
    position: relative;
}
.testimonialSec .item p:before {
    content: "\f10d";
    font-size: 2em;
    color: #961f64;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: -3%;
    left: 1%;
}

.con-box {
    background: #961f64;
    min-height: 220px;
    box-shadow: 0px 0px 12px #0000006b;
    border-radius: 15px;
}

.icon-box h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 6px;
}
.icon-box {
    background: #fff;
    padding: 22px 14px;
    text-align: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 8px;
}
.dss{
    margin-top: 50px;
}
.icon-box i {
    font-size: 52px;
    /* margin-bottom: 16px; */
    color: rgb(216, 219, 54);
}
.icon-box p {
    font-size: 13px;
}


.row.dsfh {
    background-image: url(./images/Bridaloutfit.png);
    min-height: 253px;
    background-size: 100% 100%;
}

.book-ineer h2 {
    color: #fff;
    margin-bottom: 10px;
}
.book-ineer a {
    border-color: #fff;
    border-radius: 0;
    margin: 10px 0;
    color: #961f64;
    border-radius: 5px;
    background: #fff;
    font-weight: 600;
}
.book-ineer {
    margin-top: 60px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-left: 50px;
    background-image: url(../images/bre.png);
    min-height: 253px;
    background-size: 100%;
    background-position: initial;
}


.contact-link {
    position: fixed;
    left: -62px;
    top: 68%;
       background: #961f64;
    z-index: 99;
    color: #fff;
    border: 1px solid #676565;
    font-size: 15px;
    padding: 1px 8px;
    font-weight: 600;
    transform: rotate(90deg);
}
.contact-link i {
    font-size: 17px;
    margin: 0px 5px;
}

.contact-link:hover {
color: #fff;
    }





    #back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #961f64;
    color: #fff;
    padding: 2px 0px;
}





@media (min-width:320px) and (max-width: 1024px){
    .book-ineer {
    margin-top: 60px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-left: 18px;
    background-image: url(../images/bre.png);
    min-height: 253px;
    background-size: cover;
    background-position: right;
}
.contact-link{
    display: none;
}

.con-box {
    margin-bottom: 70px;
}
a.navbar-brand img {
    width:90px;
}
.top-rt {
    padding-top: 30px;
    padding-right: 20px;
}


button.navbar-toggler {
    float: right;
    width: 100%;
    text-align: right;
}
.nav li a, .navbar-default .navbar-nav>li>a{
    color: #000;
}
ul.nav.navbar-nav li {
/*    border-bottom: 1px solid #00000030;*/
    padding: 8px 0px;
        text-align: center;
}
ul.nav.navbar-nav {
    padding: 15px 0px;
    overflow: hidden;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
span.navbar-toggler-icon {
    padding: 0px 0px !important;
    text-align: center;
    width: 28px;
    height: 28px;
}
.navbar{
    position: initial !important;
}
.navbar-nav {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
}
.col-lg-9.col-8 {
    position: initial;
}
.navbar {
    position: initial !important;
   width: 100%;
    position: absolute !important;
    left: -15px;
    right: 0;
}
button.navbar-toggler {
    margin-bottom: 30px;
}

header.sticky {
    position: initial;
}
.carousel-item {
    height: 50vh;
    }
}




@media (min-width:768px) and (max-width: 1024px){
.widgets-cols .img-normalbox .ibox:after {
    content: "";
    position: absolute;
    left: 3%;
    top: 5%;
    /* border: 3px solid #fff; */
    width: 93%;
    height: 90%;
    z-index: 9;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background-image: url(../images/recent_frame.png);
    background-size: 100% 100%;
}
.icon-box i {
    font-size: 26px;
    }
    .heading.text-left h2 {
    font-size: 25px;
}
.aboutSec p {
    font-size: 15px;
}
.con-box {
    margin-bottom: 70px;
    padding: 0px 6px;
    padding-bottom: 22px;
    word-break: break-word;
}

.navbar {
    left: 0;
}