@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;
}
@charset "UTF-8";
/* auto slider ベース設定 */
.js-auto-slider-wrap {
  overflow: hidden;
}
.js-auto-slider {
  display: flex;
}
.js-auto-slider-elm {
  overflow: hidden;
  position: relative;
	z-index: 1;
  flex-shrink: 0;
}
.js-auto-slider-img {
  position: absolute;
  top: 0;
  left: 0;
	right: -45%;
  bottom: 0;
}
.js-auto-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;

  /* object-fit: cover; */
}


/* auto slider 表示エリア */
.js-auto-slider-inner {
  width: 77vw;
  margin-left: auto;
  margin-right: auto;
}
/* auto slider スライド要素 */
.js-auto-slider-elm {
  height: 50vw;
  width: 76vw;
  margin-right: 4.8vw;
  border-radius: 3.3vw;
}
@media only screen and (min-width: 768px) {
  .js-auto-slider-inner {
    width: 60vw;
  }
  .js-auto-slider-elm {
    height: 30vw;
    width: 50vw;
    margin-right: 5vw;
    border-radius: 1.5vw;
  }
}

/* ページャー */
.js-auto-slider-pager {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
}
.js-auto-slider-pager-elm {
  margin: 0 20px;
}
.js-auto-slider-pager-btn {
  display: none;
  height: 12px;
  width: 12px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s;
}
.js-auto-slider-pager-btn {
  background: #ccc;
}
.js-auto-slider-pager-btn:hover,
.js-auto-slider-pager-btn.is-active {
  background: red;
}


@media screen and (max-width: 600px) {
    .js-auto-slider-elm{
           height: 250px !important;
         
     }
     
   
    .js-auto-slider-img img{
          height: 85% !important;
        
    }


    .bannersection img {
        height: 260px !important;
    }

    #non-img {
        display: block !important;
        width: 200px;
        height: 200px;
        margin-left: 70px;
    }
}

  }


.contact {
    padding: 130px 0;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #580b65;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #580b65;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

/*image slider 2strats*/

.wrapper {
    overflow: hidden;
}

.js-scroll-slider {
    display: flex;
    margin-bottom: 20px;
}

.js-scroll-slider__item {
    flex-shrink: 0;
    width: 200px;
    margin-right: 20px;
}

@media screen and (min-width: 640px) {
    .js-scroll-slider__item {
        width: 400px;
    }


}

@media screen and (max-width: 700px) {


    #swastik-done {
        display: block !important;
        margin-top: -100px;
    }
}

/* テストページ設定 */
body {
    margin: 0;
    padding: 50px 0;
}

h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
}

@media screen and (min-width: 640px) {
    h1 {
        margin-bottom: 100px;
        font-size: 36px;
    }
}

strong {
    font-size: 150%;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/*image slider 2 end*/
/*navBarSection*/
.navBarSection {
    display: block;
    clear: both;
    width: 100%;
    position: fixed !important;
    z-index: 999 !important;
    background-color: #fff;
    height: 106px;
    margin-bottom: 10px;
}

.navbar-default {
    position: relative;
    border-color: transparent;
    width: 100%;
    background: transparent;
}

.navbar-header {
    margin-left: -50px !important;
}

.navbar-collapse {
    margin-right: -50px !important;
}

.navbar-brand {
    position: relative;
    bottom: 18px;
}

.navbar-brand img {
    height: 84px;
    position: relative;
    bottom: 30px;

}

.navbar-brand h2 {
    font-weight: 500;
    color: #580b65 !important;
    font-size: 26px;
    font-family: 'Cutive Mono';
    position: relative;
    bottom: 100px;
    left: 93px;
}

.navbar-brand p {
    position: relative;
    left: 101px;
    bottom: 150px;
    font-size: 10px;
    font-weight: 900;
}

a .navbar-brand h2 span {
    color: #00afff;
}

.navbar-nav ul {
    display: inline-block;
    position: relative;
    clear: both;
    top: 10px;
}


.navbar-nav ul li {
    display: inline-block;
    position: relative;
    padding: 20px 15px;
    clear: both;

}

.navbar-nav ul li a {
    font-size: 17px;
    color: #000;
    display: block;
}

.navbar-nav ul li a:hover {
    color: black;
    border-bottom: 1px dashed #000000;
}


.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* The style below is just for the appearance of the example div */




/*bannersection*/
.bannersection {
    display: block;
    clear: both;
    width: 100%;

}

.bannersection img {
    height: 100%;
    width: 100%;

}

.bannerText h1 {
    position: absolute;
    display: block;
    clear: both;
    text-align: center;
    /* left: 39px; */
    z-index: 999;
    top: 20px;
    color: #580b65;
    font-size: 22px;
    background: white;
    text-align: center;
    left: 375px;
}



.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 88px;
    color: #fff;
    font-style: italic;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;

}


.down-arrow-box strong {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: -10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.down-arrow-box a {
    display: block;
    clear: both;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 2;
    border-radius: 100%;
    animation: scrollAnim 1s linear infinite;
    -webkit-animation: scrollAnim 1s linear infinite;
    -moz-animation: scrollAnim 1s linear infinite;
    -ms-animation: scrollAnim 1s linear infinite;
    -o-animation: scrollAnim 1s linear infinite;

}

.down-arrow-box span {
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    top: 0;
    transition: all 300ms;
}

.down-arrow-box a:hover span {
    color: #fff;
}

.down-arrow-box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 0.2;
    z-index: -2;
    animation: downarrowBubbles 1.2s ease-in-out infinite;
    -webkit-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -moz-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -o-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -ms-animation: downarrowBubbles 1.2s ease-in-out infinite;
}

.down-arrow-box a:after {
    background: #5d3599;
    ;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    transition: all 400ms;
}

.down-arrow-box a:hover:after {
    background: #000000;
}

@-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-o-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-moz-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-ms-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-moz-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-ms-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

/* whatsapp */

.FixWhatsApp {
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 999;
}

.FixWhatsApp a {
    color: #2fb943;
    font-size: 50px;
}

.FixWhatsApp a span {
    color: #fff;
    font-size: 50px;
    background: #2fb943;
    border-radius: 100px;
    padding: 8px 12px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}

.FixWhatsApp a span:hover {
    color: #2fb943;
    font-size: 50px;
    background: #eee;
}

.certificates {
    position: relative;
    display: block;
    width: 100%;
}

/* aboutsection */
.aboutsection {
    width: 100%;
    clear: both;
    position: relative;
    display: block;
    padding: 80px 0px;
    background-color: aliceblue;
}

.aboutlogo img {
    position: relative;


}



.btn-primary {
    background: #7b6cd5;
    color: #fff;
    border-color: transparent;
    position: absolute;
    right: 20px;
}

.certificates {
    display: block;
    position: relative;
    clear: both;

}

/* productsection */


.productsection {
    padding: 33px 0px;
    position: relative;
    background: url('../images/s_back.jpg') no-repeat;
    background-size: cover;

}

.productsection .heading-center h2 {
    color: white;
}

.productsection .heading-center {
    color: #ffffff;

}


.heading-center .productsection h3 {
    color: white;
}

.productText {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #580b65;
    color: white;
    padding: 15px 10px;
    line-height: 10px;
    margin: 20px;
}

.productText h4 {
    margin-bottom: 0;
    font-weight: 600;
}

.productItem {
    display: block;
    clear: both;
    margin: 10px auto;
}

.productImg {
    background-size: cover !important;
    height: 400px;
    position: relative;
    transition: all .3s;
    overflow: hidden;
    padding: 20px;
}

.productImg:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: all .3s;
    background: rgba(255, 255, 255, 0.9);
}

.productImg:hover:after {
    top: 0;
}


.productsection .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 50%;
    opacity: 0.9;
    padding: 0 !important;
    font-size: 32px !important;
    opacity: 1 !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    line-height: 52px;
}

.productsection .owl-theme .owl-buttons>div.owl-next {
    right: -50px;
}

.productsection .owl-theme .owl-buttons>div.owl-prev {
    left: -50px;
}

.productsection .owl-theme .owl-buttons>div:hover {
    background: #7b6cd5 !important;
}

/*cgroupsection*/
/* --------------------------------------
   7. Services
-----------------------------------------*/

.services {
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
    background-color: #f8f1ff;
}

.main-title .separator {
    position: relative;
    width: 160px;
    display: inline-block;
}

.main-title .separator:before,
.main-title .separator:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 50px;
    background: #580b65;
}

.main-title .separator:before {
    left: 3px;
}

.main-title .separator .flaticon-chakra:before {
    font-size: 40px;
    color: #7b6cd5;
    margin-left: -10px;
}

.services .service {
    background-color: #fff;
    text-align: center;
    padding: 25px 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.main-title {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.services .service .service-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(123, 108, 213, .9);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.services .service:hover .service-bg,
.services .service.two .service-bg {
    opacity: 1;
}

.services .service .service-bg .flaticon-lotus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 146px;
    color: #fff;
    opacity: .1;
    margin-left: 0;
}

.services .service .service-item {
    position: relative;
    z-index: 2;
}

.services .service .service-icon i {
    background: #580b65;
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .2s cubic-bezier(.47, 0, .745, .715);
    transition: all .2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(123, 108, 213, .6);
    box-shadow: 0 0 0 0 rgba(123, 108, 213, .6);
}

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
        box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
        box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
    }
}



/*service_section*/
.gray-color {
    background-color: #f6f7f9;
}

.rs-process.modify1 {
    background-image: linear-gradient(140deg, #580b65 30%, #c32869 100%);
    border-radius: 270px 0 0 0;
}

.rs-process .shape-animation {
    position: relative;
}

.rs-process .shape-animation .shape-process {
    position: absolute;
    left: 180px;
    top: 50px;
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

.rs-process .shape-animation .shape-process {

    max-width: 100%;
    height: auto;
}

.align-items-center {
    align-items: center !important;
}

.pr-40 {
    padding-right: 40px;
}

.rs-about .shape-image .bottom {
    position: absolute;
    right: 0;
    top: 145px;
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
}

.sec-title2 {
    position: relative;
}

.mb-30 {
    margin-bottom: 30px;
}

.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #03228f;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.sec-title2 .title.white-color {
    color: #fff;
}

.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    max-width: 490px;
    margin: 0 auto;
}

.white-color {
    color: #fff !important;
}

.mb-70 {
    margin-bottom: 70px;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area {
    font-size: 41px;
    font-weight: 600;
    line-height: 62px;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    left: -70px;
    top: -30px;
    text-align: center;
    background: #06d3e5;
    transition: all .3s ease 0s;
    border-radius: 50%;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.green-bg {
    background: #3bcd4c;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.plum-bg {
    background: #9439e9;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.pink-bg {
    background: #f30876;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area {
    font-size: 41px;
    font-weight: 600;
    line-height: 62px;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    left: -70px;
    top: -30px;
    text-align: center;
    background: #06d3e5;
    transition: all .3s ease 0s;
    border-radius: 50%;
}

.shape-image img {
    position: relative;
    margin-left: 934px;

}

.rs {
    position: relative;
    bottom: 153px;
}

.service p {
    color: white;
    position: relative;
    top: 39px;
}

.service h1 {
    color: white;
    margin-top: 50px;
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.green-bg {
    background: #3bcd4c;
}

.rs-process.modify1 .rs-addon-number .number-text {
    margin: 0 25px 0 30px;
    padding: 0 48px 11px 48px;
    background-color: #5f24ad;
    border-radius: 10px 10px 50px 10px;
    position: relative;
}

.pb-120 {
    padding-bottom: 0px;
}

.pt-160 {
    padding-top: 0px;
}

/* footersection */

.footersection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;

    padding: 30px 0;
    box-shadow: inset 0 0 100px rgb(0 0 0 / 30%);
    background: url(../images/footer.jpg) no-repeat #000 fixed 100% 0;
    background-size: cover;
    backface-visibility: hidden;
    clear: both;
    position: relative;
    z-index: 2;
    color: rgb(0, 0, 0);
}

.footercontent a {
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    font-size: 18px;
}

.footercontent a:hover {
    color: rgb(0, 0, 0);
}



.footersection h3 {
    padding: 10px 0px;
    color: black !important;
    margin-right: 13px;
    position: rea;
    position: relative;
    right: 5px;
    top: 15px;
}

.footersection img {
    height: 79px;
    position: absolute;
    left: 138px;
    top: 76px;
}

.footercontent img {
    height: 169px;
    /* width: 190px; */
    position: absolute;
    top: 50px;
    border-radius: 100px;
}

.footersection ul li {
    list-style-type: square;
}

.footercontent li a {
    padding: 6px 0px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 35px;
    font-size: 18px;


}

.footercontent i {
    padding: 0px 10px;
    padding-left: 0px;
    font-size: 22px;
    color: #580b65;
}

.footercontent p {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 27px;
    margin-left: 1px;
}

.footercontent li a:hover {
    color: #fa000c;

}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
    position: relative;
    top: 112px;
    left: -16px;
}

.footerlogo h5 {
    position: relative;
    /*left: 60px;*/
    top: 159px;
    font-size: 28px;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social {
    display: inline-block;
    margin-top: 15px;
}
.footer-social .footeryoutubeLink {
    background: #FF0000;
}

.text-center {
    text-align: center;
}

/* copyrightsection */
.copyrightsection {
    position: relative;
    width: 100%;
    clear: both;
    text-align: center;
    color: rgb(0, 0, 0);

    height: 60px;
}

.copyrightsection img {
    height: 20px;
    /* width: 70px; */
}

.rs-breadcrumbs.img3 {
    background: url(../images/breadcrumbs.png);
}

.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* contact_us */
.contact_us {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f1ff;
}

.text-center {
    text-align: center !important;
}


.heading-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #F93F1A;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.heading-content h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #580b65;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
}

.google-map iframe {
    height: 348px;
    width: 100%;
    border-radius: 10px;
}

.form-info {
    border: none;
    position: relative;
    left: 344px;
}


.contact-form {
    padding: 43px 30px;
    border: 1px solid #580b65;
    border-radius: 10px;
}

.btn .fill-btn {
    background: #580b65;
    color: white;
    border: 2px solid;
    /* border-radius: 52px; */
}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin: 0 0 20px 0;
    background-color: rgba(255, 243, 223, 9);
    background-clip: padding-box;
    border: 1px solid rgba(255, 243, 223, 9);
    border-radius: 50px;
    font-weight: 600;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.s {
    text-align: -webkit-center;
}

.s p {
    width: 70%;
    text-align: center !important;
    margin-top: 117px;
    text-align: left;
    text-align: justify;
    /* margin-bottom: 7px; */
}

.copyrightsection p {
    margin-top: 27px;
    margin-right: 75px;
}

.contact_details {

    padding-top: 60px;
    padding-bottom: 60px;

}


.about-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #580b65;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img i {
    color: white;
    font-size: 40px;
}


.header .lead {
    max-width: 620px;
}

/** Below CSS is completely optional **/

.gallery-container>a {
    max-width: 200px;
    max-height: 150px;
    padding: 5px;

}

.tz-gallery {
    width: 100%;
    position: relative;
    clear: both;
    padding: 20px 0px;
}

.tz-gallery h2 {
    text-align: center;
    margin: 10px;
}

.lightbox img {
    margin: 30px;
    border: 5px solid #580b65;
    border-radius: 15px 0px 15px 0px;

}

/*
        about_us

*/
[class*="page-section"] {
    padding: 30px 0;
    position: relative;
    background-color: #f5f5f3;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.section-title:not(:last-child) {
    margin-bottom: 30px;
}

.content-element3:not(:last-child) {
    margin-bottom: 26px;
}

p:not(:last-child) {
    margin-bottom: 26px;
}

.video-holder {
    position: relative;
    display: block;
}

.video-holder .video-btn {
    position: absolute;
    display: block;
    top: 50%;
    border: 2px solid #fff;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 50%;
    margin-left: -50px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 90px;
    z-index: 2;
}

.video-holder .video-btn:after {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    margin-left: 15px;
    border-top: 20px solid transparent;
    border-left: 31px solid #fff;
    border-bottom: 20px solid transparent;
}

/*
       gallery

*/
/*featuredproject*/


.featuredproject {
    position: relative;
    display: block;
    clear: both;
    background-color: #f8f1ff;
    width: 100%;
    padding: 50px 0px;
}



.featuredproject h2 {
    color: white;
    text-align: center;
}

.featuredproject p {
    color: black;
    text-align: center;
}

.projectcard {
    position: relative;
    display: block;
    width: 420px;
    height: 320px;
    padding: 2px 1px;
    transition: 1.5 ease-out;
}

.projectinner h3 {
    color: white;
    text-align: center;
}

.projectinner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    visibility: hidden;

}

.projectcard:hover {
    transform: translateY(20px);
}

.projectcard:hover .projectinner {
    display: block;
    position: absolute;
    z-index: 999;
    opacity: 70%;
    background-color: #580b65;
    color: white;
    transform: translateY(50px);
    transition: all .60s ease;
    visibility: visible;

}

.projectcard:hover .projectinner h2 {
    color: white
}

.projectcard:hover .projectinner p {
    color: white
}

.section-header {
    text-align: center;
    margin: 60px auto 20px auto;

    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
}


.video-gallery {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.video-gallery .gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 580px;
    max-height: 360px;
    width: 48%;
    background: #000;
    cursor: pointer;
}

.video-gallery .gallery-item img {
    position: relative;
    display: block;
    opacity: .45;
    width: 105%;
    height: 300px;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-23px, 0, 0);
    backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 0.5em 0;
}


.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 10;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 68%;

    padding: 1em 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
    opacity: .3;
    transform: translate3d(0, 0, 0);

}

.video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
}

.video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;

    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
    .video-gallery .gallery-item {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}


/*
        body Structure

*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: -18px;
    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: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    color: #580b65 !important;
    text-align: center;
    padding: 10px 0px;
}

h3 {
    /* font-size: 32px; */
    /* font-weight: 400; */
    font-size: 25px;
    font-weight: 700;
    color: white !important;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

.contact_details a {
    color: black;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: black;
    line-height: 27px;
    letter-spacing: 2px;
}

p span,
p strong {
    font-weight: 800;
    color: black;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: white;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.servicesectionblock {
    padding: 40px 0px;
    position: relative;
    display: block;
    width: 100%;
    background-color: #908686;
}

.servicesectionblock1 {
    margin: 50px 0px;
}

.servicesectionblock img {
    border-radius: 60px 10px 60px 10px;
    position: relative;
    top: 6px;
}


.servicesectionblock p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: rgb(255, 255, 255);
    line-height: 27px;
    letter-spacing: 2px;
}

.sbimg {
    position: relative;
}

.sbimg img {
    position: relative;
    bottom: 30px;
}

.chakra_sec {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
}

.chakra_text {
    position: relative;
    display: block;
    z-index: 999;

}

.service .col-sm-6 {
    margin-top: 50px;
}

.servicesectionblock h8 {
    font-size: 32px;
    font-weight: 700;
    color: #580b65 !important;
    text-align: center;
    margin: 49px 0px;
    position: relative;
    text-align: center;
    left: 65px;
    top: -16px;
    margin: 20px;
}

.services_bg {
    display: block;
    position: relative;
    clear: both;
    height: 200px;

}


.at {
    position: absolute;
    display: block;
    z-index: 2000;
    color: white;
    bottom: 264px;
}

.at1 {
    position: absolute;
    display: block;
    z-index: 2000;
    color: white;
    bottom: 151px;
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

.at2 {
    position: absolute;
    display: block;
    z-index: 2000;
    color: white;
    left: 390px;
    bottom: 25px;
}

.chakra_sec h5 {
    position: absolute;
    bottom: 768px;
    text-align: center;
    color: white;
    left: 601px;
    font-size: 33px;
    z-index: 999;
}

.chakra_text p {
    color: white;
}

.chakra_text h7 {
    color: white;
    font-size: 25px;
    z-index: 3000;
    font-weight: 500;
}

/*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;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #580b65;
}

.heading small a {
    color: inherit;
}


.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #580b65;
}

.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 {

    transition: all 300ms ease-in-out;
    border-radius: 60px !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #580b65 !important;
    color: #fff;
    border-color: transparent;
}

.btn-info {
    background: #7b6cd5;
    color: #fff;
    border-color: transparent;
    position: absolute;
    right: 20px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
    top: 139px;
    position: relative;
}

.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;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
    margin-top: 18px;
}

.kkk p {
    position: relative;
    bottom: 73px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.dropdown-menu {
    padding: 15px;
}

.demo {
    opacity: 0.6;
}

.pppp {
    position: relative;
    top: 9px;
}

.abt1 img {
    position: relative;
    top: 160px;
    left: 95px;
}

.active,
.demo:hover {
    opacity: 1;
}

.footerlogo {
    margin-top: 18px;
}

img.hover-shadow {
    transition: 0.3s;
}

.lll {
    padding: 20px 0px;
    padding-bottom: 24px;
}

.l p {
    position: relative;
    bottom: 75px;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.light_img {
    padding: 20px;
}

.google-map {
    display: none;
}

/**********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: #580b65;
    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) {

    /* navBarSection */

    .navbar-brand>img {
        display: block;
        position: relative;
        right: 59px;
        z-index: 999;
        height: 57px;
        top: -9px;
    }

    .abt1 img {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .kkk p {
        position: relative;
        bottom: 0px;
    }

    .navbar-nav ul li {
        display: inline;
    }

    .footersection .space10 {
        display: block;
        clear: both;
        padding: 10px 0;
        top: -16px;
        position: relative;
        left: -4px;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
    }

    .navbar-brand h2 {
        font-weight: 500;
        color: #580b65 !important;
        font-size: 18px;
        font-family: 'Cutive Mono';
        position: relative;
        bottom: 60px;
        left: 40px;
    }

    .navbar-brand p {
        position: relative;
        left: 50px;
        bottom: 112px;
        font-size: 8px;
        font-weight: 600;
    }

    .l p {
        position: relative;
        bottom: 0px;
    }


    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: -3px !important;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: -20px;
        left: 37px;
    }

    .ss_img img {
        padding: 5px 0px;
    }

    /* bannersection */
    /* aboutsection */

    .col-sm-6 {
        display: block;
        position: relative;
        clear: both;
        width: 100%;
        margin: 31px 4px;
        float: left;
    }

    .s p {
        width: 70%;
        text-align: center !important;
        margin-top: 53px;
    }

    .aboutsection {
        padding: 43px 0px;
    }

    .sec-title2 .sub-text {
        margin-left: 20px;
    }



    .article-content img {
        margin-left: 46px;
    }

    /* productsection */


    .service p {
        color: white;
        position: relative;
        top: -40px;
    }
    .service h1 {
        color: white;
        margin-top: -29px;
    }

    .bannerText h1 {
        position: absolute;
        display: block;
        clear: both;
        text-align: center;
        /* left: 39px; */
        z-index: 999;
        top: 22px;
        color: #580b65;
        font-size: 13px;
        background: white;
        text-align: center;
        left: 7px;
    }

    .pb-120 {
        padding-bottom: 0px;
    }

    /*cgroupsection*/

    .cgimg img {
        padding-top: 10px;
    }

    /*clientsection*/
    /* footersection */

    .footersection img {
        position: relative;
        top: -8px;
        left: 103px;
        width: 33%;
    }

    .footerlogo h5 {
        position: relative;
        left: 46px;
        top: 2px;
    }

    .navbar-brand {
        /* margin-left: 35px !important; */
        /* margin-bottom: 7px; */
        position: bottom;
        position: bottom;
        position: relative;
        bottom: 50px;
        right: 9px;
    }

    .FixWhatsApp {
        position: fixed;
        left: -20px;
        bottom: -11px;
        z-index: 999;
    }

    .pppp img {
        position: relative;
        bottom: 15px;
        right: 14px;
        height: 70px;
        width: 70px;
    }

    .pppp h2 {
        bottom: 76px;
        left: 75px;
    }

    .pppp p {
        bottom: 127px;
        left: 80px;

    }

    img .space10 {
        display: block;
        clear: both;
        padding: 10px 0;
        position: relative;
        top: -12px;
        left: -1px;
    }

    /* copyrightsection */
    .copyrightsection {
        height: 100px;
    }

    .copyrightsection p {
        position: relative;
        top: 8px;
        color: black;
        font-size: 16px;
        width: 113%;
        right: 23px;
    }

    .about-info {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 12px 0px;
    }

    .contact_details {
        display: none;
    }

    .form-info {
        border: none;
        position: relative;
        left: 0px;
    }

    .copyrightsection p a {
        text-align: center;
        font-size: small;
    }


    .copyrightsection img {
        position: relative;
        width: 100%;
        clear: both;
        text-align: center;
        color: white;
        background-color: #580b65;
        height: 10px;
    }

    .down-arrow-box {
        bottom: 11px;
    }

}

.block {
    height: 500px;
    background: yellow;
    font-size: 28px;
    text-align: center;
    position: relative;
    width: 100%;
}

.box {
    background: red;
    height: 450px;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    display: none;
}