/*
CTC Separate Stylesheet
Updated: 2019-01-01 10:41:37
*/
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Bold.eot');
    src: url('fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaPro-Bold.woff2') format('woff2'),
        url('fonts/SofiaPro-Bold.woff') format('woff'),
        url('fonts/SofiaPro-Bold.ttf') format('truetype'),
        url('fonts/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Medium.eot');
    src: url('fonts/SofiaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaPro-Medium.woff2') format('woff2'),
        url('fonts/SofiaPro-Medium.woff') format('woff'),
        url('fonts/SofiaPro-Medium.ttf') format('truetype'),
        url('fonts/SofiaPro-Medium.svg#SofiaPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProLight.eot');
    src: url('fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaProLight.woff2') format('woff2'),
        url('fonts/SofiaProLight.woff') format('woff'),
        url('fonts/SofiaProLight.ttf') format('truetype'),
        url('fonts/SofiaProLight.svg#SofiaProLight') format('svg');
    font-weight: 300;
    font-style: normal;
}


p, ul li {
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}
strong, a {
  font-family: "Sofia Pro" !important;
  font-weight: 700;
}
h2 {
  font-family: "Fjalla One",sans-serif !important;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 12px;
  padding-bottom: 0;
  text-transform: uppercase;
}
h1{
	font-family: 'Fjalla One', sans-serif;
	font-weight:300;
	color: #fff;
}
h2 {
  font-size: 29px !important;
  line-height: 37px !important;
}
h5 {
  font-family: "Sofia Pro" !important;
  font-weight:600;
}
div#bitnami-banner {
    display: none;
}
/****dropdown****/
.dropdown-sidenav .dpd-link {
  float: left;
}
.dropdown-sidenav .dpd-main {
  float: right;
}
/* Fixed sidenav, full height */
.dropdown-sidenav {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 90%;
  z-index: 1;
}

/* Style the sidenav links and the dropdown button */
.dropdown-sidenav a, .dropdown-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: block;
  outline: medium none;
  padding: 0 17px 0 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
}
.dropdown-sidenav .dropdown-container a {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 40px;
}

/* On mouse-over */
.dropdown-sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}
#gtranslate_wrapper {
  right: 40% !important;
  top: 4% !important;
  z-index: 2147483647 !important;
}
.switcher a {
  border: 1px solid #fff !important;
  box-sizing: content-box;
  color: #fff !important;
  display: block;
  font-size: 16px !important;
}
.switcher .selected {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.switcher .selected a {
  background: rgba(0, 0, 0, 0) url("https://bridgeskills.net/wp-content/plugins/gtranslate/arrow_down.png") no-repeat scroll 146px center;
  padding: 10px 5px !important;
}
.bs-mobile-menu:hover .switcher .option {
  background-color: #fff !important;
}
.switcher .option {
  border-bottom: 1px solid #1e3957;
  border-left: 1px solid #1e3957;
  border-right: 1px solid #1e3957;
  background-color:rgba(0, 0, 0, 0.0) !important;
}
.switcher .option a {
  padding: 7px 5px !important;
   background: #fff none repeat scroll 0 0 !important;
  color:#1e3957 !important;
}
.switcher .selected a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

.active {
  color: white;
}
.dropdown-container {
  display: none;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  font-size: 25px;
  padding-right: 0;
  padding-top: 0;
}
.dropdown-container > a {
  font-family: open sans !important;
  font-size: 19px !important;
  line-height: 24px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*****header****/
#masthead {
  display: none;
}
.site-header {
  z-index: 2147483647;
}
.site-header.fixed {
  margin-top: 0 !important;
  position: fixed;
}
.site-header.float-header {
  margin-top: 13px;
}
.fixed .switcher a {
  border: 1px solid #1e3957!important;
  color: #1e3957 !important;
}
.float-header .switcher a {
  border: 1px solid #1e3957 !important;
}
.site-header.float-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.bs-sidenav ul li {
  list-style-type: none;
  padding: 5px 0;
}
.bs-sidenav {
  background-color: #1e3957 !important;
  height: 100%;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 1;
}
.bs-sidenav a {
  padding: 4px 8px 4px 32px;
  text-decoration: none;
  font-size: 33px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.bs-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.edn-position-bottom .ednpro_user-can-close {
  bottom: 0 !important;
}
@media screen and (max-height: 450px) {
  .bs-sidenav {padding-top: 15px;}
  .bs-sidenav a {font-size: 33px;}
}
.bs-mobile-menu {
  float: left;
  padding: 20px 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2147483647;
}
.bs-mobile-menu:hover {
  background-color: #fff;
}
.bs-mobile-menu .bs-logo img {
  filter: contrast(0) brightness(2);
  width: 80%;
}
.bs-mobile-menu .bs-logo {
  float: left;
}
.bs-mobile-menu:hover .bs-logo img {
  filter: none;
}
.bs-mobile-menu:hover .header-top1 ul li {
  color: #1e3957;
}
.header-top1 ul .mobile-phn-call {
  display: none;
}
.bs-mobile-menu:hover .header-top1 ul li a {
  border: 1px solid #1e3957 !important;
  color: #1e3957 !important;
}

.sticky_hd .switcher .option {
  background-color: #fff !important;
}
.sticky_hd .header-top1 ul li{
	color: #1e3957
}
.sticky_hd .header-top1 ul li a{
	color: #1e3957 !important;
	border:1px solid #1e3957 !important;
}
.sticky_hd .bs-logo img {
  filter: none;
}

.bs-sidenav {
  border-radius: 0 !important; 
  margin-top: 0 !important;
  padding-top: 76px !important;
  z-index: 2147483647;
}

.entry-header {
  display: none;
}
.mobmenur-container a i {
  color: #fff;
}
.header-top1 {
  float: right;
}
.header-top1 ul {
  margin-top: 14px;
  padding-left: 0;
}
.header-top1 ul li em {
  display: flex;
  font-style: normal;
  padding-bottom: 5px;
}
.header-top1 ul li {
  color: #fff;
  display: inline-block;
  float: left;
  font-family: open sans !important;
  font-weight: 600 !important;
  padding: 0 8px;
  text-transform: uppercase;
}
.switcher {
  margin-top: -9px;
}
.header-top1 ul li a {
  border: 1px solid #fff;
  color: #fff !important;
  font-family: open sans !important;
  padding: 9px 36px;
  width: 150px;
}
.sticky_hd {
  position: fixed;
}
.mobmenu.sticky_hd {
  background: #1e3957;
	
}
.header-top1 ul li span img {
  filter: contrast(0) brightness(2);
  padding-bottom: 6px;
}
.bs-mobile-menu:hover .header-top1 ul li span img {
  filter: none;
}
.sticky_hd .header-top1 ul li span img {
  filter: none;
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.bsh-section-1-inner p {
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}
.bsh-section-1-inner a {
  background: #fff none repeat scroll 0 0;
  color: #1e3957;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  padding: 11px 24px;
  text-transform: uppercase;
}
.bsh-section-1-inner {
  padding: 150px 0;
}

.home-page-banner h5 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.home-page-banner h1 {
  color: #ffffff;
  font-family: "Raleway",sans-serif;
  font-size: 118px;
  font-weight: 200;
  line-height: 128px;
  text-align: center;
}
.home-page-banner h4 {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  padding: 0 25%;
}
.home-page-banner .banner-button {
  background: #fff none repeat scroll 0 0;
  border: 0 solid;
  border-radius: 0;
  color: #1e3957;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  padding: 14px 41px;
  text-transform: uppercase;
}
.bs-home-banner-section2 {
  margin-top: 59px !important;
}
.home-page-banner {
  padding: 4% 9%;
}
#mobmenuleft, #mobmenuright {
  margin: 0;
  padding: 76px 0;
}
.mobmenu .menu-main-menu-container a {
    font-size: 33px !important;
    font-weight: 900 !important;
    line-height: 70px;
}
.mobmenu_content li a {
  display: block;
  letter-spacing: 1px;
  padding: 10px 20px ;
  text-decoration: none;
}
div#rn-pbwp-div {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("https://bridgeskills.net/wp-content/uploads/2019/01/bs-home-banner-2-main.jpg") !important;
  background-origin: padding-box !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1024;
}

.downArrow {
  bottom: -17%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/*****who we are****/
.bsh-section-2 {
  margin-top: 25px;
}
.bs-home-banner-section2 {
  padding: 0 17px;
}
.bsh-section-2 .bsh-section-2-left {
  padding-left: 2%;
  padding-top: 35px;
}
.bsh-section-2-left a {
  background: #1e3957 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  padding: 9px 25px;
  text-transform: uppercase;
}
.bsh-section-2 .bsh-section-2-right img {
  box-shadow: 0 0 0px 0 #575555;
}
/****home Our Services****/
.bsh-section-3 p {
  margin: 0 auto;
  width: 80%;
}
.bsh-section-3 {
  margin-top: 34px;
}
.ourservices-icons > ul li {
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 2px 0 #dcdcdc;
  display: inline-block;
  margin: 16px 12px;
  padding: 60px 23px;
  text-align: left;
  width: 28%;
}
.ourservices-icons > ul li:hover {
  background:#1e3957;
  color: #fff;
}
.ourservices-icons > ul li:hover img {
  filter: contrast(0) brightness(2);
}
.ourservices-icons > ul li:hover a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.ourservices-icons strong {
  color: #1e3957;
  display: inline-block;
  font-size: 17px;
  height: 55px;
  margin: 22px 0 10px;
  text-transform: uppercase;
}
.ourservices-icons > ul li:hover strong {
  color: #fff;
}
.ourservices-icons a {
  border-bottom: 1px solid #1e3957;
  color: #1e3957;
  display: inline-block;
  font-size: 17px;
  margin-top: 20px;
  text-transform: uppercase;
}
.ourservices-icons > ul {
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}


/*******featured on******/
.featuredon ul {
  margin: 21px auto 0 !important;
  padding: 0;
  width: 84%;
}
.featuredon ul li {
  display: inline-block;
  padding: 30px 48px;
}

.featuredon {
  padding-bottom: 0;
  padding-top: 0;
}
.featuredon strong {
  color: #fff;
  font-family: fjalla one;
  font-size: 34px;
  font-weight: 300;
}
.bsh-section-5 {
  padding: 23px 0;
}
.bsh-section-5 h2 {
  line-height: 52px !important;
  position: relative;
}
.bsh-section-5 h2::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 39px;
}


.bs-section-11 h2 {
  margin-bottom: 25px;
}
.bs-sec-12 a {
  background: #1e3957 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 25px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
}
.bs-sec-12 .wpb_text_column.wpb_content_element {
  margin-bottom: 7px !important;
}




/*****TESTIMONIALS***/


.profile-img-wrapper img {
  display: block !important;
}
.item-content-wrapper h3 {
  display: none;
}
.testimonials-bs-6 em::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 36px;
}
.testimonials-bs-6 img {
  width: 60% !important;
}
.testimonials-bs-6 em {
  color: #fff;
  display: inline-block;
  font-family: fjalla one;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 21px !important;
  margin-top: 15px;
  padding-bottom: 15px !important;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.testimonials-bs-6 strong {
  display: inline-block;
  font-family: fjalla one !important;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 25px;
  padding-top: 26px;
  position: relative;
}

.testimonials-bs-6 strong::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: -21px;
  margin: 0 auto;
  position: absolute;
  top: 37px;
  width: 17px;
}
.testimonials-bs-6 .tss-wrapper .owl-dot > span {
  background: #fff none repeat scroll 0 0 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #fff;
  text-decoration: none !important;
}
.dashicons, .dashicons-before::before {
  display: inline-block;
  font-family: dashicons;
  font-size: 31px;
  font-style: normal;
  font-weight: 100;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 21px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #fff 1!important;

}










.testimonials-bs-6 {
  margin-top: 45px;
  overflow: hidden !important;
  padding: 34px 0 45px;
}
.testimonial-thumb-theme1 img {
  width: 22% !important;
}
.testimonials-bs-6 .testimonial-theme1 .testimonial-thumb-theme1 {
  border: medium none;
  border-radius: 0;
  height: auto;
  margin: 0 auto 17px;
  overflow: hidden;
  width: 85px;
}

.bs-section-7 ul li:last-child {
  margin-left: -22%;
}
.testimonials-bs-6 strong {
  display: inline-block;
  font-family: fjalla one !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 25px;
}
.testimonials-bs-6 p {
  color: #fff !important;
  font-style: normal !important;
  margin: 0 auto;
  width: 83%;
}
.testimonials-bs-6 .super-testimonial-theme1 i {
  color: #ed8a19;
  font-size: 20px;
}
.testimonials-bs-6 .testimonial-theme1 .testimonial-description-title-theme1::after {
  display: none;
}
.testimonials-bs-6 .testimonial-theme1 .testimonial-description-title-theme1 {
  color: #fff;
  font-family: sofia pro;
  font-size: 20px;
  font-weight: 400;
  margin-right: 0;
  text-transform: capitalize;
}
.testimonials-bs-6 .owl-prev {
  left: 0%;
}
.testimonials-bs-6 .owl-next {
 right: 0%;
}
.testimonials-bs-6 .owl-buttons {
  top: 43%;
}
.testimonials-bs-6 .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  font-size: 45px;
}
.testimonials-bs-6 .testimonial-theme1 .testimonial-description-profiles-theme1 {
  margin: 0;
}


.bs-home-sec-10 ul li {
  display: inline-block;
  padding: 34px 15px;
}
.bs-home-sec-10 ul li:hover {
  background: #fff none repeat scroll 0 0;
}
.bs-home-sec-10 {
  margin-bottom: -45px;
  text-align: center;
}
.bs-home-sec-10 ul li:hover img {
  filter: contrast(0) brightness(0);
}
.bs-home-sec-10 .vc_column-inner {
  padding-top: 0 !important;
}
.bs-home-sec-10 .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.bs-home-sec-10 ul {
  margin: 0 auto !important;
  padding: 0;
}


/****home subscribe***/
.bs-section-7 .vc_column-inner {
  padding-top: 0 !important;
}
.bs-section-7 {
  background: #1e3957 none repeat scroll 0 0;
  margin-top: 45px;
  padding: 23px 0 20px;
}
.bs-section-7 ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.bs-section-7 .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.bs-section-7 ul li:first-child {
  float: left;
}
.bs-section-7 ul li {
  display: inline-block;
}
.bs-section-7 ul li:first-child a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  margin-top: 7px;
}
.bs-section-7 ul li:last-child a {
  color: #fff;
  font-family: fjalla one !important;
  font-size: 29px;
  font-weight: 300;
}
.bs-section-7 ul li a img {
  margin-left: 7px;
}
/****footer***/
.br-footer .container {
  padding-left: 0;
  width: 100%;
}
.br-footer .bs-map-footer {
  padding-left: 0;
}
.br-footer h3 {
  display: none;
}
.br-footer .bs-map-footer p iframe {
  height: 450px;
}
.br-footer .bs-address p {
  color: #fff;
  font-size: 12px !important;
  line-height: 20px !important;
  margin-left: 118px;
  margin-top: 7%;
  text-align: right;
}
.br-footer .bs-address p strong {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  padding: 12px 0;
}
.br-footer .bs-address p strong.address37 {
  font-size: 23px;
  font-weight: 600;
}
.br-footer .bs-address p img {
  margin-bottom: 8px;
  width: 18%;
}
.br-footer .bs-address p a {
  background: #fff none repeat scroll 0 0;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 18px 0 23px;
  padding: 13px 14px;
}
.br-footer {
  background: #141414 none repeat scroll 0 0;
}
/****mobile footer***/
.mobile-footer {
  display: none;
}
.mobile-footer .textwidget p {
  color: #fff;
}
.mobile-footer .textwidget p img {
  margin-bottom: 13px;
}
.mobile-footer .textwidget p strong {
  display: inline-block;
  padding: 3px 0;
}
.mobile-footer .textwidget p strong.address37 {
  margin-top: 10px;
}
.mobile-footer .textwidget p strong i {
  padding: 0 10px 0 0;
}
.mobile-footer .textwidget p a {
  background: #fff none repeat scroll 0 0;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 18px 0 23px;
  padding: 13px 14px;
}






/****copyright***/
#colophon .site-info a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.site-footer {
  background-color: #141414;
  border-top: medium none;
}
.site-footer .container {
  width: 100%;
}
.br-footer #text-2 {
  margin-bottom: 0;
}
.site-footer {
  padding: 3px 0;
}
.br-footer {
  border-top: 0 none;
}
.footer-menu {
  line-height: 0;
   margin-top: -24px;
  padding: 0;
}
.footer-menu ul li {
  display: inline;
  padding: 0 18px;
}
.site-footer1 {
  display: inline-block;
  float: left;
  padding: 0;
}
.footer-logo {
  text-align: center;
  width: 10%;
}
.footer-logo a img {
  width: 63% !important;
}
.site-footer1 ul {
  padding: 0;
}
.site-footer1 ul li {
  position: relative;
  text-transform: uppercase;
}
.site-footer1 ul li::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
}
.site-footer1 ul li:last-child::before {
  display: none;
}
.copy-wight {
  float: left;
  width: 29%;
}

.go-top.show {
  background: #1e3957 none repeat scroll 0 0;
}
.go-top.show:hover {
  color: #fff;
}
.go-top {
  z-index: 2147483647 !important;
}

/******About-page*****/

.bs-about-big-img-section {
  margin: 0 auto;
  width: 75%;
}
.hentry {
  padding: 0 !important;
}
.entry-title {
  display: none;
}
.bsa-section-1 {
  display: inline-block;
  float: left;
  margin-top: -40px;
  width: 100%;
}
.bsa-section-1 h1 {
  padding: 12% 0;
}
.bsa-section-2 h2 {
  font-size: 24px !important;
  margin-bottom: 5px;
  margin-top: 0;
}
.bsa-section-2 .text0 {
  margin-bottom: 20px;
}
.bsa-section-2 {
  padding: 0 4%;
}
.bsa-section-2-img {
  margin-top: 15px;
}
.bsa-section-3 {
  margin-top: 15px;
  padding: 0 16%;
  text-align: center;
}
.bs-about-section04 {
  position: relative !important;
}
.bs-about-section04 .bs-about-section04-text {
  bottom: 0;
  content: "";
  left: 0;
  padding-left: 10%;
  padding-top: 40%;
  position: absolute;
  right: 0;
  top: 0;
}
.bs-about-section04 .bs-about-section04-text:hover {
  background: rgba(30, 57, 87, 0.8) none repeat scroll 0 0;
}
.bs-about-section04 .bs-about-section04-text ul {
  padding: 0;
}
.bs-about-section04 .bs-about-section04-text h2 {
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.bs-about-section04 .bs-about-section04-text h2::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  width: 22px;
}
.bs-about-section04 .bs-about-section04-text ul li {
  color: #fff;
  padding: 5px 0;
}
.bs-about-section04 .bs-about-section04-text ul li a {
  color: #fff;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
}
.bs-about-section04 .bs-about-section04-text ul li a:hover {
  text-decoration: underline;
}
.page-id-159 .bs-section-7 {
  margin-top: 15px;
}
/****contact****/
.page-id-165 .mob-menu-header-holder.mobmenu {
  background: #1e3957 none repeat scroll 0 0;
}
.bs-contact-sec1 h1 {
  text-transform: uppercase;
}
.bs-contact-sec1 p strong {
  font-size: 26px !important;
  font-weight: 300 !important;
  line-height: 32px;
}
.bs-contact-sec1 p a {
  background: #1e3957 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  padding: 13px 20px;
  text-transform: uppercase;
}
.bs-contact-sec1 {
  margin-top: 15%;
  padding-bottom: 1%;
  position: relative;
}
.bs-contact-sec1::before {
  background: #aeaeae;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 80%;
  left:0;
  right:0;
  margin:0 auto;
}
.bs-contact-sec2 {
  margin-top: 32px;
}
.bs-contact-sec2 p strong {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}


/*****services-page******/
.page-id-272 .bs-service-sec01 p em {
  display: inline-block;
  font-family: open sans !important;
  font-style: normal;
  padding-left: 17px;
  text-transform: capitalize;
}
.bs-service-sec01 ul li strong {
  color: #000 !important;
  font-family: open sans !important;
}
.bs-service-sec01 ul {
  margin-bottom: 0;
  padding-left: 30px;
}
.bsc-section-1-mobile {
  display: none !important;
}
.bs-service-sec01-mobile {
  display: none !important;
}
.bs-service-sec01 a {
  background: #1e3957 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: 30px;
  padding: 9px 25px;
  text-transform: uppercase;
}
.bs-service-sec01 {
  align-items: center;
  display: flex;
  margin-top: -8px;
  padding: 35px 12% !important;
}
.bs-service-sec01 {
  padding-bottom: 5px;
}

.bs-service-sec01 img {
  box-shadow: 0 0 4px 0 #dcdcdc;
}
.bs-service-sec02 {
  margin-top: 0;
}
/****digital-marketing***/
.bs-digital-marketing-sec01 h2 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.bs-digital-marketing-sec01 p {
  margin: 0 auto;
  width: 80%;
}
.bs-digital-marketing-sec02 p strong::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 36px;
}
.bs-digital-marketing-sec02 p strong {
  display: inline-block;
  font-family: fjalla one !important;
  font-size: 24px;
  font-weight: 300 !important;
  margin-bottom: 20px;
  padding-bottom: 9px;
  position: relative;
}
.bs-digital-marketing-sec02 {
  margin-bottom: 35px;
}
.bs-digital-marketing-sec02 img {
  box-shadow: 0 0 4px 0 #ccc;
}


/*******Cloud consulting********/

h3 {
  font-family: fjalla one;
  text-transform: uppercase;
}
.bsc-section-1 h2 {
  text-transform: capitalize;
}
.bsc-section-1 strong {
  display: inline-block;
  font-weight: 500 !important;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}
.bsc-section-1 a {
  border: 1px solid #1e3957;
  color: #1e3957;
  display: inline-block;
  margin-top: 30px;
  padding: 17px 26px;
}
.bsc-section-1 {
  align-items: center;
  display: flex;
}
.bsc-sectionr-01 {
  padding: 40px 0;
}

.bs-cloud-consulting-01 img {
  box-shadow: none;
  height: 300px !important;
}


.bs-cloud-sec01 h2 {
  color: #fff !important;
}
.bs-cloud-consulting-01 ul li strong {
  color: #fff !important;
}
.bs-cloud-sec01 h2 {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
	color: #fff !important;
}
.bs-cloud-sec-1 {
  content: "";
  left: 42px;
  position: absolute;
  top: 67px;
}
.bs-cloud-sec-1-left002 {
  margin-top: 101px;
}
.bs-cloud-sec-2 {
  content: "";
  position: absolute;
  right: 58px;
  top: 12px;
}
.bs-cloud-sec-1-right002 {
  margin-top: 102px;
}
.bs-cloud-sec01 li {
  color: #fff !important;
  padding: 10px 0;
}
.bs-cloud-sec-0012 {
  align-items: center;
  display: flex;
}
.bs-cloud-sec01 h2::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 4px;
  position: absolute;
  width: 5%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.bs-cloud-consulting-01 strong {
  color: #fff !important;
}
.bs-cloud-consulting-01::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 218px;
  position: absolute;
  right: 5px;
  top: 38px;
  width: 1px;
}
.bs-cloud-consulting-01 {
  position: relative;
}


/*******Website develpoment******/
.bsw-section-1 h2 {
  color: #fff;
}
.bsw-section-1 p {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 63%;
}
.bsw-text.bsw-icon-1.left {
  margin-top: 33%;
}
.bsw-text.bsw-icon-2.left {
  margin-top: 28%;
}
.bsw-text.bsw-icon-3.left {
  margin-top: 29%;
}
.bsw-text.bsw-icon-4.left {
  margin-top: 29%;
}
.bsw-text.bsw-icon-5.left {
  margin-top: 28%;
}
.bsw-text.left li {
  color: #fff;
  list-style-type: none;
  text-align: right;
}
.bs-web-design-ui-mobile{
	display: none;	
	}
.bsw-text.bsw-icon-1.right {
  margin-top: 8%;
}
.bsw-text.bsw-icon-2.right {
  margin-top: 29%;
}
.bsw-text.bsw-icon-3.right {
  margin-top: 29%;
}
.bsw-text.bsw-icon-4.right {
  margin-top: 28%;
}
.bsw-text.bsw-icon-5.right {
  margin-top: 36%;
}
.bsw-text.bsw-icon-6.right {
  margin-top: 35%;
}
.bsw-text.right li {
  color: #fff;
  list-style-type: none;
  text-align: left;
}
.bsw-text.right p {
  text-align: left;
  width: 100%;
}
.bsw-text.left p {
  text-align: right;
  width: 100%;
}
.bsw-text .right p {
  text-align: left;
  width: 100%;
}
.bsw-text.bsw-icon-1.right > p {
  float: left;
  width: 100%;
}
.bsw-section-1-icons-1 ul {
  padding: 0;
}
.bsw-section-1-icons-1 .bsw-text strong {
  color: #fff;
}
.bsw-text.left ul {
  margin-top: 5px;
}
.bsw-text.right ul {
  margin-top: 5px;
}
#social-media-marketing p strong {
  color: #000;
  font-family: open sans !important;
  font-weight: 500;
}
#social-media-marketing ul li strong {
  color: #000;
  font-family: open sans !important;
  font-weight: 500;
}
#social-media-marketing p {
  margin-bottom: 6px;
  padding-bottom: 0;
}
/******got a project******/
.full-input-row {
  float: left;
  width: 100%;
}
label.half_input {
  float: left;
  margin-top: 12px;
  width: 47%;
}
.half_inputl {
  margin-left: 30px;
}
.half_input > strong {
  color: #1e3957;
}
.featuredon ul li img:hover {
  filter: contrast(0) brightness(1);
}
.project_full_input {
  margin-top: 14px;
}
.textarea-475 textarea {
  height: 110px;
}
.full-input-row input {
  height: 40px;
}
.findskill_full_input {
  margin-top: 12px;
}
.findskill_full_input input {
  height: 40px;
}
.got-project.Submit {
  background: #1e3957 none repeat scroll 0 0;
  border: 0 none !important;
  border-radius: 0 !important;
  float: right;
  font-family: sofia pro;
  font-size: 19px !important;
  font-weight: 500;
  margin-top: 30px !important;
}
.project_full_input > strong {
  color: #1e3957;
}
.got-project.Submit:hover {
  background: #1e3957 none repeat scroll 0 0;
  color: #fff;
}
.bs-got-a-project-form-text {
  float: right;
  margin-top: 79px;
  width: 26%;
}
.bs-got-a-project-form-text strong {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5%;
  text-transform: uppercase;
}
.full-input-row input:focus {
  border: 1px solid #000;
}
.textarea-475 textarea:focus {
  border: 1px solid #000;
}
.findskill_full_input input:focus {
  border: 1px solid #000;
}
.full-input-row label {
  color: #000;
  font-family: sofia pro;
  font-size: 14px;
}
.full-input-row input {
  font-family: sofia pro !important;
  font-size: 17px;
  margin-top: 4px;
}
.full-input-row2 label {
  color: #000;
  font-family: sofia pro;
  font-size: 14px;
}
.full-input-row2 textarea {
  font-family: sofia pro;
  font-size: 17px;
  margin-top: 4px;
}
.full-input-row2 input {
  font-family: sofia pro;
  font-size: 17px;
  margin-top: 7px;
}
.bs-form-request {
  font-family: fjalla one !important;
  font-size: 34px;
  text-transform: uppercase;
}
.bs-form-request {
  display: inline-block;
  font-family: fjalla one !important;
  font-size: 34px;
  font-weight: 300 !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bs-got-a-project-form {
  margin: 10% auto 7%;
  padding: 30px 57px 55px;
  width: 78%;
}
.site-footer-mob {
  display: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  color: #767676;
  height: 37px;
  padding: 4px 9px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.bs-got-a-project-form-text ul li {
  display: block;
  list-style-type: none;
  padding-bottom: 36px;
}
.bs-got-a-project-form-text ul {
  padding: 0;
}
.bs-home-banner-section2-mob {
  display: none;
}
.bs-web-design-ui-mobile .vc_col-sm-4 {
  float: left;
  width: 33%;
}

/****header-top***/
.page-id-165 .bs-mobile-menu {
  background-color: #1e3957;
}
.page-id-165 .bs-mobile-menu:hover .bs-logo img {
  filter: contrast(0) brightness(2);
}
.page-id-165 .bs-mobile-menu:hover .header-top1 ul li {
  color: #fff;
}
.page-id-165 .sticky_hd:hover .bs-logo img {
  filter: none !important;
}
.page-id-165 .bs-mobile-menu:hover .header-top1 ul li span img {
  filter: contrast(0) brightness(2);
}
.page-id-165 .bs-mobile-menu:hover .header-top1 ul li a {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.page-id-165 .sticky_hd:hover .header-top1 ul li a {
  border: 1px solid #1e3957 !important;
  color: #1e3957 !important;
}
.page-id-165 .sticky_hd:hover .header-top1 ul li {
  color: #1e3957;
}
.page-id-165 .sticky_hd:hover .header-top1 ul li img {
  filter: none !important;
}
/****cookies***/
#dmsCookiePopup #dmsCookieBox h3 {
  display: none;
}
#dmsCookiePopup #dmsCookieBox #readMoreButton {
  display: none;
}
#powereBy > a {
  display: none;
}
#checkboxContainer {
  display: none;
}
#dmsCookiePopup #dmsCookieBox p {
  float: left;
  width:88%;
}
#dmsCookiePopup #dmsCookieBox #buttonContainer {
  width: 10%;
}
#dmsCookiePopup #dmsCookieFrame {
  margin: 0 auto;
  max-width: 72% !important;
  width: 100% !important;
}
#dmsCookiePopup #dmsCookieBox button {
  background-color: #1e3957 !important;
}
#dmsCookiePopup #dmsCookieBox button {
  font-size: 13px !important;
  padding: 14px 16px !important;
}
#dmsCookieBadge {
  opacity: 0;
}
#dmsCookiePopup{
overflow:hidden !important;
}
#dmsCookiePopup #dmsCookieBox #buttonContainer {
  margin-bottom: 0 !important;
}




.dropdown-sidenav a {
  float: left;
  width: 100%;
}
.dropdown-sidenav button {
  float: right;
  position: absolute;
  right: 0;
}
.dropdown-sidenav button.active {
  color: white;
  position: absolute;
  top: 0;
}
/******Responcive*****/
@media only screen and (max-width: 1200px){
	.container {
  width:95% !important;
}
	.br-footer .container {
  padding-left: 0;
  width: 100% !important;
}
.ourservices-icons > ul li {
  width: 29%;
}
	.bs-service-sec01 {
  padding: 35px 8% !important;
}
	label.half_input {
  float: left;
  margin-top: 12px;
  width: 46%;
}
	.bs-got-a-project-form-text {
  float: right;
  margin-top: 79px;
  width: 31%;
}
	.bs-got-a-project-form {
  padding: 30px 44px 55px;
}
	.bs-got-a-project-form {
  margin: 10% auto 7%;
}
#dmsCookiePopup #dmsCookieBox #buttonContainer {
  width: 12%;
}
#dmsCookiePopup #dmsCookieBox p {
  width: 85%;
}
.bs-cloud-sec-1 {
  left: 30px;
}
.bs-cloud-sec-2 {
  right: 50px;
}
}






@media only screen and (max-width: 1024px){
	.bsh-section-2 .bsh-section-2-left {
  padding-top: 0px;
}
	.ourservices-icons > ul li {
  width: 35%;
}
	.featuredon ul li {
  padding: 30px 14px;
}
	.bsh-section-3 {
  margin-top: 6px;
}
		.testimonials-bs-6 .owl-buttons {
  top: 40%;
}
#dmsCookiePopup #dmsCookieBox p {
  width: 80%;
}
#dmsCookiePopup #dmsCookieBox #buttonContainer {
  width: 14%;
}
.bs-cloud-sec-1 {
  left: 4px;
}
.bs-cloud-sec-2 {
  right: 20px;
}
.bs-cloud-sec01 h2 {
  margin-bottom: 10px;
}
.bs-cloud-sec01 li {
  padding: 5px 0;
}
.bs-service-sec01 {
  padding: 0 2% !important;
}
}


@media only screen and (max-width: 992px){
	.featuredon > ul {
  width: 89%;
}
		.home-page-banner {
  padding: 4% 3%;
}
 .bsh-section-5 {
  padding: 9px 0 0;
}	
.ourservices-icons > ul li {
  width: 39%;
}
	.testimonials-bs-6 {
  padding: 0 0 23px;
}
		.featuredon > ul {
  width: 100%;
}
	.featuredon ul li {
  padding: 30px 11px;
}
	.testimonials-bs-6 p {
  width: 86%;
}
	.testimonials-bs-6 .owl-prev {
  left: 0;
}
	.testimonials-bs-6 .owl-next {
  right: 0%;
}
.header-top1 ul li:nth-child(4n) {
  display: none;
}
}

@media only screen and (max-width: 990px){
.bs-map-footer p {
  float: left;
  width: 46%;
}
	.br-footer .bs-address p {
  margin-left: 0;
  margin-top: 0;
  float: right;
  width: 39%;
}
		.bs-about-big-img-section {
  width: 95%;
}
	.bs-service-sec01 {
  padding: 35px 2% !important;
}
.bs-contact-sec2-box .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
	.contact-form-001 {
  width: 100%;
}
.bs-got-a-project-form-text ul li {
  display: inline-block;
  padding: 20px 34px;
}
.bs-got-a-project-form-text {
  float: none;
  margin-top: 10px;
  text-align: center;
	 width: 100%;
}
	.bs-got-a-project-form {
  padding: 30px 44px;
}
	.got-project.Submit {
  float: left;
}
	.bsw-text.bsw-icon-2.right {
  margin-top: 23%;
}
	.bsw-text.bsw-icon-3.right {
  margin-top: 24%;
}
	.bsw-text.bsw-icon-4.right {
  margin-top: 23%;
}
	.bsw-text.bsw-icon-5.right {
  margin-top: 30%;
}
	.bsw-text.bsw-icon-6.right {
  margin-top: 31%;
}
	.bsw-text.bsw-icon-2.left {
  margin-top: 20%;
}
	.bsw-text.bsw-icon-3.left {
  margin-top: 24%;
}
	.bsw-text.bsw-icon-4.left {
  margin-top: 23%;
}
	.bsw-text.bsw-icon-5.left {
  margin-top: 22%;
}
	.header-top1 {
  right: 14%;
}
}

@media only screen and (max-width: 800px){

	.bs-home-banner-section2 {
  display: none;
}
	.bs-web-design-ui-desktop .vc_col-sm-4 img {
  margin-top: 51%;
}
	.featuredon ul li {
  padding: 20px 11px;
}
	.bs-home-banner-section2-mob {
  display: block;
}
	.bsh-section-2-left {
  text-align: center;
}
	.ourservices-icons > ul li {
  width: 43%;
}
	.bsh-section-3 p {
  width: 91%;
}
.home-page-banner > h1 {
  font-size: 113px;
}
	.footer-menu ul li {
  padding: 0 17px;
}
	.bs-contact-sec1 {
  margin-top: 18%;
}
	.bs-got-a-project-form {
  margin: 13% auto 7%;
}
}


@media only screen and (max-width: 767px){
.home-page-banner > h1 {
  font-size: 89px;
  line-height: 109px;
}
.bs-web-design-ui-desktop{
	display: none;	
	}
	.bs-web-design-ui-mobile{
	display: block;	
	}
	.ourservices-icons > ul li {
  width: 60%;
}
	.bs-map-footer p {
  float: none;
  width: 100%;
}
	.site-footer {
  padding: 0;
}
	.site-footer1 {
  float: none;
  text-align: center;
  width: 100%;
}
	.site-footer1 ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
	.site-footer1 ul li {
  display: inline-block;
  padding: 0 13px;
}
	.footer-menu {
  display: none;
}
	.desktop-footer {
  display: none;
}
	.mobile-footer {
  display: block;
}
	.br-footer .bs-map-footer {
  padding-left: 0;
  padding-right: 0 !important;
}
	.br-footer .bs-address p {
  float: left;
  margin-top: 15px;
  text-align: left;
  width: 100%;
}
	
.site-footer {
  display: none;
}
.site-footer.site-footer-mob {
  display: inline-block;
  width: 100%;
}
.copy-wight {
  float: none;
  text-align: center;
  width: 100%;
}
.footer-menu {
  line-height: 0;
  margin-top: -24px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.site-footer1 {
  float: none;
}

.bsa-section-3 {
  padding: 0 4%;
}
.bs-about-big-img-section {
  width: 75%;
}
.bs-about-section04 .bs-about-section04-text {
  padding-top: 43%;
}
.br-footer .container {
  padding-right: 0;
}
.bs-about-section04 .bs-about-section04-text {
  bottom: 0;
  content: "";
  left: 0;
  padding-left: 10%;
  padding-top: 29%;
  position: absolute;
  right: 0;
  top: 0;
}
.bs-service-sec01 {
  display: inline-block;
  margin: -9px auto 0;
}
.bs-service-sec01 .wpb_single_image {
  margin-bottom: 0;
  text-align: center;
}
	.bs-service-sec02 {
  margin-top: -9px;
}
.bs-service-sec01-mobile {
  display: block !important;
}
	.bs-service-sec01-desktop {
  display: none;
}
	.bs-service-sec01 {
  padding: 0 2% !important;
}
	.bs-service-sec01 a {
  margin-bottom: 20px !important;
}
	.page-id-330 .bs-service-sec01 .vc_column-inner, .page-id-315 .bs-service-sec01 .vc_column-inner, .page-id-338 .bs-service-sec01 .vc_column-inner, .page-id-302 .bs-service-sec01 .vc_column-inner, .page-id-322 .bs-service-sec01 .vc_column-inner {
  padding-top: 35px;
}
	.bsc-section-1-mobile {
  display: block !important;
}
		.bsc-section-1-desktop {
  display: none !important;
}
.bsc-section-1 .bsc-section-1-text .vc_column-inner {
  padding-top: 0 !important;
  text-align: center;
}
	.bsc-section-1 .bsc-section-1-text h2 {
  text-align: center !important;
}
	.bsc-section-1 strong {
  margin-bottom: 15px;

}
	.bsc-section-1 a {
  margin-top: 20px;
}
	.bsc-sectionr-01 {
  padding: 15px 0;
}
	.bs-contact-sec1 p strong br {
		display: none;
	}
	.bs-contact-sec1 {
  margin-top: 21%;
}
	.bs-contact-sec2-box-002 {
  margin-bottom: 30px;
  margin-top: 30px;
}
	.bs-contact-sec1 h1 {
  font-size: 60px !important;
}
	.bs-contact-sec2 p strong {
  padding-bottom: 10px;
}
.bs-got-a-project-form {
  margin: 17% auto 7%;
  padding: 30px 13px 4px;
  width: 85%;
}
	.bs-digital-marketing-sec02 {
  text-align: center;
}
	.bs-digital-marketing-sec01 .vc_column-inner {
  padding-top: 20px !important;
}
.bsw-text.bsw-icon-1.left {
  margin-top: 28%;
}
.bsw-text.bsw-icon-2.left {
  margin-top: 52%;
}
	
.bsw-text.bsw-icon-3.left {
  margin-top: 46%;
}
.bsw-text.bsw-icon-4.left {
  margin-top: 48%;
}
.bsw-text.bsw-icon-5.left {
  margin-top: 47%;
}
	.bs-web-design-ui-mobile .bsw-text.left {
  text-align: right;
  width: 100%;
}
	.bs-web-design-ui-mobile .bsw-text.left strong {
  color: #fff;
}
	.bsw-text.bsw-icon-1.right {
  margin-top: 0;
}
	.bsw-text.bsw-icon-2.right {
  margin-top: 46%;
}
.bsw-text.bsw-icon-3.right {
  margin-top: 45%;
}
	.bsw-text.bsw-icon-4.right {
  margin-top: 43%;
}
	.bsw-text.bsw-icon-6.right {
  margin-top: 62%;
}
.header-top1 ul li {
  padding: 0 6px;
}
.bs-mobile-menu {
  padding: 20px 25px;
}
#dmsCookiePopup #dmsCookieBox p {
  text-align: center !important;
  width: 100%;
}
#dmsCookiePopup #dmsCookieBox button {
  width: 100px !important;
}
#dmsCookiePopup #dmsCookieBox #buttonContainer {
  text-align: center;
  width: 100%;
}
#dmsCookiePopup #dmsCookieFrame {
  max-width: 100% !important;
  width: 100% !important;
}
.header-top1 ul .mobile-phn-call {
  display:block;
}
.header-top1 ul li em {
  display: none;
}
.header-top1 ul .mobile-phn-call a {
  border-radius: 100%;
  display: block;
  height: 30px;
  padding: 2px 7px;
  width: 30px;
}
.header-top1 ul .mobile-phn-call a i {
  font-size: 18px;
}
.bsa-section-1 h1 {
  font-size: 36px !important;
  padding: 18% 0 12%;
}
.bs-sidenav a {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}
.dropdown-btn {
  top: 18px;
}
.bs-cloud-sec-0012 {
  display: block;
}
.bs-cloud-consulting-01::after {
  width: 0;
}
.bs-cloud-sec-1 {
  left: 0;
}
.bs-cloud-sec-2 {
  right: 0;
}
.bs-cloud-sec01-left {
  margin: 0 auto;
  width: 60%;
}
.bs-cloud-sec01-right .vc_column-inner {
  padding-top: 0 !important;
}
.bs-service-sec01 ul {
  margin-bottom: 0;
  padding-left: 0;
}
.dropdown-sidenav {
  width: 90%;
}
.bs-service-sec01 ul {
  padding-left: 30px;
}
.bsa-section-3 {
  padding: 0 0;
}
.bs-digital-marketing-sec01 p {
  width: 100%;
}
}


@media only screen and (max-width: 600px){
	.home-page-banner > h1 {
  line-height: 82px;
		font-size: 77px;
}
.bs-section-7 ul li:last-child {
  margin-left: -7%;
}
.bs-about-section04 .bs-about-section04-text {
  padding-top: 36%;
}
.bs-about-big-img-section {
  width: 80%;
}
.bs-contact-sec1 h1 {
  font-size: 44px !important;
  margin-bottom: 16px;
}
.bs-contact-sec1 p a {
  margin-top: 30px;
}
.bs-contact-sec1 {
  margin-top: 25%;
}
.bs-got-a-project-form {
  width: 95%;
}
.bsw-text.bsw-icon-2.left {
  margin-top: 35%;
}
.bsw-text.bsw-icon-3.left {
  margin-top: 40%;
}
.bsw-text.bsw-icon-5.left {
  margin-top: 32%;
}
.bsw-text.bsw-icon-2.right {
  margin-top: 38%;
}
.bsw-text.bsw-icon-3.right {
  margin-top: 40%;
}
.bsw-text.bsw-icon-5.right {
  margin-top: 42%;
}
.bsw-text.bsw-icon-6.right {
  margin-top: 38%;
}
.bsw-section-1 p {
  width: 100%;
}
.bs-mobile-menu {
  padding: 20px 10px;
}
.header-top1 ul {
  margin-top: 8px;
}
.bs-cloud-sec01-left {
  width: 80%;
}

}


@media only screen and (max-width: 480px){
.home-page-banner > h1 {
  font-size: 52px;
  line-height: 66px;
}
	.show-nav-right.mob-menu-slideout-over .mob-menu-right-panel {
  width: 270px;
}
	.bsh-section-2-left h2 {
  margin-bottom: 5px;
}
	.bsh-section-3 p {
  width: 100%;
}
	.bsh-section-2-left .vc_column-inner {
  padding: 0;
}
	.bsh-section-3 {
  margin-top: 23px;
}
	.downArrow {
  bottom: -35%;
}
	.ourservices-icons > ul li {
  width: 100%;
}
	.testimonials-bs-6 .owl-buttons {
  top: 81%;
}
	.testimonials-bs-6 .owl-prev {
  left: 30px;
}
	.ourservices-icons > ul li {
  margin: 13px auto;
}
	.testimonials-bs-6 .owl-next {
  right: 30px;
}
	.bs-section-7 ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 13px 0;
  width: 100%;
}
	.bs-section-7 {
  padding-top: 8px;
}
	.bs-section-7.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 13px;
}
	.bsh-section-4 {
  margin-bottom: 7%;
}
	.br-footer .bs-address p strong.address37 {
  line-height: 37px;
}
	.bsa-section-2-img img {
  margin-bottom: 3%;
}
	.bs-about-big-img-section {
  width: 95%;
}
	.bs-about-section04 .bs-about-section04-text {
  padding-top: 26%;
}
	.mobmenu .menu-main-menu-container a {
  font-size: 19px !important;
}
	.bsa-section-1 h1 {
  font-size: 39px !important;
  padding: 78px 0;
}
	.mob-menu-logo-holder {
  margin-left: 15px;
}
	.mobmenur-container {
  margin-right: 15px;
}
	.bs-service-sec01 h2 {
  font-size: 26px !important;
  line-height: 34px !important;
}

	.bs-.bsc-sectionr-01contact-sec1 h1 {
  font-size: 39px !important;
}
	.bs-contact-sec1::before {
  bottom: -15px;
}
	.bs-contact-sec1 {
  margin-top: 28%;
}
	.bs-contact-sec2 {
  margin-top: 52px;
}
	.bs-contact-sec1 p strong {
  font-size: 24px !important;
  line-height: 30px;
}
	.bsc-sectionr-01 {
  padding: 24px 0;
}
	.bs-got-a-project-form {
  padding: 30px 13px;
  width: 100%;
}
	label.half_input {
  float: left;
  margin-top: 12px;
  width: 100%;
}
	.half_inputl {
  margin-left: 0;
}
	.bs-got-a-project-form-text .vc_column-inner {
  padding-top: 16px !important;
}
	.bs-got-a-project-form-text ul li {
  display: inline-block;
  padding: 16px 34px;
}
	.bs-form-request {
  margin-bottom: 7px;
}
	.got-project.Submit {
  margin-top: 21px !important;
  padding: 9px 20px;
}
	.bs-digital-marketing-sec01 {
  margin-bottom: 22px;
}
	.bs-digital-marketing-sec02 p strong {
  margin-top: 30px;
}
	.bs-digital-marketing-sec02 p {
  margin-bottom: 25px !important;
}
	.bs-got-a-project-form {
  margin: 24% auto 7%;
}
	.bs-section-7 img {
  width: 7%;
}
.bs-web-design-ui-mobile .bsw-text.right strong, .bs-web-design-ui-mobile .bsw-text.left strong {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.bs-web-design-ui-mobile .bs-web-design-center {
  width: 45%;
}
.bs-web-design-ui-mobile .bs-web-design-left {
  width: 27%;
}
.bs-web-design-ui-mobile .bs-web-design-right {
  width: 27%;
}
.bsw-text.bsw-icon-2.right {
  margin-top: 84%;
}
.bsw-text.bsw-icon-3.right {
  margin-top: 84%;
}
.bsw-text.bsw-icon-4.right {
  margin-top: 77%;
}
.bsw-text.bsw-icon-5.right {
  margin-top: 96%;
}
.bsw-text.bsw-icon-6.right {
  margin-top: 80%;
}
.bsw-text.bsw-icon-1.left {
  margin-top: 50%;
}
.bsw-text.bsw-icon-2.left {
  margin-top: 73%;
}
.bsw-text.bsw-icon-3.left {
  margin-top: 65%;
}
.bsw-text.bsw-icon-4.left {
  margin-top: 70%;
}
.bsw-text.bsw-icon-5.left {
  margin-top: 80%;
}
.switcher a {
  font-size: 10pt !important;
}
.header-top1 ul li {
  padding: 0 4px;
}
.switcher .option {
  width: 100px !important;
}
.switcher .selected a {
  width: 93px !important;
}
.switcher {
  width: auto !important;
}
.bs-mobile-menu .bs-logo img {
  width: 85%;
}
.header-top1 ul {
  margin-top: 6px;
}
.bs-mobile-menu .bs-logo {
  width: 34%;
}
.switcher .selected a {
  padding: 8px 3px !important;
}
.dropdown-sidenav .dropdown-container a {
  padding: 6px 26px;
}
.header-top1 ul li a {
  width: auto;
}
.bs-cloud-sec01-left {
  margin: 0 auto;
  width: 95%;
}
.bs-cloud-consulting-01 strong {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}
.bs-cloud-sec01-right {
  padding-bottom: 20px;
}
.bs-cloud-consulting-01 img {
  height: auto !important;
  width: 65%;
}
.header-top1 ul .mobile-phn-call a i {
  font-size: 13px;
}
.header-top1 ul .mobile-phn-call a {
  height: 27px;
  padding: 0 7px;
  width: 27px;
}
.bsa-section-1 h1 {
  height: 250px;
  padding: 33% 0% 9% !important;
}
.page-id-322 .bsa-section-1 h1 {
  padding: 28% 0 9% !important;
}
	.testimonials-bs-6 .owl-prev {
  left: 0;
}
	.testimonials-bs-6 .owl-next {
  right: 0;
}
}


@media only screen and (max-width: 360px){
.bsh-section-4 {
  margin-bottom: 10%;
}
.home-page-banner > h1 {
  font-size: 45px;
  line-height: 60px;
}
.bs-got-a-project-form {
  margin: 30% auto 7%;
}
.bsw-text.bsw-icon-3.right {
  margin-top: 32%;
}
.bsw-text.bsw-icon-2.left {
  margin-top: 48%;
}
.header-top1 ul .mobile-phn-call a {
  height: 25px;
  padding: 0 6px;
  width: 25px;
}
.header-top1 ul li {
  padding: 0 2px;
}
.bs-mobile-menu {
  padding: 20px 3px;
}
.bs-cloud-sec-1 {
  left: -20px;
}
.bs-cloud-sec-2 {
  top: 0;
}
.bs-cloud-sec-1-right002 {
  margin-top: 93px;
}
.bs-cloud-sec-1 {
  top: 53px;
}
.bs-cloud-sec-1-left002 {
  margin-top: 80px;
}
	.bs-about-section04-text-mobile {
  padding-top: 39px !important;
}
}
























