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;
}
h1,h2,h3,h4,h5,h6{
	padding:0px 0px;
	margin:0px 0px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 20px;
}
p{
	padding:0px 0px;
	margin:0px 0px;
    font-size: .9em;
    line-height:1.8em;
	color:#555;
    font-family: 'Muli', sans-serif;
}
ul{
	padding:0px 0px;
	margin:0px 0px;
}
a{
	font-family: 'Muli', sans-serif;
}
body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Muli', sans-serif;
}

/* Header-bar style*/
.navbar-default {
    background: none;
    border: none;
}
.header {
    padding: 1em 0 50px;
    background: #edc319;
}
.navbar {
    margin-bottom: 0;
	border-radius:0;
}
.navbar-brand {
    height: 0px;
    padding: 0px;
    text-transform: capitalize;
    line-height: .9em;	
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 1.6em;
    padding: 0px 12px;
    font-family: 'Muli', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
}
.navbar-nav {
    margin-top: 34px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #c72321;
    background: none;
}
.navbar-default .navbar-nav > .active > a{
    color: #c72321 ;
    background:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
     color: #c72321 ;
    background:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #c72321;
    background:none;
}

div#bs-example-navbar-collapse-1::before { 
    position: absolute;
    content: '';
    left: -70px;
    top: -20px;
    border-top: 670px solid #ffffff;
    border-right: 860px solid transparent; 
}
.logo {
    position: relative;
    z-index: 1;
    
}
.social_popupform {
    position: fixed;
    background: #d43635;
    top: 526px;
    padding: 7px;
    display: inline-flex;
    border-radius: 7px 0 0 7px;
    color: #fff;
    z-index: 999;
    right: -7px;
}
.social_popupform i {
       padding-top: 12px;
    font-size: 15px;
    color: #fff;
}
.social_popupform p {
     padding: 5px; 
    width: 100%;
    margin: 0;
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
}
.static a:focus, a:hover {
    color: #d43635;
    text-decoration:none ;
    outline: none;
    
}
.dropdown-submenu {
  position: relative;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 250px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 14px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #000;
    white-space: normal;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
    width: 100% ;
}
b.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    color: #000;
    margin-left: 1em ;
    float: right;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #d43635;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover b.caret-right {
    color: #ffffff;
}
/*slider styling*/
.carousel-inner img {
    width: 100%;
    max-height: 700px;
}
 .carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	margin-right: 7px;
}
.carousel-indicators .active {
    background-color: #edc319;
}
.carousel-control {color: #e2e2e2;}
.carousel-control {width: 90;}
/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #e2e2e2;
    font-size:20px; letter-spacing:1px;
}
.navbar-brand>img {
    display: block;
    width: 28%;
    
}
.header-text h2 {
    font-size: 50px; 
    color:#fff; 
    font-weight:600;
    font-family: 'Muli', sans-serif;
}
.header-text h2 span {
    padding: 10px;
    color: #edc319;
    font-family: 'Muli', sans-serif;
}
.header-text h3 span {padding: 15px;}


/*slider styling*/

/*welcome section styling*/
.welcome-sec {
    margin: 3em 3em;
}
.welcome-sec h2 {
    text-align: center;
    color: #c72321;
    margin-bottom: .5em;
    font-weight: 600;
    font-size: 2.2em;
}
p.wel-text {
    text-align: center;
    font-size: 16px;
    margin: 10px auto;
}
/*.welcome-sec p {
    text-align: center;
}*/

.row-about {
    padding: 3em 0em;
}
.welcome-inner p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.9em;
}
.welcome-inner img {
    border-radius: 12px;
    margin-top: 28px;
}


.welcome-inner h3 {
   color: #000000;
    margin-bottom: 0.5em;
   font-weight: 700;
    font-size: 2em;
}
.welcome-inner h4 {
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
/*welcome section styling*/
/*Product section styling*/
.row-grids{
    margin-top: 2em;
}
h4.im-text {
   background-color: #edc319;
    padding: .5em 0;
    text-align: center;
    color: #fff;
}
.ourpro-grid img {
    border: 1px solid #ddd;
    width: 100% ;    
}
.ourpro-grid a {
    text-decoration: none;
}
h3.title {
    font-size: 2.2em;
    text-align: center;
   color: #c72321;
    font-weight: 600;
    margin-bottom: 2em;
}
.im-text {
    webkit-box-shadow: 0 10px 6px -6px #777 !important;
    -moz-box-shadow: 0 10px 6px -6px #777 !important;
    box-shadow: 0 10px 6px -6px #777 !important;
}
.product-sec {
    background-color: #f8f8f8;
    padding: 4em 0;
}
/*Product section styling*/
h3.title2 {
    font-size: 2.2em;
    text-align: center;
   color: #c72321;
    font-weight: 600;
    margin-bottom: 3.5em
}
h4.im-text2 {
    background-color: #c72321;
    padding: .5em 0;
    text-align: center;
    color: #fff;
}
.gas-sec {
    padding: 4em 0;
}

.client-sec {
    padding: 4em 0;
    background-color: #fff;
}
.col-md-2.col-sm-4.col-xs-12.client-img img {
      border: 2px solid #f3f3f3;
}
.section_bg{
    background: #f8f8f8;
    padding: 3em 0;
}
.footer-section {
    
    padding: 2em 0;
    background: #f8f8f8;
    text-align: center;
    position: relative;
}
.footer-section p {
    /*margin: 2em auto;*/
    width: 100%;
    font-size: 18px;
}
.footer-grid h4 {
    font-size: 1.8em;
    color: #fff;
    margin-bottom: .8em;
}
.menu {
    margin-top: 2em;
}
.menu ul li {
    display: inline-block;
}
.menu ul li  a{
   color: #c72321;
    font-size: 1em;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 0 0.2em;
    text-decoration: none;
    font-weight: bold;
    transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
}
/*copy*/
.copy-section {
    padding: 2em 0;
    text-align: center;
        background-color: #fff;
}
.copy-section p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.copy-section a {
    font-size: 1em;
    color: #c72321;
    font-weight: 400;
    text-transform: capitalize;
}
/*copy*/

/*products*/

.ps1 {
    list-style: none;
    display: block;
    padding: 0 15px 10px;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ps1 .icon {
    margin-bottom: 10px;
    margin-top: -55px;
    max-width: 100px;
}
.ps1 h2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.ps1 p {
    color: #7B7B7B;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 10px;
}
a.readm {
    color: #c72322;
    font-size: 18px;
    margin: 20px 0;
    text-decoration: none;
}
.pro-grid {
    margin-bottom: 60px;
}
/*products*/

/*map*/

.map-sec {
    padding: 3em 0;
    background: #fff;
}
.map-sec iframe {
    width: 100%;
    height: 470px;
	margin-bottom: 1em;
}
.con-bg {
    background: #dcd6d6;
    padding: 2em;
    border-radius: 10px;
}
.contact-left input[type="text"], .contact-left input[type="email"], .contact-left input[type="number"], .contact-left textarea {
       width: 100%;
    padding: 0.8em;
    font-size: 1em;
    outline: none;
    border: none;
    border: 1px solid #e6e4e4;
    background: #f8f8f8;
}
.contact-left textarea {
    resize: none;
    height: 100px;
}
.contact-left input {
    background: #f8f8f8;
}
.contact-left input[type="submit"]:hover, .contact-left input[type="reset"]:hover {
    background: #c72322;
}
.contact-left input[type="submit"], .contact-left input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 1em 0;
    width: 19.68%;
    background: #edc31b;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    letter-spacing: 1px;
    margin-top: 1em;
	vertical-align: middle;
}
.contact-left ul li {
    list-style-type: none;
    margin: 0 0 5px;
    font-size: 1.2em;
    color: #555;
}
.contact-left input[type="text"]{
    margin: 1em 0;
}
.contact-left input[type="email"]{
    margin: 0em 0 1em;
}
.contact-left input[type="number"]{
    margin: 0em 0 1em;
}
h3.contact {
    font-size: 2.2em;
    text-align: left;
    color: #c72322;
    font-weight: 600;
    margin-bottom: 20px;
}

/*map*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-header h5 {
    font-size: 2em;
    text-align: center;
    color:  #edc319;
    font-weight: 700 ;
}
.modal-body input[type="text"] {
    margin: 1em 0;
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
}
.modal-body input[type="email"] {
    margin: 1em 0;
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
}
.modal-body input[type="number"] {
    margin: 1em 0;
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
}
.modal-body textarea {
    margin: 1em 0;
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
}

.modal-body input[type="submit"] {
    margin: 1em 0;
    width: 21%;
    padding: 8px 8px;
    font-size: 16px;
     background-color: #edc319;
    border: none;
    color: #fff;
    border-radius: 3px;
}

/*About*/

.banner1 h3 {
    font-size: 1.5em;
    color: #fff;
}
.banner1 {
    padding: 2.2em 0;
    background: #edc319;
    display: none;
}
.banner1 h3 a {
    color: #fff;
    text-decoration: none;
}
.banner1 h3 span {
    color: #fff;
}
.banner-about {
    background: url(../images/inner1.jpg) no-repeat 0px 0px;
    display: none;
    min-height: 400px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative ;
}
.about-section,.contact-section,.gallery{
	padding:4em 0;
}
.about-bottom {
    padding: 4em 0;
    background: #fff;
}
.about-bottom h5 {
        font-size: 2em;
    color: #ff0101;
    margin: 0.5em 0;
}
.about-section h4 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: #000;
}


.abt-grid p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2em;
}
h2.tittle {
    font-size: 42px;
    color: #d43635;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
}
/*About*/

/*Management*/
.manage-sec {
    padding: 5em 0;
}
.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
        border: 2px solid #eee;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.desk ul {
    padding-top: 30px;
    list-style: none;
}
.desk ul li i {
    font-size: 10px;
    margin-right: 10px;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    color: #d43635;
    font-size: 1.1em;
    font-weight: 700;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}


/*Management*/

.desk ul li {
    font-size: 14px;
    color: #000;
    text-align: left;
    letter-spacing: 0.5px;
}

/*Management*/
/*Contact*/

h3.title2 {
    font-size: 2.2em;
    color: #c72321;
    font-weight: 600;
    margin-bottom: 3em;
    text-align: center;
}
h3.title3 {
    font-size: 2.2em;
    color: #c72321;
    font-weight: 600;
    margin-bottom: 2em;
    text-align: justify;
}
 .title31 {
    font-size: 2.2em;
    color: #c72321;
    font-weight: 600;
    margin-bottom: 0.6em;
    text-align: justify;
}
.mapscript{
    margin-bottom: 30px;
}
.address_1{
    font-size: 14px;
}

.row-con{
    padding: 6em 0 ;    
}
h4.title4 {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
}
.contact-grid1 h4 {
    font-size: 1.7em;
    color: #212121;
    padding-bottom: .5em;
    position: relative;
    margin: 0 0 1em;
}
ul.contact_info li i {
    color: #777;
    border: 4px solid #edc319  ;
    padding: .5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-right: 1em;
    vertical-align: sub;
}
ul.contact_info li {
    list-style-type: none;
    margin-bottom: 1.1em;
    color: #777;
    font-size: 1em;
	line-height: 1.8em;
}
ul.contact_info li a {
    color: #777;
    text-decoration: none;
}
ul.contact_info li span {
    display: block;
    margin-left: 3em;
}
/*Contact*/

/*Carrers*/
.carrer-sec {
    padding: 4em 0;
}
.carrer-sec p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2em;
}
/*Carrers*/
/*mudsystem*/
.data-styl p {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 2em;
    text-align: justify ;
}
.list-styl {
    padding: 0 0em 0 4em;
}

.sec-main {
    padding: 3em 2em;
    min-height: 740px;
}
.hovereffect {
width:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
/*background-color:rgba(0,0,0,0.5);*/
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    border: 2px solid #ddd;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:20px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:22px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.row-spl {
    margin: 4em 0;
}
.list-styl ul li {
    font-size: 16px;
    line-height: 2em;
    list-style: none ;
}
.list-styl p{
   font-size: 16px;
    line-height: 2em; 
}
.list-styl ul {
    margin-bottom: 2em;
}
.list-styl ul li i {
    font-size: 24px;
    color: #d43635;
    margin-right: 9px;
}
.side-head {
    color: #d43635;
    font-weight: 600;
        font-size: 20px;
}

a.brouchers p {
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
a.brouchers img {
    margin: 10px auto;
}
/* Slider */

.slide.slick-slide{
    padding-left :1em ;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: auto;
    
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    margin: 0 auto;
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.para_1 p{
    text-align: justify;
}
.abr iframe{
    height: 100%;
    width: 100%;
}
.form_careers{
    padding: 20px;
    background: #edc319;
    border-radius: 8px;
}

.client-section img {
    box-shadow: 0 20px 30px rgba(125, 147, 178, .3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    /* border-radius: 0 0 13px 13px; */
    border-bottom: 4px solid #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.client-section img:hover {
    box-shadow: 0 0 10px #989898 !important;
}
.overlay h2{
    display: none;
}












/*RESPONSIVE*/


@media (min-width: 1020px) and (max-width: 1439px) {
    

}
@media screen and (max-width: 1440px) {
    div#bs-example-navbar-collapse-1::before {
        position: absolute;
        content: '';
        left: -310px;
        top: -20px;
        border-top: 670px solid #ffffff;
        border-right: 860px solid transparent;
        }
        .navbar-default .navbar-nav > li > a {
        font-size: 1em;
        padding: 0px 12px;
    }
    .navbar-nav {
        margin-top: 45px;
    }
        .navbar-brand>img {
        display: block;
        width: 31%;
    }


    .navbar-nav>li {
        float: left;
        margin-top: -15px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 1.1em;
        padding: 0px 8px;
    }
    .navbar-brand>img {
        display: block;
        width: 30%;
    }
}

@media screen and (max-width: 1220px){
    div#bs-example-navbar-collapse-1::before {
        position: absolute;
        content: '';
        left: -400px;
        top: -20px;
        border-top: 670px solid #ffffff;
        border-right: 860px solid transparent;
        }
        .navbar-default .navbar-nav > li > a {
        font-size: 1em;
        padding: 0px 12px;
    }
    
    
}
    
@media screen and (max-width: 1024px){

.header {
    padding: 0.3em 0em 0.3em 0em;
    }
.navbar-nav {
    margin-top: 10px; 
    }
  .navbar-brand>img {
    display: block;
    width: 280px;
}
.navbar-default .navbar-nav > li > a { 
    font-size: 1em;
    padding: 26px 17px 18px 0px;    
}
.welcome-sec {
        margin: 4em 4em;
}
.welcome-sec h2 {
    margin-bottom: 1em;
    font-size: 2em;
    }
p.wel-text {
     font-size: 13px;
     margin: 16px auto;
}
.welcome-inner h3 {
     margin: 1em 0 .5em;
    }
.welcome-inner h4 {
     margin: 2em 0 .9em;
    font-size: 14px;
    font-weight: 700;
    }
 
.welcome-inner p {
      font-size: 13px;
    } 
h3.title {
    font-size: 2em;
    }
 
h3.title2 {
    font-size: 2em;
    }
    h4.im-text {
        font-size: 16px;
    }
    .ps1 h2 {
        font-size: 16px;
    }
    .ps1 p {
    font-size: 13px;
    }
    a.readm {
       font-size: 14px;
    }
    
    .map-sec iframe {
    width: 100%;
    height: 367px;
}
    h3.contact {
    font-size: 2em;
    }
    .contact-left input[type="text"], .contact-left textarea {
    width: 100%;
    padding: 0.8em;
    font-size: 13px;
    }
    .contact-left input[type="submit"], .contact-left input[type="reset"] {
    font-size: 13px;
    padding: 0.9em 0;
    width: 21.68%;
    }
.footer-section {
   padding: 2.5em 0;
    }
.footer-section p {
    margin: 1em auto;
    width: 80%;
    font-size: 13px;
}
.menu ul li a {
    font-size: 12px;
    padding: 10px 13px;
    }
    
    .copy-section {
    padding: 1em 0;
    }
    .copy-section p {
    font-size: 13px;
    }

}
    @media screen and (max-width: 999px) {
        .navbar-brand {
            height: 50px;
        }
        .navbar-default .navbar-nav > li > a {
            font-size: 1em;
            padding: 20px 8px;
        }
        .navbar-brand>img {
            display: block;
            width: 250px;
        }
    }
@media screen and (max-width: 768px){
    .navbar-brand {
        height: 50px;
    }
 .navbar-brand img {
    width: 300px;
    height: 60px;
    margin: 0 auto;
}
    .navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
    padding: 10px;
}
 div#bs-example-navbar-collapse-1::before {
    border-top: 670px solid #ffffff;
    border-right: 653px solid transparent;
}   
.welcome-sec h2 {
    margin-bottom: 1em;
    font-size: 1.7em;
}
p.wel-text {
    font-size: 12px;
    margin: 16px auto;
}
h3.title {
    font-size: 1.7em;
}
    .welcome-inner h3 {
    margin: 1em 0em;
    font-size: 1.4em;
}
.welcome-inner h4 {
    margin: 1.5em 0 .5em;
    font-size: 14px;
    font-weight: 700;
}
    h4.im-text {
    font-size: 12px;
}
.ps1 .icon {
    margin-bottom: 10px;
    margin-top: -55px;
    max-width: 90px;
}
 .ps1 h2 {
    font-size: 14px;
}
    .ps1 p {
    font-size: 13px;
    margin: 10px 0px;
}
a.readm {
    font-size: 13px;
}
h3.title2 {
    font-size: 1.7em;
}
    h3.contact {
    font-size: 1.7em;
}
    .contact-left input[type="submit"], .contact-left input[type="reset"] {
    font-size: 12px;
    padding: 0.8em 0;
    width: 21.68%;
}
    .client-img img {
    margin-bottom: 10px;
}
    .navbar-default .navbar-nav > li > a {
        font-size: 0.9em;
        padding: 20px 9px;
    }
}
@media screen and (max-width: 425px){
 
    div#bs-example-navbar-collapse-1::before {
    border-right: 375px solid transparent;
}
   .navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #edc319;
}
    .navbar-nav>li {
        float: left;
        margin-top: -15px;
        width: 100%;
    }
    div#bs-example-navbar-collapse-1::before {
        border-right: 0;
    }
    .welcome-sec h2 {
    margin-bottom: 1em;
    font-size: 1.4em;
}
    .welcome-sec {
    margin: 3em 0;
}
.welcome-inner h3 {
    margin: 1em 0em;
}    
.welcome-inner h4 {
    margin: 0.5em 0;
    }
    .welcome-inner p {
    font-size: 12px;
}
  .ourpro-grid {
    margin-bottom: 1.5em;
}
    
}
