    html,
    body {
        width: 100%;
        height: 100%;
        font-family: arial;
        font-size: 14px;
    }
    
    a {
        transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -moz-transition: all 0.35s ease 0s;
    }
    
    #loading {
        height: 200px;
        left: 50%;
        margin: -100px 0 0 -100px;
        position: absolute;
        top: 50%;
        width: 200px;
    }
    
    #preloader {
        background: #fff none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999;
    }
    
    .title {
        text-align: center;
        padding-bottom: 70px;
        position: relative;
    }
    
    .header {
        background: rgba(0, 0, 0, 0) url("../img/test123.jpg") repeat fixed center 0 / cover;
        color: #fff;
        height: 100%;
        overflow: hidden;
        transition: all 0.35s ease 0s;
        position: relative;
        height: 100vh;
    }
    
    .header__main {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .header__right{
        width: 50%;
        margin-top: 200px;
    }
    .header__right h1{
        color: #c51e1e;
    }

    .header__left{
        width: 50%;
        margin-top: 50px;
    }
    
    .sendbutton {
        padding: 15px 25px;
        width: 200px;
        color: #ffffff;
        text-transform: capitalize;
        font-size: 18px;
        background: #c51e1e;
        border: none;
    }
    
    .sendbutton:hover {
        color: #ffffff;
        text-decoration: none;
    }
    
    .logo {
        float: left;
        text-align: center;
        width: 100%;
    }
    
    nav {
        border: 0 none !important;
        border-radius: 0 !important;
        float: left;
        width: 100%;
        height: 10vh;
    }
    .language{
        position: absolute;
        right: 50px;
        top: 18px;
        height: 25px;
        width: 42px;
        border: none;
        outline: none;
        background: transparent;
        font-weight: bold;
        color: #c51e1e;
    }
    option {
        color: rgb(0, 0, 0);
    }

    .size {
        font-size: 45px;
        color: #fff;
    }
    
    .navbar-nav {
        float: left;
        font-size: 16px;
        margin: 0;
    }
    
    .navbar-brand img {
        width: 47px !important;
        object-fit: cover;
        z-index: 99;
        margin-top: -5px;
    }
    
    .img-left {
        left: -390px;
        position: relative;
    }
    
    .navbar-nav>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    
    .navbar-default {
        background: rgba(255, 255, 255, 0) none repeat scroll 0 0 !important;
    }
    
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: transparent;
        color: rgb(0, 0, 0);
    }
    
    .affix {
        background: white none repeat scroll 0 0 !important;
        transition: all 0.35s ease 0s;
        height: 70px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.527);
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #c51e1e;
        font-size: 20px;
        padding: 20px 25px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #c51e1e;
    }
    
    .header-text {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        display: block;
        float: none;
        font-size: 18px;
        margin: 150px auto;
        padding: 42px !important;
        text-align: center;
        width: 700px;
    }
    
    .header-text h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    
    .header-text h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .header-text p {
        margin-bottom: 30px;
    }
    
    .header-text h2 span {
        color: orange;
    }
    
    .header-btn {
        border: 2px solid #fff;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 42px;
        margin: 50px auto auto;
        text-align: center;
        width: 235px;
        transition: all 0.35s ease 0s;
    }
    
    .header-btn:hover {
        border: 2px solid #c51e1e;
        color: #c51e1e;
        text-decoration: none;
        transition: all 0.35s ease 0s;
    }
    
    .btn-ornge {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid;
        border-radius: 0;
        width: 250px;
        font-size: 18px;
        transition: all 0.35s ease 0s;
    }
    
    .btn-ornge:hover {
        border: 2px solid #c51e1e;
        color: #c51e1e;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        transition: all 0.35s ease 0s;
    }
    
    #about {
        overflow: hidden;
    }
    
    #about h2 {
        padding: 50px 0 25px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    
    #about h2::before {
        background: #000 none repeat scroll 0 0;
        bottom: 9px;
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
    }
    
    #about h2::after {
        background: #c51e1e none repeat scroll 0 0;
        bottom: 9px;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        width: 50%;
        z-index: 999;
    }
    
    #about p {
        font-size: 16px;
        padding: 10px 0;
        text-align: left;
    }
    /*----------- team ------------*/
    
    #team {
        background: url("../img/team-bg.jpg") no-repeat scroll center bottom / cover;
        color: #fff;
        overflow: hidden;
        padding: 100px 0 220px;
        transition: all 0.35s ease 0s;
    }
    
    .t-box {
        background: #fff none repeat scroll 0 0;
        color: #000;
        float: left;
        padding: 0 0 22px;
        text-align: center;
        width: 100%;
    }
    
    .timg>img {
        width: 100%;
        transition: 0.3s;
    }
    .timgage:hover {
        border: 2px solid red !important;
        transform: scale(1.2) !important;
    }
    
    .t-box .social-links {
        padding: 0px;
        margin: 20px 0 0 0px;
    }
    
    .t-box .social-links>li {
        display: inline;
        font-size: 25px;
        padding: 8px;
    }
    
    .t-box .social-links a {
        color: #c51e1e;
    }
    
    .t-box .social-links a:hover {
        color: #333;
    }
    
    .timg {
        position: relative;
        transition: all 0.35s ease 0s;
        overflow: hidden;
    }
    
    /* .timg:hover::after {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    } */
    /*----------- services ------------*/
    
    #Services {
        overflow: hidden;
    }
    
    #Services h2 {
        padding: 50px 0 25px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    
    #Services h2::before {
        background: #000 none repeat scroll 0 0;
        bottom: 9px;
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
    }
    
    #Services h2::after {
        background: #c51e1e none repeat scroll 0 0;
        bottom: 9px;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        width: 50%;
        z-index: 999;
    }
    
    #Services p {
        font-size: 16px;
        padding: 10px 0;
        text-align: left;
    }
    /*----------- for box ------------*/
    
    .for-box {
        background: url("../img/services-bg.jpg") no-repeat scroll center bottom / cover;
        padding-top: 200px;
        background-attachment: fixed;
        padding-bottom: 100px;
        overflow: hidden;
    }
    
    .for-box-crecl {
        background: #fff none repeat scroll 0 0;
        border-radius: 50%;
        color: #000;
        font-size: 51px;
        height: 100px;
        left: 35%;
        line-height: 104px;
        margin: auto;
        position: absolute;
        text-align: center;
        top: -58px;
        z-index: 999;
        width: 100px;
    }
    
    .for-box .clr4 {
        background: #ff6100;
        color: #fff;
        padding: 50px 0 50px;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    
    .for-box .clr4::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 40%;
        background: #cf5105;
        left: 0;
        top: -20px;
        transform: skewY(171.5deg);
    }
    
    .clr4-a::after {
        background: #ff6100 none repeat scroll 0 0;
        content: "";
        height: 137%;
        position: absolute;
        right: 0;
        top: 15px;
        transform: skewY(-5.5deg);
        width: 100%;
        z-index: -1;
    }
    
    .clr4-a {
        background: #fff none repeat scroll 0 0;
        color: #fff;
        float: left;
        font-size: 31px;
        left: 0;
        overflow: hidden;
        padding: 10px;
        position: absolute;
        width: 101%;
        z-index: 999;
    }
    
    .wbox {
        background: #fff none repeat scroll 0 0;
        margin-bottom: 100px;
        padding: 20px 20px 60px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    
    .wbox p {
        padding: 10px;
    }
    /*----------- owl ------------*/
    
    #owl-demo .owl-item div {
        padding: 5px;
    }
    
    #owl-demo .owl-item img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    .owl-theme .owl-controls .owl-buttons div {
        background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0 !important;
        color: #ffa100 !important;
        font-size: 65px !important;
        opacity: 1 !important;
    }
    
    .owl-theme .owl-controls .owl-buttons div:hover {
        background: #ffa100 none repeat scroll 0 0 !important;
        color: #fff !important;
        font-size: 65px !important;
        opacity: 1 !important;
    }
    
    .owl-buttons {
        position: absolute;
        top: 50%;
        width: 100%;
    }
    
    .owl-prev {
        left: 0;
        position: absolute;
    }
    
    .owl-next {
        right: 0;
        position: absolute;
    }
    
    .owl-pagination {
        visibility: hidden;
    }
    /*----------- counter ------------*/
    
    .counter {
        background: #222 none repeat scroll 0 0;
        color: #fff;
        padding: 100px 0;
        text-align: center;
    }
    
    .counter .size {
        color: #c51e1e;
        font-size: 45px;
    }
    
    .counter span {
        color: rgba(255, 0, 0, 0.808);
        font-size: 20px;
    }
    
    #blog {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        overflow: hidden;
        padding: 60px 0 60px;
        transition: all 0.35s ease 0s;
        position: relative;
    }
    
    .blog-img>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        position: absolute;
    }
       
    .blog-img {
        border: 1px solid;
        height: 208px;
        padding: 9px;
        border-radius: 5px;
        position: relative;
        box-sizing: border-box;
    }
    
    #blog a {
        border: 1px solid rgb(255, 0, 0);
        color: rgb(0, 0, 0);
        display: inline-table;
        font-size: 18px;
        margin-top: 15px;
        padding: 10px 23px;
        text-decoration: none;
        background: rgb(255, 255, 255); 
    }
    
    #blog .row>h3 {
        color: #000000;
        font-size: 20px;
        font-weight: bold;
    }
    
    #blog .row>p {
        color: #000000;
        font-size: 14px;
        margin: 0px 20px 10px 0;
        text-align: justify;
    }

    .about__video{
        height: 280px;
        margin-bottom: 50px;
        width: 100%;
        object-fit: cover;
    }
    /*----------- contact ------------*/
    
    #contact {
        background: url("../img/contact-bg.JPG") no-repeat scroll center center / cover;
        color: #fff;
        overflow: hidden;
        padding: 100px 0;
        transition: all 0.35s ease 0s;
    }
    
    #contact input[type="text"] {
        background-color: #fff;
        background-image: none;
        border: 1px solid #666;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 57px;
        line-height: 1.42857;
        padding: 10px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }
    
    #contact input[type="email"] {
        background-color: #fff;
        background-image: none;
        border: 1px solid #666;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 57px;
        line-height: 1.42857;
        padding: 10px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }
    
    #contact .btn-block {
        border-radius: 0;
        display: block;
        float: right;
        font-size: 16px;
        margin-bottom: 50px;
        margin-right: 15px;
        padding: 10px 0;
        transition: all 0.3s ease 0s;
        width: 165px;
        padding: 15px 25px;
        width: 200px;
        color: #ffffff;
        text-transform: capitalize;
        font-size: 18px;
        background: #c51e1e;
    }
    
    #footer {
        background: #c51e1e;
        color: #fff;
        position: relative;
        text-align: center;
        width: 100%;
        overflow: hidden;
    }
    
    #footer .social-links {
        list-style: outside none none;
        margin: 0 0 20px;
        padding: 35px 0 10px;
    }
    
    #footer .social-links li {
        display: inline-block;
        margin: 5px;
    }
    
    #footer .social-links a {
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
        color: rgba(255, 255, 255, 1);
        display: block;
        font-size: 25px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        width: 50px;
    }
    

    #text-15 {
        padding-left: 100px;
        text-align: left;
    }
    
    #text-15 a {
        color: #000;
        text-decoration: none;
    }
    .qabul h2{
        text-align: center;
        text-transform: capitalize;
        color: red;
        margin-top: 50px;
        margin-bottom: 35px;
    }
    .info__qabul{
        display: flex;
        justify-content: space-evenly;
    }
    .info__qabul p{
        font-size: 18px;
        text-align: justify;
        width: 40%;
    }
    .info__qabul img{
        width: 40%;
    }
    .qabul{
        position: relative;
    }
    .qabul__input{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        overflow: hidden;
        box-sizing: border-box;
    }
    .qabul__input input{
        width: 40%;
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #c51e1e;
    }
    .qabul__input select {
        width: 40%;
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #c51e1e;
    }
    .qabul__input textarea {
        width: 87%;
        padding: 10px 20px;
        margin-top: 10px;
        border: 1px solid #c51e1e;
    }
    .backhistory{
        position: absolute;
        top: 30px;
        height: 40px;
        width: 80px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        outline: none;
        border: none;
        background: transparent;
        color: #c51e1e;
        font-weight: bold;
        font-size: 14px;
    }
    .qabulbtn{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 50px;
    }
    @media (max-width: 768px) {
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:focus,
        .navbar-default .navbar-nav>.active>a:hover {
            background-color: transparent;
            color: rgb(255, 255, 255);
        }
        .info__qabul{
            flex-direction: column;
            align-items: center;
        }
        .qabul__input{
            flex-direction: column;
            align-items: center;
        }
        .qabul__input input{
            width: 70%;
        }
        .info__qabul p{
            width: 70%;
        }
        .info__qabul img{
            width: 70%;
        }
        .qabul__input select{
            width: 70%;
        }
        .qabul__input textarea{
            width: 70%;
        }
    }

    @media (max-width: 556px){
        .qabul__input input{
            width: 90%;
        }
        .info__qabul p{
            width: 90%;
        }
        .info__qabul img{
            width: 90%;
        }
        .qabul__input select{
            width: 90%;
        }
        .qabul__input textarea{
            width: 90%;
        }
        .header__right h1{
            font-size: 26px !important;
        }
        .header__right p{
            font-size: 14px !important;
        }
        #about p{
            font-size: 14px !important;
        }
    }
    @media (min-width:768px) and (max-width:1024px) {
        .navbar-default .navbar-nav>li>a {
            font-size: 18px;
        }
        .img-left {
            left: -50px;
            position: relative;
        }
        .img-left img {
            width: 100%;
        }
        .for-box .clr1::before {
            top: -26px;
        }
        .for-box .clr2::before {
            top: -26px;
        }
        .for-box .clr3::before {
            top: -26px;
        }
        .for-box .clr4::before {
            top: -26px;
        }
        .element-item {
            width: 50%;
        }
        #about img {
            left: -24px;
            position: relative;
        }
        #blog::before {
            height: 30%;
            transform: rotate(175deg);
            width: 100%;
            left: 0px;
            top: -100px;
        }
        /* .header__right{
            position: absolute;
            width: 60%;
        } */
    }
    
    @media (max-width:800px) {
        #about img {
            left: -40px;
            position: relative;
        }
        .blog-img {
            height: 130px;
        }
        #blog .row {
            padding: 0 10px !important;
        }
        .header__right{
            position: absolute;
            width: 60%;
        }
        .about__video{
            height: 420px;
        }
        
    }
    
    @media (max-width:980px) {
        #about img {
            left: 0;
            position: relative;
            width: 100%;
        }
        .img-left {
            left: 0;
            position: relative;
            width: 100%;
        }
        .blog-img {
            height: 130px;
        }
        #blog .row {
            padding: 0 10px !important;
        }
        
    }
    
    @media (min-width:1024px) and (max-width:1170px) {
        .col-md-6 {
            width: 100%;
        }
        #about img {
            left: 0;
            position: relative;
        }
        .img-left {
            left: 0;
            position: relative;
        }
        #footer .col-md-6 {
            width: 50%;
        }
    }
    @media (max-width:768px) {
        .language{
            top: 12px;
            right: 80px;
            height: 25px;
            width: 42px;
        }
    }
    @media (max-width:640px) {
        .for-box-crecl {
            left: 43%;
        }
        
        .affix{
            height: 50px;
        }
        .header-text {
            background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
            display: block;
            float: none;
            font-size: 12px;
            margin: 150px auto;
            padding: 42px !important;
            text-align: center;
            width: 100%;
        }
        .header-text h2 {
            font-size: 24px;
        }
        .navbar-default .navbar-nav>li>a {
            font-size: 18px;
            padding: 10px 15px 10px;
            width: 100%;
        }
        .img-left img {
            width: 100%;
        }
        .for-box .clr1::before {
            top: -26px;
        }
        .for-box .clr2::before {
            top: -26px;
        }
        .for-box .clr3::before {
            top: -26px;
        }
        .for-box .clr4::before {
            top: -26px;
        }
        .element-item {
            width: 100%;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: #000;
        }
        .navbar-nav {
            background: #000 none repeat scroll 0 0;
            float: left;
            font-size: 16px;
            margin: 0;
            width: 100%;
        }
        .header-text h3 {
            font-size: 18px;
            margin-bottom: 30px;
        }
        .blog-img {
            height: 340px;
            margin-top: 30px;
        }
        #blog::before {
            height: 60%;
            top: -545px;
            transform: rotate(83deg);
            width: 87%;
        }
        .navbar-brand img {
            width: 70px;
            margin-top: -10px;
        }
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: orange;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #c51e1e;
        }
        .header1 {
            margin-top: -144px;
        }
        .about__video{
            height: 380px;
        }
    }
    
    @media (max-width:480px) {
        .header__right{
            position: absolute;
            width: 60%;
            margin-left: -100px;
            margin-top: 150px;
        }
        .about__video{
            height: 320px;
        }
        .header {
            height: 600px;
        }
        .header-text {
            background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
            display: block;
            float: none;
            font-size: 12px;
            margin: 300px auto auto;
            padding: 42px !important;
            text-align: center;
            width: 100%;
        }
        .header-text h2 {
            font-size: 24px;
        }
        .navbar-default .navbar-nav>li>a {
            font-size: 18px;
            padding: 10px 15px 10px;
            width: 100%;
        }
        .img-left img {
            width: 100%;
        }
        .for-box .clr1::before {
            top: -26px;
        }
        .for-box .clr2::before {
            top: -26px;
        }
        .for-box .clr3::before {
            top: -26px;
        }
        .for-box .clr4::before {
            top: -26px;
        }
        .element-item {
            width: 100%;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: #000;
        }
        .navbar-nav {
            background: rgb(0, 0, 0) none repeat scroll 0 0;
            float: left;
            font-size: 16px;
            margin: 0;
            width: 100%;
        }
        .header-text h3 {
            font-size: 18px;
            margin-bottom: 30px;
        }
        .blog-img {
            height: 249px;
        }
        .navbar-brand img {
            margin-top: 0px;
            width: 40px !important;
            margin-top: -10px;
        }
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: orange;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #c51e1e;
        }
        .header1 {
            margin-top: -144px;
        }
        .for-box-crecl {
            left: 38%;
        }
        #blog::before {
            height: 60%;
            top: -600px;
            transform: rotate(83deg);
            width: 60%;
        }
    }
    @media (max-width:430px) {
        .header__right{
            position: absolute;
            width: 70%;
            margin-left: -30px;
        }
    }
    
    @media (max-width:320px) {
        .about__video{
            height: 280px;
        }
        .header-text {
            background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
            display: block;
            float: none;
            font-size: 12px;
            margin: 300px auto auto;
            padding: 0px !important;
            text-align: center;
            width: 100%;
        }
        .header-text h2 {
            font-size: 24px;
        }
        .navbar-default .navbar-nav>li>a {
            font-size: 18px;
            padding: 10px 15px 10px;
            width: 100%;
        }
        .img-left img {
            width: 100%;
        }
        .for-box .clr1::before {
            top: -26px;
        }
        .for-box .clr2::before {
            top: -26px;
        }
        .for-box .clr3::before {
            top: -26px;
        }
        .for-box .clr4::before {
            top: -26px;
        }
        .element-item {
            width: 100%;
            height: 215px;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: #000;
        }
        .navbar-nav {
            background: #000 none repeat scroll 0 0;
            float: left;
            font-size: 16px;
            margin: 0;
            width: 100%;
        }
        .header-text h3 {
            font-size: 18px;
            margin-bottom: 30px;
        }
        .blog-img {
            height: 157px;
            margin-top: 30px;
        }
        .navbar-brand img {
            width: 30px;
        }
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: orange;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #c51e1e !important;
        }
        .header1 {
            margin-top: -144px;
        }
        .for-box-crecl {
            left: 37%;
        }
        #footer::before {
            left: 0;
            top: 46%;
        }
        #blog::before {
            height: 60%;
            top: -545px;
            transform: rotate(83deg);
            width: 87%;
        }
    }