/* ------------------------------------------------
  Project:   SK Builder

------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. Background Position & Size
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. List Icon
  15. Icon Size
  17. Shop Page
  18. Service Sidebar
  19. About Section
  20. Extra

/* ------------------------
    General
------------------------*/

body {
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #686c77;
  overflow-x: hidden;
}

.page-wrapper {
  overflow-x:none;
}


/* .loading, .sent-message, .error-message {
    display: none;
} */

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2f2483;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size:45px;
  font-style: normal;
  line-height: 90px;
  font-weight: 600;
  letter-spacing: 0;
}

h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  color: #10017f;
}

.fs-3
{
  color: #10017f;
}



h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 26px;
}

h6 {
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
}

ul {
  margin: 0px;
  padding: 0px;
}


/* ------------------------
    Helper class
------------------------*/
p {
  line-height: 1.7;
  text-align:justify;
}

.lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align:justify;
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.z-index-1 {
  z-index: 9;
  position: relative;
}




section {
  padding: 20px 0;
}

.align-item-middle {
  display: -webkit-flex;  /* Safari */
  -webkit-align-items: center;  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.align-item-middle > div {
  width: 100%;
}

.font-w-3 {
  font-weight: 300;
}

.font-w-4 {
  font-weight: 400;
}

.font-w-5 {
  font-weight: 500;
}

.font-w-6 {
  font-weight: 600;
  color:#10017f;
  font-size:13px;
}

.font-w-7 {
  font-weight: 700;
}

.font-w-8 {
  font-weight: 800;
}

.font-w-9 {
  font-weight: 900;
}

.line-h-2 {
  line-height: 1.6;
}

.line-h-3 {
  line-height: 1.7;
}

.line-h-4 {
  line-height: 1.8;
}

.line-h-5 {
  line-height: 1.9;
}

.letter-space-1 {
  letter-spacing: 5px;
}

.letter-space-2 {
  letter-spacing: 10px;
}

.letter-space-3 {
  letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/

.text-theme {
  color: #2f2483;
  padding-bottom:20px;
}

.text-theme2 {
  color: #fff;
}

.text-black {
  color: #2f2483;
}

.text-grey {
  color: #686c77;
}

.text-rgba {
  color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
  background-color: #ffffff;
}

.dark-bg {
  background-color: #2f2483;
}

.light-bg {
  background-color: #dafeff;
}

.theme-bg {
  background-color: #a70d15;
}

.theme-bg-2 {
  background-color: #2a275e;
}

.transparent-bg {
  background-color: inherit !important;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
  position: relative;
min-height: 500px;
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}

.fullscreen-banner .owl-carousel, .fullscreen-banner 
.owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item {
  height:100%;
}


/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-pos-l {
  background-position: left;
}

.bg-pos-r {
  background-position: right;
}

.bg-pos-rt {
  background-position: right top;
}

.bg-pos-lt {
  background-position: left top;
}

.bg-pos-rb {
  background-position: right bottom;
}

.bg-pos-lb {
  background-position: left bottom;
}

.bg-repeat {
  background-repeat: repeat;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
  width: 100%;
}

.countdown > li {
  font-weight: 700;
  list-style-type: none;
  text-align: center;
}

.countdown > li span {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
  color: #ffffff;
}

.countdown > li p {
  font-size: 20px;
  display: block;
  line-height: 30px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
  margin-bottom: 25px;
}

.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}

.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
  margin-bottom: 25px;
}

.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}

.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}


/* ------------------------
    Contact
------------------------*/
.contact-media a {
  color: #2b2b2b;
}

.contact-media a:hover {
  color: #FFC300;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

label {
  font-size: 14px;
  color: #2b2b2b
}

.form-control {
  height: 50px;
  padding-left: 0;
  color: #686c77;
  font-weight: 500;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
}

textarea.form-control {
  height: 100px;
}

.form-control:focus {
  box-shadow: none;
  background: none;
  border-color: #2a275e;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px !important;
}

iframe {
  width: 100%;
  border: none;
  pointer-events: auto;
}

.form-control::-webkit-input-placeholder {
  color: #2b2b2b;
}

.form-control::-moz-placeholder {
  color: #2b2b2b;
}

.form-control:-ms-input-placeholder {
  color: #2b2b2b;
}

.form-control:-moz-placeholder {
  color: #2b2b2b;
}

.help-block.with-errors {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  width: 100%
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  width: 100%
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #2b2b2b !important;
  transition: background-color 5000s ease-in-out 0s;
}

.map {
  height: 400px;
  z-index: 999;
}

.map iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


/* ------------------------
    Video
------------------------*/
.video-btn {
  position: relative;
  display: inline-block;
}

.video-btn-pos {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  z-index: 99;
}

.video-btn .play-btn {
  animation: ripple-white 1s linear infinite;
  background: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
}

.video-btn .play-btn i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #2a275e;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .2s ease-out !important;
  transform: translate3d(-50%, -50%, 0);
}

.video-btn .play-btn:hover i {
  transform: translate3d(-50%, -50%, 0) scale(.75);
  color: #FFC300
}


/* ------------------------
    Side Background
------------------------*/
.image-column {
  position: absolute;
  left: 0px;
  top: 50%;
}

.image-column.right {
  left: inherit;
  right: 0;
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
  display: flex;
  align-items: center;
  font-size:1em;
}

.list-icon li i {
  margin-right: 10px;
  color: #ffffff;
  font-size:16px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  background: #FD9696;
  border-radius: .25rem;
}


/* ------------------------
    Icon Size
------------------------*/
.ic-1x {
  font-size: 1em;
}

.ic-2x {
  font-size: 2em;
}

.ic-3x {
  font-size: 3em;
}

.ic-5x {
  font-size: 5em;
}

.ic-7x {
  font-size: 7em;
}


/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
  border: none;
  overflow: hidden;
}

.product-link {
  padding: 20px 15px;
  opacity: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.product-card:hover .product-link {
  opacity: 1;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-link button {
  border: none;
  border-radius: .25rem;
  padding: 0.50rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.product-link button:hover {
  background: #FFC300;
  color: #ffffff
}

.product-link button i, .product-link a i {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
}

.product-card .card-body {
  padding: 20px;
  position: relative;
  text-align: center;
  background: #fff
}

.product-title a {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600
}

.product-title a:hover {
  color: #FFC300;
}

.product-price {
  color: #2a275e;
  font-weight: 600;
}

.product-price del {
  font-size: 0.9rem
}

.product-list.product-card {
  padding: 0;
}

.product-list.product-card .card-body {
  text-align: left;
}

.star-rating {
  color: #FDCC0D
}

.form-check-input:checked {
  background-color: #FFC300;
  border-color: #FFC300;
}

.widget-color [type="radio"]:checked, .widget-color [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.widget-color .form-check-label {
  width: 26px;
  height: 26px !important;
  border-radius: .25rem;
  padding: 0 !important;
}

.widget-color .form-check-input[type="radio"]:checked + label, .widget-color .form-check-input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.widget-color .form-check-input[type="radio"] + label::after, .widget-color .form-check-input[type="radio"] + label::before, label.btn input[type="radio"] + label::after, label.btn input[type="radio"] + label::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: .28s ease;
  z-index: -1;
  border-radius: .25rem;
}

.widget-color .form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"]:checked + label::after {
  transform: scale(1.02);
}

.widget-color .form-check-input[type="radio"]:checked + label::after {
  background-color: #FFC300;
}

.widget-size input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.widget-size label {
  background: #fcfbf7;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 500;
  cursor: pointer;
  border-radius: .25rem;
  line-height: 40px;
}

.widget-size input[type="radio"]:checked + label {
  background: #FFC300;
  color: #fff;
}

.widget-color li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 31.1%;
  text-align: center;
}

.widget-color li:nth-child(3n+3) {
  margin-right: 0;
}

.widget-size li {
  list-style-type: none;
  display: inline-block;
  width: 31.1%;
  text-align: center;
  margin-bottom: 20px;
}

.widget-size li:nth-child(4n+4) {
  margin-right: 0;
}

input.form-product {
  -moz-appearance: textfield;
  height: 40px;
  border: none;
  background: #ffffff;
  text-align: center;
  width: 50px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #2b2b2b;
  vertical-align: middle;
}

.btn-product {
  background: none;
  color: #2b2b2b;
  border: 1px solid rgba(0, 0, 0, .1);
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
}

.view-filter a.active {
  color: #FFC300;
}

.view-filter a {
  color: #2b2b2b;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.cart-table thead th {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #2a275e;
  font-size: 18px;
  font-weight: 700;
}

.cart-table td {
  padding: 10px;
  color: #2b2b2b;
  vertical-align: middle;
}

.product-categories .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 500;
}


.product-categories .accordion-item .accordion-body {
  padding: 15px;
  line-height: 2;
}

.product-categories .accordion-item .accordion-body li a {
  font-size: 0.9rem;
  color: #686c77
}


/* ------------------------
Service Sidebar
------------------------*/
.sidebar-links li {
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  padding-bottom: 15px;
  margin-bottom: 15px
}

.sidebar-links li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.sidebar-links li a {
  color: #2b2b2b;
  font-size: 16px
}

.sidebar-links li.active a, .sidebar-links li a:hover {
  color: #2a275e;
  padding-left: 5px
}

.brochure {
  background: #ffdfdf;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px 10px 80px;
  position: relative;
  
}

.brochure a{
  
  color:#2f2483;
}

.brochure a:hover {
  color:#2f2483;
}

.brochure i {
  background: #ffffff;
  color: #2f2483;
  font-size: 40px;
  height: 100%;
  left: 0;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}


/* ------------------------
About Section
------------------------*/
.about-sec:before {
  content: "";
  background: #a70d15;
  width: 50%;
  height: 90%;
  position: absolute;
  top: 20%;
  right: 0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}

.year-box {
  background: #ffffff;
  padding: 30px;
  position: absolute;
  z-index: 9;
  display: flex;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  align-items: center;
  color: #2f2483;
  right: 10%;
  top: 50%;
  margin-top: -90px;
  justify-content: center;
}

.year-box span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}


/* ------------------------
Extra
------------------------*/
.img-border {
  border: 10px solid #ffffff
}

.ripple-ani {
  animation: ripple-white 1s linear infinite;
}

.bg-effect:after {
  background: #E3F1FE;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  border-radius: .25rem
}

.bg-effect.right:after {
  left: inherit;
  right: 0
}

.img-effect:after {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 100%;
  width: 90%;
  content: "";
  background-image: url(../images/pattern/01.png);
  z-index: -1;
  animation: opacitychange 2s linear infinite;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header-top {

background-image: linear-gradient(to right, #ffdfdf, #ffd8e1, #fbd2e8, #f1cef1, #dfccfb);

}

.prd-box{

width:100%;
height:55px;
background-color:#f8d7da;
padding:7px 10px 5px 10px;
vertical-align:middle;
float:left;
margin-bottom:10px;
}

.prd-box span{

font-size:18px;
font-weight:700px;
color:#23158b;
padding-left:10px;
}


.prd-icon{

width:50px;

}

.contact-box{

padding:30px;
background-color:#2f2483;
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
}

.head-box{

 text-shadow: 1px 1px #333;
 line-height:40px;
 font-weight:400;
 font-size:40px;
 bottom:50px;
 position: absolute;
 text-align: justify;
 width:100%;

}

/*-------------model--------*/

 .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
			z-index:1000;
			

        }

        .modal-content {
            position: absolute;
            top:45%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
           
            border: 1px solid #333;
			max-width:700px;
			background: rgb(254,222,222);
            background: linear-gradient(90deg, rgba(254,222,222,1) 0%, rgba(222,203,250,1) 50%, rgba(222,203,250,1) 100%);
			
			
        }

        .close {
            position: absolute;
            top:-10px;
            right:-10px;
            padding: 10px;
            cursor: pointer;
			color:#fff;
			background-color: rgba(255, 225, 225, 0.3);
			width:30px;
			height:30px;
			line-height:10px;
			font-size:20px;
			font-weight:700;
        }
		
		.model-top-bg
		{
			background-color:#2f2483;
			padding:10px 10px 0px 10px;
		}
		.model-top-bg h4
		{
			color:#fff;
			line-height:18px;
			text-align:center;
			
		}
		.model-top-bg p
		{
			color:#fff;
			line-height:18px;
			text-align:center;
		}
		
    .slide-menu
    {
      position:absolute;
      top:140px;
      left:0px;
      z-index:1000;
    }
      
    
.ptt1
{
  padding-top:60px;
}

    @media (max-width:767px) {
      .modal-content {
        position: absolute;
        top:35%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
       
        border: 1px solid #333;
  max-width:350px;
  background: rgb(254,222,222);
        background: linear-gradient(90deg, rgba(254,222,222,1) 0%, rgba(222,203,250,1) 50%, rgba(222,203,250,1) 100%);
  
  
    }


    .slide-menu
    {
      position:absolute;
      top:80px;
      left:0px;
      z-index:100;
    }


    .ppt1

    {
      padding-top:20px;
    }


    .ptt1
    {
      padding-top:0px;
    }

    }


		
.form-group2 {
  margin-bottom:15px;
  position: relative;
}
		
 .form-control2 {
  height:35px;
  padding-left:5px;
  color: #686c77;
  font-weight: 500;
  background:#fff;
  border:none;
  width:100%;
  border-radius:3px;
}

textarea.form-control2 {
  height:50px;
  border:none;
    outline: none;
       
}

.form-control2 textarea{
  height:50px;
  border:none;
}


.form-control2:focus {
  box-shadow: none;
  background:#fff;
  border:none;
 
}

.btn.btn-theme2 {
    background: #7752fe;
    color: #fff;
}

.btn.btn-theme2:hover {
    background: #7752fe;
    color: #fff;
}



/*-------------close model--------*/





.spc
{
	background-color:#ffdfdf;
	border-radius:10px;
	box-shadow: 2px 9px 26px -7px rgba(0,0,0,0.32);
-webkit-box-shadow: 2px 9px 26px -7px rgba(0,0,0,0.32);
-moz-box-shadow: 2px 9px 26px -7px rgba(0,0,0,0.32);
}
	

.bg5
{
  background-color:#fde1e1;
  padding:30px;
}

.fp1
{
  color:#fff;
}

.cl1
{
  
  color:#2f2483;
}

.cl2
{
   color:#9b3433;
}



.chat-main {

  position: fixed;
  right:8px;
  bottom:170px;
 
  padding:0px 0px !important;
  width:50px;
  height:50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  z-index: 1000;
 line-height:50px;
  -webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);

border-radius: 50%; /* the magic */
-moz-border-radius: 50%;
-webkit-border-radius: 50%;


}

.chat-main2 {

  position: fixed;
  right:8px;
  bottom:110px;
  line-height:50px;
  padding: 0px 0px !important;
 width:50px;
  height:50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  z-index: 1000;

-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);

border-radius: 50%; /* the magic */
-moz-border-radius: 50%;
-webkit-border-radius: 50%;


}


.font-color
{
  color: #34247F
}