
/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}



.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 70px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}


/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 4px;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
	margin-top: 0px;
}

.menu_main.rslinks {
	width: 60%;
}


.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #f2f2f2;
	border-bottom: 1px solid #f9f9f9;
	font-size: 16px;
	color: #3e3e3e;
  font-weight: 500;
}
.top_nav .left {
	float: left;
	width: 40%;
	padding: 7px 0px;
}
.top_nav .left i {
  color: #3e3e3e;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    background: #d9d9d9;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.top_nav .left a {
	color: #3e3e3e;
	margin-right: 25px;
  font-size: 16px;

}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 60%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	/*margin: 0px 12px 0px 0px;*/
	padding: 0px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-right: 0px solid #3e3e3e;
	padding:8px 13px;
}


.top_nav .topsocial li a {
	float: left;
	color: #3e3e3e;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}

.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}





.menu_rlinks {
	float: right;
	margin-top: 25px;
}
.menu_rlinks a {
	color: #fff;
	font-family: 'poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 22px;
	/*border-radius: 20px;*/
	background: #6ebe46;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.menu_rlinks a:hover {
	color: #fff;
	background: #0f7eac;
}



.slidermar {
	margin-top: 65px;
}
.hero-banner-text{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    padding-left: 7%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    background: linear-gradient(to right, rgb(49,109,120,1)40%, rgb(49,109,120,0.3));
}
.hero-banner-text .text1 {
	    color: #fff;
    font-size: 26px !important;
    line-height: 32px;
    font-family: 'poppins', sans-serif;
    font-weight: 300 !important;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 25px;
}
.ms-layer{position: relative !important}

.hero-banner-text .text2 {
	color: #fff;
	font-size: 3rem !important;
	line-height: 3.5rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
	margin-top: 15px;
}

.hero-banner-text .text3 {
	color: #fff;
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: 400;
	width: 50%;
	margin-bottom: 25px;
}
.sbut1 {
	    color: #333;
    font-size: 15px !important;
    line-height: 24px;
    font-weight: 600;
    padding: 8px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    border-radius: 20px;
    background: #fff;
}
.sbut1:hover {
	color: #fff;
	background: #3cdffe;
}
/*----------------------------------------------------
   home SECTIONS
------------------------------------------------------*/
.home-about{
	width: 100%;
	float: left;
	padding-top: 80px;
	position: relative;
}


h2.main-title{
	color: #333;
	font-size: 36px;
	line-height: 45px;
	font-weight: 800;
	margin-bottom: 20px;
}
.about-sec-title{  
    position: relative;
    margin-bottom: 1.5rem
}
h5.sub-title{
	font-size: 20px;
    color: #2b348f;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
    display: inline-block;
    background: #fff;
    padding-right:30px;
    position: relative;
}
.about-sec-title::before{
    position: absolute;
    content: "";
    background: #2b348f;
    height: 3px;
    width: 100%;
    left: 0px;
    top: 50%;
}
.about-left{
  padding-right: 5rem;
}
@media only screen and (max-width:800px) {
.about-left{
  padding-right: 0rem;
}
}
.home-about p{
	    color: #555;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
}
 .read-more{
	margin-top: 40px;
	width: 100%;
	float: left;
}
.read-more a{
	background: #2b348f; 
    border-radius: 5px;
	padding: 12px 30px;
	color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
	transition: all 0.5s ease-in;
      display: inline-flex;
    align-items: center;
    justify-content: center;
}
 .read-more a:hover{
	background: #48ddf5;
}
.read-more a i{font-size: 18px;}

.about-image{
	position: relative;	
	width: 100%;
	float: left;
  padding-right:10%;
  padding-bottom: 10%;
}
.about-image:before{
  position: absolute;
    content: "";
    background: #c1c7f9;
    height: 90%;
    width: 90%;
    right: 0px;
    bottom: 0%;
    z-index: -1
}
.about-image img{
	width: 100%;
	height: auto;
}

/*=================================*/

.service-section {
    padding: 80px 0 55px;
    background: #f2f2f2  url(../images/service-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.service-sec-title{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
.service-title{
font-size: 1.8rem;
    color: #2b348f;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.service-sec-title p{
  font-style: italic;
    font-weight: 400;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.service-box{
    position: relative; 
    padding-bottom: 80px;

}
.service-thumb  {
  margin-right: 20px;
  z-index: 1;
  position: relative;
  overflow: hidden;  

 }
.service-thumb img {
    width: 100%;
    transition: .5s;
    margin-bottom: -6px;
 }
 .service-thumb .count {
  width: 150px;
  height: 150px;
  background: #2b348f; 
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 22px;
    clip-path: circle(58% at 85% 0);
 }
 .service-thumb .count span {
    width: 150px;
    height: 150px;
    text-align: right;
    padding-right: 30px;
    padding-top: 25px;
    float: right;
    font-size: 2rem;
}
 .service-content{
        width: calc(100% - 20px);
    height: calc(95% - 80px);
    background: #fff;
    position: absolute;
    content: "";
    right: 0;
    top: 80px;
    z-index: -1;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.service-content h3{
    color: #000;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
    position: relative;
}



/*
======================================================
<-- clients Area Css -->
======================================================***/
.clients-area{
 padding: 10px 0px 80px 0px;
}
.clients-sec-title{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
      margin-top: 3rem;
  text-align: center;
}
.clients-title{
font-size: 2.5rem;
    color: #2b348f;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.clients-area .item{
  border: 2px solid #ddd;
  padding: 5px 20px;
  height: 110px;
  width: 190px;
  text-align: center;
  border-radius: 10px;
}

.slider-names h1{
	     font-family: 'Lato', sans-serif;
           font-weight: 500;
        font-size: 19px;
          line-height: 28px;
    padding-top: 13px;
        color: #555;
}


.item h1{
	padding-top: 6px;
}

.clients-area .item img{width: 100%;}
 /* the slides */
  .slick-slide {
      margin: 0 27px;
  }
/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
	background: #353535;
	color: #b2b2b2;
    transition: all 0.3s ease;
    font-size: 15px;
	/*border-top: 4px solid #9fcd46;*/
	position: relative;
}


.footer h4 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.footer h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
    line-height: 40px;
}
.footer h4:before {
  position: absolute;
  content: "";
  background: #fdf6f6;
  width: 50px;
  height: 1px;
  top:100%;
  left: 0px;
}
.footer h4:after {
  position: absolute;
  content: "";
  background: #16b6d5;
  width: 20px;
  height: 4px;
  top:97%;
  left: 0px;
  border-radius: 20px;
}
.footer-box1 {
    width: 30%;
    float: left;
    margin-right: 5%;
}
.footer-box2 {
    width: 25%;
    float: left;
    margin-right: 2%;
}

.footer-box3 {
        width: 38%;
    float: left;
    margin-right: 0%;
    background: rgb(72 72 72 );
    border-radius: 10px;
    padding: 30px 30px 30px 40px;
}

.footer-box4 {
    width: 28%;
    float: left;
    margin-right: 0%;
}


/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
padding-left: 20px;
padding-top: 2px;
padding-bottom: 5px;
	margin: 0px;
  color:#fff;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.faddress li a {
	color: #fff;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}
.faddress li i{
  float: left;
  color: #16b6d5;
  margin-left: -20px;
  padding-top: 5px;
  font-weight: 500;
}

.faddress li:hover i {
  color: #73c04c;
}
/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
	padding-left: 20px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
  font-size: 15px;
  
}
.qlinks li a:hover {
	 color: #0ab1ef;
}
.qlinks li a i {
	margin-right: 3px;
	color: #16b6d5;
	margin-left: -15px;

}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
	margin-left: -20px;
}



/* copyrights */
.copyright_info {
	float: left;
	padding: 20px 0px 16px 0px;
	margin: 50px 0px 0px 0px;
	width: 100%;
	color: #f9f9f9;
	font-size: 14px;
	font-weight: normal;
	/*background: #d5800e17;*/
  border-top:1px solid #b2b2b2;
	/*border-top: 2px solid #1f5ca9;*/
}
.copyright_info a {
	margin-top: 10px;
	font-size: 14px;
	color: rgb(22 182 213 / 100%);
	text-align: right;
	 font-family: 'poppins',sans-serif;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}
.copyright_info p{font-family: 'poppins',sans-serif;}

.copyright-text{
	width: 100%;
	float: left;


}
.social-links{
	width: 100%;
	float: left;
	margin-top: 20px;
}

/* footer social links */
ul.footer_social_links {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.footer_social_links li a i {
	width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}



.fbsocials {
	float: left;
	width: 100%;
	background: #999;
	margin-bottom: 90px;
	text-align: center;
}
.fbsocials a {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 27px;
	padding: 16px 0px;
	transition: all 0.3s ease;
}
.fbsocials a.fb {
	background: #4087cf;
}
.fbsocials a.tw {
	background: #36aae0;
}
.fbsocials a.in {
	background: #3377bb;
}
.fbsocials a.gp {
	background: #e93434;
}
.fbsocials a.be {
	background: #de8d23;
}

.fbsocials a.fb:hover,
.fbsocials a.tw:hover,
.fbsocials a.in:hover,
.fbsocials a.gp:hover,
.fbsocials a.be:hover {
	background: #393939;
}




/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}




/*--------------------------------------------------------------
About page.linear-gradient(rgba(11, 11, 11, 0.249),rgba(11, 11, 11, 0.245)), 
--------------------------------------------------------------*/

.wellcome-banner{
	width: 100%;
	height: 130px;
	margin-top: 70px;
	transition: all 0.3s ease;
	background-position: center;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	
  }
  .wellcome-header{
   
	padding-top: 45px;
	margin-left: 0px;
  }
  .wellcome-items{
	font-size: 17px;
	color: aliceblue;
	    float: right;
    
    margin-top: -40px;
	list-style-type: none;
  }
  .wellcome-header2{
	font-size: 32px;
	margin-bottom: 14px;
	margin-left: -4px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
  }
  
 
.aboutustotal-items{
	margin: 60px 0px;
}

  .about-items{
  	    margin: 0px 0px 0px -12px;
  }

.about-image1{
	position: relative;	
	width: 100%;
    margin-top: -17px;
	float: left;
  padding-right:10%;
  padding-bottom: 10%;
}

.about-items1{
	margin-top: 25px;
}

.about-items1 p{
	font-size: 17px;
	line-height: 32px;
}

.about-items1 h5{
	font-size: 20px;
}

.about-image1:before{
  position: absolute;
    content: "";
    background: #c1c7f9;
         left: 86px;
    height: 85%;
    width: 90%;
    right: 0px;
    bottom: 0%;
    z-index: -1
}
.about-image1 img{
	    width: 100%;
    height: 380px;
	margin-left: 22px;
}

.about-header h1{
	color:#2b348f;
	font-size: 35px !important;
	    line-height: 45px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 22px;
}



/*--------------------------------------------------------------
                 Products page.
--------------------------------------------------------------*/



.productstotal-items{
   margin: 60px 0px 20px 0px;
}

.product-items{
	background-color: #fbfeff;

	padding: 50px;

    margin-left: 70px;
    margin-right: -10px;
    margin-top: 30px;
    margin-bottom: 50px;

	 height: 300px;
    float: left;
   
   box-shadow:0 1px 1px 0 rgb(0 0 0 / 10%), 0 0px 6px 0 rgb(0 0 0 / 19%);
    transition: transform 0.3s ease-in-out;
    text-align: left;
    text-align: justify;
    padding: 0px 20px 21px;
    /* border-left: 5px solid #dab161; */
    cursor: pointer;
    position: relative;
    transition: all 0.3s zoom-in;
}

.product-items:before{
	width: 120px;
    height: 3px;
    position: absolute;
    left: 22px;
    top: 100%;
    content: "";
    border-top: 3px solid #2b348f;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #2b348f;
    background: transparent;
}



.product-image img{
	width: 300px;
    height: 251px;
    margin-top: 27px;
}

.product-image::after {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 17px;
    top: 19px;
    content: "";
    border-right: 2px solid #2b348f;
    border-top: 2px solid #2b348f;
    background: transparent;
    border-top-right-radius: 5px;
}

.product-image:before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 6px;
    top: 19px;
    content: "";
    border-left: 2px solid #2b348f;
    border-top: 2px solid #2b348f;
    background: transparent;
    border-top-left-radius: 5px;
}

.product-text{
	padding: 35px 10px;
    margin-left: 45px;
}

.product-text h3{
	color: #2b348f;
}
.product-text p{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}




/*--------------------------------------------------------------
                 Clients page.
--------------------------------------------------------------*/


.clientstotal-items{
	margin: 60px 0px 60px 0px;
}
.client-head h1{
	text-align: center;
	color: #2b348f;
    font-size: 35px !important;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 47px;
}
.client-items{
	    border-bottom: 5px solid #2b348f;
	border-radius: 10px;
	background-color: #fbfeff;
	box-shadow:0 1px 1px 0 rgb(0 0 0 / 10%), 0 0px 6px 0 rgb(0 0 0 / 19%);
	text-align: center;
	height: 125px;
	padding: 20px;
}
.client-names h1{
	     font-family: 'Lato', sans-serif;
           font-weight: 500;
        font-size: 19px;
          line-height: 28px;
    padding-top: 13px;
        color: #555;
}
.client-names {
	    margin-top: 0px;
}


/*--------------------------------------------------------------
                 Contact page.
--------------------------------------------------------------*/



.form-control{
	font-size: 16px;
	 border: 1px solid #555;
	 border-radius: inherit;
}

.contact-header{
	margin-bottom: 50px;
}
.contact-header h5{
	font-size: 20px;
}
.contacttotal-items{
	margin: 60px 0px 60px 0px;
}
.about-pre p{
	    margin-top: -15px;
    margin-bottom: 20px;
        font-size: 15px;
        color: #555;
}
.contact-icon img{
	     width: 40px;
    margin-left: -23px;
}
.contact-icon{
	    background-color: aliceblue;
    border-radius: 50%;
    width: 6px;
    padding: 10px 38px;
}
.contact-content{
	margin-top: 10px;
}
.contact-content a{
	   color: #555;
	font-size: 16px;
}

.contact-content h2{
	font-size: 23px;
	    margin-bottom: 5px;
	font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.contact-content p{
	margin-bottom: 12px;
    font-size: 16px;
 
    color: #2b348f;
}
.form-control{
  font-size: 20px;
}
.form-butn{
  padding: 10px 25px;
  background-color: #fcde70;
  border: none;
  border-radius: 10px;
  font-size: 16px;

}
.contact-image1 img {
    width: 463px;
    height: 510px;
    margin-left: 47px;
}
.contact-image1 {
    position: relative;
    width: 100%;
    margin-top: -17px;
    float: left;
    padding-right: 10%;
    padding-bottom: 10%;
}
.contact-image1:before{
  position: absolute;
    content: "";
    background: #c1c7f9;
       left: 121px;
    height: 88%;
    width: 80%;
    right: 0px;
    bottom: 0%;
    z-index: -1
}
.google-map-iframe{
  margin-bottom: 50px;
}

.google-map-iframe,
.google-map-iframe iframe{
  width: 100%;
  height: 435px;
 
  margin-top: 0px;
  margin-right: 30px;
 
}