@font-face {
    font-family: 'gothamblack';
    src: url('../webfonts/gotham-black.woff2') format('woff2'),
         url('../webfonts/gotham-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* RESET CSS STRAT */
* { margin: 0px; padding: 0px; }
body { font-family: 'Poppins', sans-serif; margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: #b4b4b4; outline: none; line-height: 1.5em; overflow-x: hidden; }
h1, h2, h3, h3, h4, h5, h6 {  font-family: 'gothamblack'; color: #000000; font-size: 38px; margin: 0px; line-height: 1.2em; }
p { font-family: 'Raleway', sans-serif; padding: 0px; margin: 0px; font-size: 16px;  line-height: 24px; color: #000000; }
.hr {  margin-bottom: 15px; margin-top: 15px; border-color: #000000; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block;}
ul { list-style: none; margin: 0px; padding: 0px;}
a { outline: none !important; color: #19b3bd; text-decoration: none; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease;  }
a:hover, a:active, a:focus { outline: none !important; text-decoration: none; color: #598e1d;}
textarea, input:focus { outline: none !important; text-decoration: none;}
img { border:0; }
li { color: #1e1e1e; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;}
::-moz-selection { background-color: #2c3070; color: #fff; }
::selection { background-color: #2c3070; color: #fff;}
/* RESET CSS END */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.8) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.8) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.8) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.8) !important;
}
.ml-8 { margin-left: 8rem !important;}
.show { display: block!important;}
.zindex2 { z-index: 1; }
.fonts50 { font-size: 50px; }
.fonts14 { font-size: 14px; line-height: 24px; }
.fonts20 { font-size: 20px!important; }
.font-family { font-family: 'Raleway', sans-serif; }
.p-5-5 {
    padding: 5rem !important;
}
/* STICKY ANV BAR */	
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 0px 0;
	-webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	background-color: #FFFFFF;
        box-shadow: 0 0 18px 1px rgba(0,0,0,.1);
}

#header.sticky .navbar-brand img { width: 100px; }

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 10px;
bottom: 0px;
z-index: 999;
overflow: hidden;
display: none;
width: 50px;
height: 50px;
border: 1px solid #FFF;
background-color: #D52300;
    border-radius: 100%;
text-align: center;
-webkit-transition: all .25s ease;
transition: all .25s ease;}

#back-top:after {
display: block;
text-align: center;
color: #FFF;
font-size: 20px;
font-family: 'Font Awesome 5 Pro';
content: "\f062";
line-height: 48px;

-webkit-transition: color .25s ease, -webkit-transform 2s ease;
  transition: color .25s ease, transform 2s ease;
}

#back-top:hover {
border-color: transparent;
background-color: #0e29b6;
}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */
/*
================================================
+ Loader, Top Bar CSS 
================================================
*/
.loader {
    background: #FFFFFF;
    color: #fff;
}
.loader{
    z-index: 9999999;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
}
.loader-inner{
    margin-top: 45vh;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3); }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
}
@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3); }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
}
.line-scale-pulse-out-rapid > div {
    background-color: #D52300;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
    animation-delay: -0.25s !important; }
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}
/**************************************/
/***** Hero - Section *****/
/*************************************/
/* Hero Section Slide */

.bc-img01, .bc-img02 {
    background-image: url(../images/banner.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 512px; 
    min-height: 100%; 
}
.bc-img02 { background-image: url(../images/banner2.jpg); }


.soical-profile{ position:relative; margin-left: 0px;}
.soical-profile ul li { float: left; padding: 0 2px; }
.soical-profile a {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    font-smoothing: antialiased;
    color: #000;
}
.soical-profile .icon {
    background: transparent;
}
.soical-profile .icon:hover {
    background: #D52300; color: #FFF;
}
.soical-profile .icon:before,
.soical-profile .icon:after{
    border-color: #000;
}

.soical-profile a:before,
.soical-profile a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .1s all;
    border: 1px solid;
}
.soical-profile a:hover:after{
   -webkit-transform: scale(1.2);  border-color: #D52300; 
}
.soical-profile a:hover:before{
    -webkit-transform: scale(2);  border-color: #D52300;
    transition: .1s all;
    opacity: 0;
}

.blog-text > a, .blog-text .btnSubmit{border-radius:30px;color:#FFF;display:inline-block;background-color:#0e29b6;font-weight:400;line-height:1;padding:13px 28px;position:relative;text-transform:capitalize;transform:perspective(1px) translateZ(0px);transition:color 0.3s ease 0s;vertical-align:middle;letter-spacing:1px;font-size:16px;}
.blog-text >a:hover{color:#FFFFFF;}
.blog-text>a::before {background-color:#D52300; border-radius:30px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:50% 0 0;transition-duration:0.3s;transition-property:transform;transition-timing-function:ease-out;z-index:-1;}
.blog-text>a:hover::before{transform:scaleY(1);}

.blog-text.referBtn > a { background-color: #c7442d; border-radius: 0px; }
.blog-text.referBtn>a::before {border-radius: 0px; background-color: #000;}


#sticky-social {
  right: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

#sticky-social a {
  color: #ffffff;
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px; font-size: 12px;
}
#sticky-social a i.fa, #sticky-social a i.fal, #sticky-social a i.fab { font-size: 30px; line-height: 50px; }
#sticky-social a:hover span {
   right: 100%;
}

#sticky-social a span {
   line-height: 50px;
   right: -160px;
   position: absolute;
   text-align:center;
   width:160px;
}

#sticky-social a[class*="download"],
#sticky-social a[class*="download"]:hover,
#sticky-social a[class*="download"] span { background: #31b946; }

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #aa3e3b; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #ffa400; }


.enqurycontent .fa-list-nav .fa-list-ul { color: #FFFFFF; font-size: 30px; padding-top: 15px; }
.enqurycontent {
    position: fixed;
    background-color: #9f0d0d;
    text-align: center;
    left: 0px;
    top: 0;
    height: 100vh;
    z-index: 9999;
    width: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.enquiryformdata-close {
    font-size: 18px;
    color: #fff;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.enqurydivmain {
    background: #FFF;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0px;
    padding: 0px;
    z-index: 9999;
}
.displaynone {
    display: none;
}

.displayblock {
    display: block;
}



.enquiry-collum { width: 100%; display: table; position: relative; }
.enquiry-collum .enquiryBg, .enqurydivmain .enquiryBg  { background-color: #9f0d0d; text-align: center; padding: 15px 0; }
.enquiry-collum .enquiryBg h4, .enqurydivmain .enquiryBg h4  { color: #FFFFFF; font-size: 20px; }
.enquiry-collum .enquiry-fild-row, .enqurydivmain .enquiry-fild-row { background-color: #f9f9f9; padding: 20px; height: 100vh; }
.nopd { padding: 0 0;}
.form-group { margin-bottom: 8px;}
.enquiry-collum .enquiry-fild-row .enquiry-fild-item .form-group .form-control, .enqurydivmain .enquiry-fild-row .form-group .form-control  { background-color: transparent;
    border-radius: 0;
    border: 1px solid #999;
    height: auto;
    padding: 10px 15px; }


