@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {
	padding:0 !important;
	margin:0;
	font-family: 'Nunito Sans', sans-serif;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', serif;
    color: #1f1f1f;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0;
}
h1 {
	font-size:45px;
    font-weight: 700;
}
h2 {
	font-size: 36px;
    font-weight: 700;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
ul li{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}
 a{
    color: #5f5f5f;
    font-size:16px;
 }
p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Nunito Sans', sans-serif;
    color: #5f5f5f;
    margin: 0 0 20px;
    font-weight: normal
}
p a {
    color: #0a9d00;
    text-decoration: underline;
    font-weight: 600;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], input[type=submit], textarea, select {
    background: #ffffff;
    border: solid 1px #ebebeb;
    color: #5f5f5f;
    font-size: 15px;
    margin: 5px 0 10px;
    padding: 15px 20px;
    width: 100%;
    outline: 0;
}
::-webkit-input-placeholder {
    color:#c9c9c9
}
::placeholder {
  color: #555;
  opacity: 1;
}
input[type="submit"] {
    padding: 10px 25px;
    background: #72ab4c;
    color: #fff;
    font-size: 15px;
    border: 0;
    letter-spacing: 0.5px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}
input[type="submit"]:hover {
	background:#444;
	color:#fff
}
textarea {
    height: 80px;
}
a, button, input[type="submit"] {
    transition:.9s;
    margin:10px 0 0;
}
span.wpcf7-spinner {
    height: 0;
}
label {
    font-weight: 700;
    font-size: 15px;
    color: #5e5e5e;
}
.red_subhead {
    font-size: 14px;
    color: #72ab4c;
    margin: 0 0 10px;
    font-weight: 500;
}
.red_link{
    color: #72ab4c;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
}

.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}

.topbar {
	background:#fff;
    padding:6px 60px;
}
.topbar p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1b2b33;
    text-align: right;
    text-transform: capitalize;
}
.topbar p .fa {
	margin-right:6px;
	
}
.topbar ul {
    float: right;
    margin-top: 0px;
}
.topbar ul li {
	display: inline-block;
	margin-left: 5px;
}

.topbar ul li .fa {
    font-size: 16px;
    color: #1b2b33;
    height: 30px;
    width: 30px;
    padding: 8px 0 0 9.5px;
    border-radius: 50%;
    transition: 0.3s;
}
.topbar ul li .fa:hover {
    color: #72a94e;
    transition: 0.3s;
}
.topbar p span {
    color: red;
    font-weight: 700;
}
.topbar p a{
	color:#72ab4c;
}
header {
    padding: 0px 40px;
    background: #1b2b33;
    position: relative;
    z-index: 9;
    width: 100%;
}
.col-sm-12.logo {
    padding: 10px 0;
    text-align: center;
}
.logo img{
	width:280px;
}
header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 80px -20px rgb(0 0 0 / 20%);
    padding: 10px 60px;
}
header.fixed .logo img {
    width: auto;
    padding: 0;
    margin: 0;
    display: none;
}
header.fixed .menutop li.menu-item-has-children:after{
    top: 23px;
}
.e-btn {
    margin-top: 1px;
    float: left;
    padding: 3px 0;
}
.e-btn:before{
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    background: #c9c9c9;
}
.ebtnicon, .ebtn-cont {
    float: left;
}
.ebtnicon {
    padding: 10px 15px 0 16px;
    position: relative;
}

.ebtnicon i {
    color: #72ab4c;
    font-size: 1.8em;
}
.e-btn .letschat {
    color: #a3a3a3;
    letter-spacing:1px;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 0 0;
}
.e-btn p{
    margin: 0 0 2px 0;
}
.e-btn .phone-nmbr {
    font-size: 1.1em;
    font-weight: 700;
    color: #72ab4c;
    padding: 0;
}
.e-btn img {
    width: 20%;
    padding-right: 6px;  
}
.header-cta {
    float: right;
    padding: 39px 0 0;
}
.header-cta a {
    color: #fff;
    background: #72ab4c;
    padding: 18px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 600;
}
.header-cta a:hover{
    background: #1f1f1f;
}

.main-slider .slider-caption {
    width: 100%;
    top: 57%;
    left: 7%;
    position: absolute;
    text-align: left;
}
.carousel-inner .item img {
    height: 600px;
    width: 100%;
    object-fit: contain;
    position: static;
}

.slider-caption h1 {
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.3em;
    margin: 0 0 15px;
    font-weight: 700;
    color: #fff;
}
.slider-caption h1 em{
    font-weight: 400;
}

.slider-caption h2 {
    font-size: 20px;
    margin: 14px 0 10px;
}
.slider-caption h6 {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 2px;
    padding-left: 70px;
}
.slider-caption h6:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    background: #fff;
    left: 0;
    top: 9px;
}
.slider-caption p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: left!important;
    margin: 0 0 30px;
}
.sldrcptn-content {
    width: 50%;
}
.main-slider .carousel-control .fa {
    margin: 11px 2px 2px 0!important;
}
.main-slider .carousel-control {
    color: #ffffff;
    background: rgb(0,0,0,0);
    border-radius: 50%;
    height: 69px;
    width: 69px;
    margin: 0 10px;
    color: #ffffff;
}
.carousel-control {
    font-size: 47px!important;
    font-weight: 800;
}

.underbanner-section {
    float: left;
    width: 100%;
    background: #122341;
    padding: 90px 0 200px;
}
.underbanner-section h2, .underbanner-section h6, .underbanner-section h4, .underbanner-section p{
    color: #c9c9c9;
}
.help-you-section {
    float: left;
    width: 100%;
    margin: -12% 0 0;
}
.service-box {
    float: left;
    border-bottom: solid 2px #122341;
    border-radius: 0 0 5px 5px;
}
.service-box img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin: 0 0 17px;
}
.service-box-cont{
    padding: 0 30px;
}

.below-help{
    padding: 60px;
}
.below-help p{
    text-align: center;
}
.home-about-section {
    float: left;
    width: 100%;
    display: flex;
}
.home-about-section .wp-block-column {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.technology-index-section{
    width: 100%;
    float: left;
    padding: 100px 0;
    background: rgb(18 35 65);
    position: relative;
}

.technology-index-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index-bg.png) no-repeat left;
}
.technology-index-section h2{
    color: #fff;
}
.technology-index-section h6, .technology-index-section p, .technology-index-section ul li{
    color: #c9c9c9;
}
.techindex-box {
    background: rgba(0,0,0,0);
    border: solid 1px #091324;
    margin: 15px 0;
    text-align: center;
    padding: 40px 20px;
    transition: 0.3s;
}
.techindex-box i{
    font-size: 2em;
    color: #72ab4c;
}
.techindex-box i:hover{
    color: #fff;
}
.techindex-box p{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.techindex-box:hover{
    background: #030c1a;
    transition: 0.3s;
    color: #fff;
}

.home-about-section ul, .technology-index-section ul{
    margin: 0;
}
.home-about-section ul li, .technology-index-section ul li {
    padding: 5px 0 10px 30px;
    position: relative;
}
.home-about-section ul li:before, .technology-index-section ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #72ab4c;
    top: 5px;
}
.home-about-section a.wp-block-button__link {
    background: #72ab4c;
    padding: 15px 40px;
    text-transform: capitalize;
}
.home-about-section a.wp-block-button__link:hover{
    background: #111;
}
.prime-contract-section{
    float: left;
    width: 100%;
    padding: 60px 0 0;
}
.prime-contract-section .titles {
    text-align: center;
    margin: 0 0 40px 0;
}

.prime-contract-section ul li i {
    margin: 0 0 15px 0;
}
.prime-contract-section ul li span{
    color: #747474;
    font-size: 1em;
}
.prime-contract-section h5 {
    color: #112341;
    font-size: 1em;
    margin: 0;
}
.prime-contract-section ul li {
    padding: 15px 0;
    border-bottom: solid 1px #e3e3e3;
}
.prime-box {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 40px;
}
.prime-box figure img {
    width: 100%;
}
.prime-box figure {
    padding: 15px 0;
}
.prime-contract-section h4 {
    color: #72ab4c;
}
h4.viapartner {
    font-size: 1.3em;
    margin: 50px 0 0;
    color: #72ab4c;
}
.testimonials-section{
    background: url(../images/bg-maps-dots.jpg) no-repeat;
    float: left;
    width: 100%;
    padding: 90px 0 0;
}
.testimonials-section h2 span{
    display: block;
}
.client-title {
    text-align: center;
    padding: 0 0 50px 0;
}
.testibox{
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
}
.testititle img {
    float: left;
    background: #fcfdf7;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 1px 3px 5px #d5d5d5;
    margin: 0 20px 0 0;
    width: 58px!important;
}

.testititle h4 {
    display: flex;
    flex-direction: column;
    align-self: end;
}
.testibox h4 span {
    display: block;
    font-size: .6em;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: 2px;
}
.testicont {
    padding: 20px 0 0;
}
.home-about-section .wp-block-image figcaption {
    text-align: center;
}
.abovefoot-section{
    padding: 60px 0;
    background: url(../images/partner-bg.jpg) no-repeat;
    float: left;
    width: 100%;
}
.abovefoot-section figure {
    background: #f5f5f594;
    padding: 20px;
    box-shadow: 0 0 3px #c4e5b6;
	text-align:center;
	margin:15px 0;
}
.abovefoot-section figure img{
	width:100%;
}
.abovefoot-section figure h5{
	font-size:15px;
	padding:15px 0 0;
	margin:0;
}
.customer-head {
    border-bottom: solid 1px #c8d4e3;
    float: left;
    width: 100%;
    margin: 30px 0 0;
}
.customer-head h4{
    float: left;
    color: #0f213f;
}
.customer-head p{
    float: right;
    font-size: 1em;
}
.customer-head p span{
    font-size: 1.1em;
    color: #72ab4c;
    font-weight: 700;
    font-style: italic;
}
.customers-logo {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}



footer {
    background:#1b2b33;
    padding: 70px 0 100px;
    float: left;
    width: 100%;
    position: relative;
}
footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/k1.png) no-repeat left;
    opacity: 0.5;
}
footer h5 {
    color: #fff;
    margin: 15px 0 ;
    position: relative;
}

ul.socialicon {
    margin: 0;
}
footer .socialicon li{
display:inline-block;
}
footer .socialicon li a:before{
display:none;
}
footer .socialicon a {
    color: #e3e3e3;
    display: block;
    padding: 5px 0 0;
    font-size: 17px;
    border-radius: 5px;
    width: 33px;
    background: #fff0;
    height: 33px;
    margin-right: 5px;
    text-align: center;
    line-height: normal;
    border: solid 1px #3e3e3e;
}
footer .socialicon a:hover{
    background:#72ab4c;
    color: #fff;
    border: solid 1px #72ab4c;
    }
h5 a{
    font-size: 1.5em;
    color: #72ab4c;
}
.footmiddle {
    padding: 100px 0 0 100px;
}
.ft-info {
    display: flex;
    flex-direction: column;
}
.ft-info p {
    line-height: 26px;
    position: relative;
    color: #c9c9c9;
    padding: 12px 0 0 45px;
    font-weight: 400;
    font-size: 15px;
}
.ft-info p i {
    position: absolute;
    top: 12px;
    left: 0;
    color: #72ab4c;
    font-size: 24px;
}
.ft-info p span {
    display: block;
    color: #626262;
    letter-spacing: 1px;
    font-style: italic;
}
.ft-info a{
    color:#c9c9c9;
}
.ft-info hr {
    border: solid 1px #0b171c;
    width: 100%;
}
.ft-info iframe {
    border-radius: 6px;
    margin: 20px 0 0;
}
.ft-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #525252;
	padding: 30px 0 68px;
	margin-bottom: 63px;
}
.ft-logo img {
	width: 100%;
    padding: 30px 0 0;
}
.ft-logo p {
	padding: 26px 0 40px;
	color: #c9c9c9;
	text-align: left;
	line-height: 25px;
}
.ft-link {
    padding: 0 0 0 30px;
}
.ft-link ul li {
	position: relative;
}
.ft-link ul li:before {
    content: '\f1ce';
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    top: 4px;
    font-size: 10px;
    color: #5b6b85;
}
.ft-link ul li a {
    display: block;
    color: #d5d5d5;
    line-height: 1.7em;
    padding-left: 26px;
}
.ft-link ul li a:hover{
    color: #72ab4c;
}
footer input[type="tel"] {
    float: left;
    width: 80%;
    padding: 11px 14px;
    border-radius: 5px 0 0 5px;
    background: #0f1c22;
    border: solid 2px #0b171c;
}
footer input[type="submit"] {
    float: left;
    width: 20%;
    background: #0b171c url(../images/send-icon.png) no-repeat center;
    text-indent: -994px;
    margin: 6px 0 0;
    padding: 10px 0;
    border: solid 2px #72ab4c;
    border-radius: 0 5px 5px 0;
}
footer input[type="submit"]:hover{
    background: #72ab4c url(../images/send-icon.png) no-repeat center;
}
.copyright {
    float: left;
    width: 100%;
    padding: 35px 0;
    background: #72ab4c;
    border-top: solid 1px #72ab4c;
}
.copycont {
    background: #0f1c22;
    text-align: center;
    margin: -65px 0 0;
    padding: 17px 0;
    border-radius: 10px;
    position: relative;
}
.copycont p {
	text-align:center;
	color: rgb(255 255 255/75%);
	margin:0;
}
.copycont p span {
	color: #f0d384;
}
.copycont a {
    color: #72ab4c;
    font-style: italic;
    text-decoration: underline;
}
.copycont a:hover{
    text-decoration: none;
}

/*New Footer*/

#GoToTop {
cursor: pointer;
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 99999999;
    display: none;
    padding: 10px 9px;
    background: #72ab4c;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
}
#GoToTop:hover {
	background:#111;
}
#GoToTop .fa {
	display:block;
	font-size:17px;
	color:#fff;
	margin-bottom:2px
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 6%;
    left: 20px;
    z-index: 99999999;
    padding-top: 0px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: whtsbtn 2s linear infinite forwards;
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
    transform:scale(1.5);
    opacity: 0;
}
}
#whatsappbtn img {
    width: 30px;
    margin-top: 4px;
}
.bread-title {
    position: relative;
}
.breadcrumbs {
    padding: 40px 0;
}

.bread-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.breadcrumbs h1{
    font-size: 32px;
    margin: 0;
	color:#1b2b33;
    text-align: left;
}
.breadcrumbs p{
    margin: 0;
	color:#1b2b33;
    display: flex;
    align-items: center;
}
.breadcrumbs a{
	color:#72a94e;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
/*About us page starts*/
.about-top {
    margin: 0 0 60px ;
}
.about-top img {
    border-radius: 5px;
    width: 96%;
}
.about-top-after-image {
    background: #122341;
    width: 60%;
    padding: 9px;
    border-radius: 5px;
    margin: -5% 0 0 16%;
    position: relative;
}
.about-top-after-image p{
    margin: 0;
    color: #fff;
    text-align: center;
}
.about-buttom {
    width: 100%;
    float: left;
    padding: 0 0 60px;
}
.about-buttom img {
    width: 100%;
}
.button-image-text {
    background: #72ab4c;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0;
    position: relative;
}
.button-image-text p{
    color: #fff;
    margin: 0;
    text-align: center;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    margin: 10px 0;
    box-shadow: 2px 3px 5px #d7dce1;
}
.set > a {
    display: block;
    padding: 14px 24px!important;
    text-decoration: none;
    color: #222529;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: left;
    font-size: 1.1em;
    cursor: pointer;
    background: #f8f9fb!important;
}
.set > a i {
    float: right;
    margin-top: 2px;
    font-size: 1.5em;
    color: #9aa3ab;
}
.set > a.active {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border-left: 6px solid #122341 !important;
    border-radius: 8px 8px 0 0;
    background: #122341!important;
    color: #fff;
}
.content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
    color: #2C333A;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 0 30px;
    padding: 30px 0;
}
.content p{
    padding: 10px 15px;
    margin: 0;
    color: #222529;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
.content ul {
    margin: 0 0 0 42px;
    position: relative;
}
.content ul li {
    position: relative;
    padding: 6px 0;
}
.content ul li:before {
    position: absolute;
    left: -20px;
    top: 5px;
    font-family: 'FontAwesome';
    content: '\f10c';
    font-size: 10px;
    color: #72ab4c;
    font-weight: 900;
}
.content h3 {
    margin: 10px 0 0;
    font-size: 20px;
    color: #122341;
    text-decoration: underline;
}

/*Full width page starts*/
.page-template-full-width .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-template-full-width figure.wp-block-image.size-large.is-style-default img {
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
}

.page-template-full-width .wp-block-column ul {
    display: contents;
}
.page-template-full-width  .wp-block-column ul li {
    padding: 5px 0 10px 30px;
    position: relative;
}
.page-template-full-width .wp-block-column ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #122341;
    font-size: 17px;
    top: 5px;
}
.page-id-1053 .wp-block-image.is-style-default {
    box-shadow: 2px 2px 5px #1223414a;
    border-radius: 5px;
    height: 172px;
    text-align: center;
}
.page-id-1053 figcaption {
    font-weight: 600;
    color: #122341;
}
.page-id-1055 .wp-block-image.is-style-default {
    box-shadow: 2px 2px 5px #12234145;
    border-radius: 5px;
    text-align: center;
    min-height: 191px;
}
/*Full width page ends*/

/*Shift4shop design stats*/
.buy-content.default {
    background: #ffffff!important;
    box-shadow: 5px 6px 11px #e1e1e1;
    border: solid 1px #ededed;
	text-align: center;
	padding: 26px 10px!important;
}
.buy-content.default {
    width: 100%!important;
}
.buy-content .buy-content-itemname {
    min-height: 94px;
}
button.buy-content-buybtn {
    background: #72ab4c!important;
    font-size: 1.1em!important;
    font-weight: 700!important;
    border-radius: 35px!important;
    padding: 9px 40px!important;
}
button.buy-content-buybtn:hover{
	background:#1b2b33!important;
}
.buy-content-cart-button {
    top: 35%!important;
    background-color: #72ab4c!important;
}

/*Shift4shop design ends*/

/*MSDS Page Starts*/
.page-id-1053 .wp-block-image img {
    height: 300px;
    max-width: 100%;
    text-align: center;
}
.page-id-1053 .wp-block-image figcaption {
    text-align: center;
}
/*MSDS Page Ends*/

/*Contact page starts*/
.contact-content-part, .contact-content-part p{
    text-align: center;
}

.contact-content-part h6:before{
    position: relative;
    left:90px;
}
.contact-content-part input[type="text"], .contact-content-part input[type="email"], .contact-content-part input[type="tel"], .contact-content-part input[type="number"], .contact-content-part textarea {
    border: solid 1px #d9d0b6!important;
}
.contactinfo-section{
    float: left;
    width: 100%;
    padding: 60px 0;
}
.contactinfo-box {
    width: 49%;
    float: left;
    border-right: dashed 2px #e7dfc7;
    display: flex;
    padding: 0 6px;
}
.contactinfo-right{
	float:right!important;
	width: 24%;
}
.contactinfo-box:last-child{
    border-right: none;
}
.contactinfo-box img {
    height: 42px;
    margin: 0 10px 0;
}
.contactinfo-box p{
    margin: 0 0 5px;
}

.contactinfo-box a {
    color: #72ab4c;
    font-weight: 700;
    text-decoration: underline;
    float: left;
}
.contactinfo-box a:hover{
    color: #1f1f1f;
}

/*Contact page ends*/
.secondary-container {
    padding: 60px 0;
    float: left;
    width: 100%;
    background: #ffffff;
}

.page-template-services-details .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 590px;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.page-template-services-details .main-slider .slider-caption {  
    left: 0%;
}
.page-template-services-details .sldrcptn-content {
    width: 100%;
}
.page-template-services-details .slider-caption h1, .sldrcptn-content p {
    text-align: center;
}

.page-template-services .wp-block-image img {
    max-width: 100%;
    height: 320px;
    object-fit: cover;
}
.page-template-services .wp-block-column p {
    text-align: center;
    top: -50px;
    color: #fff;
    width: 90%;
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    transform: translateY(-56px);
    box-shadow: 0px 5px 40px rgb(0 0 0 / 10%);
    margin: 0 auto -50px;
    color: #5f5f5f;
}
.page-template-services .wp-block-buttons {
    display: block;
}
.page-template-services .wp-block-column a {
    display: block;
    color: #fff;
    background: #72ab4c;
    padding: 10px 0;
    margin: 30px 0 10px;
    border-radius: 22px;
    font-weight: 600;
}
.page-template-services .wp-block-column a:hover{
    background: #1f1f1f;
}

.contactus {
    width: 100%;
    float: left;
}

.page-template-projects .secondary-container {
    padding: 0;
    float: left;
    width: 100%;
    background:#fff;
    background-image: url(../images/home-body-bg.png);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
}
.cont-box {
    background: #fff;
    border-radius: 25px;
    padding: 15px 25px;
    text-align: center;
    margin: 1px 10px;
    width: 23%;
    min-height: 220px;
}
.cont-box p strong {
    display: block;
    text-align: center;
    font-size: 1.3em;
    margin: 14px 0;
}
.cont-box p {
    text-align: center;
}
.cont-box img {
    width: auto!important;
}

/* Accordion styles */
.posts_apply{
    padding: 30px 0 0;
}
.page-template-career input[type=checkbox], input[type=radio] {
    display: none;
}
.career_frt img{
    width: 100%;
    height: auto;
}

.career-apply {
    padding: 50px;
    text-align: center;
}
.career-apply h6{
    color: #d41115;
}
.career-apply h2 {
    font-size: ;
    text-align: center;
    padding-bottom: 10px;
}
.career-apply input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .career-apply select.wpcf7-form-control.wpcf7-select {
    padding: 17px 18px;
    font-size: 15px;
    border: solid 1px #bac3cc;
    background:#fff;
}
 
.career-apply input.wpcf7-form-control.wpcf7-file{
    padding: 17px 18px;
    font-size: 15px;
    border: solid 1px #bac3cc;
}

.listicon li {
line-height: 35px;
    font-size: 15px;
    padding-left: 28px;
    position: relative;
}
.listicon li:before{
content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #0033c7;
}
.page-template-services td.has-text-align-center {
    padding: 15px 0;
    font-size: 15px;
}
@media only screen and (max-width:1199px){
.menutop li a {
    padding: 11px 8px!important;
}
header.fixed .menutop li a {
    padding: 11px 8px!important;
}
.main-slider .slider-caption {
    bottom: 0;
    border-radius: inherit;
    width: 100%;
    left: 0;
	top: 60%;
	padding: 15px;
}
.sldrcptn-content {
    width: 100%;
}
.sldrcptn-content p br {
    display: contents;
    text-align: center;
}
.topbar ul li .fa {
    width: 20px;
}

footer input[type="tel"] {
    float: left;
    width: 78%;	
}
footer input[type="submit"] {
    padding: 12px 29px;
	margin: 3px 0 0;
}
.ft-info p {
	padding: 12px 0 0 30px;	
}
.contactaddr ul li {
   padding: 16px 16px;
}

}
@media only screen and (max-width:991px){
button#responsive-menu-button {
    top: 100px !important;
    background: #72ab4c !important ;
    border-radius: 4px !important;
	right: 15px !important;
}	

.topbar {
    text-align: center;
}
.topbar .col-sm-8, .topbar .col-sm-4 {
    width: 100%;
}
.topbar ul {
    float: none;
	text-align: center;
}

header {
    padding: 5px 0;
	
}
header.fixed {
    position: relative;
}

.col-sm-2.e-btn img {
    display: none;
}
.col-sm-2.e-btn a {
    padding: 7px;
    margin-top: 15px;
}
.slider-caption h2 {
    font-size: 16px;
    margin: 10px 0 5px;
}
.slider-caption h1 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0 0 9px;
}
.sldrcptn-content .btn-primary {
    margin-top: 3px;
    padding: 5px 19px;
}
.main-slider .carousel-control {
    top: 42%;
    font-size: 54px;
}
.sldrcptn-content p {
    text-align: left;
}
.main-slider .carousel-control {
    top: 36%;
    font-size: 48px;
}
.about h3, .service h3, .product h3, .col-sm-12.ser-head h3 {
    font-size: 22px;
}
.about-right {
    padding: 10px;
    height: 260px;
    overflow: scroll;
}
.whatwedo-list h3 {
    font-size: 15px;
    margin: 20px 0 10px;
}
.whychoose .col-sm-3 {
    width: 50%;
    float: left;
}
.whychoose-list {
    margin: 15px 0;
}
.whychoose-list, .whychoose-list p {
    text-align: center;
}
footer input[type="email"] {
    width: 100%;
}
footer input[type="submit"] {
    margin: 0px 0 0;
    padding: 11px 10px;
    width: 20%;
}
	.footmiddle {
    padding: 100px 0 0 15px;
}
	
	
.sldrcptn-content {
    padding-left: 60px;
}
.sldrcptn-content img {
    display: none;
}
.btn-primary {
    font-size: 14px !important;
}
.whatwedo .subheading {
    margin-bottom: 10px;
}
.page-template-services .weoffer-list img {
		width: 70%;align-content
}
	
.page-template-services .col-sm-8.services-image {
    text-align: left;
}
.whatwedo-list {
    margin: 15px 0;
}
.heading {
    font-size: 28px;
}

.count-right .col-sm-4 {
    margin: 0;
    padding: 4px;
}
.count-left h2 {
    font-size: 28px;
    padding-bottom: 11px;
}
.count-dtl {
    padding: 30px 30px;
	max-height: 173px;
    min-height: 173px;
}
.whychoose-list {
    padding: 7px;
}
.whychoose .col-sm-3 {
    width: 23%;
}
.whychoose-list img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.subheading {
    font-size: 14px;
    margin-bottom: 20px;
}
.whychoose {
    padding: 40px 0;
}
.lets p {
    font-size: 26px;
    float: left;
    padding-top: 14px;
}
.whatever h2 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 23px;
    letter-spacing: 0.5px;
}
.whatever {
    padding: 40px 0 45px;
}
footer .socialicon a{
    width: 30px;
    height: 30px;
}
.ft-img img {
    width: 60px;
}
.ft-info p{
    line-height: 22px;
}

footer {
    padding: 40px 0;
}
footer h4 {
    margin: 25px 0 20px;
	padding-bottom: 15px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
.weoffer-list img {
    width: 100%;
}
.service-floating-box {
    top: 20%;
}
.ourproject-sec h3 {
    font-size: 14px;
}
.getintouch .col-sm-6 {
    width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], input[type=submit], textarea, select {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 8px 18px;
}
textarea {
    height: 120px;
}
input[type="submit"] {
    padding: 7px 25px;
    font-size: 14px;
}
.employmentofr .col-sm-6 {
    width: 100%;
}
.employmentofr-content {
    padding: 25px;
}
.employment-application label {
    font-size: 14px;
}
.employment-application input[type="date"] {
    padding: 8px 18px;
    margin-top: 10px;
}
.ourmission img {
    width: 100%;
    height: auto;
}
.servicedtls .col-sm-8, .servicedtls .col-sm-4 {
    width: 100%;
}
.sidebar {
    margin-top: 25px;
}
.sidebar-list.requestform {
    margin-bottom: 0;
}
.page-template-projects .project.clearfix ul.nav.nav-pills li a {
    padding: 10px 17px;
}
.page-template-projects .project-cntn-dtls img {
    height: 200px;
}
.page-template-gallery-php img.thumbnail.thumbnail_446.pfg-img.pfg_img_446.img-responsive.hvr-grow-shadow {
    margin-left: 80px;
}
.contactinfo-right { width: 50%;}	
}
@media only screen and (max-width:767px){

.logo {
    text-align: center;
}
.topbar p {
    text-align: center;
	}

.topbar .timing {
    float: none;
    text-align: center;
}
button#responsive-menu-button {
    top: 78px !important;
}	
header {width:100%;margin: auto;text-align: center;}
.e-btn:before {background: transparent;}
.e-btn {margin-top: 1px; float: none;text-align: center; margin: auto; display: flex; justify-content: center;}
.e-btn .letschat {text-align: center;}	
.main-slider {
    margin-top: 0%;
}	
.main-slider .slider-caption {
    top: 54%;
	min-height: 100px;
    max-height: 100px;
}
.carousel-inner .item img {
    height: 376px;
}
.slider-caption h1 {font-size: 30px;}
.breadcrumbs h1 {font-size: 28px;}
h3 {font-size: 22px;}
.footmiddle {padding: 10px;}
.ft-link {height: auto;}
.about-right {
    padding: 10px;
    margin: 0 0 32px;
    overflow: inherit;
}
.countable {
    float: left;
    padding: 30px 0;
    text-align: center;
}
.count-left h2:after {
   left: 45%;
}
.count-dtl img {
    width: 40px;
}
.count-right .col-sm-4 {
    display: inline-block;
}
.whatwedo {
    padding: 40px 0 35px;
}
h2 {
    font-size: 22px;
}
	
footer .col-sm-6 {
    width: 50%;
    float: left;
}
.ft-img img {
    width: 80px;
}
.aboutus-content em {
    width: 100%;
}
.weoffer-list {
    margin: 7px 0;
	
}
.ft-link {
    float: left;
    width: 100%;
    height: auto;
}
.main-slider .carousel-control .fa {
    display: none;
}	

}
@media only screen and (max-width:568px){
.topbar {padding: 6px 8px;}	

.sldrcptn-content {padding-left: 22px; padding-top: 124px;}
button#responsive-menu-button {top: 79px !important;}	
.main-slider .slider-caption {top: 0;width: 100%;}
.carousel-inner .item img {height: 242px;}
.lets a {float:none;margin: 20px 0 0;}
figcaption {text-align: center;}
.wp-block-spacer {display: none;}
.buy-content.default {margin: 14px 0;}
.content {margin: 0 0 0 15px;padding: 15px 0;}
.content p {padding: 6px 6px;line-height: 25px;}	
.breadcrumbs {padding: 40px 0 0;}
.secondary-container {padding: 24px 0;}
h4 {font-size: 18px;}	
figure.wp-block-image.size-large img {height: auto;}	
.main-slider .carousel-control {display: none;}	
img.wp-image-1425 {width: 100%;height: auto;}	
.abovefoot-section {padding: 30px 0;}
.button-image-text {padding: 10px;border-radius: 0;margin: 3px 0 15px;}	
.contactinfo-right {width: 100%;}	
.contactinfo-box {width: 100%;width: 100%;float: left;border-right: none;margin: 10px 0;display: flex;padding: 0;}
.buy-content .buy-content-itemname {min-height: auto;}	
}
	
@media only screen and (max-width:460px){
.carousel-inner {margin-top: -36px;}
.footer-dtls .col-xs-6 {
    width: 100%;
}	
	
	
	
}






@media only screen and (max-width:414px){
.main-slider .carousel-control {
    top: 20%;	
}
.sldrcptn-content {
    width: 100%;
    padding-left: 0;
}
.about h3, .service h3, .product h3, .col-sm-12.ser-head h3 {
    font-size: 18px;
}
.about h3:after, .service h3:after, .product h3:after, .col-sm-12.ser-head h3:after {
    right: 40%;
}
	.about-right {
    margin: 0 0 330px;
}
button#responsive-menu-button {
    width: 40px !important;
    height: 40px !important;
    top: 106px !important;
}	

.slider-caption h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}
.slider-caption h2 {
    font-size: 13px;
    margin: 0 0 2px;
}
.sldrcptn-content .btn-primary {
    margin-top: 0;
    padding: 3px 14px;
    font-size: 14px;
}
.btn-primary.btn-primary:after {
    padding-left: 8px;
    font-size: 10px;
}
.main-sldier .carousel-control {
    top: 28%;
    font-size: 43px;
}
.heading {
    font-size: 20px;
}
h3 {
    font-size: 20px;
}
footer ul li {
    line-height: 31px;
}
.getintouch h6 {
    text-align: center;
    font-size: 14px;
}
.breadcrumbs h1 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}

.contactaddr ul li .fa {
    width: 52px;
    height: 52px;
    font-size: 25px;
    padding-top: 14px;
    margin-right: 18px;
}

}
@media only screen and (max-width:360px){
header img {
    width: 150px;
}
button#responsive-menu-button {
    top: 99px !important;
}
.main-slider .slider-caption {
    display: none;
}
.main-slider .carousel-control {
    top: 30%;
    font-size: 38px;
}	

.count-left h2 {
    font-size: 22px;
}
.count-left h2:after {
    bottom: 4px;
    left: 35%!important;
}
.count-left p {
    text-align: center;
}
.count-right .col-sm-4 {
    width: 30%;
}
.footer-dtls .col-xs-6 {
    width: 44%;
}
footer .socialicon a {
    width: 25px;
    height: 25px;
}
footer .socialicon a {
padding: 0px 0 0;
}
.ft-info p {
    line-height: 24px;
    padding-left: 20px;
}
.ft-img img {
    width: 60px;
}


}

@media only screen and (max-width:320px){
button#responsive-menu-button {
    top: 123px !important;
}
	.about.clearfix {
    padding: 20px 0;
}

footer .socialicon a {
    width: 40px;
    height: 40px;
}
footer .socialicon a {
    padding: 5px 0 0;
    font-size: 20px;
    margin: 3px 0;
}
.footer-dtls .col-xs-6 {
    width: 100%;
    text-align: center;
}
.ft-info p i {
    top: 5px;
}
.ft-info h3, .ft-link h3, .ft-img h3 {
    padding-top: 20px;
}
.ft-img img {
    width: 92px;
}
	.ft-link ul li:after {
     background: none;
}
	.ft-link ul li a {
    padding-left: 0;
}

}