@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');
/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px!important;
    }
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    background: #fff!important;
    box-shadow: 0px 0px 10px #bbb8b8;
}
.float-none{
    float: none;
    margin: 0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
a:focus {
    outline:0px solid;
}
img {max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}
p {
    margin:0 0 15px;
    color: #585757;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #000;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
}
h1{
    font-size: 35px;
    line-height: 54px;
        
}
h2{
    font-size: 30px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    line-height: 36px;
        
}
h4{
    font-size: 20px;
    line-height: 34px;
        
}
h5{
    font-size: 18px;
    line-height: 30px;
        
}
h6{
    font-size: 16px;
    line-height: 28px;
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: left;
    overflow-x: hidden;
    line-height: 30px;
}
#scrollUp {
  background: #e84f1e ;
  border-radius: 2px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 30px;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
#scrollUp:hover {
    background: #fff;
    color:#003cc4;
     transition: all 0.3s ease 0s;
}
.clear{
    clear:both;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
    position: fixed;
    left: 0; 
    top: 0; 
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.html') no-repeat center center;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 15px;
  border-radius:0px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: bold;
}
.section-title{
    text-align: center;
    margin-bottom: 60px;
}

.section-title h1{
    color: #202122;
}
.section-title h3{
    color: #ffae00;
}
.section-title p{

}
.nav>li>a:hover, .nav>li>a:focus{
    background: none!important;
}
.siderbar-detail ul li a{
    font-size: 18px;
    margin-bottom: 10px;
}
/*--------------------------------*/
/* Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-left{
    float: right;
}
.topbar-area {
    background:#ffffff00;
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 15px;
}
.topbar-left ul li a i {
    color: #fff;
    font-size: 20px;
    padding-right: 7px;
}
.quote-button {
    float: right;
}
.quote-button .quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    border: 1px solid #003cc4;
    padding: 11px 20px;
    margin: 0px;
    transition: 0.4s;
    background-image: linear-gradient(141deg, #0047e7 0%, #003cc4 51%, #0449e5 75%) !important;
}
.quote-button .quote-btn:hover {
    background: transparent;
    color: #003cc4;
    transition: 0.4s;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
.make-a-call{
    margin-top: 20px;
}
.make-a-call-no .heading h1{
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 0px;
}
.make-a-call-no a{
    font-size: 15px;
    color: #ffae00;
}
.make-call-icon {
    float: left;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background-color: #eee;
    margin-right: 10px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffae00;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.sider-bar-nav{
    float: right;
    margin-top: 20px;
}
.sider-bar-nav span{
    color: #ffae00;
}
.siderbar-detail{
    padding: 20px 40px;
}
.sider-about h3{
    color: #fff;
}
.sider-about p{
    color: #eee;
    text-align: justify;
}
.siderbar-detail .navbar-right {
    float: left !important;
    margin-right: -15px;
    display: inline-grid;
}
.siderbar-detail .navbar-nav>li a{
    color: #1e1c1c;
}
/*----------------------------------------*/
/*  Header Bottom Area 
/*----------------------------------------*/
.head-div h2{
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
}
.header-top{
    /*--background: #100f0d; ---*/
	background: #00243D;
}
.logo img{
    width: 230px;
    position: absolute;
    margin-top: 12px;
}
.logo h1{
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 50px;
    color: #073692;
    font-size: 28px;
}
.main-menu ul{
    margin-top: 12px;
    margin-bottom: 12px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #45474a;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 8px;
}
.main-menu ul.navbar-nav li a:hover{
    color: #ffae00;
}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #003cc4;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
    padding: 5px 0px;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #3860a1;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: left;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff;
    background:#ffae00;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#555}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #555;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #555;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #003cc4;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #003cc4;
    border-radius: 2px;
    margin: 23px 0px 23px 10px;
}
.secdule-call-btn{
    margin-top: 25px;
}
.menu-btn{
    background: #073692;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: 2px;
    font-size: 12px;
}
.section-padding{
    padding: 50px 0px;
}
/*----------------------------------------*/
/*  Main Slider
/*----------------------------------------*/
.main-slider{
    position: relative;
}

.main-slider .title{
    position:relative;
    font-size:22px;
    color:#ffffff;
    padding-bottom:18px;
    
}

.main-slider .title:before{
    position:absolute;
    content:'';
    left:50%;
    bottom:0px;
    height:2px;
    width:50px;
    margin-left:-25px;
    background-color:#e9c37a;
}

.main-slider .title-two{
    position:relative;
    font-size:18px;
    font-weight:600;
    color:#222222;
    padding-bottom:18px;
}

.main-slider .title-two:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    height:2px;
    width:50px;
    background-color:#e9c37a;
}

.main-slider h2{
    position: relative;
    display: block;
    font-size: 46px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.1em;
    z-index:1;
}

.main-slider h2.style-three{
    font-size:64px;
    font-weight:400;
    color:#222222;
    
}

.main-slider h2.style-two{
    color:#222222;
}

.main-slider .text.style-two{
    color:#222222;
}

.main-slider .text{
    position: relative;
    font-size:18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    padding-right:64px;
    text-transform:capitalize;
    display:inline-block;
    z-index:1;
    
}
.main-slider .link-box{
    position: relative;
    z-index:1;
}
.main-slider .link-box .theme-btn{
    position: relative;
    margin-right: 20px;
}
.main-slider .social-links{
    position: fixed;
    right:0;
    top:50%;
    margin-top:-100px;
    z-index:99;
    padding:50px 35px 40px;
    border:1px solid rgba(0,0,0,0.05);
    border-right:none;
    background-color:#ffffff;
}
.main-slider .social-links li{
    position: relative;;
    display:block;
    margin-bottom:10px;
}
.slider-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var( --e-global-color-05f908f );
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.main-slider .social-links li:last-child{
    margin: 0;
}
.main-slider .social-links a{
    position:relative;
    display:block;
    color:#222222;
    font-size:16px;
    line-height:40px;
}
.main-slider .social-links a:hover{
    color:#e9c37a;  
}

.main-slider.home-three .theme-btn{
    margin:0;   
}
.slider-overlay{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -0.5px;
    background: linear-gradient(to bottom right, rgba(7, 54, 146, 1) 0%, rgba(7, 54, 146, 0) 100%);
    z-index: -1;
}
.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #1f2022;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #ffae00;
    padding: 12px 31px !important;
    text-transform: uppercase;
}
.section-padding{
    padding: 60px 0px;
}
.text-center{
    text-align: center;
}
/*----------------------------------------*/
/* services
/*----------------------------------------*/
.ser-desc{
    padding: 30px;
    border: 1px solid #eee;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ser-desc p{
    text-align: justify;
}
.ser-img img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.ser-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: -73px;
    background: #ffffff;
    position: relative;
    box-shadow: 10px 10px 20px #979393;
}
.ser-desc h2{
    color: #0e0f10;
}
/*----------------------------------------*/
/*  about
/*----------------------------------------*/
.bg-blue{
    background: #073692; 
   /*	background:#0F73A9; --*/
    height: 700px;
}
.bg-light{
    background:#eeeeee61;
    height: 700px;
}
.about-img img{
    margin-top: 100px;
    margin-left: 100px;
    position: absolute;
    z-index: 99;
    border-radius: 20px;
}
.about-desc{
    margin-left: 150px;
    padding: 50px;
}
.about-desc h3{
    color: #ffae00;
}
.about-desc h1{
    color: #000;
}
.exp-num{
    width: 30%;
    float: left;
    text-align: center;
    background: #0F73A9;
    border-left: 10px solid #121314;
}
.exp-num h1{
    font-size: 25px;
    line-height: 34px;
    padding: 20px;
    color: #fff;
}
.exp-desc{
    margin-left: 30%;
    padding: 30px;
    background: #fff;
}
.year-exp{
    margin-top: 30px;
}
/*----------------------------------------*/
/* who we
/*----------------------------------------*/
.who-we{
    padding: 50px;
    margin-top: 20px;
}
.faqs{
    padding: 50px;
    margin-top: 20px;
}
.who-we h3{
    color: #ffae00;
    font-size: 20px;
}
.who-we-div{
    width: 100%;
}
.who-we-div{
    width: 45%;
    float: left;
    border: 1px solid #eeeeee00;
    padding: 20px;
    margin-top: 60px;
    margin-right: 20px;
    background: #fff;
}
.who-we-div-icon img{
    background: #222224;
    padding: 10px;
    margin-top: -76px;
}
.bg-blue{
    /*--background: #ffae00; --*/
	background:#0F73A9;
}
.faqs h4{
    color: #232728;
}
.faqs h2{
    color: #fff;
}
#accordion .panel{
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
    background: transparent;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 20px;
    margin: 0;
    background: rgb(0 0 0 / 73%);
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    position: relative;
}
#accordion .panel-title a.collapsed{ border: none; }
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 30px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}
#accordion .panel-title a.collapsed:before{
    color: rgba(255,255,255,0.5);
    transform: rotate(0deg);
}
#accordion .panel-body{
    padding: 8px 20px;
    background: rgb(0 0 0 / 10%);
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: none;
    border-radius: 5px;
}
#accordion .panel-body p{
    color: #eee;
}
/*----------------------------------------*/
/*  testimonial
/*----------------------------------------*/
.testimonial-div {
  position: relative;
  padding-top: 40px;
}
.testimonial-div h5 a{
    color: #ffae00;
}
.testimonial-div:hover .founder-info .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonial-div:hover .inner-box .icon-box {
  background-color: var(--theme-color2);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.testimonial-div .inner-box {
  background-color: #f3f4f7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 65px 30px 54px;
}
@media (max-width: 575.98px) {
  .testimonial-div .inner-box {
    padding: 55px 20px 35px;
  }
}
.testimonial-div .inner-box:before {
  background-color: #f3f4f7;
  content: "";
  position: absolute;
  width: 67px;
  height: 45px;
  bottom: -45px;
  left: 66px;
  clip-path: polygon(0% 0, 100% 0, 0 100%, 0 100%);
}
@media (max-width: 575.98px) {
  .testimonial-div .inner-box:before {
    width: 48px;
    height: 36px;
    bottom: -36px;
  }
}
.testimonial-div .inner-box:after {
  content: "";
  position: absolute;
  border: 1px solid #ffae00;
  left: 33px;
  right: 33px;
  top: -9px;
  bottom: 50px;
  z-index: -1;
}
.testimonial-div .inner-box .icon-box {
  background-color: rgb(18 19 20);
  position: relative;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-div .inner-box .icon-box .icon {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-div .inner-box .name {
  margin-bottom: 0;
}
.testimonial-div .inner-box .rating {
  line-height: 1;
}
.testimonial-div .inner-box .rating i {
  color: #f9b524;
  font-size: 12px;
  margin: 0 4px;
}
.testimonial-div .inner-box .text {
  color: #393939;
  font-size: 18px;
  margin-top: 15px;
}
.testimonial-div .founder-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 54px;
  margin-left: 38px;
}
.testimonial-div .founder-info .image {
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 15px;
  overflow: hidden;
}
.testimonial-div .founder-info .image img {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-div .founder-info .content {
  line-height: 1;
}
.testimonial-div .founder-info .name {
  margin-bottom: 4px;
  line-height: 1;
}
.testimonial-div .founder-info .designation {
  color: var(--theme-color1);
  font-size: 14px;
}

.icon-quote {
  width: 60px;
  height: 60px;
  background-image: url(img/icon-quote.png);
}
.bg-bg{
    background: #eeeeee61;
}
/*----------------------------------------*/
/*  latest news
/*----------------------------------------*/
.blog-img img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blog-desc{
    padding: 30px;
}
.blog-div{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow:10px 10px 20px #97939361;
}
.blog-desc h2{
    font-size: 22px;
    color: #121314;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14spx;
}
.blog-desc a{
    background: #ffae00;
    color: #302929;
    padding: 15px 20px;
}
/*----------------------------------------*/
/*  process-desc h3
/*----------------------------------------*/
.process-desc h3{
    color: #ffae00;
    font-size: 20px;
}
.process-desc {
    padding: 60px 20px 20px 20px;
    box-shadow: 10px 10px 20px #97939361;
    margin-top: -40px;
    position: relative;
}
/*----------------------------------------*/
/*  inner page
/*----------------------------------------*/
.inner-page{
    background:linear-gradient(45deg, #100f0d, rgb(0 150 255 / 10%)), url(img/page-title.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 90px;
    min-height: 250px;
}
.inner-contact{
    background:linear-gradient(45deg, #100f0d, rgb(0 150 255 / 10%)), url(img/page-title-contact.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 90px;
    min-height: 250px;
}
.page-title h1{
    font-size: 43px;
    color: #fff;
    letter-spacing: 5px;
}
.miss-viss img{
    float: left;
    margin-right: 30px;
    border: 1px solid #eee;
    padding: 10px;
}
.about-inner h4{
    color: #ffae00;
}
.about-inner h2{
    color: #09090a;
}
.miss-viss{
    margin-bottom: 50px;
}
.abt-img img{
    border-radius: 20px;
}
.singal-blog-post img{
    width: 100%;
    margin-bottom: 30px;
}
.singal-blog-post p{
    text-align: justify;
}
.singal-blog-post ul{
    display: inline-flex;
    margin-bottom: 20px;
}
.singal-blog-post ul li{
    margin-right: 20px;
}
.singal-blog-post ul li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 10px;
    opacity: 0.5;
}
.singal-blog-post blockquote {
    padding: 16px 20px 16px 80px;
    font-size: 18px;
    font-style: italic;
    color: #555555;
    margin: 40px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-left: 4px solid #ffae00;
}
.aside-bar h3{
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}
.search-box {
    margin-bottom: 20px;
}
.input-group input{
    width: 70%!important;
    float: left;
}
.input-group button{
    background: #ffae00;
    border: none;
    padding: 2px 15px;
    color: #000;
}
.re-post-img{
    width: 35%;
    float: left;
    margin-right: 10px;
}
.re-post-desc h4{
    font-size: 15px;
    line-height: 20px;
}
.re-post {
    border-bottom: 1px dashed #eee;
    height: 75px;
    margin-top: 20px;
}
.cat-list{
    list-style: circle;
    padding-left: 30px;
}
.cat-list li{
    border-bottom: 1px dashed #eee;
    margin-bottom: 8px;
}
.singal-blog-post ul li i {
    margin-right: 10px;
    color: #ffae00;
}
.del-contact{
    margin-bottom: 30px;
}
.del-contact img{
    width: 60px;
    float: left;
    margin-right: 20px;
    background: #000;
    padding: 10px;
}
.contact small{
    color: #ffae00;
    float: 15px;
}
.contact h2{
    color: #000;
    font-size: 25px;
}
.contact-form input{
    height: 50px;
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    width: 100%;
    margin-bottom: 20px;
}
.contact-form textarea{
    height: 150px;
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    width: 100%;
    margin-bottom: 20px;
}
.btn-1{
    background: #ffae00;
    padding: 10px 20px;
    margin-right: 15px;
    color: #fff;
}
.btn-2{
    background: #ffae00;
    padding: 10px 20px;
    margin-right: 15px;
    color: #fff;
}
.error-page{
    text-align: center;
}
.error-page h1{
    font-size: 100px;
    line-height: 100px;
}
.error-page h1 span{
    color: #ffae00;
}
.error-page h3{
    font-size: 40px;
}
.error-page p{
    font-size: 20px;

}
.error-page a{
    background: #ffae00;
    padding: 10px;
    color: #000;
}
.coming-soon{
    text-align: center;
}
/*----------------------------------------*/
/*  footer
/*----------------------------------------*/
.footer-top{
    /*--background: #ffae00; --*/
	background:#00243D;
    padding: 20px 0px;
}
.footer-logo h1{
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 50px;
    color: #fff;
    font-size: 28px;
}
.footer-logo img{
    float: left;
    width: 225px;
    position: absolute;
    background: #fff;
    padding: 10px;
}
.track h3{
    color: #fff;
    margin-bottom: 10px;
}
.track p{
    color: #fff;
    margin-bottom: 0px;
}
.track{
    border-left: 3px solid #0d0e0e;
    padding-left: 30px;
}
.news-letter{
    margin-top: 20px;
    float: right;
}
.news-letter input {
    height: 40px;
    border: none;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.news-letter .newslettr-btn {
    background: #191b1c;
    color: #fff;
}
.footer-main{
    padding: 40px 0px;
    background: #0b0c0c;
}
.footer-1{
    /*--background: #ffae00; --*/
	background:#0F73A9;
    padding: 50px 30px;
    border-radius: 10px;
}
.footer-div-1 img{
    float: left;
    margin-right: 15px;
}
.footer-div-1 h2{
    color: #fff;
    font-size: 22px;
}
.footer-div-1 p{
    color: #fff;
}
.footer-main h3{
    color: #fff;
    font-size: 20px;
}
.footer-main ul li{
    color: #eee;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer-main ul li:before{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 7px;
}
.footer-contact img{
    width: 50px;
    float: left;
    margin-right: 15px;
}
.footer-contact-desc small{
    color: #ffae00;
}
.footer-contact-desc p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}
.footer-contact{
    margin-top: 30px;
    background: #15171a;
    padding: 10px;
    border-radius: 10px;
}
.social-icon ul{
    display: inline-flex;
    list-style: none;
    float: right;
}
.social-icon ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.copyright-text p{
    margin-bottom: 0px;
    color: #eee;
}
.footer-copyright{
    padding: 10px;
    background: #15171a;
}
.footer-main a{
    color: #eee;
}
.social-icon a{
    color: #eee;
}

/*	contactForm
/*	contactForm
-------------------------------------------------------2025---------------------------------------------*/
#contactForm span {
	margin: 11px 10px;
	display: inline-block;
	color: #F00;
}
#contactForm span strong {
	color: #F00;
}
#contactForm i {
	color: #fff;
	margin: 0 10px 0 0
}
#track_input, 
#contactForm #senderName,
#contactForm #senderMobile, 
#contactForm #senderEmail {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #message {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 16px 10px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#track_input:focus, 
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus,
#contactForm #senderMobile:focus,  
#contactForm #message:focus {
	background: #fff;
	border: 1px solid #C5C5C5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#track_order label {
	font-weight: 600;
	margin-bottom: 14px;
}
#contactForm #senderEmail {
	float: right;
}
#contactForm .flr {
	margin: 0 0 10px 0 !important;
}
#contactForm .fll {
	margin: 0 0px 10px 0 !important;
}
.fieldtrue {
	border: 1px solid #1ABC5B !important
}
.fielderror {
	border-color: #F00 !important;
}
#contactForm #sendMessage, #sendOrder {
	width: auto;
	margin-top: 10px;
	float: right;
	padding: 8px 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	background:#2A9FFF;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contactForm #sendMessage:hover, #sendOrder:hover {
	background:#333
}
#contactForm textarea {
	width: 98%;
}
#contactForm #comment-button {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#contactForm #comment-button:hover {
	background: #1ABC9C
}