body{
	padding: 0;
	margin: 0;
  font-family: 'Arial';
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #483a00;
    opacity: 0;
}

.team .team-social a:hover {
    color: #000000;
    background: #d1ac19;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    /* height: 530px; */
    padding: 25px 15px;
    text-align: center;
    background: #b1a67842;
    border: 2px solid rgb(209 172 25);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 16px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}
/*==============================================================================================================================*/
/*
.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.card:nth-child(1):before {
  background-image: url(../images/img/pandiji.png);
  background-size: cover;
}
.card:nth-child(2):before {
  background-image: url(../images/img/2.jpg);
}
.card:nth-child(3):before {
  background-image: url(../images/img/3.png);
}
.card:nth-child(4):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(5):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(6):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(7):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(8):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(9):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(10):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(11):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(12):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(13):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(14):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}
.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}
.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btn:hover {
  background-color: #0d0d0d;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}
@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }
  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .card:hover, .card:focus-within {
    align-items: center;
  }
  .card:hover:before, .card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after, .card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content, .card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title), .card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}*/

/*==============================================================================================================================*/
.pages{ background: #483a0000;
	padding-top: 25px; }
#gallery .gallery-image{
    width:100%;
    height:auto;
    padding: 5px;
    border:2px solid white;
    border-radius:5px;
    margin-top:10px 0;
}
.gallery-image img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    padding: 5px;
    border: 2px solid #d1ac19;
    border-radius: 20px;
    box-shadow:0px 3px 15px 1px cornflowerblue;
}
.nav-up{
	width:100%;
	height:auto;
	background:#22214a;
	padding: 8px 0;
	text-align: center;
}
.nav-up i, .nav-up a{
	color:#fff;
}

/* =================================== Navbar Css =============================*/

.menu-area{background: #fafeff; padding: 7px 0;}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;
	border:0 solid rgba(0,0,0,.15);border-radius:0;
	-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color: black;font-size: 16px;
	text-transform: capitalize;padding: 6px 21px;font-family: 'Roboto',sans-serif;display: block !important;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,
.navbar-default .navbar-nav>.show>a,
 .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{
	color: #fff;background:#2c299a;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #7e1403;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
 .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background:#7e1403; color: white;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #7e1403;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#d6d6d6;margin-top: -2px;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#d6d6d6;}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#d6d6d6;}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{/*padding:16px 15px 16px 35px*/    padding: 9px 15px 0px 35px;}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{/*padding:16px 15px 16px 45px*/    padding: 9px 15px 0px 35px;}
}
 nav a:hover{
    text-decoration: none;
 }



/* =================================== Navbar Css =============================*/
/*----------------------------------------- navbar ---------------------------------------------------------------------*/
.serqq img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  border: 5px solid white;
  padding: 10px;
}
.serqq { background:#ed7966;
	color: white;
	text-align: center;
	padding: 40px;  }
.zomhov {
  
  
  transition: transform 1s; /* Animation */
  
}

.zomhov:hover {
    transform: scale(1.2);
    border: 3px solid white;
    padding: 6px;
    box-shadow: 0px 0px 33px 3px cornflowerblue;
}
.shop{ background: #001524;
	color: white;
	padding: 30px; }
.testimonial{
	width:100%;
	height:auto;
	background: url("../images/testi.jpg") no-repeat fixed center/cover;
}
.testimonial-overlay{
	width:100%;
	height:auto;
	padding: 80px 0;
	background: #0000008a;
}
.testimonial-overlay h2{
	text-align: center;
	color:#fff;
}
.testimonial-overlay hr{
	/*border-color: #fff;*/
	width:20%;
	border:1px solid #fff;
}
.testimonial-overlay img{
	margin:20px auto;
}
.testimonial-overlay p {
    text-align: center;
    color: #a7a2a2;
    font-size: 17px;
    padding: 0px;
}	
.greyscale h2 { color: #00000094;text-align: center; }
/*.greyscale {
    padding: 10px;
    background: #ffffff;
    padding-top: 40px;
    color: black;
}*/
.greyscale {
    padding: 10px;
    background: #ffffff;
    /* padding-top: 40px; */
    color: black;
    margin-top: 50px;
    margin-bottom: 50px;
}
.greyscale p {
    color: #2a2a9a;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    font-weight: 500;
}
.greyscale img{
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.greyscale img {
  float: left;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.greyscale img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.ab { padding: 10px; }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: black;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    
}
.navbar-expand-lg {
   /* -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;*/
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fafeff;
}
.navbar-toggler span i {
    font-weight: 900;
    font-size: 30px;
}
.banner-bottom {
    width: 100%;
    height: auto;
    padding: 69px;
    background-color:#4767a0;
    text-align: center;
}
.call{
	width:100%;
	height: auto;
	padding: 30px;
	background: #303179;
	border-radius: 3px;
	border:1px solid white;
	margin:20px 0;
}
.mail,.open:hover{ background:#4767a000;
  border:2px solid #d1ac19;
 box-shadow: 0px 0px 33px 3px cornflowerblue;	 }
.call:hover{ background: #797c7e;
	 }
.mail:hover{ background: #797c7e;
	 }
.mail{
	width:100%;
	height: auto;
	padding: 30px;
	background:#303179;
	border-radius: 3px;
	border:1px solid white;
	margin:20px 0;
}
.open {
    width: 100%;
    height: 200px;
    padding: 30px;
    background: #d1ac19;
    border-radius: 14px;
    border: 3px solid #ffff;
    margin: 20px 0;
}
.banner-bottom i{
    font-weight: 900;
    color: #fff;
    font-size: 35px;
    padding-top: 10px;
}
.banner-bottom p{
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
.banner-bottom span {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    padding-top: 10px;
}
.about{
	width: 100%;
	height:auto;
	padding: 80px 0;
	background: #fff;
	text-align: justify;
}
.about h3{
	text-align: center;
	font-style: italic;
}
.abt-btn{
	text-align: center;
	padding: 20px 0;
	color: white;
}
.work {
    width: 100%;
    height: auto;
    padding: 75px 0px 0px 0px;
    background: url(../images/img/wcopy.jpeg);
    background-size: cover;
    /* background-color: #2c299a; */
    background-attachment: fixed;
    color: white;
}
.work h4{
	text-align: center;
	font-style: italic;
}
.image-circle{
}
.image-circle img{
	height: 200px;
	width:200px;
	border-radius: 50%;
	margin: 20px auto;
	
}
.adjwork{
	text-align: center;
}

.adjwork p{
	font-size: 20px;
	font-weight: bold;

}
.details {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #45629a;
    color: #7c7c7c;
}
.details i {
    font-size: 40px;
    color: #d1ac19;
    margin-top: 10px;
}
.details p{
	font-size: 17px;
	padding-top: 30px;
	font-weight: bold;
}
.details span{
	font-size: 30px;
	font-weight: bold;
}
.adj-details {
    border-radius: 29px;
    margin-left: 25px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #2c299a;
    padding: 20px;
    background: white;
}
.back-img{
	width:100%;
	height: 600px;
	background-image:  url(../images/lau.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.cov-img{
	width:100%;
	height: 600px;
	/*margin-left: 50px;
	margin-top: 25px;*/
	float: left;
	background-color:rgba(0, 0, 0, 0.65);
	border-radius: 5px;
	border: 1px solid black;

	padding: 60px 0;
}
.adj-lau-img img{
	margin-top: 50px;
}
.address-box{
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 100px auto;
	border-radius: 10px;

}
.address-box h3{
	text-align: center;
	padding-top: 20px;
}
.address-box p{
	text-align: center;
	padding: 20px 0;

}
.comment-form{
	width: 100%;
	height: auto;
	padding:40px 40px;
	border-radius: 5px;
	border:1px solid aqua;
	background: #9fa7c94a;
}
.offer{
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: whitesmoke;
}
.offer h3{
	text-align: center;
}
.offer h4{
	text-align: center;
	font-style: italic;
}
.items{
	width: 100%;
	height:auto;
	margin: 20px;
}
.offer .card-body{
	text-align: center;
}
.footer{
	width:100%;
	height: auto;
	background:#483a00;
	padding: 40px 0;
	color:#a6adc1;
	
}
.footer hr{
	border-color: #fff;
}
.footer ul a{
	color:#a6adc1;
	list-style: none;
	font-size: 15px;
}
.footer p { font-size: 15px; text-align: justify; }
.copyright p { font-size: 15px; }
.copyright {
    /* width: 100%; */
    /* height: auto; */
    padding: 1px;
    background: #151436;
    color: #fff;
}


/*   -------------   Start about-us page    -------      */
.about-us {
    width: 100%;
    height: auto;
    /* padding: 80px 0; */
    background: whitesmoke;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-us h3{
	text-align: center;
}
.mission-vision{
	text-align: left;
}
.mission-vision h4{
	text-align: center;
}
.mission-vision ul li{
	text-align: justify;
}
.mission-vision img{
	margin:20px 0;
}


.contact-us{
	width:100%;
	height: auto;
	padding: 12px 0;
	/*background: #bdd9dd;*/
	background: url(../images/bggg.jpeg);
	color: white;
}
.contact-us h3{
	text-align: center;
}
.comment-section{
	padding-top: 30px;
}
.contact-us p,h5 { font-size: 17px; }


/*----------- Start Responsive  ---------*/
@media(max-width: 2560px){
	.abctopimg{display: none;}
}
@media(max-width: 1440px){
	.abctopimg{display: none;}
}
@media(max-width: 1024px){
	.abctopimg{display: none;}
}
@media(max-width: 768px){
	/*.abctopimg{display: none;}*/
	.banner-bottom{
		padding:40px 0;
	}
	.about{
		padding:40px 0;
	}
	.work{
		padding:40px 0;
	}
	.details{
		padding: 40px 0;
	}
	.offer{
		padding: 40px 0;
	}
	.footer{
		padding: 40px 0;
	}
	.footer h4{
		font-size: 20px;
	}
	.about-us{
		padding:40px 0;
	}
	.contact-us {
	    padding: 40px 0;
	}
}


@media(max-width: 576px){
	.about{
    margin-top: 20px;
    font-size: 15px;
    text-align: justify;
}

	.abctopimg{/*display: block;*/
		padding-top: 5px;
		    margin-left: 185px;}

	/*.abclogo{ display: none; }*/
	.contact-us {
    padding: 1px 0;
}
	.img-fluid {
	    max-width: 80%;
	}
	.navbar-toggler span i {
	    font-size: 27px;
	}
	.about{
		text-align:justify; ;
	}
	.work h4{
		font-size: 20px;
	}
	.adjwork p {
	    font-size: 17px;
	}
	.items {
	    width: 90%;
	}
	.back-img {
	    height: 890px;
	}
	.cov-img{
		height: 890px;
	}
	.offer h3{
		font-size: 22px;
	}
	.offer h4{
		font-size: 20px;
	}
	.footer h4{
		text-align: center;
	}
	.about-us{
		text-align:justify; ;
	}
	.about-us h3{
		font-size: 24px;
	}
	.about-us h4{
		font-size: 20px;
	}
	.footer h4{
		font-size: 20px;
	}
	.contact-us h3 {
		font-size: 22px;
	}
	.contact-us h5{
		text-align: center;
	}
}
@media (max-width: 425px){
.abctopimg {
    /*display: block;*/
    padding-top: 5px;
    margin-left: 128px;}
}
@media (max-width: 375px){
.abctopimg {
    /*display: block;*/
    padding-top: 5px;
    margin-left: 89px;}
}
@media (max-width: 320px){
.abctopimg {
    /*display: block;*/
    width: 100%;
    padding-top: 5px;
    margin-left: 82px;}
}



/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}}