

/*========================================================================================================
                                        defolt-css here
 ========================================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800,900');
* {
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
.downloads img {
    width: 100%;
    float: left;
}
ul.nav.navbar-nav.right-nav li a {
    color: black;
    font-weight: 500;
}
.new {
    height: 238px;
    border: 1px solid lightgray;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    background-color: white;
    overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto
}
p {
    margin: 0px;

    font-size: 15px;
    line-height: 27px;
    font-weight: 100;
}
h1, h2, h3, h4, h5, h6 {

	margin-bottom: 10px;
	margin-top: 0px;
}
input:focus, select:focus {
	outline: none;
}
input, button {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	text-decoration: none;

}

a:active, a:hover, a:focus {
	outline: none;
	text-decoration: none;
}

.navbar-nav {
    float: right;
    margin: 0;
}
button:focus {
	outline: none;
}
button {
	cursor: pointer;
}
:before, :after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.section, section {
    background-position: center;
    padding: 80px 0px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.pt-130 {
	padding-top: 130px;
}
.pt-120 {
	padding-top: 120px;
}
.ptb-130 {
	padding: 130px 0;
}
.ptb-120 {
	padding: 120px 0px;
}
.ptb-80 {
	padding: 80px 0;
}
.ptb-30 {
	padding: 30px 0;
}
.mb-40 {
	margin-bottom: 40px;
}

.pt-50 {
    padding: 30px 0 50px;
}
.bg-1 {
background: #383838;
}


.bg-2 {
    background: gray;
}
.bg-fff {
	background: #fff;
}
.web-color {
	color: #4f08b0;
}
.no-padding {
	padding: 0px;
}

.no-margin {
	margin: 0px;
}
.btn-yellow {
	border: 2px solid #fcff02;
	color: white;
	border-radius: 0px;
	padding: 8px 30px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight:500;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow:visited {
	background-color: #fcff02;
	border-color: #fcff02;
	outline: none;
}


input.btn.btn-yellow {
    width: 169px;
}
/** ================
====================
main-header
====================
=================**/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 3px 0px;
    /* font-size: 18px; */
    line-height: 20px;
}
.pdf {
    width: 100%;
    text-align: center;
    padding: 150px 0px;
}
img.pdd {
    cursor: pointer;
}
.navbar-brand > img {
    width: 140PX;
}
.top-ribben {
    width: 100%;
    padding: 10px; background-color:#419100; color:#fff
}
.right-nav {
    float: right;
}
.top-bar-text li a{
color:black;
}
nav {
    width: 100vw;
    height: 70px;
    background:white;
    top: 0;
    border-radius: 0px !important;
}

.navbar{
margin-bottom:0px !important;
border:0px;
}


.navbar-nav>li>a:hover,.navbar-nav>li>a:active,.navbar-nav>li>a:focus,.navbar-nav>li>a:visited{
background:transparent !important;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 40px;
    color: white;
}

@keyframes fadeInNav {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: -25px;
  }
  100% {
    opacity: 1;
    top: 0;
  } 
  }


.navWrapper {
  width: 85%;
  margin: auto;
  padding-top: 24px;
}

#logo {
  color: #292929;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
}
.right {
    float: right;
    position: absolute;
    z-index: 9999999;
    right: 31px;
    top: 4px;
	display:none;
}

#nav-icon {
  width: 60px;
  height: 45px;
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg) scale(0.4);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background:white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 18px;
  left:10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: white;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: white;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: white;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #151515;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  display: flex;
  align-items: center;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.overlay a {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-left: 135px;
    margin-bottom: 39px;
    opacity: 1;
}

.overlay a.open{
  opacity: 1;
  animation: 1s fadeInLinks1 ease;
}

@keyframes fadeInLinks1 {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
    transform: translateY(-10px);
  }
  100%{
    opacity: 1;
  }
}


 
  




/* Responsive */

@media (max-width: 850px) and (min-width: 440px){

.overlay a {
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-left: 40px;
  margin-bottom: 10px; 
  opacity: 0;
  transition: transform 0.2s ease;
  overflow: hidden;
}

.right {
    display:block !important;
}

.right-nav {
    float: right;
    display: none !important;
}

}

@media (max-width: 440px) {

.overlay a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-left: 40px;
  margin-bottom: 10px; 
  opacity: 1;
  transition: transform 0.2s ease;
  overflow: hidden;
}
  .right {
    display:block !important;
}
}
#fw_al_009 {
    overflow: hidden;
    /* max-height: 658px; */
    position: relative;
    width: 100%;
}


.fw_al_009_slide{
width:540px;
height:400px;
}



section.abt {
    background: #ff0000;
}

.abt p {
    color: white;
    font-size: 27px;
    line-height: 44px;
}
/** heading **/

.heading{
    margin-bottom: 35px;
	padding:0px;
}



.abt_01_index h3 {
    letter-spacing: 1px;
    line-height: 44px;
    padding: 0px 23px 20px 0px;
    font-size: 30px;
}

.abt_01_index p {
    letter-spacing: 1px;
    color: black;
    padding-bottom: 20px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom{
    background: #213544;
    color: white;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 4px;
}


.inner-we h5 {
    padding: 20px 0px;
    background: #213544;
    color: white;
    letter-spacing: 1px;
}






img.icon {
    padding: 0px 0px 20px;
}
.inr_02 h5 {
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #213544;
}
.inr_02 {
    padding: 20px;
    background: #e6e6e6;
	box-shadow: 0px 0px 9px rgba(33, 53, 68, 0.84);
    border-radius: 10px;
}


.inr_02 p{
letter-spacing:1px;
}


.sec_03{
background:url(../images/slide-bg-04.jpg);
background-attachment:fixed;
}

.sec_05 {
    background: #ff0000;
}

.contact-link{
color:white;
}

.contact-link h4{
font-size:30px;
padding-bottom:10px;
}
a.btn.btn-custom2 {
    background: white;
    color: black;
}


footer{
    width: 100%;
    float: left;
    background: black;
    padding: 50px 0px;
}



.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .list {
    position: relative;
}
.main-footer .info-widget {
    position: relative;
}
.main-footer .list li a {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-footer .list li a:hover{
	color:#213544;
}
.main-footer .info-widget .number {
    position: relative;
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.main-footer .info-widget .text {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.social-icon-two {
    position: relative;
}
.social-icon-two li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.social-icon-two li a {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    color: #858585;
    display: inline-block;
    border: 1px solid #858585;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .logo-widget .text {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    padding-right: 60px;
    margin-bottom: 25px;
}
.footer-widget h2 {
    color: white;
    font-size: 25px;
    padding-bottom: 12px;
}


/** testimonial **/

.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
		    background: #28CB75;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
		#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
		    background: #C4C4CC;
		    display: block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}


/** about **/

.page-start {
    background: url(../images/banner-bg.jpg);
    background-attachment: fixed;
    height: 300px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .breadcrumb_inner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}
 .breadcrumb_inner .link a {
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.breadcrumb_inner .link a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -14px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumb_inner .link a:last-child {
    margin-right: 0px;
	position: static;
}



.service_item .service_img {
    position: relative;
    overflow: hidden;
    display: block;
}
.service_item .service_img:before {
    content: "";
    background: rgba(0, 123, 255, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service_item .service_img img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.service_item .service_text {
    margin-top: 25px;
}
.service_item .service_text h4 {
    color: #242424;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px dashed #797979;
    padding-bottom: 12px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.service_item .service_text p {
    margin-bottom: 30px;
}



/** login **/


.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  text-transform: uppercase;
  outline: 0;
  background: #233848;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #213544;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color:#213544;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.body {

  background: -webkit-linear-gradient(to left, #213544, #426986);
  background: -moz-linear-gradient(to left, #213544, #426986);
  background: -o-linear-gradient(to left, #213544, #426986);
  background: linear-gradient(to left, #213544, #426986);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

.sec-2s {
    padding: 20px 15px;

}
.sec-1s h3,
.sec-2s h3{
    text-transform: uppercase;
    font-weight: 800;
}

.form-group {
    margin-bottom: 30px;
}

.address{
width:100%;
float:left;
}
.div-1 h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.div-1 i {
    font-size: 36px;
    padding-bottom: 10px;
    color: #213544;
}
.div-1 {
    margin-bottom: 60px;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 20px;
    height: 190px;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  //CSS
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
.fw_al_009_slide {
    top: 10% !important;
	}

.abt_01_index{
margin-bottom:30px;
}
.inner-we {
    margin-bottom: 30px;
}
.inr_02 {
    margin-bottom: 30px;
}

	.overlay a {
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-left: 40px;
    margin-bottom: 28px;
    opacity: 0;
    transition: transform 0.2s ease;
    overflow: visible;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.right-nav {
    display: none;
}
  .fw_al_009_slide>h3{
   display:none !important;
  }
  
  .fw_al_009_slide>a{
     display:none !important;
  }
  
  .inr_02 {
    margin-bottom: 30px;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
.section, section {
    padding: 30px 0px;
}
 .fw_al_009_slide>h3{
   display:none !important;
  }
  
  .fw_al_009_slide>a{
     display:none !important;
  }
  
 .right-nav {
    display: none;
}
.abt p {
    color: white;
    font-size: 17px;
    line-height: 32px;
}
.abt_01_index h3 {
    letter-spacing: 1px;
    line-height: 34px;
    padding: 0px;
    font-size: 21px;
}
.abt_01_index {
    margin-bottom: 30px;
}
.inner-we {
    margin-bottom: 30px;
}
.inr_02 {
    margin-bottom: 30px;
}
.contact-link h4 {
    font-size: 21px;
    padding-bottom: 10px;
    line-height: 30px;
}
  
}


@media (max-width: 850px) and (min-width: 200px){

div#nav-icon span {
    background: black;
}
img.logo {
    padding-left: 10px;
}	
	
}