@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed:400,400i,600,600i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
  font-family: "Saira Condensed", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.toprequest {
	font-size:22px;
	text-align:right;
	float:right;
	text-transform:uppercase;
	line-height:30px;
}
.paragraphul {
	color: #777;
  	font-family: "Saira Condensed", sans-serif;
	list-style: square !important;
	margin-left:25px !important;
	font-size:16px !important;
}
.boxes_form
{
width: 100%;
padding-right: 44px;
margin-top: 24px;
}
.boxes_input
{
display: block;
position: relative;
width: 100%;
margin-top: 24px;
height: 47px;
background: #E1E1E1;
padding-left: 20px;
border: none;
outline: none;
}
.boxes_input_moreroom {height: 147px !important;}
.boxes_input::-webkit-input-placeholder
{
font-size: 12px !important;
font-weight: 500 !important;
font-style: italic;
color: #828282 !important;
}
.boxes_input:-moz-placeholder
{
font-size: 12px !important;
font-weight: 500 !important;
font-style: italic;
color: #828282 !important;
}
.boxes_input::-moz-placeholder
{
font-size: 12px !important;
font-weight: 500 !important;
font-style: italic;
color: #828282 !important;
} 
.boxes_input:-ms-input-placeholder
{ 
font-size: 12px !important;
font-weight: 500 !important;
font-style: italic;
color: #828282 !important;
}
.boxes_input::input-placeholder
{
font-size: 12px !important;
font-weight: 500 !important;
font-style: italic;
color: #828282 !important;
}
.boxes_select
{
display: block;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-webkit-user-select: none;
background-image: url(../images/down.png);
background-position: center right;
background-repeat: no-repeat;
border: none;
outline: none;
font-size: 12px !important;
font-weight: 500 !important;
font-style: italic;
color: #828282 !important;
cursor: pointer;
}
.boxes_form_button
{
width: 100%;
height: 54px;
background: #19173c;
border: none;
outline: none;
color: #FFFFFF;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.2em;
margin-top: 24px;
cursor: pointer;
}
.social_class {
	margin: 0px 20px 0px 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.green{
	color:#0F0;
}
.textmuchbigger {
	font-size:34px;
}
.message_submit_form:focus {
  outline: none;
}
input:hover, input:focus {
  outline: none !important;
}
.gray_bg {
  background-color: #f7f7f7;
}
.section_padding {
  padding: 80px 0px;
}
.single_padding_top {
  padding-top: 130px !important;
}
.padding_top {
  padding-top: 80px;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color:#722a82;
}
a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
  color: #19173c;
  font-family: "Saira Condensed", sans-serif;
}
p {
  color: #777;
  font-family: "Saira Condensed", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 0px;
}
h2 {
  font-size: 44px;
  line-height: 28px;
  color: #19173c;
  font-weight: 600;
  line-height: 1.222;
}
h3 {
  font-size: 24px;
  line-height: 25px;
}
h5 {
  font-size: 18px;
  line-height: 22px;
}
img {
  max-width: 100%;
}
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}
.section_tittle {
  margin-bottom: 40px;
}
.section_tittle h2 {
  font-size: 50px;
  color: #19173c;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
}
.section_tittle h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 100px;
  height: 1px;
  background-color: #722a82;
}
.section_tittle p {
  color: #777;
  font-weight: 400;
  padding-top:20px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mb_110 {
  margin-bottom: 110px;
}
.mt_130 {
  margin-top: 130px;
}
.mb_130 {
  margin-bottom: 130px;
}
.pt_100 {
  padding-top: 100px;
}
.padding_less_40 {
  margin-bottom: -50px;
}
.z_index {
  z-index: 9 !important;
  position: relative;
}
.section_bg {
  background-color: #f7f7f7;
}
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fdcb9e;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit_btn:hover {
  background: transparent;
}
.btn_1, .btn_2 {
  display: inline-block;
  padding: 18px 60px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #722a82;
  font-weight: 500;
  letter-spacing: 1px;
}
.btn_1:hover, .btn_2:hover {
  color: #722a82;
  background-color: #fff;
}
.actionbtn{
	vertical-align:middle;
	text-align:center;
}
.makeitbig{
	font-size:26px;
}
.btn_2 {
  background-color: #722a82;
}
.btn_2:hover {
  background-color: #fff;
  color: #722a82;
}
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fdcb9e;
  text-transform: uppercase;
  background-color: #722a82;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button:hover {
  color: #722a82 !important;
}
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}
.button-header {
  color: #fff;
  border-color: #fdcb9e;
}
.button-header:hover {
  background: #b8024c;
  color: #fff;
}
.button-contactForm {
  color: #fff;
  border-color: #fdcb9e;
  padding: 12px 25px;
}.sub_menu {
  background-color: #19173c;
  padding: 14px 0px;
}
.sub_menu .sub_menu_right_content a {
  color: #fff;
}
.sub_menu .sub_menu_right_content i {
  color: #722a82;
  margin-right: 13px;
}
.sub_menu .sub_menu_right_content span {
  color: #757785;
  margin: 0px 20px;
}
.sub_menu .sub_menu_social_icon {
  float: right;
  text-align: right;
}
.sub_menu .sub_menu_social_icon a {
  color: #fff;
  margin-right: 20px;
}
.sub_menu .sub_menu_social_icon a:hover {
  color: #722a82;
}
.main_menu .navbar-brand {
  padding-top: 0rem;
}
.main_menu .navbar {
  padding: 0px;
}
.main_menu .main-menu-item {
  text-align: right !important;
  justify-content: right;
}
.main_menu .main-menu-item ul li .nav-link {
  color: #2f373d;
  font-size: 18px;
  padding: 45px 34px;
  font-family: "Saira Condensed", sans-serif;
  text-transform: uppercase;
}
.main_menu .main-menu-item ul li .nav-link:hover {
  color: #722a82;
}
.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}
.menu_fixed .navbar-brand img {
  max-width: 150px;
}
.menu_fixed .main-menu-item ul li .nav-link {
  padding: 25px 25px;
}
.menu_fixed span {
  color: #000 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 0px;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}
.banner_part {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 600px;
}
.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}
.banner_part .banner_text h5 {
  font-size: 24px;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-weight:bold;
  margin-top: 250px;
}
.banner_part .banner_text h5 span {
  color: #722a82;
}
.banner_part .banner_text h1 {
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 28px;
}
.banner_part .banner_text h1 span {
  color: #722a82;
}
.banner_part .banner_text h3 {
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
  margin-top: 15px;
}
.banner_part .banner_text .btn_1 {
  margin-top: 45px;
}
.banner_part .video_popup {
  z-index: 99 !important;
  color: #333848;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.banner_part .video_popup span {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(1, 84, 85, 0.2);
  color: #fe9c6f;
  margin-left: 37px;
  margin-right: 18px;
  padding-left: 5px;
}
.about_part {
  position: relative;
  z-index: 1;
}
.about_part .about_img {
  position: relative;
  z-index: 2;
}
.about_part .about_img img {
  position: relative;
  z-index: 99;
}
.about_part .about_img:after {
  position: absolute;
  left: -60px;
  top: -60px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  content: "";
  z-index: -1;
}
.about_part .about_text {
  position: relative;
}
.about_part .about_text:after {
  position: absolute;
  left: -200px;
  bottom: -111px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  content: "";
  z-index: -1;
}
.about_part .about_text h4 {
  color: #722a82;
  font-size: 20px;
  font-weight: 300;
}
.about_part .about_text h2 {
  line-height: 1.25;
  margin-bottom: 25px;
  font-weight: 700;
}
.about_part .about_text p {
  margin-bottom: 13px;
  color: #777;
  font-weight: 300;
}
.service_part .single_service_part {
  text-align: center;
  padding: 38px 20px 43px;
  -webkit-transition: 1s;
  transition: 1s;
}
.single_service_image {
	margin-top:25px;
}
.servicesboxes{
	max-height:600px;
	min-height:600px;
}
.service_part .single_service_part i {
  font-size: 42px;
  color: #722a82;
  -webkit-transition: 1s;
  transition: 1s;
}
.service_part .single_service_part h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 28px;
  -webkit-transition: 1s;
  transition: 1s;
  text-transform: uppercase;
}
.service_part .single_service_part p {
  font-weight: 300;
  line-height: 1.875;
  color: #777;
  -webkit-transition: 1s;
  transition: 1s;
}
.service_part .single_service_part .line {
  position: relative;
  z-index: 1;
}
.our_industries {
  padding: 0px 55px 80px 55px;
}
.our_industries .single_industries h3 {
  margin-top: 33px;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.our_industries .single_industries h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 50px;
  height: 1px;
  background-color: #722a82;
}
.our_industries .single_industries h3 a {
  color: #19173c;
  -webkit-transition: 1s;
  transition: 1s;
}
.our_industries .single_industries h3 a:hover {
  color: #722a82;
}
.our_industries .single_industries p {
  color: #777;
  margin-top: 27px;
}
.pitch_block {
  background-color: #fff;
  padding: 80px 0px 80px 0px;
}
.pitch_block .section_tittle h2 {
  color: #000;
}
.pitch_block .single_industries_text {
  padding: 33px 15px 40px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #eaebed;
  border-top: 0px solid transparent;
  -webkit-transition: 1s;
  transition: 1s;
}
.pitch_block .single_industries_text h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 1s;
  transition: 1s;
}
.pitch_block .single_industries_text p {
  color: #777;
  margin-bottom: 20px;
  -webkit-transition: 1s;
  transition: 1s;
}
.pitch_block .single_industries_text .social_icon a {
  background-color: #f7f7f7;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  margin: 0 5px;
  color: #777;
  -webkit-transition: 1s;
  transition: 1s;
}
.pitch_block .single_industries_text .social_icon a:hover {
  background-color: #19173c;
  color: #fff;
}
.pitch_block .single_industries_text:hover {
  background-color: #722a82;
  border: 1px solid #722a82;
  border-top: 0px solid transparent;
}
.pitch_block .single_industries_text:hover p {
  color: #fff;
}
.pitch_block .single_industries_text:hover h3 {
  color: #fff;
}
.single_page_Professional {
  position: relative;
  z-index: 1;
}
.single_page_Professional:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 324px;
  background-color: #fff;
  z-index: -1;
}
.copyright_part {
  background-color: #19173c;
  padding: 26px 0px;
}
.copyright_part p {
  color: #8a8a8a;
  font-family: 300;
}
.copyright_part a {
  color: #722a82;
}
.copyright_part .footer-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #ff7e5f;
  text-align: center;
  margin-left: 10px;
  color: #fff;
}
.copyright_part .footer-social a:hover {
  background-color: #ff7e5f !important;
  color: #fff !important;
}
.copyright_part .footer-social a i:hover {
  color: #fff;
}
.copyright_part span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-info {
  margin-bottom: 25px;
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
  color: #722a82;
}
.contact-info .media-body p {
  color: #8a8a8a;
}
.contact-section {
  padding: 130px 0 100px;
}
.contact-section .btn_2 {
  background-color: #19173c;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}
.contact-section .btn_2:hover {
  background-color: #722a82;
}
.footer-area {
  background-color: #0876ab;
  padding: 80px 0px 0px;
}
.footer_widget{
	color:#fff;
	text-indent: 25px;
}
.footer-area .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.footer-area .single-footer-widget p {
  color: #fff;
  line-height: 1.8;
}
.footer-area .single-footer-widget h4 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}
.footer-area .single-footer-widget ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}
.footer-area .single-footer-widget ul li a:hover {
  color: #722a82;
}
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}
.footer-area .single-footer-widget input {
  height: 40px;
  border: none;
  width: 67% !important;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  font-size: 13px;
  color: #999999;
  border: 0px solid transparent;
}
.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}
.footer-area .single-footer-widget .click-btn {
  background-color: #722a82;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  left: 0;
}
.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}
.footer-area .footer_1 img {
  margin-bottom: 35px;
}
.footer-area .footer_1 p {
  margin-bottom: 15px;
}
.footer-area .social_icon {
  margin-top: 27px;
}
.footer-area .social_icon a {
  color: #cccccc;
  font-size: 14px;
  margin-right: 20px;
}
.footer-area .social_icon a:hover {
  color: #722a82;
}
.footer-area .footer_3 .footer_img .single_footer_img {
  width: 31.33%;
  float: left;
  margin: 1%;
  position: relative;
  z-index: 2;
}
.footer-area .footer_3 .footer_img .single_footer_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-area .footer_3 .footer_img .single_footer_img i {
  text-align: center;
  position: absolute;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
}
.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
  opacity: 0.5;
}
.footer-area .footer_3 .footer_img .single_footer_img:hover i {
  opacity: 1;
}
.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}
.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}
.footer-area .contact_info p {
  margin-bottom: 10px;
}
.footer-area .contact_info p span {
  color: #2c3033;
  font-size: 16px;
}
.footer-area .btn {
  background-color: #722a82;
  color: #fff;
  width: 49px;
  border-radius: 0px;
  height: 40px;
}
.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}
.footer-area .copyright_part_text {
  background-color: #898d8e;
  padding: 32px 15px;
  margin-top: 95px;
}
.footer-area .copyright_part_text p {
  color: #fff;
}
.mt-10 {
  margin-top: 10px;
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.switch-wrap {
  margin-bottom: 10px;
}
.footer-area .copyright_part_text a {
  color: #722a82;
}
.footer-area .input-group {
  border: 1px solid #45556a;
  padding: 5px;
}
.footer-area .footer_icon p {
  margin-bottom: 22px;
  font-size: 16px;
  color: #999;
}
.footer-area .footer_icon ul li {
  margin-bottom: 20px;
}
.footer-area .footer_icon ul li i {
  margin-right: 15px;
}
.footer_menu {
  float: right;
}
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li a {
  color: #777 !important;
  padding: 0px 22px;
}
.footer_menu ul li a:hover {
  color: #722a82 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 80px 0px;
  }
  .single_padding_top {
    padding-top: 70px !important;
  }
  .padding_top {
    padding-top: 80px;
  }
  .section_tittle {
    margin-bottom: 50px;
  }
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .mt_130 {
    margin-top: 70px;
  }
  .mb_130 {
    margin-bottom: 70px;
  }
  .pt_100 {
    padding-top: 30px;
  }
  .main_menu .navbar-brand img {
    max-width: 200px;
  }
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 16px;
  }
  .banner_part {
    background-size: cover;
    height: 600px;
  }
  .banner_part .banner_text {
    height: 600px;
  }
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .about_part .about_text:after {
    bottom: 0;
  }
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part .about_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .service_part .single_service_part h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pitch_block {
    padding: 80px 0 65px;
  }
  .contact-section {
    padding: 80px 0 50px;
  }
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 31%;
  }
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .section_tittle {
    margin-bottom: 50px;
  }
  .main_menu_iner {
    padding: 20px 0px;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
  }
  .about_part .about_text:after {
    display: none;
  }
  .our_industries {
    padding: 70px 0px 55px;
  }
  .our_industries .single_industries {
    margin-bottom: 15px;
  }
  .our_industries .single_industries h3 {
    margin-top: 20px;
  }
  .our_industries .single_industries img {
    width: 100%;
    height: auto;
  }
  .pitch_block {
    padding: 70px 0 55px;
  }
  .pitch_block:after {
    bottom: -1px;
  }
  .pitch_block .single_industries {
    margin-bottom: 15px;
  }
  .pitch_block .single_industries img {
    width: 100%;
  }
  .single_page_Professional:after {
    bottom: -1px;
    height: 256px;
  }
  .contact-section {
    padding: 70px 0 40px;
  }
  .footer-area {
    padding: 158px 0px 0px;
  }
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
  .footer_icon {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
  .single_padding_top {
    padding-top: 70px !important;
  }
  .padding_top {
    padding-top: 70px;
  }
  .section_tittle h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .mt_130 {
    margin-top: 70px;
  }
  .mb_130 {
    margin-bottom: 70px;
  }
  .pt_100 {
    padding-top: 30px;
  }
  .btn_1, .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
  .main_menu .navbar-brand img {
    max-width: 200px;
  }
  .banner_part {
    height: 600px;
    background-color: #f0eed4;
  }
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 600px;
  }
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .about_part .about_text {
    margin-top: 40px;
  }
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .service_part {
    padding: 70px 0px 55px;
  }
  .service_part .single_service_part {
    margin-bottom: 15px;
  }
  .service_part .single_service_part h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .service_part .single_service_part .line:after {
    top: 35px;
  }
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 31%;
  }
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
  .footer-area .copyright_part_text {
    text-align: center;
  }
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 70px 0px;
  }
  .single_padding_top {
    padding-top: 80px !important;
  }
  .padding_top {
    padding-top: 70px;
  }
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
  .section_tittle h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .mt_130 {
    margin-top: 70px;
  }
  .mb_130 {
    margin-bottom: 70px;
  }
  .pt_100 {
    padding-top: 30px;
  }
  .btn_1, .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
  .main_menu .navbar-brand img {
    max-width: 200px;
  }
  .banner_part {
    height: 600px;
    background-color: #f0eed4;
  }
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 600px;
  }
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .banner_part .banner_text h3 {
    font-size: 28px;
  }
  .about_part .about_text {
    margin-top: 30px;
  }
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
  .service_part {
    padding: 70px 0px 55px;
  }
  .service_part .single_service_part {
    margin-bottom: 15px;
    padding: 25px 10px 25px;
  }
  .service_part .single_service_part h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .service_part .single_service_part .line:after {
    top: 35px;
  }
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
  .footer-area .copyright_part_text {
    text-align: center;
    margin-top: 20px;
    padding: 32px 15px;
  }
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media (max-width: 576px) {
  .section_padding {
    padding: 70px 0px;
  }
  .single_padding_top {
    padding-top: 70px !important;
  }
  .padding_top {
    padding-top: 70px;
  }
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
  h3 {
    font-size: 20px;
  }
  .section_tittle h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .mb_110 {
    margin-bottom: 220px;
  }
  .mt_130 {
    margin-top: 70px;
  }
  .mb_130 {
    margin-bottom: 70px;
  }
  .pt_100 {
    padding-top: 30px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn_1, .btn_2 {
    padding: 14px 30px;
    margin-top: 25px;
  }
  .sub_menu .sub_menu_right_content {
    text-align: center;
  }
  .sub_menu .sub_menu_social_icon {
    text-align: center;
    float: none;
    margin-top: 15px;
  }
  .main_menu .navbar-brand img {
    max-width: 150px;
  }
  .banner_part {
    height: 600px;
    background-color: #f0eed4;
  }
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 600px;
  }
  .banner_part .banner_text h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .banner_part .banner_text h3 {
    font-size: 28px;
  }
  .banner_part .video_popup span {
    margin-left: 10px;
  }
  .banner_part .video_popup {
    margin-left: 0px;
  }
  .about_part .about_text {
    margin-top: 20px;
  }
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
  .service_part {
    padding: 70px 0px 55px;
  }
  .service_part .single_service_part {
    margin-bottom: 15px;
  }
  .copyright_part .footer-social {
    margin-top: 20px;
  }
  .copyright_part .footer-text {
    text-align: center;
  }
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media (max-width: 1024px) {
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
}

@media (min-width: 400px) {
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
}






