
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
iframe {
    border: none;
}
a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
    -moz-outline: none;
    outline: none;
}
img:not([draggable]), embed, object, video {
    /*max-width: 100%;*/
    height: auto;
}
a {
    text-decoration: none;
    outline: 0;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
img {
    border: none;
   /* max-width: 100%;*/
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.clear-both:before, .clear-both:after {
    display: table;
    content: "";
    clear: both;
}
p {
    color: #4A4A4A;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 15px;
    font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    margin: 0 0 15px;
    /*! font-weight: 600; */
}
h1 {
    font-size: 28px;
    line-height: 40px;
}
h2 {
    font-size: 48px;
    line-height: 20px;
}
h3 {
    font-size: 30px;
    line-height: 28px;
}

h4 {
    font-size: 22px;
    line-height: 28px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
}
.xs-service-title {
    font-size: 22px;
    line-height: 28px;
}
.xs-post-title, .xs-author-title {
    font-size: 20px;
}
.xs-single-title, .widget-title {
    font-size: 18px;
}
.xs-blog-title {
    font-size: 24px;
    line-height: 34px;
}
.xs-blog-title a {
    color: #282828;
}
.tag-title {
    font-size: 16px;
}
.light-text {
    font-weight: 400;
}
/*=========================
  inharitance css
 ==========================*/
.xs-margin-0 {
    margin: 0;
}
.xs-mb-0 {
    margin-bottom: 0;
}
.xs-mb-10 {
    margin-bottom: 10px;
}
.xs-mb-20 {
    margin-bottom: 20px;
}
.xs-mb-30 {
    margin-bottom: 30px;
}
.xs-mb-40 {
    margin-bottom: 40px;
}
.xs-mb-50 {
    margin-bottom: 50px;
}
.xs-mb-60 {
    margin-bottom: 60px;
}
.xs-mb-70 {
    margin-bottom: 70px;
}
.xs-mb-80 {
    margin-bottom: 80px;
}
.xs-mb-90 {
    margin-bottom: 90px;
}
.xs-mb-100 {
    margin-bottom: 100px;
}
.xs-padding-0 {
    padding: 0;
}
.xs-border {
    border: 1px solid #F1F1F1;
}
.xs-padding-40 {
    padding: 40px;
}
/*----- button -----*/

/*CSS Only for Enquiry form starts*/
.breadcrumbs h1
{
	margin-top: 50px;
}
.entry {
    margin: auto;
    padding: auto
}
.inputField {
    display: block;
    width: 100%;
    height: 37px;
    padding: 5px 5px 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #B9B9B9;
    resize: none;
}
textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 5px;
    border: 1px solid #B9B9B9;
}
textarea:last-of-type {
    height: 89px;
}
.capchaImage {
    width: 100%;
    margin: 10px auto;
}
html input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 2px 20px;
    background-color: #3D9CE2;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    color: #F3F3F3 !important;
}
.clear {
    clear: both;
}

@media screen and (min-width:481px) {
.LeftForm {
    float: none;
    padding-right: 10px;
}
.RightForm {
    float: none;
}
}

@media screen and (max-width:480px) {
.LeftForm {
    float: none;
    width: 99%;
    padding-right: 0px;
    margin: 0px auto;
}
.RightForm {
    float: none;
    width: 99%;
    padding-right: 0px;
    margin: 0px auto;
}
.inputField {
    margin: 5px 0px;
}
.capchaImage {
    text-align: center;
}
.buttonWrapper {
    margin: auto;
    text-align: center;
}

}
/*CSS Only for Enquiry form ends*/

/*----- key animation -----*/
@-webkit-keyframes fadeLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes fadeLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes fadeRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}



/*=================================
  start map section
 =================================*/
.xs-map-sec {
    overflow: hidden;
    position: relative;
}
.xs-maps-wraper .map {
    height: 500px;
    width: 100%;
}
.xs-maps-wraper .map iframe {
    width: 100%;
    height: 100%;
}
/*=================================
  start footer section
 =================================**/







/*==============================
	breadcump
================================*/
.banner-inner-sec {
    position: relative;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-inner-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
}
.banner-inner-sec .banner-table {
    display: table;
    width: 100%;
    height: 100%;
}
.banner-inner-sec .banner-table .banner-table-cell {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.banner-inner-sec .banner-inner-content {
    text-align: center;
    position: relative;
    margin-top: 35px;
}
.banner-inner-sec .banner-inner-content .banner-inner-title {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.banner-inner-sec .banner-inner-content .xs-breadcumb li {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}
.banner-inner-sec .banner-inner-content .xs-breadcumb li a {
    color: #008435;
}
/*====================================
	about innner
====================================*/
.about-inner {
    position: relative;
}
.about-inner .about-inner-img {
    position: relative;
}
.about-inner .about-inner-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.25);
}
.about-inner .about-inner-img img {
    width: 100%;
    height: auto;
}
.about-inner .about-inner-content {
    margin-left: 40px;
}
.about-inner .about-inner-content .column-title2.column-title {
    margin-bottom: 40px;
}
.about-inner .about-inner-content .single-about-content {
    margin-bottom: 24px;
}
.about-inner .about-inner-content .single-about-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.about-inner .about-inner-content .single-about-funfact {
    margin-top: 42px;
    position: relative;
}
.about-inner .about-inner-content .single-about-funfact:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #eee;
}
.about-inner .about-inner-content .single-about-funfact i {
    font-size: 40px;
    color: #008435;
    display: block;
    margin-bottom: 20px;
}
.about-inner .about-inner-content .single-about-funfact h4 {
    font-weight: 700;
    color: #008435;
    margin-bottom: 8px;
    font-size: 24px;
}
.about-inner .about-inner-content [class*='col-']:last-of-type .single-about-funfact:before {
    display: none;
}
.about-inner.v3 .about-inner-content .single-about-funfact i,  .about-inner.v3 .about-inner-content .single-about-funfact h4 {
    color: #489f10;
}

/*-============================================
	contact sec
 ============================================*/
.xs-get-in-touch {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}
.get-in-touch-cont h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 28px;
}
.xs-contact-sec {
    margin-bottom: 100px;
}
.xs-form-group {
    background: #f7f7f7;
    padding: 50px 36px;
}
.xs-form-group .form-control {
    border: none;
}
.xs-form-group .xs-btn-wraper .xs-btn {
    display: block;
    width: 100%;
}
.contact-map {
    width: 100%;
}
.contact-map iframe {
    width: 100%;
    height: 473px;
}
/*------------ contact form v2 -------*/
.xs-contact-v2-sec {
    margin-bottom: 100px;
}
.xs-contact-v2-sec .xs-single-title {
    margin-bottom: 32px;
}
.xs-contact-v2-sec .xs-form-group {
    padding: 0;
    background: #FFFFFF;
}
.xs-contact-v2-sec .xs-form-group .form-control {
    border: 1px solid #eeeeee;
}
.xs-contact-v2-sec .xs-form-group .xs-btn-wraper {
    text-align: center;
}
.xs-contact-v2-sec .xs-form-group .xs-btn-wraper .xs-btn {
    width: auto;
    display: inline-block;
}
/*===================================================
	xs-contact-infomation
 ==================================================*/
.xs-contact-infomation {
    margin-bottom: 100px;
}
.xs-contact-infomation.xs-contact-infomation-v2 [class*='col-']:last-of-type .contact-info-group {
    padding: 27px 40px;
}
.xs-contact-infomation.xs-contact-info-1 {
    margin-bottom: 135px;
}
.contact-info-group {
    background: #f7f7f7;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 2px 6px 29px -6px #e0e0e0;
    box-shadow: 2px 6px 29px -6px #e0e0e0;
}
.contact-info-group .readmore {
    background: #008435;
    color: #fff;
    width: 100px;
    padding: 3px;
    text-align: center;
    margin: 10px;
    -webkit-box-shadow: 2px 6px 9px -6px #e0e0e0;
    box-shadow: 2px 6px 9px -6px #e0e0e0;
}
.contact-info-group ul li {
    text-align: left;
    list-style: disc
}
.contact-info-group i {
    font-size: 45px;
    display: block;
    color: #008435;
    margin-bottom: 30px;
}
.contact-info-group h4 {
    font-size: 18px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.contact-info-group h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 300px;
    height: 1px;
    background: #d6d6d6;
    display: block;
    right: 0;
    margin: auto;
}
.contact-info-group span,  .contact-info-group a {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #6d6d6d;
    font-weight: 500;
}
.contact-info-group span.text-color,  .contact-info-group a.text-color {
    color: #008435;
}
/*=============================
	404 page
==============================*/
.error-404-section {
    padding: 81px 0 134px;
}
.error-content {
    text-align: center;
}
.error-content h2 {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.error-content h3 {
    margin-bottom: 22px;
}
.error-content p {
    margin-bottom: 30px;
}
/*--------------------------------------------------============================================================
			 prelaoder
=================================================--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
    background-color: #004b1e;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
#preloader.loaded {
    top: -150%;
}
.prelaoder-btn {
    padding: 10px 30px;
}
.preloader-wrapper {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}
.la-ball-clip-rotate-pulse, .la-ball-clip-rotate-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-clip-rotate-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-clip-rotate-pulse.la-dark {
    color: #333;
}
.la-ball-clip-rotate-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-clip-rotate-pulse {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate-pulse > div {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
}
.la-ball-clip-rotate-pulse > div:first-child {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    border-right-color: transparent;
    border-left-color: transparent;
    -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.la-ball-clip-rotate-pulse > div:last-child {
    width: 16px;
    height: 16px;
    -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.la-ball-clip-rotate-pulse.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate-pulse.la-sm > div:first-child {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-clip-rotate-pulse.la-sm > div:last-child {
    width: 8px;
    height: 8px;
}
.la-ball-clip-rotate-pulse.la-2x {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
.la-ball-clip-rotate-pulse.la-2x > div:first-child {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-clip-rotate-pulse.la-2x > div:last-child {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate-pulse.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate-pulse.la-3x > div:first-child {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
.la-ball-clip-rotate-pulse.la-3x > div:last-child {
    width: 48px;
    height: 48px;
}
 @-webkit-keyframes ball-clip-rotate-pulse-rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 50% {
 -webkit-transform: translate(-50%, -50%) rotate(180deg);
 transform: translate(-50%, -50%) rotate(180deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
 @keyframes ball-clip-rotate-pulse-rotate {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 50% {
 -webkit-transform: translate(-50%, -50%) rotate(180deg);
 transform: translate(-50%, -50%) rotate(180deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
 @-webkit-keyframes ball-clip-rotate-pulse-scale {
 0%, 100% {
 opacity: 1;
 -webkit-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
}
 30% {
 opacity: .3;
 -webkit-transform: translate(-50%, -50%) scale(0.15);
 transform: translate(-50%, -50%) scale(0.15);
}
}
 @keyframes ball-clip-rotate-pulse-scale {
 0%, 100% {
 opacity: 1;
 -webkit-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
}
 30% {
 opacity: .3;
 -webkit-transform: translate(-50%, -50%) scale(0.15);
 transform: translate(-50%, -50%) scale(0.15);
}
}
.cancel-preloader {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 36px;
    color: #004b1e;
}
.h5-head {
    text-align: center;
    color: #3a7d0e;
}
.headgreen {
    color: #3a7d0e;
font-size: 14px;
line-height: 18px;
}
.para {
    text-align: center;
}
.str-para {
    font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.copyright-content p {
    text-align: center;
}



.box-style-1 .icon-container {
    float: left;
}

.box-style-1 .icon-container, .box-style-2 .icon-container {
    border: 1px solid transparent;
    height: 80px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
    border-radius: 50%;
    color: #fff;
}

.secondary-bg {
    background: #026aab;

}


.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.box-style-1 .body {
    margin-left: 100px;
}

.box-style-1 h4, .box-style-2 h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #334550;
    margin-bottom: 10px;
}

.box-style-1 .body h4 a, .box-style-2 .body h4 a {
    color: #333333;
}


.box-style-1 i, .box-style-2 i {
    font-size: 34px;
    line-height: 75px;
}


.new-shadow{
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
margin:10px;
padding:10px;}


.new-shadow-two{
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
margin:25px;
padding:25px;}




	.new-one ul li:before {
    font-family: FontAwesome;
    content: "\f054";

    border-radius: 0;
    color: #3a7d0e;

    font-size: 14px;

    left: 0;
    top: 6px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
	    margin-right: 10px;
}


.new-one ul li {
    padding: 3px 2px 3px 0px;
    border-bottom: 1px solid #b5c2d0;
    font-size: 14px;
	line-height: 30px;
    text-align: left;
}
@media(max-width:750px)
{
	.xs-portfolio-grid {
    margin-bottom: 0px;
	width: 1170px;
}
}


/*Kaveri CSS*/


/*-- country flag --*/
.country-head p
{
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin-bottom: 36px;
}

section#counter{
    background-size: contain;}

/*.overlay:before {
    background: rgba(115, 137, 186, 0.8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 1;*/

.single-counter-icon img.img-responsive {
/*    margin: 9px 0px 0px 11px;*/
}
.counter-section {
    padding: 61px 0;
    position: relative;
    float: left;
    width: 100%;
}
.single-counter {
    background: rgba(0, 0, 0, 0.35);
    padding: 11px;
    position: relative;
    margin: 10px 0 0px;
    -webkit-border-radius: 6px 12%;
    -moz-border-radius: 6px 12%;
    border-radius: 6px 12%;
}
.single-counter:hover .single-counter-icon {
    color: #fff;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.single-counter-icon {
    position: absolute;
    left: 0;
    top: -39px;
    right: 0;
    height: 88px;
    width: 88px;
    line-height: 90px;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.single-counter i {
    font-size: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-counter-info {
    margin-top: 52px;
}
.single-counter h2 {
    color: #fff;
}
.single-counter h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}



/*-- country flag--*/

/*=======================
  02. Header CSS
=========================*/
.header{
    background:#fff;
}
/* Topbar */
.header .topbar-inner {
    background: #353535;
    position: relative;
    padding: 10px 35px;
}
.header .topbar-inner:before{
    background: #353535;
    content: "";
    height: 71px;
    left: -25px;
    position: absolute;
    top: -25px;
    -webkit-transform: rotate(-38deg);
    -moz-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    transform: rotate(-38deg);
    width: 29px;
    z-index: 3;
}
.header .topbar-inner:after{
    background: #353535;
    content: "";
    height: 71px;
    right: -25px;
    position: absolute;
    top: -25px;
    -webkit-transform: rotate(-38deg);
    -moz-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    transform: rotate(38deg);
    width: 29px;
    z-index: 3;
}
.header .topbar .contact {
    float: left;
}
.header .topbar .contact li {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.header .topbar .contact li:last-child{
    margin-right:0px;
}
.header .topbar .contact li i {
    margin-right: 5px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
}
.header .topbar .contact li a{
    color: #fff;
}

/* Social */
.header .topbar .social {
    top: 0px;
    position: relative;
    text-align: right;
}
/* Logo */
.header .logo {
    padding-top: 12px;
}
/* Header Widget */
.header .header-widget {
    float: right;
    padding: 15px 0;
}
.header .single-widget {
    float: left;
    position: relative;
    padding-left: 40px;
    margin-right: 30px;
}
.header .single-widget:last-child{
    margin:0;
}
.header .single-widget i {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
}
.header .single-widget h4 {
    margin-bottom: 2px;
    font-size: 14px;
    text-transform: initial;
    color: #353535;
    font-weight: 500;
}
.header .single-widget a{
    color:#555;
}
.collapse {
    display: flex;

}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    border-top: 0px solid;
    box-shadow: none;
}
.navbar-nav
{
   flex-direction: row !important;
}

/* Main Menu */
.header .header-inner {
    background: #353535;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    height: 64px;
}
.header .mainmenu {
    float: left;
    width: 100%;
}
.header .nav li {
    position: relative;
    margin-right: 5px;
}
.header .nav li:last-child{
    margin:0;
}
.header .nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 22px 15px;
    position: relative;
    font-weight: 500;
    display: block;
}
.header .nav li:hover a,
.header .nav li.active a {
    color: #fff;
}
.header .nav li a i {
    margin-left: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .nav li:hover a i,
.header .nav li.active a i{
    opacity:1;
    visibility:visible;
    -webkit-transform:translateX(0%);
    -moz-transform:translateX(0%);
    transform:translateX(0%);
}
.header .nav li a::before {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 6px solid #fff;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .nav li.active a::before,
.header .nav li:hover a::before {
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
    transform:translateY(0%);
    opacity:1;
    visibility:visible;
}
.header .nav .drop-down {
    position: absolute;
    left: 0;
    z-index: 8;
    width: 342px;
    top: 100%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10000;
    -webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
    padding: 2px 0;
}
.header .nav li:hover .drop-down{
    opacity:1;
    visibility:visible;
}
.header .nav .drop-down li {
    margin: 0;
}
.header .mainmenu .nav .drop-down li a {
    color: #353535;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    text-transform: capitalize;
    padding: 4px 10px;
    font-weight: 400;
}
.header .nav .drop-down li a:before{
    display:none;
}
.header .nav .drop-down li:hover a{
    color:#fff;
}
.header .nav .drop-down a i {
    margin-top: 5px;
    float: right;
    transform:translateX(0%);
    transition:none;
}
.header .nav li .drop-down.sub-menu{
    left:110%;
    top:0;
    -webkit-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
    -moz-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
    box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
    opacity:0;
    visibility:hidden;
}
.header .drop-down li:hover .drop-down.sub-menu{
    opacity:1;
    left:100%;
    visibility:visible;
}
.header .nav .drop-down li:hover .sub-menu li a{
    background:transparent;
    color:#353535;
}
.header .nav .drop-down li .sub-menu li:hover a{
    color:#fff;
}

/* Mega Menu */
.header .nav .mega-menu{
    position:static;
}
.header .nav .mega-menu .mega-inner {
    list-style: none;
    padding: 30px;
    margin: 0;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.header .nav .mega-inner  li:hover a{
    background:transparent;
    color:#353535;
}
.header .nav .mega-inner .single-menu {
    width: 31%;
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 30px;
}
.header .nav .mega-inner .single-menu.last {
    border-right: 0px solid;
    margin: 0;
}
.header .nav .mega-menu .single-menu h4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.header .nav .mega-menu .list-menu{
    border:none;
}
.header .nav .mega-menu .list-menu li{
    float:none;
    display:block;
    border:none;
}
.header .mainmenu .nav .mega-menu .list-menu li a {
    padding: 0px 0 20px 0;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    background: transparent;
}
.header .nav .mega-menu li:last-child a{
    padding:0;
}
.header .nav .mega-menu .list-menu li a span {
    margin: 0 5px 0 0;
    width: 15px;
}
.header .nav .mega-menu .mega-widget h4 {
    text-align: center;
}
.header .nav .mega-menu .image{
    position:relative;
}
.header .nav .mega-menu .image:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    background:#000;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.header .nav .mega-menu .image:hover:before{
    opacity:0.6;
    visibility:visible;
}
.header .nav .mega-menu img {
    width: 100%;
}
.header .nav .mega-widget p {
    text-align: initial;
    margin-bottom: 10px;
}
.header .nav .mega-widget{
    text-align:center;
}
.header .nav .mega-menu .mega-widget .btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    bottom: 0;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    line-height: 40px;
    color: #fff;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    padding: 0;
    opacity:0;
    transform:scale(0.5);
}
.header .nav .mega-menu .mega-widget .btn:hover{
    background:#fff;
    color:#353535;
}
.header .nav .mega-menu .mega-widget .image:hover .btn{
    transform:scale(1.0);
    opacity:1;
}
.header .nav .mega-menu .mega-widget .btn i {
    transform: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
    float: none;
}
/* Social
.header .social {
    position: absolute;
    right: 0;
    top: 20px;
}
.header .social li {
    display: inline-block;
    margin-right: 8px;
}
.header .social li:last-child{
    margin:0;
}
.header .social a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    background: transparent;
    border-radius: 100%;
}
.header .social li.active a,
.header .social li:hover a{
    background:#fff;
}*/


/*=======================
  End Header CSS
=========================*/
.section-title h1::before,.section-title h1::after,.header .nav li:hover a,.header .nav .drop-down li:hover a,.header .nav .drop-down li .sub-menu li:hover a,.header .nav li.active a,.features,.features .features-single,.services .single-services:before,.btn:hover,.btn.primary,.btn.radius:hover,.header .nav .mega-menu .mega-widget .btn,.header.style2 .nav li ul li:hover a,.header.style2 .form button,.header.style3 .nav-main,.hero-area .owl-controls .owl-dots .owl-dot.active span,.hero-area .owl-controls .owl-dots .owl-dot span,.hero-area .owl-controls .owl-nav div,.hero-area.creative .slide-btn .btn.primary,.hero-area.animate-text .single-slider .slide-text .btn:hover,.header.style3.onepage.sticky .header-inner,.hero-area.animate-text .single-slider .slide-text .btn.primary,.services .single-sidebar h2::before,.services .single-sidebar ul li.active,.services .single-sidebar.service .caption,.services.single .services-slider .owl-nav div,.services.single .services-slider .owl-nav div:hover,.services.single ul li::before,.why-choose .working-process,.why-choose .why-video .video a,.projects .project-nav ul li.active,.projects .project-nav ul li:hover,.projects .project-head:before,.projects .button .btn:hover,.projects.single .project-content .btn,.projects.single .brochure a,.team .t-icon a,.team .team-details .t-social li  a,.team .single-skill .progress .progress-bar,.pricing-table .single-table .title,.testimonials .owl-controls  .owl-nav div:hover,.newslatter::before,.blog-main .single-blog .blog-head::before,.blog-main .owl-controls .owl-nav div:hover,.blog-main.archive .single-blog.slider .owl-controls .owl-nav div,.blog-main.archive .pagination li:hover a,.blog-main.archive .pagination li.active a,.blog-main.archive.single .blog-info ul li::before,.blog-main .post-tab .nav li:hover a,.blog-main .post-tab .nav li.active a,.blog-main .blog-main button,.blog-main.archive.single .blog-bottom .share li:hover a,.blog-main.archive.single .blog-bottom .prev-next li a,.blog-main .form-group .button,.call-to-action,.about-us .tabs-main .nav-tabs li a::before,.about-us .tab-section .section-title h2::before,.about-us .tabs-main .about-inner .single-image a,.about-us .tabs-main .about-inner .social ul li a,.about-us .tabs-main .skill-tab .progress .progress-bar,.about-us .tabs-main .single-team .t-social li a:hover,.about-us .tabs-main .single-team .t-bottom,.about-us .tabs-main .photo-gallery .caption,.about-us .tabs-main .contact .form-group .button:hover,.call-to-action.dark .btn:hover,.about-us .tab-section.style5 .nav-tabs li a,.our-skill .progress .progress-bar,.faq .faq-title a::after,.coming-soon .subscription-form .cross,.contact .social li a:hover i,.footer .social a,.counter.primary:before,.call-to-action.background:before,.call-to-action.dark .btn:hover,.btn.radius:hover,.about-us .tabs-main .photo-gallery .single-gallery a,.hero-area .slide-text h1:before,#scrollUp,.header .slicknav_btn,.header.onepage .slicknav_btn,.tromas-option .icon,.header.onepage .slicknav_nav a:hover,.header.onepage .slicknav_nav a:hover,.header .slicknav_nav a:hover{background-color: #00a0e3;}

.header .topbar .contact li a i,.header .single-widget i,.services .single-services .icon i,.services .single-services:hover .ico-bg,
.services .single-services.active .ico-bg,.testimonials .testimonial-content i,.header .nav .mega-menu .single-menu h4,.header .nav .mega-menu .list-menu li:hover a,.header .social li.active a,.header .social li:hover a,.header.style2 .nav li:hover a,.header.style2 .nav li.active a,.header.style2 .nav li:hover a, .header.style2 .nav li.active a,.header.style2 .topbar .form button i,.header.style2 .search li a,.header.style3 .nav li ul li:hover a,.header.style3 .nav li ul li:hover a,.header.style3 .nav li ul.sub-menu li:hover a,.hero-area.creative .slide-text h1 span,.services .single-services:hover h2 a,.services .single-sidebar ul li:hover a,.services.single .img-right .text h4,.why-choose .single-choose i,.why-choose .why-video .video a:hover,.projects .button .btn,.project.single .project-content h2,.counter .counter-single i,.team .t-social li a:hover,.team .t-bottom .t-name,.team .team-details .cross,.team .team-details .t-social li:hover a,.pricing-table .single-table:hover .bg-icon i,.pricing-table .single-table .amount,.testimonials .testimonial-info h6,.testimonials .owl-controls .owl-nav div,.coming-soon .cdown p,.newslatter .form button,.blog-main .single-blog.sticky .blog-info h4 a,.blog-main .blog-info h2:hover a,.blog-main .single-blog.sticky .blog-info h2 a,.blog-main .blog-info .meta span i,.blog-main .owl-controls .owl-nav div,.blog-main.archive .pagination li a,.blog-main.archive.single .blog-info blockquote,.blog-main.archive.single .img-right .text h4,.blog-main .single-sidebar h2,.blog .single-sidebar ul li:hover a,.blog-main .single-sidebar ul li:hover a,.header.style3 .nav li ul .list-menu li:hover a,.blog-main .post-tab .post-info h4:hover a,.blog-main .post-tab .post-info p,.blog-main .category ul li span,.blog-main .blog-comments h2 span,.blog-main .blog-comments h4,.blog-main .single-comments a,.blog-main .form-group i,.call-to-action .btn,.about-us .tabs-main .nav-tabs li.active a,.about-us .tabs-main .nav-tabs li:hover a,.about-us .tabs-main .tab-title,.about-us .tabs-main .about-us .single-image a:hover,.about-us .tabs-main .contact .single-address i,.faq .panel.active .faq-title a,.faq .faq-title h4:hover a,.coming-soon .subscription-form button,.error-page .error-inner h1,.contact .single-address i,.contact .social li a i,.footer li:hover a,.footer li i,.footer .single-tweet i,.footer .footer-top .single-tweet p a:hover,.success .mail h2 span{
    color:#1f8dc9;

}
.header .nav li .drop-down,.testimonials .testimonial-info img,.clients .single-clients:hover img,.contact .social li a i{
    border-color:#ed1c24;
}
/*Home -About us*/

.section-title-item {
    text-align: center;
    position: relative;
}
.section-title-item .xs-title {
    margin-bottom: 15px;
    position: relative;
    line-height: 9px;
}
.section-title-item .section-title {
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}
.section-title-item.white .xs-title {
    color: #ededed;
}
.section-title-item.white .section-title {
    color: #FFFFFF;
}
.section-title-item.section-title-v2-item {
    position: relative;
    margin-top: 12px;
}
.section-title-item.section-title-v2-item.design {
    margin-top: 55px;
}
.section-title-item.section-title-v2-item .hidden-title {
    position: absolute;
    left: 0;
    top: 42px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 120px;
    font-weight: 600;
    color: #f7f7f7;
    line-height: 40px;
    text-transform: uppercase;
}
.section-title-item.section-title-v2-item .hidden-title.gray-dark {
    color: #d0d0d0;
}
.section-title-item.section-title-v2-item .xs-title {
    color: #6d6d6d;
    font-weight: 500;
}
.section-title-item.section-title-v2-item .section-title {
    font-size: 21px;
    margin-bottom: 25px;
    line-height: 25px;
    color: #00a0e3;

}

.section-title-item.section-title-v2-item .section-title em {
    font-weight: 500;
    font-style: normal;
        font-size: 23px;
}
.section-title-item.section-title-v2-item.white .xs-title {
    color: #ececec;
}
.section-title-item.section-title-v2-item .section-bar {
    position: relative;
    position: relative;
}
.section-title-item.section-title-v2-item .section-bar::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -76px;
    content: '';
    margin: auto;
    width: 35px;
    height: 1px;
    background: #d7d7d7;
}
.section-title-item.section-title-v2-item .section-bar::after {
    position: absolute;
    left: 9px;
    right: 0;
    top: -69px;
    content: '';
    margin: auto;
    width: 35px;
    height: 1px;
    background: #d7d7d7;
}
.section-padding {
    padding: 20px 0;
}
.ana-img1 {
    float: left;
    width: 100%;
    text-align: center;
}


/*Bread Crumbs */
.breadcrumbs {
    background: url('../images/bread.jpg');
    background-position: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 0px;
}
.breadcrumbs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #000;
    opacity: 0.3;
}
.breadcrumbs .bread-inner{
    z-index:22;
}
.breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px;
    padding: 40px 0;
}
.breadcrumbs .bread-list {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.20);
    display: inline-block;
    padding: 15px 200px;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}
.breadcrumbs ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumbs ul li.active a{
    font-weight:400;
}
.breadcrumbs ul li i{
    margin-left:5px;
}

/*About us*/

.turbo-turn p
{
   font-size: 16px;
    color: #000;
    margin-top: 21px;
}
.abt-head p{
   font-size: 20px !important;
    color: #00a0e3;
    margin: 27px 0;
    font-weight: 600;
}
.des {
    box-shadow: 3px 3px 14px 5px #ccc;
    padding: 25px;
    margin: 18px;
}
.des p
{
   font-size: 15px;
}

.nil {
  font-size: 20px !important;
  color: #00a0e3;
  margin: 27px 0;
  font-weight: 600;
}

.nil1 {
  color: #4A4A4A;
font-size: 15px;
line-height: 26px;
margin: 0 0 15px;
font-family: "Poppins", sans-serif;
  font-weight: 400;
}

p.abt-head {
    font-size: 22px;
    color: #393185;
    font-weight: 600;
}
p.abhi-des {
    font-size: 18px;
    color: #070707;
    font-weight: 500;
    margin-bottom: 24px;
}

/*product page*/

div#w3sec1 {
    margin: 35px 0;
}

.cnc-six {
    margin-bottom: 52px;
}
.e-cat {
    text-align: center;
    margin-top: 20px;
}
.e-cat1 {
    text-align: left;
    margin-top: 20px;
}

.client-list {
    font-size: 15px;
    color: #333;
    line-height: 28px;
}
.table td
{ padding: 6px; }

strong.design {
    color: #00a0e3;
    font-size: 15px;
    font-weight: 500;
}
.pro-des.spind {
    margin-top: 30px;
}
.auto-des p{
    margin-top: 17px;
}
.cnc-machine p
{
    margin-top: 27px;
}
.ajinkya-machine {
    margin-top: 27px;
}
.vid {
    margin: 40px 0;}

.img-tab {
    margin: 37px 0px;
}
.table.design1 {
    margin: 17px 0;
}
.des img
{
    border: 4px groove #a49e9e;
}

/*enquiry page*/
.contact.ptb-50 {
    margin: 31px;
}

.counter span {
    font-size: 2em;
    text-align: center;
    color: #366ec2;
    margin-bottom: 0.7em;
}
.col-md-4.counter.editContent.mt-3 a {
    color: #366ec2;
    font-weight: 600;
    font-size: 19px;
}
.col-md-8.counter.editContent.mt-3 a {
    color: #366ec2;
    font-weight: 600;
    font-size: 19px;
}
.counter-info {
    text-align: left;
    margin-top: 18px;
    font-size: 16px;
}
.counter.two {
    border-left: 1px solid #c3c5c6;
    /*border-right: 1px solid #c3c5c6;*/
    height: 181px;
}
.col-md-4.counter.editContent.mt-3 {
    margin-top: 32px;
}
hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    margin-top: 34px;
    width: 77%;
}
.counter.two1 {
    border-left: 1px solid #c3c5c6;
    /* border-right: 1px solid #c3c5c6; */
    height: 145px;
}

.nilblue {
    font-family: Verdana, Arial, Helvetica, sans-serif, Renfrew;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #003399;
    line-height: 18px;
}
.image {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #990000;
    font-weight: bold;
    margin: 22px 0;
}

.customer-feedback td, th {
    padding: 5px;
}

 /*our clients -home*/

/* Social*/
.header .social {
    position: absolute;
    right: 0;
    top: 20px;
}
.header .social li {
    display: inline-block;
    margin-right: 8px;
}
.header .social li.active a
{
	/* color: #ed1c24; */
}
.header .social li.active a, .header .social li:hover a {
    background: #fff;
}
.header .social a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    background: transparent;
    border-radius: 100%;
}







/* Social*/
 .overview-block-ptb {
    /*padding: 80px 0;*/
}
.desi
{
    background-color: #fff;
    border: 2px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    padding: 20px;
    margin: 4px;

}
.desi:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid rgb(210, 171, 103);
}
.desi p
{
    font-size: 19px;
    color: #00a0e3;
}
.faci1 {
    box-shadow: 0px 0px 10px 1px #8a8888;
    margin: 20px;
    padding: 24px;
    background: #dcdcdc78;
    height: 303px;
}
.abt-line {
    height: 3px;
    width: 60px;
    background: #e10910;
    margin-bottom: 23px;
}
.single-widget1 {
    margin: 30px;
}
.basic-fea {
    margin-top: 27px;
}


@media (min-width: 992px)
{
.col-md-4 {
    width: 32.333333% !important;
}
}



/*--------- Footer ----------*/
.footer{

}

.ftr-box1 {
    margin-bottom: 20px;
}
.footer h3 {
    color: #fff;
    padding-bottom: 15px;
}

.footer ul li a {
/*    color: #c5c5c5; */
//    color: #a6a6a6;
    line-height:28px;
    transition:0.3s;
    color:#c5c5c5;
}

.footer ul li{
    list-style: square;
    font-size: 15px;
    color: #c5c5c5;
    text-align: left;
}

.footer span{
    color: #c5c5c5;
    line-height:28px;
}

.footer .fa{
    color: #fff;
    padding: 8px;
}

.footer.ftr-box3 ul li {
    display: inline-flex;
    list-style:none;
}
.footer.ftr-box3 p{
    color:#a6a6a6;
}
@media (min-width: 1200px)
{
   .footer .container {
    width: 1318px;
}
}
.ftr-box1 p a
{
   color: #999;
   font-size: 14px;
}
.ftr-box1 p a:hover
{
   color: #fff;

}
/*---------end Footer ----------*/


/*----- Footer-copy -----*/
.footer{
     padding:3em 0;

    background:#353535;
}

.footer-copy{
    margin:1em 0 0;
    padding:10px 0;
    border-top:1px solid #464646;
    border-bottom:1px solid #464646;
}
.footer-copy p{
//  color:#c2bebe;
color:#c5c5c5;
    text-align:center;
    margin:0;
    font-size:15px;
    line-height: 1.8em;
}
.footer-copy p a{
    color:#158dc9;
    text-decoration:none;
}
.footer-copy p a:hover{
    color:#fff;
}
.ftr-box3 p
{
    font-size: 18px;
    text-align: left;
}
.footer h3
{
    font-size: 18px;
    text-align: left;
}
.ftr-box3 ul li
{
    list-style: none;
}
/*-----End Footer-copy -----*/


.da-slider{
    width: 100%;
    min-width: 520px;
    height: 500px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    background: transparent url(../img/slider2bg.jpg) repeat 0% 0%;
    border-top: 2px solid #009fe3;
    border-bottom: 2px solid #009fe3;
    /*box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;*/
    -webkit-transition: background-position 1s ease-out 0.3s;
    -moz-transition: background-position 1s ease-out 0.3s;
    -o-transition: background-position 1s ease-out 0.3s;
    -ms-transition: background-position 1s ease-out 0.3s;
    transition: background-position 1s ease-out 0.3s;
}
.da-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*! font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; */
    text-align: left;
}
.da-slide-current{
    z-index: 1000;
}
.da-slider-fb .da-slide{
    left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
    left: 0px;
}
.da-slide h2,
.da-slide .mix,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
    position: absolute;
    opacity: 0;
    left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
    left: 10%;
    opacity: 1;
}
.da-slider-fb .da-slide .da-img{
    left: 60%;
    opacity: 1;
}
.da-slide h2,.da-slide .mix{
    color: #e10910;
    font-size: 41px;
    width: 50%;
    top: 4em;
    white-space: nowrap;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.84);
    font-family: 'Economica', Arial, sans-serif;
    font-weight: 700;
    line-height: 20px;
}
.da-slide p{
    width: 45%;
    top: 155px;
    color: #916c05;
    font-size: 18px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    font-style: italic;
    font-family: 'Economica', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.da-slide .da-img{
    text-align: center;
    width: 30%;
    top: 70px;
    height: 256px;
    line-height: 320px;
    left: 110%; /*60%*/
}
.da-slide .da-link{
    top: 263px; /*depends on p height*/
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: 5px solid rgba(255,255,255,0.8);
    padding: 4px 11px 9px;
    font-size: 14px;
    line-height: 30px;
    width: 142px;
    text-align: center;
    background: rgba(255,255,255,0.2);
}
.da-slide .da-link:hover{
    background: rgba(255,255,255,0.3);
}
.da-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span{
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e4b42d;
    margin: 3px;
    cursor: pointer;
    box-shadow:
        1px 1px 1px rgba(0,0,0,0.1) inset,
        1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span{
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #00a0e3;
    cursor: pointer;
    z-index: 2000;
    opacity: 0;
    box-shadow:
        1px 1px 1px rgba(0,0,0,0.1) inset,
        1px 1px 1px rgba(255,255,255,0.1);
    -webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out-out 0.2s;
    transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
    opacity: 1;
}
.da-arrows span:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: #000 url(../img/arrows.png) no-repeat top left;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
    background-position: top right;
}
.da-arrows span.da-arrows-prev{
    left: 15px;
}
.da-arrows span.da-arrows-next{
    right: 15px;
}

.da-slide-current h2,
.da-slide-current .mix,
.da-slide-current p,
.da-slide-current .da-link{
    left: 10%;
    opacity: 1;
}
.da-slide-current .da-img{
    left: 60%;
    opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2,.da-slide-fromright .mix{
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2,.da-slide-toright .mix{
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2,.da-slide-toleft .mix{
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    70%{ left: 30%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}


 /*media query start*/


@media only screen and (max-width: 767px)
{

.section-padding {
    padding: 13px 13px;
}
/*----- */
.da-slider {
    width: 100%;
    min-width: 100%;
    height: 280px;
    position: relative;
    margin: 12px auto;
    overflow: hidden;


    border-top: 8px solid #1056a6;
    border-bottom: 8px solid #1056a6;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
    -webkit-transition: background-position 1.4s ease-in-out 0.3s;
    -moz-transition: background-position 1.4s ease-in-out 0.3s;
    -o-transition: background-position 1.4s ease-in-out 0.3s;
    -ms-transition: background-position 1.4s ease-in-out 0.3s;
    transition: background-position 1.4s ease-in-out 0.3s;

}
.da-slide h2 {
    color: #fff;
    font-size: 19px;
    /* width: 50%; */
    /* top: 59px; */
    top: 30px;
    white-space: nowrap;
    z-index: 9;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-family: 'Economica', Arial, sans-serif;
    font-weight: 700;
}
.da-slide p {
    width: 44%;
    top: 142px;
    color: #f5a344;
    font-size: 19px;
    line-height: 22px;
    height: 80px;
    overflow: hidden;
    font-style: italic;
    font-family: 'Economica', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.da-slide .da-link {
    /* top: 269px; */
    top: 144px;
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(240, 31, 252, 0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(160, 88, 88, 0.2);
    border: 8px solid rgb(84, 157, 237);
    padding: 2px 4px 0px;
    font-size: 16px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    background: rgba(255, 117, 33, 0.14);
}

.da-img img{
    width:100%;
}

.da-slide .da-img{
    top:0px;
}

}
.whyChoose-left img
{
    width: 73%;
    margin-left: 33px;
}
.whychoose-slider .slick-next {
    background-image: url(../images/next_icon1.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
}
.whychoose-slider .slick-prev {
    background-image: url(../images/prev_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
}
.whychoose-slider .slick-prev, .whychoose-slider .slick-next
{
    background-color: #fff;
    height: 45px;
    opacity: 0.7;
}

.footer .abhijat {
font-size: 16px;
text-align: left;
color: #fff;
padding-bottom: 15px;
margin: 0 0 15px;
font-weight: 600;
}

.nil1{
    box-shadow: 0 0 10px grey;
    padding: 3%;
  }
  .e-cat1{
    display: flex; justify-content: center;align-items: center; background-color: #1250a7; padding: 1%; border-radius: 10px; margin-bottom: 6%;
  }
  strong.design-1 {
    color: #fff !important ;
    font-size: 13px;
  }

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  tr,th,td{
    text-align: center;
    padding: 7px;
  }
  .table-responsive{
    box-shadow: 0 0 10px darkslategrey;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 2%;
  }

  .nil10 {
  color: #333;
font-size: 15px;
line-height: 26px;
margin: 0 0 15px;
font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.border1 img{
    border: none;
}