
html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

img{ width:100%; }

p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.9;
    color: #999;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

#mySidenav{
  position:fixed;
  z-index:99999;
right: 0; opacity:1; transition:all 800ms ease-in-out; }
#mySidenav a {
    position: absolute;
    right:-57px;
    transition:all 500ms ease-in-out;
    padding: 8px 8px 8px 10px;
    width: 140px;
    text-decoration: none;
    font-size: 17px;
    line-height:19px;
    color: white;
    transform: rotate(90deg);
    border-radius: 10px;
    border:none;
    outline:none;
}
#mySidenav span{
  margin-left: 8px;
}


#mySidenav .rt-block{ position:fixed; right:57px; top:40%; padding:0; margin:0; }
#mySidenav .rt-block ul{ padding:0; margin:0; }
#mySidenav .rt-block ul li{ list-style:none; padding:0 2px 27px 0; margin:0 0 12px; }
#mySidenav .rt-block ul li a{ display:inline-block; font-size:17px; color:#3363C3; border-radius:50%; width:35px; height:35px; text-align:center; border:2px solid #213F93; text-decoration:none; background:#fff; padding:3px 0 0 0; margin:0; }
#mySidenav .rt-block ul li a:hover{ color:#213F93; }

/*=============== Header Start ==================*/
.navbar-default{ background:none; border:none; padding:0; margin:0; transition:all 600ms ease-in-out; }
.navbar-default .md-header{ background:#fff; }
.navbar-default .logo{ width:350px; float:left; line-height:0; padding:0; margin:0; transition:all 600ms ease-in-out; }
.navbar-default .logo a{ display:block; }
.navbar-default .logo img{width:100%; height:auto; transition:all 600ms ease-in-out; }
.navbar-default .navigation{ float:right; padding:42px 0 0 0; margin:0; transition:all 600ms ease-in-out; }
.navbar-default .navigation .rt-block{ float:right; padding:0; margin:-7px -113px 0 0; }
.navbar-default .navigation .rt-block ul{ padding:0; margin:0; }
.navbar-default .navigation .rt-block ul li{ display:block; float:left; list-style:none; padding:0; margin:0 10px 0 0; }
.navbar-default .navigation .rt-block ul li a{ display:block; font-size:18px; color:#fff; border-radius:50%; width:30px; height:30px; text-align:center; border:2px solid #fd9f3e; text-decoration:none; padding:0; margin:0; }
.navbar-default .navigation .rt-block ul li a:hover{ background:#fff; color:#fd9f3e; }
.article, aside, details, figcaption, figure, header, hgroup, main, nav, section, summary{ float:left; margin:0 0 0 0; }

.navbar-default .top-header{ background:#0e60c9; padding: 0; margin:0; transition:all 600ms ease-in-out; }
.navbar-default .top-header .lt-site{ padding:4px 0; margin:0; }
.navbar-default .top-header .lt-site ul{ padding:0; margin:0; }
.navbar-default .top-header .lt-site ul li{ display:inline-block; list-style:none; font-family: 'Hind Madurai', sans-serif; font-size:16px; line-height:18px; color:#fff; padding:0 10px 0 0; margin:0; }
.navbar-default .top-header .lt-site ul li span{ color:#15c2ff; padding:0 5px 0 0; margin:0; }

.navbar-default .top-header .md-site{ padding:2px 0 0; margin:0; }
.navbar-default .top-header .md-site a{ width:30%; display:block; background:#0b94ca; text-align:center; border-radius:20px; font-family: 'Source Sans Pro', sans-serif; font-size:17px; line-height:19px; color:#fff; padding:3px 0 5px; margin:0 auto; }

.navbar-default .top-header .rt-site{ padding:4px 0; margin:0; }
.navbar-default .top-header .rt-site ul{ float:right; padding:0; margin:0; }
.navbar-default .top-header .rt-site ul li{ display:inline-block; list-style:none; font-family: 'Hind Madurai', sans-serif; font-size:18px; font-weight:bold; line-height:20px; color:#fff; padding:0 20px 0 0; margin:0; }
.navbar-default .top-header .rt-site ul li a{ color:#fff; }
.navbar-default .top-header .rt-site ul li span{ color:#15c2ff; padding:0 5px 0 0; margin:0; }

.navbar-default .bottom-header{ background:#f2f2f2; padding:0px 0; margin:0; transition:all 600ms ease-in-out; }
.navbar-default .bottom-header .text-run{ font-family: 'Hind Madurai', sans-serif; font-size:15px; font-weight:600; line-height:18px; color:#303030; padding:6px 0 0; margin:0; }
.navbar-default .bottom-header a{ color:#303030; }
.navbar-default .bottom-header .text-run span img{ width:25px; height:25px; }



@media screen and (min-width: 992px) {
  .navbar-default.navbar-shrink { box-shadow: 0 0 20px -2px #474747; transition:all 600ms ease-in-out; }
  .navbar-default.navbar-shrink .logo{ width:250px; padding:0 0 0; }
  .navbar-default.navbar-shrink .navigation{ padding:23px 0 0; }
  .navbar-default.navbar-shrink .top-header{ opacity:0; margin: -31px 0 0; }
  
}


/*--banner-slider--*/
.slider{ margin:162px 0 0; }
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 45%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    left: 51%;
}

.callbacks_nav.prev {
    background: transparent url(../images/left11.png) no-repeat;
    left: 6%;
}

.callbacks_nav.next {
    background: transparent url(../images/right11.png) no-repeat;
    left: 92%;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 21%;
    left: 68.5%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 5px;
}

.animated {
    z-index: 99;
}


/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 2px 2px 5px #000000;
    -webkit-box-shadow: 2px 2px 5px #000000;
    -o-box-shadow: 2px 2px 5px #000000;
    -moz-box-shadow: 2px 2px 5px #000000;
    -ms-box-shadow: 2px 2px 5px #000000;
}

.callbacks_here a:after {
    background: #93c83f;
}


/*----*/

.slider_banner_info_w3ls {
    margin-top:25%;
    padding: 10px 0;
    width:100%;
}

.slider_banner_info_w3ls p {
    font-family: 'Hind Madurai', sans-serif;
    font-size:28px;
    line-height:36px;
    color: #fff;
    font-weight:400;
    text-align:center;
    padding:0 8px 20px;
    text-transform:uppercase; 
    
}
.slider_banner_info_w3ls p span{ text-transform: capitalize; }


.slider_banner_info_w3ls a{ text-align: center;
display: block;
background: #151C4B;
width:28%;
margin: 0 auto;
padding:7px 0;
color: #fff; }

.slider_banner_info_w3ls h4 span {
    color:#FCC302;
    display: block;
}

img.img-responsive {
    width: 100%;
}

.slider-img1 {
    background: url(../images/ba1.jpg) no-repeat  0px 0px;
}

.slider-img1 .dott{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: auto auto;
    background-size:2px; min-height:630px;
}

.slider-img2 .dott{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: auto auto;
    background-size:2px; min-height:630px;
}

.slider-img3 .dott{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: auto auto;
    background-size:2px; min-height:630px;
}

.slider-img4 .dott{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: auto auto;
    background-size:2px; min-height:630px;
}

.slider-img2 {
    background: url(../images/ba2.jpg) no-repeat 0px 0px;
}

.slider-img3 {
    background: url(../images/ba3.jpg) no-repeat 0px 0px;
}

.slider-img4 {
    background: url(../images/ba4.jpg) no-repeat 0px 0px;
}
.slider-img1,
.slider-img2,
.slider-img3,
.slider-img4 {
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height:630px;
    background-attachment: fixed;
}
.banner{
    background: url(../images/bann2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

/*-- //Slider --*/

/*-- about --*/

.about,
.popular-w3,
.gallerys,
.stats,
.why-choose-agile,
.team,
.address,
.testimonials {
    padding: 5em 0;
}
.about{ background:#f2f2f2; padding:0; position:relative; z-index:1; }
.about .bg-block{ width:86%; background:url(../images/about-bg.png) no-repeat 0px 0px; background-size:cover; min-height: 348px; }
.about .video-w3l{ background:rgba(227, 189, 254, 0.3); height: 306px; text-align: center; }

.about .bg-block .rt-block{ float:left; width:60%; padding:1em 0 0 105px; margin:0; }
.about .bg-block .rt-block #typed{
    font-size:30px;
    color:#606060;
    text-transform:capitalize;
    line-height:32px;
    font-family: 'Hind Madurai', sans-serif;
    text-transform:uppercase;
    font-weight:600;
}

.about .bg-block .rt-block #typed i{
    font-style:normal;
    color:#3FBA97;
    font-weight:600;
    
}
/*-- code for animated blinking cursor --*/
.typed-cursor{
    opacity: 1;
    font-weight: 300;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #999;
    font-size: 2.5em;
}

.about .bg-block .rt-block h2{ text-align:left; font-family: 'Hind Madurai', sans-serif; font-size:20px; line-height:22px; color:#515151; text-transform:uppercase; position:relative; font-weight:400; padding:10px 0; margin:0 0 10px; }
.about .bg-block .rt-block h2:after{ content:""; width:300px; height:2px; position:absolute; bottom:0; left:0; background:#1D3E62; padding:0; margin:0; }
.about .bg-block .rt-block p.all-text{ text-align:left; font-family: 'Hind Madurai', sans-serif; font-size:15px; line-height:20px; color:#151414; font-weight:300; padding:0 0 10px 0; margin:0; }
.about .bg-block .rt-block a{ display:inline-block; text-align:left; font-family: 'Hind Madurai', sans-serif; font-size:15px; line-height:20px; letter-spacing:1px; color:#123A6B; position:relative; font-weight:7300; padding:0; margin:0 0 10px; }

.about .bg-block .lt-block{ position: absolute; right:0; z-index:-1; float:right; width:50%; padding: 0 0; margin:0; }

/*-- //about --*/

/*-- popular --*/

.popular-w3 {
    background: url(../images/bg.jpg)no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.popular-w3 h3.title,
.testimonials h3.title {
    color: #fff;
}

h3.title {
    color:#3363C3;
    font-size: 50px;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    font-style: italic;
}

/*-- services --*/ 
.services{  padding:3em 0; background: url(../images/s-111.png) no-repeat center; background-size: cover; background-attachment: fixed; }
.services h2 {text-align: center;font-size:35px;color: #fff;line-height:37px;font-weight: lighter;letter-spacing:2px;padding:0px 0 25px 0;margin: 0;text-shadow: 0px 5px 5px rgb(68, 90, 123);}

.services .box{ float:left; background:#fff; width:19%; padding:0; margin:0 6px; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75); }
.services .box h3{ min-height:60px; background:#c0504d; text-align:center; font-family:'Hind Madurai', sans-serif; font-size:18px; line-height:20px; color:#fff; font-weight:500; padding:10px 5px; margin:0 0 10px; }
.services .box ul{ min-height: 500px; padding:0; margin:0; }
.services .box ul li{ list-style: inside; font-family: 'Source Sans Pro', sans-serif; font-size:17px; line-height:19px; color: #565656; font-weight:500; padding:0; margin:0 5px 10px; }
.services .box a{ display:block; background:#0e60c9; text-align:center; font-family:'Hind Madurai', sans-serif; font-size:18px; line-height:20px; color:#fff; font-weight:500; padding:7px 0; margin:0; }
.services .box h3.color-box1{ background:#9bbb59; }
.services .box h3.color-box2{ background:#8064a2; }
.services .box h3.color-box3{ background:#4bacc6; }
.services .box h3.color-box4{ background:#f79646; }

/*-Testimonil-*/
.testimonil{ background:#fff; padding:20px 0; margin:0; }
.testimonil h2{ font-size: 30px; line-height: 32px; text-align: center; font-weight: 700; color:#0084FF; padding: 0 0 5px 0; margin: 0 0 15px; }
.testimonil img{ width:100px;height:100px;border-radius: 50%;display: block !important;margin: 0 auto; }
.testimonil p{ font-size:19px; line-height:21px; text-align: center; font-weight:500; color:#444; padding:10px 10px 0; margin:0; }
/*-//Testimonil-*/

.blog{ background:#fff; overflow:hidden; padding:1em 0; margin:0; }
.blog .item img{  width:100%; height:200px; }
.blog .item .text-block{ min-height:255px; background:#f8f8f8; border-top:2px solid #123E5D; }
.blog .item h4{ text-transform:uppercase; font-family: 'Hind Madurai', sans-serif; font-size: 14px;line-height:21px;color:#123E5D; padding:10px 10px 0; margin: 0; font-weight:600; }
.blog .item h3{ font-family: 'Hind Madurai', sans-serif; font-size: 15px;line-height:24px;color: #5f5e5e;padding:0 10px 10px; margin: 0; font-weight: 500; }
 .item a{ font-family: 'Hind Madurai', sans-serif; font-size: 15px;line-height:24px; color:#123E5D; padding:10px; margin: 0; font-weight: 500; } 

.blog h2{
    text-align: center;
    font-size:35px;
    color:#363636;
    line-height:37px;
    font-weight: lighter;
    letter-spacing:5px;
    padding:0px 0 25px 0;
    margin: 0;
    text-shadow: 0px 5px 5px rgb(68, 90, 123);
}

/*-- contact --*/
h3.agileits-title {
    font-size: 4em;
    color:#123E5D;
    text-transform: capitalize;
    margin-bottom: 0.6em;
    font-family: 'Josefin Sans', sans-serif;
}  
.w3lshr-line {
    display: block;
    width: 25%;
    margin: 10px 0 0 -10px;
    border-top: 1px solid #ccc;
}
.w3lshr-line:after {
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-left: 20px;
    border-top: 1px solid #ccc;
    content: '';
}
.contact{ padding:2em 0;  background: #f6f5f5; }
.agile_map  iframe{
    width:100%;
    min-height:580px;
}
.w3_agileits_contact_grid_left{
    padding:0;
    position:relative;
}
.agileits_w3layouts_map_pos{
    position: absolute;
    right: -15%;
    top: 22%;
    width: 50%;
    padding: 2em;
    background: #00bcd4;
}
.agileits_w3layouts_map_pos h3 {
    font-size: 1.5em;
    color:#123E5D;
    font-weight: 700;
    margin-bottom:0;
    font-family: 'Hind Madurai', sans-serif;
}
.agileits_w3layouts_map_pos p {
    color: #fff;
    margin:8px 0;
    letter-spacing: 1px;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 15px;
font-weight: 500;
line-height: 22px;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li {
    list-style-type: none;
    margin-bottom:8px;
    color: #fff;
    font-family: 'Hind Madurai', sans-serif;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li i{
    padding-right:1em;

}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li a{
    color:#fff;
    text-decoration:none;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li a:hover{
    color:#212121;
}
.w3_agile_social_icons_contact ul li a {
    text-align: center;
}
.agileits_w3layouts_map_pos1{
    padding:1em;
    border:7px double #fff;
}
.w3_agileits_contact_grid_right{
    padding:0 4em 0 12em;
}
.w3_agileits_contact_grid_right form{
    padding:1em 0 0;
}
/*-- effect --*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    width: calc(100% - 0em);
    vertical-align: top;
} 
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    font-size: 14px;
} 
.input__field:focus {
    outline: none;
} 
.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #212121;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
} 
.input__label-content {
    position: relative;
    display: block;
    padding:1em 0;
    width: 100%;
}
/* Ichiro */
.input--ichiro {
    margin-top: 2em;
} 
.input__field--ichiro {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
    display: block;
    padding: 0 1em;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    color: #212121;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
} 
.input__label--ichiro {
    width: 100%;
    text-align: left;
    cursor: text;
} 
.input__label--ichiro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
    border: 1px solid #ccc;
} 
.input__label-content--ichiro {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
} 
.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
} 
.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
    cursor: default; 
} 
.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
    -webkit-transform: scale3d(1, 1.5, 1);
    -moz-transform: scale3d(1, 1.5, 1);
    -o-transform: scale3d(1, 1.5, 1);
    -ms-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1);
    border: none;
} 
.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
    -webkit-transform: translate3d(0, -2.4em, 0) scale3d(0.8, 0.8, 1);
    transform:translate3d(0, -2.4em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
}
.w3_agileits_contact_grid_right textarea {
    outline: none;
    width: 100%;
    background: #f5f5f5;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    min-height:109px;
    font-weight: bold;
    margin: 2em 0 0;
}
.w3_agileits_contact_grid_right textarea::-webkit-input-placeholder {
    color: #212121 !important;
}
.w3_agileits_contact_grid_right input[type="submit"] {
    outline: none;
    width: 100%;
    background:#123E5D;
    font-family: 'Hind Madurai', sans-serif;
    color: #fff;
    padding: 0.9em 0;
    font-size: 1em;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 5px;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
    transition:.5s all;
}
.w3_agileits_contact_grid_right input[type="submit"]:hover{
    background:#00bcd4;
}
/*-- //contact --*/
/*-- social-icons --*/
.w3_agile_social_icons ul li{
    display:inline-block;
    margin: 0 5px;
}
.icon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 35px;
    height: 35px;
}
.icon-cube {
    position: relative;
    -webkit-perspective: 100px;
    perspective: 100px;
    overflow: visible;
}

/*-- agileits --*/
.icon-cube::before,
.icon-cube::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    font-size: 1em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 2.6em;
} 
.icon-cube::before {
    z-index: 2;
    background-color:#fff;
} 
.icon-cube::after {
    z-index: 1;
    opacity: 0;
    -webkit-transform:translateY(25px) rotateX(-90deg);
    -moz-transform:translateY(25px) rotateX(-90deg);
    -o-transform:translateY(25px) rotateX(-90deg);
    -ms-transform:translateY(25px) rotateX(-90deg);
    transform:translateY(25px) rotateX(-90deg);
} 
.icon-cube:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-25px) rotateX(90deg);
    -moz-transform: translateY(-25px) rotateX(90deg);
    -o-transform: translateY(-25px) rotateX(90deg);
    -ms-transform: translateY(-25px) rotateX(90deg);
    transform: translateY(-25px) rotateX(90deg);
} 
.icon-cube:hover::after {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
} 
/*-- facebook --*/
/*-- w3layouts --*/
.icon-cube.agile_facebook::before,
.icon-cube.agile_facebook::after {
    content: "\f09a";
    color: #3b5998;
} 
.icon-cube.agile_facebook::after {
    background-color:#3b5998;
    color:#fff;
}
/*-- rss --*/
.icon-cube.agile_rss::before,
.icon-cube.agile_rss::after {
    content:"\f09e";
    color: #f26522;
} 
.icon-cube.agile_rss::after {
    background-color:#f26522;
    color: #fff;
}
/*-- instagram --*/
.icon-cube.agile_instagram::before,
.icon-cube.agile_instagram::after {
    content:"\f16d";
    color: #833ab4;
} 
.icon-cube.agile_instagram::after {
    background-color:#833ab4;
    color: #fff;
}
/*-- t --*/
.icon-cube.agile_t::before,
.icon-cube.agile_t::after {
    content:"\f173";
    color: #35465c;
} 
.icon-cube.agile_t::after {
    background-color:#35465c;
    color: #fff;
}
/*-- //social-icons --*/

/*-- Footer --*/
#footer{ background:#ffffff; padding:0px; margin:0; }
#footer .logo-block{ text-align:center; line-height:0; padding:0; margin:0 0 1em; }
#footer .logo-block img{ width:28%;  }
#footer .top-block{ text-align:center; border-top:1px solid #5a5a5a; border-bottom:1px solid #5a5a5a; padding:14px 0 5px; margin:0 0 2em; }
#footer .top-block ul{ text-align:center; display:inline-block; padding:0; margin:0; }
#footer .top-block ul li{ list-style:none; float:left; color:#e1e1e1; display:block; font-family: 'Hind Madurai', sans-serif; font-size:16px; line-height:18px; font-weight:500; padding:0; margin:0 20px 0 0; }

#footer h4{ font-family: 'Hind Madurai', sans-serif; font-size:14px; line-height:20px; font-weight:800; text-align:center;  
color:#4346b3; padding:0 0 4px; margin:0; }
#footer p{ font-family: 'Hind Madurai', sans-serif; font-size:14px; line-height:20px; 
font-weight:400; color:#4346b3; padding:0; margin:0; text-align: center; }

#footer .bottom-block{ padding:0;  }
#footer .bottom-block .rt{ float:left; padding:0; margin:0; }
#footer .bottom-block .rt a{ color:#fff; }
#footer .bottom-block .rt a h2{
	width: 28px;
height: 28px;
display: inline-block;
border: 2px solid #fff;
border-radius: 50%;
text-align: center;
color: #fff;
font-size: 13px;
line-height: 25px;
padding: 0;
margin: 0 10px 0 0;
transition: all 500ms ease-in-out;	}
#footer .bottom-block .rt a h2:hover{ background:#fff; color:#123E5D; }
#footer .bottom-block .lt{ float:right; padding:0; margin:0; }
#footer .bottom-block .lt h5{ font-family: 'Hind Madurai', sans-serif; font-size:14px; line-height:16px; font-weight:400; color:#fff; padding:12px 0 0; margin:0; }



/*-- //Footer --*/

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url("../images/arrowup.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/*-- testimonials--*/

.testi-agile {
    background: url(../images/testi.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
   
}
.testi-agile .dott{ background: url(../images/dott.png)repeat 0px 0px;
    background-size: auto auto;
background-size: auto auto;
background-size: 2px; padding:4em 0; }

/*-- contact --*/
.testi-agile h3.agileits-title {
    font-size:3em;
    color:#fff;
    text-transform: capitalize;
    margin-bottom: 0.6em;
    font-family:'Josefin Sans', sans-serif;
    text-align:center;
}  


.test-review p {
    max-width: 550px;
    letter-spacing: 1px;
}

.test-review p {
    max-width:700px;
    margin:0 auto;
}

.img-agile i {
    font-size: 3em;
    color:#A1A2A2;
    border: 2px solid #fff;
border-radius: 50%;
width: 70px;
height: 70px;
line-height: 60px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
}

.carousel-control.left {
    left: -25px;
}

.carousel-control.right {
    right: -25px;
}

.broun-block {
    padding-bottom: 34px;
}

.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #000;
    margin-top: 27px;
    padding: 15px 18px;
}

.block-text span {
    color: #eb5c74;
}

.testi-agile h6 {
    color:#dedede;
    font-size: 20px;
    font-weight:500;
    text-transform: capitalize;
    line-height: 21px;
    font-family: 'Hind Madurai', sans-serif;
    margin:20px 0 10px;
}

.mark {
    background: none;
}

.testi-agile p {
    color:#fff;
    font-style: italic;
    font-family: 'Hind Madurai', sans-serif;
    font-size:18px; font-weight:500; line-height:28px;
}

.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text h5 {
    color: #eb5c74;
    display: block;
    font-size: 1.2em;
    margin: 10px 0 5px;
    font-family: 'Raleway', sans-serif;
}

.person-text i {
    color: #000;
}

.rel {
    position: relative;
    background: #eaeaea;
    padding: 2em;
}

.person-text.rel {
    background: transparent;
}

/*-- testimonials--*/

/*-- nsit-block--*/
.nsit-block{ background:#fff; padding:0; margin:0; }
.nsit-block .dott{ background: url(../images/dott1.png)repeat 0px 0px;
    background-size: auto auto;
background-size: auto auto;
background-size: 2px; padding:0; }
.nsit-block img{ width:100%; height:400px; }
.nsit-block h3{ font-family: 'Hind Madurai', sans-serif; font-size:44px; line-height:46px; color:#000; font-weight:500;text-align:center; padding:0 0 20px; margin:0; }
.nsit-block p{ font-family: 'Hind Madurai', sans-serif;
font-size:20px;
line-height: 29px;
color: #fff;
font-weight:300;
padding: 0 3em 2em 0;
margin: 0; text-align:center; }

.nsit-block a{ background:#123E5D; width:30%; height:35px; text-align:center; font-family: 'Hind Madurai', sans-serif;
font-size:16px;
line-height:24px; color:#fff; letter-spacing:1px; display:block; padding:6px 0 0; margin:0 auto; }

/*-- nsit-block--*/

/*-- iner-banner--*/
.all-banner{ margin:150px 0 0; }
.iner-banner{ position:relative; padding:0; margin:100px 0 0; }
.iner-banner img{ width:100%; }
.iner-banner .text-block{ width:100%; position:absolute; top:40%; left:0; text-align:center; padding:0; margin:0; }
.iner-banner .text-block h2{ font-family: 'Hind Madurai', sans-serif; font-size:44px; color: #fff; font-weight:500; }

.iner-about{ padding:2em 0 0; margin:0; }
.iner-about h2{ text-align: justify;
text-transform: capitalize;
font-size: 32px;
color:#4e4e4e;
line-height: 34px;
margin:20px 0;
padding: 0 0;
font-weight:500; }
.iner-about p{ font-family: 'Hind Madurai', sans-serif; font-size:16px; line-height:28px; color:#181818; font-weight:500; padding: 0 0 20px; margin:0; }

.iner-about ul li{ font-family: 'Hind Madurai', sans-serif; font-size:17px; line-height:19px; color:#181818; font-weight:500; padding: 0 0 10px; margin:0; }

.about-icon{ padding:0; margin:0; line-height:0; }
.about-icon img{ width:100%; opacity: 0.3; }
h3.title-txt {
    text-transform:uppercase;
    font-size:16px;
    color: #000;
    line-height:18px;
    margin-bottom:5px;
    letter-spacing:0px;
    border-bottom:1px solid #0f0f0f;
    display: inline-block;
    font-family: 'Hind Madurai', sans-serif;
}
h3.title-txt span {
    color:#213F93;
}

h3.title-txt2 {
    font-size:13px;
    color: #000;
    line-height:15px;
    margin-top:9em !important;
    display: inline-block;
    font-family: 'Hind Madurai', sans-serif;
}

h3.title-txt2 span {
    color:#213F93;
}

.iner-blog{ padding:3em 0; margin:0; }
.iner-blog .img-block{ line-height:0; padding:0; margin:0; }
.iner-blog .img-block img{ width:100%; height:164px; }
.iner-blog .text-block{ padding:0; margin:0; }
.iner-blog .text-block h2{ font-family: 'Hind Madurai', sans-serif; font-size:20px; line-height:22px; color:#000; color:#282828; font-weight:500; padding:18px 0 8px; margin:0; }
.iner-blog .text-block p{ font-family: 'Hind Madurai', sans-serif; font-size:16px; line-height:26px; color:#515151; font-weight:400; padding:0; margin:0; }
.iner-blog .text-block p a{ font-size:14px; line-height:26px; color:#575757; font-weight:600; padding:0; margin:0; }
.iner-blog .text-block p a:hover{ text-decoration:underline; color:#1A46C5; }
.iner-blog .text-block .social{ float:right; padding:12px 0 12px; margin:0; }
.iner-blog .text-block .social ul{ padding:0; margin:0; }
.iner-blog .text-block .social ul li{ font-family: 'Hind Madurai', sans-serif; float:left; display:block; list-style:none; font-size:22px; line-height:24px; font-weight:400; padding:0 0 0 16px; margin:0; }
.iner-blog .text-block .social ul li a{ color:#1A46C5; transition:all 500ms ease-in-out; }
.iner-blog .text-block .social ul li a:hover{ color:#515151; transition:all 500ms ease-in-out; }

.single-page{ padding:3em 0; margin:0; }
.single-page .lt-block{ padding:0 5px; background:#f3f3f3; margin:0; }
.single-page .lt-block h2{ font-family: 'Hind Madurai', sans-serif; font-size:20px; line-height:22px; color:#1568E4; font-weight:500; padding:10px 0 20px; margin:0; text-decoration:underline; }
.single-page .lt-block ul{ padding:0; margin:0; }
.single-page .lt-block ul li{ font-family: 'Hind Madurai', sans-serif; list-style:none; float:left; display:block; font-size:16px; line-height:20px; color:#515151; font-weight:500; padding:0 0 15px; margin:0; }
.single-page .lt-block ul li a{ color:#555;;  padding:0; margin:0; transition:all 500ms ease-in-out; }
.single-page .lt-block ul li a:hover{ color:#123E5D;; transition:all 500ms ease-in-out; }
.single-page .lt-block ul li a.active{ color:#123E5D;;}

.single-page .rt-block{ padding:0; margin:0; }
.single-page .rt-block h3{ font-family: 'Hind Madurai', sans-serif; position:relative; font-size:26px; line-height:28px; color:#123E5D;; font-weight:500; padding:10px 0 20px; margin:0; }
.single-page .rt-block h3:after{ content:""; width:100%; height:2px; position:absolute; bottom:0; left:0; background:#f0f0f0; padding:0; margin:0; }
.single-page .rt-block p{ font-family: 'Hind Madurai', sans-serif; font-size:16px; line-height:30px; color:#515151; font-weight:400; padding:0; margin:0; }
.single-page .img-block{ padding:1em 0 0; margin:0; }
.single-page .img-block img{ width:100%; height:200px; }

#contact{ background:#F5F5F5; padding:1em 0; }
#contact p.para {
    font-size: 15px;
    margin: 10px 0 15px;
    width: 100%;
    text-align: center;
    line-height: 17px;
    color:#000;
    font-family:'Gotham-Book';
}
.contact-left input[type="text"], .contact-left input[type="email address"] {
    width: 100%;
    color: #000;
    padding: 10px 13px;
    font-size: 15px;
    outline: none;
    background: none;
    border: 1px solid #000;
    margin-bottom:10px;
    font-family: 'Hind Madurai', sans-serif;
}
.form-left{
    float:left;
    width:49%;
}
.form-right{
    float:right;
    width:49%;
}
.contact-left textarea{
    width: 100%;
    color: #000;
    padding: 10px 13px;
    font-size: 15px;
    outline: none;
    background: none;
    border: 1px solid #000;
    resize:none;
    height:172px;   
    margin-bottom:10px;
    font-family: 'Hind Madurai', sans-serif;
}
.contact-left input[type="submit"]{
    width: 24%;
    color: #fff;
    padding: 7px 0px;
    font-size: 18px;
    outline: none;
    background:#123E5D;
    border: none;
    text-transform: uppercase;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
  margin:0 auto 30px;
  display:block;    
  font-family: 'Hind Madurai', sans-serif;
  letter-spacing:1px;
}
.contact-left input[type="submit"]:hover{
    background: #008080;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.contact-left h4,.contact-right h4 {
    color:#123E5D;
    font-size: 28px;
    margin-bottom:15px;
}

#contact h5{ font-family: 'Hind Madurai', sans-serif; background:#123E5D; font-size:16px; line-height:18px; font-weight:500; letter-spacing:1px; color:#fff; text-transform:uppercase; text-align:center; padding:12px 0; margin:20px 0 0; }
#contact h5 span{ padding-right:6px; }
#contact p{ font-family: 'Hind Madurai', sans-serif; border:1px solid #d1d1d1; text-align:center; background:#fff; min-height:108px; font-size:15px; line-height:22px; font-weight:400; padding:10px 10px; margin:0 0 20px; } 
#contact p span{ font-size:28px; margin: 0 16px 0 0; vertical-align: middle; } 


.contact-right h6 {
    color: #fd9f3e;
    font-size: 28px;
    margin: 25px 0;
}

.why{ background:#FBFBFB; padding:1em 0; margin:0; }
.why .box{ border:1px solid #e1e1e1;
padding: 2em 20px; margin:0; border-radius:5px; min-height:264px; }
.why .box h2{ font-family: 'Hind Madurai', sans-serif; text-align: center;
color: #213F93;
padding: 0;
margin: 0;
font-size: 50px;
line-height: 78px;
display: block;
height: 80px;
width: 80px;
margin: 0 auto 10px;
border: 3px solid #213F93;
border-radius: 50%; }
.why .box h4{ font-family: 'Hind Madurai', sans-serif; text-align: center;
padding: 0 0 5px;
font-size: 22px; }

.why .box p{ font-family: 'Hind Madurai', sans-serif; font-size: 16px;
line-height: 26px;
text-align: center; font-weight:500; }

.why .box2{ border:1px solid #e1e1e1;
padding: 2em 20px; margin:0; border-radius:5px; min-height:370px; }
.why .box2 h2{ font-family: 'Hind Madurai', sans-serif; text-align: center;
color: #213F93;
padding: 0;
margin: 0;
font-size: 50px;
line-height: 78px;
display: block;
height: 80px;
width: 80px;
margin: 0 auto 10px;
border: 3px solid #213F93;
border-radius: 50%; }
.why .box2 h4{ font-family: 'Hind Madurai', sans-serif; text-align: center;
padding: 0 0 5px;
font-size: 22px; }

.why .box2 p{ font-family: 'Hind Madurai', sans-serif; font-size: 16px;
line-height: 26px;
text-align: center; font-weight:500; }

/*================= asc-ervices Start ==================*/
.asc-ervices{ padding:0 0 1em; margin:0;  }
.asc-ervices h2{ font-family: 'Hind Madurai', sans-serif; text-align: center; font-size:36px; color: #133362; line-height: 37px; font-weight:500; }
.asc-ervices p{ text-align: left; font-size: 26px; color: #346fc8; line-height: 25px; padding: 0 0 0 0; margin: 30px 0 60px 0; font-weight: bold;  text-shadow: 0px 5px 5px rgb(68, 90, 123);letter-spacing: 5px;}
.asc-ervices h4{ font-family: 'Hind Madurai', sans-serif; text-align:center; font-size:20px; color:#5880bc; line-height:25px; padding:40px 0 0 0;}
.asc-ervices .box{ padding: 8px 14px; margin: 0; border: .5px solid #445a7b; text-align: center; min-height: 208px; border-radius: 0px 30px 0px 30px; transition:all 500ms ease-in-out; }
.asc-ervices .box:hover{ border-radius:30px 0; }
.asc-ervices .box h3{ color:#366bbc; border-radius: 50%; width: 80px; height: 80px; font-size: 30px; line-height: 80px; border: 1px solid #366bbc; margin: 0 auto; background: #FFF; position: absolute; top: -33px; right: 104px;
} 
.asc-ervices .box span{ font-family: 'Hind Madurai', sans-serif; text-align:center; font-size:16px; color:#5880bc; line-height:25px; padding: 0 0; }
.asc-ervices .amc-service{ background:#FFF; padding:0 10px; margin:0 0 0px 0;}
.asc-ervices .amc-service h4{ font-family: 'Hind Madurai', sans-serif; text-align: center; font-size: 35px; color: #133362; line-height: 35px; font-weight: lighter; letter-spacing:2px; margin:0; }
.asc-ervices .amc-service p{ font-family: 'Hind Madurai', sans-serif; font-size: 18px; color: #5880bc; line-height: 25px; padding: 0 0; text-shadow: none; letter-spacing: 1px; font-weight: normal; margin: 30px 0;}
.asc-ervices .amc-service a{  font-size:15px; color:#000; line-height:25px; padding: 6px 8px;  -webkit-box-shadow: -2px 4px 24px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 4px 24px -6px rgba(0,0,0,0.75);
box-shadow: -2px 4px 24px -6px rgba(0,0,0,0.75);}
.asc-ervices .amc-service a:hover{ color:#5880bc; }
/*================= OUR Services Start ==================*/

.service-page{ padding:2em 0; margin:0; }
.service-page .row{ margin-bottom:30px; }
.service-page h2{ text-align: center;text-transform: capitalize;font-size:25px;color:#4e4e4e;line-height:27px;margin:0 0 20px 0;padding: 0 0;font-weight:600; }
.service-page h2.cen{ text-align: center;text-transform: capitalize;font-size:13px;color:#000;line-height:15px;margin:20px 0 0 0;padding:0;font-weight:500; }
.service-page p{ font-family: 'Raleway', sans-serif; font-size:13px; line-height:20px; color:#515151; font-weight:500; text-align: justify; padding: 0; margin:0 0 2em; }
.service-page img{ width:100%;}
.service-page .service-box h3.title-txt span.ser{ font-size:15px; line-height:20px; }
.service-page .service-box{ border:1px solid #e1e1e1; border-radius:2px; padding:10px; min-height: 356px;
margin: 0 0 20px; }
.service-page .service-box ul{ padding:0 0 0 13px; margin:0; }
.service-page .service-box ul li{ font-family: 'Raleway', sans-serif; font-weight:600; font-size: 14px;line-height: 17px; padding: 0 0 10px; }
.service-page .service-box ul.block2{ padding:0 0 0 13px; margin:0; }
.service-page .service-box ul.block2 li{ list-style: inside; float: left; font-family: 'Raleway', sans-serif; font-weight:600; font-size: 14px;line-height: 17px; padding: 0 20px 10px 0px; }
.service-page a{ display:block; font-size: 15px; color:#fff; text-transform: uppercase; background: #213F93; line-height: 17px; width:15%; text-align:center; padding:8px 0; margin:0 auto; }
.service-page a.qut{ display:block; font-size: 15px; color:#fff; text-transform: uppercase; background: #213F93; line-height: 17px; width:30%; text-align:center; padding:8px 0; margin:0 auto; }
.service-page h4{ font-size: 18px; line-height: 22px; padding: 0px 0 18px; }
.service-page ul{ padding:0; margin:0 0 0 15px; }
.service-page ul li{ font-family: 'Raleway', sans-serif; font-size:13px; line-height:15px; color:#515151; padding:0; margin:0 0 10px; }
.team-1 h2 {

    text-align: center;
    margin-bottom: 15px;
    margin-top: 23px;

}
.team-1 {

    margin-bottom: 15px;

}
.cl-1 h5{color:#fff; margin-top: 5px; text-align: right;}
.cl-1 {

    background: #0084b4;
    text-align: center;
    padding: 7px;

}
.sh1 li{list-style: none;font-size: 13px;}
.sh1 {margin-bottom:20px;}
.hed-1 h4 {

    text-align: left !important;

}
.hed-1 {

    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 12px;

}
.free-u h4{text-align: center !important;}
.our-po {

    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;

}