
*{
	font-family: 'Titillium Web', sans-serif;
}
.main-content{
	background:url(../images/banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height:300px;
	padding: 50px 0;
}
.main-content1{
	background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../images/banner12.jpg);
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 300px;
	padding: 50px 0;
}
.main-content2{
	background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../images/banner13.jpg);
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 300px;
	padding: 50px 0;
}
.main-content3{
  background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../images/banner14.jpg);
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 300px;
  padding: 50px 0;
}

.actra-container{
	height: 100%;
}
.actra-sec a{
	text-decoration: none;
	display: block;
	color: #05436D;
	background-color:#FEAB07;
	padding: 5px;
	width: 120px;
	text-align: center;
}
.actra-sec a:hover{
	color: #fff;
	background-color:#05436D;
}
.actra-sec p{
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.row-actra{
	height: 100%;
}
.actra-sec h1{
	font-size: 26px;
	color: #fff;
	font-weight: 400;
}
.row-videoWrap.owl-carousel .owl-dots{
	width:160px;
	margin: auto;
	 position: absolute;
	 bottom: 10px;
	 left: 0;
	 right: 0;
}
.antispam{
  display: none;
}
.row-videoWrap.owl-carousel .owl-dots button.owl-dot.active{
	border: solid 2px #FEAB07 !important;
}

.row-videoWrap.owl-carousel .owl-dots button.owl-dot span{
	position: absolute;
    height: 8px;
    width: 8px;
    display: block;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.row-videoWrap.owl-carousel .owl-dots button.owl-dot {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 6px;
    border: solid 2px #fff;
    outline: none;
}

.row-videoWrap.owl-carousel .owl-nav {
	display: none !important;
}



.contactus-sec{
	background:url(../images/Group5.jpg);
	padding: 40px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%
}
.contactus-sec h2{
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	position: relative;
}
.contactus-sec h2::after{
	content: "";
	display: block;
	width: 100px;
	position: absolute;
	height: 2px;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
}
.row-contactus{
	max-width: 680px;
	margin: 0 auto;
	border:1px solid #5C534D;
	padding-bottom: 10px;
}


.row-contactus textarea{
	border-radius:5px;
}
.input-box{
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
.input-box::placeholder{
	font-size: 16px;
	padding: 5px;
}
.submit-btn{
	width: 200px;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	background-color: #ED7C00;
	border:none;
	text-align: center;
	display: block;

}
.submit-btn:hover{
	background-color: #256CA1;
	color: #fff;
	text-decoration: none;
}
select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #ED7C00 50%),
    linear-gradient(135deg, #ED7C00 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  padding: 10px;
  font-size: 16px;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
.side-scroll:hover .social-img{
	-webkit-animation: social-img 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4 both;
	        animation: social-img 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4 both;
	}
	/* ----------------------------------------------
 * Generated by Animista on 2020-8-17 13:57:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes social-img {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes social-img {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.social-scroll:hover .social-img1{
	-webkit-animation: social-img1 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: social-img1 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}
	/* ----------------------------------------------
 * Generated by Animista on 2020-8-17 13:57:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes social-img1 {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes social-img1 {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}












/*Gallery Page*/
.gallery-sec{
	width: 100%;
	padding: 50px 0;
	/*padding-top: 420px;*/
}
.gallery-sec a:hover{
	text-decoration: none;
}

.gallery-sec h2{
	margin-top: 20px;
	font-size: 25px;
	 font-family: 'Montserrat', sans-serif;
	 text-align: center;
	 color: #05436D;
    font-weight: 700;

}


#gallery {
  padding-top: 40px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}

#nextButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}

#prevButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
#main-href{
	display: block;
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	background-color: #1E7DB9;
	color: #fff;
	font-weight: 600;
}

.skinWrap i{
	display: none;
}




.welcome-sec{
	background:url(../images/banner2.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
  background-attachment: fixed;
}
.WelcomeWrap h2{
	font-size: 26px;
	font-weight: 500;
	color: #05436D;

}
.WelcomeWrap h3{
	font-size: 18px;
	text-align: justify;
}
.WelcomeWrap p{
	font-size: 16px;
	text-align: justify;
}
.WelcomeWrap a{
	text-decoration: none;
	display: block;
	color: #fff;
	background-color:#05436D;
	padding: 5px;
	width: 120px;
	text-align: center;
  margin: 0 auto 20px auto;
}
.WelcomeWrap a:hover{
	color: #05436D;
	background-color:#FEAB07;
}
.welcomeImg {
	max-width: 380px;
	margin: 0 auto;
}
.welcomeImg img{
	border-radius: 50%;
}

.vision-sec{
	background-color: #FFB045;
	padding: 40px 0;
	width: 100%
}
.visionWrap h2{
	color: #05436D;
	font-size: 26px;
	font-weight: 600;
}
.visionWrap p{
	font-size: 16px;
	text-align: justify;
}
.service-sec{
	padding: 40px 0;

}
.service-sec h2{
	font-size: 26px;
	text-align: center;
}
.row-service{
	width: 100%;
	padding: 40px 0;
}
.service-img p{
	text-align: center;
}
.service-img img{
	height: 200px;
}

.quality-sec{
	background:url(../images/layer123.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
}
.qualityImg{
	max-width: 280px;
	margin: 0 auto;
}
.quality-sec h2{
	color: #fff;
	font-size: 26px;
	margin-bottom: 30px;
}
.quality-sec p{
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 0.5px solid #8DADC6;
}
.plus{
	position: absolute;
	right: 0;
	width: 30px;
	bottom: -38px;
}



.capabilites-sec{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.capabilites-sec p{ 
  color: #fff;
 text-align: justify;
}

.capabilities-heading h3{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.capabilities-heading p{
  color: #fff;
  text-align: center;
}

.capabilites-sec .circleImg{
  position: relative;
}
/*csssssssssssssssssssssssssssssssssssssss*/
.capabilites-sec .circleImg img {
    width: 60%;
    margin: auto 60px;
}

.rightCircle {
 
    right: 51px;
   
}
.owl-nav {
    display: none;
}
iframe {
    width: 100%;
}
.footer-bottom a {
    /*margin: auto 112px;*/
    }
    .footer-bottom a:hover{
      color: #fff;
    }
.leftCircle img{
  width: 100%;
}
br {
    display: none;
}
p{
  text-align: justify;
}
li.service-title {
    display: none;
}
section.quality-page {
    padding: 5px 10px;
}
.qualityImg {
    margin: 0px;
}
.product-page img {
    padding: 10px;
    height: 200px;
}
.product-page  h4 {
    font-size: 18px;
}
.cap-page img{
 padding: 10px; 
}
.col-lg-5.shadow {
       margin: 20px auto;
    border-radius: 25px;
    background: #d7e3f0;
   padding: 22px;
}
.contact-banner-sec {
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../images/contactbg.jpg);
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 0px;
    padding: 50px 0;
    color: #000;
}
/*============================================*/
.rightCircle img{
  width: 100%;
}


.container-about{
	height: 100%;

}
.row-about{
	height: 100%;
}
.row-about h1{
	font-size: 36px;
	color: #fff;
}
.about-banner-sec{
	background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../images/banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 300px;
	padding: 50px 0;
}
/*********************inner page****************************/
.about-page{
	padding:20px 20px;
}

img.w-100.abt-img {
    margin: 40px auto;
}
.about-page p{
font-size: 16px;
}
span.abt-span {
    padding: 25px;
}
i.far.fa-dot-circle {
    margin-right: 10px;
    color:#05436D;
}

/*gallery page*/



.gallery-banner-sec{

  width: 100%;

  background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../images/DSC_0132.JPG);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  height: 350px;

  color: #fff;

}



#gallery {

  padding: 40px 0;

}



.img-wrapper {

  position: relative;

  margin-top: 15px;

}

.img-wrapper{

  border:1px solid #333;

  padding: 10px;

}

.img-wrapper img {

  width: 100%;

  height: 200px;

}



.img-overlay {

  background: rgba(0, 0, 0, 0.7);

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

          justify-content: center;

  -webkit-box-align: center;

          align-items: center;

  opacity: 0;

}

.img-overlay p{

  padding: 20px;

  color: #fff;

}

.img-overlay i {

  color: #fff;

  font-size: 3em;

}



#overlay {

  background: rgba(0, 0, 0, 0.7);

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

          justify-content: center;

  -webkit-box-align: center;

          align-items: center;

  z-index: 999;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

#overlay img {

  margin: 0;

  width: 80%;

  height: auto;

  -o-object-fit: contain;

     object-fit: contain;

  padding: 5%;

}



#nextButton {

  color: #fff;

  font-size: 2em;

  -webkit-transition: opacity 0.8s;

  transition: opacity 0.8s;

}

#nextButton:hover {

  opacity: 0.7;

}



#prevButton {

  color: #fff;

  font-size: 2em;

  -webkit-transition: opacity 0.8s;

  transition: opacity 0.8s;

}

#prevButton:hover {

  opacity: 0.7;

}



#exitButton {

  color: #fff;

  font-size: 2em;

  -webkit-transition: opacity 0.8s;

  transition: opacity 0.8s;

  position: absolute;

  top: 15px;

  right: 15px;

}

#exitButton:hover {

  opacity: 0.7;

}

#main-href{

  display: block;

  width: 100%;

  padding: 10px 20px;

  text-align: center;

  background-color: #1E7DB9;

  color: #fff;

  font-weight: 600;

}


/*===================================*/
@media(min-width: 576px){

}

@media(min-width: 768px){
   .main-content{
    height: 400px;
  }
   .main-content1{
    height: 400px;
  }

	 .main-content2{
    height: 400px;
  }
  .main-content3{
    height: 400px;
  }
li.service-title {
    display: block;
}
#overlay img {
    width: 60%;
  }

  #nextButton {
    font-size: 3em;
  }

   #prevButton {
    font-size: 3em;
  }
  #exitButton {
    font-size: 3em;
  }

  /*services page*/
.ser-page{
	padding: 30px 0px;
}
.ser-page li {
	background: #05436D;
    list-style-type: none;
    padding: 10px;
   border: 0.5px solid #fff;
    color:#fff;
    font-size: 18px;
}
.tav{
  margin-top: 50px;
  border: 1px solid #FEAB07!important;
  border-radius: 4px;
  padding: 10px;

}
.service-1{
  display: none;
}
.service-1.active{
  display: block;
}
.service-title.active{
  background-color: #FEAB07;
}

.ser-page h4{
	margin-top: 20px;
	color:#05436D;
}
.ser-page h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 12px 0;
    background: rgb(254,171,7);
background: linear-gradient(90deg, rgba(254,171,7,1) 50%, rgba(5,67,109,1) 50%);
}
.ser-page ul {
	/* border: 1px double #0b0b40;*/
    margin-top: 85px;
       
}
.ser-page p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

.col-lg-4.tab {
    margin-left: -30px;

}


/*quality-page*/

.quality-page{
	padding:40px 20px;
}
.quality-page h4 {
    padding: 20px 0px;
}
.quality-page h2 {
    color: #0b0b40;
    font-size: 23px;
    font-weight: 600;
}

/*product-page*/
.product-page{
	padding:20px 20px;
}
img.w-100.pro {
    margin-top: 90px;
}
.col-lg-4 img {
    /*height: 243px;*/
    padding: 15px 0px;
}
.col-lg-3 img {
   /* height: 190px;*/
    padding: 15px 0px;
}
.product-page h3{
	margin-top: 20px;
	color:#05436D;
}
.product-page h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 12px 0;
    background: rgb(254,171,7);
background: linear-gradient(90deg, rgba(254,171,7,1) 50%, rgba(5,67,109,1) 50%);
}
.product-page h4 {
	font-size: 20px;
    padding: 20px 0px;
}
.product-page i{
	padding-right:10px;
	color:#FEAB07;
}
span.pro-span {
    padding: 37px;
}
p.pro-para{
    text-align: justify;
    line-height: 42px;
    font-size: 17px;
    color: #000;
}
img.w-100.p {
    padding: 20px;
    height: 500px;
}
img.w-100.S {
	border: 1px solid;
    height: 300px;
}
/*ethics-page*/
.ethics-page{
	padding:30px 20px;
}

.visionh{
	    margin-top: 30px;
}
.ethics-page p {
    font-size: 17px;
    text-align: justify;
    line-height: 32px;
}
.ethics-page h4{
	color:#05436D;
}
.ethics-page h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 12px 0;
    background: rgb(254,171,7);
background: linear-gradient(90deg, rgba(254,171,7,1) 50%, rgba(5,67,109,1) 50%);
}
i.far.y.fa-dot-circle {
    margin-right: 10px;
    color:#f4a407;
}

/*contact us*/
.contact-banner-sec{
	background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../images/contactbg.jpg);
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 300px;
	padding: 50px 0;
	color:#000;
}
.contact-page {
	padding: 30px 20px;
}
.contactwrap{
    border-radius: 25px;
    background: #d7e3f0;
    padding: 35px;
}
.contact-page li{
	list-style: none;
}
.contact-page a{
    color: #000;
     font-size: 18px;
}
.contact-page p{
    color: #000;
     font-size: 18px;
}
.contact-page h4{
	color:#05436D;
	font-weight: 600;
}
.contact-page a:hover{
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
/*capability-page*/
.cap-page{
	padding:30px 20px;
}

.cap-page h4{
	color:#05436D;
}
.cap-page h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 12px 0;
    background: rgb(254,171,7);
background: linear-gradient(90deg, rgba(254,171,7,1) 50%, rgba(5,67,109,1) 50%);
}
img.w-100.cap {
    height: 360px;
}
.WelcomeWrap a{
  margin: 0;
}
.capabilites-sec .circleImg img {
    width: 100%;
    margin:0;
}
  .leftCircle{
  width: 100px;
  position: absolute;
  left: -30px;
  top: -9px;
}
.rightCircle {
    width: 100px;
    position: absolute;
    right: -36px;
    bottom: -10px;
}
.product-page img {
    height: 150px;
}
  #overlay img {

    width: 60%;

  }



  #nextButton {

    font-size: 3em;

  }



   #prevButton {

    font-size: 3em;

  }

  #exitButton {

    font-size: 3em;

  }
}



@media(min-width: 992px){
.capabilites-sec .circleImg img {
    width: 100%;
    margin:0;
}
  .leftCircle{
  width: 100px;
  position: absolute;
  left: -16px;
  top:0;
}

.rightCircle{
  right: -77px;
  bottom:40px;
}

.leftCircle img{
  width: 100%;
}

.rightCircle img{
  width: 100%;
}

	.gallery-sec1 {
	    padding-top: 521px;
	}
	#gallery {
    padding: 60px 30px;
  }
  img.w-100.S {
    height: 400px;
  }
  .product-page img {
    height: 200px;
  }
}

@media(min-width: 1200px){
	.actra-sec p{
		font-size: 16px;
	}

	.gallery-sec{
		width: 100%;
		padding: 50px 0;
		padding-top: 480px;
	}
	.blog-sec{
		width: 100%;
		padding: 50px 0;
		padding-top: 480px;
	}
	#overlay img {
    width: 50%;
  }
}

@media(min-width: 1400px){

}