body{ padding: 0px; margin: 0px; list-style: none; font: 300 17px/30px 'Outfit'; color:#161616; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Roboto Condensed';
font-family: 'Outfit';*/


.btn_link { padding: 12px 40px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#030303; display: inline-block; font-family: 'Roboto Condensed'; font-size: 16px; line-height: 24px; background: #edb86b; margin-top: 10px; font-weight: 500; letter-spacing: 1px; }
.btn_link:hover{ background: #161616; color:#fff !important; }



/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;
  transition: all 0.3s; position: fixed; z-index: 9; left: 0; top: 0px; padding: 15px 0; }
.header_sec .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }

.home_logo{ display: none;}
.navbar-brand{margin: 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{max-width: 100%; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec {padding: 0; display: flex; justify-content: flex-end; }
.menu_sec li{ margin: 0 0 0 35px; font-size: 16px; line-height: 20px; color:#fff; position: relative; float: left; font-weight: normal; font-family: 'Roboto Condensed'; }
.menu_sec li a{display: inline-block; color: #fff; padding: 8px 0; letter-spacing: 0; text-transform: uppercase; }
.menu_sec li > a{ background: none !important; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#e4b268; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #e4b268; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #e4b268; top: 34px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#161616; padding-left: 20px; }
.site-navigation ul .sub-menu li a:hover{ background: #b6771d !important; padding-left: 20px !important; }

.top-logo{width: 18%;}
.header-mid { width: 82%;}



.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 999; background: #0d0c0d; animation: slideDown 0.75s ease-out; padding: 10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec .btn_link{padding: 14px 40px; }

.header_sec.fixed .navbar-brand img { max-width: 85px;}
.menu_sec li.get_btn a { padding: 13px 32px !important; border-radius: 50px; text-transform: uppercase !important; font-weight: bold; color: #000 !important; display: inline-block; font-family: 'Roboto Condensed'; font-size: 16px; line-height: 24px; background: #fff !important;
 margin: 0; font-weight: 500; letter-spacing: 1px !important; margin: -9px 0 0;}
.menu_sec li.get_btn a:hover{ background: #e4b268 !important; color:#000 !important; }
.menu_sec li.get_btn a:after{ display: none; }




@keyframes slideDown {
    from {
      transform: translateY(-150%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }



.bannersec{ width: 100%; position: relative; }  
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
.banner_box:after{ background: url(../images/ban_bg1.png) no-repeat 0 0; width: 490px; height: 375px; background-size: 100%; position: absolute; right: 0; top: 0; content: ""; }
.banner_box:before{ background: url(../images/ban_bg2.png) no-repeat 0 0; width: 450px; height: 335px; background-size: 100%; position: absolute; left: 0; bottom: 0; content: ""; }

.banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: #100E0E;
background: linear-gradient(180deg, rgba(16, 14, 14, 0.29) 0%, rgba(16, 14, 14, 0) 90%); }
.banner_box .banimg{ width: 100%; height: 760px; object-fit: cover; }
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 52%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; text-align: center; }
.banTxt { max-width: 750px; text-align: center; display: inline-block;}
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 55px; line-height: 62px; color: #edb86b; padding-bottom: 15px; position: relative; text-transform: uppercase; font-family: 'Roboto Condensed'; position: relative; font-weight: 400; }   
.banTxt .ban_heading strong, .banTxt h1 strong{ font-weight: 500; color:#fff; }

.banTxt li{ display: inline-block; text-align: left; margin-left: 10px; }
.banTxt li:first-child{ margin-left: 0;}
.banTxt .btn_link{position: relative;}
.banTxt .event_btn{ background: none; border: 1px solid #fff !important; color:#fff; }
.banTxt .event_btn:hover{ background: #e4b268 !important; border-color:#e4b268 !important; color:#030303 !important; }
.banTxt .btn_link{ border: 1px solid transparent; }
.banTxt .btn_link:hover {
  background: #161616;
  border: 1px solid #161616;
}

.vimeo-wrapper {
   position: relative;
   width: 100%;
   height: 750px;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


.about_sec{ width: 100%; padding: 55px 0 30px 0; }
.about_sec .container{ position: relative; }
.about_row { width: 100%; position: relative; padding: 65px 0 45px 0; overflow: hidden;}
.about_row .row{ align-items: center; }
.reverse{ flex-direction: row-reverse;}
.about_img{ width: 100%; overflow: hidden;}
.about_img img{ width: 100%; transition: all 0.3s; }

.about_content { padding-right: 15px;}
.reverse .about_content { padding-left: 15px; padding-right: 0;}
.about_content .top_paragraph{ padding-bottom: 10px;}
.about_heading{ width: 100%; font-size: 55px; line-height: 60px; font-family: 'Roboto Condensed'; color: #161616; font-weight: 400; text-transform: uppercase; padding-bottom: 20px; position: relative;}
.about_heading strong{ font-weight: 600; }
.about_heading sub { color: #f1c88c; font-size: 100px; bottom: 0; }
.service_textline { font-style: normal; color: transparent; -webkit-text-stroke: 1px #161616; font-family: 'Poppins'; position: absolute;
left: -44px; top: 0px; font-weight: 400; font-size: 125px; line-height: 110px; text-transform: uppercase; opacity: 0.1; letter-spacing: -4px; }
.about_row:nth-child(even) .service_textline {right: -128px; left: inherit;}

.about_img:hover img {
  transform: scale(1.1);
}


.wrapper{ padding: 65px 0; }
.top_heading{ width: 100%; font-size: 40px; line-height: 48px; font-family: 'Roboto Condensed'; color: #131313; font-weight: 400; text-transform: uppercase; padding-bottom: 20px; }
.top_heading strong{ font-weight: 600; }
.top_subheading{ width: 100%; font-size: 20px; line-height: 26px; font-family: 'Roboto Condensed'; color: #0f0202; font-weight: 400; text-transform: uppercase; padding-bottom: 20px; }
.top_paragraph{ font-size: 17px; line-height: 28px; font-family: 'Outfit'; color: #232222; font-weight: 300; padding-bottom: 20px; }
.list_style{ padding: 5px 0 25px; }
.list_style li{ width: 100%; display: inline-block; color:#232222; font-size: 17px; line-height: 20px; position: relative; padding: 2px; padding-left: 32px; margin-bottom: 10px; background: url(../images/chk.png) no-repeat left top 2px; background-size: 24px; font-weight: 300; }
.list_style li:last-child{ margin-bottom: 0px;}



.art_sec{ width: 100%; position: relative; background: url(../images/workbg.jpg) no-repeat 0 0; background-size: cover; overflow: hidden; }
.art_content{ text-align: center; }
.art_content .top_heading{ font-size: 50px; line-height: 60px;}
.art_btn{ width: 100%;}
.art_btn ul{ display: flex; align-items: center; justify-content: center; }
.art_btn ul li{ display: inline-block; }
.art_sec.wrapper{ padding: 140px 0; }

.photography_img1{ width: 20%; position: absolute; left: 0; top: 0; }
.photography_img1 img{ width: 100%;}
.photography_img2{ width: 20%; position: absolute; right: 0; bottom: 0; }
.photography_img2 img{ width: 100%;}


.top_sec{ width: 100%; text-align: center; }
.top_sec .top_subheading { padding-bottom: 8px;}
.video_innr{ width: 100%; padding: 30px 0 0; }
.video_box{ width: 100%; position: relative; overflow: hidden; }
.video_box a{ width: 100%; position: relative; display: block; }
.video_box img{ width: 100%; object-fit: cover; height: 560px;  transition: all 0.3s; }
.play_btn{ width: 50px; height: 50px; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; color:#000; border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.video_box:hover img{ transform: scale(1.1);}


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 28px; color:#000 !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #fff4e4; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }

.partner_sec{ width: 100%; text-align: center;  }
.wrapper.partner_sec { padding-top: 20px;}
.partner_sec .owl-carousel .owl-item{ padding: 10px; }
.partner_logo { width: 100%; text-align: center; display: inline-block; box-shadow: 0 3px 7px 3px #f4f4f4; border-radius: 6px;}
.partner_logo img{ width: auto !important; max-width: 100% !important; display: inline-block !important; }
.partner_sec .top_sec { width: 100%; text-align: center; padding: 0 0 15px;}

.faq_sec{ width: 100%; background: url(../images/faq_bg.jpg) no-repeat 0 0; background-size: cover; background-attachment: fixed; position: relative; min-height: 300px; }
.faq_sec:before{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.90); position: absolute; left: 0; top: 0; content: ""; }
.faq_sec .top_sec { width: 100%; text-align: center; padding: 0 0 20px;}
.faq_sec .top_subheading{ color:#edb86b; } 
.faq_sec .top_heading{ color:#fff; }  
.faq_sec .container{ position: relative;}
.faq_box .accordion-button{ font-size: 17px; text-transform: uppercase; color:#fff; border: none; border-radius: 0 !important; background: none; font-family: 'Roboto Condensed'; font-weight: 400; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); box-shadow: none; }
.faq_box .accordion-item{ background: none; border: none; border-radius: 0;  }
.faq_box .accordion{ background: none; border: none; border-radius: 0; }
.faq_box .accordion-body{ padding-left: 0; padding-right: 0; font-size: 17px; line-height: 28px; font-family: 'Outfit'; color:#fff; font-weight: 300; }
.faq_box .accordion-button::after{ width: 27px; height: 27px; background: url(../images/plus.png) no-repeat 0 0; background-size: 100%; font-size: 0; }
.faq_box .accordion-button:not(.collapsed)::after{ width: 27px; height: 27px; background: url(../images/minus.png) no-repeat 0 0; background-size: 100%; }
.faq_sec .col-md-6{ padding: 0 40px;}


.get_touchSec{ width: 100%; padding: 130px 0 100px 0; background: url(../images/contact_bg.jpg) no-repeat 0 0; background-size: cover; }
.get_touch{ width: 100%; padding: 40px 35px; background: #fff; position: relative;}
.get_touch .top_heading { color: #000; font-size: 55px; line-height: 60px; padding: 0 0 20px; text-transform: uppercase; text-align: center;
font-weight: 600; margin-top: -70px;}

.get_frm{ width: 100%; display: inline-block; margin: 8px 0; position: relative; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ height: 47px; color:#000; border-radius: 0px; padding: 0 12px; font-size: 15px; font-family: 'Outfit'; background: #ededed; border:1px solid #ededed !important; font-weight: 500; width: 100%; outline: none; transition: all 0.3s; }
.get_frm textarea{ padding: 10px 12px; resize: none; height: 78px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#4c4c4c; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{border-color:#edb86b !important;}
.get_frm .btn_link { cursor: pointer; border: none; padding: 12px 35px; outline: none; margin: 0; }
.get_frm select{ cursor: pointer;}

.get_touch .row{ margin: 0 -8px; }
.get_touch .col-md-6, .get_touch .col-md-12{ padding: 0 8px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}
.getfrm_btn{ text-align: center; }


.footer_sec{ width: 100%; background: #fff4e4; }
.footer_top{ width: 100%; padding: 50px 0 40px 0; }
.footer_box { width: 100%; border-right: 1px solid #efe6d8; display: inline-block;}
.ftr_logo { display: block; margin-bottom: 20px;}
.ftr_logo img{ max-width: 100%; }



.footer_heading { font-size: 23px; line-height: 26px; font-weight: 600; color: #1c1c1c; text-transform: uppercase; padding: 0 0 20px;  font-family: 'Roboto Condensed'; }
.footer_logo{ display: inline-block; margin-bottom: 15px; }
.footer_logo img{ max-height: 100%;}
.footer_content{ font-size: 16px; line-height: 27px; color:#000; margin: 0 0 15px; }

.social_box{ width: 100%; display: inline-block;}
.social_box li { margin: 0 15px 0 0; position: relative; float: left;}
.social_box li:last-child{ margin-right: 0px;}
.social_box li a { width: auto; display: inline-block; color: #fff; padding: 0;}

.foot_link { width: 50%; float: left; padding: 0 10px 0 0;}
.foot_link li { width: 100%; margin: 0 0 12px; font-size: 16px; line-height: 20px; color: #1c1c1c; font-weight: 500; }
.foot_link li a{color:#1c1c1c; }
.foot_link li a:hover{ color:#fa9e19; }

.foot_contact li{ width: 100%; margin: 0 0 12px; font-size: 16px; line-height: 20px;  color: #1c1c1c; font-weight: 500; position: relative; padding: 4px; padding-left: 40px;  position: relative; } 
.foot_contact li a{color:#1c1c1c; }
.foot_contact li a:hover{ color:#fa9e19; }
.foot_contact li img{ max-height: 100%;  }
.foot_contact li i{ width: 32px; height: 32px; background: #edb86b; border-radius: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0;}

.footer_box1{width: 23%;}
.footer_box2{width: 49%;}
.footer_box3{width: 28%;}

.footer_btm { width: 100%; padding: 15px 0; font-size: 14px; line-height: 18px; font-weight: normal; color: #0e0e0e; text-align: center; border-top: 1px solid #efe6d8; text-transform: uppercase; }
.footer_btm a{ color:#0e0e0e; }
.footer_btm a:hover{ color:#fa9e19; }

.mobile_btm{ display: none;}
.footer_box3:last-child .footer_box{border: none; }
.footer_box2 .footer_box{ padding-left: 20px; }
.footer_box3 .footer_box{ padding-left: 20px; }




/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #e4b268;}
.primary-navigation .menu_sec ul li a:hover{background-color: #e4b268; color:#fff !important; padding-left: 20px; }

.navbar-brand img { height: auto;}



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/taking-a-photo.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
/* .blog_page_header::after {    background: linear-gradient(180deg, rgba(16, 14, 14, 0.29) 0%, rgba(16, 14, 14, 0) 90%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 100%;} */
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #e4b268; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {content: "";  background: linear-gradient(180deg, rgba(16, 14, 14, 0.29) 0%, rgba(16, 14, 14, 0) 90%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%; height: 100%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }

.about_rt .top_subheading { font-weight: 700; text-transform: capitalize; font-size: 26px; line-height: 2rem; margin: 0 0 10px;}
.about_rt .top_subheading strong{ background: none; padding: 0;}



/*font-family: 'Roboto Condensed';
font-family: 'Outfit';*/


/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #161616;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Roboto Condensed';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #161616;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Roboto Condensed';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #161616;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  font-family: 'Roboto Condensed';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 17px;
  color: #161616;
  font-weight: 300;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Outfit';
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#e4b268;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #e4b268;
}
.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 17px;
  line-height: 1.6em;
  font-family: 'Outfit';
  color: #161616;
  font-weight: 300;
  list-style: none;
  padding-bottom: 5px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#e4b268; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_list_txt ul li strong{ color:#161616; font-weight: 500;}
.inner_bottm_sec {
background: #95621b;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#e4b268;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #161616;
}
.sub_heading strong{ color: #e4b268;}
.inner_bottm_sec .inner_txt { margin-top: 20px;}
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}





/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Outfit';}
.get_box .btn_link{ border: none;font-family: 'Roboto Condensed'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#e4b268 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 35px;
line-height: 1.2;
text-transform: capitalize;
color: #161616;
padding: 0 0 15px;
font-family: 'Roboto Condensed';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #e4b268;
}
.contact_page_heading strong { color:#e4b268;}
.contact_page_info {
position: relative;
color: #161616;
margin: 20px 0 0;
padding-left: 60px;
font-family: 'Outfit';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#ffffff;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration:
none !important;
color: #161616;
}
.contact_page_info {
color: #161616;
}
.contact-text a:hover{ color:#fa9e19; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #161616 !important;
outline:none;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Roboto Condensed';
height: auto;
letter-spacing: 2px;
font-weight: 500;
}

.contact_map {
  width: 100%;
  margin: 50px 0 0;
  box-shadow: 0 0 9px -3px #919191;
  border-radius: 15px;
  display: flex;
}
.contact_map iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin: 0 !important;
}

.full-width .hentry { margin-bottom: 0;}
.inner_content { width: 100%; padding:75px 0;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ background: none; border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 17px; color: #161616; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #0d0c0d; }



/* blog page css  */
.more-link { padding: 13px 30px 15px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Roboto Condensed'; font-size: 16px; line-height: 24px; background: #e4b268; margin-top: 10px; font-weight: 700; letter-spacing: 1px; position: relative; letter-spacing: 1px; display: block; width: fit-content; }
.more-link:hover{ background: #1f1e1c; color:#fff !important; }
.more-link:hover::before { transform: scaleX(1);}
.more-link:hover{ color:#fff !important;}
.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#e4b268;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;}
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#161616; }
.entry-title a:hover, .entry-meta a:hover { color: #e4b268 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #e4b268 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}
 
.single .entry-content p, .entry-summary p{ font-size: 17px; line-height: 30px; font-family: 'Outfit'; color: #161616; font-weight: 300;
padding-bottom: 15px;}


.get_frm p{ padding: 0;}
.wpcf7-spinner { position: absolute !important; margin: 0 !important;}
.contact_right .get_touchSec {
    width: 100%;
    padding: 10px 0 0;
    background: none;
}
.contact-page {
  background: url(../images/workbg.jpg) no-repeat 0 0;
  background-size: cover;
}
.img_box img{ border-radius: 5px; width: 100%; }
.center_sec .inner_title::after, .center_sec .inner_subtitle::after{ left: 50%; transform: translate(0, -50%);}
.img_box .mid_gallery img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.inner_bottm_sec .btn_link{ background: #fff; color:#000 !important; }
.inner_bottm_main { width: 100%; padding: 35px 0 0;}



.pricing_card {
  background-color: #482f11;
  color: #fff;
  width: 100%;
  padding: 1.2rem;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  font-family: 'Outfit';
  text-align: center;
  /* min-height: 510px; */
  height: 100%;
}

.pricing_card .pricing_title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}
.pricing_card .pricing_description {
  font-size: 16px;
  color: #f0f0f0;
  margin: 0;
  font-family: 'Outfit';
  line-height: 26px;
}

.pricing_card .pricing {
  font-size: 2.5rem;
  font-weight: 500;
  color: #f9b233;
  margin: 1rem 0;
}

.cta-button {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #f9b233;
  color: #000;
  border-color: #f9b233;
}

.pricing_features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing_features li {
  display: flex;
  margin: 0 0 10px;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  color: #f0f0f0;
}

.pricing_features li::before {
  content: "✔";
  color: #f9b233;
  margin-right: 10px;
  font-weight: bold;
}
.center_sec .inner_title, .center_sec .inner_subtitle { text-align: center; }
.pricing_sec {
  padding: 50px 0 30px 0;
}
.pricing_box {
  margin-top: 30px;
}
.addon_sec {
  padding: 50px 0 0;
}
.center_sec .addon_sec .inner_title, .center_sec .addon_sec .inner_subtitle, .center_sec .addon_sec .inner_text  {
  text-align: left;
}
.center_sec .addon_sec .inner_title::after, .center_sec .addon_sec .inner_subtitle::after {
  left: 0;
  transform: inherit;
}
.mid_gallery a {
    margin: 15px 0;
    width: 100%;
    display: block;
    box-shadow: 0 0 8px -1px #ddd;
}
/* .pricing_new .pricing_card {
  min-height: 370px;
} */
.pricing_new .pricing {
  font-size: 1.5rem;
}
.pricing_img {
  width: 100%;
  display: inline-block;
  margin: 0 0 25px;
}
.pricing_img img { width: 100%; height: 200px !important; object-fit: cover; border-radius: 10px 10px 0 0;}
.pricing_new .pricing { font-size: 1.5rem; margin-top: 0;}
/* .pricing_new .pricing_card .pricing_title{ padding: 0;} */
.pricing_box{ height: 100%; }

.sp-easy-accordion .sp-ea-single .ea-header {
  margin-bottom: 0;
  padding: 0;
}
.innr_faq .sp-easy-accordion > .sp-ea-single {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.innr_faq .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 15px 0 !important;
  color:#fff !important;
  font-family: 'Roboto Condensed';
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.innr_faq .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background: none !important;
  color: #fff !important;
  padding: 10px 0 0 35px !important;
}
.innr_faq .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body a{ color:#f9b233; }
.innr_faq .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon{ background: #edb86b; border-radius: 100%; }
.innr_faq .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
  float: left;
  color: #222 !important;
  font-size: 14px !important;
  width: 29px !important;
  height: 28px !important;
   font-family: 'Roboto Condensed';
  font-weight: normal !important;
}
.pb-6 {
  padding-bottom: 65px;
}

.img_box iframe {
  width: 100%;
  height: 450px;
  margin: 20px 0 0;
}
.pricing_card .pricing em {
  font-size: 16px;
}

.faq_box .accordion-body strong{ font-weight: 500; }

.about_heading sub {font-size: 70px; bottom: 0; top: inherit;}
.about_heading { font-size: 32px; line-height: 42px;}
.about_heading strong {font-size: 50px;}

.contact-page { background: #2c2a26;}
.contact-page .reverse{ flex-direction: row;}
.contact-page .inner_title{ color:#fff; padding-top: 0 !important; }
.contact-page .inner_txt, .contact-page .contact-text, .contact-page .contact-text a{ color:#fff;}
.contact-page .contact_right { box-shadow: none; padding: 0 30px 0 0; border-radius: 0; text-align: left; background: none;
}
.contact-page .get_frm input[type="text"], .contact-page .get_frm input[type="email"], .contact-page .get_frm input[type="tel"], .contact-page .get_frm select, .contact-page .get_frm textarea { color: #fff !important; border: 1px solid transparent !important; transition: all 0.3s; background: #43413d; border-radius: 30px;}
.contact-page .get_frm input[type="text"]::placeholder, .contact-page .get_frm input[type="email"]::placeholder, .contact-page .get_frm input[type="tel"]::placeholder, .contact-page .get_frm textarea::placeholder{ opacity: 1; color:#ccc; }
.contact-page select { color: #fff !important;}
.contact-page .get_frm textarea{ border-radius: 10px; }
.contact-page input[type="submit"]{ color:#000 !important; }
.contact-page input[type="submit"]:hover{ color:#000 !important; background:#fff; }

.contact-page .contact-img { background: #edb86b;}
.contact-img img { filter: brightness(0);}
.contact-page .contact-text a:hover{color:#edb86b !important; }

.mid_gallery a { height: 100%;}
.paging-navigation { border-top-color: #e4b268 !important;}
.paging-navigation .loop-pagination { justify-content: center;}
.paging-navigation .page-numbers.current { border-top-color: #0d0c0d !important;}
.paging-navigation a:hover { border-color: #0d0c0d !important;}





@media only screen and (max-width: 1199px) {
.top_contact ul li{ font-size: 14px; }

/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 26px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title{ font-size: 30px; }
.inner_subtitle { font-size: 27px;}
.top_heading {font-size: 36px; line-height: 40px; padding-bottom: 15px;}


.navbar-brand img { width: 100px;}
.menu_sec li.get_btn a{ padding: 11px 25px !important; font-size: 15px; line-height: 24px;}
.menu_sec li { margin: 0 0 0 28px; font-size: 15px;}
.banTxt .ban_heading, .banTxt h1 { font-size: 45px; line-height: 50px;}
.banTxt .btn_link { margin: 0;}
.vimeo-wrapper { height: 640px;}
.btn_link { padding: 11px 25px !important; font-size: 15px; line-height: 24px;}
.service_textline { left: -21px; font-size: 85px; line-height: 75px; opacity: 0.1; letter-spacing: -4px;}
.wrapper { padding: 55px 0;}
.about_heading { font-size: 26px; padding-bottom: 15px; line-height: 35px;}
.about_heading strong { font-size: 40px;}
.top_paragraph { font-size: 16px; line-height: 25px; padding-bottom: 15px;}
.about_row { padding: 50px 0 40px 0;}
.about_row:nth-child(2n) .service_textline { right: -30px;}
.reverse .about_content { padding-left: 10px;}
.about_content { padding-right: 10px;}
.art_content .top_heading { font-size: 38px; line-height: 42px;}
.art_sec.wrapper { padding: 100px 0;}
.photography_img1 img, .photography_img2 img { object-fit: cover; height: 200px;}
.top_subheading { font-size: 18px; line-height: 26px; padding-bottom: 12px;}
.faq_box .accordion-button { font-size: 16px;}
.get_touchSec { padding: 115px 0 75px 0;}
.get_touch { padding: 20px 25px;}
.get_touch .top_heading { font-size: 40px; line-height: 44px; padding: 0 0 20px; margin-top: -42px;}
.footer_heading { font-size: 21px; line-height: 22px; padding: 0 0 20px;}
.footer_box2 { width: 45%;}
.footer_box3 { width: 32%;}
.ftr_logo img { max-width: 130px;}
.social_box li { margin: 0 10px 0 0;}
.social_box li img{ max-width: 100%; }
.faq_box .accordion-body { font-size: 16px; line-height: 26px;}

.inner_txt, .inner_list_txt ul li { font-size: 16px;}
.pricing_card .pricing_title { font-size: 1.6rem; margin-bottom: 0;}






}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {  background:#edb86b;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btn2 {  background:#fff;  position: absolute;  top: 4px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%; padding-top: 4px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#1c1c1c;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }


.inner_title{ font-size: 26px; }
.inner_subtitle { font-size: 24px;}
.inner_txt{font-size: 15px; line-height: 26px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 26px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 26px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 34px; padding-bottom: 12px; }
    
.header_sec { padding: 10px 0;}
.vimeo-wrapper { height: 500px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 38px; line-height: 42px; }
.btn_link {  padding: 9px 22px !important; font-size: 15px; line-height: 24px; }
.service_textline { left: -15px; font-size: 62px; line-height: 63px; opacity: 0.1; letter-spacing: -4px; }
.wrapper {  padding: 45px 0; }
.about_heading strong { font-size: 32px;}
.about_heading { font-size: 21px; padding-bottom: 10px; line-height: 25px;}
.faq_sec .col-md-6 {padding: 0 15px;}
.faq_box .accordion-button { font-size: 14px; letter-spacing: 0; line-height: 22px; padding: 12px 0;}
.about_heading sub {font-size: 60px; bottom: 0; top: inherit;}
.toparww_main.fixed .toparww { bottom: 30px;}
.toparww { font-size: 25px; width: 35px; height: 35px;}
.faq_box .accordion-body { font-size: 15px; line-height: 25px;}

.video_box img { height: 400px;}
.top-logo {width: auto;}
.navbar-brand img {  width: 80px;  }
.header_sec.fixed .navbar-brand img { max-width: 80px;}
.more-link { padding: 10px 25px 12px; font-size: 15px; line-height: 23px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image{ height: auto !important; width: 110px !important; }




} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.reverse .about_content { padding-left: 0; }
.about_row:nth-child(2n) .service_textline { right: -6px;}
.art_sec.wrapper { padding: 65px 0; }
.art_content .top_heading { font-size: 28px; line-height: 34px; }
.photography_img1 img, .photography_img2 img {height: 145px;}
.get_touchSec { padding: 55px 0 45px 0; }
.get_touch .top_heading { font-size: 28px; line-height: 31px; padding: 0 0 12px; margin-top: -34px; }  
.get_touch { padding: 20px 15px; } 
.footer_top {padding: 40px 0 35px 0;}  
.ftr_logo img { max-width: 105px; }
.social_box li img { max-width: 30px; }
.social_box li { margin: 0 7px 0 0; }
.footer_box2 .footer_box {padding-left: 0px;}
.footer_box3 .footer_box { padding-left: 0px;}
.footer_heading { font-size: 19px; line-height: 20px; padding: 0 0 15px;  }
.foot_link li {margin: 0 0 10px; font-size: 14px; line-height: 16px; }
.foot_contact li { margin: 0 0 12px; font-size: 14px; line-height: 18px;}
.foot_contact li i { width: 30px; height: 30px;}

.contact-page .contact_right { padding: 0;}




      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 60px !important; }

.top_heading {font-size: 26px; line-height: 30px; padding-bottom: 12px; }
.contact_left { padding: 25px 0 0;}

.vimeo-wrapper { height: 360px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 26px; line-height: 34px; }
.btn_link { padding: 7px 20px !important; font-size: 14px; line-height: 24px; }
.service_textline{ display: none;}
.about_row { padding: 15px 0; }
.about_imageSec {padding: 30px 0 0;}
.art_sec.wrapper {  padding: 50px 0; }
.photography_img1 img, .photography_img2 img {  height: 500px;}
.photography_img1, .photography_img2 {width: 100%; position: relative; left: inherit; top: inherit; right: inherit; bottom: inherit;}
.art_sec.wrapper { padding: 0;}
.art_content {padding: 40px 0;}
.faq_box .accordion-button { padding: 10px 0; margin: 0; }
.get_touch .top_heading { font-size: 38px; line-height: 38px; padding: 0 0 20px; margin-top: -40px; }
.footer_top { padding: 40px 0 30px 0; }
.footer_box1 {width: 100%; text-align: center;}
.social_box {width: 100%;display: flex; justify-content: center;}
.footer_box { margin: 15px 0;}
.footer_box2 { width: 55%;}
.footer_box3 { width: 45%;}
button, .button, input[type="button"], input[type="reset"], input[type="submit"]{ font-size: 14px !important;}

.video_box img { height: 320px;}
.margin-top {margin-top: 25px;}
.pricing_card { min-height: auto; height: auto;}
.pricing_box { margin-top: 0;}
.pricing_features { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; column-gap: 12px;}
.pricing_sec { padding: 35px 0 10px 0;}
.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.img_box iframe { height: 250px;}
.pricing_card .pricing { font-size: 2rem; margin: 1rem 0;}

.singular .hentry { margin-bottom: 0 !important;}





}

@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}


}




@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 140px 0 50px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}

.inner_bottm_sec { padding: 25px 20px;}

.banTxt .ban_heading, .banTxt h1 { font-size: 22px; line-height: 27px; padding: 0 0 10px;  }
.banTxt li {margin-left: 5px;}
.banTxt .btn_link { padding: 6px 14px !important; font-size: 13px; line-height: 24px; }
.vimeo-wrapper { height: 330px; }
.about_row { padding: 0 0 30px; }
.about_heading { font-size: 20px; padding-bottom: 10px; line-height: 25px;}
.about_heading strong { font-size: 28px; }
.top_paragraph, .single .entry-content p, .entry-summary p { font-size: 15px; line-height: 24px; padding-bottom: 12px; }
.wrapper.about_sec {padding-bottom: 20px;}
.photography_img1 img, .photography_img2 img { height: 335px;}
.art_content .top_heading { font-size: 24px; line-height: 30px; }
.partner_sec .owl-carousel .owl-item {padding: 7px;}
.get_touch .top_heading {font-size: 27px; line-height: 33px; padding: 0 0 17px; margin-top: -36px; }
.footer_box2 { width: 100%; }
.footer_box3 { width: 100%; }
.footer_box{ border-right: none; }
.footer_fixed_buttons{ font-size: 15px; }
.footer_btm {font-size: 13px;}

.video_box img { height: 260px;}
.top_heading { font-size: 22px; line-height: 25px; padding-bottom: 10px; }
.footer_top {padding: 30px 0 5px 0; }

.inner_title { font-size: 24px; }
.inner_subtitle {font-size: 21px; }
.mid_gallery .col-4 {padding: 0 5px;}
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px; }
.img_box iframe { height: 158px;}
.img_box2.img_box iframe { height: 230px; }


} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
	
	
	
	
	
}
