/*preset CSS*/

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*preset CSS*/
* {
  padding: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul {
  margin: 0;
  list-style-type: none;
}

p {
  margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

input:disabled {
  cursor: default;
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
}

.container {
  max-width: 1530px;
  font-family: 'Open Sans', sans-serif;
}
body {
  background: #fff;
  font-family: 'Barlow', sans-serif;
  font-family: 'Open Sans', sans-serif;
}

.media {
  margin-top: 15px;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media:first-child {
  margin-top: 0;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.align-middle-block {
  align-items: center;
}

.pull-right {
  float: right !important;
}

.floatCss {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.alignCenter-content {
  align-items: center;
}
.justify-block {
  display: flex;
  justify-content: space-between;
}
.justify-center-block {
  display: flex;
  justify-content: center;
}

.row-cs-direction.row {
  flex-direction: row-reverse;
}
.alignBaseline-content {
  align-items: baseline;
}

.row-cs-direction.row {
  flex-direction: row-reverse;
}

/*preset CSS*/

.wrapper {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
.header {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 7.5px 0px 7.5px 0px;
  position: relative;
  z-index: 200;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .container {
}

.logo {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s ease-in-out;
}
.logo a {
  display: inline-block;
}
.logo img {
  max-height: 55px;
}
.logo img:hover {
  opacity: 0.5;
}
.logo:hover span {
  opacity: 0.5;
}

.nav_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.donate-link {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
}
.donate-link a {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #a61e2c;
  border-radius: 10px;
}

/*======================================= nav start ================================*/

.header .navbar-expand-md {
  justify-content: space-between;
}
.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0px 20px 0px 20px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child {
  padding-right: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 0px 5px 0px 5px;
  line-height: 40px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: #093b78;
}

.header .navbar {
  padding-bottom: 0px;
  padding-top: 0px;
}

.nav_section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.social-link-top {
  /* css */
}
.social-link-top ul {
  margin: 0px;
  padding: 0px;
}
.social-link-top ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-link-top ul li:last-child {
  margin-right: 0px;
}
.social-link-top ul li a {
  display: block;
  width: 20px;
  height: 20px;
}
.social-link-top ul li a img {
  max-width: 100%;
  border-radius: 50%;
}

.social-link-top ul li.twitter-cs a {
  display: block;
  height: 20px;
  background-color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}

/*======================================= nav end ================================*/

.home-banner {
  float: left;
  display: block;
}
.home-banner {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
}

.home-banner::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 152, 44, 0.9);
}

.home-banner .container,
.home-banner .container .row,
.home-banner .container .row .col-12 {
  height: 100%;
  position: relative;
}

.banner-content {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  min-height: 590px;
}
.banner-content-block {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0px;
  z-index: 10;
  text-align: center;
}
.banner-content-block h2 {
  margin: 0px 0px 15px 0px;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}
.banner-content-block p {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}

.cm-link {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.cm-link a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #093b78;
  border-radius: 4px;
  padding: 0px 30px 0px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.banner-photo {
  position: absolute;
  right: -100px;
  bottom: 0px;
}
.aboutus-area {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 70px 0px 70px 0px;
}

.multiple-photo-block {
  max-width: 790px;
  width: 100%;
}

.single-photo {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px -250px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.single-photo img {
  border-radius: 10px;
  max-width: 480px;
  width: 100%;
}

.single-photo-2 {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}
.single-photo-2 img {
  border-radius: 10px;
  max-width: 538px;
  width: 100%;
}

.about-cm-content {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 100px;
}
.about-cm-content h4 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
.about-cm-content h3 {
  margin: 0px 0px 15px 0px;
  font-size: 40px;
  line-height: 44px;
  color: #093b78;
  font-weight: 700;
  text-transform: uppercase;
}
.about-cm-content p {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 26px;
  color: #747474;
  font-weight: 400;
}

.about-cm-content ul {
  margin-bottom: 20px;
}
.about-cm-content ul li {
  float: left;
  margin: 0px 0px 10px 0px;
  display: block;
  width: 50%;
  font-size: 18px;
  line-height: 35px;
  color: #000;
  background: url(images/bullet-arrow.svg) no-repeat left center;
  padding-left: 40px;
}
.about-cm-content ul li a {
  color: #000;
}

.center-tittle h2 {
  margin: 0px 0px 15px 0px;
  font-size: 40px;
  line-height: 44px;
  color: #093b78;
  font-weight: 700;
  text-align: center;
}

.award-section .center-tittle {
  padding-bottom: 30px;
}

.owl-carousel.sc-carousal .owl-nav.disabled,
.owl-carousel.sc-carousal .owl-dots.disabled {
  display: block;
}
.sc-carousal .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  left: 0px;
}

.sc-carousal .owl-nav .owl-prev {
  width: 42px;
  height: 42px;
  background: #fff url(images/slider-arrow-2.svg) no-repeat center center !important;
  position: relative;
  text-indent: -9999px;
  float: left;
  border-radius: 50%;
  left: -100px;
}

.sc-carousal .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  background: #fff url(images/slider-arrow-1.svg) no-repeat center center !important;
  position: relative;
  text-indent: -9999px;
  float: right;
  border-radius: 50%;
  right: -100px;
}

.award-section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 70px 0px 70px 0px;
  position: relative;
  background-color: #f1f7fa;
}
.award-section .center-tittle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  float: none;
}
.award-section .center-tittle h2 {
  margin-bottom: 10px;
}
.center-tittle h5 {
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.award-section .container {
  max-width: 1696px;
}

.award-logo-single {
  width: 100%;
  float: left;
  display: block;
  height: 150px;
  background-color: #fff;
}
.award-logo-single img {
}

.award-logo-single img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 70%;
}

.owl-carousel#award-carousal .owl-dots.disabled {
  display: block;
}

#award-carousal .owl-dots {
  text-align: center;
}
#award-carousal .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #093b78;
  border-radius: 50%;
  border: 1px solid #093b78;
  margin: 0px 5px 0px 5px;
}
#award-carousal .owl-dots .owl-dot.active {
  background-color: #fff;
}

#award-carousal.owl-carousel .owl-item img {
  max-width: 100% !important;
  width: auto !important;
}

.service-section {
  padding: 80px 0px 80px 0px;
  background-color: #f1f7fa;
}
.service-section .center-tittle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  float: none;
}

.single-service {
  height: 100%;
  padding-bottom: 30px;
}
.single-service a {
  display: block;
  border: 1px solid #748fec;
  border-radius: 30px;
  padding: 30px 30px 30px 30px;
  height: 100%;
}

.service-icon {
  margin-bottom: 20px;
}
.service-icon span {
  width: 100px;
  height: 100px;
  background-color: #e2eaff;
  display: block;
  position: relative;
  border-radius: 20px;
}
.service-icon span img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 50px;
}

.service-info h3 {
  margin: 0px 0px 10px 0px;
  font-size: 24px;
  line-height: 34px;
  color: #093b78;
  font-weight: 700;
}
.service-info p {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #5c5c5c;
  font-weight: 400;
}

.single-service a:hover {
  border: 1px solid #093b78;
  background-color: #093b78;
}
.single-service a:hover .service-info h3 {
  color: #fff;
}
.single-service a:hover .service-info p {
  color: #fff;
}

.testimonial-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 80px 0px 80px 0px;
}

.testimonial-section::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 57, 102, 0.95);
}

.testimonial-section .center-tittle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  float: none;
  position: relative;
}

.testimonial-section .center-tittle h2 {
  color: #f6982c;
}
.testimonial-section .center-tittle h4 {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.testimonial-block {
  padding: 90px 0px 0px 0px;
  background: url(images/qt-bg.png) no-repeat left top;
}
.ts-single-block p {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.ts-single-block {
  padding-bottom: 20px;
}

.media img {
  max-width: none;
}
.ts-single-block .media-left {
  padding-right: 0px;
  vertical-align: middle;
}
.ts-single-block .media-left img {
  border-radius: 50%;
  width: 86px;
}

.ts-single-block .media-body {
  vertical-align: middle;
  padding-left: 20px;
}
.ts-single-block .media-body h3 {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.ts-single-block .media-body h4 {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.owl-carousel.ts-carousal .owl-dots.disabled {
  display: block;
}

.ts-carousal .owl-dots {
  text-align: left;
}
.ts-carousal .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  margin: 0px 5px 0px 5px;
}
.ts-carousal .owl-dots .owl-dot.active {
  background-color: #f6982c;
}

.proces-section {
  padding: 80px 0px 80px 0px;
}

.proces-section .center-tittle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  float: none;
  position: relative;
}

.service-process-single {
  border-radius: 20px;
  border: 1px solid #eeecfd;
  padding: 25px 25px 25px 25px;
  position: relative;
  min-height: 201px;
}
.sp-step-ds {
  margin-bottom: 30px;
}
.sp-step-ds span {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  text-align: center;
  line-height: 120px;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  background: rgb(251, 204, 53);
  background: linear-gradient(180deg, rgba(251, 204, 53, 1) 0%, rgba(243, 122, 41, 1) 100%);
}

.sp-step-content h3 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: normal;
  color: #093b78;
  font-weight: 600;
}
.sp-step-content p {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}

.footer {
  padding: 60px 0px 60px 0px;
  background-color: #193966;
}
.ftr-tittle {
  margin: 0px 0px 15px 0px;
  font-size: 24px;
  line-height: 34px;
  color: #f6982c;
  font-weight: 700;
  text-transform: uppercase;
}
.cm-location-single {
  max-width: 320px;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.cm-location-single h3 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  font-weight: 700;
}
.cm-location-single p {
  margin: 0px 0px 15px 0px;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
}

.cm-location-single h4 {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  background: url(images/phone.svg) no-repeat left center;
  padding-left: 30px;
}

.email-ftr {
  background: url(images/email.svg) no-repeat left center;
  padding-left: 35px;
  margin-bottom: 20px;
  background-size: 25px;
}
.email-ftr h4 {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
.email-ftr h4 a {
  color: #fff;
}

.social-link {
  /* css */
}
.social-link ul {
  margin: 0px;
  padding: 0px;
  float: right;
}
.social-link ul li {
  display: inline-block;
  margin-right: 10px;
  /* margin-bottom: 10px; */
}
.social-link ul li:last-child {
  margin-right: 0px;
}
.social-link ul li a {
  display: block;
  width: 30px;
}
.social-link ul li a img {
  max-width: 100%;
}

.social-link ul li.twitter-cs a {
  display: block;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 7.5px;
}

.phone-info-section {
  background-color: #f1f7fa;
  padding: 10px 0px 10px 0px;
}
.phone-info-single-block {
}
.phone-info-single-block ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.phone-info-single-block ul li {
  padding: 0px 10px 0px 10px;
  display: inline-block;
}
.phone-info-single-block ul li:last-child {
  padding-right: 0px;
}
.pis-info-container {
  justify-content: center;
  display: flex;
  align-items: center;
}

.flag-bg {
  width: 20px;
  padding: 2px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
}
.flag-bg img {
  display: block;
  border-radius: 50%;
}

.cn-text {
  flex: 1;
  display: flex;
  padding-left: 10px;
  width: calc(100% - 40px);
  align-items: baseline;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  color: #000;
}

.cn-text a {
  color: #000;
}

.ftr-cp {
  padding: 20px 0px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}
.ftr-cp p {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.subpage-top-section {
  padding: 60px 0px 60px 0px;
}
.subpage-top-section .center-tittle {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  float: none;
  position: relative;
}

.why-choose-us-section {
  padding: 80px 0px 80px 0px;
  background-color: #f1f7fa;
}

.why-choose-us-section .center-tittle {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 50px;
  float: none;
  position: relative;
}

.why-choose-us-section .center-tittle h4 {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 34px;
  color: #093b78;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.why-choose-us-section .center-tittle h2 {
  color: #000;
}

.choose-us-single-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 30px 30px;
  height: 100%;
}

.s-icon {
  text-align: left;
  margin-bottom: 20px;
}
.s-icon img {
  height: 50px;
  width: auto;
}

.sc-info h3 {
  margin: 0px 0px 10px 0px;
  font-size: 24px;
  line-height: 34px;
  color: #093b78;
  font-weight: 700;
}
.sc-info p {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}

.about-common-section {
  padding: 80px 0px 80px 0px;
}
.about-common-section .about-cm-content h3 {
  text-transform: initial;
  margin-bottom: 30px;
}
.about-common-section .about-cm-content {
  padding-left: 50px;
}
.about-common-section .about-cm-content p:last-child {
  margin-bottom: 0px;
}

.our-success-section {
  padding: 60px 0px 60px 0px;
  background-color: #f1f7fa;
}
.our-success-section .center-tittle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  float: none;
  position: relative;
}

.success-single-block {
  height: 100%;
  padding: 30px 30px 30px 30px;
  background: rgb(29, 144, 197);
  background: linear-gradient(180deg, rgba(29, 144, 197, 1) 0%, rgba(25, 64, 108, 1) 100%);
  border-radius: 30px;
}

.success-single-block h2 {
  margin: 0px 0px 0px 0px;
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.success-single-block h4 {
  margin: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.technology-section {
  padding: 80px 0px 60px 0px;
  background-color: #f1f7fa;
}
.single-tecnology {
  height: 140px;
  background-color: #fff;
  margin-bottom: 24px;
}
.single-tecnology img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80px;
  max-width: auto;
  width: auto;
}
.project-carousal .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: block;
  left: 0px;
}
.project-carousal .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background: url(images/op-arrow-left.svg) no-repeat center center !important;
  background-size: 12px !important;
  background-color: #f1f7fa !important;
  position: relative;
  text-indent: -9999px;
  float: left;
  border-radius: 50%;
  left: -10px;
}

.project-carousal .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: url(images/op-arrow-right.svg) no-repeat center center !important;
  background-size: 12px !important;
  background-color: #f1f7fa !important;
  position: relative;
  text-indent: -9999px;
  float: right;
  border-radius: 50%;
  right: -10px;
}

.portfolio-section {
  padding: 60px 0px 60px 0px;
  background-color: #f1f7fa;
}
.portfolio-tab-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.portfolio-tab-menu-inner {
  float: left;
  display: inline-block;
}
.portfolio-tab-menu-inner ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
  display: block;
}
.portfolio-tab-menu-inner ul li {
  display: inline-block;
  margin: 0px 30px 0px 0px;
  color: #373737;
  padding: 0px 0px 0px 0px;
  line-height: 48px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}
.portfolio-tab-menu-inner ul li:last-child {
  margin-right: 0px;
}
.portfolio-tab-menu-inner ul li a {
  display: block;
  color: #373737;
  position: relative;
  border-bottom: 3px solid transparent;
}
.portfolio-tab-menu-inner ul li a.active {
  border-bottom: 3px solid #093b78;
}

.portfolio-tab-menu-inner .nav-tabs {
  border-bottom: none;
}

.portfolio-content-wrapper {
  padding: 20px 0px 0px 0px;
}
.single-portfolio {
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 6px 7.5px 10px 0 rgba(46, 61, 73, 0.15);
  box-shadow: 6px 7.5px 10px 0 rgba(46, 61, 73, 0.15);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.single-portfolio:hover {
  -webkit-box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.single-portfolio a {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
  height: 100%;
}

.portfolio-photo {
  padding-bottom: 91%;
}
.portfolio-photo img {
  width: 100%;
  display: block;
  border-radius: 20px !important;
  position: absolute;
  height: 100%;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
}

.project-info {
  padding-top: 20px;
}
.project-info h3 {
  margin: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 32px;
  color: #0c2154;
  font-weight: 600;
}
.project-info h4 {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  font-weight: 400;
}
.project-info h4.date {
  color: #000000;
  font-weight: 600;
}

.cm-link.center-link {
  text-align: center;
  padding-top: 20px;
}
.cm-link.center-link a {
  float: none;
  display: inline-block;
}





.single-product{

}

.product-single .portfolio-photo {
    padding-bottom: 80%;
}




/*.product-single .row .col-lg-4{ padding-left: 50px; }*/

.product-single .project-info h3 a{ color: #0c2154; padding: 0px 0px 0px 0px !important; }
.product-single .project-info h4{ margin-bottom: 20px; }
.product-single .cm-link {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.product-single .cm-link a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #093b78;
  border-radius: 4px;
  padding: 0px 30px 0px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}


.single-portfolio.product-single{ max-width: 1140px; width: 100%; margin: 0 auto 20px; float: none; overflow: hidden; }

.single-portfolio.product-single {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 25px 25px 25px;
    height: auto;
}








.project-section-top {
  padding: 40px 0px 60px 0px;
}

.project-wrapper {
  padding: 0px 50px 0px 0px;
}

.project-wrapper h2 {
  margin: 0px 0px 15px 0px;
  font-size: 30px;
  line-height: normal;
  color: #0c2154;
  font-weight: 600;
}
.project-wrapper h5 {
  margin: 0px 0px 5px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.project-wrapper h5 strong {
  font-weight: 600;
}
.project-wrapper p {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}

.project-wrapper h3 {
  margin: 0px 0px 5px 0px;
  font-size: 24px;
  line-height: normal;
  color: #0c2154;
  font-weight: 600;
}

.project-wrapper hr {
  margin: 30px 0px 30px 0px;
  display: block;
  clear: both;
  float: left;
  width: 100%;
  background-color: #e2e2e2;
  opacity: 1;
}
.project-wrapper h4 {
  margin: 0px 0px 8px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #2c2c2c;
  font-weight: 400;
}

.project-wrapper p strong {
  font-weight: 600;
}
.project-wrapper p a {
  color: #2c2c2c;
  display: inline-block;
}

.project-description-block {
  padding: 60px 0px 0px 0px;
}

.project-description-block h2 {
  margin: 0px 0px 15px 0px;
  font-size: 30px;
  line-height: normal;
  color: #0c2154;
  font-weight: 600;
}
.project-description-block p {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}

.project-description-block ul {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 15px;
  width: 100%;
  float: left;
  display: block;
}
.project-description-block ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  width: 100%;
  float: left;
  display: block;
  background: url(images/list_arrow.svg) no-repeat left 8px;
  font-size: 18px;
  line-height: 26px;
  color: #2c2c2c;
  font-weight: 400;
}
.project-description-block ul li strong {
}

.service-detail-section {
  padding: 0px 0px 80px 0px;
}
.service-banner {
  margin-bottom: 30px;
}
.service-banner img {
  display: block;
  width: 100%;
}

.serviceinfo-content h2 {
  margin: 0px 0px 15px 0px;
  font-size: 30px;
  line-height: normal;
  color: #0c2154;
  font-weight: 600;
}
.serviceinfo-content p {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}

.serviceinfo-content ul {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 15px;
  width: 100%;
  float: left;
  display: block;
}
.serviceinfo-content ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  width: 100%;
  float: left;
  display: block;
  background: url(images/list_arrow.svg) no-repeat left 8px;
  font-size: 18px;
  line-height: 26px;
  color: #2c2c2c;
  font-weight: 400;
}
.serviceinfo-content ul li strong {
}

.technology-section .center-tittle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  float: none;
  position: relative;
}

.contact-section {
  padding: 0px 0px 60px 0px;
}
.contact-form-wrapper {
  background-color: #f1f7fa;
  padding: 40px 30px 40px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.contact-sub-tittle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #093b78;
  margin-bottom: 27px;
}

.input-cn {
  height: 50px;
  box-shadow: none;
  outline: none;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  font-weight: 500;
  color: #6a6a6a;
  margin-bottom: 25px;
  font-size: 16px;
  background-color: #fff;
  padding-left: 20px;
}

.input-cn:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #c7c7c7;
}

.input-cn.form_text_1 {
  height: 200px !important;
}
.submit_btn {
  width: 200px;
  height: 56px;
  margin: 0;
  line-height: 56px;
  background-color: #093b78;
  border-radius: 12px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  float: left;
  border: none;
}

.submit_btn::focus {
  box-shadow: none;
  outline: 0;
  border: none;
}

.contact-photo {
  text-align: right;
}
.contact-photo img {
  display: inline-block;
}

.cn-single-location {
  background-color: #f1f7fa;
  border-radius: 30px;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
}
.location-icon-cn {
  text-align: left;
  margin-bottom: 20px;
}
.cn-single-location .cm-location-single h3 {
  color: #093b78;
}
.cn-single-location .cm-location-single p {
  color: #232323;
}
.cn-single-location .cm-location-single h4 {
  color: #093b78;
}

.single-photo-block img {
  max-width: 650px;
  width: 100%;
}

input[type='checkbox'] {
  display: none;
}

.category-check label {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  padding-left: 38px;
  line-height: 30px;
  width: 100%;
  min-height: 30px;
  margin: 0;
  color: #323f48;
  background: url(images/ct-unheck.svg) no-repeat left center;
  font-weight: 400;
}

.category-check input[type='checkbox']:checked + label {
  opacity: 1;
  background: url(images/ct-check.svg) no-repeat left center;
}

input[type='radio'] {
  display: none;
}

.radio-check-block label {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  padding-left: 40px;
  line-height: 26px;
  width: 100%;
  min-height: 26px;
  margin: 0;
  color: #000;
  background: url(images/radio-uncheck.svg) no-repeat left center;
  font-weight: 400;
}

.radio-check-block input[type='radio']:checked + label {
  opacity: 1;
  background: url(images/radio-check.svg) no-repeat left center;
}

/*======================================= sticky header start ================================*/
body.sticky_white_header {
  padding-top: 71px;
}

.sticky_white_header .header {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0px;
}
.sticky_white_header .logo {
  /*width: 119px;    transition: all 0.3s ease-in-out;*/
}
.sticky_white_header .logo span {
  /*font-size: 13px; line-height: 15px; */
}
.sticky_white_header .navbar-expand-lg .navbar-nav .nav-link {
  /*font-size: 16px; */
}

/*======================================= sticky header end ================================*/

/*======================================= selectbox 9 ================================*/

.select_block .chosen-container {
  width: 100% !important;
  margin-bottom: 0px;
}
.select_block .chosen-container-single .chosen-single div b {
  background: url(images/select-down-arrow.svg) no-repeat center center !important;
  width: 30px;
  height: 100%;
  margin-right: 0px;
}
.select_block .chosen-container-single .chosen-single div {
  width: 30px;
  height: 50px;
}
.select_block .chosen-container-single .chosen-single {
  height: 50px;
  border: 1px solid #c1c1c1;
  background: #fff;
  line-height: 50px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #323f48;
  padding: 0 40px 0 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
  width: 100%;
  font-weight: 700;
  box-shadow: none;
}
.select_block .chosen-container-single .chosen-single::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.select_block .chosen-container .chosen-results li.highlighted {
  background-color: #00497d;
  color: #fff;
  background-image: none;
}

.select_block .chosen-container .chosen-results li {
  background: none;
  padding-left: 10px;
  padding-right: 10px;
}
.select_block .chosen-container .chosen-drop {
  width: 100%;
}

.select_block .chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0px;
}

.select_block .chosen-container .chosen-results {
  color: #444;
  padding-left: 0px;
}

.select_block .chosen-container-single .chosen-drop {
  margin-top: 1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  background-color: #eeeeee;
}
.select_block .chosen-container .chosen-results li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 500;
  color: #323f48;
}
.select_block .chosen-container .chosen-results {
  margin: 0 0px 0px 0;
  background-color: #eeeeee;
}

.select_block .chosen-container-single .chosen-single span {
  margin-right: 0px;
}
.select_block .chosen-container .chosen-drop {
  border: none;
}

.hidden {
  display: none;
}

/*======================================= side menu ================================*/

.mobile_menu {
  position: absolute;
  right: auto;
  top: 50%;
  width: 35px;
  right: 0px;
  margin-top: -16px;
  z-index: 10;
}
.mobile_menu a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(images/Hamburger.svg) no-repeat center center;
  border: none;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  div#sidebar_content .sidebar_content {
    width: 80%;
    background: #fff;
    float: left;
  }

  div#sidebar_content .sidebar_content {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }

  #mobile_nav_wrapper {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 0px 20px;
  }
  #mobile_nav_wrapper .dropdown-toggle::after {
    display: none;
  }

  #mobile_nav_wrapper .nav-link {
    padding-left: 0px;
    position: relative;
  }
  #mobile_nav_wrapper > ul {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  #mobile_nav_wrapper > ul > li {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  /*#mobile_nav_wrapper .dropdown-menu{ position: relative !important; width: 100%; float: left; top: auto; }*/
  #mobile_nav_wrapper .dropdown-menu {
    width: 100%;
    float: left;
    background-color: transparent;
    transform: none !important;
  }

  #mobile_nav_wrapper .navbar-nav .open .dropdown-menu {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  #mobile_nav_wrapper .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }

  #mobile_nav_wrapper .open > .dropdown-menu {
    display: block;
  }

  #mobile_nav_wrapper .dropdown-menu {
    top: 100%;
  }

  /*.menu_active div#sidebar_content {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 320px;
        z-index: 99999;
    }*/
  div#sidebar_content {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    display: block !important;
    width: 360px;
    z-index: 99999;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
  }
  .menu_active div#sidebar_content {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    display: block !important;
    width: 360px;
    z-index: 99999;
    transform: unset;
  }

  .menu-overlay {
    background: rgba(0, 73, 123, 0.6);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0px;
    top: 0px;
  }

  div#sidebar_content .sidebar_content {
    width: 100%;
    background-color: rgba(246, 152, 44, 1);
    float: left;
  }

  a#sidebar_hide {
    width: 30px;
    height: 30px;
    position: absolute;
    left: auto;
    display: inline-block;
    z-index: 999;
    top: 25px;
    right: 20px;
  }

  a#sidebar_hide::before {
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    display: inline-block;
    z-index: 999;
    transform: rotate(45deg);
    top: 12px;
    content: '';
    background: #fff;
  }

  a#sidebar_hide::after {
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    display: inline-block;
    z-index: 999;
    transform: rotate(-45deg);
    top: 12px;
    content: '';
    background: #fff;
  }

  .sidebar_content a#sidebar_hide:hover {
    opacity: 0.6;
  }

  .sidebar_content_inner {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
  }

  .panner_top {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 40px 20px 40px;
    text-align: center;
  }

  .author_img {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }

  .author_img img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 50px;
  }
  ul.logout_part li {
    display: inline-block;
    margin: 0 10px;
  }

  .panner_top li a {
    color: #fff;
    font-size: 18px;
  }

  div#sidebar_content .top_menu {
    display: block;
    padding: 10px 0 0;
    position: fixed;
    top: 172px;
    bottom: 48px;
    overflow: auto;
  }

  div#sidebar_content ul.top_menu.singout_menu {
    top: 120px;
  }

  div#sidebar_content .top_menu li {
    display: block;
    margin-bottom: 0;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
  }

  div#sidebar_content .top_menu li a {
    display: inline-block;
    font-size: 18px;
    color: #111;
  }

  .copyright_block {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #0e8e57;
    color: #fff;
    line-height: 48px;
    font-size: 14px;
  }

  #sidebar_content .top_menu {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    justify-content: space-between;
  }

  #sidebar_content .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  #sidebar_content .navbar-nav > li {
    margin-bottom: 0x;
  }
  #sidebar_content .navbar-nav > li > a {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 0;
    transition: none;
    display: inline-block;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0em;
    position: relative;
    text-transform: uppercase;
  }
  #sidebar_content .navbar-nav > li > a:hover {
    background-color: #c3dce4;
    color: #00497b;
  }
  #sidebar_content .navbar-nav > li.active > a {
    background-color: #c3dce4;
    color: #00497b;
  }

  #sidebar_content .navbar-nav > li > a.dropdown-toggle {
    background: url(images/arow-drop-white.svg) no-repeat right center;
    padding-right: 15px;
  }

  #sidebar_content .navbar-nav > li > a.dropdown-toggle:hover {
    background: #00497b url(images/arow-drop-white.svg) no-repeat right center;
    padding-right: 15px;
    color: #fff;
  }
  #sidebar_content .navbar-nav > li.active > a.dropdown-toggle {
    background: #00497b url(images/arow-drop-white.svg) no-repeat right center;
    padding-right: 15px;
    color: #fff;
  }

  #sidebar_content .dropdown-toggle.show {
    background: #00497b url(images/toggle-arrow.svg) no-repeat right center !important;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 36px;
    font-weight: 400;
  }

  .logo {
    text-align: left;
  }

  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: #212529;
  }

  .sidebar_content .logo {
    float: left;
  }

  #mobile_nav_wrapper .dropdown-menu {
    border: none;
    padding: 0px 0px 0px 15px;
  }

  #mobile_nav_wrapper .dropdown-item {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  #mobile_nav_wrapper .dropdown-item:focus,
  #mobile_nav_wrapper .dropdown-item:hover {
    background-color: transparent;
    color: #fff;
  }

  .sidebar_content .logo {
  }
  .sidebar_content .logo span {
    display: block;
    text-align: right;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: 19.6154px;
    height: 22px;
    font-style: italic;
    font-family: 'Crimson Text', serif;
  }

  .sidebar-bottom-content {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    padding-top: 66px;
  }
  .sidebar-bottom-inner {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 29px 100px 88px 40px;
    position: relative;
    background-color: #d6e7c8;
  }

  .sidebar-bottom-inner::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -65px;
    width: 100%;
    height: 66px;
    background: url(images/top-ds.png) no-repeat center center;
    background-size: cover;
  }
  .sdb-block {
    max-width: 220px;
    width: 100%;
    float: left;
    display: block;
  }

  .sdb-block h3 {
    margin: 0px 0px 23px 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #323f48;
  }

  .donate-link-sidebar {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .donate-link-sidebar a {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    padding: 0px 30px 0px 30px;
    letter-spacing: 0.2em;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #00497d;
    border-radius: 30px;
  }
  .donate-link-sidebar a:hover {
    background-color: #321a0e;
  }
  .holding-gift-photo {
    position: absolute;
    right: 20px;
    top: 40px;
  }

  .common-nav-bar {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 30px 0px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
  }
  .common-nav-bar::before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 44px;
    height: 1px;
    background-color: #fff;
  }

  .common-nav-bar:last-child {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .common-nav-bar:last-child::before {
    display: none;
  }

  .common-nav-bar .container-fluid {
    display: block;
    width: 100%;
    padding: 0px;
  }

  .common-nav-bar h3 {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-left: 15px;
  }

  .sidebar_content .phone-info-single-block {
    padding: 20px 10px 0px 20px;
    border-top: 1px solid #b8680d;
  }
  .sidebar_content .phone-info-single-block ul li {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 8px 0px;
  }
  .sidebar_content .cn-text {
    color: #fff;
    font-size: 18px;
  }
  .sidebar_content .cn-text a {
    color: #fff;
  }

  .sidebar_content .flag-bg {
    width: 25px;
  }
  .sidebar_content .cn-text {
    width: calc(100% - 25px);
  }
}

/*======================================== side menu end =============================*/

/*======================================== Responsive Design =============================*/

@media only screen and (max-width: 429px) {
  .banner-content-block h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .banner-content-block p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .single-photo {
    margin: 0px 0px 20px 0px;
  }
  .single-photo {
    width: 100%;
    max-width: 100%;
  }
  .single-photo-2 {
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    display: none;
  }
  .single-photo-2 img {
    width: 100%;
    max-width: 100%;
  }

  .single-photo {
    margin-bottom: 0px !important;
  }
  .single-photo img {
    width: 100%;
    max-width: 100%;
  }
  .about-cm-content ul li {
    width: 100%;
    float: left;
    display: block;
  }

  .phone-info-single-block ul li {
    padding: 0px 5px 0px 5px;
  }
  .flag-bg {
    width: 30px;
  }
  .cn-text {
    width: calc(100% - 30px);
  }

  .technology-section .col-6 {
    width: 100%;
  }

  body {
    padding-top: 67px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .single-photo {
    margin: 0px 0px 20px 0px;
  }
  .single-photo {
    width: 100%;
    max-width: 100%;
  }
  .single-photo-2 {
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    display: none;
  }
  .single-photo-2 img {
    width: 100%;
    max-width: 100%;
  }

  .single-photo {
    margin-bottom: 0px !important;
  }
  .single-photo img {
    width: 100%;
    max-width: 100%;
  }

  .phone-info-single-block ul li {
    padding: 0px 5px 0px 5px;
  }
  .flag-bg {
    width: 30px;
  }
  .cn-text {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575.99px) {
  .ftr-cp p {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .social-link ul {
    float: none;
    text-align: center !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .nav_section {
    padding-right: 208px;
  }
  .donate-link {
    right: 66px;
  }

  .navbar-desktop {
    display: none;
  }
  .hide-mobile {
    display: none;
  }

  .filter-tab-menu {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
  }

  .portfolio-tab-menu-inner ul {
    white-space: nowrap;
  }
  .portfolio-tab-menu-inner ul li {
    float: none;
    display: inline-block;
  }
  .portfolio-tab-menu-inner .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0px;
  }
  .portfolio-tab-menu-inner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    bottom: -15px;
  }

  .portfolio-tab-menu-inner .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 2px;
  }
  .portfolio-tab-menu-inner .mCSB_scrollTools .mCSB_draggerContainer {
    height: 2px;
  }
  .portfolio-tab-menu-inner .mcs-horizontal-example {
    overflow-x: auto;
    white-space: nowrap;
  }

  .portfolio-tab-menu-inner .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  .single-portfolio {
    margin-bottom: 25px;
  }

  .banner-content-block {
    max-width: 600px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .banner-content-block h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .banner-content {
    min-height: 450px;
  }

  .service-section {
    padding: 30px 18px 30px 18px;
  }
  .single-service a {
    padding: 20px 20px 20px 20px;
  }
  .center-tittle h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .center-tittle h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .service-section .center-tittle {
    margin-bottom: 15px;
  }

  .aboutus-area {
    padding: 30px 18px 30px 18px;
  }
  .about-cm-content {
    padding-left: 0px;
  }
  .single-photo {
    margin-bottom: -100px;
  }
  .about-cm-content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .multiple-photo-block {
    max-width: 100%;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 30px;
  }

  .testimonial-section {
    padding: 30px 18px 30px 18px;
  }

  .testimonial-section .single-photo-block {
    margin-bottom: 30px;
  }
  .testimonial-section .single-photo-block img {
    max-width: 100%;
    width: 100%;
  }

  .proces-section {
    padding: 30px 18px 30px 18px;
  }

  .service-process-single {
    margin-bottom: 30px;
  }

  .award-section {
    padding: 30px 18px 30px 18px;
  }

  .footer {
    padding: 30px 18px 30px 18px;
  }
  .ftr-tittle {
    font-size: 20px;
    line-height: 30px;
  }
  .cm-location-single h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .cm-location-single p {
    font-size: 16px;
    line-height: 24px;
  }
  .ftr-cp p {
    text-align: left;
  }

  .subpage-top-section {
    padding: 30px 18px 30px 18px;
  }

  .choose-us-single-block {
    padding: 25px 25px 25px 25px;
    margin-bottom: 20px;
    height: auto;
  }
  .why-choose-us-section {
    padding: 30px 18px 30px 18px;
  }

  .sc-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .sc-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-common-section .about-cm-content {
    padding-left: 0px;
  }

  .single-photo-block img {
    max-width: 100%;
    width: 100%;
  }

  .single-photo-block {
    margin-bottom: 30px;
  }

  .about-common-section {
    padding: 30px 18px 30px 18px;
  }

  .success-single-block {
    height: auto;
    margin-bottom: 20px;
  }
  .our-success-section {
    padding: 30px 18px 30px 18px;
  }

  .success-single-block h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .success-single-block h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .cn-single-location {
    padding: 25px 25px 25px 25px;
  }
  .cn-single-location .cm-location-single p {
    font-size: 16px;
    line-height: 24px;
  }
  .cn-single-location .cm-location-single h4 {
    font-size: 16px;
  }

  .contact-photo {
    text-align: center;
    margin-bottom: 30px;
    display: none;
  }

  .contact-section {
    padding: 0px 18px 30px 18px;
  }

  .portfolio-section {
    padding: 30px 18px 30px 18px;
  }

  .project-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .project-info h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .project-wrapper {
    padding: 0px 0px 0px 0px;
  }
  .project-wrapper h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .project-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .project-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .project-description-block h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .project-description-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .project-description-block ul {
    margin-bottom: 15px;
  }

  .project-slider {
    margin-bottom: 20px;
  }
  .project-section-top {
    padding: 30px 18px 30px 18px;
  }

  .project-description-block {
    padding: 15px 0px 0px 0px;
  }

  .service-detail-section {
    padding: 0px 18px 30px 18px;
  }

  .serviceinfo-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .serviceinfo-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .serviceinfo-content ul {
    margin-bottom: 15px;
  }
  .service-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .service-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .technology-section {
    padding: 30px 18px 30px 18px;
  }

  .header {
    padding: 10px 18px 10px 18px;
  }

  .phone-info-section {
    display: none;
  }

  .banner-content-block p {
    font-size: 16px;
    line-height: 24px;
  }

  body {
    padding-top: 101px;
  }
  body.sticky_white_header {
    padding-top: 101px;
  }

  .header {
    position: fixed;
    top: 0px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }

  .logo {
    width: 130px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    padding: 0px 0px 0px 0px;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 10px 0px 10px;
  }
  .nav_section {
    padding-right: 0px;
  }

  .banner-content-block h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .single-service a {
    padding: 15px 15px 15px 15px;
  }
  .service-info h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .service-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-cm-content {
    padding-left: 0px;
  }
  .single-photo {
    margin-bottom: 20px;
  }
  .about-cm-content h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .about-cm-content ul li {
    width: 100%;
    float: left;
    display: block;
  }

  .service-process-single {
    padding: 10px 10px 15px 10px;
  }
  .sp-step-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .sp-step-ds {
    margin-bottom: 15px;
  }

  .choose-us-single-block {
    padding: 15px 15px 15px 15px;
  }
  .sc-info h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .sc-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-common-section .about-cm-content {
    padding-left: 0px;
  }

  .success-single-block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .success-single-block h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .cn-single-location {
    padding: 10px 10px 10px 10px;
  }
  .cn-single-location .cm-location-single p {
    font-size: 16px;
    line-height: 24px;
  }
  .cn-single-location .cm-location-single h4 {
    font-size: 16px;
  }

  .portfolio-tab-menu-inner ul li {
    margin: 0px 15px 0px 0px;
  }
  .single-portfolio a {
    padding: 10px 10px 10px 10px;
  }
  .project-info {
    padding-top: 10px;
  }

  .project-info h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .project-info h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .project-wrapper {
    padding: 0px 0px 0px 0px;
  }
  .project-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .project-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .project-wrapper h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .project-description-block h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .project-description-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .project-description-block ul {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }
  .about-cm-content {
    padding-left: 25px;
  }
  .single-photo {
    margin-bottom: 20px;
  }

  .choose-us-single-block {
    padding: 15px 15px 15px 15px;
  }
  .sc-info h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-common-section .about-cm-content {
    padding-left: 0px;
  }

  .success-single-block h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .success-single-block h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .project-wrapper {
    padding: 0px 20px 0px 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .container {
    width: 1170px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1529px) {
  .container {
    width: 1270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1529px) {
  .banner-content {
    min-height: 500px;
  }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
  .product-single .project-info{ padding-right: 80px; }
}

@media only screen and (min-width: 1440px) {
  .choose-us-single-block {
    padding: 30px 40px 30px 40px;
  }
}
