

.topbar-area {
    background: #087a9c none repeat scroll 0 0;
    color: #fff;
}

.topbar-left ul li {
    display: inline-block;
    margin-right: 39px;
    font-weight: 300;
}

.topbar-left span {
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    
}

.top-social-link a {
    background: #FFF none repeat scroll 0 0;
    color:#2699fb;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
    transition: .4s
}

.top-social-link a:hover {
    background: #2699fb;
	color:#fff;
}

.topbar-area {
    padding: 3px 0
}

.topbar-left {
    margin-top: 4px;
}


/*end of topbar area*/

.navbar-brand {
    height: auto;
    padding: 0px;
    margin-top: 0px
}

nav.navbar {
    transition: 1s;
    position: relative;
    z-index: 555 !important
}

nav.navbar.sticky {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
    transition: 1s;
    box-shadow: 1px 1px 1px #efefef
}

.navbar.sticky.corporate-2 {
    background: #222 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 0 0 0;
}

nav.navbar.sticky.corporate-3 {
    background: #3293D4 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 0 0;
}

.navbar.sticky.corporate-4 {
    background: #061F26 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 0 0 0;
    position: fixed;
}

.corporate-4 .menu li ul.submenu li a:hover {
	color:#3293d4;
}

.menu > li > a {
    color: #242424;
    font-weight: 600;
    line-height: 60px;
    position: relative;
    text-transform: uppercase;
    transition: .4s;
    margin-left: 4px; letter-spacing: 0.8px;
}

.menu > li > a:before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    background: #2699fb;
    height: 3px;
    transform: scale(1, 0);
    transition: .4s
}

.menu > li > a:hover:before {
    transform: scale(1, 1);
}

.menu > li > a:hover {
    color: #2699fb;
}

.menu > li.current-menu-item > a {
    color: #2699fb;
}

.menu > li.current-menu-item > a:before {
    transform: scale(1, 1);
}

.menu > li.searchbtn {
    line-height: 90px;
    padding: 0 15px;
    cursor: pointer;
}


/*submenu css*/

.menu li {
    position: relative;
}

.menu li ul.submenu {
    position: absolute;
    z-index: -5;
    width: 250px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    transition: .6s
}

.submenu li a {
    color: #242424;
    line-height: 30px;
    transition: all 0.4s ease 0s;font-size: 13px;
    font-weight: 500;
}

.submenu li a:hover {
    color: #2699fb;
}
.corporate-3 .menu .submenu li a:hover {
  color: #3293d42;
}
.menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 4
}

/*searcbox csss*/

.sticky ul li.closebtn {
  color: #242424;
}
.single-input-searchbox input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 50px;
    width: 500px;
}

.single-input-searchbox button {
    background: transparent none repeat scroll 0 0;
    color: #fff;
}

.searchboxinput {
    background: rgba(0, 0, 0, .75);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 20;
    display: none;
}

.single-input-searchbox {
    border-bottom: 1px solid #fff;
    display: inline-block;
    left: 50%;
    margin-left: -250px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.corporate-2 .menu li.closebtn {
	color: #fff;
}

.corporate-3 .menu li.closebtn {
	color: #fff;
}

.corporate-4 .menu li.closebtn {
	color: #fff;
}

.menu > li.closebtn {
  color: #fff;
  cursor: pointer;
  display: none;
  line-height: 90px;
  padding: 0 15px;
  z-index: 25;
}
/*end of menu area css*/

.welcome-text h3 {
    color: #fff;
    font-weight: 300;
    line-height: 35px; font-size: 22px;
}

.welcome-text h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 15px;
}

.welcome-btn {
    padding-top: 20px;
}

.welcome-btn a {
    display: inline-block;
    width: 130px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-size: 15px;
    font-weight: 600; text-align: center;
}

.welcome-btn a.read-btn {
    background: #2699fb;
    margin-right: 20px;
}

.welcome-btn a.buy-btn {
    background: #fff;
    margin-right: 20px;
    color: #242424;
    transition: .4s
}

.welcome-btn a.buy-btn:hover {
    background: #8dc12b;
    color: #fff
}


/*end of home area*/

.customar-icon {
    float: left;
    font-size: 80px;
    margin-right: 20px;
    margin-top: 22px;
}

.customar-service p {
    color: #fefefe;
    font-size: 16px;
    font-weight: 300;
}

.single-support {
    background: #8dc12b none repeat scroll 0 0;
    color: #fefefe;
    transition: .4s
}

.customar-service h4 {
    font-weight: 700;
    padding-top: 5px;
}

.customar-service {
    float: left;
    padding: 60px 0
}

.single-support:hover,
.support-active {
    background: #9cd62e;
    color: #ffffff
}

.customar-support {
    position: relative;
    margin-top: -55px;
}


/*end of customar support*/

.about-us-section {
    padding-top:70px;
    padding-bottom: 40px;
}

.single-about-left h4 {
    font-size: 20px;
    font-weight: 300;
}

.single-about-left > h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 25px;
    padding-top: 10px;
    text-transform: uppercase;color: #2699fb;
}

.single-about-left p {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 24px
}

.single-about-right > h2 span.ten {
    font-size: 120px;
    font-weight: 700;
    float: left;
}

.single-about-right > h2 {
    color: #ed1d25;
    font-size: 30px;
    overflow: hidden;
}

.single-about-right > h2 span.years {
    bottom: 5px;
    font-weight: 700;
    position: relative;
}

.single-about-right > h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.single-about-right p {
    line-height: 24px;
}


/*end of about us area*/

.call-to-action {
    background: #113865 none repeat scroll 0 0;
    color: #fff;
    padding: 30px 0;
}

.call-to-action h1 {
    font-weight: 700;
    padding-bottom: 15px; font-size: 30px;
}

.action-btn {
    margin-top: 10px;
}

.action-btn a {
    background: #fff none repeat scroll 0 0;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 130px;
    transition: .4s
}

.action-btn a:hover {
    background: #2699fb;
    color: #fff
}


/*end of call to action section*/

.offer-icon {
    border: 1px solid #979f86;
    color: #8dc12b;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.single-Offer {
    border: 1px solid #979f86;
    margin-left: 30px;
    padding: 30px 20px 30px 0;
    margin-top: 40px;
    transition: .4s; height: 130px;
}

.offer-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #979f86;
    color: #8dc12b;
    float: left;
    font-size: 40px;
    height: 70px;
    left: -30px;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 5;
}

.single-Offer-content > h4 {
    color: #2f400e;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    transition: .4s; letter-spacing: 1px;
}

.single-Offer-content {
    padding-left: 70px;
}

.single-Offer:hover {
    background: #222;
    color: #fff;
}

.single-Offer:hover h4 {
    color: #fff
}

.our-offer-section .section-title {
    padding-bottom: 40px;
}


/*section title css*/

.section-title h4 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px
}

.section-title > h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;color: #2699fb;
}

.section-title {
    padding-bottom: 40px;
}


/*end of section title css*/


/*end of offer area*/

.portfolio-area {
    background: #efefef;
}

.isotop-nav {
    padding-bottom: 50px;
}

.isotop-nav li {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
    transition: .4s
}

.isotop-nav li:hover,
.isotop-nav li.active {
    background: #8dc12b;
    border-radius: 50px;
    color: #fff
}

.single-portfolio {
    position: relative;
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.single-portfolio:before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: rgba(141, 193, 43, .8);
    content: "";
    transition: .4s;
    opacity: 0
}

.single-portfolio:hover .project-hover {
    left: 50%
}

.single-portfolio:hover:before {
    right: 0%;
    opacity: 1
}

.single-portfolio > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.project-hover {
    height: 80px;
    left: -50%;
    margin-left: -100px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;
    color: #fff;
    transition: .4s
}

.project-hover h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.project-hover h3::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 200px;
}


/*end of project area*/

.corporate-3 .count-icon {
    color: #3293d4;
}

.count-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #8dc12b;
    display: inline-block;
    float: none;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}

.single-count {
    background: #8dc12b none repeat scroll 0 0;
    color: #fefefe;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.single-count:nth-child(even) {
    background: #9cd62e;
}

.count-content {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.count-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 5px;
}

.count-content h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.count-content {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    vertical-align: top;
}


/*end of countdown area*/

.member-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.member-img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.member-img:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(141, 193, 43, .8);
    opacity: 0;
    width: 100%;
    transition: .4s;
}

.member-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px
}

.single-team p {
    line-height: 24px
}

.team-hover {
    background: transparent none repeat scroll 0 0;
    height: auto;
    left: 0;
    margin-top: -17.5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: skewX(90deg);
    transition: all 0.4s ease 0s;
    width: 100%;
    opacity: 0
}

.team-hover a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 35px;
    transition: .4s
}


.corporate-3 .team-hover a:hover {
    border-color: #fff;
    color: #3293d4;
    background: #fff;
}

.team-hover a:hover {
    background: #fff;
    color: #8dc12b;
}

.single-team:hover .team-hover {
    transform: skewX(0deg);
    opacity: 1
}

.single-team:hover .member-img:before {
    width: 100%;
    opacity: 1
}


/*end of team area*/


/*start pricing area*/

.pricing-area {
    background: #efefef;
}

.single_pricing {
    background: #fff;
    padding-bottom: 30px;
}

.single_pricing.active {
    box-shadow: 0 0 5px 5px #e4e4e4;
}

.single_pricing.active .packeg_typ {
    background: #8dc12b;
}

.single_pricing.active .get_start a {
    background: #8dc12b;
}

.single_pricing.active .get_start a:hover {
    background: #000;
    color: #fff
}

.price > h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.price {
    padding: 30px 0;
}

.packeg_typ {
    background: #9cd62e none repeat scroll 0 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding: 20px 0;
}

.package_list li {
    border-bottom: 1px solid #efefef;
    line-height: 50px;
}

.get_start a {
    background: #9cd62e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
    width: 170px;
    transition: .4s
}

.get_start a:hover {
    background: #000;
    color: #fff
}


/*end of pricing area*/

.client-say-area {
    background: url(img/clientbg.jpg) no-repeat center center / cover;
    position: relative;
    color: #fff
}

.client-say-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .70);
    content: "";
}

.client-say-area .section-title {
    color: #fff
}

.client-content {
    background-image: url(img/client-shap.png);
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #242424;
    padding-bottom: 60px;
    padding-top: 50px;
    padding-right: 40px;
    line-height: 24px;
}

.client-content span {
    background: #8dc12b none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-left: 2px
}

.client-content p {
    padding-left: 70px;
}

.clien-photo {
    float: left;
    height: 70px;
    margin-right: 25px;
    width: 70px;
}

.client-name > h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 6px;
}

.client-name span {
    color: #fcc71f;
    font-size: 20px
}

.client-name {
    padding-left: 90px;
}

.client {
    overflow: hidden;
    margin-top: 15px;
}

.clien-photo > img {
    border: 5px solid #fff;
    border-radius: 50%;
}


/*end of client section*/


/*start cast-stady section*/

.nav.nav-tabs {
    margin-bottom: 50px;
}

.nav.nav-tabs a {
    background: #efefef none repeat scroll 0 0;
    border-radius: 0;
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: .4s
}

.nav.nav-tabs li.active a,
.nav.nav-tabs a:hover {
    background: #8dc12b;
    color: #fff
}

.tab-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.tab-content p {
    margin-bottom: 20px;
}

.tab-content ul.cast-pricing {
    margin-top: 40px;
}

.tab-content ul.cast-pricing li {
    display: inline-block;
    margin-right: 100px;
}

.tab-content ul.cast-pricing li:last-child {
    margin-right: 0;
}

.cast-pricing > li h1 {
    color: #8dc12b;
    font-weight: 700;
}

.cast-pricing > li p {
    font-style: italic;
}

.tab-pane {
    transition: 1s
}

.tab-pane.fade.in {
    transition: 2s
}


/*end of cast  stady area*/


/*start our blog area*/

.our-blog-area {
    background: #efefef;
}

.single-blog-area > a > h3 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    transition: .4s
}

.single-blog-area > h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-blog-area > h5 span {
    color: #8dc12b;
    font-weight: 700;
}

.post-date {
    background: #8dc12b none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: -25px auto 0;
    position: relative;
    text-align: center;
    width: 170px;
    z-index: 2;
}

.single-blog-area > a {
    color: #242424;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 14px;
    text-transform: uppercase;
    transition: .4s
}

.blog-img {
    position: relative;
}

.blog-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    content: "";
    transition: .4s
}

.blog-hover {
    height: 0px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 0px;
    opacity: 0;
    transition: .4s
}

.blog-hover a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #ed1d24;
    line-height: 50px;
    color: #fff;
    transition: .4s
}

.blog-hover a:hover {
    background: #fff;
    color: #ed1d24;
}

.single-blog-area:hover h3 {
    color: #1d68ca;
}

.single-blog-area:hover > a {
    color: #c7418a;
}

.single-blog-area:hover .blog-img:before {
    background: rgba(0, 0, 0, 0.70);
}

.single-blog-area:hover .blog-hover {
    height: 100px;
    width: 100px;
    opacity: 1
}

.PrevArrowb {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    font-size: 24px;
    height: 50px;
    left: 2%;
    line-height: 50px;
    position: absolute;
    width: 50px;
    z-index: 5;
    top: 50%;
    margin-top: -25px;
    transition: .4s
}

.NextArrowb {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    font-size: 24px;
    height: 50px;
    right: 2%;
    line-height: 50px;
    position: absolute;
    width: 50px;
    z-index: 5;
    top: 50%;
    margin-top: -25px;
    transition: .4s
}

.blog-slider-active {
    position: static;
}

.our-blog-area {
    position: relative;
}

.NextArrowb:hover,
.PrevArrowb:hover {
    border: 1px solid #143593;
    color: #fff
}


/*end of blog area*/


/*start brand area*/

.brand-section {
    background: url(img/brandbg.jpg) no-repeat center center / cover;
    position: relative;
}

.brand-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .70);
    content: "";
}

.single-brand {
    opacity: .5;
    transition: .4s
}

.single-brand img {
    display: inline-block;
}

.single-brand:hover {
    opacity: 1
}

.active-brand-slider {
    position: static;
}

.PrevArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 2%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    opacity: .5;
    z-index: 5
}

.NextArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    right: 2%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    opacity: .5
}

.NextArrowbrand:hover,
.PrevArrowbrand:hover {
    background-color: transparent;
    opacity: 1
}


/*end of brand area*/


/*start ask questions area*/

.ask-questions-area {
    background: #efefef;
}


/*end of ask question area*/

.single-input {
    float: left;
    margin-right: 30px;
    width:100%; margin-bottom: 15px;
}

.single-input input {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #242424;
}

.mr0 {
    margin-right: 0
}

.single-textarea textarea {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    margin-top: 0px;
    width: 100%;
    padding: 20px
}

.input-submit > input {
    background: #ed1d24 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    margin-top: 10px;
    width: 100%;
    transition: .4s
}

.input-submit > input:hover {
    opacity: .8
}

.gmap {
    height: 420px;
    width: 100%;
}


/*end of get in touch section*/


/*start newslatter section*/

.newslatter-section {
    padding: 20px 0;
    background: #ed1d24;
    color: #fff
}

.subcribeinput {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 45px;
    padding-left: 20px;
    width: 80%;
}

.subcribesubmit {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    margin-left: -50px;
    position: relative;
    text-transform: capitalize;
    width: 28%;
    transition: .4s
}

.subcribesubmit:hover {
    background: #000;
    color: #fff
}

.newslatter-content > h1 {
    font-weight: 700;
    margin-bottom: 5px; font-size: 30px;
}

.newslatter-content > h4 {
    font-size: 20px;
}


/*end of news latter section*/

.footer-area {
    background: #087a9c;
    color: #fff
}

.widget-title > h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title.title-img {
    margin-bottom: 14px;
}

.single-footer > ul li a {
    color: #ffffff;
    transition: all 0.4s ease 0s;
}

.single-footer > ul > li > a:hover {
    color:#2699fb;
}

.social-link a {
    background: #2699fb none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;

    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.social-link {
    margin-top: 40px;
}

.social-link a:hover {
    background: #fff none repeat scroll 0 0;
    color: #2699fb;
    opacity: 1;
}

.single-footer > p {
    line-height: 24px;
}

.single-footer li {
        line-height: 25px;
    letter-spacing: 0.8px;
}

.copyright-area {
    background: #0f3157 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden; border-top: 1px dotted #444;
}


/*version two*/

.customar-support.corporate-2 {
    background: #efefef none repeat scroll 0 0;
    margin-top: 0;
}

.corporate-2 .single-support {
    background: #efefef;
    color: #242424
}

.corporate-2 .single-support p {
    color: #242424;
}

.corporate-2 .single-support .customar-icon {
    color: #8dc12b;
}

.about-list > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-list-div {
    overflow: hidden;
}

.about-list {
    width: 50%;
    float: left;
}

.about-list-div > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-list-div > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-list li span {
    border: 1px solid #94c538;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 17px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    color: #94c538
}

.about-list > li {
    line-height: 30px;
}

.corporate-2 .single-Offer-content {
    padding: 10px 10px;
    text-align: center;
}

.corporate-2 .offer-icon {
    display: block;
    float: none;
    font-size: 40px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    position: relative;
    text-align: center;
    top: -15px;
    width: 100px;
    z-index: 1;
}

.corporate-2 .single-Offer {
    border: 1px solid #979f86;
    margin-left: 0;
    margin-top: 90px;
    padding: 20px;
    transition: all 0.4s ease 0s;
}

.corporate-2 .single-count {
    background: transparent;
}

.countdown-section.corporate-2 {
    background: url(img/countbg.jpg) no-repeat center center / cover;
    position: relative;
}

.countdown-section.corporate-2:before {
    background: rgba(0, 0, 0, .7);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.corporate-2 .single-team {
    background: #efefef;
    padding-bottom: 5px;
    transition: .4s
}

.corporate-2 .single-team:hover {
    background: #fff;
    box-shadow: 0px 5px 5px #efefef
}

.testimonial-section-2 .client-content {
    background-image: url(img/clientbg-1.png);
    text-align: center;
}

.testimonial-section-2 .clien-photo {
    display: inline-block;
    float: none;
    height: 70px;
    margin-right: 25px;
    width: 70px;
}

.testimonial-section-2 .client {
    text-align: center;
}

.testimonial-section-2 .client-name {
    display: inline-block;
    padding-left: 0;
}

.testimonial-section-2 .PrevArrowT.fa.fa-angle-left.slick-arrow {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    left: -55px;
    margin-top: -25px;
    position: absolute;
    top: 30%;
    width: 50px;
    line-height: 50px;
    font-size: 50px;
    opacity: .5;
    transition: .4s
}

.testimonial-section-2 .PrevArrowT.fa.fa-angle-left.slick-arrow:hover {
    opacity: 1
}

.testimonial-section-2 .NextArrowT.fa.fa-angle-right.slick-arrow {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    right: -55px;
    top: 30%;
    width: 50px;
    line-height: 50px;
    font-size: 50px;
    opacity: .5;
    transition: .4s
}

.testimonial-section-2 .NextArrowT.fa.fa-angle-right.slick-arrow:hover {
    opacity: 1
}

.our-blog-area.corporate-2 {
    background: #fff;
}

.brand-section.corporate-2:before {
    background: #a2dd31;
}

.contact-icon {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 60px;
    color: #8dc12b;
    font-size: 60px;
    margin-right: 20px;
    text-align: center;
}

.contact-content {
    display: inline-block;
    margin-bottom: 40px
}

.contact-content > h4 {
    font-weight: 700;
}

.newslatter-section.corporate-2 {
    background: url(img/newsbg.jpg) no-repeat center center / cover;
    position: relative;
}

.newslatter-section.corporate-2:before {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}

.navbar.corporate-2 {
    border: 0 none;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 555;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.corporate-2 .menu > li > a {
    color: #fff
}

.corporate-2 .menu > li > a:hover {
    color: #8dc12b
}

.corporate-2 .menu > li.current-menu-item > a {
    color: #8dc12b
}

.corporate-2 .searchbtn {
    color: #fff
}


/*corporate 3 css*/

.home-area.home3 .img-fill {
    background: #3293d4;
}

.home-area.home3:before {
    display: none;
}

.navbar.corporate-3 {
    background: transparent;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    position: absolute;
    border-bottom: 1px solid #fff;
}

.home3 .welcome-btn a {
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    transition: .4s
}

.home3 .welcome-btn a:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.home3 .welcome-btn a.buy-btn {
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.home3 .welcome-btn a span {
    margin-right: 10px;
}

.home3 .welcome-btn a.buy-btn:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}

.home3 .Modern-Slider .item .img-fill .info {
    background-color: transparent;
}

.navbar.corporate-3 .menu > li > a {
    color: #fff
}

.navbar.corporate-3 .menu > li > a:before {
    background: #fff;
}

.navbar.corporate-3 .menu > li.searchbtn {
    color: #fff
}

.home3 .PrevArrow:hover {
    background: #fff;
    color: #000
}

.home3 .NextArrow:hover {
    background: #fff;
    color: #000
}

.positionR {
    position: relative;
}

.home3 .home-3img > img {
    height: 50%;
    width: 50%;
}

.corporate-3.corporate-2 .customar-icon {
    color: #3293d4
}

.corporate-3.corporate-2 .about-list span {
    color: #3293d4;
    border-color: #3293d4
}

.call-to-action.corporate-3 {
    background: #3293d4;
}

.corporate-2.corporate-3 .single-Offer {
    margin-top: 80px;
    padding: 10px 0
}

.corporate-2.corporate-3 .offer-icon {
    color: #3293d4;
}

.corporate-2.corporate-3 .single-Offer:hover {
    background: #3293d4;
}

.corporate-3 .single-count:nth-child(2n) {
    background: #3293d4;
}

.corporate-3 .single-count {
    background: #2980b9;
}


/*.screenshot-slider-active {
  background: rgba(0, 0, 0, 0) url("img/m.png") no-repeat scroll 0 50% / 33.5% 87%;
}

*/

.screenshot-slider-active {
    position: relative;
}

.screenshot-slider-active .slick-slide.slick-current.slick-active:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: url(img/m.png);
    z-index: -1;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition: 2s;
    opacity: 1
}

.screenshot-slider-active .slick-slide.slick-active:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: url(img/m.png);
    z-index: -1;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0;
    transition: 2s
}

.screenshot-slider-active .slick-slide {
    padding-bottom: 62px;
    padding-top: 50px;
}

.screenshot-content > h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.screenshot-content p {
    margin-bottom: 20px;
    line-height: 24px;
}

.screenshot-area.section-padding {
    background: #efefef none repeat scroll 0 0;
}

.shortcontentS ul.slick-dots {
    bottom: 5%;
    left: 1%;
    position: absolute;
}

.shortcontentS ul.slick-dots li {
    background: #dadada none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 15px;
    margin-right: 4px;
    width: 15px;
    cursor: pointer;
}

.shortcontentS ul.slick-dots li.slick-active {
    background: #3498db;
}


/*end of screenshot area*/

.corporate-3 .single-team .member-img:before {
    background: rgba(50, 148, 214, .8);
}

.client-say-area.corporate-3:before {
    background: #3498db;
}

.corporate-3 .client-content span {
    background: #efefef none repeat scroll 0 0;
    color: #3191d2;
}

.corporate-3 .packeg_typ {
    background: #3498db none repeat scroll 0 0;
}

.corporate-3 .get_start a {
    background: #3191d2;
}

.corporate-3 .get_start a:hover {
    background: #000;
}

.corporate-3 .single_pricing.active .packeg_typ {
    background: #2980b9;
}

.corporate-3 .single_pricing.active .get_start a {
    background: #2980b9;
}

.corporate-3 .single_pricing.active .get_start a:hover {
    background: #000;
}

.corporate-3 .single_pricing.active .price {
    color: #3498db
}

.corporate-3 .post-date {
    background: #2980b9;
}

.corporate-3 .single-blog-area:hover > a h3,
.corporate-3 .single-blog-area:hover > a {
    color: #2980b9
}

.corporate-3 .single-blog-area > h5 span {
    color: #2980b9
}

.corporate-3 .blog-hover a {
    background: #2980b9;
}

.brand-section.corporate-3:before {
    background: #2980b9;
}

.corporate-3 .panel-heading.active a {
    color: #2980b9
}

.corporate-3 .panel-heading::before {
    background: #2980b9;
}

.corporate-3 .contact-icon {
    color: #2980b9
}

.corporate-3 .input-submit > input {
    background: #2980b9;
}

.newslatter-section.corporate-3.corporate-2::before {
    background: #2980b9;
}

.footer-area.corporate-3 {
    background: #05283f;
}

.copyright-area.corporate-3 {
    background: #001f33;
}

.corporate-3 .social-link a {
    background: #0a334f;
}

.corporate-3 .social-link a:hover {
    background: #3498db;
}

.corporate-3 .single-footer > ul li a:hover {
    color: #3498db
}

.corporate-3 .blog-slider-active .PrevArrowb:hover,
.corporate-3 .blog-slider-active .NextArrowb:hover {
    background: #3192d3;
}


/*corporat 4*/

.corporate-4 .welcome-btn a.read-btn {
    background: #3498db;
}

.corporate-4 .welcome-btn a.read-btn span {
    padding-right: 10px;
}

.corporate-4 .NextArrow:hover {
    background: #3498db;
}

nav.navbar.corporate-4 {
    position: absolute;
    width: 100%;
    z-index: 7;
}

.corporate-4 .menu > li.current-menu-item > a {
    color: #3498db;
}

.corporate-4 .menu > li > a::before {
    background: #3498db;
}

.corporate-4 .menu > li > a {
    color: #fff
}

.corporate-4 .menu > li.searchbtn {
    color: #fff
}

.corporate-4 .menu > li > a:hover {
    color: #3498db
}

.corporate-4 .welcome-btn .buy-btn:hover {
    background: #3498db;
}

.corporate-4 .PrevArrow:hover {
    background: #3498db;
    border: 0;
}

.corporate-4 .NextArrow:hover {
    background: #3498db;
    border: 0;
}

.corporate-4 .about-list li span {
    border-color: #3498db;
    color: #3498db;
}


/*jquery bar filter js*/

.barfiller {
    width: 100%;
    height: 12px;
    background: #efefef;
    border: 1px solid rgba(252, 185, 16, 0);
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
}

.barfiller .fill {
    background: #3498db none repeat scroll 0 0 !important;
    display: block;
    height: 100%;
    position: relative;
    width: 0;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #efefef;
}

.barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

.single-progress h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.single-progress h4 > span {
    float: right;
    text-align: right;
}

.single-progress {
    margin-bottom: 40px;
}

.single-progress:last-child {
    margin-bottom: 0;
}

.padding-bottom {
    padding-bottom: 70px
}

.our-offer-section.corporate-4.corporate-4 {
    background: #efefef;
}

.our-offer-section.corporate-4.corporate-4 .offer-icon {
    color: #3498db;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #EFEFEF;
}

.our-offer-section.corporate-4.corporate-4 .single-Offer {
    margin-top: 100px;
}

.our-offer-section.corporate-4.corporate-4 .single-Offer:hover {
    background: #3498db;
}

.portfolio-area.corporate-4 {
    background: #fff;
}

.corporate-4 .isotop-nav li:hover,
.corporate-4 .isotop-nav li.active {
    background: #3498db;
}

.corporate-4 .single-portfolio::before {
    background: rgba(52, 152, 219, .8);
}

.education-date h5 {
    color: #3498db;
    font-size: 16px;
}

.education-date h5 span {
    padding-right: 25px;
}

.edcation-details > h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.edcation-details > h5 {
    font-size: 16px;
    padding-bottom: 20px;
}

.edcation-details {
    border-left: 1px solid #242424;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
    padding-left: 37px;
    padding-bottom: 50px
}

.eduction-employement {
    background-color: #efefef;
}

.countdown-section.corporate-2.corporate-4 .count-icon {
    color: #3498db
}

.contact-icon span.fa.fa-envelope {
    font-size: 40px;
}

.contact-icon span.fa.fa-phone {
    font-size: 50px;
}

nav.navbar.corporate-4 {
    border-bottom: 1px solid;
}

.corporate-3 .blog-hover a:hover {
    background: #fff;
    color: #3498db;
}


/*end of corporate 4 css
/*start corporate blog css*/

.page-title-area {
    position: relative;
    display: table;
    height: 400px;
    background: url(img/blog-titlebg.jpg) no-repeat center center;
    width: 100%
}

.page-title-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    content: "";
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
}

.page-heading {
    color: #fff
}

.page-heading > h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.sigle-blog-post a.readmore {
    background: #8dc12b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    transition: .4s
}

.sigle-blog-post a.readmore:hover {
    background: #333 none repeat scroll 0 0;
}

.sigle-blog-post .post-date {
    left: 10%;
    margin-left: 0;
    width: 80%;
}

.sigle-blog-post .post-date a {
    color: #fff;
    font-weight: 700;
}

.single-blog-area.sigle-blog-post {
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.post-date-withoutimg a {
    color: #8dc12b;
    font-weight: 700;
}

.post-date-withoutimg {
    font-size: 16px;
}

.post-date.videopost {
    margin-top: -5px;
}

.pagination > li > a,
.pagination > li > span {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #242424;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-left: -1px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 50px;
    transition: .4s
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a:hover {
    background: #8dc12b;
    color: #fff
}

.wedget input {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    height: 50px;
    padding-left: 10px;
    width: 80%;
    font-weight: 500
}

.wedget button {
    background: #8dc12b none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    margin-left: -4px;
    width: 17%;
}

.wedget button:hover {
    background: rgba(141, 193, 43, .7);
}

.wedget-title h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-transform: uppercase;
}

.wedget {
    margin-bottom: 50px;
}

.wedget a {
    color: #242424;
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
}

.wedget li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    transition: .4s
}

.wedget li:hover {
    border-bottom: 1px solid #8dc12b;
}

.wedget span {
    color: #8dc12b;
    display: block;
    font-weight: 700;
    font-size: 14px
}

.wedget a:hover {
    color: #8dc12b
}

.tag li {
    border: 1px solid #efefef;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    transition: .4s
}

.tag li a {
    padding: 15px 40px;
    transition: .4s
}

.tag li:hover {
    background: #8dc12b;
    color: #fff
}

.tag li:hover a {
    color: #fff
}

.single-blog-area.sigle-blog-post > img {
    float: right;
}

blockquote {
    border-left: 10px solid #8dc12b;
    font-size: 18px;
    font-style: italic;
    margin: 20px 0;
    padding: 10px 20px;
}

.tag.posttag a {
    color: #242424
}

.single-blog-area.sigle-blog-post > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-blog-area.sigle-blog-post > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.single-blog-area.sigle-blog-post > ul {
    margin-top: 35px;
    margin-bottom: 35px
}

.single-blog-area.sigle-blog-post > ul li {
    line-height: 24px
}

.tag.posttag li a {
    display: inline-block;
}

.post-share-link div {
    display: inline-block;
    float: left;
    width: 50%;
}

.post-share-link {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 45px;
}

.share a {
    border: 1px solid #cccccc;
    color: #919191;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.share > strong {
    font-weight: 700;
    margin-right: 25px;
    text-transform: capitalize;
}

.share a:hover {
    background: #8dc12b;
    color: #fff;
}

.prevnextpost a {
    color: #919191;
    font-size: 16px;
    position: relative;
}

.prevnextpost a:before {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background: #919191;
}

.prevnextpost a:first-child:before {
    display: none;
}

.prevnextpost a span.fa.fa-angle-left {
    padding-right: 15px;
    font-size: 16px;
    font-weight: 700
}

.prevnextpost a span.fa.fa-angle-right {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700
}

.prevnextpost > a {
    margin-left: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.prevnextpost > a:hover {
    color: #8dc12b
}

.author-title > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 35px;
    text-transform: uppercase;
}

.author-details {
    border-bottom: 1px solid #efefef;
    padding-bottom: 50px;
}

.author-img {
    float: left;
    margin-right: 30px;
    width: 70px;
}

.about-author {
    padding-left: 100px;
}

.about-author p {
    margin-bottom: 20px;
}

.about-author > h4 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-author p {
    color: #919191
}

.about-author > span {
    color: #8dc12b;
}

.author-details.commenter {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.about-author > h5 {
    font-style: italic;
    margin-bottom: 15px;
}

.about-author > h5 a {
    color: #8dc12b;
    text-transform: capitalize;
}

.single-comments-input {
    float: left;
    height: 50px;
    margin-left: 15px;
    width: 240px;
}

.single-comments-input:first-child {
    margin-left: 0;
}

.single-comments-input input {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    padding-left: 10px;
    width: 100%;
}

.leav-acomments {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 50px;
}

.single-comments textarea {
    width: 100%;
    background: #efefef;
    margin-top: 10px;
    border: 0;
    padding: 10px;
}

.relative-post .single-blog-area h3 {
    font-size: 16px;
}

.blog-video iframe{
    width: 100%;
    border: 0
}

.lef{ float: left;}
.rig{ float: right;}

.ourbrnd{
	width:100%;
	height:288px;
	float:left;
	background-color: #eaeaea;}
.ourbrnd1{
	width:100%;
	height:auto;
	float:left;
	
}
.ourbrnd2{
	width:23%;
	height:auto;
	float:left;
	background-color: #fff;
	margin-right: 22px;
	
}
.ourbrnd3{
	width:23%;
	height:107px;
	float:left;
	background-color: #fff;
	margin-right: 22px;
	

}
.ourbrnd3 h2{
text-align: center;
	font-weight:600;
	margin-top: 16px;
	margin-bottom: 6px;
	
}
.ourbrnd3 p{
text-align: center;
	font-weight:600;
	font-size: 12px;
}
.ourclnt{
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 20px;
	
}
.ourclnt22{
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 20px;
	
}
.ourclnt1{
	width:100%;
	height:auto;
	float:left;
	
	margin-top: -15px;
}
.ourclnt2{
	width:200px;
	height:80px;
	float:left;
	background-color: #fbfbfb;
	margin-right: 27px;
	margin-top: 25px;
	
	
	box-shadow: -2px 4px 13px 1px #ccc;
}
.enq1 {
   width: 61%;
    float: left;
    background: #f2f2f2;
    border: 2px solid #c8c7cc;
    border-radius: 5px;
    margin-top: 28px;
    padding: 15px;
    margin-left: 36px;
	box-shadow: 1px 1px 1px 1px #ccc;
	
}
.enq, .enq1, .let {
    height: auto;
}
.let {
    width: 196%;
    float: left;
}
.let h2 {
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 5px;
    font-weight: 500;
}
.let h2, .susc p {
    color: #333;
    line-height: 22px;
    text-align: justify;
}
.enq h2 {
    color: #2c6701;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #a70e0e;
    width: 50%;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.susc, .susc1 {
    width: 40%;
    height: 40px;
    float: left;
    margin-bottom: 15px;
}
.susc1 {
    margin-left: 58px;
}
.susc3 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.susc4 {
    width: 20%;
    height: auto;
    margin: 0 auto 15px;
   /* background: #113865;*/
    border-radius: 3px;
}
.susc4 p {
    padding: 8px;
	text-align: center;}
.susc4 p a:hover{
	color:#fff;
}



.susc4 a, .susc4 p {
    color: #fff;
}
.eform{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;

	margin-bottom: 25px;
}
.smban{
	width:100%;
	height:100px;
	float:left;overflow: hidden;
	
	margin-top: 20px;
	margin-bottom: 20px;
}
.ourbrnd11{
	height:200px;
	margin-bottom: 20px;
	width:100%;background-color: #eaeaea;
	
}
.abb {
    width: 100%;
    padding: 20px;
    height: auto;
    float: left;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 2px 9px 20px 6px #ccc;
    border-radius: 10px;
    border: 4px double #eee;
	margin-bottom: 20px;
}
.abb p {
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.abb1 {
    width: 50%;
    float: left;
    background-color: #fff;
}
.abb2 {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    margin-top: 23px;
    box-shadow: 2px 9px 20px 6px #ccc;
    border-radius: 10px;
    border: 4px double #eee;
	margin-bottom: 20px;
}
.abb21 {
    width: 40%;
    height: 200px;
    float: left;
    background-color: #f3f3f3;
    margin-top: 10px;
    margin-left: 66px;
    margin-bottom: 10px;
}
.abb211 {
    width: 100%;
    height: 40px;
    float: left;
    background-color:#2699fb;
}
.abb211 h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
}
.abb22 {
    width: 40%;
    height: 200px;
    float: left;
    background-color: #f3f3f3;
    margin-top: 10px;
    margin-left: 75px;
    margin-bottom: 10px;
}
.abb212 {
    width: 100%;
    height: 40px;
    float: left;
    background-color:#2699fb;
}
.abb2 p {
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: -20px;
}
.abb212 h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
}
.prod{
	width:100%;
	height:auto;
	float:left;

}
.prod1{
	width:100%;
	height:436px;
	float:left;
	background-color: #f9f9f9;
	margin-bottom: 14px;
}
.listed li{    font-size: 18px;
    font-weight: 600;}
    .texted{    text-align: center;
    box-shadow: 1px 2px 3px;
    padding: 4px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;}
    .texted p{color: black;
    font-weight: 700;
    transition: 0.5s;
    font-size: 16px;}
     .texted:hover p{
        color:black;
        transition: 0.5s;
     }
     .texted:hover{
        background: #82c6e3;
        transition: 0.5s;
     }
     .texted{transition: 0.5s;}
     .listed1 li a {
    color: black;
        font-size: 27px;
    font-weight: 600;
}
     .listed1 li{
        float: left;
    margin: 11px;
    box-shadow: 1px 2px 3px 2px;
    padding: 20px;
    list-style-type: none;
    width: 31%;
    height: 70px;
    text-align: center;
    line-height: 30px;
    padding: 18px;
     }
     #brand{

        margin: 11px;
    box-shadow: 1px 2px 3px 2px;
    padding: 20px;
    list-style-type: none;
    width: 100%;
    height: 58px;
    text-align: center;
    line-height: 30px;
    padding: 13px;
        font-size: 27px;
    font-weight: 600;
     }
     .drop li{
       margin: 11px;
    box-shadow: 1px 2px 3px 2px;
    padding: 20px;
    list-style-type: none;
    z-index: 99999;
    width: 100%;
    height: 31px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    font-weight: 700;
    position: relative;
     }
.prod2{
	width:30%;
	height:250px;
	float:left;
	
	margin-top: 20px;
	margin-left: 15px;box-shadow: -3px 4px 13px 0px #ccc;
}

.prod3{
	width:63%;
	height:auto;
	float:right;
	background-color: #fff;
	margin-top: 20px;margin-right: 15px;   box-shadow: -3px 4px 13px 0px #ccc;
	padding:15px;
}
.prod3 h3{
	font-weight:600;
	font-size:20px;
}
.contct{
	width:100%;
	height:auto;
	float:left;
	margin-bottom: 20px;
	
}
.contct1{
	width:60%;
	height:auto;
	float:left;
	background-color: #ccc;
	margin-left: 223px;
	position: relative;
	z-index: 111;
}
.contct2{
	width:50%;
	height:250px;
	float:left;
	background-color: #2699fb;
	
}
.contct2 h3{
	text-align:center;
	margin-top: 25px;
	color:#fff;
	
}
.contct2 p{
	text-align:center;color:#fff;
}
.contct3 h3{
	text-align:center;
	margin-top: 25px;color:#fff;
}
.contct3 p{
	text-align:center;
	margin-top: 20px;color:#fff;
}
.contct3{
	width:50%;
	height:250px;
	float:left;
	background-color: #2699fb;border-right:1px solid #fff;
}
.smban h3{
	font-size: 30px;margin-top: -86px;
}
.contct4{
	width:100%;
	height:270px;
	float:left;
	
	margin-top: -60px;
}
@media(max-width:767px){
	.smban{
		width:100%;
		height:auto;
		float:left;
		
	}
	.smban h3{
		margin-top: -79px;
		font-size:23px;
		
	}
	
	.prod{
		width:100%;
		height:auto;
		float:left;
		margin-top: 10px;
		margin-left: 0px;
		
	}
	.prod1{
		width:100%;
		height:auto;
		float:left;padding:10px;
		
	}
	.prod2{
		width:100%;
		height:auto;
		float:left;
		
		
	}
	.prod3{
		width:100%;
		height:auto;
		float:left;
		
	}
	.prod3 p{
		text-align: justify;
	}
	.ourclnt{
		width:100%;
		height:350px;
		float:left;
		
	}
	.ourclnt22{
		width:100%;
		height:620px;
		float:left;
		
	}
	.ourclnt1{
		width:100%;
		height:auto;
		float:left;
		margin-bottom: 20px;
	}
    .ourclnt2{
		width:100%;
		height:auto;
		float:left;background-color: #fff;
	}
	.prod2 img{
	width:100%;
	margin-left: -13px;
}
	.ourbrnd{
		width:100%;
		height:auto;
		float:left;
	}
	.ourbrnd11{
		width:100%;
		height:auto;
		float:left;
		margin-top: 10px;
	}
	.ourbrnd2{
		width:100%;
		height:auto;
		float:left;margin-bottom: 10px;
	}
	.ourbrnd3{
		width:100%;
		height:auto;
		float:left;margin-bottom: 10px;
	}
	.contct{
		width:100%;
		height:auto;
		float:left;
	}
	.contct1{
		width:100%;
		height:auto;
		float:left;
		margin-left: 0px;padding:10px;
	}
	.contct3{
		width:100%;
		height:auto;
		float:left;
		border-bottom: 1px solid #ccc;
		margin-left: 0px;
	}
	.contct2{
		width:100%;
		height:auto;
		float:left;margin-left: 0px;
	}
	.contct4{
		width:100%;
		height:auto;
		float:left;
		margin-top: 10px;
		margin-left: 0px;
	}
	.contct4 iframe{
		width:100%;
		height:auto;float:left;
		overflow: hidden;
	}
	
	.eform{
		width:100%;
		height:auto;
		float:left;
		margin-left: 0px;
		padding:10px;
	}
	.enq1 {
   width: 100%;
    float: left;
    background: #f2f2f2;
    border: 2px solid #c8c7cc;
    border-radius: 5px;
    margin-top: 28px;
    padding: 15px;
    margin-left: 0px;
	
}
.enq, .enq1, .let {
    height: auto;
}
.let {
    width: 104%;
    float: left;
}
.let h2 {
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 5px;
    font-weight: 500;
}
.let h2, .susc p {
    color: #333;
    line-height: 22px;
    text-align: justify;
}
	
.enq h2 {
    color: #2c6701;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #a70e0e;
    width: 50%;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.susc, .susc1 {
    width: 73%;
    height: 40px;
    float: left;
    margin-bottom: 15px;
}
.susc1 {
    margin-left: 0px;
}
.susc3 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.susc4 {
    width: 33%;
    height: auto;
    margin: 0 auto 15px;
    background: #296099;
    border-radius: 3px;
}
.susc4 p {
    padding: 8px;
	text-align: center;}
.susc4 p a:hover{
	color:#fff;
}



.susc4 a, .susc4 p {
    color: #fff;
}
	.abb{
		width:100%;
		height:auto;
		float:left;
	 
	}
	.abb1{
		width:100%;
		height:auto;
		float:left;
	 
	}
	.abb2{
		width:100%;
		height:auto;
		float:left;
	 
	}
	.abb21{
		width:100%;
		height:auto;
		float:left;margin-left: 0px;
	 
	}
	.abb211{
		width:100%;
		height:auto;
		float:left;
	 
	}
	.abb22{
		width:100%;
		height:auto;
		float:left;margin-left: 0px;
	 
	}
	.abb212{
		width:100%;
		height:auto;
		float:left;
	 
	}
	.rig{
		float: left;
	}
	.navbar-brand img{ 
		margin-left:62px;
	}
	#abu{
		margin-top: -60px;
	}
	
	.abb1 img{
		    width: 100%;
    margin-bottom: 20px;
    height: auto !important;
	}
	
}
.navbar-brand img
{
    height: 90px;
}

.two-title
{
  margin-top: -15px;
    margin-bottom: 10px; 
}
.why-ul li
{
    list-style: disc;
    line-height: 28px;
}
.why-ul
{
    margin-left: 20px;
}
.blog-img img
{
    width: 100%;
    height: 280px;
}
.about-2 img
{
    height: 350px;
}
.margin-top
{
    margin-top: 40px;
}
.abb1 img
{
    height: 300px;
}

.prod2 img
{
   height: 100%;
   width: 100%;
}
.loc{    margin-top: 32px;}
.loc li{    line-height: 23px;
    text-align: justify;
    font-size: 16px;
    list-style: circle;}
 .act img{margin-bottom: 10px;}   