h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  color: #151515;
}
h2.block-title {
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 35px;
  text-align: center;
}
h3 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 30px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #6689ff;
}
sub,
sup {
  font-size: 65%;
}
#backtotop {
  width: 50px;
  height: 50px;
  background: #fe9900 url(/themes/custom/drupalchamp2022/images/backtotop.png)
    no-repeat center center !important;
  border-radius: 25px 0 25px 25px;
}
.blog_add_to_any .a2a_dd.addtoany_share img {
  opacity: 0;
}
.blog_add_to_any .a2a_dd.addtoany_share {
  background: url(/themes/custom/drupalchamp2022/images/share_button.png)
    no-repeat !important;
  background-color: #fff;
  display: inline-flex;
  position: relative;
  top: 6px;
  opacity: 0.5;
}
.blog_add_to_any .a2a_dd.addtoany_share:hover img {
  opacity: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.navbar-nav > li > a {
  line-height: 0px;
}
.jcarousel-wrapper.jcarousel-skin-default .jcarousel-control-prev,
.jcarousel-wrapper.jcarousel-skin-default .jcarousel-control-next {
  display: none;
}
.footer_middle_first h2.block-title,
.block-webform h2.block-title,
.footer_middle_second h2,
.footer_middle_second h2.block-title,
.footer_middle_third h2 {
  font-size: 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.footer_middle_second h2.block-title {
  padding-bottom: 10px !important;
}
/*menu css*/
.block-superfish {
  width: 100%;
  text-align: right;
}
.block-superfish ul.sf-menu {
  display: inline-block;
  vertical-align: middle;
}
.block-superfish ul.sf-menu li {
  margin-left: 24px;
  transition: all 0.5s ease;
  border-bottom: 3px solid transparent;
}
.block-superfish ul.sf-menu li a {
  font-size: 16px;
  color: #151515;
  padding: 21px 0px 0px 0px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  font-weight: 700;
}
.block-superfish ul.sf-menu li a:hover,
.block-superfish ul.sf-menu li.active-trail a {
  color: #ff9900;
}
body.sticky .block-superfish ul.sf-menu li {
  margin-left: 20px;
}
body.sticky .block-superfish ul.sf-menu li a {
  font-size: 14px;
  padding: 18px 0px 0px 0px;
}
/*slideshow css*/
.views_slideshow_cycle_teaser_section,
.views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide,
.views_slideshow_cycle_teaser_section .views-field-field-upload-slideshow-image,
.views_slideshow_cycle_teaser_section .field-content .img-responsive {
  width: 100% !important;
  height: auto;
}
.view-id-slideshow {
  position: relative;
}
.view-id-slideshow .views-field.views-field-nothing {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.view-id-slideshow .views-field.views-field-nothing .title {
  font-size: 45px;
  line-height: 55px;
  padding-bottom: 30px;
  color: #fff;
}
.view-id-slideshow .views-field.views-field-nothing .desc {
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
.view-id-slideshow .views-field.views-field-nothing .desc p {
  color: #fff;
  line-height: 26px;
  font-weight: bold;
}
.view-latest-projects .views-field.views-field-nothing .desc p {
  color: #000;
}
.view-id-slideshow .views-field.views-field-nothing .button {
  background: #fe9900;
  display: inline-block;
  border-radius: 25px;
}
.view-id-slideshow .views-field.views-field-nothing .button a {
  padding: 10px 30px;
  color: #ffffff;
  display: block;
  transition: all 0.5s ease;
  border-radius: 25px;
}
.view-id-slideshow .views-field.views-field-nothing .button:hover a {
  background: #151515;
  color: #ffffff;
  cursor: pointer;
}
#block-yearsofexperienceblock .button:hover {
  background: #000;
  color: #fff;
}
ul#widget_pager_bottom_slideshow-block_1 {
  position: absolute;
  right: 0;
  top: 52%;
  z-index: 999;
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  width: 30px;
  height: 3px;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 15px;
  margin-right: 20px;
  display: block;
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active,
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  background: #6689ff;
  cursor: pointer;
}
/*latest projects css*/
.view-latest-projects .view-header,
.view-testimonial .view-header,
.view-our-clients .view-header {
  width: 972px;
  margin: auto;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 17px;
}
.view-testimonial .view-header {
  font-size: 16px;
}
.view-portfolio-listing .views-row {
  margin-bottom: 45px;
}
.view-latest-projects .views-col {
  border: 1px solid #d1d1d1;
}
.view-latest-projects .views-col,
.view-portfolio-listing .views-col {
  width: 30% !important;
  border-bottom: 3px solid #fe9900;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 11px rgb(0 0 0 / 50%);
}
.view-latest-projects .views-col.col-2,
.view-portfolio-listing .views-col.col-2 {
  margin-left: 4%;
  margin-right: 4%;
}
.view-latest-projects .views-col img,
.view-portfolio-listing .views-col img {
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  width: 398px;
}
.view-our-clients .views-col {
  overflow: hidden;
  position: relative;
}
.view-our-clients .views-col .views-field-field-upload-image a:after {
  border-radius: 0px;
}
.view-latest-projects .views-field.views-field-title a,
.view-portfolio-listing .views-field.views-field-title a {
  color: #151515;
  font-size: 15px;
  padding: 15px;
  font-weight: bold;
  color: #4b4037;
  min-height: 70px;
  text-align: center;
  display: block;
  border-top: 1px solid #d1d1d1;
}
.view-latest-projects .views-field.views-field-title a:hover,
.view-portfolio-listing .views-field.views-field-title a:hover {
  color: #ffffff;
  background: #fe9900;
}
/*great app css*/
.greatapp-content p {
  text-transform: uppercase;
  font-size: 26px;
  padding: 0px 200px;
  line-height: 36px;
  margin-bottom: 35px;
}
.greatapp-content h1.bold_text {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.greatapp-content .button a {
  padding: 10px 40px;
  margin-top: 35px;
  color: #ffffff;
  background: #fe9900;
  transition: all 0.5s ease;
  display: inline-block;
  border-radius: 25px;
}
.greatapp-content .button a:hover {
  background: #151515;
  color: #ffffff;
  cursor: pointer;
}
/*year of experience css*/
section#block-yearsofexperienceblock {
  width: 60%;
  float: left;
  overflow: hidden;
}
table.counter-block {
  float: right;
  width: 40%;
}
.years_experience_box {
  overflow: hidden;
  width: 100%;
}
.years_experience_box .years_experience_date_box {
  color: #0272ba;
  float: left;
  font-size: 21rem;
  font-weight: 700;
  line-height: 24rem;
  width: 53%;
}
.years_experience_box .years_experience_text {
  float: right;
  width: 45%;
}
.years_experience_box .years_experience_text h3 {
  border-left: 4px solid #d7d7d7;
  padding: 3px 20px;
}
.years_experience_box .years_experience_text p {
  color: #a19b9b;
  line-height: 21px;
  padding: 10px 20px 10px 0;
}
.years_experience_box .years_experience_text a {
  background: none repeat scroll 0 0 #fe9900;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  transition: all 0.5s ease;
  border-radius: 25px;
}
.years_experience_box .years_experience_text a:hover {
  background: #0272ba;
  color: #ffffff;
  cursor: pointer;
}
table.counter-block tr td.bold_text {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 70px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
}
table.counter-block tr td.second,
table.counter-block tr td.fourth {
  border-right: 0px;
}
table.counter-block tr td.third,
table.counter-block tr td.fourth {
  border-bottom: 0px;
  padding-top: 30px;
}
table.counter-block tr td .small_text {
  color: #a19b9b;
  font-size: 15px;
  font-weight: normal;
  padding-top: 21px;
  padding-bottom: 8px;
  line-height: 28px;
  text-align: center;
}
/*meet our team css*/
#block-views-block-meet-our-team-block-1-2 {
  margin: auto;
  width: 1170px;
}
body.path-meet-our-team #maindiv,
body.path-meet-our-team #main_content_area {
  padding-left: 0px;
  padding-right: 0px;
}
.view-meet-our-team {
  position: relative;
}
.view-our-teams .views-row {
  width: 100%;
  overflow: hidden;
}
.view-meet-our-team .views-col,
.view-our-teams .views-col {
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 2.5%;
  position: relative;
  width: 23% !important;
}
.view-meet-our-team .views-col.col-4,
.view-our-teams .views-col.col-4 {
  margin-right: 0% !important;
}
.view-meet-our-team .views-field-field-upload-image img,
.view-our-teams .views-field-field-upload-image img {
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.view-meet-our-team .views-field-field-upload-image:hover img,
.view-our-teams .views-field-field-upload-image:hover img {
  filter: grayscale(0);
}
.view-meet-our-team .views-field.views-field-nothing,
.view-our-teams .views-field.views-field-nothing {
  width: 260px !important;
  bottom: 10px;
  position: absolute;
  padding: 5px 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.view-our-teams .views-field.views-field-nothing {
  min-width: 250px !important;
  margin-top: -90px;
}
.view-our-teams .views-field.views-field-nothing {
  padding: 10px 15px !important;
}
.view-meet-our-team .views-field.views-field-nothing::before,
.view-our-teams .views-field.views-field-nothing::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  background-color: #0272ba;
  opacity: 0.8;
  transform: skew(15deg);
  transform-origin: 50% 100%;
  transition: all 0.3s ease;
}
.view-meet-our-team .views-field.views-field-nothing .meet-our-team,
.view-our-teams .views-field.views-field-nothing .meet-our-team {
  margin-left: -5%;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.view-meet-our-team .views-field.views-field-nothing .name a,
.view-our-teams .views-field.views-field-nothing .name {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.view-our-teams .views-field.views-field-nothing .name {
  font-size: 15px !important;
}
.view-our-teams .views-field.views-field-nothing .desig {
  font-size: 13px !important;
}
.view-meet-our-team .views-field.views-field-nothing:hover .name {
  color: #a3b8ff;
}
.path-testimonials div#whole_what_people_say_area,
.path-testimonials div#footer_top_area,
.path-blogs #whole_what_people_say_area {
  padding: 0px;
}
/*what people say css*/
.view-what-people-say {
  margin-bottom: 75px;
}
.view-testimonial .views-col {
  margin-top: 10px;
  width: 30% !important;
}
.view-testimonial .views-col.col-2 {
  margin-left: 5%;
  margin-right: 5%;
}
.view-testimonial .views-field.views-field-body::before {
  content: "";
  height: 24px;
  margin-left: 70px;
  position: absolute;
  margin-top: -49px;
  width: 28px;
  background: url(../images/testimonial_arrow.png) no-repeat top center;
}
.view-testimonial .views-col .views-field-body {
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0 1px 1px 1px #efefef;
  font-size: 15px;
  line-height: 24px;
  padding: 25px;
  min-height: 176px;
}
.view-testimonial .views-field.views-field-nothing {
  margin-bottom: 12px;
  overflow: hidden;
}
.view-testimonial .views-field.views-field-nothing .image {
  float: left;
}
.view-testimonial .views-field.views-field-nothing .title {
  float: right;
  height: 90px;
  font-size: 20px;
  padding-top: 25px;
}
.view-testimonial .views-field.views-field-nothing .title a {
  color: #151515;
}
.view-testimonial .what-people-say .image {
  width: 25%;
}
.view-testimonial .what-people-say .image .img-responsive {
  border-radius: 40px;
  border: 1px solid #e7e7e7;
  padding: 3px;
  transition: transform 0.8s;
}
.view-testimonial .what-people-say .image .img-responsive:hover {
  transform: rotateY(360deg);
  cursor: pointer;
}
.view-testimonial .what-people-say .title {
  width: 74%;
  line-height: 25px;
}
#block-whydouceinfotechpvtltdonly .container.text-center {
  margin-top: 50px;
  margin-bottom: 50px;
}
#block-whydouceinfotechpvtltdonly .col-sm-3 {
  box-shadow: 0 0 3.2rem rgb(0 0 0 / 7%);
  padding: 4rem 2rem 4rem;
  width: 23%;
  margin-right: 30px;
  min-height: 350px;
}
#block-whydouceinfotechpvtltdonly .col-sm-3:last-child {
  margin-right: 0px;
}
#block-whydouceinfotechpvtltdonly b {
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 15px;
  display: block;
}
.view-blogs .img-responsive {
  width: 100%;
}
.view-blogs .blogs_image_box img {
  border: 1px solid #dedede;
  padding: 15px;
  background-color: #fff;
}
.view-blogs .blogs_content {
  padding: 15px;
  background: #fff;
}
.view-blogs .blogs_title {
  min-height: 50px;
}
.view-blogs .blogs_title a {
  color: #151515;
}
.view-blogs .blogs_title a:hover {
  color: #2499ce;
}
.view-our-clients .view-footer,
.view-blogs .view-footer,
.view-meet-our-team .view-footer {
  margin-top: 25px !important;
  display: inline-block;
}
/*footer top css*/
#block-views-block-mobile-latest-projects-block-1,
#block-views-block-mobile-our-clients-block-1,
#block-views-block-mobile-testimonial-block-1 {
  display: none;
}
.view-our-clients .views-view-grid.horizontal {
  display: table;
}
.view-our-clients .views-row {
  overflow: hidden;
  width: 100%;
  display: table-row;
}
.view-our-clients .views-view-grid .views-col {
  display: table-cell;
  vertical-align: middle;
  padding: 17px;
  text-align: center;
  float: none;
}
.view-testimonial.view-display-id-block_1 .view-footer,
.view-meet-our-team .view-footer,
.view-our-clients .view-footer,
.view-blogs .view-footer,
.view-mobile-our-clients .view-footer,
.view-mobile-blogs .view-footer,
.view-mobile-meet-our-team .view-footer,
.view-latest-projects .view-footer {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.view-testimonial.view-display-id-block_1 .view-footer,
.view-latest-projects .view-footer {
  margin-top: 30px;
}
.view-testimonial.view-display-id-block_1 .view-footer a,
.view-meet-our-team .view-footer a,
.view-our-clients .view-footer a,
.view-blogs .view-footer a,
.view-mobile-our-clients .view-footer a,
.view-mobile-blogs .view-footer a,
.view-mobile-meet-our-team .view-footer a,
.view-latest-projects .view-footer a {
  display: inline-block;
  background: #fe9900;
  color: #fff;
  padding: 7px 15px;
  overflow: hidden;
  border-radius: 25px;
  min-width: 125px;
}
.view-testimonial.view-display-id-block_1 .view-footer a:hover,
.view-meet-our-team .view-footer a:hover,
.view-our-clients .view-footer a:hover,
.view-blogs .view-footer a:hover,
.view-mobile-our-clients .view-footer a:hover,
.view-mobile-blogs .view-footer a:hover,
.view-mobile-meet-our-team .view-footer a:hover,
.view-latest-projects .view-footer a:hover,
#block-whydouceinfotechpvtltdonly .btn-primary:hover {
  background: #0272ba;
  color: #ffffff;
  transition: all 0.5s ease;
}
#block-whydouceinfotechpvtltdonly .btn-primary:hover {
  background: transparent;
}
#block-whydouceinfotechpvtltdonly .col-sm-3 p {
  min-height: 130px;
}
#block-whydouceinfotechpvtltdonly .btn-primary {
  border-color: transparent;
  padding: 0px;
  background-color: transparent;
}
#block-whydouceinfotechpvtltdonly .btn-primary a {
  display: inline-block;
  background: #fe9900;
  color: #fff;
  padding: 7px 15px;
  overflow: hidden;
  border-radius: 25px;
  min-width: 125px;
}
/*footer middle first  css*/
.footer_middle_first p {
  color: #fff;
}
.footer_middle_first .block {
  margin-bottom: 25px;
}
.footer_middle_first .block:last-child {
  margin-bottom: 0px;
}
/*footer middle second  css*/
.region.region-footer-middle-first .block,
.region.region-footer-middle-second .block {
  width: 100%;
  overflow: hidden;
}
ul.menu.nav.navbar-nav {
  margin-top: 25px;
  margin-bottom: 35px;
}
ul.menu.nav.navbar-nav li {
  float: none;
}
ul.menu.nav.navbar-nav li a {
  padding-left: 0px !important;
  color: #fff;
}
ul.menu.nav.navbar-nav li a:hover {
  color: #ff9901;
}
.footer_middle_second #block-sociallink-2 {
  padding-top: 35px;
}
.footer_middle_second ul.social_link {
  padding: 0px;
}
.footer_middle_second ul.social_link li {
  float: left;
  cursor: pointer;
  margin-right: 20px;
  list-style: none;
}
.footer_middle_second ul.social_link li a .fa {
  border: 2px solid #fff;
  border-radius: 36px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  padding-top: 7px;
  text-align: center;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  width: 30px;
}
.footer_middle_second ul.social_link li a:hover .fa {
  border: 2px solid #ff9901;
  color: #ff9901;
}
/*footer middle third  css*/
.footer_middle_third .block-webform .form-item-name {
  width: 48%;
  float: left;
}
.footer_middle_third .block-webform .form-item-email {
  width: 48%;
  float: right;
}
.footer_middle_third .block-webform .form-control {
  border: 0px;
  border-radius: 0px;
  resize: none;
}
.block-webform .captcha #edit-captcha-response--description,
.block-webform .captcha .help-block {
  display: none;
}
.block-webform #edit-captcha-response,
.block-webform #edit-captcha-response--2 {
  width: 50%;
  float: right;
}
.block-webform .captcha .form-item-captcha-response {
  margin-bottom: 15px;
}
.footer_middle_third .block-webform .webform-button--submit {
  border: 0;
  border-radius: 25px;
  background: #fe9900;
  color: #ffffff;
  margin-top: 15px;
  padding: 10px 35px;
}
.footer_middle_third .block-webform .webform-button--submit:hover {
  border: 0px;
  border-radius: 25px;
  background: #151515;
  color: #ffffff;
}
/*other css*/
#user-register-form,
#user-pass,
#user-login-form {
  width: 50%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
}
body.node-user-register .tabs,
body.node-user-password .tabs,
body.node-user-login .tabs {
  width: 50%;
  margin: auto;
}
body.node-user-register h2.page-title,
body.node-user-password h2.page-title,
body.node-user-login h2.page-title {
  display: none;
}
body.not-front #maindiv {
  padding-bottom: 25px;
}
#page_header {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  background: #f7f7f7;
  padding: 40px 0px;
  color: #000000;
  font-size: 35px;
}
.page-header {
  padding-bottom: 0px;
  margin: 0px;
}
.breadcrumb {
  padding: 10px 15px;
  margin-bottom: 20px;
  background: none;
  border-radius: 0px;
}
body.not-front .col-lg-5,
body.not-front .col-md-5,
body.not-front .col-sm-12,
body.not-front .col-xs-12,
body.not-front .col-lg-3,
body.not-front .col-md-3,
body.not-front .col-sm-12,
body.not-front .col-xs-12,
body.not-front .col-lg-4,
body.not-front .col-md-4,
body.not-front .col-sm-12,
body.not-front .col-xs-12,
body.not-front .col-xs-6,
body.not-front .col-sm-6,
body.not-front .col-md-6,
body.not-front .col-lg-6,
body.not-front .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#portfolio_details {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
#portfolio_details .portfolio_left_box {
  width: 71%;
  float: left;
  overflow: hidden;
}
#portfolio_details .portfolio_right_logo_image img {
  width: auto;
}
#portfolio_details .portfolio_right_box {
  width: 26%;
  float: right;
}
body.user-logged-in .portfolio_top_prevnext_box {
  top: 190px;
}
.portfolio_top_prevnext_box {
  overflow: hidden;
  position: absolute;
  top: 110px;
  width: 1170px;
}
.portfolio_top_prevnext_box .prevnext_previous {
  display: inline-block;
}
.portfolio_top_prevnext_box .prevnext_next {
  display: inline-block;
  float: right;
}
.portfolio_bottom_prevnext_box .prevnext_previous a,
.portfolio_bottom_prevnext_box .prevnext_next a,
.portfolio_top_prevnext_box .prevnext_previous a,
.portfolio_top_prevnext_box .prevnext_next a {
  background: #0272ba;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
}
.portfolio_bottom_prevnext_box .prevnext_previous a:hover,
.portfolio_bottom_prevnext_box .prevnext_next a:hover,
.portfolio_top_prevnext_box .prevnext_previous a:hover,
.portfolio_top_prevnext_box .prevnext_next a:hover {
  background: #fe9900;
}
.portfolio_banner_image .owl-buttons .owl-prev,
.portfolio_banner_image .owl-buttons .owl-next {
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 65px !important;
  font-weight: bold;
  margin: 0 !important;
  opacity: 0.8 !important;
  padding: 0 !important;
  position: absolute;
  right: 0px;
  top: 43%;
  width: 35px;
}
.portfolio_banner_image .owl-buttons .owl-prev {
  left: 0px;
}
.portfolio_banner_image .owl-buttons .owl-prev:hover,
.portfolio_banner_image .owl-buttons .owl-next:hover {
  color: #fe9900 !important;
}
.profile_details_short_description {
  padding-top: 15px;
}
#portfolio_social_link_box > label {
  float: left;
  padding-top: 10px;
  width: 12%;
}
#portfolio_social_link_box {
  background: #f4f4f4;
  margin-top: 35px;
  padding: 10px;
  width: 100%;
  overflow: hidden;
}
#portfolio_social_link_box ul.social_link {
  display: inline-block;
  float: right;
  padding: 0;
  width: 88%;
  margin-bottom: 0px;
}
#portfolio_social_link_box ul.social_link li {
  cursor: pointer;
  float: left;
  list-style: outside none none;
  margin-right: 6px;
}
#portfolio_social_link_box ul.social_link li a .fa {
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  background-color: #005397;
}
#portfolio_social_link_box ul.social_link li.linkedin a .fa {
  background-color: #dc005f;
}
#portfolio_social_link_box ul.social_link li.twitter a .fa {
  background-color: #00aedd;
}
.portfolio_bottom_prevnext_box {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.portfolio_bottom_prevnext_box .prevnext_previous {
  display: inline-block;
}
.portfolio_bottom_prevnext_box .prevnext_next {
  display: inline-block;
  float: right;
}
.portfolio_right_box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.right_box_global_layout {
  background: none repeat scroll 0 0 #f7f7f7;
  border-left: 2px solid #0272ba;
  margin-bottom: 15px;
  padding: 10px;
}
.portfolio_right_logo_image.right_box_global_layout {
  padding: 30px;
  text-align: center;
}
.portfolio_right_project_url a {
  color: #fe9900;
}
.stButton {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.stButton .stLarge {
  margin-top: 4px;
  vertical-align: bottom;
}
.testimonial_video_box {
  position: relative;
}
.testimonial_video {
  display: none;
}
.testimonial_video_box .watch_video_link {
  position: absolute;
  top: -45px;
  left: 95px;
  color: #0272ba;
  font-weight: bold;
  cursor: pointer;
}
.modal-header {
  padding: 0px;
  border: 0px;
}
.modal-header .modal-title {
  display: none;
}
.modal-backdrop {
  opacity: 0 !important;
}
.modal-backdrop.in {
  opacity: 0.5 !important;
}
.modal-header .close {
  margin-top: -17px;
  font-size: 50px;
}
.modal-body {
  padding-top: 0px;
}
.modal-dialog {
  width: 882px;
  margin: 30px auto;
}
.modal-content {
  height: auto !important;
}
.view-testimonial.view-display-id-page_1 .views-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.testimonial_detail_page {
  margin: auto auto 30px;
  overflow: hidden;
  width: 68%;
}
.testimonial_detail_page .testimonial_detail_image {
  float: left;
  margin-right: 15px;
  width: 40%;
}
.testimonial_detail_page .testimonial_detail_description_box {
  float: right;
  width: 58%;
}
.testimonial_detail_page .testimonial_detail_image img {
  border-radius: 50%;
  display: inline-block;
  height: 300px;
  padding: 5px;
  width: 300px;
  background: #f4f4f4;
}
.testimonial_detail_page .testimonial_detail_description {
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
#block-weworkontechnologiesframeworks {
  width: 1170px;
  margin: auto;
}
#block-weworkontechnologiesframeworks .field--name-body {
  text-align: center;
  padding-top: 20px;
}
#block-weworkontechnologiesframeworks .field--name-body img {
  display: inline-block;
}
h2.page-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.breadcrumb {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 12px;
}
.breadcrumb li:nth-child(1) a {
  display: block;
  font-size: 0;
  height: 14px;
  width: 16px;
  background: url(../images/breadcrumb_home_icon.png) no-repeat 50% 50%;
}
.breadcrumb > li + li::before {
  color: #000;
  content: ">>";
}
.breadcrumb > .active {
  color: #000;
}
.view-testimonial.view-display-id-block_1 .views-field-body p,
body.path-testimonials
  .view-testimonial.view-display-id-page_1
  .views-field-body
  p {
  display: inline;
}
.fa-quote-left {
  color: #cccccc;
  font-size: 15px;
  font-weight: lighter;
  padding-right: 5px;
}
.fa-quote-right {
  color: #cccccc;
  font-size: 15px;
  font-weight: lighter;
  padding-left: 5px;
}
.view-tags .views-row {
  float: left;
  margin-right: 5px;
  margin-bottom: 13px;
}
.view-tags .views-row .views-field-name a {
  border: 1px solid #ff9901;
  border-radius: 33px;
  color: #ff9901;
  padding: 4px 8px;
}
.view-tags .views-row .views-field-name a:hover {
  color: #ffffff;
  background: #ff9901;
}
body.page-node-221 h2.page-title,
body.page-node-222 h2.page-title,
body.page-node-type-blogs #block-views-block-tags-block-2 {
  display: none;
}
body.page-node-222 #midcontent_area .field--name-body h1,
body.page-node-221 #midcontent_area .field--name-body h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}
.view-technologies-and-frameworks {
  max-width: 640px;
  margin: auto;
}
.view-technologies-and-frameworks .owl-item {
  text-align: center;
  border: 1px solid #0272ba;
  padding: 15px 10px;
  margin: 5px 5px;
  border-radius: 36px;
  box-shadow: 2px 1px 1px #0272ba;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px #0272ba;
  background: #0272ba;
  color: #fff;
}
.view-technologies-and-frameworks .owl-theme .owl-controls {
  margin-top: 30px;
}
/****** Bubble Design ***/
#block-views-block-technologies-and-frameworks-block-1 h2 {
  max-width: 670px;
  margin: auto;
  line-height: 56px;
  margin-bottom: 45px;
}
.view-technologies-and-frameworks .view-content {
  position: relative;
  margin: auto;
  width: 640px;
}
.view-technologies-and-frameworks .views-row {
  width: 126px;
  height: 70px;
  background: #0272ba;
  position: relative;
  margin-right: -3px;
  margin-bottom: 27px;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.view-technologies-and-frameworks .views-row .views-field-title {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.view-technologies-and-frameworks .views-row:nth-child(6) {
  margin-left: 64px;
}
.view-technologies-and-frameworks .views-row:nth-child(10) {
  margin-left: 127px;
}
.view-technologies-and-frameworks .views-row:nth-child(13) {
  margin-left: 152px;
}
.view-technologies-and-frameworks .views-row:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
  border-bottom: 25px solid #0272ba;
}
.view-technologies-and-frameworks .views-row:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
  border-top: 25px solid #0272ba;
}
.view-technologies-and-frameworks .views-row:hover {
  background: #ff9900;
}
.view-technologies-and-frameworks .views-row:hover:before {
  border-bottom-color: #ff9900;
}
.view-technologies-and-frameworks .views-row:hover:after {
  border-top-color: #ff9900;
}
#block-aboutus {
  background: #00adef url(../images/about-banner.jpg) no-repeat 90%;
  color: #fff;
}
#block-aboutus .field--name-body p {
  width: 1170px;
  margin: auto;
  padding-right: 610px;
}
#whole_inner_banner_area {
  padding-left: 0px;
  padding-right: 0px;
}
#whole_inner_banner_area .block {
  padding-top: 2%;
  padding-bottom: 2%;
}
#whole_inner_banner_area h2.block-title {
  width: 1170px;
  font-size: 50px;
  color: #fff;
  text-align: left;
  margin: auto;
}
#block-get7daysfreetrial .left-column {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
}
#block-get7daysfreetrial .left-column h2 {
  color: #fff;
  padding-bottom: 10px;
}
#block-get7daysfreetrial .right-column {
  display: inline-block;
  vertical-align: middle;
}
#block-get7daysfreetrial .right-column a {
  padding: 10.5px 30px;
  color: #ffffff;
  margin-left: 200px;
  border-radius: 25px;
  background: #fe9900;
}
#block-get7daysfreetrial .fa.fa-envelope {
  color: #ffffff;
  margin-right: 7px;
}
#block-get7daysfreetrial .right-column a:hover .fa.fa-envelope {
  color: #ffffff;
}
#block-get7daysfreetrial .right-column a:hover {
  background: #151515;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
}
#block-sdlcblock .col-lg-2 {
  text-align: center;
}
#block-sdlcblock .col-lg-2 img {
  margin-bottom: 10px;
}
#block-sdlcblock .col-lg-2 h4 {
  color: #2265b3;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
#block-sdlcblock h3 {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 45px;
  color: #2265b3;
}
#block-sdlcblock .col-lg-4 {
  margin-top: 50px;
}
body.node-content-about-us h2.page-title {
  display: none;
}
#whole_sdlc_area {
  position: relative;
}
#whole_sdlc_area:after {
  right: 0px;
  border-width: 0px 0px 110px 197vh;
  border-color: transparent transparent #0272ba transparent;
}
#block-aboutususefulllinks {
  margin-top: 25px;
  margin-bottom: 25px;
}
#block-aboutususefulllinks ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
#block-aboutususefulllinks ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  float: left;
  margin-left: 65px;
  text-align: center;
}
#block-aboutususefulllinks ul li a {
  color: #ffffff;
  font-size: 14px;
  margin: 10px 0;
  background: #0272ba;
  padding: 14px 20px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: bold;
}
#block-aboutususefulllinks ul li a:hover {
  color: #ffffff;
  background: #ff9901;
}
/* timeline css */
.timeline_area {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline_area::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #f7f7f7;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
}
.timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: -13px;
  background-color: white;
  border: 2px solid #ff9900;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline-left {
  left: 0;
}
.timeline-right {
  left: 50%;
}
.timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f7f7f7;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f7f7f7;
}
.timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f7f7f7;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}
.timeline-right::after {
  left: -21px;
}
.timeline_content {
  padding: 20px 30px;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 6px;
}
.eu-cookie-compliance-buttons .decline-button {
  display: none !important;
}
.path-innerpage .listing {
  width: 30% !important;
  border-bottom: 3px solid #d1d1d1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  margin-right: 3.3%;
  margin-bottom: 45px;
  display: inline-block;
  vertical-align: top;
}
#myreactapp .row {
  margin: 0px;
}
.path-innerpage .listing img {
  width: 100%;
  height: auto;
}
.path-innerpage .listing p {
  font-size: 15px;
  padding: 15px;
  font-weight: bold;
  color: #4b4037;
  min-height: 70px;
  text-align: center;
  display: block;
  height: 70px;
}
#loader img {
  width: 150px;
  height: 150px;
}
.blog_detail_page .image_box img {
  margin: auto;
  display: block;
  margin-bottom: 15px;
}
.view-latest-projects .views-col .portfolio_image_and_skill_box {
  position: relative;
}
.view-latest-projects .views-col .portfolio_image_and_skill_box:after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: -410px;
  top: 0px;
  content: "";
  background: #32aee4;
  background-size: 45px;
  border-radius: 5px 5px 0 0;
  transition: all 0.5s ease-out;
  overflow: hidden;
  opacity: 0;
}
.view-latest-projects
  .views-col
  .portfolio_image_and_skill_box
  .portfolio_skill_label_text {
  color: #ffffff;
  font-weight: bold;
  padding: 0 14px;
}
.view-latest-projects
  .views-col
  .portfolio_image_and_skill_box
  .portfolio_skill_box
  a {
  display: none;
  position: absolute;
  text-align: center;
  top: 0px;
  z-index: 100;
  padding: 0px 10px;
  height: 100%;
}
.view-latest-projects
  .views-col
  .portfolio_image_and_skill_box
  .portfolio_skill_box
  a
  .portfolio_skill_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.view-latest-projects .views-col .portfolio_image_and_skill_box:hover:after {
  overflow: visible;
  left: 0px;
  opacity: 1;
}
.view-latest-projects
  .views-col
  .portfolio_image_and_skill_box:hover
  .portfolio_skill_box
  a {
  display: block !important;
  color: #ffffff;
}
.view-latest-projects
  .views-col
  .portfolio_image_and_skill_box:hover
  .portfolio_skill_box
  a {
  display: block;
  height: 100%;
  width: 100%;
}
.view-latest-projects
  .views-col
  .portfolio_image_and_skill_box:hover
  .portfolio_content_link_box
  a {
  display: inline-block !important;
}
#content .coin-listing h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: bold;
}
#content .coin-listing h2:after {
  background: #424242 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 105px;
}
#content .coin-listing .views-row .views-col {
  font-weight: bold;
  width: 33.333333%;
}
#content .coin-listing .views-row .views-col .views-field-counter {
  width: auto;
  float: left;
  margin-right: 5px;
  padding-right: 2px;
}
#content .coin-listing .views-row .views-col .views-field-counter:after {
  content: ")";
}
.view-meet-our-team .views-field-field-upload-image:hover img {
  transition: all 0.5s;
  -webkit-transform: rotateY(1turn);
  cursor: pointer;
}
.view-our-clients .overlay_bg {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
#colorbox {
  height: 467px !important;
}
#colorbox,
#cboxWrapper,
#block-webform,
#cboxContent {
  background-color: #0272ba;
}
section#block-douceinfotechtimeline {
  margin-top: 25px;
}
.node-contact-us #block-webform {
  background-color: transparent !important;
}
#cboxClose {
  top: 0;
  background: url(../images/close_button.png) no-repeat 7px 0px;
}
#cboxClose:hover {
  background: url(../images/close_button.png) no-repeat 7px 0px;
}
#block-webform .rc-anchor {
  border-radius: 0;
}
#block-webform .form-control {
  border-radius: 3px;
}
.blog_listing_right ul {
  padding-left: 0px;
  overflow: hidden;
}
.blog_listing_right ul li {
  list-style: none;
  float: left;
  padding-right: 60px;
}
section#block-googlemap iframe.gmap_iframe {
  width: 600px;
  height: 400px;
}
section#block-googlemap .gmap_canvas {
  width: 600px;
  height: 400px;
}
.node-form-get-in-touch .breadcrumb > li:nth-child(2) {
  display: none;
}
.g-recaptcha {
  margin-bottom: 15px;
}
/* --------- Webform and Map Changes ---------- */
section#block-webform {
  margin-top: 15px;
}
section#block-googlemap {
  margin-top: 25px;
}

section#block-webform .webform-submission-get-in-touch-form {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

section#block-webform .webform-submission-get-in-touch-form input,
section#block-webform .webform-submission-get-in-touch-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

section#block-webform .webform-submission-get-in-touch-form textarea.subject {
  max-height: 60px;
  resize: vertical;
}

section#block-webform .webform-submission-get-in-touch-form input:hover,
section#block-webform .webform-submission-get-in-touch-form textarea:hover {
  border-color: #007bff;
}

section#block-webform .webform-submission-get-in-touch-form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

section#block-webform .webform-submission-get-in-touch-form input[type="submit"]:hover {
  background-color: #0056b3;
}


.webform-submission-get-in-touch-form {
  max-width: 750px;
}
body.node-contact-us #midcontent_area .block-webform {
  padding-right: 1%;
  padding-left: 1%;
}
.region-footer-top section#block-views-block-our-clients-block-1 .jcarousel-wrapper{
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}
.region-footer-top section#block-views-block-our-clients-block-1 .jcarousel-wrapper .jcarousel-control-prev,
.region-footer-top section#block-views-block-our-clients-block-1 .jcarousel-wrapper .jcarousel-control-next {
  display: block;
  background: #fe9900;
  top: 20px;
}
.region-footer-top section#block-views-block-our-clients-block-1 .jcarousel-wrapper .jcarousel-container-horizontal li {
  min-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.region-footer-top section#block-views-block-our-clients-block-1 .jcarousel-wrapper .jcarousel-container-horizontal li img:hover {
  /* transform: scale(1.5); */
  transform: rotateY(360deg);
  cursor: pointer;
  transition-duration: 1s; 
  background: #fff;
}
.region-footer-top section#block-views-block-our-clients-block-1 .jcarousel-wrapper .jcarousel{
  margin: 0 35px;
}
.node-content-about-us div#whole_what_people_say_area,
.node-content-about-us div#footer_top_area,
.node-contact-us div#whole_what_people_say_area,
.node-contact-us div#footer_top_area,
.path-blogs #footer_top_area,
.page-node-type-blogs div#whole_what_people_say_area,
.page-node-type-blogs div#footer_top_area{
    display: none;
}
/*------Contact us Page Views---------*/
.node-contact-us .list-inline {
  display: none;
}
