/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-family: 'Raleway', sans-serif;
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}



 .butt{
     border-color: green;
 }
.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/

/* Default styles for all screen sizes */

/* Media query for devices with a maximum width of 768 pixels (typically tablets and smaller screens) */
@media (max-width: 768px) {
    /* CSS rules for smaller screens */
}

/* Media query for devices with a maximum width of 480 pixels (typically smartphones) */
@media (max-width: 480px) {
    /* CSS rules for smartphones */
}

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     width: 100%;
     height: 116px;
}

.herop{
     padding: 20px;
     color: white;
}
.butn button{
     width: 30%;
     margin: 4px;
}
.butn button:nth-child(2){
     background:#f4a111;
     }
.header{
     position: fixed;
     top:-3;
     width: 100%;
     z-index: 80;
}
.header_top {
     background-color:green;
     padding: 12px 0;
     padding: 13px 0;
}

ul.contat_infoma {
     display: block ruby;
}

ul.contat_infoma li {
     color: #fff;
     font-size: 15px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

ul.contat_infoma li i {
     font-size: 17px;
     padding-right: 14px;
}

ul.contat_infoma li a {
     color: #fff;
}

ul.contat_infoma li a:hover {
     color: #fe9901;
}

ul.social_icon {
     margin-left: 15px;
     padding-top: 15px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon_top li {
     display: inline-block;
}

ul.social_icon_top li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 17px;
     border-radius: 30px;
     margin: 0 1px;
     color: #161825;
     background: #fff;
     width: 26px;
     height: 26px;
}

ul.social_icon_top li a:hover {
     color: #014e78;
}

.header_bottom {
     background-color: #fff;
     height: 100px;
     padding: 25px 25px;
}

.logo img {
    width: 60px;
}

.logo a {
     font-size: 30px;
     line-height: 25px;
     color: #161825;
     font-weight: bold;
     text-transform: uppercase;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 25px;
     color: #161825;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     background: #014e78;
     color: #fff;
     border-radius: 6px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     background: #;
     color: #000;
     border-radius: 6px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

ul.search {
     padding-left: 10px;
}

ul.search li a {
     color: #161825;
}

ul.search li a:hover {
     color: #161825;
}


/** banner section **/

.full_bg {
     background:  linear-gradient(rgba(4,9,30,0.8),rgba(4,9,30,0.6)),url(../images/bgf.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
}

.banner_main {
     position:relative ;
     padding-bottom: 212px;
}
.banner_main h1{
     font-size: 48px;
     font-weight: 600;
     padding-top: 10%;
}
@media (max-width: 600px) {
   .banner_main h1{
     
     padding-top: 30%;
}
}
.banner_main span{
     color:  green;
}
.banner_main p{
     color: #ffffff;
     font-size: 18px;
     font-weight: 200;
     padding-top: 10px;
     margin-bottom: 16px;
}
.banner_main a{
     color:#e5d6d6;
     font-size: 18px;
     padding-top: 16%;
     font-weight: 300;
     margin-left: 1%;

}
.banner_main a:hover{
     color:#014e78;

}
.banner_main button{
     padding:10px;
     background: #014e78;
     margin-top: 3%;
     color: #fff;
     border-radius: 5px;
}

.build_box {
     text-align: left;
     padding-top: 20%;
}

.banner_po {
     position: inherit;
}

.build_box p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box h1 {
     font-size: 100px;
     font-weight: bold;
     color: #fff;
     line-height: 90px;
     padding-bottom: 20px;
     display: block;
}

.contat_infoma .donate{
     border-radius: 4px;
     font-size: 18px;
     color: black;
     background: white;
     transition: ease-in all 0.5s;
     font-weight: 500;
     margin: 15%;
     padding: 14px 26px 14px 25px;

}
.contat_infoma .donate:hover{
     background: #014e78;
     color: #fff;
     transition: ease-in all 0.5s;
}

}
.build_box .conatct_btn {
     font-size: 20px;
     padding: 15px 0;
     text-transform: uppercase;
     font-weight: normal;
     max-width: 2px;
     background: #fc9701;
}

.build_box .conatct_btn:hover {
     background: #1b1b1a;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 75px;
     height: 75px;
     background: #161825;
     opacity: 1;
     font-size: 42px;
     color: #fff;
     top: 134%;
     border-radius: 40px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #fd9801;
     color: #fff;
}

#myCarousel .carousel-control-prev {
     right: 15%;
     left: inherit;
}

#myCarousel .carousel-control-next {
     right: 9%;
}

.banner .carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #1c1c1c;
     line-height: 40px;
     font-weight: 700;
     padding: 0;
}

.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #0a0a0a;
     padding-top: 30px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #1b1b1a;
     color: #fff;
     padding: 17px 0px;
     width: 100%;
     max-width: 186px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 5px;
     height: 60px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #f4a111;
     color: #fff;
     transition: ease-in all 0.5s;
}



/* three_box */

.three_box {
     margin-top: -130px;
     min-height: 300px;
     max-height: 300px;
     overflow: hidden;
}


.three_box img{
     width: 100px;
     border-radius: 4px;
}
 .numbered-paragraph{
     counter-increment: ;
     text-align: left;
     margin-bottom: -3px;
     color: white;
     white-space: inherit;

 }
 @media screen and (max-width: 600px) {
  .three_box{
    width: 100%;
    float: none;
  }
}
.const {
     padding: 15px 0 25px 0;
     background: #014e78;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
     border-radius: 4px;

    
}

.const span {
   
     display: block;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
     font-family: 'Raleway', sans-serif;
     color: #090a0b;
     padding-top: 35px;
     line-height: 20px;
      color: #fff;
}
@media screen and (max-width: 768px) {
  .box {
    flex: 1 1 100%;
  }
}
#text_hover:hover.const {
     background-color: green;
     cursor: pointer;
}

#text_hover:hover.const span {
     color: #000;
   
}

.card-text{
     color: white;
}
.back_content p{
     font-size: 18px;
     text-align: justify;
}
.objectives p{
     line-height: 20px;
     padding-top: 11px;
     font-size: 18px;
}
.back_about h4{
     font-size: 23px;
}
.back_about p{
     font-size: 18px;
     text-align: justify;

}
.heath{
     font-size: 22px;
     
}
table{
     margin-left: 5%;
     font-size: 16px;
}
table .one{
     color:#014e78;
}


/* end three_box */


/** about section **/

.contents h3{
   font-size: 32px;
}
.contents h4{
 padding-top: 8px;
 margin-top: 8px;
}
.contents p{
     text-align: justify;
}
.about-us img{
     height: 100%;
     width: 60%;
}


/** end about section **/
/** about section **/

.abouti{
    background: url(../images/st.jpg);
     height: 700px;
      background-size: 100% 90%;
     background-position: center;
     background-repeat: no-repeat;

}
.f_contents{
     
}
.s_contents{
     background: #fff;
     height: 465px;
     margin-top: 17.9%;



}
.s_title {
     font-size: 42px;
     font-weight: 600;
     padding-bottom: 7%;
     color:#014e78;
}
.spann{
     font-size: 18px;
     font-weight: 100;
     margin-top: 10%;
    

}
.s_contents p{
     line-height: 29px;
     margin-left: 6%;
     margin-right: 6%;
     text-align: justify;


}
.s_contents span{
     color: #014e78;
}
.s_contents a{
     background:#014e78 ;
     width: 40%;
     text-align: center;
     margin-top: 42px;
     margin-left: 6%;
     border-radius: 5px;
     color: #fff;
     padding: 12px 0;
}
.s_contents a:hover{
     background: green;
     color: #000;
}
/** end about section **/
.services h2{
     margin-top: 36px;
}


.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
@media (max-width: 577px) {
     .services .icon-box {
        padding: 80px 80px;  
     }
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #014e78;;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: ;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: green;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.card{
     padding: 3%;
     cursor: pointer;
     border-style: none;
     background: #f4f6f8;
     margin: 2%; 

    
}
.card .card-body{
    padding: 2%; 

}
.card .card-body h5{
     transition: ease-in all 0.5s;
     color: #014e78;
     text-align: left;
     display: block;
     font-size: 24px;
     font-weight: 300;
     padding-bottom: 25px;
     font-family: 'Raleway', sans-serif;
     margin-top: 15%;
}
.card:hover .card-body h5{
margin-top: 0;
color: green;

}
.card .card-body p{
     transition: ease-in all 0.5s;
     color: white;
     text-align: justify;
     display: none;
     padding-bottom: 1px;
     font-family: 'Raleway', sans-serif;
     margin-left: 18px;

}
.card:hover .card-body p{
     display:block;
     color: white;

}

.imagee img{
     width: 20%;
     margin-left: 10%;
}
.theme i{
     background: #014e78;
     padding: 10px;
     border-radius: 5px;
}
.theme h4{
margin-top: 10%;
font-size: 28px;
font-weight: 500;
color:#014e78;

    
}
.theme .pp{
     font-size: 18px;
     margin-left: %;
     text-align: center;
     padding-top: 5%;

     
}


/** projects section **/
.project{
     background: green;
}
.project:hover img{
     opacity: 0.3;
}
.project:hover .project_text {
     cursor: pointer;
     height: 303px;
     transition: ease-in all 0.5s;
}


.project:hover .project_text h3 {
     color: #fff;
     transition: ease-in all 0.5s;
     padding-top: 20px;
}

.projects {
     padding-top: 90px;
     background: #fff;
}

.relative3 {
     position: inherit;
     padding-bottom: 130px;
}

.projects_ban {
     padding: 0 20px;
}

.project_img figure {
     margin: 0;
}

.project_img figure img {
     width: 100%;
     background: green;
}

.project_text {
     position: absolute;
     bottom: 0;
     height: 123px;
     overflow: hidden;
     padding: 20px 20px 20px 20px;
     margin-right: 15px;
     transition: ease-in all 0.5s;
}


/*
.project_text::before {
     position: absolute;
     content: "";
     background: url(../images/link.png);
     width: 77px;
     height: 77px;
     top: 0;
     background-repeat: no-repeat;
     right: 10px;
}
*/



.project_text h3 {
     transition: ease-in all 0.5s;
     color: #fff;
     text-align: left;
     display: block;
     font-size: 28px;
     font-weight: 500;
     padding-bottom: 35px;
     font-family: 'Raleway', sans-serif;
}

.project_text p {
     color: #000;
     font-size: 17px;
     text-align: left;
     line-height: 28px;
     font-family: 'Raleway', sans-serif;
     font-weight: normal;
}

#proj .carousel-control-prev,
#proj .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #014e78;
     opacity: 1;
     font-size: 19px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#proj .carousel-control-prev:hover,
#proj .carousel-control-next:hover,
#proj .carousel-control-prev:focus,
#proj .carousel-control-next:focus {
     background: #48b342;
     color: #fff;
}

#proj .carousel-control-prev {
     left: 46%;
}

#proj .carousel-control-next {
     right: 46%;
}

.carousel-indicators {
     display: none;
}
.prob {
     background-color: green;
     border-radius: 5px;
     border: 1px solid;
     color: transparent;

     
}
.prob img:{
    width: auto;
    height: 300px;
    transition: .2s;
    opacity: 1;
    overflow: hidden;
}

.prob:hover img{
     color:#000;
      opacity: 0.4;
}
.prob h2{
     color: #014e78;
     display: none;
     margin: 0;

}
.prob:hover h2{
     color: #fff;
     display: block;
     text-overflow: hidden;
     margin:23%;
     position: absolute;
     text-align: center;


     

}
.prob p{
     color:#fff;
     font-size: 18px;
     font-weight: 100;
     margin:8px;
}
.wordsi{
     background: #014e78;
     padding: 8px;
}


/** end projects section **/


/** choose section **/

.choose {
     background: url(../images/away.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     padding: 60px 0;
     margin-top: 90px;
}
@media (max-width: 577px) {
     .choose{
     background-size: 0% 0%;
     background-position: center;
     background-repeat: no-repeat;

     }
     .award{
          display: none;
     }
     .award_icon{
          display: none;
     }
}

.choose .titlepage {
     text-align: left;
}

.choose .titlepage h2 {
     padding-bottom: 30px;
}

.choose .titlepage p {
     color: #141414;
     font-weight: 400;
     font-family: 'Raleway', sans-serif;
     font-size: 17px;
     line-height: 32px;
     padding-bottom: 85px;
}

.award {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.award_icon {
     width: 33%;
}

#awa_ho:hover.award_icon i {
     background-color: green;
     transition: ease-in all 0.5s;
}

.award_icon i {
     background-color: #fff;
     transition: ease-in all 0.5s;
     width: 147px;
     height: 129px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 8px;
     flex-wrap: wrap;
     margin: 0 auto;
}

.award_icon strong {
     color: #141414;
     font-family: 'Raleway', sans-serif;
     text-transform: uppercase;
     font-weight: 700;
     padding-top: 12px;
     display: block;
     font-size: 17px;
}


/** end choose section **/


/** staff section **/

.container_staff {
     width: 80%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}

.staff_main {
     background-color: #fff;
     padding-top: 90px;
}

.staff_main .titlepage span {
     font-family: 'Raleway', sans-serif;

}

.staff {
     text-align: center;
}
.boss{
     background-color: #f6f8fb;
     margin: auto;
     padding-top: 50px !important;
     padding: 0px 15px;
     width: 400px;
     position: relative;
     margin-bottom: 5%;
     border-radius: 10px;

}
.boss img{
     width: 200px;
     height:200px;
     border-radius: 50%;
     border: 1px solid #b9c1c9;
}
@media (max-width: 577px) {
     .boss{
         width: 250px;
     }
   
}
.man {
     background-color: #f6f8fb;
     margin: 0 20px;
     padding-top: 50px !important;
     padding: 0px 15px;
     border-radius: 10px;

     
}
.man img{
     border-radius: 50%;
     width: 200px;
     height: 200px;
}


.dropdown-item:hover{
     background-color:#014e78 ;
     color: #fff;
}
.words{
     color:blue;
}
.words h4{
     margin-top: 4%;
     color:#014e78;
     font-weight: 300;
}
.words span{
color: green;
font-size: 16px;
font-weight: 300;
}

/** end staff section **/


/** footer **/

.footer {
     background: green;
     padding-top: 20px;
     
}

.footer h3 {
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     font-size: 17px;
     line-height: 24px;
     text-align: left;
     color: #000;
     display: table;
}
.borders{
     width: 50px;
     background: #014e78;
     height: 2px;
     margin-bottom: 15px;
}
.abo_footer{
     color: #000;
     padding-bottom: 10px;
     line-height: 21px;
     text-align: justify;

}
.abo_footer p{
    line-height: 7px;
}
.social-links a{
     float:left;
     margin:1px;
     width: 25px;
     text-align: center;
     border-radius: 5px;
     color:#fff;
     background: #014e78;
     margin-top: 10px;


}
.social-links a:hover{

}
@media (max-width: 577px) {
     .logo_bottom{
     display: none;     
}
.social-links a{
     display: none;
}
  }
.logo_bottom{
     width: 50px;
     
}
.address p{
     margin-bottom: 15px;
     color: #000;

}
.address i{
     margin-right: 7px;
}
.enter{
     width: 100%;
     color:black;
     background:#48b342;
     border-radius: 5px;
     border-style: none;
     height: 37px;


}
.textarea{
     width: 100%;
     color:black;
     background:#48b342;
     border-radius: 5px;
     border-style: none;
     margin-top: 8px;
}
.bottom_form p{
     color:#232923;
}
.sub_btn{
     width: 100%;
     background: #014e78;
     border-radius: 5px;
     padding: 3px;
     height: 37px;
     color: #fff;
}
.copyright_ribbon{
     background: #48b342;
     text-align: center;
     color:#232923;
}
.copyright_ribbon span{
     color:#014e78;
}
.footer-links{}
.footer-links ul li a{
     color:#000;
}
.footer-links ul li a:hover{
     color:#fff;
}

/** end footer **/



/** endinner page css **/

.inner_page .full_bg {
     background-color: #fff !important;
     background: transparent;
}

.back_re {
     background-color: #014e78;
     text-align: center;
}
    

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
     padding-top: 69px;
}

.margin_0 {
     margin: 0 !important;
}

.inner_page .footer {
     margin-top: 90px;
}


/*truck*/

.truck {
     padding-top: 90px;
}

.truck_img1 {
     width: 244px;
     height: 147px;
     position: relative;
     position: relative;
     -webkit-animation: myfirst 15s linear 0s infinite alternate;
     /* Safari 4.0 - 8.0 */
     animation: myfirst 15s linear 0s infinite alternate;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes myfirst {
     0% {
          left: 0px;
          top: 0;
     }
     20% {
          left: 10%;
          top: 0;
     }
     40% {
          left: 20%;
          top: 0;
     }
     60% {
          left: 30%;
          top: 0;
     }
     80% {
          left: 40%;
          top: 0;
     }
     100% {
          left: 50%;
          top: 0;
          ;
     }
     /* Standard syntax */
     @keyframes myfirst {
          0% {
               left: 0px;
               top: 0;
          }
          20% {
               left: 10%;
               top: 0;
          }
          40% {
               left: 20%;
               top: 0;
          }
          60% {
               left: 30%;
               top: 0;
          }
          80% {
               left: 40%;
               top: 0;
          }
          100% {
               left: 50%;
               top: 0;
               transform: rotateY(180deg)
          }
     }

     /* end truck*/
     .bottom_form textarea{
          width: 1000px;
          background: blue;
     }
