/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
body{
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
    overflow-x: hidden!important;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Dosis', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}


/*top header*/
/*.top-header{
    width: 100% !important;
    height: 40px !important;
    background-color: #000;
}
.header-call{
padding-top: 10px;
}

.header-call a{
    color: #fff;
    padding-left: 40px;
    padding-top: 20px !important;


}*/
.icon {
  width: 28px;
  margin-right: 0.7rem;
}
.under-cunst{
    font-size: 35px;
    margin-bottom: 50px;
}
.under-cunst span{
    color:#f27731;
}
.underconstruction-img{
    max-width: 300px;
    margin: 0 auto;
}
.text-center{
    text-align: center!important;
}
.header_top_area {
background-color:#1a013ac4;
}

.header_top_area .pull-left a {
    font-size: 14px;
    font-family: open sans, sans-serif;
    color: #e8e8e8;
    line-height: 40px;
    margin-right: 60px;
    position: relative;
    display: inline-block
}

.header_top_area .pull-left a:before {
    content: "";
    background: #fff;
    width: 1px;
    position: absolute;
    left: -30px;
    top: -1px;
    height: 100%
}

.header_top_area .pull-left a i {
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
    padding-top: 0;
}

.header_top_area .pull-left a:first-child {
    margin-left: 5px
}

.header_top_area .pull-left a:first-child:before {
    left: -20px
}

.header_top_area .pull-left a:last-child {
    margin-right: 0
}

.header_top_area .pull-left a:last-child:after {
    content: "";
    background: #333;
    width: 1px;
    position: absolute;
    right: -30px;
    top: -1px;
    height: 100%
}



/*--header--*/
.navbar-header h1 {
    font-size: 3em;
    font-family: 'Dosis', sans-serif;
    text-align: center;
}
.navbar-header h1 img {
    margin-right: 0.3em;
}
.navbar-header h1 a {
    color: #FFF;
    text-decoration: none;
    display: block;
    background: #E64B3B;
    padding: .71em 1em;
	font-weight: 600;
}
.navbar-header h1 a span {
    font-size: .3em;
    display: block;
    letter-spacing: 8px;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none !important;
}
/*--top-nav--*/

.navbar-nav li a {
    font-size: 1.2em;
    line-height: inherit;
    padding: 10px 25px;
    color: #999 !important;
    font-weight: 300;
}
.navbar-nav li a.active{
	color:#29166f!important;
}
.navbar-nav li:hover a:before{
	bottom: 0%;
}
.navbar-nav  li.active a, .navbar-nav  li.active1 a.dropdown-toggle,.navbar-nav li a:hover {
    color: #29166f!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
	margin: 0;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
	margin-bottom:0px;
}
.navbar-default .navbar-nav > li > a{
	margin-top: 20px !important;
}
.navbar-header.navbar-left{
    width:310px;
}
.header img{
	margin:10px 10px;
    width:100%;

}
.header-right {
    float: right;
}
.top-nav-text {
    margin: 1.5em 0 1.9em;
    position: relative;
}
.top-nav-text p {
    font-size: 1em;
}
/* Effect 14: border switch */
.cl-effect-14 a {
	height:45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #29166f;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
}
.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after,
.cl-effect-14 a.active::before,
.cl-effect-14 a.active::after {
	-moz-opacity: 1;
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before,.cl-effect-14 a.active::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
	-o-transform: rotate(0deg) translateX(-50%);
	-ms-transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after,.cl-effect-14 a.active::after{
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
	-o-transform: rotate(0deg) translateX(50%);
	-ms-transform: rotate(0deg) translateX(50%);
}
/*--//top-nav--*/
/*--start search--*/
.sb-search {
    position: absolute;
    right: 0;
    top: -5px;
    width: 32px;
    margin: 0;
    height: 32px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0px;
    left: -77px;
    border: none;
    outline: none;
    background: #9F98EF;
    width: 100%;
    height: 31px;
    margin: 0;
/*-- w3layouts --*/
    z-index: 10;
    font-size: 1em;
    color: #fff;
    padding: 0 2em 0 3.5em;
    -webkit-appearance: none;
}
.sb-search-submit {
    filter: alpha(opacity=0);
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
	width: 40px;
	background:none;
}
.sb-search-input::-webkit-input-placeholder {
	color:#212121;
}
.sb-search-input:-moz-placeholder {
	color: #212121;
}
.sb-search-input::-moz-placeholder {
	color:#212121;
}
.sb-search-input:-ms-input-placeholder {
	color:#212121;
}
.sb-icon-search {
	z-index: 99;
}
.sb-icon-search,.sb-search-submit,.sb-search.sb-search-open .sb-search-submit {
    position: absolute;
    cursor: pointer;
    font-size: 1.5em;
	padding: 0 0.2em;

}
.sb-search.sb-search-open .sb-search-submit:before{
	content: "\e003";
    font-family: 'Glyphicons Halflings';
}
.sb-icon-search:before,.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search:before{
    content: "\e003";
    font-family: 'Glyphicons Halflings';
}
.sb-search.sb-search-open .sb-search-input {
    left: 0;
}
/*-- agileits --*/
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:100%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    color: #170000;
    position: absolute;
    cursor: pointer;
    padding: 0 0.5em;
    top: 0;
    font-size: 1.6em;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--//search-ends--*/
/*--//header--*/
/* Certificate Styles*/
.certificate-thumb img{
    box-shadow:0px 0px 33px -7px gainsboro;
    transition: 0.6s;
    padding: 10px;
}

.certificate-thumb img:hover{
    transform: scale(1.05);
}

/*--banner--*/
.banner {
    background: url(../images/444.jpg)no-repeat center 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
    min-height: 650px;
	position: relative;
}

.banner-text {
    padding: 14em 0;
    text-align: center;
}
.banner-text h2,.banner-text h3{
    font-size: 3.6em;
    color: #fff;
}
.banner-text h4 {
    color: #fff;
    margin: 1.5em 0;
    font-size: 1.3em;
    font-weight: 100;
}
/*.quality-img{
    max-width: 200px;
    margin: 0 auto;
}*/
.quality-details{
    text-align: justify;
}
.sidebar ul li{
    line-height: 50px;
    border-bottom: 1px dotted #076614;
    transition: 0.6s;
}
.sidebar ul li.active, .sidebar ul li.active a{
    color:#076614;
     
}
.sidebar ul li:hover, .sidebar ul li:hover a{
    color:#076614;
    cursor: pointer;
}
.sidebar ul li .fa-li{
    transition: 0.6s;
}

.sidebar ul li:hover .fa-li{
    transform: scale(1.5);
}
.sidebar ul li a {
    color:#353535;
    transition: 0.6s;
}
.sidebar ul li a:hover {
    color:#076614;
}
.table.table-bordered{
    color:#6d6d6d;
}
.table.table-bordered th{
    background-color: rgb(8 103 21 / 80%);
    color: #fff;
}
.table.table-bordered td{
    background-color: #efefef;
}
.figure {
        position: relative;
        width: 360px; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        border: 1px solid #ccc;
    }
    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .figure:hover img.image-hover {
      opacity: 1;
    }
    .uppercase{
        text-transform: uppercase;
    }
    .sidebar-heading p{
        text-transform: uppercase;
    font-size: 20px;
    color: #398544;
    padding-left: 16px;
        font-weight: 600;
    }
    .img-box{
        overflow: hidden;
       transition: 0.6s;
    }
    .img-box img{
         transition: 0.6s;
    }
    .img-box:hover img{
        transform: scale(1.1);
    }
.mt-20{
    margin-top:20px;
}
.mt-10{
    margin-top:10px;
}
.mb-10{
    margin-bottom: 10px;
}
.pt-80{
    padding-top:80px;
}
.mb-30{
    margin-bottom:30px;
}
.more a {
    font-size: 1em;
    color: #fff;
    padding: 0.8em 2.5em;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: inline-block;
/*-- w3layouts --*/
    background: #29166f;
    font-family: 'Roboto Condensed', sans-serif;
	border: 2px solid #00923f;
	height: 3em;
}
.more a:hover{
	background:transparent;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
/*--banner-modal--*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal.bnr-modal {
	padding: 0 1em !important;
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 6em auto 0;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.bnr-modal button.close {
    color: #E64B3B;
    opacity: .9;
    font-size: 2.5em;
}
.modal-body p {
    margin-top: 1em;
    font-size: 1em;
    font-weight: 400;
}
/*--//banner-modal--*/
/*--Slider Part starts Here--*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.callbacks_container {
/*-- agileits --*/
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 45%;
    left: 6%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 53px;
    width: 32px;
    background: url("../images/icons.html") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background-position: right;
    right: 5%;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_tabs li {
    display: inline-block;
    margin: 0 .6em;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    z-index: 999;
    bottom: 17%;
    left: 46%;
    padding: 0;
    margin: 0;
}
.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}
.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
    transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
    transition: .5s all;
}
.callbacks_here a:after{
    border-color: #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
	-ms-transform: scale(1);
}
/*--//Slider part Ends Here --*/
/*--//banner--*/
/*--about--*/
.about,.team-info,.services,.skills{
	padding:6em 0;
}
h3.title {
    font-size: 3em;
    text-align: center;
    color: #29166f;
    font-weight: 600;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
	text-transform: uppercase;
}
h3.title:before {
    content: '';
    width: 80px;
    height: 5px;
    background: #00923f;
    position: absolute;
    bottom: 0;
    left: 46%;
    display: block;
}
.about-text {
    text-align: center;
}
.about-text  h4 {
    font-size: 1.5em;
    color: #555;
    margin-bottom: 0.8em;
}
p {
    font-size: 1.1em;
    color: #999;
    line-height: 1.8em;
}
/*--//about--*/
/*--team--*/
.team{
    background: url(../images/slid.jpg)no-repeat center 0px fixed;
    background-size: cover;
}
.team-info {
    background: rgba(255 255 255 / 1%);
}
.team-grids .team-img {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
    color: #fff;
    font-size: 2.1em;
    margin-top: 2px;
}
.captn p {
    font-size: 1em;
    margin-top: 0.5em;
	color:#fff;
	line-height:1.8em;
}
.team-grids .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -100%;
    right: 0;
    background-color: rgba(123, 104, 238, 0.75);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.captn-top {
    padding: 27% 10%;
}
.team-img:hover .captn {
	width: 100%;
	bottom: 0%;
}
img.img-responsive {
    width: 100%;
}
/*--social-icons--*/
.team .social-icons {
    background: #29166f;
    padding: 1.4em 0 0.8em;
}
.social-icons ul{
	display:inline-block;
	padding: 0;
}
.social-icons ul li {
    position: inherit;
    display: inline-block;
    width: inherit;
}
.social-icons ul li:nth-child(2) {
    margin: 0 .5em;
}
.social-icons ul li a {
    background: url(../images/social-icons.png) no-repeat 0px 0px;
    display: block;
    height: 41px;
    width: 41px;
    background-color: rgba(159, 152, 239, 0.35);
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
}
.social-icons ul li a:hover {
    background-color: #000;
}
.social-icons ul li a.fb{
	background-position:0px -48px;
}
.social-icons ul li a.gp {
    background-position: 2px -95px;
}
.social-icons ul li a.drb {
    background-position: 0px -144px;
}
/*--//social-icons--*/
/*--//team--*/
/*--services--*/
.services-left {
    float: left;
    width: 30%;
    background: #29166f;
    text-align: center;
    padding: 2.9em 0;
    border: 2px solid #29166f;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
span.glyphicon {
    font-size: 3em;
    color: #fff;
}
.services-right {
    float: right;
    width: 70%;
    border: 1px solid #988AEE;
	padding: 1.5em;
}
.services-right h4 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 0.5em;
}
.services-grids:hover .services-left {
    background: none;
}
.services-grids:hover span.glyphicon{
    color: #00923f;
}
.services-info.services-row2 {
    margin-top: 3.5em;
}
/*--//services--*/
/*--portfolio--*/
.portfolio-grids {
    padding: 0;
}
/*--SAP--*/
.sap_tabs{
	clear:both;
	padding: 0;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 0 0 3em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item {
    color: #333;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.2em 0;
	border-bottom: 2px solid #fff;
}

.resp-tab-active {
    text-shadow: none;
    color: #7B68EE;
    border-bottom-color: #7B68EE;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.tab_img{
	padding:2em 0 0;
	display: inline-block;
}
.portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
.portfolio-grids img.img-responsive {
    width: 100%;
}
.b-wrapper {
    background: rgba(123, 104, 238, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
    transition: .5s all;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
    transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
}
.portfolio-grids a:hover .b-wrapper{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
    transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.b-wrapper h5 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    padding: 43% 0;
    font-weight: 200;
}
img.zoom-img{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: 2s !important;
	-moz-transition-duration: 2s !important;
	transition-duration: 2s !important;
}
img.zoom-img:hover,.portfolio-grids:hover img.zoom-img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow: hidden;
}
/*--//portfolio--*/
/*--skills--*/
.skills{
	position:relative;
	background: #F7F7F7;
}
.skill-info {
    margin-top: 2em;
    text-align: center;
}
.skills ul li {
    display: inline-block;
	margin: 0 1.5em;
}
.skills p {
    font-size: 1.3em;
    color: #555;
    margin-top: 0.5em;
    font-weight: 300;
}
/*--//skills--*/
/*--contact--*/
.contact{
    background: url(../images/slid.jpg)no-repeat center 0px fixed;
    background-size: cover;
}
.contact-form {
    text-align: center;
}
.contact-form p {
    width: 60%;
    margin: 1.5em auto 3em;
    text-align: center;
    color: #fff;
}
.contact input[type="text"] {
    width: 31.6%;
    color: #fff;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 2em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    display: inline-block;
}
.contact  input.email {
    margin: 0 2em;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #fff;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.7em 5em;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #7B68EE;
    transition: 0.5s all;
    border: 2px solid #7B68EE;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #7B68EE;
}

::-webkit-input-placeholder {
	color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
:-ms-input-placeholder {
	color:#fff !important;
}
/*--//contact--*/
/*--map--*/
.map-left {
    padding: 0;
}
.map iframe {
    width: 100%;
    min-height: 350px;
    border: none;
}
.map-right {
    background: #29166f;
    padding:4em;
	text-align: center;
}
.map-right h4 {
    font-size: 2em;
    color: #fff;
    font-weight: 400;
}
.map-right p {
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 1em 0 2em;
}
.map-right p a{
    color: #fff;
	font-size: 1.1em;
}
.map-right p a:hover{
    color:#fff;
}
.information p a{
    color:#999;
}
.information p{
    text-indent: -11px;
}
.information p i{
    font-size:16px;
    color:#2dc5a8;
}
.contact-info1{
    padding-left:30px;
}
.map .social-icons {
    margin-top: 2.1em;
}
.map .social-icons ul li:nth-child(3){
	margin-right:.5em;
}
/*--//map--*/
/*--footer--*/
.footer {
    padding: 2em 0;
    text-align: center;
    background: #000;
}
.footer p {
    color: #fff;
}
.footer p a{
    color: #fff;
}
.footer p a:hover{
    color: #00923f;
}
/*--//footer--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
	z-index:999;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.banner {
    min-height: 590px;
}
}
@media(max-width:1366px){
.banner-text {
    padding: 13em 0;
    text-align: center;
}
.banner-text h2, .banner-text h3 {
    font-size: 3.2em;
}
.about, .team-info, .services, .skills {
    padding: 5em 0;
}
}
@media(max-width:1280px){
.navbar-header h1 {
    font-size: 2.8em;
}
.top-nav-text {
    margin: 1.5em 0 1.3em;
}
.banner {
    min-height: 570px;
}
.banner-text h2, .banner-text h3 {
    font-size: 3em;
}
h3.title {
    margin-bottom: 0.8em;
}
.map-right {
    padding: 4em 3em;
}
}
@media(max-width:1080px){
.navbar-header h1 {
    font-size: 2.6em;
}
.top-nav-text {
    margin: 1.1em 0 1.2em;
}
.banner-text h2, .banner-text h3 {
    font-size: 2.8em;
}
.banner {
    min-height: 530px;
}
.banner-text {
    padding: 11em 0;
}
.callbacks_tabs {
    left: 45%;
}
.team-grids {
    padding: 0 .5em;
}
h3.title {
    font-size: 3.6em;
}
.about, .team-info, .services, .skills {
    padding: 4em 0;
}
.captn-top {
    padding: 22% 6%;
}
.contact input[type="text"] {
    width: 31.3%;
}
.b-wrapper h5 {
    font-size: 3em;
    padding: 41% 0;
}
.modal-dialog {
    margin: 4em auto 0;
}
.map-right {
    padding: 3.2em 3em;
}
}
@media(max-width:1024px){
 {
    min-height: 495px;
}
.banner-text {
    padding: 10em 0;
}
.banner-text h4 {
    margin: 1.3em 0;
    font-size: 1.2em;
}
.map-right {
    padding: 3.2em 2em;
}
}
@media(max-width:991px){
.navbar-nav li a {
    font-size: 1.1em;
    padding: 10px 21px;
}
.about, .team-info, .services, .skills {
    padding: 3.5em 0;
}
p {
    font-size: 1em;
}
.about-text h4 {
    margin-bottom: 0.5em;
}
.team-grids {
    padding: 0 .3em;
    float: left;
    width: 25%;
}
.captn h4 {
    font-size: 1.5em;
}
.social-icons ul li a {
    background-position:  0px 0px;
    display: block;
    height: 32px;
    width: 32px;
    background-size: 125%;
}
.captn-top {
    padding: 11% 6%;
}
.team .social-icons {
    padding: 1em 0 0.7em;
}
.social-icons ul li a.fb {
    background-position: -1px -41px;
}
.social-icons ul li a.gp {
    background-position: 1px -80px;
}
h3.title {
    font-size: 3.3em;
}
.services-grids {
    float: left;
    width: 50%;
    padding: 0 0.5em;
}
.services-right {
    float: right;
    width: 70%;
    padding: 0.8em 1em;
}
.portfolio-grids {
    padding: 0;
    float: left;
    width: 25%;
}
.b-wrapper h5 {
    font-size: 2.5em;
    padding: 38% 0;
}
.contact input[type="text"] {
    width: 30.7%;
}
.map iframe {
    min-height: 300px;
}
.map-right {
    padding: 2em;
}
.social-icons ul li a.drb {
    background-position: 0px -120px;
}
.contact-info1 {
    padding-left: 30px;
    margin: 25px auto;
    border: 1px solid #ccc;
    width: 95%;
    padding: 10px 38px;
}
}
@media(max-width:800px){
.banner {
    min-height: 440px;
}
.banner-text {
    padding: 8em 0;
}
.callbacks_tabs {
    left: 42%;
}
.modal-body {
    padding: 1.5em;
}
.bnr-modal .modal-header {
    min-height: 2.5em;
    padding: 0.8em 1.5em 0;
}
}
@media(max-width:767px){
.header-right {
    float: none;
}
.navbar-toggle {
    float: left;
	z-index: 9;
}
.top-nav-text {
    margin: 1em 0;
}
.top-nav-text p {
    margin-left: 16em;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #13711b;
}
.navbar-default .navbar-toggle {
    border-color: #13711b;
        position: absolute;
    top: 5px;
    right: 15px;
    z-index: 99999;
}
.navbar-default .navbar-nav > li > a{
    margin-top: 20px !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FFF;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-header.navbar-left {
    background: #fff;
    width:50%;
    float: left;
}
.nav-bar-btn{
    width:50%;
    float: right;
    text-align: right;;
}
.navbar-header h1 a {
    display: inline-block;
	background: none;
}
.top-nav ul li {
    display: block;
	margin: .5em 0;
}
.top-nav ul li a {
    padding: 5px 0;
}
div#bs-example-navbar-collapse-1 {
    background: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 95%;
    z-index: 9999;
    text-align: center;
}
ul.nav.navbar-right {
    text-align: center;
}
.navbar-right .dropdown-menu {
    min-width: 100%;
    position: relative;
	text-align:center;
}
.sb-icon-search, .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
    font-size: 1.3em;
    padding: 6px 0.2em;
}
.section-title p{
    text-align: justify;
}
.quality-details.pt-80{
    padding-top:40px;
}
.quality-details{
    margin-top:40px;
}
.figure{
    margin-bottom: 30px;
}
.info .information p{
    font-size:14px;
}
.contact-info p{
    font-size:18px;
}
.form {
 
  display: block;
  grid-template-columns: repeat(2, 1fr);
  padding:15px;
}

}
@media(max-width:736px){
.contact input[type="text"] {
    width: 30.6%;
}
}
@media(max-width:640px){
.navbar-header h1 a {
    padding: .5em 1em;
}
.navbar-nav {
    margin: 1.5em;
}
.banner-text h2, .banner-text h3 {
    font-size: 2.2em;
}
.banner {
    min-height: 400px;
}
.about, .team-info, .services, .skills {
    padding: 3em 0;
}
h3.title {
    font-size: 3em;
	margin-bottom: 0.6em;
}
h3.title:before {
    width: 60px;
    height: 3px;
    left: 44%;
}
.about-text h4 {
    font-size: 1.3em;
}
.team-grids {
    padding: 0 3em;
    float: left;
    width: 50%;
    margin-top: 1em;
}
.captn-top {
    padding: 21% 6%;
}
.services-right h4 {
    font-size: 1.3em;
}
.services-right {
    padding: 0.95em 1em;
}
.resp-tabs-list {
    padding: 0 0 1.5em;
}
.b-wrapper h5 {
    font-size: 2em;
    padding: 37% 0;
}
.skills ul li {
    margin: 0 1em;
}
.skills p {
    font-size: 1.2em;
}
.contact input.email {
    margin: 0 1em;
}
.contact input[type="text"] {
    width: 31.7%;
	padding: .6em 1em;
    margin-bottom: 1em;
}
.contact input[type="submit"] {
    padding: 0.6em 5em;
    font-size: 1em;
}
.contact textarea {
    min-height: 9em;
}
.resp-tab-item {
    font-size: 1em;
    margin: 0 1em 0;
}
.skill-info {
    margin-top: 0;
}
.map iframe {
    min-height: 250px;
}
.map-right p {
    margin: 0.8em 0 1em;
}
.map .social-icons {
    margin-top: 1em;
}
}
@media(max-width:600px){
.team-grids {
    padding: 0 2em;
}
.b-wrapper h5 {
    font-size: 1.8em;
}
.skills ul li {
    margin: 0 0.5em;
}
.contact input[type="text"] {
    width: 100%;
    font-size: .9em;
}
.contact input.email {
    margin: 0;
}
}
@media(max-width:480px){
.navbar-header h1 {
    font-size: 2.5em;
}
.navbar-header h1 a span {
    letter-spacing: 7px;
}
.navbar-header h1 a {
    padding: .2em 1em .3em;
}
.banner-text h2, .banner-text h3 {
    font-size: 1.8em;
}
.banner-text h4 {
    margin: 1.3em 0;
    font-size: 1.1em;
}
.banner {
    min-height: 330px;
}
.banner-text {
    padding: 6em 0;
}
.callbacks_tabs li {
    margin: 0 .5em;
}
.callbacks_tabs {
    left: 39%;
}
.about, .team-info, .services, .skills {
    padding: 2em 0;
}
h3.title {
    font-size: 2.8em;
	margin-bottom: 0.5em;
}
h3.title:before {
    width: 45px;
    left: 44%;
}
.top-nav-text p {
    margin-left: 10em;
}
.team-grids {
    padding: 0 0.5em;
}
.captn-top {
    padding: 19% 6%;
}
.services-grids {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
}
.services-left {
    padding: 2.3em 0;
}
span.glyphicon {
    font-size: 2.5em;
}
.services-info.services-row2 {
    margin-top: 0;
}
.resp-tab-item {
    margin: 0 0.8em 0;
}
.portfolio-grids {
    width: 50%;
}
.b-wrapper h5 {
    padding: 46% 0;
}
.skills ul li {
    margin: 1em 2em 0;
}
.map iframe {
    min-height: 200px;
}
.navbar-nav {
    margin: 1em 0;
}
.about-text h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}
}
@media(max-width:414px){
.top-nav-text p {
    margin-left: 7.5em;
}
div#bs-example-navbar-collapse-1 {
    width: 92%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    top: 3px;
    font-size: 1.3em;
}
.team-grids {
    padding: 0 0.2em;
	margin-top: 0.5em;
}
.captn-top {
    padding: 12% 6%;
}
h3.title {
    font-size: 2.5em;
}
.services-right h4 {
    font-size: 1.2em;
    margin-bottom: 0.3em;
}
.services-right {
    width: 75%;
}
.services-left {
    padding: 2.1em 0;
	width: 25%;
}
.resp-tab-item {
    margin: 0 0.5em 0;
    font-size: 0.9em;
}
.map-right p {
    letter-spacing: 0;
}
.map-right {
    padding: 1em;
}
.footer {
    padding: 1.5em 0;
}
.callbacks_tabs a {
    height: 10px;
    width: 10px;
}
.callbacks_tabs a:after {
    width: 20px;
    height: 20px;
}
.navbar-toggle {
    padding: 7px 8px;
    margin-top: 12px;
}
.banner-text h2, .banner-text h3 {
    font-size: 1.6em;
}
.banner-text h4 {
    font-size: 1em;
}
.more a {
    font-size: 1em;
    padding: 0.7em 2em;
		height: 3em;
}
.banner {
    min-height: 280px;
}
.banner-text {
    padding: 4em 0;
}
.callbacks_tabs {
    left: 39%;
}
}
@media(max-width:375px){
.top-nav-text p {
    margin-left: 6.5em;
}
p {
    font-size: 0.9em;
}
h3.title {
    font-size: 2.3em;
}
h3.title:before {
    width: 40px;
    left: 43%;
}
.about-text h4 {
    font-size: 1.1em;
    margin-bottom: 0.3em;
}
.about, .team-info, .services, .skills {
    padding: 1.5em 0 ;
}
.team-grids {
    padding: 0 3em;
    float: none;
    width: 100%;
}
.captn-top {
    padding: 29% 6%;
}
span.glyphicon {
    font-size: 2em;
}
.services-right {
    width: 77%;
}
.services-left {
    width: 23%;
}
.b-wrapper h5 {
    padding: 40% 0;
}
.map-right h4 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 400;
}
.map-right p {
    margin: 0.5em 0 0.8em;
    font-size: 0.9em;
}
}
.portfolio{
	margin-bottom:50px;
}

@media(max-width:320px){
.navbar-header h1 {
    font-size: 1.8em;
}
.navbar-header h1 a span {
    letter-spacing: 6px;
    font-size: .4em;
}
.navbar-header h1 a {
    padding: .3em 1em;
}
.top-nav-text p {
    margin-left: 6em;
    font-size: 0.9em;
}
.top-nav-text {
    margin: 0.8em 0;
}
.navbar-toggle {
    margin: 7px 0;
}
.cl-effect-14 a {
    height: 40px;
}
.navbar-nav li a {
    font-size: 1em;
    padding: 11px 21px;
}
.sb-icon-search, .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
    padding: 5px 0.2em;
}
.banner-text h2, .banner-text h3 {
    font-size: 1.5em;
}
.banner-text h4 {
    line-height: 1.5em;
    margin: 1em 0;
}
.more a {
    font-size: 0.9em;
    padding: 0.6em 2em;
}
.banner {
    min-height: 250px;
}
.callbacks_tabs {
    left: 36%;
    bottom: 11%;
}
h3.title {
    margin-bottom: 0.3em;
}
.about, .team-info, .services, .skills {
    padding: 1em 0;
}
.team-grids {
    padding: 0 1em;
}
.captn-top {
    padding: 31% 6%;
}
span.glyphicon {
    font-size: 1.6em;
}
.services-left {
    padding: 3.1em 0;
}
.contact input[type="submit"] {
    padding: 0.6em 4em;
    font-size: 0.9em;
}
.map iframe {
    min-height: 160px;
}
.map-right h4 {
    font-size: 1.6em;
}
}
/*--//responsive-design---*/
/*--clients---*/
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider
{
    position: relative;
    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: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    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;
}
/*--end clients---*/


/*--slider---*/
.fade-carousel {
    position: relative;
    height: 550px;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.99);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1.5s all ease-in-out .1s;
       -moz-transition: 1.5s all ease-in-out .1s;
        -ms-transition: 1.5s all ease-in-out .1s;
         -o-transition: 1.5s all ease-in-out .1s;
            transition: 1.5s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    opacity: 0.4;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4{
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/carbon-steel-pipes.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/buttweld-tee-banner.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/ss-fittings-banner.jpg);
}

.fade-carousel .slides .slide-4 {
  
  background-image: url(../images/ss-plates.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }
}
/*--end slider--*/

/*extra css*/

@media screen and (min-width: 375px){
    .header_top_area .container .pull-left .navbar-nav{
        width: 100%;
    }
}

@media (min-width: 375px){
    .header_top_area .pull-left a { 
        font-size: 12px;
        
    }

    @media (max-width: 375px){
   .navbar-default .navbar-nav > li > a { 
    
    margin-top: 5px !important;

       
    }
   }


    @media (max-width: 411px){
   .navbar-default .navbar-nav > li > a { 
    
    margin-top: 5px !important;

       
    }
   }

   @media (max-width: 414px){
   .navbar-default .navbar-nav > li > a { 
    
    margin-top: 5px !important;

       
    }
   }

   @media (max-width: 540px){
   .navbar-default .navbar-nav > li > a { 
    
    margin-top: 5px !important;

       
    }
   }

   @media (max-width: 198px){
   .navbar-default .navbar-nav > li > a { 
    
    margin-top: 5px !important;

       
    }
   }
     




   @media (min-width: 342px){
    .header_top_area .container .pull-left .navbar-nav{
        width: 100%;
    }
}

@media (min-width: 342px){
    .header_top_area .pull-left a { 
        font-size: 12px;
        
    }

    @media (max-width: 342px){
   .navbar-default .navbar-nav > li > a { 
    
    margin-top: 5px !important;

       
    }
   }

   /*third party*/

    .section-header h3 {
     font-size: 36px;
     color: #283d50;
     text-align: center;
     font-weight: 500;
     position: relative
 }

 .section-header p {
     text-align: center;
     margin: auto;
     font-size: 15px;
     padding-bottom: 60px;
     color: #556877;
     width: 50%
 }

 #clients {
     padding: 60px 0
 }

 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px
 }

 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 160px
 }

 #clients img {
     transition: all 0.4s ease-in-out
 }


.third-party img{
    float: left;
}
.padd{
    padding-left: 5px;
}


.howitworks-sec .section-title {
    text-align: left;
}
.howitworks-sec .section-title h4::after {
    left: 0;
}
.howitworks-sec {
    background: url('../images/howitworks-bg.png') no-repeat left center;
}
div.howitworks-list ul {
    width: 50%;
    float: left;
}
div.howitworks-list ul li {
    font-family: 'Roboto Condensed', sans-serif;
    color: #09316f;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding: 0 0 0 45px;
    background-repeat: no-repeat;
    background-position: left center;
}
div.howitworks-list ul li.brilliant {
    background-image: url('../images/howitworks-icon1.png');
}
div.howitworks-list ul li.professional {
    background-image: url('../images/howitworks-icon2.png');
}
div.howitworks-list ul li.world-wide {
    background-image: url('../images/howitworks-icon3.png');
}
div.howitworks-list ul li.revolution {
    background-image: url('../images/howitworks-icon4.png');
}
div.readmore-btn {
    margin: 35px 0 0;
    padding: 0;
    float: left;
}
div.readmore-btn a {
    background: #09316f;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 35px;
}
div.readmore-btn a:hover {
    background: #ed4a00;
}

.section-title h4 {
    color: #1b033d;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    position: relative;
    }
    .section-title p {
    margin-bottom: 25px;
}
/*sourcepannel top*/
.breadcrumb-area img{
    background-color: #000;
}
.breadcrumb-area {
    padding: 80px 0;
    margin-bottom: 40px;
    background: rgba(0,0,0,0.7);
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 12px 15px;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 60px;
    color: white;
}

.breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb li.active {
    text-decoration: underline;
}

.breadcrumb-area .breadcrumb li::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: -1px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}





/*contact*/

.con {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #1a003d;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #086715);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #066716;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.connect{
    font-size: 15px !important;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #1f0340;
}

.text {
  color: #333;
  margin: 1.5rem 0 0rem 0;
  font-size: 24px;
  font-weight: 800px;
  text-indent: -21px;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 14px;
}



.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1e023c, #1a013a);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #066513, #1b023b);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}
.left-border {
    border-left: 1px solid #ccc;
    padding-left: 50px;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }

}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 16px;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
  .info .information .icon{
    width:50px!important;
  }


}
/*quality*/


/*technical*/
#content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-new1{
    font-family: 'Archivo Narrow', sans-serif;
     }
     
     
    .text-new2{ 
     margin-top: 20px;
margin-bottom: 10px;
font-family: 'Archivo Narrow', sans-serif;
font-size: 30px;
    }
    

.head-new{
    
background: #214c8c;
font-size: 20px;
color: #fff;
padding: 10px 10px;
text-align: center;
font-family: 'Archivo Narrow', sans-serif;
}

.text-new3{ 
     margin-top: 20px;
margin-bottom: 10px;
font-family: 'Archivo Narrow', sans-serif;
font-size: 30px;
    }
    
    .text-new4{     
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
    }
    
    
    #product-gallery-new
    {
        
    }
    
.text-new5{ 
padding-bottom: 15px;
font-weight: normal;
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
 font-family: 'Archivo Narrow', sans-serif;
    }
    
.tab-content {
    padding: 10px;
}
.padding25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.space20 {
    display: block;
    width: 100%;
    height: 20px;
}

.table > thead:first-child > tr:first-child > th {
    background: #033f88;
    color: #fff;
    padding: 10px;
    font-size: 17px;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    padding-bottom: 0;
    font-weight: 600;
    color: #071740;
}
caption, th {
    text-align: left;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.text-bold {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #0766148c;;
    border: 1px solid #190038;;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    font-size: 18px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.padding25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tech{
    margin-top: 10px;
    margin-bottom: 10px;

}
