body{
	top:0px;
	margin:0px;
	padding: 0px;
	outline: 0px;
}
a {
    text-decoration: none;

}
ul {
    margin:0;
    padding:0;
}

li{
	list-style: none;


}
li a{
	text-decoration: none;
	display:inline-block;
}
ul li {
    display: inline-block;
}
li a {
    text-decoration: none;
    color:white; 

}
section.top_bar {
    background: rgba(6,3,141,1);
    height: 50px;
    line-height: 50px;
}
.linkedin a {
    color: white;
    font-size: 20px;
}
.top_menu {
    text-align: end;
}
.top_menu li {
    position: relative;
    margin-right: 10px;
}
.top_menu li:after {
    position: absolute;
    content: "";
    right: -8px;
    top: 19px;
    widtH: 1px;
    height: 14px;
    background: #fff;
}
.top_menu li:last-child:after {
    position: inherit;
}
.top_menu li a:hover {
    color:#fff;
    text-decoration: underline;
}
/*===============end*/
section.mobile-menu.sticky {
    display: none;
}
section.main_bar {
    line-height: 70px;
    text-align: left;
}
section.main_bar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    z-index: 999;
}
.main_menu li a {
    color: red;
    font-weight: 600;
    margin-left: 15px;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 14px;
}
.main_menu li a:hover {
	color: #ddd;
}
.main_logo img {
    height: 70px;
    margin-top: 10px;
    width: auto;
}
.main_menu ul li {
    margin-top: 0px;
}
.request_bar a {
    background: #06038d;
    padding: 13px 20px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}
.request_bar a:hover {
    text-decoration: underline;
}
.request_bar {
    margin-top: 0;
    text-align: right;
}
.sub-menu{
	position: relative;
	
 }
.main-sub-menu {
    position: absolute;
    color: white;
    background: #ddd;
    left: 0;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    transition: .5s all;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    width:250px;
}
ul.main-sub-menu li {
    display: block;
    margin: 0;
    line-height: 25px;
}
ul.main-sub-menu li:hover {
    background: #ddd;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.sub-menu:hover .main-sub-menu {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
    z-index: 9;
}


ul.main-sub-menu li a {
    text-align: left !important;
    margin-left: 0px;
    padding: 0px;
    padding: 10px;
    color: #0c0707;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

ul.main-sub-menu li a:hover {
	background: #ddd;
	color: red;
}
section.mobile-menu {
    display: none;
}
/*end main menu*/
section.fetuare {
    margin-top: 35px;
}
.fetuare {
    margin-bottom: 50px;
}
.fetuare .image {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.fetuare .image img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.details a {
    color: black;
    text-decoration: none;
    font-size: 22px;
    transition: .5s all;
    line-height: 30px;
    display: inline-block;
}
.details a:hover {
	text-decoration: underline;
}
.botton a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 100;
    border: 1px solid #a4b0bb;
    padding: 8px 18px;
    color: black;
    transition: .7s all;
    display: inline-block;
}
.botton a:hover {
	background: #06038d;
	padding-left: 25px;
	color: white;
	text-decoration:underline;
	text-align: center;

 }
img {
    width: 100%;
}

.description p {
    color: #a4b0bb;
    padding-bottom: 10px;
}


section.fetuare2 {
    margin-top: 150px;
}
/*End feture section*/
.product_title {
    text-align: center;
}
.product-title a {
    color: #000;
    text-decoration: none;
}
.product-title h2 {
    font-size: 22px;
    position: relative;
    display: inline-block;
}
.pro-title p {
    color: #a4b0ca;
    font-size: 23px;
}

 
.images img {
    /* height: 120px; */
    /* width: 120px; */
    width: auto;
}
section.product-inner {
    text-align: center;
}
.images {
    margin-top: 61px;
}
.product-title {
    text-transform: capitalize;
    margin-top: 30px;
    padding-bottom: 15px;
    position: relative;
}
.product-title h2::after {
    content: "";
    background-color: white;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 30px;
    border: 1px dashed black;
    width: 100%;
    height: 1px;
}
.pro-description {
    margin: 30px 0px;
}
/*end-product*/
.img-left{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    margin-top: 40px;

}
.img-right{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    margin-top: 40px;

}
.left {
    border-left: 1px dashed;
}
section.more-image {
    margin-top: 50px;
    text-align: center;
}
.img-title a {
    text-decoration: none;
    transition: .5s all;
    color: #06038d;
    font-size: 24px;
    font-weight: 400;
}
.botton.img-btn {
    margin-top: 30px;
    text-align: left;
}
.img-title a:hover {
    text-decoration: underline;
    color: black;

}
/*================end=section*/
.product_inner {
    background: #fff;
}
.inner-hed-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.inner_top_img {
    border: 1px solid;
    padding: 4px;
    height: 205px;
}
.inner_top_img img {
    height:100%;
}
.event_des {
    padding: 0 15px 15px 15px;
}
.inner-_title a {
    color: #06038d;
    text-decoration: none;
    /* padding-top: 22px; */
}
.inner-_title{
	margin-top: 20px;
}
.inner_description p {
    color: #a4b0ca;
    margin-top: 10px;
}
section.main-product-inner {
    background: #F7F7F7;
    padding: 15px;
    margin-top: 30px;
}
/*========fotter-part-css=======start==*/

.contuct-part p {
    color: black;
    line-height: 16px;
}
.fa-location-dot {
    height: 20px;
    width: auto;
    padding: 11px;
    border: 1px solid black;
    margin-right: 19px;
    border-radius: 3px;
}
.gmail {
    border: 1px solid black;
    padding: 12px 10px;
    border-radius: 3px;
}
.phonee {
    border: 1px solid black;
    padding: 12px 10px;
    margin-right: 19px;
    border-radius: 3px;
}
.contuct-part span {
    margin-left: 58px;
    /* margin-top: 20px; */
}
span.\32 23 {
    margin-left: 0px;
    line-height: 3px;
}
span.\32 22 {
    margin-left: 7px;
}
.contuct-part h4 {
    margin-bottom: 20px;
}
.infomation a {
    color: #fff;
    line-height: 35px;
}
.infomation ul li{
  display: block;
}
.more li {
    line-height: 33px;
}
.with p{
	color:black;
}
.with li {
    display: inline-block;
    width: 23%;
    margin-top: 47px;
}
 
.fotter-section {
    background: #000;
    padding: 30px 0px 30px 0px;
}
.footer_widget h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.about-part p{
    color: #fff;
}




/*==============end section*/
.title_bar {
    margin-top: 40px;
    margin-bottom: 40px;
}
/*=============end section*/
 .request-menu li {
    border: 1px solid #ddd;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-left: 4px solid #ddd;
    display: inline-block;
    padding-left: 10px;
}
.request-menu li a {
    color: #747485;
    font-weight: 500;
}
.request-menu li:hover {
    background: #c8dcec;
    border-left: 4px solid blue;
    text-decoration: underline;
}
.request_menu_title li a {
    color: darkolivegreen;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    display: block;
}
.request_menu_title li a svg {
    height: 25px;
    width: auto;
}
.request_more_menu h3 {
    text-decoration: none;
    font-size: 22px;
    margin-top: 63px;
    margin-bottom: 20px;
}
.request_menu_title li {
    margin-top: 17px;
    transition: .2s all;
    box-shadow: 0px 0px 7px #ddd;
}
.request_menu_title li:hover {
	box-shadow:0 0 3px 3px rgba(187,187,187,0.53);
}
.request-sertification h5 {
    margin-top: 44px;
}
/*=====================About page css start============*/
.background-img img {
    margin-top: 32px;
}
.about_img img {
    width: auto;
    margin-top: 50px;
}
.about_title {
    margin-top: 20px;
}


/* color page*/
.color_inner img {
    height: 134px;
    margin-top: 40px;
}
.color-title {
    margin-top: 36px;
}
.color_inner_img{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 8px;
}
.breadcrumb_img {
    height: 115px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    margin-bottom: 40px;
}
.img-left img {
    height: 170px;
}
.img-left.award_inner {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.img-left.award_inner img {
    height:140px;
}
.award_top_head {
    text-align: center;
}
.img_pop {
    cursor: pointer;
}
.img-right img{
    height:140px;
}
.img-right.gal_inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-right.gal_inner img {
    height: 160px;
}
p.galcat_title {
    color: #CCCCCC;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}
.gal_top_head {
    text-align: center;
}
form.subscribe_form {
    background: rgba(255,255,255,0.3);
}
form.subscribe_form input {
    width: 75%;
    float: left;
    background: transparent;
    border:none;
    box-shadow: none;
    color:#fff !important;
}
form.subscribe_form input:focus {
    background: transparent;
}
form.subscribe_form button {
    width:25%;
    float: left;
    background: rgba(6,3,141,1);
    color:#fff;
    border:none;
    box-shadow: none;
    padding:5px;
}
.infomation li a svg {
    margin-right:5px;
}

.allproduct_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}
.product_item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:20px;
    text-align: center;
    margin-bottom: 10px;
}
.product_item h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    min-height: 70px;
}
.product_item a {
    background: linear-gradient(to right, #5472d2 0%, #5aa1e3 50%,#5472d2 100%);
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}

.product_item a:hover {
    background: linear-gradient(to left, #5472d2 100%, #5aa1e3 50%,#5472d2 100%);
}
.news_detials_inner {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 15px;
}
.news_date {
    background: #06038D;
    position: relative;
}
.news_date_info {
    background: #050378;
    margin-top: 100px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.news_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 18px;
    border-color: transparent transparent transparent #06038d;
    position: absolute;
    right: -12px;
    top: 46px;
}
.news_title h4 {
    margin-bottom: 20px;
}
.news_d p svg {
    margin-right: 5px;
}
.ab_img img {
    width:100%;
    margin-top:0;
}
.cartificate img{
    margin-bottom:10px;
}



.contact-panel-heading {
    border-color: #106EAA;
    background-color: #106EAA;
    border-radius: 0;
}
.contact-panel-title {
    font-size: 15px;
}
.contact-panel-title a {
    color: #FFF;
    background: 0 0;
    display: block;
    padding: 14px 20px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: color .2s ease-in-out;
    border: none;
}
.contact-panel-title a span.contact-title-text {
    padding-left: 15px;
}
.contact-panel-body {
    border: solid transparent;
    box-sizing: content-box;
    padding: 14px 20px;
    overflow: hidden;
    transform: translate3d(0,0,0);
    transition: padding .2s ease-in-out;
}
.iframe-box-item iframe {
    width: 100%;
}

.copyright {
    margin-top: 15px;
}
.copyright p {
    color: #fff;
}
.copyright p a {
    color: #ff1616;
    font-weight: 700;
}

/*================================visionmision=================*/
button.btn{
    width: 100%;
    background-color: skyblue;
    transition: inherit;
}
button.btn:hover{
    background: skyblue;
}
button.btn:focus{
    background: skyblue;
    transition: inherit;
}
button.btn h5{
    color: blue;
}

/*================================visionmision=================*/

.slider-item {
    height: 320px;
}
.slider-item img {
    height: 100%;
}
.main-slider .owl-nav button svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 0px 10px #ddd;
}
.main-slider .owl-nav button.owl-prev svg {
    left: 30px;
}
.main-slider .owl-nav button.owl-next svg {
    right: 30px;
}