@font-face {
    font-family: "primary-font";
    src: url("../../fonts/iran-yekan-400.eot");
    src: url("../../fonts/iran-yekan-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/iran-yekan-400.woff2") format("woff2"), url("../../fonts/iran-yekan-400.woff") format("woff"), url("../../fonts/iran-yekan-400.ttf") format("truetype");
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------

Theme Name: Simba
Description: The Multi-Purpose Onepage Template

Main Color   : #aa0202 , #222e6a

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

01 Basics
02 Buttons
03 Navbar
04 Header
05 Hero
06 Video
07 Boxs
09 Team
13 Blog
14 Contact
15 Footer
16 Responsive

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
[ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

.ltr_text {
    display: inline-block;
    direction: ltr;
}

body {
    color: #3d465a;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'primary-font', 'segoe ui', tahoma;
    overflow-x: hidden !important;
    direction: rtl;
    margin: 0 !important;
    padding: 0 !important;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #8a8b8e;
    line-height: 2;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin-bottom: 0;
}

span, a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

.section-padding {
    padding: 70px 0;
}

.section-head {
    margin-bottom: 80px;
    text-align: center;
}

    .section-head h4 {
        font-size: 30px;
        font-weight: 400;
        position: relative;
        padding-bottom: 15px;
        color: #222e6a !important;
    }

        .section-head h4.maroon {
            color: #aa0202 !important;
        }

        .section-head h4:after {
            content: '';
            width: 60px;
            height: 1px;
            background-color: #aa0202;
            position: absolute;
            right: -webkit-calc(50% - 30px);
            right: -moz-calc(50% - 30px);
            right: calc(50% - 30px);
            bottom: 0;
        }

        .section-head h4 span {
            font-weight: 700;
        }

    .section-head p {
        font-size: 16px;
        margin-top: 15px;
    }

.bg-gray {
    background-color: #f9f9f9;
    background-image: url(../img/pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-colorfull {
    background: #f51963 !important;
}

.colorfull {
    color: #f51963 !important;
}

[data-overlay-color] p {
    color: #eee;
}

.o-hidden {
    overflow: hidden;
}

.pos-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.lg-line-height {
    line-height: 1.85;
}

.bg-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-center {
    background-position: center center !important;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #aa0202;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background-color: #aa0202;
    }

/* ----------------------------------------------------------------
[ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
    padding: 10px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    color: #fff !important;
}

    .butn span {
        position: relative;
        z-index: 2;
    }

    .butn:after {
        content: '';
        width: 0;
        height: 100%;
        color: #fff !important;
        background: #222e6a;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: width 0.4s;
        -o-transition: width 0.4s;
        -moz-transition: width 0.4s;
        transition: width 0.4s;
        z-index: 1;
        opacity: 1;
    }

    .butn:hover:after {
        width: 100%;
    }

.butn-bg {
    background: #aa0202;
    background: -webkit-gradient(linear, right top, left bottom, from(#aa0202), to(#6b0202));
    background: -webkit-linear-gradient(top right, #aa0202, #6b0202);
    background: -moz-linear-gradient(top right, #aa0202, #6b0202);
    background: -o-linear-gradient(top right, #aa0202, #6b0202);
    background: linear-gradient(to bottom left, #aa0202, #6b0202);
}

    .butn-bg:hover span {
        color: #fff;
    }

    .butn-bg span {
        color: #fff;
    }

.butn-light {
    background: #fff;
    -webkit-box-shadow: 5px 10px 30px -5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 5px 10px 30px -5px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -5px rgba(255, 255, 255, 0.5);
}

    .butn-light:after {
        background: #aa0202;
    }

    .butn-light:hover span {
        color: #fff !important;
    }

    .butn-light span {
        color: #aa0202;
    }

.butn-bord {
    background: transparent !important;
    border: 1px solid #aa0202;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .butn-bord:after {
        background: #aa0202;
    }

    .butn-bord:hover span {
        color: #fff;
    }

    .butn-bord span {
        color: #aa0202;
    }

.butn-radius {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.butn-top {
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #aa0202;
    background: -webkit-gradient(linear, right top, left bottom, from(#aa0202), to(#222e6a));
    background: -webkit-linear-gradient(top right, #aa0202, #222e6a);
    background: -moz-linear-gradient(top right, #aa0202, #222e6a);
    background: -o-linear-gradient(top right, #aa0202, #222e6a);
    background: linear-gradient(to bottom left, #aa0202, #222e6a);
    position: fixed;
    bottom: 30px;
    left: -70px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 99999;
    cursor: pointer;
}

    .butn-top.butn-show {
        left: 30px;
    }

/* ----------------------------------------------------------------
[ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 03 Start Navbar ]
-----------------------------------------------------------------*/
/*.navbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	border: 0;
	background: transparent;
	z-index: 9;
	height: 90px;
	padding: 0;
}
.navbar .icon-bar {
	color: #fff;
}
.navbar .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 400;
	color: #eee;
	margin: 15px 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.navbar .navbar-nav .active {
	color: #222e6a !important;
}*/


.header {
    width: 100%;
    height: 110px;
    padding: 0 !important;
    margin: 0 !important;
    background: url(/img/hedbg.jpg) no-repeat left top #fff;
    top: 0;
    position: fixed;
    left: 0;
    z-index: 9997;
    transition: .5s;
}

    .header .container-fluid1 {
        background: #fff;
        padding: 0 !important;
    }

    .header .hedBg {
        background: url(/img/hedbg.jpg) no-repeat left top #fff;
    }

    .header.scroll {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        height: 130px;
        background: #ffffff;
    }

    .header .logo-top {
        padding-top: 5px;
    }

        .header .logo-top a img {
            max-width: 100% !important;
            max-height: 110px !important;
        }





    .header .holder-menu .telInfo {
        float: left;
        padding-left: 15px;
    }

        .header .holder-menu .telInfo p {
            font-size: 13px;
            color: #c1c1c1;
        }

        .header .holder-menu .telInfo a {
            font-size: 16px;
            color: #102d76;
            font-weight: bold;
        }

    .header .holder-menu .iconTel {
        margin-left: 5px;
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 45px;
        text-align: center;
        margin-top: 5px !important;
    }

        .header .holder-menu .iconTel i {
            font-size: 18px;
            color: #fff;
        }

    .header .holder-menu .menu {
        float: right;
        margin-top: 15px;
    }

        .header .holder-menu .menu li {
            position: relative;
            height: 40px;
        }

            .header .holder-menu .menu li .fa-tag {
                display: none;
            }

            .header .holder-menu .menu li.showMobile {
                display: none !important;
            }



            .header .holder-menu .menu li:hover > ul {
                display: block;
            }

            .header .holder-menu .menu li a {
                margin: 10px 0 0 17px;
            }

            .header .holder-menu .menu li ul {
                display: none;
                position: absolute;
                top: 40px;
                right: 0;
                background: #fff !important;
                z-index: 9999;
                padding: 15px;
                border-radius: 10px;
                box-shadow: 0 0 2px #e1e1e1;
                min-width: 250px;
            }

                .header .holder-menu .menu li ul li {
                    width: 100%;
                    height: 40px;
                    line-height: 40px !important;
                    text-align: right;
                    display: block;
                    background: #fff !important;
                    border-bottom: 1px dotted #e1e1e1;
                }

                    .header .holder-menu .menu li ul li:last-child {
                        border: 0 !important;
                    }

                    .header .holder-menu .menu li ul li a {
                        line-height: 40px;
                        margin: 0 !important;
                    }

    .header .holder-menu .butn {
        float: left;
        margin-left: 30px;
    }

    .header .holder-menu .menu li {
        font-size: 14px;
        display: inline-block;
    }


    .header .OpenMenu {
        width: 40px;
        height: 40px;
        float: right;
        border: 0 !important;
        font-size: 20px;
        margin: 5px 10px;
        background-color: transparent;
        outline: 0 !important;
    }

        .header .OpenMenu span {
            color: #fff !important;
        }

    .header .MenuSorme {
        width: 100%;
        height: 50px;
        background: #102d76;
        border-radius: 0 0 20px 0;
        text-align: left;
        transition: 1.5s;
    }

        .header .MenuSorme ul {
            float: right;
        }

            .header .MenuSorme ul li {
                display: inline-block;
            }

                .header .MenuSorme ul li a {
                    font-size: 13px;
                    color: #fff;
                    margin: 15px 20px 10px 0;
                }


        .header .MenuSorme .search-top {
            margin-top: 7px;
            position: relative !important;
            width: 191px;
            float: left;
            margin-left: 40px;
        }

            .header .MenuSorme .search-top input {
                width: 100%;
                font-size: 13px;
                background: #fff;
                padding: 10px;
                border-radius: 5px;
                border: 0 !important;
            }

                .header .MenuSorme .search-top input::placeholder {
                    color: #222e6a;
                    font-size: 12px;
                }

            .header .MenuSorme .search-top button {
                position: absolute;
                left: 0px;
                padding: 11px;
                font-size: 16px;
                background: none;
                border: 0 !important;
                color: #041c5f;
            }

        .header .MenuSorme .langPart {
            padding-top: 15px;
            padding-left: 15px;
            float: left !important;
        }

        .header .MenuSorme a img {
            max-width: 27px;
            border-radius: 3px !important;
            margin-left: 10px;
        }

        .header .MenuSorme .moshaverLi {
            display: none;
        }



    /*.header {
    width: 100%;
    height: 110px;
    padding: 0 !important;
    margin: 0 !important;
    background: url(/img/hedbg.jpg) no-repeat left top #fff;
    top: -80px;
}*/

    .header.menu-shrink {
        /*height: 80px;*/
        top: -50px;
        position: fixed;
        left: 0;
        z-index: 9997;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        transition: .5s;
    }

        .header.menu-shrink .logo-top a img {
            max-height: 65px !important;
            margin-top: 40px;
            transition: .5s;
        }

        .header.menu-shrink .holder-menu .menu li a {
            margin-top: 0px;
            transition: .5s;
        }
/*.header.menu-shrink .logo-top {
            padding-top: 5px;
        }

        .header.menu-shrink .hedBg {
            background: none !important;
        }

        .header.menu-shrink .logo-top a img {
            max-height: 70px !important;
        }

        .header.menu-shrink .moshaverBtn {
            margin-top: 15px;
        }

        .header.menu-shrink .moshaverBtn {
            margin-top: 15px;
        }

        .header.menu-shrink .holder-menu .iconTel {
            margin-top: 15px !important;
        }

        .header.menu-shrink .holder-menu .telInfo {
            padding-top: 10px;
        }*/
.moshaverBtn {
    margin-left: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-top: 5px;
}

.RenderBody {
    width: 100% !important;
    margin-top: 110px !important;
}
/*---------- End Header ----------*/
.logo img {
    max-height: 100px;
    width: auto;
}

#show-tel-modal .modal-dialog {
    width: 760px !important;
    max-width: 760px !important;
    margin-top: 130px !important;
}

    #show-tel-modal .modal-dialog .modal-body .row div {
        text-align: center;
    }

    #show-tel-modal .modal-dialog img {
        max-width: 60px;
    }

    #show-tel-modal .modal-dialog p {
        height: 55px;
        line-height: 25px;
    }

    #show-tel-modal .modal-dialog a {
        background: #aa0202;
        border-radius: 5px;
        padding: 10px 15px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        #show-tel-modal .modal-dialog a i {
            padding: 0 5px;
        }
/* ----------------------------------------------------------------
[ End Navbar ]
-----------------------------------------------------------------*/
.bgmain {
    background: #f9f9f9;
}

.sliderRightPart {
    width: 100%;
    border-radius: 15px;
    height: 31.333%;
    background-size: cover;
    background-position: center;
    margin-bottom: 5%;
    padding: 20px;
}

    .sliderRightPart h2 {
        padding-top: 20px;
        color: #fff;
        font-size: 20px;
    }

    .sliderRightPart p {
        color: #f5f5f5;
        font-size: 14px;
        width: 70%;
    }

    .sliderRightPart.gardrail {
        background-image: url(/img/gard.jpg);
    }

    .sliderRightPart.galvanize {
        background-image: url(/img/galvanize.jpg);
    }

    .sliderRightPart.dakal {
        background-image: url(/img/dakal.jpg);
    }


/* ----------------------------------------------------------------
[ 04 Start Header ]
-----------------------------------------------------------------*/
.home {
    min-height: 585px;
    position: relative;
}

    .home .bg-img {
        border-radius: 20px;
    }

.is_ie .home {
    height: 100vh;
}

.home .caption {
    padding: 0 25px;
}

    .home .caption h1 {
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 20px;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;
        -o-animation-delay: .5s;
        animation-delay: .5s;
        color:#fff !important;
    }

        .home .caption h1 span {
            font-weight: 700;
            color: #fff !important;
        }

    .home .caption p {
        color: #e0e0e0;
        font-size: 15px;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
    }

    .home .caption .butn {
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

.slider .owl-item, .slider-fade .owl-item, .carousel .owl-item {
    height: 585px;
    position: relative;
}

.slider .item, .slider-fade .item, .carousel .item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .slider .item .caption, .slider-fade .item .caption, .carousel .item .caption {
        z-index: 9;
    }

.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots, .carousel .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}

.creative {
    position: relative;
    min-height: -webkit-calc(100vh + 100px);
    min-height: -moz-calc(100vh + 100px);
    min-height: calc(100vh + 100px);
    padding-bottom: 100px;
}

.is_ie .creative {
    height: -webkit-calc(100vh + 100px);
    height: -moz-calc(100vh + 100px);
    height: calc(100vh + 100px);
}

.creative svg {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    fill: #fff;
    z-index: 3;
}

.creative2 {
    position: relative;
    min-height: -webkit-calc(100vh + 50px);
    min-height: -moz-calc(100vh + 50px);
    min-height: calc(100vh + 50px);
    padding-bottom: 50px;
}

.is_ie .creative2 {
    height: -webkit-calc(100vh + 50px);
    height: -moz-calc(100vh + 50px);
    height: calc(100vh + 50px);
}

.creative2 .shape {
    position: absolute;
    bottom: -0.5px;
    width: 50%;
    height: 50px;
    background: white;
    z-index: 3;
}

.creative2 .shape-left {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
    left: 0;
}

.creative2 .shape-right {
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    right: 0;
}

.wave:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 100px;
    background-image: url(../img/wave.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 7;
}

.bg-video {
    overflow: hidden;
}

/*.bg-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

#particles-js {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-header {
    height: 30vh;
}

    .page-header ul {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }

        .page-header ul li {
            display: inline-flex;
        }
        .page-header ul a, .page-header ul span {
            color: #fff;
        }
        .page-header ul a:hover {
            color: #aa0202;
        }

        .page-header ul i {
            margin: 0 5px;
            font-size: 10px;
        }

    .page-header h1 {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 40px;
        color:#fff !important;
    }

/* ----------------------------------------------------------------
[ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 05 Hero ]
-----------------------------------------------------------------*/
.hero {
    margin-top: 50px;
    padding-bottom: 30px;
}

    .hero .intro {
        position: relative;
        padding: 0 25px 15px;
    }

        .hero .intro:after {
            content: '';
            width: 70px;
            height: 1px;
            background: #aa0202;
            position: absolute;
            bottom: 0;
            right: -webkit-calc(50% - 35px);
            right: -moz-calc(50% - 35px);
            right: calc(50% - 35px);
        }

        .hero .intro .sub-title {
            color: #aa0202;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .hero .intro h4 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.85;
            color: #222e6a;
        }

        .hero .intro p {
            font-size: 15px;
        }

    .hero .item {
        background-color: #fff;
        padding: 50px 20px;
        -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        border-radius: 20px;
    }

        .hero .item:hover {
            cursor: pointer;
            -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
        }

            .hero .item:hover > h6 {
                color: #aa0202;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
            }

            .hero .item:hover > .icon {
                background-color: #cbdbff;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
            }


        .hero .item p {
            min-height: 170px;
            font-size: 14px;
        }

    .hero .icon {
        color: #aa0202;
        font-size: 40px;
        margin-bottom: 30px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(136, 104, 255, 0.05);
        text-align: center !important;
    }

        .hero .icon img {
            max-width: 50px;
            margin: 17px auto;
        }

    .hero h6 {
        font-size: 16px;
        margin-bottom: 15px;
        color: #222e6a;
    }

    .hero .owl-dots {
        display: none !important;
    }
/* ----------------------------------------------------------------
[ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 06 Start Video intro ]
-----------------------------------------------------------------*/
.video {
    width: 100%;
    background: url(/img/bg4.jpg) 10% 10% / cover no-repeat fixed;
    text-align: center;
    padding: 100px 0 !important;
    background-repeat: no-repeat;
}


    .video h4 {
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff;
    }

    .video p {
        font-size: 17px;
        color: #e0e0e0;
    }

    .video .vid {
        margin-top: 30px;
    }

        .video .vid .vid-butn {
            width: 90px;
            height: 90px;
            line-height: 84px;
            font-size: 70px;
            color: #aa0202;
            position: relative;
        }

            .video .vid .vid-butn:hover:after {
                opacity: 0;
                -webkit-transform: scale(1.5, 1.5);
                -moz-transform: scale(1.5, 1.5);
                -ms-transform: scale(1.5, 1.5);
                -o-transform: scale(1.5, 1.5);
                transform: scale(1.5, 1.5);
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
            }

            .video .vid .vid-butn:after {
                content: '';
                width: 100%;
                height: 100%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-color: rgba(255, 255, 255, 0.2);
                position: absolute;
                top: 0;
                right: 0;
            }

            .video .vid .vid-butn .far {
                vertical-align: middle;
            }

/* ----------------------------------------------------------------
[ End Video intro ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 07 Start Boxs ]
-----------------------------------------------------------------*/
.boxs .box-padding {
    padding: 100px 5%;
}

.boxs .sub-title {
    color: #aa0202;
    font-size: 14px;
    margin-bottom: 10px;
}

.boxs h4 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #222e6a;
}

.boxs p {
    margin-bottom: 10px;
}

    .boxs p:last-child {
        margin-bottom: 0;
    }

.boxs ul {
    margin: 15px 0 0 0;
}

    .boxs ul li {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.85;
        color: #222e6a;
    }

        .boxs ul li span {
            font-size: 12px;
            color: #aa0202;
            padding-left: 10px;
        }

.boxs .skills .skill-item {
    margin-bottom: 30px;
}

    .boxs .skills .skill-item:last-child {
        margin-bottom: 0;
    }

    .boxs .skills .skill-item h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

.boxs .skills .skill-progress {
    width: 100%;
    height: 15px;
    border: 2px solid #fff;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.04) inset;
    -moz-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.04) inset;
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.04) inset;
}

    .boxs .skills .skill-progress .progres {
        position: absolute;
        height: 100%;
        width: 0;
        right: 0;
        top: 0;
        background: #aa0202;
        background: -webkit-gradient(linear, right top, left top, from(#aa0202), to(#222e6a));
        background: -webkit-linear-gradient(right, #aa0202, #222e6a);
        background: -moz-linear-gradient(right, #aa0202, #222e6a);
        background: -o-linear-gradient(right, #aa0202, #222e6a);
        background: linear-gradient(to left, #aa0202, #222e6a);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        -moz-transition: all 1.5s;
        transition: all 1.5s;
    }

        .boxs .skills .skill-progress .progres:before {
            content: attr(data-value);
            padding: 4px 10px 3px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            font-size: 10px;
            font-weight: 700;
            position: absolute;
            top: -35px;
            left: 0;
        }

        .boxs .skills .skill-progress .progres:after {
            content: "";
            width: 0;
            height: 0;
            border-right: 3px solid transparent;
            border-left: 3px solid transparent;
            border-top: 5px solid #aa0202;
            position: absolute;
            top: -12px;
            left: 15px;
        }

/* ----------------------------------------------------------------
[ End Boxs ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
[ 09 Start Team ]
-----------------------------------------------------------------*/
.team .owl-item {
    padding-top: 30px;
}

    .team .owl-item:nth-child(odd) {
        margin-top: -30px;
    }

.team .item .team-img {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #eee;
    margin: auto;
}

    .team .item .team-img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #222e6a;
        background: -webkit-gradient(linear, right top, right bottom, from(#aa0202), to(#222e6a));
        background: -webkit-gradient(linear, left top, left bottom, from(#aa0202), to(#222e6a));
        background: -webkit-linear-gradient(top, #aa0202, #222e6a);
        background: -moz-linear-gradient(top, #aa0202, #222e6a);
        background: -o-linear-gradient(top, #aa0202, #222e6a);
        background: linear-gradient(to bottom, #aa0202, #222e6a);
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

.team .item:hover .team-img:after {
    opacity: .8;
}

.team .item .social {
    position: absolute;
    bottom: -30%;
    right: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 3;
}

.team .item:hover .social {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.team .item .social a {
    color: #fff;
    margin: 0 10px;
}

    .team .item .social a i {
        vertical-align: middle;
    }

.team .item .info {
    text-align: center;
    margin: 20px 0;
}

    .team .item .info h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .team .item .info span {
        color: #999;
        font-size: 13px;
        font-weight: 400;
    }

/* ----------------------------------------------------------------
[ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 10 Start Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 11 Start Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .owl-item {
    padding: 30px 15px;
}

.blog .item {
    -webkit-box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 20px;
}

    .blog .item .row {
        padding: 0;
        margin: 0 !important;
    }

    .blog .item .cont {
        padding: 50px 30px;
    }

        .blog .item .cont h2, .blog .item .cont h3 {
            font-weight: 700;
            font-size: 22px;
            line-height: 1.85;
            margin-bottom: 10px;
        }

        .blog .item .cont p {
            font-size: 14px;
        }

    .blog .item .blogSizeBox {
        height: 300px;
        max-height: 300px;
        overflow: hidden;
    }

    .blog .item .info {
        font-size: 10px;
        color: #999;
        font-style: italic;
        margin-bottom: 15px;
        line-height: 18px;
    }

        .blog .item .info a {
            margin-left: 10px;
        }

            .blog .item .info a:last-child {
                margin-left: 0;
            }

        .blog .item .info .tag {
            padding: 4px;
            background-color: #222e6a;
            color: #fff;
            float: left;
            line-height: 1;
        }

    .blog .item .more {
        font-size: 13px;
        font-weight: 700;
        color: #aa0202;
        margin-top: 15px;
    }

    .blog .item .bg-img {
        border-radius: 0 20px 20px 0 !important;
    }

    .blog .item .more:hover {
        color: #aa0202;
    }

        .blog .item .more:hover i {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    .blog .item .more i {
        font-size: 10px;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

.posts .item {
    margin-bottom: 30px;
}

    .posts .item .post-img {
        position: relative;
        height: auto;
        padding:20px;
    }

    .posts .item .post-img img {
    border-radius:15px;
    }
        .posts .item .tag {
        position: absolute;
        left: 15px;
        bottom: 15px;
        font-size: 10px;
        font-weight: 400;
        color: #fff;
    }

        .posts .item .tag a {
            background-color: #aa0202;
            padding: 5px 10px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        }

        .posts .item .tag .icon {
            font-size: 8px;
        }

    .posts .item .spical {
        margin: 15px;
        padding: 15px;
        border-right: 4px solid #aa0202;
    }

.posts .info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

    .posts .info a {
        color: #999;
        font-weight: 700;
        font-size: 11px;
    }

        .posts .info a .author {
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 0 -6px 5px;
            position: relative;
        }

        .posts .info a .icon {
            font-size: 12px;
            margin-left: 2px;
        }

    .posts .info .right {
        float: left;
    }

.posts .title {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.posts .comments, .posts .add-comment {
    padding: 30px 15px;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .posts .comments .com, .posts .add-comment .com {
        margin-bottom: 30px;
    }

        .posts .comments .com:last-child, .posts .add-comment .com:last-child {
            margin-bottom: 0;
        }

        .posts .comments .com.answer, .posts .add-comment .com.answer {
            margin-right: 50px;
        }

    .posts .comments .img, .posts .add-comment .img {
        width: 60px;
        height: 60px;
        float: right;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #eee;
        overflow: hidden;
    }

    .posts .comments .cont, .posts .add-comment .cont {
        margin-right: 75px;
    }

        .posts .comments .cont h6, .posts .add-comment .cont h6 {
            font-size: 12px;
            margin-bottom: 5px;
        }

        .posts .comments .cont span, .posts .add-comment .cont span {
            color: #999;
            font-size: 11px;
            font-style: italic;
            margin-bottom: 10px;
        }

        .posts .comments .cont .star i, .posts .add-comment .cont .star i {
            color: #f6db07 !important;
        }
      

    .posts .add-comment .star_rating i {
        color: #f6db07 !important;
    }

.posts form .form-group {
    margin-bottom: 15px;
}

.posts form input, .posts form textarea {
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
    border: 0;
}
.posts form  input::placeholder, .posts form textarea::placeholder {
    font-size: 13px !important;
}

.posts form .has-error input, .posts form .has-error textarea {
    background: #fff2f2;
}
   

.posts form textarea {
    height: 140px;
    min-height: 140px;
    max-width: 100%;
    line-height: 1.95;
    vertical-align: top;
}

.posts form .butn {
    margin: 15px 0 0 0;
    border: 0;
    cursor: pointer;
}

.galleryImg {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}

    .galleryImg img {
        max-width: 100%;
        margin-bottom: 30px;
        border-radius: 10px;
    }

.pagination {
    text-align: center;
}

    .pagination ul {
        margin: auto;
    }

    .pagination li {
        float: right;
        margin: 0 5px;
    }

        .pagination li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #fff;
        }

    .pagination .active a {
        background-color: #aa0202;
        color: #fff;
    }

    .pagination li a i {
        vertical-align: middle;
    }

.side-bar .widget {
    padding: 30px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
}

    .side-bar .widget ul {
        margin-bottom: 0;
    }

        .side-bar .widget ul li {
            margin-bottom: 10px;
            color: #444;
            font-size: 13px;
            line-height: 1.85;
        }

            .side-bar .widget ul li:last-child {
                margin-bottom: 0;
            }

            .side-bar .widget ul li i {
                font-size: 10px;
                margin-left: 10px;
            }

    .side-bar .widget .recent li {
        display: block;
        overflow: hidden;
    }

    .side-bar .widget .recent .thum {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        float: right;
    }

    .side-bar .widget .recent a {
        display: block;
        
        line-height: 1.85;
    }

.side-bar .widget-title {
    margin-bottom: 30px;
}

    .side-bar .widget-title h6 {
        font-size: 13px;
        background-color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

.side-bar .search form {
    position: relative;
}

    .side-bar .search form input {
        width: 100%;
        padding: 10px;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .side-bar .search form button {
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
        color: #999;
        border: 0;
        padding: 10px;
        cursor: pointer;
    }

.side-bar .gallery li {
    width: 33.33333%;
    float: right;
    border: 5px solid #fff;
}

.side-bar .tags li {
    font-size: 12px;
    margin: 2px !important;
    padding: 5px 10px;
    background-color: #aa0202;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
}

    .side-bar .tags li:hover {
        background-color: #222;
    }

/* ----------------------------------------------------------------
[ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 14 Start Contact ]
-----------------------------------------------------------------*/
#ContactUs .contact-box .con-item {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

    #ContactUs .contact-box .con-item i {
        font-size: 60px;
        color: #102d76;
    }

    #ContactUs .contact-box .con-item h4 {
        display: block;
        margin: 15px 0 !important;
        font-weight: 600;
    }

    #ContactUs .contact-box .con-item p {
        color: #a4a4a4;
    }

    #ContactUs .contact-box .con-item span {
        color: #a4a4a4;
    }

#ContactUs .contact-form .holder {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: right;
}

    #ContactUs .contact-form .holder .title {
        margin-bottom: 30px;
    }

        #ContactUs .contact-form .holder .title h5 {
            font-weight: 600;
        }

    #ContactUs .contact-form .holder form .form-group {
        margin-bottom: 20px;
    }

        #ContactUs .contact-form .holder form .form-group label {
            display: block;
            margin-bottom: 5px;
            padding-right: 10px;
            font-size: 14px;
        }

        #ContactUs .contact-form .holder form .form-group input,
        #ContactUs .contact-form .holder form .form-group textarea {
            width: 100%;
            padding: 15px;
            border-radius: 15px;
            font-size: 12px;
            border-color: #f1f1f1;
            background: #f1f1f1;
        }

            #ContactUs .contact-form .holder form .form-group input:focus,
            #ContactUs .contact-form .holder form .form-group textarea:focus {
                border-color: #2e639e;
                box-shadow: none;
            }

        #ContactUs .contact-form .holder form .form-group button {
            border: 0 !important;
        }

#ContactUs .mapBox {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

#ContactUs .contact-form iframe {
    border-radius: 20px;
}

/* ----------------------------------------------------------------
[ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 15 Start Footer ]
-----------------------------------------------------------------*/
footer {
    padding-bottom: 50px;
    background-color: #081d4f;
}

    footer .info {
        padding: 30px;
        background-color: #102d76;
        border-right: 2px solid #092465;
        margin-top: 5px;
    }

        footer .info:first-child {
            border-right: 0;
        }

        footer .info .fa {
            font-size: 30px;
            color: #cfd7ff;
            float: right;
        }

        footer .info .cont {
            margin-right: 50px;
        }

            footer .info .cont h6 {
                font-size: 14px;
                color: #fff;
                margin-bottom: 5px;
            }

            footer .info .cont p {
                font-size: 13px;
                color: #e1edff !important;
            }

    footer .social a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        background: #102d76;
        color: #999;
        font-size: 16px;
        margin: 15px 5px;
        color: #e1edff;
    }

        footer .social a:hover {
            background-color: #aa0202;
            color: #fff;
        }

        footer .social a .fab {
            vertical-align: middle;
        }

    footer .rights {
        font-weight: 400;
        font-size: 12px;
        color: #e1edff !important;
    }

/* ----------------------------------------------------------------
[ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
[ 16 Responsive ]
-----------------------------------------------------------------*/
.whz {
    height: 0;
    width: 0;
    overflow: hidden;
}

.container-fluid1 {
    width: 1600px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

#AboutUs .box {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
}

#AboutUs h2 {
    font-size: 25px;
    padding: 20px 0;
    color: #102d76;
}

#AboutUs p {
    font-size: 15px;
}


@media screen and (max-width: 1600px) {
    .container-fluid1 {
        width: 96% !important;
        max-width: 96% !important;
    }

    .sliderRightPart p {
        width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    .moshaverBtn {
        display: none;
    }

    .header .MenuSorme .search-top {
        width: 170px;
        margin-right: 10px;
    }

    .header .MenuSorme .moshaverLi {
        display: inline-block !important;
    }

    .hero .item p {
        min-height: 200px !important;
    }

    .header .MenuSorme .search-top {
        width: 150px;
        margin-left: 10px;
    }

    .sliderRightPart h2 {
        padding-top: 5px;
    }

    .sliderRightPart p {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .container-fluid1 {
        width: 98% !important;
        max-width: 98% !important;
        padding: 0 !important;
        margin: auto !important;
    }

    .container {
        max-width: 1190px;
    }

    .header .holder-menu .menu li a {
        font-size: 13px;
        margin: 10px 0 0 20px;
    }

    .hero .item p {
        min-height: 170px !important;
    }

    .boxs .bg-img {
        padding-top: 130px;
    }

    .header .holder-menu .telInfo {
        padding-left: 0;
    }

    .header .MenuSorme ul li a {
        margin: 15px 27px 10px 0;
    }

    .header .MenuSorme .search-top {
        display: none;
    }

    .header .holder-menu .menu li a {
        margin: 10px 0 0 10px;
    }

    .sliderRightPart h2 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 991px) {


    .header {
        background: none;
    }


        .header .hedBg {
            background: none;
        }

        .header .MenuSorme {
            border-radius: 0 0 20px 20px;
        }

        .header .logo-top {
            top: -65px !important;
        }

            .header .logo-top a img {
                max-height: 80px !important;
            }

    .slider .owl-item, .slider-fade .owl-item, .carousel .owl-item {
        height: 450px;
    }

    .home {
        min-height: inherit !important;
        padding-bottom: 20px;
    }


    .sliderRightPart {
        width: 32.33333%;
        height: 200px;
        margin-bottom: 10px;
        float: right;
        margin-left: 1%;
    }

        .sliderRightPart p {
            width: 95%;
        }

    .mb-md50 {
        margin-bottom: 50px;
    }

    .mb-md30 {
        margin-bottom: 30px;
    }

    .mb-md0 {
        margin-bottom: 0;
    }

    .bgimg-height {
        height: 400px;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }


    .home, .video {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

        .home .caption h1, .page-header h1 {
            font-size: 40px;
        }



    .blog .post-img {
        height: 250px;
    }

    .header .search-top {
        width: 100%;
    }


    .header .MenuSorme ul {
        display: none;
    }

    .header .holder-menu .menu {
        display: none;
    }

    .header .logo-top {
        position: absolute;
        top: -90px;
        right: 2%;
    }

    .header.menu-shrink .logo-top a img {
        max-height: 80px !important;
    }

    .header.menu-shrink .logo-top {
        position: absolute;
        top: -70px;
        right: 2%;
    }



    .mnuFixed {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100vh;
        display: none;
    }

    .header .holder-menu .menu {
        position: fixed;
        top: 0;
        left: -350px;
        width: 330px;
        padding: 10px 15px;
        height: 100vh;
        overflow-y: scroll;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 1px 4px #e1e1e1;
        display: block !important;
    }

        .header .holder-menu .menu li {
            display: block;
            width: 100%;
            height: auto;
        }

            .header .holder-menu .menu li .fa-tag {
                display: inline-block !important;
            }

            .header .holder-menu .menu li.closeMnu {
                background: #dcdcdc !important;
                height: 40px !important;
                line-height: 40px !important;
                border-radius: 5px !important;
                text-align: left;
                color: #aa0202;
                padding-left: 10px;
            }

            .header .holder-menu .menu li a {
                padding: 7px 0;
                width: 97%;
            }

            .header .holder-menu .menu li.showMobile {
                display: block !important;
            }

            .header .holder-menu .menu li i.fa-chevron-down {
                float: left !important;
            }


            .header .holder-menu .menu li ul {
                display: block;
                width: 100%;
                position: relative;
                top: 0;
                box-shadow: 0 0 0 #fff !important;
                padding: 0 20px 10px 20px !important;
                display: none;
                background: #f1f1f1 !important;
                margin: 5px 0 10px 0;
            }

                .header .holder-menu .menu li ul li {
                    border: 0 !important;
                    background: #f1f1f1 !important;
                }



                    .header .holder-menu .menu li ul li a {
                        color: #5c5c5c !important;
                    }


    .boxs .bg-img {
        padding-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .mb-sm50 {
        margin-bottom: 50px;
    }

    .mb-sm30 {
        margin-bottom: 30px;
    }

    .home {
        min-height: initial !important;
    }

    .slider .owl-item, .slider-fade .owl-item, .carousel .owl-item {
        height: 350px;
    }

    #show-tel-modal .modal-dialog {
        width: 96% !important;
        max-width: 96% !important;
        margin-top: 60px !important;
    }

    .home .caption, .hero .intro {
        padding-left: 0;
        padding-right: 0;
    }

        .home .caption h1, .page-header h1 {
            font-size: 30px;
        }

        .hero .intro h4, .video h4 {
            font-size: 20px;
        }

   

    footer .info {
        border-bottom: 1px solid #222;
        border-right: 0;
    }

    .creative {
        min-height: -webkit-calc(100vh + 60px);
        min-height: -moz-calc(100vh + 60px);
        min-height: calc(100vh + 60px);
        padding-bottom: 60px;
    }

    .is_ie .creative {
        height: -webkit-calc(100vh + 60px);
        height: -moz-calc(100vh + 60px);
        height: calc(100vh + 60px);
    }

    .wave:after {
        height: 60px;
    }



    .hero .item {
        margin: 0 20px;
    }

        .hero .item p {
            min-height: 200px !important;
        }


    .sliderRightPart {
        width: 100%;
        height: 130px;
        margin-bottom: 10px;
        float: none;
        margin-left: 0;
    }

        .sliderRightPart p {
            width: 95%;
        }
}

@media screen and (max-width: 575px) {

    .boxs ul {
        margin-top: 0;
    }

    .boxs p {
        margin-bottom: 25px;
    }

    .header .logo-top a img {
        max-width: 260px !important;
        margin-top: 5px;
    }

    .header {
        position: relative !important;
    }

    .RenderBody {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .hero .col-lg-3 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .header .container-fluid1 {
        background: none;
    }

    .section-head {
        margin-bottom: 60px !important;
    }

        .section-head h4 {
            font-size: 22px;
        }

        .section-head p {
            font-size: 14px;
        }

    .header .logo-top {
        top: -20% !important;
        position: relative !important;
    }

    .home .caption h1, .page-header h1 {
        font-size: 25px;
    }

   
    .creative {
        min-height: -webkit-calc(100vh + 40px);
        min-height: -moz-calc(100vh + 40px);
        min-height: calc(100vh + 40px);
        padding-bottom: 40px;
    }

    .is_ie .creative {
        height: -webkit-calc(100vh + 40px);
        height: -moz-calc(100vh + 40px);
        height: calc(100vh + 40px);
    }

    .wave:after {
        height: 40px;
    }

    .telInfo, .iconTel {
        display: none;
    }

    .logo-top {
        width: 100%;
        top: -40px !important;
        text-align: center;
    }

    .header.menu-shrink .logo-top a img {
        max-height: 80px;
    }

    .header.menu-shrink .logo-top {
        top: -20px !important;
    }

    .hero .item p {
        min-height: 120px !important;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1450px) {
    .creative {
        min-height: -webkit-calc(100vh + 140px);
        min-height: -moz-calc(100vh + 140px);
        min-height: calc(100vh + 140px);
        padding-bottom: 140px;
    }

    .is_ie .creative {
        height: -webkit-calc(100vh + 140px);
        height: -moz-calc(100vh + 140px);
        height: calc(100vh + 140px);
    }

    .wave:after {
        height: 140px;
    }
}

@media screen and (min-width: 650px) and (max-width: 767px) {
    .team .item .team-img {
        width: 173px;
        height: 173px;
    }
}
