@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
@font-face {
  font-family: "gotham-light";
  src: url("gotham-light.ttf") format("truetype");
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(../images/rept.jpg)repeat;
}
body {
  min-width: 300px;
  background: ;
  color: #9b9b9b;
  font: 300 13px/20px "Ubuntu", Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 20px;
}
h1::after {
    content: " ";
    border: 4px solid #dd1e9f;
    display: block;
    width: 45px;
    margin: 20px auto 0 auto;
}
h1 img {
  max-width: inherit;
}
h2 {
    font: 300 24px/15px "Raleway",Arial,sans-serif;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: -1px;    
    padding: 16px;
}
.line {
  position: relative;
  padding-bottom: 17px;
  
}
.line:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fa9183;
  position: absolute;
  bottom: 0px;
  left: 26px;
  margin-left: -3px;
}
.line_color1 {
  border-color: #fff;
}
.line.line_color1:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.line_color2 {
  border-color: #f0d8a5;
}
.line.line_color2:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.line_color3 {
  border-color: #9ca1ac;
}
.line.line_color3:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.line_color4 {
  border-color: #fff;
}
.line.line_color4:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cbcdd3;
}
h3 {
  font: 300 30px/34px 'Raleway', Arial, sans-serif;
  color: #6a6c76;
  margin-top: 36px;
  padding-bottom: 17px;
  letter-spacing: -1px;
  border-bottom: 1px solid #efefef;
  font-family: "gotham-light";
}
h3.v2 {
  margin-top: 55px;
}
h3.v3 {
  margin-top: 71px;
}
h4 {
  font: 300 20px/25px 'Ubuntu', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 3px 0 21px;
  position: relative;
  z-index: 100;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 0;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    border-right: 1px #a2abab solid;
}
.menu-services{
  display: inline-block;
  padding: 10px 57px;
  font:  18px/24px 'Myriad Pro', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background:;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: normal!important;
  /* rollover line =============================================*/
}
.sf-menu > li > a {
  display: inline-block;
  padding: 10px 57px;
  font:  18px/24px 'Myriad Pro', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background:;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: normal!important;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #fa9183;
  background: #262626;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fa9183;
  opacity: 0;
  /* css triangle =============================================*/
}
.sf-menu > li > a strong:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fa9183;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -3px;
}
.sf-menu > li.current > a {
  color: #fff;
  background:url(../images/nav.png)no-repeat right top #262626;
}
.menuActive{
     color: #fff;
  background:url(../images/nav.png)no-repeat right top #262626;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #b7007a!important;
  background: #262626;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
    position: absolute;
    top: 57px;
    left: 7px;
    background: none repeat scroll 0% 0% #595B63;
    padding: 25px 10px 10px;
    width: 205px;
    z-index: 2;
    display: none;
    box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #81817e;
}
.sf-menu ul li a {
  font: 300 12px/16px 'Raleway', Arial, sans-serif;
  text-transform: uppercase;
  color: #e9e9ea;
  display: inline-block;
  margin: 2px 0;
  padding-top:8px ;
  padding-bottom:0 ;
}
.sf-menu ul li a:hover {
  color: #b7007a;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #b7007a;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 131px;
  background: #595b63;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #e9e9ea;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 10px 17px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 10px 4px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #fa9183;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 2px;
  z-index: 999;
}
.isStuck h1 {
  /*height: 100px;*/
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #fa9183;
  text-decoration: none;
}
a.link1 {
  color: #000;
}
a.link1:hover {
  color: #eb6654;
}
.txt1 {
  font: 300 11px/16px 'Ubuntu', Arial, sans-serif;
  color: #f75b46;
}
.txt2 {
  float: right;
  font-size: 15px;
  color: #424348;
}
.txt3 {
  font: 300 13px/16px 'Ubuntu', Arial, sans-serif;
  color: #a0a1a5;
  margin-bottom: 12px;
  display: inline-block;
  margin-top: 3px;
}
.color1 {
  color: #9b9b9b;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 12px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 46px;
    box-shadow: 12px 14px 14px #F3F3F3;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 12px;
}
.marTop2 {
  margin-top: 2px;
}
.marTop3 {
  margin-top: 30px;
}
.marTop4 {
  margin-top: 13px;
}
.marTop5 {
  margin-top: 14px;
}
.marTop6 {
  margin-top: 41px !important;
}
.marTop7 {
  margin-top: 30px;
}
.marTop8 {
  margin-top: 20px;
}
.marTop9 {
  margin-top: 15px;
}
.marTop10 {
  margin-top: 11px;
}
.marTop11 {
  margin-top: 20px;
  margin-bottom: 28px;
}
.marTop12 {
  margin-top: 20px;
  padding-bottom: 7px;
}
.marTop13 {
  margin-top: 15px;
}
.marTop14 {
  margin-top: -1px;
}
.marTop15 {
  margin-top: 40px;
}
.marTop16 {
  margin-top: 15px;
}
.marTop17 {
  margin-top: 20px;
  margin-bottom: 46px;
}
.marTop18 {
  margin-top: 18px !important;
  margin-bottom: 18px!important;
}
.marTop19 {
  margin-top: 38px !important;
}
.hline {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-top: 30px;
  margin-bottom: 0px;
}
.hline.v2 {
  margin-top: 53px;
  margin-bottom: -23px;
}
p {
  margin-top: 5px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {

}
.img1 {
  margin-top: 30px;
  float: left;
  margin-right: 20px;
}
.img2 {
  margin-top: 0px;
  float: left;
  margin-right: 18px;
}
.img3 {
  margin-top: 30px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 300 52px/52px 'Raleway', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Ubuntu', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Ubuntu', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 45px;
}
.listWithMarker li {
    display: block;
    background: none repeat scroll 0% 0% #30343F;
    width: auto;
    float: left;
    margin: 3px;
 
    color: #fff;
}
.listWithMarker li a {
    text-decoration: none;
    font: 300 13px/37px "Ubuntu",Arial,sans-serif;
    text-transform: uppercase;
    margin: 3px;
    padding: 10px 7px;
    color: #FFF;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #fff;
  background: #b7007a;
}
.act1{
  color: #fff!important;
  background: #b7007a!important;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 18px;
  padding: 11px 22px;
  text-decoration: none;
  font: 300 11px/18px "Ubuntu", Arial, sans-serif;
  color: #6a6c76;
  background: #fff;
  background-image: -webkit-linear-gradient(top, #f7f7f7 10%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 10%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #efefef;
  border-radius: 5px;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #fa9183;
  background: #fff;
  border: 1px solid #fa9183;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Ubuntu", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #fa9183;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 23px;
  white-space: nowrap;
  text-align: left;
  margin: 15px auto 0 auto;
  width: 123px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #6a6c76;
  background: #fff;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #ab8bbb;
  padding: 10px 0;
}
.soc_icons i {
  font: normal normal 15px/40px 'FontAwesome';
}
.soc_icons > li > a:hover {
  text-decoration: none;
  opacity:.6;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0px 0;

  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.content_pages2 {
  /*margin-top: -8px;*/
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding: 12px;
  display: block;
  margin: 29px 0 0 0;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 0px 0;
  color: #a0a0a0;
  border-top: 1px solid #efefef;
  overflow: hidden;
}
.txt_priv {
  float: left;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 11px;
  line-height: 60px;
  background: #fa9183;
  z-index: 20;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #fa9183;
  background: #7a453e;
}
.hLine{
    width: 100%;
    background: url(../images/linehedr.jpg)repeat-y;
    overflow: hidden;
    margin: 0 auto;
    height: 4px;
    padding: 0;
}
.all{
    width: 92%;
    overflow: hidden;
    margin: 5px auto;
    height: auto;
}   
.care {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 3px 3px 3px #E9E6E0;
    width: 90%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.circle2 {
    width: 100%;
    height: 132px;
    margin: 20px auto 0px;
    overflow: hidden;
    background: none repeat scroll 0% 0% #B7007A;

}
h6 {
    font: "gotham-light";
    color: #6A6C76;
    margin-top: 25px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;

}
.abt{
    width: 97%;
    margin: 0 auto;
    overflow: hidden;
}
.abt p{
    text-align: justify;
}
.circle2 h5 {
    font-family: arial;
    font-weight: normal;
    font-size: 63px;
    color: #FFF;
    text-align: center;
    padding: 0px;
    margin: 48px 0px 0px;
    text-shadow: 7px 2px 3px #9C0168;
}
.more_btn2 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 22px;
    text-decoration: none;
    font: 300 11px/18px "Ubuntu",Arial,sans-serif;
    color: #fff;
    background: #5d1469;

    border-radius: 5px;
    text-transform: uppercase;
}

.ftr{
    width: 100%;
    margin: 0;
    overflow: hidden;
    
}



/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  .col1 {
    width: 186px;
  }
  .social{
    width: 100%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .img1 {
    width: 100%;
    float: none;
  }
  .img1 img {
    width: 100%;
  }
  blockquote {
    padding-right: 0;
  }
  .col1 {
    width: 143px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  .img_border {
    width: 100%;
  }
  .img2 {
    float: none;
    margin-bottom: 10px;
  }
  figure a {
    width: 100%;
  }
  .col1 {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/

.logBx{
    width:129px ;
    min-height:37px;
    margin: 0;
    padding: 0;
}

.quickBx{

    height: auto;

    padding: 0;

    overflow: hidden;
    background: ;
 
}
.quickMdl{
 
    height: auto;
    padding: 0;
    overflow: hidden;

    
}
.hedBx{
    width: 65%;
    min-height: 50px;
    margin: 0;
    padding:0;
    float: left;
    overflow: hidden;
    margin-top: 17px;
  
}
.ns{
    font: 300 30px/34px 'Raleway', Arial, sans-serif;
    color: #BDB8B8;

    margin: 8px 0 0 45px;
    padding: 0;
    letter-spacing: -1px;
    font-family: "gotham-light";
    border-bottom: none;
    text-align: left;

}
.prBx {
    width: 90%;
    height: auto;
    padding:0px 20px 20px 20px;
    margin-top: 30px;
    margin-bottom: 5px;

    overflow: hidden;
}
.prBx1 {
    height: 40px;
    padding: 0px;
    overflow: hidden;
 

}
.prBx2 {

    height: 40px;
    padding:10px;


    overflow: hidden;
    background:#5d1469 ;

    font-size: 15px;
    color: #fff;
    text-align: center;
}
.inpt{
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    text-decoration: none;
    text-align: left;
    border: none;
    color: #bcbdbd;
    background: #21242d;
} 


.select {
    width: 100%;
    border-radius: 0px;
    line-height: 20px;
    font-size: 13px;
    font-family: "Ubuntu",Arial,sans-serif;
    padding: 10px 17px;
    outline: medium none;
    color: #777;
    height: 41px;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    margin: 0px;
    background: none repeat scroll 0% 0% #FFF;
}

.callLeft{
    width:25%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0;
    overflow: hidden;
    float:right;
}
.calImg{
    width:54px;
    height: 54px;
   margin: 5px auto;
    padding: 0;
    overflow: hidden;
}
.callrght {
    width: 45%;
    height: auto;
    margin: 40px 0px 0px;
    padding: 0px;
    overflow: hidden;    
    float: right;
    border-right: 12px solid #3b3b3b;
}

@media screen and (max-width: 768px) {
    .callrght {
    width: 75%;
    }
    .carousel-caption{
    display: none;
        
    }
}
.brd{
     font-size: 13px;
     margin: 0;
     padding: 0;
     border-bottom: none;
     font-family: arial;
     font-weight: bold!important;
     text-align: left;
     color: #514f50;
     line-height: 18px;
}
.brdB{
     font-size: 20px;
     margin: 0;
     padding: 0;
     border-bottom: none;
     font-family: arial;
     font-weight: bold;
     text-align: left;
     color: #b7007a;
     letter-spacing: 0px;
}
.sIcon{
    width: 19px;
    height: 19px;
    margin: 0 auto;
    padding: 0px ;
    overflow: hidden;
}







@media (min-width: 150px) {
    .social {
    width: 43%;
    margin: 37px auto;
}
.ftr p{
    text-align: center!important; margin-top: 15px!important;
}

    .quickBx{
    width: 98%;
    margin: 0 auto ;
    float: none;
    }
    .quickMdl{
    width: 98%;
    margin: 0 auto ;
    float: none;
    }
    .ns{
    font-size: 15px;
    }
    .prBx1 {
    width: 100%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx2 {
    width: 100%;
    margin: 0 auto ;
    float: left;
    }
    .prBx {
    margin-left: 5px;
    }
    
}
    
@media (min-width: 300px) {
    .social {
    width: 65%;
    margin: 33px auto 10px auto;
}
.logBx {
    width: 161px;
    min-height: 43px;
    margin: 0px auto;
}
.ftr p{
    text-align: center!important; margin-top: 15px!important;
}
.text1 {
    position: absolute;
    top: 6%;
    z-index: 100;
    background: none repeat scroll 0% 0% transparent;
    min-height: 30px;
    width: 80%;
    left: 4%;
    font-family: arial;
    font-weight: bold;
    color: #333;
    padding: 10px;
    text-align: left;
    font-size: 20px;
}
.text2 {
    position: absolute;
    top: 65%;
    z-index: 100;
    background: none repeat scroll 0% 0% transparent;
    min-height: 30px;
    width: 80%;
    left: 15%;
    font-family: arial;
    font-weight: bold;
    color: #333;
    padding: 10px;
    text-align: right;
    font-size: 20px;
}

    .quickBx{
    width: 98%;
    margin: 5px auto ;
    float: none;
    }
    .quickMdl{
    width: 98%;
    margin: 5px auto ;
    float: none;
    }
    .ns{
    font-size: 15px;
    }
    .prBx1 {
    width: 100%;
    margin: 20px  auto auto auto ;
    float: left;
    }
    .prBx2 {
    width: 100%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx {
    margin-left: 5px;
    }
}
    
@media (min-width: 500px) {
  .social {
    width: 35%;
    margin: 27px auto;
}
.logBx {
    width: 161px;
    min-height: 43px;
    margin: 0px auto;
}
.ftr p{
    text-align: center!important; margin-top: 15px!important;
}
.text1 {
    position: absolute;
    top: 20%;
    z-index: 100;
    background: none repeat scroll 0% 0% ;
    min-height: 30px;
    width: 80%;
    left: 8%;
    font-family: arial;
    font-weight: bold;
    color: #000;
    padding: 10px;
    text-align: left;
    font-size: 15px;
}
.text2 {
    position: absolute;
    top: 65%;
    z-index: 100;
    background: none repeat scroll 0% 0% transparent;
    min-height: 30px;
    width: 80%;
    left: 15%;
    font-family: arial;
    font-weight: bold;
    color: #000;
    padding: 10px;
    text-align: right;
    font-size: 15px;
}
    .quickBx{
    width: 98%;
    margin: 8px auto ;
    float: none;
    }
    .quickMdl{
    width: 98%;
    margin: 8px auto ;
    float: none;
    }
    .ns{
    font-size: 25px;
    }
    .prBx1 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx2 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx {
    margin-left: 30px;
    }

}
@media (min-width: 768px) {
      .social{
    width: 100%;
    margin: 0 auto;
}
.logBx {
    width: 129px;
    min-height: 37px;
    margin: 0px;
    }
    .ftr p{
    text-align: right!important; margin-top: 15px!important;
}
.text1 {
    position: absolute;
    top: 20%;
    z-index: 100;
    background: none repeat scroll 0% 0% ;
    min-height: 30px;
    width: 80%;
    left: 8%;
    font-family: arial;
    font-weight: bold;
    color: #000;
    padding: 10px;
    text-align: left;
    font-size: 15px;
}
.text2 {
    position: absolute;
    top: 65%;
    z-index: 100;
    background: none repeat scroll 0% 0% transparent;
    min-height: 30px;
    width: 80%;
    left: 15%;
    font-family: arial;
    font-weight: bold;
    color: #000;
    padding: 10px;
    text-align: right;
    font-size: 15px;
}
    .quickBx{
    width: 100%;
    margin: 5px auto ;
    float: none;
    }
    .quickMdl{
    width: 100%;
    margin: 5px auto ;
    float: none;
    }
    .ns{
    font-size: 25px;
    }
    .prBx1 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx2 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx {
    margin-left: 30px;
    }
    
}
    
@media (min-width: 992px) {
      .social{
    width: 100%;
    margin: 0 auto;
}
.logBx {
    width: 129px;
    min-height: 37px;
    margin: 0px;
    }
    .ftr p{
    text-align: right!important; margin-top: 15px!important;
}
.text1 {
    position: absolute;
    top: 20%;
    z-index: 100;
    background: none repeat scroll 0% 0% ;
    min-height: 30px;
    width: 80%;
    left: 8%;
    font-family: arial;
    font-weight: bold;
    color: #000;
    padding: 10px;
    text-align: left;
    font-size: 15px;
}
.text2 {
    position: absolute;
    top: 65%;
    z-index: 100;
    background: none repeat scroll 0% 0% transparent;
    min-height: 30px;
    width: 80%;
    left: 15%;
    font-family: arial;
    font-weight: bold;
    color: #000;
    padding: 10px;
    text-align: right;
    font-size: 15px;
}
    .quickBx{
    width: 28%;
    margin: 0  10px 0 0 ;
    float: left;
    }
    .quickMdl{
    width: 40%;
    margin: 0  10px 0 0 ;
    float: left;
    }
    .ns{
    font-size: 20px;
    }
    .prBx1 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx2 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx {
    margin-left: 30px;
    }
    
}
    
@media (min-width: 1200px) {
.social {
    width: 50%;
    margin: 10px auto;
}
.logBx {
    width: 129px;
    min-height: 37px;
    margin: 0px;
    }
    .ftr p{
    text-align: right!important; margin-top: 15px!important;
}
.text1 {
    position: absolute;
    top: 20%;
    z-index: 100;
    background: none repeat scroll 0% 0% ;
    min-height: 30px;
    width: 80%;
    left: 8%;
    font-family: arial;
    font-weight: bold;
    color: #333;
    padding: 10px;
    text-align: left;
    font-size: 30px;
}
.text2 {
    position: absolute;
    top: 65%;
    z-index: 100;
    background: none repeat scroll 0% 0% transparent;
    min-height: 30px;
    width: 80%;
    left: 15%;
    font-family: arial;
    font-weight: bold;
    color: #333;
    padding: 10px;
    text-align: right;
    font-size: 30px;
}
    .quickBx{
    width: 28%;
    margin: 0  13px 0 0 ;
    float: left;
    }
    .quickMdl{
    width: 40%;
    margin: 0  15px 0 0 ;
    float: left;
    }
    .ns{
    font-size: 25px;
 
   

    }
    .prBx1 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx2 {
    width: 45%;
    margin: 20px  10px 0 0 ;
    float: left;
    }
    .prBx {
    margin-left: 30px;
    }
}

.FillingBox {
    width: 100% !important;
    margin: 0px 0px 2%;
    padding: 10px !important;
    background: #fff; border: solid 1px rgba(255, 255, 255, 0.0);
    color: #000;
}
.submit {
    overflow: hidden;
    min-height: 35px;
    margin: 0px 0px 10px;
    padding: 8px;
    float: left;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0);
    width: 93px;
    color: rgb(255, 255, 255) !important;
    background: #B7007A;
}
.submit:hover {
    background: #DC279F;
}
