*{
    margin:0px auto;
}
body{
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;   
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
}

.network{
    width: 32%;
    margin-left: 1%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.h_imag {
    position: relative;
    float:left;
    margin-left: 0px;
}

.image{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  padding:0px;
  margin:0px;
  float: left;
  transition: .5s ease;
  border-radius: 5%;
  backface-visibility: hidden;
}

.middle{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.h_imag:hover .image {
  opacity: 0.3;
}

.h_imag:hover .middle {
  opacity: 1;
}

.tex{
  background-color: #2b65c4;
  color: white;
  font-size: 12pt;
  padding: 5px;
  border-radius: 5px;
}
.clients{
    width: 100%;
    height:8420px;
}

.section{
    width: 100%;
}
nav img{
    height: 100px;
    width: auto;
    float:left;
    margin-left:100px;
    margin-top: -50px;
}
.aaa{
    width: 250px;
}
nav{
    width:60%;
    margin-left: 20%;
    height: 50px;
    text-align: left;
    color: #FFF;
    margin-top: 10px;
    background-color: #081E7A;
}
nav h6{
    line-height: 50px;
    font-size: 10pt;
    margin-top: 0px;
    padding-left: 41px;
    margin-right:40px;
    float: left;
}
span{
    color: #c4241c;
}
.navbar img{
    width:auto;
    height:20px;
}
.navbar a{
    text-decoration: none;
    color: #FFF;
    padding:17px 31px 16px 31px ;
    line-height: 50px;
}
.navbar a:hover{
    background-color: #FFF;
    color: #2a1cc4;
}
.df{
    color: #FFF;
}
nav img{
    height: 20px;
}
.logo{
    height: 70px;
    width: auto;
    margin-left: 5%;
    float:left;
    margin-top: -67px;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
 
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #2a1cc4;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color:#c4241c;
  color: #FFF;
}

/* Caption text */
.text {
  color: #FFF;
  font-size: 15px;
  background-color: #c4241c;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: auto;
  margin-top: -210px;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-top:-150px;
  margin: 0 2px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #333;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.products{
    height: 580px;
    width: 100%;
    background-color:#f8f8f8;
}
.section{
    height: auto;
    width: 32%;
    float:left;
    margin-left: 1.2%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.section img{
    height: 150px;
    width: auto;
    float: left;
    padding:30px;
    margin-top:45px;
    transition: transform .2s;
}
.section img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.section:hover{
    box-shadow:0px 9px 5px #D2D2D2;   
}
a{
    color: #000;
}
.section h6{
    color: #00237E;
    font-size: 13pt;
    padding-top: 20px;
    font-weight: 600;
    padding-left: 175px;
    font-family: Georgia;
}
.section li{
    color: #003893;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 20px;
    list-style-type: none;
    padding-left: 175px;
    font-family: arial;
  line-height: 17px;
}
.aaa{
    background-color: #999;
    height: 5px;
    width: 100%;
}
.review{
    height: auto;
    width:100%;
   margin-top: -2%;
	
}
footer{
    height: 720px;
    width: 100%;
    color: #FFF;
    font-size: 11pt;
    padding-top: 15px;
    background-color: #003893;
}
.first_footer{
    background-color: #003893;
    height:648px;
    width: 100%;
}
.second_footer{
    background-color: #DC143C;
    width: 100%;
    text-align: center;    
    padding:10px;
   margin-top: 2%;
}

.second_footer a{
  color: #FFF;
  text-decoration:none;
}

.second_footer a:hover{
  color: #1D55B0;
}

.second_footer p{
    float: none;
    line-height: 30px;
}
.foote{
    color: #FFF;
    text-decoration: none;
}
.foote:hover{
    color: #6173E1;
}
.first_footer_1{
    width: 1%;
    float: left;
    height: 309px;
}
.first_footer_1 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding-top: 0px;
    line-height: 35px;
}
.first_footer_1 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    margin-left: 100px;
}
.first_footer_1 a:hover{
    color:#8393F4;
}
.first_footer_1 p{
    margin-left: 0px;
    height: 34.5px;
    margin-top: 2px;
}
.first_footer_1 img{
    height: 20px;
    width: auto;
    margin-top: 19px;
    margin-left: 10px;
    margin-right: 10px;
    float:left;
}
.first_footer_2{
    width: 18%;
    float: left;
}
.first_footer_2 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}
.first_footer_2 img{
    height: 20px;
    width: auto;
    margin-top: 19px;
    margin-left: 75px;
    margin-right: 10px;
    float:left;
}
.first_footer_2 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 55px;
}
.first_footer_2 a:hover{
    color:#8393F4;
}
.first_footer_3{
    float: left;
    width: 22%;
}
.first_footer_3 h1{
    color: #FFF;
    font-size: 20px;
    padding-left: 55px;
    text-align: left;
    line-height: 35px;
    
}
.first_footer_4 h1{
    color: #FFF;
    font-size: 20px;
    padding-left: 20px;
    text-align: left;
    line-height: 35px;
    
}
.first_footer_5 h1{
    color: #FFF;
    font-size: 20px;
    padding-left: 30px;
    text-align: left;
    line-height: 35px;
    
}
.first_footer_3 img{
    height: 20px;
    width: auto;
    margin-top: 19px;
    margin-left: 0px;
    margin-right: 10px;
    float:left;
}
.first_footer_3 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 55px;
}
.first_footer_3 a:hover{
    color:#8393F4;
}
.first_footer_4{
    float: left;
    width: 17%;
    height: 310px;
}

.first_footer_4 img{
    height: 20px;
    width: auto;
    margin-top: 19px;
    margin-left: 0px;
    margin-right: 10px;
    float:left;
}
.first_footer_4 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 55px;
}
.first_footer_4 a:hover{
    color:#8393F4;
}
.first_footer_5{
    float: left;
    width: 15%;
    height: 310px;
}
.logo_box{
    width:100%;
    float:left;
    height:auto;
}
.logo_box img{
    width:50%;
    margin-left:25%;
    height:auto;
    margin-top:0px;
}
.first_footer_5 img{
    height: 20px;
    width: auto;
    margin-top: 19px;
    margin-left: 0px;
    margin-right: 10px;
    float:left;
}
.first_footer_5 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 55px;
}
.first_footer_5 a:hover{
    color:#8393F4;
}
.slideshow-containera {
  background: #DC143C ;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #000;
}
.slideshow-containera p{
    color: #FFF;
    padding-left: 0px;
    width: 80%;
    line-height: 30px;
}
/* Slides */
.te {
  display: none;
  text-align: center;  
color: #333;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  margin-top: 1020px;
  padding: 16px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #8393F4;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-containera {
    text-align: center;
    padding: 20px;
    color: #FFF;
    font-size: 15pt;
    font-weight: bold;
    background: #003893;
}
.dot-containera img{
    height: 30px;
    margin-top: 0px;
    width:auto;
    float: left;
    padding-left:35%;
}
.dot-containera p{
    text-align: left;
    line-height: 30px;
}

/* The dots/bullets/indicators */
.dota {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dota:hover {
  background-color: #081E7A;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {
color: #081E7A;
padding-top: 10px;
text-decoration: none;
}
.blank{
    height:0px;  
}


.ourclient{
    width: 100%;
    height: auto;
    background-color:#FFF;
}
.ourclient p{
text-align: center;
color: #00237E;
font-size: 18pt;
font-weight: bolder;
padding-top: 40px;
}

.client_three{
    margin-top:60px;
    width: 100%;
    height: 1602px;
}
.our_three_client{
    height: auto;
    width:48%;
    float:left;
    margin-left: 1.3%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.our_three_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_three_client img{
    height: 135px;
    width: auto;
    float: left;
    padding:30px;
    margin-top:23px;
    transition: transform .2s;
    margin-left:0px;
}
.our_three_client img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.our_three_client h6{
    color: #00237E;
    font-size: 15pt;
    padding-top: 20px;
    font-weight: 600;
    padding-left: 28%;
    font-family: Georgia;
    margin-top: -20px;
}

.our_three_client p{
color: #1D55B0;
font-size: 12.5pt;
padding-top: 0px;
font-weight: 400;
margin-left: 10px;
font-family: Georgia;
line-height: 27px;
text-align: justify;
margin-top: 15px;
}

.client_four{
    margin-top:60px;
    width: 100%;
    height: 1307px;
}
.our_four_client{
    height: auto;
    width:48%;
    float:left;
    margin-left: 1.3%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.our_four_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_four_client img{
    height: 150px;
    width: auto;
    float: left;
    padding:30px;
    margin-top:23px;
    transition: transform .2s;
    margin-left:0px;
}
.our_four_client img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.our_four_client h6{
    color: #00237E;
    font-size: 15pt;
    padding-top: 20px;
    font-weight: 600;
    padding-left: 28%;
    font-family: Georgia;
    margin-top: -20px;
}

.our_four_client p{
color: #1D55B0;
font-size: 12.5pt;
padding-top: 0px;
font-weight: 400;
margin-left: 10px;
font-family: Georgia;
line-height: 27px;
text-align: justify;
margin-top: 15px;
}

.ourproject{
    width: 100%;
    height: 1522px;
    background-color:#FFF;
    margin-top: -233px;
}
.ourproject p{
text-align: center;
color: #00237E;
font-size: 18pt;
font-weight: bolder;
padding-top: 40px;
}

.client_five{
    margin-top:60px;
    width: 100%;
    height: 777px;
}
.our_five_client{
    height: auto;
    width:48%;
    float:left;
    margin-left: 1.3%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.our_five_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_five_client img{
    height: 150px;
    width: auto;
    float: left;
    padding:30px;
    margin-top:23px;
    transition: transform .2s;
    margin-left:0px;
}
.our_five_client img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.our_five_client h6{
    color: #00237E;
    font-size: 15pt;
    padding-top: 20px;
    font-weight: 600;
    padding-left: 28%;
    font-family: Georgia;
    margin-top: -20px;
}

.our_five_client p{
color: #1D55B0;
font-size: 12.5pt;
padding-top: 0px;
font-weight: 400;
margin-left: 10px;
font-family: arial;
line-height: 27px;
text-align: justify;
margin-top: 15px;
}

.ourpartner{
    width: 100%;
    height: auto;
    background-color:#FFF;
}
.ourpartner h1{
text-align: center;
  color: #00237E;
  font-size: 18pt;
  font-weight: bolder;
  padding-top: 40px;
  padding-left: 0px;
}

.p_box p{
color: #1D55B0;
font-size: 12.5pt;
padding-top: 0px;
font-weight: 400;
margin-left: 10px;
font-family: arial;
line-height: 27px;
text-align: justify;
margin-top: 15px;
}

.home_contact{
    width: 100%;
    height: 661px;
    padding-top: 16px;
    
}

.p_box{
    width: 70.9%;
    float: right;
    height: auto;
    margin-right: 20px;

}










@media only screen and (max-width: 1080px) {

.fom{
    height:auto;
    width: 61%;
    margin-left: 1%;
    float: left;
}
.fom img{
    width: 100%;
}

.products{
    height: 550px;
    width: 100%;
    background-color:#f8f8f8;
}
.about_us{
    height: 230px;
    width: 100%;
}
.about_sub{
    height: 235px;
    width: 32%;
    float: left;
    margin-left: 1%;
    margin-top: 5px;
    line-height: 17pt;
    border: 2px solid #999;
}
.about_sub p{
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
}
.about_sub p:hover{
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
}
.about_sub h1{
    text-align: center;
    color: #FFF;
    font-size: 18pt;
    line-height: 20pt;
    padding:2px;
    background-color: #ff6666;
}

.about_ima h6{
text-align: center;
font-size: 19pt;
padding-top: 58px;
padding-bottom: 15px;
}


.clients{
    width: 100%;
    height: 8420px;
}

.section{
height: auto;
width: 32%;
float: left;
margin-left: 1.3%;
margin-bottom: 20px;
padding-bottom: 10px;
}
.section img{
    height: 130px;
    width: auto;
    float: left;
    padding:30px;
    margin-top:64px;
    transition: transform .2s;
}
.section img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.section:hover{
    box-shadow:0px 9px 5px #D2D2D2;   
}
a{
    color: #000;
}
.section h6{
    color: #00237E;
    font-size: 10pt;
    padding-top: 20px;
    font-weight: 600;
    padding-left: 130px;
    font-family: Georgia;
}
.section li{
    color: #1D55B0;
    font-size: 11pt;
    text-decoration: none;
    padding-top: 20px;
    list-style-type: none;
    padding-left: 140px;
    font-family: arial;
  line-height: 17px;
}
.first_footer_5{
    float: left;
    margin-top:-220px;
    width: 25%;
    height: 310px;
}
.logo_box{
    width:0%;
    display:none;
    float:left;
    height:auto;
}
.logo_box img{
    width:0%;
    height:auto;
    margin-top:0px;
}
.first_footer_5 img{
    height: 20px;
    width: auto;
    margin-top: 19px;
    margin-left: 0px;
    margin-right: 10px;
    float:left;
}
.first_footer_5 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 55px;
}
.first_footer_5 a:hover{
    color:#8393F4;
}


.aaa{
    background-color: #999;
    height: 5px;
    width: 100%;
}
.review{
    height: auto;
    width:100%;
    margin-top: -60px;
}

footer{
    height: 640px;
    width: 100%;
    color: #FFF;
    padding-top: 20px;
}
.first_footer{
    height: 942px;
    width: 100%;
}
.second_footer{
    height: auto;
    width: 100%;
    text-align: center;    
    padding:10px;
}

.second_footer a{
  color: #FFF;
  text-decoration:none;
}

.second_footer a:hover{
  color: #1D55B0;
}


.second_footer p{
    float: left;
}
.foote{
    color: #FFF;
    text-decoration: none;
}
.foote:hover{
    color: #6173E1;
}
.first_footer_1{
    width: 0%;
    float: left;
    height: 310px;
}
.first_footer_1 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    line-height: 35px;
}
.first_footer_1 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    margin-left: 50px;
}
.first_footer_1 a:hover{
    color:#8393F4;
}
.first_footer_1 p{
    margin-left: 0px;
    height: 29.5px;
    margin-top: 2px;
}
.first_footer_1 img{
    height: 25px;
    width: auto;
    margin-top: 16px;
    margin-left: 50px;
    margin-right: 10px;
    float:left;
}
.first_footer_2{
    width: 30%;
    float: left;
}
.first_footer_2 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}
.first_footer_2 img{
    height: 25px;
    width: auto;
    margin-top: 16px;
    margin-left: 90px;
    margin-right: 10px;
    float:left;
}
.first_footer_2 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 55px;
}
.first_footer_2 a:hover{
    color:#8393F4;
}
.first_footer_3{
    float: left;
    width: 35%;
}
.first_footer_3 h1{
    color: #FFF;
    font-size: 20px;
    text-align: left;
    padding-left:55px;
    line-height: 35px;
}
.first_footer_3 img{
    height: 25px;
    width: auto;
    margin-top: 16px;
    margin-left: 30px;
    margin-right: 10px;
    float:left;
}
.first_footer_3 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 55px;
}
.first_footer_3 a:hover{
    color:#8393F4;
}
.first_footer_4{
    float: left;
    width: 32%;
    margin-top: -219px;
}
.first_footer_4 h1{
    color: #FFF;
    font-size: 20px;
    text-align: left;
    margin-left:60px;
    line-height: 35px;
}
.first_footer_4 img{
    height: 20px;
    width: auto;
    margin-top: 8px;
    margin-left: 60px;
    margin-right: 10px;
    float:left;
}
.first_footer_4 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 40px;
}
.first_footer_4 a:hover{
    color:#8393F4;
}

/*Text slider*/
.slideshow-containera {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #000;
}
.slideshow-containera p{
    color: #FFF;
    padding-left: 0px;
}
/* Slides */
.te {
  display: none;
  text-align: center;  
color: #333;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: 1049px;
  padding: 16px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #8393F4;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-containera {
    text-align: center;
    padding: 20px;
    color: #FFF;
    font-size: 15pt;
    font-weight: bold;
}
.dot-containera img{
    height: 30px;
    padding-top: 0px;
    width:auto;
    float: left;
    padding-left:35%;
}
.dot-containera p{
    text-align: left;
    line-height: 30px;
}

/* The dots/bullets/indicators */
.dota {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dota:hover {
  background-color: #081E7A;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {
color: #081E7A;
padding-top: 10px;
text-decoration: none;
}
.blank{
    height:0px;  
}

.ourclient p{
    text-align: center;
    color: #00237E;
    font-size: 18pt;
    font-weight: bolder;
    padding-top: 40px;
    }    

.client_three{
    margin-top:60px;
    width: 100%;
    height: 1602px;
}
.our_three_client{
    height: auto;
    width:48%;
    float:left;
    margin-left: 1.3%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.our_three_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_three_client img{
    height: 30%;
    width: auto;
    float: left;
    padding:30px;
    margin-top:23px;
    transition: transform .2s;
    margin-left:0px;
}
.our_three_client img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
.our_three_client h6{
    color: #00237E;
    font-size: 13pt;
    padding-top: 20px;
    font-weight: 400;
    padding-left: 25%;
    font-family: Georgia;
    margin-top: -20px;
}

.our_three_client p{
    color: #1D55B0;
    font-size: 15.3px;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: Georgia;
    line-height: 26px;
    margin-top: 15px;
}


.client_four{
    margin-top:60px;
    width: 100%;
    height: 1307px;
}
.our_four_client{
    height: auto;
    width:48%;
    float:left;
    margin-left: 1.3%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.our_four_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_four_client img{
    height: 30%;
    width: auto;
    float: left;
    padding:30px;
    margin-top:23px;
    transition: transform .2s;
    margin-left:0px;
}
.our_four_client img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
.our_four_client h6{
    color: #00237E;
    font-size: 13pt;
    padding-top: 20px;
    font-weight: 400;
    padding-left: 32%;
    font-family: Georgia;
    margin-top: -20px;
}

.our_four_client p{
    color: #1D55B0;
    font-size: 15.3px;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: Georgia;
    line-height: 26px;
    margin-top: 15px;
}
    

	
	
.ourproject{
    width: 100%;
    height: auto;
    background-color:#FFF;
    margin-top: -257px;
}

.ourpartner{
    width: 100%;
    height: auto;
    background-color:#FFF;
    margin-top: 142px;
}
.ourpartner h1{
text-align: center;
color: #00237E;
font-size: 18pt;
font-weight: bolder;
padding-top: 40px;
}
    
.client_five{
    margin-top:60px;
    width: 100%;
    height: 879px;
}
.our_five_client{
    height: auto;
    width:48%;
    float:left;
    margin-left: 1.3%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.our_five_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_five_client img{
    height: 30%;
    width: auto;
    float: left;
    padding:30px;
    margin-top:23px;
    transition: transform .2s;
    margin-left:0px;
}
.our_five_client img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
.our_five_client h6{
    color: #00237E;
    font-size: 13pt;
    padding-top: 20px;
    font-weight: 400;
    padding-left: 32%;
    font-family: Georgia;
    margin-top: -20px;
}

.our_five_client p{
    color: #1D55B0;
    font-size: 15.3px;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: arial;
    line-height: 26px;
    margin-top: 15px;
}

.p_box {
    width: 63.0%;
    margin-top: 0px;
}
    
.about_ima{
        margin-top: 0px;
        height: auto;
        margin-bottom: -25px;
    }
}








@media only screen and (max-width:768px) {

.about_us{
    height: 350px;
    width: 100%;
}

.fom{
    height:auto;
    width: 61%;
    margin-left: 1%;
    float: left;
}
.fom img{
    width: 100%;
}

 .about_image{
  margin-top: -558px;  
 }

.about_sub{
    height: 309px;
    width: 32%;
    float: left;
    margin-left: 1%;
    margin-top: 5px;
    line-height: 16pt;
    border: 2px solid #999;
}
.about_sub p{
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
}
.about_sub p:hover{
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
}
.about_sub h1{
    text-align: center;
    color: #FFF;
    font-size: 18pt;
    line-height: 20pt;
    padding:2px;
    background-color: #ff6666;
}

.asas{
width: 25%;
float: left;
height: auto;
text-align: center;
font-size: 12pt;
color: #272762;
}
.asas img{
    width:100%;
    margin-top: 66px;
}

.about_ima h6{
text-align: center;
font-size: 18pt;
padding-top: 30px;
font-weight: 600;
margin-bottom: -105px;
}

.products{
    height: 775px;
    width: 100%;
    background-color:#f8f8f8;
}
.clients{
    width: 100%;
    height: 8455px;
}
.section{
    height: auto;
    width: 48%;
    float:left;
    margin-left: 1.3%;
    padding-bottom: 10px;
}
.section img{
    height: 120px;
    width: auto;
    float: left;
    padding:25px;
    margin-top:45px;
    transition: transform .2s;
}
.section img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.section:hover{
    box-shadow:0px 9px 5px #D2D2D2;   
}
a{
    color: #000;
}
.section h6{
    color: #00237E;
    font-size: 11pt;
    padding-top: 20px;
    font-weight: 600;
    padding-left: 100px;
    font-family: Georgia;
}
.section li{
color: #1D55B0;
font-size: 13px;
text-decoration: none;
padding-top: 20px;
list-style-type: none;
padding-left: 120px;
font-family: arial;
  line-height: 17px;
}

.review{
    height: auto;
    width:100%;
    margin-top: -60px;
}

footer{
    height: 2126px;
    width: 100%;
    color: #FFF;
    padding-top: 20px;
}
.first_footer{
    height:1106px;
    width: 100%;
}
.second_footer{
    height: auto;
    width: 100%;
    text-align: center;    
    padding-top:10px;
    margin-top: 990px;
}

.second_footer a{
  color: #FFF;
  text-decoration:none;
}

.second_footer a:hover{
  color: #1D55B0;
}

.second_footer p{
    float: left;
}
.footer{
    color: #FFF;
    text-decoration: none;
}
.foote:hover{
    color: #6173E1;
}
.first_footer_1{
    width: 0%;
    float: left;
    height: auto;
}
.first_footer_1 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    line-height: 35px;
}
.first_footer_1 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    margin-left: 20px;
    line-height: 20.5px;
}
.first_footer_1 a:hover{
    color:#8393F4;
}
.first_footer_1 p{
    margin-left: 0px;
    height: 25.5px;
    margin-top: 2px;
}
.first_footer_1 img{
    height: 25px;
    width: auto;
    margin-top: 16px;
    margin-left: 105px;
    margin-right: 10px;
    float:left;
}
.first_footer_2{
    width: 100%;
    float: none;
}
.first_footer_2 h1{
    color: #FFF;
    font-size: 20px;
    text-align: left;
    line-height: 35px;
    padding-left: 60px;
}
.first_footer_2 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 45%;
    margin-right: 10px;
    float:left;
}
.first_footer_2 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    padding-top: 5px;
    line-height: 50px;
}
.first_footer_2 a:hover{
    color:#8393F4;
}
.first_footer_3{
float: none;
width: 100%;
height: 298px;
padding-left: 0px;
}

.first_footer_3 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    padding-top: 25px;
    padding-left:0px;
}
.first_footer_3 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 30%;
    margin-right: 10px;
    float:left;
}

.first_footer_4 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 40%;
    margin-right: 10px;
    float:left;
}

.first_footer_5 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 35%;
    margin-right: 10px;
    float:left;
}
.first_footer_3 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 50px;
}
.first_footer_3 a:hover{
    color:#8393F4;
}
.first_footer_4 h1{
    text-align:center;
    padding-left:0px;
}
  
.first_footer_5 h1{
    text-align:center;
    padding-left:0px;
}
    
.first_footer_4{
float: none;
width: 100%;
height: 800px;
padding-top: 496px;
margin-left: -67px;
}

.first_footer_5{
float: none;
width: 100%;
margin-top: 153px;
margin-left: -20px;
}

.slideshow-containera {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #000;
}
.slideshow-containera p{
    color: #FFF;
    padding-left: 0px;
}
/* Slides */
.te {
  display: none;
  text-align: center;  
color: #333;
font-size:11pt;
padding-top: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #8393F4;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-containera {
    text-align: center;
    padding: 20px;
    color: #FFF;
    font-size: 15pt;
    font-weight: bold;
}
.dot-containera img{
height: 30px;
padding-top: 0px;
width: auto;
float: left;
margin-left: 26px;
}
.dot-containera p{
margin-left: 251px;
margin-top: 37px;
}

/* The dots/bullets/indicators */
.dota {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dota:hover {
  background-color: #081E7A;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {
padding-top: 10px;
text-decoration: none;
}
.blank{
    height:0px;  
}
.ourclient{
    height:2499px;
    background-color: #FFF;
    }

.ourclient p{
text-align: center;
color: #00237E;
font-size: 22px;
padding-top: 19px;
margin-bottom: -22px;
}

.our_three_client {
    height: auto;
    width: 95%;
    margin-left: 2.3%;
}
.our_three_client img {
margin-left: 2%;
margin-top: 4px;
width: 24%;
height: auto;
}

.our_three_client img:hover{
    -ms-transform: scale(1.4); /* IE 9 */
    -webkit-transform: scale(1.4); /* Safari 3-8 */
    transform: scale(1.4); 
}
.our_three_client h6 {
    margin-left: 19px;
}
.client_three {
    margin-top: 42px;
}

.client_four{
    margin-top:60px;
    width: 100%;
    height: 1307px;
}
.our_four_client{
    height: auto;
    width: 95%;
    margin-left: 2.3%;
}
.our_four_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_four_client img{
margin-left: 2%;
margin-top: 4px;
width: 24%;
height: auto;
}

.our_four_client img:hover{
    -ms-transform: scale(1.4); /* IE 9 */
    -webkit-transform: scale(1.4); /* Safari 3-8 */
    transform: scale(1.4); 
}

.our_four_client h6{
margin-left: -32px;
}

.our_four_client p{
    color: #1D55B0;
    font-size: 15.3px;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: Georgia;
    line-height: 26px;
    margin-top: 15px;
}


.ourproject{
    width: 100%;
    height: 2528px;
    background-color:#FFF;
    margin-top: 29px;
}

.ourproject p {
text-align: center;
color: #00237E;
font-size: 22px;
margin-bottom: -34px;
margin-top: -50px;
}

.ourpartner{
    width: 100%;
    height: auto;
    background-color:#FFF;
    margin-top: 60px;
}
.ourpartner h1{
text-align: center;
color: #00237E;
font-size: 22px;
margin-bottom: -34px;
margin-top: -74px
}
    
.client_five{
    margin-top:60px;
    width: 100%;
    height: 964px;
}
.our_five_client{
    height: auto;
    width: 95%;
    margin-left: 2.3%;
}

.our_five_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_five_client img{
margin-left: 2%;
margin-top: -8px;
width: 24%;
height: auto;
}
.our_five_client img:hover{
    -ms-transform: scale(1.4); /* IE 9 */
    -webkit-transform: scale(1.4); /* Safari 3-8 */
    transform: scale(1.4); 
}
.our_five_client h6{
margin-left: -32px;
}

.our_five_client p{
    color: #1D55B0;
    font-size: 15.3px;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: arial;
    line-height: 26px;
    margin-top: 15px;
}

.p_box {
    width: 70.9%;
    margin-top: -9px;
}

.p_box p{
    color: #1D55B0;
    font-size: 11pt;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 10px;
    font-family: arial;
    line-height: 26px;
    text-align: justify;
    margin-top: 21px;
    padding-bottom: 20px;
    }   

.nav-title img {
    margin-left: -195px;
}

}











@media only screen and (max-width: 480px) {
.products{
    height: 1210px;
    width: 100%;
    background-color:#f8f8f8;
}
.about_ima h6{
padding-bottom: 134px;
font-size: 17pt;
}
.asas{
font-size: 13pt;
width: 50%;
padding-bottom: 26px;
margin-left: 0px;
font-weight: 600;
}

.asas img{
    width:100%;
    margin-top: -9px;
}

.about_ima{
    height:684px;
    width: 100%;
    background-color: #08080808;
    color: #272762;
    margin-bottom: -60px;
}
.section{
    height: auto;
    width: 100%;
    float:left;
    margin-left: 0%;
    padding-bottom: 10px;
}
.section img{
    height: 130px;
    width: auto;
    float: left;
    padding:23px;
    padding-left:32px;
    margin-top: 55px;
    transition: transform .2s;
}
.section img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.section:hover{
    box-shadow:0px 9px 5px #D2D2D2;   
}
a{
    color: #000;
}
.section h6{
    color: #00237E;
    font-size: 12pt;
    padding-top: 20px;
    font-weight: 600;
    padding-left: 90px;
    font-family: Georgia;
}
.section li{
    color: #003893;
    font-size: 11pt;
    text-decoration: none;
    padding-top: 20px;
    list-style-type: none;
    padding-left: 150px;
    font-family: arial;
  line-height: 17px;
}


.review{
    height: auto;
    width:100%;
    margin-top: 63px;
}

footer{
height: 3075px;
    width: 100%;
    color: #FFF;
    margin-top: 0px;
    margin-left: 0%;
}

.first_footer{
height: auto;
    width: 100%;
    margin-top: 111%;
    margin-left: 0%;
}

.first_footer_1{
    width: 35%;
    float: left;
    height: auto;
   margin-left: 0%;
}
.first_footer_1 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    line-height: 35px;
}
.first_footer_1 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    margin-left: 20px;
    line-height: 20.5px;
}
.first_footer_1 a:hover{
    color:#8393F4;
}
.first_footer_1 p{
    margin-left: 0px;
    height: 25.5px;
    margin-top: 2px;
}
.first_footer_1 img{
    height: 25px;
    width: auto;
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 10px;
    float:left;
}
.first_footer_2{
width: 100%;
float: none;
margin-bottom: 57px;
margin-left: 0%;
}
.first_footer_2 h1{
    color: #FFF;
    font-size: 20px;
    text-align:center;
    text-align: left;
    line-height: 35px;
    padding-left: 0px;
}
.first_footer_2 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 20%;
    margin-right: 10px;
    float:left;
}
.first_footer_2 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    padding-top: 5px;
    line-height: 50px;
}
.first_footer_2 a:hover{
    color:#8393F4;
}
.first_footer_3{
float: none;
width: 100%;
margin-left: 0%;
margin-top: -70px;
margin-bottom: 79px;
}
.first_footer_3 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    padding-top: 33px;
    padding-left: 0px;
}
.first_footer_4 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    padding-top: 25px;
    padding-left: 0px;
}
.first_footer_5 h1{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    padding-top: 25px;
    padding-left: 0px;
}
.first_footer_3 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 20%;
    margin-right: 10px;
    float:left;
}
.first_footer_4 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 20%;
    margin-right: 10px;
    float:left;
}
.first_footer_5 img{
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-left: 20%;
    margin-right: 10px;
    float:left;
}
.first_footer_3 a{
    color: #FFF;
    font-weight: none;
    text-decoration: none;
    text-align: left;
    line-height: 50px;
}
.first_footer_3 a:hover{
    color:#8393F4;
}
.first_footer_4{
float: none;
    width: 100%;
    text-align: center;
    margin-top: -54%;
    margin-left: 0%;
}

.first_footer_4 h1{
    margin-left:0px;
}
.first_footer_5{
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 154px;
    margin-left: 0%;	
}
/*Text slider*/
.slideshow-containera {
  position: relative;
  padding-top: 35px;
  padding-bottom: 70px;
  color: #000;
}
.slideshow-containera p{
    color: #FFF;
    padding-left: 0px;
}
/* Slides */
.te {
  display: none;
  text-align: center;  
color: #333;
font-size:11pt;
width: 70%;
padding-top: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #8393F4;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-containera {
    text-align: center;
    padding: 20px;
    color: #FFF;
    font-size: 15pt;
    font-weight: bold;
}
.dot-containera img{
    height: 30px;
    padding-top: 0px;
    width:auto;
    float: none;
    padding-left:4%;
}
.dot-containera p{
text-align: center;
line-height: 12px;
margin-left: 2px;
margin-top: 13px;
}

/* The dots/bullets/indicators */
.dota {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dota:hover {
  background-color: #081E7A;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {
color: #081E7A;
padding-top: 10px;
text-decoration: none;
}
.blank{
    height:0px;  
}   
  .clients{
    width: 100%;
    height: 4416px;
} 
    
.tex{
    font-size: 9pt;
}
.about_us{
    height: 554px;
    width: 100%;
}
.about_sub{
    height: auto;
    width: 98%;
    float: left;
    margin-left: 1%;
    margin-top: 5px;
    line-height: 17pt;
    border: 2px solid #999;
}
.about_sub p{
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
}
.about_sub p:hover{
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
}
.about_sub h1{
    text-align: center;
    color: #FFF;
    font-size: 18pt;
    line-height: 20pt;
    padding:2px;
    background-color: #ff6666;
}

.second_footer{ 
height: 46px;
    width: 100%;
    line-height: 40px;
    font-size: 10pt;
    text-align: center;
    padding-top: 4px;
    margin-top: 123%;
    margin-left: 0%;
}

.second_footer a{
  color: #FFF;
  text-decoration:none;
}

.second_footer a:hover{
  color: #1D55B0;
}


.our_three_client img {
margin-left: 26%;
width: 50%;
height: auto;
margin-top: -11px;
}
.our_three_client img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.ourclient p {
color: #00237E;
margin-top: 0px;
font-size: 22px;
}

.ourclient{
width: 100%;
height: 4406px;
background-color: #FFF;
margin-top: 0px;
}

.nav-title img {

    margin-left: 0px;
}
.our_three_client h6 {
    margin-left: 0%;
    font-size: 18px;
    padding-left: 0;
    text-align: center;
    color: #00237E;
    }

.client_three {
    margin-top: 35px;
}


.client_four{
    margin-top:60px;
    width: 100%;
    height: 1307px;
}
.our_four_client{
height: auto;
width: 95%;
margin-left: 2.3%;
margin-bottom: 50px;
padding-bottom: 10px;
}
.our_four_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}
.our_four_client img{
margin-left: 24%;
width: 56%;
height: auto;
margin-top: -11px;
padding: 30px;
transition: transform .2s;
}

.our_four_client img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.ourproject{
    width: 100%;
    height: 4611px;
    background-color:#FFF;
    margin-top: -33px;
}

.ourproject p {
color: #00237E;
font-size: 22px;
margin-top: 0px;
margin-bottom: -20px;
}

.our_four_client h6{
margin-left: -31%;
font-size: 18px;
text-align: center;
color: #00237E;
}

.our_four_client p{
    color: #1D55B0;
    font-size: 15.3px;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: Georgia;
    line-height: 26px;
    margin-top: 15px;
}

.p_box {
    width: 93.9%;
    margin-top: -32px;
    
}

.p_box p{
    font-size: 11pt;
    line-height: 30px;
    margin-left: 10px;
    color: #1D55B0;
    width: 100%;
    font-family: arial;
}

    
.client_five{
margin-top: 37px;
width: 100%;
height: 2244px;
background-color: #FFF;
}
.our_five_client{
height: auto;
width: 95%;
margin-left: 2.3%;
margin-bottom: 50px;
padding-bottom: 10px;
}
.our_five_client:hover{
    box-shadow:0px 9px 5px #ABABAB;   
}

.our_five_client img{
margin-left: 24%;
width: 56%;
height: auto;
margin-top: -11px;
padding: 30px;
transition: transform .2s;
}

.our_five_client img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.our_five_client h6{
font-size: 18px;
text-align: center;
color: #00237E;
margin-left: -132px;
}

.our_five_client p{
    color: #1D55B0;
    font-size: 15.3px;
    padding-top: 0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: arial;
    line-height: 26px;
    margin-top: 15px;
}

.ourpartner{
    width: 100%;
    height: auto;
    background-color:#FFF;
    margin-top: -15px;
}
.ourpartner h1{
font-size: 22px;
    margin-bottom: -3px;
}

}
