@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins');





@font-face {
    font-family: CenturyGothic;
    src: url('../fonts/CenturyGothic.ttf');
}

@font-face {
    font-family: MyriadPro;
    src: url('../fonts/MyriadPro-Bold.otf');
}

@font-face {
    font-family: CenturyGothicBold ;
    src: url('../fonts/GOTHICB.ttf');
}


@font-face {
    font-family: FuturaBold;
    src: url('../fonts/FuturaBold.otf');
}

@font-face {
    font-family: Timesnewroman;
    src: url('../fonts/times-new-roman-bold.ttf');
}

body {
    overflow-x: hidden !important;
    width: 100%;
}


.operative
{
    
}

.req {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: CenturyGothicRegular;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
}

.appointment {
    width: 100%;
    float: left;
    background: #000;
    padding: 30px 0px 30px 0px;
   
}

.btn-info {
    color: #fff;
    background-color: #d8cf91;
}

.btn-info:focus, .btn-info:hover{
    background-color: #d8cf91;
}

.ap-head {
    font-family: Lato;
    color:  #d8cf91;;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 30px;
}

.jewellery-highlights {
  display: flex;
  justify-content: space-around;
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.highlight-box {
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  position: relative;
}
.highlight-box2 {
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  position: relative;
  top:60px;
}
.highlight-box3 {
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  position: relative;
}

.highlight-box h2

 {
    color: #d46a28;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.highlight-box2 h2

 {
    color: #d46a28;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.highlight-box3 h2

 {
    color: #d46a28;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
}

.highlight-box h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
.highlight-box2 h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
.highlight-box3 h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
.highlight-box p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    text-align: left;
}
.highlight-box2 p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    text-align: left;
}
.highlight-box3 p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    text-align: left;
}

/* Optional: add soft floral watermark background like the image */
.highlight-box::before {
  content: '';
  background: url('../images/bg1.png') no-repeat center center;
  background-size: contain;
  opacity: 0.20;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.highlight-box2::before {
  content: '';
  background: url('../images/bg2.png') no-repeat center center;
  background-size: contain;
  opacity: 0.20;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.highlight-box3::before {
  content: '';
  background: url('../images/bg3.png') no-repeat center center;
  background-size: contain;
  opacity: 0.20;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.highlight-box * {
  position: relative;
  z-index: 1;
}


/* .dem-vid{
    background-color: #000;
} */

.dem-vid h1{
    text-align: center;
}

.dem-vid p{
    font-size: 18px;
    color: #000;
}

.vid iframe{
    width: 100%;
    height: 320px;
}

.vid{
    margin: 15px 0;
    /* display: flex; */
    width: 100%;
}

.ab-text9{
    color: #fff;
    list-style: none;
}

.ap-txt {
    font-family: Lato;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 17px;
    list-style: none;
    text-align: justify;
    text-align-last: left;
}

.input-lg {
    height: 40px;
    padding: 5px 16px 5px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    background: #fff;
    color: #202020;
    font-family: CenturyGothicRegular;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn.btn-site {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgb(255 255 255 / 0%);
    outline: 1px solid #0652a7;
    outline-color: rgb(203, 76, 5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #0652a7;
    color: #fff;
    font-family: CenturyGothicRegular;
    text-transform: uppercase;
    font-weight: 600;
    width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    letter-spacing: 2px;
    border-radius: 0;
    font-size: 22px;
    margin-bottom: 20px;
}

.thumbnail {
    position: relative;
    border: 0px !important;
    background: none;
    top: 12px;
    left: -90px;
}

/* .request-form .formmm .appform{
    position:relative;
    left:120px;
} */

img.icn {
    margin-right: 15px;
}

/* .book-apt{
    width: 100%;
    float: left;
    background: #0652a7 !important;
    padding: 30px 0px 30px 0px;
} */

.text-left.hed {
    margin-top: 30px;
}

.hed {
    margin-top: 30px;
}

.icons {
    margin-bottom: 0;
}

.logo {
    margin-top: 10px;
}
.logo h2{
    margin-top:20px !important;
    font-weight: 700;
    font-family: CenturyGothic;
    margin-top: 10px;
}

.consultation{
    margin-top: 12px;
}

.consultation h2{
    font-family: CenturyGothic;
    margin-top: 20px;
}
.consultation h4{
    font-family: CenturyGothic;
    margin-top:5px;
}

.head .fa.fa-phone {
    color: #000;
    font-size: 22px;
    margin-right: 9px;
}

.head .fa.fa-whatsapp {
    color: #fff;
    font-size: 22px;
    margin-right: 9px;
}

.head .fa.fa-envelope {
    color: #fff;
    margin-right: 9px;
}

.head {
    color: #d8cf91;

    font-size: 17px;
    font-family: CenturyGothic;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
}

.head:hover {
    color: #fff;
}

.hed .icons i {
    color: #b80000;
}



.ftext {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    color: #55595f;
    text-align: justify;
    line-height: 35px;
    text-align-last: left;
    margin-top: 22px;
}
.wel_f {
    font-family: FuturaBold;
    font-size: 25px;
    color: #000;
    font-weight: 400;
    text-align: Left;
    text-transform: uppercase;
    margin-top: 0;
}
.atext {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    color: #55595f;
    text-align: justify;
    line-height: 35px;
    text-align-last: center;
    margin-top: 22px;
}

.weltext .btn.btn-info.btn-lg {
    background: none;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-family: Lato;
    font-weight: 600;
    padding: 1px 5px 8px 5px;
    margin-top: 0px;
    color: red;
}

.header {
   padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    float: left;
    background: #282c2b;
	
}

.banner {
    /* width: 100%;  */
    /* float: left; */
    margin-top: 0px;
}

.banner img{
    width: 100%;
}

.thumbnail .caption {
    padding: 0;
    color: #333;
}

.footer-title {
    font-size: 27px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 0;
    color: #000;
    font-family: Montserrat;
}


#pageLoading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;   
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#pageLoading #loading-image {
    position: absolute;
    top: 25%;
    left: 30%;
    right: 0;
    z-index: 100;
}

@media screen and (min-width: 1200px){
    .request-form .formmm .appform {
        position: relative;
        left: 120px;
        padding: 0px 0px 20px 0px;
    height: 370px;
    margin-top: -467px;
    border-radius: 0px;
    background-color: rgba(21, 22, 22, 0.50);
}
}

.about {
    padding: 35px 0px 45px 0px;
    margin-top: 0px;
    width: 100%;
    float: left;
}

.abt{
    display: flex;
    flex-direction: row-reverse;
}

::-webkit-input-placeholder {
   color:#202020 !important;
  
}

:-moz-placeholder { /* Firefox 18- */
   color:#202020 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #202020 !important;
}

:-ms-input-placeholder {  
   color:#202020 !important;  
   
}
.fields {
    padding: 0 25px;
}
.request-form .appform h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: CenturyGothicBold;
    font-weight: 400;
    background: rgba(46, 45, 45, 0.59);
    margin: 0px 0px 15px 0px;
    padding: 15px 0px;
    letter-spacing: 1px;
}
.request-form .formmm .appform {
        padding: 0px 0px 20px 0px;
    height: 370px;
    margin-top: -467px;
    border-radius: 0px;
    background-color: #d8cf91;
        position: relative;
    left: 40px;
}

.request-form .appform .btn {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid #000;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #000;
    color: #fff;
    font-family: CenturyGothic;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    letter-spacing: 2px;
    border-radius: 10px;
    font-size: 22px;
}


.request-form .appform .btn:hover {
  border: 1px solid #000;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #000; 
}


.input-lg{
border-radius:0px;
}

.request-form .appform .form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(2, 187, 255);
}

.fields .form-group .fa.fa-user {
    position: absolute;
    top: 16px;
    left: 44px;
    font-size: 16px;
    color: #000;
}

.fields .form-group .fa.fa-envelope {
    position: absolute;
    top: 17px;
    left: 43px;
    font-size: 15px;
    color: #000;
}

.fields .form-group .fa.fa-phone {
    position: absolute;
    top: 17px;
    left: 43px;
    font-size: 17px;
    color: #000;
}

.input-lg {
    height: 47px;
    padding: 5px 16px 5px 38px;
    font-size: 16px;
    line-height: 1.3333333;
    background: #fff;
    color: #202020;
    font-family: Lato;
    border: none;
}

.collection {
    width: 100%;
    float: left;
    padding: 40px 0 45px;
    margin-top: 10px;
}

.wlcm {
    margin-bottom: 50px;
}

.srvcs {
    margin-bottom: 40px;
}

.request-form .appform label {
    color: #fff;
    font-weight: 400;
    font-family: Roboto;
	font-size: 17px;
}
.frm .appform .form-group {
    margin-bottom: 10px
}

.frm .appform .form-control {
    border: none;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
   /* -webkit-box-shadow: inset 5px 5px 10px 5px rgba(0, 0, 0, .14);
    box-shadow: inset 5px 5px 10px 5px rgba(0, 0, 0, .14)*/
}
.frm .appform .form-control,
.frm .appform .btn {
    border-radius: 0
}

.frm .appform textarea {
    min-height: 96px;
    line-height: 24px!important
}
.popup_button {
    background: #22bac7;
    padding: 13px 30px;
    color: #fff !important;
    position: absolute;
    right: -145px;
    top: 214%;
    transform: rotate(-90deg);
    z-index: 1012;
    font-family: Lato;
    font-size: 30px;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 700;
    border: 2px solid #8adce0;
}

.popup_button:hover {
    color: #000;
    background-color: #79f4ff;
    border: 3px solid #8adce0;
	
}



textarea.form-control.input-lg {
    height: 100px;
    padding: 10px 16px;
}

.cptch {
    height: 37px;
    font-family: Lato;
    width: 59%;
    background: #fff;
    color: #202020;
    border: none;
    padding: 0 17px;
    font-size: 13px;
    border-radius: 10px;
}	

.cptch:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(2, 187, 255);
}


.box {
    background: #fff;
    box-shadow: 0px 2px 17.64px 3.36px rgba(146, 145, 145, 0.35);
    border-radius: 10px;
    padding: 10px 15px 20px 15px;
}

.services {
    width: 100%;
    float: left;
    padding: 40px 0px 50px 0px;
   background:#e9e9e9;
}
.services2 {
    width: 100%;
    float: left;
    padding: 40px 0px 50px 0px;
   background:#ffffff;
}



.wel1 {
    font-family: FuturaBold;
    font-size: 36px;
    color: #d8cf91;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
.wel2 {
    font-family: FuturaBold;
    font-size: 36px;
    color: #d8cf91;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
}

.clctn {
    margin-bottom: 30px;
}

.col0r {
    color: #d8cf91;
}

.col0r2 {
    color: #064cac;
	font-size:20px;
	padding-top:45px;
}
.gallery {
    margin-bottom: 0;
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 45px 0 60px;
}

.glry {
    margin-bottom: 33px;
}

.pics {
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 0 15px 5px 15px;
}

button.click {
    float: right;
    border: none;
    background: none;
    font-size: 17px;
    color: #118acf;
    font-weight: 600;
}


.copyright {
    background: #000;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    float: left;
    border-bottom: 5px solid #fff;
}

.copy {
    font-family: Lato;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

a{
	color: #fff;
}
a:hover{
	color: #fff;
}


@media(min-width: 320px) and (max-width: 1024px){
	 .owl-buttons{
    display:none;
   }
}

.footer {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    float: left;
    background: #e8e8e8;
}


.ftext {
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    margin-top: 0;
    text-align: justify;
    line-height: 30px;
    list-style: none;
    color: #000;
    text-align-last: left;
}

.ftext2 {
    font-size: 15px;
    font-family: Lato;
    font-weight: 400;
    margin-top: 0;
    text-align: justify;
    line-height: 25px;
    list-style: none;
    color: #000;
    text-align-last: left;
}

.gst-num {
    font-size: 15px;
    font-family: Lato;
    font-weight: 600;
    margin-top: 0;
    text-align: justify;
    line-height: 25px;
    list-style: none;
    color: #000;
    text-align-last: left;
    padding-left: 31px;
}

.clck-icn .fa.fa-clock-o {
    color: #000;
    font-size: 20px;
    margin-top: 7px;
}

.e-mail {
    margin-bottom: 10px;
}

.phone-icn {
    margin-top: 4px;
}

.mail-icn {
    margin-top: 6px;
}

.add {
    margin-bottom: 10px;
}

.phn {
    margin-bottom: 10px;
}

.fttr {
    padding-left: 105px;
    margin-top: 50px;
}


.f-box {
    padding: 0px 210px 0px 0px;
}

.map-icn .fa.fa-map-marker {
    color: #000;
    font-size: 31px;
}

.phone-icn .fa.fa-phone {
    color: #000;
    font-size: 25px;
}

.mail-icn .fa.fa-envelope {
    color: #000;
    font-size: 20px;
}

.wel {
    font-family: CenturyGothic !important;
    font-size: 36px;
    color: #000;
        font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

.color {
    color: #000;
}

.weltext {
    margin-top: 30px;
}

.wel3 {
    font-family: FuturaBold;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

.testimonials {
    width: 100%;
    float: left;
    padding: 60px 0px 60px 0px;
    background: url(../images/bg.jpg) top left no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.ts-text {
    color: #fff;
    font-size: 17px;
    font-family: Lato;
    text-align: justify;
    text-align-last: center;
    line-height: 30px;
    margin-top: 20px;
    padding: 0px 50px;
    font-weight: 300;
}

.ts-head {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: Lato;
    font-weight: 400;
    margin-top: 30px;
}

.tsmnl {
    margin-bottom: 30px;
}

.srv-title {
    text-align: center;
    color: #202020;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    margin: 15px;
}
.item.sr {
    padding: 0px 9px;
}



#owl-demo2 .owl-prev {
    float: left;
    height: 40px;
    left: -72px;
    position: absolute;
    top: 116px;
    width: 40px;
    opacity: 1;
}


#owl-demo2 .owl-prev .fa.fa-chevron-left {
    font-size: 40px;
    color: #fff;
    position: absolute;
    opacity: 1 !important;
    font-weight: 400;
}


#owl-demo2 .owl-next {
    float: right;
    position: absolute;
    right: -30px;
    top: 116px;
    width: 40px;
    height: 30px;
    opacity: 1;
}

#owl-demo2 .fa.fa-chevron-right {
    font-size: 40px;
    color: #fff;
    position: absolute;
    opacity: 1 !important;
    font-weight: 400;
}


#owl-demo1 .owl-prev {
    float: left;
    height: 40px;
    left: -72px;
    position: absolute;
    top: 101px;
    width: 40px;
    opacity: 1;
}


#owl-demo1 .fa.fa-chevron-right {
    font-size: 40px;
    color: #000;
    position: absolute;
    opacity: 1 !important;
    font-weight: 400;
}


#owl-demo1 .owl-next {
    float: right;
    position: absolute;
    right: -30px;
    top: 101px;
    width: 40px;
    height: 30px;
    opacity: 1;
}


#owl-demo1 .fa.fa-chevron-left {
    font-size: 40px;
    color: #000;
    position: absolute;
    opacity: 1 !important;
    font-weight: 400;
}


#owl-demo .owl-prev {
    float: left;
    height: 40px;
    left: -72px;
    position: absolute;
    top: 186px;
    width: 40px;
    opacity: 1;
}


#owl-demo .owl-prev .fa.fa-chevron-left {
    font-size: 40px;
    color: #fff;
    position: absolute;
    opacity: 1 !important;
    font-weight: 400;
}


#owl-demo .owl-next {
    float: right;
    position: absolute;
    right: -30px;
    top: 186px;
    width: 40px;
    height: 30px;
    opacity: 1;
}

#owl-demo .fa.fa-chevron-right {
    font-size: 40px;
    color: #fff;
    position: absolute;
    opacity: 1 !important;
    font-weight: 400;
}



.dow {
    cursor: pointer;
}

.day {
    cursor: pointer;
}



.about.img1 {
    margin-top: 58px;
}



.img1 img  {
    -webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -ms-transition: all 1s ease; 
    -o-transition: all 1s ease; 
    transition: all 1s ease;
	cursor:pointer;
}
.img1 :hover img {
 -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);  
     transform:scale(1.1);
}

.img3 img {
    -webkit-transition: -webkit-opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    margin-top: -3px;
    /* border: 2px solid #535459; */
	
}

.img3 {
    margin-bottom: 0;
}

.img3 img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


.msg {
    font-size: 36px;
	font-family: Raleway;
    font-weight: 800;
}


.msg2 {
    font-size: 30px;
    font-family: Raleway;
    font-weight: 800;
}

.msg3 {
	font-size: 30px;
    font-family: Raleway;
    font-weight: 800;
}

.acm {
    font-size: 30px;
    font-family: Raleway;
    font-weight: 800;
}


p.pp{
	font-size:15px;
	font-family:Raleway;
}
li {
    font-size: 15px;
    font-family: Raleway;
    font-weight: bold;
}
a.jot{
	color:#000;
}
a.jot:hover{
	color:#000;
}

.fa.fa-facebook , .fa.fa-twitter , .fa.fa-google-plus , .fa.fa-linkedin , .fa.fa-pinterest-p , .fa.fa-instagram{
    color: #211e1f;
}




.icons a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: none;
}


.icons  i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.icons a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.icons i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.icons a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 23px;
    margin-right: 0;
    padding-top: 0;
}


.icons i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.icons  a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.icons i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


.icons a.icoFacebook:hover i, .icons a.icoTwitter:hover i,
.icons a.icoGoogle:hover i, .icons a.icoPintrest:hover i, .icons a.icoLinkedin:hover i , .icons a.icoInstagram:hover i {
	color:#fff;
}

.icons a.icoFacebook:hover {
	background-color:#3B5998;
}

.icons a.icoTwitter:hover {
	background-color:#33ccff;
}
.icons a.icoGoogle:hover {
	background-color:#BD3518;
}
.icons a.icoLinkedin:hover {
	background: #3279b9;
}

.request-form {
    width: 100%;
    float: left;
}

.cl {
    margin-left: 6px;
    margin-top: -7px;
}

.next {
    cursor: pointer;
}


@media(min-width: 320px) and (max-width: 1024px){
	 .owl-buttons{
    display:none;
   }
}



@media only screen and (min-device-width: 320px) and (max-device-width: 480px)  {
.request-form .formmm .appform {
    margin-top: 10px;
}
.head {
    font-size: 14px;
    text-align: center;
}
.ab-text9 {
    color: #fff;
    list-style: none;
    font-size: 14px;
    text-align: center;
}
.ap-head {
    font-family: Lato;
    color: #d8cf91;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 23px;
}
.hed {
    margin-top: 20px;
}
.wel {
    font-size: 29px;
}

.abt{
    display: flex;
    flex-direction: column;
}
.atext {
    font-size: 14px;
    line-height: 29px;
    margin-top: 12px;
}
.wel1 {
    font-size: 28px;
}
.wel2 {
    font-size: 28px;
}
.clc2 {
    margin: 45px 0;
}
.prd2 {
    margin-top: 25px;
}
.prd3 {
    margin-top: 25px;
}
.wel3 {
    font-size: 28px;
}
.ts-text {
    font-size: 14px;
    margin-top: 0;
}
.tes2 {
    margin-top: 30px;
}
.fttr {
    padding-left: 15px;
}
.f-box {
    padding: 0px 2px 0px 0px;
    margin-bottom: 40px;
}
.copy-text {
    text-align: left;
    margin-top: 10px;
}
.copyright {
    padding-bottom: 56px;
}
.footer-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
#pageLoading #loading-image {
    position: absolute;
    top: 15%;
    left: -88px;
    right: 0;
    z-index: 100;
}
}




@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
#pageLoading #loading-image {
    position: absolute;
    top: 15%;
    left: -18px;
    right: 0;
    z-index: 100;
}
.services .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}
.gallery .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}
.footer-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
} 


@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {
.request-form .formmm .appform {
    margin-top: 10px;
    margin-left: 80px;
    margin-right: 80px;
}
.footer-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
.wel {
    font-size: 29px;
}
.atext {
    font-size: 14px;
    line-height: 29px;
    margin-top: 12px;
}
.wel1 {
    font-size: 28px;
}
.wel2 {
    font-size: 28px;
}
.clc2 {
    margin: 45px 0;
}
.prd2 {
    margin-top: 25px;
}
.prd3 {
    margin-top: 25px;
}
.wel3 {
    font-size: 28px;
}
.ts-text {
    font-size: 14px;
    margin-top: 0;
}
.tes2 {
    margin-top: 30px;
}
.fttr {
    padding-left: 15px;
}
.f-box {
    padding: 0px 2px 0px 0px;
    margin-bottom: 40px;
}
.copytext {
    text-align: center;
}
.copy-text {
    text-align: center;
    margin-top: 10px;
}
#pageLoading #loading-image {
    position: absolute;
    top: 15%;
    left: 8%;
    right: 0;
    z-index: 100;
}
}


@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
.hed {
    margin-top: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.head {
    font-size: 15px;
    line-height: 30px;
}
.logo {
    margin-top:15px;
}
.hed {
    margin-top: 0;
}
.request-form .formmm .appform {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
.atext {
    font-size: 14px;
    line-height: 25px;
}
.ab-pic {
    margin-top: 60px;
}
.clc2 {
    margin: 0;
}
.prd2 {
    margin-top: 0;
}
.prd3 {
    margin-top: 0;
}
.srv2 {
    margin: 0;
}
.srv-title {
    text-align: center;
    font-size: 15px;
}
.wel2 {
    font-size: 28px;
}
.wel {
    font-size: 28px;
}
.wel1 {
    font-size: 28px;
}
.tes2 {
    margin-top: 0;
}
#pageLoading #loading-image {
    position: absolute;
    top: 15%;
    left: 17%;
    right: 0;
    z-index: 100;
}
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px)  {
.head {
    font-size: 16px;
}
.weltext {
    margin-top: 0;
}
.ft-box {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 387px;
    padding: 50px 80px 0px 40px;
}



#pageLoading #loading-image {
    position: absolute;
    top: 8%;
    left: 25%;
    right: 0;
    z-index: 100;
}
.atext {
    font-size: 14px;
    line-height: 27px;
}
}




/**/
.cta {
    position: fixed;
    background: -moz-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,107,33,1)), color-stop(100%, rgba(0,7,212,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007D4', endColorstr='#FF6B21',GradientType=1 ); /* ie6-9 */
    color: #f8f8f8;
    padding: 15px 117px;
    margin: 0px;
    z-index: 9999999;
    box-shadow: 0px 0px 10px #a2a2a2;
    right: 119px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}
.cta.showw {
    top: 0px;
    transition: 0.1s ease-in-out;
}
.cta.hidee {
    top: -60px;
    transition: 0.1s ease-in-out;
}
.contact-stripe {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 999;
    padding: 10px;
	background: -moz-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,107,33,1)), color-stop(100%, rgba(0,7,212,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(255,107,33,1) 0%, rgba(0,7,212,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007D4', endColorstr='#FF6B21',GradientType=1 ); /* ie6-9 */
    display: none;
}
@media (max-width:480px){
.cta {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.contact-stripe {
    display: block;
}
}

.request-form .formmm .appform{
    position:relative;
    right:120px !important;
}





.ap-head {
    font-family: Lato;
    color: #000;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 30px;
}

.ab-text9{
    font-family: Lato;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 17px;
    list-style: none;
    text-align: justify;
    text-align-last: left;
}
}

@media only screen and (max-width: 600px) {
.request-form .formmm .appform {
    padding: 0px 0px 20px 0px;
    height: 370px;
    left: 0px;
    margin-top: 10px !important;
    border-radius: 0px;
    background-color: rgba(21, 22, 22, 0.50);
}
}