@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto-Regular.woff) format('woff'), url(../fonts/Roboto-Regular.ttf) format('truetype'), url(../fonts/Roboto-Regular.svg#ProximaNovaCond-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.eot);
    src: url(../fonts/Roboto-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.svg#ProximaNovaCond-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto-Bold.woff) format('woff'), url(../fonts/Roboto-Bold.ttf) format('truetype'), url(../fonts/Roboto-Bold.svg#ProximaNovaCond-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

body {
    font-family: Roboto-Regular;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #5a585a
}

a {
    text-decoration: none;
    color: #a980cd;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:active,
a:focus {
    outline: 0
}

::-webkit-selection {
    color: #fcfcfc;
    background: #bdaeca
}

::-moz-selection {
    color: #fcfcfc;
    background: #bdaeca
}

::selection {
    color: #fcfcfc;
    background: #bdaeca
}

#header .navbar-default {
    border: transparent;
    background: #fff;
    padding-bottom: 0;
    margin-bottom: 0
}

#header .navbar-brand {width: 100%;margin-top: 10px;}
#header .navbar-brand .logo {width: 100%;padding: 0;font-size: 20px;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;float: left}
#header .navbar-brand .logo img {width: 100%}
#header .nav {width:auto;margin:15px auto 0;display: table;}
#header .nav > li {width:auto;float:left;font-size: 15px;margin: 0 10px;text-transform: uppercase}
#header .nav > li > a {font-family: Roboto-Bold;color: #5a585a;font-weight: 400}
#header .nav > li > a:focus, #header .nav li a:hover {color: #2f4c33!important;}
#header .nav > li.active > a {color: #2f4c33;background: 0 0;position: relative}
#header .nav > li.active > a:before {position: absolute;width: 5px;height: 5px;top:10px;background: #2f4c33;content: '';left: 50%;margin-left: -4px}

.dropDownMenu {width:100%;position:absolute;top:77px;left:0;background:#ffffff;z-index:100; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);display:none;}
.dropDownMenu li{width:33.333333333%;float:left;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}
.dropDownMenu li a{width:100%;float:left;height:80px;padding:5px;color:#5a585a;text-transform: uppercase}
.dropDownMenu li a:hover{background:#e6e6e6;}
.dropDownMenu li a span{width:30%;float:left;}
.dropDownMenu li a span img{width:100%;float:left;}
.dropDownMenu li a p{width:70%;float:left;font-size:12px;padding:0 10px;}
.dropDownMenu li a p.alignType1{margin:12% 0;}
.dropDownMenu li a p.alignType2{margin:5% 0;}



#header .nav li a.extraBtn {background: #2f4c33;padding: 3px 10px;color: #fff;border-radius: 5px;font-size: 12px;border: 1px solid #2f4c33}
#header .nav li a.extraBtn:hover {background: 0 0;color: #2f4c33}
#toggle {float: right;display: block;width: 23px;height: 25px;margin: 15px 5px 0 0;display: none}
#toggle span:after, #toggle span:before {content: "";position: absolute;left: 0;top: -7px}
#toggle span:after {top: 7px}
#toggle span {position: relative;display: block}
#toggle span, #toggle span:after, #toggle span:before {width: 100%;height: 3px;background-color: #000;transition: all .3s}
#toggle.on span {background-color: transparent}
#toggle.on span:before {transform: rotate(45deg) translate(2px, 3px)}
#toggle.on span:after {transform: rotate(-45deg) translate(7px, -8px)}
#toggle.on+#menu {opacity: 1;display: block;transition: all .3s;width: 100%}

.topRht{width:100%;float:right;margin-top:20px;}
.countrySelect{width:auto;float:left;}
.countrySelect a{width:100%;float:left;padding:5px 10px;background:#4a95bf;color:#ffffff;}

.translate_wrapper {
	position:relative;
	width:auto;
	float:left;
    z-index: 10;
    font-size: 14px;
    background: #fff
}

.current_lang {
    cursor: pointer;
    overflow: hidden
}

.lang {
    padding: 5px 15px
}

.lang.selected {
    display: none
}

.lang img,
.lang span.lang-txt {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle
}

.lang span.lang-txt {
    position: relative;
    top: -1px
}

.lang img {
    width: 20px;
    margin-left: 0
}

.lang span span {
    color: #999
}

.lang span.fa {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 3px
}

.more_lang {
	position: absolute;
    left: 0;
    bottom: -30px;
	background:#ffffff;
    transform: translateY(-20px);
    opacity: 0;
    cursor: pointer;
    display: none;
    -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15)
	
}

.translate_wrapper.active .more_lang {
    display: block
}

.more_lang.active {
    opacity: 1;
    transform: translateY(0);
	 box-shadow: rgba(0, 0, 0, .3) 0 1px 5px;
    -webkit-transition: all .3s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all .3s cubic-bezier(0, .99, .44, .99);
    -o-transition: all .3s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all .3s cubic-bezier(0, .99, .44, .99);
    transition: all .3s cubic-bezier(0, .99, .44, .99)
}

.lang a {
    color: #5a585a
}

.more_lang .lang:hover {
    background: #5766b2;
    color: #fff
}

.more_lang .lang:hover a {
    color: #fff
}

.content a,
.translate_wrapper,
.translate_wrapper.active {
    box-shadow: rgba(0, 0, 0, .3) 0 1px 5px;
    -webkit-transition: all .3s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all .3s cubic-bezier(0, .99, .44, .99);
    -o-transition: all .3s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all .3s cubic-bezier(0, .99, .44, .99);
    transition: all .3s cubic-bezier(0, .99, .44, .99)
}

.translate_wrapper.active .lang {
    border-bottom: 1px solid #eaeaea
}

.hmBanner {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.owl-controls {
    width: 100%;
    float: left
}

.owl-dots {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 2px solid #2f4c33;
    margin: 5px 3px;
    background: #fff;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px
}

.owl-dots .owl-dot span:hover {
    background: #2f4c33
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2f4c33
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-loaded {
    display: block
}

.owl-loading {
    opacity: 0;
    display: block
}

.owl-hidden {
    opacity: 0
}

.owl-refresh .owl-item {
    display: none
}

.owl-item {
    position: relative;
    min-height: 1px;
    float: left
}

.item {
    width: 100%;
    float: left
}

.owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.no-js .hmBanner {
    display: block
}

.bannerLabel {
    width: 250px;
    position: absolute;
    top: 5%;
    left: 5%
}

.bannerLabel img {
    width: 100%;
    float: left;
    position: relative
}

.bannerLabel h2 {
    width: 100%;
    position: absolute;
    top: 52px;
    left: 15px;
    font-size: 18px;
    color: #fff;
    font-family: Roboto-Bold
}

.forDownArrow {
    width: 100%;
    float: left;
    position: relative
}

#hmDownArrow {
    width: 100%;
    left: 0;
    bottom: 15%;
    position: absolute;
    z-index: 10
}

#hmDownArrow a {
    width: auto;
    margin: 0 auto;
    display: table
}

#hmDownArrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #2f4c33;
    border-radius: 50px
}

#hmDownArrow a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #2f4c33;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.more {
    color: #00097c
}

.btn.btn-primary{ font-family: 'Roboto-regular'; font-size:13px; padding:0;}
.btn {border-width: 0;border-radius: 0;}
.btn.btn-primary {background: none;border:1px solid #0b9444;color:#0b9444;}
.btn.btn-primary:hover, .btn.btn-primary:focus {background: #056839;color:#fff;}
.btn.btn-primary span{padding:0 5px;}
.btn.btn-primary .fa{padding:5px;background:#056839;color:#fff;}

.colorh3-1 {
    color: #2e687c
}

.colorh3-2 {
    color: #5c2f86
}

.colorh3-3 {
    color: #1e9a92
}

.colorh3-4 {
    color: #d02f51
}

.colorh3-5 {
    color: #00097c
}

.colorh3-6 {
    color: #580e10
}

.colorh3-7 {
    color: #fd5531
}

.colorh3-8 {
    color: #efb41a
}

.starBg {
    background: url(../img/starBg.png) no-repeat 50% 0
}

.heading {
    width: auto;
    margin: 0 auto 30px;
    display: table;
    font-size: 20px;
    color: #399;
    border-bottom: 2px solid #399;
    padding: 5px 0
}

.inrContImgshow {
    display: none
}

.inrContImghide {
    display: block
}

.welcome {
    margin: 20px 0
}

.welcome h1 {
    width: 100%;
    float: left;
    text-align: center
}

.welcome p {
    font-size: 16px
}

.serLiCont {
    min-height: 210px
}

.scrollCont {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.scrollCont span {
    width: 90px;
    float: left
}

.scrollCont span img {
    width: 100%;
    float: left
}

.scrollCont h3 {
    width: auto;
    float: left;
    color: #366;
    font-size: 16px;
    font-family: Roboto-Bold;
    padding: 40px 0 0 10px
}

.serLiCont p {
    padding: 0 10px;
    font-size: 14px
}

.products {
    width: 100%;
    float: left;
    position: relative
}

.products ul {
    width: 100%;
    float: left
}

.products ul li {
    width: 100%;
    float: left;
    margin: 3px 0;
    border-radius: 10px
}

.products ul li:nth-child(odd) {
    background: #f2f2f2
}

.products ul li div {
    width: 100%;
    float: left
}

.products ul li h3 {
    width: auto;
    font-size: 16px
}

.products ul li p {
    width: 100%;
    float: left;
    color: #5a585a;
    padding: 10px;
    margin: 0!important
}

.products ul li.textAlignLft {
    text-align: left
}

.products ul li.textAlignLft div img {
    width: 150px;
    float: left
}

.products ul li.textAlignLft h3 {
    float: left;
    padding: 20px 0
}

.products ul li.textAlignRht {
    text-align: right
}

.products ul li.textAlignRht h3 {
    float: right;
    padding: 20px 10px
}

.products ul li.textAlignRht div img {
    width: 150px;
    float: right
}

.productImg{width:60%;margin: 0 auto;display: table;}
.productImg img{width:100%;float:left;}
.accTabsRhtCont{width:100%;float:left;}
.accTabsRhtCont p{width:100%;float:left;color:#000;padding:0 20px;margin:5px 0;text-align:center;font-size:14px;line-height:23px;}
.accTabsRhtCont nav{width:auto;margin:0 auto;display: table;}
.accTabsRhtCont nav ul{width:100%;float:left;border-left:1px solid #d8d8d8;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}
.accTabsRhtCont nav ul li{width:auto;float:left;border-right:1px solid #d8d8d8;}
.accTabsRhtCont nav ul li a{width:125px;float:left;color:#fedb34;text-align:center;opacity:0.5;padding: 10px;cursor:pointer;z-index: 100;}
.accTabsRhtCont nav ul li a img{width:100%;float:left;}
.accTabsRhtCont nav ul li.Active a{color:#fff;opacity:1;border:1px solid #f5c330;background:#f3f2f2;}
.accTabsRhtCont nav ul li a:hover{color:#fff;opacity:1;}
.myProfileCont{width:100%;float:left;padding:10px 0;display:none;}

.proSlider{width:80%;margin:0 auto;display:table;position:relative;}
.proSliderBg{width:100%;float:left;position:relative;}
/**Slider Start**/
.banner{width:250px;position:absolute;left:50%;top:70px;margin-left:-125px;}
.flex-control-nav{display:none;}
.flexslider .slides > li {display: none;-webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%;display: block;}
.flexslider .slides:after {content: "\0020";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
html[xmlns] .flexslider .slides {display: block;}
* html .flexslider .slides {height: 1%;}
.no-js .flexslider .slides > li:first-child {display: block;}
.flexslider{margin:0;position:relative;zoom:1;-webkit-border-radius:4px; -moz-border-radius:4px;border-radius:4px;  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);}
.flexslider .slides {zoom: 1;}
.flexslider .slides img {height: auto;-moz-user-select: none;}
.flex-viewport {max-height: 2000px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.carousel li {margin-right: 5px;}
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {text-decoration: none;display: block;width: 15px;height: 40px;margin: -20px 0 0;position: absolute;top: 50%;z-index: 10;overflow: hidden;opacity: 0;cursor: pointer;color: rgba(0, 0, 0, 0.8);text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.galCourse .flex-direction-nav a { width: 10px;height: 22px; }
.flex-direction-nav .flex-prev {background:url("../img/icons/ban-left-arrow.png") 0 0 no-repeat;left:-30px;opacity: 1;text-indent:999px;}
.flex-direction-nav .flex-next {opacity: 1;right:-30px;text-align: right;background:url("../img/icons/ban-right-arrow.png") 0 0 no-repeat;text-indent:999px;}
.flex-pauseplay a {display: block;width: 20px;height: 20px;position: absolute;bottom: 5px;left: 10px;  opacity: 0.8;z-index: 10;overflow: hidden;  cursor: pointer;  color: #000;}
.proHeading{width:auto;margin:10px auto 0;display:table;background:#f3f2f2;border:1px solid #f3f2f2;border-radius:20px;border:1px solid #f5c330;}
.proHeading span{width:auto;float:left;padding:5px 30px;color:#333333;font-family: Roboto-Bold;font-size:18px;text-transform:uppercase;}
/**Slider End**/

.service {
    margin: 50px 0
}

.serCont {
    padding: 30px 0
}

.serCont span {
    width: 100%;
    float: left
}

.serCont span img {
    width: 100%;
    float: left
}

.serCont h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: Roboto-Bold
}

.serCont p {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 13px
}

.hmContact {
    width: 100%;
    float: left
}

.hmContact a {
    width: 100%;
    float: left;
    border: 1px solid #e6e6e6
}

.hmContact a img {
    width: 100%;
    float: left
}

.forPadd {
    padding: 2% 0 0
}

.inrBanner {
    width: 100%;
    float: left;
    position: relative
}

.inrBanner img {
    width: 100%;
    float: left
}

.inrBannerLabel {
    width: 200px;
    position: absolute;
    top: 5%;
    left: 5%
}

.inrBannerLabel img {
    width: 100%;
    float: left;
    position: relative
}

.inrBannerLabel h2 {
    width: 100%;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -25%;
    font-size: 18px;
    color: #fff;
    font-family: Roboto-Bold
}
.prductTxt h2{padding:10px 0;}
.inrContRhtContPadd{padding:14% 0 0 0;}
.inrCont ul {
    width:100%;float:left;
	padding:10px;
}

.inrCont ul li {
    width: 100%;
    float: left;
	margin:5px 0;
}
.inrCont ul li span{float: left;
    margin: -2px 10px 0 0;}

.inrCont {
	border-top:1px solid #e6e6e6;
    width: 100%;
    float: left;
    padding:10px 0
}

.inrCont h3 {
    margin-top: 0
}

.inrCont p {
    padding-top: 5px;
    margin: 0 0 5px!important
}

.inrContLftCont {
    width: auto;
    margin: 0 auto;
    display: table
}

.inrContLftCont img {
    width: 100%;
    float: left
}

.inrContRhtCont {
    width: 100%;
    float: left
}

.inrContForPadd {
    padding: 5% 0
}

.inrContAbtForBtomImg {
    width: 85%;
    margin: 0 auto;
    display: table
}

.inrContAbtForBtomImg img {
    width: 100%
}

.Table1{width:100%;float:left;background:#f2f2f2;border-top: 1px solid #ddd;border-right: 1px solid #ddd;}
#customers {width:100%;float:left;}
#customers tr{width:33.333333333%;float:left;border-left: 1px solid #ddd;}
#customers tr.forWidth{width:50%;}
#customers th {width:100%;float:left;font-family:'Roboto-Bold';text-align:center;color:#fff;padding:7px 0;}
#customers td{width:100%;float:left;border-bottom: 1px solid #ddd;color:#000;padding:5px 10px;color:#5a585a;}
.Heading1{background:#f47b0b;}
.Heading2{background:#4aa40d;}
.Heading3{background:#108d99;}

.serviceImg {
    width: 100%
}

.certificates {
    width: 100%;
    float: left
}

.certificates h4 {
    width: 100%;
    float: left;
    padding: 10px 0;
    color: #0353ac;
    text-decoration: underline
}

.certificates img {
    width: 100%;
    float: left
}

.inrCont50 {
    width: 50%;
    float: left
}

.proRhtCont {
    width: 100%;
    float: left
}

.proRhtCont img {
    width: 100%
}

.forImgWidth img {
    width: 75%!important;
    float: right
}

.centerCont {
    width: 50%;
    margin: 0 auto;
    display: table;
    position: relative
}

.centerCont img {
    width: 100%
}

.productsLiContCent {
    width: 74%;
    left: 22%;
    position: absolute;
    top: 25%
}

.productsLiContCent h3 {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 0 10px;
    text-transform: uppercase
}

.productsLiContCent p {
    width: 100%;
    float: left;
    font-size: 12px
}

.productsImg {
    width: 16%;
    float: left;
    background: #f2f2f2;
    margin: .33333333333333333%;
    height: 270px
}

.productsImg a {
    width: 100%;
    float: left
}

.productsImg img {
    width: 100%
}

.productsImg {
    border: 1px solid #e6e6e6;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.productsImg:hover {
    border: 1px solid #2e687c;
    z-index: 1000;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.productsImg p {
    width: 100%;
    float: left;
    color: #2e687c;
    font-size: 10px;
    text-align: center!important
}

.ProductPopCont {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 0
}

.ProductPopCont h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #2e687c;
    font-size: 20px
}

.title-line {
    padding: 10px 0 0;
    margin: 0 auto;
    display: table
}

.title-line:before {
    background: #2e687c;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 200px
}

.title-line:after {
    background: #2e687c;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    top: -5px;
    margin: 0 auto;
    width: 70px
}

.proPopImg {
    width: 30%;
    float: left
}

.proPopImg img {
    width: 100%;
    float: left
}

.ProductPopCont ul {
    width: 65%;
    float: left;
    margin: 10px 0 0 5%
}

.ProductPopCont ul li {
    width: 100%;
    float: left;
    list-style: square
}

.hmAdd {
    width: 100%;
    float: left;
    padding: 10%
}

.hmAdd ul {
    width: 100%;
    float: left
}

.hmAdd ul li {
    width: 100%;
    float: left;
    margin: 10px 0
}

.hmAdd ul li span {
    float: left
}

.hmAdd ul li h2 {
    width: auto;
    font-size: 20px;
    text-align: left;
    color: #399;
    padding: 3px 0 10px 50px
}

.hmAdd ul li p {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding-left: 50px;
    line-height: 25px
}

.hmAdd ul li p a {
    font-size: 14px;
    text-align: left;
    color: #5a585a;
    line-height: 25px;
    padding: 0 5px
}

.hmAdd ul li p a:hover {
    color: #000
}

.hmAdd ul li p span {
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    padding: 0 5px
}

.contactForm {
    width: 100%;
    float: left;
    margin-top: 50px
}

.conTactEmail {
    width: 100%;
    float: left
}

.conTactEmail img {
    width: 100px;
    margin: 50px auto 0;
    display: table
}

.mailId {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 5px 0;
    text-align: center
}

.mailId a {
    color: #2f4c33
}

#Alert {
    display: none;
    width: auto;
    float: right;
    color: red;
    font-size: 14px;
    text-align: center;
    padding: 10px 0
}
.sendMsgBtn{width:150px;float:left;padding:10px;cursor:pointer;color:#fff;border:1px solid #337ab7;background:#337ab7;}

.contact-info {
    margin: 0;
    padding: 0
}

.contact-info li {
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px
}

.contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 22px;
    color: #000
}

.contact-info li a {
    font-weight: 400!important;
    color: #a980cd
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.form-control:active,
.form-control:focus {
    border: 1px solid rgba(0, 0, 0, .5);
    box-shadow: none
}

input[type=text] {
    height: 50px
}

.form-group {
    margin-bottom: 30px
}

.form-group label {
    font-weight: 400
}

.lightBox {
    width: 500px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    display: none
}

.close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -15px;
    right: -18px;
    color: #fff;
    background-image: url(../img/icons/GI-Popclose.png)
}

.overlay {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    top: 0;
    left: 0
}

.errorMsgPopCont {
    width: 100%;
    float: left;
    border: 2px solid #000
}

.map {
    width: 100%;
    float: left;
    height: 450px
}

footer {
	border:1px solid #e6e6e6;
    padding: 10px 0
}

footer p {
    width: auto;
    margin: 0 auto;
    display: table;
    font-size: 12px;
   float:right;
}

footer p i.love {
    color: red
}

.theme-social-icons {width:36px;position:fixed;top:50%;left:0;margin-top:-40px;z-index:1;background:#2f4c33;padding:5px 2px;border:1px solid #000;border-left:none;}
.theme-social-icons a {border:1px solid #000;
    width: 25px;
    height: 25px;
    float: left;
    margin: 2px 2px;
    color: #2f4c33;
    background: #fff;
    text-align: center;
    padding: 3px 0
}

.theme-social-icons a i {
    font-size: 16px
}

.theme-social-icons a:active,
.theme-social-icons a:focus,
.theme-social-icons a:hover {
    color: #000
}
.inrContLftBlk{display:none;}
.inrContLftNone{display:block;}
/*Mail Alert*/
.alert {
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
        }
        .alert-danger {
        color: #040404;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        }
        .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        }
/*.contactLbl {width:35px;position:fixed;top:50%;right:0;margin-top:-40px;z-index:1;background:#2f4c33;padding:2px;border:1px solid #000;}
.contactLbl a {border:1px solid #000;width:100%;float: left;color: #2f4c33;background: #fff;text-align: center;padding:2px;font-family: Roboto-Bold;}
.contactLbl a span{width:100%;float:left;font-size:17px;line-height: 15px;text-transform:uppercase;}
.contactLbl a i{width:100%;float:left;font-size: 20px;}*/
.contactLbl {width:100px;position:fixed;bottom:10px;right:10px;margin-top:-40px;z-index:1;}
.contactLbl a {width:100%;float:left;}
.contactLbl a img{width:100%;float:left;}

/*Terms and conditions*/
.termsAndcont{width:100%;float:left;background:#ffffff;padding:20px;box-shadow: 0 0px 10px rgba(0,0,0,0.15), 0 0px 12px rgba(0,0,0,0.15);margin-bottom: 20px;}
.termsAndcont h3{width:100%;float:left;padding:5px 0;font-size:16px;font-family: 'Roboto-Bold';}
.termsAndcont h4{width:100%;float:left;padding:5px 0;font-size:21px;font-family: 'Roboto-Bold';}
.termsAndcont p{width:100%;float:left;color:#5d5d5d;line-height:20px;padding:5px 0;text-align:justify;font-size:14px;}
.termsAndcont p a{padding:0 5px;}
.termsAndcont ul{width:100%;float:left;padding:5px 0 0 10px;}
.termsAndcont ul li{width:100%;float:left;}
.termsAndcont ul li span{width:auto;float:left;font-size:14px;margin:0 5px 0;}
.quickLinks{width:100%;float:left;text-align:center;}
.quickLinks li{width:auto;float:none;margin:0 4px;display:inline-block;}
.quickLinks li a.active{color:#2f4c33!important;}
.quickLinks li a:hover{color:#2f4c33!important;}
.quickLinks li a{width:100%;float:left;color:#5a585a;padding:1px 0;font-size:14px;}
.quickLinksDiv{width:auto;float:left;}
/*edits*/


@media screen and (max-width:1365px) and (min-width:1280px) {
    #hmDownArrow {
        bottom: 20%
    }
	.container {
    width: 1200px;
}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
    #header .nav li {
        margin: 0
    }
    .nav>li>a {
        padding: 15px 10px;
        font-size: 12px
    }
	.dropDownMenu{top:63px;}
    #hmDownArrow {
        bottom: 25%
    }
	.banner{width:250px;margin-left:-125px;top:20px;}
	.dropDownMenu li a p {font-size: 11px;}
}

@media screen and (max-width:1023px) and (min-width:800px) {
    h1 {
        font-size: 30px
    }
    h2 {
        font-size: 16px
    }
    #header {
        padding-top: 1em;
        padding-bottom: 1em
    }
    #header .nav li {
        font-size: 14px;
        margin: 0
    }
    #header .navbar-brand .logo {
        width: 400px;
        margin: 0 auto;
        display: table;
        float: none
    }
    .main-nav {
        width: 100%
    }
    .hmBanner {
        margin-bottom: 0
    }
    .forImgWidth {
        float: left
    }
    .forImgWidth img {
        float: none;
        margin: 0 auto;
        display: table
    }
    .serCont {
        text-align: center;
        padding: 0
    }
    .serCont h3 {
        padding: 10px 0
    }
    .serCont p {
        padding: 0
    }
    .serCont span {
        width: 100px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .serviceImg {
        padding: 20px
    }
    .inrCont ul {
        width: 100%;
        padding: 10px 0
    }
    .inrCont h3 {
        font-size: 18px;
        text-align: left
    }
    .inrCont p {
        text-align: justify
    }
    .inrContAbtForBtomImg {
        width: 80%
    }
    .productsImg {
        width: 32%;
        height: 275px
    }
    .inrContLftCont {
        width: 25%
    }
    .theme-cover span {
        width: auto;
        margin: 0 auto;
        display: table
    }
    .inrContImghide {
        display: none
    }
    .inrContImgshow {
        display: block
    }
    .contactForm {
        padding: 10px 0
    }
    .inrContRhtCont {
        margin: 10px 0
    }
    .translate_wrapper {
        top: 70px
    }
    .hmAdd {
        padding: 2%
    }
    #hmDownArrow {
        bottom: 25%
    }
	#header .nav{margin:0 auto;}
	.nav > li > a{padding: 15px 10px 0;}
	.dropDownMenu{top:36px;}
	.proSlider{width:100%;}
	.banner{width:200px;top:40px;margin-left:-100px;}
	.accTabsRhtCont nav ul li a{width:100px;}
	.inrContLftBlk{display:block;}
	.inrContLftNone{display:none;}
	
}

@media screen and (max-width:799px) and (min-width:640px) {
    h1 {
        font-size: 25px
    }
    h2 {
        font-size: 16px
    }
    #toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 101
    }
    #header {
        padding-top: 1em;
        padding-bottom: 1em
    }
    #header .nav li {
		
        font-size: 14px;
        margin: 0
    }
    #header .nav {
        display: none;
        position: absolute;
        top:29px;
        left: 0;
        z-index: 100;
        display: none;
        transition: all .3s;
        background: #fff;
        border: 1px solid #e6e6e6
    }
    #header .nav li a.extraBtn {
        border-radius: 0
    }
    #header .nav li.active a:before {
        top: 5px
    }
    #header .navbar-brand .logo {
        width: 300px;
        margin: 0 auto
    }
    .navbar {
        min-height: 40px
    }
    .main-nav {
        width: 100%
    }
	.dropDownMenu li{width:50%;}
	.dropDownMenu li a span {width: 23%;}
	.dropDownMenu li a p.alignType1{margin:8% 0;}
	#header .navbar-brand{margin-top:0;}
    .hmBanner {
        margin-bottom: 0
    }
    .bannerLabel {
        width: 150px
    }
    .bannerLabel h2 {
        top: 30px;
        left: 5px;
        font-size: 13px
    }
    .inrBannerLabel {
        width: 150px
    }
    .inrBannerLabel h2 {
        top: 18px;
        font-size: 14px
    }
    .scrollCont span {
        float: none;
        margin: 0 auto;
        display: table
    }
    .scrollCont h3 {
        width: 100%;
        padding: 20px 0 0 0;
        text-align: center
    }
    .forImgWidth {
        float: left
    }
    .forImgWidth img {
        float: none;
        margin: 0 auto;
        display: table
    }
    .serCont {
        text-align: center;
        padding: 0
    }
    .serCont h3 {
        padding: 10px 0
    }
    .serCont p {
        padding: 0
    }
    .serCont span {
        width: 100px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .serviceImg {
        padding: 20px
    }
    .inrCont ul {
        width: 100%;
        padding: 10px 0
    }
    .inrCont h3 {
        font-size: 18px;
        text-align: left
    }
    .inrCont p {
        text-align: justify
    }
    .inrContAbtForBtomImg {
        width: 80%
    }
    .productsImg {
        width: 32%;
        height: 275px
    }
    .inrContLftCont {
        width: 30%
    }
    .theme-cover span {
        width: auto;
        margin: 0 auto;
        display: table
    }
    .inrContImghide {
        display: none
    }
    .inrContImgshow {
        display: block
    }
    .contactForm {
        padding: 10px 0
    }
    .inrContRhtCont {
        margin: 10px 0
    }
    .translate_wrapper {
        top: 20px;
        right: 80px
    }
    .hmAdd {
        padding: 2%
    }
    .certificates h4 {
        font-size: 16px
    }
    .hmAdd ul li h2 {
        font-size: 16px;
        padding: 6px 0 10px 40px
    }
    .hmAdd ul li p {
        font-size: 12px;
        padding-left: 40px
    }
    .form-group {
        margin-bottom: 10px
    }
    .btn {
        padding: 5px 10px
    }
    #hmDownArrow {
        bottom: 30%
    }
	.dropDownMenu{top:62px;}
	.proSlider{width:100%;}
	.banner{width:190px;top:30px;margin-left:-100px;}
	.accTabsRhtCont nav ul li a{width:100px;}
	.inrContRhtContPadd{padding:0;}
	.inrContLftBlk{display:block;}
	.inrContLftNone{display:none;}
}

@media screen and (max-width:639px) and (min-width:480px) {
    h1 {
        font-size: 18px
    }
    h2 {
        font-size: 16px
    }
    #toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 4px;
        z-index: 101
    }
    #header {
        padding-top: 5px;
        padding-bottom: 5px
    }
    #header .nav {
        display: none;
        position: absolute;
        top: 29px;
        left: 0;
        z-index: 100;
        display: none;
        transition: all .3s;
        background: #fff;
        border: 1px solid #e6e6e6
    }
    #header .nav li {
        width: 100%;
        font-size: 12px;
        margin: 0
    }
    #header .nav li a {
        width: 100%;
        text-align: center;
        padding: 10px 0 0 0
    }
    #header .nav li a.extraBtn {
        border-radius: 0
    }
    #header .nav li.active a:before {
        top: 5px
    }
    #header .navbar-brand .logo {
        width: 250px;
        margin: 0 auto
    }
    .heading {
        font-size: 15px;
        margin: 0 auto 10px
    }
    .navbar {
        min-height: 40px
    }
    .main-nav {
        width: 100%
    }
	
    .hmBanner {
        margin-bottom: 0
    }
    .bannerLabel {
        width: 150px
    }
    .bannerLabel h2 {
        top: 30px;
        left: 5px;
        font-size: 13px
    }
    .inrBannerLabel {
        width: 150px
    }
    .inrBannerLabel h2 {
        top: 18px;
        font-size: 14px
    }
    .welcome {
        margin: 0
    }
    .welcome p {
        font-size: 14px
    }
    .serLiCont p {
        text-align: center
    }
    .scrollCont span {
        float: none;
        margin: 0 auto;
        display: table
    }
    .scrollCont h3 {
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 14px;
        text-align: center
    }
    .forImgWidth {
        float: left
    }
    .forImgWidth img {
        float: none;
        margin: 0 auto;
        display: table
    }
    .serCont {
        text-align: center;
        padding: 0
    }
    .serCont h3 {
        padding: 10px 0;
        font-size: 14px
    }
    .serCont p {
        padding: 0
    }
    .serCont span {
        width: 80px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .service {
        margin: 0
    }
    .serviceImg {
        padding: 20px
    }
    .products ul li.textAlignLft div img {
        width: 120px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .products ul li.textAlignLft h3 {
        width: 100%;
        text-align: center;
        padding: 10px 0 0
    }
    .products ul li.textAlignRht div img {
        width: 120px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .products ul li.textAlignRht h3 {
        width: 100%;
        text-align: center;
        padding: 10px 0 0
    }
    .products ul li h3 {
        font-size: 14px
    }
    .products ul li p {
        text-align: center
    }
    .inrCont ul {
        width: 100%;
        padding: 10px 0
    }
    .inrCont ul li {
        width: 100%
    }
    .inrCont h3 {
        font-size: 18px;
        text-align: left
    }
    .inrCont p {
        text-align: justify
    }
    .inrContAbtForBtomImg {
        width: 80%
    }
    .productsImg {
        width: 32%;
        height: 190px
    }
    .inrContLftCont {
        width: 40%
    }
    .theme-cover span {
        width: auto;
        margin: 0 auto;
        display: table
    }
    .inrContImghide {
        display: none
    }
    .inrContImgshow {
        display: block
    }
    .contactForm {
        padding: 10px 0
    }
    .inrContRhtCont {
        margin: 10px 0
    }
    .translate_wrapper {
        top: 13px;
        right: 80px
    }
    .lang {
        padding: 3px 10px
    }
    .hmAdd {
        padding: 2%
    }
    .certificates h4 {
        font-size: 16px
    }
    .hmAdd ul li h2 {
        font-size: 16px;
        padding: 6px 0 10px 40px
    }
    .hmAdd ul li p {
        font-size: 12px;
        padding-left: 40px
    }
    .form-group {
        margin-bottom: 10px
    }
    .btn {
        padding: 5px 10px
    }
    .map {
        height: 300px
    }
    .inrContAbtForBtomImg {
        width: 100%
    }
    #hmDownArrow,
    .owl-controls {
        display: none
    }
	.dropDownMenu{top:90px;}
	.proSlider{width:100%;}
	.banner{width:150px;top:15px;margin-left:-75px;}
	.accTabsRhtCont nav ul li a{width:75px;}
	.dropDownMenu li{width:50%;}
	.dropDownMenu li a span {width:15%;padding:5px;}
	.dropDownMenu li a p.alignType1{margin:5% 0;}
	#header .navbar-brand{margin-top:0;}
	.dropDownMenu li a{padding:0 !important;height:70px;}
	.proHeading span{font-size:14px;}
	#customers td {font-size: 12px;word-break: break-word;}
	.inrContRhtContPadd{padding:0;}
	.inrContLftBlk{display:block;}
	.inrContLftNone{display:none;}
	.termsAndcont ul {padding: 5px 0 0 0;}
	.termsAndcont h4{font-size:16px;}
	.termsAndcont p{font-size:12px;}
	.termsAndcont{padding:5px;}
	.termsAndcont h3{font-size:14px;}
}

@media screen and (max-width:479px) {
    h1 {
        font-size: 18px
    }
    h2 {
        font-size: 16px
    }
    #toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 1px;
        z-index: 101
    }
    #header {
        padding-top: 5px;
        padding-bottom: 5px
    }
    #header .nav {
        display: none;
        position: absolute;
        top: 56px;
        left: 0;
        z-index: 100;
        display: none;
        transition: all .3s;
        background: #fff;
        border: 1px solid #e6e6e6
    }
    #header .nav li {
        width: 100%;
        font-size: 14px;
        margin: 0
    }
    #header .nav li a {
        width: 100%;
        text-align: center;
        padding: 10px 0 0 0
    }
    #header .nav li a.extraBtn {
        border-radius: 0
    }
    #header .nav li.active a:before {
        top: 5px
    }
    #header .navbar-brand .logo {
        width: 225px;
        margin: 0 auto
    }
    .heading {
        font-size: 16px;
        margin: 0 auto 10px
    }
    .navbar {
        min-height: 40px
    }
    .main-nav {
        width: 100%
    }
    .hmBanner {
        margin-bottom: 0
    }
    .bannerLabel {
        width: 150px
    }
    .bannerLabel h2 {
        top: 30px;
        left: 5px;
        font-size: 14px
    }
    .inrBannerLabel {
        width: 150px
    }
    .inrBannerLabel h2 {
        top: 18px;
        font-size: 14px
    }
    .owl-dots {
        bottom: 0
    }
    .owl-dots .owl-dot span {
        margin: 5px 1px
    }
    .welcome {
        margin: 0
    }
    .welcome p {
        font-size: 14px
    }
    .serLiCont p {
        text-align: center;
        font-size: 14px
    }
    .scrollCont span {
        width: 80px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .scrollCont h3 {
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 14px;
        text-align: center
    }
    .forImgWidth {
        float: left
    }
    .forImgWidth img {
        float: none;
        margin: 0 auto;
        display: table
    }
    .serCont {
        text-align: center;
        padding: 0
    }
    .serCont h3 {
        padding: 10px 0;
        font-size: 14px
    }
    .serCont p {
        padding: 0
    }
    .serCont span {
        width: 70px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .service {
        margin: 0
    }
    .serviceImg {
        padding: 20px
    }
    .products ul li.textAlignLft div img {
        width: 120px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .products ul li.textAlignLft h3 {
        width: 100%;
        text-align: center;
        padding: 10px 0 0
    }
    .products ul li.textAlignRht div img {
        width: 120px;
        float: none;
        margin: 0 auto;
        display: table
    }
    .products ul li.textAlignRht h3 {
        width: 100%;
        text-align: center;
        padding: 10px 0 0
    }
    .products ul li h3 {
        font-size: 14px
    }
    .products ul li p {
        text-align: center
    }
    .inrCont ul {
        width: 100%;
        padding: 10px 0
    }
    .inrCont ul li {
        width: 100%
    }
    .inrCont h3 {
        font-size: 18px;
        text-align: left
    }
    .inrCont p {
        text-align: justify
    }
    .inrContAbtForBtomImg {
        width: 80%
    }
    .productsImg {
        width: 49%;
        height: 185px
    }
    .inrContLftCont {
        width: 50%
    }
    .theme-cover span {
        width: auto;
        margin: 0 auto;
        display: table
    }
    .inrContImghide {
        display: none
    }
    .inrContImgshow {
        display: block
    }
    .contactForm {
        padding: 10px 0
    }
    .inrContRhtCont {
        margin: 10px 0
    }
    .translate_wrapper {
        position: unset;
        margin: 0 auto;
        display: table
    }
    .lang {
        padding: 3px 10px
    }
    .hmAdd {
        padding: 2%
    }
    .certificates h4 {
        font-size: 16px
    }
    .hmAdd ul li h2 {
        font-size: 16px;
        padding: 5px 0 10px 30px
    }
    .hmAdd ul li p {
        font-size: 14px;
        padding-left: 30px
    }
    .form-group {
        margin-bottom: 10px
    }
    .btn {
        padding: 5px 10px
    }
    #footer p {
        font-size: 10px
    }
    .map {
        height: 250px
    }
    .inrContAbtForBtomImg {
        width: 100%
    }
    #hmDownArrow,
    .owl-controls {
        display: none
    }
	.dropDownMenu{top:100px;}
	.proSlider{width:100%;}
	.banner{width:100px;top:10px;margin-left:-50px;}
	.accTabsRhtCont nav ul li a{width:75px;}
	.dropDownMenu li{width:50%;}
	.dropDownMenu li a span {width:15%;padding:5px;}
	.dropDownMenu li a p.alignType1{margin:5% 0;}
	#header .navbar-brand{margin-top:0;}
	.dropDownMenu li a{padding:0 !important;height:50px;}
	.proHeading span{font-size:14px;}
	.accTabsRhtCont nav{width:230px;}
	.accTabsRhtCont nav ul{border-bottom:none;}
	.accTabsRhtCont nav ul li{border-bottom: 1px solid #d8d8d8;}
	.flex-direction-nav .flex-next{right:-20px;}
	.flex-direction-nav .flex-prev{left:-20px;}
	#customers td {font-size: 10px;word-break: break-word;}
	.inrContLftBlk{display:block;}
	.inrContLftNone{display:none;}
	.inrContRhtContPadd{padding:0;}


#FirstName-error,#LastName-error,#Email-error,#Phone-error,#message-error{
    display: none!important;
}
.disabled{
    cursor: not-allowed;
opacity: .65;}
	
	.termsAndcont h4{font-size:16px;}
	.termsAndcont p{font-size:12px;}
	.termsAndcont{padding:5px;}
	.termsAndcont h3{font-size:14px;}
	.termsAndcont ul {padding: 5px 0 0 0;}
	.quickLinksDiv{float:none;}
}