@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('./enquire.css');
@import url('./component.css');
@import url('https://fonts.googleapis.com/css?family=Cuprum:300,400,700,800');

@font-face {
    font-family: 'DancingScript-Regular';
    src: url(../fonts/DancingScript-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    overflow-x:hidden;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    /*font-family: 'DancingScript-Regular', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    width: 100%;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}


/*-- //Reset-Code --*/


/*-- Index-Page-Styling --*/


/*-- Top-Bar --*/

.top-bar {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 10px 0 0px;
    /*border-bottom:1px solid #6f6f6f;*/
}


/*-- Logo --*/

.logo {
    width: 60%;
    float: left;
    margin-left: 20px;
    margin-top: -12px;
}

.logo a {
    font-size: 40px;
    font-weight: bolder;
    color: #EEE;
}

.logo a:hover {
    color: #FFF;
}


/*-- //Logo --*/


/*-- Info --*/

.info {
    width: 40%;
    float: left;
    padding-top: 20px;
}

.info .email,
.info .phone {
    width: 50%;
    float: left;
}

.info p {
    color: #EEE;
    font-size: 13px;
}

.info a {
    color: #FFF;
}

.info a:hover {
    color: #009688;
}

.info span.glyphicon {
    margin-right: 5px;
}


/*-- //Info --*/


/*-- //Top-Bar --*/


/*-- Slider --*/

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

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

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    left: 0;
    top: 0;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 43%;
    left: 0;
    opacity: 0.7;
    z-index: 99999;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 67px;
    width: 56px;
    background: url("../images/arrows.png") no-repeat 0px -26px;
}

.callbacks_nav.next {
    left: auto;
    background: url("../images/arrows.png") no-repeat -112px -26px;
    right: 0;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks2_nav:active {
    opacity: 1.0;
}

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 80.5%;
    z-index: 999;
    left: 44.5%;
    padding: 0em 0.6em 1em 0.3em;
    margin: 0;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0.5em;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    width: 0;
    height: 0;
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 50%;
}

.callbacks_here a:after {
    background: #1ca0de;
}


.slider-info p.top {
    font-size: 26px;
    font-weight: 100;
    color: #FFF;
    margin: 0 auto 25px;
    width: 100%;
    line-height: 35px;
}

.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    padding-top: 350px;
}

.slider-info img {
    width: 100px;
    margin: 0 auto;
}

.slider-info h3 {
    font-size: 55px;
    font-weight: 900;
    color: #FFF;
}

.underline {
    height: 3px;
    width: 100px;
    background-color: #FFF;
    margin: 20px auto;
}

.slider-info p {
    font-size: 26px;
    font-weight: 100;
    color: #FFF;
    margin: 0 auto 15px;
    width: 35%;
    line-height: 35px;
}


/*-- //Slider --*/

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    float: right;
    width: 36%;
}

.navbar-nav li:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.navbar-nav li:hover:after {
	width: 100%;
	background: #E40303;
}

.navbar-default {
    /*background: #FEED01;*/
    background: url(../images/header-bg.jpg);
    border-color: #012231;
    background-size: 100%;
}

.navbar-default .navbar-brand {
    font-family: 'Days One', sans-serif;
    color: #fff !important;
    font-size: 40px;
    text-decoration: none;
}

a.navbar-brand img {
    display: inline-block;
}

.navbar-default .navbar-toggle {
    border-color: #E40303;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #217104;
    border-color: #217104;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    text-decoration: none;
}

a.navbar-brand span {
    color: #2FD828;
    margin-left: 12px;
}

.navbar {
    /*position: relative;*/
    /*min-height: inherit;*/
}

.navbar-header {
    margin-top: 7px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2FD828;
}

.navbar-default .navbar-nav > li > a {
    color: #E40303;
    font-size: 16px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    height: 0;
    padding: 0;
}

.navbar {
    border-radius: 0px;
    border: none;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
    color: #217104;
}

.navbar {
    border-radius: 0px;
    border: none;
    padding: 0px 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    top:37px;
}


/*--search--*/

.search-box {
    float: right;
}

.sb-search {
    position: absolute;
    right: 0px;
    width: 0%;
    min-width: 42px;
    margin-top: 14px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    z-index: 999;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 3px;
    border: none;
    outline: none;
    background: #E40303;
    width: 68%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 5px 15px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 50px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.sb-search-input:-moz-placeholder {
    color: #ffffff;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #ffffff;
}

.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0%;
    padding: 0;
    margin: 0;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: url('../images/search.png') no-repeat -6px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}

.sb-icon-search {
    background: #E40303 url('../images/search.png') no-repeat 3px 10px;
    z-index: 90;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 72%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url('../images/search.png') no-repeat 3px 10px;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/*--//search--*/


/*-- banner-bottom --*/

.agileinfo {
    padding: 5em 0;
}

h3.tittle-one {
    text-align: center;
    color: #A0CC59;
    font-size: 50px;
    margin-bottom: 50px;
}

.agileinfo p {
    color: #464646;
    font-size: 14px;
    text-align: left;
    line-height: 2em;
}

.agileinfo-grid img {
    width: 100%;
}

.grid-one h4 {
    font-size: 27px;
    text-align: left;
    color: #E40303;
}

.grid-one p {
    font-size: 15px;
    color: #AAAAAA;
    line-height: 2em;
    margin-top: 15px;
    text-align: left;
}

.grid-one {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 30px 0 30px;
}

.agileinfo-grid img,
.grid-one {
    min-height: 312px;
}

.footer-bottom .agileinfo-grid img {
    max-height: 330px;
}

.footer-bottom .flex-control-nav { 
    bottom:0%;
}

.footer-bottom .flexslider {
    border: 2px solid #ddd;
}

.footer-bottom .agileinfo-grid {
    padding-right:0px;
    padding-left:0px;
}

.agileinfo-grids {
    margin-top: 45px;
}

.agileinfo-left {
    padding: 0;
}

.sap_tabs {
    margin: 3em auto 0;
    text-align: center;
    -webkit-appearance: none;
}


/*-- w3layouts --*/

.resp-tab-item {
    border: none;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    padding: 10px 9px 5px;
    margin: 1em 0;
    display: inline-block;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
}

li.resp-tab-item img {
    opacity: 0.4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

li.resp-tab-item img:hover {
    opacity: 1;
}

li.resp-tab-item.resp-tab-active img {
    opacity: 1;
}

h3.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.tab p {
    font-size: 1em;
    color: #777;
    padding-top: 1em;
}

.resp-tab-content {
    display: none;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.tab ul li span {
    display: block;
    font-size: 0.95em;
}

.agileinfo h3 {
    font-size: 36px;
    color: #E40303;
    margin-bottom: 30px;
    text-align: center;
}


/*---------*/

.wthree-1 {
    background: url(../images/2.jpg) center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    padding: 5em 0;
}

.wthree-3.gallery {
    background: url(../images/2.jpg) center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    padding: 5em 0;
}

.about-bg {
    background: url(../images/back-img.jpg) center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    padding: 5em 0;
}

.wthree-1 p {
    margin: 3em auto 1em;
    font-size: 15px;
    color: #dadada;
    line-height: 26px;
    width: 80%;
}

.wthree-1 h4 {
    font-size: 22px;
    color: #E40303;
    margin: 30px 114px 0 0;
    text-align: right;
}

.wthree-1 h2 {
    font-size: 36px;
    text-align: center;
    color: #E40303;
    margin-bottom: 20px;
}

.friend-agent {
    padding: 4em 0;
    background: #f5f5f5;
    text-align: center;
}

.friend-grid h4 {
    font-size: 1.5em;
    padding: .8em 0 .5em 0;
    color: #E40303;
}

.friend-grid img:hover {
    border: 6px solid #E40303;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.friend-grid img {
    border: 6px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.friend-grid p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}


/*-- Services Section --*/

.w3l-1 {
    padding: 5em 0;
}

.w3l-1 h3.text-center {
    color: #E40303;
    font-size: 40px;
    margin-bottom: 30px;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
}

.w3l-1-left p, .agileinfo_about_bottom_grid p {
    font-size: 15px;
    line-height: 26px;
    color: #777;
    margin-bottom: 1em;
}

.w3l-1 h4 {
    font-size: 15px;
    color: #333;
    text-align: left;
    /*margin: 0 0 1em;*/
    font-family: 'Open Sans', sans-serif;
}

.w3l-1.about h4,
.w3l-1-left h4,
.agileinfo_about_bottom_grid h4,
.footer-bottom h4{
    font-size: 27px;
    color: #E40303;
    text-align: left;
    margin: 0 0 0.5em;
    /*font-family: 'DancingScript-Regular', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

.w3l-1-left h4.panel-title{
    font-size: 15px;
    color: #777;
}

.w3l-1-right {
    background: url(../images/about_us.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 380px;
}

.services-bg {
    background: url(../images/services.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 380px;
}

.faqs-right {
    background: url(../images/faqs.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 260px;
}


/*-- /Services Section --*/

.footer {
    background: #E40303;
    padding: 2em 0 0;
}

.footer.w3-agile-1 h2 {
    color: #fff;
    margin-bottom: 20px;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
}

.footer.w3-agile-1 p {
    color: #fff;
    line-height: 1.7em;
}

.footer.w3-agile-1 ul li {
    list-style:none;
}

.footer.w3-agile-1 ul li a, .footer.w3-agile-1 ul li span.glyphicon {
    color: #fff;
    line-height: 1.7em;
    vertical-align: bottom;
}

.footer.w3-agile-1 ul li a:hover {
    color:#000;
}

.footer.w3-agile-1 .sec ul li::before {
    content: '→';
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding-right: 10px;
    line-height: 1.5em;
}

ul.fb_icons2 {
    text-align: center;
    margin-top: 15px;
}

.fb_icons2 li {
    list-style-type: none;
    display: inline-block;
    margin: 0 2px;
    overflow: hidden;
}

.fb_icons2 li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #fff;
}

.fb_icons2 li a:hover {
    transform: rotateZ(360deg);
    border-radius: 100%;
}

.fb_icons2 li a.fb {
    background: url(../images/social2.png) no-repeat -48px -7px;
}

.fb_icons2 li a.twit {
    background: url(../images/social2.png) no-repeat -7px -7px;
}

.fb_icons2 li a.linkin {
    background: url(../images/social2.png) no-repeat -203px -7px;
}

.fb_icons2 li a.goog {
    background: url(../images/social2.png) no-repeat -88px -7px;
}

.fb_icons2 li a.pin {
    background: url(../images/social2.png) no-repeat -130px -7px;
}

.fb_icons2 li a.drib {
    background: url(../images/social2.png) no-repeat -171px -7px;
}

.container-fluid.bg-copyright {
    padding: 15px;
    background: #000;
    margin-top: 15px;
}

p.copyright {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

p.copyright a {
    text-decoration: underline;
    color: #fff;
}

p.copyright a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.about-bg p.ttt {
    font-size: 17px;
    margin: 0 auto 4em;
    width: 57%;
    color: #000;
}

p.ttt {
    font-size: 15px;
    margin: 0 auto 4em;
    width: 57%;
    color: #777;
    line-height: 28px;
    text-align: center;
}

.footer-bottom h3,
.contact-bottom h3 {
    font-size: 40px;
    color: #E40303;
    text-align: center;
    margin-bottom: 30px;
    font-family:'Open Sans', sans-serif;
}

.footer-bottom input[type="text"],
.footer-bottom input[type="email"] {
    border: 1px solid #777;
    width: 38%;
    outline: none;
    font-size: 1em;
    color: #777;
    padding: 10px 12px;
    -webkit-appearance: none;
    background: none;
}

.footer-bottom input[type="submit"] {
    border: none;
    padding: 12px 0;
    width: 22%;
    margin-top: 0px;
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background: #E40303;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}

.contact-bottom input[type="submit"] {
    border: none;
    padding: 12px 0;
    margin-top: 0px;
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background: #E40303;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}

.footer-bottom input[type="submit"]:hover,
.contact-bottom input[type="submit"]:hover {
    background: #000000;
}

.footer-bottom {
    text-align: left;
}
.footer-bottom,
.contact-bottom {
    text-align: center;
    background: #f5f5f5;
    padding: 5em 0;
}

.banner.about {
    background: url(../images/banners/about-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.banner.gallery {
    background: url(../images/banners/gallery-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.banner.services {
    background: url(../images/banners/services-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.banner.contact {
    background: url(../images/banners/contact-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

.bann-info {
    background: rgba(0, 0, 0, 0.40);
    padding: 450px 0 0;
}

.bd .breadcrumb{
    padding: 15px 80px;
    font-size: 16px;
}

.bd .breadcrumb a{
    color:#E40303;
}

.bd .breadcrumb a:hover{
    color:#217104;
}

/*-- //banner-bottom --*/

h2.tittle,
h3.tittle {
    font-size: 40px;
    color: #E40303;
    text-align: center;
    margin-bottom: 50px;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
}


/*--contact--*/

.contact p {
    font-size: 15px;
    color: #777;
    line-height: 26px;
    margin-bottom: 30px;
}
.contact label {
    left:0;
}

.contact .btn-primary {
    margin-top:20px;
}

.your-top {
    padding: 0em 0em;
    margin-bottom: 1em;
}

.your-top i {
    display: inline-block;
    float: left;
    color: #12A7CA;
    line-height: 3em;
    text-align: center;
    font-size: 1em;
}

.your-top input[type="text"],
.grid-contact-in textarea {
    border: none;
    background: none;
    width: 80%;
    outline: none;
    border-bottom: 1px solid #ADADAD;
    padding: 0.8em 0 0.8em 0;
    font-size: 1em;
    color: #464646;
    float: left;
}

.grid-contact textarea {
    border: none;
    border-bottom: 1px solid #ADADAD;
    resize: none;
    margin-bottom: 0.5em;
    width: 90%;
    font-size: 1em;
    padding: 0.8em 0;
    min-height: 171px;
    outline: none;
}

.grid-contact input[type="submit"] {
    width: 100%;
    font-size: 1em;
    background: #E40303;
    padding: 0.7em 1em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
    -webkit-appearance: none;
    font-weight: 700;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.grid-contact input[type="submit"]:hover {
    background: #000;
}

body .contact {
    background: #fff;
}

.wthree-3 {
    padding: 5em 0;
    background: url(../images/2.jpg) center fixed;
    background-size: auto auto;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
}

.contact h4 {
    color: #E40303;
    font-size: 25px;
    margin-bottom: 26px;
    text-align: left;
}

ul.contact-list li {
    display: block;
    margin: 16px 0 0;
    font-size: 15px;
    color: #777;
}

ul.contact-list li a {
    color: #777;
    text-decoration: none;
}
ul.contact-list li a:hover {
    color: #000;
}

.social-top-bar span.glyphicon{
    color: #fff;
}

span.glyphicon {
    color: #E40303;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    margin-top:1%;
}

.form-inline .form-group {
    position:relative;
}
.header-contactno .btn {
    margin-left: -35px;
}


.showValMob {
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99;
    font-size: 18px;
    color:#000;
}


/*----*/

.w3l-map iframe {
    width: 100%;
    min-height: 450px;
    border: 0;
}


/*--contact--*/


/*-- gallery --*/

.img-box,
.info-box {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-box img,
.info-box img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.img-box {
    position: relative;
}

.info-box {
    top: 0;
    left: 0;
    position: absolute;
}

.info-box .info-content {
    display: block;
    position: relative;
    padding: 0%;
    float: left;
    left: 50%;
    top: 50%;
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.separator {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.5);
    clear: both;
}

.content-grid-effect {
    display: block;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
}

.content-grid-effect .info-content {
    z-index: 2 !important;
    filter: alpha(opacity=0);
    -wekbit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content-grid-effect .img-box:after,
.content-grid-effect .img-box:before,
.content-grid-effect .info-box:after,
.content-grid-effect .info-box:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -ms-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    filter: alpha(opacity=0);
    -wekbit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.content-grid-effect.horizontal .img-box:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.content-grid-effect.horizontal .img-box:after {
    top: 25%;
    left: 0;
    width: 100%;
    height: 25%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.content-grid-effect.horizontal .info-box:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 25%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.content-grid-effect.horizontal .info-box:before {
    top: 75%;
    left: 0;
    width: 100%;
    height: calc(25% + 1px);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.content-grid-effect.vertical .img-box:before {
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.content-grid-effect.vertical .img-box:after {
    top: 0;
    left: 25%;
    width: 25%;
    height: 100%;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.content-grid-effect.vertical .info-box:after {
    top: 0;
    left: 50%;
    width: 25%;
    height: 100%;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.content-grid-effect.vertical .info-box:before {
    top: 0;
    left: 75%;
    width: calc(25% + 1px);
    height: 100%;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.content-grid-effect:hover .img-box:after,
.content-grid-effect:hover .img-box:before,
.content-grid-effect:hover .info-box:after,
.content-grid-effect:hover .info-box:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.content-grid-effect:hover .info-content {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slow-zoom .img-box {
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}

.slow-zoom:hover .img-box {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.slow-zoom {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.content-grid-effect {
    box-shadow: 0px 0px 14px 0px #DCDCDC;
    padding: 7px 7px;
}

.gallery .content-grid-effect {
    box-shadow: 0px 0px 4px 0px #DCDCDC;
}

.info-content h4 {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.info-content p {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 2.2em;
    width: 90%;
    margin: 0 auto;
}

.gal_mar {
    margin-top: 30px;
}


/*-- //gallery --*/


/**services**/

.featured-grids.w3ls-2 {
    margin: 6em 0 4em;
}

.serv-text h4 {
    font-size: 1.5em;
    color: #E40303;
    text-transform: capitalize;
    font-weight: 600;
}

.serv-text {
    text-align: left;
}

.serv-text p {
    font-size: 14px;
    color: #7C7C7C;
    line-height: 26px;
    padding: .5em 0 0;
}

.featured-section {
    background: #fff;
    padding: 5em 0;
    text-align: center;
}

.agile-3 h4 {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
}

.agile-3 p,
.our-services p {
    font-size: 1em;
    color: #7C7C7C;
    line-height: 2em;
    padding: .5em 0 0;
}

.our-services h4 {
    font-size: 1.5em;
    color: #222;
    text-transform: capitalize;
    margin-top: .8em;
    font-weight: 600;
}

.serv-img {
    padding: 0;
}

.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}

img.zoom-img:hover {
    -webkit-transform: rotate(-5deg) scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}

.offer-grid h4 {
    font-size: 1.5em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    background: #25503D;
    padding: 0.5em 0;
}

.offer-top {
    background: rgba(248, 126, 42, 0.12);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.our-offers {
    padding: 5em 0em;
    text-align: center;
    background: #eee;
}

.offer-grid:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.offer-grid {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.offer-grid h5 {
    font-size: 2em;
    width: 90px;
    height: 90px;
    margin: 1em auto 0.2em;
    background: #F8F6DE;
    padding: 1em 0 0;
    color: #222;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-weight: 600;
}

ul.price-list li {
    color: #555;
    padding-top: .8em;
    font-size: .96em;
    line-height: 1.5em;
    list-style: none;
    text-align: left;
    padding-left: 4em;
    border-bottom: 1px solid #F8F6DE;
    padding-bottom: 0.5em;
}


/**services**/


/* 14 - Services */

.services .section-title > p {
    padding-top: 40px;
}

.service-icon i {
    font-size: 60px;
    background: -webkit-linear-gradient(left top, #ff6a00, #E40303);
    background: -o-linear-gradient(bottom right, #ff6a00, #E40303);
    background: -moz-linear-gradient(bottom right, #ff6a00, #E40303);
    background: linear-gradient(to bottom right, #ff6a00, #E40303);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
}

.service-icon {
    padding-top: 50px;
}

.service-item h5 {
    min-height: 60px;
}

.services .section-title > h2,
.services .section-title > p,
.services .service-item > h5 {
    color: #202020;
}

.services .service-img-left {
    position: absolute;
    left: -10%;
    transform: rotate(-90deg);
}

.services .service-img-right {
    position: absolute;
    right: -10%;
    bottom: -25%;
    transform: rotate(90deg);
}

.services h6 {
    font-size: 1.3em;
    margin-bottom: 3.60606rem;
    font-family: 'Open Sans', sans-serif;
}

.box {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px #ddd;
    -o-box-shadow: 0px 0px 5px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px 5px #ddd;
    box-shadow: 0px 0px 5px 5px #ddd;
}

.box:hover {
    -webkit-box-shadow: 0px 0px 5px 5px #ddd;
    -o-box-shadow: 0px 0px 5px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px 5px #ddd;
    box-shadow: 0px 0px 5px 5px #ddd;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background: #FFF500;
}

.box:hover h4 {
    color: #000;
}


/*-- about --*/

.about {
    background: url(../images/22.jpg) no-repeat 0px -340px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

.about ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.about ul li i {
    padding: 0 1em;
}

.about ul li a {
    color: #E44C4C;
    text-decoration: none;
}

.about ul li a:hover {
    color: #fff;
}

.agileinfo_about_bottom_grid p {
    color: #464646;
    line-height: 2em;
}

.agileinfo_about_bottom_grid img {
    margin: 0 auto;
}

.agileinfo_about_bottom_grid:nth-child(1) {
    margin: 0em 0 0;
}

.about h3 {
    font-size: 2.5em;
    color: #fff;
    /*padding:2.5em 0 0;*/
}

.agileinfo_about_bottom_grids h5 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #222222;
}

p.bottom {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 2em 0 0;
    color: #464646;
    line-height: 2em;
}

ul.count li span {
    padding-right: 2em;
    color: #212121;
}


/*-- team --*/

.team h3,
.w3l_team_grid,
.portfolio h3,
h3.title,
.mail h3 {
    text-align: center;
}

.w3l_team_grid h4 {
    font-size: 1.3em;
    color: #E40303;
    margin: 1em 0 .5em;
}

.w3l_team_grid p {
    color: #464646;
}

.view {
    overflow: hidden;
    position: relative;
}

.view .mask,
.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 6em 1em;
}

.view img {
    display: block;
    position: relative;
}

.view-second img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.view-second .mask {
    background-color: rgba(19, 19, 19, 0.35);
    width: 520px;
    padding: 60px;
    height: 520px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    -moz-transform: translate(265px, 145px) rotate(45deg);
    -o-transform: translate(265px, 145px) rotate(45deg);
    -ms-transform: translate(265px, 145px) rotate(45deg);
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second .w3l_social_icons1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: translate(200px, -200px);
    -moz-transform: translate(200px, -200px);
    -o-transform: translate(200px, -200px);
    -ms-transform: translate(200px, -200px);
    transform: translate(200px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second:hover .mask,
.w3l_team_grid:hover .view-second .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(-125px, -45px) rotate(45deg);
    -moz-transform: translate(-125px, -45px) rotate(45deg);
    -o-transform: translate(-125px, -45px) rotate(45deg);
    -ms-transform: translate(-125px, -45px) rotate(45deg);
    transform: translate(-125px, -45px) rotate(45deg);
}

.view-second:hover .w3l_social_icons1,
.w3l_team_grid:hover .view-second .w3l_social_icons1 {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-second:hover p,
.w3l_team_grid:hover .view-second p {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.view-second p {
    -webkit-transform: translate(-200px, 200px);
    -moz-transform: translate(-200px, 200px);
    -o-transform: translate(-200px, 200px);
    -ms-transform: translate(-200px, 200px);
    transform: translate(-200px, 200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    margin: 1em 0 0;
    line-height: 2em;
}


/*-- //team --*/

.w3l_social_icons {
    float: left;
    margin: 1.5em 0 0;
}

.w3l_social_icons1 {
    float: none !important;
    margin: 0 !important;
}

.w3l_social_icons ul li {
    display: inline-block;
}

.w3l_social_icons ul li a {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

.w3l_social_icons ul li a.facebook {
    background: url(../images/img-sp.png) no-repeat 3px 8px #fff;
    display: block;
}

.w3l_social_icons ul li a.facebook:hover {
    background: url(../images/img-sp.png) no-repeat 3px -23px #00BFFF;
    display: block;
}

.w3l_social_icons ul li a.twitter {
    background: url(../images/img-sp.png) no-repeat -27px 8px #fff;
    display: block;
}

.w3l_social_icons ul li a.twitter:hover {
    background: url(../images/img-sp.png) no-repeat -27px -23px #00BFFF;
    display: block;
}

.w3l_social_icons ul li a.google_plus {
    background: url(../images/img-sp.png) no-repeat -61px 8px #fff;
    display: block;
}

.w3l_social_icons ul li a.google_plus:hover {
    background: url(../images/img-sp.png) no-repeat -61px -23px #00BFFF;
    display: block;
}

.w3l_social_icons ul li a.pinterest {
    background: url(../images/img-sp.png) no-repeat -96px 9px #fff;
    display: block;
}

.w3l_social_icons ul li a.pinterest:hover {
    background: url(../images/img-sp.png) no-repeat -96px -22px #00BFFF;
    display: block;
}

.w3l_social_icons ul li a.instagram {
    background: url(../images/img-sp.png) no-repeat -127px 8px #fff;
    display: block;
}

.w3l_social_icons ul li a.instagram:hover {
    background: url(../images/img-sp.png) no-repeat -127px -24px #00BFFF;
    display: block;
}

.team.agileinfo-3 {
    padding: 5em 0;
}


/*--Typography--*/

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #464646;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
    margin-bottom: 1em;
    color: #E40303;
    font-size: 30px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px!important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    font-size: 0.9em;
    color: #464646;
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }
}

@media (max-width:480px) {
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        font-size: 1.2em;
    }
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,
    p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_3.grid_4.w3layouts {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert,
    p,
    ol.breadcrumb li,
    .grid_3 p,
    .well,
    ul.list-group li,
    li.list-group-item1,
    a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    table.table.table-striped,
    .table-bordered,
    .bs-docs-example {
        display: none;
    }
}


/*-- //typography --*/

.services-grid {
    margin-top: 2.5em;
}


/*-- responsive --*/

@media screen and (max-width:1440px) {
    .slider-info {
        padding-top: 150px;
    }
}

@media screen and (max-width:1366px) {
}

@media screen and (max-width:1280px) {
    .callbacks_tabs {
        left: 43%;
    }
    .callbacks_nav {
        top: 53.5%;
    }
    .slider-info {
        padding-top: 150px;
    }
    .slider-info h3 {
        font-size: 42px;
    }
    .slider-info p {
        width: 45%;
    }
    .slider-info img {
        width: 80px;
    }
    body .bann-info {
        padding: 450px 0 0;
    }
    .banner {
        min-height: 252px;
    }
    .nav-top-right .w3layouts-details ul li {
        margin-right:0;
        padding-left:0;
    }
}

@media screen and (max-width:1199px) { 
     .navbar-nav {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
   .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar {
        top:0 !important;
    }
}
@media screen and (max-width:1024px) {
    .logo {
        width: 50%;
    }
    .logo a {
        font-size: 35px;
    }
    .info {
        width: 50%;
        padding-top: 15px;
    }
    .slider-info {
        padding-top: 150px;
    }
    .underline {
        margin: 15px auto;
    }
    .slider-info p, .slider-info p.top {
        width: 50%;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .callbacks_tabs {
        left: 41%;
    }
    .callbacks_nav.prev {
        left: 1%;
    }
    .agileinfo-grid img,
    .grid-one {
        min-height: 257px;
    }
    .grid-one {
        padding: 16px 20px 0 20px;
    }
    h2.tittle,
    h3.tittle {
        font-size: 36px;
    }
    .serv-text h4 {
        font-size: 1.2em;
    }
   
}

@media screen and (max-width:991px) {
    .navbar-default .navbar-brand {
        font-size: 30px;
    }
    .nav>li>a {
        padding: 10px 8px;
    }
    .navbar-nav>li>a {
        line-height: 47px;
    }
    .sb-search {
        margin-top: 10px;
    }
    .slider-info h3 {
        font-size: 35px;
    }
    .slider-info {
        padding-top: 100px;
    }
    .callbacks_nav {
        top: 48.5%;
    }
    .agileinfo {
        padding: 3em 0;
    }
    p.ttt {
        font-size: 14px;
        width: 90%;
    }
    .grid-one h4 {
        font-size: 30px;
        text-align: center;
    }
    .agileinfo-grid img,
    .grid-one {
        min-height: 220px;
    }
    .friend-grid {
        float: left;
        width: 33.33%;
    }
    .friend-grid p {
        font-size: 14px;
    }
    .friend-agent {
        padding: 3em 0;
    }
    .wthree-1 {
        padding: 3em 0;
    }
    .sap_tabs {
        margin: 1em auto 0;
    }
    .wthree-1 p {
        margin: 1em auto 1em;
        font-size: 14px;
        width: 100%;
    }
    .wthree-1 h4 {
        margin: 30px 0px 0 0;
    }
    .w3l-1 {
        padding: 3em 0;
    }
    .w3l-1-left p {
        font-size: 14px;
    }
    .centered.w3l-1-left {
        margin-bottom: 2em;
    }
    .w3l-1-right {
        min-height: 315px;
    }
    .footer-bottom {
        padding: 3em 0;
    }
    .wthree-3 {
        padding: 3em 0;
    }
    .agileinfo_about_bottom_grid:nth-child(1) {
        margin-bottom: 2em;
    }
    .team.agileinfo-3 {
        padding: 3em 0;
    }
    .w3l_team_grid {
        float: left;
        width: 44%;
        margin: 2em 1em;
        text-align: center;
    }
    .gal-left {
        float: left;
        width: 50%;
    }
    .mask {
        float: left;
        width: 48%;
    }
    .serv-text {
        float: left;
        width: 52%;
    }
    .featured-section {
        padding: 2em 0 2em;
    }
    .agile-3 {
        float: left;
        width: 50%;
        margin-bottom: 2em;
    }
    .featured-grids.w3ls-2 {
        margin: 4em 0 0em;
    }
    .content-pro-head.content-pro-head3.agile-6 {
        margin-bottom: 2em;
    }
    #back-to-top.back-to-top{
        bottom:90px;
    }
    .footer {
        padding: 2em 0 5.5em;
    }
}

@media screen and (max-width:800px) {
    .slider-info {
        padding-top: 90px;
    }
}

@media screen and (max-width:768px) {
    .slider-info h3 {
        font-size: 30px;
    }
    .agileinfo h3,
    .wthree-1 h2,
    .w3l-1 h3.text-center,
    .footer-bottom h3 {
        font-size: 30px;
    }
    h2.tittle,
    h3.tittle {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .agileinfo_about_bottom_grids h5 {
        font-size: 20px;
    }
    .team.agileinfo-3 {
        padding: 0em 0 3em;
    }
    .contact h4 {
        font-size: 21px;
    }
    .bd .breadcrumb {
    padding: 15px 15px;
    }
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: #222222;
    }
    .navbar {
        top: 0 !important;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    .navbar-nav {
        width: 100%;
        padding-bottom: 4em;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        text-align: center;
    }
    .navbar-nav>li>a {
        line-height: 20px;
    }
    .sb-search {
        margin-top: 260px;
        right: 15px;
    }
}

@media screen and (max-width:736px) {
    .navbar-toggle {
        margin-top: -4px;
    }
}

@media screen and (max-width:667px) {
    .slider-info {
        padding-top: 65px;
    }
    .banner {
        min-height: 200px;
    }
    .bann-info {
        padding: 200px 0 0;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:568px) {
    .separator {
        margin: 2px auto;
    }
}

@media screen and (max-width:480px) {
    .slider-info h3 {
        font-size: 24px;
    }
    .separator {
        margin: 20px auto;
    }
    .rslides img {
        height: 300px;
        border: 0;
    }
    .slider-info p, .slider-info p.top {
        width: 80%;
        font-size: 14px;
        line-height: 23px;
        margin-bottom:0px;
    }
    .agileinfo h3,
    .wthree-1 h2,
    .w3l-1 h3.text-center,
    .footer-bottom h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .grid-one h4 {
        font-size: 25px;
    }
    .grid-one p {
        font-size: 14px;
        margin-top: 16px;
    }
    .friend-grid {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .friend-agent {
        padding: 3em 0 1em;
    }
    .w3l-1 h4 {
        font-size: 21px;
    }
    .w3l-1-right {
        min-height: 200px;
    }
    p.copyright {
        font-size: 14px;
    }
    .w3l_team_grid {
        width: 50%;
        margin: 1em 0em;
    }
    .view .mask,
    .view .content {
        padding: 4em 0.5em;
    }
    h2.tittle,
    h3.tittle {
        font-size: 28px;
    }
    .agileinfo_about_bottom_grids h5 {
        font-size: 18px;
    }
    .gal-left {
        float: left;
        width: 100%;
    }
    .agile-3 {
        width: 100%;
        margin-bottom: 2em;
    }
    .mask {
        width: 100%;
        margin-bottom: 1em;
    }
    .serv-text {
        width: 100%;
        padding: 0;
    }
    .w3l-map iframe {
        min-height: 200px;
    }
    .sb-search-input {
        width: 93%;
    }
    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 94%;
    }
}

@media screen and (max-width:414px) {
    .slider-info h3 {
        font-size: 20px;
    }
    .callbacks_nav.next {
        right: 2px;
        background-size: 145px;
    }
    .callbacks_nav {
        width: 32px;
        background-size: 133px;
    }
    .wthree-1 h4 {
        font-size: 19px;
    }
    p.copyright {
        line-height: 24px;
    }
    .bann-info {
        padding: 175px 0 0;
    }
    .banner {
        min-height: 175px;
    }
    .agileinfo_about_bottom_grids h5 {
        line-height: 29px;
    }
    .w3l_team_grid {
        width: 80%;
        margin: 1em auto;
        float: none;
    }
    .agile-3 h4 {
        font-size: 1.3em;
    }
}

@media screen and (max-width:384px) {
    .resp-tab-item {
        padding: 10px 2px 5px;
    }
    p.ttt {
        width: 100%;
        margin: 0 auto 2em;
    }
    .footer-bottom input[type="text"],
    .footer-bottom input[type="email"] {
        width: 100%;
        margin-bottom: 12px;
    }
    .footer-bottom input[type="submit"] {
        width: 60%;
    }
    .agileinfo-grid img,
    .grid-one {
        min-height: 240px;
    }
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {
    .slider-info h3 {
        font-size: 18px;
    }
    .callbacks_nav.next {
        right: 0px;
        background-size: 138px;
    }
    .callbacks_nav {
        width: 23px;
        background-size: 110px;
    }
    .slider-info p {
        font-size: 13px;
    }
    .callbacks_nav {
        top: 52.5%;
    }
    .rslides img {
        height: 278px;
        border: 0;
    }
    .agileinfo h3,
    .wthree-1 h2,
    .w3l-1 h3.text-center,
    .footer-bottom h3 {
        font-size: 25px;
        margin-bottom: 18px;
    }
    .agileinfo {
        padding: 2em 0;
    }
    p.ttt {
        font-size: 13px;
    }
    .grid-one h4 {
        font-size: 20px;
    }
    .grid-one p {
        font-size: 13px;
    }
    .friend-grid {
        width: 100%;
    }
    .friend-grid h4 {
        font-size: 1.3em;
    }
    .friend-grid p {
        font-size: 13px;
    }
    .wthree-1 {
        padding: 2em 0;
    }
    .sap_tabs {
        margin: 0em auto 0;
    }
    li.resp-tab-item img {
        width: 72px;
        height: 72px;
    }
    .wthree-1 p {
        margin: 0em auto 0em;
        font-size: 13px;
    }
    .w3l-1 {
        padding: 2em 0;
    }
    .w3l-1-left p {
        font-size: 13px;
    }
    .w3l-1 h4 {
        font-size: 19px;
    }
    .centered.w3l-1-left {
        padding: 0;
    }
    .w3l-1-right {
        min-height: 128px;
    }
    .footer-bottom {
        padding: 2em 0;
    }
    p.copyright {
        font-size: 13px;
    }
    .footer {
        padding: 1em 0;
    }
    .navbar-default .navbar-brand {
        font-size: 22px;
    }
    .top-bar {
        padding: 4px 0 0px;
    }
    .wthree-3 {
        padding: 2em 0;
    }
    h2.tittle,
    h3.tittle {
        font-size: 25px;
        margin-bottom: 16px;
    }
    .agileinfo_about_bottom_grids h5 {
        line-height: 20px;
        font-size: 15px;
    }
    .agileinfo_about_bottom_grid:nth-child(1) {
        padding: 0;
    }
    .agileinfo_about_bottom_grid p {
        line-height: 1.8em;
        font-size: 13px;
    }
    .agileinfo_about_bottom_grid {
        padding: 0;
    }
    .w3l_team_grid {
        width: 100%;
        margin: 1.5em auto;
    }
    .team.agileinfo-3 {
        padding: 0em 0 1em;
    }
    .bann-info {
        padding: 150px 0 0;
    }
    .banner {
        min-height: 150px;
    }
    .gal-left {
        padding: 0;
    }
    .services-grid {
        margin-top: 1.5em;
        padding: 0;
    }
    .serv-text p {
        font-size: 13px;
    }
    .agile-3 {
        padding: 0;
    }
    .featured-section {
        padding: 0em 0 0em;
    }
    .agile-3 p,
    .our-services p {
        font-size: 13px;
        line-height: 1.8em;
    }
    .contact h4 {
        font-size: 19px;
    }
    .contact p {
        font-size: 13px;
    }
    .content-pro-head.content-pro-head3.agile-6 {
        padding: 0;
    }
    ul.contact-list li {
        font-size: 13px;
    }
    .content-pro-head1.w3agile-6 {
        padding: 0;
    }
    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 94%;
    }
    .gal-left {
        padding: 0;
    }
}

.more-less {
    float: right;
    color: #212121;
    font-size: 15px;
    font-weight: 300;
}

.w3l-1-left .panel-group .panel {
    margin-bottom: 15px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #E40303;
    border-color: #E40303;
    color: #fff !important;
}

.back-to-top i {
    color: #fff;
}

.back-to-top:hover {
    background: #217104;
    border-color: #217104;
}

.w3layouts-details ul {
    padding: 0;
    margin: .3em 0 0 0;
}

.nav-top-right {
    float: right;
    margin: 2px 0;
}

.w3layouts-details ul li:nth-child(1) {
    margin-right: 1em;
}

.w3layouts-details ul li {
    display: inline-block;
    color: #39cad3;
    text-decoration: none;
    font-size: 1em;
    margin-right: 0.4em;
    padding-left: 5px;
}
.w3layouts-details ul li:nth-of-type(3){
    font-size: 15px;
    font-weight: 700;
}

.social.w3-agileitsicons {
    margin: 10px 0;
    float: right;
}
.container-fluid.top{
    padding-right: 0;
}
.w3layouts-details.col-sm-10.text-left{
    padding-right:0;
    padding-left: 0;
}

.header-contactno .form-inline input{
    border-radius: 0;
    height: 26px;
    width: 80%;
}

.header-contactno .btn-group-sm > .btn, .header-contactno .btn-sm {
    padding: 3px 10px;
    border-radius: 0;
    background-color: #217104;
    border-color: #217104;
    color: #fff;
}
.header-contactno .btn-group-sm > .btn:hover, .header-contactno .btn-sm:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.w3-agileitsicons ul {
    padding: 0;
    margin: 0;
}

.social ul li {
    display: inline-block;
    margin: 0;
}

.w3-agileitsicons ul a {
    color: #fff;
    /*background: #fff;*/
    padding: 0 0.5em;
    display: inline-block;
    border-left: 1px solid #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    text-decoration: none;
}

.w3layouts-details ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3-agileitsicons ul a:hover,
.w3layouts-details ul li a:hover {
    color: #000;
}

.social-top-bar {
    background: #E40303;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.bullets ul li {
    list-style: none;
    font-size: 15px;
    color: #777;
    margin-left: 20px;
    line-height: 26px;
    text-align: left;
}

.bullets ul li::before {
    content: '✓';
    padding: 0px 10px 0 0px;
    font-size: 20px;
    color: #E40303;
    position: absolute;
    left: 15px;
}
.btn-primary,
#feedback-tab,
.feedback-tab{
    background:#E40303;
    border-color:#E40303;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.btn-primary:hover,
#feedback-tab:hover,
.feedback-tab:hover{
    background: #217104;
    border-color:#217104;
}

.featured-grids .agile-3:hover {
    -webkit-box-shadow: 0px 0px 10px 10px #ddd;
    -ms-box-shadow: 0px 0px 10px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px 10px #ddd;
    box-shadow: 0px 0px 10px 10px #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FFF500;
    cursor: default;
}

.featured-grids .agile-3:hover p{
    color: #000;   
}
 .marquee {
        
        overflow: hidden;
        padding: 8px;
        color: #fff;
    }
.show {
    display:block !important;
}

/* WhatsApp API Integration Start */
.down_enquiry.visible-sm.visible-xs{
    background: #1FB6D3;
    background: url(../images/header-bg.jpg);
    bottom: 0;
    position: fixed;
    display: none;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 15px 5px;
}
.down_enquiry.visible-sm.visible-xs a {
    text-decoration: none;
    color:#E40303;
    font-size: 15px;
    font-weight: 700;
}
.down_enquiry.visible-sm.visible-xs a:hover {
    color: #217104;
}
.down_enquiry.visible-sm.visible-xs a .fa{
    padding-right: 10px;
    font-size: 24px;
}
.p-l{
    border-right:2px solid #217104;
}
/* WhatsApp API Integration End*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mt-0
{
    margin-top:0px !important;
}
.mt-40
{
    margin-top:40px;
}
.mt-20
{
    margin-top:20px;
}
.mt-10
{
    margin-top:10px;
}
ul.testimonials li {
    list-style-type: none !important;
    color:#fff !important;
    text-align:left;
}

ul.testimonials li a {
   color:#fff !important;
   font-size:14px;
}
ul.testimonials li a:hover {
   text-decoration:underline;
}
.testimonials li:first-child
 {
     font-size:18px;
 }
a.fon {
    font-size: 16px;
    font-weight: 900;
}
p.text-center.map_c {
    font-size: 25px;
    font-weight: 600;
}
.name_c
{
    
    /*float: left;*/
    
}
i.fa.fa-star {
    color: #e7711b;
}
i.fa.fa-quote-left,i.fa.fa-quote-right {
    font-size: 20px;
}

