/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/





/* ----------------------------------------------------------------

	Footer

-----------------------------------------------------------------*/





#footer {

	position: relative;

	background: #545454;

}


@media (min-width: 992px) {

	.sticky-footer #slider:not(.slider-parallax-invisible),

	.sticky-footer #page-submenu,

	.sticky-footer #page-title,

	.sticky-footer #content {

		z-index: 2;

	}



	.sticky-footer #content {

		transform: translate3d(0,0,0);

	}



	.sticky-footer #footer {

		position: sticky;

		top: auto;

		bottom: 0;

		left: 0;

	}

}



#footer .footer-widgets-wrap {

	position: relative;

	padding: 80px 0;

}


.icon-angle-up:before {
    content: "\f106";
        font-family: "FontAwesome";
}

.ht-ctc{
	right: 25px!important;
}
#copyrights i.footer-icon {

	position: relative;

	top: 1px;

	font-size: 0.875rem;

	width: 14px;

	text-align: center;

	margin-right: 3px;

}



.copyright-links a {

	display: inline-block;

	margin: 0 3px;

	color: #333;

	border-bottom: 1px dotted #444;

}



.copyright-links a:hover {

	color: #555;

	border-bottom: 1px solid #666;

}



.copyrights-menu { 
	/* margin-bottom: 10px; */
 }



.copyrights-menu a {

	font-size: 0.875rem;

	margin: 0;

	border-bottom: 0 !important;

}

#copyrights .design-text i {

    animation: blink 1s;

    animation-iteration-count: infinite;

}

@keyframes blink {



    0% {



        opacity: 1;



    }



    50% {



        opacity: 0;



    }



    100% {



        opacity: 1;



    }



}



.header-text a{

    display:flex;

    align-items: center;

    font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 17px;

line-height: 17px;

color: #000000;

}

.header-text i{

     color: transparent;

   -webkit-text-stroke-width: 1.5px;

   -webkit-text-stroke-color: #F9893C;

   margin-right: 8px;

}

.header-btn{

    background: #F9893C;

border: 1px solid #F9893C;

box-sizing: border-box;

box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);

padding: 5px 0;

}

.header-btn a{

    font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 14px;

line-height: 26px;

letter-spacing: 0.05em;

color: #fff;

    padding: 10px 0 10px 15px;

    position: relative;

    transition: all .5s;

}

.header-btn a:hover{

    text-decoration:none;

    padding-right:15px;

    transition:all .5s;

}

.header-btn a:after {

    content: "\f061";

    font: normal normal normal 14px/1 FontAwesome;

    font-weight: 400;

    opacity: 0;

    color: #fff;

}

.header-btn a:hover:after{

    opacity:1;

    transition:all .5s;

    padding-left:15px;

}
.header-downbtn{

    background: #F9893C;

border: 1px solid #F9893C;

box-sizing: border-box;

box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);

padding: 5px 10px 5px 10px;

}
.header-downbtn a{
    
    font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 14px;

line-height: 26px;

letter-spacing: 0.05em;

color: #fff;
display:flex;

        padding: 2px 0 0px 5px;

    position: relative;

    transition: all .5s;
}

.header-downbtn a:hover{

    text-decoration:none;

    padding-left:5px;

    transition:all .5s;

}

.header-downbtn a:before {

    content: '';
    background:url('./../images/download-arrow.svg') no-repeat;
    background-position: center;
    font: normal normal normal 25px/1 FontAwesome;
        margin-right: 5px;
    font-weight: 400;
    opacity: 0;
    margin-left: -10px;
    padding-right: 0px;
    color: #fff;

}

.header-downbtn a:hover:before{

    opacity:1;

    transition:all .5s;

    padding-left:15px;
     padding-right: 10px;

}

.footer-logo {

	display: block;

	margin-bottom: 30px;

}

#header .container, #copyrights .container{

    max-width:100%;

}

#copyBorder{

    border:1px solid rgb(255 255 255 / 50%);

        width: 60%;

    margin-left: 20%;

    margin-bottom: 20px;

}

#copyrights {

	padding: 0;

	background-color: #545454;

	font-size: 0.875rem;

	line-height: 1.8;

}



#copyrights p , #copyrights a{

    font-family: 'Josefin Sans', sans-serif;

    font-style: normal;

font-weight: normal;

font-size: 14px;

line-height: 23px;

text-align: center;

color: #FFFFFF;

}

#copyrights .col-12{

    padding-bottom:0;

}

.copyrights-menu  p{

   margin-bottom:10px;

}



#top-social {

    display: -ms-flexbox;

    display: flex;

    justify-content: center;

    margin-top: -5px;

}

#top-social li {

	position: relative;

	list-style: none;

	    background: #fff;

    margin: 0 10px;

    border-radius: 50%;

}

#top-social li a{

    color:#545454;

        padding: 10px 7px;

}

#top-social li a:hover{
	color: #452F90;
}

#top-social li:nth-child(1) a{

padding: 10px 9px;

}
.sub-menu-container .menu-link{
	text-transform: capitalize;
}
.sticky-header #header-wrap #logo img{
	width: 80%;
    margin-top: -40%;
    height: 100%;
        -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}
.sticky-header  .primary-menu{
	border-top: 0.5px solid transparent;
}
#enquireModal .modal-content{
	  /*  position: absolute;
    top: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);*/
}
#enquireModal.show{
    display: flex!important;
    height: 100%;
} 

#enquireModal .modal-dialog {
    margin: auto;
}
h4.modal-title{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 35px;
color: #452F90;
}
.enquire-formdetails input {

	width: 100%;

	background: #E5E5E4;

	margin: 15px 0;

	padding: 20px;

	border: none;

	font-size: 18px;

}



.enquire-formdetails input[type=submit] {

	background: #452F90;

	color: #fff;

	font-family: 'Josefin Sans', sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 20px;

	cursor: pointer;

	border: 2px solid #452F90;
	width: 50%;
}



.enquire-formdetails input[type=submit]:hover {

	background: #fff;

	color: #452F90;

	border: 2px solid #452F90;

	/*border-radius: 10px;*/

}



.enquire-formdetails textarea {

	width: 100%;

	background: #E5E5E4;

	margin: 15px 0;

	padding: 20px;

	border: none;

	font-family: 'Josefin Sans', sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 14px;

	line-height: 35px;

}



.enquire-formdetails ::-webkit-input-placeholder {

	/* Edge */

	color: #787675;

	font-family: 'Josefin Sans', sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 35px;

}



.enquire-formdetails :-ms-input-placeholder {

	/* Internet Explorer 10-11 */

	color: #787675;

	font-family: 'Josefin Sans', sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 35px;

}



.enquire-formdetails ::placeholder {

	color: #787675;

	font-family: 'Josefin Sans', sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 35px;

}



.enquire-formdetails textarea {

	color: #000000;

	font-family: 'Josefin Sans', sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 35px;

}
.about-ussection{
	background: #452F90;
	/* padding-bottom: 60px; */
}
.about-ussection .container{
	max-width: 85%;
	padding: 60px 0;
}
.about-usimg{
	text-align: center;
	margin: auto;
}

.about-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-transform: uppercase;
}
.about-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #FFFFFF;
}
.about-desc{
	margin-left: 65px;
}
.about-desc p{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #FFFFFF;
/* width: 515px; */
}
.about-btn{
padding: 5px 0;
margin-left: 65px;
margin-top: 30px;
}

.about-btn a{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
    text-transform: uppercase;
     position: relative;
padding: 20px 15px 20px 15px;
    transition: all .5s;
        border: 1px solid #FFFFFF;
}
.about-btn a:before {
      content: "";
    position: absolute;
    top: -1px;
    left: -14px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-top: 1px solid #FFFFFF;
    /* border-bottom: 1px solid #FFFFFF; */
    border-right: 1px solid #fff;
}

.about-btn a:after {
  content: "";
    position: absolute;
    top: -14px;
    left: -1px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.about-btn a:hover:before{
	    height: 100%;
	    border-top: 0px solid #FFFFFF;
}
.about-btn a:hover:after{
	    width: 100%;
	        border-left: 0px solid #FFFFFF;
}
.about-btn a:hover{
	background: #fff;
    color:#452F90;
     transition:all .5s;
}


.products-row{
	margin-top: 75px;
}
.services-row{
	padding: 40px 0;
	margin-bottom: -15%;
}

.service-block{
	padding: 0 20px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
.service-img{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.service-img img{
		transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}


.service-img:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.service-title{
	background: #fff;
	border: 1px solid #545454;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.service-title h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #000000;
    padding: 10px 0;
    margin-bottom: 0;
}
.why-choose{
	background: #E5E5E5;

}
.why-choose .container{
	max-width: 85%;
	padding: 60px 0;
}
.why-choose .row:nth-child(1){
	margin-top: 10%;
}
.why-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #452F90;
text-transform: uppercase;
}
.why-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #452F90;
}
.why-subheading h3 span{
color: #F9893C;
}
.why-desc h4{
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.why-image {
	background: #FFFFFF;
    border: 2px solid #F9893C;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 50%;
    width: 80px;
    padding: 20px;
    margin-top: 20px;
}
.why-image img{
	width: 100%;
}
.why-desc{
	padding-top: 20px;
}
.why-choose .col-md-3{
	padding: 0 30px;
}
.why-choose .row .col-md-3:nth-child(1){
	padding-left: 0;
}
.why-choose .row .col-md-3:nth-child(4){
	padding-right: 0;
}
.infra-section{
	background: url('./../images/infra-img.png');
	background-repeat: no-repeat;
	background-size: 18.5%;
	background-position: bottom left;
	
}
.infra-section .container{
	max-width: 85%;
	padding: 60px 0;
}
.infra-section .row{
	align-items: center;
}
.infra-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #452F90;
text-transform: uppercase;
}
.infra-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #452F90;
}
.infra-subheading h3 span{
color: #F9893C;
}
.infra-desc{
	margin-left: 65px;
}
.infra-desc p{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #000;
/* width: 515px; */
}
.infra-btn{
padding: 5px 0;
margin-left: 65px;
margin-top: 30px;
}

.infra-btn a{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #452F90;
    text-transform: uppercase;
     position: relative;
padding: 20px 15px;
    transition: all .5s;
        border: 1px solid #452F90;
}


.infra-btn a:before {
      content: "";
    position: absolute;
    top: -1px;
    left: -14px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-top: 1px solid #452F90;
    /* border-bottom: 1px solid #FFFFFF; */
    border-right: 1px solid #452F90;
}

.infra-btn a:after {
  content: "";
    position: absolute;
    top: -14px;
    left: -1px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-left: 1px solid #452F90;
    border-bottom: 1px solid #452F90;
}
.infra-btn a:hover:before{
	    height: 100%;
	    border-top: 0px solid #452F90;
}
.infra-btn a:hover:after{
	    width: 100%;
	        border-left: 0px solid #452F90;
}
.infra-btn a:hover{
	background: #452F90;
    color:#fff;
     transition:all .5s;
}
.infra-images{
	z-index: 0;
}
.infra-images .row{
	align-items: center;
	    justify-content: center;
}
.infra-images .row .col-md-6{
	z-index: 1;
}

.infra-imageone img{
	float: right;
	/* padding: 20px 0; */
	transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
			height: 315px;
			padding-bottom: 20px;
}
.infra-imageone{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}



.infra-imageone:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.infra-imagetwo img{
	float: right;
			transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
			height: 315px;
}

.infra-imagethree{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.infra-imagethree:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}

.infra-imagethree img{
	float: right;
			transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
			height: 315px;
}

.infra-imagetwo{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.infra-imagetwo:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.infra-centerimg{
	border: 1px solid #452F90;
	    height: 400px;
    width: 400px;
        position: absolute;
    z-index: 0;
}
.inframain-secondrow{
	margin-top: 30px;
}
.inframain-secondrow .col-md-3{
	border: 1px solid #fff;
	margin: 0 1%;
    width: 23%;
}
.inframain-secondrow .profile-img img {
    padding: 0;
}
.inframain-secondrow .profile-img{
	background: transparent;
	    margin-left: -5px;
}
.testimonial-section{
	background: #F48A40;
}
.testimonial-section .container{
	max-width: 70%;
	padding: 60px 0;
}
.testimonial-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-transform: uppercase;
text-align: center;
}
.testimonial-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #FFFFFF;
text-align: center;
}
.testi-number h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #fff;
}
.testi-title h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 26px;
color: #FFFFFF;
}
.testi-titlerow{
	padding: 40px 0;
	
}
.testi-titlerow .col-md-4 .row:not(.inactive){
	border-bottom: 2px solid #452F90;

}
.testi-titlerow .col-md-4 .row{
	height: 100%;
    cursor: pointer;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 20px;
}

.testi-number{
	text-align: center;
	margin-left: -14px !important;
}
.testi-section{
	padding: 60px 0 0;
	    align-items: center;
}
.testi-img{
	background: #fff;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    text-align: center;
    padding-top: 100px;
        margin-left: auto;
    margin-right: auto;
}
.testi-desc h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 30px;
color: #FFFFFF;
}
.testi-desc h4::before {
    font-family: 'Source Serif Pro', sans-serif;
    content: "\201C";
    color: #F9893C;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 68px;
    position: absolute;
    left: 5%;
}
.testi-author{
	margin-top: 30px;
}
.testi-author h5, .testi-post h5{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 24px;
color: #FFFFFF;
}
.testi-details{
	padding: 0 10%;
}


.testi-btn{
padding: 5px 0;
/* margin-left: -20%; */
    margin-top: 60px;
text-align: center;
}

.testi-btn a{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
    text-transform: uppercase;
     position: relative;
padding: 20px 15px 20px 15px;
    transition: all .5s;
        border: 1px solid #FFFFFF;
}
.testi-btn a:before {
      content: "";
    position: absolute;
    top: -1px;
    left: -14px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-top: 1px solid #FFFFFF;
    /* border-bottom: 1px solid #FFFFFF; */
    border-right: 1px solid #fff;
}

.testi-btn a:after {
  content: "";
    position: absolute;
    top: -14px;
    left: -1px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.testi-btn a:hover:before{
	    height: 100%;
	    border-top: 0px solid #FFFFFF;
}
.testi-btn a:hover:after{
	    width: 100%;
	        border-left: 0px solid #FFFFFF;
}
.testi-btn a:hover{
	background: #fff;
    color:#452F90;
     transition:all .5s;
}
.client-section .container{
	max-width: 100%;
	padding: 20px 0;
}
.client-section .col{
	border: 1px solid #C4C4C4;
	    text-align: center;
	        padding: 40px 50px;
}


#footer .footer-firstsec .container{
	max-width: 100%;
	padding: 60px 0;
}
.contact-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-transform: uppercase;
text-align: center;
}
.contact-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #FFFFFF;
text-align: center;
}
.contact-btn{
	
	text-align: center;
}
.contact-btn a{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #fff;
    text-transform: uppercase;
     position: relative;
padding: 20px 15px;
    transition: all .5s;
        border: 1px solid #fff;
        margin-top: 60px;
}
.contact-btn a:before {
      content: "";
    position: absolute;
    top: -1px;
    left: -14px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-top: 1px solid #FFFFFF;
    /* border-bottom: 1px solid #FFFFFF; */
    border-right: 1px solid #fff;
}

.contact-btn a:after {
  content: "";
    position: absolute;
    top: -14px;
    left: -1px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.contact-btn a:hover:before{
	    height: 100%;
	    border-top: 0px solid #FFFFFF;
}
.contact-btn a:hover:after{
	    width: 100%;
	        border-left: 0px solid #FFFFFF;
}
.contact-btn a:hover{
	background: #fff;
    color:#452F90;
     transition:all .5s;
}

#footer{
    background-image: url(./../images/footer-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.footer-firstsec{
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.footer-secondsec .container{
	max-width: 85%;
	padding: 60px 0;
}

.footerlink-title h3{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 18px;
text-transform: uppercase;
color: #FFFFFF;
}

.footerlink-list li{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
list-style-type: none;
}
.footerlink-list p, .footerlink-list a{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
margin-bottom: 5px;
}

.sub-menu>.menu-link>div:after {
    font-family: "FontAwesome";
    content: "\f107";
    color: #393185;
    font-size: 15px;
	/* margin-left: -10px; */
}


/* About Us */
.about-banner{
	background: url('./../images/about-banner1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.about-banner .container{
	max-width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.138) 36.22%, rgba(229, 229, 229, 0) 54.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.69) 22.92%, rgba(229, 229, 229, 0) 54.17%);
height: 500px;
}
.company-section{
	background: #F9893C;

}
.company-section .container{
	max-width: 85%;
	padding: 60px 0;
}
/*.company-section .container .row{
	align-items: center;
}*/
.company-img{
	text-align: center;
	width: 300px;
    height: 400px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    	position: relative;
	cursor: pointer;
}
.company-imgcover{
	border: 1px solid #fff;
    margin-left: -5%;
    width: 300px;
    height: 390px;
}
.company-img img{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	    margin-left: 20px;
    margin-top: 20px;
    	transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}




.company-img:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.company-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-transform: uppercase;
}
.company-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #FFFFFF;
width: 512px;
}
.company-desc{
	margin-left: 65px;
}
.company-desc p{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #FFFFFF;
}
.profile-section{
	/* height: 300px; */
}
.profile-titlerow{
	padding: 40px 0;
	
}
.profile-titlerow .col-md-3 .row:not(.inactive){
	border-bottom: 2px solid #452F90;
	margin-bottom: 15px;
}
.profile-titlerow .col-md-3 .row{
		height: 100%;
	cursor: pointer;
	border-bottom: 2px solid #FFFFFF;
}

.profile-headsec .profile-title h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 38px;
letter-spacing: 0.05em;
color: #452F90;
text-align: center;
}
.profile-headsec.inactive .profile-title h4{
	color: #fff;
}
.profile-img{
	background: #fff;
	border-radius: 50%;
    height: 70px;
    width: 100%;
    margin: 20px 0;
    background: transparent;
    margin-left: -5px;
    display: flex;
}
.profile-section .col-md-4{
	    border: 1px solid #fff;
    margin: 20px 1%;
    width: 31%;
	padding-bottom: 15px;
}
.profile-section .col-md-6{
	    border: 1px solid #fff;
    margin: 20px 1%;
    width: 48%;
	padding-bottom: 11px;
}
.profile-desc h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #FFFFFF;
}
.profile-title h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 28px;
color: #452F90;
padding-top: 12px;
    margin-left: 10px;
}
.profile-text p{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color:#FFFFFF;
margin-bottom: 0;
padding-bottom: 17px;
}
.mission-section{
	background: url('./../images/infra-img.png');
	background-repeat: no-repeat;
	background-size: 18.5%;
	background-position: bottom left;
}
.mission-section .container{
	max-width:80%;
	padding: 60px 0;
}
.mission-section .container .row{
	overflow: hidden;
}
.mission-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #452F90;
text-transform: uppercase;
text-align: center;
}
.mission-subheading {
	text-align: center;
	margin-bottom: 20px;
}
.mission-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #452F90;
text-align: center;
}
.mission-subheading span{
color: #444;
font-size: 20px;
text-align: center;
}
.mission-desc{
	margin-left: 65px;
}
.mission-desc p{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #000;
text-align: center;
}
.mission-blocks{
	z-index: 0;
}
.mission-blocks .row{
	align-items: center;
	    justify-content: center;
}
.mission-blocks .row .col-md-6{
	z-index: 1;
}
.mission-blockone{
	background: #6061B0;
	padding: 30px;
	color: #fff;
	width: 31%;
	margin: 0 1%;
	margin-bottom: -99999px;
    padding-bottom: 100026px;
}
.mission-blocktwo{
	background: #545454;
	padding: 30px;
	    color: #fff;
	    width: 31%;
	    margin: 0 1%;
		margin-bottom: -99999px;
		padding-bottom: 100026px;
}
.mission-blockthree{

	background: #F9893C;
	padding: 30px;
	color: #fff;
	width: 31%;
	margin: 0 1%;
	margin-bottom: -99999px;
    padding-bottom: 100026px;
}
.mission-blockthree ul li:before{
	     content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    width: 7px;
    height: 7px;
    font-size: 25px;
    padding-right: 15px;
    align-items: center;
}
.mission-blockthree ul li{
	margin: 0 10px;
	display: flex;
	align-items: center;
}
.mission-centerimg{
	border: 1px solid #452F90;
	    height: 400px;
    width: 400px;
        position: absolute;
    z-index: 0;
}
.mission-block h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 26px;
color: #FFFFFF;
padding-top: 20px;
    text-transform: uppercase;
}
.mission-block img{
	width: 40px;
}
.mission-blocks h4{
font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 26px;
color: #FFFFFF;
padding-top: 20px;
    text-transform: uppercase;
}
.mission-blocks p{
font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #FFFFFF;
}

.message-section{
	background: #452F90;

}
.message-section .container{
	max-width: 85%;
	padding: 60px 0;
}
.message-section .container .row{
	align-items: center;
}
.message-img{
	text-align: center;
	width: 370px;
    height: 370px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    position: relative;
	cursor: pointer;
}
.message-author p{
	margin-bottom: 0;
}
.message-imgcover{
	border: 1px solid #fff;
    margin-left: -5%;
    width: 370px;
    height: 370px;
}
.message-img img{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	    margin-left: 20px;
    margin-top: 20px;
    transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}



.message-img:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.message-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-transform: uppercase;
}
.message-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #FFFFFF;
width: 512px;
}
.message-desc{
	margin-left: 65px;
	    margin-right: 65px;
}
.message-desc p{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #FFFFFF;
/*width: 515px;*/
}
.awards-section .container{
	padding: 60px 0 30px;
	max-width: 85%;
}
.awards-heading h4{
font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.05em;
color: #452F90;
}
.awards-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
text-align: center;
color: #452F90;
}
.awards-desc{
	max-width: 60%;
	margin-left: 20%;
}
.awards-desc p{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
text-align: center;
color: #000000;
}
.awards-images{
	margin-top: 30px;
}
.awards-section .slick-arrow{
	background: #545454;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #545454;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.awards-section .slick-slide img {
    height: 300px;
    width: auto;
    margin: 0 auto;
}
.awards-section .slick-slide.slick-current img{
	height: 350px;
	margin-top: -25px;
}
.awards-section .slick-prev{
	left: 0;
}
.awards-section .slick-next{
	right: 0;
}
.awards-images{
	display: flex;
	align-items: center;
}


@media only screen and (max-width: 768px){
    .process-mainsection .row .col-md-4 .process-numberimg img{
        width:80%!important;
    }
    #copyrights{
        padding-bottom:30px!important;
    }
    .swiper_wrapper .swiper-slide{
            background: linear-gradient(220deg, rgba(255, 255, 255, 0.80) 0.22%, rgba(229, 229, 229, 0) 100.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0.92%, rgba(229, 229, 229, 0) 80.17%)!important;
    }
	.profile-titlerow, .profile-section{
		display: none!important;
	}
	.faq-accordion{
		display: block!important;
	}
}
.faq-accordion{
display: none;
}
.accordion .item {
	cursor: pointer;
	margin: 10px 0;
}


.accordion .item.open .hidden-box {
	display: block!important;
}

.accordion .item.open .text {
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #452F90;
    text-align: center;
}

.accordion .item.open .text {
	transition: color 0.3s;
}

.accordion .item.open .text:after {
	font-family: "FontAwesome";
	content: "\f068";
	color: #452F90;
	float: right;
	font-size: 20px;
}

.accordion .item .text {
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #452F90;
    text-align: center;
}



.accordion .item .text:after {
	font-family: "FontAwesome";
	content: "\f067";
	 color: #452F90;
	float: right;
	font-size: 20px;
}



.accordion .icon {
	width: 24px;
	height: 24px;
	stroke: #087f5b;
	transition: transform 0.5s ease-in;
}



.accordion .item.open .icon {
	float: right;
}
.accordion .col-md-4, .accordion .col-md-3, .accordion .col-md-6{
	border: 1px solid #fff;
	margin: 1% 0;
}


@media only screen and (max-width: 768px){
	.testi-titlerow, .testi-section{
		display: none!important;
	}
	.faq-accordionh{
		display: block!important;
	}
}
.faq-accordionh{
display: none;
}
.accordionh .itemh {
	cursor: pointer;
	margin: 10px 0;
}


.accordionh .itemh.openh .hidden-boxh {
	display: block!important;
}

.accordionh .itemh.openh .texth {
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #452F90;
    text-align: center;
}

.accordionh .itemh.openh .texth {
	transition: color 0.3s;
}

.accordionh .itemh.openh .texth:after {
	font-family: "FontAwesome";
	content: "\f068";
	color: #452F90;
	float: right;
	font-size: 20px;
}

.accordionh .itemh .texth {
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #452F90;
    text-align: center;
}



.accordionh .itemh .texth:after {
	font-family: "FontAwesome";
	content: "\f067";
	 color: #452F90;
	float: right;
	font-size: 20px;
}



.accordionh .iconh {
	width: 24px;
	height: 24px;
	stroke: #087f5b;
	transition: transform 0.5s ease-in;
}



.accordionh .itemh.openh .iconh {
	float: right;
}
/*.accordionh .col-md-4, .accordionh .col-md-3, .accordionh .col-md-6{
	border: 1px solid #fff;
	margin: 1% 0;
}*/
/* About Us */
.page-title, .page-breadcrumb{
	padding-left: 5%;
}
.page-title h1{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 55px;
color: #452F90;
position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page-breadcrumb h5{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #F9893C;
text-transform: uppercase;
position: absolute;
    top: 90%;
    transform: translateY(-90%);
}
.page-breadcrumb h5{
	
	font-weight: 700;
}
.page-breadcrumb a{
	font-weight: 400;
	color: #000000;
}

/* Our Clients */
.client-banner{
	background: url('./../images/Client-banner.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.client-banner .container{
	max-width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.138) 36.22%, rgba(229, 229, 229, 0) 54.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.69) 22.92%, rgba(229, 229, 229, 0) 54.17%);
height: 500px;
}
.client-heading h4{
font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #452F90;
}
.client-subheading h3{
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #452F90;
}
.clientgallery-section .container{
	max-width: 85%;
	padding: 60px 0;
	padding-bottom: 30px;
}
.client-gallery{
	/* margin-left: 3%; */
}
.client-image{
	box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    text-align: center;
    width: 100%;
    padding: 60px 30px;
    margin: 1%;
      transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  cursor: pointer;
}
.client-image:hover img{
	 filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/* Our Clients */

/* Contact Us */

.contact-banner{
	background: url('./../images/contact-usbanner.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-banner .container{
	max-width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.138) 36.22%, rgba(229, 229, 229, 0) 54.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.69) 22.92%, rgba(229, 229, 229, 0) 54.17%);
height: 500px;
}

.conmessage-section .container{
	max-width: 85%;
	padding: 60px 0;
}
.conmessage-heading h4{
	font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #452F90;
}
.conmessage-subheading h3{
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    color: #452F90;
}

.conmessage-img{
	text-align: center;
	/* width: 600px; */
    height: 425px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.conmessage-imgcover{
	border: 1px solid #B2B0B0;
    margin-left: -5%;
    width: 100%;
    /* height: 425px; */
}
.conmessage-img img{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	    margin-left: 20px;
    margin-top: 20px;
    	transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
}
.conmessage-img:hover img{
-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.contact-formdetails input {
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #F9893C;;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    margin: 20px 0;
}

.contact-formdetails input::-webkit-input-placeholder {

font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 18px;

line-height: 30px;

color: #000;

}



.contact-formdetails input:-ms-input-placeholder {

font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 18px;

line-height: 30px;

color: #000;

}



.contact-formdetails input::placeholder {

font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 18px;

line-height: 30px;

color: #000;

}
.contact-formdetails textarea {
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #F9893C;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    margin: 20px 0;
}
.contact-formdetails textarea::-webkit-input-placeholder {

font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 18px;

line-height: 30px;

color: #000;

}



.contact-formdetails textarea:-ms-input-placeholder {

font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 18px;

line-height: 30px;

color: #000;

}



.contact-formdetails textarea::placeholder {

font-family: 'Josefin Sans', sans-serif;

font-style: normal;

font-weight: normal;

font-size: 18px;

line-height: 30px;

color: #000;

}

.contact-formdetails .contact-submit {
    /* width: 20%; */
    margin-top: 30px;
    border: 2px solid #F9893C;
    font-family:  'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .05em;
    color: #000;
    background: #F9893C;
    padding: 10px 10px;
    transition: all .5s;
    box-sizing: border-box;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.contact-formdetails .contact-submit:hover {
    background: #452F90;
    color: #fff;
    padding-right: 15px;
    transition: all .5s;
}
.contact-formdetails .contact-submit::after {

  content: "\f061";

      font: normal normal normal 14px/1 FontAwesome;

  font-weight: 400;

  opacity: 0;

  color: #fff;

}



.contact-formdetails  .contact-submit:hover::after {

  opacity: 1;

  transition: all 0.5s;

  padding-left: 15px;

}
.support-section{
	z-index: 1;
	position: relative;
}
.support-section .container{
	max-width: 85%;
	padding:  0;
}
.support-heading h4{
	font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #452F90;
}
.support-subheading h3{
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    color: #452F90;
}
.support-section .row  .support-block{
	margin: 20px;
height: 100%;
}
.support-section .row .col-md-4:nth-child(1) .support-block{
	background: #6061B0;
    padding: 13px;
    margin-right: 20px;
    margin-left: 0;
    padding-top: 30px;
}
.support-section .row .col-md-4:nth-child(2) .support-block{
	background: #F9893C;
    padding: 13px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
}
.support-section .row .col-md-4:nth-child(3) .support-block{
	background: #545454;
    padding: 13px;
    margin-left: 20px;
    margin-right: 0;
    padding-top: 30px;
}
.support-block h4{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
padding-top: 20px;
    padding-bottom: 10px;
}
.support-block p, .support-block a{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 25px;
color: #FFFFFF;
margin-bottom: 0;
}
.map-section{
	margin-top: 30px;
}
.conmessage-section .row{
	align-items: center;
}
/* Contact Us */


/* Infrasturcture */
.infra-banner{
	background: url('./../images/Infrastructure Banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.infra-banner .container{
	max-width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.138) 36.22%, rgba(229, 229, 229, 0) 54.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.69) 22.92%, rgba(229, 229, 229, 0) 54.17%);
height: 500px;
}
.inframain-section {
    background: #F9893C;
}
.inframain-section .container {
    max-width: 85%;
    padding: 60px 0;
    }
.infra-mainheading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-transform: uppercase;
}
.infra-mainsubheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #FFFFFF;
width: 512px;
}
.infra-maindesc{
	margin-left: 65px;
}
.infra-maindesc p{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #fff;
}
.infra-mainimages{
	display: flex;
}
.infra-mainimages .col-md-6:nth-child(1){
	position: absolute;
	left: 0;
	padding: 20px;
top: -5%;
}
.infra-mainimages .col-md-6:nth-child(2){
	position: absolute;
	right: 0;
	bottom: 0;
	top: 60%;
	
}
/*.infra-mainimages .infra-mainimgone{
	margin-right: 20px;

}
.infra-mainimgone, .infra-mainimgtwo{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}*/
.infra-mainimages img{
		transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
/*width: 250px;*/
position: relative;
/*height: 300px;*/
    z-index: 2;
}
.infra-mainimages .col-md-6:hover  img{
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.infra-centerimg {
   border: 1px solid #fff;
    height: 350px;
    width: 350px;
    position: absolute;
    z-index: 0;
    left: 25%;
    top: 10%;
}
.efficient-section{
	background: url('./../images/productivity-back.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.efficient-section .efficient-bg{
background: linear-gradient(90.16deg, #FFFFFF 1.84%, rgba(255, 255, 255, 0.94) 29.82%, rgba(255, 255, 255, 0.75) 49.2%, rgba(255, 255, 255, 0) 72.48%);
}
.efficient-section .container {
    max-width: 85%;
    padding: 60px 0;
    }

.efficient-section .efficient-heading h4{
font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #252693;
}
.efficient-section .efficient-desc p:nth-child(1){
	margin-bottom: 1rem;
}
.efficient-section .efficient-desc p{
font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #000000;
margin-bottom: 0;
}
.interior-section .container{
	 max-width: 90%;
    padding: 60px 0;
}
.interior-main{
	text-align: center;
}
.interior-main h4{
font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
color: #000000;
background: #fff;
text-align: left;
border: 1px solid #545454;
box-sizing: border-box;
padding: 30px;
margin-top: -12%;
    z-index: 1;
    position: relative;
    display: none;
}
.interior-section .col-md-7 .col-md-4{
	text-align: center;
}
.interior-section .col-md-7 .row:nth-child(2){
	margin-top: 25px;
}
.interior-section .col-md-5 img{
	width: 100%;
	z-index: 0;
	height: 499px;
}
.interior-section .col-md-7 .col-md-4 img{
	width: 100%;
	height: 237px;
}
.interior-main{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.interior-main img{
		transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}


.interior-main:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}

.interior-section .col-md-7 .col-md-4 img{
	transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}
.interior-section .col-md-7 .col-md-4:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
/* Infrasturcture */




/* Product Pages */

.product-banner#afterSales{
	background: url('./../images/After Sales service (1).jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.product-banner#raotoGravures{
	background: url('./../images/Rotogravures Printing cylinders.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.product-banner#prePress{
	background: url('./../images/Prepress Designs.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.product-banner#msBase{
	background: url('./../images/MS Base shells - 1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.product-banner .container{
	max-width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.138) 36.22%, rgba(229, 229, 229, 0) 54.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.69) 22.92%, rgba(229, 229, 229, 0) 54.17%);
height: 500px;
}
.product-section {
   background: url(./../images/infra-img.png);
    background-repeat: no-repeat;
    background-size: 18.5%;
    background-position: bottom left;
}
.product-section .container {
    max-width: 85%;
    padding: 60px 0;
    }
.product-heading h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
color: #252693;
text-transform: uppercase;
}
.product-subheading h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #252693;
width: 560px;
}
.product-desc{
	margin-left: 65px;
}
.product-desc p{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #000;
text-align: justify;
/* width: 515px; */
}
.product-desc ul li{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #000;
list-style-type: none;
}
.product-desc ul li:before{
	content: "\2022";
    color: #452F90;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0em;
    font-size: 25px;
    position: absolute;
    left: -20px;
}
.product-images{
	/*margin-left: 65px;*/
	display: flex;
	z-index: 0;
}
.product-images .row .col-md-6 {
    z-index: 1;
}

.product-images .row {
    align-items: center;
    justify-content: center;
    padding: 0 10%;
}
.product-section .row{
	align-items: center;
}
.product-imageone img {
    float: right;
    padding: 20px 0;
    transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}
.product-imagetwo img {
    float: right;
    transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}
.product-imageone:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.product-imagetwo:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.product-imagethree img{
transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
			width: 100%;
}
.product-imagethree:hover img {
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
.product-centerimg {
    border: 1px solid #452F90;
    height: 287px;
    width: 400px;
    position: absolute;
    z-index: 0;
}

.process-section{
	background: #ECECEC;
}
.process-section .container {
    max-width: 85%;
    padding: 60px 0;
    }
.process-section .process-title h3{
	font-family:  'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
color: #252693;
}
.process-section .row:nth-child(2){
        margin-top: 30px;
}
.process-steptitle{
/*	border: 1px solid #B3B0B0;*/
/*box-sizing: border-box;*/
/*margin-top: -60px;*/
/*height: 100px;*/
}
.process-step .process-steptitle h4{
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #F9893C;
    padding: 30px 0px;
    margin-bottom: 0;
	text-align:left;
	margin-left: 10px;
}
.process-section .col-md-4.col-lg-2 .process-step .process-stepno span{
    font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 40px;
color: #B2B0B0;
}
.process-section .col-md-4.col-lg-2 .process-step{
        border: 1px solid #B3B0B0;
    box-sizing: border-box;
        display: flex;
        align-items: center;
        height: 100px;
        padding: 0 15px;
        justify-content: start;
}
/*.process-section .col-md-4.col-lg-2 .process-step:before{*/
/*	font-family: 'Josefin Sans', sans-serif;*/
/*font-style: normal;*/
/*font-weight: 500;*/
/*font-size: 40px;*/
/*line-height: 40px;*/
/*color: #B2B0B0;*/
/*margin-left: 10px;*/
/*}*/
/*.process-section .col-md-4.col-lg-2:nth-child(1) .process-step:before{*/
/*	content: "01.";*/
/*	}*/

/*.process-section .col-md-4.col-lg-2:nth-child(2) .process-step:before{*/
/*	content: "02.";*/
/*	}*/
/*	.process-section .col-md-4.col-lg-2:nth-child(3) .process-step:before{*/
/*	content: "03.";*/
/*	}*/
/*	.process-section .col-md-4.col-lg-2:nth-child(4) .process-step:before{*/
/*	content: "04.";*/
/*	}*/
/*	.process-section .col-md-4.col-lg-2:nth-child(5) .process-step:before{*/
/*	content: "05.";*/
/*	}*/
/*	.process-section .col-md-4.col-lg-2:nth-child(6) .process-step:before{*/
/*	content: "06.";*/
/*	}*/
/* Product Pages */

/* Our Process Pages */

.process-banner{
	background: url('./../images/our-process-banner-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.process-banner .container{
	max-width: 100%;
	/*background: linear-gradient(90deg, rgba(255, 255, 255, 0.138) 36.22%, rgba(229, 229, 229, 0) 54.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.69) 22.92%, rgba(229, 229, 229, 0) 54.17%);*/
height: 500px;
}
.process-sectiontitle h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.05em;
color: #252693;
}
.process-sectionsubtitle{
	margin-bottom: 40px;
}
.process-sectionsubtitle h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 50px;
text-align: center;
color: #252693;
}
.process-mainsection .container{
	max-width: 70%;
	padding: 60px 0;
	padding-bottom: 30px;
}
.process-mainsection .row{
	align-items: center;
	margin: 40px 0;
}
.process-mainsection .row .col-md-8{
	padding: 0 40px;
}
.process-number{
 background: #F9893C;
border-radius: 10px;
text-align: center;
margin: 0 30px;
}
.process-number:after{
	 content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: #252693 3px solid;
  margin: 0 40px;
  border-radius: 10px;
}
.process-mainsection .row:nth-child(odd) .process-number:after{
 border: #252693 3px solid;
}

.process-mainsection .row:nth-child(even) .process-number:after{
  
  border: #F9893C 3px solid;
}
.process-numberimg{
    padding: 30px 0;
}
.process-number:after{
	/*background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 47px;
line-height: 55px;
color: #6061B0;
    border-radius: 50px;
    position: absolute;
   width: 70px;
    padding-top: 12px;
    height: 70px;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: none;*/
}

/*.process-mainsection .row:nth-child(3) .process-number:after{
content: '01';
}
.process-mainsection .row:nth-child(4) .process-number:after{
content: '02';
}
.process-mainsection .row:nth-child(5) .process-number:after{
content: '03';
}
.process-mainsection .row:nth-child(6) .process-number:after{
content: '04';
}
.process-mainsection .row:nth-child(7) .process-number:after{
content: '05';
}
.process-mainsection .row:nth-child(8) .process-number:after{
content: '06';
}
.process-mainsection .row:nth-child(9) .process-number:after{
content: '07';
}
.process-mainsection .row:nth-child(10) .process-number:after{
content: '08';
}
.process-mainsection .row:nth-child(11) .process-number:after{
content: '09';
}
.process-mainsection .row:nth-child(12) .process-number:after{
content: '10';
}
.process-mainsection .row:nth-child(13) .process-number:after{
content: '11';
}*/
.process-mainsection .row:nth-child(odd) .process-number{
 background: #F9893C;
}

.process-mainsection .row:nth-child(even) .process-number{
  background: #6061B0;
}
.process-maintitle h3{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 38px;
letter-spacing: 0.05em;
color: #452F90;
}
.process-mainsubtitle p{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #000000;
margin-bottom: 0;
}
.process-mainsection .row .col-md-4 .process-numberimg{
	cursor: pointer;
}
.process-mainsection .row .col-md-4 .process-numberimg img{
transition: transform .5s ease;
		-webkit-transition: transform .5s ease;
		    border: 5px solid #fff;
}



.process-mainsection .row .col-md-4 .process-numberimg:hover img{
	-webkit-transform:  scale(1.1);
	transform:  scale(1.1);
}
/* Our Process Page */

/* Testimonial Page */
.testimonial-banner{
	background: url('./../images/testimonial-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-banner .container{
	max-width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.138) 36.22%, rgba(229, 229, 229, 0) 54.17%), linear-gradient(90deg, rgba(255, 255, 255, 0.69) 22.92%, rgba(229, 229, 229, 0) 54.17%);
height: 500px;
}
.testimain-section .container{
	max-width: 85%;
	padding: 60px 0;
}
.testimain-heading h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #452F90;
}
.testimain-subheading{
	margin-bottom: 40px;
}
.testimain-subheading h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    color: #452F90;
        width: 985px;
    margin: auto;
}

.testimain-img{
	background: #fff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    padding-top: 40px;
   box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
   margin-left: 10%;
}
.testimain-img img{
	width: 125px;
}
.testimain-desc h4{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 30px;
color: #000000;
}
.testimain-desc h4::before {
    font-family: 'Source Serif Pro', sans-serif;
    content: "\201C";
    color: #F9893C;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 68px;
    position: absolute;
    left: 5%;
}
.testimain-author{
	margin-top: 30px;
}
.testimain-author h5, .testimain-post h5{
	font-family: 'Josefin Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 24px;
color: #000000;
}
.testimain-details{
	padding: 0 10%;
	margin: 30px 0;
}
.testimain-section .row .col-md-6:nth-last-child(1) .testimain-details{
	margin-bottom: 0;
}
.download-button{
	    position: fixed;
    bottom: 160px;
    right: 25px;
    cursor: pointer;
	z-index: 1000; 
}
.download-button img{
	    width: 50px;
    height: 50px;
}
.download-button, #ht-ctc-chatmobile{
    display:none;
}
@media (min-width: 1100px) and (max-width: 1300px){
	.menu-link{
		font-size: 12px!important;
	}
	.mission-block .mission-blockone, .mission-block .mission-blocktwo, .mission-block .mission-blockthree {
    /* height: 425px!important; */
}
.menu-link {
    padding: 39px 9px;
}
.service-title h4{
		font-size: 15px!important;
	}
	.why-choose .col-md-3 {
    padding: 0 10px!important;
}
}
@media (min-width: 1100px) and (max-width: 1476px){
    .process-section .col-md-4.col-lg-2 .process-step{
        padding:0 10px!important;
    }
	.min-vh-75 {
    min-height: 83vh !important;
}	
/*.service-title h4{*/
/*		font-size: 15px!important;*/
/*	}*/
	.why-desc h4{
		font-size: 15px!important;
	}
	.mission-section .container{
		max-width: 90%!important;
	}
	.why-choose .col-md-3 {
    padding: 0 10px!important;
}
	.mission-blockone, .mission-blocktwo, .mission-blockthree{
		/* height: 370px!important; */
	}
	.infra-centerimg {
    height: 330px!important;
    width: 250px!important;
}
.infrahome {
    width: 250px!important;
}
.infra-mainimages .col-md-6:nth-child(2) {
	bottom: 33%!important;
}
	.menu-item{
		padding: 0!important;
	}

.profile-headsec .profile-title h4{
	font-size: 17px!important;
}
.profile-section{
	/* height: 300px!important; */
}
.header-wrap-clone{
	/* height: 80px!important; */
}
	#header .container, #copyrights .container {
    max-width: 95%!important;
}
	/*.swiper_wrapper{
		margin-top: -15%!important;
	}*/
	.infra-section{
		    background-size: 22.5%!important;
	}
	.awards-section .slick-slide img {
    height: 200px!important;
}
.awards-section .slick-slide.slick-current img{
	height: 250px!important;
}
.about-banner .container, .client-banner .container,  .contact-banner .container, .product-banner .container, .infra-banner .container, .process-banner .container, .testimonial-banner .container{
	height: 375px!important;
}
.conmessage-img, .conmessage-imgcover{
	    /* width: 500px!important;
    height: 400px!important; */
}
.support-section .row .support-block{
	/* height: 230px!important; */
}
/*.header-size-sm #header-wrap #logo img {*/
/*    height: 70px!important;*/
/*    }*/

    .interior-section .col-md-5 img{
	height: 425px!important;
}
.interior-section .col-md-7 .col-md-4 img{
	height: 200px!important;
}
.process-step .process-steptitle h4{
	font-size:18px!important;
}
.process-section .col-md-4.col-lg-2 .process-step .process-stepno span{
font-size:30px!important;
}
}

@media (min-width: 1500px) and (max-width: 1599px){
      .process-section .col-md-4.col-lg-2 .process-step{
        padding:0 5px!important;
    }
	.min-vh-75 {
    min-height: 80vh !important;
}
	.why-choose .col-md-3 {
    padding: 0 10px!important;
}
.mission-section .container{
		max-width: 90%!important;
	}
	.mission-blockone, .mission-blocktwo, .mission-blockthree{
		/* height: 340px!important; */
	}
	.infra-centerimg {
    height: 250px!important;
    width: 250px!important;
}
.infrahome {
    width: 250px!important;
}
.infra-mainimages .col-md-6:nth-child(2) {
	bottom: 33%!important;
}
	.infra-section{
		    background-size: 21.5%!important;
	}
	.profile-section{
	/* height: 300px!important; */
}
.profile-headsec .profile-title h4{
	font-size: 20px!important;
}
.profile-titlerow .col-md-3 .row {
    height: 80px!important;
}

.header-wrap-clone{
	/* height: 100px!important; */
}
	/*.swiper_wrapper{
		    margin-top: -15%!important;
	}*/
	.awards-section .slick-slide img {
    height: 225px!important;
}
.awards-section .slick-slide.slick-current img{
	height: 275px!important;
}
.about-banner .container, .client-banner .container,  .contact-banner .container, .product-banner .container, .infra-banner .container, .process-banner .container, .testimonial-banner .container{
	height: 400px!important;
}
.primary-menu{
/* width: 80%!important; */
}
#logo{
	width: 20%!important;
}
.sticky-header #logo{
	width: 16%!important;
}
/*.menu-link {*/
/*    padding: 39px 5px!important;*/
/*    }*/
.sub-menu-container .menu-link {
    padding: 5px 15px!important;
    }
        .interior-section .col-md-5 img{
	height: 425px!important;
}
.interior-section .col-md-7 .col-md-4 img{
	height: 200px!important;
}
.process-step .process-steptitle h4{
	height: 100px!important;
}
}


@media (min-width: 1600px) and (max-width: 1800px){
      .process-section .col-md-4.col-lg-2 .process-step{
        padding:0 5px!important;
    }
	.min-vh-75 {
    min-height: 80vh !important;
}
	.why-choose .col-md-3 {
    padding: 0 10px!important;
}
.mission-section .container{
		max-width: 90%!important;
	}
	.mission-blockone, .mission-blocktwo, .mission-blockthree{
		/* height: 340px!important; */
	}
	.infra-centerimg {
    height: 250px!important;
    width: 250px!important;
}
	.infra-section{
		    background-size: 20.5%!important;
	}
	.profile-section{
	/* height: 300px!important; */
}
.profile-headsec .profile-title h4{
	font-size: 20px!important;
}
	.header-wrap-clone{
	/* height: 100px!important; */
	height: 120px !important;
}
.profile-titlerow .col-md-3 .row {
    height: 80px!important;
}

/*	.swiper_wrapper{
		    margin-top: -12%!important;
	}*/
	.awards-section .slick-slide img {
    height: 250px!important;
}
.awards-section .slick-slide.slick-current img{
	height: 300px!important;
}
.about-banner .container, .client-banner .container,  .contact-banner .container, .product-banner .container, .infra-banner .container, .process-banner .container, .testimonial-banner .container{
	height: 440px!important;
}
.primary-menu{
/* width: 80%!important; */
}
#logo{
	width: 20%!important;
}
.sticky-header #logo{
	width: 16%!important;
}
.menu-link {
    padding: 39px 15px!important;
    }
    .sub-menu-container .menu-link {
    padding: 5px 15px!important;
    }
        .interior-section .col-md-5 img{
	height: 425px!important;
}
.interior-section .col-md-7 .col-md-4 img{
	height: 200px!important;
}
.process-step .process-steptitle h4{
	height: 100px!important;
}
}

@media only screen 

  and (min-device-width: 768px) 

  and (max-device-width: 1024px) 

  and (-webkit-min-device-pixel-ratio: 1) {


  }



/* Portrait */

@media only screen 

  and (min-device-width: 768px) 

  and (max-device-width: 1024px) 

  and (orientation: portrait) 

  and (-webkit-min-device-pixel-ratio: 1) {

.about-ussection .col-md-7{
	width: 100%!important;
}
.service-block{
	padding: 0!important;
}
.services-row{
	margin-bottom: -10%!important;
}
.why-choose .row .col-md-6{
	width: 100%!important;
}
.infra-section .row .col-md-6:nth-child(1){
	width: 100%!important;
}
.infra-section .row .col-md-6:nth-child(2){
	display: none!important;
}
.testimonial-section .container{
	max-width: 90%!important;
}
.testi-title h4{
	font-size: 16px!important;
}
.testi-img {
    height: 150px!important;
    width: 150px!important;
    padding-top: 50px!important;
}
.testi-img img{
    width: 100px!important;
}
.company-section .col-md-5, .company-section .col-md-7{
	width: 100%!important;
}
.profile-section {
    /* height: 500px!important; */
}
.profile-titlerow .col-md-3 .row {
    /* height: 120px!important; */
}
.mission-section .col-md-6{
	width: 100%!important;
}
  }


  /* Landscape */

@media only screen 

  and (min-device-width: 768px) 

  and (max-device-width: 1024px) 

  and (orientation: landscape) 

  and (-webkit-min-device-pixel-ratio: 1) {

.menu-link{
	font-size: 15px!important;
    padding: 14px 15px!important;
  }
 /* .swiper_wrapper{
  	margin-top: -20%!important;
  }*/
  .primary-menu.with-arrows{
  	/* position: absolute!important; */
  	/* right: 0!important; */
  }
  .header-size-sm #header-wrap #logo img{
  	margin-left: 1%!important;
  }
  .sticky-header #header-wrap #logo img{
  	margin-left: 0%!important;
  }
  #copyrights .row .col-12{
  	width: 33%!important;
  }
  .company-img, .company-imgcover{
	width: 252px!important;
    height: 338px!important;
  }
  .company-desc p, .mission-desc p{
  	width: 100%!important;
  }
  .profile-headsec .profile-title h4{
  	line-height: 24px!important;
  }
  .profile-titlerow .col-md-3 .row{
  	/* height: 80px!important; */
  }
  .profile-section {
    /* height: 375px!important; */
}
.mission-blocktwo{
	/* margin-bottom: 11px!important; */
}
.mission-blocks .col-md-6{
	width: 100%!important;
}
.message-imgcover, .message-img{
	width: 248px!important;
	height: 294px!important;
}
}

@media (min-width: 320px) and (max-width: 991px){
	#header {
		position: fixed;
		background-color: white;
		z-index: 1000;
		width: 100%;
		top: 0;
	}
}
@media (min-width: 769px) and (max-width: 991px){
	#header {
		margin-top: -22px;
	}
	#primary-menu-trigger, #page-menu-trigger{
		margin-top: 2px;
	}
}
.paddingbottomfooter{
	padding-bottom: 20px !important;
}
@media (min-width: 381px) and (max-width: 896px){
	.productbr{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1086px){
	.service-block{
		height: 61%;
	}
	.service-title {
		height: 69% !important;
	}
}
@media only screen and (max-width: 767px){
	.why-image {
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.interior-section .col-md-5 img{
		height: auto;
	}
	.interior-section .col-md-7 .col-md-4 img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 999px){
	.choosebr{
		display: none;
	}
}
@media (max-width: 1024px){
	.client-section .col{
		padding: 40px 10px;
	}
}
@media (max-width: 487px){
	.contactbr{
		display: none;
	}
	.testimain-desc h4::before {
		left: 1%;
	}
}
@media (min-width: 767px) and (max-width: 1099px){
	.infra-mainimages img{
		width: 228px;
		max-width: fit-content;
	}
	.infra-mainimages .col-md-6:nth-child(2){
		left: 8px;
	}
	.infra-centerimg{
		left: -7%;
	}
	.infrahome{
		left: 6% !important;
	}
}
@media (min-width: 767px) and (max-width: 900px){
	.infra-mainimages .col-md-6:nth-child(2) {
		top: 35%;
	}
}
@media (min-width: 901px) and (max-width: 1088px){
	.infra-mainimages .col-md-6:nth-child(2) {
		top: 41%;
	}
}
.profilecontainer{
	padding-bottom: 40px !important;
}
.infrahome {
    border: 1px solid lightgrey;
    height: 498px;
    width: 350px;
    position: absolute;
    z-index: 0;
    left: 25%;
    top: 10%;
}
@media (max-width: 1099px){
	.product-centerimg{
		display: none!important;
	}
}
@media (max-width: 362px){
	.testi-btn a{
		font-size: 13px;
	}
}
@media (min-width: 769px) and (max-width: 991px){
	.header-size-sm #header-wrap #logo img {
		height: 100%!important;
		width: 80%!important;
		margin-top: -3%!important;
	}
}
@media (min-width: 992px) and (max-width: 1099px){
	.menu-link {
		padding: 14px 0px !important;
	}
	.menu-link{
		font-size: 11px !important;
	}
	.menu-container > .menu-item:not(:first-child) {
		margin-left: 0px;
	}
}
@media (max-width: 991px){
	.phone {
		display: inline-block !important;
		width: 100%;
		position: fixed;
		bottom: 0;
		height: 37px;
		max-width: 101px;
		right: 0px;
		left: 0px;
		margin: 0 auto;
		z-index: 999;
		background-color: #545454;
		border-radius: 0px;
		border: 1px solid white;
		box-shadow: 0 0 3px;
	}
	.phone1 {
		display: inline-block !important;
		position: fixed;
		bottom: 10px;
		height: 39px;
		z-index: 999;
		border-radius: 0px;
		left: 15px;
		border: 1px solid white;
		box-shadow: 0 0 3px;
	}
	.efficient-section{
		background: none;
	}
	.efficient-section .container{
		padding-bottom: 0px;
	}
}
.header-btn1{
    background: #545454;
	border: 1px solid #545454;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	padding: 3px 0;
}

.header-btn1 a{
    font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: white;
    padding: 10px 15px 10px 15px;
    position: relative;
    transition: all .5s;
}

.header-btn1 a:hover{
    text-decoration:none;
    padding-right:15px;
    transition:all .5s;
}
.phonemobile{
	color: white;
}
.thcenter {
    text-align: center !important;
}
.rightborder {
    border-right: 1px solid white;
    text-align: center;
}
@media (max-width: 1284px){
	.clientbr{
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 871px){
	.profile-section .col-md-4 {
		width: 100%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1045px){
	.message-imgcover {
		width: 335px!important;
		height: 381px !important;
	}
}
@media (min-width: 1600px) and (max-width: 2560px){
	.inframain-secondrow {
		margin-top: 71px;
	}
}
@media (min-width: 1600px){
	.product-centerimg {
		height: 418px;
	}
}
@media (min-width: 769px) and (max-width: 987px){
	.process-number {
		margin: 0 20px;
	}
}
@media (min-width: 769px) and (max-width: 1150px){
	.testimain-subheading h3{
		width: auto;
	}
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
    opacity: 1;
}
.phoneicon{
	font-size: 20px !important;
}
@media (min-width: 992px){
	.primary-menu{
		border-top: 0.5px solid #545454 !important;
	}
}
@media (min-width: 992px){
	.header-row{
		margin-bottom: -12.5px!important;
	}
}
@media (min-width: 1600px) and (max-width: 2560px){
	.infrahome {
		width: 365px!important;
	}
}
/*.sticky-header .primary-menu{*/
/*	border-top: none !important;*/
/*}*/
/* Testimonial Page */

@media only screen and (max-width: 768px){
    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{
        position:relative!important;
    }
    .download-button, #ht-ctc-chatmobile{
    display:block!important;
}
    .fluid-width-video-wrapper{
        padding-top:0!important;
    }
	.page-title h1{
		font-size: 36px!important;
		 top: 20%!important;
    transform: translateY(-20%)!important;
	}
.page-breadcrumb h5{
	    top: 80%!important;
    transform: translateY(-80%)!important;
}
.product-banner{
    margin-top: 20%!important;
}
	.product-banner#afterSales{
	background: url('./../images/After Sales service-mobile.jpg')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.product-banner#raotoGravures{
	background: url('./../images/Rotogravures Printing cylinders (1)-mobile.jpg')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.product-banner#prePress{
	background: url('./../images/Prepress Designs (1)-mobile.jpg')!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.product-banner#msBase{
	background: url('./../images/MS Base shells - 1 (1)-mobile.jpg')!important;
	background-size: cover!important;
}
.about-banner{
	background: url('./../images/about-banner1-mobile.jpg')!important;
}
.client-banner{
	background: url('./../images/Client-banner-mobile.jpg')!important;
}
.infra-banner{
	background: url('./../images/infra-banner-mobile.jpg')!important;
}
.process-banner{
	background: url('./../images/our-process-banner.png')!important;
}
.contact-banner{
	background: url('./../images/contact-usbanner-mobile.jpg')!important;
}
.testimonial-banner{
	background: url('./../images/testimonial-banner-mobile.jpg')!important;
}
	.inframain-secondrow .col-md-3 {
    margin: 1% 0!important;
    width: 100%!important;
}
.profile-section .col-md-4, .profile-section .col-md-6{
    margin: 1% 0!important;
    width: 100%!important;
}

.infra-mainimages{
	display: block!important;
}
.infra-mainimages .col-md-6:nth-child(1),.infra-mainimages .col-md-6:nth-child(2){
	position: relative!important;
	text-align: center!important;
}
.infra-mainimages .col-md-6:nth-child(2) {
    display: none;
}
.inframain-section .col-md-7{
	margin-top: 20px!important;
}
.infra-maindesc {
    margin-left: 0!important;
}
	.profile-section{
		height: 100%!important;
	}
	.mission-blockone, .mission-blocktwo, .mission-blockthree{
		width: 100%!important;
		/* margin: 10px 0!important;
		height: auto!important; */
	}
	.inframain-secondrow {
    margin-top: 0!important;
}
.inframain-secondrow .profile-img{
	margin-left: auto!important;
	margin-right: auto!important;
}
	.testimain-img{
	padding-top: 44px!important;
	margin: auto;
}
.testimain-img img {
    /* width: 90%!important; */
}
.testimain-subheading h3{
	width: 100%!important;
}
.testimain-section .container{
	padding: 30px 0!important;
}
	#header .container{
		max-width: 100%!important;
	}
	.infra-subheading h3{
		width: 100%!important;
	}
	.infra-images{
		margin-left: 0!important;
	}
	.primary-menu {
    border-top: 0.5px solid transparent!important;
}
.interior-section .container{
	padding: 30px 0!important;
}
.interior-section .col-md-5{
	    margin-bottom: 10px!important;
}
.interior-main h4{
	margin-top: 0!important;
}
.interior-section .col-md-7 .col-md-4{
	margin-bottom: 12px!important;
}
.interior-section .col-md-7 .row:nth-child(2){
	margin-top: 0!important;
}
/*.swiper_wrapper{
	margin-top: 0!important;
}*/
.header-row.flex-row-reverse {
	flex-direction: row!important;
    padding-bottom: 15px;
    padding-top: 2px;
    margin-top: 0px;
}
.header-size-sm #header-wrap #logo img{
	    height: 100%!important;
    width: 80%!important;
    margin-top: -17%!important;
}
.about-usimg{
	display: none!important;
}
.about-subheading h3{
	width: 100%!important;
}
.about-desc{
	margin-left: 0!important;
}
.about-desc p{
	width: 100%!important;
}
.about-btn{
	margin-left: 0!important;
}

.service-block{
	margin-bottom: 30px!important;
}
.about-ussection .container, .infra-section .container, .testimonial-section .container, #footer .footer-firstsec .container{
	padding: 30px 0!important;
	/* padding-bottom: 0px !important; */
}
.why-choose .container{
	padding: 30px 0!important;
}
.why-choose .row:nth-child(1) {
    margin-top: 0!important;
}
.why-choose .col-md-3 {
    padding: 0!important;
}
.infra-section{
	margin-top: 0!important;
}
.infra-desc{
	margin-left: 0!important;
}
.infra-desc p{
	width: 100%!important
}
.infra-btn{
	margin-left: 0!important;
}
.infra-centerimg{
	display: none!important;
}
.infrahome{
	display: none!important;
}
.infra-images{
	margin-top: 30px!important;
}
.infra-imagetwo img {
    float: none!important;
}
.infra-imagetwo img{
	text-align: center!important;
	padding-bottom: 20px!important;
}
.testi-number {
    text-align: left!important;
}
.testi-img{
	height: 250px!important;
	width: 250px!important;
	padding-top: 75px!important;
}
.testi-section {
    padding: 0!important;
    }

.testi-details {
    padding: 0!important;
    margin-top: 20px!important;
}
.testi-desc h4::before{
	left: -10%!important;
}
.testi-headsec .col-md-3{
	width: 15%!important;
}
.testi-headsec .col-md-9{
	width: 85%!important;
}
.testi-titlerow .col-md-4 .row{
	align-items: center!important;
}
#footer{
	background-image: none!important;
}
.footer-secondsec .col-md-8 .col-md-4{
	margin: 20px 0!important;
}
.copyrights-menu{
	margin-top: 20px!important;
}
#copyrights p, #copyrights a{
	margin-bottom: 20px!important;
}
#copyrights .copyright-links p{
	margin-bottom: 0!important;
}
.company-imgcover{
	    width: 200px!important;
    height: 275px!important;
}
.company-img {
    width: 200px!important;
    height: 275px!important;
        margin-bottom: 20px!important;
    }

 .company-subheading h3, .mission-subheading h3, .message-subheading h3, .process-section .process-title h3, .process-sectionsubtitle h4, .process-maintitle h3, .client-subheading h3, .conmessage-subheading h3, .support-subheading h3{
 	width: 100%!important;
 	    font-size: 23px!important;
    line-height: 30px!important;
 }
 .company-desc , .mission-desc, .message-desc{
    margin-left: 0px!important;
}
.message-desc{
	    margin-right: 0px!important;
}
.company-desc p, .mission-desc p, .message-desc p{
	width: 100%!important;
}
.profile-titlerow .col-md-3 .row {
    height: 100%!important;
}
.process-section .container{
	padding: 30px 0!important;
}
.company-section .container{
	padding: 30px 0!important;
}
.mission-centerimg{
	display: none!important;
}
.message-imgcover{
	width: 250px!important;
	height: 250px!important;
}
.message-img{
	width: 250px!important;
	height: 250px!important;
	margin-bottom: 60px!important;
	margin-left: auto!important;
}
.awards-section .slick-slide.slick-current img, .awards-section .slick-slide img{
	height: 100%!important;
	margin-top: 0!important;
	width: 80%!important;
}

.awards-desc {
    max-width: 100%!important;
    margin-left: 0!important;
}
.about-banner, .client-banner, .contact-banner, .product-banner, .infra-banner, .process-banner, .testimonial-banner{
	    background-size: cover!important;

	background-repeat: no-repeat!important;
}
.about-banner .container, .client-banner .container,  .contact-banner .container, .product-banner .container, .infra-banner .container, .process-banner .container, .testimonial-banner .container{
	height:200px!important;
}
#content{
	margin-top: 0%!important;
}
.client-image{
	width: 100%!important;
	margin: 0!important;
	margin-bottom: 20px!important;
}
.conmessage-img, .conmessage-imgcover{
	    /* width: 250px!important;
    height: 200px!important; */
}
.conmessage-heading{
	margin-top: 50px!important;
}
.contact-formdetails .contact-submit{
	width: 50%!important;
}
.support-section .row .support-block{
	height: 100%!important;
	margin: 0!important;
}
.map-section{
	margin: 0!important;
}


.process-number:after{
    top: -2%!important;
    left: -11%!important;
    right: -11%!important;
    bottom: -2%!important;
}
.product-section .container{
	padding: 30px 0!important;
	padding-bottom: 45px !important;
}
.product-section{
	margin-top: 0!important;
}
.product-subheading h3{
	width: 100%!important;
}
.product-desc {
    margin-left: 0!important;
}
.product-desc p{
	width: 100%!important
}
.product-images{
	margin-top: 30px!important;
}
.product-imagetwo img {
    float: none!important;
}
.product-imagetwo img{
	text-align: center!important;
	padding-bottom: 20px!important;
}
.process-step{
	margin: 20px 0!important;
}
.process-mainsection .container{
	padding: 30px 0!important;
	max-width: 85%!important;
}
.process-number{
	margin: 0!important;
}

.support-block p, .support-block a{
    margin-top:20px!important;
}
.support-block h4{
    padding-top:5px!important;
    float:right!important;
}
.process-maintitle{
	padding-top: 20px!important;
}
.process-mainsection .row .col-md-8 {
    padding: 0 10px!important;
}
.testimonial-subheading h3 {
    font-size: 23px;
    line-height: 30px;
}
.about-subheading h3 {
    font-size: 23px;
    line-height: 30px;
}
.why-subheading h3{
	font-size: 23px;
    line-height: 30px;
}
.contact-subheading h3{
	font-size: 23px;
    line-height: 30px;
    margin: 0 20px;
}
.efficient-section .efficient-heading h4{
	font-size: 23px;
    line-height: 30px;
}
.testimain-subheading h3{
	font-size: 23px;
    line-height: 30px;
}
.mission-subheading h3{
	font-size: 23px;
    line-height: 30px;
}
}


/* 
@media only screen and (max-width: 768px){
	.profile-titlerow, .profile-section{
		display: none!important;
	}
	.faq-accordion{
		display: block!important;
	}
}
.faq-accordion{
display: none;
}
.accordion .item {
	cursor: pointer;
	margin: 10px 0;
}
.accordion .item.open .hidden-box {
	display: block!important;
}
.accordion .item.open .text {
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #452F90;
    text-align: center;
}
.accordion .item.open .text {
	transition: color 0.3s;
}
.accordion .item.open .text:after {
	font-family: "FontAwesome";
	content: "\f068";
	color: #452F90;
	float: right;
	font-size: 20px;
}
.accordion .item .text {
	    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #452F90;
    text-align: center;
}
.accordion .item .text:after {
	font-family: "FontAwesome";
	content: "\f067";
	 color: #452F90;
	float: right;
	font-size: 20px;
}
.accordion .icon {
	width: 24px;
	height: 24px;
	stroke: #087F5B;
	transition: transform 0.5s ease-in;
}
.accordion .item.open .icon {
	float: right;
} */

.slick-slide img{
    margin:auto;
}