/* 

Avalon Template 

http://www.templatemo.com/tm-513-avalon

*/
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
}

body {
	overflow-x: hidden;
	background-color: #fff;
}
/*.navbar{
	margin-bottom: 0px!important;
	position: fixed !important;
}
.navbar-brand{
	padding: 5px 15px;
	}
.navbar-brand img{
width: 100px;
height: auto;
}

.navbar-nav {
	flex-direction: row;
  }
  .nav-link {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
  }
 */
 .navbar{
	margin-bottom: 0px!important;
	position: fixed !important;
	background-color: #FFF !important;
	box-shadow: 0 0 10px 4px #D3D3D3;
}
.navbar .navbar-nav{
	margin-right: 60px;
}
.navbar-brand img{
	width: 100px;
	height: auto;
	padding: 0px 0px;
	}
 .navbar .navbar-brand {
	font-size: 16px;
  }
  .navbar-brand {
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
  .navbar .nav-link {
	font-size: 16px;
	font-weight: 400;
	margin-left: 20px;
	padding: 10px 25px;;
	
  }

  .navbar-light .navbar-nav .nav-link{
	  color: #1d4698;
	  font-weight:bold;
  }
  /*nav ul {
	list-style: none;
	text-align: center;
  }
  nav ul li {
	display: inline-block;
  }
  nav ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #aaa;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 10px;
  }*/
  /* SHIFT */
nav ul li a {
	position:relative;
	z-index: 1;
	padding:10px 25px !important;
	
  }

  
  nav ul li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '';
    background: #1d4698;
	visibility: none;
	opacity: 0;
	z-index: -1;
  }

  nav ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;

  }
  

  nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .2s;
}
nav ul li a:hover {
  color: #fff !important;
}
  .fa-bars {
	color: #007bff;
	font-size: 30px;
  }
progress {
	position: fixed;
	left: 0;top:4;
	width: 100%;
	height: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #1d4698;
	z-index: 50999;
}

progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 10;
}

progress::-webkit-progress-value {
	background-image: linear-gradient(-90deg, #d83f7a,#206db6);
	z-index: 10;
}

progress::-moz-progress-bar {
	background-image: linear-gradient(-90deg, #d83f7a,#206db6);
	z-index: 10;
}

.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	display: block;
	z-index: 10;
}


p {
	font-size: 16px;
	line-height: 22px;
	color: #4a4a4a;
	text-align: justify;
}

ul  {
	list-style: circle; !important;
}

.banner{
	margin-top: 60px;
	margin-bottom: 10px;
}


.banner .col-md-8 {
	padding-left: 0px;
	padding-right: 5px;
}

.banner .col-md-4 {
	padding-right: 0px;
	padding-left: 5px;
}


.banner .left-banner-content {

	background-image: url(../img/4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	min-height: 700px;
	height: 700px;
}



.right-banner-content {
	padding: 60px 45px;
	background-color: #fff;
	text-align: center;		
	min-height: 700px;
	height: 700px;
}

.right-banner-content h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}


.right-banner-content h2 span.iconicblue{
	color: #206db6;
}

.right-banner-content h2 span.personapink{
	color: #d83f7a;
}



.des-ele{
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
}




.right-banner-content p {
	font-size: 16px;
	line-height: 25px;
	color: #000;
	text-align: justify;
}

.right-banner-content .social-icons {
	margin-top: 40px;
	padding: 0;
	list-style: none;
}

.right-banner-content .social-icons li {
	display: inline-block;
	margin: 0px 3px;
}

.right-banner-content .social-icons li a {
	width: 36px;
	height: 36px;
	text-align: center;
	display: inline-block;
	line-height: 36px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.5s;
	color: #206db6;
	font-size: 17px;
	border: 1PX solid #206db6;
}

.right-banner-content .social-icons li a:hover {
	background-color: #206db6;
	color:#FFF ;
}

.quote-sep{
	padding: 40px 90px;
	background: url(../img/quotebg.png);
}
.quote-sep h3{
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.quote-sep h4{
	text-align: right;
	margin-right: 120px;
}




.best-offer {
	margin-top: 10px;
	margin-bottom: 15px;
}

.best-offer .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.best-offer .col-md-8 {
	padding-right: 0px;
	padding-left: 0px;
}

.best-offer-left-content {
	min-height: 680px;
	height: 680px;
	padding-top: 175px;
	padding-bottom: 175px;
	text-align: center;
	background-image: url(../img/3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
}


.best-offer-left-content h4 {
	margin-top: 33px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.best-offer-right-content {
	background-color: #eee;
	padding:60px 120px;
	min-height: 680px;
	height: 680px;
}



.best-offer-right-content h2 {
	margin-top: 0px;
	font-size: 32px;
	font-weight: 300;
	color: #121212;
	line-height: 36px;
}



.best-offer-right-content p {
	font-size: 16px;
	line-height: 27px;
}

.best-offer-right-content ul  {
	margin: 0px 30px 0px 30px;
	list-style: circle; !important;

}

.best-offer-right-content ul li {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	text-align: justify;

	margin-bottom: 10px;list-style: square;
	color: #4a4a4a;
}


#services{
	background-image:url(/img/services.jpg); 
}

h2.service-intro-h2 {
	padding:70px 40px 0px 40px;
	color: #FFF;
	text-align: center;
}

p.service-intro {
	font-size: 16px;
	line-height: 26px;
	padding:10px 190px;
	color: #fff;
	text-align: center;
}
img.tabimg {
	padding-top: 80px;
}

/**
 * Tabs
 */

 .tabs {
	display: flex;
	flex-wrap: wrap; // make sure it wraps
	justify-content: center;
	align-items : center;
	margin:5% 5%;
	
}

.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: transparent;
  font-weight: bold;
  transition: background ease-in 0.5s;
  color:#fff;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 40px;
  background: transparent;
  margin-top: 8px;
  transition: background ease-in 0.5s;
}
.tab ul li{
	font-size: 18px;
	line-height: 34px;
}

.tab ul{
list-style-type: square;
margin: 0px 0px 0px 40px;
color: #fff;
}
.tab h2{
	color: #fff;
}
.tab img{
	
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	border: 2px solid #206db6;
	color: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}



.projects-holder .mix {
  display: none;
}





h2.testi-intro-h2{
	color: #000;
	text-align: center;
	padding:0px 40px 0px 40px;
}
.testimonial .des-ele{
	padding-bottom: 30px;
	padding-top: 10px;
	text-align: center;
}

.testimonial {
	margin: 60px 100px 50px 100px;	
}

.testimonial .col-md-8 {
	padding-left: 5px;
	padding-right: 0px;
}

.testimonial .col-md-4 {
	padding-right: 5px;
	padding-left: 0px;
}


#owl-testimonial {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(../img/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 320px;
	height: 320px;
}

#owl-testimonial .item {
	text-align: center;
}

#owl-testimonial .item img {
	width: 80px;
}

#owl-testimonial .item span {
	margin-top: 28px;
	display: block;
	color: #e86859;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
}

#owl-testimonial .item h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

#owl-testimonial .item p {
	font-size: 17px;
	font-style: normal;
	color: #4a4a4a;
	padding: 0px 120px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-align: center;
}

.owl-pagination {
	margin-top: 15px;
	margin-left: -100px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  text-align: center;
  z-index: 1000;
}


.owl-page span {
	text-align: center;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #206db6;
}


  button {

  }
  button.custom-btn {
	padding: 10px 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	
  }
  .btn-14 {
	border: 2px solid #000;
	z-index: 1;
  }

  .btn-14:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #000;
	transition: all 0.3s ease;
  }
  .btn-14:hover {
	color: #fff;
  }
  .btn-14:hover:after {
	left: 0;
	width: 100%;
  }
  .btn-14:active {
	top: 2px;
  }


  .mediaa .col-md-6{
	padding: 40px 40px 10px 40px;
	text-align: center;
  }
  .mediaa .col-md-12{
	padding: 40px 40px 10px 40px;
	text-align: center;
  }

  .mediaa-hover{
	transition: transform .6s;
	text-align: center;
	
  }
  .mediaa-hover:hover{
	transform: scale(1.1);
	border-bottom:4px solid #d83f7a;
  }

  .mediaa-hover:hover > h4{
	padding-top: 10px;
	font-weight: 600px;
	color: yellow;
  }

  









.contact-us .col-md-8 {
	padding-left: 0px;
	padding-right: 5px;
}

.contact-us .col-md-4 {
	padding-right: 0px;
	padding-left: 5px;
}


#contact .col-md-4 {
	padding-right: 15px;
	padding-left: 15px;
}

.fa.fa-envelope{
	color: white;
	font-size: 30px;
	float: left !important;
	padding: 20px 20px;

}
.fa.fa-phone{
	color: white;
	font-size: 30px;
	float: left !important;
	padding: 10px 20px;

}


.contact-us{
	min-height: 450px;
	height: 450px;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	background-image: url(../img/cf.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	position: relative;
}
.overlay{
	background: #000;
	position:absolute;
	top:0px;
	left: 0px;
	bottom:0px;
	right:0px;
	height: 100%;
	width: 100%;
	opacity: 0.4;
}
.contact-us h1{
	padding-top: 20px;
	font-size: 45px;
	color:white;
text-align: left;
}
.contact-us h4{
	font-size: 25px;
	color:white;
text-align: left;
}


.fa-map-marker{
    color: white;
    font-size: 34px;
    float: left;
    text-align: left;
}



footer {
	height: 50px;
	padding-bottom: 60px;
	background-color: gray;
	text-align: center;
}

footer p {
	font-size: 16px;
	color: #000;
	line-height: 60px;
	margin-bottom: 0px;
	text-align: center;
}
a.underline {
	text-decoration: none !important;
	color: #fff;
}

a.underline:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0%;
	position: relative;
	background: #206db6;background-image: linear-gradient(90deg, white, #1d4698);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 180px;
	cursor: pointer;
  }
  a.underline:hover:after { 
	width: 45%; 
	left: 0; cursor: pointer;
  }


  a.underline {
	text-decoration: none !important;
	color: #fff;
}
a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
}

a.underline1:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0px;
	top:28px;
	content: "";
	display: block;
	height: 3px;
	left: 35%;
	position: absolute;
	background: #206db6;background-image: linear-gradient(90deg, white, #1d4698);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 180px;
	cursor: pointer;
  }
  a.underline1:hover:after { 
	width:25%; 
	left: 40%; cursor: pointer;
  }
  h4.videotesti{
	  text-align: center;
	  position: relative;
	  margin: 60px;
  }


  a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
}

a.underli1:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0px;
	top:36px;
	content: "";
	display: block;
	height: 3px;
	left: 0%;
	position: absolute;
	background: #206db6;background-image: linear-gradient(90deg, white, #1d4698);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width:20px;
	cursor: pointer;
  }
  a.underli1:hover:after { 
	width:21%; 
	left: 0%; cursor: pointer;
  }
  p.under1{
padding-top: 10px;
	position: relative;

}
a.underli1 {
	text-decoration: none !important;
	color: #000;
	padding: 10px;
}
p.copyri8 {
	font-size: 16px;
	margin-top: 110px;
	text-align: center;
	color: white;
}
a.copyri8-link {
	text-decoration: none !important;
	color: white;
}













@media screen and (min-width: 0px) and (max-width: 374px){

	p {
		font-size: 12px;
		line-height: 23px;
		color: #4a4a4a;
		text-align: justify;
	}
    .navbar{
        margin-bottom: 0px!important;
        position: fixed !important;
        background-color: #FFF !important;
        box-shadow: 0 0 10px 4px #D3D3D3;
    }
    .navbar .navbar-nav{
        margin-right: 0px !important;
    }
    .navbar-brand img{
        width: 100px;
        height: auto;
        padding: 0px 0px;
        }
     .navbar .navbar-brand {
        font-size: 16px;
      }
      .navbar-brand {
        float: left;
        height: 50px;
        padding: 6px 55px;
        font-size: 18px;
        line-height: 20px;
    }
      .navbar .nav-link {
        font-size: 14px;
        font-weight: 400;
        margin-left: 0px;
        padding: 0px 0px;;
        
      }
    
      .navbar-light .navbar-nav .nav-link{
          color: #1d4698;
          font-weight:bold;
      }
      nav ul li a {
        position:relative;
        z-index: 1;
        padding:10px 0px !important;
        
	  }
	 
	  nav ul li a:after {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		content: '';
		background: #1d4698;
		visibility: none;
		opacity: 0;
		z-index: -1;
	  }
	  nav ul li a:hover:after {
		opacity: 1;
		visibility: visible;
		height: 100%;
	
	  }

	  .banner .col-md-4 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.banner .col-md-8 {
		padding-left: 0px;
		padding-right: 0px;
	}

	  .banner .left-banner-content {

		background-image: url(../img/4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 320px;
		height: 320px;
	}

	.right-banner-content {
		padding: 20px 50px;
		background-color: #fff;
		text-align: center;		
		min-height:600px;
		height: 600px;
	}
	
	.right-banner-content h2 {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		margin-bottom: 5px;
	}
	
	
	.des-ele{
		padding-bottom: 20px;
		padding-top: 10px;
		text-align: center;
	}
	
	.right-banner-content span {
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 0.5px;
	}
	
	
	
	.right-banner-content p {
		font-size: 12px;
		line-height: 22px;
		color: #000;
		text-align: justify;
	}
	
	.right-banner-content .social-icons {
		margin-top: 20px;
		padding-bottom: 24px;
		list-style: none;
	}
	
	.right-banner-content .social-icons li {
		display: inline-block;
		margin: 0px 3px;
	}
	  
	.quote-sep{
		padding: 40px 50px;
		background: url(../img/quotebg.png);
	}
	.quote-sep h3{
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		font-style: italic;
		font-weight: bold;
	}
	.quote-sep h4{
		text-align: right;
		margin-right: 10px;
	}

	.best-offer {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.best-offer .col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.best-offer .col-md-8 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.best-offer-left-content {
        display: none;
	}

	.best-offer-left-content h4 {
		margin-top: 33px;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 700;
	}
	
	.best-offer-right-content {
		background-color: #eee;
		padding:40px 50px;
		min-height:1150px;
		height: 1150px;
	}
	
	
	
	.best-offer-right-content h2 {
		margin-top: 0px;
		font-size: 32px;
		font-weight: 300;
		color: #121212;
		line-height: 36px;
	}
	
	
	
	.best-offer-right-content p {
		font-size: 12px;
		line-height: 25px;
	}
	
	.best-offer-right-content ul  {
		margin: 0px 20px 0px 20px;
		list-style: circle; !important;
	
	}
	
	.best-offer-right-content ul li {
		margin: 0px 0px 0px 0px;
		font-size: 12px;
		text-align: left;
		line-height: 25px;
		margin-bottom: 10px;list-style: square;
		color: #4a4a4a;
	}


	#services{
		background-image:url(/img/services.jpg); 
	}
	h2.service-intro-h2 {
		padding:20px 55px 0px 55px;
		color: #FFF;
		text-align: center;
	}

	p.service-intro {
		font-size: 12px;
		line-height: 25px;
		padding:10px 55px;
		color: #fff;
		text-align: center;
	}
	
	img.tabimg {
		padding-top: 40px;
	}
	
	/**
	 * Tabs
	 */
	
	 .tabs {
		display: flex;
		flex-wrap: wrap; // make sure it wraps
		justify-content: center;
		align-items : center;
		margin:5% 5%;
		
	}
	
	.tabs label {
		order: 1; // Put the labels first
		display: inline-block !important;
		padding: 1rem 2rem;
		margin-right: 0.2rem;
		margin-bottom:2.2rem;
		cursor: pointer;
	  background: #206db6;
	  font-weight: bold;
	  transition: background ease-in 0.5s;
	  color:#fff;
	  font-size:14px;
	  text-align:center;
	}
	.tabs .tab {
	  order: 99; // Put the tabs last
	  flex-grow: 1;
		width: 100%;
		display: none;
	  padding: 0px 10px 20px 10px;
	  background: rgba(32, 109, 182, 0.5);
	  margin-top: 8px;
	  transition: background ease-in 0.5s;
	}
	.tab ul li{
		font-size: 12px;
		line-height: 25px;
	}
	
	.tab ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	color: #fff;
	}
	
	.tab h2{
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.tabs input[type="radio"] {
		display: none;
	}

	.tabs input[type="radio"]:checked + label {
		border: 2px solid #206db6;
		color: #fff;
		margin-bottom:-10px;
	}

	.tabs input[type="radio"]:checked + label + .tab {
		display: block;
		margin-bottom: 20px;
	}

	.tabs .tab,
    .tabs label {
       order: initial;
	}
	
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  h2.testi-intro-h2{
	color: #000;
	text-align: center;
	padding:20px 0px 0px 0px;
  }

 .testimonial .des-ele{
	padding-bottom: 30px;
	padding-top: 0px;
	text-align: center;
  }

.testimonial {
	margin: 20px  20px ;	
}

.testimonial .col-md-8 {
	padding-left: 5px;
	padding-right: 0px;
}

.testimonial .col-md-4 {
	padding-right: 5px;
	padding-left: 0px;
}


#owl-testimonial {
	padding-top: 20px;
	padding-bottom:40px;
	text-align: center;
	min-height: 600px;
	height:600px;
}

#owl-testimonial .item {
	text-align: center;
}

#owl-testimonial .item img {
	width: 80px;
}

#owl-testimonial .item span {
	margin-top: 28px;
	display: block;
	color: #e86859;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
}

#owl-testimonial .item h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

#owl-testimonial .item p {
	font-size: 12px;
	font-style: normal;
	color: #4a4a4a;
	padding: 0px 15px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-align: center;
}

.owl-pagination {
	margin-top: 4px;
	margin-left: -100px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  text-align: center;
  z-index: 1000;
}


.owl-page span {
	text-align: center;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #206db6;
}

a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
}

a.underline1:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0px;
	top:60px;
	content: "";
	display: none;
	height: 3px;
	left: 15%;
	position: absolute;
	background: #206db6;background-image: linear-gradient(90deg, white, #1d4698);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 30px;
	cursor: pointer;
  }
  a.underline1:hover:after { 
	width:25%; 
	left: 10%; cursor: pointer;
  }
  h4.videotesti{
	  text-align: center;
	  font-size: 12px;
	  padding: 10px;
	  line-height: 23px;
	  position: relative;
	  margin: 0px;
	  border: 2px solid #206db6;
	  border-radius: 40px;

  }


  a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
}

    
    .contact-us .col-md-8 {
        padding-left: 0px;
        padding-right: 5px;
    }
    
    .contact-us .col-md-4 {
        padding-right: 0px;
        padding-left: 5px;
    }
    
    
    #contact .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    
    
    
    .contact-us{
        min-height: 650px;
        height: 650px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        background-image: url(../img/cf.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        position: relative;
    }
    .overlay{
        background: #000;
        position:absolute;
        top:0px;
        left: 0px;
        bottom:0px;
        right:0px;
        height: 100%;
        width: 100%;
        opacity: 0.4;
    }
    .contact-us h1{
		font-size: 25px;
		line-height: 35px ;
        color:white;
    text-align: left;
    }
    .contact-us h4{
		font-size: 14px;
		line-height: 28px ;
        color:white;
    text-align: left;
    }
    p.copyri8 {
        font-size: 12px;
        margin-top: 220px;
        text-align: center;
        color: white;
        line-height: 25px;
    }










}




















 
@media screen and (min-width: 375px) and (max-width: 620px){


	p {
		font-size: 14px;
		line-height: 25px;
		color: #4a4a4a;
		text-align: justify;
	}
    .navbar{
        margin-bottom: 0px!important;
        position: fixed !important;
        background-color: #FFF !important;
        box-shadow: 0 0 10px 4px #D3D3D3;
    }
    .navbar .navbar-nav{
        margin-right: 0px !important;
    }
    .navbar-brand img{
        width: 100px;
        height: auto;
        padding: 0px 0px;
        }
     .navbar .navbar-brand {
        font-size: 16px;
      }
      .navbar-brand {
        float: left;
        height: 50px;
        padding: 6px 95px;
        font-size: 18px;
        line-height: 20px;
    }
      .navbar .nav-link {
        font-size: 14px;
        font-weight: 400;
        margin-left: 0px;
        padding: 0px 0px;;
        
      }
    
      .navbar-light .navbar-nav .nav-link{
          color: #1d4698;
          font-weight:bold;
      }
      nav ul li a {
        position:relative;
        z-index: 1;
        padding:10px 0px !important;
        
	  }
	 
	  nav ul li a:after {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		content: '';
		background: #1d4698;
		visibility: none;
		opacity: 0;
		z-index: -1;
	  }
	  nav ul li a:hover:after {
		opacity: 1;
		visibility: visible;
		height: 100%;
	
	  }

	  .banner .col-md-4 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.banner .col-md-8 {
		padding-left: 0px;
		padding-right: 0px;
	}

	  .banner .left-banner-content {

		background-image: url(../img/4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 350px;
		height: 350px;
	}

	.right-banner-content {
		padding: 20px 55px;
		background-color: #fff;
		text-align: center;		
		min-height:600px;
		height: 600px;
	}
	
	.right-banner-content h2 {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		margin-bottom: 5px;
	}
	
	
	.des-ele{
		padding-bottom: 20px;
		padding-top: 10px;
		text-align: center;
	}
	
	.right-banner-content span {
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 0.5px;
	}
	
	
	
	.right-banner-content p {
		font-size: 14px;
		line-height: 25px;
		color: #000;
		text-align: justify;
	}
	
	.right-banner-content .social-icons {
		margin-top: 20px;
		padding-bottom: 24px;
		list-style: none;
	}
	
	.right-banner-content .social-icons li {
		display: inline-block;
		margin: 0px 3px;
	}
	  
	.quote-sep{
		padding: 40px 50px;
		background: url(../img/quotebg.png);
	}
	.quote-sep h3{
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		font-style: italic;
		font-weight: bold;
	}
	.quote-sep h4{
		text-align: right;
		margin-right: 10px;
	}


	.best-offer {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.best-offer .col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.best-offer .col-md-8 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.best-offer-left-content {
        display: none;
	}

	.best-offer-left-content h4 {
		margin-top: 33px;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 700;
	}
	
	.best-offer-right-content {
		background-color: #eee;
		padding:40px 55px;
		min-height:1090px;
		height: 1090px;
	}
	
	
	
	.best-offer-right-content h2 {
		margin-top: 0px;
		font-size: 32px;
		font-weight: 300;
		color: #121212;
		line-height: 36px;
	}
	
	
	
	.best-offer-right-content p {
		font-size: 14px;
		line-height: 25px;
	}
	
	.best-offer-right-content ul  {
		margin: 0px 20px 0px 20px;
		list-style: circle; !important;
	
	}
	
	.best-offer-right-content ul li {
		margin: 0px 0px 0px 0px;
		font-size: 14px;
		text-align: left;
		line-height: 25px;
		margin-bottom: 10px;list-style: square;
		color: #4a4a4a;
	}


	#services{
		background-image:url(/img/services.jpg); 
	}
	h2.service-intro-h2 {
		padding:20px 55px 0px 55px;
		color: #FFF;
		text-align: center;
	}

	p.service-intro {
		font-size: 14px;
		line-height: 25px;
		padding:10px 55px;
		color: #fff;
		text-align: center;
	}
	
	img.tabimg {
		padding-top: 40px;
	}
	
	/**
	 * Tabs
	 */
	
	 .tabs {
		display: flex;
		flex-wrap: wrap; // make sure it wraps
		justify-content: center;
		align-items : center;
		margin:5% 5%;
		
	}
	
	.tabs label {
		order: 1; // Put the labels first
		display: inline-block !important;
		padding: 1rem 2rem;
		margin-right: 0.2rem;
		margin-bottom:2.2rem;
		cursor: pointer;
	  background: #206db6;
	  font-weight: bold;
	  transition: background ease-in 0.5s;
	  color:#fff;
	  font-size:14px;
	  text-align:center;
	}
	.tabs .tab {
	  order: 99; // Put the tabs last
	  flex-grow: 1;
		width: 100%;
		display: none;
	  padding: 0px 10px 20px 10px;
	  background: rgba(32, 109, 182, 0.6);
	  margin-top: 8px;
	  transition: background ease-in 0.5s;
	}
	.tab ul li{
		font-size: 12px;
		line-height: 25px;
	}
	
	.tab ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	color: #fff;
	}
	.tab h2{
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	.tab img{
		
	}
	.tabs input[type="radio"] {
		display: none;
	}
	.tabs input[type="radio"]:checked + label {
		border: 2px solid #206db6;
		color: #fff;
		margin-bottom:-10px;transition: all 1s ease-out;
		
	}
	.tabs input[type="radio"]:checked + label + .tab {
		display: block;
		margin-bottom: 20px;
		transition: all 1s ease-out;
	}

	.tabs .tab,
    .tabs label {
       order: initial;
    }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  h2.testi-intro-h2{
	color: #000;
	text-align: center;
	padding:20px 0px 0px 0px;
}
.testimonial .des-ele{
	padding-bottom: 30px;
	padding-top: 0px;
	text-align: center;
}

.testimonial {
	margin: 20px  20px ;	
}

.testimonial .col-md-8 {
	padding-left: 5px;
	padding-right: 0px;
}

.testimonial .col-md-4 {
	padding-right: 5px;
	padding-left: 0px;
}


#owl-testimonial {
	padding-top: 20px;
	padding-bottom:40px;
	text-align: center;
	min-height: 600px;
	height:600px;
}

#owl-testimonial .item {
	text-align: center;
}

#owl-testimonial .item img {
	width: 80px;
}

#owl-testimonial .item span {
	margin-top: 28px;
	display: block;
	color: #e86859;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
}

#owl-testimonial .item h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

#owl-testimonial .item p {
	font-size: 14px;
	font-style: normal;
	color: #4a4a4a;
	padding: 0px 15px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-align: center;
}

.owl-pagination {
	margin-top: 4px;
	margin-left: -100px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  text-align: center;
  z-index: 1000;
}


.owl-page span {
	text-align: center;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #206db6;
}

a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
}

a.underline1:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0px;
	top:60px;
	content: "";
	display: none;
	height: 3px;
	left: 15%;
	position: absolute;
	background: #206db6;background-image: linear-gradient(90deg, white, #1d4698);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 30px;
	cursor: pointer;
  }
  a.underline1:hover:after { 
	width:25%; 
	left: 10%; cursor: pointer;
  }
  h4.videotesti{
	  text-align: center;
	  font-size: 14px;
	  padding: 10px;
	  line-height: 25px;
	  position: relative;
	  margin: 0px;
	  border: 2px solid #206db6;
	  border-radius: 40px;

  }


  a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
}

    
    .contact-us .col-md-8 {
        padding-left: 0px;
        padding-right: 5px;
    }
    
    .contact-us .col-md-4 {
        padding-right: 0px;
        padding-left: 5px;
    }
    
    
    #contact .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    
    
    
    .contact-us{
        min-height: 610px;
        height: 610px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        background-image: url(../img/cf.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        position: relative;
    }
    .overlay{
        background: #000;
        position:absolute;
        top:0px;
        left: 0px;
        bottom:0px;
        right:0px;
        height: 100%;
        width: 100%;
        opacity: 0.4;
    }
    .contact-us h1{
		font-size: 25px;
		line-height: 35px ;
        color:white;
    text-align: left;
    }
    .contact-us h4{
		font-size: 20px;
		line-height: 35px ;
        color:white;
    text-align: left;
    }
    p.copyri8 {
        font-size: 12px;
        margin-top: 160px;
        text-align: center;
        color: white;
        line-height: 29px;
    }
}





















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

	p {
		font-size: 14px;
		line-height: 25px;
		color: #4a4a4a;
		text-align: justify;
    }
    
    .navbar{
        margin-bottom: 0px!important;
        position: fixed !important;
        background-color: #FFF !important;
        box-shadow: 0 0 10px 4px #D3D3D3;
    }

    .navbar .navbar-nav{
        margin-right: 0px !important;
    }

    .navbar-brand img{
        width: 100px;
        height: auto;
        padding: 0px 0px;
        }

     .navbar .navbar-brand {
        font-size: 16px;
      }

      .navbar-brand {
        float: left;
        height: 50px;
        padding: 6px 95px;
        font-size: 18px;
        line-height: 20px;
    }

      .navbar .nav-link {
        font-size: 14px;
        font-weight: 400;
        margin-left: 0px;
        padding: 0px 0px;;
        
      }
    
      .navbar-light .navbar-nav .nav-link{
          color: #1d4698;
          font-weight:bold;
      }
    
	  a.nav-link {
		text-align: center;
    }
    
	a.nav-link {
		padding: 0px 7px !important;
	}

	  nav ul li a:after {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		content: '';
		background: #1d4698;
		visibility: none;
		opacity: 0;
		z-index: -1;
      }
      

	  nav ul li a:hover:after {
		opacity: 1;
		visibility: visible;
		height: 100%;
	  }

	  .banner .col-md-4 {
		padding-right: 0px;
		padding-left: 0px;
    }
    
	.banner .col-md-8 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.banner .left-banner-content {

		background-image: url(../img/4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 71% center;
		min-height: 700px;
		height: 700px;
	}

	.right-banner-content {
		padding: 20px 33px;
		background-color: #fff;
		text-align: center;		
		min-height:620px;
		height: 620px;
	}
	
	.right-banner-content h2 {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		margin-bottom: 5px;
	}
	
	
	.des-ele{
		padding-bottom: 20px;
		padding-top: 10px;
		text-align: center;
	}
	
	.right-banner-content span {
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 0.5px;
	}
	
	.right-banner-content p {
		font-size: 14px;
		line-height: 25px;
		color: #000;
		text-align: justify;
	}
	
	.right-banner-content .social-icons {
		margin-top: 40px;
		padding: 0;
		list-style: none;
	}
	
	.right-banner-content .social-icons li {
		display: inline-block;
		margin: 0px 3px;
	}
	  
	.quote-sep{
		padding: 40px 50px;
		background: url(../img/quotebg.png);
    }
    
	.quote-sep h3{
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		font-style: italic;
		font-weight: bold;
    }
    
	.quote-sep h4{
		text-align: right;
		margin-right: 10px;
	}

	.best-offer {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.best-offer .col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.best-offer .col-md-8 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.best-offer-left-content {
        display: none;
	}

	.best-offer-left-content h4 {
		margin-top: 33px;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 700;
	}
	
	.best-offer-right-content {
		background-color: #eee;
		padding:40px 55px;
		min-height:630px;
		height: 630px;
	}
	
	.best-offer-right-content h2 {
		margin-top: 0px;
		font-size: 32px;
		font-weight: 300;
		color: #121212;
		line-height: 36px;
	}
	
	.best-offer-right-content p {
		font-size: 14px;
		line-height: 25px;
	}
	
	.best-offer-right-content ul  {
		margin: 0px 20px 0px 20px;
		list-style: circle; !important;
	}
	
	.best-offer-right-content ul li {
		margin: 0px 0px 0px 0px;
		font-size: 14px;
		text-align: left;
		line-height: 25px;
		margin-bottom: 10px;list-style: square;
		color: #4a4a4a;
	}

	#services{
		background-image:url(/img/services.jpg); 
    }
    
	h2.service-intro-h2 {
		padding:20px 55px 0px 55px;
		color: #FFF;
		text-align: center;
	}

	p.service-intro {
		font-size: 14px;
		line-height: 25px;
		padding:10px 55px;
		color: #fff;
		text-align: center;
	}
	img.tabimg {
		padding-top: 40px;
	}
	
	/**
	 * Tabs
	 */
	
	 .tabs {
		display: flex;
		flex-wrap: wrap; // make sure it wraps
		justify-content: center;
		align-items : center;
		margin:5% 5%;
		
	}
	
	.tabs label {
		order: 1; // Put the labels first
		display: inline-block !important;
		padding: 1rem 2rem;
		margin-right: 0.2rem;
		cursor: pointer;
	  background: transparent;
	  font-weight: bold;
	  transition: background ease-in 0.5s;
	  color:#fff;
	  font-size:14px;
    }
    
	.tabs .tab {
	  order: 99; // Put the tabs last
	  flex-grow: 1;
		width: 100%;
		display: none;
	  padding: 0px 10px 20px 10px;
	  background: rgba(0,0,0,0.5);
	  margin-top: 8px;
	  transition: background ease-in 0.5s;
    }
    
	.tab ul li{
		font-size: 14px;
		line-height: 34px;
	}
	
	.tab ul{
	list-style-type: square;
	margin: 0px 0px 0px 40px;
	color: #fff;
    }
    
	.tab h2{
		font-size: 16px;
		color: #fff;
		padding-left: 20px;
		padding-top: 25px;
    }
    
	.tab img{
		
	}
	
	.tabs input[type="radio"]:checked + label {
		border: 2px solid #206db6;
		color: #fff;
    }
    
    .tabs input[type="radio"]:checked + label + .tab {
		display: block;
    }
    
	.tabs .tab,
    .tabs label {
       order: initial;
    }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  h2.testi-intro-h2{
	color: #000;
	text-align: center;
	padding:20px 0px 0px 0px;
}

.testimonial .des-ele{
	padding-bottom: 30px;
	padding-top: 0px;
	text-align: center;
}

.testimonial {
	margin: 20px  20px ;	
}

.testimonial .col-md-8 {
	padding-left: 5px;
	padding-right: 0px;
}

.testimonial .col-md-4 {
	padding-right: 5px;
	padding-left: 0px;
}


#owl-testimonial {
	padding-top: 20px;
	padding-bottom:40px;
	text-align: center;
	min-height: 400px;
	height:400px;
}

#owl-testimonial .item {
	text-align: center;
}

#owl-testimonial .item img {
	width: 80px;
}

#owl-testimonial .item span {
	margin-top: 28px;
	display: block;
	color: #e86859;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
}

#owl-testimonial .item h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

#owl-testimonial .item p {
	font-size: 14px;
	font-style: normal;
	color: #4a4a4a;
	padding: 0px 15px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-align: center;
}

.owl-pagination {
	margin-top: 4px;
	margin-left: -100px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  text-align: center;
  z-index: 1000;
}


.owl-page span {
	text-align: center;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #206db6;
}

a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
}

a.underline1:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0px;
	top:60px;
	content: "";
	display: none;
	height: 3px;
	left: 15%;
	position: absolute;
	background: #206db6;background-image: linear-gradient(90deg, white, #1d4698);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 30px;
	cursor: pointer;
  }

  a.underline1:hover:after { 
	width:25%; 
	left: 10%; cursor: pointer;
  }

  h4.videotesti{
	  text-align: center;
	  font-size: 14px;
	  padding: 10px;
	  line-height: 25px;
	  position: relative;
	  margin: 10px 0px 50px 240px;
	  border: 2px solid #206db6;
	  border-radius: 40px;
	  width: 250px;

  }

  a.underline1 {
	text-decoration: none !important;
	color: #000;
	text-align: center;
	padding: 10px;
   }

    .contact-us .col-md-8 {
        padding-left: 0px;
        padding-right: 5px;
    }
    
    .contact-us .col-md-4 {
        padding-right: 0px;
        padding-left: 5px;
    }
    
    #contact .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .contact-us{
        min-height: 690px;
        height: 690px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        background-image: url(../img/cf.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        position: relative;
    }

    .overlay{
        background: #000;
        position:absolute;
        top:0px;
        left: 0px;
        bottom:0px;
        right:0px;
        height: 100%;
        width: 100%;
        opacity: 0.4;
    }

    .contact-us h1{
		text-align: center;
		font-size: 35px;
		line-height: 55px ;
        color:white;
    text-align: left;
    }

    .contact-us h4{
		font-size: 28px;
		line-height: 42px;
        color:white;
    text-align: left;
    }

    p.copyri8 {
        font-size: 22px;
        margin-top: 160px;
        text-align: center;
        color: white;
        line-height: 32px;
    }
    
    .testimonial {
        margin: 0px 0px ;	
    }

	nav ul li a {
		position:relative;
		z-index: 1;
		padding:2px 4px !important;
		
	  }







	

}



@media screen and (min-width: 769px) and (max-width: 1280px) {

	.banner .col-md-8 {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.banner .col-md-4 {
		margin-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.banner .left-banner-content {
		padding-left: 0px;
		text-align: center;
	}

	.left-banner-content h1 {
		font-size: 64px;
		font-weight: 300;
		color: #fff;
		line-height: 80px!important;
	}


	.banner .left-banner-content .line-dec {
		margin: 0 auto;
	}

	.best-offer .col-md-8 {
		padding-left: 0px;
		padding-right: 10px;
	}

	.best-offer .col-md-4 {
		padding-right: 0px;
		padding-left: 10px;
	}

	.best-offer-right-content {
		text-align: center;
	}

	.best-offer-right-content {
		background-color: #eee;
		padding: 30px 30px;
		min-height: 680px;
		height: auto;
	}


	

	.testimonial .col-md-8 {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.testimonial .col-md-4 {
		margin-top: 0px;
		padding-right: 10px;
		padding-left: 10px;
	}	

	.owl-pagination {
		margin-top: -15px;
	}

	#owl-testimonial {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	#owl-testimonial .item p {
		padding: 0px 60px;
		font-size: 15px;
	}

	.services {
		margin-left: 10px;
		margin-right: 10px;
	}


	.contact-us {
		min-height: 510px;
		height: 510px;
	}

	.contact-us .col-md-8 {
		margin-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.contact-us .col-md-4 {
		
		padding-right: 10px;
		padding-left: 10px;
	}

	.contact-us #contact {
		padding-left: 60px;
		padding-right: 60px;
	}

	.contact-us #contact {
		min-height: 650px;
		height: 650px;
		padding-top: 60px;
		padding-bottom: 60px;
	}


	.fa.fa-envelope{
		color: white;
		font-size: 30px;
		float: left !important;
		padding: 10px 10px 10px 0px;
	
	}
	.fa.fa-phone{
		color: white;
		font-size: 30px;
		float: left !important;
		padding: 5px 5px;
	
	}

	 p.copyri8 {
		font-size: 14px;
	}


	.testimonial {
        margin: 10px 10px ;	
    }



}
@media screen and (min-width:1281px) and (max-width: 1366px) {

    p{
        font-size: 16px;
            line-height: 22px;
            color: #4a4a4a;
		}
		
		.mediaa{
		padding: 60px 80px 0px 80px;	
		}

		.mediaa .magazine .col-md-12{
			padding-top: 0px !important;    margin-top: -25px;
		}
		#services {
    background-image: url(/img/services.jpg);
    background-repeat: no-repeat !important;
}

img.tabimg {
    padding-top: 30px !important;
}
}
@media screen and (min-width:1367px) and (max-width: 1920px) {

	.mediaa{
		padding: 90px 130px 40px 130px;	
		}

		.mediaa .magazine .col-md-12{
			padding-top: 0px !important;    margin-top: -25px;
		}
}

		#services {
    background-image: url(/img/services.jpg);
    background-repeat: no-repeat !important;
}