a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 100%) {
    section {
        padding: 150px 0;
    }
}

section {
    padding: 35px 0 60px;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}
/*
.col-0-gutter {
    padding-left: 0;
    padding-right: 0;
}
*/
/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #F1F1F1;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff;
    padding: 5px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136
}

.navbar-default .nav li a {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    border-bottom: 1px solid;
    border-color: #000;
    margin: 10px 15px;
    padding: 0 0 2px 0;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    border-color: #991919;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503
}

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        padding: 40px 0 0px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        padding: 0px;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }

    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 4px;
    }
}

.navbar-brand img {
    position: relative;
    top: -50%;
}

/*--------------------
4. Sections
--------------------*/
/* #portfolio {
    background-color: #f5ebeb;   

} */

/* #portfolio{
    background: #313131;
    background:url("https://naukria2z.com/images/testimonials-bg.jpg") no-repeat center; background-attachment: fixed; background-size: cover; text-align: center;
    
} */

.img {

    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;

}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    /* font-style: italic; */
    /* font-variant: small-caps; */
    

}

.middle a{
    font-family: 'Work Sans', sans-serif;;
}

.fadeImg:hover .img {
    opacity: 1;
}

.fadeImg:hover .middle {
    opacity: 1;
}

.text {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 2s ease infinite;
    width: 555px;
  }

  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 45px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
}

.mz-module .section-title {
    padding: 40px 0;
}

/*--------------------
4.1. About
--------------------*/

.mz-about-container {
    padding: 0 50px;
}

.mz-module-about {
    padding: 20px;
}

.mz-about-default {
    background-color: #252525;
}

.mz-about-dark {
    background-color: #2B2B2B;
}

.mz-module-about h3 {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.mz-module-about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #9C9C9C;
}

.ot-circle {
    text-align: center;
    color: #E8E8E8;
    margin: 40px 0;
    font-size: 37px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
    margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;
}

.skillbar-item:last-child {
    margin-bottom: 60px;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-bar {
    display: block;
    background-color: #FFFFFF;
    height: 10px;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.skillbar h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 0 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #B91919;
    float: left;
    height: 4px;
    margin: 2px 0;
    border-radius: 10px;
    border: 1px solid #B91919;
}


/*--------------------
4.3. Portfolio
--------------------*/

figure {
    position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figcaption h2{
    opacity: 0;
}

.ot-portfolio-item figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 1px;
}

figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
    background: #f1f1f1;
}

/*--------------------
4.5. our clints
--------------------*/

.box:hover {
    z-index: 1;
    transform: scale(1.25);
    box-shadow: 0 25px 40px rgba(0, 0, 0, .5);
    transition: 0.5s;
}

/*--------------------
4.6. featured jobs
--------------------*/

.team-item {
    text-align: center;
    background-color: #F5F5F5;

}

.team-item h3 {
    font-size: 25px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.team-item .team-position {
    color: #565656;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.team-item p {
    font-size: 13px;
    font-weight: 500;
    color: #848484;
    padding: 18px 30px 35px 30px;
    line-height: 24px;
}

.img-responsive {
    border-radius: 50%;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    width: 60%;
    margin: 15px auto;
}

section#contact.form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
    border-radius: 0;
}

.modal-header .close {
    font-size: 30px;
}

.modal-title {
    text-transform: uppercase;
    font-size: 23px;
}

.modal-body {
    padding: 0;
}

.modal-body p {
    margin: 30px 20px;
    color: #2D2D2D;
}

.modal-works {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
    background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    color: #fff;
    background-color: #393939;
    border-color: #393939;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
    background-color: #726FB9;
    border-color: #726FB9;
    font-family: "Robot", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #5e2dfa;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}

/* Video section*/

.youtube-video {
    position: relative;
    width: 100%;
    max-width: 100%; /* Makes it responsive */
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin: 0 auto; /* Center the video */
    cursor: pointer;
    overflow: hidden;

	background: #fff;
	border-radius: 30px;
	border: 20px solid #fff;
	box-shadow: 3px 8px 30px rgba(0,0,0,0.2);
}

.youtube-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.youtube-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
    border: none;
}

.youtube-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
	background: url('images/play.png') no-repeat center center;
    background-size: contain;
    z-index: 2;
}

/* Home banner section*/

.home_banner_url{
    padding: 10px 15px;
    background: black;
    border-radius: 40px;
    color: #eee;
    font-weight: 700;
    text-align: center;
    border: 1px solid black;
}


.img_size{
    border-width: 5px;
    border: 1px solid #ccc;
    padding: 1px;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
}


/* About us section*/
.about_us_home__container {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            width: 100%;
            max-width: 1200px;
            margin: 50px auto;
        }

        /* Text section styling */
        .text-section {
            flex: 1;
            padding: 40px;
            background-color: #f8f8f8;
        }

        /* Image section styling */
        .image-section {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f8f8f8;
        }

        .image-section img {
            width: 100%;
            height: auto;
            max-height: 100%;
            object-fit: cover;
            border: 5px solid #027bf7;
            max-width: 460px;
        }

        /* Headline styling */
        .about_us_home_class h1 {
            font-size: 36px;
            font-weight: bold;
            color: #000;
            padding: 10px;
            display: inline-block;
            line-height: 1;
        }

        /* Paragraph styling */
        .about_us_home_class p {
            font-size: 27px;
            color: #333;
            line-height: 1.5;
            margin-top: 20px;
        }

        /* Ensure responsiveness */
        @media (max-width: 768px) {
            .about_us_home__container {
                flex-direction: column;
            }

            .image-section {
                border-left: none;
            }
            
            .about_us_home_class p {
               font-size: 21px;
            }
            .about_us_home__container .image-section{
                padding: 21px;
            }
        }


    /*Client section*/

    .employerList li img {
            height: 90px;   
    }
   
    .flickity-page-dots {
           display: none !important;
    }
   

       /**Achievements section */
    .achievements_section{
        padding: 100px;
        overflow: hidden;
    }
    .achievements_container {
        display: flex;
        background-color: #4a90e2;
        padding: 20px;
        border-radius: 15px;
        color: white;
        align-items: stretch;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .left-box {
        flex: 1;
        background-color: #4a90e2;
        padding: 20px;
        border-radius: 15px 0 0 15px;
    }

    .left-box h2 {
        font-size: 28px;
        margin: 0 0 10px;
        line-height: 1;
    }

    .left-box p {
        font-size: 16px;
        margin: 0;
        line-height: 1.5;
    }

    .right-box {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        background-color: #3a7ac7;
        padding: 20px;
        border-radius: 15px;
        flex: 1;
    }

    .right-box div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    .right-box div img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .right-box div p {
        margin: 0;
        font-size: 16px;
    }

    .number {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    /* Media Queries for Responsiveness */
    @media (max-width: 768px) {
        .achievements_section{
            padding: 50px;
            overflow: hidden;
        }
        .container {
            flex-direction: column;
            padding: 10px;
        }

        .left-box, .right-box {
            border-radius: 15px;
            padding: 15px;
        }

        .left-box {
            margin-bottom: 10px;
            text-align: center;
        }

        .right-box {
            flex-direction: column;
            align-items: center;
        }

        .right-box div {
            margin: 5px 0;
        }

        .left-box h2 {
            font-size: 24px;
        }

        .left-box p {
            font-size: 14px;
        }

        .number {
            font-size: 20px;
        }
    }

    @media (max-width: 480px) {
        .achievements_section{
            padding: 50px;
            overflow: hidden;
        }
        .container {
            flex-direction: column;
            padding: 10px;
        }

        .left-box, .right-box {
            padding: 15px;
        }

        .right-box {
            flex-direction: column;
            align-items: center;
        }

        .left-box {
            margin-bottom: 10px;
            text-align: center;
        }

        .right-box div {
            margin: 5px 0;
        }

        .left-box h2 {
            font-size: 20px;
        }

        .left-box p {
            font-size: 12px;
        }

        .right-box div img {
            width: 40px;
            height: 40px;
        }

        .number {
            font-size: 18px;
        }

        .right-box div p {
            font-size: 12px;
        }
    }

 /* Rnquiry form*/
    .enquiry_subject{
        color: #8c8c8c;
        border: 1px solid #ddd;
        font-size: 12px;
        line-height: 32px;
        margin-bottom: 15px;
        padding: 16px 20px;
        width: 100%;
    }
