@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top;  font-family: 'Poppins', sans-serif;  color: #000; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
html {-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */}
a { text-decoration: none; }
body { margin: 0; background: #fff; }
span { color: #aa0f0d; }
ul { list-style-type: none; }
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/*---Additional Form resets---*/
button, input[type="button"] { background: none; }
:required { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none;}
/*---Typographic Styling---*/
em, i { font-style: italic; }
u { text-decoration: underline; }
pre, code { font-family: Monaco, Courier, monospace; }
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after, { content: "";}
/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] { cursor: pointer; }
input[type="submit"], input[type="button"], button { -webkit-appearance:none; }
/*---Misc. Element Styling---*/
img { -ms-interpolation-mode: bicubic; }
.linksiz { font-size: 19px; line-height: 30px; }
/* Proper box model */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* General styles */
::selection {background: #eb8f00;color: #fff;}
::-moz-selection { background:#eb8f00; color:#fff;}
::-webkit-selection { background:#eb8f00; color:#fff;}
a { text-decoration: none; color: #327D9D; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
a:hover { }
a:active { }
a:visited { }
address { }
aside { }
b, strong { }
blockquote { }
button { cursor: pointer; }
button:hover { }
button:active { }
caption, th, td { vertical-align: top; }
h1, h2, h3, h4, h5, h6 {  }
h1 { font-size: 40px; color:#1f1f1f; font-weight: 700; line-height: 46px; margin-bottom: 26px; text-transform: uppercase; }
h2, h3, h4, h5, h6 { font-size:38px; font-weight: 700; line-height: 39px; margin-bottom: 22px; text-transform: uppercase; }
.heading { font-size: 24px; font-weight: 700; line-height: 39px; margin-bottom: 22px; text-transform: uppercase; }
h6 { }
i, em { }
img { height: auto; max-width: 100%; }
input, select, textarea {font-size: 13px; }
input[type="text"], input[type="tel"], input[type="email"] { border: 1px solid #ccc; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; height: 44px; padding: 4px 18px; width: 100%; font-size: 12px; font-weight: normal; color: #666; }
input[type=radio] { }
input[type=checkbox] { }
label { }
li { }
p {
    line-height: 26px;
    margin: 0 0 27px;
    font-size: 15px;
    color: #333;
}
select { }
select option { }
table { border: 0; border-spacing: 0; empty-cells: show; }
textarea { height: 153px; resize: none; width: 100%; border-radius:0px; -webkit-border-radius: 0px; -moz-border-radius:0px; padding:12px 18px; font-size: 12px; font-weight: normal; border: 1px solid #ccc; color:#666; margin: 0;vertical-align: top; }
ul, ol { margin:0;padding:0;}
.wrap { border: 0; clear: both; float: none; font-size: 1px; height: 0; line-height: 1px; margin: 0; padding: 0; visibility: hidden; }
.ban_inn, .wid { width: 1200px; margin: 0 auto; }
.leftfl { float: left; }
.rgtfl { float: right; }
.tall { text-align: left; }
.talr { text-align: right; }
.talc { text-align: center; }
.justify { text-align: justify; }
.violet { color: #8F5E99; }
.indigo { color: #4b0082; }
.blue { color: #005aff; }
.green { color: #5a8e00; }
.yellow { color: #f87b00; }
.orange { color: #FF6600; }
.red { color: #ff0000; }
.black { color: #000; }
.m0 { margin: 0px 0px 0px 0px; }
.wid:after, .wid:before, ul:after, ul:before, .social:after { display: block; content: ""; clear: both; }
::-webkit-input-placeholder {opacity: 1;color:#acacac;}
:-moz-placeholder {opacity: 1;color:#acacac;}
::-moz-placeholder {opacity: 1;color:#acacac;}
:-ms-input-placeholder {opacity: 1;color:#acacac;}
*, :before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hidecal { display:none; }
a.phn {    display: inline-block;    font-weight: bold;    font-size: 20px;}

.rcapcha { border-radius: 3px; height: 75px; margin: 0 auto 6px; overflow: hidden; width: 100%; }
/*##########################################    Menu    ##############################################################*/

.menuD { float: right; border-bottom: 1px solid #f2f0f0; }
.navigation { float:left; width:100%; }
.navigation ul { float:left; width:100%; }
.navigation ul li { float:left; display: inline; }
.navigation ul li a {
  color: #fff; height:67px;
  float: left;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 24px 24px;
  text-transform: uppercase; margin-right:2px;
}
.navigation ul li a:hover { color:#fff; background:#87100f; }
.current_page_item a, .current-menu-item a {
  background: #aa0f0d none repeat scroll 0 0;
  color: #fff !important;
}
.current_page_item a:hover, .current-menu-item a:hover {
  background: #87100f none repeat scroll 0 0;
  color: #fff !important;
}
.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover { }
footer .current_page_item a, footer .current-menu-item a {  background: none;  border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;  color: #fff !important;}
.sitmpee .current_page_item a{color:inherit !important}
footer .current_page_item a:hover, footer .current-menu-item a:hover {  background: none;  border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;  color: #493F3F !important;}
.current_page_item li a { color:#666 !important; background:none; }
.navigate .open { display: none; }
.sub-menu { display: none; }
.navigate > .menu-item-has-children:hover > ul { display: block; }
.sub-menu .sub-menu { display: none; }
.navigate2 .menu-item-has-children:hover > .sub-menu .sub-menu { display: none; left: 0; }
.navigate2 .sub-menu .menu-item-has-children:hover > .sub-menu { display: block; }
.servTp ul li:last-child .sub-menu { left: inherit; right: 0; }
.menu-item-has-children { position: relative; }
.sub-menu { background:#fff; left: 0; position: absolute; text-align: left; top: 67px; width: 245px !important; z-index:999999999999999999999999999 !important; }
.sub-menu li { display: block; padding:0; width: 100% !important; }
.navigation .sub-menu li a {
  border-bottom: 1px solid #ccc;
  font-size: 14px !important;
  height: auto !important;
  margin: 0;
  color: #333;
  padding: 12px 15px !important;
  width: 100% !important;
}
.navigate.open li { display: block !important; }
.navigate.open { clear: both; padding: 0; }
.MenuIcon { display:none; }
.sub-menu .sub-menu { left: 245px !important; top: 0px; }
.sub-menu li { position:relative; }
.sub-menu .menu-item-has-children a { background-image: url(images/dpDownArrow.png); background-position: 90% center; background-repeat: no-repeat; }
.sub-menu .menu-item-has-children a:hover { background-image: url(images/dpDownArrow.png); background-position: 90% center; background-repeat: no-repeat; }
.sub-menu .menu-item-has-children ul li a { background-image: none; }
.sub-menu .menu-item-has-children ul li a:hover { background-image: none; }
/*##########################################    Menu Ends    ##############################################################*/
/*=========Header Top==========*/
.logo {
    float: left;
    margin: 0px 0 0 1px;
    width: 165px;
    padding: 3px 0;
}
.logRgt {
    float: right;
    margin-top: 25px;
}

/*=========Listing==========*/
.listng.twoCol > li { float: left; width: 46%; }/*=========2 column Listing==========*/
.contRgt .wpcf7-not-valid-tip { height: 25px; top: 10px; line-height: 21px; font-size: 13px; }

.sharedv { clear: both; padding-top: 20px; }

/*=========Social Media==========*/
.social { float: left; width: 210px; }
.social > ul, .socialFtr > ul { list-style: outside none none; margin: 0; padding: 0; }
.social li, .socialFtr li { float: left; height: 50px; width: 50px; margin-right: 3px; }
 .social li:nth-child(4) {margin-right:0;}
 .social li:nth-child(5) {width:100%;text-align:center;margin-top: 5px;}
 .social li:nth-child(5) li {float:none;display:inline-block;width: auto;height: auto;margin: 0 -1px 0 0;}
 .social li:nth-child(5) li a {}
.social li a, .socialFtr li a { display: block; height: 100%; }
.social li a:hover, .socialFtr li a:hover { opacity: 0.7; }
.fb { background:url(images/facebook-icon.png) no-repeat 0 0; }
.tw { background:url(images/twitter-icon.png) no-repeat 0 0; }
.lnkd { background:url(images/linked-icon.png) no-repeat 0 0; }
.yt { background:url(images/youtube-icon.png) no-repeat 0 0; }
.gp { background:url(images/google-plus-icon.png) no-repeat 0 0; }
.pint { background:url(images/pinterest-icon.png) no-repeat 0 0; }

/*=========Phone Number Header==========*/
.MobPhn { display: none; }
.dskTph > span { display: inline-block; float: left; height: 62px; margin-left: 0; margin-right: 0; padding: 10px 0 0 6px; width: 52px; }
.dskTph { margin-top: 34px; }

.banner { background:url(images/banner-image.png) no-repeat center 0; background-size:cover; overflow: hidden; }
.button1 { background: #ff7903; border-radius: 6px; color: #fff; display: block; font-size: 18px; font-weight: 700; height: 48px; padding: 10px 0 0; text-align: center; text-transform: uppercase; width: 181px; }
.revwForm1 li { margin-bottom: 10px; }
input.button1[type="submit"] { border: medium none; padding: 0; }
.button1:hover, .innerHeader a:hover { background: #ffd103; color: #BC5800; }

.shreUs { margin-bottom: 10px; float: left; }
.addthis_sharing_toolbox { float: left; margin-top: 17px; margin-left: 12px; }
.bkmrk { float: left; margin-top: 19px; }

.sharedv::after { clear: both; content: ""; display: block;}

/*===============  Quote Field Style  ===================*/
.capchImag { float: left; width: 28%; }
.capchImag img { width: 100%; margin: 0 !important; }
.captchaFild { float: right; width: 70%; }

div.wpcf7-validation-errors, .wpcf7-mail-sent-ok, div.wpcf7-spam-blocked { display:none !important; }
.wpcf7-form-control-wrap { display: block; position: relative; }
.wpcf7-not-valid-tip { background: #fff none repeat scroll 0 0; height: 42px; left: 10px; line-height: 41px; position: absolute; top: 1px;font-size: 14px !important; }
.formHide { height: 1px; overflow: hidden; display: none; }
.ConpgeFrmInn .wpcf7-not-valid-tip {
  background: #aa0f0d none repeat scroll 0 0;
  font-size: 14px !important;
  height: 42px;
  left: 13px;
  line-height: 41px;
  position: absolute;
  top: 1px;
}
.enqFrm ul { float: left; width: 730px; padding-left: 172px; padding-top: 43px; }
.enqFrm li { margin-bottom: 17px; text-align: center; position:relative; }
.enqFrm input[type="submit"], .revwForm input[type="submit"], .contactpg input[type="submit"] { background:url(images/submit-button.png) no-repeat 0 0; color: #fff; font-size: 28px; font-weight: bold; height: 72px; text-transform: uppercase; width: 200px; border:none; }
.enqFrm input[type="submit"]:hover, .revwForm input[type="submit"]:hover, .contactpg input[type="submit"]:hover { color:#053E7F; }
.revwForm li, .contactpg li { text-align:center; position:relative; }
.ajax-loader { margin: 0 !important; position: absolute; right: 0; top: 10px; }


.revwForm { padding-bottom: 60px; }
.revwForm li { float: left; margin-bottom: 20px; width: 100%; }
.maparea iframe { width: 100% !important; }
.maparea { float: right; width: 46%; }
.contactpg { float: left; width: 48%; }
.contactpg li { margin-bottom: 20px; }
.bgLght { float: left; background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0; height: 630px; width:84%; }

/*===============  Bullet Points  ===================*/
.listng { margin-bottom: 20px; padding-left: 20px; }
.listng li { background: rgba(0, 0, 0, 0) url(images/arrow-icon.png) no-repeat scroll -4px 0; padding-left: 27px; font-size: 16px; padding-bottom: 16px; }

/*===============  Site Map  ===================*/
.sitmpee .sub-menu { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; display: block; margin-left: 20px; position: static; width: 88% !important; }
.sitmpee {  margin-bottom: 20px;}
.sitmpee a { background: rgba(0, 0, 0, 0) url(images/arrow-icon.png) no-repeat 0 5px; padding-left: 30px; color: #666; }
.sitmpee a:hover { color: #EB8F00 !important; background: rgba(0, 0, 0, 0) url(images/arrow-icon.png) no-repeat 0 5px; }
.sitmpee .sub-menu li a { background-attachment: scroll !important; background-clip: border-box !important; background-color: rgba(0, 0, 0, 0) !important; background-image: url("images/arrow-icon.png") !important; background-origin: padding-box !important; background-position: 0 8px; background-repeat: no-repeat !important; background-size: auto auto !important; border-bottom: 0 none !important; padding-left: 23px !important;color:#666 !important;font-size: inherit !important;  line-height: inherit !important; }
.sitmpee .sub-menu li a:hover { background: rgba(0, 0, 0, 0) url(images/arrow-icon.png) no-repeat 0 8px !important;color: #EB8F00 !important; }
/*###########################################   Testimonial Section Starts ########################################################*/

/** /!!! core css Should not edit !!!/**/



.slideCvr { margin:0; width: 100%;clear: both;float:left; }
.slideCvr::after, .content-slider::after {
  clear: both;
  content: "";
  display: block;
}

.lSSlideOuter { overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lightSlider:before, .lightSlider:after { content: " "; display: table; }
.lightSlider { overflow: hidden; }
.lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; }
.lSSlideWrapper > .lightSlider:after { clear: both; }
.lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform, height; transition-property: transform, height; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-timing-function: inherit; transition-timing-function: inherit; }
.lSSlideWrapper .lSFade { position: relative; }
.lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; }
.lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit; transition-timing-function: inherit; }
.lSSlideWrapper .lSFade > *.active { z-index: 10; }
.lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1; }
/** /!!! End of core css Should not edit !!!/**/



/* Pager */

.lSSlideOuter .lSPager.lSpg { margin: 10px 0 0; padding: 0; text-align: center; }
.lSSlideOuter .lSPager.lSpg > li { cursor: pointer; display: inline-block; padding: 0 5px; }
.lSSlideOuter .lSPager.lSpg > li a { background-color: #fff; border-radius: 30px; display: inline-block; height: 16px; overflow: hidden; text-indent: -999em; width: 16px; position: relative; z-index: 99; -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { background-color: #f7b926; }
.lSSlideOuter .media { opacity: 0.8; }
.lSSlideOuter .media.active { opacity: 1; }
/* End of pager */



/** Gallery */

.lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lSSlideOuter .lSPager.lSGallery li { opacity: 0.7; overflow: hidden; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; }
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { opacity: 1; }
.lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; }
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; }
.lSSlideOuter .lSPager.lSGallery:after { clear: both; }
/* End of Gallery*/
/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
/* vertical */

.lSSlideOuter.vertical { position: relative; }
.lSSlideOuter.vertical.noPager { padding-right: 0px !important; }
.lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; }
.lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; }
/* vertical */
/* Rtl */

.lSSlideOuter.lSrtl { direction: rtl; }
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; }
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { padding-right: 0; }
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { float: left; }
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { float: right !important; }

/* Rtl */



@-webkit-keyframes rightEnd {
0% { left: 0;}
 50% { left: -15px;}
 100% { left: 0;}
}
 @keyframes rightEnd {
 0% { left: 0;}
 50% { left: -15px;}
 100% { left: 0;}
}
 @-webkit-keyframes topEnd {
 0% { top: 0;}
 50% { top: -15px;}
 100% { top: 0;}
}
 @keyframes topEnd {
 0% { top: 0;}
 50% { top: -15px;}
 100% { top: 0;}
}
 @-webkit-keyframes leftEnd {
 0% { left: 0;}
 50% { left: 15px;}
 100% { left: 0;}
}
 @keyframes leftEnd {
 0% { left: 0;}
 50% { left: 15px;}
 100% { left: 0;}
}
 @-webkit-keyframes bottomEnd {
 0% { bottom: 0;}
 50% { bottom: -15px;}
 100% { bottom: 0;}
}
 @keyframes bottomEnd {
 0% { bottom: 0;}
 50% { bottom: -15px;}
 100% { bottom: 0;}
}
.lSSlideOuter .rightEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; }
.lSSlideOuter .leftEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; }
.lSSlideOuter.vertical .rightEnd { -webkit-animation: topEnd 0.3s; animation: topEnd 0.3s; position: relative; }
.lSSlideOuter.vertical .leftEnd { -webkit-animation: bottomEnd 0.3s; animation: bottomEnd 0.3s; position: relative; }
.lSSlideOuter.lSrtl .rightEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; }
.lSSlideOuter.lSrtl .leftEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; }
.testmnalDiv .lSPager.lSpg { display: none !important; }

.contLft { float: left; min-height: 600px; padding: 45px 0 0; width: 500px; font-size: 16px; }
.contRgt { border: 1px solid #ccc; float: right; margin: 19px 0 0; padding: 25px; width: 444px; background:#F3F3F3; }
.cont_Lft { float:left; width:60% }
.cont_Rgt { background: #fafafa none repeat scroll 0 0; border: 1px solid #ccc; float: right; width: 30%; }

.titlRgt { color: #fd8201; font-size: 29px; font-weight: 600; margin-bottom: 22px; min-height: 37px; text-transform: uppercase; }
.contRgt li { margin-bottom: 15px; text-align:center; }
.contRgt li .button1 { border: medium none; float: none; height: 40px; margin: 0 auto; padding: 0; width: 236px; }
.contRgt input[type="text"], .contRgt input[type="email"], .contRgt input[type="tel"], .contRgt input[type="phone"] { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; height: 38px; }
.contRgt input[type="text"], .contRgt input[type="email"], .contRgt input[type="tel"], .contRgt input[type="phone"], textarea { background:rgba(255, 255, 255, 1) url(images/input-bg.png) no-repeat 0 0; }


.rearmore { background: #2f85e8 none repeat scroll 0 0; border-radius: 7px; color: #fff; float: left; font-size: 19px; height: 35px; padding: 3px 31px 0; text-transform: uppercase; }
.rearmore:hover { color:#053E7F; }




/*===============  INFO  ===================*/
.infoBX { position: relative; display: inline-block; }
.infoBX:hover .infoBox { display: block; }
.infoBX > a { font-size: 11px !important; line-height: 18px !important; margin-left: 0; padding: 0 !important; }
.infoBox { background: #FF7903; border: 2px solid #fff; border-radius: 3px; bottom: 14px; display: none; height: 249px; padding: 10px; position: absolute; width: 425px; }
.infoaddress div { color: #fff; }
.infoBox span { color: #fff; float: left; font-size: 16px; font-weight: 400; margin-bottom: 5px; text-transform: uppercase; width: 100%; }
.infoBox div p span, .infoBox div p { color: #fff; display: inline-block; font-size: 15px !important; font-weight: normal !important; line-height: 16px; text-transform: none; }
 .infoaddress::after, .infoaddress div::after {clear: both;content: "";display: block;}
.infoBox div p { display: block; float: left; margin-bottom: 0; text-align: left; width: 100%; }
.infoBox a:hover { color: #2E375F !important; }
.infomail span { color: inherit !important; display: block !important; float: right; text-align: left; width: 75% !important; }
.infomail a { color: inherit !important; line-height: inherit; }
.infomail b { color: inherit; display: block; font-size: inherit; line-height: inherit; }
.infomail { clear: both; display: block; float: left; margin-top: 10px; width: 100%; }
.infomail > p { display: block !important; text-align: center; }
.infoBox a { float: none !important; padding: 0 !important; background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; font-size: inherit !important; text-transform: none !important; color: #fff !important; line-height: inherit !important; }




/*===============  Blog  ===================*/
.blog-post { background:#fff none repeat scroll 0 0; border:1px solid #ccc; padding:15px; margin-bottom:20px }
.blog-title { font-size:21px; margin-bottom:6px }
.postd { color:#e2181f; font-size:11px; padding:5px 0 1px }
.blog-post a { color: #fff; display: inline-block; padding: 4px 13px; text-decoration: none; background:#ff7903; }
.blog-post a:hover { color:#AD1D24; background:#FFD103; }
.blogarea { box-sizing:border-box; color:#fff; padding:20px }
.blogarea .innSrv li { list-style:outside none none; margin:0; padding:0 0 10px 26px; background:url(bulletArrow.png) no-repeat 0 3px }
.blogarea .innSrv li a { color:#fff; text-decoration:none }
.inRghtCapn { font-size: 25px; }
.cont_Rgt li a {   background: rgba(0, 0, 0, 0) url("images/arrow-bullet.png") no-repeat scroll 15px 15px;
  border-bottom: 1px solid #fff;
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 20px 15px 60px; }
.cont_Rgt li a:hover{ background:#aa0f0d url("images/arrow-bullet.png") no-repeat scroll 15px 15px}
.cont_Rgt li a:hover { color:#fff; }
.at-share-tbx-element a:hover, .bkmrkbtn:hover { opacity: 0.5; }
.bkmrkbtn a{background:url(images/star.png) no-repeat 0 0;}
.inSvces a {

}

.topHd {
  padding: 5px 0 5px;
}
.logRgt {
  float: right;
  margin-top: 20px;
}
.nm a {
  color: #2f2f2f;
  font-size: 17px;
  font-weight: 500;
  padding-left: 30px;
}
.nm a:first-child{  background: rgba(0, 0, 0, 0) url("images/phone.png") no-repeat scroll 0 0;}
.nm a:last-child{ padding-left: 10px;}
.ml a {
  background: rgba(0, 0, 0, 0) url("images/mail.png") no-repeat scroll 0 3px;
  color: #2f2f2f;
  font-size: 17px;
  font-weight: 600;
  padding-left: 30px;
}
.tpCnct li {
  display: inline-block;
  padding-left: 20px;
}
.tpCnct a:hover{ color:#aa0f0d;}
.btmHd .wid {
    background: #333;
    height: 67px;
}
.tpMnu{ float:left;}
.scl {
    background: #aa0f0d;
    float: right;
    margin-top: 0;
    padding: 16px 24px;
}
.gtLft .scl {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 10px;
    padding: 0;
    display: flex;
    width: 100%;
}
.sclicns > li {
  display: inline-block;
  padding: 0 6px;
}
.sclicns i {
  border:2px solid #fff;
  border-radius: 30px;
  font-size: 12px;
  height: 35px; color:#fff;
  padding: 10px;
  text-align: center;
  width: 35px;
}
.sclicns i:hover{ opacity: 0.6}
.slImg{ position:relative;}
.slTxt {
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -60px;
}
.slhd {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 4px 4px #000;
    width: 650px;
}
h1.slhd {
    line-height: 58px;
    margin-top: 0px;
    text-transform: none;
}
.rgtabCnt h2 {
    color: #fff;
    text-transform: none;
    font-size: 30px;
    line-height: 32px;
}
.stmPage .svces {
    background: #aa0f0d;
}
.stmPage .svces h3{
    font-size: 32px;
}
.stmPage .svces ul li{
  margin-bottom: 10px;
}

.stmap ul.sub-menu {
    display: block !important;
    position: static;
    padding-left: 15px;
    width: auto !important; padding-top: 20px; padding-bottom: 20px;
}
.stmap .navigate a{
  color: #333; line-height: 28px;
}
.stmap .navigate li{
  position: relative; padding-left: 35px; margin-bottom: 10px;
}
.stmap ul.sub-menu li:last-child{
  margin: 0px;
}
.stmap .navigate li:before {
    content: "\f101";
    display: inline-block;
    background: #aa0f0d;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    font-family: Fontawesome;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slTxt p {
  color: #fff;
  font-size: 16px; width:720px;
}
.slTxt a {
  background:#0094DA;
  border-radius: 30px;
  color: #fff;
  padding: 15px 40px;
}
.btmHd {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.slTxt a:hover{ background:#3F3F3F; color:#fff;}
.sec1 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 80px 0;
  text-align: center;
}

.sec1 p {
  margin: 0 auto;
  width: 800px; color:#666;
}
.sec2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 70px 0;
  text-align: center;
}
ul.svces.hvr-buzz-out.row {
    padding: 0px;
}
.svces > li>div {
	 -webkit-box-shadow:0px 0px 6px rgba(0, 0, 0,0.2);
-moz-box-shadow:0px 0px 6px rgba(0, 0, 0,0.2));
box-shadow:0px 0px 6px rgba(0, 0, 0,0.2);
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  padding: 25px 35px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.svces li>div:hover{ background:rgba(170,5,13,0.4);}
.svces > li:hover{;}
.svces i {
  display: block;
  margin-bottom: 20px;
}
.scHd {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 15px;
    /* min-height: 60px; */
    color: #333 !important;
    text-transform: none;
    font-weight: 500;
    line-height: 28px;
}
.sec2 h2 {
  color: #000;
  margin-bottom: 60px;
  text-transform: none;
}
.svces i {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #aa0f0d;
  border-radius: 50px;
  color: #333333;
  display: block;
  float: none;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  margin: 0 auto;
  padding: 15px 0;
  position: static;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

.sec3{ padding:50px 0;}
.sec3 h2{ text-align:center;}
.scHds{ font-size:30px; font-weight:500; margin-bottom:30px;}
.sc3Lft{ float:left;}
.sc3Rgt {
  float: right;
  width: 550px;
}
.dte{ font-size:14px; font-style:italic;}
.blgHd{ font-size:24px; margin:15px 0; font-weight:500;}
.blgCnt{ font-size:15px; color:#303030; line-height:30px; margin-bottom:30px;}
.sc3Lft {
  float: left;
  width: 550px;
}

.txtclr li {
  background: #f5f5f5 none repeat scroll 0 0;
  height:400px;
  padding: 30px;
}

.txtclr a{ background:#aa0f0d; color:#fff; padding:12px 30px; border-radius:5px; margin-bottom:40px;}
.txtclr a:hover{ background:#0094DA;}
.scHds > a{ color:#000000;}
.sec4 {
  background: rgba(0, 0, 0, 0) url("images/count-bg.jpg") no-repeat fixed 0 0 / cover ;
  padding: 120px 0 100px;
}
.cncts{ font-size:32px; margin-bottom:50px; text-align:center; color:#fff; font-weight:500;}
.cncts::after {
  background:#aa0f0d;
  border-radius: 20px;
  content: "";
  display: block;
  height: 5px;
  margin: 10px auto;
  width: 70px;
}
.cnLft{ width:550px; float:left;}
.map-container iframe {
  width: 100%;
  height: 350px;
}
.cnRgt{ float:right; width:600px;}
.ConpgeFrmInn > li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
  width: 50%;
}
.ConpgeFrmInn input[type="text"], .ConpgeFrmInn input[type="tel"], .ConpgeFrmInn input[type="email"], .ConpgeFrmInn input[type="phone"]{
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius:0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: 44px;
  padding: 4px 18px;
  width: 100%;
}
.ConpgeFrmInn > li:nth-child(5) {
  width: 100%;
}
.ConpgeFrmInn > li:nth-child(6) {
  width: 100%;
}
.servicereadmore {
  background: #aa0f0d none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 45px;
  padding: 11px 0;
  width: 150px;
}
.servicereadmore:hover{ background:#0094DA;}
.ConpgeFrmInn textarea {
	background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius:0px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  height: 85px;
  margin: 0;
  padding: 12px 18px;
  resize: none;
  vertical-align: top;
  width: 100%;
}
.ConpgeFrmInn input[type="submit"], input[type="button"], button { border:1px solid #fff; color:#fff; width:150px; height:40px;background: transparent none repeat scroll 0 0; color:#fff; margin-top:30px;
}
.ConpgeFrmInn input[type="submit"]:hover{ background:#0094DA;}
footer {
  background: #1b2126 none repeat scroll 0 0;
  padding: 20px 0;
}
.col1{ float:left; width:300px;}
.col2{ float:left; width:300px;}
.col3{ float:left; width:270px;}
.col4{ float:right; width:150px;}
.colsHd{ font-size:18px; font-weight:500; text-transform:uppercase; color:#fff; margin-bottom:20px;}
.col1 a {
  color: #fff;
  line-height: 32px; font-size:15px;
}
.col2 a {
  color: #fff;
  line-height: 32px; font-size:15px;
}
.col3 a {
  color: #fff;
  line-height: 32px; font-size:15px;
}
.col4 a {
  color: #fff;
  line-height: 32px; font-size:15px;
}
.col3 li {
  color: #fff; font-size:15px; line-height:30px;
}
.ftTop{ border-bottom:1px solid #272d31; padding-bottom:30px;}
.ftLft{ color:#fff; float:left;}
.ftRgt{ color:#fff; float:right;}
.ftTop::after {
  clear: both;
  content: "";
  display: block;
}
.ftBtm {
  padding: 15px 0;
}
.col4 span {
  display: inline-block;
  margin-top: 10px;
  padding-right: 20px;
  width: 40px;
}
.col4 i{ color:#fff;}
footer a:hover{ color:#aa0f0d;}


.TstNme {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.TstCnt p {
  text-align: justify;
  font-size:15px; color:#303030; line-height:30px;
}
.TstImg {
  border-radius: 50%;
  display: inline-block;
  height: 90px; margin-bottom:10px;
  overflow: hidden;
  width: 90px;
}
.tsmn .lSAction > a {
  background-image: url("img/controls1.png");
  bottom: 10px;
  cursor: pointer;
  display: block;
  height: 31px;
  margin-top: -16px;
  opacity:1;
  position: absolute;
  top: auto;
  transition: opacity 0.35s linear 0s;
  width: 31px;
  z-index: 9;
}
.tsmn .lSAction > a:hover{ opacity:0.6;}
.tsmn .lSAction > .lSPrev {
  background-position: 0 0;
  left: 50%;
  margin-left: -40px;
}
.tsmn .lSAction > .lSNext {
  background-position: -49px 0;
  margin-right: -40px;
  right: 50%;
}


.DvRgt li {
  line-height: 32px;
}
.DvRgt .scl {
  margin-top: 10px;
  width: 100%;
}
.DvRgt .scl {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-top: 10px;
  padding: 0;
  display: flex;
  width: 100%;
}
.scl > a {
  padding: 0 10px;
}
.DvRgt a:hover{color: #000; }
.DvRgt.svces {
  background: #aa0f0d none repeat scroll 0 0;
  padding: 20px;
}
.DvRgt.svces a:hover{
background: #980f0e; color: #fff;
}
.sub-srvces a {
  color: #fff;
  display: block;
  text-align: center;
}
.svces .GtNme {
  color: #fff;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out li>div:hover{ opacity:0.8;}
.hvr-buzz-out li>div{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out li>div:hover, .hvr-buzz-out li>div:focus, .hvr-buzz-out li>div:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.ConFrmInn li {
  border: 0 none !important;
  box-shadow: none !important;
  float: left;
  margin-bottom: 10px;
  padding: 0 5px !important;
  width: 50%;
}
.DvLft {
  float: left;
  padding-right: 20px;
  /* width: 70%; */
}
.DvRgt {
  float: right;
  /* width: 30%; */
}
.ConFrmInn li input[type="text"], .ConFrmInn li input[type="email"], .ConFrmInn li input[type="phone"], .ConFrmInn li input[type="tel"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c9cacb;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  float: left;
  height: 60px;
  list-style: outside none none;
  padding: 0 11px;
  width: 100%;
}
.ConFrmInn > li:nth-child(5) {
  width: 100%;
}
.FrmInn.InnPge > li {
  margin-bottom: 10px;
  text-align: center;
}
.FrmInn.InnPge .capchImag {
  display: block;
  float: none;
  margin: 0 auto 10px;
  width: 198px;
}
.FrmInn.InnPge > li {
  margin-bottom: 10px;
  text-align: center;
}
.FrmInn.InnPge input[type="text"], .FrmInn.InnPge input[type="tel"], .FrmInn.InnPge input[type="email"], .FrmInn.InnPge input[type="phone"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  height: 53px;
  padding: 4px 18px;
  width: 100%;
}
.ConFrmInn li textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c9cacb;
  border-radius:0px;
  color: #000;
  height: 150px;
  padding: 10px;
}
.ConFrmInn li input[type="submit"] {
  background: #1d1d1d none repeat scroll 0 0;
  border: 1px solid #c9cacb;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  margin: auto;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 150px;
}
.ConFrmInn .capchImag {
  width: 250px !important;
}
.ConFrmInn > li:last-child {
  margin-bottom: 0;
  width: 100%;
}
.InSec {
  padding: 50px 0;
}
.GtNme {
  font-size: 32px;
  font-weight: 600; margin-top:10px;
  text-align: center; margin-bottom:30px;
}
.DvLft li {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0,0, 0.2);-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
}
.blhd {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blRgt > a {
  background: #aa0f0d none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  height: 45px;
  padding: 12px 0;
  text-align: center;
  width: 150px;
}
.blRgt > a:hover{ background:#0094DA}
.inSvces > li {
  line-height: 30px;
}
.inSvces {
  background: #f5f5f5 none repeat scroll 0 0;
}
.inSvces a {
  color: #000; background:url(images/arrow-bullet.png) no-repeat 0 0; padding-left:30px;
  font-size: 16px;
}
.inSvces a {
  background: rgba(0, 0, 0, 0) url("images/arrow-bullet.png") no-repeat scroll 15px 15px;
  border-bottom: 1px solid #fff;
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 20px 15px 60px;
}
.FrmInn.InnPge input[type="submit"], input[type="button"], button {
  background: #1d1d1d none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  height: 45px;
  width: 150px;
}
.FrmInn.InnPge > li:last-child {
  clear: both;
  float: none;
  width: 100%;
}
.inSvces > li {


}
.inSvces a:hover{ background:#aa0f0d url("images/arrow-bullet.png") no-repeat scroll 15px 15px}


/*transportcsssssssssssss////////////////////////////////////////////////////////////////////////////////////////////*/
.imgCvr{ position:relative;}
.imgTxt {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.imgCvr > img {
  width: 100%;
}
.imgTxt {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.sec1 h1 {
  margin-bottom: 50px;
  text-transform: none;
}

.lftTxt {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}
.rgCount {
  float: right;
  width: 650px;
}
.rgCount > p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.yearsze {
    color: #aa0f0d;
    font-size: 60px;
    font-weight: 700;
    margin-top: -8px;
    display: inline-block;
}
.exprnce {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 18px;
  margin: 20px 0 0;
}
.scHds {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}
.gtCnt {
  color: #666766;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 40px;
  text-align: center;
  width: 700px;
}
.gtLft {
  float: left;
}
.gtRgt {
 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
  float: right;
  padding: 30px 30px 30px;
  width: 750px;
}
.ConFrmInn li {
  float: left;
  margin-bottom: 20px;
  padding: 0 5px;
  width: 33.3%;
}
.ConFrmInn > li:nth-child(4) {
  width: 100%;
}
.ConFrmInn li input[type="submit"]:hover{ background:#911311; color: #fff;}
.ConFrmInn li input[type="submit"] {
  background:#aa0f0d;
  border: 1px solid #aa0f0d;
  border-radius: 3px;
  color: #fff;
  font-family: "Ubuntu",sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  margin: auto;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 150px;
}
.ConFrmInn li input[type="text"], .ConFrmInn li input[type="email"], .ConFrmInn li input[type="phone"], .ConFrmInn li input[type="tel"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c9cacb;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  float: left;
  height: 45px;
  list-style: outside none none;
  padding: 0 11px;
  width: 100%;
}
.ConFrmInn li textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c9cacb;
  border-radius: 0;
  color: #000;
  font-family: "Ubuntu",sans-serif;
  height: 90px;
  padding: 10px;
}
.lftDv {
  color: #fff;
  float: left;
  font-size: 12px;
}
.rgtDv {
  color: #fff;
  float: right;
  font-size: 12px;
}
.rgtDv a {
  color: #fff;
  font-size: 12px;
}
.sec5 {
  padding: 80px 0;
}
.gtLftHd {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.scl1 {
  margin: 20px 0 0;
}
.scl1 a {
  display: inline-block;
  padding-right: 15px;
}
.scl1 i {
  color: #aa0f0d;
}
.gtLft li {
  line-height: 30px;
}
.rgtabCnt {
  float: right;
  padding: 40px 0;
  width: 550px;
}
.Cvr {
  background: #aa0f0d none repeat scroll 0 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.absec::after {
  clear: both;
  content: "";
  display: block;
}
.Cvr::before {
  background: #aa0f0d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
}
.rgtabCnt > p {
  color: #eee;
}
.lftImg {
  float: left;
  left: 0;
  position: relative; z-index: 9;
  top: 0;
  z-index: 9;
}
.absec {
  background: #aa0f0d none repeat scroll 0 0;
  padding-bottom: 0;
  position: relative;
}
.Cvr::after {
  clear: both;
  content: "";
  display: block;
}
.absec {

}
.rgtabCnt > a {
  background: #fff none repeat scroll 0 0;
  color: #333;
  display: block;
  height: 45px;
  padding: 13px 0;
  text-align: center;
  width: 150px;
}
.rgtabCnt > a:hover{ background:#771413; color: #fff;}

.InSec .svces.hvr-buzz-out {
  text-align: center;
}
.schol h1, .schol h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.schol li {
  line-height: 30px;
}
.schol ul {
  margin-bottom: 20px;
}
.InSec h1 {
    font-size: 34px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}
.alert.alert-success {
  background: rgb(62, 197, 157) none repeat scroll 0 0;
  bottom: 30px;
  color: #eee;
  margin-bottom: 20px;
  padding: 10px 20px;
  position: static;
}
.alert.alert-danger{
  background:rgb(152,17,38);
  bottom: 30px;
  color: #eee;
  margin-bottom: 20px;
  padding: 10px 20px;
  position: static;

}

/* Preloader */
#preloader {
  background-color:#fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

#status {
  background-image: url("../images/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 310px auto;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -150px;
  position: absolute;
  top: 50%;
  width: 300px;
}
/*transportcsssssssssssss///////////////////////////////////////////////////////////////////////////////////////////*/

.ab_img {
    width: 45%;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.abContent p {
    text-align: justify;
}

.abContent h3 {
    font-size: 24px;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 25px;
}
.svces h3 {
    color: #fff;
}
.abContent .svces ul li:before {
    background: #fff;
    color: #333;
}
.abContent ul li:before {
    content: "\f101";
    display: inline-block;
    background: #aa0f0d;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    font-family: Fontawesome;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abContent ul li {
    padding-left: 39px;
    position: relative;
    margin-bottom: 13px;
    line-height: 26px;
}
.svces {

    text-align: left;
    padding: 30px 60px;
}
.bgred{
  background: #aa0f0d;
}
.svces li a{
text-align: left;
}
.svces li a:hover{
color: #fff; opacity: 0.8;
}
.m-0{
  margin: 0px !important;
}
.ab_rw{
  margin-top: 50px !important; display: flex;
}
.bg_gry{
  background: rgba(0, 0, 0, 0.05);
}
.why_alms{
  padding: 30px 60px;
}

.qte {
    background: rgba(170, 15, 13,0.1) url(images/banner.jpg) no-repeat 0 0;
    padding: 50px 60px;
    margin-top: 80px;
    background-size: 100%;
    background-position: center bottom;
    position: relative; z-index: 0;
}
.qte:after{
  content: ""; display: block;
  background: linear-gradient(to right, rgba(170, 15, 13,0.6), rgba(0, 0, 0,0.6));
  position: absolute;
  left: 0px; top: 0px; width: 100%; height: 100%;
  z-index: -1;
}
.qte strong {
    line-height: 38px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
a.cnButton {
    background: #fff;
    padding: 13px 30px;
    color: #333;
    border-radius: 6px;
    margin: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
}
a.cnButton:hover{
  background: rgba(170, 15, 13,1); color: #fff; text-decoration: none;
}
.qte .col-md-4{
  text-align: center;
}
.qte .row {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.stHed{
  text-decoration: underline; color: #aa0f0d; margin-bottom: 10px; display: block;
}

.adrs li{
  padding-left: 30px;
  position: relative; margin-bottom: 12px;
}
li.lc {
    line-height: 24px;
}
.adrs  a{
  color: #333; font-weight: 500;
}
li.scl a {
    width: 36px;
    height: 36px;
    background: #eee;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
li.scl a:hover{
  background: #aa0f0d;
}
.adrs li:before {
    content: "";
    border: 0px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    position: absolute;
    left: 0px;
     font-family: FontAwesome;
     font-size: 18px;
     color: #aa0f0d;
}
.adrs li.lc:before{
content: "\f041"; font-size: 20px;
}
.adrs li.evvlp:before{
content: "\f0e0";
}
.adrs li.mb:before{
content: "\f095";
}

.map{
  margin: 50px 0 0;
}
.map iframe{
  width: 100%; height: 350px;
}
@media screen and (min-width:875px) {

  .fixed-pos .btmHd {
    position: fixed;
    top: 0;
    z-index: 99;
  }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 320px) and (max-width : 560px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 375px) and (max-width : 667px) {
	body {-webkit-text-size-adjust: none;}
}


@media only screen and (max-width:1230px) {
.wid {  padding: 0 15px;  width: 100%;}

}


@media only screen and (max-width:1201px) {

.sc3Lft {
  float: left;
  width: 49%;
}
.sc3Rgt {
  float: right;
  width: 49%;
}
.cnLft {
  float: left;
  width: 45%;
}
.cnRgt {
  float: right;
  width: 50%;
}
.col1 {
  float: left;
  width: 25%;
}
.col2 {
  float: left;
  width: 25%;
}


	}
@media only screen and (max-width:1024px) {

.txtclr li {
  background: #f5f5f5 none repeat scroll 0 0;
  height: 450px;
  padding: 30px 30px 100px;
}



}

@media only screen and (max-width:995px) {

.slhd {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.btmHd {
  position: static;
  width: 100%;
  z-index: 9;
}
h1 {
  color: #1f1f1f;
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.sc3Lft {
  float: left;
  width: 100%; margin-bottom:30px;
}
.sc3Rgt {
  float: right;
  width: 100%;
}
.scHds {
  text-align: center;
}
.txtclr li {
  background: #f5f5f5 none repeat scroll 0 0;
  height: auto;
  padding: 30px 30px 100px;
}
.scHds::after {
  margin: 5px auto;
  width: 70px;
}
.cont_Lft {
  float: left;
  width: 100%;
}
.cont_Rgt {
  width: 100%;
}
.GtNme { margin-top:10px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.sec1 {
  padding: 30px 0;
  text-align: center;
}
.rgtabCnt {
  float: right;
  padding: 40px 0;
  width: 100%;
}
.absec {
  background: #f8f8f8 none repeat scroll 0 0;
  overflow: hidden;
  padding-bottom: 0;
}
.sec2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 0 0 30px;
  text-align: center;
}
.lftTxt {
  color: #fff;
  float: left;
  font-size: 36px;
  font-weight: 500;
  width: 100%;
}
.rgCount {
  float: right;
  margin-top: 20px;
  width: 100%;
}
.exprnce {
  margin: 0;
}
.sec4 {
  background: rgba(0, 0, 0, 0) url("images/count-bg.jpg") no-repeat fixed 0 0 / cover ;
  padding: 30px 0;
}
.sec5 {
  padding: 30px 0;
}
.gtLft {
  float: left;
  text-align: center;
  width: 100%;
}
.ConFrmInn li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
.sec1 h1 {
  margin-bottom: 20px;
  text-transform: none;
}
.sec2 h2 {
  color: #000;
  margin-bottom: 20px;
  text-transform: none;
}
}


@media only screen and (max-width:874px) {
.tpMnu {
  float: left;
  margin-top: 20px;
}



.col1 {
  float: left;
  width: 23%;
}
.col3 {
  float: left;
  width: 30%;
}
.sec1 p {
  color: #666;
  margin: 0 auto;
  width: 100%;
}
h2, h3, h4, h5, h6 {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
}


@media only screen and (max-width:767px) {
  h1.slhd {
    line-height: 26px;
    margin-top: 0px;
    text-transform: none;
}
.slTxt p {
  display: none;
}
.slhd {
  margin-bottom: 20px;
}
.slhd {width: 100%}
.Cvr {
  background: #aa0f0d none repeat scroll 0 0;
  overflow: hidden;
  position: static;
  right: 0;
  top: 0;
  width: 100%; margin-bottom: 20px;
}
.logRgt {
  float: right;
  margin-top: 0px;
  text-align: right;
  width: 73%;
}
.tpCnct li {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 20px;
}
.slTxt {
  margin-top: -49px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.rgtabCnt h2 {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    line-height: 32px;
}
.sec1 {
    padding: 10px 0 20px;
    text-align: center;
}
h1 {
  color: #1f1f1f;
  font-size: 26px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sec2 {
  padding: 0px 0 0;
  text-align: center;
}
.svces > li {
  margin: 0 0 20px;
  width: 100%;
}
.scHd {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 15px;
  min-height: 0;
}
.gtCnt {
  color: #666766;
  font-size: 16px;
  line-height: 28px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}
.scHds {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.gtRgt {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  float: right;
  padding: 30px 30px 10px;
  width: 100%;
}
.lftDv {
  color: #fff;
  float: left;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.rgtDv {
  color: #fff;
  float: right;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.cnLft {
  float: left;
  width: 100%; margin-bottom:20px;
}
.cnRgt {
  float: right;
  width: 100%;
}
.sec4 {
  background: rgba(0, 0, 0, 0) url("images/count-bg.jpg") no-repeat fixed 0 0 / cover ;
  padding: 30px 0;
  text-align: center;
}
.yearsze {
  color: #0378be;
  font-size: 40px;
  font-weight: 700;
}
.col1 {
  float: left;
  text-align: center;
  width: 49%; margin-bottom:20px;  min-height: 250px;
}
.col2 {
  float: left;
  margin-bottom: 20px;
  min-height: 250px;
  text-align: center;
  width: 49%;
}
.col1 a {
  font-size: 14px;
}
.col2 a {
  font-size: 14px;
}
.col3 a {
  font-size: 14px;
}
.col4 a {
  font-size: 14px;
}

.col3 {
  float: left;
  text-align: center;
  width: 49%;
}
.col4 {
  text-align: center;
  width: 49%;
}
.ftLft {
  color: #fff;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.ftRgt {
  color: #fff;
  float: right;
  text-align: center;
  width: 100%;
}
.ftRgt {
  color: #fff;
  float: right;
  text-align: center;
  width: 100%;
}
.sec3 {
  padding: 30px 0;
}
.logo {
  float: left;
  margin: 0 0 0 1px;
  width: 150px;
}
}



@media only screen and (max-width:874px) {
/*Menu*/
.navigate {
  background: #ffffff none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 131px;
  width: 100%;
  z-index: 9;
}
.navigation ul li a {
  height: auto;
}
.sub-menu {
  background: #eee none repeat scroll 0 0;
  left: 0;
  position: absolute;
  text-align: left;
  top: 67px;
  width: 245px !important;
  z-index: 2147483647 !important;
}
	 .menuImg {
width: 40px;
float: right;cursor: pointer;}
	.MenuIcon {  display: block;}
 .MenuIcon span {float: left;width: 100%;height: 4px;background: #fff;margin: 1px 0;}
 .navigate {display: none;}
 .navigate li {width: 100%;}
.navigation ul li a {  border-bottom: 1px solid #eee;  color: #666;  font-size: 14px;  padding: 14px 2%;  width: 100%;}
 .navigate .menu-item-has-children > span {display: block;right: 2%;position: absolute;width: 40px;height: 40px;background: url(images/dpDownArrow.png) no-repeat center center;top: 8px;cursor: pointer;}
 .navigate .menu-item-has-children:hover > ul {display: none;}
 .menu ul li {background: #666;border-bottom: 1px solid #fff;display: block;float: left;padding: 17px 0;width: 100%;}
 .sub-menu {float: left;margin: 0;padding: 0;position: inherit;top: inherit;width: 100% !important;}
 .sub-menu li {width: 100%;padding: 0%;}
 .sub-menu li a {	 font-size: 15px !important;  padding: 10px 32px !important;}
.sub-menu li a {  border-bottom: 1px solid #eee !important;  font-size: 15px !important;  padding: 10px 32px !important;  width: 100%;}
 .sub-menu ul li {background: none repeat scroll 0 0 #666;display: block;padding: 16px 10px;}
 .sub-menu .sub-menu {float: left;position: static;padding: 0;margin: 0;}
 .sub-menu .sub-menu li {padding: 0;margin: 0;}
 .sub-menu .sub-menu li a {padding-left: 9%!important;background: #414141;}
 .sub-menu .menu-item-has-children a {background-image: none;}
 .sub-menu .menu-item-has-children a:hover {background-image: none;}
 .sitmpee .sub-menu li a {
  font-size: inherit !important;
  line-height: inherit !important;
  padding: 0 22px !important;font-size: 16px !important;
}
.sitmpee li a {font-size: 16px;
}
}

@media only screen and (max-width:767px) {
	 .rcapcha {margin: 0 auto 6px;width: 238px;}
	.shreUs {display: none;}
	.addthis_sharing_toolbox {margin-left: 0;}
	.bkmrk {display:none !important;}
.infoBX{display:none !important}
.DvLft {
  float: left;
  padding-right:00px;
  width: 100%;
}
.gtLftHd {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.DvRgt {
  float: right;
  text-align: center;
  width: 100%;
}
.GtNme {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.InSec {
  padding: 30px 0;
}
.logo {
  width: 115px;
}
}
@media only screen and (max-width:480px) {
.btmHd .wid {
  height: auto;
}
.tpMnu {
  float: left;
  left: 0; position:fixed; z-index:999; background:#fff;
  margin-left: 0;
  margin-top: 0px;
  top: 0;
  width: 100%; padding:10px 0;
   -webkit-box-shadow: 0 2px 4px rgba(0, 0,0, 0.2);-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
}
.topHd {
  padding: 4px 0 15px;
}
.wid {
  padding: 0 5px;
  width: 100%;
}
.MenuIcon span {
  background: #aa0f0d none repeat scroll 0 0;
  float: left;
  height: 4px;
  margin: 1px 0;
  width: 100%;
}
.logo {
  float: left;
  margin: 0 0 0 1px;
  position: relative;
  top: 0;
  width: 120px;
  z-index: 99999;
}
.menuImg {
  cursor: pointer;
  float: right;
  margin-right: 11px;
  width: 30px;
}
.imgTxt {
  background: #aa0f0d none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px;
  position: static;
  text-align: left;
  width: 100%;
}
.tsmn .lSSlideWrapper.usingCss {
  padding-bottom: 0;
}
.logRgt {
  float: right;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
.navigate {
  background: #ffffff none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 45px;
  width: 100%;
  z-index: 9;
}
.scl {
  background: transparent none repeat scroll 0 0;
  float: right;
  margin-top: 0;
  padding: 7px 24px;
  text-align: center;
  width: 100%;
}
.sclicns i:hover{ color:#aa0f0d; border:2px solid #aa0f0d;}
.sclicns i {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  height: 28px;
  padding: 7px;
  text-align: center;
  width: 28px;
}
.slhd {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.slTxt a {
  background: #0094da none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  padding: 10px 30px;
}
.slTxt {
  margin-top: -41px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.svces > li {
  margin: 0 0 20px;
  width: 100%;
}
.exprnce {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 12px;
  margin: 20px 0 0;
}
.txtclr li {
  background: #f5f5f5 none repeat scroll 0 0;
  height: auto;
  padding: 30px 10px;
}
.sec1 .tsmn .lSSlideWrapper.usingCss {
    padding-bottom: 0px;
}
.tsmn .lSSlideWrapper.usingCss {
  padding-bottom: 50px;
}
.ConpgeFrmInn > li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
  width: 100%;
}
.ConFrmInn li {
  width: 100%;
}
.col1 {
  min-height: 0;
  width: 100%;
}
.col2 {
  width: 100%; min-height: 0;
}
.col3 {
  width: 100%; margin-bottom:20px; min-height: 0;
}
.col4 {
  width: 100%; min-height: 0;
}
h1 {
  color: #1f1f1f;
  font-size: 19px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
  text-transform: uppercase;
}

}
