/* Logo Purpose */
img.img-logo{
  margin-left: 21px;
}
h3.logo-name{
  color: aliceblue;
  font-family: 'Times New Roman', Times, serif;
  padding-top: 0.7em
}
.top-nav li .btn-active-nav{
  color: #ADE3FB;
  border-top: 2px solid #ADE3FB;
  width: 100%;
  border-radius: 1px;
  transition: 0.5s ease;
}
.top-nav li ul li{
  width: 100px;
}
/*Ends logo Purpose*/
/*used for features icon of homepage*/
#features i{
  background: none repeat scroll 0 0 #102E38;
}
div#features.home-features{
  padding: 1.2em 2em;
}
a.read-more{
  color: #B92025;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
}
/*Ends of features*/
/*used for about us banner of homepage*/
.haf_layout {
    min-height: 500px;
    position: relative;
}
.haf_layout::after {
    width: 50%;
    position: absolute;
    right: 0;
    content: "";
    display: block;
    background: none repeat scroll 0 0 #00283A;
    height: 84%;
    top: 4%;
    border-radius: 5px;
}
.haf_layout .container-fluid {
    position: relative;
    z-index: 1;
}
.layout_padding {
    /*padding: 50px 0; */
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -40px;
}
.container-fluid {
    max-width: 1240px;
}
.banner_section {
    position: absolute;
    background: rgba(255,255,255,.9);
    padding: 46px 50px;
    /* top: 165px; */
    left: 80px;
}
.banner_section p {
    margin-bottom: 0;
}
/*End of banner of homepage*/
/* Starts our services section homepage*/
.about-us {
    margin: 30px 0;
}
.about-us-col {
  height: auto;
  padding: 25px;
  height: 378px;
  text-align: center;
  background-color: #0076a3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjgwODE0IiB5MT0iLTAuMTAyMjA4IiB4Mj0iMC43MTkxODYiIHkyPSIxLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSItMjUlIiBzdG9wLWNvbG9yPSIjMTE1YjliIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxMjkwZjgiLz48c3RvcCBvZmZzZXQ9IjEyNSUiIHN0b3AtY29sb3I9IiMxMTViOWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  background-image: -webkit-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  /*the below line of design used for gardian of services section on homepage*/
  background-image: linear-gradient(160deg, #3F0F17 -25%, #BD2D46 50%, #3F0F17 125%);
  color: #fff;
}
.about-us-col .col-icon-wrapper {
  min-height: 53px;
}
.about-us-col .col-title {
  text-transform: capitalize;
}
.about-us-col .col-details {
  text-align: justify;
  margin-bottom: 15px;
  min-height: 80px;
}
h3.col-title{
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}
p.p-service{
  font-family: "Dosis", sans-serif;
  color: #fff !important;
}
a.btn-service{
    color: #fff;
    background-color: transparent;
    border-color: #255D6A;
}
a.btn-service:hover{
  background-color: #255D6A;
}
div#features.services-hp i{
  background: none;
  box-shadow: none;
  font-size: 4em;
}
/*Ends About us section homepage*/
/* starts of home/reasons*/
.home-reasons {
  margin: 25px 0;
}
.reasons-col {
  position: relative;
  overflow: hidden;
}
.reasons-col img {
  width: 100%;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col .reasons-titles {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: rgba(0, 40, 58, 0.7);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  height: 125px;
  padding: 25px 0;
}
.reasons-col .reasons-title {
  font-weight: bold;
}
.reasons-col .on-hover {
  position: absolute;
  top: 0;
  bottom: 125px;
  width: 100%;
  padding: 25px;
  color: #fff;
  text-align: justify;
  background: rgba(0, 40, 58, 0.7);
  border-bottom: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col:hover .on-hover {
  visibility: visible;
  opacity: 1;
  padding: 50px;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  -webkit-transition: all, 1s;
  transition: all, 1s;
}
.reasons-col:hover img {
  -moz-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  -webkit-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
}
h3.reasons-title{
  color: #fff;
  font-family: "Dosis", sans-serif;
}
h5.reason-subtitle{
  color: #fff;
  font-family: "Dosis", sans-serif;
}
/*Ends home/reasons*/
/*used for footer title and texts*/
.ft-title-ul{
  display: block;
  margin-top: 5px;
  background: #ffffff;
  height: 1px;
  width: 392px !important;
}
.footer-content{
  max-width: 480px;
  padding-top: 5px;
}
.footer-title{
  color: #fff;
  padding-left: 30px;
}
/*End of footer title and texts*/

/*==================================About US Page==============================*/
/* Used for page cover image size */
img.pg-cover-img{
  border: 0;
  display: block;
  height: 400px;
  max-width: 100%;
  
}
div#each-page-text{
  margin-left: 400px;
}
/*Ends Cover image*/
/* Used for mission / vission */
.mis-vis-padding{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
p.day{
  margin-bottom: 0px;
  padding-top: 35px;
}
.news-date{
  background: #6f9600 none repeat scroll 0 0;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  min-height: 137px !important;
  padding: 0.625em 0;
  text-align: center;
  width: 100%;
}
#latest-news{
  padding: 1.5em 2em;
}
#features{
  margin-bottom: 7px;
}
/*Ends Mission / Vision*/
/*used for Team / Board of Directors profile*/
#our-work{
  padding: 1.5em 2em !important;
  margin-top: 0px;
}
h2.section-title{
  font-size: 2.5em  !important;
  margin: 0 0 0.25em !important;
}
 .card{
   width: auto;
   height: auto;
   padding: 5px 5px;
   margin: 0px;
   background: #f2f3f7;
   box-shadow: 0.6em 0.6em 1.2em #d2dce9,
               -0.5em -0.5em 1em #ffffff;
   border-radius: 20px;
}
.card .content-team{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.card .content-team .imgBx{
   width: 180px;
   height: 180px;
   border-radius: 50%;
   position: relative;
   margin-bottom: 20px;
   overflow: hidden;
}
.card .content-team .imgBx img{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.card .content-team .contentBx h4{
   color: #36187d;
   font-size: 1.7rem;
   font-weight: bold;
   text-align: center;
   letter-spacing: 1px;
}
.card .content-team .contentBx h5{
   color: #6c758f;
   font-size: 1.2rem;
   font-weight: bold;
   text-align: center;
}
.card .content-team .sci{
   margin-top: 7px;
}
.card .content-team .sci a{
   text-decoration: none;
   color: #6c758f;
   font-size: 30px;
   margin: 10px;
   transition: color 0.4s;
}
.card .content-team .sci a:hover{
   color: #0196e3;
}
.padding-dp{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.card-team{
  height: 360px;
}
.program-about{
  background: #102E38 none repeat scroll 0 0;
}
/*Ends Team/Board dir. Profile*/

/*==================================Contact US Page==============================*/
/*Contact us starts from here*/
#contact{
  padding: 2em 2em;
}
.social-media-icon{
  margin-bottom: 0em;
}
#contact i {
margin-top: 0.225em;
margin-bottom: 0.225em;
}
#contact p {
  line-height: 1em;
}
/*Contact us ends from here*/

/*==================================Projects Page==============================*/
h3#projects-name{
  font-size: 0.9em !important;
  text-align: left;
}
img#project-img{
  width: 200px;
  float: right;
  padding-top: 18px;
}
/*==================================Image Page==============================*/
.gallery{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 30px;
}

.gallery-img{
  transition: 0.5s all ease-in-out;
}
/*==================================Projects Info Page==============================*/
img#project-imgInfo{
  width: 820px;
  height: 315px;
}
h3#project-titleInfo{
  padding-top: 10px;
  font-size: medium;
}
div#project-info{
  padding-left: 50px;
  padding-right: 50px;

}
/*==================================Vocancies Page==============================*/
.vocancy-details{
  text-align: justify;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 93px;
}
#form-padding{
  padding-left: 50px;
}
.form-heading{
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Times New Roman', Times, serif;
}
.logo-form{
  float: right;
  padding-top: 47px;
  width: 70%;
  margin-right: 50px;
}
#job-left-side{
  padding-top: 25px;
  padding-left: 50px;
}
.job-heading-line{
  border: 2px solid #BD2D46;
}
#announce-vocancy{
  border-radius: 20%;
}
.icon-size{
  font-size: 3.333333em !important;
}

/*==================================Pagination Page==============================*/
.container-pagination {
  max-width: 1200px;
  height: 30vh;
  padding-top: 10px;
  padding-bottom: 0px;
  margin: auto;
  text-align: center;
}

.container-pagination table {
  width: 100%;
  font-weight: 200;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.container-pagination table tr {
  width: 100%;
}

.container-pagination table tr th {
  padding: 10px;
  background-color: #333;
  color: white;
}

.container-pagination table tr td {
  padding: 15px;
}

.container-pagination table tr:nth-child(odd) {
  background-color: #f4f9ff;
}

.container-pagination .pagination {
  margin-bottom: 20px;
  display: flex;
}

.container-pagination .pagination a {
  padding: 11px 20px;
  margin: 0px -0.5px;
  height: auto;
  color: #333;
  position: relative;
  height: auto;
}

.container-pagination .pagination a:hover {
  background-color: #BD2D46;
  color: white;
}

.container-pagination .pagination .active {
  background-color: #BD2D46;
  color: white;
}

.container-pagination .pagination .nav-link {
  color: white;
  background-color: #255D6A;
  border: 2px #255D6A solid;
  padding: 10px 20px;
}

.container-pagination .pagination .nav-link-left {
  border-radius: 5px 0px 0px 5px;
  margin-right: -5px;
}

.container-pagination .pagination .nav-link-right {
  border-radius: 0px 5px 5px 0px;
  margin-left: -5px;
}

.container-pagination .pagination .links {
  border: 0.5px #cacaca solid;
}

.container-pagination form select {
  padding: 10px 20px;
  border: 1px #bebebe solid;
  font-family: 'Poppins', sans-serif;
}

.container-pagination form select option {
  font-family: 'Poppins', sans-serif;
}
/*# sourceMappingURL=index.css.map */

/*==================================Components Starts Here==============================*/
/* Tabs */
.tab-item {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding: 1.25em 0;
}
.tab-item.tab-active {
  display: block;
}
.tab-content > .tab-label {
  display: none;
}
.tab-nav > .tab-label {
  float:left;
}
a.tab-label, a.tab-label:link, a.tab-label:visited, a.tab-label:hover {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  margin-right: 1px;
  padding: 0.625em 1.25em;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
a.tab-label:hover,a.tab-label.active-btn {
  background: none repeat scroll 0 0 #999;
}
.tab-label.active-btn {
  cursor: default;
}
.tab-content {
  text-align: left;
}
@media screen and (max-width:768px) {    
  .tab-nav > .tab-label {
    margin: 0.5px 0;
    width: 100%;
  }
}
/* Custom forms */
form.customform input, form.customform select, form.customform textarea, form.customform button {
 font-size:0.9em;
 font-family:inherit;
 margin-bottom:1.25em;
} 
form.customform input, form.customform select {height: 2.7em;}
form.customform input, form.customform textarea, form.customform select { 
 background: none repeat scroll 0 0 #F5F5F5;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {background: none repeat scroll 0 0 #fff;}
form.customform input, form.customform textarea, form.customform select {
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625em;
 width: 100%;
}
form.customform input[type="file"] {
 border: 1px solid #E0E0E0;
 height: auto;
 max-height: 2.7em;
 min-height: 2.7em;
 padding: 0.4em;
 width: 100%;
}
form.customform input[type="radio"], form.customform input[type="checkbox"] {
 margin-right: 0.625em;
 width:auto;
 padding:0;
 height:auto;
}
form.customform option {padding: 0.625em;}
form.customform select[multiple="multiple"] {height: auto;}
form.customform button {
 width: 100%;
 background: none repeat scroll 0 0 #444;
 border: 0 none;
 color: #fff;
 height: 2.7em;
 padding: 0.625em;
 cursor:pointer;
 width: 100%;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}	
form.customform button:hover {background: none repeat scroll 0 0 #666;}
/* Icon font - MFG labs */
@font-face {
  font-family: 'mfg';
    src: url('../font/mfglabsiconset-webfont.eot');
    src: url('../font/mfglabsiconset-webfont.svg#mfg_labs_iconsetregular') format('svg'),
   		   url('../font/mfglabsiconset-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mfglabsiconset-webfont.woff') format('woff'),
         url('../font/mfglabsiconset-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
i, .icon {
  font-family: 'mfg';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color:#e3e3e3;
}
.icon2x {font-size: 2em;}
.icon3x {font-size: 3em;}
.gradient {
  color: #999;
  text-shadow: 1px 1px 1px rgba(27, 27, 27, 0.19);
  transition: all 0.1s ease-in-out 0s;
}
.gradient:hover, .gradient .current {
  color: #eee;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.25);
}
.icon-cloud:before { content: "\2601"; }
.icon-at:before { content: "\0040"; }
.icon-plus:before { content: "\002B"; }
.icon-minus:before { content: "\2212"; }
.icon-arrow_up:before { content: "\2191"; }
.icon-arrow_down:before { content: "\2193"; }
.icon-arrow_right:before { content: "\2192"; }
.icon-arrow_left:before { content: "\2190"; }
.icon-chevron_down:before { content: "\f004"; }
.icon-chevron_up:before { content: "\f005"; }
.icon-chevron_right:before { content: "\f006"; }
.icon-chevron_left:before { content: "\f007"; }
.icon-reorder:before { content: "\f008"; }
.icon-list:before { content: "\f009"; }
.icon-reorder_square:before { content: "\f00a"; }
.icon-reorder_square_line:before { content: "\f00b"; }
.icon-coverflow:before { content: "\f00c"; }
.icon-coverflow_line:before { content: "\f00d"; }
.icon-pause:before { content: "\f00e"; }
.icon-play:before { content: "\f00f"; }
.icon-step_forward:before { content: "\f010"; }
.icon-step_backward:before { content: "\f011"; }
.icon-fast_forward:before { content: "\f012"; }
.icon-fast_backward:before { content: "\f013"; }
.icon-cloud_upload:before { content: "\f014"; }
.icon-cloud_download:before { content: "\f015"; }
.icon-data_science:before { content: "\f016"; }
.icon-data_science_black:before { content: "\f017"; }
.icon-globe:before { content: "\f018"; }
.icon-globe_black:before { content: "\f019"; }
.icon-math_ico:before { content: "\f01a"; }
.icon-math:before { content: "\f01b"; }
.icon-math_black:before { content: "\f01c"; }
.icon-paperplane_ico:before { content: "\f01d"; }
.icon-paperplane:before { content: "\f01e"; }
.icon-paperplane_black:before { content: "\f01f"; }
.icon-color_balance:before { content: "\f020"; }
.icon-star:before { content: "\2605"; }
.icon-star_half:before { content: "\f022"; }
.icon-star_empty:before { content: "\2606"; }
.icon-star_half_empty:before { content: "\f024"; }
.icon-reload:before { content: "\f025"; }
.icon-heart:before { content: "\2665"; }
.icon-heart_broken:before { content: "\f028"; }
.icon-hashtag:before { content: "\f029"; }
.icon-reply:before { content: "\f02a"; }
.icon-retweet:before { content: "\f02b"; }
.icon-signin:before { content: "\f02c"; }
.icon-signout:before { content: "\f02d"; }
.icon-download:before { content: "\f02e"; }
.icon-upload:before { content: "\f02f"; }
.icon-placepin:before { content: "\f031"; }
.icon-display_screen:before { content: "\f032"; }
.icon-tablet:before { content: "\f033"; }
.icon-smartphone:before { content: "\f034"; }
.icon-connected_object:before { content: "\f035"; }
.icon-lock:before { content: "\F512"; }
.icon-unlock:before { content: "\F513"; }
.icon-camera:before { content: "\F4F7"; }
.icon-isight:before { content: "\f039"; }
.icon-video_camera:before { content: "\f03a"; }
.icon-random:before { content: "\f03b"; }
.icon-message:before { content: "\F4AC"; }
.icon-discussion:before { content: "\f03d"; }
.icon-calendar:before { content: "\F4C5"; }
.icon-ringbell:before { content: "\f03f"; }
.icon-movie:before { content: "\f040"; }
.icon-mail:before { content: "\2709"; }
.icon-pen:before { content: "\270F"; }
.icon-settings:before { content: "\9881"; }
.icon-measure:before { content: "\f044"; }
.icon-vector:before { content: "\f045"; }
.icon-vector_pen:before { content: "\2712"; }
.icon-mute_on:before { content: "\f047"; }
.icon-mute_off:before { content: "\f048"; }
.icon-home:before { content: "\2302"; }
.icon-sheet:before { content: "\f04a"; }
.icon-arrow_big_right:before { content: "\21C9"; }
.icon-arrow_big_left:before { content: "\21C7"; }
.icon-arrow_big_down:before { content: "\21CA"; }
.icon-arrow_big_up:before { content: "\21C8"; }
.icon-dribbble_circle:before { content: "\f04f"; }
.icon-dribbble:before { content: "\f050"; }
.icon-facebook_circle:before { content: "\f051"; }
.icon-facebook:before { content: "\f052"; }
.icon-git_circle_alt:before { content: "\f053"; }
.icon-git_circle:before { content: "\f054"; }
.icon-git:before { content: "\f055"; }
.icon-octopus:before { content: "\f056"; }
.icon-twitter_circle:before { content: "\f057"; }
.icon-twitter:before { content: "\f058"; }
.icon-google_plus_circle:before { content: "\f059"; }
.icon-google_plus:before { content: "\f05a"; }
.icon-linked_in_circle:before { content: "\f05b"; }
.icon-linked_in:before { content: "\f05c"; }
.icon-instagram:before { content: "\f05d"; }
.icon-instagram_circle:before { content: "\f05e"; }
.icon-mfg_icon:before { content: "\f05f"; }
.icon-xing:before { content: "\F532"; }
.icon-xing_circle:before { content: "\F533"; }
.icon-mfg_icon_circle:before { content: "\f060"; }
.icon-user:before { content: "\f061"; }
.icon-user_male:before { content: "\f062"; }
.icon-user_female:before { content: "\f063"; }
.icon-users:before { content: "\f064"; }
.icon-file_open:before { content: "\F4C2"; }
.icon-file_close:before { content: "\f067"; }
.icon-file_alt:before { content: "\f068"; }
.icon-file_close_alt:before { content: "\f069"; }
.icon-attachment:before { content: "\f06a"; }
.icon-check:before { content: "\2713"; }
.icon-cross_mark:before { content: "\274C"; }
.icon-cancel_circle:before { content: "\F06E"; }
.icon-check_circle:before { content: "\f06d"; }
.icon-magnifying:before { content: "\F50D"; }
.icon-inbox:before { content: "\f070"; }
.icon-clock:before { content: "\23F2"; }
.icon-stopwatch:before { content: "\23F1"; }
.icon-hourglass:before { content: "\231B"; }
.icon-trophy:before { content: "\f074"; }
.icon-unlock_alt:before { content: "\F075"; }
.icon-lock_alt:before { content: "\F510"; }
.icon-arrow_doubled_right:before { content: "\21D2"; }
.icon-arrow_doubled_left:before { content: "\21D0"; }
.icon-arrow_doubled_down:before { content: "\21D3"; }
.icon-arrow_doubled_up:before { content: "\21D1"; }
.icon-link:before { content: "\f07B"; }
.icon-warning:before { content: "\2757"; }
.icon-warning_alt:before { content: "\2755"; }
.icon-magnifying_plus:before { content: "\f07E"; }
.icon-magnifying_minus:before { content: "\f07F"; }
.icon-white_question:before { content: "\2754"; }
.icon-black_question:before { content: "\2753"; }
.icon-stop:before { content: "\f080"; }
.icon-share:before { content: "\f081"; }
.icon-eye:before { content: "\f082"; }
.icon-trash_can:before { content: "\f083"; }
.icon-hard_drive:before { content: "\f084"; }
.icon-information_black:before { content: "\f085"; }
.icon-information_white:before { content: "\f086"; }
.icon-printer:before { content: "\f087"; }
.icon-letter:before { content: "\f088"; }
.icon-soundcloud:before { content: "\f089"; }
.icon-soundcloud_circle:before { content: "\f08A"; }
.icon-anchor:before { content: "\2693"; }
.icon-female_sign:before { content: "\2640"; }
.icon-male_sign:before { content: "\2642"; }
.icon-joystick:before { content: "\F514"; }
.icon-high_voltage:before { content: "\26A1"; }
.icon-fire:before { content: "\F525"; }
.icon-newspaper:before { content: "\F4F0"; }
.icon-chart:before { content: "\F526"; }
.icon-spread:before { content: "\F527"; }
.icon-spinner_1:before { content: "\F528"; }
.icon-spinner_2:before { content: "\F529"; }
.icon-chart_alt:before { content: "\F530"; }
.icon-label:before { content: "\F531"; }
.icon-brush:before { content: "\E000"; }
.icon-refresh:before { content: "\E001"; }
.icon-node:before { content: "\E002"; }
.icon-node_2:before { content: "\E003"; }
.icon-node_3:before { content: "\E004"; }
.icon-link_2_nodes:before { content: "\E005"; }
.icon-link_3_nodes:before { content: "\E006"; }
.icon-link_loop_nodes:before { content: "\E007"; }
.icon-node_size:before { content: "\E008"; }
.icon-node_color:before { content: "\E009"; }
.icon-layout_directed:before { content: "\E010"; }
.icon-layout_radial:before { content: "\E011"; }
.icon-layout_hierarchical:before { content: "\E012"; }
.icon-node_link_direction:before { content: "\E013"; }
.icon-node_link_short_path:before { content: "\E014"; }
.icon-node_cluster:before { content: "\E015"; }
.icon-display_graph:before { content: "\E016"; }
.icon-node_link_weight:before { content: "\E017"; }
.icon-more_node_links:before { content: "\E018"; }
.icon-node_shape:before { content: "\E00A"; }
.icon-node_icon:before { content: "\E00B"; }
.icon-node_text:before { content: "\E00C"; }
.icon-node_link_text:before { content: "\E00D"; }
.icon-node_link_color:before { content: "\E00E"; }
.icon-node_link_shape:before { content: "\E00F"; }
.icon-credit_card:before { content: "\F4B3"; }
.icon-disconnect:before { content: "\F534"; }
.icon-graph:before { content: "\F535"; }
.icon-new_user:before { content: "\F536"; }

/*===================================Top and Bottom Starts Here===================================*/
a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #BD2D46;
	color: #BD2D46;
}
#topbar {
	background: none repeat scroll 0 0 #012232;
	border-bottom: 1px solid #001925;
	padding: 0.3125em 0;
}
#topbar p {
	color: #fff;
	font-size: 0.75em;
	opacity: 0.5;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #ADE3FB;
	cursor: pointer;
	opacity: 1;
}
nav {
	background: none repeat scroll 0 0 #00283a;
}
header {
	border-bottom: 4px solid rgba(0, 40, 58, 0.53);
	position: fixed;
	width: 100%;
	z-index: 10;
}
p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
p.logo strong {
	font-weight: 700;
}
.top-nav li a {
	border-top: 2px solid #00283a;
	color: #fff;
	font-size: 0.80em;
	font-weight: 600;
	padding: 1.5em 0.9em 1em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #00283a;
	border-top: 2px solid #ADE3FB;
	color: #ADE3FB;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(173, 227, 251, 0.3);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.5);
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
/*Slider circle Line Color */
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid rgba(159, 161, 161, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #ADE3FB;
}
#first-block {
	background: none repeat scroll 0 0 #00283a;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #6c7c84;
	font-size: 0.85em;
}
#features {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2em 2em;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	z-index: 2;
}
#features i {
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
#features p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: justify;
}
#about-us {
	background: none repeat scroll 0 0 #D8D8D8;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}
.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #ADE3FB;
	border-radius: 100px;
	color: #ADE3FB;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #393C3B;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#our-work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: -0.75em;
	padding: 1.25em 0;
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #338094;
	color: #fff;
}
#services {
	background: #960017 none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	margin-top: 10px;
}
#services h2 {
	color: #fff;
	margin: 0 0 1.25em;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #960017;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
}
#services h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #fff;
	font-size: 0.8em;
}
#latest-news {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
.news-date {
	clear: both;
	color: #fff;
	display: block;
	float: none;
	min-height: 118px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	min-height: 118px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #777;
	font-size: 0.85em;
}
#contact {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
}
#contact h3 {
	color: #338094;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
	color: #338094;
}
#contact i {
	background: #BD2D46 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
	background: none repeat scroll 0 0 #00283a;
	padding: 3.5em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #6c7c84;
	font-size: 0.8em;
}
/*===================================Responsive Starts Here===================================*/
/* Large devices (large desktops, 1200px and Down) */
@media (max-width: 1200px) {
    .about-us-col {
      padding: 15px;
    }
}
/* Medium devices (desktops, 992px and Donw) */
@media (max-width: 992px) {
    .about-us-col {
      margin-bottom: 25px;
    }
}
/*used for meduim size devices*/
@media screen and (max-width: 768px){
  .nav-text {
    line-height: 2em;
  }
  .nav-text:after {
    margin-left: 12.5em;
  }
  .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
  }
  header {
  	position: relative;
  }
  .top-nav li a {
  	background: #05374e none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
}
/*used for responsive of banner of homepage*/
@media screen and (max-width: 575px) {
  .haf_layout {
      min-height: 280px;
      max-height: 280px;
      position: relative;
  }
  .banner_section {
      position: relative;
      background: rgba(255,255,255,.9);
      padding: 0px 10px;
      top: 22px;
      left: 0px;
  }
  .container {
      width: 100%;
      margin: 0 auto;
      max-width: 1170px;
      height: 0px;
  }
  hr.ft-title-ul{
      display: block;
      margin-top: 5px;
      background: #fff;
      height: 1px;
      width: 335px !important;
  }
  div.services-hp{
    margin-top: 100px;
  }
  .cus-bt-col-4{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  p.day{
    margin-bottom: 0px;
    padding-top: 20px;
  }
  .news-date{
    clear: both;
    color: #fff;
    display: block;
    float: none;
    min-height: 118px !important;
    padding: 0.625em 0;
    text-align: center;
    width: 100%;
  }
  .padding-dp{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  h3.logo-name{
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 0em;
    padding-left: 30px;
  }
  div#each-page-text{
    margin-left: 0px;
    margin-right: 0px;
  }
  #carousel .text h2{
    margin-top: 30px;
  }
  img.img-logo {
    margin-left: 5px;
    min-height: 55px;
    min-width: 55px;
  }
  div#logo-img{
    padding-top: 10px;
  }
  div#logo-name{
    padding-top: 22px;
    padding-left: 10px;
  }
  div#nav-mob-icon{
    padding-top: 22px;
  }
  #features h2{
    margin: 0.5em 0;
  }
  .owl-item img, .full-img{
    height: 230px;
  }
  /*used for homepage services responsive*/
  .col-6{
    padding-left: 0px;
    padding-right: 5px;
  }
  .about-us-col {
    padding-left: 7px;
    padding-right: 7px;
    height: 415px;
    margin-bottom: 10px;
  }
  
  #services{
    padding-top: 2em;
    padding-bottom: 1em;
  }
  #services h2{
    margin-bottom: 0.5em;
  }
  #features{
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 1em;
    margin-bottom: -24px;
  }

  /*used for about us page*/
  .layout_padding{
    padding-top: 33px;
  }
  #latest-news{
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0.1em;
  }
  h2.section-title{
    font-size: 2.3em;
  }
  div#features.about-us-page{
    margin-bottom: 5px;
  }

  /*used for projects webpage*/
  img#project-img{
    width: 200px;
    float: left;
  }

  .job-logo{
    visibility: hidden;
  }
  #logo-form{
    visibility: hidden;
  }

  div#project-info{
    padding-left: 0px;
    padding-right: 0px;
  }
  #form-padding{
    padding-left: 0px;
  }
  #job-left-side{
    padding-top: 0px;
    padding-left: 0px;
  }
  #job-logo{
    visibility: hidden;
    display: none;
  }
  .jobform{
    font-size: 10px;
  }
  h3#project-titleInfo{
    font-size: 10px;
  }
  .container-pagination .pagination{
    padding-left: revert;
  }
  #mobile-vacancy{
    margin-left: 0px !important;
  }
  .container-pagination .pagination{
    margin-left: 15px;
  }
  #mobile-vacancy{
    width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}

#mobile-vacancy{
    width: 32%;
}

table tr:nth-of-type(2n){
    background-color: #255D6A;
    color: #ffffff;
}
div.services-hp {
  box-shadow: 0 0 10px 0 rgba(242, 90, 90, 0.5);
  margin-bottom: 5px;
}

/*used for homepage services */
section.s-title{
  max-width: 700px;
  margin: 0px auto 45px;
  text-align: center;
}
section.s-title h2{
  position: relative;
  font-size: 32px;
  font-family: helvetica;
  margin-bottom: 30px;
  display: inline-block;
}
section.s-title h2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 120%;
  left: 0px;
  background-color: #aaabb0;
}
section.s-title h2::after{
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  top: calc(120% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #BD2D46;
}
.s-title p{
  font-size: 18px;
}
section.service_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_container .service_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 32%;
  text-align: center;
  padding: 20px 10px 30px;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  cursor: pointer;
  transition: transform 0.4s box-shadow 0.4s;
}
.service_container .service_box:hover{
  transform: translateY(-2px);
  box-shadow: 0px 3px 12px 0px #BD2D46;
}
.service_box i{
  font-size: 30px;
  color: #777;
  transition: 0.3s;
}
.service_box:hover i{
  color: #BD2D46;
}
.service_box h2{
  padding: 15px 0px 10px;
  color: #444;
  font-size: 20px;
  font-family: helvetica;
}
.service_box p{
  color: #888;
  line-height: 1.3;
}
@media(max-width: 1000px){
  .service_container .service_box{
      flex-basis: 48%;
  }
}
@media(max-width: 600px){
  .service_container .service_box{
      flex-basis: 100%;
  }
  .container-fluid{
    max-width: 360px;
  }
}
@media(min-width: 1200px){
  div.supports-container{
    padding-right: 114px !important;
  }
}
/*used for supporters*/
div.our_supporters{
  box-shadow: 0 0 10px 0 rgba(29, 91, 173, 0.8);
  margin-top: 2px !important;
  margin-bottom: 0px;
}
section.sup-title h2::after{
  background-color: #007BC0;
}
section.sup-title{
  margin-bottom: 0px;
}
/*Back to Top CSS*/
.back-to-top {
  position: fixed;
  display: none;
  background: #BD2D46;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 4px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #ffffff;
}
/*use for banners that placed in Middle of homepage */
div.banner-cover-home{ 
  width: 100%;
  height: 340px;
  background-image: url(../img/banners/Background-banner.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  box-shadow: 0 0 10px 0 rgb(37 137 255 / 50%) !important;
}
.multi-banner-img{
  background: #ffffff none repeat scroll 0 0 !important;
  padding-top: 11.5px !important;
  margin-top: 0px !important;
}
.multi-banner-left img{
  transform-origin: center;
  transform: perspective(800px) rotateY(10deg);
  transition: 0.5s;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0004);
}
.multi-banner-left:hover img{
  opacity: 0.1;
}
.multi-banner-left img:hover{
  transform: perspective(800px) rotateY(0deg);
  opacity: 1;
}
.multi-banner-right img{
  transform-origin: center;
  transform: perspective(800px) rotateY(-10deg);
  transition: 0.5s;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0004);
}
.multi-banner-right:hover img{
  opacity: 0.1;
}
.multi-banner-right img:hover{
  transform: perspective(800px) rotateY(0deg);
  opacity: 1;
}
@media screen and (max-width: 575px){
  .multi-banner-left img{
    transform: perspective(800px) rotateY(0deg);
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0004);
  }
  .multi-banner-right img{
    transform: perspective(800px) rotateY(0deg);
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0004);
  }
  .multi-banner-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .multi-banner-right,
  .multi-banner-left img{
    padding: 5px 0px;
  }
}
/*for services title*/
h2.services-title{
  font-size: xxx-large;
  font-family: monospace;
}