<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}
 input, input:before, input:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
     }


.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: -0.5rem !important;
}

body{
	font-family: 'PT Sans', sans-serif !important;
}
p{
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important; 
}
h2{
	color: #303030;
	font-family: 'PT Sans', sans-serif !important;
}
th,td{
    	font-family: 'PT Sans', sans-serif !important;
    padding: 10px  !important;
    font-size: 14px  !important;

}
.feature ul{
    margin-left: 2%;
  
   content: "\2022";
   list-style-type: disc;
   font-size: 15px;
}
.feature li::before { color: red}
.feature h3{
    	border-left: 2px solid #c20000;
	padding-left: 1%;
}
/*PRODUCTS*/
  h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
 
        img {
    height: auto;
}
.team-section{
  background-repeat: no-repeat;
}
.team-member {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.team-member .inner-box {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.team-member .inner-box .image-box {
    margin-bottom: 0px;
}

.team-member .image-box img {
    display: block;
    width: 100%;
}

.team-member .desc-content {
    position: relative;
    bottom: 0px;
    padding: 25px 20px;
    background: #404040;
    opacity: 1;
   
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    left: 0;
}
.desc-content h3{
	margin-top: 0;
}
.hover-content h3{
	margin-top: 0;
	margin-bottom: 3% !important;
}


.team-member:hover .desc-content {
    left: -200px;
    opacity: 0;
}

.team-member h3 {
    font-size: 25px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 550;
    text-transform: capitalize;
}

.team-member .designation {
    font-size: 15px;
    color: #3F51B5;
}

.team-member .hover-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px 20px;
    background: #c20000;
    transform: translateX(-100%);
    color: #ffffff;
    opacity: 0;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.team-member:hover .hover-content {
    transform: translateX(-0%);
    opacity: 1;
}

.team-member .hover-content h3 {
    color: #ffffff;
}

.team-member .hover-content .designation {
    margin-bottom: 10px;
    color: #ffffff;
}

.team-member .social a {
    position: relative;
    display: inline-block;
    margin: 2px 5px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}




.logo{
    height:70px;
    margin-bottom: 1%;
}

/*Navbar*/
.naa a{
	font-size: 14px;
}
.navbar{
	margin-bottom: 0 !important;
}
.navbar-nav li{
	margin: 0 5px;
}

.navlar{
	background-color: #303030;

}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
	transition:.5s !important;
 	background-color: #303030 !important;
 	border:0 !important;	
 	
 }
 .dropdown-toggle:hover{
	border:0 !important;
	
 }

.dropdown-menu a{
	color: #fff !important;

}
.dropdown-item:hover{
	background-color: #fff !important;
	color: #c20000 !important;
	transition: .3s;
}
.dropdown-item{
	padding: 6% 7% !important;
	text-align:center;
	border-bottom: 1px solid #ffffff52 !important;
}

.restportion{
	display: flex;
	justify-content:center;
}
.pho11{
	margin-left: 1%;
    margin-right: 2%;
    margin-top: 0%;

}
.pho14{
     margin-top: 0%;
}
.mai14{
    margin-top: 5px;
}
.mai11{
margin-right: 0%;
    margin-left: 1%;
    margin-top: 1%;
}
.martr{
	margin-top: 6%;
    margin-left: 5% !important;
}
.pho12{
    margin-top: 3%;
    color: #c20000;
    font-size: 18px;
}
.mai12{
	margin-top: 2%;
	color: #c20000;
}

.nal{
	width: 50%;
    float: left;
}
.nav-link{
	color: #fff !important;
	padding-left: 17px !important;
    padding-right: 17px !important;
}
.nnaa{
	padding-left: 0 !important;
}
a.nav-link.active{
	background-color: #c20000;
	color: #fff !important;
}
.navbar {
	padding: 0 !important;
	border: 0 !important;
}
.getaquote{
	text-align: right;
	margin-left: 10px;
}
.social{
	color:#fff;
	text-align: right;
	padding-top:1.5%;
	width: 50%;
    float: right;
}
.social i{
	padding-right: 3%;
}
.social i:hover{
	color:#c20000;
}

/*GET QUOTE BUTTON*/
.container11
{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("images/ipad-632394_1920.jpg");
	background-size: cover;
	background-repeat:no-repeat;    
}
.container-box
{
	display:inline-block; 
	padding:120px; 
	background: rgba(0, 0, 0, .5);
	border: 1px solid #333;	
}
.highlight{
    font-weight:bold !important;
    color: #c20000 !important;
}
.btn-dark22{
    font-size: 12px !important;
    border-radius: 20px !important;
    margin-left: 44%;   
    border-radius: 20px;
    background-color: #303030;
    color: #fff;
    padding:1% 4%;
}
.btn-dark23{
	 font-size: 12px !important;
    border-radius: 20px !important;
    margin-left: 44%;   
    border-radius: 20px;
    background-color: #303030 !important;
    color: #fff !important;
    padding:1% 4% !important;
}
.modal-title{
        margin-left: 35% !important;

}
.modal-header {
        border-top: 4px solid #c20000;
}

.blank6{
	display: none;
}


/*Banner Carousel*/
.bb{
	background-size: 100% 100%;
    height: 670px;
    color: #fff;
}
.bb1{
	background-size: 100% 100%;
    height: 670px;
    color: #fff;
}
.caption11{
	margin-top: 18%;
}
.fadeInDown-1{
	font-size: 18px;
}
.backg1{
	background-image: url("../home/Product on Rent/Back-Img.jpg");
	padding:5% 0;
}
.backg2{
	background-image: url("../home/Search by Processor/Back-Img.jpg");
	color:#fff;
	padding:4% 0 11% 0;
	background-size: cover;
}
.bul .owl-dots{
	margin-top: 0;
	margin-top: -39px;
    margin-left: 50%;
    color: #fff !important;
    position: absolute;
}
.owl-dot{
	color: #fff;
}
.backg3{
	background-color: #eaeaea;
	padding:5% 0;
}
.backg4{
	background-image: url("../home/Strip/Back-img.jpg");
	color: #fff;
	padding:4% 0;
	background-size:cover;
}
.backg5{
	
	padding:5% 0;
}
.backg6{
	padding: 5% 0;
}

.highlight{
	font-weight:bold !important;
	color: #c20000 !important;
}
.highlight1{
	font-weight: 500;
}
.highlight3{
	font-weight: 300 !important;
}


/*BANNER BUtton*/
/* animation 5 */


/*
=====
DEPENDENCES
=====
*/

/* The component will reset button browser styles */

.r-button{
  --uirButtonBackgroundColor: var(--rButtonBackgroundColor, transparent);
  --uirButtonPadding: var(--rButtonPadding, var(--rButtonPaddingTop, 0) var(--rButtonPaddingRight, 0) var(--rButtonPaddingBottom, 0) var(--rButtonPaddingLeft, 0));
  --uirButtonBorderWidth: var(--rButtonBorderWidth, 0);
  --uirButtonBorderStyle: var(--rButtonBorderStyle, solid);
  --uirButtonBorderColor: var(--rButtonBorderColor, currentColor);
  --uirButtonFontFamily: var(--rButtonFontFamily, inherit);
  --uirButtonFontSize: var(--rButtonFontSize,  inherit);
  --uirButtonColor: var(--rButtonColor);

  background-color: var(--uirButtonBackgroundColor);
  padding: var(--uirButtonPadding);

  border-width: var(--uirButtonBorderWidth);
  border-style: var(--uirButtonBorderStyle);
  border-color: var(--uirButtonBorderColor);

  cursor: pointer;

  font-family: var(--uirButtonFontFamily);
  font-size: var(--uirButtonFontSize);
}

.r-button::-moz-focus-inner,
.r-button[type="button"]::-moz-focus-inner,
.r-button[type="reset"]::-moz-focus-inner,
.r-button[type="submit"]::-moz-focus-inner {
  
  /* Remove the inner border and padding in Firefox. */
  
  border-style: none;
  padding: 0;
}

/*
=====
COMPONENT
=====
*/

.button{
	position: relative;
  z-index: 0;
	overflow: hidden;
}

.button::before{
	content: "";
  position: relative;
  z-index: -1;
}

/*
=====
ANIMATIONS
=====
*/

/* animation 1 */

.button_type1::before{
	width: 200%;
	height: 150%;
	opacity: 0;

	position: absolute;
	left: -50%;
	bottom: 0;

	transform-origin: left bottom;
	transform: rotate(-90deg) translateZ(0);

	will-change: transform, opacity;
	transition-property: transform, opacity;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(.01,-.24, 0, .68);
}

.button_type1:hover::before{
	transform: rotate(0deg) translateZ(0);
	opacity: 1;
	transition-duration: .2s;
}

/* animation 2 */

.button_type2::before{
	width: 0;
	height: 0;
	padding: 50%;
	border-radius: 50%;

	position: absolute;
	left: 50%;
	top: 50%;

	transform: translate3d(-50%, -50%, 0) scale(0);
  transition: transform .15s ease-out;
}

.button_type2:hover::before{
  transition-duration: .3s;
	transform: translate3d(-50%, -50%, 0) scale(1.5);
}

/* animation 3 */

.button_type3::before{
	width: 110%;
	height: 0;
	opacity: 0;

	position: absolute;
	left: 50%;
	top: 50%;

	transform: translate3d(-50%, -50%, 0);
	will-change: opacity, height;

	transition-property: opacity, height;
	transition-duration: .25s, .25s;
  transition-delay: .15s, 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.11, 1.24);
}

.button_type3:hover::before{
	opacity: 1;
  height: 110%;
  transition-duration: .25s, .4s;
  transition-delay: 0s;
}

/* animation 4 */

.button_type4::before{
	width: 0;
	height: 110%;
	opacity: 0;

	position: absolute;
	left: 50%;
	top: 50%;

	transform: translate3d(-50%, -50%, 0);
	will-change: opacity, width;

	transition-property: opacity, width;
	transition-duration: .25s, .25s;
  transition-delay: .15s, 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.11, 1.24);
}

.button_type4:hover::before{
	opacity: 1;
  width: 110%;
  transition-duration: .25s, .4s;
  transition-delay: 0s;
}

/* animation 5 */

.button_type5::before{
	width: 0;
	height: 110%;
	opacity: 0;

	position: absolute;
	left: 0;
	top: 0;

	will-change: opacity, width;
	transition-property: opacity, width;
	transition-duration: .25s, .25s;
  transition-delay: .15s, 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.11, 1.24);
}

.button_type5:hover::before{
	opacity: 1;
  width: 110%;
  transition-duration: .25s, .4s;
  transition-delay: 0s;
}

/* animation 6 */

.button_type6::before{
	width: 110%;
	height: 0;
	opacity: 0;

	position: absolute;
	left: 0;
	bottom: 0;
  
	will-change: opacity, height;
	transition-property: opacity, height;
	transition-duration: .25s, .25s;
  transition-delay: .15s, 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.11, 1.24);
}

.button_type6:hover::before{
	opacity: 1;
  height: 110%;
  transition-duration: .25s, .4s;
  transition-delay: 0s;
}

/*
=====
SKIN
=====
*/

.button{
  --rButtonPadding: 1.2rem 3rem;
  --rButtonBorderWidth: 2px;
	--uiButtonBgColorHover: var(--buttondBgColorHover);
  
  text-transform: uppercase;
  color: var(--uiButtonBgColorHover);
  transition: color .2s ease-out;
}

.button::before{
	background-color: var(--uiButtonBgColorHover);
}

.button:hover{
  color: #303030;
}
.btnrt{
	margin-top: 2%;
}

/*
=====
SETTINGS
=====
*/

.button{
	    border-radius: 35px;
  --buttonTextColor: #fff;
  --buttondBgColorHover: #fff;
  --buttonTextColorHover: #303030;
  --rButtonBorderColor: #fff;
}

.button:nth-child(2){
  --buttonTextColor: #3ab795;
  --buttondBgColorHover: #3ab795;
  --rButtonBorderColor: #3ab795;
}

.button:nth-child(3){
  --buttonTextColor: #cc8b86;
  --buttondBgColorHover: #cc8b86;
  --rButtonBorderColor: #cc8b86;  
}

.button:nth-child(4){
  --buttonTextColor: #f56476;
  --buttondBgColorHover: #f56476;
  --rButtonBorderColor: #f56476;
}

.button:nth-child(5){
  --buttonTextColor: #673ab7;
  --buttondBgColorHover: #673ab7;
  --rButtonBorderColor: #673ab7;
}

.button:nth-child(6){
  --buttonTextColor: #eaac64;
  --buttondBgColorHover: #eaac64;
  --rButtonBorderColor: #eaac64;
}

/*
=====
DEMO
=====
*/


.demo-buttons{
  max-width: 1400px;  
  display: flex;
  flex-wrap: wrap;  
  margin: auto;    
}



/*BANNER*/
.h11{
	font-size: 55px;
	font-weight: 400 !important;
}

.contnt{
	padding-top: 11%;
	padding-left: 10.7%;
}
.contnt1 h3{
	margin-top: 0 ;
	margin-bottom: 0;
}
.contnt2 h3{
	margin-top: 0 ;
	margin-bottom: 0;
}
.contnt2 p{
    	margin-top: 10px ;
	margin-bottom: 0;
}
.btn-dark{
	font-size: 12px !important;
	border-radius: 20px !important;
	padding: 4px 7px !important;
	    
}
.btn-dark:hover{
	color: #fff !important;
}
/*SEARCH BY PROCESSOR*/
.list1{
	list-style-type: none;
	font-size: 14px;
}
.list1 li:active{
	background-color:#c20000;
	border-radius: 20px;
}
.list1 li{
	padding: 2% 0;
	text-align:center;
}
.secton1:hover .fa-microchip, .secton2:hover .fa-microchip, .secton3:hover .fa-microchip{
	color:#c20000;

}
.secton1:hover .btn-outline-light, .secton2:hover .btn-outline-light, .secton3:hover .btn-outline-light{
	background-color: #c20000;
	border:0 !important;
	color: #fff;

}
.nav-pills&gt;li.active&gt;a{
	border-radius: 20px;
	color: #fff !important;
    background-color: #c20000 !important;
}
.btn-outline-light{
	margin-top: 15%;
	border: 1px #fff solid !important;
}
.nav-pills&gt;li&gt;a {
	border-radius: 20px !important;
}
.nav&gt;li&gt;a {
	color: #fff;
	padding: 5px 15px !important;
}
.nav&gt;li&gt;a:hover{
	background-color: #c20000 !important;
}
/*WELCOME TO*/
.txt1{
	    margin-top: 3%;
}
.txt1 p{
	border-left: 3px solid #c20000;
	padding: 0 0px 0 10px;
}

.wearerw{
 	text-align: center !important;
 	margin-top: 5%;	
 	}
 	.wearerw img{
 		width: 100px;
 		height: 100px;
 	}

/*PRODUCT ON RENT*/
.title1{

	text-align:center;
}
.line2{
	width: 5%;
    background-color: #c20000;
    height: 2px;
    margin-bottom: 2%;
}

.img1{
	background-image: url("../home/Product on Rent/Product-1.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
 	overflow: hidden;
 	transition: all .4s ease-in-out;
	
}
.imgg11{
	 overflow: hidden; 
}
.contnt1 h3{
	margin-top: 0 ;
	margin-bottom: 2%;
}
.contnt1{

    margin-top: 7%;
    margin-right: 7%;
    margin-left: 48%;
}
.img1:hover{
	  transform: scale(1.05);
}
 
.rdmore{
	margin-top: 12%;
    text-align: right;
    margin-bottom: 6%;
    margin-right: -6%;
}
.rdmore1{
	text-align: right;
	padding-bottom: 5%;
	padding-right: 4%;

}
.rdmore1 a:hover{
	color: #fff;
	text-decoration: none;
}
.rdmore2{
	padding-top: 0%;
    padding-bottom: 4%;

}

.rdmore1 a{
	color: #fff;
}


.rdmore2 a{
	color: #fff;
	padding-right: 3%;

}
.rdmore2 a:hover{
	color: #fff;
	text-decoration: none;
}

.contnt2 h3{
	margin-top: 15px ;
	margin-bottom: 0;
}

.img2{
	background-image: url("../home/Product on Rent/scanner_home.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
 	transition: all .4s ease-in-out;
 	height: 263px;

}.img2:hover{
	  transform: scale(1.05);
}
.imgg12{
	 overflow: hidden; 
}

.contnt2{
	padding-top: 2%;
	padding-bottom:31.5%;
	padding-left: 3%;
}
.contnt2 h5{
	margin-bottom: 0 !important;
}
.contnt2_1 p{
        color: #fff;
    margin-top: -150px;
    margin-bottom: 0;
    text-align: right;
    margin-right:20px;
}
.img3{
	background-image: url("../home/Product on Rent/printer_home.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
 	transition: all .4s ease-in-out;
 	height: 263px;
}
.imgg13{
	overflow: hidden;
}
.img3:hover{
	  transform: scale(1.05);
}
.contnt3{
	 padding-right: 3%;
	padding-top: 15%;
	text-align: right;
	padding-bottom: 20.5%;
}
.contnt3 h3{
	margin-top: -2%;
	margin-bottom: 17%;
}
.contnt3 h5{
	margin-bottom: 0;
}
.contnt3 p{
    margin-bottom: 0;
}
/*SEARCH BY PROCESSOR*/
.backg2 h2{
	color: #fff;
	border-left: 3px solid #fff;
    padding-left: 11px;
	margin-bottom:25%;
}
.secton1, .secton2, .secton3{
	text-align: center;
	    padding: 0 7% !important;
}
.fa-microchip{
	font-size: 30px;
	padding-bottom: 15%;
}
.btn-outline-light{
	border-radius: 20px !important;
}
.options{
	margin-top: 2%;
}

/*WHY CHOOSE US*/
.title2{
	text-align: center;
}
.line5{
	width: 5%;
	background-color: #c20000;
    height: 2px;

}

.ftrlinks{
	display: flex;
	justify-content: center;
	
}
.ftrlinks a{
	color: #fff;
	padding-left: 2%;
}
.ftrlinks a:hover{
	color: #303030;	
	text-decoration: none;
}

/*AVAILABLE BRAND*/
.title4{
	text-align: center;
}
.title4 h2{
color: #303030;
    font-weight: 700;
	}

.line6{
	margin-bottom: 3%;
	width: 5%;
	height: 2px;
	background-color: #c20000;
}
.brand1 img{
	width: 100%;
}
.brandrw{
	justify-content: center;
}
/*LAST SECTION*/
.backg4 h2{
	color: #fff;
	line-height: 1.5;
}
.btn2{
	float: right;
	margin-top: 8%;
}

.rdmore a{
	color: #fff;
}
.rdmore a:hover{
	text-decoration: none;
	color: #fff;
}
.btnrt{
	text-align: right;
}

/*TESTIMONIAL*/
.sss1{
	background-image: url("../home/Our Team/1.png");
	background-size: 100% 100%;
	height: 299px;
    width: 90%;
}
.sss2{
		background-image: url("../home/Our Team/2.png");
	background-size: 100% 100%;
	height: 299px;
    width: 90%;
}
.sss3{
		background-image: url("../home/Our Team/1.png");
	background-size: 100% 100%;
	height: 299px;
    width: 90%;
}
.sss4{
		background-image: url("../home/Our Team/2.png");
	background-size: 100% 100%;
	height: 299px;
    width: 90%;
}
.owl-dots{
	    margin-top: 6%;
    margin-bottom: 1%;
}
.owl-nav{
	display: none;
}
.testimonial1{
	    margin: 4% 0;
}
.teamtit{
	margin-bottom: 5%;
	border-left: 4px solid #c20000;
	padding-left: 2%;
}
.carcont{
	    margin-left: 61%;
    padding-top: 10%;
}
.social11{
	color: #c20000;
	margin-top: 14%;
}
.highlight4{
	color: #c20000 ;
}
.mail i{
	color: #c20000;

}
.phone i{
	color: #c20000;
	padding-bottom: 5%;
}
.cartit{
	border-left: 2px solid #c20000;
	    padding-left: 3%;
}
.cartit h3{
	margin-bottom: 0;
}

/*FOOTER*/

.contnt5 {
	float: right;
}
.contnt6{
	float: left;
}
.footr{
	background-image: url("../home/Footer/Back-Img.jpg");
	color: #fff;
	background-size: contain;
	text-align: center;
}
.ftrlogo img{
	padding-bottom: 2%;
	width: 15%;
	    margin-top: -1px;
}
.ftrlinks{
	padding-bottom: 2%;
}
.ftrlinks li{
	list-style-type: none;
	font-size: 14px;
}
.ftrtxt{
	padding-bottom: 1%;
}
.line4{
	background-color:#fff;
	
}
.social1{
	color:#fff;
}
.social1 i{
	padding-right: 1.5%;
}
.social1 i:hover{
	color: #303030;	
	
}
.contactlinks{
	display: flex;
	justify-content: center;
	margin-top: -15px;
}
.pho13, .mai13{
	margin-right: 3%;
	margin-left: 1%;
}

/*Top Button*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#87ceeb;
  padding:10px 15px;
  border-radius: 4px;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#myBtn:hover {
 opacity: 1.0;
  background-color: #87ceeb;
}
#button{
	    background-color: #303030;
	    font-size: 30px;
    padding-bottom: 14px;
    margin-left: 33%;
    width: 35%;
}
   .farr{

   	margin-top: 20%;
}


			/*ABOUT US*/


.imag img{
	width: 100%;
	text-align: right;
}
.about{
	background-color: #eaeaea;
	padding:5% 0;
}
.imag{
	text-align: right;
}
.sidetext h2{
	margin-top: 10%;
	border-left: 2px solid #c20000;
	padding-left: 2%;
	margin-bottom: 5%;
}

.servic{
	padding:5% 0;
	text-align: left;
	line-height: 1.7;

}
.servic h2{
	border-left: 2px solid #c20000;
	padding-left: 2%;
	margin-bottom: 3%;
}
.servic p{
    margin-bottom:0;
}
.titlecard{
    margin-top: 7%;
}
.card1{
    margin-top: 0 !important;
}
.line7{
	width: 5%;
	background-color: #c20000;
    height: 2px;
}
a:hover {
    text-decoration: none !important;
}

.fl-fl {
    background: #c20000;
    text-transform: uppercase;
    letter-spacing: 1px;
   padding: 0px 0px;
    width: 239px;
    height: 6%;
    position: fixed;
    right: -196px;
    z-index: 1000;
    font-size: 16px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    top: 40% !important;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 6px 0;
  width: 30px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 45px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
}

.btn-danger1 {
    color: #fff !important;
    background-color: #c20000 !important;
    border-color: #c20000 !important;
    margin-top: 20px !important;
    border-radius: 25px !important;
    font-size: 17px !important;
}
.cardd1 {
    margin: 1% 0 0 0;
}
.cardd1 h3{

	border-left: 2px solid #c20000;
	padding-left: 2%;
	font-weight:bold;

}
.cardd2 {
    margin: 4% 0 0 0;
}
.service1{
     margin: 59px 0 0 0;
}
.service3{
     margin: 82px 0 0 0;
}
			/*CONTACT US*/
.location{
    margin-bottom:10%;
	margin-top:7%;
}
.locationicon{
    float: left;
}
.marker{
    color: #c20000;
    font-size: 30px;
}
.locationdata{
    position: relative;
    margin-left: 5%;
}
.contac{
	background-color: #c20000;
	color: #fff !important;
}
.contac h2{
	color: #fff;
}

.contac p{
	margin-bottom: 0;
	padding-bottom: 1%;
}
.btn5{
	padding: 2% 6%;
	background-color: #c20000;
	color: #fff;
	border-radius: 20px;
	border:none;
	margin-left: 31%;
    margin-top: 6%;
}
.contacdet{
	padding:5% 0;
}
.contacdet h2{
	border-left: 2px solid #c20000;
	padding-left: 2%;
}
.form1 h2{
	border-left: 2px solid #c20000;
	padding-left: 2%;
	margin-bottom: 10%;
}
.formback{
	background-color: #eaeaea;
	padding:7% 0 7% 0;	
	padding-left:15%; 
}
.fr1{
	padding-bottom: 110px !important;
}
           /*Apple*/

.appback{
	background-color: #eaeaea;
	padding-bottom: 5%;
}
.card-body{
	padding-bottom: 10% !important;
}
.apptit{
	padding-top: 3%;
}
.btn6{
    background-color: #c20000!important;
    border: 1px solid #c20000 !important;
    margin-right: 2%;
    margin-top: 0%;
    font-size: 15px !important;

}	
.btn666{
    background-color: #c20000!important;
    border: 1px solid #c20000 !important;
    margin-right: 2%;
    margin-top: 5%;
    font-size: 15px !important;

}
.card1:hover, .card2:hover, .card3:hover, .card4:hover, .card5:hover, .card6:hover{
	    transition: 0.5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}
.card1:hover .card-body, .card2:hover .card-body, .card3:hover .card-body, .card4:hover .card-body, .card5:hover .card-body, .card6:hover .card-body{
	background-color: #fff;
	transition: 0.3s;
}
.cardd{
	    margin: 6% 0 0 0;

}
.card-body{
	background-color: #eaeaea;
}
.modal-body1{
	display: flex;
}
.modal-dialog11{
	max-width: 980px;
	margin-left: 15%;
    margin-top: 7%;
}
.rmimg1 img{
	margin:7%;
}
.rmcont{
	margin: 9%;
}
.rmclose1{
	text-align: right;
	font-size: 30px !important;
	    padding-bottom: 49% !important;
    padding-right: 1% !important;
}
.btn61{
	background-color: #c20000 !important;
	border:0 !important;
	margin-right: 2%;
	margin-top: 10%;
}
	.btn:focus{
		color: #fff !important;
	}

	.btn61{
		width: 37%;
		height: 12%;
	}	

			/*Laptop*/
.botom{
	background-image: url("../home/Product on Rent/laptop.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding:3% 0;
}			
.botom h2{
	color: #fff;
}
.lisst1{
	
	margin-bottom: 2% !important;
}
.liist2{
	padding-left: 33px;
}


				/*UPS*/

.botom2{
	background-image: url("../home/Product on Rent/laptop.jpg");
	padding: 3% 0 !important;
	color: #fff;
	background-size: cover;

}	
.botom2 h2{
	padding-bottom: 2%;
	color: #fff;
}	
 .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 8px;
  transition: 0.2s ease all;
  font-size:11px;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 2px;
  bottom: 10px;
  left: 20px;
  font-size: 10px;
  opacity: 1;
}
.leftline{
    border-bottom: 3px solid #c20000;
    width: 200px;
    margin-bottom: 15px;
}
.config{
    text-align:center;
    font-size:18px;
}
.formmargin{
    margin: 0 300px 0 300px;
}
.fa-square{
    font-size:15px;
    color: #c20000;
}



table {
    background-color: #fff !important;
    border-color: #e8e8e8 !important;
}
.service{
     background-color: #fff !important;
     border-bottom: 3px solid #c20000;
}
.service2{
     background-color: #fff !important;
     border-bottom: 3px solid #c20000;
     margin-bottom:8%;
}
.service h4{
padding: 15px 10px;
    font-weight: bold;
}
.service2 h4{
   padding: 15px 10px;
    font-weight: bold;
}
.service p{
   padding: 10px 15px;
    margin-bottom: 0;
    line-height: 1.8;
}
.service2 p{
   padding: 0px 15px;
    margin-bottom: 0;
    line-height: 1.8;
}
tbody {
  border-collapse: collapse;
  margin: 0 auto;
  padding:15px;
}
tbody td {
  padding: 1rem;
  border: 1px solid #e8e8e8; 
}
tbody tr:first-child td {
  border-top: 0;
}
tbody tr td:first-child {
  border-left: 0;
}
tbody tr:last-child td {
  border-bottom: 0;
}
tbody tr td:last-child {
  border-right: 0;
}
.product{
    margin-top:-50px;
}

.map{
    margin-bottom:7%;
}




/*----- responsive------*/
 
@media screen and (max-width: 1030px) and (min-width: 1020px) {
.bb1{
	height: 550px;
}
.contnt3 h3{
	font-size: 21px;
}
}
 @media only screen and (max-width:1030px){ 
	.bb{
		height: 550px;
	}
	.caption11 {
    margin-top: 15%;
}
.hide2{
	display: none;
}
.footr {
	background-size: cover;
}
.button_type5{
    --rButtonPadding: 19px;
}

.sss1, .sss2, .sss3, .sss4 {
	height: 265px;
}
	.martr{
		margin-left: -62px !important;
    font-size: 20px;
	}
	.naa a {
    font-size: 11px;
}
.contnt1 h3 {
    margin-top: -10px;
    margin-bottom: 2%;
}
.contnt2_1 p {
    margin-top: -110px;
}
	.pho11 {
    margin-left: 1%;
    margin-right: 2%;
}
.mai11{
	  margin-left: 1%;
    margin-right: 2%;
}
.contnt1 {
    margin-top: 6%;
    }
.formmargin {
    margin: 0 140px 0 140px;
}
.contnt3 p {
    margin-bottom: 0;
    padding: 0px 0px 0 205px;
}
.contnt3 h3 {
    margin-bottom: 10%;
}

  }
   @media only screen and (max-width:800px){
   .imag img {
     width: 100%; 
    margin-top: 40px; 	}
    .bannerimg {      
    height: 307px; 
    padding-top: 0%;
     } 
     .pho11 {
 
    margin-left: 1%;
    margin-right: 4%;
	}
	.cardd1 h3 {
  
    font-size: 20px;
}
.button_type5 {
	margin-top: 0 !important; 
}

.welc h2{
	margin-top: 0;
}
.btnrt {
    margin-top: 7%;
}



	.button_type5{
		font-size: 12px;
		 --rButtonPadding: 11px;
		     margin-top: 30%;
	}
	.mai11{
		   margin-left: 1%;
    margin-right: 0%;
	}
	.btn3{
		margin-bottom: 0% !important;
		font-size: 21px !important;
    border-radius: 20px !important;
    padding: 7px 14px !important;
	}
	.mai12 {
    margin-top: 1%;
    color: #c20000;
}
.pho12 {
    margin-top: 1%;
    color: #c20000;
}
     p {
    	font-size:13px;
	}
	.martr{
		margin-left:0 !important;
	}
	.contacpad{
	margin-top: 10%;
}
     .bb{
     	height: 403px;
     }
     .bb1{
     	height: 403px;
     }
	.martr {
    margin-left: 4% !important;
    }	
    .getaquote {
    text-align: right;
    margin-left: 370px;
    margin-top: -115px;
}
    .social{
            padding-top: 3.4%;
    }
    .navbar-nav li {
    margin: 10px 7px 0px 7px;
}
	#button {
		padding-bottom: 0;
		background-color: transparent;
	}

	
     .img1{
     	background-size: contain;
    	margin-bottom: 3%;
     }
     .contnt1 p{
    	font-size: 12px !important;
    }
     .hide2{
     	display: none;
     }
     .footr{
     	background-size:cover; 
     }
     .fadeInDown-1 {
    font-size: 14px;
}

     .h11{
     	font-size: 35px;
     	margin-top: 0 !important;
     }
     .tab-content&gt;.active {
     	display: flex !important;
     }
     .nav-pills li{
     	font-size: 11px;
     }
     .contnt1{
        margin-top: 5%;
    margin-right: 15%;
    margin-left: 45%;
    margin-bottom: 5%;
	
     }
     .ftrlinks li {
    list-style-type: none;
    font-size: 12px;
}

     .contnt1 h3{
		font-size: 18px;
     }
     .contnt2 h3{
	font-size: 17px;
     }
     .contnt3 h3{
     	font-size: 12px;
     }
     .rdmore{
     	margin-top: 0;
     }
     .carcont {
    margin-left: 56%;
	}
     .sss1, .sss2, .sss3, .sss4{
   	height: 220px;
    width: 100%;
    }
    .cartit h3{
	margin-top: 2%;
    }
    .locationdata{ 	
    margin-left: 6%; 		
    	   	 } 

   .backg2{
    	background-image:url("../home/Search by Processor/Back-Img.jpg");
    	background-size: 100% 100% !important;
    }
	.btn5 {
	margin-left: 24%;	

	}
	.teamsocial{
		display: flex;
	}
	.rmcont {
    margin: 18% 2%;
}
	.modal-dialog11 {
    max-width: 980px;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 31%;
}
.btn-dark23 {
	margin-left: 40% !important;
}
.modal-body{
	flex-direction: column;
}
.landmark_title h2{
    font-size:18px;
}
.formmargin {
       margin: 0 185px 0 230px;
    width: 315px;
}
.laptopform{
    height: 60px !important;
   
    }
       .contnt2 p {
   padding: 5px 255px 0px 0px;
}
 .contnt2 p br{
       display:none;
   }
   .contnt2_1 p {
    margin-top: -90px;
     padding: 0px 0px 0px 240px;
  
}
.contnt3 p {
    margin-bottom: 0;
    padding: 0px 0px 0 140px;
}
.nav-link {
    color: #fff !important;
    padding-left: 5px !important;
    padding-right: 0px !important;
}
.naa a {
    font-size: 10px;
}



    	   	 }
  @media only screen and (max-width:600px){ 
    .social{
    	display: none;
    }
    .logo a&gt;img{
   height: 60px;
    margin-top: 10px;
}
    	.imag img{ 	
    	width: 100%; 	
   	} 
   	.teamsocial {
    display: block;
}
.brand1{
	text-align: center;

}
.brand1 img{
		width: 80%;
}

.rmcont {
    margin: 9%;
}

.liist2 {
    padding-left: 0;
}
.img3 {
    height: 235px;
}

   		.button_type5{
   		--rButtonPadding: 1.2rem 3rem;
   		margin-top: 0;
   		font-size: 14px;
   		}
   	.bb{
   		background-image: url("../home/Responsive-Banner-1.jpg") !important;
   		height: 400px;
   		}	
   	.bb1{
   		background-image: url("../home/Responsive-Banner-2.jpg") !important;
   		height: 400px;
   	}	
   	.caption11{
   		margin-top: 30%;
   	}
   	.h11 {
 			font-size: 25px !important;
 		}
    .locationdata{ 
    	 margin-left: 14%; 
   	}
    .getaquote {
    text-align: right;
   margin-top: -115px;
    margin-left: 240px;
}	 
.btn-dark {
    font-size: 14px !important;
    padding: 10px 15px !important;
    }
    .pho12 {
    font-size: 15px;
}
.mai12 {
    font-size: 15px;
    margin-left: 162px;
}
.pho12 {
    margin-top: 1%;
    color: #c20000;
    margin-left: -8px;
}
.naa a {
    font-size: 14px;
    padding: 13px !important;
    margin: 0;
}
.servic h3{
    font-size:20px;
}
.landmark_title h2{
    font-size:18px;
}
.formmargin {
    margin: 0 50px 0 80px;
}
.laptopform {
    height: 60px !important;
   
    }
    
    .contnt2 p {
    padding: 0px 219px 0px 0px;
    font-size: 12px;
}
   .contnt2 p br{
       display:none;
   } 
    
    
    .sss1, .sss2, .sss3, .sss4{
   	height: 228px;
    width: 100%;
    }
    .carcont {
    margin-left: 56%;
    padding-top: 12%;
}
.teamtit{
	margin-bottom: 10%;
}
    
    .tab-content&gt;.active {
    	display: block !important;
    }
		.brand1{
			margin-bottom: 5%;
		}
		.backg2 h2{
			margin-bottom: 6%;
		}
		.nav&gt;li&gt;a {
			padding: 5px 10px !important;
			font-size: 12px;
			margin-bottom: 5%;
		}
		.line6{
			margin-bottom: 10%;
		}
		.btnrt{
			text-align: left;
		}
 		.fa-microchip{
 			margin-top: 15% ;
 			padding-bottom: 5%;
 		}
 		.btn-outline-light {
 			margin-top: 5%;
 		}
 		.footr{
 			background-size: cover;
 		}
 		.farr{
 			margin-top: 0;
 		}
 		#button {
 			background-color:transparent;
 			padding-bottom: 0;

 		}
 		.social1{
 			margin-bottom: 5%;
 		}
 		.ftrtxt{
 			text-align: center;
 			margin:4%;
 		}
 		.hide1{
 			display: none;
 		}
 		.ftrlinks{
 			padding-left: 0;
 		}
 		.ftrlinks li{
 			
    font-size: 12px;
    margin: 2px;

 		
 		}
 		.ftrlinks a {
    color: #fff;
    padding-left: 0%;
}
 		.bannerimg{
 			background-image: url("../home/Banner.jpg");
 			height:650px;
 		}
 		.contnt {
 			padding-left: 1%;
 			padding-top: 41%;

 		}
 		.contnt1{
 			margin-top: 0%;
		    margin-right: 1px;
		    margin-left: 0;
		    margin-bottom: 0%;
		}
 		
 		.contnt2 h3, .contnt3 h3{
 			font-size:19px;
 		}
 		.contnt2_1 p {
   color: #fff;
    margin-top: -25px;
    margin-right: 8px;
    font-size: 11px;
    padding: 0px 0px 0px 225px;
}
 		.contnt2{
 			padding-bottom: 10%;

 		}
 		.modal-body1 {
 			flex-direction: column;}
 		.img1, .img2, .img3{
 			margin-bottom: 5%;
 		}
 		.contnt3{
 			padding-top: 25% !important;
 			padding-bottom: 20%;
 		}
 		.contnt3 h3 {
    margin-top: -2%;
    margin-bottom: 6%;
}
 		.navbar-light .navbar-toggler {
		background-color: #fff !important;	
		opacity: 0.8;
 		}
 	
		.nva {
    margin-left: -4% !important;
    margin-bottom: -350px;
    background: #141414;
    z-index: 9999;
}
		
 		.rdmore1 a, .rdmore a, .rdmore2 a{
 		font-size: 12px;
 		}
 		.backg1{
			background-size: cover;
 			padding: 9% 0;
 		}
 		.img1{
 			background-image: url("../home/Product-on-Rent1.jpg");
 			background-size: 100%;
 		}

 		.contnt1 {
   		 padding: 67% 1% 1% 4%;
		}
		.contnt1 h3{
			font-size: 19px;
			text-align: center;
		}
		.contnt1 p{
			font-size: 12px;
			text-align: center;
		}
		.rdmore {
    	margin-top: 30%;
		text-align: center;
		    margin-bottom: 6%;
    	}
    	.backg2{
    		padding: 10% 0 18% 0;
    	}
    	.backg2 h2 {
    	margin-bottom: 10%;
			}	
		.backg3{
			padding: 12% 0 16% 0;
		}
		.weare{
			text-align: center;
		}
		.weare{
			margin-bottom: 2%;
		}
 		.rmimg1 img{
 			width: 100%;
 			margin: 0;
 		}
 		
 		.lisst1{
 			margin: 2% !important;
 		}
 		.modal-dialog11 {
 			margin-left: 4%;
 			margin-right: 4% ;
		}
		
		.rmclose1 {
			    margin-right: 5%;
    		margin-top: 5%;
			 position: absolute;
   			 right: 0;
    		top: 0;
		}
		.cdp{
			margin-top: 6%;
		}
		.rmimg1{
			    margin: 15% 7% 0 7%;
		}
		.pho14, .mai14{
			margin-top: 0%;
		}
		.martr{
			margin-top: 0;
			margin-left: 0 !important;
		}
		.backg5{
			padding: 8% 0 18% 0;
		}
		.backg4{
			    padding: 6% 0 10% 0;
		}
		.ftrlogo img {
			  width: 35%;
			}
		.btn3{
			 margin-bottom: 15% !important;
								
		}
		.img{
			padding-left: 0 !important;
		}
		.nal {
    width: 100% !important;
    float: left !important;
}
		.social{
			width: 50% !important;
    			float: right !important;
		}
		.soc{
			margin-top: 7%;
		}
		.nnaa{
			justify-content: left !important;
		}
		#reused_form{
			width: 100% ;
		}
		.modal-title {
 	   margin-left: 28% !important;
}
.modal-body{
	flex-direction: column;
}
.pho11 {
    margin-left: 1%;
    margin-right: -45%;
}
.pho13 {
    margin-right: -30%;
    margin-left: 1%;
}
.mai14,.mai13{
    margin-top: 25px;
}
.borderbtm{
    border-bottom: 1px solid #e5e5e5;
}
.dropdown-item {
    padding: 2% 10% !important;
}
.contnt3 p {
    margin-bottom: 0;
    padding: 0px 0px 0 200px;
}
	.contnt3 h3 {
    margin-top: -12%;
    margin-bottom: 6%;
}

.contactlinks{
	margin-top: 0px;
}
.img2 {
    height: 200px;
}
.floating-label {
   
    font-size: 11px;
    padding: 0px 8px;
}
.service {
    margin-top: -50px;
    margin-bottom: 30px;
}
.service2 {
    margin-top: -50px;
}
.feature ul {
    margin-left: 7%;
}
.service3 {
    margin: 50px 0 0 0;
}


  }
  @media only screen and (max-width:400px){ 
	body { 
    font-size: 13px !important;
}
    .logo a&gt;img{
   height: 60px;
    margin-top: 10px;
}
	.caption11  .h11{
		font-size: 25px !important;
	}
	.contnt1 {
		    padding: 68% 1% 1% 4%;
	}
	.contnt2 {
    padding-bottom: 10%;
}
.caption11 {
    margin-top: 30%;
}
.nav&gt;li&gt;a {
    font-size: 11px;

}
.sss1, .sss2, .sss3, .sss4 {
    height: 195px;

}
.pho11{
	font-size: 11px;
}
.mai11{
	font-size: 11px;
}
.contnt1 p {
    font-size: 11px !important;
}
.nav&gt;li&gt;a {
    font-size: 9px;
}
.landmark_title h2{
    font-size:16px;
}
.formmargin {
    margin: 0 50px 0 50px;
}
.laptopform {
    height: 60px !important;
   
    }
    .getaquote {
   margin-left: 200px;
    margin-top: -100px;
}
.btn-dark {
    font-size: 14px !important;
    padding: 10px 15px !important;
    }
    .pho12 {
    font-size: 15px;
}
.mai12 {
    font-size: 15px;
    margin-left: 160px;

}
.naa a {
    font-size: 14px;
    padding: 13px !important;
    margin: 0;
}
	.ftrlinks li {
    font-size: 12px;
    margin: 2px;
}
.contnt2_1 p {
  color: #fff;
    margin-top: -30px;
    margin-right: 8px;
    padding: 10px 0px 0px 185px;
    font-size: 11px;
}
.img3 {
    height: 235px;
}
.contnt2 h3 {
    margin-top: 10px;
    margin-bottom: 0;
}
.pho11 {
    margin-left: 1%;
    margin-right: -45%;
}
.pho13 {
    margin-right: -34%;
    margin-left: 1%;
}
.mai14,.mai13{
    margin-top: 20px;
}
.borderbtm{
    border-bottom: 1px solid #e5e5e5;
}
.responsive{
    
}
.nal {
    width: 100% !important;
    float: left !important;
}
.contnt2 p {
    padding: 0px 190px 10px 0px;
    font-size: 11px;
}
.dropdown-item {
    padding: 2% 10% !important;
}
.contnt3 p {
    margin-bottom: 0;
    padding: 0px 0px 0 165px;
}
	.contnt3 h3 {
    margin-top: -10%;
    margin-bottom: 6%;
}
.contactlinks{
	margin-top: 0px;
}
.img2 {
    height: 200px;
}
.ftrlinks a {
    color: #fff;
    padding-left: 0%;
}
.floating-label {
   
    font-size: 11px;
    padding: 0px 8px;
}
.service {
    margin-top: -50px;
    margin-bottom: 30px;
}
.service2 {
    margin-top: -50px;
}
.feature ul {
    margin-left: 7%;
}
.service3 {
    margin: 50px 0 0 0;
}


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

    .contnt2_1 p {
    color: #fff;
    margin-top: -30px;
    margin-right: 8px;
    padding: 0px 0px 0px 169px;
    font-size: 11px;
}
.pho11 {
    margin-left: 1%;
    margin-right: -50%;
}
.mai14, .mai13 {
    margin-top: 20px;
}
.service {
    margin-top: -50px;
    margin-bottom: 30px;
}
.service2 {
    margin-top: -50px;
}
.feature ul {
    margin-left: 7%;
}
.mai12 {
    font-size: 15px;
    margin-left: 155px;
}
.service3 {
    margin: 50px 0 0 0;
}


}

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

.laptopform {
    height: 70px !important;
   
}
    .logo a&gt;img{
   height: 60px;
    margin-top: 10px;
}
.formmargin {
    margin: 0 40px 0 40px;
}
.landmark_title h2{
    font-size:16px;
}
    .getaquote {
    text-align: right;
    margin-left: 180px;
    margin-top: -100px;
}
.btn-dark {
    font-size: 14px !important;
    padding: 10px 15px !important;
    }
    .pho12 {
    font-size: 15px;
}
.mai12 {
    font-size: 15px;
    margin-top:33px;
        margin-left: 50px;
}
.mai11{
     margin-top:33px;
}
.naa a {
    font-size: 14px;
    padding: 13px !important;
    margin: 0;
}
.pho11 {
    margin-left: 1%;
    margin-right: -50%;
}
.contnt2 h3 {
      margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;

}
.pho13 {
    margin-right: -40%;
    margin-left: 1%;
}
.mai14,.mai13{
    margin-top: 35px;
}
.borderbtm{
    border-bottom: 1px solid #e5e5e5;
}
.nal {
    width: 100% !important;
    float: left !important;
}
.contnt2 p {
 padding: 0px 150px 10px 0px;
    font-size: 11px;
}
.leftline {
    border-bottom: 3px solid #c20000;
    width: 160px;
    margin-bottom: 15px;
}
.dropdown-item {
    padding: 2% 10% !important;
}
.contnt3 p {
    margin-bottom: 0;
   padding: 0px 0px 0 150px;
    font-size: 11px;
}
.contnt2_1 p {
   
   padding: 0px 0px 0px 130px;
    margin-top: -20px;
    font-size: 11px;
}
.contactlinks{
	margin-top: 0px;
}
.img2 {
    height: 200px;
}
.ftrlinks a {
    color: #fff;
    padding-left: 0%;
}
.ftrlinks li {
    font-size: 10px;
    margin: 4px;
}
.floating-label {
   
    font-size: 11px;
    padding: 0px 8px;
}
.img3 {
    height: 235px;
}
.servic h3 {
    font-size: 17px;
}
.service {
    margin-top: -50px;
    margin-bottom: 30px;
}
.service2 {
    margin-top: -50px;
}
.feature ul {
    margin-left: 7%;
}
.service3 {
    margin: 50px 0 0 0;
}


}</pre></body></html>