@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a
{
	color:#035c77;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Lato'; 
}
@font-face {
    font-family:brandon-grotesque-light;
    src: url(../fonts/brandon-grotesque-light.otf);
}
p{
	margin:0;
    line-height: 28px;
    font-family: 'Lato';
	
}
.img-fluid{
    display: block;
}
.list-inline li{
    display: inline-block;
    padding: 0px 5px;
}

h1{
    font-size: 52px;
    font-weight: 600;
}
h2{
    font-size: 50px;
    font-weight: 600;
	color: #01acdf;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header_area {

    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding:0px;
    z-index: 997;
    position: relative;

    transition: all 0.5s ease 0s;

    background: rgba(255, 255, 255, 0);
}

.header_area .logo {
    max-width: 210px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.header_area .logo img.logoone {
    display: block;
}

.header_area .logo img.logotwo {
    display: none;
}

.header_area .logo img {
    max-height: 210px;
    border: 10px solid #fff;
    border-radius: 50%;
    margin-bottom: -75px;
    margin-top: -10px;
}
.header_area .header_right {
    float: right;
    margin-top:0px;
}

.header_area .header_right .phbox {
    float: right;
    margin-left: 15px;
    padding: 7px 0;
}

.header_area .header_right .phbox a {
    color: #3db0f0;
    font-weight: 600;
    font-size: 18px;
    display: block;
    position: relative;
}

.header_area .header_right .phbox a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.menu {
    float: left;
}

.menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menu ul li {
    display: inline-block;
    padding: 0 30px;
    list-style-type: none;
    position: relative;
    vertical-align: middle;
}

.menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding:55px 0px;
    border-bottom:3px solid #fff0;
    transition: 0.5s;
}

.menu ul li:last-child a {
    padding-right: 0;
}

.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 1px;
    font-size: 10px;
    opacity: 0.6;
}

.menu ul li.active a {
    color: #01acdf;
     border-bottom:3px solid #01acdf;
}

.menu ul li a:hover{
    color: #01acdf;
    border-bottom:3px solid #01acdf;
}

.menu ul li:hover ul li:hover {
    /*background-color: #262262;*/
}

.menu ul li:hover ul li a {
    color: #fff;
}

.menu ul li:hover ul li a:hover {
    color: #fff;
    background-color:#01acdf;
    ;
}

.menu ul li ul {
    width: 240px;
    /* display: none; */
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 9;
    background-color: #003060;
    text-align: left;
    box-shadow: 0px 8px 14px rgb(0 0 0 / 13%);
    padding: 0px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;

}

.menu ul ul li:first-child:before {
    display: none;
}

.menu ul ul li:after {
    display: none;
}

.menu ul li:last-child ul {
    width: 220px;
    /* display: none;*/
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 2%);
    text-align: left;
}

.menu ul li ul li a {
    font-size: 14px;
    text-transform: none;
    padding: 10px 16px;
    color: #fff;
    line-height: 18px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}

.menu ul li ul li a i {
    display: inline-block;
    vertical-align: 0;
    margin-right: 5px;
    font-size: 12px;
    opacity: 0.74;
    color: #fff;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}

.menu ul li ul li ul {
    top: 10px;
    left: 149px;
}

.menu ul li ul li span {
    right: 7px;
    top: 12px;
}

.menu ul li a:hover.menu ul li ul {
    display: block;
}

.menu ul li ul li {
    display: block;
    padding: 0;
    border-bottom: solid 1px rgb(255 255 255 / 7%);
    border-right: none;
}

.menu ul li ul li:last-child {
    border: none;
}

.menuButton {
    width: 40px;
    height: 35px;
    padding: 5px;
    float: right;
    display: none;
}

.menuButton span {
    width: 100%;
    height: 3px;
    background: #3db0f0;
    margin-bottom: 6px;
    float: left;
    transition: all 0.3s ease-in-out 0s;
}

.menuButton span:last-child {
    margin-bottom: 0;
}

@media (min-width:991.98px) {
    .menu ul {
        display: block !important;
    }

    /*  .menu ul li > ul {
        display: none!important;
    }*/
    .menu ul li:hover > ul {
        /* display: block!important; */
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}

@media (max-width:991.98px) {
    .menuButton {
        display: block;
        margin-left: 15px;
        cursor: pointer;
    }

    .menu ul li span {
        background: url(../images/menu_arrow.png) center center no-repeat;
        cursor: pointer;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 99;
    }

    .menu ul li:hover span {
        background: url(../images/menu_arrow_hover.png) center center no-repeat;
    }

    .arrow_change span:nth-child(2) {
        display: none;
    }

    .arrow_change span:first-child {
        position: relative;
        top: 9px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .arrow_change span:last-child {
        position: relative;
        top: 1px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .menuBar {
        padding: 15px 0;
    }

    .menu {
        padding: 10px 0px 0px;
    }

    .menu ul {
        display: none;
        background-color: #01acdf;
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        z-index: 99999;
    }

    .menu ul li a {
        color: #071731;
        display: block;
        width: 100%;
        font-size: 14px;
    }

    .menu ul li ul {
        display: none;
        background-color: #0b9bec;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 0;
    }

    .menu ul li:last-child ul {
        display: none;
        background-color: #3958a1;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .menu ul li {
        display: block;
        padding: 10px 15px 10px 15px;
        border-top: 1px solid #ffffff54;
        text-align: left;
        position: relative;
    }

    .menu ul li span {
        position: absolute;
        right: 30px;
        /* top: 30px; */
        z-index: 99;
        cursor: pointer;
        top: 12px;
        text-align: center;
    }

    .menu ul li ul li ul {
        top: 0;
        left: 0;
    }

    .menu ul li ul li a {
        font-size: 12px;
        text-transform: none;
        background-color: #3db0f0;
        padding: 8px 12px;
    }
}

.header_area.innerhead {
    position: relative;
    background-image: url(../images/menubg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (min-width: 320px) {
    .header_area.fix {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #ffffff;
        z-index: 991;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        box-shadow: 1px 1px 7px rgba(165, 165, 165, 0.31);
        padding:0px 0;
        margin-top: 0;
    }
.header_area.fix .logo img.logoone {
    width: 110px;
    border: 5px solid#fff;
    margin-top: 0;
}

    .header_area.fix .book-a-table-btn {

        margin-top: -7px;
    }

    .header_area.fix .logo {
        margin-top: 6px;
    }

    .header_area.fix .header_right {
        margin-top: 0px;
    }

    .header_area.fix .menu ul li a {
        color: #000000;

    }

    .header_area.fix .menu ul li a {
  
    }
    .header_area.fix .menu ul li.active a{
        color: #01acdf!important;
           border-bottom: 3px solid #fff0!important;
    }
    .header_area.fix .menu ul li a:hover{
         border-bottom: 3px solid #fff0!important;
          color: #01acdf!important;
    }
    .header_area.fix .menu ul li ul li a {
        padding: 8px 12px;
        color: #fff;
    }

    /*.header_area.fix .menu ul ul li a {
    color: #fff;
   
}*/
    .header_area.fix .menu ul li ul {

        background-color: rgb(8 24 51);

    }

    .header_area.fix .menu ul li ul li:last-child {
        border-bottom: none;
    }

    .header_area.fix .menu ul ul li a i {
        color: #fff;
    }

    .header_area.fix .menu ul li ul li a:hover i {
        color: #fff;
    }

    .header_area.fix .menu ul li ul li {
        border-bottom: solid 1px rgb(0 0 0 / 7%);
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
}

/*header-end*/


/*banner-start*/
.banner-start{
    background-position: center;
    background-size: cover;
    min-height:674px;
    position: relative;
    z-index: 11;
}
.banner-caption{
    width: 50%;
    text-align: center;
    color: #fff;
    padding-top:180px;
}

/*banner-end*/



/*btn-style*/

.btn-padding{
    margin-top: 40px;
    position: relative;
    display: inline-table;
}
.btn-padding::after{
    position: absolute;
    width: 26px;
    height: 26px;
    background: #fff;
    content: ' ';
    right:-2px;
    top: -2px;
}
.btn-padding::before{
    position: absolute;
    width: 26px;
    height: 26px;
    background: #fff;
    content: ' ';
    left:-2px;
    bottom:-2px;
}
.btn {
    font-weight: 500;
    font-size: 15px;
    padding: 12px 28px;
    text-decoration: none;
    border-radius:0px;
    transition: 0.5s;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.btn-info {
    background-color: #01acdf;
    border-color: #01acdf;
    color: #fff;
}
.btn-info:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-padding2{
    margin-top: 40px;
    position: relative;
    display: inline-table;
}
.btn-padding2::after{
    position: absolute;
    width: 26px;
    height: 26px;
    background: #01acdf;
    content: ' ';
    right:-2px;
    top: -2px;
}
.btn-padding2::before{
    position: absolute;
    width: 26px;
    height: 26px;
    background: #01acdf;
    content: ' ';
    left:-2px;
    bottom:-2px;
}

.btn-outline-light {
    border-color:#01acdf;
    color:#01acdf;
    background: #fff;
}
.btn-outline-light:hover{
       background: #000;
    border-color: #000;
    color: #fff;
}
/*btn-style end*/

/*about us start*/

section{
    padding: 40px 0px;
}
.about-us-section{
     background-position: center;
    background-size: cover;
    min-height:860px;
    margin-top: -50px;
    padding-top: 150px;
    position: relative;
}
.about-right-img {
    position: absolute;
    right: 0;
    top: 55px;
    width: 22%;
}
.about-img-box{
    height:510px;
    float: left;
	margin-bottom: 50px;
}
.about-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	
}
.about-content-box{
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.about-us-section h3{
   color: #01acdf;
   font-family: 'Italianno';
    position: relative;
    display: inline-table;
    padding-bottom: 10px;
	font-size: 35px;
}

.about-us-section h3 img {
    position: absolute;
    right: -75px;
    top: 15px;
}
.about-us-section p{
    padding-top: 15px;
}
/*about us end*/

/*our work section*/

.our-work-section{
    position: relative;
}
.work-right-img{
    position: absolute;
    right: 0;
    top: 0;
    width:15%;
}
.work-left-img {
    position: absolute;
    left: 0;
    bottom: 36px;
    width: 10%;
}

.heading-style-hd{
    text-align: center;
    padding-bottom: 50px;
}
.heading-style-hd h3{
   color: #01acdf;
   font-family: 'Italianno';
    position: relative;
    display: inline-table;
    padding-bottom: 10px;
	font-size: 35px;
}

.heading-style-hd .style-line1 {
    position: absolute;
    right: -75px;
    top: 15px;
}
.heading-style-hd .style-line2 {
    position: absolute;
    left: -75px;
    top: 15px;
}
.work-img-box{
    width: 245px;
    height: 245px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    margin: 0 auto;
    overflow: hidden;
}
.work-img{
    width: 100%;
        object-fit: cover;
    height: 100%;
    border-radius: 50%;
    transition: 0.5s;
}
.workbox:hover .work-img-box .work-img{
    transform: scale(1.1);
}
.work-caption {
    padding: 23px 50px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: -65px;
    z-index: 1;
    position: relative;
}
.work-caption3{
    padding: 23px 60px;
}
.work-caption h5 a{
    transition: 0.5s;
}
.workbox:hover .work-caption h5 a{
     color: #01acdf;
}
/*our work section end*/

/*our services*/
.our-service-section{
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 1350px;
    padding-top: 180px;
}
.service-right-img1{
    position: absolute;
    right: 0;
    top:150px;
    width: 20%;
}
.service-right-img2{
    position: absolute;
    right: 0;
    bottom:100px;
    width: 15%;
}
.service-left-img{
    position: absolute;
    left: 0;
    top: 35%;
    width: 20%;
}
.more-srvc-btn{
    text-align: center;
    margin-top: 30px;
}
.srvc-btn{
     color: #01acdf;
}
.service-main-box1{
    margin-bottom: 100px;
}
.service-main-box1 .service-content-box{
    text-align: right;
}
.service-main-box1 h4 a{
    transition: 0.5s;
}
.service-main-box1:hover h4 a{
    color: #01acdf;
}
.service-main-box1:hover .service-img-box1{
    border: 3px solid #01acdf;
}
.service-main-box1:hover .service-img-box2{
    border: 3px solid #01acdf;
}
.service-main-box1:hover img{
    transform: scale(1.1);
}
.service-main-box2:hover img{
    transform: scale(1.1);
}
.service-main-box2 h4 a{
    transition: 0.5s;
}
.service-main-box2:hover h4 a{
    color: #01acdf;
}
.service-main-box2:hover .service-img-box1{
    border: 3px solid #01acdf;
}
.service-main-box2:hover .service-img-box2{
    border: 3px solid #01acdf;
}
.service-main-box2{
  margin-bottom: 20px;
    padding-left:90px;
}
.service-main-box2 .service-content-box{
    text-align:left;
}
.service-content-box{
    padding-top: 25px;
}
.service-content-box p{
    padding: 10px 0px;
}
.service-img-box1{
    width: 203px;
    height: 203px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #000;
    transition: 0.5s;
}
.service-img-box1 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.5s;
}
.service-img-box2{
    width: 234px;
    height: 234px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #000;
       transition: 0.5s;
}
.service-img-box2 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.5s;
}
.service-middle-img-box{
    width:385px;
    height:385px;
    overflow: hidden;
     position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    border-radius: 50%;
    top: 34%;
    background: #fff;
    z-index: 1;
}
.service-middle-img-box2{
        width:680px;
    height:680px;
    overflow: hidden;
     position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:27%;
    display: block;
}
.service-middle-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.service-middle-img2{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.service-main-box2-padding{
    padding-left: 210px;
}
.service-z-index-top{
    position: relative;
    z-index: 2;
}
/*our services end*/

/*our gallery*/
.our-gallery-start{
    position: relative;
}
.gallery-right-img1{
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
}
.gallery-right-img2{
    position: absolute;
    right: 0;
    bottom:-110px;
    width: 15%;
}
.gallery-left-img1{
    position: absolute;
    left: 0;
    top: 50px;
    width: 20%;
}
.gallery-left-img2{
    position: absolute;
    left: 0;
    bottom: 0px;
    width:15%;
}
.potflio-main-box .search {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9993;
    font-size: 47px !important;
}

.potflio-main-box .search:hover {
    color: #01acdf;
}

.potflio-main-box .overlay {
    position: absolute;
    
    color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.4s;
    border: 18px solid #ffffffa6;
    border-radius: 50%;
}
.potflio-main-box .overlay .fa-search{
    opacity: 0;
    transition: 0.4s;
}
.potflio-main-box:hover .overlay {
    background:#00000082;
}
.potflio-main-box:hover .fa-search{
    opacity: 1;
}
.potflio-main-box:hover .glry-img{
    transform: scale(1.1);
}
.potflio-main-box {
    position: relative;
    z-index: 11;
    width: 345px;
    height:345px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
     margin-bottom: 30px;
    margin-top: 10px;
}



.potflio-main-box .glry-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.potflio-main-box .fa-search {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9993;
    font-size: 32px !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}



.potflio-main-box .mdl-glry {
    width: 100%;
}
.more-gallery-btn{
    text-align: center;
}
/*our gallery end*/

/*always-control-what-goes-on-inside*/
.always-control-what-goes-on-inside{
    background-position: center;
    background-size: cover;
    min-height: 715px;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.goes-on-inside-padding-left-right{
    padding: 0px 100px;
    text-align: center;
    color: #fff;
}
.goes-on-inside-padding-left-right h2{
    padding-bottom: 15px;
}
.goes-on-inside-two-btn .btn-padding{
    margin-right:5px;
}
.goes-on-inside-two-btn .btn-padding2{
    margin-left:5px;
}
/*always-control-what-goes-on-inside end*/

/*footer start*/
.footer-start{
    background-position: center;
    background-size: cover;
    padding-top:200px;
    margin-top: -120px;
    position: relative;
}
.footer-logo{
    margin: 0 auto;
    margin-bottom: 25px;
}
.footer-social {
    margin-left: -5px;
    text-align: center;
}
.footer-social i {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: 0.5s;
    color: #000;
}
.footer-social i:hover{
    background: #000;
    color: #fff;
}
.ft-h4{
    padding-bottom: 20px;
}
.ft-nav li{
    padding-bottom: 14px;
}
.ft-contact-bx {
    padding-bottom: 15px;
}
.ft-contact-bx p{
    font-size: 20px;
    line-height:22px;
}
.ft-contact-bx h5{
     color: #01acdf;
    padding-bottom: 7px;
}
.footer-payment-icon{
    margin: 60px auto 0px;
    
}
.ft-copyright-box {
    position: relative;
    text-align: center;
    margin-top: 10px;
    padding: 20px 0px;
}
.ft-copyright-box::before {
    position: absolute;
    content: ' ';
    background: #b0bbb7;
    width: 37%;
    height: 1px;
    top: 34px;
    right: 0;
}
.ft-copyright-box::after {
    position: absolute;
    content: ' ';
    background: #b0bbb7;
    width: 37%;
    height: 1px;
    top: 34px;
    left: 0;
}
.ft-copyright-box p a{
    color: #01acdf;
}
.ft-nav li a{
    transition: 0.5s;
}
.ft-nav li a:hover{
    color: #01acdf;
}
.footer-left-img{
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-right-img{
    width: 15%;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*footer end*/

/*about-us-page*/
.inner-banner-start{
    background-position: center;
    background-size: cover;
    min-height: 430px;
    position: relative;
    z-index: 1;
}
.inner-banner-caption{
    padding-top: 155px;
    color: #fff;
}
.breadcrumb {
    background: none;
    border-radius: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding: 18px 0;
}
.breadcrumb a {
    text-decoration: none;
    color:#01acdf;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
     color: #fff;
}
.why-choose-us-section{
    padding-top: 80px;
    position: relative;
}
.why-choose-img-box{
    height:537px;
}
.why-choose-img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.why-choose-us-section h3 {
    color: #01acdf;
    font-family: 'Italianno';
    position: relative;
    display: inline-table;
    padding-bottom: 10px;
    margin-top: 20px;
}
.why-choose-us-section h3 img {
    position: absolute;
    right: -75px;
    top: 15px;
}
.choose-icon-box{
    margin-top: 25px;
}
.choose-icon-box img{
    float: left;
    margin-right: 15px;
    position: relative;
    top: 10px;
    margin-bottom:10px;
}
.choose-icon-box h5{
    padding-bottom: 5px;
    font-weight: 700;
}
.choose-icon-box p{
    padding-top: 0;
}
.story-img-box{
    height: 568px;
}
.story-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-story-section{
    position: relative;
}
.our-story-section{
    min-height:auto!important;
    padding-bottom: 40px;
}
.inner-footer-start{
    margin-top: 0;
    min-height:680px;
}
.our-work-section .service-left-img{
    width: auto;
}
/*about-us-page end*/

/*contact us page start*/
.inner-contact-us-start{
    position: relative;
}
.contact-us-main-box{
    position: relative;
    padding: 40px 0px;
}
.contact-us-main-box::before{
    position: absolute;
    content: ' ';
    right: 0;
    width: 85%;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    top: 0;
    height: 100%;
}
.inner-contact-info-box{
    background: #03a9f5;
    color: #fff;
    padding:40px 30px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
}
.main-contact-info-box{
    padding: 20px 0px;
}
.main-contact-info-box li{
    padding: 15px 0px;
}
.main-contact-info-box li p {
    margin-left: 43px;
    margin-top: -23px;
    line-height: 20px;
}
.main-contact-info-box li p a{
    color: #fff;
}
.contact-info-follow-social{
    padding-top: 25px;
    border-top: 1px solid #81d4fa;
}
.contact-social{
    padding-top: 10px;
    margin-left: -5px;
}
.contact-social i {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: 0.5s;
    color: #fff;
}
.contact-social i:hover{
    background: #fff;
    color: #03a9f5;
}
.main-contct-form-box{
    padding-left: 15px;
    padding-right: 40px;
}
.main-contct-form-box h3{
    padding-bottom: 15px;
}
.main-contct-form-box .form-control {
    margin-bottom: 20px;
    border-radius: 0px;
    padding-left: 0;
    background: #fff0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    color: #000;
    width: 100%;
    display: block;
    padding: 13px 0px;
    font-family: 'brandon-grotesque-light';
    height: 51px;
}
.main-contct-form-box select.form-control{
    height: 51px!important;
}
.main-contct-form-box textarea.form-control {
    height: 108px!important;
    resize: none;
}
.main-contct-form-box .btn-padding{
    margin-top: 0;
}
.main-contct-form-box .btn-padding::before{
    background:#018ab2!important; 
}
.main-contct-form-box .btn-padding::after{
    background:#018ab2!important; 
}
.conact-us-right-shape-img1{
    position: absolute;
    left: 0;
    top: 0;
}
.conact-us-right-shape-img2{
    position: absolute;
    right: 0;
    bottom: 0;
}
/*contact us page end*/

/*gallery page*/
.inner-gallery-start{
    position: relative;
}
.inner-gallery-start .service-left-img{
    top: 60%;
    width: auto;
}
.inner-gallery-middle-shape{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 57.2%;
    left: 49.8%;
}
.inner-gallery-start .gallery-right-img1{
    width: auto;
    top:50px;
}
.inner-gallery-start ul.filter li{
    color: #000000;
    font-size: 18px;
    margin: 0 5px 0 0;
    border: 1px solid #000000;
    padding: 6px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.inner-gallery-start ul.filter li:hover, .inner-gallery-start ul.filter li.mixitup-control-active {
    border-color: #31baeb;
    background: #31baeb;
    color: #fff;
}
.inner-gallery-start ul.filter li.active{
      border-color: #31baeb;
    background: #31baeb;
    color: #fff;
}
.inner-gallery-start ul.filter {
    text-align: center;
    padding: 0 0;
    margin: 0 0 50px;
    list-style: none;
    position: relative;
    z-index: 99;
}
.inner-gallery-start ul.filter li {
    display: inline-block;
}
.gallery-box-group .potflio-main-box{
    display: inline-block;
    margin: 15px 10px;
}
.gallery-box-group{
    position: relative;
}
/*gallery page end*/

/*services page start*/
.inner-service-start{
    position: relative;
}
.inner-service-start .service-left-img {
    top: 60%;
    width: auto;
}
.inner-service-start .gallery-right-img1 {
    width: auto;
    top: 50px;
}
.inner-service-start .gallery-right-img2{
    bottom: 0;
    width: auto;
}
.inner-service-start .service-right-img1{
    top: 37%;
    width: 15%;
}
.inn-service-img-box{
    height: 358px;
}
.inn-service-img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inner-service-section1 p{
    padding-top: 15px;
}
.inner-service-section1 h3{
    padding-top: 30px;
}
.inner-service-section2{
    text-align: right;
    padding: 70px 0px;
}
.inner-service-section2 p{
    padding-top: 15px;
}
.inner-service-section2 h3{
    padding-top: 30px;
}
.srvc-inn-price{
    font-weight: 700;
    color:#01acdf;
    font-size: 22px;
}
/*services page end*/


article{margin-top: 100px;}
.entry-header{padding: 30px 0px;}
.entry-header h1{font-size: 40px;}
.woocommerce table.shop_table th{color: #000;}
.product-thumbnail img{max-width: 100px !important;}
.woocommerce a.remove{background: #f00;color: #fff !important;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{width: initial;
color: #000;}
.woocommerce button.button, .woocommerce a.button.alt{color: #fff;background-color: #01acdf;}
.woocommerce button.button:hover, .woocommerce a.button.alt:hover{background-color: #000;color: #fff;}
.woocommerce table.shop_table td {line-height: 1.5em;color: #000;}
.cart_totals h2{font-size: 35px;font-weight: 600;margin-bottom: 20px;}
#customer_details .col-1, #customer_details .col-2{-ms-flex: 100%;flex: 100%;max-width: 100%;}
.woocommerce form .form-row label {line-height: 2;display: block; width: 100%;}
.woocommerce form .form-row input.input-text{height: 40px;background: #fff;border: 1px solid #999;border-radius: 3px;}
.woocommerce-input-wrapper{width: 100%}
.select2-container .select2-selection--single{height: 40px;}

.pro-details{padding: 80px 0px;}
.woocommerce div.product div.images img{max-width: 100% !important;}
.woocommerce div.product form.cart .button {vertical-align: middle; float: left;background-color: #01acdf; border-color: #01acdf; color: #fff;}
.woocommerce div.product form.cart .button:hover {vertical-align: middle; float: left;background-color: #000; border-color: #000; color: #fff;}
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #01acdf; font-size: 25px;margin: 10px 0px;font-weight: bold;}
.woocommerce-product-details__short-description p{margin-bottom: 25px;}
.woocommerce div.product form.cart {margin-bottom: 20px;}
.woocommerce .quantity .qty { width: 60px; text-align: center; height: 35px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #01acdf; z-index: 2; border-bottom-color: #01acdf; border-radius: initial; color: #fff;}
.comment-form-comment label, .comment-form-author label{display: block;}
.comment-form-email label{display: block;}
.woocommerce #reviews #comment {height: 100px; width: 70% !important; display: block; border: 1px solid #aeadad;}
.comment-form-author input, .comment-form-email input{width: 70% !important;height: 40px; border: 1px solid #aeadad;}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs{padding: 25px 0px;}
.form-submit input{background-color: #01acdf !important; border-color: #01acdf !important; color: #fff !important;}
.form-submit input:hover{background-color: #000 !important; border-color: #000 !important; color: #fff !important;}
.related h2{margin-bottom: 40px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin: 0px 30px 20px 0px !important;text-align: center;padding: 20px;box-shadow: 0px 0px 10px 0px #ddd;border-radius: 5px;}
.woocommerce ul.products li.product .button{background-color: #01acdf !important; border-color: #01acdf !important; color: #fff !important;}
.woocommerce ul.products li.product .button:hover{background-color: #000 !important; border-color: #000 !important; color: #fff !important;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{font-size: 16px;
color: #1e1d1d;}
.woocommerce ul.products li.product .price {color: #0888ae;  display: block;font-weight: 400; margin-bottom: 0px; font-size: 20px;}
/* .woocommerce{padding: 100px 0px 50px;} */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt{background-color: #01acdf !important; border-color: #01acdf !important; color: #fff !important;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{background-color: #000 !important; border-color: #000 !important; color: #fff !important;}
.woocommerce ul.products li.product a img{margin: 0 auto;}

/* .topheader {
	padding: 8px 0;
	background: #3a164d;
	text-align:right;
}
.topheader p {
	font-size: 15px;
	color: #fff;
	padding-right: 30px;
} */

a.cart-customlocation {
    position: relative;
    z-index: 1;
}
a.cart-customlocation small {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -15px;
    background: #3a164d;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    /* top: 0; */
    margin-top: -6px;
    font-size: 10px;
    line-height: 18px;
}

figure.woocommerce-product-gallery__wrapper {
    width: 100%;
    max-width: 440px;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 50px;
    font-weight: 600;
    color: #01acdf;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #3a164d;
    font-size: 34px;
    margin: 10px 0px;
    font-weight: bold;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
   
    margin: 24px 0px;
   
}
.woocommerce .quantity .qty {
    width: 76px;
    text-align: center;
    height: 50px;
    border-color: #02acdf;
    border-width: 1px;
    box-shadow: none;
}

.acctDetails p {
    font-size: 16px;
}
.product_meta .posted_in{
	 font-size: 16px;
}
.product_meta a{
	 font-size: 16px;
}















