html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
body{font-family: 'Raleway', sans-serif;color:#333;margin:0;font-size:24px;line-height:1.5}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover,a:focus{outline:0 none}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0 none repeat scroll 0 0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0 none}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0 none;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0 none;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
button,input,select,optgroup,textarea{color:#656565;font-size:18px;line-height:1.5}
h1,h2,h3,h4,h5,h6{clear:both;color:#000; font-weight:500; font-family: 'Raleway', sans-serif;}
h2{font-size:30px; margin:0;}
p {
    margin-bottom: 1.5em;
    font-size: 19px;
    text-transform: capitalize;
}
dfn,cite,em,i{font-style:italic}
blockquote{margin:0 1.5em}
address{margin:0 0 1.5em}
pre{background:#eee none repeat scroll 0 0;font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}
code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.9375rem}
abbr,acronym{border-bottom:1px dotted #666;cursor:help}
mark,ins{background:#fff9c0 none repeat scroll 0 0;text-decoration:none}
big{font-size:125%}
html{box-sizing:border-box}
* {
    box-sizing: border-box;
    font-family: 'Poppins';
    text-transform: capitalize;
}
body{background:#fff none repeat scroll 0 0}
blockquote::before,blockquote::after,q::before,q::after{content:""}
blockquote,q{quotes:"" ""}
hr{background-color:#ccc;border:0 none;height:1px;margin-bottom:1.5em}
ul,ol{margin:0 0 1.5em}
ul{list-style:outside none disc}
li{padding:0 0 5px}
ol{list-style:outside none decimal}
li > ul,li > ol{margin-bottom:0;margin-left:1.5em}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}
button,input[type="button"],input[type="reset"],input[type="submit"]{font-weight:400;font-size:16px;background-color:#fecc00;border:1px solid #fecc00;border-radius:30px;padding:8px 25px;text-align:center;min-width:100px;color:#000;display:inline-block;transition:ease-in-out .5s all}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background-color:#000;border-color:#000}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{border:1px solid #ccc;border-radius:3px;color:#000;font-size:16px;padding:8px 10px}
select{border:1px solid #ccc}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}
textarea{width:100%}
::-webkit-input-placeholder { /* Edge */
  color:#ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#ccc;
}

::placeholder {
  color:#ccc;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all .3s ease 0s;
    letter-spacing: 1px;
}
a:visited{transition:all .3s ease 0s}
a:hover,a:focus,a:active{outline:medium none}
a:focus{outline:medium none}
a:hover,a:active{outline:0 none}
.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden}
.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}
.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}
.alignleft{display:inline;float:left;margin-right:1.5em}
.alignright{display:inline;float:right;margin-left:1.5em}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}
.clear::before,.clear::after,.entry-content::before,.entry-content::after,.comment-content::before,.comment-content::after,.site-header::before,.site-header::after,.site-content::before,.site-content::after,.site-footer::before,.site-footer::after{content:"";display:table;table-layout:fixed}
.clear::after,.entry-content::after,.comment-content::after,.site-header::after,.site-content::after,.site-footer::after{clear:both}
.widget{margin:0 0 30px}
.widget select{max-width:100%}
.sticky{display:block}
.hentry{margin:0 0 1.5em}
.updated:not(.published){display:none}
.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}
.inline-block{display:inline-block}
embed,iframe,object{max-width:100%}
.clearnone{clear:none}
.fl{float:left}
@font-face{font-family:"FontAwesome";font-style:normal;font-weight:400;src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg")}
.container{margin:0 auto;/*max-width:1200px;*/padding:0 3%; position:relative}
.boxspacer{display:block;height:20px}
.text-right{text-align:right}

.textlink{color:#81B84D;font-size:13px;text-decoration:none}
.textlink:hover{color:#000}
.visible-sm{display:none!important}
#primary.content-area{float:left;margin:0 5% 0 0;width:70%}
body.page-template-full-width #primary.content-area{float:left;margin:0;width:100%}
aside#secondary{float:left;padding:50px 0 0;width:25%}
.widget{background-color:#efeef0;border:1px double #e2e2e2;margin:0 0 30px;padding:20px}
h2.widget-title{color:#30458a;display:block;font-weight:600;line-height:26px;position:relative;margin-top:0}
.search-form .search-field{margin:0 0 10px;width:100%}
.fixed-header{position:fixed!important;top:0!important;left:0;right:0;box-shadow:0 5px 5px rgba(0,0,0,0.2);background-color:#fff;z-index:9999; animation:1s .1s fadeInDown both;}
.fixed-header .logoImg img{display:block;max-height:70px}
.fixed-header .logoImg{padding:5px 0}
body.fixed{padding-top:100px}
#masthead{position:absolute;right:0;left:0;top:0;z-index:99; height:80px; background-color:#fff;}
#masthead.innerheader{position:relative}
.logoImg{float:left;padding:9px 0 0; animation:1s .2s fadeInLeft both}
.logoImg img{display:block}
.topMenu{position:relative;float:right;z-index:9999; margin-top:15px;animation:1s .2s fadeInDown both}
.fixed-header .topMenu{margin-top:15px}
.homeSlider{position:relative;}
.homeSlider .caption-wrap{bottom:5%;text-align:left;background-color:transparent!important;opacity:1!important;color:#fff;position:absolute;right:8%;font-size:20px;}
.homeSlider .caption-wrap .line1{font-size:36px; line-height:46px; color:#fff;font-weight:400;margin:0 0 20px 0; background-color:rgba(0,0,0,0.6); padding: 15px 25px;  }
.homeSlider .caption-wrap p{color:#000;font-size:18px;line-height:28px;margin:0 48% 0 0;}
.homeSlider .owl-item.active .caption-wrap .line1{animation:1s .1s fadeInDown both}
.homeSlider .owl-item.active .caption-wrap p{animation:1s .9s fadeInUp both}
.homeSlider .caption-wrap .btn{ background-color:#1f4549;  height:46px;line-height:42px;text-align:center;color:#fff;font-size:16px;display:inline-block;border-radius:30px;font-weight:400;border:1px solid #1f4549; padding:0 30px; margin-top:20px; }
.homeSlider .owl-item.active .caption-wrap .btn{animation:1s 1.2s zoomIn both}
.homeSlider .caption-wrap .btn:hover{background-color:#000; border-color:#000;}
.homeSlider .owl-dots{position:absolute;left:0;right:0;bottom:40px}
.homeSlider .owl-theme .owl-dots .owl-dot.active span{background-color:#fff}
.homeSlider .owl-theme .owl-nav{margin:0}
.homeSlider .owl-carousel .owl-nav button.owl-next{background:url(../images/icon-arrow-right.png) center center no-repeat #fff;}

.homeSlider .owl-carousel .owl-nav button.owl-prev{background:url(../images/icon-arrow-left.png) center center no-repeat #fff;}

.homeSlider .owl-carousel .owl-nav button.owl-next:hover{animation: beemoveRight 1.7s infinite;}
.homeSlider .owl-carousel .owl-nav button.owl-prev:hover{animation: beemoveLeft 1.7s infinite;}
.homeSlider .owl-carousel .owl-nav button.owl-next,.homeSlider .owl-carousel .owl-nav button.owl-prev{position:absolute;margin:-25px 0 0;top:50%;padding:0;height:60px;border-radius:60px;color:#fff; width:60px; box-shadow:0 8px 8px rgba(0,0,0,0.13); text-indent:-9999px;}





@keyframes beemoveRight {
  0% {
    background-position:center center;
	
  }
  50% {
    background-position:20px center;
	
  }
  100% {
    background-position:center center;
	
  }
}
@keyframes beemoveLeft {
  0% {
    background-position:center center;
	
  }
  50% {
    background-position:5px center;
	
  }
  100% {
    background-position:center center;
	
  }
}
.homeSlider .owl-carousel .owl-nav button.owl-next{right:20px}
.homeSlider .owl-carousel .owl-nav button.owl-prev{left:20px}
#pre-div{background-color:#f6f6f6;bottom:0;height:100%;width:100%;left:0;position:absolute;right:0;top:0;z-index:999}
#loader{background-image:url(../images/ajax-loader.gif);background-position:center center;background-repeat:no-repeat;height:149px;left:50%;margin:-75px 0 0 -109px;position:absolute;top:50%;width:218px}

.owlpics{display:block;text-align:center}
.owlpics h3{font-size:18px;color:#212121;font-weight:600;margin:0;padding:10px}
.owlpics .imgbox,.owlpics img{transition:all .3s ease 0s}
.owlpics .imgbox span{display:none;position:absolute;left:0;right:0;top:60%;color:#fff;font-weight:700;z-index:1;transition:all .3s ease 0s}
.owlpics:hover .imgbox{background-color:#000}
.owlpics:hover img{opacity:.4}
.owlpics:hover .imgbox span{display:block}
.owl-theme .owl-nav [class*="owl-"]{border-radius:0;background-color:#fff;border:1px solid #acacac;color:#000;width:50px;text-align:center;line-height:40px}
.owl-theme .owl-nav [class*="owl-"]:hover{background-color:#000;color:#fff;border-color:#000}
.owl-theme .owl-nav{margin-top:30px}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{background-color:#f0f0f0;padding:4px 7px!important;border-radius:15px}
.owl-carousel .imgWrap{width:100%;height:200px;display:table-cell;text-align:center;vertical-align:middle}
.owl-carousel .imgbox{display:table}
.owl-carousel .imgbox img{max-width:100%;width:auto;margin:auto;max-height:210px}
.fullrow{padding:60px 0;position:relative;clear:both}


.site-footer{padding:60px 0 0;background-color:#222; color:#fff; font-size:16px; position:relative}
.footerLogo {text-align: center;position: relative;height: 110px;margin-left: 30px;}
.footerSocial{clear:both; text-align:center; margin:0}
.footerSocial a{width:56px;height:56px; line-height:56px; font-size:28px;  border-radius:50%; display:block; margin:0 auto 20px; text-align:center; color:#fff; background-color:#000; animation:1s 1s zoomIn both;}
.footerSocial:before{width:4px; height:60px; content:""; display:block; background-color:#000; margin:auto;position: absolute;left: 0;right: 0;top: -60px; animation:1s .2s fadeInUp both;}
.footerSocial a:after{width:4px; height:20px; content:""; display:block; background-color:#000; margin:auto; position:relative;animation:1s 1.5s zoomIn both;}
.footerSocial a:hover{background-color:#fecc00;  color:#474746;}
.footerTitle{ margin: 0 0 20px;font-size:24px;font-weight:500;text-transform: uppercase;color: #fecc00;padding: 0 0 10px;text-align: left;}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer li {
    margin: 0 0 0 12px;
    padding: 0 0 10px;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 15px;
}
.site-footer .container{text-align: center; font-size:14px;}
.absCenter {display: inline-block;	text-align:center;width: 17.6%; margin:auto; float:left}
.site-footer .col-41{width:41.3%;text-align: left;margin: 0;}
.site-footer .col-41 .fa-ul{display:inline-block; width:50%; float:left}
.site-footer .col-41 .fa-li{width:20px;left: -19px;top: 2px;}

.site-footer .col-42{width:14.8%;text-align: left;}
.site-footer .col-43{width:20%; text-align: left;margin:0; padding-left:20px;}
.site-footer .col-43 .fa-li{width:20px;left: -19px;top: 2px;}
.site-footer .col-44{width:21%; text-align: left;margin:0;}
.site-footer a{color:#fff}
.site-footer .box .fa{color:#fecc00}

.site-footer .boxColumn a:hover ,.site-footer li a:hover{ color: #fecc00;}
.font16{font-size:16px;}

.site-footer .copyRight .container{padding-top:25px;}
.site-footer .copyRight{text-align:center;font-size:14px;padding:0 0 25px;margin:40px 0 0;color:#fff; background-color:#fff; color:#000;}
.site-footer .copyRight a{color:#c19c05}
.site-footer .copyRight a:hover{text-decoration:underline;color:#c19c05}
.site-footer .copyRight p{margin:0}
.site-footer .copyRight .left{float:left}
.site-footer .copyRight .right{float:right;text-align:right}
.site-footer .copyRight:after{content:"";display:block;clear:both}
#back-to-top{position:absolute;top:-45px;right:3%;width:90px;height:90px;text-align:center;line-height:90px;color:#000;cursor:pointer;text-decoration:none;transition:opacity .2s ease-out;opacity:0; background-color:#13171e; border-radius:90px;}
#back-to-top img {
    margin: 10px auto 0;
    display: block;
}
#back-to-top span{color:#fff; font-size:12px; line-height:12px;display: block;
margin: 7px 0 0 0;}
#back-to-top.show{opacity:1}
#back-to-top:hover img{animation: beemoveup 1.7s infinite;}
@keyframes beemoveup {
  0% {
    margin-top:5px;
	
  }
  50% {
    margin-top:10px;
	
  }
  100% {
	margin-top:5px;
	
  }
}


#menubtn{height:40px;border-radius:5px;line-height:38px;display:inline-block;margin-left:12px;padding:0 15px;cursor:pointer;border:1px solid #fecc00; background-color:#fecc00; margin-top:20px; color:#000;}
.fixed-header #menubtn{margin-top:20px;}
#menubtn span{padding-left:5px}
.col21{width:47%;display:inline-block;margin:0 3% 0 0;float:left}
.col22{width:47%;display:inline-block;margin:0 0 0 3%}
.col-21{width:48%;display:inline-block;margin:0 3% 0 0;float:left}
.col-22{width:48%;display:inline-block;margin:0; float:right;}
.col-31{width:31.66%;display:inline-block;margin:0 2.5% 0 0;float:left}
.col-32{width:31.66%;display:inline-block;margin:0 2.5% 0 0;float:left}
.col-33{width:31.66%;display:inline-block;margin:0;float:left}
.col-41{width:23.12%;display:inline-block;margin:0 2.5% 30px 0;float:left}
.col-42{width:23.12%;display:inline-block;margin:0 2.5% 30px 0;float:left}
.col-43{width:23.12%;display:inline-block;margin:0 2.5% 30px 0;float:left}
.col-44{width:23.12%;display:inline-block;margin:0;float:left}
.box{margin-bottom:30px}
.box .fa{color:#acacac;float:left;font-size:22px;padding:2px 0 0}
.box .fa-mobile{font-size: 33px;margin-left: 2px;margin-top: -4px;}
.box .fa-envelope-o{font-size:20px;margin-top:1px}
.box .fa-map-marker{font-size: 24px;margin-left: 2px;}
.boxColumn{margin:0 0 0 30px}
.boxColumn a {
    text-decoration: none;
    font-family: math;
    font-size: 18px;
}
.boxColumn a:hover{color:#000}
.entry-content a:hover{color:#000}
.brdimg{border:1px solid #083D5F}
.col21 iframe,.col22 iframe{border-top:1px solid #ccc!important;border-bottom:1px solid #ccc!important}
.col21 iframe{border-right:1px solid #ccc!important}
.btn-default{font-weight:400;font-size:16px;background-color:#fecc00;border:1px solid #fecc00;border-radius:30px;padding:8px 25px;text-align:center;min-width:100px;color:#000;display:inline-block; font-weight:500;}
.btn-default:hover{background-color:#000;border-color:#000; color:#fff}
.btn-default.btn-o{background-color:transparent;border-color:#acacac;color:#3a3a3a}
.btn-default.btn-o:hover{background-color:#000;border-color:#000;color:#fff}
.btn-lg{font-size:24px;padding:8px 30px}
.btn-black{border-color:#000!important;background-color:#000!important}
/*
#masthead.innerpage{
background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 50%, rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 50%,rgba(0,0,0,0) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 50%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=0 ); 	
}*/
#masthead.innerpage.fixed-header{background-color:#fff;}
.pageTitle{background:url(../images/bg-title.jpg) center top no-repeat;background-size:cover;text-align:left;padding:70px 0px;color:#fff; padding-top:280px;}
.pageTitle h1{margin:0;padding:0;line-height:40px;font-size:40px;font-weight:300;color:#fff;}

/*.pageTitle.bg-paperbags{background-image:url(../images/bg-paperbags.jpg);background-size:100% auto;}*/


.bg-f6f6f6{background-color:#f6f6f6}
.bg-e4e4e4{background-color:#e4e4e4}

#breadcrumb{list-style:none;margin:10px 0 0;padding:0}
#breadcrumb li{display:inline-block;font-size:16px}
#breadcrumb li:not(:last-child):after{content:"/";display:inline-block;margin:0 10px}
#breadcrumb a{color:#fff}
.site-content{padding:30px 0}
.site-content p{line-height:30px}
.img-border{border:1px solid #fff;border-radius:20px;box-shadow:0 0 0 5px rgba(0,0,0,0.1)}
.col31{width:33%;float:left}
.col32{width:33%;float:left;padding-right:40px}
.col33{width:33%;float:left}

#frm_contact label{font-size:14px;margin-bottom: 6px;display: inline-block;}
#frm_contact input{border:1px solid #ccc;width:90%;padding:9px;font-size: 16px;}
#frm_contact select{border:1px solid #ccc;width:90%;padding:9px;font-size: 16px;}
#frm_contact textarea{border:1px solid #ccc;width:90%;font-size: 16px; padding:9px;}
#frm_contact .form-group{margin:0 0 10px}
#period-addon{line-height:40px;}
.mapwrap .col21,.mapwrap .col22{width:50%;margin:0}
.wrap404{text-align:center;padding:40px 0}
.wrap404 i{font-size:120px}
.wrap404 h2{font-size:60px;font-weight:500;margin:0}
.wrap404 h4{font-size:40px;font-weight:300;margin:0;color:#ccc}
.wrap404 p{font-size:20px}
.well{transform:scale(0.8);box-shadow:0 0 10px rgba(0,0,0,0.3);padding:20px;margin:10px;background-color:#e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.3);box-shadow:inset 0 1px 1px rgba(0,0,0,.3);display:none;max-width:320px;min-width:300px;min-height:300px;color:#000}
.popup_visible .well{transform:scale(1)}
.well .closeicon{position:absolute;right:1px;top:1px;cursor:pointer;padding:6px;color:#fff;background:#000}
.well .form-group{margin-bottom:15px}
.well input.form-control{width:100%}
.well select{width:100%;padding:7px 10px}
.well label{display:block;font-size:12px;margin:0 0 5px;font-weight:700}
.well .head2{font-family:'Montserrat',sans-serif;font-weight:800;text-transform:uppercase;margin:0 0 20px;border-bottom:1px solid #000;padding-bottom:10px}
.w980{max-width:980px!important;margin:0 auto}
.w900{max-width:900px!important;margin:0 auto}
.w800{max-width:800px!important;margin:0 auto}
.w660{max-width:660px!important;margin:0 auto}
.w600{max-width:600px!important;margin:0 auto}
.w250{max-width:250px!important;margin:0 auto}
.w200{max-width:200px!important;margin:0 auto}
.w150{max-width:150px!important;margin:0 auto}
.w100{max-width:100px!important;margin:0 auto}
.minw100{min-width:100px}
.minw240{min-width:240px}
.field-row{margin-bottom:10px}
.formWrap{margin:0 auto}
.formWrap label {
    display: block;
    font-weight: 700;
    font-size: 20px;
    font-family: math;
}
.formWrap input[type="text"],.formWrap input[type="tel"],.formWrap input[type="email"]{width:100%;border-color:#cecece;border-radius:0;color:#000}
.formWrap select{width:100%;border-color:#cecece;border-radius:0;color:#000;font-size:13px;font-weight:300;padding:5px 6px}
.formWrap .col21,.formWrap .col22{margin-bottom:15px}
.formWrap .col-31,.formWrap .col-32,.formWrap .col-33{margin-bottom:15px}
.formWrap textarea{height:120px;border-radius:0;color:#000}
.formWrap input[type="submit"]{width:auto;margin:20px 0 0}
table.pkg{background-color:#fff; font-size:14px;border-top:1px solid #c2c2c2;border-left:1px solid #c2c2c2;}
table.pkg td,table.pkg th{padding:10px;border-bottom:1px solid #c2c2c2;border-right:1px solid #c2c2c2;color:#1a1a1a;}
table.pkg th{background-color:#e5e5e5; text-align:left;}

table.table2{background-color:#fff; font-size:14px;border-top:1px solid #c2c2c2;border-left:1px solid #c2c2c2;}
table.table2 td,table.table2 th{padding:10px;border-bottom:1px solid #c2c2c2;border-right:1px solid #c2c2c2;color:#1a1a1a;}
table.table2 th{background-color:#e5e5e5;}

.showMobile{display:none; float:right; margin-top:20px;}
.showMobile a{display:inline-block;background-color:#F2F2F2;float:left;text-align:center;color:#000;padding:0;font-weight:400;width: 40px; border-radius:40px; margin:0 2px;
height: 40px; line-height:40px; text-align:center;}
.addBorder{border-left:1px solid rgba(0,0,0,0.2);}

.yeardiv{width:50px !important; float:left; text-align:center; margin-right:10px;}
.mr20{margin-right:20px !important;}
.mt28{margin-top:28px !important;}
.mt20{margin-top:20px !important;}
.mt10{margin-top:10px !important;}
.showMobile a:hover{background-color:#000;color:#fff}
#menubtn{display:none}
#menubtn .menu-icon{display:none;}
.text-center{text-align:center}
.font20{font-size:20px}
.formWrap input[type="submit"].btn-tracking{width:70%;padding:4px 0;vertical-align:top;margin:0}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.table{border-left:1px solid #ccc;border-top:1px solid #ccc;font-size:15px;color:#000}
.table th{text-align:center;padding:10px;color:#fff;font-size:20px;border-right:1px solid #ed5526;border-bottom:1px solid #ccc;background-color:#ed5526}
.table td{text-align:center;padding:12px 20px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#fff}
.font28{font-size:28px;line-height:36px}

.mt0 {
    margin-top: 0 !important;
    font-family: 'Poppins';
    font-size: 18px;
    letter-spacing: 1px;
}
.mb0{margin-bottom:0}
.mt20{margin-top:20px}
.mb10 {
    margin-bottom: 10px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.m0{margin:0}
.vtop{vertical-align:top;}
.title-light{font-weight:300;color:#272727;font-size:24px}
.pb20{padding-bottom:20px}
.text-white{color:#fff}
.eq-row{display:flex;position:relative}
.eq-row .column{flex:50%}
.p40{padding:40px}
.showOnlyDesktop{display:block}
.showiPad{display:none}

.topbar{background-color:#209d61; color:#fff; font-size:14px; padding:0}
.topbar:after{content:""; display:block; clear:both;}
.leftText{float:left; padding:8px 0}
.topsocial{float:right;}
.topsocial a{color:#fff; margin:0 ;display:inline-block; line-height:37px; padding:0 10px; }
.topsocial a:hover{color:#fff;background-color:#000;}

.wow{visibility:hidden;}

.homeQuotes{padding:60px 0 60px; }
.homeQuotes h2{margin-bottom:30px; font-size:40px; color:#000; font-weight:400;}
#owl-hometestimonials{ margin:auto; text-align:justify;}
#owl-hometestimonials p{font-size:16px; color:#fff; margin:0; }
#owl-hometestimonials .author{font-size:16px; color:#fff; font-weight:500;  margin-top:20px; margin-bottom:30px;}
#owl-hometestimonials .owl-item.active p{animation:1s .5s fadeInUp both}
#owl-hometestimonials .owl-item.active .author{animation:1s .9s fadeInDown both}
#owl-hometestimonials .owl-item.active .profileImg{animation:1s .9s flipInY both}
#owl-hometestimonials .owl-item.active .testiContent:before{animation:1s 1.2s fadeInLeft both}
#owl-hometestimonials.owl-theme .owl-dots{margin-top:30px;}

#owl-hometestimonials.owl-theme .owl-dots .owl-dot span{border-color:#000; background-color:#000;}

#owl-hometestimonials.owl-theme .owl-dots .owl-dot.active span{background-color:#fecc00; border-color:#fecc00}
#owl-hometestimonials .item{background-color:#323c4d; padding:30px; }

.profileImg{width:130px; height:130px; border-radius:50%; float:left; display:block; overflow:hidden; }
.testiContent{margin-left:160px; position:relative; }
#owl-hometestimonials .item:after{content:"\f10e"; font-family:FontAwesome; color:#464f5f; font-size:108px; position:absolute; right:0px; bottom:-40px;}



.fullWidthTwoCol{width:100%; clear:both; display:flex;}
.col-lg-21{width:50%; flex:1; background-color:#fff; padding:40px;}
.img-block{display:block}
.col-lg-22{width:50%;flex:1; background-color:#f1f2f2; padding:40px;}

.bg-green{background-color:#209d61;}
.pdflink{background-color:#f6f6f6; padding:15px 20px; border:1px solid #ccc; margin:0 0 20px; display:block; text-decoration:none; font-size:20px; border-radius:10px;}
.pdflink:hover{background-color:#000; border-color:#000; color:#fff;}
.pdflink .fa{margin-right:5px; font-size:30px; line-height:28px; vertical-align:middle}
.tb {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.tbs {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.gallerylist{list-style:none; margin:0; padding:0;}
.gallerylist:after{content:""; display:block; clear:both}
.gallerylist li{margin:0; padding:0; width:20%; float:left; }
.gallerylist li a{margin:1px; position:relative; display:block; overflow:hidden;}
.gallerylist li a img{display:block;}
.gallerylist li a img[alt]{font-size:12px;}
.gallerylist li .caption{position:absolute; left:0; right:0;bottom:0;   background-color:rgba(59,89,151,0.8); text-align:center; visibility:hidden; height:0; transition:all ease-in-out 0.2s; color:#fff;font-size:22px;}
.gallerylist li a:hover .caption{visibility:visible; height:100%;left:0;top:0;  }

.titleWithBee{font-size:60px; color:#1a1a1a; position:relative; margin-bottom:40px; margin-top:0; font-weight:300}
.titleWithBee:after{width:160px; height:2px; background-color:#333; content:""; display:block ; margin:10px 0 0 0; }
.titleWithBee:before{position:absolute; width:47px; height:49px; content:""; display:block ; margin:10px 0 0 0; background:url(../images/icon-yellow-bee.png) left center no-repeat; bottom:-23px; left:158px; animation:2s 1.5s fadeInLeft both}

.titleWithBeeSmall {
    color: #1a1a1a;
    position: relative;
    margin-bottom: 22px;
    margin-top: 0;
    font-family: math;
    letter-spacing: 1px;
}
.titleWithBeeSmall:after{width:160px; height:1px; background-color:#ccc; content:""; display:block ; margin:10px 0 0 0; }
.titleWithBeeSmall:before{position:absolute; width:47px; height:49px; content:""; display:block ; margin:10px 0 0 0; background:url(../images/icon-yellow-bee.png) left center no-repeat; bottom:-23px; left:158px; animation:2s 1.5s fadeInLeft both; background-size:25px;}


.homeProducts{display:flex}
.homeProducts .divLeft{width:25%; background-color:#474746; display:flex; align-items: center;justify-content: center; }
.homeProducts .divLeft h2 {
    color: #fecc00;
    font-size: 54px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.homeProducts .divRight{width:75%; background-color:#ccc;}
.homeProducts .carouselBox {text-align: center;position: relative;}
.homeProducts .carouselBox .pic{display:block; overflow:hidden; position:relative}
.homeProducts .carouselBox .overlay {position: absolute;top: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.3) 80%);-moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s;opacity: 0;visibility: hidden; z-index:9;}
.homeProducts .carouselBox .proTitle {
    bottom: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    color: #fff;
    z-index: 10;
    background-color: rgba(0,0,0,0.7);
    font-family: math;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 26px;
    padding-bottom: 4px;
    padding-top: 6px;
}
.homeProducts .carouselBox:hover .overlay {opacity: 1;visibility: visible;}
.homeProducts .carouselBox .overlay img{width:49px; height:49px; margin:auto; left:0; right:0; top:0; opacity:0; visibility:hidden; position:absolute; transition:all ease-in-out 0.2s}
.homeProducts .carouselBox:hover .overlay img{opacity:1; visibility:visible; top: 50%;margin-top: -20px;}

#owl-homeproducts.owl-theme .owl-nav{margin:0;}
#owl-homeproducts.owl-carousel .owl-nav button.owl-next, #owl-homeproducts.owl-carousel .owl-nav button.owl-prev{position:absolute; top:50%; padding:0; background-color:transparent; border-radius:0; padding:0 !important; margin:-18px 0 0 0 !important; }
#owl-homeproducts.owl-carousel .owl-nav button.owl-prev{left:0; color:#fff}
#owl-homeproducts.owl-carousel .owl-nav button.owl-next{right:0; color:#fff}
#owl-homeproducts.owl-carousel .owl-nav button.owl-next:hover, #owl-homeproducts.owl-carousel .owl-nav button.owl-prev:hover{background-color:#000; }
.show979{display:none;}
.text-yellow{color:#b78100;}
body.innerpage{font-size:20px;}

.contactPage{padding:40px 0;}
.clientLogos{display:block; clear:both; text-align:center}
.clientLogos:after{content:""; display:block; clear:both}
.clientlogobox{width:calc(16.66% - 30px);height: 170px; text-align: center;position: relative;margin: 15px;float:left;background-color:#fff;-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);display:table;transition:all ease-in-out 0.5s;}
.clientlogobox:hover{box-shadow: 0 8px 16px rgba(25, 56, 138, 0.24);}
.clientlogobox span {display: table-cell;vertical-align: middle;padding:10px;}
.clientlogobox img {vertical-align: middle;max-height: 130px;max-width: 100%;margin: auto;width:auto !important;}

.productGrid{display:flex; clear:both; text-align:center;flex-direction: row;
flex-wrap: wrap;justify-content: center;}
.productGrid:after{content:""; display:block; clear:both}
.productGrid .probox{width:calc(25% - 30px); text-align: center;position: relative;margin: 15px;float:left;background-color:#fff;-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);display:table;transition:all ease-in-out 0.5s;}
.productGrid .probox:hover{box-shadow: 0 8px 16px rgba(25, 56, 138, 0.24);}
.productGrid .probox span {display: table-cell;vertical-align: middle;padding:10px;}
.productGrid .probox img {vertical-align: middle;max-width: 100%;margin: auto;width:auto !important;}



.testimonialwrap{width:100%; clear:both; display:flex;flex-wrap:wrap;}
.testiBox{width: 32%;margin: 1% 1% 2%;padding:40px 20px 20px; background-color:#fff;box-shadow: 0px 25px 70px 10px rgba(0,0,0,0.12); position:relative	}
.testiBox:nth-of-type(3n) {margin-right: 0;	}
.testiBox:nth-of-type(3n+1) {margin-left: 0;}
.testiBox::before {position: absolute;top: -25px;left: 10%;background:#FECC00;font-size: 30px;padding:5px 11px;border-radius: 0px;content: "\f10e";color: #fff !important;font-family:FontAwesome;transition: all .3s ease;box-shadow: 0 5px 30px rgba(19, 47, 34, 0.15);}
.testiBox .userImg{text-align:center; }
.testiBox .userImg img{border-radius:50%; display:block; margin:auto; max-height:90px;}
.testiBox .desc{text-align:center; font-size: 16px; font-style: italic;padding: 20px 0;}
.testiBox .author{padding: 20px 0 0; font-weight:bold; color:#000; font-size:18px;}

.productsFlex{width:100%; clear:both; display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center; flex-wrap:wrap}
.productsFlex.flipthis{flex-direction:row-reverse}
.productsFlex .productCol{width:50%;padding:40px 20px 20px; height:80vh;display: flex;             /* nested flex container */
    flex-direction: column;    /* vertical alignment of flex items */
    justify-content: center;   /* center flex items vertically */
    align-items: center;   }
.productsFlex .paddingbox{ max-width:550px; }
.productsFlex .bgeaeaea{background-color:#eaeaea; }
.productsFlex h2{font-weight:700}
.productsFlex h2:after{content:""; display:block; width:50px; height:1px; background-color:#000; margin:10px 0 0}

body{cursor: url("../images/icon-menu-bee.png"), auto;}

.borderbtm:after{content: "";display: block;width: 50px;height: 1px;background-color:#000;margin: 10px auto 0;}


.beeLoader{	
    
    background:#ddd;
    display: flex;
    cursor: default;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100vh;
    margin: 0;
	z-index:9999;
	position:fixed;
	width:100%;

}
.beeWrapper {
    display: flex;   
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    transform: scale(0.3);
}
.bee {
  -webkit-animation: hover 2s ease-in-out infinite;
          animation: hover 2s ease-in-out infinite;
}

.bee-body {
  position: relative;
  margin: 136px 130px 38px 130px;
  min-width: 130px;
  background: #ffca31;
  /*body*/
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-size: 130px 65px, cover, cover, cover;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #292929)), radial-gradient(circle at 51% 36%, #FFD764 47%, transparent 47%), radial-gradient(circle at 51% 53%, #FFD764 55%, transparent 55%), radial-gradient(circle at 60% 53%, #ffebb1 60%, transparent 60%);
  background-image: linear-gradient(to bottom, transparent 50%, #292929 50%), radial-gradient(circle at 51% 36%, #FFD764 47%, transparent 47%), radial-gradient(circle at 51% 53%, #FFD764 55%, transparent 55%), radial-gradient(circle at 60% 53%, #ffebb1 60%, transparent 60%);
  /*stripes on body*/
  box-shadow: 35px -105px 0 -44px #FFD764, -35px -105px 0 -44px #FFD764, 38px -107px 0 -41px #ffebb1, -32px -107px 0 -41px #ffebb1, 35px -105px 0 -38px #ffca31, -35px -105px 0 -38px #ffca31, 3px -95px 0 -18px #FFD764, 5px -100px 0 -15px #ffebb1, 0px -95px 0 -10px #ffca31, -35px -183px 0 -57px #363636, 35px -183px 0 -57px #363636, -33px -185px 0 -56px #505050, 37px -185px 0 -56px #505050, -35px -184px 0 -54px #292929, 35px -184px 0 -54px #292929;
  /*antenae nubs*/
}
.bee-body:after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #363636));
  background: linear-gradient(to bottom, transparent 50%, #363636 50%);
  height: 130px;
  width: 130px;
  right: 0px;
  bottom: 0px;
  background-size: 130px 65px;
  border-radius: 50%;
  -webkit-clip-path: ellipse(41% at 51% 48%);
          clip-path: ellipse(41% at 51% 48%);
}
.bee-body:before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #434343));
  background: linear-gradient(to bottom, transparent 50%, #434343 50%);
  height: 130px;
  width: 130px;
  right: 0px;
  bottom: 0px;
  background-size: 130px 65px;
  border-radius: 50%;
  -webkit-clip-path: ellipse(41% at 61% 48%);
          clip-path: ellipse(41% at 61% 48%);
}

.mouth {
  /*mouth*/
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 55px;
  bottom: 128px;
  border-radius: 50%;
  box-sizing: border-box;
  border-bottom: 5px solid #363636;
}

.antenae {
  position: relative;
  z-index: -2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: -75px;
  bottom: 130px;
  border: 8px solid #363636;
  /*right antenae stem*/
  box-sizing: border-box;
  border-style: hidden hidden hidden solid;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
}
.antenae:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: -87px;
  bottom: 30px;
  border: 8px solid #363636;
  /*left antenae stem*/
  box-sizing: border-box;
  border-style: hidden solid hidden hidden;
  -webkit-transform: skewY(40deg);
          transform: skewY(40deg);
}
.antenae:after {
  /*stinger*/
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  position: absolute;
  content: '';
  bottom: -213px;
  left: -33px;
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #292929), color-stop(50%, #363636));
  background: linear-gradient(to right, #292929 50%, #363636 50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.bee-left {
  -webkit-animation: flight-left .5s ease-out infinite;
          animation: flight-left .5s ease-out infinite;
  content: '';
  position: absolute;
  background-color: #F8F8FF;
  /*large wing left*/
  height: 100px;
  width: 150px;
  bottom: 110px;
  right: 100px;
  border-radius: 30px 130px 0 130px;
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  z-index: -1;
  box-shadow: inset 30px 105px 0 -70px #FFF;
}
.bee-left:after {
  -webkit-animation: flight-little .5s ease-in-out infinite;
          animation: flight-little .5s ease-in-out infinite;
  content: '';
  position: absolute;
  width: 100px;
  height: 110px;
  top: 70px;
  left: 48px;
  background-color: #F0F0F0;
  /*little wing left*/
  border-radius: 50% / 50% 0 100% 50%;
  box-shadow: inset 10px 1px 0px 0px #FFF, inset 30px 7px 0px 0px #f6f6f6;
}

.bee-right {
  -webkit-animation: flight-right .5s ease-in-out infinite;
          animation: flight-right .5s ease-in-out infinite;
  content: '';
  position: absolute;
  background-color: #F8F8FF;
  /*large wing right*/
  height: 100px;
  width: 150px;
  bottom: 110px;
  left: 100px;
  border-radius: 30px 130px 0 130px;
  border-radius: 130px 30px 130px 0px;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  z-index: -1;
  box-shadow: inset 30px 105px 0 -70px #FFF;
}
.bee-right:after {
  -webkit-animation: flight-little .5s ease-in-out infinite;
          animation: flight-little .5s ease-in-out infinite;
  content: '';
  position: absolute;
  width: 100px;
  height: 110px;
  top: 70px;
  right: 48px;
  background-color: #F0F0F0;
  /*little wing right*/
  border-radius: 50% / 0 50% 50% 100%;
  box-shadow: inset -10px 1px 0px 0px #FFF, inset -30px 7px 0px 0px #f6f6f6;
}

.blink {
  position: relative;
}
.blink:before {
  /*left pupil and eyeball shadows*/
  background-image: radial-gradient(circle at 71% 38%, #fff 8%, transparent 8%), radial-gradient(circle at 65% 50%, #363636 16%, transparent 16%), radial-gradient(circle at 69% 47%, #434343 19%, transparent 19%), radial-gradient(circle at 65% 50%, #292929 25%, transparent 25%), radial-gradient(ellipse at 50% 55%, #F8F8FF 50%, transparent 50%), radial-gradient(circle at 70% 50%, #FFF 65%, transparent 65%);
  left: 2px;
}
.blink:before, .blink:after {
  -webkit-clip-path: ellipse(50% 20% at 50% 50%);
          clip-path: ellipse(50% 20% at 50% 50%);
  content: '';
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #F0F0F0;
  top: -67px;
  -webkit-animation: blink 10s linear infinite;
          animation: blink 10s linear infinite;
}
.blink:after {
  /*right pupil and eyeball shadows*/
  background-image: radial-gradient(circle at 41% 38%, #fff 8%, transparent 8%), radial-gradient(circle at 35% 50%, #363636 16%, transparent 16%), radial-gradient(circle at 39% 47%, #434343 19%, transparent 19%), radial-gradient(circle at 35% 50%, #292929 25%, transparent 25%), radial-gradient(ellipse at 50% 55%, #F8F8FF 50%, transparent 50%), radial-gradient(circle at 70% 50%, #FFF 65%, transparent 65%);
  left: 73px;
}



.shadow {
  height: 45px;
  width: 170px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-animation: shadow 2s ease-in-out infinite;
          animation: shadow 2s ease-in-out infinite;
}

@-webkit-keyframes blink {
  0% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  9% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  10% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  11% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  30% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  31% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  32% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  33% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  34% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  35% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  50% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  60% {
    -webkit-clip-path: ellipse(50% 20% at 50% 50%);
            clip-path: ellipse(50% 20% at 50% 50%);
  }
  61% {
    -webkit-clip-path: ellipse(50% 20% at 50% 50%);
            clip-path: ellipse(50% 20% at 50% 50%);
  }
  69% {
    -webkit-clip-path: ellipse(50% 20% at 50% 50%);
            clip-path: ellipse(50% 20% at 50% 50%);
  }
  70% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  79% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  80% {
    -webkit-clip-path: ellipse(50% 5% at 50% 50%);
            clip-path: ellipse(50% 5% at 50% 50%);
  }
  81% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
}
@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes shadow {
  0% {
    width: 170px;
  }
  50% {
    width: 180px;
  }
  100% {
    width: 170px;
  }
}
@keyframes shadow {
  0% {
    width: 170px;
  }
  50% {
    width: 180px;
  }
  100% {
    width: 170px;
  }
}
@-webkit-keyframes flight-left {
  0% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(25deg);
            transform: skewY(25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
}
@keyframes flight-left {
  0% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(25deg);
            transform: skewY(25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
}
@-webkit-keyframes flight-right {
  0% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(-25deg);
            transform: skewY(-25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
}
@keyframes flight-right {
  0% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
  50% {
    width: 125px;
    -webkit-transform: skewY(-25deg);
            transform: skewY(-25deg);
  }
  100% {
    width: 150px;
    -webkit-transform: skewY(-20deg);
            transform: skewY(-20deg);
  }
}
@-webkit-keyframes flight-little {
  0% {
    height: 110px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 110px;
  }
}
@keyframes flight-little {
  0% {
    height: 110px;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 110px;
  }
}

.contactpage .col-21, .contactpage .col-22 {margin-bottom:20px;}

.flexCol{display:flex;}
.flexCol .img{flex:1; margin-right:40px; max-width:500px;}
.flexCol .img img{display:block}
.flexCol .img .owl-item{border:1px solid #ccc; display:block}

.flexCol .content{flex:1;}

.text-yellow {
    color: #010101;
    font-family: 'Poppins';
    font-size: 23px;
    text-transform: uppercase;
}
#typeofbagInnerSlider{margin:30px 0 0}
#typeofbagInnerSlider h3 {
    font-size: 19px;
    margin: 15px 0 0;
    text-align: center;
    font-family: system-ui;
}
#typeofbagInnerSlider.owl-carousel .owl-stage{margin:auto;}

@media only screen  and (max-width:1080px){
	#cssmenu > ul > li > a{padding: 30px 13px 8px;}
}

@media only screen and (min-width: 1025px) {
	.homeSlider{min-height:500px}
	#owl-homeslider{height:calc(100vh);min-height:500px}
	#owl-homeslider.owl-carousel .owl-item img{height:calc(100vh);min-height:500px}
	
}
@media only screen and (max-width: 1024px) {
	h2 {font-size: 22px;}
	.flexCol .img{max-width:400px}
	
	
	
	.clientlogobox{width:calc(20% - 30px)}
	body {font-size:16px;}
	body.innerpage {font-size:16px;}
	
	.titleWithBee {font-size: 40px;}
	.titleWithBee:before{background-size: 25px;}
	.btn-lg {font-size: 22px;}
	.homeProducts .divLeft h2 {font-size: 40px;}
	
	.homeSlider .caption-wrap .line1{font-size:5vw; line-height:5vw}
	.homeSlider .caption-wrap p{font-size:2vw; line-height:3vw;}
	.showOnlyDesktop{display:none}
	.showiPad{display:block}
	
	.site-footer .container{padding:0 15px;}
	.site-footer .copyRight .container{padding: 25px 15px 0;}
	.footerTitle {font-size: 20px;}
	
	
}
@media only screen and (max-width: 980px) {
	.homeSlider .caption-wrap{font-size:2vw}
	.homeSlider .caption-wrap .btn{width:auto;padding:1.5vw 2vw;font-size:2vw;height:auto;line-height:normal}
	
	
	.logoImg img {max-height: 70px;}
}
@media only screen and (max-width: 979px) {
	
	.show979{display:block;}
	.absCenter{display:none;}
	.footerLogo{height:inherit; float:left; max-width:80px;margin-left:0;}
	.footerSocial::before {display:none;}
	.footerSocial{clear:none; float:right;}
	.footerSocial a{display:inline-block; margin:0 10px;}
	.footerSocial a::after {display:none;}
	.site-footer {padding: 20px 0 0;}
	
	.logoImg img {max-height: inherit;}

	#masthead .container{padding:0}
	.fixed-header .logoImg {padding: 7px 0 10px 15px;}

	.topsocial{display:none}
	.topMenu{float:left;width:100%}
	
	.logoImg{max-width:205px;padding:10px 0 10px 15px}
	#cssmenu #menu-button{display:none}
	#cssmenu > ul{clear:both}
	
	#cssmenu > ul > li{padding:0;margin:0}
	#cssmenu > ul > li:first-child{padding:0}
	.fixed-header .logoImg{padding:10px 0 10px 15px}
	.showMobile{display:block}
	#menubtn{display:inline-block;float:right;margin-right:15px}
	.topMenu #cssmenu{padding:0}
	.site-header .container{padding:0 15px}
	.topMenu{margin:0;}
	.fixed-header .topMenu {margin-top: 0;}

	
	.pageTitle{margin-top:0;}
	.container{padding: 0 15px;}
}
@media only screen and (max-width: 800px) {
	#owl-homeslider.owl-carousel .owl-item img {width:60%;}
	.homeSlider .caption-wrap .line1 {font-size: 3vw;line-height: 3vw;padding: 3vw;}
	.homeSlider {padding-top: 80px;}

	.productGrid .probox{width:calc(33.33% - 30px);}
	
	.clientlogobox{width:calc(25% - 30px);}
	.contactpage .col-21, .contactpage .col-22 {width: 100%;display: block;}
	.contactpage .col-21{clear:both; }
	
	
	.homeProducts .divLeft{width:30%;}
	.homeProducts .divRight{width:70%;}
	
	
	aside#secondary{padding:40px 0 0;width:30%}
	#primary.content-area{width:65%}
	.site-footer .copyRight .col21,.site-footer .copyRight .col22{text-align:center;width:100%;margin:0;padding:0}
	/* .site-footer .col-41{display:none} */
	.site-footer .col-42{width:48%;margin: 20px 0 0 0; }
	.site-footer .col-43{width:48%; margin:20px 0 0 0; }
	.site-footer .col-44{width:44%; margin:20px 0 0 0; }
	.site-footer .col-42 ul{padding-left:10px;}
	
	.col21.footerLeft{width:100%}
	.col22.footerRight{width:100%;margin-left:0}
	.footerMenu{float:none; text-align:center;}
	.footerSocial{float:left; text-align:center; margin:32px 0 0 40px}
	.site-footer .copyRight .right{text-align:center;padding:0;float:none}
	.site-footer .copyRight .left{float:none;padding:0}
	.site-footer .copyRight{margin-top:30px}
	.site-footer{background-size:cover;}
	.gallerylist li{width:25%; }
	
	.testiBox{width: 48%;margin: 1% 1% 4%;	}
	.testiBox:nth-of-type(3n) {margin-right:1%;	}
	.testiBox:nth-of-type(3n+1) {margin-left:1%;}
	
	
}
@media only screen and (max-width: 767px) {
	.fullrow {padding:30px 0;}
	.flexCol {flex-direction: column;}
	.flexCol .img {max-width: 100%;    margin: 0;}
	.productsFlex .productCol{width:100%;}
	.productsFlex .productCol.paperbagbg{height:60vh;}
	.productsFlex .productCol{height:inherit;}
	
	
	.homeProducts{display:block}
	.homeProducts .divLeft {width:100%;}
	.homeProducts .divRight {width:100%;}
	.homeProducts .divLeft h2 {font-size: 28px;padding: 10px;}
	
	
	
	.homeSlider .owl-theme .owl-nav{display:none}
	.eq-row{display:block}
	.eq-row .column{flex:inherit;width:100%}
	

	
}
@media only screen and (max-width: 600px) {
	#primary.content-area{width:100%;margin:0}
	aside#secondary{padding:40px 0 0;width:100%}
	.alignright,.alignleft{max-width:220px}
	.titleWithborder,.titleWithoutborder{font-size:22px;margin-bottom:20px}
	.col21,.col-21{width:100%;display:block;margin:0 0 30px;float:none}
	.col22,.col-22{width:100%;display:block;margin:0}
	.col31,.col-31{width:100%;float:left;margin:0 0 30px}
	.col32,.col-32{width:100%;float:left;margin:0 0 30px}
	.col33,.col-33{width:100%;float:left}
	.col-41,.col-42,.col-43,.col-44{width:100%;margin: 0 0 10px;}
	input#address{width:100%}
	.mapwrap .col21,.mapwrap .col22{width:100%}
	

	.resTable{overflow-x:scroll; position:relative; margin-bottom:15px}
	.resTable:after{content:"Swipe Left"; display:block; font-size:11px; text-transform:uppercase; bottom:6px; position:absolute; color:#09429d;}
	.resTable table{width:600px;}
	
}
@media only screen and (max-width: 599px) {
	
	
	
	
	.fullWidthTwoCol{display:block;}
	.col-lg-21{min-height:400px; width:100%;}
	.col-lg-22{min-height:200px;width:100%;}
	
	
	
	
}
@media only screen and (max-width: 479px) {
    
    
	.testiBox{width:100%;margin: 2% 0 30px;	}
	.testiBox:nth-of-type(3n) {margin-right:0;	}
	.testiBox:nth-of-type(3n+1) {margin-left:0;}
	
	.productGrid .probox{width:calc(50% - 16px); margin:8px;}
	
	.clientlogobox {height: 120px;margin: 8px;width: calc(50% - 16px);}
	.clientlogobox img {max-height: 100px;}
	.gallerylist li{width:50%; }
	.alignright,.alignleft{max-width:inherit;width:100%;float:none;margin:0}
	.page-content,.entry-summary{margin:0}
	aside#secondary{padding:0}
	.owl-carousel .imgbox img{max-height:inherit}
	
	
	
	
	
	.homeSlider .caption-wrap p {font-size: 3vw;line-height: 4vw;}
	.homeSlider .caption-wrap .btn {padding: 1.5vw 4vw;font-size: 4vw;}
	
	
	.site-footer .copyRight{font-size:12px; padding-bottom:15px;}
	.site-footer{padding-top:60px;}
	.site-footer {padding:0;}
	.site-footer .container {margin:0;}
	.site-footer .copyRight .container {padding:15px 15px 0 15px;}
	
	.site-footer .col-41{width:100%; margin:0; padding:0px;}
	.site-footer .col-41 .footerLogo{margin:0; display:none;}
	.site-footer .col-42{width:100%; padding-left:0; margin:20px 0 0; display:none}
	.site-footer .col-43{width:100%; margin:20px 0 0 0; display:none; }
	.site-footer .col-44{width:100%; margin:20px 0 0 0; }
	.site-footer .footerTitle{margin-bottom:0;}
	.site-footer .copyRight{margin:0}
	.holisticFull .alpha{flex: 1 0 50%; min-height:150px;}
	#back-to-top {top: -30px;}
	.pageTitle{margin-bottom:0px; padding-top:180px; padding-bottom:30px;}
	.pageTitle.productpage{margin-bottom:0;}
	
	.fullrow {padding: 30px 0 20px;}
	.hide-sm{display:none;}
	h2 {
    font-size: 22px;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 3px;
}
	
}
@media only screen and (max-width: 440px) {
	.footerSocial {margin: 32px 0 0 10px;}
	#menubtn .menu-icon{display:inline-block; padding-left:0;}
	#menubtn .hide-440{display:none;}
	.col-lg-21{padding:20px 15px;}
	.col-lg-22{padding:20px 15px 40px;}
	.titleWithBee {font-size: 28px; margin-bottom:25px;} 
	body {font-size: 16px;}
	.testiContent{margin:0; clear:both}
	.profileImg{float:none; margin:auto;}
	#owl-hometestimonials .item{padding:20px 15px;}
	#owl-hometestimonials p{padding-top:15px;}
	#back-to-top{width: 60px;height: 60px;}
	#back-to-top img{width:30px;}
	.footerSocial a {margin: 0 0 0 6px; width: 40px;height: 40px;line-height: 40px;font-size: 18px;}
	.site-footer .box {margin-bottom: 20px;}
	.site-footer {padding: 20px 0 0 0;}
	.homeQuotes {padding: 20px 0;}
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:26px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.phone1{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left :26px;
    background-color: #ed563b;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}





