body {
    padding-top: 60px;
}
header {   
    height: 60px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
	z-index: 9;
}

.nav-up {
    top: -60px;
}
.nav-down
{
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}
.about_us_wrapper
{
	padding: 50px 0;
}
.row-centerd{text-align: center !important;}
.col-centred{float: none !important; display: inline-block;}
.about_us p{font-size: 15px;
line-height: 28px;}
.about_us h2
{
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	color: #4cb6ea;
	position: relative;
	padding-bottom: 15px;
}
.about_us h2::before
{
	content: '';
	position: absolute;
	border-bottom: solid 3px;
	width: 10%;
	bottom: 0;
	right: 45%;
}
.dr_neelm
{
	padding: 50px 0; background-color: #f2f2f1;
}
.dr_nel
{
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: -100px;
	background: #fff;
	padding: 5%;
	-webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}
.dr_nel h2
{
	text-align: left; color: #4cb6ea; text-transform: uppercase; font-weight: bold; letter-spacing: 1px;
}
.dr_nel p
{
	text-align: left; line-height: 28px; letter-spacing: 1px;
}
.dr_nel a
{
	text-align: left; line-height: 28px; letter-spacing: 1px; display: block; color: #000; font-weight: bold;
}
/*--------dr_nel-end----------*/

.dr_nel-2
{
	
	width: 100%;
	bottom: 60px;
	left: -100px;
	background: #fff;
	padding: 5%;
	-webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}
.dr_nel-2 h2
{
	text-align: left; color: #4cb6ea; text-transform: uppercase; font-weight: bold; letter-spacing: 1px;
}
.dr_nel-2 p
{
	text-align: left; line-height: 28px; letter-spacing: 1px;
}
.dr_nel-2 a
{
	text-align: left; line-height: 28px; letter-spacing: 1px; display: block; color: #000; font-weight: bold;
}
/*--------dr_nel-2-end----------*/






.board {
	/* width: 75%; */
	/* margin: 60px auto; */
	
	/* background: #fff; */
	/* box-shadow: 10px 10px #ccc,-10px 20px #ddd; */
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
   
}

p.narrow{
    color: #fff;
letter-spacing: 1px;
font-size: 17px;
line-height: 28px;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 30%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a {	
	padding: 10px 15px;
	width: 80%;
	text-align: center;
	background: #fff;
}

.nav-tabs > li a:hover{
    background: #fff;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

.achive_section{background-image: url(../images/parellex_slider.jpg); background-size: cover; background-attachment: fixed; padding:5% 0 10% 0;}
.head
{
	color: #fff;
}
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
	width: 100%;
	margin-bottom: 25px;
}

.media__image { display: block; width: 100%; }

.media__body {
  background: rgba(41, 128, 185, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__body h2 { margin-top: 0; }

.media__body p { margin-bottom: 1.5em; }

.our_services_section {padding: 50px 0; width: 100%; float: left;}
.footer_section_start{background-color: #151414; padding: 50px 0;}
.footer_1 p
{
	color: #fff; line-height: 28px; margin-top: 15px;
}
.footer_1 a
{
	color: #fff; font-size: 18px;
}
.footer_2 h3
{
	margin-top: 0;
text-transform: uppercase;
font-weight: bold;
font-size: 18px; color: #00D0B2;
}
.footer_2 ul
{
	padding: 0;
}
.footer_2 li
{
	list-style: none;
line-height: 38px;
}
.footer_2 a
{
	color: #fff;
font-size: 15px;
}
.footer_3 h3
{
	margin-top: 0;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
	line-height: 38px;
	color: #00D0B2;
}
.footer_3 h4
{
	color: #fff;
font-size: 17px;
margin-bottom: 0;
font-weight: bold;
}
.footer_3 p
{
	color: #fff;
line-height: 22px;
font-size: 12px;
}
.footer_3 a
{
	color: #fff;
line-height: 22px; display: block;
}
.copyright
{
	background-color: #282828; padding: 10px 0;
}
.copyright p
{
	margin: 0; text-align: center; color: #fff;
}

.pad50
{
	padding: 50px 0;
}
/* Footer */
.footer {
	position: relative;
	background-color: #2a2727;
	color: #7d7975;
	padding: 95px 0 50px;
	font-size: 16px;
}
.footer p {
    line-height:26px;
    color : #fff;
}
.footer h5 {
    font-size: 22px;
    font-weight: 700;
    color:#00bfff  ;
    position: relative;
    padding-bottom: 16px;
}
.footer h5:after {
    content: '';
    display: block;
    margin: 5px 0 0;
    width: 40%;
    height: 1px;
    background-color: #00bfff ;
}

.footer ul {
    list-style: none;
    line-height:35px;
    margin: 0px;
    color:#fff;
    padding: 0;
}
.footer a {
	color: #7e7d7d;
	font-size: 14px;
}
.footer a:hover {
    color: #aece61 ;
}

/* Footer Logo */
.foot-logo {
    margin: 0px 0px 18px 0px;
    padding: 0;
}

/*footer bottom */
.footer-bottom {
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: 1px solid #2f2f33 ;
    background: #1e1d22  ;
    
}
.copyright-text p {
    color: #7d7975;
    margin-top: 18px;
    margin-bottom: 0;
    font-size:15px;
}

.copyright-text a {
    color: #7d7975;
    margin: 0px 10px 0px 10px;
    
}
.copyright-text a:hover {
    color: #aece61  ;
    
    
}
/* Social Icons */

.social-icons{
    
    margin: 0;
    padding: 0;
    font-size : 10px;
}

.social {
    margin:7px 7px 7px 0px;
    color:#fff;
}


#social-fb:hover {
     color: #3B5998;
     transition:all .25s;
 }
 #social-tw:hover {
     color: #4099FF;
     transition:all .25s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .25s;
 }
 #social-em:hover {
     color: #f39c12;
     transition:all .25s;
 }
 
 .footer-four > img {
     width:80%;
 }


/* Conatct start */

.header-title
{
text-align: center;
color:#00bfff;
}

#tip 
{
display:none;  
}

.fadeIn
{
animation-duration: 3s;
}

.form-control
{
border-radius:0px;
border:1px solid #EDEDED;
}

.form-control:focus
{
border:1px solid #00bfff;
}

.textarea-contact
{
resize:none; 
}

.btn-send
{
border-radius: 0px;
border:1px solid #00bfff;
background:#00bfff;
color:#fff; 
}

.btn-send:hover
{
border:1px solid #00bfff;
background:#fff;
color:#00bfff;
transition:background 0.5s;   
}

.second-portion
{
margin-top:50px; 
}

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #00bfff; vertical-align: middle; }
.box > .icon:hover > .image { background: #333;transition:background 0.5s;  }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; transition:background 0.5s; }
.box > .icon > .info { margin-top: -24px; background: #fff; border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
.box > .icon:hover > .info { background:#00bfff; color: #fff; transition:background 0.5s; }
.box > .icon > .info > h3.title { font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #fff; transition:background 0.5s; }
.box > .icon > .info > .more a { font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C;transition:background 0.5s;  }
.box .space { height: 30px; }

@media only screen and (max-width: 768px)
{
.contact-form
{
	margin-top:25px; 
}

.btn-send
{
	width: 100%;
	padding:10px; 
}

.second-portion
{
	margin-top:25px; 
}
}
/* Conatct end */

.contact-us-section
{
	background-color: #f7f7f7; padding: 100px 0;
}
.contact-form {
	background: #fff;
	padding: 35px;
}

.footer-one h4
{
	color: #fff;
}
.footer-one a
{
	color: #fff;
}
/*Social Widget*/
.social-nav {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .pinterest {
    background: #996d5e;
    text-shadow: 0px 0px #875747, 1px 1px #875747, 2px 2px #875747, 3px 3px #875747, 4px 4px #875747, 5px 5px #875747, 6px 6px #875747, 7px 7px #875747, 8px 8px #875747, 9px 9px #875747, 10px 10px #875747, 11px 11px #875747, 12px 12px #875747, 13px 13px #875747, 14px 14px #875747, 15px 15px #875747, 16px 16px #875747, 17px 17px #875747, 18px 18px #875747, 19px 19px #875747, 20px 20px #875747, 21px 21px #875747, 22px 22px #875747, 23px 23px #875747, 24px 24px #875747, 25px 25px #875747, 26px 26px #875747, 27px 27px #875747, 28px 28px #875747, 29px 29px #875747, 30px 30px #875747;
}
.social-nav .pinterest:hover {
    color: #CB2026;
}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;

  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;

  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
	min-height: 450px;
}
.bhoechie-tab
{
	min-height: 450px;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #4cb6ea;
  background-image: #4cb6ea;
  color: #ffffff;
	border-color: #4cb6ea;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #4cb6ea;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  float: left;
  padding: 5%;
  width: 100%;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.bhoechie-tab-content p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.attitute {
	padding: 0;
}
.attitute li {
	text-align: left;
	margin-left: 15px;
	line-height: 36px;
	font-size: 15px;
	letter-spacing: 1px;
}
.form-inline .form-group { margin-right:10px; }
.well-primary {
color: rgb(255, 255, 255);
background-color: rgb(66, 139, 202);
border-color: rgb(53, 126, 189);
}
.glyphicon { margin-right:5px; }

.mr-btm1
{
	margin-bottom: 15px;
}
.gallery_section {
  float: left;
  padding: 0;
  width: 100%;
}
.gallery_section > li {
  display: inline;
}
.gallery_section a {
  display: inline-block; margin-bottom:15px;
}

.gallery_section img {
  width: 100%;
}

/*======================*/


.filter-container {
   
	padding:0px 0px 20px 0px !important;
    
}
/*	end gallery */

.text-blue-1{color: #4cb6ea;}

.other-service{}
.other-service .list-group-item {
     padding:8px 15px;
}
.bg-white{background-color:#fff;}

.dr_nel-3 {
    width: 100%;
    bottom: 60px;
    left: -100px;
    background: #fff;
    padding: 5%;
    -webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}

.dr_nel-3 .btn-send {
    border-radius: 0px;
    border: 1px solid #00bfff;
    background: #00bfff;
    color: #fff;
    float: left;
    font-weight: 400;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 10px;
    padding: 8px;
    width: 140px;
}