/*========================================
Template Name: Grant Dept
Author Name: Pritam Bhowmik
Author URL: piixyit.com
Description:  you can use this template for your own Applixation.
Version:  1.0
========================================*/


/*=================
    Base CSS 
=================*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Big+Shoulders+Display:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    font-family: 'Big Shoulders Display', cursive;
}
body {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    padding-top: 65px;
}
img {
    max-width: 100%;
    height: auto;
}
input,button,a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
}
html, body {
  height: 100%;
}
.section-padding{
  padding: 50px 0
}




/*======================
     Header CSS
 ======================*/
.sticky-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.slicknav_menu {
  display: none;
}

.header-area{
  z-index:2;
  position:relative
}

.header-menu-area {
  background: #002E62;
  padding: 7px 0;
}

.header-menu-area h2 {
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
}

a.site-logo {
  display: inline-block;
  color: #E3020A;
}

a.site-logo span {
  color: #fff;
}


.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainmenu ul li {
  position: relative;
  display: inline-block;
}

.mainmenu ul li a {
  color: #fff;
  display: block;
  font-family: fangsong;
  padding: 15px 11px;
  font-size: 19px;
}


.header-right {
  text-align: right;
}

.header-right h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 11px 0;
}

.header-right h1 span {
  color: #E4010A;
}








/* =============
    Hero Area
=============== */

.hero-area{
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position:0 0;
  position: relative;
  z-index: 1;
  background-color: #0E8FD3;
  /* padding-top:70px */
}
  
.hero-area:after {
  position: absolute;
  left: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D2E8F6;
  content: "";
  z-index: -1;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.hero-main-content {
  padding: 10px 0 0;
}

.hero-main-content h2 {
  color: #022A65;
  font-weight: 900;
  font-size: 40px;
  width: 460px;
  line-height: 55px;
}

.hero-main-content h2 strong {
  font-size: 42px;
  color: #E3030D;
}

.hero-main-content p {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  width: 445px;
  margin-bottom: 10px;
}

.hero-main-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
  font-size: 15px;
}

.hero-main-content ul li {
  padding-bottom: 5px;
}

.hero-main-content ul li i.fa {
  padding-right: 10px;
}

.hero-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 310px;
}

.hero-form {
  background: #011E40;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.hero-form h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-form p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 18px;
}

.hero-form button {
  display: block;
}

.hero-form form {
  text-align: left;
}

.hero-form form input, .hero-form form textarea, .hero-form form select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.hero-form form textarea {height: 47px;border: none}

.hero-form form button {
  background: #E4010A;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.hero-form form input.p-45 {
  width: 47%;
}

.hero-form form input#f_name {
  margin-right: 10px;
}


.hero-form form textarea {
  margin-bottom: 5px;
}

.hero-form form button:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.hero-form form button:hover {
  /*! background: #EB2158; */
  box-shadow: 0 0 5px #fff;
}




/*==================
     Content Section
=================== */


.content-blog h3 {
  color: #E3020A;
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}

.content-blog p strong {
  color: #002E62;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.content-blog p, li {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.content-blog img {
  padding: 10px;
  background: #fff;
  border: 3px solid #ddd;
  height: 335px;
}



/*==================
    Client Section
=================== */
.our-client-section {
  background: #011E40;
  color: #fff;
}

.single-client-item img {
  position: relative;
  float: left;
  width: 100px;
  padding: 5px;
  background: #fff;
  margin-top: 5px;
}

.client-meta {
  display: block;
  margin-left: 130px;
  font-size: 20px;
  padding-right: 40px;
  line-height: 24px;
}

.single-client-item h6 {
  color: #E2020A;
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}



.client-meta p {
  font-size: 20px;
}
p.client-title {
  font-size: 15px;
}


/*==================
    Footer Section
=================== */
.footer-area {
  background: #002E62;
  color: #fff;
}

.footer-area p {
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
}

.footer-area p a {
  color: #fff;
}







/* Service Page */
.service-content-blog, .newslater-area {
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url("../images/dolar.jpg");
}
.service-content-blog:after, .newslater-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.service-section-heading h2 {
  font-size: 45px;
  font-weight: 800;
  color: #FCAE11;
}

.service-section-heading p {
  font-size: 22px;
  font-weight: 400;
  color: #66667D;
  line-height: 27px;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  margin-bottom: 30px;
}

.service-section-heading h2 strong {
  color: #002E62;
}

.single-service-item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #002E62;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.single-service-item h3 {
  color: #002E62;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 20px;
}

.single-service-item input {
  border: 1px solid #ddd;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 0 20px;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  font-size: 18px;
}

.single-service-item p {
  font-size: 19px;
  font-weight: 500;
  text-align: justify;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  height: 170px;
  min-height: 145px;
  margin-bottom: 31px;
  padding: 10px 20px 20px 20px;
  overflow: hidden;
  overflow-y: auto;
}


.single-service-item a:hover {
  box-shadow: 0 0 10px #000;
  background:#FCAE11
}

/* Newslater area */

.href-class {
  background: #002E62;
  /* background: #06974E; */
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  transition: .5s;
}

.newslater-area{
  padding: 60px 0
}
.newslater-content {background: #fff;padding: 60px 20px;box-shadow: 0 0 10px #000;  text-align:center;}

.newslater-content h2 {
    color: #FCAE11;
    font-family: none;
    font-weight: bold;
    font-size: 29px;
}

.newslater-content p {
    font-weight: 400;
    color: #002E62;
    font-size: 20px;
}
.newslater-content img {
  border: 2px solid #002E62;
  margin-top: 20px;
  margin-bottom: 5px;
}

.newslater-meta p {
  color: #535353;
  margin: 0;
  font-size: 17px;
}

.newslater-meta h6 {
  font-size: 22px;
  font-family: ui-monospace;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  margin: 0;
}

.newslater-meta h6 strong {text-shadow: 0 0 2px;}

p.news-meta-head {
  font-size: 20px;
}

.newslater-meta {
  padding-bottom: 30px;
}


.newslater-content a:hover {
  background: #FCAE11;
  box-shadow: 0 0 5px #002E62;
}







/*========================
    Site Preloder CSS
 ========================*/
 
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.site-preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff
}
.site-preloder .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -25px;
}
