@import 'https://fonts.googleapis.com/css?family=Trirong:100,200,300,400,500,600,700,800,900';
@import "font-awesome";
body {
  overflow-x: hidden;
  font-family: 'Arial', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Trirong', serif;
  text-transform: uppercase;
  font-weight: 700;
}

a:hover {

    text-decoration: none;
}
/*header---index-page started--*/
.pad0{
  padding: 0px;
}
.top-head{
    color: #ffffff;
background: #1e1e1e;
font-family: arial;
text-transform: uppercase;
font-size: 12px;
padding: 5px 0;
}
.top-head .top-left{
text-align: left;
color: #fff;
}
.top-head p{
margin: 0px;
}
ul.top-right  {

text-align: right;
padding: 0px;
margin: 0px;
}
ul.top-right li {

color: #fff;
list-style: none;
display: inline-block;
padding: 0px 10px;
}
.phone {
    background: url('../images/icons.png') no-repeat -13px -11px;
    width: 19px;
	height: 19px;
    	display: inline-block;
	vertical-align: middle;

}
.log {
	background: url('../images/icons.png') no-repeat -16px -50px;
	width: 12px;
	height: 14px;
		display: inline-block;
	vertical-align: middle;
}

.livechat {
	background: url('../images/icons.png') no-repeat -15px -94px;
	width: 14px;
	height: 12px;
		display: inline-block;
	vertical-align: middle;
}
.button {
  display: inline-block;
  height: 36px;

  padding-right: 10px;
  padding-left: 35px;
  position: relative;


  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;

  line-height: 34px;
color: #031f73;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 0px 0px 0px;
margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 0px 0px ;
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 0px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.2);
  box-shadow:0px 0px 0px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
float: right;
border:1px solid #1e1e1e;
}

.button span {
  position: absolute;
  left: 0;
  width: 30px;
  background-color:#1e1e1e;

  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-right: 1px solid  rgba(0,0,0,0.15);
text-align: center;
color: #ffffff;
}

.button:hover span, .button.active span {
  /*background-color:rgb(0,102,26);*/
  border-right: 1px solid  rgba(0,0,0,0.3);
}
.button:hover {
  background-color:transparent;
}

.button:active {
  margin-top: 2px;
  margin-bottom: 13px;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}
.book {
	background: url('../images/icons.png') no-repeat -15px -130px;
	width: 14px;
	height: 16px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 190px;
    padding: 10px 0px 17px 0px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #1e1e1e;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
}
ul .multi-column-drop-down{
list-style: none;
}
ul .multi-column-drop-down li a{
list-style: none;
color: #ffdb93;
background-color: transparent;
font-size: 12px;
}
/*.drop-wid{
width: 936px !important;
}*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-header {
    float: none;
}
.navbar-nav {
    float: right;
    margin: 0;
    margin-right: -25px;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a {
    color: #031f73;
}
.navbar-default .navbar-nav > li > a {
    color: #031f73;
    text-transform: uppercase;
    font-size: 14px;
    font-family:'Trirong', serif;
    line-height: 2;
    font-weight: 500;
}
.navbar-right {
    float: right !important;
    margin-right: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px 0px 0px;

    margin: -10px 7px 0px 7px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    background-color: transparent;
    border-bottom: 2px solid;
    color: #031f73;

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #031f73;
}
.navbar-brand {
    float: left;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.banner{
background-image: url('../images/banner.jpg'); height: 310px; width: 940px; float: left; display: block;border-bottom-left-radius: 100% 10%;
border-bottom-right-radius: 100% 10%;
}
.overlay-home-banner{
	background-image: url('../images/arc.png'); height: 310px;  width: 538px; float: left; display: block;border-bottom-left-radius: 100% 5%;
}
.banner-event{
  font-size: 14px;
color: #ffffff;
font-family:'Trirong', serif;
font-weight: 400;

}
.banner-fest{

color: #ffffff;
font-family: 'Trirong', serif;
font-weight: 500;
text-transform: none;
font-size: 32px;
margin-top: 0px;
}
.banner-para{
color: #fff5e1;
font-family: 'Trirong', serif;
font-weight: 200;
text-transform: none;
font-size: 20px;
}
.draft-but{
   background-color: #bd8b21;
border: none;
color: white;
font-family: 'Trirong', serif;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 0px 0px;
cursor: pointer;
border-radius: 0px;
font-size: 16px;
font-weight: 600;
}
.draft-buto{
   background-color: #3479ce;
border: none;
color: white;
font-family: 'Trirong', serif;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 0px 10px;
cursor: pointer;
border-radius: 0px;
font-size: 16px;
font-weight: 600;

}
.banner-content{
  padding: 20px;
}
.rush-bg{
  background-color: #3479ce;
  margin-top: 15px;
  border-bottom-left-radius: 100% 8%;
width: 29.5%;
height: 160px;

    background: -moz-linear-gradient(90deg, rgba(69,130,205,1) 0%, rgba(69,130,205,1) 48%, rgba(52,121,206,1) 51%, rgba(52,121,206,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(52,121,206,1)), color-stop(49%, rgba(52,121,206,1)), color-stop(52%, rgba(69,130,205,1)), color-stop(100%, rgba(69,130,205,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(69,130,205,1) 0%, rgba(69,130,205,1) 48%, rgba(52,121,206,1) 51%, rgba(52,121,206,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(69,130,205,1) 0%, rgba(69,130,205,1) 48%, rgba(52,121,206,1) 51%, rgba(52,121,206,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(69,130,205,1) 0%, rgba(69,130,205,1) 48%, rgba(52,121,206,1) 51%, rgba(52,121,206,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(69,130,205,1) 0%, rgba(69,130,205,1) 48%, rgba(52,121,206,1) 51%, rgba(52,121,206,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3479ce', endColorstr='#4582cd',GradientType=0 ); /* ie6-9 */


}
.rush-box{
margin-bottom: 35px;
}
.box-head{
  font-size: 16px;
  color: #ffffff;
  font-family:'Trirong', serif;
  font-weight: 400;
  margin-left: 10px;
}
.delivery-hours{
  font-size: 14px;
  color: #ffffff;
  list-style: none;
  padding: 0px;
}
.delivery-hours li {
padding: 5px;
}
.check {
  background: url('../images/icons.png') no-repeat -12px -164px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.perfect-paper{

}
.perfect-head{
font-size: 17px;
color: #293b7f;
font-family: 'Trirong', serif;
font-weight: 500;
padding: 15px;
padding-bottom: 0px;
}
.paper{
list-style: none;
padding: 0px;
}
.paper li{
  padding: 2px;
margin-left: 10px;
font-size: 13px;
color: #4f4e4e;
}
.font-bold{
  font-weight: 600;
}
.mighty-head{
  font-size: 17px;
color: #293b7f;
font-family: 'Trirong', serif;
font-weight: 500;
padding: 15px;
padding-bottom: 0px;
margin-left: -15px;
}
.mighty{
  list-style: none;
padding: 0px;
}
.mighty li{
  padding: 0px;
  font-size: 13px;
  color: #4f4e4e;
}
.box {
  background: url('../images/icons.png') no-repeat -66px -15px;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
/*services-drop-down*/
.dropdown-submenu > .dropdown-menu {
    top: 0;
left: 100%;
margin-top: -11px;
margin-left: 1px;
max-height: 346px;
overflow-y: scroll;
font-size: 12px;
min-width: 280px;
}
.dropdown-submenu {
    position: relative;
    font-size: 12px;
}
li.dropdown .dropdown-submenu a{
    background-color: transparent;
color: #ffdb93;
display: block;
padding: 8px 5px 8px 10px;
clear: both;
font-weight: normal;
line-height: 0.8;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ffdb93;
    white-space: nowrap;
    background-color: transparent;
   }

   .sub-drop{
    min-width: 255px;
   }
   .borders {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 219, 147, 0.27);
}
.navbar-nav .drop-down > li > a{
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #e4cb9a;
}
/*.bg-trans{
  background-image: url('../images/cut.png');
}*/

.footer-section{
  background-color: #1e1e1e;
  margin-top: -20px;
}
.test-foot{
  color: #ffdb93;
  font-size: 18px;
font-family: 'Trirong', serif;
padding: 0px;
margin-left: 20px;
font-weight: 400;
}
.item {
    color: #ffdb93;
    font-size: 14px;
    /*background: url('../images/events.png') no-repeat;*/
    padding: 20px 20px;
}
.para-name{
font-size: 12px;
color: #ffffff;
font-style: italic;
font-weight: 600;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 90%;
}
.carousel {
    position: relative;
    width: 98%;
    background: url('../images/events.png') no-repeat;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
}
.price-head{

}
.price-cal{
    color: #ffdb93;
  font-size: 18px;
font-family: 'Trirong', serif;
padding: 0px;
/*margin-left: 20px;*/
font-weight: 400;
}
.css-select {
    background-image: url(../images/select-arrow1.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.home-price-cal label{
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight:400;
color: #ffdb93;
}
.home-price-cal .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.home-price-cal .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
}
.btn-lg {
    color: #fff;
    background-color: #3479ce;
    border-color: #3479ce;
}
.btn-lg {
    display: inline-block;

    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;

    margin-top: 18px;
    font-weight: 400;
   font-family: 'Trirong', serif;
    letter-spacing: 0px;
}
.form-group {
    margin-bottom: 10px;
}
.home-cost{
color: #fff;
font-size: 16px;
   background-color: #383838;

padding: 10px 18px;
}
.home-costs{
color: #fff;
font-size: 16px;
   background-color: #383838;

padding: 10px 18px;
}
.num{
  font-size: 20px;
}
.total-bg{
color: #ffdb93;
font-size: 15px;
}
.para-total{
  float: right;
color: rgb(255, 255, 255);
font-size: 12px;
margin-top: 5px;
}
.proceed {
    background-color: #bd8b21;
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
border-radius: 0px;
font-family: 'Trirong', serif;
font-weight: 600;
padding: 10px 15px;
}
.link-bu{
text-align: center;
}
.home-price-cal{
  margin-bottom: 20px;
}
.line{
border-color: #555555;
margin-top: 20px;
margin-bottom: 10px;
}

/*footer section-2 started*/
.sec-head{
  font-size: 12px;
  color: #ffdb93;
  font-family: 'Trirong', serif;
}
.list-services {
    overflow-y:scroll;
    max-height: 198px;
    padding: 0px;
}


.list-services ul li a {
    color: white;
}
.ser-scroll{
  display: none;
}
.list-services > li > a {
    position: relative;
    display: block;

    font-size: 12px;
color: #aaa;
background-color: transparent;
}
.last-sec{
  font-size: 15px;
  font-family: 'Trirong', serif;
  color: #aaa;
  margin-bottom: 20px;
}
.last-sec-color{
  color: #ffdb93;
}
.foot-menu{
list-style: none;

}
.foot-menu li a{
  color: #ffdb93;
float: left;
  font-size: 11px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0px 5px;
}
.foot-ima{
  text-align: right;
}
.foot-paras{
  color: #ffffff;
  font-size: 10px;
  margin-right: 15px;
}
.caro-para{
margin-right: 0px;
}
.angle-ar{
  float: right;
  margin-top: -10px;
}
/*about-us started*/

.footer-section-about {
    background-color: #1e1e1e;

    border-top: 15px solid #181818;
}
.about-banner{
  background: url('../images/about-banner.jpg');
height: 88px;
width: 940px;
float: left;
display: block;
margin-bottom: 0px;
}
.about-head{
  color:#ffffff;
  font-size: 16px;
  font-family: 'Trirong', serif;
  text-transform: uppercase;
  font-weight: 200;
  margin: 35px 20px;
}
.colu-about{
border: 1px solid #eeeeee;
margin: 10px;
margin-bottom: 30px;
padding: 10px;
}
ul.about-points {
    list-style: none;
    font-size: 14px;
    color: #031f73;
    margin-left: -42px;
    font-family: 'Trirong', serif;
}
.about-points li{
  padding: 5px;
}
.about-excep{
color: #031f73;
font-size: 25px;
font-weight: 400;
font-family: 'Trirong', serif;
text-transform: none;
}
.tot-mar{
  margin-left: -30px;

}
.tot-marg {
    margin-left: -30px;
    margin-top: 18px;
}
.colm-head{
font-size: 18px;
text-transform: none;
font-weight: 600;
font-family: 'Trirong', serif;
color: #bd8b21;
}
.colm-heads{
font-size: 18px;
text-transform: none;
font-weight: 600;
font-family: 'Trirong', serif;
color: #bd8b21;
margin-bottom: 20px;
}
.about-line{
border-color: #bd8b21;
margin-top: 15px;
}
.col-full{

}
.about-para{
  line-height: 1.8;
color: #666666;
}
.how-para{
  line-height: 1.8;
color: #666666;
margin-bottom: 30px;
}
ul.about-ser {
    list-style: none;
    font-size: 14px;
    color: #666666;
    margin-left: -42px;
    font-family: 'Trirong', serif;
}
.about-ser li{
  padding: 5px;
}
.about-ser > li > a{
  color: #666666;
}
.about-ser >li > a:hover{
  background-color: transparent;
  text-decoration: none;
}
.about-ico{
  color: #bd8b21;

}
.about-sub-banner{
   background: url('../images/about-sub-banner.jpg');
height: 120px;
width: 608px;
float: none;
display: block;
margin-bottom: 30px;
margin-right: -45px;
}
.about-sub-head-con{
  float: right;
  font-size: 25px;
   margin-right: 30px;
  font-family: 'Trirong', serif;
  color: #666666;
  text-transform: none;
}
.about-wri{
  color: #bd8b21;
}
.about-sub-head-cont{
   float: left;
font-size: 20px;
font-family: 'Trirong', serif;
color: #666666;
text-transform: none;
margin-left: 32%;
margin-top: 10px;

}
.about-order{
color: #ffffff;
font-size: 16px;
background-color: transparent !important;

}
.about-order-spa{
  background-color: #bd8b21;
  padding: 0px 25px;
margin-left: 0px;
}
.about-lorem-head{
font-size: 18px;
color: #bd8b21;
font-family: 'Trirong', serif;
font-weight: 500;
text-transform: none;
margin-bottom: 20px;
}
.about-ipsum{
  list-style: none;
font-size: 14px;
color: #666666;
margin-left: -25px;
line-height: 2.5;
}
.about-para-last{
  line-height: 1.8;
color: #666666;
margin-bottom: 50px;
}
.support{
   font-size: 20px;
color: #ffffff;
font-family: 'Trirong', serif;
font-weight: 600;
}
.about-con-support{
 background-color: #bd8b21;
 border-radius: 0px;
 padding: 5px 25px;
}
.about-con-suppor{
 background-color: #bd8b21;
 border-radius: 0px;
 padding: 5px 25px;
}
.about-con-support a:hover{
background-color: transparent;
}
.tot-sup{
margin-left: -28px;
padding: 22px;

}
.tot-sup-ser{
margin-left: -40px;
padding: 22px;
margin-top: -85px;
}
.support-bu {
  background: url('../images/icons.png') no-repeat -53px -42px;
  width: 60px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.about-liv{
font-family: 'arial';
font-size: 18px;
font-weight: 400;
}
.about-live{
font-family: 'arial';
font-size: 18px;
font-weight: 400;
float: left;
}
.supp-con{
  margin-bottom: 20px;
  margin-left: 10px;
}
.pri-cal{
  margin-bottom: 20px;
  margin-left: 10px;
}
.about-price-cal{
 background-color: #2a7cba;
 border-radius: 0px;
 padding: 5px 34px;
}
.price-ca {
  background: url('../images/icons.png') no-repeat -66px -116px;
  width: 45px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.about-la{
  margin-left: 5px;
  margin-top: 0px;
}
.ser-tot{
  margin-top: -15px;
}
.ser-sub-banner {
    background: url('../images/about-sub-banner.jpg');
    height: 140px;
    width: 608px;
    float: right;
    display: block;
    margin-bottom: 50px;
    margin-right: -10px;
}
.dis-sub-banner {
    background: url('../images/about-sub-banner.jpg');
    height: 140px;
    width: 608px;
    float: right;
    display: block;
    margin-bottom: 50px;
    margin-right: -12px;
}
.percentages{
color: #ed3738;
font-size: 20px;
}
.supp-con-ser{
    margin-bottom: 20px;
    margin-left: 10px;
}
.pri-cal-ser{
    margin-bottom: 20px;
    margin-left: 10px;
}
.admis{
  font-size: 15px;
font-weight: 400;
text-transform: none;
font-family: 'Trirong', serif;
}
/*DISCOUNT-PAGE*/
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color:#ffffff;
   text-align:center;
   text-transform: none;
   font-family: 'Trirong', serif;
font-weight: 600;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #2a7cba;
    border-color: #2a7cba;
}
.panel-heading {
    padding: 17px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.panel-default {
    border-color: #ededed;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    margin-top: 25px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
ul.discount-prize li{
float: left;
padding: 20px;
list-style: none;
}
ul.discount-prize{
padding-left: 0px;
}
.dis-five {
  background: url('../images/discount.png') no-repeat -39px -29px;
  width: 64px;
  height: 109px;
  display: inline-block;
}
.dis-eight {
  background: url('../images/discount.png') no-repeat -138px -29px;
  width: 64px;
  height: 109px;
  display: inline-block;
}
.dis-ten {
  background: url('../images/discount.png') no-repeat -250px -29px;
  width: 64px;
  height: 109px;
  display: inline-block;
}
.dis-fiften {
  background: url('../images/discount.png') no-repeat -367px -29px;
  width: 71px;
  height: 109px;
  display: inline-block;
}
.dis-twenty {
  background: url('../images/discount.png') no-repeat -475px -29px;
  width: 100px;
  height: 109px;
  display: inline-block;
}
.dis-tot{
margin-top: 20px;
margin-bottom: 30px;
}
.colu-dis {
    border: 1px solid #eeeeee;
    margin: 10px;
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 0px;
}
/*discout-closed-how we-work-started*/
.how-one{
  background-color: #cdd9d3;
text-align: center;
padding-top: 15px;
border-bottom: 10px solid #135634 !important;
font-size: 25px;
padding-bottom: 25px;
}
.how-two{
  background-color: #d3ced8;
text-align: center;
padding-top: 15px;
border-bottom: 10px solid #634c78 !important;
font-size: 25px;
padding-bottom: 25px;
}
.how-three{
  background-color: #ccd0de;
text-align: center;
padding-top: 15px;
border-bottom: 10px solid #0a2984 !important;
font-size: 25px;
padding-bottom: 25px;
}
.how-four{
  background-color: #ccd0de;
text-align: center;
padding-top: 15px;
border-bottom: 10px solid #320a84 !important;
font-size: 25px;
padding-bottom: 25px;
}
.how-we{
background-color: #cdd9d3;
padding-top: 15px;
border-bottom: 10px solid #135634 !important;
font-size: 25px;
padding-bottom: 23px;
margin: 0px 15px;
width: 86%
}
.how-we-two{
background-color: #d3ced8;
padding-top: 15px;
border-bottom: 10px solid #634c78!important;
font-size: 25px;
padding-bottom: 23px;
margin: 0px 15px;
width: 86%
}
.how-we-three{
background-color: #ccd0de;
padding-top: 15px;
border-bottom: 10px solid #0a2984 !important;
font-size: 25px;
padding-bottom: 23px;
margin: 0px 15px;
width: 86%
}
.how-we-four{
background-color: #ccd0de;
padding-top: 15px;
border-bottom: 10px solid #320a84 !important;
font-size: 25px;
padding-bottom: 23px;
margin: 0px 15px;
width: 86%
}
.how-you{
  font-size: 18px;
font-family: 'Trirong', serif;
color: #135634;
text-transform: none;
font-weight: 700;
}
.how-you-para{
  font-size: 14px;
  color: #135634;
  margin-left: 2px;
}
.how-you-two{
  font-size: 18px;
  font-family: 'Trirong', serif;
  color: #634c78;
  text-transform: none;
font-weight: 700;
}
.how-you-para-two{
  font-size: 14px;
  color: #634c78;
  margin-left: 2px;
}
.how-you-three{
  font-size: 18px;
  font-family: 'Trirong', serif;
  color: #0a2984;
  text-transform: none;
font-weight: 700;
}
.how-you-para-three{
  font-size: 14px;
  color: #0a2984;
  margin-left: 2px;
}
.how-you-four{
  font-size: 18px;
  font-family: 'Trirong', serif;
  color: #320a84;
  text-transform: none;
font-weight: 700;
}
.how-you-para-four{
  font-size: 14px;
  color: #320a84;
  margin-left: 2px;
}
.how-pads{
margin: -21px 0px;
}
.how-pad{
  color: #135634;
}
.how-pad-two{
  color: #634c78;
}
.how-pad-three{
  color: #0a2984;
}
.how-pad-four{
  color: #320a84;
}
.how-total{
  padding:0px;
  margin-bottom: 25px;
}
/*contact us - page - started */
.contact-head{
	font-size: 22px;
color: #320a84;
font-family: 'Trirong', serif;
font-weight: 400;
text-transform: none;
}
.contact-heads{
	font-size: 18px;
color: #1f2b7c;
font-family: 'Trirong', serif;
font-weight: 400;
text-transform: none;
}
.cont-line{
	border-color: #f3e8d2;
}
.contact-para{
	line-height: 1.8;
	color: #666666;
}
.panel-default > .panel-contact {
    color: #1f2b7c;
    background-color: #fbfbfb;
    border-color: #dadada;
    background: rgba(254,254,254,1);
background: -moz-linear-gradient(top, rgba(254,254,254,1) 3%, rgba(254,254,254,1) 6%, rgba(247,247,247,1) 45%, rgba(247,247,247,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(3%, rgba(254,254,254,1)), color-stop(6%, rgba(254,254,254,1)), color-stop(45%, rgba(247,247,247,1)), color-stop(100%, rgba(247,247,247,1)));
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 3%, rgba(254,254,254,1) 6%, rgba(247,247,247,1) 45%, rgba(247,247,247,1) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,1) 3%, rgba(254,254,254,1) 6%, rgba(247,247,247,1) 45%, rgba(247,247,247,1) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,1) 3%, rgba(254,254,254,1) 6%, rgba(247,247,247,1) 45%, rgba(247,247,247,1) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,1) 3%, rgba(254,254,254,1) 6%, rgba(247,247,247,1) 45%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f7f7f7', GradientType=0 );
}
.panel-title-contact {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #1f2b7c;
    text-align: center;
    text-transform: none;
    font-family: 'Trirong', serif;
    font-weight: 500;
}
.panel-body-contact {
    padding: 15px;
}
.panel-contact {
    padding: 17px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.panel-footer-contact {
    padding: 10px 15px;
    background-color: #ececec;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact-foot-ico {
    font-size: 40px;
    color: #75788d;
    float: left;
    margin: 8px;
    margin-top: -8px;
}
.contact-foot-tex{
color: #75788d;
font-size: 12px;
}
.text-muteds{
float: right;
margin-top: -30px;
margin-right: 18px;
color:#8b8b8f;
font-style: italic;
}
.submit-contact {
    background-color: #2a7cba; /* Green */
    border: none;
    color: white;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   font-family: 'Trirong', serif;
   font-weight: 500;
    cursor: pointer;
    margin-left: 15px;
margin-top: -8px;
margin-bottom: 20px;
padding: 8px 20px;
}
/*closed--all--pages--/
started--responsiv-pages--*/

@media (max-width: 360px) {
	.top-head .top-left{
text-align: center !important;
color: #fff;
}
.pad1{
	padding: 20px;
}
.why-mighty{
margin-bottom: 40px;
}
.carousel {
    position: relative;
    margin-left: 40px;
}
.test-foot {
    color: #ffdb93;
    font-size: 18px;
    font-family: 'Trirong', serif;
    padding: 0px;
    margin-left: 0px;
    font-weight: 400;
    text-align: center;
}
.price-cal {
    color: #ffdb93;
    font-size: 18px;
    font-family: 'Trirong', serif;
    padding: 0px;
    margin-left: 0px;
    font-weight: 400;
    text-align: center;
}
.home-cost {
    color: #fff;
    font-size: 16px;
    background-color: #383838;
    padding: 10px 18px;
    margin-top: 20px;
}
.banner {
    background-image: url('../images/banner.jpg');
    height: 310px;
    width: 985px !important;
    float: left;
    display: block;
    border-bottom-left-radius: 100% 10%;
    border-bottom-right-radius: 100% 10%;
    background-size: 38% !important;
    padding-top: 36% !important;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-top: 0px !important;
}

.top-head .top-right{
text-align: center;
color: #fff;
}
ul.top-right  {

text-align: center;
}
.overlay {

    background-color: #333;
    max-width: 38% !important;
    max-height: 153% !important;
    border-radius: 0px;

}
.rush-bg{
margin-top: -8%!important;

border-radius: 0px;
padding: 10px;
width: auto;
}
.why-mighty {
    margin-bottom: 40px;
    margin-left: 0px;
}
.banner-para {
    color: #fff5e1;
    font-family: 'Trirong', serif;
    font-weight: 200;
    text-transform: none;
    font-size: 13px;
}
.paper li {
    padding: 2px;
    margin-left: 15px;
    font-size: 14px;
    color: #4f4e4e;
}
.button{
float: left;
margin-bottom: 0px;
}
.knowledge{
  margin-left: 65px;
  margin-top: 27%;
}
.navbar-nav {
    float: none !important;
    margin: 0;
    margin-right: -25px;
    background-color: #3479ce;
    color: #fff;
    margin-top: 5px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Trirong', serif;
    line-height: 2;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.item {
    color: #ffdb93;
    font-size: 14px;

    padding: 20px 20px;
}
.caro-para {
    margin-right: 0px;
}
.carousel {
    position: relative;
    width: 80% !important;
    background: url('../images/events.png') no-repeat !important;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 98% !important;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #1e1e1e;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
li.dropdown .dropdown-submenu a {
    background-color: transparent;
    color: #ffdb93 !important;
    display: block;
    padding: 8px 20px 8px 10px;
    clear: both;
    font-weight: normal;
    line-height: 0.8;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 0;
    margin-top: 0% !important;
    margin-left: 0px;
    max-height: 346px;
    overflow-y: scroll;
}
.dropdown-menu {
    position: absolute;
    top: 113% !important;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0px 17px 0px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #1e1e1e;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
}
.angle-ar {
    float: right;
    margin-top: -20px !important;
}

.tot-mar {
    margin-left: 0px !important;
}
.tot-marg {
    margin-left: 0px !important;
}
.colu-dis {
    border: 1px solid #eeeeee;
    margin: 10px;
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 0px;
}
.tot-sup {
    margin-left: 0px !important;
    padding: 22px;
    margin-top: 0px;
}
.about-sub-banner {
    background: url('../images/about-sub-banner.jpg');
    height: 120px;
    width: 608px;
    float: left;
    display: block;
    margin-bottom: 30px;
    margin-left: -32px;
    background-size: 60% 80%;
    background-repeat: no-repeat;
}
.about-sub-head-con {
    float: left !important;
    font-size: 15px !important;
    margin-left: 18% !important;
    font-family: 'Trirong', serif;
    color: #666666;
    text-transform: none;
}
.percentages{
color: #ed3738;
font-size: 12px;
}
.about-order-spa {
    background-color: #bd8b21;
    padding: 3px 13px;
    margin-left: 0px;
}
.percentage {
    font-size: 12px;
}
.about-sub-head-cont {
    float: left;
    font-size: 15px;
    font-family: 'Trirong', serif;
    color: #666666;
    text-transform: none;
    margin-left: 18%;
    margin-top: 10px;
}
.about-banner {
    background: url('../images/about-banner.jpg');
    height: 88px;
    width: 940px;
    float: left;
    display: block;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: 40% 90% !important;
}
.ser-sub-banner {
    background: url('../images/about-sub-banner.jpg');
    height: 120px;
    width: 608px;
    float: left;
    display: block;
    margin-bottom: 30px;
    margin-left: -31px !important;
    background-size: 60% 80%;
    background-repeat: no-repeat;
}
.dis-sub-banner {
    background: url('../images/about-sub-banner.jpg');
    height: 120px !important;
    width: 608px;
    float: left;
    display: block;
    margin-bottom: 30px;
    margin-left: -30px !important;
    background-size: 60% 80%;
    background-repeat: no-repeat;
}
.how-we {
    background-color: #cdd9d3;
    padding-top: 15px;
    border-bottom: 10px solid #135634 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.how-we-two {
    background-color: #d3ced8;
    padding-top: 15px;
    border-bottom: 10px solid #634c78 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.how-we-three {
    background-color: #ccd0de;
    padding-top: 15px;
    border-bottom: 10px solid #0a2984 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.how-we-four {
    background-color: #ccd0de;
    padding-top: 15px;
    border-bottom: 10px solid #320a84 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.contact-foot-ico {
    font-size: 40px;
    color: #75788d;
    float: left;
    margin: 8px;
    margin-top: -8px !important;
}

}

@media (min-width: 992px){
.container {
    width: 970px;
}

}
@media (max-width: 768px){
.navbar-toggle {
    display: block;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-nav > li {
    float: none;
}
.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 35px;
}
.banner {
    background-image: url('../images/banner.jpg');
    height: 310px;
    width: 985px !important;
    float: left;
    display: block;
    border-bottom-left-radius: 100% 10%;
    border-bottom-right-radius: 100% 10%;
    background-size: 83%;
    padding-top: 37%;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: 20px;

}

.overlay {

    background-color: #333;
    width: 79%;
    border-radius: 0px;
    background-image: none;

}
.rush-bg {
 margin-top: 0%;
border-radius: 0px;
padding: 10px;
width: auto;
margin-left: -9px;
margin-right: -15px;
}
.why-mighty{
margin-bottom: 40px;
}
.item {
    color: #ffdb93;
    font-size: 14px;
    background-image: none;
    padding: 20px 20px;
}
.home-cost {
    color: #fff;
    font-size: 16px;
    background-color: #383838;
    padding: 10px 18px;
    margin-top: 20px;
}
.about-banner {
    background: url('../images/about-banner.jpg');
    height: 88px;
    width: 940px;
    display: block;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: 82%;
    margin-left: -10px;
    float: left;
    margin-top: 20px;
}
.about-sub-banner {
    height: 120px;
    width: 608px;
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-right: -45px;
}
.ser-sub-banner {
    height: 120px;
    width: 608px;
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-right: -45px;
}
.supp-con {
    margin-bottom: 20px;
    text-align: center;
}

.supp-con-ser {
    margin-bottom: 20px;
    text-align: center;
}
.pri-cal {
    margin-bottom: 20px;
    text-align: center;
}
.pri-cal-ser {
    margin-bottom: 20px;
    text-align: center;
}
.about-la {
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
  }

}
@media (max-width: 980px){
.navbar-toggle {
    display: block;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-nav > li {
    float: none;
}
.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 35px;
}
.banner {
    background-image: url('../images/banner.jpg');
    height: 310px;
    width: 985px !important;
    float: left;
    display: block;
    border-bottom-left-radius: 100% 10%;
    border-bottom-right-radius: 100% 10%;
    background-size: 83%;
    padding-top: 37%;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: 20px;

}
.navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-collapse.in {
    overflow-y: visible;
    display: block !important;
}
.navbar-nav {
    float: none !important;
    margin: 0;
    margin-top: 45px;
    background-color: #3479ce;
    color: #fff;

}
.overlay {

    background-color: #333;
    width: 83%;
    border-radius: 0px;
    background-image: none;

}
.navbar-default .navbar-nav > li > a{
  color: #fff;
}
.rush-bg {
 margin-top: -11%;
border-radius: 0px;
padding: 10px;
width: auto;
margin-left: -25px;
margin-right: -73px;
}
.why-mighty{
margin-bottom: 40px;
}
.item {
    color: #ffdb93;
    font-size: 14px;
    background-image: none;
    padding: 20px 20px;
}
.home-cost {
    color: #fff;
    font-size: 16px;
    background-color: #383838;
    padding: 10px 18px;
    margin-top: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Trirong', serif;
    line-height: 2;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.perfect-head {
    font-size: 17px;
    color: #293b7f;
    font-family: 'Trirong', serif;
    font-weight: 500;
    padding: 0px;
    padding-bottom: 0px;
  }
  .paper li {
    padding: 2px;
    margin-left: 0px;
    font-size: 14px;
    color: #4f4e4e;
}
.pad-con{
  padding-top :35%;
}
.carousel {
    position: relative;
    width: 98%;
    background-image: none;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left:0;
    margin-top: 17% !important;
    margin-left: 0px;
    max-height: 346px;
    overflow-y: scroll;
}
.dropdown-menu {
    position: absolute;
    top: 164%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0px 17px 0px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #1e1e1e;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
}
.angle-ar {
    float: right;
    margin-top: -12px;
}
.about-banner {
    background: url('../images/about-banner.jpg');
    height: 88px;
    width: 940px;
    display: block;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: 82%;
    margin-left: -25px;
    float: left;
    margin-top: 20px;
}
.about-sub-banner {
    height: 120px;
    width: 645px;
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-right: -45px;
    background-repeat: no-repeat;
}
.ser-sub-banner {
    height: 120px;
    width: 608px;
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-right: -45px;
}
.supp-con {
    margin-bottom: 20px;
    text-align: center;
}
.pri-cal {
    margin-bottom: 20px;
    text-align: center;
}
.pri-cal-ser {
    margin-bottom: 20px;
    text-align: center;
}
.supp-con-ser {
    margin-bottom: 20px;
    text-align: center;
}
.about-la {
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;

}
.about-sub-head-con {
    float: right;
    font-size: 25px;
    margin-right: 65px;
    font-family: 'Trirong', serif;
    color: #666666;
    text-transform: none;
}
.tot-sup-ser{
margin-left: -40px;
padding: 22px;
margin-top: 0px;
}
.colu-dis {
    border: 1px solid #eeeeee;
    margin: 10px;
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 0px;
}
.dis-sub-banner {

    height: 160px;
    width: 608px;
    float: left;
    display: block;
    margin-bottom: 30px;
    margin-left: 0px;

    background-repeat: no-repeat;
}
.how-we {
    background-color: #cdd9d3;
    padding-top: 15px;
    border-bottom: 10px solid #135634 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.how-we-two {
    background-color: #d3ced8;
    padding-top: 15px;
    border-bottom: 10px solid #634c78 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.how-we-three {
    background-color: #ccd0de;
    padding-top: 15px;
    border-bottom: 10px solid #0a2984 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.how-we-four {
    background-color: #ccd0de;
    padding-top: 15px;
    border-bottom: 10px solid #320a84 !important;
    font-size: 25px;
    padding-bottom: 23px;
    margin: 10px 0px;
    width: 100%;
}
.contact-foot-ico {
    font-size: 40px;
    color: #75788d;
    float: left;
    margin: 8px;
    margin-top: -18px;
}
}


