@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body.hidden-scrolling{
	overflow-y: hidden;
}
html
{
	scroll-behavior: smooth;
}
*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.text-sm-right
{
	text-align: right;
}
#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 400px;
			background-color: #999;
		}

		.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 180px auto;
    padding: 40px;
    max-width: 600px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

		
		#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 550px;
			background-color: #999;
		}
		.demo-inner-content {
			    position: relative;
			    z-index: 2;
			    margin: 60px auto 60px 100px;
			    padding: 40px;
			    max-width: 800px;
			    color: #fff;
			    top: 120px;
			    text-align:left;
			    font-size: 1.5em;
			    font-family: 'Poppins', sans-serif;
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 70px 0 0 0;
			font-weight: 600;
			letter-spacing: 2px;
		}
		.demo-inner-content p {
    font-size: 16px;
    text-align: right;
    margin: 20px 0;
    position: absolute;
    right: -350px;
    bottom: -123px;
}


/*header*/
.our-service-1
{
	padding-bottom: 2em;
}
.tp-cnt
{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.p1
{
	color: #49d4b2;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin: 0 0 6px 0;
	padding: 0;
}
.p2
{
	color: #d2f8ef;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.social-link-tp li .fa {
    color: #49d4b2;
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    transition: 0.5s all;
    margin-top: 2px;
}
.icon
{
	    position: absolute;
    left: -40px;
    top: 9px;
    font-size: 25px;
    color: #44d2b0;
}
.mt-10
{
	margin-top: 10px;
}
.our-service
{
	    margin-top: 0px;
}
.t-top
{
	    border-right: 4px solid #ffefee;
    padding-right: 24px;
    height: 42px;
}
.read-more
{
	    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.read-more:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 120px;
    bottom: -3px;
    height: 4px;
    margin: 6px auto 0 auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.read-more:hover::before {
    transform: scaleX(1);
}
.read-more:hover{
   color: #fff;
}
.mt-mob-1em {
    padding-left: 4em;
}
.header{
	position:relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	background-color:#fab800;
	padding: 0px;
}
.header-main{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 0;
}
.header .logo{
	padding: 0;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #000000;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 15px;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.header .menu > .menu-item > a {
    display: block;
    padding: 9px 4px;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #000000;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #000000;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #000000;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    bottom: -3px;
    height: 4px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	/*background-color: #ffffff;*/
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #44d2b0;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #000;
		padding: 12px 15px;
		border-bottom: 1px solid #c4c4c4;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}
.top-nav
{
	background-color: #074d6e;
	padding:0;
}
.info-ser
{
	    position: relative;
    top: -20px;
    z-index: 9;
}
.info-ser1
{
	    background-color: #074d6e;
    padding: 2em;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item a, .active
{
	color: #fff;
	font-size: 16px;
}

.breadcrumb-item.active {
   color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: ">";
}
.breadcrumb
{
	align-items: flex-end;
}
.title-t1
{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
}
.title-pha
{
text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-top: 1em;
	padding: 1em 1em;
}
.abt-info
{
	font-size: 17px;
	line-height: 30px;
	color: #074d6e;
}
.title-main
{
	font-size: 38px;
	font-family: 'Poppins', sans-serif;
	color: #074d6e;
	position: relative;
	margin-bottom: 10px;
}
.title-main-span
{
	font-weight: 600;
}
.title-main:after
{
	 content: '';
    position: absolute;
    bottom: -12px;
    width: 90px;
    left: 0;
    height: 4px;
    background-color: #45d2b0;
}
.info-2-div
{
	padding:0 2em;
}
.info-2-in
{
	padding: 2em 0;
}
.vision
{
	background-color: #fff;
	padding: 4em 0;
}
.v1
{
	background-color: #45d2b0;
	padding:2em;
}
.client-logo
{
	background-color: #e8f5f8;
	padding: 2em 0;
}
.footer {
    padding: 2em 0;
    background-color: #074d6e;
}
.info-34 {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin-top: 1em;
    padding-right: 1em;
    font-family: 'Poppins', sans-serif;
}
.sub-t1
{
	    color: #074d6e;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sub-t1:after {
       content: '';
    position: absolute;
    bottom: -12px;
    width: 240px;
    left: 0;
    height: 4px;
    background-color: #074d6e;
}
.sub-t2
{
	    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.5px;
    text-transform:uppercase;
}
.sub-t2:after {
       content: '';
    position: absolute;
    bottom: -12px;
    width: 240px;
    left: 0;
    height: 4px;
    background-color: #45d2b0;
}
.inf01
{
	    color: #074d6e;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin: 0;
    padding: 0;
}



.footer-link li a {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.6px;
    font-weight: normal;
    transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}
.footer-link li .fa {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    transition: 0.5s all;
    margin-top: 2px;
}
.ft-head {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 18px;
}
.footer-link li p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.6px;
    font-weight: normal;
    transition: 0.5s all;
    margin: 0px 0 10px 0;
    font-family: 'Poppins', sans-serif;
}
.footer-link {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.footer-bottom {
    background-color:#034768;
    padding: 1em 0;
}
.v-2
{

    border-left: 4px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 22px;

}
.title1
	{
    color: #e8f5f8;
    margin: 34px 0 28px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 520;
    }

  .in-wrapper
  {
  	padding: 3em 0;
  }
.about-info
{
	    color: #505050;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
     margin: 0;
}
.abt-img
{
	display: block;
    margin: 0 0 0 auto;

}
.abt-t1
{
	    color: #074d6e;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 520;
    line-height: 56px;
}
.ab2 {
    padding: 5em 4em;
    background-color: #074d6e;
    z-index: -1;
    top: -51px;
    position: relative;
    margin: 0 3em;
}
.ab4 {
    padding: 0em 7em;
   
}
.about-info-w {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.ab3 {
    padding: 5em 4em;
    background-color: #074d6e;
    z-index: -1;
    top: -44px;
    position: relative;
    margin: 0 3em;
}
.cnt-right
{
	background-color: #074d6e;
	padding: 3em;
}
.cnt-right .form-control {
    display: block;
    width: 100%;
    padding: 11px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f8f6f6;
    background-clip: padding-box;
    border: 1px solid #084d6e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cnt-from
{
	margin-top: 2em;
}
.cont1
{
	margin-bottom: 1em;
}
.cont1 h4
{
	    color: #074d6e;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}
.cnt-from label
{
	    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 17px;
}
.info-sr-out
{
padding: 10px 0;
}
.info-sr-t1 {
    margin: 20px 0;
    border-left: 4px solid #074d6e;
    padding: 0 20px;
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}
.btn-sub
{
	background-color: #45d2b0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 17px;
	display: block;
	width: 200px;
	padding: 6px 10px;
	margin: 40px auto 0 auto;
}
.serv1
{
	padding: 2em 3em;
}
.ser-div
{
	margin-bottom: 3em;
	transition: 0.5s all;
}
.ser-div:hover
{
background-color: #074d6e;
}
.ser-div:hover .info-sr-t1 {
    margin: 20px 0;
    border-left: 4px solid #44d2b0;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ser-div:hover .info-sr-t1 h2 {
   color: #45d2b0;
}
.ser-div:hover .info-sr-t1 h2 {
   color: #fff;
}
.ser-div:hover .ar-1 {
    background-color: #45d2b0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #054d6e;
}
.info-sr-t1 h2
{
	  color: #074d6e;
    font-size: 19px;
    line-height: 26px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.our-service-1 .owl-theme .owl-nav {
    margin-top: 10px;
    /* left: -35px; */
    
}
.our-service-1 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
	background: #084d6e;
	color: #fff;
}
.our-service-1 .owl-carousel .owl-nav button.owl-next
{
background: #45d2b0;
	color: #fff;
}
.our-service-1 .owl-nav button.owl-prev {
    position: absolute;
   	left: -68px;
   	top: 100px;
   	background: #084d6e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;

}
.our-service-1 .owl-nav button.owl-next {
    position: absolute;
   	right: -68px;
   	top: 100px;
   	background: #084d6e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.po-rel
{
	position: relative;
}
.ar-1
{
	    background-color: #084d6e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.view-more
{
	    color: #44d2b0;
    display: block;
    text-align: center;
    margin-top: 1em;
    font-size: 16px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.view-more:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color:#44d2b0;
    width: 120px;
    bottom: -3px;
    height: 4px;
    margin: 6px auto 0 auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.view-more:hover::before {
    transform: scaleX(1);
}
.view-more:hover{
   color: #44d2b0;
}
.logo-part
{
	height: 140px;
	background-color: #fff;
	
}
/**/
.client-logo .owl-theme .owl-nav {
    margin-top: 10px;
    /* left: -35px; */
    
}
.client-logo .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
	background: #084d6e;
	color: #fff;
}
.client-logo .owl-carousel .owl-nav button.owl-next
{
background: #45d2b0;
	color: #fff;
}
.client-logo .owl-nav button.owl-prev {
    position: absolute;
   	right: -68px;
   	top: 27px;
   	background: #084d6e;
    height: 35px;
    width: 35px;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;

}
.client-logo .owl-nav button.owl-next {
    position: absolute;
   	right: -68px;
   	top: 74px;
   	background: #084d6e;
    height: 35px;
    width: 35px;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.sub-t134 {
    color: #074d6e;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.infosermi
{
	padding-left: 2em;
}


@media only screen and (max-width: 768px)
 {

#demo-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 430px;
    background-color: #999;
}

.info-ser1 {
    background-color: #074d6e;
    padding: 1em;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-mob-1em {
    padding-left: 1em;
}
.txt-cnt
{
	text-align: center;
}
.text-sm-right {
    text-align: center;
}
.ab2 {
    padding: 2em 2em 2em 2em;
    background-color: #074d6e;
    z-index: -1;
    top: -23px;
    position: relative;
    margin: 0 3em;
}
.ab4 {
    padding: 0em 5em;
}
.ab3 {
    padding: 2em 2em;
    background-color: #074d6e;
    z-index: -1;
    top: -44px;
    position: relative;
    margin: 0 3em;
}
.serv1 {
    padding:1em;
}
.cnt-right {
    background-color: #074d6e;
    padding: 2em;
}
.header-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 4px 0;
}
}

@media only screen and (max-width: 600px)
 {

.mt-10 {
    margin-top: 0;
}
.header-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 4px 0;
}
.t-top {
    border-right: 4px solid #ffefee;
    padding-right: 4px;
    height: 40px;
}
.vision {
    background-color: #fff;
    padding: 2em 0;
}
.our-service {
    margin-top: -102px;
}
.our-service-1 {
    padding-bottom: 1em;
}
.our-service-1 .owl-nav button.owl-next {
    position: absolute;
    right: -23px;
    top: 100px;
    background: #084d6e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.title-pha {
    text-align: justify;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-top: 1em;
    padding: 10px;
}
info-2-div {
    padding: 0 10px;
}
.title-t1
{
	margin-bottom: 0;
	padding: 0;
}
.logo img
{
width: 230px;
display: block;
margin: 0 auto;
}
.v1 img
{
	    margin-top: 30px;
}
.abt-img
{
	margin-top: 20px;
}
.ab4 {
    padding: 0em 30px;
}
.ab2
{
	margin: 0 1em;
	padding: 3em 1em 1em 1em;
}
.ab3 {
    padding: 1em 1em;
    background-color: #074d6e;
    z-index: -1;
    top: -44px;
    position: relative;
    margin: 0 1em;
}
.in-wrapper {
    padding: 3em 0 1em 0;
}
.serv1 {
    padding: 1em 0;
}
.ser-div {
    margin-bottom: 1em;
    transition: 0.5s all;
}
.info-sr-t1 {
    margin: 20px 0;
    border-left: 4px solid #074d6e;
    padding: 0 20px;
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: center;
}
.infosermi {
    padding-left: 0;
}
.row-rev
{
	display: flex;
	flex-direction: column-reverse;
}
.row-rev img  
{
	margin-top: 14px;
}

}


