<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=== Media Query CSS===*/

/****===========================================================================
      Min-width:320px and Max-widht:479px Media Query
==============================================================================**/

@media (min-width: 320px) and (max-width: 479px) {
	
/*====================== Header Part Media Query Start ==============================*/
.years-50-col img {
    margin-top: -4px;
    margin-left: 0px;
    width: 60px !important;
    float: left;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 0px;
    background-color: #333;
   
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 3px) !important;
       transform: rotate(-45deg) translate(0px, 3px) !important;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -9px) !important;
       transform: rotate(45deg) translate(-5px, -9px) !important;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px !important;
    width: 23px !important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 23px !important;
    height: 2px;
    border-radius: 1px;
}
.brand-logo-name img {
   margin-top: 0px;
    margin: 0;
    margin-left: 70px !important;
    /* background: #fcb131; */
    padding: 18px 10px 6px 10px;
    margin-top: 1px;
    width: 190px !important;
    /* height: 30px !important; */
    height: auto !important;
    margin-top: 6px !important;
}

.navbar-main {
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 0px;
    border: 0px;
	 padding: 0px 0px;
    border-radius: 0px;
    /* box-shadow: 2px 3px 7px 0px #888; */
    margin-top: 0px;
    margin-left: 0%;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 0px 0px;
    margin-top:3px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-brand {
     width: 155px !important;
     height:auto !important; 
}

.header-col-offset{
	padding:0px;
}
.navbar-main .navbar-nav li a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 3px 10px;
	
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding-top: 4px;
}
/* #section-home1{
	margin-top:17%;
} */
.navbar-main .navbar-nav li a:hover {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    padding: 5px 10px;
	color: #000;
    background: #fcb131;
}


.navbar-main .navbar-nav li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 2px;
    background:none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/*====================== Header Part Media Query End ==============================*/

/*====================== Footer Part Media Query Start ==============================*/

.bottom-pioneer-ul li {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

#footer-section {
    background: #000;
    overflow: auto;
    padding: 15px 0px 20px 0px;
}

.triangle-bottomleft img{
	width: 220px;
    position: relative;
    top: -7px;
}

.triangle-bottomleft {
     width: 0;
    height: 0;
    border-bottom: 40px solid #fcb131;
    border-left: 0px solid transparent;
    min-width: 100%;
    border-radius: 40px solid red;
    line-height: 0px;
    padding: 0px;
    border-right: 0px solid transparent;
    float: left;
    margin: 0px;
    /* text-align: center; */
    color: #fff;
    height: 30px;
    top: 0px;
    bottom: 28px;
    padding-top: 0px !important;
    /* cursor: pointer; */
    line-height: 5px;
    padding-left: -15px;
    /* font-size: 55px; */
    padding-left: 0px;
    /* font-weight: 600; */
	margin-bottom:10px;
}
.list-copyright-menu li {
  padding: 0px 0px 0px 0px;
    line-height: 17px;
}
#copyright {
    background: url(../img/bg1.jpg) repeat-x;
    padding: 0px 0;
    color: #fff;
    /* position: fixed; */
    bottom: 0px;
    left: 0px;
    font-size: 15px;
    background-size: cover;
    /* z-index: -1; */
    margin: 0;
    overflow: auto;
	    padding-bottom: 10px;
}
.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    text-align: center;
}
.list-copyright-menu{
	padding-bottom:0px;
}
.back-to-top-btn {
    border: none;
    background: #ddd !important;
    padding: 4px 8px;
}

.safty-part img {
    width: 90px;
    margin: 0 auto;
    text-align: center;
    /* float: right; */
    display: block;
    margin-bottom: 10px;
}
.safty-part a span {
    text-decoration: none !important;
}
.safty-part a span {
    color: #000;
    font-size: 16px;
    /* line-height: 36px; */
    margin-left: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.safty-part i {
    color: #000;
    font-size: 18px;
}
.safty-part a span:hover {
    text-decoration: none !important;
    color: #fff;
   font-size: 16px;
    /* line-height: 36px; */
    margin-left: 0px;
    text-transform: uppercase;
    vertical-align: middle;
}
/*====================== Footer Part Media Query End ==============================*/

/*====================== Home Page Media Query Start ==============================*/
.v-carousel-caption P {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 12px !important;
}
.v-carousel-caption {
    right: 5% !important;
    background: rgba(249, 184, 29, 0.86);
    text-shadow: 0px 0px 0px #000;
    left: 0%;
    /* overflow: auto; */
    /* border-radius: 0px 15px 15px 0px; */
    bottom: 6%;
    font-size: 16px;
    /* width: auto; */
    padding-bottom: 0px;
    padding: 10px 10px 10px 0px;
}

.home-about-grid img {
    margin-top: 6%;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
}
#about-two-grid {
    margin-top: 0%;
    margin-bottom: 0%;
    overflow: hidden;
    background: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    /* box-shadow: 0px 2px 7px 0px #888; */
    /* border-bottom: 6px double #888; */
    line-height: 20px;
}

.home-about-grid h2 {
    background: #000;
    color: #fff;
    font-size: bold;
    padding: 8px 20px 8px 20px;
    font-size: 22px;
    margin: 0;
}
.same-height-div {
    height: auto;
}
.home-about-grid ul {
    font-size: 16px;
    line-height: 24px;
    color: #9d9d9d;
    margin: 0;
    padding: 0 0px 0px 20px;
    text-align: justify;
    margin: 0px !important;
}


.home-about-grid {
    text-align: justify;
    margin: 9% 0%;
}

.home-about-grid p {
    font-size: 16px;
    line-height: 21px;
    color: #9d9d9d;
}

.str_wrap img {
    max-width: none !important;
    /* background: #a9a9a9; */
    border: 0px solid #888;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
    margin-top: 50px;
	width:140px !important;
	height:auto !important;
}
.crane-list-prev {
    background: #000;
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
    padding: ma;
    margin-left: 6px !important;
    height: 35px;
    border-radius: 0px;
    margin-right: 6px !important;
    line-height: 35px;
    margin: 0px;
    width: 101px;
    padding: 0;
    margin-top: 0px;
    vertical-align: middle;
    transition: all 0.3s linear;
}




/*====================== Home Page Media Query End ==============================*/

/*====================== About Page Media Query Start ==============================*/
#client-section h2 {
    text-align: center;
    display: inline-block;
    margin: 0px;
    /* margin: 0 auto; */
    color: #000;
    background: #fcb131;
    padding: 7px 25px 7px 25px;
    border-radius: 10px;
    margin-top: 7%;
	font-size: 18px !important;
    /* cursor: pointer; */
    font-weight: bold;
    transition: all 0.3s linear;
}
.contact-hading {
    margin: 3% 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
#client-section h2:hover {
    text-align: center;
    display: inline-block;
    margin: 0px;
    color: #000;
    background: #fcb131;
    font-weight: bold;
	font-size: 18px !important;

    /* margin: 0 auto; */
     padding: 7px 25px 7px 25px;
    border-radius: 10px;
    margin-top: 7%;
}
.what-ecs-left h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #fcb131;
    display: inline-block;
    padding-bottom: 7px;
}
.yellow-heading {
    color: #fcb131;
    font-size: 20px;
}
.our-colre-value h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.our-colre-value h3 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}

.what-ecs-right {
    margin-top: 7%;
}

.timeline &gt; li:not(.timeline-inverted) {
    padding-right: 10px;
}

.timeline &gt; li &gt; .timeline-panel {
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 15px;
    background: #333 !important;
    position: relative;
    /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
.timeline-heading h4 {
    font-size: 26px;
    color: #fcb131;
    margin: 0;
}
.timeline-body p {
    color: #fff;
    font-size: 18px;
}
.right-timeline-text {
    width: 100%;
    float: none;
    text-align: center;
}

.timeline &gt; li.timeline-inverted {
    padding-left: 10px;
}
.left-timeline-text {
    width: 100%;
    float: none;
    text-align: center;
}
.timeline &gt; li &gt; .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    display: none;
    left: 50%;
    margin-left: -25px;
    background-color: #fcb131;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 4px;
	display:none;
    background-color: #6b6c6f;
    left: 50%;
    margin-left: -1px;
    box-shadow: 0px 5px 0px 1px #888;
}

.timeline {
    list-style: none;
    padding: 0px 0 0px;
    position: relative;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 15px;
    border-bottom: 1px solid transparent;
}
/*====================== About Page Media Query End ==============================*/

/*====================== Achievement Page Media Query Star t==============================*/
.achivement-modal-dialog {
    width: 100%;
    margin-top: 3%;
    margin: 10px !important;
}
.achivement-modal-close {
    color: #fff;
    opacity: 9.5;
    font-size: 40px !important;
}
.achivement-part h2 {
    background: #000;
    padding: 8px 20px 8px 20px;
    color: #fff;
    margin: 0px;
    font-size: 19px;
    margin-bottom: 15px;
	    margin-top: 10px;
}
.achivement-mumb-heading {
    margin-right: 0px;
    font-weight: bold;
    color: #000;
    width: 0px;
    float: none;
    font-size: 18px;
}
.achivement-part p {
    font-size: 16px;
    color: #222;
    display: inline-block;
}
.colan-space {
    margin-right: 2px;
}
.polaroids {
	    overflow: auto;
}
ul.polaroids img {
    display: block;
  
    margin-bottom: 0px;
}
.new-our-project-fluid {
    margin-top: 0px;
}

.polaroids .achivement-gallery-part a {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 19px 0px;
    width: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    /* -webkit-transform: rotate(-2deg); */
    /* -webkit-transition: -webkit-transform .25s linear; */
    /* -moz-transform: rotate(-2deg); */
}
.polaroids .achivement-gallery-part {
    /* padding-left: auto; */
     display: inline-block !important; 
}
.polaroids .achivement-gallery-part a:hover{
	 margin: 0 0 19px 0px;
	 -webkit-transform:scale(1);  
	 -moz-transform:scale(1);  
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	
}

.polaroids .achivement-gallery-part:nth-child(3n) a {
    -webkit-transform: none;
    /* position: relative; */
     top: 0px; 
    -moz-transform: none;
}

.polaroids .achivement-gallery-part:nth-child(5n) a{
	/* -webkit-transform:rotate(5deg); */
	/* position:relative; */
	right:0px;
	/* -moz-transform:rotate(5deg); */
}
.polaroids .achivement-gallery-part:nth-child(8n) a{
	/* position:relative; */
	right:0px;
	top:0px;
}
.polaroids .achivement-gallery-part:nth-child(11n) a{
	/* position:relative;  */
	left:0px;
	top:0px;
}
/*====================== Achievement Page Media Query End ==============================*/


/*====================== Equipment Page Media Query Start ==============================*/
.eq-mobile p {
    font-size: 18px;
    margin-right: 0px;
    color: #000;
    vertical-align: middle;
    margin-top: 5px;
    position: relative;
    top: 1px;
	margin:0px;
}
.eq-mobile p a {
    color: #000;
    font-size: 17px;
}
.eq-mobile p i {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 5px;
    color: #000;
}
.eq-mail-icon {
    font-size: 20px !important;
    color: #000;
}
.eq-img-part p {
       /* position: absolute; */
    text-align: center !important;
    margin: 0 auto;
    padding: 5px 0px 0px 0px !important;
    font-size: 12px !important;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px;
}
#eq-call-bg-img-section {
    margin-top: -6%;
    margin-bottom: 2%;
    overflow: hidden;
}
.eq-img-part {
    padding: 0px;
}
.eq-mobile {
    margin-top: 0px;
    /* margin-left: 15px; */
    color: #000;
    /* margin: 0px 10px 0px 10px; */
}
#eq-call-band {
    background: #fcb131;
    overflow: auto;
    margin: 5% 0%;
    padding: 1% 0% 5% 0%;
}
.speak-text {
        font-size: 17px !important;
    vertical-align: middle;
    margin-top: 5px;
    /* margin-right: 35px; */
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.speak-text  p {
	margin:0px;
	
}
.eq-hading-orange {
    color: #fcb131;
    font-size: 15px !important;
}
.eq-overlay-machine {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    font-size: 16px !important;
    padding: 4px 0px 4px 0px !important;
}
.check-machine {
    width: 100% !important;
}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    font-size: 17px !important;
    padding: 4px 0px 4px 0px !important;
}
.eq-overlay-machine img {
        width: 26px !important;
    background: #fff;
    padding: 4px;
    margin-right: 10px;
    margin-left: 12px;
}
.eq-machine-info {
    position: absolute;
    color: #ffffff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 1% 0 0% 0% !important;
    transform: scale(0);
    z-index: 9999;
    transition: all 0.4s linear;
}
.eq-donload-btn {
    padding: 3px 10px !important;
    border-radius: 0px;
    background: #fcb131;
    color: #000;
    border: none;
    /* margin-top: 8px; */
    font-size: 15px !important;
    margin: 0 auto;
    display: table;
    text-decoration: none !important;
    margin-top: 0px !important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 11px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

.check-feild-fluid {
    padding-top: 2%;
    padding-bottom: 7%;
    margin-top: 6%;
}

.check-machine-grid {
       background: url(../img/bg_services.jpg);
    background-size: cover;
    overflow: hidden;
    /* background: #fff; */
    padding-top: 18px;
    padding-bottom: 18px;
    box-shadow: 0px 0px 4px 1px #888;
    margin-top: 0px;
}
.eq-machine-form {
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    border: 1px solid #888;
}

.check-form-btn button {
    border: 0px;
    background: #fcb131;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    padding: 3px 30px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    text-align: center;
    margin-top: 0px;
}
/*====================== Equipment Page Media Query End ==============================*/

/*====================== Contact Page Media Query Start ==============================*/


#contact-map-section iframe {
    /* box-shadow: inset 0 0 10px #000000 !important; */
    box-shadow: 0px 0px 2px 2px #888;
    width: 100%;
    height: 200px;
	margin-top:15px;
}

.info h3 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.box &gt; .icon &gt; .info:hover p {
    font-size: 16px !important;
}
.box &gt; .icon &gt; .info &gt; p {
    font-size: 16px !important;
    color: #000;
}

.box .space {
    height: 0px;
}

.box &gt; .icon &gt; .info {
    margin-top: 0px;
    /* background: rgba(0, 0, 0, 0.04); */
    /* border: 1px solid #e0e0e0; */
    background: transparent;
    padding: 0px 0 0px 0;
    height: auto;
    color: #000;
}

.info p a {
    font-size: 16px !important;
    font-weight: bold;
}
.info p a:hover {
    font-size: 16px !important;
    font-weight: bold;
}
.contact-ceo-mail {
    margin-top: 7px;
    margin-bottom: 7px;
}
.box &gt; .icon &gt; .info:hover p {
    font-size: 16px !important;
}

.box &gt; .icon &gt; .info p {
    font-size: 16px !important;
	    margin: 0;
}
.contact-form {
    border-radius: 0px;
    height: 32px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 6px;
}
#contact-section {
    /* background: #ddd; */
    overflow: auto;
    background: url(../img/bg_services.jpg);
    background-size: cover;
    position: relative;
    padding-top: 6%;
    padding-bottom: 8%;
    margin-top: 8%;
}

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

.contact-btn:hover {
    border-radius: 0px;
    font-size: 16px;
    /* background: #000; */
    color: #fcb131;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    margin-top: 10px;
}


/*====================== Contact Page Media Query End ==============================*/


	
	
	
}



/****===========================================================================
           Max-widht:767px Media Query
==============================================================================**/

@media (max-width: 767px) {
	
	
/*====================== Header Part Media Query Start ==============================*/
#main-bar{
	background:#fff;
}
.years-50-col img {
       margin-top: -4px;
    margin-left: 0px;
    width: 70px;
    float: left;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
    width: 28px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 1px;
}

.bar1, .bar2, .bar3 {
    width: 40px ;
    height: 0px;
    background-color: #333;
   
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-1px, 4px);
       transform: rotate(-45deg) translate(-1px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -10px);
       transform: rotate(45deg) translate(-7px, -10px);
}

.brand-logo-name img {
        margin-top: 0px;
    margin: 0;
    margin-left: 90px;
    /* background: #fcb131; */
    padding: 11px 10px 10px 10px;
    margin-top: 1px;
    width: 300px;
    /* height: 30px !important; */
    height: auto !important;
}

.navbar-main {
      background: none;
    margin-bottom: 0px;
    border: 0px;
	 padding: 0px 0px;
    border-radius: 0px;
    /* box-shadow: 2px 3px 7px 0px #888; */
    margin-top: 0px;
    margin-left: 0%;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-brand {
     width: 155px !important;
     height:auto !important; 
}

.header-col-offset{
	padding:0px;
}
.navbar-main .navbar-nav li a {
       color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    padding: 5px 10px;
}

.navbar-main .navbar-nav li a:hover {
       color: #000;
    font-weight: 700;
    font-size: 15px;
	background: #fcb131;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    padding: 5px 10px;
}
.navbar-main .navbar-nav li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 2px;
    background:none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.top-navbar-space {
    margin-right: 10px;
    margin-top: 15px;
    padding: 10px 8px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding-top: 4px;
}
/* #section-home1{
	margin-top:17%;
} */



/*====================== Header Part Media Query End ==============================*/

/*====================== Footer Part Media Query Start ==============================*/

.bottom-pioneer-ul li {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

#footer-section {
    background: #000;
    overflow: auto;
    padding: 15px 0px 20px 0px;
}

.triangle-bottomleft img{
	    width: 230px;
    position: relative;
    top: 0px;
}

.triangle-bottomleft {
     width: 0;
    height: 0;
    border-bottom: 40px solid #fcb131;
    border-left: 0px solid transparent;
    min-width: 100%;
    border-radius: 40px solid red;
    line-height: 0px;
    padding: 0px;
    border-right: 0px solid transparent;
    float: left;
    margin: 0px;
    /* text-align: center; */
    color: #fff;
    height: 30px;
    top: 0px;
    bottom: 28px;
    padding-top: 0px !important;
    /* cursor: pointer; */
    line-height: 5px;
    padding-left: -15px;
    /* font-size: 55px; */
    padding-left: 0px;
    /* font-weight: 600; */
	margin-bottom:10px;
}
.list-copyright-menu li {
  padding: 0px 0px 0px 0px;
    line-height: 17px;
}
#copyright {
    background: url(../img/bg1.jpg) repeat-x;
    padding: 0px 0;
    color: #fff;
    /* position: fixed; */
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    background-size: cover;
    /* z-index: -1; */
    margin: 0;
    overflow: auto;
	    padding-bottom: 10px;
}
.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    text-align: center;
}
.list-copyright-menu{
	padding-bottom:0px;
}
.back-to-top-btn {
    border: none;
    background: #ddd !important;
    padding: 4px 8px;
}

.safty-part img {
    width: 90px;
    margin: 0 auto;
    text-align: center;
    /* float: right; */
    display: block;
    margin-bottom: 10px;
}
.safty-part a span {
    text-decoration: none !important;
}
.safty-part a span {
   color: #000;
    font-size: 18px;
    /* line-height: 36px; */
    margin-left: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.safty-part i {
    color: #000;
    font-size: 20px;
}
.safty-part a span:hover {
    text-decoration: none !important;
    color: #fff;
   font-size: 18px;
    /* line-height: 36px; */
    margin-left: 0px;
    text-transform: uppercase;
    vertical-align: middle;
}
/*====================== Footer Part Media Query End ==============================*/

/*====================== Home Page Media Query Start ==============================*/
.v-carousel-caption P {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 14px;
}
.v-carousel-caption {
    right: 15%;
    background: rgba(249, 184, 29, 0.86);
    text-shadow: 0px 0px 0px #000;
    left: 0%;
    /* overflow: auto; */
    /* border-radius: 0px 15px 15px 0px; */
    bottom: 6%;
    font-size: 16px;
    /* width: auto; */
    padding-bottom: 0px;
    padding: 10px 10px 10px 0px;
}

.home-about-grid img {
    margin-top: 6%;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
}
#about-two-grid {
    margin-top: 0%;
    margin-bottom: 0%;
    overflow: hidden;
    background: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    /* box-shadow: 0px 2px 7px 0px #888; */
    /* border-bottom: 6px double #888; */
    line-height: 20px;
}

.home-about-grid h2 {
    background: #000;
    color: #fff;
    font-size: bold;
    padding: 8px 20px 8px 20px;
    font-size: 25px;
    margin: 0;
}
.same-height-div {
    height: auto;
}
.home-about-grid ul {
    font-size: 16px;
    line-height: 24px;
    color: #9d9d9d;
    margin: 0;
    padding: 0 0px 0px 20px;
    text-align: justify;
    margin: 0px !important;
}


.home-about-grid {
    text-align: justify;
    margin: 9% 0%;
}

.home-about-grid p {
    font-size: 16px;
    line-height: 21px;
    color: #9d9d9d;
}

.str_wrap img {
    max-width: none !important;
    /* background: #a9a9a9; */
    border: 0px solid #888;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
    margin-top: 50px;
	width:140px !important;
	height:auto !important;
}
.crane-list-prev {
    background: #000;
    color: #fff;
    font-size: 17px;
    /* font-weight: bold; */
    padding: ma;
    margin-left: 6px !important;
    height: 40px;
    border-radius: 0px;
    margin-right: 6px !important;
    line-height: 40px;
    margin: 0px;
    width: 120px;
    padding: 0;
    margin-top: 0px;
    vertical-align: middle;
    transition: all 0.3s linear;
}




/*====================== Home Page Media Query End ==============================*/

/*====================== About Page Media Query Start ==============================*/

#client-section h2 {
    text-align: center;
    display: inline-block;
    margin: 0px;
    /* margin: 0 auto; */
    color: #000;
    background: #fcb131;
    padding: 7px 25px 7px 25px;
    border-radius: 10px;
    margin-top: 7%;
	font-size: 21px;
    /* cursor: pointer; */
    font-weight: bold;
    transition: all 0.3s linear;
}
.contact-hading {
    margin: 3% 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
#client-section h2:hover {
    text-align: center;
    display: inline-block;
    margin: 0px;
    color: #000;
    background: #fcb131;
    font-weight: bold;
	font-size: 21px;

    /* margin: 0 auto; */
     padding: 7px 25px 7px 25px;
    border-radius: 10px;
    margin-top: 7%;
}
.what-ecs-left h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #fcb131;
    display: inline-block;
    padding-bottom: 7px;
}
.yellow-heading {
    color: #fcb131;
    font-size: 24px;
}
.our-colre-value h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.our-colre-value h3 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}

.what-ecs-right {
    margin-top: 7%;
}

.timeline &gt; li:not(.timeline-inverted) {
    padding-right: 10px;
}

.timeline &gt; li &gt; .timeline-panel {
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 15px;
	    margin-bottom: 2px;
	text-align:center;
    background: #333 !important;
    position: relative;
    /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
.timeline-heading h4 {
    font-size: 26px;
    color: #fcb131;
    margin: 0;
}
.timeline-body p {
    color: #fff;
    font-size: 18px;
}
.right-timeline-text {
    width: 100%;
    float: none;
    text-align: center;
}

.timeline &gt; li.timeline-inverted {
    padding-left: 10px;
}
.left-timeline-text {
    width: 100%;
    float: none;
    text-align: center;
}
.timeline &gt; li &gt; .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    display: none;
    left: 50%;
    margin-left: -25px;
    background-color: #fcb131;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 4px;
	display:none;
    background-color: #6b6c6f;
    left: 50%;
    margin-left: -1px;
    box-shadow: 0px 5px 0px 1px #888;
}

.timeline {
    list-style: none;
    padding: 0px 0 0px;
    position: relative;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 15px;
    border-bottom: 1px solid transparent;
}
/*====================== About Page Media Query End ==============================*/

/*====================== Achievement Page Media Query Star t==============================*/
.achivement-modal-dialog {
    width: 100%;
    margin-top: 3%;
    margin: 10px;
}
.achivement-modal-close {
    color: #fff;
    opacity: 9.5;
    font-size: 40px;
}
.achivement-part h2 {
    background: #000;
    padding: 8px 20px 8px 20px;
    color: #fff;
    margin: 0px;
    font-size: 22px;
    margin-bottom: 15px;
	    margin-top: 10px;
}
.achivement-mumb-heading {
    margin-right: 0px;
    font-weight: bold;
    color: #000;
    width: 0px;
    float: none;
    font-size: 18px;
}
.achivement-part p {
    font-size: 16px;
    color: #222;
    display: inline-block;
}
.colan-space {
    margin-right: 2px;
}
.polaroids {
	    overflow: auto;
}
ul.polaroids img {
    display: block;
  
    margin-bottom: 0px;
}
.new-our-project-fluid {
    margin-top: 0px;
}

.polaroids .achivement-gallery-part a {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 19px 0px;
    width: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    /* -webkit-transform: rotate(-2deg); */
    /* -webkit-transition: -webkit-transform .25s linear; */
    /* -moz-transform: rotate(-2deg); */
}
.polaroids .achivement-gallery-part {
    /* padding-left: auto; */
     display: inline-block !important; 
}
.polaroids .achivement-gallery-part a:hover{
	 margin: 0 0 19px 0px;
	 -webkit-transform:scale(1);  
	 -moz-transform:scale(1);  
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	
}

.polaroids .achivement-gallery-part:nth-child(3n) a {
    -webkit-transform: none;
    /* position: relative; */
     top: 0px; 
    -moz-transform: none;
}

.polaroids .achivement-gallery-part:nth-child(5n) a{
	/* -webkit-transform:rotate(5deg); */
	/* position:relative; */
	right:0px;
	/* -moz-transform:rotate(5deg); */
}
.polaroids .achivement-gallery-part:nth-child(8n) a{
	/* position:relative; */
	right:0px;
	top:0px;
}
.polaroids .achivement-gallery-part:nth-child(11n) a{
	/* position:relative;  */
	left:0px;
	top:0px;
}
/*====================== Achievement Page Media Query End ==============================*/

/*====================== Equipment Page Media Query Start ==============================*/
.eq-mobile p {
    font-size: 18px;
    margin-right: 0px;
    color: #000;
    vertical-align: middle;
    margin-top: 5px;
    position: relative;
    top: 1px;
	margin:0px;
}
.eq-mobile p a {
    color: #000;
    font-size: 17px;
}
.eq-mobile p i {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 5px;
    color: #000;
}
.eq-mail-icon {
    font-size: 20px !important;
    color: #000;
}
.eq-img-part p {
        /* position: absolute; */
    text-align: center !important;
    margin: 0 auto;
    padding: 11px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px;
}
#eq-call-bg-img-section {
    margin-top: -6%;
    margin-bottom: 2%;
    overflow: hidden;
}
.eq-img-part {
    padding: 0px;
}
.eq-mobile {
    margin-top: 0px;
    /* margin-left: 15px; */
    color: #000;
    /* margin: 0px 10px 0px 10px; */
}
#eq-call-band {
    background: #fcb131;
    overflow: auto;
    margin: 5% 0%;
    padding: 1% 0% 5% 0%;
}
.speak-text {
        font-size: 20px;
    vertical-align: middle;
    margin-top: 5px;
    /* margin-right: 35px; */
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.speak-text  p {
	margin:0px;
	
}
.eq-hading-orange {
    color: #fcb131;
    font-size: 15px;
}
.eq-overlay-machine {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    font-size: 16px !important;
    padding:7px 0px 7px 0px !important;
}
.eq-overlay-machine img {
    width: 30px;
    background: #fff;
    padding: 4px;
    margin-right: 10px;
    margin-left: 12px;
}
.eq-machine-info {
    position: absolute;
    color: #ffffff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 9% 0 0% 0%;
    transform: scale(0);
    z-index: 9999;
    transition: all 0.4s linear;
}
.eq-donload-btn {
    padding: 7px 20px;
    border-radius: 0px;
    background: #fcb131;
    color: #000;
    border: none;
    /* margin-top: 8px; */
    font-size: 17px;
    margin: 0 auto;
    display: table;
    text-decoration: none !important;
    margin-top: 20px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 11px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

.check-feild-fluid {
    padding-top: 2%;
    padding-bottom: 7%;
    margin-top: 6%;
}

.check-machine-grid {
       background: url(../img/bg_services.jpg);
    background-size: cover;
    overflow: hidden;
    /* background: #fff; */
    padding-top: 18px;
    padding-bottom: 18px;
    box-shadow: 0px 0px 4px 1px #888;
    margin-top: 0px;
}
.eq-machine-form {
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    border: 1px solid #888;
}

.check-form-btn button {
    border: 0px;
    background: #fcb131;
    border-radius: 0px;
    color: #000;
    font-size: 17px;
    padding: 5px 40px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    text-align: center;
    margin-top: 0px;
}
.check-machine {
    width: 50%;
}
/*====================== Equipment Page Media Query End ==============================*/

/*====================== Contact Page Media Query Start ==============================*/


#contact-map-section iframe {
    /* box-shadow: inset 0 0 10px #000000 !important; */
    box-shadow: 0px 0px 2px 2px #888;
    width: 100%;
    height: 200px;
	margin-top:15px;
}

.info h3 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.box &gt; .icon &gt; .info:hover p {
    font-size: 16px !important;
}
.box &gt; .icon &gt; .info &gt; p {
    font-size: 16px !important;
    color: #000;
}

.box .space {
    height: 0px;
}

.box &gt; .icon &gt; .info {
    margin-top: 0px;
    /* background: rgba(0, 0, 0, 0.04); */
    /* border: 1px solid #e0e0e0; */
    background: transparent;
    padding: 0px 0 0px 0;
    height: auto;
    color: #000;
}

.info p a {
    font-size: 16px !important;
    font-weight: bold;
}
.info p a:hover {
    font-size: 16px !important;
    font-weight: bold;
}
.contact-ceo-mail {
    margin-top: 7px;
    margin-bottom: 7px;
}
.box &gt; .icon &gt; .info:hover p {
    font-size: 16px !important;
}

.box &gt; .icon &gt; .info p {
    font-size: 16px !important;
	    margin: 0;
}
.contact-form {
    border-radius: 0px;
    height: 32px;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
#contact-section {
    /* background: #ddd; */
    overflow: auto;
    background: url(../img/bg_services.jpg);
    background-size: cover;
    position: relative;
    padding-top: 6%;
    padding-bottom: 8%;
    margin-top: 8%;
}

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

.contact-btn:hover {
    border-radius: 0px;
    font-size: 16px;
    /* background: #000; */
    color: #fcb131;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    margin-top: 10px;
}


/*====================== Contact Page Media Query End ==============================*/
	
}


/****===========================================================================
          Min-width:768px and Max-widht:1023px Media Query
==============================================================================**/
@media (min-width: 768px) and (max-width: 1023px) {
	
	
/*====================== Header Part Media Query Start ==============================*/
.v-carousel-caption P {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 18px;
}
.v-carousel-caption {
    right: 10%;
    background: rgba(249, 184, 29, 0.86);
    text-shadow: 0px 0px 0px #000;
    left: 0%;
    /* overflow: auto; */
    /* border-radius: 0px 15px 15px 0px; */
    bottom: 6%;
    font-size: 14px;
    /* width: auto; */
    padding-bottom: 0px;
    padding: 10px 10px 10px 0px;
}
.achivement-modal-dialog {
    width: 100%;
    margin-top: 3%;
    margin: 10px;
}
.brand-logo-name img {
    margin-top: 0px;
    margin: 0;
    margin-left: 0px;
    /* background: #fcb131; */
    padding: 12px 10px 0px 10px;
    margin-top: 0px;
}
.navbar-brand img {
    width: 235px;
    height: auto;
}
.navbar-main .navbar-nav li a {
          color: #000;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    margin-top: 9px;
    padding: 0px 6px;
}
.top-navbar-space {
    margin-right: 10px;
    margin-top: 6px;
}

.navbar-main .navbar-nav li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: -4px;
    left: 0px;
    margin-top: 8px;
    top: -4px;
    border-radius: 2px;
    background: #fcb131;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.years-50-col img {
        margin-top: -4px;
    margin-left: 0px;
    width: 70px;
}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 7px;
}
.navbar-main {
     background: rgba(255, 255, 255, 0.75);
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    /* box-shadow: 2px 3px 7px 0px #888; */
    padding: 0px 0px;
    margin-top: 5px;
    margin-left: 12%;
    margin-right: 20px;
    
}
.header-col-offset{
	padding:0px;
}
/*====================== Header Part Media Query End ==============================*/

/*====================== Footer Part Media Query Start ==============================*/
.safty-part a span {
    color: #000;
    font-size: 20px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part a span {
    color: #000;
    font-size: 20px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part a span:hover {
    text-decoration: none !important;
    color: #fff;
    font-size: 20px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part i {
    color: #000;
    font-size: 27px;
}
.list-footer-social li a {
    display: inline-block;
    font-size: 18px;
    color: #929292;
    padding: 5px 0px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#copyright {
    background: url(../img/bg1.jpg) repeat-x;
    padding: 0px 0;
    color: #fff;
    /* position: fixed; */
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    /* z-index: -1; */
    margin: 0;
    overflow: auto;
}
.triangle-bottomleft img{
	    width: 215px;
    margin-top: 20px;
}
.list-copyright-menu{
	margin-left:-10px;
}
/*====================== Footer Part Media Query End ==============================*/

/*====================== Home Page Media Query Start ==============================*/

.home-about-grid ul {
    font-size: 17px;
    line-height: 21px;
    color: #9d9d9d;
    margin: 0;
    padding: 0 0px 0px 20px;
    text-align: justify;
    margin: 0px !important;
}
.home-about-grid img {
    margin-top: 6%;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
}
.same-height-div {
    height: 170px;
}
.home-about-grid p {
    font-size: 17px;
    line-height: 21px;
    color: #9d9d9d;
}
/*====================== Home Page Media Query End ==============================*/

/*====================== About Page Media Query Start ==============================*/

.contact-hading {
    margin: 3% 0;
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.what-ecs-left h2 {
    color: #000;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #fcb131;
    display: inline-block;
    padding-bottom: 10px;
}
.yellow-heading {
    color: #fcb131;
    font-size: 27px;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    text-align: center;
}
.timeline-heading h4 {
    font-size: 30px;
    color: #fcb131;
}
.timeline-title {
    margin-top: 5px;
    color: inherit;
    margin-bottom: 5px;
}
.right-timeline-text {
    width: 100%;
    float: none;
}
.left-timeline-text {
    width: 100%;
    float: none;
}
/*====================== About Page Media Query End ==============================*/

/*====================== Achievement Page Media Query Star t==============================*/
.achivement-part h2 {
    background: #000;
    padding: 8px 20px 8px 20px;
    color: #fff;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 22px;
}
.achivement-mumb-heading {
    margin-right: 4px;
    font-weight: bold;
    color: #000;
   width: auto; 
    float: none;
}
.achivement-part p {
    font-size: 17px;
    color: #222;
    display: flex;
}
.achivement-mumb-heading {
    margin-right: 4px;
    font-weight: bold;
    color: #000;
    width: auto; 
    float: none;
    font-size: 18px;
}
ul.polaroids li {
    padding-left: 26px;
    display: inline-block !important;
}
.polaroids {
	    padding-left: 0px;
    
    margin-bottom: 0px;
	
}
.new-our-project-fluid {
    margin-top: 30px;
    margin-bottom: 20px;
}
.polaroids .achivement-gallery-part a {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 25px 0px;
    width: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    /* -webkit-transform: rotate(-2deg); */
    -webkit-transition: -webkit-transform .25s linear;
    /* -moz-transform: rotate(-2deg); */
}
/*====================== Achievement Page Media Query End ==============================*/


/*====================== Equipment Page Media Query Start ==============================*/

.eq-mobile p a {
    color: #000;
    font-size: 18px;
}
.speak-text {
    font-size: 21px;
    vertical-align: middle;
    margin-top: 18px;
    /* margin-right: 35px; */
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.eq-mobile p i {
    font-size: 37px;
    vertical-align: middle;
    margin-right: 5px;
    color: #000;
}
.eq-mail-icon {
    font-size: 21px !important;
    color: #000;
}
.eq-mobile p {
    font-size: 17px;
    margin-right: 0px;
    color: #000;
    vertical-align: middle;
    margin-top: 10px;
    position: relative;
    top: 1px;
}
.eq-img-part p {
    /* position: absolute; */
    text-align: center !important;
    margin: 0 auto;
    padding: 16px 0px 0px 0px;
    font-size: 27px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0;
    left: 0;
}
.check-feild-fluid {
    padding-top: 2%;
    padding-bottom: 3%;
    margin-top: 0%;
}
.eq-machine-form {
    border-radius: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #888;
}
/*====================== Equipment Page Media Query End ==============================*/

/*====================== Contact Page Media Query Start ==============================*/
#contact-map-section iframe {
    /* box-shadow: inset 0 0 10px #000000 !important; */
    box-shadow: 0px 0px 2px 2px #888;
    width: 100%;
    height: 300px;
}
#client-section h2:hover {
    text-align: center;
    display: inline-block;
    margin: 0px;
    color: #000;
    background: #fcb131;
    font-weight: bold;
    font-size: 24px;
    /* margin: 0 auto; */
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
}
#client-section h2 {
    text-align: center;
    display: inline-block;
    margin: 0px;
    /* margin: 0 auto; */
    color: #000;
    background: #fcb131;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
    font-size: 24px;
    /* cursor: pointer; */
    font-weight: bold;
    transition: all 0.3s linear;
}

.box .space {
    height: 0px;
}
#contact-section {
    /* background: #ddd; */
    overflow: auto;
    background: url(../img/bg_services.jpg);
    background-size: cover;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

.contact-form {
    border-radius: 0px;
    height: 38px;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.contact-btn {
    
    margin-top: 10px;
}

.contact-btn:hover {
    border-radius: 0px;
    font-size: 16px;
    /* background: #000; */
    color: #fcb131;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    margin-top: 10px;
}
/*====================== Contact Page Media Query End ==============================*/
}


/****===========================================================================
            Min-width:1024px and Max-widht:1200px Media Query
==============================================================================**/

@media (min-width: 1024px) and (max-width: 1200px) {
	
/*====================== Header Part Media Query Start ==============================*/
.brand-logo-name img {
    margin-top: 0px;
    margin: 0;
    margin-left: 0px;
    /* background: #fcb131; */
    padding: 12px 10px 0px 10px;
    margin-top: 0px;
}
.navbar-brand img {
    width: 300px;
    height: auto;
}
.navbar-main .navbar-nav li a {
          color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    margin-top: 9px;
    padding: 0px 10px;
}
.navbar-main .navbar-nav li a:hover {
          color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    margin-top: 9px;
    padding: 0px 10px;
}


.top-navbar-space {
    margin-right: 10px;
    margin-top: 6px;
}

.navbar-main .navbar-nav li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: -4px;
    left: 0px;
    margin-top: 8px;
    top: -4px;
    border-radius: 2px;
    background: #fcb131;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.years-50-col img {
        margin-top: -4px;
    margin-left: 0px;
    width: 85px;
}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 7px;
}
.navbar-main {
       background: rgba(255, 255, 255, 0.75);
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    /* box-shadow: 2px 3px 7px 0px #888; */
    padding: 5px 0px;
    margin-top: 8px;
    margin-left: 10%;
    margin-right: 20px;
    
}
.header-col-offset{
	padding:0px;
}

/*====================== Header Part Media Query End ==============================*/

/*====================== Footer Part Media Query Start ==============================*/
.safty-part a span {
    color: #000;
    font-size: 20px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part a span {
    color: #000;
    font-size: 25px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part a span:hover {
    text-decoration: none !important;
    color: #fff;
    font-size: 25px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part i {
    color: #000;
    font-size: 27px;
}
.list-footer-social li a {
    display: inline-block;
    font-size: 18px;
    color: #929292;
    padding: 5px 0px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#copyright {
       background: url(../img/bg1.jpg) repeat-x;
    padding: 0px 0;
    color: #fff;
    /* position: fixed; */
    bottom: 0px;
    left: 0px;
    font-size: 17px;
    /* z-index: -1; */
    margin: 0;
    overflow: auto;
}
.triangle-bottomleft img{
	       width: 260px;
    margin-top: 18px;
}
.list-copyright-menu{
	margin-left:-10px;
}
/*====================== Footer Part Media Query End ==============================*/

/*====================== Home Page Media Query Start ==============================*/
.v-carousel-caption {
    right: 20%;
    background: rgba(249, 184, 29, 0.86);
    text-shadow: 0px 0px 0px #000;
    left: 0%;
    /* overflow: auto; */
    /* border-radius: 0px 15px 15px 0px; */
    bottom: 6%;
    font-size: 14px;
    /* width: auto; */
    padding-bottom: 0px;
    padding: 10px 10px 10px 0px;
}
.v-carousel-caption P {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 18px;
}
.home-about-grid ul {
    font-size: 18px;
    line-height: 22px;
    color: #9d9d9d;
    margin: 0;
    padding: 0 0px 0px 20px;
    text-align: justify;
    margin: 0px !important;
}
.home-about-grid img {
    margin-top: 6%;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
}
.same-height-div {
    height: 150px;
}
.home-about-grid p {
    font-size: 18px;
    line-height: 23px;
    color: #9d9d9d;
}
.home-about-grid h2 {
    background: #000;
    color: #fff;
    font-size: bold;
    padding: 8px 20px 8px 20px;
    font-size: 27px;
    margin: 0;
}
/*====================== Home Page Media Query End ==============================*/

/*====================== About Page Media Query Start ==============================*/
.contact-hading {
    margin: 3% 0;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.what-ecs-left h2 {
    color: #000;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #fcb131;
    display: inline-block;
    padding-bottom: 10px;
}
.yellow-heading {
    color: #fcb131;
    font-size: 27px;
}
.page-header {
        padding-bottom: 8px;
    margin: 0px 0 15px;
    border-bottom: none;
}
#client-section h2 {
    text-align: center;
    display: inline-block;
    margin: 0px;
    /* margin: 0 auto; */
    color: #000;
    background: #fcb131;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
    font-size: 28px;
    /* cursor: pointer; */
    font-weight: bold;
    transition: all 0.3s linear;
	text-transform:uppercase;
}

.right-timeline-text {
    width: 45%;
    float: right;
    
}
.left-timeline-text {
    width: 48%;
    float: left;
}
.timeline-body p {
    color: #fff;
    font-size: 17px;
}


/*====================== About Page Media Query End ==============================*/

/*====================== Achievement Page Media Query Star t==============================*/

.polaroids .achivement-gallery-part a {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 28px 0px;
    width: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    /* -webkit-transform: rotate(-2deg); */
    -webkit-transition: -webkit-transform .25s linear;
    /* -moz-transform: rotate(-2deg); */
}
.new-our-project-fluid {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*====================== Achievement Page Media Query End ==============================*/


/*====================== Equipment Page Media Query Start ==============================*/

.eq-mobile p a {
    color: #000;
    font-size: 20px;
}
.speak-text {
   font-size: 28px;
    vertical-align: middle;
    margin-top: 18px;
    /* margin-right: 35px; */
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.eq-mobile p i {
    font-size: 37px;
    vertical-align: middle;
    margin-right: 5px;
    color: #000;
}
.eq-mail-icon {
    font-size: 30px !important;
    color: #000;
}
.eq-mobile p {
   font-size: 23px;
    margin-right: 0px;
    color: #000;
    vertical-align: middle;
    margin-top: 10px;
    position: relative;
    top: 1px;
}
.eq-img-part p {
       /* position: absolute; */
    text-align: center !important;
    margin: 0 auto;
    padding: 29px 0px 0px 0px;
    font-size: 31px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0;
    left: 0;
}
.check-feild-fluid {
    padding-top: 2%;
    padding-bottom: 3%;
    margin-top: 0%;
}
.eq-machine-form {
    border-radius: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #888;
}
.eq-machine-info {
    position: absolute;
    color: #ffffff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 2% 0 0% 0%;
    transform: scale(0);
    z-index: 9999;
    transition: all 0.4s linear;
}
/*====================== Equipment Page Media Query End ==============================*/

/*====================== Contact Page Media Query Start ==============================*/
#contact-map-section iframe {
    /* box-shadow: inset 0 0 10px #000000 !important; */
    box-shadow: 0px 0px 2px 2px #888;
    width: 100%;
    height: 350px;
}
#client-section h2:hover {
    text-align: center;
    display: inline-block;
    margin: 0px;
    color: #000;
    background: #fcb131;
    font-weight: bold;
    font-size: 24px;
    /* margin: 0 auto; */
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
}
#client-section h2 {
    text-align: center;
    display: inline-block;
    margin: 0px;
    /* margin: 0 auto; */
    color: #000;
    background: #fcb131;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
    font-size: 24px;
    /* cursor: pointer; */
    font-weight: bold;
    transition: all 0.3s linear;
}

.box .space {
    height: 0px;
}
#contact-section {
    /* background: #ddd; */
    overflow: auto;
    background: url(../img/bg_services.jpg);
    background-size: cover;
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%;
}

.contact-form {
    border-radius: 0px;
    height: 38px;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.contact-btn {
    
    margin-top: 10px;
}

.contact-btn:hover {
    border-radius: 0px;
    font-size: 16px;
    /* background: #000; */
    color: #fcb131;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    margin-top: 10px;
}
.box &gt; .icon &gt; .info {
    margin-top: 0px;
    /* background: rgba(0, 0, 0, 0.04); */
    /* border: 1px solid #e0e0e0; */
    background: transparent;
    padding: 0px 0 20px 0;
    height: auto;
    color: #000;
}
/*====================== Contact Page Media Query End ==============================*/
}

/****===========================================================================
            Min-width:1201px and Max-widht:1280px Media Query
==============================================================================**/


@media (min-width: 1201px) and (max-width: 1280px) {
	
	
/*====================== Header Part Media Query Start ==============================*/
.brand-logo-name img {
    margin-top: 0px;
    margin: 0;
    margin-left: 0px;
    /* background: #fcb131; */
    padding: 12px 10px 0px 10px;
    margin-top: 0px;
}
.navbar-brand img {
    width: 300px;
    height: auto;
}
.navbar-main .navbar-nav li a {
      color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    margin-top: 9px;
    padding: 0px 8px;
}
.navbar-main .navbar-nav li a:hover {
      color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    margin-top: 9px;
    padding: 0px 8px;
}
.top-navbar-space {
    margin-right: 10px;
    margin-top: 6px;
}

.navbar-main .navbar-nav li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: -4px;
    left: 0px;
    margin-top: 6px;
    top: -1px;
    border-radius: 2px;
    background: #fcb131;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.years-50-col img {
        margin-top: -4px;
    margin-left: 0px;
    width: 85px;
}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 7px;
}
.navbar-main {
       background: rgba(255, 255, 255, 0.75);
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    /* box-shadow: 2px 3px 7px 0px #888; */
    padding: 7px 0px;
    margin-top: 8px;
    margin-left: 10%;
    margin-right: 20px;
    
}
.header-col-offset{
	padding:0px;
}

/*====================== Header Part Media Query End ==============================*/

/*====================== Footer Part Media Query Start ==============================*/
.safty-part a span {
    color: #000;
    font-size: 20px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part a span {
    color: #000;
    font-size: 28px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part a span:hover {
    text-decoration: none !important;
    color: #fff;
    font-size: 28px;
    /* line-height: 36px; */
    margin-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.safty-part i {
    color: #000;
    font-size: 27px;
}
.list-footer-social li a {
    display: inline-block;
    font-size: 18px;
    color: #929292;
    padding: 5px 0px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#copyright {
       background: url(../img/bg1.jpg) repeat-x;
    padding: 0px 0;
    color: #fff;
    /* position: fixed; */
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    /* z-index: -1; */
    margin: 0;
    overflow: auto;
}
.triangle-bottomleft img{
	width: 270px;
    margin-top: 16px;

}
.list-copyright-menu{
	margin-left:-10px;
}
/*====================== Footer Part Media Query End ==============================*/

/*====================== Home Page Media Query Start ==============================*/
.v-carousel-caption {
    right: 40%;
    background: rgba(249, 184, 29, 0.86);
    text-shadow: 0px 0px 0px #000;
    left: 0%;
    /* overflow: auto; */
    /* border-radius: 0px 15px 15px 0px; */
    bottom: 6%;
    font-size: 14px;
    /* width: auto; */
    padding-bottom: 0px;
    padding: 10px 10px 10px 0px;
}
.v-carousel-caption P {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 18px;
}
.home-about-grid ul {
    font-size: 18px;
    line-height: 22px;
    color: #9d9d9d;
    margin: 0;
    padding: 0 0px 0px 20px;
    text-align: justify;
    margin: 0px !important;
}
.home-about-grid img {
    margin-top: 6%;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
}
.same-height-div {
    height: 130px;
}
.home-about-grid p {
    font-size: 18px;
    line-height: 23px;
    color: #9d9d9d;
}
.home-about-grid h2 {
    background: #000;
    color: #fff;
    font-size: bold;
    padding: 8px 20px 8px 20px;
    font-size: 27px;
    margin: 0;
}
/*====================== Home Page Media Query End ==============================*/

/*====================== About Page Media Query Start ==============================*/
/*====================== About Page Media Query End ==============================*/

/*====================== Achievement Page Media Query Star t==============================*/
.polaroids .achivement-gallery-part a {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 27px 0px;
    width: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    /* -webkit-transform: rotate(-2deg); */
    -webkit-transition: -webkit-transform .25s linear;
    /* -moz-transform: rotate(-2deg); */
}
.new-our-project-fluid {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*====================== Achievement Page Media Query End ==============================*/


/*====================== Equipment Page Media Query Start ==============================*/

.eq-machine-info {
    position: absolute;
    color: #ffffff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 5% 0 0% 0%;
    transform: scale(0);
    z-index: 9999;
    transition: all 0.4s linear;
}
.eq-img-part p {
    /* position: absolute; */
    text-align: center !important;
    margin: 0 auto;
    padding: 29px 0px 0px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0;
    left: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.check-feild-fluid {
    padding-top: 2%;
    padding-bottom: 3%;
    margin-top: 0%;
}
/*====================== Equipment Page Media Query End ==============================*/

/*====================== Contact Page Media Query Start ==============================*/

#client-section h2:hover {
    text-align: center;
    display: inline-block;
    margin: 0px;
    color: #000;
    background: #fcb131;
    font-weight: bold;
    /* margin: 0 auto; */
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
    font-size: 27px;
}
#client-section h2 {
    text-align: center;
    display: inline-block;
    margin: 0px;
    /* margin: 0 auto; */
    color: #000;
    background: #fcb131;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
    /* cursor: pointer; */
    font-weight: bold;
	 font-size: 27px;
    transition: all 0.3s linear;
}
/*====================== Contact Page Media Query End ==============================*/
}


/****===========================================================================
         Min-width:1281px and Max-widht:1366px Media Query
==============================================================================**/


@media (min-width:1281px) and (max-width:1366px) {
	
/*====================== Header Part Media Query Start ==============================*/
.navbar-main .navbar-nav li a {
    color: #000;
    /* font-weight: 700; */
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.2s linear;
    padding: 13px 14px;
    margin: 0px;
}
.gurbindar-box-contact{
	padding:0px;
}
/*====================== Header Part Media Query End ==============================*/

/*====================== Footer Part Media Query Start ==============================*/
/*====================== Footer Part Media Query End ==============================*/

/*====================== Home Page Media Query Start ==============================*/
.v-carousel-caption {
    right: 40%;
    background: rgba(249, 184, 29, 0.86);
    text-shadow: 0px 0px 0px #000;
    left: 0%;
    /* overflow: auto; */
    /* border-radius: 0px 15px 15px 0px; */
    bottom: 6%;
    font-size: 14px;
    /* width: auto; */
    padding-bottom: 0px;
    padding: 10px 10px 10px 0px;
}
.v-carousel-caption P {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 20px;
}
#client-section h2:hover {
    text-align: center;
    display: inline-block;
    margin: 0px;
    color: #000;
    background: #fcb131;
    font-weight: bold;
    /* margin: 0 auto; */
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
    font-size: 27px;
}
#client-section h2 {
    text-align: center;
    display: inline-block;
    margin: 0px;
    /* margin: 0 auto; */
    color: #000;
    background: #fcb131;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    margin-top: 3%;
	font-size: 27px;
    /* cursor: pointer; */
    font-weight: bold;
    transition: all 0.3s linear;
}
/*====================== Home Page Media Query End ==============================*/

/*====================== About Page Media Query Start ==============================*/
/*====================== About Page Media Query End ==============================*/

/*====================== Achievement Page Media Query Star t==============================*/

.polaroids .achivement-gallery-part a {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 27px 0px;
    width: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    /* -webkit-transform: rotate(-2deg); */
    -webkit-transition: -webkit-transform .25s linear;
    /* -moz-transform: rotate(-2deg); */
}
.new-our-project-fluid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.achivement-modal-dialog {
    width: 750px;
    margin-top: 0%;
}
/*====================== Achievement Page Media Query End ==============================*/


/*====================== Equipment Page Media Query Start ==============================*/
/*====================== Equipment Page Media Query End ==============================*/

/*====================== Contact Page Media Query Start ==============================*/
/*====================== Contact Page Media Query End ==============================*/
}


/****===========================================================================
       Min-width:1800px and Max-widht:1920px Media Query
==============================================================================**/

@media (min-width:1800px) and (max-width:1920px) {
	
	/*====================== Header Part Media Query Start ==============================*/
/*====================== Header Part Media Query End ==============================*/

/*====================== Footer Part Media Query Start ==============================*/
/*====================== Footer Part Media Query End ==============================*/

/*====================== Home Page Media Query Start ==============================*/
/*====================== Home Page Media Query End ==============================*/

/*====================== About Page Media Query Start ==============================*/
/*====================== About Page Media Query End ==============================*/

/*====================== Achievement Page Media Query Star t==============================*/
/*====================== Achievement Page Media Query End ==============================*/


/*====================== Equipment Page Media Query Start ==============================*/
/*====================== Equipment Page Media Query End ==============================*/

/*====================== Contact Page Media Query Start ==============================*/
/*====================== Contact Page Media Query End ==============================*/
}



</pre></body></html>