@charset "utf-8";
/*  font-family: "DM Sans", sans-serif;
 font-family: "Birthstone", cursive;
 font-family: "Oswald", sans-serif;
font-weight
100 : thin
200: Extra light
300: light
400: regular
500: medium
600: semibold
700: bold
800 : Extra bold
900 : Black */

:root { scroll-behavior: initial;}
*:focus { outline: none;}
figure{margin-bottom: 0px;}
body { margin: 0px; padding: 0px;  font-family: "DM Sans", sans-serif; font-weight: 400; font-size: 18px; color: #555555;
line-height: 26px;background-color: #fff;}
p { margin-bottom: 20px; }
b, strong { font-weight: 700; }
a { color: #CD9D81; text-decoration: none; outline: none; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease;cursor: pointer; }
a:hover { color: #333132; text-decoration: none; }
h1,h2,h3,h4,h5,h6 {color: #333132;text-transform: uppercase;  font-family: "Oswald", sans-serif; font-weight: 500; line-height: 1.1; margin: 0px; padding: 0px; letter-spacing: -2px;}
h1, h2 { font-size:60px; margin-bottom: 25px;}
h3 { font-size:50px; margin-bottom: 25px;}
h4 { font-size: 35px; margin-bottom: 20px; }
h5 { font-size: 25px; margin-bottom: 10px; }
h6 { font-size: 24px; margin-bottom: 10px; }
/* common css end */

/*form start*/
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%;margin-bottom: 5px;color: #555555;}
textarea { resize: none; height: 110px; border-radius: 20px; }
.form-control{ font-family: "DM Sans", sans-serif;display: block; width: 100%; height: auto; padding: 14px 15px; font-size: 16px; line-height: 1;
  color: #444;border:1px solid #ddd; -webkit-box-shadow: none; box-shadow: none; background-color: #fff; border-radius: 0px;font-weight: 400; }
select.form-control{background-image: url(../images/chevron-down-black.svg.);background-position: right 20px center;background-repeat: no-repeat;background-size: 12px;}
.form-control:focus,
.input-text:focus { color: #555; border-color: #CD9D81; background-color: #fff; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #999;font-weight: 400; }
.form-control::-moz-placeholder { color: #999; opacity: 1;font-weight: 400; }
.form-control::-ms-input-placeholder { color: #999;font-weight: 400; }
textarea.form-control, textarea{height: 100px;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] {appearance: none; -moz-appearance: textfield;-webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }
img{max-width: 100%;height: auto;}
.form-group{margin-bottom: 30px;z-index: 1;}
.form-check-input[type=checkbox]{border-radius: 0px;}
.form-check-input{margin-top: 8px;border-radius: 0px;border-color: #000;}
.form-check-input:focus{border-color: #000;box-shadow: none;}
.form-check-input:checked:focus{border-color: #0d6efd;}
.img-scale{overflow: hidden;vertical-align: top;}
.img-scale img{transition: all 0.3s ease;transform: scale(1);}
.img-scale:hover img{transition: all 0.3s ease;transform: scale(1.1);}
/*form end*/

/*bullet start*/
ul,
ol { margin: 0; padding: 0; list-style: none; }
.bullet-list li{ position: relative; padding-left: 25px; }
.bullet-list li::before {content: '';background-color: #fff;height: 7px;width: 7px; left: 0px; position: absolute; top: 10px;background-size: 100%; }

/*bullet end*/
/*button start*/
ins{text-decoration: none;}
button:focus { outline: none; }
.btn-theme{ background-color: #CD9D81;color: #FFFFFF;border:none;display: inline-flex;font-size: 16px;font-weight: 500;outline: 0px;position: relative; -o-transition: all 0.3s ease; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; line-height: 1;padding: 15px 20px;font-size: 18px; }
.btn-theme:hover{color: #fff;background-color: #333132;border-color: #fff;}
.btn-theme::after{content: '';width: 10px;height: 10px;background-image: url(../images/btn-arrow-white.svg);margin-left:10px;margin-top: 2px;transition:all  0.5s cubic-bezier(0.075, 0.82, 0.165, 1);transform: translate(0px,0px);}
.btn-theme:hover::after{transform: translate(3px,-3px);}
.btn-theme-outline{ background-color: transparent;color: #fff;border:1px solid #fff;display: inline-flex;font-size: 18px;font-weight: 500; outline: 0px;position: relative;-o-transition: all 0.3s ease; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; line-height: 1;padding: 15px 20px;}
.btn-theme-outline:hover{color: #CD9D81;background-color: #fff;}
.btn-theme-outline::after{content: '';width: 10px;height: 10px;background-image: url(../images/btn-arrow-white.svg);margin-left:10px;margin-top: 2px;transition:all  0.5s cubic-bezier(0.075, 0.82, 0.165, 1);transform: translate(0px,0px);}
.btn-theme-outline:hover::after{transform: translate(3px,-3px);background-image: url(../images/btn-arrow-white-hover.svg);}

.btn-theme-submit input[type="submit"]{background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat; background-position: right 20px top 15px; background-color: #CD9D81;color: #FFFFFF;border:none;display: inline-flex;font-size: 16px;font-weight: 500;outline: 0px;position: relative; -o-transition: all 0.3s ease; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; line-height: 1;padding: 15px 40px 15px 20px;font-size: 18px; }
.btn-theme-submit input[type="submit"]:hover{color: #fff;background-color: #333132;border-color: #fff;background-position: right 17px top 12px;}


/* typography css */
.headtitle{font-family: "Oswald", sans-serif;line-height: 1.1;}
.bodyfont, .bodyfont h4, .bodyfont h5, .bodyfont h6 {font-family:"DM Sans", sans-serif ;font-weight: 400;text-transform: none;color: #555555;letter-spacing: 0px;}
.cursivetitle {font-family: "Birthstone", cursive;font-weight: 400;font-style: normal;}
.text-300, .text-300 h1, .text-300 h2, .text-300 h3{font-size: 300px;line-height: 1;}
.text-200, .text-200 h1, .text-200 h2, .text-200 h3{font-size: 200px;line-height: 1;}
.text-120, .text-120 h1, .text-120 h2, .text-120 h3{font-size: 120px;line-height: 1;}
.text-100, .text-100 h1, .text-100 h2, .text-100 h3{font-size: 100px;line-height: 1;}
.text-80, .text-80 h1, .text-80 h2, .text-80 h3{font-size: 80px;line-height: 1;}
.text-60, .text-60 h3, .text-60 h4{font-size: 60px;line-height: 1.2;}
.text-35{font-size: 35px;line-height: 1.2;}
.text-40{font-size: 40px;line-height: 1.2;}
.text-30{font-size: 30px;line-height: 1.2;}
.text-24{font-size: 24px;line-height: 1.2;}
.borderbottom{border-bottom: 1px solid #DDDDDD;}
.border-radius-15{border-radius: 15px;}
.fw-400{font-weight: 400;letter-spacing: 0px;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.text-black{color: #000;}
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{color: #fff;}
.borderbottom{border-bottom: 1px solid #ddd;}
.borderboxcol{border: 1px solid #DDDDDD;}
.toprightobj{right: 0px;top: 0px;position: absolute;}
.topleftobj{left: 0px;top: 0px;position: absolute;}
.bottomleftobj{left: 0px;bottom: 0px;position: absolute;}
.bottomrightobj{right: 0px;bottom: 0px;position: absolute;}
.bglight{background-color: #FFF7F2;}
.bgdarkcre{background-color: #CD9D81;color: #fff;}
.bgdarkcre h1, .bgdarkcre h2, .bgdarkcre h3, .bgdarkcre h4, .bgdarkcre h5{color: #fff;}

/* section margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mt-150 { margin-top: 150px; }

/* Section margin bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-150 { margin-bottom: 150px; }
.mb-180 { margin-bottom: 180px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-270 { margin-bottom: 270px; }
.mb-300 { margin-bottom: 300px; }
.mb-400 { margin-bottom: 400px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.ptb-250{padding-top: 250px;padding-bottom: 250px;}
section.d-inline-block{vertical-align: top;}
.lastmbnone :last-child{margin-bottom: 0px;}


/* homepage css start */
.logo{padding: 20px 0px;}
.logo a{position: relative;display: inline-block;vertical-align: top;}
.logo a img, .logo{transition: all 0.3s ease;}
.logocolor{left: 0px;top: 0px;opacity: 0;}
.sticky .logocolor, .innerheader .logocolor{opacity: 1;}
.sticky .logowhite, .innerheader .logowhite{opacity: 0;}
.innerheader .menuright{display: none !important;}
.innerheader .navigatemain {justify-content: center;}
.sticky .logo{padding: 15px 0px;}
.mainheader{position: fixed;top: 0px;width: 100%;z-index: 30;transition: all 0.3s ease;}
.mainheader.sticky{background-color: #fff;}
.navigatemain{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;position: relative;z-index: 1;color: #fff;}
a.menu-toggle {width: 24px;display: none;flex-wrap: wrap;align-items: center;justify-content: end;}
.icnline { background-color: #0074BC; transition: all 0.3s ease; width: 100%; height: 2px; margin-bottom: 5px;vertical-align: middle; line-height: 1; }
.icnline:last-child{margin-bottom: 0px;}
.navmenu >ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li { position: relative; list-style: none; padding:0px 20px; margin-bottom: 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; width: initial; }
.navmenu > ul > li.menu-item-has-children::before {margin-top: 12px;content: ''; width: 12px; height: 10px; display: inline-block; transition: all 0.2s ease; vertical-align: top;right: 0px; position: absolute; background-image: url(../images/chevron-down-white.svg);background-repeat: no-repeat;background-size: 100%; background-position: left center;}
.navmenu > ul > li > a {color: #fff; display: inline-block; font-size: 18px; position: relative;line-height: 1;font-weight: 500;}
.sticky .navmenu > ul > li > a{color: #333132;}
.navmenu > ul > li.lastmenu{display: none;}
.navmenu > ul > li > a:hover, 
.navmenu > ul li.current-menu-item > a, 
.navmenu > ul li.current-menu-ancestor > a,
.navmenu > ul > li.active > a { color: #CD9D81; }
.navmenu > ul > li> a:hover::before, 
.navmenu > ul li.current-menu-item > a::before{transform: scaleX(1);}
.navmenu > ul > li ul { left: 0%; display: none; position: absolute; top: 100%; width: 275px; margin: 0px; background: #fff; padding:10px 20px; box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2) }
.navmenu > ul > li:hover ul{display: block;}
.navmenu > ul > li ul li ul { top: 0px; left: 100%;}
.navmenu > ul > li > ul > li { padding: 10px 0px 10px 0px;margin-bottom: 0px; position: relative;border-bottom:1px solid #ddd}
.navmenu > ul > li > ul li:last-child { border: none; }
.navmenu > ul > li > ul li::before { top: 25px; }
.navmenu > ul > li > ul li a { display: block; color: #000; position: relative;text-transform: uppercase;font-size: 15px; }
.navmenu > ul > li > ul li a:hover{color: #0074BC;}
.closebtn { z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg);display: inline-flex;align-items: center;justify-content: center; }
.closebtn::after { background-color: #000; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);}
.closebtn::before { background-color: #000; height: 100%; width: 2px; position: absolute; top: 0px; content: '';transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.sub-menu-arrow {text-align: center; overflow: hidden;padding: 4px 10px;margin-left: 5px;display: inline-block;vertical-align: top;line-height: 1;cursor: pointer;position: absolute;right: -20px; }
.navarrow { display: inline-block; vertical-align: top; position: relative; width: 17px; height: 15px; }
.navarrow::before { content: ''; width: 17px; height: 15px; display: inline-block; transition: all 0.2s ease; vertical-align: top; position: absolute; background: url(../images/chevron-down-black.svg) no-repeat; background-position: left center; left: 0px; }
.navarup::before { transform: rotate(180deg); }
.MenuClose{display: none;}
.menuright .btn-theme{margin-left: 10px;}
.black-overlay{background-color: rgba(0, 0, 0, 0.5);bottom: 0px;left: 0px;right: 0px;top: 0px;position: fixed;display: none;}
.topherosection{height: 100vh;overflow: hidden;}
.topvideosfull img, .topvideosfull video{display: inline-block; vertical-align: middle; width: 100vw; height: 100vh; max-width: none; 
    min-height: 100vh; min-width: 100vw; -o-object-fit: cover; object-fit: cover;}
.topvideosfull::before{content: '';bottom: 0px;left: 0px;right: 0px;top: 0px;position: absolute;background-color: rgba(0, 0, 0, 0.25);}
.topbannercaption{position: absolute;top: 50%; transform: translateY(-50%); width: 100%;left: 0px;}
.topbannercaption .text-300{line-height: 200px;}
.rightcontentrow .bottomleftobj{bottom: -120px;}
.rightcontentrow strong{color: #CD9D81;}
.hovertextrow{align-items: flex-start;}
.imgslider{position: relative;}
.imgslider h4{margin-bottom: 20px;min-height: 110px;}
.hoverpro:first-child{position: relative;}
.hoverpro{position: absolute;top: 0px;width:100%;height: 100%;opacity: 0; left: 0px;overflow: hidden;transition:all 0.3s ease;}
.hoverpro img{transform: scale(1.2);transition:all 0.8s ease;}
.hoverpro.hoverselected {z-index: 5;opacity: 1;}
.hoverpro.hoverselected img{transform: scale(1);}
.tabslidenav ul{width: 100%;display: block;padding-left: 70px;}
.tabslidenav ul li{width: 100%;margin-bottom: 70px; position: relative;cursor: pointer;transition: all 0.3s ease;color: #999;transition: all 0.3s ease;}
.tabslidenav ul li:last-child{margin-bottom: 0px;}
.tabslidenav ul li::before{background-color: #CD9D81;width: 120px;height: 1px;position: absolute;left: -130px;top: 50%;content: '';z-index: 5;transform: scaleX(0);transition: all 0.3s ease;transform-origin: right;}
.tabslidenav ul li:hover::before, .tabslidenav ul li.hoverselected:before{transform: scaleX(1);}
.tabslidenav ul > li h4{margin-bottom: 0px;color: #333132;transition: all 0.3s ease;font-weight: 400;opacity: 0.25;transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);}
.tabslidenav ul li:hover h4, .tabslidenav ul li.hoverselected h4{color: #CD9D81;opacity: 1;}
.logoslider{margin: 0px -12px;text-align: center;}
.logoslider .slick-slide{padding: 0px 12px;}
.logoslider .borderboxcol{padding: 30px;}
.videoimgthumb{position: relative;display: block;}
.vidoethumbslider{padding: 0px 88px;}
.vidoethumbslider .slick-slide{padding: 0px 12px;}
.vidoethumbslider video{display: inline-block;vertical-align: top;width: 100%;}
.vidoethumbslider .slick-next{right: 30px;}
.vidoethumbslider .slick-prev{left: 30px;}
.videocap{position: absolute;bottom: 0px;padding: 30px;background: linear-gradient(0deg,rgba(51, 49, 50, 0.8) 10%, rgba(51, 49, 50, 0.1) 100%);width: 100%;}
.videocap h5{letter-spacing: 0px;font-weight: 400;margin-bottom: 0px;}
.countertext{color: #CD9D81;padding-bottom: 15px;margin-bottom: 15px;}
.mobileimg{display: none;}
.fancybox__container :focus{outline: none;}
.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {max-width: 407px;max-height:720px;}
.contactinfo{margin-bottom: 100px;}
.bgcalltoaction{padding:60px 0px 80px;text-align: center;}

.contentshow{display: none;padding-top:15px;}
.contentshow p{margin-bottom: 0px;}
.tab-img{display: none;}
.tab-nav-custom li:first-child{padding-top: 0px;}
.tab-nav-custom li:first-child .contentshow{display: block;}
.tab-nav-custom li{border-bottom: 1px solid #DDDDDD;position: relative;transition: all 0.3s ease;padding: 30px 30px 30px 0px;list-style: none;}
.tab-nav-custom li a{font-size: 35px;color: #333132;opacity: 0.25; display: block;text-transform: uppercase; font-family: "Oswald", sans-serif;line-height: 1;}
.tab-nav-custom li.active a{color: #CD9D81;opacity: 1;}
.tab-nav-custom li.active{border-bottom: 1px solid #CD9D81;}
.counsultext{padding-left: 50px;}
.counsultext .btnright{flex-shrink: 0;padding-left: 20px;}
.counsultslider{margin: 0px -12px;}
.counsultslider .slick-slide{padding: 0px 12px;}
.counsultslider .slick-arrow{margin-top: -50px;}
.galleryrow .topleftobj{top: 100px;}
.galleryrow .container .row {margin-bottom: 80px}
.galleryrow .container .row:last-child{margin-bottom: 0px}
.galleryrow .container .row [class*="col-"]{position: relative;}
.galleryrow .container .row:nth-child(odd){align-items: flex-end;}
.galleryrow .container .row:nth-child(even){align-items: center;}
.galleryrow .container .row:nth-child(odd) [class*="col-"]:last-child{margin-bottom: 80px;}
.imgabscaption{position: absolute;top: 100px;right: -50%;max-width: 530px;}
.vidicon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.testimonicol{padding-top: 20px;display: flex;}
.testimg{margin-right: 30px;flex-shrink: 0;position: relative;}
.testcontnet{flex: 1;}
.quoteicon{position: absolute;top: -20px;right: 20px;}
.testislider .slick-arrow{bottom: 0px;top:auto;transform: none;}
.testislider .slick-prev{left: auto;right: 40px;}
.testislider .slick-next{right: 0px;}
.owenermsgrow h2{margin-right: -130px;position: relative;}
.owenermsgrow .quoteicon{right: auto;left:-60px;top: -115px;}
/* homepage css end */

/* footer start*/
.footerobject{position: absolute;top: -160px;left: 0px;width: 100%;text-align: center;}
.footermain{color:#999999;background-color: #CD9D81;padding: 200px 0px;color: #fff;overflow: hidden;vertical-align: top;}
.footermain h2, .footermain h3, .footermain h4, .footermain a{color: #fff;}
.footerbtn{margin-bottom: 100px;}
.footerbtn h4{margin-bottom: 50px;}
.socialicon{margin-bottom: 50px;}
.socialicon a{margin-right: 20px;color: #fff;}
.socialicon a svg{fill: #fff;}
.socialicon a:hover svg{fill: #333132;}
.contactinfo a{color: #fff;}
.contactinfo a:hover{color: #333132;}
.innerheader .footerbtn a.btn-theme-outline{display: none;} 
.innerheader  .footerbtn h4{margin-bottom: 0px}
/* footer end */

/* 404 page & thakyou page css start */
.sectionpagerow{position: relative;font-size: 20px;}
.sectionpagerow::before{bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;content: '';background-color: rgba(0, 0, 0, 0.5);}
.pagetitlerow{position: absolute;top: 50%;transform: translateY(-50%); width: 100%;color: #fff;}
.pagetitlerow h1, .pagetitlerow h3{color: #fff;}
.toppageoffset{margin-top: 70px;}
.thankyoupage{padding-top: 250px;}
/* 404 page & thakyou page css end */

.modal-content{border: none;border-radius: 0px;box-shadow: none;}
.modal-body{padding: 50px;}
.modal-body h4, .offcanvas-body h4{margin-bottom: 10px;}
.fromlineicon{position: absolute;bottom: 0px;right: 0px;width: 80px;}
.offcanvas.offcanvas-end{width: 50%;}
.offcanvas-body{padding: 100px;flex-grow: inherit;}
.offcanvas-body .fromlineicon{width: 180px;}
.offcanvas .bottomrightobj{z-index: -1;}
.uploadBox input[type="file"] {display: none;}
.uploadBox label { width: 100%; display: flex;justify-content: space-between;text-transform: uppercase;padding: 10px 15px;border: 1px solid #ddd;white-space: nowrap;cursor: pointer;font-size: 16px;line-height: 20px;}
.uploadBox label span{font-size:13px;}
.uploadBox label span.filename{color: #999;font-size: 16px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-transform: none;width: 70%;letter-spacing: 0px;font-weight: 400;}
.uploadBox label.selected span.filename{color: #333;}

.wpcf7-spinner{margin-top: 20px;vertical-align: top;}
.wpcf7 form.sent .wpcf7-response-output {line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0; padding: 7px 12px; color: #155724;position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { position: relative; text-align: left; font-size: 14px;}
.vc_row{margin: 0px !important}
.vc_column_container>.vc_column-inner{padding: 0px !important}
.slick-dots{left: 0px}
@keyframes textMarqRight {
  0% { transform: translate3d(0, 0, 0); }
   100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes scrolldown {
	0% { transform: translateY(0px) }
	50% { transform:translateY(5px) }
  100% { transform:translateY(0px) }
}

.ploader {
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#pageloader {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #FFFFFF;
}

/* Animation css  */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn }
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown }
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; visibility: visible; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }