@import url('https://use.fontawesome.com/releases/v6.2.0/css/all.css'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); html {
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Poppins' ,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #222d35;
    overflow-x: hidden;
    background-color: #fff;
}
/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #34ABEE;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #575757;
}
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

tt {
    font-family: 'Poppins' ,sans-serif;
}

p {
    /* color: #222d35; */
}

iframe {
    border: none
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    margin: 0;
}

a,a:focus,a:hover {
    outline: medium none;
    text-decoration: none;
    color: #068ecb;
}

ul,ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.cuani, a {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

b, strong {
    font-weight: 600
}

::selection {
    background: #046e9e;
    color: #fff
}

::-moz-selection {
    background: #046e9e;
    color: #fff
}

.vcenter > .row {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.imgdrk {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.imgdrk:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.p0 {
    padding: 0 !important
}

.p5 {
    padding: 5px !important
}

.p10 {
    padding: 10px !important
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pt0 {
    padding-top: 0 !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt30 {
    padding-top: 30px !important
}

.automrg {
    margin: auto;
    /* text-align: center; */
    float: none;
}

.mt30 {
    margin-top: 30px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.bgwhite {
    background: #fff
}

.w100 {
    width: 100%
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*-----------*/
.header-main {
    transition: all .5s ease;
    padding: 0;
    /* border-top: 4px solid #068ecb; */
}

.header-main .header-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
    float: none;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-right: 0;
    position: relative;
    z-index: 1;
}

.logo a {
}

.logo img {
    width: 120px;
    padding: 4px;
}

body.fixed .header-main {
    position: fixed;
    background: #fff;
    box-shadow: 0 9px 9px rgb(0 0 0 / 10%);
    padding: 4px 0;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}

body.fixed {
    padding-top: 81px;
}

body.fixed .logo img {
    width: 86px;
    padding: 0;
}

body.fixed #cssmenu > ul > li > a {
    padding: 22px 0;
}

body.fixed #cssmenu > ul > li > a:before,body.fixed #cssmenu > ul > li.active > a:before {
    bottom: 14px;
}

body.fixed #cssmenu > ul > li::after {
    top: 16px;
}

/*-------*/
.menunav {
    text-align: center;
    display: flex;
    align-items: center;
}

.menunav ul ul {
    text-align: left
}

.enqmn {
    display: none !important
}

.enq-btn,.enq-btn2 {
    border-radius: 0;
    padding: 3px 20px;
    background: #068ecb;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 36px;
    font-size: 19px;
    font-weight: 700;
    margin-top: 22px;
    color: #fff;
    border-radius: 25px !important;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

.enq-btn:hover,.enq-btn2:hover {
    text-decoration: none;
    color: #fff;
}

body.fixed .enq-btn {
    margin-top: 5px;
}

.enq-btn2 {
    display: none
}

/*--flex slider---*/
.flex-control-paging li a {
    border-color: #068ecb !important;
}

.flex-control-paging li a.flex-active {
    background: #068ecb !important
}

/*----------*/
.htitle {
    font-size: 43px;
    line-height: 48px;
    padding: 0 0 10px;
    margin: 0;
    position: relative;
    color: #068ecb;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

.htitle span {
    display: block;
    font-size: 28px;
}

.htitle:after {
    background-color: #b1b1b1;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 80px;
}

.htitle.center {
    text-align: center
}

.htitle.center:after {
    margin: 0 auto;
}

.htitle + p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    font-weight: 300;
}

.htitle + p.left {
    text-align: left;
    left: 0;
    margin-left: 0;
}

.htitle.noline:after {
    content: none
}

.htitle.hsmall {
    font-size: 33px;
    text-transform: capitalize;
    line-height: 42px;
    padding-bottom: 5px;
}

.htitle.white, .htitle.white + p {
    color: #fff;
	margin-bottom:15px;
}
div#ContentPlaceHolder1_divStrength p {
    font-size: large;
}

.htitle.white:after {
    background-color: #ffffff;
}

/*-----------*/
.htitle2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 0 12px;
    margin: 0;
    position: relative;
    letter-spacing: 0;
    color: #068ecb;
    margin-bottom: 10px;
}

.htitle2:before {
    background-color: #b1b1b147;
    bottom: 6px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 74px;
}

.htitle2 span {
    color: #068ecb;
    font-weight: bold;
    font-size: 40px;
}

.htitle2.white {
    color: #ffff
}

.htitle2.noline {
    margin-bottom: 0;
}

.htitle2.noline:before {
    content: none !important;
}

.htitle2.center {
    text-align: center
}

.htitle2.center:before {
    margin: 0 auto !important;
}

.htitle2.hsmall {
    font-size: 25px;
    line-height: 32px;
    padding: 4px 0 12px;
    margin: 0;
    position: relative;
    color: #068ecb;
    font-weight: 600;
}

.htitle2.hsmall:before {
    background-color: #b1b1b1;
    bottom: 10px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 40px;
}

/*-----------*/
.htitle3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    padding: 7px 10px;
    margin: 15px 0 0 0;
    position: relative;
    letter-spacing: 0;
    color: #068ecb;
    background: #f3f3f3;
}

/*----*/
.head-title {
    position: relative;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 0px;
    font-weight: 600;
    color: #000000;
}

.head-title span {
    background: #4d0b4c;
    padding: 0px 8px 4px 8px;
    color: #fff;
    font-size: 21px;
}

.head-title label {
    background: #4d0b4c;
    display: table;
    font-size: 12px;
    color: #fff;
    padding: 0 4px;
    font-weight: 600;
    line-height: 17px;
}

.head-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: #068ecb;
}

.head-title.on-line::before {
    content: none
}

.head-title.on-line {
    border: 0
}

.tophead {
    padding: 8px 10px;
    text-align: center;
    background: #068ecb;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

/*----------*/
.page-head {
    padding: 0;
    color: #2d2d2d;
    text-align: center;
    position: relative;
    background: #fafafa;
    overflow: hidden;
    height: 400px;
}

.page-head .overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.page-head .inner-box {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding: 175px 0;
}

.page-head .inner-box2 {
    text-align: center;
    padding: 60px 0;
    margin: 0 auto;
}

.page-head .inner-box2 h1 {
    font-size: 52px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #004f8a;
}

.page-head .inner-box h1 {
    margin: 0;
    padding: 0;
    font-size: 45px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
}

.page-nav {
    padding: 0;
    /* color: #2d2d2d; */
    text-align: center;
    position: relative;
    background: #f5f5f5;
    z-index: 2;
}

.page-nav .breadcrumb {
    text-align: center;
    background: transparent;
    margin: 0px 0 0 0;
    padding: 0;
    float: left;
    position: relative;
}

.page-nav .breadcrumb > li {
    font-size: 14px;
    color: #004f8a;
    padding: 10px 0;
    font-weight: 500;
}

.page-nav .breadcrumb > li > a {
    color: #000000;
    font-weight: 500;
    position: relative;
}

.page-nav .breadcrumb > li + li:before {
    color: #afafaf;
}

/*--------*/
.section {
    padding: 60px 0;
}

.section2 {
    padding: 80px 0
}

.sectionbg {
    background: #e9f5fb;
    padding: 60px 0 60px;
    color: #fff;
}

.bgbox {
    background: #f8f8f8;
    padding: 30px;
    position: relative;
}

/*---------about-----------*/
.hmabout {
    position: relative;
    background: #068ecb;
    padding: 46px 46px;
    margin-top: -10%;
    color: #fff;
    z-index: 1;
    text-align: center;
}
.section.pb15 .row {
    justify-content: center;
}
div#ContentPlaceHolder1_divAbout p {
    font-size: large;
}
.hmabout h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
    line-height: 48px;
    text-transform: capitalize;
}

.hmabout h2 span {
    text-transform: initial;
    font-weight: 200;
}

.hmabout h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
    line-height: 48px;
    text-transform: capitalize;
}

.hmabout h1 span {
    text-transform: initial;
    font-weight: 200;
}

.hmabout tt {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 0;
    display: block;
    /* color: #fff; */
}

/*------*/
.funfact {
    background: #e8e8e8 url(../images/funfact.jpg) center center no-repeat fixed;
    background-size: cover;
    color: #fff;
    padding: 80px 0 60px 0;
    position: relative;
    text-align: center;
}

.funfact:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000000de;
}

.funfact .inner-box {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.funfact h3 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 40px;
    color: #fff;
    line-height: 40px;
}

.funfact .fun-box i {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    line-height: 90px;
    font-size: 44px;
}

.funfact .fun-box h4 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 7px;
}

.funfact .fun-box p {
    padding: 0 48px;
    text-align: center;
}

.strength {
    background: #068ecb;
    color: #fff;
}

/*------------*/
.whywork {
    overflow: hidden;
}

.whywork ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.whywork .inner-box {
    border: 1px solid #f2f2f2;
    padding: 30px 27px;
    transition: .4s;
    height: 100%;
}

.whywork .inner-box img {
    width: 60px;
    display: inline-block;
    filter: invert(48%) sepia(18%) saturate(3207%) hue-rotate(525deg) brightness(70%) contrast(100%);
}

.whywork .inner-box h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 25px 0px;
    line-height: 34px;
}

.whywork .inner-box p {
    margin: 0;
}

.whywork .inner-box:hover {
    transform: translateY(-5px);
    background: #068ecb;
    border-color: #068ecb;
    color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.whywork .inner-box:hover img {
    filter: brightness(0) invert(1)
}

/*-----------------*/
.text-desc h1:first-child,.text-desc h2:first-child,.text-desc h3:first-child,.text-desc h4:first-child,.text-desc h5:first-child {
    margin: 0 0 5px
}

.text-desc h1,.text-desc h2,.text-desc h3,.text-desc h4,.text-desc h5 {
    margin: 14px 0 5px
}

.text-desc table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%
}

.text-desc table thead,.text-desc table th {
    background: #f5e9e9;
    font-weight: 700;
    font-size: 15px;
}

.text-desc table td,.text-desc table th {
    border: 1px solid #ededed;
    padding: 2px 3px 2px 8px;
    /* color:#2d2d2d; */
    vertical-align: middle;
    /* text-align:center; */
}

.text-desc table td {
    font-size: 15px;
    /* color: #545454; */
}

.text-desc table tr td:hover {
    background-color: #f5e2e2;
}

.text-desc table tr:hover, .text-desc table td:hover {
    background-color: #fbf5f5;
}

.text-desc tt {
    font-size: 21px;
    line-height: 35px;
    padding-bottom: 0;
    display: block;
    /* color: #fff; */
}

.text-desc ul,.text-desc ul ul {
    margin-left: 17px;
    margin-bottom: 22px
}

.text-desc ul li {
    list-style-type: none;
    position: relative;
}

.text-desc ul.list2 li {
    width: 46%;
    display: inline-block;
}

.text-desc ul ul li {
    list-style-type: circle
}

.text-desc ul li:before, .text-desc ol li:before {
    position: absolute;
    font-size: 9px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    color: #068ecb;
    left: -15px;
}

.text-desc h2 {
    color: #068ecb
}

.text-desc h3 {
    color: #068ecb;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    padding: 0px 0 2px;
    margin: 0;
    letter-spacing: .5px;
    margin-bottom: 8px;
    position: relative;
}

.text-desc h3:after {
    background: #068ecb;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 45px;
    left: 0;
}

.text-desc h4 {
    color: #068ecb;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    padding: 0px 0 1px 25px;
    margin: 16px 0 3px 0;
    display: block;
    letter-spacing: .5px;
    position: relative;
    text-transform: capitalize;
}

.text-desc h4:before {
    position: absolute;
    font-size: 18px;
    top: 0px;
    left: -3px;
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    font-weight: 900;
}

.text-desc h5 {
    color: #068ecb;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 6px 0 2px 20px;
    margin: 3px 0 !important;
    letter-spacing: .5px;
    text-transform: capitalize;
    position: relative;
}

.text-desc h5:before {
    content: '*';
    position: absolute;
    font-size: 30px;
    top: 11px;
    left: 0;
}

.text-desc h2 + hr,.text-desc h4 + hr {
    border-color: #d0d0d0;
    width: 55%;
    text-align: center;
    display: inline-block
}

.text-desc img {
    display: inline-block!important
}

/*---------*/
.table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%
}

.table thead,.table th {
    background: #fcf1ef;
    font-weight: 700;
    font-size: 15px;
}

.table th strong {
    color: #068ecb
}

.table td,.table th {
    border: 1px solid #ededed;
    padding: 2px 3px 2px 8px;
    /* color:#2d2d2d; */
    vertical-align: middle !important;
    /* text-align:center; */
    padding: 8px !important;
}

.table td {
    /* font-size:15px; */
    /* color: #545454; */
}

.table tr td:hover {
    background-color: #f3f0f0;
}

.table tr:hover, .table td:hover {
    background-color: #fbfbfb;
}

.table.tblcenter, .table.tblcenter th, .table.tblcenter td {
    text-align: center
}

/*-------*/
.readmore {
    color: #068ecb;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding-top: 10px;
    display: inline-block;
}

.readmore i {
    font-size: 11px;
    padding-left: 6px
}

.readmore:hover {
    color: #ffffff;
}

.readmore:hover i {
    padding-left: 9px
}

.contact-btn {
    display: inline-block;
    background-color: #068ecb;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    padding: 23px 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

.contact-btn:hover {
    background-color: #000;
    color: #ffffff;
}

.owl-theme .owl-nav {
    margin-left: 5px;
}

.owl-theme .owl-nav [class*="owl-"] {
    width: 30px;
    /*background:#068ecb !important;*/
    margin-left: 15px;
    line-height: 28px !important;
    font-size: 25px !important;
    color: #000 !important;
    cursor: pointer !important;
}

.owl-theme .owl-prev {
}

.owl-theme .owl-next {
}

/*-----------------*/
/*.owl-theme .owl-nav [class*="owl-"]{display:inline-block;width:40px;height:65px;text-align:center;margin: 0 0 0 20px;transition:all 500ms ease;border-radius:5px;position:absolute;top:34%;}
.owl-theme.nav-small .owl-nav [class*="owl-"] {top: 25% !important; background: rgba(0, 0, 0, 0) url(../images/arrow-small.png) no-repeat scroll 0 0 ; }
.owl-theme .owl-prev{background: rgba(0,0,0,0) url(../images/arrow-grid.png) no-repeat scroll 0 -164px !important;left: 0px !important;}
.owl-theme .owl-next{background: rgba(0,0,0,0) url(../images/arrow-grid.png) no-repeat scroll -50px -164px !important;right: 0px;}
.owl-theme .owl-nav [class*="owl-"]:hover {transition: all 500ms ease;}
   
@media screen and (max-width: 1060px){
    .owl-theme .owl-controls .owl-prev{left:0 !important;    }
    .owl-theme .owl-controls .owl-next{right:0 !important}
}*/
/*-----*/
.videos {
    padding: 10px
}

.videos h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 0;
}

/*-----*/
ul.list-item {
}

ul.list-item li {
    border-bottom: 1px dashed #f1f1f1;
    padding: 5px 0;
    margin-bottom: 0;
}

ul.list-item li a {
    color: #000000;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
}

ul.list-item li:hover a,ul.list-item li.active a {
    color: #068ecb;
}

/*---------*/
.box1 {
    padding: 22px 8px;
}

.box1 .box1-inner {
    /* padding: 22px 15px; */
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.box1 img {
    /* padding:4px; */
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.box1 .text-inner {
    background-color: #fff;
    padding: 5px;
    border-bottom: 3px solid transparent;
    /* -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04); */
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04);
    /* box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04); */
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.box1 h4 {
    text-transform: none;
    font-weight: 400;
    padding: 12px 0;
    font-size: 20px;
    color: #2d2d2d;
    margin: 0;
    letter-spacing: .5px;
    text-align: center;
}

.box1:hover .text-inner {
    border-radius: 2px;
    background-color: #f2703d;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.box1:hover h4 {
    color: #fff
}

/*-----------*/
.box2 {
    padding-top: 0;
    /* background:#fff; */
    text-align: left;
    position: relative;
    text-align: center;
}

.box2 label {
    position: absolute;
    background: #af1116;
    color: #fff;
    padding: 14px;
    line-height: 0;
    font-size: 18px;
    right: 0;
    font-weight: 500;
}

.box2 img {
    width: 100%;
    transition: all 500ms ease;
    border: 1px solid #eee;
    padding: 5px;
}

.box2 .imgbox {
    overflow: hidden
}

.box2:hover .imgbox img {
    transform: scale(1.05);
}

.box2 h4 {
    padding: 5px 0 5px 10px;
    font-size: 14px;
    color: #01012e;
    margin: 0;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

/*.box2 h4:before{position: absolute;width: 7px;height: 15px;content: " ";background-color: #068ecb;display: block;top: 6px;left: 0;z-index: 100;}*/
.box2 h4 a {
    color: #2d2d2d
}

.box2:hover a, .box2:hover h4 {
    color: #068ecb;
}

/*----------*/
.box3 {
    padding-top: 0;
    text-align: center
}

.box3 img {
    border: 1px solid #EEE;
    padding: 4px;
    margin-bottom: 7px;
    text-align: center;
    width: 100%;
    transition: all .7s ease 0;
    -webkit-box-shadow: 5px 5px 0 0 #f1f1f1;
    -moz-box-shadow: 5px 5px 0 0 #f1f1f1
}

.box3:hover img {
    border: 1px solid #af1116;
    -webkit-box-shadow: 5px 5px 0 0 #af11165c;
    -moz-box-shadow: 5px 5px 0 0 #3e4095a6;
}

.box3 h4 {
    font-size: 16px;
    color: #2d2d2d;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .5px;
    display: inline-block;
    padding: 7px 13px;
}

/*-----*/
.box23 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #e9f5fb;
    padding: 10px;
    text-align: center;
}

.box23:hover {
    box-shadow: 0 4px 5px 0 #d6d7d891;
}

.box23 .inner-box {
    padding: 15px 10px;
}

.box23 .img-box {
    overflow: hidden;
    position: relative;
}

.box23 .img-box img {
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.box23:hover .img-box img {
    transform: scale(1.05);
}

.box23 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1b1b1b;
    min-height: 60px;
}

.box23 h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #1b1b1b;
}

.box23 h5+p,.box23 h4 + p {
    margin: 10px 0 0 0;
    color: #1b1b1b;
}

.box23:hover h4 {
    color: #068ecb;
}

/*-----------*/
.boxdesc {
    text-align: center;
    color: #555;
    padding-bottom: 15px;
}

.boxdesc strong {
    display: block;
    text-decoration: underline;
    font-weight: 500;
    line-height: 10px
}

.boxdesc p {
    margin: 5px 0
}

.boxdesc img {
    border: 1px solid #eee;
    padding: 5px;
}

.gallery .box2_img {
    border: 1px solid #eee;
}

.gallery .col-sm-3 {
    padding: 15px
}

.pdfbox {
    text-align: center
}

.pdfbox img {
    display: inline-block
}

/*-----------*/
ul.boxlist2 {
    padding: 0px
}

ul.boxlist2 li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 7px;
    transition: all 0.7s ease 0s;
}

ul.boxlist2 li img {
    /* padding:4px; */
    border: 1px solid #d8d6d6;
    text-align: center;
    width: 100%;
}

ul.boxlist2 li h4 {
    padding: 12px;
}

.boxlist3 {
    padding: 0px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.boxlist3 .col-md-4 {
    padding: 10px;
    transition: all 0.7s ease 0s;
    width: 32%;
    margin: 1% 0;
}

ul.boxlist4 {
    padding: 0
}

ul.boxlist4 li {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-bottom: 10px;
    transition: all .7s ease 0;
}

ul.boxlist5 {
    padding: 0
}

ul.boxlist5 li {
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    transition: all .7s ease 0;
}

/*-------*/
.boxlistud .boxcol {
    margin-bottom: 10px;
}

.boxlistud .boxcol:nth-child(2n+1) {
    margin-top: -30px;
}

.box-auto3 {
    display: flex;
    flex-wrap: wrap
}

.box-auto3 .box-auto-item {
    width: calc(33.33333333% - 0px);
    display: flex;
    padding: 15px;
}

.box-auto3 .box-auto-item > div {
    display: flex;
    width: 100%;
    flex-shrink: 0
}

.descbox {
    box-shadow: 0 0 3px 0 rgb(240 240 240);
    display: block;
    width: 100%;
    padding: 15px;
}

.descbox:hover {
    box-shadow: 0 3px 6px 1px rgb(253 238 235);
}

.descbox h4 {
    font-size: 17px;
    color: #af1116;
    margin-bottom: 10px;
}

.descbox p {
}

ul.list2 li {
    list-style: none;
    margin: 4px 0 4px 16px;
    position: relative;
}

ul.list2 li:before {
    position: absolute;
    font-size: 10px;
    left: -15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #068ecb;
}

ul.list2 li a:hover, li.current_page_item a, li.current-menu-item a {
    color: #068ecb;
}

ul.list2 li i {
    padding: 0 8px 0 0;
}

/*--------------*/
.cenq {
    display: none
}

.cont-title {
    text-transform: inherit;
    font-weight: 700;
}

.form label {
    margin-bottom: 0;
    display: block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.form button {
    margin-top: 30px
}

.form .form_field  textarea {
    height: 120px;
    resize: none;
}

.form .select {
    margin: 0!important;
    font-size: 15px!important
}

.form .form_field input, .form .form_field textarea, #input-captcha-cf7 {
    background: #f6f6f6;
    border: 0;
    color: #222d35;
    font-size: 16px;
    margin: 0;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
}

.form .form_field input:focus,.form .form_field input:hover, .form .form_field textarea:focus, .form .form_field textarea:hover {
    outline: 2px solid #068ecb;
}

.custbtn {
    border-radius: 0;
    padding: 3px 35px;
    background: #068ecb;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    border: 1px solid #ffff;
    color: #fff;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

.custbtn:hover {
    text-decoration: none;
    background: #1c1b17;
    color: #fff;
}
.form_submit_field p {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    bottom: -25px;
}

/*--------*/
.social {
    list-style-type: none;
    padding: 10px 0 0;
    margin: 0
}

.social li {
    display: inline-block
}

.social a {
    margin-right: 5px;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    /* background: #f6f6f6; */
    border-radius: 50%;
    color: #af1116;
    border: 1px solid #000;
}

.social a i {
    line-height: 35px;
    font-size: 15px;
}

.social a:hover {
    background: #af1116;
    color: #fff;
}

/*-------------*/
#download {
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 26px;
    color: #ffffff;
    background-color: #af1116;
    padding: 10px 18px;
    border-radius: 30px 3px 3px 30px;
    z-index: 1;
}

#download:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999
}

#download > a {
    color: #0E0E0E
}

/*-----------*/
.contact-item {
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 8px 0 rgba(240,240,240,1);
    -moz-box-shadow: 0 0 8px 0 rgba(240,240,240,1);
    box-shadow: 0 0 8px 0 rgba(240,240,240,1);
    position: relative;
    min-height: 120px;
}

.contact-item h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #af1116;
}

.contact-item h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-item p {
    margin-bottom: 0
}

.contact-item .content {
    float: left
}

.contact-item > span {
    font-size: 59px;
    color: #f0f0f0;
    margin-top: 25px;
    position: absolute;
    right: 18px;
    bottom: 13px;
    z-index: -1;
}

/*------*/
/*------*/
.contact-bg {
    background: url(../images/bgmap.png)
}

.contact-box {
    text-align: center
}

.contact-box i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
    color: #068ecb;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);
    display: inline-block;
    transition: 0.3s;
}

.contact-box:hover i {
    background: #068ecb;
    color: #fff
}

.contact-box h5 {
    font-size: 18px;
    margin: 25px 0;
    color: #d5d5d5;
}

.inner-text p, .inner-text a {
    margin-bottom: 0;
    font-size: 16px;
    color: #333
}
.inner-text a:hover {
    color: #068ecb;
}
.contact-swbox {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 6%) 0px 20px 40px 0px;
    border-radius: 6px;
    padding: 20px;
}

/*------*/
.contact-box {
    position: relative;
    margin-bottom: 40px
}

.contact-box .contact-box-inner {
    position: relative;
    padding: 30px 35px 30px;
    background-color: #f3f6f9;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}

.address {
    /* font-weight:500; */
}

.address li {
    margin: 10px 0;
}

.address h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    padding-bottom: 6px;
    margin-bottom: 13px;
    display: inherit;
    color: #e31822;
}

.address > li > i {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    width: 20px;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
}

.address p {
    display: inline-block;
    text-align: left!important;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

/*--------------*/
.hdwatsp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 21/*top: 2px!important;position: absolute !important;left: 0;right: 0;margin: 0 auto;width: 100%;text-align: center;*/
}

.hdwatsp a {
    text-align: center;
    width: 50px;
    height: 50px;
    float: left;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #25D366;
    background-color: #25D366;
}

.hdwatsp i {
    font-size: 40px;
    margin-top: 5px;
}

.footer h4 {
    color: #eee;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 15px;
}

.footer h4 span {
}

.footer h4:after {
    content: "";
    position: relative;
    display: block;
    width: 4vw;
    height: 1px;
    background: #068ecb;
    left: 0;
    bottom: -10px;
}

.footer {
    font-size: 14px;
    padding-top: 65px;
    position: relative;
    background: #e9f5fb;
    border-top: 1px solid #068ecb;
    overflow: hidden;
}

.footer p, .footer a {
    color: #262626;
    line-height: 22px;
}

.footer h3 {
    color: #068ecb;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 6px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
}

.footer h3:not(.noline):before {
    background: #c2c2c2;
    bottom: -4px;
    content: "";
    height: 1px;
    position: absolute;
    width: 46px;
}

.footer img {
    padding: 10px 0 15px 0;
    width: 181px;
    display: inline-block;
}

.footer .address h4 {
    font-size: 16px;
    font-weight: 500 !important;
    color: #ececec;
    margin: 0;
    padding-bottom: 0;
}

.footer .address h4 i {
    margin: 0;
    margin-right: 9px;
}

.footer .address i {
    display: inline-block;
    margin: 6px 8px 0 0;
    vertical-align: top;
    color: #262626;
    font-size: 13px;
    width: 20px;
    text-align: center;
}

.footer .address li {
    margin: 6px 0 6px 0;
}

.footer .textright {
    text-align: right;
}
.footer3 {
    padding: 0px 6%;
}
.copyrights {
    padding: 21px 0;
    overflow: hidden;
    margin-top: 45px;
    border-top: 1px solid #d7d7d7;
    /* background: #df7f4a; */
}

.copyrights p, .copyrights a {
    margin: 0;
    /* font-size: 12px; */
}
.back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    left: 0px;
    background-color: #068ecb;
    padding: 10px 12px 5px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    box-shadow: 0 0 10px #068ecb;
    /* opacity: 1; */
    /* visibility: hidden; */
    transition: all 0.3s ease-in-out;
}

#btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.back-to-top:hover {
    background-color: #fff;
}

.back-to-top:hover i {
    color: #068ecb;
}
#cssmenu ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

/*#cssmenu > ul > li:last-child{padding-right:0}*/
#cssmenu ul li a:hover, #cssmenu ul li.current_page_item a {
    color: #068ecb;
}

#cssmenu ul li a:before,#cssmenu ul li.current_page_item a:before {
    position: absolute;
    content: '';
    left: 44%;
    bottom: 26px;
    width: 20px;
    height: 2px;
    opacity: 0;
    margin-left: -6px;
    background-color: #068ecb;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

#cssmenu ul li:hover a:before,#cssmenu ul li.current_page_item a:before {
    opacity: 1
}

/*#cssmenu > ul > li.has-sub > a:after {position: absolute;top: 15px;right: 11px;font-size: 14px;font-family: FontAwesome;content: '\f0d7';color: #ffffff;}*/
ul#menu-main-menu, .menu-main-menu-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#cssmenu ul li.has-sub:hover a::after {
    border-color: #fff
}

#cssmenu ul .sub-menu {
    position: absolute;
    left: -9999px;
    background: #000;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 10%);
    display: block;
    top: 60px;
    z-index: 9;
}

#cssmenu li:hover .sub-menu {
    left: auto
}

#cssmenu ul li a:hover, #cssmenu ul li.active a {
    color: #068ecb;
}

#cssmenu ul li a {
    text-decoration: none;
    color: #000;
    line-height: 24px;
    padding: 37px 0px 39px 0px;
    transition-duration: 0.3s;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

#cssmenu.align-right li:hover ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    width: 188px;
}

#cssmenu ul ul ul li a {
    width: inherit;
    padding: 12px 7px
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    border-bottom: 1px solid #eeeeee2e;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 0;
}

#cssmenu ul li:hover ul li {
    /* height: auto; */
}

#cssmenu ul ul li a {
    padding: 12px 7px;
    text-decoration: none;
    color: #000 !important;
    background: #fff;
    line-height: 16px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    white-space: nowrap;
    min-width: 150px;
    display: block;
}

#cssmenu ul ul li.has-sub a:after {
    position: absolute;
    top: 12px;
    right: 11px;
    font-size: 12px;
    font-family: FontAwesome;
    content: '\f105';
    color: #ffffff;
}

#cssmenu ul ul li:hover a,#cssmenu ul ul li a:hover {
    color: #068ecb !important;
}

#cssmenu ul ul li.has-sub:hover a::after {
    border-color: #fff
}
button.sub-menu-toggle {
    display: none;
}
#cssmenu ul ul li a:before{
	display: none;
}

.owl-theme .owl-controls {
	  display:block;
	  text-align: center;
}
.owl-carousel .owl-nav [class*="owl-"] {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    width: 40px;
    height: 65px;
    line-height: 40px;
    text-align: center;
    /*border: 1px solid #858c9c;*/
    margin: 0;
    transition: all 500ms ease;
    border-radius: 5px;
    position: absolute;
    top: 34%;
    font-weight: 300;
}
.owl-carousel .owl-nav button.owl-prev{left: -40px;}
.owl-carousel .owl-nav button.owl-next{right: -40px;}
.owl-carousel .owl-nav [class*="owl-"]:hover {
    transition: all 500ms ease;
}
#carouselExampleIndicators .bnnerafter{
    /* position: relative; */
}

#carouselExampleIndicators  .contact {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselExampleIndicators .active .contact {
   
}

#carouselExampleIndicators .contact h2 {
    margin-top: 0px;
    font-size: 48px;
    font-weight: 300;
    padding: 0px 0 8px 0;
    text-transform: capitalize;
    line-height: 62px;
    width: 100%;
}

#carouselExampleIndicators .contact p strong {
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 62px;
    width: 100%;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
}

#carouselExampleIndicators  .contact h4 {
    margin-top: 0px;
    font-size: 26px;
    font-weight: 400;
    padding: 0 0 5px 0;
    text-transform: capitalize;
    line-height: 25px;
}

#carouselExampleIndicators .contact p {
    padding-bottom: 0;
    text-align: center;
    margin: 0;
    width: 56%;
}

#carouselExampleIndicators  .contact a {
    color: #fff;
    position: relative;
    z-index: 1000
}
#carouselExampleIndicators .bnnerafter:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 56%);
    z-index: 1;
}
img.img-responsive {
    max-width: 100%;
}
.service_banner img.attachment-post-thumbnail {
    max-width: 100%;
	height: auto !important;
}
.inquery_page .row{
	justify-content: center;
}
.inquery_page .form {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    padding: 35px;
}
.form_field p {
    margin: 0;
}
.readmore {
    border-radius: 0;
    padding: 3px 24px;
    background: #068ecb;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 22px;
    color: #fff;
    border-radius: 25px !important;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

.readmore:hover {
    text-decoration: none;
    background: #272524;
    color: #fff;
    box-shadow: 1px 1px 10px #ccc;
}
.copyrights a:hover{
	color:#068ecb;
}
.full-height{
	height: 100%;
}
.box23 .inner-box p {
    min-height: 120px;
}
section.banner-section .owl-nav {
    display: none;
}
.form_captcha>p {
    display: none;
}
.banner-section .owl-dots {
    display: none;
}


* CROUSAL-STARTS */
#sg-carousel {
    position: relative;
    height: 100vh;
}
#sg-carousel .carousel-inner .item {
    height: 100vh;
}
.carousel-caption{top:50%;}
.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sg-carousel .carousel-control.left {
    top: 48%;
}
#sg-carousel .carousel-control.right {
    top: 48%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
.carousel-inner {
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
.carousel-caption {
    left: 60%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-family: raavi;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
.button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button--border-thick {
    border: 3px solid;
}
.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 7em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #40a304;
}
.button--tamaya:hover {
    color: #40a304;
    font-weight: 600;
}
.carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#sg-carousel h1 {
    animation-delay: 1s;
	margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel button {
    animation-delay: 3s;
	margin-top:25px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

div#carouselExampleIndicators {
    overflow: hidden;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #068ecb;
    color: #FFF;
}
.owl-theme .owl-nav [class*='owl-']:hover i.fa{
    color: #fff;
}

.readmore, .enq-btn, .enq-btn2 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 0px;
    position: relative;
}
.readmore::before, .enq-btn:before, .enq-btn2:hover::before{
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #000;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}

.readmore:hover::before, .enq-btn:hover::before, .enq-btn2:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0px
}
a.enq-btn2 {
    display: none;
}
header.fixed-header #cssmenu ul .sub-menu {
    top: 50px;
}
.home .box23{
    padding: 5px;
}
.error-404 .text-desc{
    text-align: center;
}
.error-404 .text-desc h3{
    margin-bottom: 20px;
}
.error-404 .text-desc h3:after{
    display: none;
}
.single .text-desc h2 , .single .text-desc h3{
    padding: 15px 0px;
}
div#ContentPlaceHolder1_divAbout li {
    /* list-style: decimal; */
}

div#ContentPlaceHolder1_divAbout ul, div#ContentPlaceHolder1_divAbout ol {
    padding: 5px 15px;
}

div#ContentPlaceHolder1_divAbout p {
    font-size: 16px;
}