/* ----------------------------------------------------------------------- */
/* 	Coming Soon Style 1 Responsive CSS */
/*------------------------------------------------------------------------ */
@media screen and (max-width: 1999px) {

}

@media screen and (max-width: 1799px) {

    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        margin-bottom: 10px;
    }

    #main-content-about .content-text p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .about_img {
        width: 400px;
        height: 400px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -20px;
        height: 130px;
        width: 130px;
    }
}

@media screen and (max-width: 1599px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    
    .main-title {
        font-size: 65px;
    }

    .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 45px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 25px 40px;
        border-radius: 10px;
        margin: 30px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 23%;
    }

    .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:10px 20px;
    }

    .form-inline .btn i {
        font-size: 24px;
    }

    .social-icons-body {
        padding: 30px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }



    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 60px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 45px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 14px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        padding:8px 20px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 24px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 50px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .about_img {
        width: 370px;
        height: 370px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -30px;
        height: 120px;
        width: 120px;
    }

}

@media screen and (max-width: 1399px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    
    .main-title {
        font-size: 55px;
    }

    .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 20px 20px;
        border-radius: 10px;
        margin: 20px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 23%;
    }

    .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:10px 20px;
    }

    .form-inline .btn i {
        font-size: 24px;
    }

    .social-icons-body {
        padding: 20px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }



    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 60px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 45px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 14px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        padding:8px 20px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 24px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 50px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .about_img {
        width: 320px;
        height: 320px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -30px;
        height: 120px;
        width: 120px;
    }




    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 50px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 25px;
    }

    .form-field {
        margin-bottom: 20px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 12.5px 30px;
    }







}

@media screen and (max-width: 1299px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    
    .main-title {
        font-size: 50px;
    }

    .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 45px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 25px 40px;
        border-radius: 10px;
        margin: 25px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 23%;
    }

    .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:10px 20px;
    }

    .form-inline .btn i {
        font-size: 24px;
    }

    .social-icons-body {
        padding: 25px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }


    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 55px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 14px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        padding:8px 20px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 24px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 50px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .about_img {
        width: 320px;
        height: 320px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -30px;
        height: 120px;
        width: 120px;
    }



    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 45px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 20px;
    }

    .form-field {
        margin-bottom: 20px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 12.5px 30px;
    }


}

@media screen and (max-width: 1199px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    
    .main-title {
        font-size: 45px;
    }

    .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 20px 20px;
        border-radius: 10px;
        margin: 20px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 23%;
    }

    .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:10px 20px;
    }

    .form-inline .btn i {
        font-size: 24px;
    }

    .social-icons-body {
        padding: 20px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }



    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 55px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 14px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        padding:8px 20px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 24px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 50px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .about_img {
        width: 320px;
        height: 320px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -30px;
        height: 120px;
        width: 120px;
    }


    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 45px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 20px;
    }

    .form-field {
        margin-bottom: 20px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 12.5px 30px;
    }



}

@media screen and (max-width: 1099px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    
    .main-title {
        font-size: 50px;
    }

    .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 20px 20px;
        border-radius: 10px;
        margin: 20px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 23%;
    }

    .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:10px 20px;
    }

    .form-inline .btn i {
        font-size: 24px;
    }

    .social-icons-body {
        padding: 20px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }




    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 55px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 14px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        padding:8px 20px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 24px;
    }

    /*extra*/
    #main-content-home.fixed-middle {
        top: 54%;
    }

    .social-icons-body {
        padding: 20px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 50px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .about_img {
        width: 320px;
        height: 320px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -30px;
        height: 120px;
        width: 120px;
    }



    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 40px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 20px;
    }

    .form-field {
        margin-bottom: 20px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 12.5px 30px;
    }


}

@media screen and (max-width: 991px) {
    /* ------------------------------------------------------------------ */
    /*Header part responsive css*/
    /* ------------------------------------------------------------------ */
    #header {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    #header.style-1 {
        background-color: #a14ae3e8;
    }

    #header.style-2 {
        background-color: #140c3161;
    }


    .nav-menu::before {
        display: none;
    }

    .nav-menu::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 150%;
        transform: translate(-50%,-50%);
        height: 0px;
        width: 12px;
        background-color: #fff;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        -moz-transition: all .1s;
        transition: all .1s;
    }
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    .positon-fix-style-2.fixed-middle {
        top: 47%;
    }
    #main-content-about.fixed-middle {
        top: 47%;
    }

    #main-content-contact.fixed-middle {
        top: 47%;
    }

    .main-title {
        font-size: 50px;
    }

    .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 20px 20px;
        border-radius: 10px;
        margin: 20px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 24%;
    }

    .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:10px 20px;
    }

    .form-inline .btn i {
        font-size: 24px;
    }

    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 55px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 14px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        padding:8px 20px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 24px;
    }

    /*extra*/
    #main-content-home.fixed-middle {
        top: 54%;
    }

    .social-icons-body {
        padding: 20px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 45px;
        margin-bottom: 5px;
    }

    #main-content-about .content-text p {
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .about-img-box{
        margin-top: 30px;
    }

    .about_img {
        width: 325px;
        height: 325px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -25px;
        height: 120px;
        width: 120px;
    }


    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 40px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 20px;
    }

    .form-field {
        margin-bottom: 10px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 10.5px 30px;
    }



}


@media screen and (max-width: 767px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .positon-fix-style-2.fixed-middle {
        top: 45%;
    }
    #main-content-about.fixed-middle {
        top: 45%;
    }
    #main-content-contact.fixed-middle {
        top: 45%;
    }

    .main-title {
        font-size: 45px;
    }

    .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 20px 20px;
        border-radius: 10px;
        margin: 20px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 24%;
    }

    .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:10px 20px;
    }

    .form-inline .btn i {
        font-size: 24px;
    }

    /*------extra------*/
    .social-icons-body {
        padding: 20px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    #footer .footer-logo {
        margin: 5px 0px 10px;
    }


    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 45px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 40px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 14px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 50px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        padding:8px 20px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 20px;
    }

    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 27px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .about-img-box{
        margin-top: 30px;
    }

    .about_img {
        width: 225px;
        height: 225px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -25px;
        height: 90px;
        width: 90px;
    }

    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 40px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 10px;
    }

    .form-field {
        margin-bottom: 10px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 8.5px 30px;
    }



}


@media screen and (max-width: 575px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .main-title {
        font-size: 40px;
    }

    .small-title {
        font-size: 14px;
        line-height: 1.5;
        width: 400px;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 30px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home1-counter-box {
        padding: 15px 40px;
        border-radius: 10px;
        margin: 20px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 24%;
    }

    .form-inline .form-control {
        height: 45px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding:8px 20px;
    }

    .form-inline .btn i {
        font-size: 20px;
    }

    .social-icons-body {
        padding: 20px 0px;
    }

    .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }


    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 40px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 35px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 16px;
    }

    .home4-counter-box {
        margin: 20px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 24%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 60%;
        left: 40%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 60%;
        left: 60%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 40px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
        font-size: 12px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        font-size: 17px;
        padding: 3px 13px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 20px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 27px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .about_img {
        width: 140px;
        height: 140px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -25px;
        height: 60px;
        width: 60px;
    }

    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 35px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 10px;
    }

    .form-field {
        margin-bottom: 10px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 8.5px 30px;
    }





}


@media screen and (max-width: 491px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    .main-title {
        font-size: 30px;
    }

    .small-title {
        font-size: 12px;
        line-height: 1.4;
        width: 300px;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 24px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 12px;
    }

    .home1-counter-box {
        padding: 10px 10px;
        border-radius: 10px;
        margin: 15px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 23%;
    }

    .form-inline .form-control {
        height: 40px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
        font-size: 12px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding: 5px 15px;
    }

    .form-inline .btn i {
        font-size: 20px;
    }

    .social-icons-body {
        padding: 15px 0px;
    }

    .social-icons li a {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }


    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 30px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 24px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 12px;
    }

    .home4-counter-box {
        margin: 15px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 23%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 50%;
        left: 37%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 50%;
        left: 63%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 40px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
        font-size: 12px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        font-size: 17px;
        padding: 3px 13px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 20px;
    }

    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 27px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .about_img {
        width: 140px;
        height: 140px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -25px;
        height: 60px;
        width: 60px;
    }



    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 35px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 10px;
    }

    .form-field {
        margin-bottom: 10px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 8.5px 30px;
    }




}

@media screen and (max-width: 300px) {
    /* ------------------------------------------------------------------ */
    /*Style-1 Body part responsive css*/
    /* ------------------------------------------------------------------ */
    .main-title {
        font-size: 24px;
    }

    .small-title {
        font-size: 12px;
        line-height: 1.4;
        width: 250px;
    }

    .home1-countdown-timer .months,
    .home1-countdown-timer .days,
    .home1-countdown-timer .hours,
    .home1-countdown-timer .minutes,
    .home1-countdown-timer .seconds{
        font-size: 18px;
        font-weight: 800;
    }

    .home1-countdown-timer .counter-time-title {
        font-size: 12px;
    }

    .home1-counter-box {
        padding: 10px 10px;
        border-radius: 10px;
        margin: 15px 0px;
    }

    .home1-countdown-timer #years,
    .home1-countdown-timer #months,
    .home1-countdown-timer #days,
    .home1-countdown-timer #hours,
    .home1-countdown-timer #minutes,
    .home1-countdown-timer #seconds {
        width: 23%;
    }

    .form-inline .form-control {
        height: 40px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
        font-size: 12px;
    }

    .subscribe-form {
        padding: 0px;
    }

    .form-inline .btn {
        padding: 4px 15px;
    }

    .form-inline .btn i {
        font-size: 20px;
    }

    .social-icons-body {
        padding: 15px 0px;
    }

    .social-icons li a {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }

    /* ------------------------------------------------------------------ */
    /*Style-2 Body part responsive css*/
    /* ------------------------------------------------------------------ */

    .home4-title .main-title {
        font-size: 24px;
    }

    .home4-title .small-title {
        font-size: 13px;
        line-height: 1.4;
    }

    .home4-countdown-timer .months,
    .home4-countdown-timer .days,
    .home4-countdown-timer .hours,
    .home4-countdown-timer .minutes,
    .home4-countdown-timer .seconds{
        font-size: 24px;
        font-weight: 800;
    }

    .home4-countdown-timer .counter-time-title {
        font-size: 12px;
    }

    .home4-counter-box {
        margin: 15px 0px;
    }

    .home4-countdown-timer #years,
    .home4-countdown-timer #months,
    .home4-countdown-timer #days,
    .home4-countdown-timer #hours,
    .home4-countdown-timer #minutes,
    .home4-countdown-timer #seconds {
        width: 23%;
    }

    #years .dot1,
    #months .dot1,
    #days .dot1,
    #hours .dot1,
    #minutes .dot1,
    #seconds .dot1{
        position: absolute;
        top: 50%;
        left: 37%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot2,
    #months .dot2,
    #days .dot2,
    #hours .dot2,
    #minutes .dot2,
    #seconds .dot2{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #years .dot3,
    #months .dot3,
    #days .dot3,
    #hours .dot3,
    #minutes .dot3,
    #seconds .dot3 {
        position: absolute;
        top: 50%;
        left: 63%;
        transform: translate(-50%,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 9999;
    }

    #home4-subscribe-form .form-inline .form-control {
        height: 40px;
        padding: 10px 0px;
        padding-left: 20px;
        padding-right: 55px;
        font-size: 12px;
    }

    #home4-subscribe-form .subscribe-form {
        padding: 0px;
    }

    #home4-subscribe-form .form-inline .btn {
        font-size: 17px;
        padding: 3px 13px;
    }

    #home4-subscribe-form .form-inline .btn i {
        font-size: 20px;
    }


    /* ------------------------------------------------------------------ */
    /*About part responsive css*/
    /* ------------------------------------------------------------------ */
    .about-main-title {
        font-size: 27px;
        margin-bottom: 0px;
    }

    #main-content-about .content-text p {
        font-size: 10px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .about_img {
        width: 140px;
        height: 140px;
        border: 4px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
    }

    .top-shape {
        right: -25px;
        height: 60px;
        width: 60px;
    }


    /* ------------------------------------------------------------------ */
    /*Contact part responsive css*/
    /* ------------------------------------------------------------------ */

    .contact-main-title {
        font-size: 35px;
    }

    .contact-small-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .contact-form-main-div {
        padding: 10px;
    }

    .form-field {
        margin-bottom: 10px;
    }

    .form-control {
        padding: 5px 23px;
    }

    .btn {
        padding: 8.5px 30px;
    }

}