/*
Theme Name: Uzeton
Text Domain: uzeton
Version: 2.3.0.1
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4

Author: sidat team
Author URI: https://sidat.net/

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*	1. Document Setup
/* -------------------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    outline: 0 !important;
    letter-spacing: 0
}
a,
a:hover {
    color: #333;
    text-decoration: nones
}

a:hover {
    text-decoration: none
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: 0;
    background-color: none !important;
    color: none !important;
    border-color: none !important
}

.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border
}
.uk-textarea {
    height: 116px;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: #FF5317 !important;
}
img {
    max-width: 100%
}

.mdl {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}

.mdl_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;}
p,li{
    color: #4F4F4F;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333
}

footer,
header,
section {
    float: left;
    width: 100%
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/* header start */
header.uk-sticky.uk-active .logo img{
    width: 50%;
}
header.uk-sticky.uk-active.mainHeader{
    height: 70px;
}
header.uk-sticky.uk-active ul#menu-main-menu {
    margin-top: 16px;
}
header.uk-sticky.uk-active ul#menu-main-menu li a{
    font-size: 16px;
}
header.uk-sticky.uk-active .socialIcon {
    margin-top: 15px;
}
.mainHeader .logo {
    width: 25%;
    float: left;
    display: block;
}
.mainHeader .navbar-center {
    width: 62%;
    float: left;
}

.mainHeader .navbar-right {
    width: 10%;
    float: right;
}
.mainHeader .menu li {
    list-style: none;
    display: inline-block;
}

.mainHeader .navbar-right li {
    list-style: none;
    display: inline-block;
}
.mobile_active{
    display: none !important;
}
/*.uk-navbar.desktop_active{
    display: flex;
}*/
.desktop_active{
    display: block;
}
header.mainHeader {
    background: #444444;
    height: 90px;
    padding: 9px 8px 8px 8px;
}
ul#menu-main-menu li a {
    padding: 0px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
ul#menu-main-menu li a:hover{
    color: #F44F16;
}
ul#menu-main-menu {
    margin-top: 25px;
}
.right_action_btn {
    float: right;
    display: inline-block;
    margin-top: 8px;
}
.right_action_btn ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}
#mobMenu .uk-offcanvas-bar{
    top: 64px;
}
#mobMenu ul{
    padding-left: 0px;
}
#mobMenu ul li{
    font-size: 18px;
    display: block;
    padding: 10px 0px;
}
#mobMenu .socialIcon li{
    display: inline-block;
    margin: 0 10px;
}
#mobMenu .socialIcon li:first-child{
    margin-left: 0;
}
.mob_menu_btn {
    background-color: transparent;
    border: none;
    width: 32px;
    height: 32px;
    float: left;
    padding: 0;
    position: relative;
}
.mob_menu_btn span {
    position: absolute;
    width: 24px;
    height: 2px;
    left: 4px;
    top: 12px;
    background: #fff;
    transition: all .3s ease;
}
.mob_menu_btn span~span {
    top: 18px;
}
.mob_menu_btn.open span {
    transform: rotate(-45deg);
    left: 4px;
    top: 14px;
}
.mob_menu_btn.open span~span {
    transform: rotate(45deg);
}
.navbar-right li a {
    padding: 0px 15px;
    text-decoration: none;
}
.navbar-right li a {
    color: white;
}
.socialIcon{
    margin-top: 25px;
}
h1{
    font-size: 44px;
    line-height: 48px;
    color: #1B1B1B;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}
.banner h6 {
    font-size: 36px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.banner h1 {
    font-size: 65px;
    line-height: 75px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.banner .uk-panel a {
    background: #FF5317;
    padding: 10px 20px;
    margin: 20px auto;
    display: block;
    width: 185px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all .3s ease;
}
ul.uk-slider-nav.uk-dotnav.uk-flex-center.uk-margin {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
section.services {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F5F5F5;
}
.servicehead span {
    font-size: 20px;
    line-height: 25px;
    color: #F77B10;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.servicehead h5 {
    font-size: 44px;
    line-height: 30px;
    color: #1B1B1B;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}
.card{
    transition: all .3s ease;
}
.card .uk-card-default .uk-card-title{
    display: table;
    height: 54px;
}
.card .uk-card-default .uk-card-title span{
    display: table-cell;
    vertical-align: middle;
} 
.card .uk-card-media-right {
    width: 18%;
    float: right;
}
.card .uk-card.uk-card-default.uk-grid-collapse {
    padding: 20px;
    /* height: 204px; */
    box-shadow: 5px 10px 10px #3c2f2338;

}
.card:hover .uk-card-default .uk-card-title,.card:hover  p,.card:hover  h3,.card:hover  li
{
    color: white;
}
.card:hover .uk-card.uk-card-default.uk-grid-collapse{
    background-color: #FF5317;
}
.card .card-body {
/*    width: 70%;*/
}
.card svg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75%;
}
.card svg {
    color: #FF5317;
}
.card:hover svg{
    color: #FFF;
}
h3.uk-card-title {
    color: #1B1B1B;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
}
.about{
    padding-top: 60px;
    padding-bottom: 60px;
}
.aboutrght {
    padding-left: 12%;
}
.aboutrght p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color:#1B1B1B;
    font-family: 'Poppins', sans-serif;
}
.aboutrght h5{
    line-height:40px;
    font-size: 36px;
}

.about.choose{
    background-color:#444444;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about.choose .servicehead{
    padding-right: 15%;
}
.about.choose .servicehead h5{
    color:#F5F5F5;
}
.about.choose .servicehead p{
    color:#F5F5F5;
    font-weight: 300;
}
.team {
    background-color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.servicehead .one{
    margin-top: 20%;
}
.team .servicehead h5{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}
.team .servicehead p{
    width:80%;
    margin:20px 0px;
}
.team .servicehead  a{
    background: #FF5317;
    padding: 10px 20px;
    display: block;
    width: 185px;
    border-radius: 5px;
    color: #F5F5F5;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    border: 1px solid transparent;
}
.team .servicehead  a:hover,.book .servicehead a:hover,.banner .uk-panel a:hover{
    border: 1px solid #FF5317;
    color: #FF5317;
    background-color: #FFF;
}
.teamcard h3{
    color:#444444;
    font-size: 22px;
    font-weight: 400;
    margin:20px 0px;
}
.book{
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(assets/images/book-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.book .servicehead span{
    color:#fff;
}
.book .servicehead h5{
    color:#fff;
}
.book .servicehead p{
    color:#fff;
    margin:20px 0px;
}
.book .servicehead  a{
    background: #FF5317;
    padding: 10px 20px;
    display: block;
    width: 185px;
    border-radius: 5px;
    color: #F5F5F5;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    border: 1px solid transparent;
}
.lastSection{
    background-color: #444444;
    padding-top: 60px;
    padding-bottom: 60px;
}
.lastSection .servicehead h4 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}
.lastSection .servicehead p {
    color: #fff;
    margin-bottom: 20px;
}
.lastSection ul{
    padding: 0;
}
.lastSection ul.socialIcon li {
    list-style: none;
    display: inline-block;
    padding: 10px 30px 10px 0px;
}

.lastSection ul.quick li {
    list-style: none;
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
}
.lastSection ul.quick li a {
    text-decoration: none;
    color:#fff;
}
.lastSection ul.quick li img {
    display: inline-block;
    width: 25px;
    float: left;
    margin-top: 2%;
    margin-right: 10px;
}
.lastSection ul.quick li span {
    width: calc(100% - 40px) !important;
    display: inline-block;
    vertical-align: text-top;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.newsletter {
    background-color: #FF5317;
    padding: 0px 20px;
    text-align: center;
}
.form{
    max-width: 400px;
    margin-top: 30px;
}
.form button{
    color: white;
    background: #FF5317;
}
.servicehead.contact h5 {
     font-size: 36px;
}
.form input,.form textarea{
    background-color: #F8F8F8;
    font-size: 14px;
    color: #4F4F4F;
}
.form  .uk-button {
    color: white !important;
    background-color: #F77B10;
}
.news_form input{
    font-size: 14px;
}
.news_form p{
    margin-bottom: 0 !important;
}
.news_form .wpcf7-spinner{
    display: none;
}
.news_form .wpcf7 form.sent .wpcf7-response-output{
    color: white;
    border-color: white;
    font-size: 12px;
}
.news_form .uk-button {
    color: #FF5317;
    float: left;
    background-color: white;
} 
.form span{
    font-size: 12px;
    color: red;

}
.map h3{
    font-size: 40px;
    line-height: 54px;
    color: #1B1B1B;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}
.map ul{
    list-style: none;
    padding-left: 0%;
}
.map li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #4F4F4F;
}
.map li span{
    color: #FF5317;
}
footer.footer {
    background-color: #FF5317;
    color: #fff;
    padding-top: 15px;
}
footer.footer p{
    color: white;
    margin-bottom: 13px;
    font-size: 16px;
}
.footer .left{
    text-align: left;
}
.footer .right{
    text-align: right;
}
.servicehead form input {
    color:#6A6A6A
}
/* about us */
.inner-banner{
    background-image: url(assets/images/MaskGroup73.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.aboutSecTwoMain{
    padding-top: 60px;
    padding-bottom: 60px;
}
.aboutSecTworight .servicehead p {
    width: 80%;
    margin-bottom: 8%;
}
.aboutSecTworight .servicehead a{
    background: #FF5317;
    padding: 10px 20px;
    display: block;
    width: 185px;
    border-radius: 5px;
    color: #F5F5F5;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
    transition: all .3s ease;
}
.aboutSecTworight .servicehead a:hover,.mission .servicehead a:hover{
    border: 1px solid #FF5317;
    background-color: white;
    color: #FF5317;
}
.vision .heading {
    background-color: #FF5317;
    padding: 12px;
    color: #fff;
}
.heading h2 {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.visionleft{
    background-image: url(assets/images/why-choose-us-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
}
.visionleft {
    display: block;
    padding-top: 55px;
    padding-bottom: 55px;
}
.visionright {
    display: block;
    padding-top: 15px;
    padding-bottom: 55px;
    padding-right: 20%;
    padding-left: 5%;
    
}
.visionleft .servicehead h5{
    color: #fff;
}
.visionleft .servicehead p{
    color: #fff;
    margin-bottom: 0px;
}
.mission .servicehead a{
    background: #FF5317;
    padding: 10px 20px;
    display: block;
    width: 185px;
    border-radius: 5px;
    color: #F5F5F5;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    border: 1px solid transparent;
}
.missionMain {
    padding-top: 55px;
    padding-bottom: 55px;
}
.misionImg{
    margin: 0px auto;
}
.teamCard .heading h2{
    color: #212426;
    margin-bottom: 20px;
}
section.teamCard {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F7F7F7;
}
.teamCard .card-body {
    background-color: #fff;
    padding: 33px;
    box-shadow: 5px 10px 10px #eee;

}
.teamCard .card-body:hover{
    box-shadow: 2px 5px 5px #eee;
}
.teamCard h3.uk-card-title {
    color: #192436;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
}
.teamCard span {
    color: #FF5317;
    font-size: 18px;
}
.teamCard ul{
    padding: 0;
}
.teamCard ul li {
    list-style: none;
    display: inline-block;
    padding: 0px;
}
.teamCard ul li a{
    padding: 13px 14px;
    border: 1px solid #707070;
}
.servicesmain{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.service_content{
    margin-top: 30px;
}
.service_content h6{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom:20px;
}
.service_content .action_btn a{
    background-color: #0C0C0C;
    color: white;
    width: 64px;
    text-align: center;
    padding: 16px 0px;
    transition: all .3s ease;
    border:1px solid transparent;
}
.service_content .action_btn a:hover{
    background-color: white;
    border:1px solid #0C0C0C;
    color: #0C0C0C;
}
.servicesContent p{
    max-width: 730px;
    margin: 0px auto;
}
.serviceCard .uk-card {
    max-width: 950px;
    margin: 0px auto;
}
.serviceCard .card .uk-card.uk-card-default.uk-grid-collapse {
    padding: 20px;
    /* height: 204px; */
    box-shadow: 0px 0px 5px #3c2f2338;
    height: auto;
    min-height: 340px;    
    margin-top: 5%;

}
.serviceCard .card img {
    color: #FF5317;
    float: left;
    display: block;
}
.serviceCard .card .card-body {
    margin-top: 0%;
/*    width: 70%;*/
/*    float: right;*/
    display: block;
}
.serviceTwo {
    background-color: #EFEFEF;
    padding-bottom: 80px;
    padding-top: 70px;
    margin-top: -100px;
}
.serviceImg img,.serviceImg .count {
    position: relative;
    z-index: 1;
}

.serviceCard h3 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}
.serviceCard .card-body.child_service {
    max-width: 280px;
    margin: 0px auto;
    background-color: #fff;
    padding: 20px 10px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 65px;
    text-align: center;
    min-height: 340px;
    z-index: 0;
    box-shadow: 0px 0px 5px #3c2f2338;
}
.serviceCard .serviceImg{
    margin-top: 30px;
}
.serviceCard .card-body.child_service ul{
    padding-left: 0px;
}
.serviceCard .card-body.child_service li{
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.faq .left{
    background-color: #F1F9FF;
    padding: 20px;
}
.faq .right{
    background-color: #F1F9FF;
    padding: 20px;
}
/* .faq .uk-accordion-content{
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    color: #7F7F7F;
} */

.faq a.uk-accordion-title {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    color: #7F7F7F;
}
.faq a.uk-accordion-title:last-child() {
    border-bottom: none;
    }
.faq {
    margin-top: 5%;
}
.faq .left h6, .faq .right h6 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #6A6A6A;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.teamcard .card-body {
    background-color: #fff;
    padding: 15px;
}
.action_btn{
    margin-top:30px;
}

.flip_buton {
    padding: 10px 20px;
    color: #fff;
    background:#FF5317;
    position:fixed;
    right:0px;
    top: 35%;
    transform: rotate(180deg) translate(-4px);
    writing-mode: vertical-lr;
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    width: 52px;
    border-radius: 5px;
    line-height: 1;
    z-index: 9;
}
.flip_buton:hover{
    color:white;
}
.current-menu-item a{
    color: #F44F16 !important;
}

@media screen and (max-width: 1079px) {

.serviceCard .card-body.child_service {
    padding: 50px 20px 10px;
}
    h1 {
        font-size: 34px;
        line-height: 40px;
    }
  .mobile_active{
    display: block !important;
  }
  .desktop_active{
    display: none;
  }
  .mainHeader .logo {
    width: 135px;
  }
  header.mainHeader {
    height: auto !important;
  }
  .banner h6 {
    font-size: 20px;
   }
   .uk-slider-items li img{
        width: auto;
        height: 100%;
   }
   .banner h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .servicehead h5 {
        font-size: 30px;
        line-height: 34px;
    }
    .card .card-body {
/*        width: 75%;*/
    }
    h3.uk-card-title {
        font-size: 18px;
        line-height: 24px;
    }
    .aboutrght {
        padding-left: 0;
    }
    .aboutrght p {
        font-size: 16px;
        line-height: 24px;
    }
    .team .servicehead h5 {
        font-size: 32px;
        line-height: 38px;
    }
    .teamcard .card-bod{
        text-align: center;
    }
    .book {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .newsletter {
        padding: 25px 20px;
    }
    .aboutSecTworight .servicehead p {
        width: 100%;
    }
    .servicehead h5 {
        font-size: 32px;
        line-height: 38px;
    }
    .heading h2 {
        font-size: 34px;
    }
    .visionright {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
        padding-left: 5%;
    }

    .service_content h6 {
        font-size: 30px;
        margin-top: 20px;
    }
    .serviceCard .card .card-body {
        margin-top: 5%;
        width: 100%;
    }
    .serviceCard .card img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .serviceCard .uk-card-title{
        margin-top: 0px;
    }
    .servicehead.contact h5 {
        font-size: 32px;
        line-height: 32px;
    }
    .map h3 {
        font-size: 30px;
        line-height: 36px;
    }
    footer.footer p {
        margin-bottom: 0px;
        font-size: 14px;
        text-align: center;
    }
    footer.footer {
        padding-bottom: 15px;
    }

}