@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: mukta;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 200;
}

p {
    font-family: Poppins !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #6a1347;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #fdd045;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #fdd045;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #fdd045;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
    background: #6a1347;
    color: white;

}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #6a1347 !important;
    color: white;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ffc807 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 100px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/*-------------------------------------------navigationBar-------------------------*/
.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    padding: 0;
    transition: all 400ms;
    font-family: Outfit;
}


/*topNavbar*/

.topNavbar {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 0px 4px 0px;
    background: #000;
    color: #fff;
}


/*user-menu*/

.user-menu {
    float: left;
    text-align: center;
    margin-top: 5px;
}

.user-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.user-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
    color: #fff;
}

.user-menu ul li a {
    font-weight: 300;
    font-size: 15px;
    color: #fed046;
}

.topNavbar ul li a svg {
    color: #eef6fb;
    font-size: 18px;
    padding: 0 2px 0 1px;
}

.user-menu ul li a:hover {
    color: #ddd;
    text-decoration: underline;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 110px;
    padding: 0;
    background: #fff;
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {

    height: 60px;
}

.navbar-nav {
    margin-right: 30px;
    margin-top: 23px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    float: left;
    margin: 0 0;
    color: #000;
    height: 70px;
    padding: 0;
    /* position: initial; */
    transition: all 300ms;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 1px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 300ms;
}

.navbar-collapse>ul>li>a i.fa-angle-down {
    display: inline-block;
    padding-left: 5px;
}

.navbar-collapse>ul>li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 100%;
    /* background: url(../images/travel.png) 50%;
    background-repeat: no-repeat;
    background-size: contain; */
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    /* transform: skew(-20deg); */
}

.navbar-collapse>ul>li:hover>a:before,
.navbar-collapse>ul>li.active>a:before {
    /*width: 100%;
    left: 0;*/
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a {
    background: transparent;
    color: #a124a2 !important;
}

.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #a124a2 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    white-space: inherit;
}

.navbar-collapse>ul>li>ul>li>a:hover {
    background: #f97101;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #f97101;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #f97101;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.navigationBarScroll:before {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 15px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.9);
    top: -8px;
    height: 65px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarScroll .navbar-collapse>ul>li:before {
    height: 35px;
    top: 20%;
}

@media (max-width: 1366px) {
    .navbar-collapse>ul>li>a {
        font-size: 15px;
        height: 33px;
        line-height: 34px;
        text-transform: capitalize;
        font-weight: 600;
    }
}

.navbar-collapse>ul>li>ul>img {
    width: 250px;
}


/* .navbar-collapse>ul>li>ul {
    padding-right: 270px;
} */

.navbar-collapse>ul>li>ul>li>a,
.navbar-collapse>ul>li>ul>li>ul>li>a {
    font-size: 13px;
}


/* -------------------------------------------end of navbar--------------------- */
/*-----------banner Section--------*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: -0;
    font-family: 'Open Sans', sans-serif;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

#banner-slider .banner-info {
    display: block;
    width: auto;
    position: absolute;
    left: 0%;
    margin: 0;
    z-index: 100;
    color: #fff;
    text-align: left;
    left: 149px;
    top: 40%;
    /* background: rgb(255, 255, 255, 0.8); */
    width: 40%;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

/* #banner-slider .banner-info .bannerInfoHeading::before {
    opacity: 0.6;
    content: "";
    position: absolute;
    display: block;
    height: 238px;
    width: 554px;
    background: #ffffff;
    left: -3.7%;
    top: -11%;
    border-radius: 28px 28px 28px 28px;
    z-index: -1;
} */
#banner-slider .banner-info h2 {
    font-size: 10px;
}


#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    background: transparent;
    color: inherit;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 550;
    clear: both;
    padding: 0px 10px;
    color: #fff;
    margin: 0;
    background: #ea3236;
}

#banner-slider .bannerInfoHeading a:hover {
    color: #ea3236;
}

#banner-slider .banner-info h1 {
    display: inline-block;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    font-weight: 600;
    padding: 3px 0px;
    background: transparent;
    position: relative;
    line-height: normal;
    clear: both;
    color: #fff;
}

#banner-slider .banner-info h1 span {
    color: #fed046;
}

#banner-slider .banner-info .btn-warning {
    font-size: 14px;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    color: #ffffff;
    background: #6a1347;
}

#banner-slider .banner-info .btn-warning:hover {
    background: #fed046;
    color: black;

}

#banner-slider .banner-info .btn-primary :hover {
    color: #fdd045;
}

#banner-slider .owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
    margin: 2px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: block;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 20px !important;
    margin-left: -30px;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #f26422 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}


.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    background: #ea3236 !important;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: #fff;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 50px;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 50px;
}

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 3%;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: 0;
}

.box {
    background: red;
    height: 450px;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    display: none;
}

.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 26px;
    color: #a3bd08;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
    top: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#projects-slider .banner-info {
    display: block;
    width: auto;
    position: absolute;
    bottom: 40%;
    left: 0%;
    margin: 0;
    z-index: 100;
    color: #fff;
    text-align: left;
}

#projects-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    background: transparent;
    color: inherit;
    padding: 10px 20px;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px 0;
    float: left;
    clear: both;
    color: black;
}

#banner-slider .projects-info .btn-primary {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    margin-left: 20px;
    color: #ffffff;
}

/* ------------------------end of banner-s/c -------------------------*/
/* ---------------------------------------------------overview section */
.text-center {
    margin-top: 19px;
}

.innerBannerSection {
    height: 50%;
}

.InnerpageSection {
    padding: 80px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

.InnerpageSection::before {
    top: 0px;
}

.InnerpageSection::after {
    top: 0px;
    width: 0px
}

.ContactHeading h3 {
    font-size: 39px;
    font-weight: 600;
    padding: 36px 10px;
    position: relative;
}

.ContactHeading h3::before {
    content: "";
    position: absolute;
    display: block;
    height: 50px;
    width: 18px;
    color: #2055af;
    background: #4c8bf4;
    left: 31.3%;
    top: 35%;
    border-radius: 28px 0px 0px 28px;
}

.ContactHeading h3::after {
    content: "";
    position: absolute;
    display: block;
    height: 50px;
    width: 18px;
    color: #2055af;
    background: #4c8bf4;
    right: 31.3%;
    top: 35%;
    border-radius: 0px 28px 28px 0px;
}

/*    .ContactHeading h3::before {
content: "";
position: absolute;
display: block;
height: 5px;
width: 115px;
 color: #2055af; 
background: #4c8bf4;
left: 0;
top: 77%;
right:0;
margin:0 auto;
border-radius: 29px 18px 18px 29px;
}*/

.gmb-head h2 {
    color: #000000;
    padding: 23px 0px;
    padding-bottom: 0.75rem;
    text-transform: capitalize;
    text-align: center;
}

.gmb-head h2 b {
    color: #fdd045;
    padding: 8px 0px;
    padding-bottom: 0.75rem;
    text-transform: capitalize;
}

.gmb-head h3 {
    font-size: 18px;
    color: #084bb7;
    font-weight: 700;
    padding-bottom: 0.375rem;
}

.gmb-head h2 mark {
    padding: 0px;
    background: white;
}

.gmb-head h5 {
    font-size: 16px;
    color: #2b63c1;
}

.gmb-head h4 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}

.abstractBackground {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-top: -40px;
}

#submit-gmb-data {
    /* border-radius: 100px !important; */
    margin-left: 206px;
    border: 2px white outset;
}

#submit-gmb-data:hover {
    background: white;
    color: #000;
}

.enquirysection {
    width: 1133px;
    padding: 0px 63px;
    background: white;
    height: 275px;
    border-radius: 10px;
    box-shadow: 1px 0px 12px rgb(0 0 0 / 40%);
    z-index: 0;
    margin-bottom: 10px;
}


/* ----------------------------------------end of overview section */

/*----------------------------------------------- mission section */

/* AboutusSection */

.AboutusSection {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    /* background: url('../images/about.png') no-repeat 100% 0; */
    /* background-size: contain; */
    /* margin-top: -100px; */
}

.Aboutblock {
    display: block;
    padding: 20px;
}

.Aboutblock p {
    font-size: 16px;
    color: #000;
}

.AboutusSection img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}


.Aboutblock .btn-primary {
    font-size: 14px;
    padding: 11px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    border-radius: 25px;
    box-shadow: 0 0 15px #00000059;
}


/* endAboutussection */




/* --------------------------------------------end of mission section */

/* ..............................................services....................................................... */

.ourservices {
    padding: 40px 0px;
    background: #6a1347;
    clear: both;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    /* background: #e5eef6; */
}

.service a i {
    font-size: 40px;
    margin-top: 3px;
    padding: 19px 0px;
    color: #f26522;

}

.servicetitle h5 {
    padding: 50px 0px 0px 0px;
}

.servicetitle {
    color: rgb(255, 255, 255);
}

.service {
    background: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px rgb(255, 255, 255) outset;
    border-radius: 10px;
    padding: 25px;

}


.service img {
    border-radius: 10px 10px 0px 0px;
}

.servesDisc1 {
    padding: 10px;
    background-image: url(../images/imggallery3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 377px;
    border-radius: 10px;
}

.allservices {
    float: right;
}

.allservices a:hover {
    color: #f26522;
}

.service:hover i {
    color: #ffffff;
}

.service a:hover {
    background: #FFF;
    color: #000;
}

.ourservices .service:hover {
    background-color: #fed046;
    color: black;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
}

.ourservices .service:hover h6 {

    color: #ffffff;

}

.service h2 {
    font-size: 24px;
    margin-bottom: 5px;
    padding: 2px 23px;
}

.service h6 {
    padding: 0px 18px;
    font-size: 18px;
    margin: 1px;
    /* margin-top: 4px; */
    font-weight: 500;
}

.service p {
    padding: 0px 10px 0px 10px;
}


/*--------------------- end of service s/c------------ */

/* ----------------------------------------------bannerbox section */
/* .........................................whyus-section.................................................... */



.whyus {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 60px 0px 60px 0px;
    text-align: center;
    color: #000;
    position: relative;
    background: url(../images/study-circlebg.jpg) no-repeat fixed 100% 0;
    overflow: hidden;
    background-size: cover;
    backface-visibility: hidden;
}

.whyus:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.8);
    opacity: 0.8;
}

.whyus h6 {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    margin-top: -3px;
    /* padding: 4px 2px; */
}

.whyus .whyusblock {
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    width: 60%;
    margin: 0 auto;
}

.whyus .whyusblock img {
    width: 50px;
    margin: 15px auto;

}

.whyus .whyusblock:hover {
    background: #fed046;
    color: black;

}


/* -------------end of whyus s/c---------------------- */
/* ------------------------------------------------------Car Inventory s/c*/
.MESS {
    width: 100%;
    padding: 50px 0px 0px 0px;
    clear: both;
    position: relative;
}

.MESSsection2 {
    width: 100%;
    padding: 50px 0px 50px 0px;
    clear: both;
    position: relative;
}

.mess {
    padding: 10px 10px;
}

.mess1 {
    width: 50%;
    height: 400px;
    background-color: #eaebf5;
    width: 100%;
    border-radius: 5px;
    box-shadow: rgb(239 127 127 / 20%) 0px 0px 15px
}

.mess1 p {
    text-align: center;
    padding: 4px 20px;
    font-size: 20px;
    font-weight: 600 !important;
}


.mess1 h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding: 43px 0px;
    color: #ed1c24;
}


.mess1 h6 {
    text-align: center;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600 !important;
}

.mess2 {
    background-image: url(../images/messimg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgb(239 127 127 / 20%) 0px 0px 15px
}

/* ------------------------------------------- */

.messsection {
    padding: 10px 10px;
}

/* .mess{
    padding: 20px 20px;
} */

/* .MESS{
    background-color: ;
} */

.messsection1 h4 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 10px;
}

.messsection1 {
    width: 50%;
    height: 400px;
    background-color: #eaebf5;
    width: 100%;
    border-radius: 5px;
    box-shadow: rgb(239 127 127 / 20%) 0px 0px 20px
}

.messsection1 h3 {
    font-size: 28px;
    text-align: center;
    padding: 13px 0px;
    color: #ed1c24;
}


.messsection h6 {
    text-align: center;
    padding: 0px 13px;
    font-size: 15px;
    font-weight: 600 !important;
}

.messsection p {
    text-align: center;
    padding: 0px 13px;
    font-size: 15px;
    font-weight: 600 !important;
}

.messsection2 {
    background-image: url(../images/messimg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgb(239 127 127 / 20%) 0px 0px 15px
}


/*---------------------------------------- testimonial section */

/*------------------- testimonial Section-------------------------- */

.testimonialBlock {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 60px 0px 60px 0px;
    text-align: center;
    color: #fff;
    position: relative;
    background: url(../images/banner1.jpg) no-repeat fixed 100% 0;
    overflow: hidden;
    background-size: cover;
    backface-visibility: hidden;
}

.testimonialBlock:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(106 19 71);
    opacity: 0.8;
}

.testimonials-desc {
    display: block;
    padding: 30px;
    text-align: center;
    background: #fdd045;
    color: rgb(0, 0, 0);
    margin: 0px 15px;
    border-top: 4px solid #6a1347;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 317px;
}

.testimonials-desc:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 13px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #6a1347;
}

.testimonials-desc:after {
    content: '';
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    width: 11px;
    height: 13px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background: #6a1347;
}

.testimonials-desc p {
    font-size: 17px;
    font-style: italic;
}

.testimonials-desc p i {
    padding: 0 10px;
}

.testimonials-desc h4 {
    font-size: 18px;
    font-weight: 600;
}

.testimonialBlock .heading-center {
    margin-bottom: 50px;
}



.testimonialBlock .owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}



/* end of testimonial */

/* media gallery */
.mediaGallerySection {
    display: block;
    clear: both;
    height: auto;
    position: relative;
    padding: 50px 6px 0 6px;
    overflow: hidden;
}

.mediaGallerySection>.row {
    margin-left: -3px;
    margin-right: -3px;
}

.mediaGallerySection>.row>.col-md-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.mediaGallerySection>.row>.col-md-3 .galleryBlock {
    display: block;
    margin-bottom: 6px;
}

.galleryBlock {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.galleryBlock:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    background: #6a1347;
    transform: skew(20deg);
    transition: all 500ms;
}

.galleryBlock:hover:before {
    left: 0;
    opacity: 0.9;
    transform: skew(0deg);
}

.galleryBlock span {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 50px 30px;
    color: #fff;
    z-index: 2;
    font-size: 22px;
    line-height: 28px;
    visibility: hidden;
    opacity: 0;
    transition: all 600ms;
}

.galleryBlock span small {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.galleryBlock:hover span {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
}

.galleryBlock span i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #512c55;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
    position: relative;
    top: 15px;
    left: 50px;
    transition: all 700ms;
}

.galleryBlock:hover span i {
    left: 0;
}


/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0px 40px 0px;
    background: #333;
    color: #fff;
    box-shadow: inset 0px 0px 75px rgba(0, 0, 0, .2)
}

.footer img {
    width: 50%;
}

.addressInfo a {
    color: white;

}

.footer1 p {
    margin-top: 10px;
    padding-left: 10px;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 4px 0 4px 0;
    font-size: 15px;
    color: #fff;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #0074c9;
}

.toursvgicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer .btn-primary {
    color: #fff;
    border: solid 2px #333;
    border-radius: 40px;
    padding: 10px 20px;
}


/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4 {
    font-weight: bold;
    font-size: 20px;
}

.addressInfo p {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 5px 20px;
}

.addressInfo svg {
    display: inline-block;
    width: 20px;
    color: #0074c9;
    margin-left: -24px;
}


/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #000;
    text-align: center;
    padding: 15px 0;
    color: #efefef;
    font-size: 11px;
}

.footerStrip a {
    color: #333;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #0074c9;
}

.footer-social {
    display: inline-block;
    margin-top: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #f97101;
    border-color: #f97101;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footerwhatsupLink {
    background: #00e676;
}

.footer-social .footerInsta {
    background: #dd2a7b;
}

.whatsapp {
    position: fixed;
    left: -150px;
    bottom: 10px;
    z-index: 999;
}


/*------------------------- end of footer s/c--------------------- */

/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #fdd045;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*Media queries*/
@media (max-width: 1366px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 20px;
    }

    .navigationBar {
        position: relative;
        background: #fff;
        height: auto;
        width: 100%;
        float: none;
        left: 0;
        height: auto;
    }

    .navigationBar:before {
        display: none;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        margin: 0;
    }

    .navbar-brand {
        margin: 12px 0;
        border: none;
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        margin-top: 10px;
        padding: 0;
        width: auto;
    }

    .navbar-toggle {
        background: #fff;
        border-radius: 0;
        border: none;
        margin-top: 20px;
    }

    .navbar-collapse>ul>li {
        color: #000;
        border-bottom: solid 1px #ddd;
        height: auto;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li:hover,
    .navbar-collapse>ul>li.active,
    .navbar-collapse>ul>li.active:hover {
        background: #fed046;
        color: #fff;
    }

    .partnersRow h4 {
        margin: 0 0 15px 0;
    }

    .navigationBarScroll .navbar-brand {
        margin-top: 0;
    }

    .navigationBarScroll .navbar-brand img {
        transform: scale(1);
        top: 0;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        height: 0px;
        line-height: 60px;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        /*left: 105%;*/
        visibility: visible;
        opacity: 1;
        transition: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }

    .whyus .whyusblock {
        width: 90%;
    }

    .latesttesti .item {
        margin: 9px;
    }

    .AboutusSection img {
        padding-top: 0;
    }

    .links a {
        padding: 0px 2px;
    }

    .enquirysection {
        margin-left: 0;
        height: 403px;
        width: 100%;
        padding: 0px 20px;
    }

    #submit-gmb-data {
        margin-left: 0px;
    }

    .carimage {
        margin-top: 41px;

    }

    .banner-slider-section {
        height: 40%;
    }

    #banner-slider .banner-info h1 {
        font-size: 21px;
    }

    #banner-slider .banner-info {
        left: 0;
        top: 20%;
        width: 80%;

    }
    
    #banner-slider .banner-info .bannerInfoHeading {
        margin: 0;
        font-size: 16px !important;
        padding: 0px 10px;
        background: #ed1c24;
    }

    #banner-slider .banner-info .btn-warning {
        font-size: 8px;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .service {
        height: auto;
    }

    .AboutusSection {
        padding: 30px 0 30px 0;
    }

    .whatsapp {
        position: fixed;
        left: -208px;
    }


    .servesDisc1 {
        height: 270px;

    }

    .mess2 {
        height: 255px;
    }

    .messsection2 {
        height: 255px;
    }

    .messsection1 {
        height: auto;
        padding: 10px;
    }

    .footer {
        min-height: auto;
        padding: 50px 0px 20px 0px;

    }

    .scrollup {
        right: 0;
        bottom: 0;
    }

    .navbar-brand img {
        height: 50px;
    }
}