* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 700ms ease;
	scroll-behavior: smooth;
}
 
body {
	margin: 0 auto;
	-webkit-font-size-adjust: none;
	overflow-x: hidden;
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    
}
h2, p{
    margin: 0;
}
a {
    text-decoration:none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
li {
    list-style:none;
}


img{max-width: 100%;
width: 100%;} 

.container{
	width: 90%;
	margin: 0 auto;
}

/*------------ 12. Start scrollup ----------*/
#goToTopBtn {
    background: #b60112; none repeat scroll 0 0 padding-box;
    border: 3px solid #290004;
    border-radius: 50%;
    bottom: 45px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 24px;
    height: 45px;
    line-height: 41px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 999;
    /* background-color: #252525; 
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none; */

}
#goToTopBtn.fixed {
    display: block;
}
#goToTopBtn:hover {
    background-color: rgb(255, 255, 255);
    border-color: #199887;
    color: #199887;
    /* background: #97a2aa; */
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.cred {
    float: left;
    width: 100%;
    padding: 15px;
    background: black;
}
.cred h4 {
    float: left;
    color: white;
    font-size: 15px;
    font-weight: normal;
    margin: 0 auto;
}
.cred h5 {
    margin: 0 auto;
}
.cred h5 a{
    float: right;
    color: white;
	font-size: 16px;
	text-decoration: none;
}

/*------------ 12. End scrollup ----------*/


.head-top{

	float: left;
	width: 100%;
}

.head-top p{

    float: left;
    margin-top: 15px;
}
.head-top ul{
	
	float: right;
}
.head-top ul li{
	
	float: left;
	margin-left: 60px;
	list-style: none;
}
.head-top ul li a{
	
	color: white;
	text-decoration: none;
}
.head-top ul li a:hover {
    color: aqua;
}
header {
    float: left;
    width: 100%;
    background: #247e72;
    color:white;
}
.fas.fa-phone {
    transform: rotate(90deg);
}

.head-bottom {

    float: left;
    width: 100%;
    background: 

    white;

}
header.fixed .head-bottom {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    margin: 0;
    z-index: 9;
    animation: fadeIn 0.8s;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid #f5f5f5;
}
.logo {

    float: left;
    width: 20%;

}
.nav {
    float: right;
    width: 62%;
}

.nav ul {
    float: right;
    width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav ul li a {

    padding: 10px;
    display: inline-block;
    text-decoration: none;

    color: #404040;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px;
}
.nav ul li a:hover{
	background: #e22328;
	color: white;
	border-radius: 10px;
}
.nav ul li a span {
    background: #e22328;
	color: white;
    border-radius: 10px;
    padding: 10px;
}

/** main **/
.banner {
    float: left;
    width: 100%;
	/* margin-top: 120px; */
}
.bann {
    width: 100%;
    float: left;
}
.bann-img{
	float: left;
	width: 100%;
	position: relative;
}
.bann-img img{
    width: 100%;
    float: left;
    height: 90vh;
}
.cont {
    position: absolute;
    left: 0;
    width: 100%;
    /* background: rgba(207, 207, 207, 0.4); */
    text-align: center;
    padding-bottom: 90px;
    padding-top: 20px;
    border-radius: 46px;
    left: 0%;
    top: 14%;
}
.cont h2{
    clear: both;
    width: 100%;
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 13px;
    font-weight: 800;
    margin: 0 auto;
}
.cont p {
    clear: both;
    width: 100%;
    color: #ffefda;
    font-size: 25px;
    padding: 13px 0px 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 33px;
    margin: 0 auto;
}
.cont h6 {
   clear: both;
    width: 100%;
    color: #ffefda;
    font-size: 25px;
    padding: 13px 0;
    text-align: center;
    margin: 0 auto;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 35px;
}
/*===Button Style===*/

.main-button {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	z-index: 1;
	padding: 14px 14px;
	text-align: center;
	display: block;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
    font-family: 'Montserrat', sans-serif;
   margin: 0 auto;
    width: 100%;
    max-width: 160px;
    /* position: absolute; */
    left: 0%;
}

.main-button:before {
	position: absolute;
	content: "";
	left: 0;
	opacity: 0;
	top: 0;
	height: 100%;
    width: 100%;
    max-width: 160px;
	z-index: -1;
    background-color: #1a9787;
	transform: scale(0.5, 1);
	transition: all 0.4s ease 0s;
}

.main-button:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.main-button:hover {
	color: #fff;
}

.se-cl {
    background-color: #b60112;
	color: #fff;
}

/*=== End Button Style===*/


/*===Button Style===*/

.main-button01 {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	z-index: 1;
	padding: 14px 14px;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 160px;
    left: 0%;
}

.main-button01:before {
	position: absolute;
	content: "";
	left: 0;
	opacity: 0;
	top: 0;
	height: 100%;
    width: 100%;
    max-width: 160px;
	z-index: -1;
	background-color: #0086ac;
	transform: scale(0.5, 1);
	transition: all 0.4s ease 0s;
}

.main-button01:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.main-button01:hover {
	color: #fff;
}

.se-cl01 {
    background-color: #b60112;
	color: #fff;
}

/*=== End Button Style===*/


.pannel-2{
	float: left;
	width: 100%;
	background: #efefef;
}

.pan1 {
    float: left;
    width: 50%;
    padding: 80px 0;
}
.pan2{
    float: left;
    width: 40%;
    margin-left: 7%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#form .wrap {
    margin-bottom: 10px;
}
#msform select:before {

    content: '\f107';
    position: absolute;
    right: 0;
    z-index: 9999999;
    top: 0;

}
#msform input[type=text],
input[type=tel],
select, option, 
textarea {
    border: 1px solid #c1c1c1 !important;
}
input[type=text],
input[type=tel],
input[type=number],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 12px;
    /*! border: 1px solid #919191 !important; */
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    font-family: open sans;
    color: #1c1c1c;
    border: none;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    resize: vertical;
    float: left;
    background: #e5e5e5;
}

em.error {

    font-size: 14px;
    color: red;
    font-style: normal;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 2px;
    text-align: left;
}

input[type=submit] {
    background-color: #1a9787;
    color: #fff;
    padding: 12px 30px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 15px;
    
}

input[type=submit]:hover {
    background-color: green;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1c1c1c;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
  
    color: #1c1c1c;
    opacity: 1;

}

:-ms-input-placeholder {
   
    color:#1c1c1c;
    opacity: 1;

}

::-ms-input-placeholder {

    color: #1c1c1c;
    opacity: 1;

}

::placeholder {
  
    color: #1c1c1c;
    opacity: 1;

}

label {
    color: #000;
    margin-top: 15px;

}
#resume-btn {
    margin-top: 15px;

    width: 100%;
}

.ca {
    width: 250px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 4px;

}

.result {
    color: 
    #00ac00;
    font-size: 22px;
    margin-top: 15px;

    width: 100%;
}

.result.success {
    color: 
    #00ac00;
    font-size: 22px;
    margin-top: 15px;

    width: 100%;
}

.result.error {
    color: 
    #ff0000;
    font-size: 22px;
    margin-top: 15px;

    width: 100%;
}


.container2 {
    padding: 40px;
    width: 100%;
    display: inline-block;
    float: left;
    background: linear-gradient(45deg,#e22426 0%,#b60112 28%,#e22328 100%);
}
#subject {
    height: 100px;
}




.pan1 p {
    line-height: 30px;
    color: #373737;
    padding-bottom: 15px;
    font-weight: 500;
}


.pan1 h2{
	
    font-size: 33px;
    color: #424242;
}


.pan1 a{
    color: #e22328;
    text-decoration: none;
    font-weight: 600;
}
.pan1 a:hover i {
    padding-left: 7px;
}
.pan1 i{
    
    font-size: 26px;
    position: absolute;
    margin-left: 10px;
    margin-top: -3px;
}

.pannel3 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-image: url(../img/pannel3.png);
}


.ser-in {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: none;
}
.ser-in a {
    outline: none;
}
.ser-in img {
    width: 80%;
    margin: 0 auto;
}
.pannel3 h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
    color: 
    #e22328;
}

.section3 {
    padding: 30px 0 80px;
    float: left;
    width: 100%;
    background: #efefef;
}
 
.section3 h3 {
    text-align: center;
    font-size: 26px;
    color: #e22426;
}

.portfolio-menu ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* padding:20px 0; */
}

.portfolio-menu ul li{
    margin-left:50px;
    cursor: pointer;
    padding: 15px;
    background: #ececec;
    width: 100px;
    text-align: center;
    color: #424242;
    font-weight: bold;
    font-size: 18px;
}

.portfolio-menu ul li a{
    font-size:18px;
    color:#666;
}
.bigg {

    font-size: 50px !important;

}
.portfolio-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    width: 100%;
}

.item {
        float: left;
        width: 33.3%;
        margin-top: 0;
    /* float:left;
    width: 24%;
    margin-top: 2%;
    padding: 10px; */
}
.item img{
    float: left;
    width: 100%;
}
.portfolio-menu ul li.active {
    color: #e22426;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
    position: relative;
    display:inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
}
.end { margin-right: 0 !important; }
/* Column Grids End */


/** Home Section4 **/
.section4 {
    float: left;
    width: 100%;
    padding: 40px 0 60px;
}
.career-main{
    float: left;
    width: 100%;
}
.career-main h2{
    float: left;
    width: 100%;
    font-size: 26px;
    color: #199887;
    text-align: center;
    margin: 20px 0;
}
.sub-career-cont {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career-content {
    margin: 0 20px !important;
    width: 100% !important;
    padding: 10px 0 0;
}
.sub-career-im {
    clear: both;
    margin: 0 auto;
    width: 90%;
    background-color: #e22426;
    padding: 20px 0;
}
.sub-career-im p {
    width: 92%;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0;
    clear: both;
    font-weight: 600;
}
.sub-career-im h2{
    float: left;
    width: 100%;
    margin: 0 auto;
}
.sub-career-im h2 a{
    float: left;
    width: 100%;
    background-color: #199887;
    color: #fff;
    padding: 15px 0;
    font-size: 22px;
    margin-top: 20px;
}


/**footer-cont**/
.footer-content {
    float: left;
    width: 100%;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #333333;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #ed1c24;
    padding: 5% 0 3% 0;
}
.foot {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.sub-foot {
    float: left;
    width: 32%;
    color: #ffff;
    /* background-color: #242424; */
}
.sub-foot h3 {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.ico01 {
    float: left;
    width: 100%;
    padding-left: 20px;
    line-height: 23px;
    font-size: 18px;
    margin: 10px 0;
}
.ico01::before{
    content: '\f2b6';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.ico02 {
    float: left;
    width: 100%;
    padding-left: 20px;
    line-height: 36px;
    font-size: 18px;
    margin: 5px 0;
}
.ico02::before{
    content: '\f095';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    transform: rotate(90deg);
}
.ico03 {
    float: left;
    width: 100%;
    padding-left: 20px;
    line-height: 26px;
    font-size: 18px;
    margin: 5px 0;
}
.ico03::before{
    content: '\f3c5';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.ico01 a {
    color: #fff;
    font-size: 15px;
}
.ico01 a:hover{
    color: #199887;;
}
.ico02 a:hover{
    color: #199887;;
}
.ico03 a:hover{
    color: #199887;;
}
.ico02 a {
    color: #fff;
    font-size: 15px;
}
.ico03 a {
    color: #fff;
    font-size: 14px;
}

.footer-navi {
    width: 90%;
    clear: both;
    margin: 0 auto;
}
.footer-navi li{
	list-style-type: none;
}
.footer-navi li a {
    float: left;
    /* width: 100%; */
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    clear: both;
    color: #fff;
}
.footer-navi li a:hover {
    color: #199887;;
}
.footer-navi li a:before {
    content: '\f105';
    position: absolute;
    margin-left: -15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.sub-foot iframe {
    width: 100%;
    height: 250px;
}

/**== About Page main ==**/
.about-page {
    float: left;
    width: 100%;
}
.about-page img {
    width: 100%;
    height: 40vh;
}
#about-pagesubheading{
    color: #fff;
    position: absolute;
    top: calc(100% - 60%);
    width: 100%;
    /* left: 33%; */
    padding: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .04em;
    color: #b60112;
    text-align: center;
    left: 0;
    font-weight: 600;
  }
  #about-pageheading {
    position: absolute;
    top: calc(100% - 78%);
    float: left;
    width: 100%;
    text-align: center;
    color: #b60112;
    padding-top: 60px;
    line-height: 36px;
    padding-bottom: 10px;
    left: 0;
    font-family: 'Archivo Black', sans-serif;
    font-size: 30px;
}
.about-pagesubheading i.fa.fa-angle-right {
    color: #b60112;
    font-weight: 600;
    font-size: 18px;
}
.about-home01 {
    color: #b60112;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .04em;
    opacity: 0.7;
}
/**== About Page main end ==**/

/**== About Page section start ==**/
.about-main {
    float: left;
    width: 100%;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/about-bg.png);
}
.unian-about {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sun-about-cont {
    float: left;
    width: 50%;
    /* width: 100%; */
    box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
    /* max-height: 400px; */
    padding: 80px 30px;
    margin-left: 50px;
}
.sun-about-cont h2 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #1a9787;
}
.sun-about-cont p {
    float: left;
    width: 100%;
    padding: 10px 0 0px;
    line-height: 26px;
    text-align: justify;
}
.sun-about-imo {
    float: left;
    width: 42%;
    position: relative;
}
.sun-about-imo img{
    width: 100%;
    box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
}
.insideimoo {
    float: left;
    width: 42%;
    background: #e22328;
    position: absolute;
    top: 10px;
    right: 0;
    transform: skewX(-33deg) translateX(-21px);
    height: 44px;
}
.insideimoo h3 {
    transform: skewX(33deg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.about-main2 {
    float: left;
    width: 100%;
    padding: 80px 0;
    background-image: url(../img/about02.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subject-about2{
    float: left;
    width: 100%;
    text-align: center;
}
.subject-about2 h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0 30px;
}
.subject-about2 p {
    width: 77%;
    color: #fff;
    padding: 10px 0;
    line-height: 26px;
    margin: 0 auto;
    font-size: 16px;
}
.subject-about2 h6 {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 auto;
    padding: 30px 0 20px;
}
/* .subject-about2 a {
  margin: 0 auto;
    width: 20%;
    padding: 15px 20px;
    background-color: #e22426;
    color: #fff;
} */
/*===Button Style===*/

.abt-btn {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	z-index: 1;
	padding: 14px 14px;
	text-align: center;
	display: block;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
    font-family: 'Montserrat', sans-serif;
   margin: 0 auto;
    width: 100%;
    max-width: 185px;
    /* position: absolute; */
    left: 0%;
    clear: both;
}

.abt-btn:before {
	position: absolute;
	content: "";
	left: 0;
	opacity: 0;
	top: 0;
	height: 100%;
    width: 100%;
    max-width: 185px;
	z-index: -1;
    background-color: #199887;
	transform: scale(0.5, 1);
	transition: all 0.4s ease 0s;
}

.abt-btn:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.abt-btn:hover {
	color: #fff;
}

.se-cl01 {
    background-color: #b60112;
	color: #fff;
}





/* .accordion-container {
    float: left;
    width: 100%;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.accordion-container>h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    float: left;
    width: 100%;
    position: relative;
    width: 100%;
    height: auto;
}

.set>a {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    text-decoration: none;
    color: #007834;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 20px;
    text-transform: capitalize;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.set>a i {
    float: none;
    margin-top: 2px;
}

.set>a.active {
    background-color: #007834;
    color: #fff;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    float: left;
    width: 100%;
}

.content p {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin: 0;
    color: #6d6e71;
    line-height: 26px;
    margin: 10px 0;
    font-size: 15px;
}

.content h3 {
    float: left;
    width: 100%;
    padding: 0px 15px;
    color: #6d6e71;
    line-height: 26px;
    margin: 10px 0;
    font-size: 20px;
} */


/**carrer-page **/
.carrer-page-pannel01 {
    float: left;
    width: 100%;
  }
  #tabs {
    float: left;
    width: 100%;
  }
  #tabs ul{
    width: 82%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 35px 0;
  }
  #tabs ul li {
    float: left;
    width: 100%;
  }
  #tabs ul li a{
    border: 2px solid #199887;
    padding: 15px 17px;
    color: #199887;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  #tabs ul li a:hover{
    border: 2px solid #199887;
    background: #199887;
    color: #fff;
  }
  #tabs ul li.ui-tabs-active a{
    background: #199887;
    color: #fff;
  }
  i.fas.fa-plus {
      font-size: 14px;
      border: 2px solid #0a1d36;
      padding: 5px;
      border-radius: 50%;
      float: right;
  }
  i.fas.fa-minus {
      font-size: 14px;
      border: 2px solid #0a1d36;
      padding: 5px;
      border-radius: 50%;
      float: right;
  }
  .popup-outer {
      float: left;
      width: 100%;
      display: none;
  }
  .popup-outer.show {
      float: left;
      width: 100%;
      display: block;
  }
  .inside-p {
    float: left;
    width: 100%;
  }
.inside-job-cont{
    clear: both;
    width: 90%;
    margin: 0 auto;
}
.inside-job-cont h2 {
    float: left;
    width: 100%;
    font-size: 21px;
    color: #e22328;
    padding: 10px 0;
}
.inside-job-cont p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 36px;

}

p.bullets {
    float: left;
    width: 100%;
    padding-left: 20px;
    line-height: 36px;
    font-size: 16px;
    text-align: justify;
}
p.bullets:before {
    content: '\f101';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #199887;
}






  .carrer-page-pannel01 h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
  }
  /* .carrer-page-pannel01 h2::before {
    background: #199887;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
    bottom: 3px;
    margin-left: -25px;
    width: 50px;
  }
  .carrer-page-pannel01 h2::after {
    background: #199887;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
  } */
  .carrer-page-pannel01 p {
    width: 84%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 27px;
    margin: 0 auto;
    clear: both;
    padding-top: 30px;
  }
  
  
  .cont-01 {
    float: left;
    width: 100%;
    margin: 30px 0 0;
  }
  .cont-01 h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
    color: #199887;
  }
  .cont-01 h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 35px;
  }
  .cont-01 h4 {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 15px;
    padding: 16px;
    margin-top: 20px;
    line-height: 26px;
    border-bottom: none;
  }
  a.about {
    float: left;
    width: 100%;
    border: 1px solid #199887;
    padding: 10px 15px;
    margin: 5px 0;
    color: #fff;
    font-weight: 800;
    background: #219a8a;
}
  a.about:hover {
    background: #e22426;
    color: #fff;
  }
  
  .sales01 {
    width: 100%;
    float: left;
    flex-wrap: wrap;
  }
  .sales01 li {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 10px;
    line-height: 26px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
  .jobbton {
    float: left;
    width: 20%;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 14px 21px;
    text-transform: uppercase;
    background: #199887;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
  .jobbton:hover {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%) repeat scroll 0 0;
    }
  

.about-vision {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: linear-gradient(45deg,rgba(116,199,169,1) 0%,rgba(116,199,169,1) 28%,rgba(49,163,220,1) 100%);
}
.vision-main {
    float: left;
    width: 100%;
}
.core-values {
    float: left;
    width: 100%;
}
.core-values h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0 10px;
    text-align: center;
}
.job-discription {
    width: 80%;
    clear: both;
    margin: 0 auto;
}
.job-discription h5 {
    float: left;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.job-discription h6 {
    float: left;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px 0;
    text-transform: capitalize;
}
.job-discription p {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: left !important;
    line-height: 15px !important;
}
.job-discription p {
    float: left;
    width: 100%;
    padding-left: 20px;
}
.job-discription p:before {
    content: '\f101';
    position: absolute;
    margin-left: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e22328;
}
.section10 {
    float: left;
    width: 100%;
    background-image: url(../img/p6.png);
}


.core-values p {
    /* float: left; */
    width: 90%;
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.founder-abt {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.founder-main {
    float: left;
    width: 100%;
    text-align: center;
}
.founder-main img {
    width: 20%;
    border: 2px solid #fff;
    box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
}
.founder-main h2{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0 25px;
    text-align: center;
    margin: 0 auto;
}
.founder-main h5{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
}
.founder-main h6{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.founder-sub {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.founder-sub p{
    float: left;
    width: 100%;
    /* padding: 10px 0; */
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

/**product**/
.product-section1 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff;
    /* background-image: url(../img/pattern.png);
    background-size: cover;
    background-repeat: no-repeat; */
}
.product-main01 {
    float: left;
    width: 100%;
    background: linear-gradient(45deg,rgba(116,199,169,1) 0%,rgba(116,199,169,1) 28%,rgba(49,163,220,1) 100%);
    padding: 40px 0;
    border-radius: 20px;
}
.product-main {
    float: left;
    width: 100%; 
}
.product-main01 h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    padding: 15px 0 30px;
    text-align: center;
}
.product-details01 {
    float: left;
    width: 100%;
}
.product-one01 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-details:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
.product-main h2 {
    float: left;
    width: 100%;
    color: #1c998c;
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px 0 30px;
    text-align: center;
}

.product-details {
    float: left;
    width: 100%;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* border: 2px solid #f5f5f5; */
    margin: 15px 0;
}
.product-one {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-one-four {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sub-products-four {
    width: 23%;
    /* border: 1px solid #247e72; */
    text-align: center;
    margin: 0 auto;
    clear: both;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    /* height: 200px; */
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-products-four:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.sub-products-four p {
    color: #247e72 !important;
}

.sub-products p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #247e72 !important;
}
.product-details h6 {
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    padding: 40px 0 20px;
    color: #e22426;
    clear: both;
}
.product-details h6 span {
    color: #199887;
}
.product-details p {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 40px 0 30px;
    font-weight: 600;
    color: #7d9c36;
}
.product-details p span {
    color: #1c988b;
}
.product-details01 h6 {
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    padding: 40px 0 20px;
    color: #fff;
    clear: both;
}

.product-details01 p {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 40px 0 30px;
    font-weight: 600;
    color: #fff;
}
.sub-products p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #247e72 !important;
}
.sub-products {
    width: 28%;
    border: 2px solid #247e72;
    text-align: center;
    margin: 0 auto;
    clear: both;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sub-products:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.sub-products01 {
    width: 28%;
    border: 2px solid #f5f5f5;
    text-align: center;
    margin: 0 auto;
    clear: both;
    background: #ffff;
 
}
.sub-products01 p {
    color: #e22328 !important;
}
.sub-products01 img{
    width: 50%;
    /* border: 2px solid #f5f5f5; */
}


.carrer-page-pannel01 {
    float: left;
    width: 100%;
}
.career-form {
    float: left;
    width: 100%;
    padding: 60px 0;
}
    .cont-form {
    clear: both;
    width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 2px solid #fff;
    padding: 25px;
}

/**contact-page**/
.contact-panel01 {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.contact-information {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact-head {
    float: left;
    width: 30%;
}
.contact-bottom {
    float: left;
    width: 65%;
    padding: 20px;
    box-shadow: 8px 9px 35px 0px rgba(49,49,49,0.08);
    background: #fff;
    border: 2px solid #cccccc;
}
.contact-bottom h5{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    color: #646d72;
    position: relative;
    margin-top: 45px;
}
.contact-bottom h5::after {
    position: absolute;
    content: "";
    top: 180%;
    left: 0;
    width: 40px;
    height: 6px;
    background: #dfdfdf;
}
.contact-head h2 {
    font-size: 24px;
    font-weight: 800;
    color: #3a4145;
    padding-bottom: 17px;
    position: relative;
}
.contact-head p {
    font-size: 15px;
    font-weight: 800;
    color: #646d72;
    /* margin-bottom: 23px; */

}
.contact-head h2::after {
    position: absolute;
    content: "";
    top: 180%;
    left: 0;
    width: 40px;
    height: 6px;
    background: #dfdfdf;
}
.contact-phone, .contact-mail, .contact-address {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.contact-phone{
    float: left;
width: 100%;
padding: 20px 0;
margin-top: 20px;
}

.contact-phone h5, .contact-mail h5, .contact-address h5{
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    padding-bottom: 10px;
    margin: 0 auto;
}
.contact-phone p{
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 15px;
}
.contact-phone p a, .contact-mail p a, .contact-address p a {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 28px;
}
.contact-phone p a .fas.fa-phone {
    color: #e22328;
    font-size: 16px;
}
.contact-mail p a i.fas.fa-envelope-open {
    color: #e22328;
    font-size: 16px;
}
.contact-address p a i.fas.fa-map-marker-alt{
    color: #e22328;
    font-size: 16px;
}
.contact-phone p a:hover, .contact-mail p a:hover, .contact-address p a:hover {
    color: #1c988b;
}
.conect {
    float: left;
    width: 100%;
}
.conect h4{
    float: left;
    width: 100%;
}

.social01 {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.social01 li {
margin: 10px 0px 10px 6px;
}
.social01 a {
    border: 2px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.social01 a:hover {
    color:#e22328;
    border:2px solid #e22328;
}

#fileToUpload {
    font-weight: 500;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 0;
    resize: vertical;
    color: #79859c;
    float: left;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}
.section5 {
    width: 100%;
    float: left;
    background: linear-gradient(45deg,rgba(116,199,169,1) 0%,rgba(116,199,169,1) 28%,rgba(49,163,220,1) 100%);
    padding: 30px;
}

/** gallery page **/
.gallery-panel01 {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.gal-pan1 {
    float: left;
    width: 100%;
}
#lightgallery2 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#lightgallery2 li {
    float: left;
    width: 31%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px;
}
#lightgallery2 li:hover h3 {
    background: red;
    color: #fff;
}
h3.gle-sub {
    text-align: center;
    color: #e22327;
    background-color: #fff;
    background-color: #f7f7f7;
    padding: 10px 10px 16px;
    margin: 0 0 0px;
    cursor: pointer;
}
a#lg-download {
    display: none !important;
}
.header-main{
    display: block;
    float: left;
    width: 100%;
}
.lines {
    display: none;
}
.gal-mob {
    display: none;
}

@media(max-width:767px) {

    .header-main{
        display: none;
	}
	.lines {
		display: block;
		float: left;
		width: 100%;
    }
    .portfolio-inner {
        display: none;
    }


     /** drop down start **/
     .lines{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1%;
        width: 100%;
        float: left;
    }
    header {
        background: #fff;
        z-index: 1059;
        background: white;
        float: left;
        width: 100%;
    }

    header.fixed{
        position: fixed;
    }
    .social {
        float: left;
        background: none;
        padding: 0;
        margin-left:0%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav1 {
        float: left;
        width: 60%;
        background: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav1::before {
    display: none;
    }
    .up {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .social ul {
        display: none;
    }
    .nav1 ul li {
        list-style: none;
        float: left;
        margin-left: 0;
    }
    .social ul li a {
        float: left;
        margin-left: 0;
        padding: 10px;
    }
    /* .nav.nav-show {
        top: 0;
        padding-top: 10%;
        background-color: #0a1d36;
        background-image: linear-gradient(#0a1d36, #2b6b87);
        width: 100%;
    } */
    #nav-icon1 {
        width: 30px;
        height: 20px;
        position: relative;
        /*! margin: 50px auto; */
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        /* top: 20px;
        right: 5%;
        float: right; */
        z-index: 999999;
    }
    .nav ul li{
        width: 100%;
        list-style: none;
        margin-left: 0;
        float: left;
    }
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 22px;
        background: #b60112;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .nav ul li a {
        text-decoration: none;
        color: #fff;
        letter-spacing: 1px;
        font-size: 15px;
        -webkit-box-pack: right;
        -webkit-justify-content: right;
        -ms-flex-pack: right;
        justify-content: right;
        display: inline-block;
        padding: 10px;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        text-transform: uppercase;
    }
    .nav ul li ul li a{
        color: #fff;
        font-size: 15px;
        padding: 0;
        padding: 10px;
        margin-top: 0;
    }
    .nav .sub.opened ul{
        display: block;
        width: 100%;
        position: unset;
        background: orange;
        margin-top: 0;
        padding: 5px;
    }
        .nav ul li a i {
        position: absolute;
        margin-left: 15px;
        margin-top: 3px;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 7px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 14px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    /*! left: 50px; */
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    /*! left: 50px; */
    }
    .nav ul li a:hover {
        background-color: #b60112;
        color: #fff;
    }

    .nav-show header{
        right: 200px;
        left: -100px;
    }
    .nav{
        position: fixed;
        top: -100%;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 15px;
        background-color: #0000;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        list-style: none;
        overflow: auto;
        z-index: 9999;
        height: 100%;
        transform: unset !important;
    }
    .nav ul {
        padding: 10px;
        float: left;
        margin-top: 20px;
        transform: unset !important;
        flex-direction: column;
        display: block;
    }
    .nav.nav-show{
        top: 0;
        padding-top: 10%;
        background: linear-gradient(45deg,rgba(116,199,169,1) 0%,rgba(116,199,169,1) 28%,rgba(49,163,220,1) 100%);
        /* background-image: linear-gradient(#0a1d36, #85b634); */
        width: 100%;
    }
    .nav span {
        position:absolute;
        right:0;
        right: -173px;
        top: 19px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
        .ground{width:100%}
        header.fixed .nav{width:100%;}
        .mail p{max-width:100%}

    .nav1 {
        float: left;
        margin-top: 0;
        padding-left: 20px;
        width: 60%;
    }
    .nav1 ul li {
        float: left;
        list-style: none;
        margin-left: 0;
        width: 100%;
    }
    .nav1 ul li a {
        float: left;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        margin-top: 3px;
        padding: 3px;
    }
    header.fixed .nav1 ul li a{
        font-size: 12px;
    }
    .head{
        padding: 10px;
        width: 100%;
        float: left;
    }
    header.fixed .head{
        padding: 6px;
    }
    .nav ul li ul li:hover ul.sub-menu{
        display: none;
    }
    .nav ul li:hover ul  {
        display: none;
    }
    .nav ul li ul.show{
        display: block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background: white;
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .nav ul li ul li ul.sub-menu.show {
        display: block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background: #e6e6e6;
        width: 100%;
    }
    .nav ul li .hun {
        width: 100%;
        margin-left: 0px;
        z-index: 9999;
    }
    .nav ul li ul li ul.sub-menu{
        left: 0;
        top: 100%;
    }
    .nav ul li ul li {
        margin: 0;
        text-align: right;
        display: block;
        padding: 0;
        margin-top: 0;
    }
    .nav ul li ul li ul.sub-menu a {
        font-size: 12px;
        text-align: right;
        background: #e6e6e6;
    }
    .nav ul li:hover ul li{
        display: inline-block;
    }
    .nav ul li ul{
        display: none;
    } 
    .nav .sub.opened{
        position: relative;
        top: 0;
        width: 100%;
        /*! background: orange; */
        margin-top: 0;
    }   
    .nav ul li:hover ul li{
        float: none;
    }
    body.nav-show header {
        right: 200px;
        left: -100px;
    }
    .header-wrap {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head {
		float: left;
		width: 100%;
	}
    .heading {
        float: left;
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }
    .heading a img{
		width: 100%;
    }
    /** drop down End **/

    .banner {
        float: left;
        width: 100%;
    }
    .banner img{
        height: 80vh;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: 75% 100%;
    }
    .cont h6 {
        font-size: 20px;
    }
    .cont h2 {
        font-size: 25px;
    }
    .cont p {
        font-size: 17px;
    }
    .main-button {
        padding: 14px 14px;
        max-width: 120px;
    }
    .pan1 h2 {
        font-size: 30px;
        color: #424242;
        line-height: 37px;
        margin-bottom: 10px;
    }
    .pan1 {
        float: left;
        width: 100%;
        padding: 35px 0;
        text-align: center;
    }
    .pan1 p {
        line-height: 30px;
        color: #373737;
        padding-bottom: 15px;
        font-weight: 500;
        text-align: justify;
    }
    .pan2 {
        float: left;
        width: 100%;
        margin-left: 0 !important;
    }
    .container2 {
        padding: 20px 20px;
    }
    .pan1 a {
        color: #1a9787;
        text-decoration: none;
        font-weight: 600;
    }
    input[type=submit] {
        text-align: center;
        width: 100%;
    }
    .pannel-2 {
        padding-bottom: 50px;
    }
    .about-vision {
        float: left;
        width: 100%;
        padding: 30px 0;
    }
    .core-values h2 {
        font-size: 25px;
    }
    .core-values p {
        width: 100%;
        padding: 10px 0;
        line-height: 30px;
        font-size: 16px;
        text-align: justify;
        margin: 0 auto;
        font-weight: 500;
    }
    .core-values h2 {
        padding: 15px 0 15px;
    }
    .section5 {
        padding: 0px 0;
    }
    .sales01 {
        width: 100%;
        float: left;
        flex-wrap: wrap;
        padding: 0;
        text-align: justify;
    }
    .sales01 li {
        font-weight: 500;
        font-size: 15px;
    }
    .gal-mob {
        float: left;
        width: 100%;
        display: block;
    }
    .section3 {
        padding: 30px 0 40px;
        float: left;
        width: 100%;
        background: #efefef;
    }
    .section4 {
        float: left;
        width: 100%;
        padding: 10px 0 60px;
    }
    .sub-career-im {
        width: 100%;
    }
    .sub-career-im p {
        line-height: 26px;
    }
    .career-content {
        margin: 0 0px !important;
        width: 100% !important;
        padding: 10px 0 0;
    }
    .sub-career-im h2 a {
        font-size: 20px;
    }
    .foot {
        flex-wrap: wrap;
    }
    .footer-content {
        float: left;
        width: 100%;
        background-image: url(../img/footer-bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #333333;
        border-top-width: 5px;
        border-top-style: solid;
        border-top-color: #ed1c24;
        padding: 5% 0 10% 0;
        background-size: cover;
    }
    .sub-foot {
        float: left;
        width: 100%;
        color: #ffff;
        /* background-color: #242424; */
        margin: 20px 0px 20px 30px;
    }
    .sub-foot:last-child{
        margin: 0px 0px;
    }
    .cred h4 {
        display: inline-block;
        color: white;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        width: 100%;
    }
    .cred h5 a {
        display: inline-block;
        color: white;
        font-size: 13px;
        text-align: center;
        width: 100%;
        margin-top: 8px;
    }
    #about-pageheading {
        padding-top: 0px;
        font-family: 'Archivo Black', sans-serif;
        font-size: 25px;
    }
    #about-pagesubheading {
        position: absolute;
        top: calc(100% - 70%);
        width: 100%;
    }
    .about-main {
        padding: 30px 0;
    }
    .unian-about {
        flex-wrap: wrap;
    }
    .sun-about-cont {
        float: left;
        width: 100%;
        /* width: 100%; */
        box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
        /* max-height: 400px; */
        padding: 40px 30px;
        margin-left: 0px;
    }
    .sun-about-cont h2 {
        float: left;
        width: 100%;
        text-transform: uppercase;
        color: #1a9787;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
    .sun-about-imo {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 60px;
    }
    .insideimoo {
        float: left;
        width: 100%;
        position: absolute;
        top: -50px;
        right: 0;
        left: 0;
        text-align: center;
        transform: unset;
        background: none;
    }
    .insideimoo h3 {
        text-align: center;
        color: #f9090f;
        text-transform: uppercase;
        font-size: 18px;
        transform: unset;
    }
    .about-main2 {
        float: left;
        width: 100%;
        padding: 80px 0;
        background-image: url(../img/about02.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-position: center; */
        background-position-x: inherit;
    }
    .subject-about2 h2 {
        font-size: 25px;
    }
    .subject-about2 p {
        width: 100%;
        color: #fff;
        padding: 10px 0;
        line-height: 26px;
        margin: 0 auto;
        text-align: justify;
        font-size: 16px;
        font-weight: 500;
    }
    .subject-about2 h6 {
        float: left;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-size: 23px;
        margin: 0 auto;
        padding: 50px 0 20px;
    }
    .founder-main img {
        width: 90%;
        border: 2px solid #fff;
        box-shadow: 2px 3px 20px -7px rgba(0,0,0,0.75);
    }
    .founder-sub p {
        float: left;
        width: 100%;
        /* padding: 10px 0; */
        line-height: 26px;
        font-size: 16px;
        text-align: justify;
        color: #fff;
        margin: 0 auto;
        font-weight: 500;
        padding-bottom: 10px;
    }
    .product-section1 {
        float: left;
        width: 100%;
        padding: 30px 0;
        background-color: #ffffff;
    }
    .product-main h2 {
        float: left;
        width: 100%;
        color: #1c998c;
        font-size: 20px;
        text-transform: uppercase;
        padding: 15px 0 5px;
        text-align: center;
        line-height: 30px;
    }
    .product-one {
        flex-wrap: wrap;
        clear: both;
    }
    .sub-products {
        width: 100%;
        border: 2px solid #247e72;
        text-align: center;
        margin: 0 auto;
        clear: both;
        padding: 4px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        margin-bottom: 20px;
    }
    .product-details p {
        float: left;
        width: 100%;
        font-size: 17px;
        text-align: center;
        padding: 0px 0 10px;
        font-weight: 600;
        color: #7d9c36;
        text-align: justify;
        line-height: 26px;
        background: none;
        margin-top: 5px;
    }
    .sub-products-four {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-one01 {
        flex-wrap: wrap;
    }
    .sub-products01 {
        width: 90%;
        border: 2px solid #f5f5f5;
        text-align: center;
        margin: 0 auto 20px;
        clear: both;
        background: #ffff;
        border-radius: 15px;
    }
    .product-main01 h2 {
        font-size: 25px;
    }
    .product-main01 {
        float: left;
        width: 100%;
        background: linear-gradient(45deg,rgba(116,199,169,1) 0%,rgba(116,199,169,1) 28%,rgba(49,163,220,1) 100%);
        padding: 20px 0;
        border-radius: unset;
    }
    .product-details01 p {
        float: left;
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 0px 0 30px;
        font-weight: 600;
        color: #fff;
        line-height: 26px;
    }
    #lightgallery2 {
        flex-wrap: wrap;
        padding: 0 !important;
    }
    #lightgallery2 li {
        float: left;
        width: 100%;
        padding: 4px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 30px;
    }
   
    .job-discription {
        width: 100%;
        clear: both;
        margin: 0 auto;
    }
    .job-discription h5 {
        margin-bottom: 5px;
    }
    .job-discription h6 {
        font-size: 18px;
        text-transform: capitalize;
        text-align: center;
        font-weight: 500;
    }
    .job-discription p {
        width: 90%;
        padding: 10px 0;
        line-height: 26px !important;
        font-size: 16px;
        text-align: justify;
        margin: auto;
        font-weight: 500;
        margin-left: 30px;
    }
    .job-discription p::before {
        content: '\f101';
        position: absolute;
        margin-left: -30px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color:  #e22328;
    }
    .inside-job-cont h2 {
        float: left;
        width: 100%;
        font-size: 18px;
        color:  #e22328;
        padding: 10px 0;
        text-align: center;
        line-height: 30px;
    }
    .inside-job-cont p {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }
    .inside-job-cont p {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
        font-weight: 500;
    }
    .cont-form {
        clear: both;
        width: 100%;
        padding: 15px;
    }
    .contact-information {
        flex-wrap: wrap;
    }
    .contact-head {
        float: left;
        width: 100%;
    }
    .contact-bottom {
        float: left;
        width: 100%;
    }
    .social01 {
        float: left;
        width: 100%;
        display: flex;
        margin-top: -8px;
    }
    .contact-bottom h5 {
        margin-top: 10px;
        line-height: 30px;
    }
    .contact-bottom h5::after {
        position: absolute;
        content: "";
        top: 105%;
        left: 0;
        width: 40px;
        height: 6px;
        background: #dfdfdf;
    }
    .contact-head h2::after {
        position: absolute;
        content: "";
        top: 160%;
        left: 0;
        width: 40px;
        height: 6px;
        background: #dfdfdf;
    }
    .sub-products p {
        color: #247e72 !important;
        text-align: center !important;
    }
    .about-page img {
        width: 100%;
        height: 33vh;
    }













    





}







