/*=====================================================
       Corporate Agency Website Stylesheet
             Body Core Stylesheet
======================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: black;
  position: relative;
  overflow-x: hidden;
  background-color: white;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
body, html {
  height: 100%;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif !important;
}
p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
h1, h2, h3, h4, h5, h6, ul {
  margin: 0px;
  padding: 0px
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
li {
  display: list-item;
}
a:hover {
  text-decoration: none;
}
/* scrolltop */
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  right: 10px;
}
.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #52b54a;
  padding: 5px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover {
  background: #2d8026;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover .fa {
  padding-top: -10px;
}
.scroll .fa {
  font-size: 40px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #ffffff;
}
/*== Navbar ==*/
.navbar {
  margin: 0;
  border-radius: 0;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.42);
  border: none;
}
.navbar-brand > img {
  padding: 0px 0;
}
.navbar li {
  line-height: 5.5em;
  color: white;
}
.navbar .hidden-xs {
  font-weight: 700;
  line-height: 72px;
  font-size: 11px;
  color: #d7d7d7;
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 4;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar .hidden-xs:hover {
  color: rgb(2, 228, 230);
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #fff;
  padding-top: 90px;
  position: relative;
  text-transform: uppercase;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/banner.jpg');
}
.banner .gradient {
  /*  background: -moz-linear-gradient(-45deg, rgba(255,0,251,0.5) 0%, rgba(0,24,255,0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,0,251,0.5) 0%,rgba(0,24,255,0.5) 100%);
    background: linear-gradient(135deg, rgba(255,0,251,0.5) 0%,rgba(0,24,255,0.5) 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ff00fb', endColorstr='#800018ff', GradientType=1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.banner h1 {
  /*font-size: 47px;*/
  font-size: 36px !important;
  font-weight: 600;
  letter-spacing: 4px;
  padding-bottom: 12px;
}
.banner p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 35px;
}
.banner p .btn-primary, .btn-success {
  width: 162px;
  color: #000;
  border: none;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
  padding: 19px 0;
  border-radius: 3px;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.78);
}
.banner p .btn-primary:hover {
  color: white;
}
.banner p .btn-success {
  background-color: rgba(0, 225, 255, 0.87);
  margin-right: 0;
}
/*== About Section Start ==*/
.about .col, .team .col {
  padding-right: 0;
  padding-left: 0;
}
.about .text-block {
  position: absolute;
  bottom: 25%;
  height: 0;
  left: 13%;
  right: 13%;
  justify-content: center;
}
.about .inner-contant {
  padding-left: 53px;
  padding-top: 0;
}
.about i {
  font-size: 31px;
}
.about .fa {
  margin-right: 15px;
  color: white;
}
.about .text-block a span {
  color: #0095c9;
  font-size: 25px;
  line-height: 2;
  font-weight: 700;
}
.about .text-block p {
  color: white;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.about .item {
  position: relative;
   /* border: 2px solid #52bd4a;
    overflow: hidden;
    height: 220px;
    border-radius: 5px;*/
}
.about .item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #0084ad;
    margin: 10px;
    border-radius: 5px;
    height: 260px;
}
.about .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*== Technologies Section Start ==*/
.technologies .col, .contact .col {
  padding-right: 0;
  padding-left: 0;
}
.technologies {
  padding-top: 10px;
  padding-bottom: 35px;
  margin: 0px 50px;
}
.technologies .technologie {
  padding: 0 25px;
  padding-bottom: 60px;
}
.technologies .fa {
  color: #3FAB0C;
  /*     font-size: 37px;
    padding-bottom: 30px; */
}
.technologies .technologie h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2e3192;
  padding-bottom: 15px;
}
.technologies .technologie p {
  font-size: 13px;
  font-weight: 600;
  color: #a3a3a3;
  line-height: 25px;
}
.technologies .view-technologie h2 {
  font-size: 35px;
  font-weight: 600;
  color: #0095c9;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
.technologies .view-technologie h4 {
  font-size: 18px;
  font-weight: 600;
  color: #959595;
  padding-bottom: 22px;
  text-transform: uppercase;
}
.technologies .view-technologie p, .second-contant p {
  margin: 0;
  color: #525151;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 100;
  text-align: justify;
  padding: 0 0;
  font-family: Helvetica;
  margin-bottom: 10px;
}
.technologies .view-technologie .btn {
  width: 272px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 16px 0;
  letter-spacing: 1px;
  margin-bottom: 186px;
  background-color: #2e3192;
  text-transform: uppercase;
}
.technologies .btn:hover {
  color: white;
}
/*== Technologies Section Ended ==*/
/*== Specialities Section Start ==*/
.specialities .row {
  margin-right: -15px;
  margin-left: -15px;
}
.specialities .image {
  height: 500px;
  width: 100%;
  background-image: url("../images/specialities.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.specialities {
  width: 100%;
  height: auto;
  padding-bottom: 111px;
}
.specialities .part {
  width: 100%;
  height: 505px;
  background: white;
}
.specialities .inner-contant {
  height: 10em;
  padding: 0 30px;
  position: relative
}
.specialities h2 {
  color: #2e3192;
  font-size: 37px;
  padding-bottom: 20px;
}
.specialities h4 {
  color: #959595;
  font-size: 18px;
  padding-bottom: 50px;
}
.specialities .progress {
  width: 81%;
  height: 13px;
  margin: 0 55px;
  margin-bottom: 35px;
  border-radius: 6px;
}
.specialities .progress-bar {
  background-color: #39b54a;
}
.specialities .specialitie h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 15px;
}
.specialities .specialitie i {
  margin-right: 20px;
  font-size: 30px;
  color: #dddddd;
}
.specialities .specialitie a {
  color: #2e3192;
}
/*== services ==*/
.services {
  text-align: center;
  padding-top: 10px;
}
.services h3 {
  font-size: 37px !important;
  font-weight: 700 !important;
  /*  padding-bottom: 12px; */
  color: #72a971 !important;
  text-transform: capitalize !important;
}
.services h4 {
  font-size: 18px;
  color: #2baad6;
  /* letter-spacing: 1px; */
  padding-bottom: 10px;
  /* text-transform: uppercase; */
  text-align: left;
  line-height: 25px;
}
.services h5 {
  font-size: 16px;
  color: black;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.inner-part {
  position: relative;
  width: 100%;
}
.services .img-responsive {
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(0, 255, 255, 0.76);
}
.thumbnail:hover .overlay {
  width: 100%;
  opacity: 1;
}
/*== viewbox ==*/
.viewbox-header {
  margin: -5px;
  text-align: center;
  padding-top: 10px;
}
.viewbox-button-prev {
  left: 0;
}
.viewbox-button-next {
  right: 0;
}
.viewbox-button-next, .viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 110px;
  width: 110px;
  margin: -64px 0 0;
  z-index: 9;
}
.viewbox-button-close {
  height: 50px;
}
.overlay span {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  padding-left: 5px;
  font-weight: 500;
}
.thumbnail .icon {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}
.fa-search:hover {
  color: #eee;
}
.recent-work {
  margin: 0;
  color: #525151;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 100;
  text-align: justify;
  padding: 0 0;
  font-family: Helvetica;
  margin-bottom: 25px;
}
/*---------------------*/
h2 {
  font-size: 27px !important;
  font-weight: 400 !important;
  color: #0084ad;
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 10px;
  text-align: left;
}
.main h3 {
  font-size: 25px !important;
  font-weight: 500 !important;
  color: #0084ad !important;
}
.main h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #0084ad !important;
}
.main {
  position: relative;
}
.main span {
  border-bottom: solid 4px #52b54a;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
}
.p-b5 {
  padding-bottom: 5px !important;
  display: block;
}
.recent-work.p-l25 {
  padding-left: 25px !important;
}
h4.p-b5 {
  padding-bottom: 5px !important;
}
.partner-info h4 i.fa {
  font-size: 20px;
  color: #3FAB0C !important;
}
.partner-info h4:hover i.fa {
  color: #2baad6 !important;
  text-decoration: none;
}
.partner-info h4:hover {
  color: #3FAB0C;
}
.partner-info h4:active {
  text-decoration: none !important;
}
.p-t10 {
  padding-top: 10px !important;
}
.donate-bg {
  background: #f9f9f9;
  border: solid 1px #e2dfdf; /*background: #f6f7f6;*/ padding: 30px 15px 30px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.donate-bg ul {
  margin-left: 15px !important;
}
.p-b0 {
  padding-bottom: 0px !important;
}
.p-b10 {
  padding-bottom: 10px !important;
}
.mheight {
  min-height: 340px;
}
/*.donate-bg .view-technologie .fa.fa-check{ font-size:17px;}*/
.navbar .container {
  padding: 12px 82px 27px;
}
img.donation-payimg {
  float: right !important;
  display: block;
}
.white-bg {
  background: #fff;
}
.p30 {
  padding: 30px;
}
.mh251 {
  min-height: 251px;
}
.p-l10 {
  padding-left: 10px !important;
}
.p-t0 {
  padding-top: 0px !important;
}
.p15 {
  padding: 15px;
}
.m-b0 {
  margin-bottom: 0px !important;
}
.p-b10 {
  padding-bottom: 10px;
}
.our-founder p {
  line-height: 1.4 !important;
}
.mh360 {
  min-height: 360px;
}
footer p {
  text-align: center !important;
}
.p-l15 {
  padding-left: 15px;
}
.p-r15 {
  padding-right: 15px;
}
.p-l0 {
  padding-left: 0px !important;
}
.p-r0 {
  padding-right: 0px !important;
}
.m-l0 {
  margin-left: 0px !important;
}
.m-l15 {
  margin-left: 15px;
}
.m-r15 {
  margin-right: 15px;
}
.m-r0 {
  margin-right: 0px;
}
.m-t30 {
  margin-top: 30px;
}
.m-t0 {
  margin-top: 0px !important;
}
.m-t10 {
  margin-top: 10px !important;
}
.m-t20 {
  margin-top: 20px !important;
}
.main h3 {
  font-size: 26px !important;
  font-weight: 500 !important;
  color: #0084ad !important;
}
.m-t15 {
  margin-top: 15px;
}
/*.our-values ul li {
    display: inline-block;
    width: 49%;
    text-align:left!important;
}*/
.our-values ul li .media .media-body p {
  margin-bottom: 0px;
  text-align: left !important;
}
h3.border-b {
  border-bottom: solid 1px #dcdcdc;
}
.our-values ul li .media .media-body p {
  text-align: left !important;
}
.green-bl {
  border-left: solid 2px #52b54a;
}
.m-t30 {
  margin-top: 30px;
}
.technologies {
  margin: 0px;
}
.m-t45 {
  margin-top: 45px;
}
.p-t30 {
  padding-top: 30px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.page-heading {
  padding: 30px 0px;
}
.technologies {
  padding-bottom: 30px;
}
.partner-card-bg {
  -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, .4) !important;
  -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, .4) !important;
  -o-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, .4) !important;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, .4) !important;
  border-radius: 5px;
  transition: all 0.5s linear !important;
  border-left: solid 1px #4b4e53;
}
.partner-card-bg:hover {
  -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 1) !important;
  -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 1) !important;
  -o-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 1) !important;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 1) !important;
  border-radius: 5px;
  border-left: solid 1px #52b54a;
}
.partner-logo {
  position: relative;
}
.partner-logo .carousel {
  position: absolute;
  top: 10px;
  left: 10%;
}
.partner-logo .change-logo img.profile-circle {
  width: 90px !important;
  z-index: 9999;
  position: absolute;
  top: -48px;
  left: 47%;
}
.partner-logo .gumbo-logo img.profile-circle {
  width: 130px !important;
  z-index: 9999;
  position: absolute;
  top: -27px;
  left: 40%;
}
.partner-logo .up-logo img.profile-circle {
  width: 159px !important;
  z-index: 9999;
  position: absolute;
  top: -27px;
  left: 39%;
}
.partner-logo .pentecostal-logo img.profile-circle {
  width: 298px !important;
  z-index: 9999;
  position: absolute;
  top: -26px;
  left: 39%;
}
.p-t50 {
  padding-top: 50px;
}
#about-us p {
  color: #000 !important;
}
footer {
  margin-top: 30px;
}
.pos-rve {
  position: relative;
}
.pos-ctry-name {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.pos-ctry-name h2 {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 0px;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 22px !important;
}
.pos-ctry-name1 {
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}
.pos-ctry-name1 h2 {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 0px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  font-size: 22px !important;
}
.txt-left {
  text-align: left;
}
.mh-275 {
  height: 220px;
  margin-bottom: 30px;
}
.donate-bg1 {
  background: #f9f9f9;
  border: solid 1px #e2dfdf;
  padding: 15px 0px;
}
.m-b30 {
  margin-bottom: 30px;
}
.our-pinfo {
  position: relative;
}
a.pro-tlink {
  font-size: 16px;
  font-weight: 600;
}
a.rmore {
  border-bottom: none;
  color: #d21000;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  float: right;
}
.our-pinfo .item {
  border: 0px !important;
}
a.v-gallery {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #0084ad;
}
.p-t20 {
  padding-top: 20px;
}
.our-pdesc h4 {
  padding-bottom: 0px;
}
/*----------OUR-PEOPLE-START------------*/
img.people-main-img {
  width: 428px;
  height: auto;
  float: right;
}
.our-values ul, .our-services ul {
  margin-left: 0px !important;
}
.media-body p {
  font-size: 16px !important;
  text-align: left;
}
.slides li.slide img {
  width: 300px;
}
.banner h1 {
  text-align: left;
  font-weight: 400;
  font-size: 27px !important;
}
.prelative {
  position: relative;
}
/*----------OUR-PEOPLE-STOP------------*/
/*----------------------*/
ul.checkicon i.fa-check {
  color: #0084ad !important;
  font-size: 12px;
  border: solid 1px #52b54a;
  border-radius: 100%;
  padding: 5px;
}
.media-body p {
  text-align: left;
}
ul.checkicon {
  margin-left: 0px !important;
}
.m15 {
  margin: 15px;
}
.m-l0 {
  margin-left: 0px;
}
.m-r0 {
  margin-right: 0px !important;
}
.m-t0 {
  margin-top: 0px !important;
}
a.news-info {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
  font-size: 15px;
  border-bottom: solid 1px #0084ad;
  padding-bottom: 1px;
  margin-bottom: 8px;
  text-align: left;
}
a:hover.news-info {
  border-bottom: solid 1px #fff;
}
.p-r5 {
  padding-right: 5px;
}
.p-b30 {
  padding-bottom: 30px;
}
.row.gray-bg {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
  border: solid 1px #e2dfdf;
}
.gray-bg {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
  border: solid 1px #e2dfdf;
}
a.btn-view-gallery {
  position: absolute;
  left: 15px;
  bottom: 30px;
}
.p-b15 {
  padding-bottom: 15px;
}
.m-b15 {
  margin-bottom: 15px !important;
}
/*.technologies{ margin:0px!important;}*/
.navbar .container {
  padding: 12px 82px 18px;
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 3;
  font-family: 'Open Sans', sans-serif !important;
}
.navbar-right {
  float: right !important;
  margin-right: -15px;
  margin-top: 10px;
}
.navbar .hidden-xs {
  font-weight: 700;
  line-height: 68px;
}
.item .slider {
  position: relative;
  width: 318px;
  height: 236px;
}
.recent-work h4 {
  padding-bottom: 7px;
  padding-top: 15px;
}
.load-more .btn {
  width: auto;
  height: auto;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #0084ad;
  padding: 10px 15px;
  margin-bottom: 0px;
}
.p-t15 {
  padding-top: 15px;
}
/*== Team ==*/
.team {
  width: 100%;
  color: white;
  padding-top: 68px;
  background-image: url("../images/banner-team.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.team h4 {
  font-size: 37px;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}
.team h5 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.6901960784313725);
  text-transform: capitalize;
}
.team h6 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 70px;
  text-transform: uppercase;
}
.team h3 {
  font-size: 16px;
  text-align: left;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.team h3 a {
  color: white;
}
#blog h3 a {
  color: black;
  text-shadow: 0.5px 0.5px #d5d5d5;
}
.team p a {
  font-size: 13px;
  text-align: left;
  color: yellow;
}
.inner-part img {
  width: 100%;
  margin-bottom: 30px;
}
.team img {
  width: 100%;
  margin-bottom: 30px;
}
.inner-contant {
  padding: 0 30px;
}
/*== contact ==*/
.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}
.py-5 {
  width: 670px;
}
.contact h3 {
  font-size: 37px;
  font-weight: 600;
  word-spacing: 3px;
  letter-spacing: -2px;
  padding-bottom: 15px;
  color: #2e3192;
}
.contact h4 {
  color: #959595;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.contact p {
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 35px;
  padding-right: 57px;
}
.contact address p {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 0;
}
.contact address .fa {
  margin-right: 20px;
  font-size: 20px;
}
.form-control {
  height: 52px;
  border-radius: 0;
  margin-bottom: 10px;
  border: 1px solid #acacac;
}
.contact input {
  height: 63px;
  border-radius: 0;
  margin-bottom: 16px;
  border: 1px solid #acacac;
}
.contact .btn {
  width: 272px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 16px 0;
  letter-spacing: 1px;
  background-color: #2e3192;
  text-transform: uppercase;
}
.contact .btn:hover {
  color: white;
}
textarea.form-control {
  height: auto;
  margin-bottom: 15px;
  padding: 20px 13px;
}
.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d9d9d9;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  color: #d9d9d9;
}
.contact ::-ms-input-placeholder { /* IE 10+ */
  color: #d9d9d9;
}
.contact ::-moz-placeholder { /* Firefox 18- */
  color: #d9d9d9;
}
/*==  ==*/
.customers blockquote {
  border: none;
  margin: 0 20px;
}
.customers {
  background-image: url("../images/banner-customers.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.customers p:last-child {
  color: white;
  letter-spacing: 1px;
  word-spacing: 1px;
  padding-bottom: 20px;
  font-weight: 200;
  line-height: 30px;
  vertical-align: 30px;
}
.thumbnail > img {
  width: 100%;
}
.viewbox-container {
  z-index: 99999;
}
/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/
.customers {
  padding-top: 20px;
  color: white;
  padding-bottom: 20px;
}
.carousel-inner {
  height: auto;
}
.carousel-control {
  width: 25%;
  height: auto;
  font-size: 45px;
  opacity: 1;
}
.carousel-control.right {
  top: 28%;
  right: 18%;
  background: none;
}
.carousel-control.left {
  top: 28%;
  left: 18%;
  background: none;
}
.quote {
  color: rgba(0, 0, 0, .1);
  text-align: center;
  margin-bottom: 30px;
}
.mh-314 {
  height: 314px;
  padding: 15px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
#fade-quote-carousel.carousel {
  padding-bottom: 85px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote p span {
  color: #00ffff;
  display: block;
  font-weight: 500;
}
#fade-quote-carousel blockquote p .name {
  padding-top: 48px;
}
#fade-quote-carousel blockquote p .city {
  color: #ffff00;
  font-weight: 400;
}
#fade-quote-carousel blockquote p {
  text-align: center;
  border: none;
}
#fade-quote-carousel img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 100px;
}
/*== Footer Section Start ==*/
footer {
  /* padding-bottom: 75px; 
    padding-top: 75px; */
  background-color: #ffffffb8;
  background-position: bottom;
}
footer .Subscribe {
  background: white;
  margin-bottom: 97px;
}
footer .heading {
  width: 100%;
  text-align: center;
  margin: 0 -20px;
}
footer .heading h3 {
  color: black;
  font-size: 30px;
  padding-top: 61px;
  font-weight: 300;
  text-transform: uppercase;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -58px;
  border-radius: 0;
}
.input-group .form-control:first-child {
  width: 86%;
}
footer form {
  padding: 47px 0;
  text-align: center;
}
element.style {}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}
footer .btn-warning:hover {
  color: black;
  text-decoration: none;
  background-color: #ffff0075;
}
.btn-warning:active:hover {
  color: black;
  background: #ffff00
}
footer .btn-warning {
  height: 64px;
  color: black;
  padding: 0 25px;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #c4c4c4;
  background: #ffff00;
}
footer ul {
  list-style-type: none;
}
footer ul {
  list-style-type: none;
  text-align: center;
}
footer li {
  display: inline-block;
  color: #d5d5d5;
}
footer p {
  margin: 0;
  padding: 0;
  color: #77b948 !important;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}
.thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}
.thumbnail > img {
  max-width: none;
}
a.thumbnail:hover {
  border-color: #17c4c6;
}
footer span a:hover {
  color: #ffff00;
}
footer li a {
  color: #d5d5d5;
  padding: 20px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .footer-logo {
  text-align: center;
}
footer p a {
  padding: 0;
}
footer li a:hover {
  color: #03b9b3;
  text-decoration: none;
}
footer span a:hover {
  color: white;
  text-decoration: underline;
}
.bg-grey {
  background-color: #f6f6f6;
}
footer .form-control {
  height: 64px;
  border-radius: 0;
}
/*=====================================================
    About-us Section Start 
======================================================*/
/*-- Header Section ----*/
#about-us {
  padding-top: 120px;
}
#about-us p {
  margin: 0;
  color: #525151;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 100;
  text-align: justify;
  padding: 0 0;
  font-family: Helvetica;
}
#about-us ul li {
  margin: 0;
  color: #525151;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 100;
  text-align: justify;
  padding: 0 0;
  font-family: Helvetica;
  margin-bottom: 8px;
}
#about-us .image {
  float: left;
  width: 482px;
  height: 350px;
  shape-margin: 20px;
  margin-right: 50px;
  margin-bottom: 52px;
}
#about-us h3 {
  font-size: 28px;
  font-weight: 500;
  color: #0095c9;
  padding: 20px 0;
  text-align: left;
}
#about-us .fa {
  color: #3FAB0C;
}
/*========================================================================================*/
/* ----------------
Photography CSS stylesheet
---------------- */
/*---- Banner Section Start ----*/
.inner-contant {
  margin-top: 0;
  padding-bottom: 80px;
}
.load-more {
  text-align: center;
}
.load-more .btn {
  width: 110px;
  height: 37px;
  border: 0;
  color: white;
  font-size: 12px;
  font-weight: 700;
  /* margin-top: -6px; */
  margin-bottom: 30px;
  text-transform: uppercase;
  background: #0084ad;
}
/*========================================================================================*/
/* ----------------
Blog Section
---------------- */
/*== Team ==*/
#blog .container-fluid {
  padding: 0
}
#blog .row {
  margin: 0;
  padding-bottom: 50px;
}
#blog .col-md-3 {
  padding: 0;
}
#blog {
  width: 100%;
  color: black;
  padding-top: 68px;
  padding-bottom: 71px;
}
#blog h4 {
  font-size: 37px;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}
#blog h5 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
  color: #333333;
  text-transform: capitalize;
}
#blog h6 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 70px;
  text-transform: uppercase;
}
#blog h3 {
  font-size: 16px;
  text-align: left;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 25px;
  text-transform: uppercase;
}
#blog p a {
  font-size: 13px;
  text-align: left;
  color: #b70082;
}
#blog .inner-part img {
  width: 100%;
  margin-bottom: 30px;
}
#blog img {
  width: 100%;
  margin-bottom: 30px;
}
#blog .inner-contant {
  padding: 0 30px;
}
#blog .bt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#blog .bt ul li {
  background: #252525;
  display: inline-flex;
}
#blog .bt ul li a {
  width: 37px;
  height: 37px;
  color: white;
  margin: 0 auto;
  font-size: 16px;
  padding: 8px 0;
  text-decoration: none;
  font-family: 'Hammersmith One', sans-serif;
}
#blog a {
  text-decoration: none;
}
#blog .bt .active {
  background-color: #b70082;
  color: white;
}
#blog .bt a:hover {
  background-color: #b70082;
  color: white;
}
#blog .bt {
  padding-top: 80px;
}
/*========================================================================================*/
/* ----------------
Blog-page
---------------- */
.blog_single .heading {
  font-size: 33px;
  padding-bottom: 60px;
}
.blog_single .heading h2 {
  font-size: 33px;
}
/*-- social buttons --*/
.mbm_social {
  margin: 30px 0;
  padding: 0;
  font-size: 0;
  float: right;
  background: #fff;
  text-align: center;
}
.mbm_social li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.mbm_social a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 px;
  width: 116px;
  height: 31px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
}
.mbm_social a:hover {
  color: #fff;
}
.mbm_social a:hover .tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -33px);
  transform: translate(0, -33px);
}
.mbm_social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.mbm_social .tooltip {
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mbm_social .tooltip span {
  font-size: 10px;
  font-weight: bold;
  left: -50%;
  line-height: 1;
  padding: 6px 8px 5px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.mbm_social .tooltip span:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
}
.mbm_social .social-twitter {
  background: #00abdc;
  border-radius: 5px;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  border-bottom: 1px solid #00abdc;
}
.mbm_social .social-twitter:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #00abdc;
}
.mbm_social .social-twitter span {
  background: #00abdc;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  color: #fff;
}
.mbm_social .social-twitter span:after {
  border-top-color: #00abdc;
}
.mbm_social .social-facebook {
  background: #325c94;
  border-radius: 5px;
  background: -webkit-linear-gradient(#4562a0, #385693);
  background: linear-gradient(#4562a0, #385693);
  border-bottom: 1px solid #2f487c;
}
.mbm_social .social-facebook:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #2f487c;
}
.mbm_social .social-facebook span {
  background: #3b5a9b;
  background: -webkit-linear-gradient(#5873aa, #3b5a9b);
  background: linear-gradient(#5873aa, #3b5a9b);
  color: #fff;
}
.mbm_social .social-facebook span:after {
  border-top-color: #325c94;
}
.mbm_social .social-google-plus {
  background: #ea4335;
  background: -webkit-linear-gradient(#ea4335, #ea4335);
  background: linear-gradient(#ea4335, #ea4335);
  border-bottom: 1px solid #ea4335;
}
.mbm_social .social-google-plus:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #ea4335;
}
.mbm_social .social-google-plus span {
  background: #ea4335;
  background: -webkit-linear-gradient(#ea4335, #ea4335);
  background: linear-gradient(#ea4335, #ea4335);
  color: #fff;
}
.mbm_social .social-google-plus span:after {
  border-top-color: #ea4335;
}
.mbm_social i {
  position: relative;
  top: 1px;
  font-size: 12px;
}
.mbm_social small {
  font-size: 12px;
  margin: 0 0 0 23px;
}
.social-buttons {
  border: 1px solid #c2c2c2;
  margin-top: 60px;
  margin-bottom: 60px;
}
.social-buttons h3 {
  color: #737373;
  font-size: 17px;
  font-weight: 400;
  padding: 36px 20px;
}
.social-buttons .inner-text span:first-child {
  color: black;
  font-weight: 600;
}
.social-buttons .inner-text span:last-child {
  color: #737373;
  font-weight: 500;
  border-bottom: 1px solid gray;
}
/*-- contant----*/
#contant {
  padding-bottom: 100px;
}
#contant p {
  margin: 0;
  color: #808080;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 100;
  text-align: justify;
  padding: 0 0;
  padding-bottom: 45px;
  font-family: Helvetica;
}
#contant .image {
  float: left;
  width: 482px;
  height: auto;
  shape-margin: 20px;
  margin-right: 50px;
  margin-bottom: 52px;
}
#contant h3 {
  font-size: 25px;
  font-weight: 500;
  color: black;
  padding: 45px 0;
}
#contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d9d9d9;
  font-size: 12px;
}
#contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d9d9d9;
}
#contact ::-moz-placeholder { /* Firefox 19+ */
  color: #d9d9d9;
}
#contact ::-ms-input-placeholder { /* IE 10+ */
  color: #d9d9d9;
}
#contact ::-moz-placeholder { /* Firefox 18- */
  color: #d9d9d9;
}
.blog_single .container-fluid {
  padding: 0
}
.blog_single .row {
  margin: 0;
}
.blog_single .col-md-3 {
  padding: 0;
}
.blog_single {
  width: 100%;
  color: black;
  padding-top: 68px;
  padding-bottom: 100px;
}
.blog_single h4 {
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}
.blog_single h5 {
  font-size: 13px;
  line-height: 24px;
  color: #585858;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.blog_single h6 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 70px;
  text-transform: uppercase;
}
.blog_single h3 {
  font-size: 20px;
  text-align: left;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #52b54a;
}
.blog_single p a {
  font-size: 13px;
  text-align: left;
  color: #0095c9;
}
.blog_single .inner-part img {
  width: 100%;
  margin-bottom: 30px;
}
.blog_single img {
  width: 100%;
  margin-bottom: 30px;
}
.blog_single .inner-contant {
  padding: 0 10px;
}
.blog_single h4 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 0 0 80px;
}
.blog_single h4 span {
  background: #fff;
  padding: 0 30px;
}
/*========================================================================================*/
/* ----------------
 Support Section 
---------------- */
#services .part-1, .part-2, .part-3 {
  padding-bottom: 50px;
}
#services {
  padding-top: 100px;
  padding-bottom: 50px;
}
#services .heading {
  padding-bottom: 0;
}
#services h3 {
  font-size: 52px;
  padding-bottom: 8px;
  padding-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#services h4 {
  font-size: 16px;
  color: #464646;
}
#services p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #b2b2b2;
}
#services p a {
  color: #fdb2ad;
  border-bottom: 1px solid #fdb2ad;
}
#services .heading {
  padding-bottom: 30px;
}
/*========================================================================================*/
/* ----------------
 Contact Section 
---------------- */
#contact {
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
}
#contact p {
  font-size: 17px;
  text-align: justify;
  padding: 0 60px;
  line-height: 36px;
  color: rgba(0, 0, 1, 0.54);
  padding-bottom: 20px;
}
#contact .text-left {
  padding-bottom: 80px;
}
#contact select {
  width: 100%;
  height: 52px;
  color: #d3d0d0;
  font-size: 12px;
  padding: 0 8px;
  cursor: pointer;
  margin-bottom: 10px;
}
#contact .btn-primary {
  color: #fff;
  width: 310px;
  font-size: 14px;
  background-color: #ad3284;
  border-color: #ad3284;
  height: 50px;
  border-radius: 0;
  text-transform: uppercase;
}
/*======== Media Query ========*/
/*======== Media Query 1920px ========*/
@media only screen and (max-width: 1920px) and (min-width: 1439px) {
  .container {
    width: 100%;
    padding: 20px 82px;
  }
}
@media only screen and (min-width: 1920px) {
  .about .text-block p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 36px;
  }
  .specialities .inner-content {
    display: flex;
    align-items: center;
  }
  .about .text-block {
    bottom: 82%;
  }
  .about .text-block a span {
    font-size: 42px;
    line-height: 2;
  }
  .about i {
    font-size: 48px;
  }
  .about .inner-contant {
    padding-left: 79px;
  }
}
/*======== Media Query 1200px ========*/
@media only screen and (max-width: 1200px) {
  .about .text-block a span {
    font-size: 31px;
  }
  .about .text-block p {
    line-height: 22px;
  }
  .about .text-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*======== Media Query 1024px ========*/
@media only screen and (max-width: 1024px) {
  .about .text-block a span {
    font-size: 22px;
  }
  .about .text-block {
    padding-left: 0;
    padding-right: 20px;
  }
  .about .inner-contant {
    padding-left: 44px;
  }
  .about .text-block p {
    letter-spacing: 0;
    line-height: 19px;
    font-size: 12px;
  }
  .inner-contant {
    padding: 0;
  }
  .about i {
    font-size: 1.9em;
  }
  .technologies .view-technologie h2 {
    font-size: 26px;
  }
  .technologies .view-technologie h4 {
    font-size: 14px;
  }
  .technologies .view-technologie p, .second-contant p {
    font-size: 12px;
  }
  .technologies .view-technologie .btn {
    width: 215px;
    font-size: 11px;
  }
  .technologies .technologie h3 {
    font-size: 18px;
  }
  .technologies .technologie p {
    font-size: 12px;
  }
  .technologies .fa {
    font-size: 32px;
  }
  .specialities .image {
    height: 410px;
    margin-bottom: 50px;
  }
  .specialities h2 {
    font-size: 28px;
  }
  .specialities h4 {
    padding-bottom: 40px
  }
  .specialities .specialitie h3 {
    font-size: 18px;
  }
  .specialities .specialitie i {
    font-size: 22px;
  }
  .specialities .progress {
    height: 9px;
  }
  .specialities {
    padding-bottom: 10px;
  }
  .team h5 {
    font-size: 12px;
  }
  .team {
    padding-bottom: 50px;
  }
  .team .inner-contant {
    padding: 0 22px;
  }
  .team h3 {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .customers {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .customers p:last-child {
    letter-spacing: 0;
  }
  .contact h3 {
    font-size: 31px;
  }
  .contact address p {
    color: #a3a3a3;
    font-size: 16px;
  }
  .contact h4 {
    font-size: 13px;
  }
  .contact address .fa {
    font-size: 18px;
    margin-right: 18px;
  }
  .form-control {
    height: 34px;
    font-size: 12px;
  }
  .contact input {
    height: 54px;
  }
  .contact .btn {
    width: 208px;
    font-size: 12px;
  }
  #contact {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
  }
  #contact .text-left {
    padding-bottom: 50px;
  }
  #contact p {
    font-size: 14px;
    padding: 0;
    line-height: 30px;
    padding-bottom: 10px;
  }
  #about-us p {
    margin-bottom: 60px;
    font-size: 16px;
  }
  #about-us {
    padding-top: 50px;
  }
  #blog h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  #blog h3 {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 19px;
  }
  #blog h5 {
    font-size: 11px;
    padding-bottom: 20px;
  }
  #blog .bt {
    padding-top: 0;
  }
  #blog {
    padding-bottom: 0;
  }
  .blog_single .heading h2 {
    font-size: 26px;
  }
  .blog_single h3 {
    font-size: 12px;
    line-height: 22px;
  }
  .mbm_social li {
    margin: 0 5px 0 0;
  }
  .blog_single h4 {
    font-size: 42px;
  }
  #contant p {
    font-size: 12px;
  }
  /*======== Media Query 768px ========*/
  @media only screen and (max-width: 768px) {
    .navbar-brand > img {
      width: 125px;
      padding: 10px !important;
    }
    #about-us .image {
      width: 100%;
      height: auto;
    }
    #about-us p {
      margin-bottom: 10px;
      font-size: 14px;
    }
    #about-us {
      padding-top: 15px
    }
    .technologies {
      padding-top: 10px;
      padding-bottom: 35px;
      margin: 0px 5px !important;
    }
    #blog h6 {
      font-size: 14px;
      letter-spacing: 0px;
      padding-bottom: 50px;
    }
    .services {
      padding-top: 50px;
    }
    .services h4 {
      font-size: 14px;
      letter-spacing: 1px;
      padding-bottom: 10px;
    }
    .load-more .btn {
      width: auto;
      height: auto;
      font-weight: 600;
    }
    .mbm_social .social-facebook, .mbm_social .social-twitter, .mbm_social .social-google-plus {
      width: 84px;
      height: 24px;
    }
    .mbm_social i {
      font-size: 10px;
    }
    .mbm_social small {
      font-size: 10px;
      margin: 0 0 0 12px;
    }
    about .text-block a {
      font-size: 18px;
    }
    .about i {
      font-size: 21px;
    }
    .about .fa {
      margin-right: 15px;
    }
    .about .text-block {
      padding-left: 0;
      padding-right: 0;
    }
    .about .text-block {
      bottom: 98%;
      left: 9%;
    }
    .about .inner-contant {
      padding-left: 38px;
    }
    .team h4 {
      font-size: 34px;
    }
    .team .inner-contant {
      padding-bottom: 20px;
    }
    .team h3 {
      font-size: 12px;
    }
    .specialities h2 {
      font-size: 26px;
    }
    .team h6 {
      font-size: 12px;
      letter-spacing: 1px;
    }
    .services h3 {
      font-size: 34px;
    }
    .services h4 {
      font-size: 12px;
    }
    .contact input {
      height: 48px;
    }
    textarea.form-control {
      margin-bottom: 5px;
    }
    .contact input {
      margin-bottom: 10px;
    }
    .contact h3 {
      font-size: 28px;
    }
    .contact h4 {
      font-size: 12px;
    }
    .contact p {
      font-size: 12px;
    }
    .contact address p {
      font-size: 14px;
    }
    .contact address .fa {
      font-size: 15px;
      margin-right: 12px;
    }
    #contant .image {
      width: 100%;
    }
    footer li a {
      padding: 14px;
      font-size: 12px;
    }
    footer p {
      font-size: 9px;
      padding-bottom: 20px;
    }
    footer {
      padding-bottom: 50px;
      padding-top: 40px;
    }
    .customers p:last-child {
      padding-bottom: 0;
    }
    #fade-quote-carousel blockquote p .name {
      padding-top: 26px;
    }
    #fade-quote-carousel blockquote p .city {
      font-size: 14px;
    }
    .carousel-control.left {
      top: 78%;
      left: 35%;
      font-size: 35px;
    }
    .carousel-control.right {
      top: 78%;
      right: 35%;
      font-size: 35px;
    }
    .customers {
      padding-top: 50px;
      padding-bottom: 20px;
    }
    .banner h1 {
      font-size: 18px;
    }
    .banner p {
      font-size: 21px;
      font-weight: 600;
      letter-spacing: 2px;
    }
    .banner p .btn-primary, .btn-success {
      width: 123px;
      font-size: 12px;
      margin-right: 5px;
      padding: 13px 0;
    }
    #services h3 {
      font-size: 32px;
    }
    #services .part-1 img, .part-2 img, .part-3 img {
      padding-bottom: 50px;
    }
    #services h4 {
      font-size: 14px;
    }
    #services p {
      font-size: 14px;
    }
  }
  /*======== Media Query 767px ========*/
  @media only screen and (max-width: 767px) {
    #about-us h3 {
      padding: 10px 0;
    }
    .banner {
      height: 35vh !important;
    }
    .navbar-inverse .navbar-nav > li > a {
      line-height: 1;
    }
    .navbar-brand > img {
      padding: 0;
    }
  }
  /*======== Media Query 688px ========*/
  @media only screen and (max-width: 688px) {
    .py-5 {
      width: 100%;
    }
    #contact .btn-primary {
      width: 238px;
      font-size: 12px;
    }
    #contact p {
      font-size: 12px;
      padding: 0;
      line-height: 20px;
    }
    #contact select {
      height: 34px;
    }
    #contact .form-group {
      margin-bottom: 0;
    }
    textarea.form-control {
      margin-bottom: 23px;
    }
    #contact ::placeholder {
      font-size: 9px;
    }
    #contact .btn-primary {
      width: 199px;
      font-size: 10px;
      height: 42px;
    }
    #contact .row {
      margin-right: -15px;
      margin-left: -15px;
    }
    .carousel-control.left {
      left: 32%;
    }
    .carousel-control.right {
      right: 32%;
    }
  }
  /*======== Media Query 425px ========*/
  @media only screen and (max-width: 425px) {
    .banner h1 {
      font-size: 18px;
      letter-spacing: 2px;
    }
    .banner p {
      font-size: 14px;
      letter-spacing: 1px;
    }
    .banner p .btn-primary, .btn-success {
      width: 112px;
      font-size: 10px;
      margin-right: 5px;
      padding: 16px 0;
    }
    .about .text-block {
      position: absolute;
      bottom: 83%;
      height: 0;
      left: 8%;
      right: 13%;
      justify-content: center;
    }
    .about .text-block a span {
      font-size: 28px;
    }
    .about .text-block p {
      line-height: 26px;
    }
    .about .inner-contant {
      padding-left: 53px;
      padding-top: 0;
    }
    .about i {
      font-size: 2.5em;
    }
    .technologies {
      padding-top: 50px;
      padding-bottom: 0px;
    }
    .technologies .view-technologie .btn {
      width: 100px;
      margin-bottom: 50px;
    }
    .technologies .view-technologie .btn {
      width: 70%;
      font-size: 11px;
    }
    .technologies .technologie h3 {
      font-size: 20px;
    }
    .specialities .inner-contant {
      margin: 20px;
    }
    .specialities h2 {
      font-size: 24px;
    }
    .specialities h4 {
      font-size: 16px;
    }
    .specialities .specialitie h3 {
      font-size: 18px;
    }
    .specialities .specialitie i {
      font-size: 22px;
    }
    .specialities .part {
      padding: 0 20px;
    }
    .team .inner-contant p {
      padding-bottom: 20px;
    }
    .team h6 {
      font-size: 14px;
      letter-spacing: 0px;
    }
    blockquote {
      font-size: 12.5px;
    }
    .customers blockquote {
      border: none;
      margin: 0;
    }
    #fade-quote-carousel blockquote p .name {
      padding-top: 22px;
    }
    .customers {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .contact input {
      height: 42px;
    }
    .form-control {
      font-size: 11px;
    }
    footer ul {
      padding-bottom: 20px;
    }
    footer {
      padding-bottom: 50px;
      padding-top: 20px;
    }
    footer li a {
      padding: 8px;
      font-size: 10px;
    }
    footer p {
      font-size: 9px;
      letter-spacing: 1px;
    }
    #blog h4 {
      font-size: 26px;
    }
    #blog h6 {
      font-size: 12px;
      letter-spacing: 0px;
      padding-bottom: 20px;
    }
    #blog {
      padding-top: 30px;
      padding-bottom: 0;
    }
    #blog .bt {
      padding-top: 0;
    }
    #services h3 {
      font-size: 22px;
    }
    #services h4 {
      font-size: 12px;
      line-height: 20px;
    }
    #services p {
      font-size: 12px;
    }
    #services {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    #services .part-1 img, .part-2 img, .part-3 img {
      padding-bottom: 30px;
    }
    .services h3 {
      font-size: 32px;
    }
  }
  /*======== Media Query 375px ========*/
  @media only screen and (max-width: 375px) {
    .banner h1 {
      font-size: 24px;
    }
    .banner p {
      font-size: 12px;
    }
    .about .inner-contant {
      padding-left: 0;
    }
    .about i {
      font-size: 2em;
    }
    .about .text-block a span {
      font-size: 24px;
    }
    .about .text-block {
      bottom: 87%;
    }
    .services {
      text-align: center;
      padding-top: 30px;
    }
    .services h4 {
      font-size: 12px;
      color: #b7b7b7;
      letter-spacing: 1px;
      padding-bottom: 30px;
    }
    .services h3 {
      font-size: 26px;
      font-weight: 700;
    }
    #about-us p {
      font-size: 12px;
    }
    #blog h4 {
      font-size: 24px;
    }
  }
  h2 {
    font-size: 27px !important;
    font-weight: 500;
    color: #0084ad;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 10px;
  }
  /*--------------------------*/
  .our-values ul li .media .media-body p {
    margin-bottom: 0px;
    text-align: left !important;
  }
  @media only screen and (max-width:991px) {
    img.donation-payimg {
      width: 100%;
      display: block;
      margin-top: 30px;
    }
    .mh251 {
      min-height: 0px;
    }
  }
  @media only screen and (min-width:280px) and (max-width:1024px) {
    .partner-info p {
      margin-bottom: 0px !important;
    }
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-brand > img {
      width: 200px;
      margin-top: 20px;
    }
    .white-bg p {
      font-size: 17px !important;
    }
  }
}
@media screen and (min-width: 1025px) {
[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
}