/*
Theme Name: IB Custom Theme
Theme URI: http://integerbyte.com/
Author: MataPrasad Rajput
Author URI: http://integerbyte.com/
Description: A custom theme based on static HTML.
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
        *{box-sizing: border-box; margin: 0; padding: 0;}
        html, body{height: 100%;}
        body{margin: 0; background: #fff; padding: 0; line-height: normal;font-family: "Roboto", sans-serif;color: #000;} 
        h1,h2,h3,h4,h5,h6,div,span,p{margin: 0; padding: 0;}
        ul,li,ol{margin: 0; padding: 0; list-style-type: none;}
        img{max-width: 100%; display: block; outline: none; border: none; height: auto;}
        a, a:hover{text-decoration: none; outline: none;transition: 0.35s ease-in-out;}
        input,input:focus,textarea, textarea:focus{outline: none; box-shadow: none;transition: 0.35s ease-in-out;}
        .clearfix:after, .clearfix:before{content: ""; clear: both; display: table; height: 0; visibility: hidden;}
        .pagewrap{overflow-x: hidden;}
        .mainwrap{max-width: 1270px; padding: 0 15px; width: 100%; margin: 0 auto;}
        .d-flex {display: -ms-flexbox; display: flex; display: -webkit-box; -ms-flex-wrap: wrap; flex-wrap: wrap;}
        .align-items-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
        .justify-content-between {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
        .flexwrap{-ms-flex-wrap: wrap; flex-wrap: wrap;} 
        .pagewraper{overflow-x: hidden;}
        .siteheader{background: #000; padding: 15px 0;}

        .logo a{color: #fff; font-weight: 500; text-transform: capitalize; font-size: 16px;}
        .sitenav a{color: #c9c9c9; font-weight: 500; font-size: 15px; letter-spacing:0.5px;}
        .sitenav a:hover{color: #fff;}
        .sitenav li{margin-right:50px; position: relative;}
        .sitenav li:last-child{margin: 0;} 
        .sitenav a.bookbtn {padding: 10px 15px;border-radius:5px; display: block; color: #000; font-weight: 500; background: #D29D2E; border: 1px solid #D29D2E;}
        .sitenav a.bookbtn:hover{background: #000; color: #fff; border: 1px solid #fff;}
        
        .sliderblock{position: relative; margin-bottom:100px; }
        .sliderblock img{height: 500px; object-fit: cover;}
        .sliderblock .owl-dots {position: absolute; bottom: 30px; left: 0; right: 0; display: flex;justify-content: center;}
        .sliderblock .owl-dots button { width: 12px; background: #000;height: 12px; border-radius: 100%; margin: 0 10px 0 0;}
        .sliderblock .owl-dots button:last-child {margin: 0;}
        .sliderblock .owl-dots button.active {background: #fff;}
        .abwrap {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
        .abwrap > div {width: 48%;}
        .aboutinfo{margin-bottom: 100px;}
        .abwrap .abvideo { background: #000; border-radius: 0px; border:7px solid #D29D2E;}
        .smheading {font-size: 34px;margin: 0 0 15px;font-weight: bold; letter-spacing: 0.5px;}
        .abtext p{color: #3A3A3A; line-height: 26px; font-size: 15px; margin: 0 0 20px;}
        .smheading span{color: #D29D2E;}
        .fullwrap{background: #000; padding:50px 0; text-align: center; margin: 0 0 2px;}
        .fullwrap .smheading{color: #fff; margin: 0;}
        .serviceswrap li {width:20%; border-right:2px solid #fff; border-bottom:2px solid #fff;}
        .serviceswrap li .imgbox {height: 300px; background: #0a0a0a;position: relative;display: flex; align-items: center;  justify-content: center;}
        .serviceswrap {display: flex;flex-wrap: wrap;}
        .serviceswrap li .imgbox img{height: 100%;    transition: 0.35s ease-in-out; width: 100%;object-fit: cover; opacity: 0.6;}
        .serviceswrap li .imgbox span{color: #fff; text-align: center; padding: 0 15px; font-weight: 500; font-size: 15px; letter-spacing: 0.5px;  position: absolute;  z-index: 999;}
        .serviceswrap li:nth-child(2n) .imgbox {background: #121212;}
        .serviceswrap li:nth-child(6n) {border-right: 0;}
        .siteservices{padding:0; margin:0;}
        .smbtn:hover {background: #D29D2E; border-color: #D29D2E;}
        .smbtn{ padding: 10px 25px; font-size: 15px; letter-spacing: 0.5px; border-radius:5px; color: #fff; display: inline-block; font-weight: 500;  background: #000;  border: 1px solid #000;}
        .threewrp li {border-right:2px solid #fff; flex: 1;}
        .threewrp li .imgbox {min-height: 300px; background: #0a0a0a;position: relative;display: flex; align-items: center;  justify-content: center;}
        .threewrp {display: flex;flex-wrap: wrap;}

        .embed-responsive{position: relative; display: block; width: 100%;padding: 0;overflow: hidden;}
        .embed-responsive::before {display: block;padding-top: 56.25%;content: "";}
        .abwrap .abvideo video {position: absolute; top: 0; bottom: 0;left: 0; width: 100%; height: 100%; border: 0;}
        .threeblock .smdiv .abtext {padding: 0 30px;}
        .threeblock .smdiv {width: 50%;}
        .serviceswrap li .imgbox img:hover {opacity: 0.3;}
        .threeblock .smdiv .imgtext {width: 100%;height: 500px; background: #121212;border: 10px solid #D29D2E;}
        .threeblock { display: flex; align-items: center; flex-wrap: wrap;padding:0;}
        .threeblock .smdiv .abtext p {margin: 0 0 10px; font-size: 14px; line-height: 24px;}
        footer {padding: 50px 0 30px; background: #000;}
        .wedparty{margin: 0 0 100px;}
        .linkwrap{width: 25%;padding: 0 25px 0 0;}
        .info{margin: 0 0 20px;}
        footer .linkwrap h4 {color: #fff;font-size: 16px;text-transform: uppercase;font-weight: 500; letter-spacing: 0.8px; margin: 0 0 25px;}
        .info span {color: #c9c9c9;font-size: 15px; letter-spacing: 0.5px; font-weight: 500;margin: 0 0 5px; display: block;}
        .info p {color: #848386;font-size: 14px; line-height: 24px; padding-right: 25px;}
        .linkwrap .info:last-child {margin: 0;}
        .linkwrap .info ul li {margin: 0 0 15px;color: #848386;font-size: 14px;}
        .linkwrap .info ul li:last-child {margin: 0;}
        .linkwrap .info a{color: #848386;font-size: 14px;}
        .linkwrap .info  a:hover{color: #fff;}
        .copy{padding: 20px 15px; text-align: center;font-size: 14px;color: #000;}
        .smblack{padding: 30px 0; background: #000; display: flex; justify-content: center;}
        .sliderblock .owl-nav {position: absolute;top: 50%;display: flex;justify-content: space-between; left: 0; right: 0; transform: translateY(-50%); width: 95%; margin: auto;}
        .sliderblock .owl-nav button {width: 40px;position: relative; height: 40px; border-radius: 100%; background: #fff !important;}
        .sliderblock .owl-nav button span {font-size: 31px; position: absolute;top: 50%; left: 16px;transform: translateY(-55%);}
        .smblack .smbtn {background: #fff; color: #000;}
        .smblack .smbtn:hover{background: #D29D2E;color: #000;}
        .threeblock .smdiv .imgtext img {height: 100%; object-fit: cover;}
        .linkwrap .info ul.social {display: flex; align-items: center;}
        .linkwrap .info ul.social li{margin: 0 10px 0 0;}
        .linkwrap .info ul.social li:last-child{margin: 0;}
        .copy p + p {margin-top: 5px;}
        .copy p a{color: #D29D2E; text-decoration: underline; font-weight: 600;}
        .linkwrap .info a.underline {text-decoration: underline; color: #fff;}
        .logo img {border-radius: 100px; max-width: 80px;}
        .nav-toggle{display: none;}


        .aboutinfo.abpage .abtext p {margin: 0 0 15px; line-height: 25px; font-size: 15px;}
        .aboutservices .serviceswrap li {width:25%}
        .aboutservices{margin-bottom: 50px;}
        .athappy .abtext p {margin: 0 0 10px;}
        .athappy .abtext p:last-child {margin:0;}
        .aboutinfo.athappy {text-align: center; margin-bottom: 50px;}

        .sitebanner{background: #000; height: 350px; margin-bottom:50px; position: relative;}
        .sitebanner img {height: 100%; width: 100%; object-fit: cover; opacity: 0.3;}
        .sitebanner h2 {position: absolute; top: 0; color: #fff; font-size: 45px; text-transform: uppercase; left: 0; text-align: center; top: 50%; transform: translateY(-50%); right: 0; letter-spacing: 2px; opacity: 0.9;}
        .ablast{background: #000; padding:40px 0; text-align: center; margin-bottom:1px;}
        .ablast p {color: #fff; line-height: 26px; font-size: 15px;}
        .ablast p a {margin-left: 5px; color: #D29D2E; text-decoration: underline; font-weight: 600;}
        .ablast p + p {margin: 0 0 15px;}
        .ablast .smbtn {background: #fff; color: #000;}
        .ablast .smbtn:hover{background: #D29D2E;}
        .aboutinfo.abpage .abtext p:last-child{margin-bottom: 0;}
        .allservices .abwrap {align-items: normal;}
        .allservices{margin: 0 0 100px;}

        .allservices .abtext p {margin: 0 0 5px; font-size: 13px; line-height: 20px;}
        .allservices .abtext p:last-child {margin: 0;}
        .allservices .abtext p strong {color: #000;}
        .allservices .abtext {border: 4px solid #D29D2E; display: flex; padding:0; width: 49.50%; margin-bottom: 12px;}
        .allservices .abtext .smheading {font-size: 18px; line-height: normal; margin: 0 0 5px; letter-spacing: 0;}
        .allservices .abtext .simg {width: 280px;  height: 232px;}
        .allservices .abtext .stext{width: calc(100% - 280px); padding: 15px;}
        .gallerydiv{margin-bottom: 50px;}
        .gallerydiv .serviceswrap li {width: 14.2857%;}
        .gallerydiv .serviceswrap li .imgbox {height: 180px;}
        .gallerydiv .serviceswrap li .imgbox img {opacity:1}

        .address {background: #000;border-radius: 0px;border: 7px solid #D29D2E; padding: 30px;}
        .address p {color: #fff; line-height: 26px; font-size: 15px; margin: 0 0 5px;}
        .address p a {color: #fff;line-height: 25px;font-size: 15px;}
        .address p strong {font-weight: 600;color: #D29D2E;}
        .address p:last-child {margin: 0;}
        .mappage{margin: 0 0 50px;}
        .mapwrap .gmap {width: 50%;}
        .htmlform{background: #f8f8f8;width: 50%; padding: 15px;}
        .formwrap{background: #fff; padding: 20px; box-shadow: 0 12px 32px var(--shadow); border-radius: 16px;min-height: 100%;}

        .input-group label {display: block; margin: 0 0 10px;font-weight: 500; color: #3A3A3A;font-size: 14px;}
        .input-group input {width: 100%; padding: 10px 15px; border: 1px solid #e1e1e1; border-radius: 8px; font-size: 14px; height: 45px;}
        .form-row.two-columns {display: flex; justify-content: space-between;}
        .form-row{margin: 0 0 20px;}
        .form-row.two-columns .input-group {width: 49%;}
        .form-group label {display: block; margin: 0 0 10px;font-weight: 500; color: #3A3A3A;font-size: 14px;}
        .form-group textarea{padding: 10px 15px; border: 1px solid #e1e1e1; border-radius: 8px; font-size: 14px; height:100px; width: 100%;}
        .formwrap .form-group {margin: 0 0 20px;}
        .formwrap .smbtn {width: 100%; border: none; cursor: pointer; height: 45px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}
        .appointmentwrap .htmlform { width: 100%;}
        .appointmentwrap .htmlform .formwrap {max-width: 75%;margin: auto;}
        .input-group select {width: 100%; padding: 10px 15px; border: 1px solid #e1e1e1; border-radius: 8px; font-size: 14px; height: 45px;}

        img.vbox-figlio {width: 40vw; height: 75vh;object-fit: cover; margin: auto;}
        .vbox-close{right: 20px; top: 20px; padding: 0; display: flex; align-items: center; justify-content: center; color: #fff!important; font-size: 30px;}
        .vbox-next {right: 30px;}
        .vbox-prev span{border-top-color: #fff!important;  border-right-color: #fff!important;}
        .vbox-next span{border-top-color: #fff!important; border-right-color: #fff!important;}
        .serviceswrap li .imgbox a {height: 100%; width: 100%;}
        .allservices .abtext .simg img {height: 100%;object-fit: cover; width: 100%;}

        @media(max-width:1299px) {
           .sitenav a{font-size: 14px;}
           .logo img {max-width: 60px;}
           .sitenav a.bookbtn{padding: 8px 10px;}
           .smheading {font-size: 24px; margin-bottom: 10px;}
           .abtext p{font-size: 14px;line-height: 22px;}
           .smbtn{padding: 8px 15px; font-size: 14px;}
           .sliderblock{margin-bottom: 50px;}
           .aboutinfo{margin-bottom: 50px;}
           .fullwrap{padding: 20px 15px;}
           .serviceswrap li .imgbox{height: 220px;}
           .serviceswrap li .imgbox span{font-size: 14px; text-align: center; }
           .threeblock .smdiv .abtext p{font-size: 13px; line-height: 22px;}
           .threeblock .smdiv .imgtext{border-width: 5px;}
           .wedparty{margin-bottom: 50px;}
           .info p{font-size: 14px;}
           footer .linkwrap h4{font-size: 14px; margin-bottom: 15px;}
           .linkwrap .info ul li{font-size: 13px; margin-bottom: 10px;}
           .linkwrap .info a{font-size: 13px;}
           .info span{font-size: 14px;}
           footer{padding: 30px 0;}
           .copy{font-size: 13px; padding: 15px;}
           .info {margin: 0 0 15px;}
           .aboutservices{margin-bottom: 30px;}
          .aboutinfo.athappy{margin-bottom: 30px;}
          .sitebanner{margin-bottom: 30px;}
          .allservices{margin-bottom: 30px;}
          .mappage {margin: 0 0 30px;}
          .address{padding: 15px; border-width: 5px;}
          .address p{font-size: 14px;}
          .address p a{font-size: 14px;}
          .appointmentwrap .htmlform .formwrap{max-width: 100%;}
          .gallerydiv .serviceswrap li{width: 20%;}
        }

        @media(max-width:1199px) {
          .allservices .abtext .simg{width: 100%;}
          .allservices .abtext .stext{width: 100%; height: 100%;}
          .allservices .abtext{ flex-wrap: wrap;}
        }

        @media(max-width:1023px) {
          .abwrap > div {width: 100%;}
          .smheading {font-size: 16px; font-weight: 500;}
          .abtext p{font-size: 13px;}
          .abwrap .abvideo{margin-top: 20px; border-width: 5px;}
          .sliderblock{margin-bottom: 30px;}
          .aboutinfo{margin-bottom: 30px;}
          .wedparty{margin-bottom: 30px;}
          .threeblock .smdiv{width: 100%;}
          .serviceswrap li .imgbox span{font-weight: 400;}
          .threeblock{padding: 15px;}
          .threeblock .smdiv .imgtext{height: 300px; margin-bottom: 20px;}
          .threeblock .smdiv .abtext{padding: 0;}
          .threeblock .smdiv .abtext p:last-child {margin: 0;}
          .threeblock.wedparty {padding-top: 0;}
          .threeblock.wedparty .smdiv:last-child {order: -1;}
          .threeblock .smdiv .imgtext img{width: 100%;}
          .serviceswrap{padding: 0 0 0 2px;}
          .nav-toggle{display: block;}

          .sitenav {position: fixed; z-index: 999; left: 0; right: 0; top: 0; bottom: 0; background: #fff; width: calc(100% - 55px); transition: all .3s ease-in-out; transform: translateX(-100%); -webkit-transform: translateX(-100%); -webkit-transition: all .3s ease-in-out;box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);}
          .sitenav.active {transform: none;}
          .nav-toggle.active:after {background: rgba(0, 0, 0, 0.5);  content: ''; display: block; height: 100%; position: fixed;right: 0;top: 0;width: 100%;z-index:99;}
          .sitenav li a{display: block; padding: 10px; font-size: 14px; color: #000;}
          .sitenav li{margin: 0; width: 100%; border-bottom: 1px solid #e5e5e5;}
          .sitenav li:last-child {border: none; margin: 15px 0 0 0;}
          .sitenav a.bookbtn {width: 95%; margin: auto; border: none; text-align: center;}

          .sitebanner{height: 200px; }
          .sitebanner h2{font-size: 20px;}
          .aboutinfo.abpage .abtext p{font-size: 13px; margin-bottom: 5px;}
          .ablast p + p {margin: 0 0 10px;}
          .ablast p{font-size: 13px; line-height: 20px; margin-bottom: 5px;}
          .allservices .abtext .smheading{font-size: 16px;}
          .allservices .abtext p{ margin: 0;}
          .htmlform{width: 100%; margin-bottom: 20px; padding:0px;}
          .mapwrap .gmap{width: 100%;}
          .mapwrap{padding: 15px;}
          .formwrap{padding: 0;}
          .input-group input{height: 40px;}
          .form-group textarea{height: 75px;}
          .formwrap .form-group {margin: 0 0 15px;}
          .formwrap .smbtn{height: 40px; font-size: 14px;}
          iframe#gmap_canvas {height: 300px;}
          .mappage .abtext p:last-child {margin: 0;}
          .appointmentwrap .htmlform{background: transparent;}
          .appointmentwrap .htmlform .formwrap{ padding: 15px 0;}
          .input-group select{height: 40px;}
          .gallerydiv .serviceswrap li{width: 25%;}
        }

        @media(max-width:767px) {
          .threeblock .smdiv .imgtext{height:220px;}
          .serviceswrap li{width: 50%;}
          .gallerydiv .serviceswrap li{width: 50%;}
          .aboutservices .serviceswrap li{width: 50%;}
          .serviceswrap li .imgbox{height: 180px;}
          .linkwrap{width: 50%; padding-right: 10px;margin-bottom: 15px;}
          .allservices .abtext{width: 49%; border-width: 2px;}
          .allservices .abtext:last-child{margin-bottom: 0;}
          .mapwrap .d-flex {flex-wrap: wrap;}
          .gallerydiv .serviceswrap li .imgbox {height: 150px;}
          .allservices .abtext .simg{height: 150px;}
          img.vbox-figlio{width: 100%;}
        }

        @media(max-width:480px) {
          .linkwrap{width: 100%; padding: 0 0 15px;  border-bottom: 1px solid #2d2d2d;}
          .info p{padding: 0;}
          .linkwrap:last-child {border: none; margin: 0; padding: 0;}
          .allservices .abtext{width: 100%;}
        }

div#wpforms-66 {
    margin-left: 2%;
}