﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /*min-width: 100%;*/
    /*background-color: #f2f2f2;*/
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
}

html {
    /*scrollbar-width: none;*/ /* For Firefox */
    /*-ms-overflow-style: none;*/ /* For Internet Explorer and Edge */
}

    html::-webkit-scrollbar {
        /*width: 0px;*/ /* For Chrome, Safari, and Opera */
    }


h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #c52d2f;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: #d43133;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #c52d2f;
        outline: none;
        box-shadow: none;
    }

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}

body > section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/


/*this is for first page menu*/
.headernormal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(0);
    transition: transform .8s;
    z-index: 10000;
    /*background-color:aquamarine;*/
}

/*.header .search {
    display: inline-block;
}*/



.headerscrolled {
    position: fixed;
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    background-color: #004833;
    width: 100%;
    height: auto;
    z-index: 10000;
}
/*END this is for first page menu*/


/*Header for rest of the website*/
.headerrest {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(0);
    transition: transform .8s;
    z-index: 10000;
    /*background-color: #004833;*/
}

.headerrestscrolled {
    position: fixed;
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    background-color: #004833;
    width: 100%;
    height: auto;
    z-index: 10000;
}
/*END Header for rest of the website*/



.navbar > .container .navbar-brand {
    margin-left: 0;
}
/***************************************************************************************************************************************/
.top-bar {
    padding: 2px 0;
    background-color: transparent;
}
/***************************************************************************************************************************************/

.social {
    text-align: right;
}

/*****************************************************************************************************************************************/
.languageselection {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.languageselectionlastli {
    /*margin-right: 40px;*/
    margin-right: 26px;
}

ul.languageselection li {
    display: inline-block;
}

    ul.languageselection li a {
        color: #00ff3f;
        padding: 2px;
    }

        ul.languageselection li a:hover {
            background-color: #c52d2f;
            color: white;
        }

    ul.languageselection li .nohover:hover {
        color: #00ff3f;
        background-color: transparent;
    }

.languageselection .lsactive {
    text-decoration: underline;
    /*box-shadow: 1px 1px 1px #1f1f1f;
	-moz-box-shadow: 1px 1px 1px #1f1f1f;
	-webkit-box-shadow: 1px 1px 1px #1f1f1f;
	-khtml-box-shadow: 1px 1px 1px #1f1f1f;
	padding:2px;*/
}



/*******************************************************************************************************************************************/
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

    ul.social-share li a {
        display: inline-block;
        color: #fff;
        background: #008476;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 2px;
    }

        ul.social-share li a:hover {
            background: #c52d2f;
            color: #fff;
        }


/***********************************************************************************************************************************************************/
.navbar-toggle {
    z-index: 10001;
    background-color: #008476;
}

    .navbar-toggle .icon-bar {
        background-color: white;
        /*color: red;*/
    }





.navbar-brand {
    padding: 0px;
    height: 88px;
    width: 135px;
    margin: -30px;
    margin-bottom: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    /*box-shadow: 6px 6px 6px #1d1d1b;
    -moz-box-shadow: 6px 6px 6px #1d1d1b;
    -webkit-box-shadow: 6px 6px 6px #1d1d1b;
    -khtml-box-shadow: 6px 6px 6px #1d1d1b;*/
}

.navbar-inverse1 .navbar-brand {
    /*font-size: 20px;*/
    line-height: 88px;
    /*color: #fff;*/
}

/*when collpased menu is hidden on smaller screens we show the carousel*/
.smallmenunotcollpase {
    opacity: 0;
}

/*when collpased menu is showing on smaller screens we change the opactiy of the carousel*/
.smallmenucollapse {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        background-color: #008476;
        z-index: 20000;
        width: 100%;
    }

    .headerscrolled {
        position: fixed;
        top: -40px;
        transform: translateY(40px);
        transition: transform .3s;
        background-color: #004833;
        width: 100%;
        height: auto;
        max-height: 100px;
        min-height: 90px;
        z-index: 10000;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .headerrestscrolled {
        position: fixed;
        top: -40px;
        transform: translateY(40px);
        transition: transform .3s;
        background-color: #004833;
        width: 100%;
        height: auto;
        max-height: 100px;
        min-height: 90px;
        z-index: 10000;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    /*.social {
        margin-right:14px;
        margin-top:2px;
    }*/



}

@media screen and (max-width: 590px) {
    .navbar-brand {
        padding: 0px;
        height: 60px;
        max-height: 60px;
        width: 91px;
        margin: -30px;
        margin-bottom: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        /*border-radius: 4px;
        box-shadow: 6px 6px 6px #1d1d1b;
        -moz-box-shadow: 6px 6px 6px #1d1d1b;
        -webkit-box-shadow: 6px 6px 6px #1d1d1b;
        -khtml-box-shadow: 6px 6px 6px #1d1d1b;*/
    }

        .navbar-brand img {
            padding: 0px;
            height: 60px;
            max-height: 60px;
            width: 91px;
        }


    .navbar-inverse1 .navbar-brand {
        line-height: 60px;
    }

    .navbar-toggle {
        z-index: 10001;
        background-color: #008476;
        /*max-height:20px;*/
        margin-top: -8px;
    }

        .navbar-toggle .icon-bar {
            background-color: white;
            /*color: red;*/
        }

    .headerscrolled {
        position: fixed;
        top: -40px;
        transform: translateY(40px);
        transition: transform .3s;
        background-color: #004833;
        width: 100%;
        height: auto;
        max-height: 100px;
        min-height: 90px;
        z-index: 10000;
        padding-top: 18px;
    }

    .headerrestscrolled {
        position: fixed;
        top: -40px;
        transform: translateY(40px);
        transition: transform .3s;
        background-color: #004833;
        width: 100%;
        height: auto;
        max-height: 100px;
        min-height: 90px;
        z-index: 10000;
        padding-top: 18px;
    }
}


@media screen and (max-width: 391px) {
    .headerpages {
        background-color: #004833;
        height: 90px;
    }

    .social {
        display: block;
        position: absolute;
        right: 8px;
        top: 4px;
        text-align: right;
        /*background-color: aqua;*/
        max-width: 180px;
        width: 180px;
        height: auto;
        z-index: 10000;
        /*margin-right:unset;*/
    }

    .languageselection {
        font-size: 12px;
    }

    .languageselectionlastli {
        margin-right: 2px;
    }

    .social-share {
        margin-top: 7px;
    }



    .navbar-brand {
        position: absolute;
        padding: 0px;
        padding-left: 8px;
        height: 70px;
        max-height: 70px;
        width: 106px;
        margin: 0px;
        top: 2px;
        left: 1px;
        margin-bottom: unset;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        /*border-radius: 4px;
        box-shadow: 6px 6px 6px #1d1d1b;
        -moz-box-shadow: 6px 6px 6px #1d1d1b;
        -webkit-box-shadow: 6px 6px 6px #1d1d1b;
        -khtml-box-shadow: 6px 6px 6px #1d1d1b;*/
    }

        .navbar-brand img {
            padding: 0px;
            height: 70px;
            max-height: 70px;
            width: 106px;
        }


    .navbar-inverse1 .navbar-brand {
        line-height: 70px;
    }

    .navbar-toggle {
        position: relative;
        margin-top: 32px;
        /*top: 6px;*/
        right: 10px;
        z-index: 10001;
        background-color: #008476;
    }

        .navbar-toggle .icon-bar {
            background-color: white;
            /*color: red;*/
        }


    .carousel {
        margin-top: 89px;
    }

    #contact-info {
        position: relative;
        top: unset;
        margin-top: 110px;
        left: 0;
        width: 100%;
        min-height: 400px;
        background: none;
        /*padding: 30px 0;*/
    }

    .qrs {
        font-size: 11px;
    }
}


@media screen and (max-width: 280px) {
    .headerpages {
        background-color: #004833;
        height: 90px;
    }

    .social {
        display: block;
        position: absolute;
        right: 8px;
        top: 4px;
        text-align: right;
        /*background-color: aqua;*/
        max-width: 160px;
        width: 160px;
        height: auto;
        z-index: 10000;
        /*margin-right:unset;*/
    }

    .languageselection {
        font-size: 10.5px;
    }

    .languageselectionlastli {
        margin-right: 1px;
    }

    .social-share {
        margin-top: 7px;
    }
}
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


.navbar-nav {
    margin-top: 18px;
}
    /***********************************************************************************************************************************************************/

    /*Margin between Navbar Items******************************************************************************************************************************/
    .navbar-nav > li {
        margin-left: 10px;
        padding-bottom: 12px;
    }


/*******************************************************************************************************************************/

.navbar-inverse1 .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

    .navbar-inverse1 .navbar-nav > li > a:hover {
        background-color: #c52d2f;
        color: #fff;
    }

.navbar-inverse1 {
    border: none;
}

    .navbar-inverse1 .navbar-nav > .active > a, .navbar-inverse1 .navbar-nav > .active > a:hover, .navbar-inverse1 .navbar-nav > .active > a:focus, .navbar-inverse1 .navbar-nav > .open > a, .navbar-inverse1 .navbar-nav > .open > a:hover, .navbar-inverse1 .navbar-nav > .open > a:focus {
        background-color: #c52d2f;
        color: #fff;
    }

    .navbar-inverse1 .navbar-nav .dropdown-menu {
        background-color: rgba(0,0,0,.85);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
        left: 0;
    }

        .navbar-inverse1 .navbar-nav .dropdown-menu:before {
            position: absolute;
            top: 0;
        }

        .navbar-inverse1 .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: #fff;
        }

        .navbar-inverse1 .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse1 .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse1 .navbar-nav .dropdown-menu > li.active > a {
            background-color: #c52d2f;
            color: #fff;
        }

        .navbar-inverse1 .navbar-nav .dropdown-menu > li:last-child > a {
            border-radius: 0 0 3px 3px;
        }

        .navbar-inverse1 .navbar-nav .dropdown-menu > li.divider {
            background-color: transparent;
        }

    .navbar-inverse1 .navbar-collapse, .navbar-inverse1 .navbar-form {
        border-top: 0;
        padding-bottom: 0;
    }
/*************************
*******Home Page******
**************************/

#homepagetop {
    background: #f2f2f2;
    text-align: center;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 10px;
}

    #homepagetop h2 {
        font-size: 20px;
        font-weight: bold;
        color: #004833;
        text-shadow: 1px 1px #FF0000;
    }

        #homepagetop h2 span {
            position: relative;
            top: 30px;
            /*padding-top:40px;*/
            /*background-color:azure;*/
        }



@media screen and (max-width: 970px) {
    #homepagetop h2 {
        font-size: 18px;
        font-weight: bold;
        color: #004833;
        text-shadow: 1px 1px #FF0000;
    }
}


@media screen and (max-width: 790px) {
    #homepagetop h2 {
        font-size: 16px;
        font-weight: bold;
        color: #004833;
        text-shadow: 1px 1px #FF0000;
    }
}


#feature {
    background: #f2f2f2;
    padding-bottom: 40px;
    padding-top: 200px;
    /*background-image: url('../images/features/bg.jpg');
    background-repeat: repeat;
    opacity:0.6;*/
}

@media screen and (max-width: 992px) {
    #feature {
        background: #f2f2f2;
        padding-bottom: 40px;
        padding-top: 50px;
    }
}

#feature2 {
    background: #f2f2f2;
    padding-bottom: 10px;
    /*background-image: url('../images/features/bg.jpg');
    background-repeat: repeat;
    opacity:0.6;*/
}

.featuretopic {
    vertical-align: middle;
    height: 40px;
    /*margin-top:20px;*/
}

    .featuretopic h2 {
        font-size: 20px;
        font-weight: bold;
        color: #004833;
    }

.features {
    padding: 0;
}

.topfeaturehr {
    /*height: 2px;
    background-color: #008476;*/
    border-top: 2px dashed #008476;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 17px;
}

.topfeaturehrnew {
    /*height: 2px;
    background-color: #008476;*/
    position: relative;
    border-top: 2px dashed #008476;
    width: 90%;
    margin: 0 auto;
    top: 20px;
    margin-bottom: 30px;
}
/****************************************************************************************************************************************************/
.feature-wrap {
    margin-bottom: 25px;
    overflow: hidden;
    /*background-color:red;*/
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    /*border:1px solid green;*/
}
    /****************************************************************************************************************************************************/
    .feature-wrap h3 {
        margin-top: 20px;
        padding-left: 10px;
    }

    /*.feature-wrap .h3a {
        margin-top: 20px;
        padding-left:10px;
    }*/

    /*.feature-wrap .pull-left {
        margin-right: 25px;
    }*/

    .feature-wrap div {
        margin: 0 auto;
        text-align: center;
        width: 70px;
        /*height:80px;*/
        /*border: 1px solid red;*/
    }

    /****************************************************************************************************************************************************/
    .feature-wrap i {
        font-size: 28px;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        line-height: 55px;
        text-align: center;
        background: #ffffff;
        color: #c52d2f;
        border: 3px solid #ffffff;
        box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        /*float: left;*/
        padding-left: 2px;
        margin: 0px;
        margin-bottom: -12px;
    }

        /****************************************************************************************************************************************************/
        .feature-wrap i:hover {
            background: #004833;
            color: #fff;
            box-shadow: inset 0 0 0 5px #004833;
            -webkit-box-shadow: inset 0 0 0 5px #004833;
            border: 3px solid #ffffff;
        }

.colseperator {
    display: none;
}


/****************************************************************************************************************************************************/
.feature-wrap-new-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.feature-wrap-new {
    margin-bottom: 25px;
    overflow: hidden;
    background-color: transparent;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
    box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
    border: none;
    width: 80%;
    height: auto;
    transition: 0.4s;
    /*border:1px solid green;*/
}

.feature-wrap-newRU {
    margin-bottom: 25px;
    overflow: hidden;
    background-color: transparent;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
    box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
    border: none;
    width: 88%;
    height: auto;
    transition: 0.4s;
    /*border:1px solid green;*/
}


.feature-wrap-new:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,72,51,0.76);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,72,51,0.76);
    box-shadow: 2px 2px 3px 0px rgba(0,72,51,0.76);
}

.feature-wrap-newRU:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,72,51,0.76);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,72,51,0.76);
    box-shadow: 2px 2px 3px 0px rgba(0,72,51,0.76);
}


.feature-wrap-new img {
    float: left;
    width: 126px;
    height: 90px;
}

.feature-wrap-newRU img {
    float: left;
    width: 126px;
    height: 90px;
}

.feature-wrap-new h3, .feature-wrap-newRU h3 {
    /*margin-top: 20px;*/
    /*padding-left: 10px;*/
    /*vertical-align: middle;
        text-align: center;*/
    font-size: 13px;
    height: 40px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-wrap-new .h3onlyone, .feature-wrap-newRU .h3onlyone {
    font-size: 12px;
    height: 47px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastleft {
    float: left;
}

.lastright {
    float: right;
}




@media screen and (max-width: 1160px) {

    .feature-wrap-new {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: transparent;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        border: none;
        width: 86%;
        height: auto;
        transition: 0.4s;
        /*border:1px solid green;*/
    }


        /*.feature-wrap-new img {
        float: left;
        width: 168px;
        height: 120px;
    }*/

        .feature-wrap-new h3 {
            /*margin-top: 20px;*/
            /*padding-left: 10px;*/
            /*vertical-align: middle;
        text-align: center;*/
            font-size: 12px;
            height: 50px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-wrap-new .h3onlyone {
            font-size: 11px;
            height: 50px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}


@media screen and (max-width: 1046px) {

    .feature-wrap-new {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: transparent;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        border: none;
        width: 88%;
        height: auto;
        transition: 0.4s;
        /*border:1px solid green;*/
    }


        .feature-wrap-new h3 {
            font-size: 11px;
            height: 50px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-wrap-new .h3onlyone {
            font-size: 10px;
            height: 50px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

@media screen and (max-width: 992px) {
    .feature-wrap {
        margin-bottom: unset;
        overflow: hidden;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
    }

    .colseperator {
        display: inline-block;
        width: 100%;
        height: auto;
        max-height: 7px;
        background-color: transparent;
    }


    .feature-wrap-new {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: transparent;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        border: none;
        width: 80%;
        height: auto;
        transition: 0.4s;
        /*border:1px solid green;*/
    }


        .feature-wrap-new img {
            float: left;
            width: 126px;
            height: 90px;
        }

        .feature-wrap-new h3 {
            /*margin-top: 20px;*/
            /*padding-left: 10px;*/
            /*vertical-align: middle;
        text-align: center;*/
            font-size: 13px;
            height: 40px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-wrap-new .h3onlyone {
            font-size: 12px;
            height: 47px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .lastleft {
        float: unset;
    }

    .lastright {
        float: unset;
    }
}


@media screen and (max-width: 765px) {
    .feature-wrap {
        margin-bottom: unset;
        overflow: hidden;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
    }

    .colseperator {
        display: none;
    }

    .feature-wrap-new {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: transparent;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        border: none;
        width: 70%;
        height: auto;
        transition: 0.4s;
        /*border:1px solid green;*/
    }
}



@media screen and (max-width: 302px) {

    .feature-wrap-new {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: transparent;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        border: none;
        width: 90%;
        height: auto;
        transition: 0.4s;
        /*border:1px solid green;*/
    }

        .feature-wrap-new h3 {
            /*margin-top: 20px;*/
            /*padding-left: 10px;*/
            /*vertical-align: middle;
        text-align: center;*/
            font-size: 12px;
            height: 40px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-wrap-new .h3onlyone {
            font-size: 11px;
            height: 47px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}



@media screen and (max-width: 223px) {

    .feature-wrap-new {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: transparent;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        box-shadow: 4px 4px 5px 0px rgba(0,72,51,0.76);
        border: none;
        width: 100%;
        height: auto;
        transition: 0.4s;
        /*border:1px solid green;*/
    }

        .feature-wrap-new h3 {
            /*margin-top: 20px;*/
            /*padding-left: 10px;*/
            /*vertical-align: middle;
        text-align: center;*/
            font-size: 11px;
            height: 40px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-wrap-new .h3onlyone {
            font-size: 10px;
            height: 47px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}




.featuredetaildiv {
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
    text-align: center;
}

    .featuredetaildiv h3 {
        color: #004833;
        font-weight: bold;
    }

.topfeaturehr1 {
    /*height: 2px;
    background-color: #008476;*/
    border-top: 1px dashed #008476;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.topfeaturehr2 {
    /*height: 2px;
    background-color: #008476;*/
    border-top: 1px dashed #008476;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

#recent-works {
    padding-bottom: 70px;
}

.recent-work-wrap {
    position: relative;
}

.construction_margins {
    margin-bottom: 40px;
}

.recent-work-wrap img {
    width: 100%;
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;*/
    /*border-radius: 8px;
    box-shadow: 8px 8px 8px #888888;
    -moz-box-shadow: 8px 8px 8px #888888;
    -webkit-box-shadow: 8px 8px 8px #888888;
    -khtml-box-shadow: 8px 8px 8px #888888;*/
    border-radius: 12px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.7);
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}



.featuredetaildiv .f1, .featuredetaildiv .f2, .featuredetaildiv .f3, .featuredetaildiv .f4 {
    margin-top: 30px;
}

/*.featuredetaildiv .f3 img {
        width: auto;
        height: 400px;
        max-height: 400px;
    }*/



/************************************************************************************************************************************************/
.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 100px;
}

    .recent-work-wrap .recent-work-inner h3 {
        margin: 0;
    }

        .recent-work-wrap .recent-work-inner h3 a {
            font-size: 18px;
            color: #fff;
        }

/************************************************************************************************************************************************/
.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    /*background: #008476;*/
    background-color: rgba(0, 132, 118, 0.6);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 8px 8px 8px #888888;
    -moz-box-shadow: 8px 8px 8px #888888;
    -webkit-box-shadow: 8px 8px 8px #888888;
    -khtml-box-shadow: 8px 8px 8px #888888;
    cursor: pointer;
}

    /************************************************************************************************************************************************/

    /************************************************************************************************************************************************/

    .recent-work-wrap .overlay .preview {
        bottom: 0;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        border-radius: 0;
        background: transparent;
        text-align: center;
        color: #fff;
    }

.recent-work-wrap:hover .overlay {
    opacity: 1;
}

/*.recent-work-wrap .recent-work-inner {
    background-color: red;
}*/

@media screen and (max-width: 1070px) {
    .recent-work-wrap .recent-work-inner h3 {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
    }

    .recent-work-wrap .recent-work-inner p {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
    }

    .recent-work-wrap .overlay .preview {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        /*bottom: 0;*/
        display: inline-block;
        height: 35px;
        line-height: 35px;
        border-radius: 0;
        background: transparent;
        text-align: center;
        color: #fff;
    }
}


@media screen and (max-width: 990px) {
    .recent-work-wrap .recent-work-inner h3 {
        position: unset;
        top: unset;
        left: unset;
        right: unset;
    }

    .recent-work-wrap .recent-work-inner p {
        position: unset;
        top: unset;
        left: unset;
        right: unset;
    }

    .recent-work-wrap .overlay .preview {
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        bottom: 0;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        border-radius: 0;
        background: transparent;
        text-align: center;
        color: #fff;
    }
}


/************************************************************************************************************************************************/

#thevideo {
    padding-top: 70px;
    padding-bottom: 70px;
}

    #thevideo h2 {
        font-size: 20px;
        color: #004833;
        font-weight: bold;
    }




.thevideodesc {
    padding: 0px 10px 10px 4px;
}

    .thevideodesc > h4 {
        color: #008476;
        font-weight: 700;
    }

.heading-border-light {
    width: 30px;
    height: 5px;
    background-color: #008476;
    margin: 0 0 20px 0;
}

.thevideodetail {
    padding: 0 10px 10px 30px;
    margin: 0 auto;
    text-align: center;
    /*background-color: red;*/
}

    .thevideodetail .video-js {
        /*margin: 15px -60px 70px 65px;*/
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
        position: relative !important;
        width: 100% !important;
        height: 102% !important;
    }

    .thevideodetail .vjs-poster {
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        background-size: cover;
        background-position: inherit;
    }

video[poster] {
    object-fit: cover;
}

.thevideodetail .video-js .vjs-big-play-button {
    position: relative;
    top: -150px;
}

.thevideodetailbg {
    width: 100%;
    min-width: 100vw;
    background: #004833 url(../video/bg.jpg);
    /*background-position: center;*/
    background-repeat: repeat;
    /*background-size: cover;*/
}

    .thevideodetailbg .thevideodetail .video-js .vjs-big-play-button {
        position: relative;
        top: -300px;
    }


.thevideotabs {
    position: relative;
    /*margin: 20px 0;*/
    padding: 4px 10px 10px 0px;
}

    .thevideotabs .nav-tabs {
        background-color: transparent;
        border: none;
    }

        .thevideotabs .nav-tabs > button {
            border-radius: 0;
            width: 190px;
            text-align: center;
            height: 55px;
            line-height: 40px;
            color: #fff;
            background-color: #008476;
        }

            .thevideotabs .nav-tabs > button:hover {
                border: 3px solid red;
            }

            .thevideotabs .nav-tabs > button.active {
                color: #fff;
                background: #004833;
                border: 2px solid red;
            }



    .thevideotabs .tab-content .tab-pane {
        padding: 20px 20px 0px 10px;
    }


.gtabs {
    position: relative;
}

.gtab {
    background: #eee;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 6px;
    padding-bottom: 2px;
    top: 5px;
    transition: all 0.4s;
    width: 100%;
    height: 258px;
    max-height: 258px;
    overflow: auto;
}

    .gtab.active {
        opacity: 1;
        visibility: visible;
        top: 0;
        transition: all 0.4s;
    }

    .gtab h5 {
        color: #0c7a27;
        padding: 2px;
        margin-top: -2px;
    }

.lead1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    padding: 10px;
}

.gtab table {
    border: 2px solid #0c7a27;
    padding: 2px;
    max-height: 220px;
}

    .gtab table .td1 {
        font-weight: bold;
        padding: 2px;
    }

    .gtab table .td2 {
        padding: 2px;
    }



.flatsdetaildiv {
    display: none;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    background-color: white;
    padding: 10px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

    .flatsdetaildiv table {
        background-color: white;
    }

        .flatsdetaildiv table th {
            text-align: center;
        }

.flatsdetaildivcenter {
    border: 4px solid #0c7a27;
    background-color: #eee;
    padding: 10px;
}

.flatsdetaildivimage {
    background-color: white;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

    .flatsdetaildivimage img {
        text-align: center;
        margin: 0 auto;
        width: auto;
        height: 500px;
        border: 4px solid #0c7a27;
        /*border-radius: 10px;*/
    }



@media screen and (max-width: 1530px) {



    .thevideodetail { /*main page*/
        background: #fff;
        height: 500px;
        margin: auto;
        padding: 0 10px 10px 30px;
        margin: 0 auto;
        text-align: center;
    }

        .thevideodetail .vjs-poster {
            position: absolute !important;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            min-height: 500px;
            padding: 0;
            margin: 0;
            background-size: cover;
            background-position: inherit;
        }

    .gtab {
        background: #eee;
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        top: 5px;
        transition: all 0.4s;
        width: 100%;
        height: 360px;
        max-height: 360px;
        padding-top: 20px;
        overflow: auto;
    }

    .thevideodetail .video-js .vjs-big-play-button {
        margin-top: 50px;
    }

    .thevideodetailbg .thevideodetail .video-js .vjs-big-play-button {
        /*position: relative;
        top: -350px;*/
        margin-top: 50px;
    }

    .gtab h5 {
        color: #0c7a27;
        padding: 2px;
        margin-top: unset;
    }

    .gtab table {
        border: 2px solid #0c7a27;
        padding: 2px;
        margin-top: 20px;
        max-height: 270px;
    }

        .gtab table .td1 {
            font-weight: bold;
            padding: 6px;
        }

        .gtab table .td2 {
            padding: 6px;
        }

    .thevideodetailbg .thevideodetail { /*other pages*/
        width: 80vw;
        min-width: 80vw;
        height: auto;
    }

    .thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }

    .thevideodetailbg .thevideodetail .video-js .vjs-big-play-button {
        /*position: relative;
        top: -350px;*/
        margin-top: unset;
    }
}


/*@media screen and (max-width: 1317px) {

    .gtab {
        background: #eee;
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        top: 5px;
        transition: all 0.4s;
        width: 100%;
        height: 360px;
        max-height: 360px;
        padding-top: 10px;
        overflow: auto;
    }
}*/


@media screen and (max-width: 1248px) {
    .thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 150px;
        text-align: center;
        height: 55px;
        line-height: 15px;
        color: #fff;
        background-color: #008476;
    }

    .thevideodetail .video-js .vjs-big-play-button {
        margin-top: 60px;
    }

    .thevideodetailbg .thevideodetail .video-js .vjs-big-play-button {
        /*position: relative;
        top: -350px;*/
        margin-top: 60px;
    }

    .thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 170px;
        text-align: center;
        height: 45px;
        line-height: 20px;
        color: #fff;
        background-color: #008476;
    }

    .thevideodetailbg .thevideodetail { /*other pages*/
        width: 80vw;
        min-width: 80vw;
        height: auto;
    }

    .thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }

    .thevideodetailbg .thevideodetail .video-js .vjs-big-play-button {
        /*position: relative;
        top: -350px;*/
        margin-top: unset;
    }
}

@media screen and (max-width: 1193px) {
    .thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 160px;
        text-align: center;
        height: 35px;
        line-height: 15px;
        color: #fff;
        background-color: #008476;
    }

    .thevideodetail .video-js .vjs-big-play-button {
        margin-top: 70px;
    }

    .gtab {
        background: #eee;
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        top: 5px;
        transition: all 0.4s;
        width: 100%;
        height: 379px;
        max-height: 379px;
        padding-top: 10px;
        overflow: auto;
    }

        .gtab h5 {
            color: #0c7a27;
            padding: 2px;
            margin-top: unset;
        }

        .gtab table {
            border: 2px solid #0c7a27;
            padding: 2px;
            margin-top: 20px;
            max-height: 300px;
        }

            .gtab table .td1 {
                font-weight: bold;
                padding: 8px;
            }

            .gtab table .td2 {
                padding: 8px;
            }

    .thevideodetailbg .thevideodetail { /*other pages*/
        width: 80vw;
        min-width: 80vw;
        height: auto;
    }

    .thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }
}

@media screen and (max-width: 1070px) {

    .thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 140px;
        text-align: center;
        height: 35px;
        line-height: 15px;
        color: #fff;
        background-color: #008476;
        font-size: 12px;
    }

    .thevideodetailbg .thevideodetail { /*other pages*/
        width: 80vw;
        min-width: 80vw;
        height: auto;
    }

    .thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }
}

@media screen and (max-width: 1010px) {
    .thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 140px;
        text-align: center;
        height: 35px;
        line-height: 15px;
        color: #fff;
        background-color: #008476;
        font-size: 12px;
    }

    .thevideodetailbg .thevideodetail { /*other pages*/
        width: 80vw;
        min-width: 80vw;
        height: auto;
    }

    .thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }
}

.divbeforefooter {
    display: none;
}

@media screen and (max-width: 991px) {
    .divbeforefooter {
        display: block;
        width: 100%;
        height: 100px;
        /*background-color:yellowgreen;*/
    }

    /*#thevideo {
        background-color: red;
        margin-bottom: 300px;
    }*/

    .videocontainerdiv {
        /*background-color:red;*/
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 300px;
        text-align: center;
    }


    .heading-border-light {
        width: 30px;
        height: 5px;
        background-color: #008476;
        margin: 0 auto;
        margin-bottom: 20px;
    }





    .thevideodetail {
        background: #fff;
        height: auto;
        margin: 0 auto;
        padding: 0 10px 10px 10px;
        margin: 0 auto;
        text-align: center;
    }


        .thevideodetail .vjs-poster {
            position: absolute !important;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: auto;
            min-height: unset;
            padding: 0;
            margin: 0;
            background-size: cover;
            background-position: inherit;
        }

    .thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 160px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        color: #fff;
        background-color: #008476;
    }


    .gtab {
        background: #eee;
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        top: 5px;
        transition: all 0.4s;
        width: 100%;
        /*min-width:98vw;*/
        height: auto;
        min-height: 200px;
        padding: 10px;
        /*margin:10px;*/
        overflow: auto;
    }

    .thevideodesc {
        padding: 4px 10px 10px 14px;
        margin: 0 auto;
    }

    /*.container-fluid {
        margin-bottom: 100px;
    }*/

    .thevideodetail .video-js .vjs-big-play-button {
        margin-top: unset;
    }

    .flatsdetaildiv {
        display: none;
        margin: 0 auto;
        margin-bottom: 0px;
        text-align: center;
        margin-top: 370px;
        background-color: white;
        padding: 10px;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

    .flatsdetaildivimage {
        background-color: white;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
    }

        .flatsdetaildivimage img {
            text-align: center;
            margin: 0 auto;
            width: 100%;
            height: auto;
            border: 4px solid #0c7a27;
            /*border-radius: 10px;*/
        }

    .thevideodetailbg .thevideodetail { /*other pages*/
        width: 80vw;
        min-width: 80vw;
        height: auto;
    }

        /*.thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }*/
        .thevideodetailbg .thevideodetail .video-js .vjs-big-play-button {
            position: relative;
            top: -100px;
        }
}


@media screen and (max-width: 578px) {

    .thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 100%;
        text-align: center;
        height: 55px;
        line-height: 40px;
        color: #fff;
        background-color: #008476;
        border: 2px solid silver;
        margin-top: 2px;
    }





    .gtab {
        background: #eee;
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        top: 5px;
        transition: all 0.4s;
        width: 100%;
        /*min-width:98vw;*/
        height: auto;
        min-height: 200px;
        padding: 10px;
        /*margin:10px;*/
        overflow: auto;
    }

    .thevideodesc {
        padding: 4px 10px 10px 14px;
        margin: 0 auto;
    }

    /*.container-fluid {
        margin-bottom: 100px;
    }*/

    .thevideodetail .video-js .vjs-big-play-button {
        margin-top: unset;
        font-size: 16px;
        position: relative;
        top: -120px;
    }

    .thevideodetailbg .thevideodetail {
        /*background-color: red;*/
        width: 90vw;
        min-width: 90vw;
        height: auto;
    }

    /*.thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }*/

    /*.thevideodetail .video-js .vjs-big-play-button {
        position: relative;
        top: -80px;
    }*/

}


@media screen and (max-width: 472px) {

    /*.thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 30%;
        text-align: center;
        height: 35px;
        line-height: 15px;
        color: #fff;
        background-color: #008476;
    }*/

    .gtab {
        background: #eee;
        position: absolute;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        top: 5px;
        transition: all 0.4s;
        width: 100%;
        height: auto;
        min-height: 400px;
        padding-top: 10px;
        overflow: auto;
    }

    .thevideodesc {
        padding: 4px 10px 10px 14px;
        margin: 0 auto;
    }

    /*.container-fluid {
        margin-bottom: 100px;
    }*/

    .thevideodetailbg .thevideodetail {
        /*background-color: red;*/
        width: 90vw;
        min-width: 90vw;
        height: auto;
    }

    .thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }
}

@media screen and (max-width: 388px) {

    /*.thevideotabs .nav-tabs > button {
        border-radius: 0;
        width: 30%;
        text-align: center;
        height: 35px;
        line-height: 15px;
        color: #fff;
        background-color: #008476;
    }*/

    /*.divbeforefooter {
        display: block;
        width: 100%;
        height: 100px;
        margin-top: 200px;
       
    }*/

    .videocontainerdiv {
        display: block;
        width: 100vw;
        min-width: 100vw;
        padding: 20px;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 300px;
        text-align: center;
    }

    .gtabs {
        background-color: aquamarine;
        width: 100vw;
        min-width: 100vw;
        height: auto;
        left: -30px;
        margin: 0;
    }

    .gtab p table {
        background: #eee;
        position: absolute;
        left: 0;
        right: 0;
        width: 100vw;
        min-width: 100vw;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        top: 5px;
        transition: all 0.4s;
        width: 100%;
        height: auto;
        min-height: 600px;
        padding-top: 10px;
        overflow: auto;
    }

    /*.thevideodesc {
        padding: 4px 10px 10px 14px;
        margin: 0 auto;
    }*/

    /*.container-fluid {
        margin-bottom: 100px;
    }*/

    .thevideodetailbg .thevideodetail {
        /*background-color: red;*/
        width: 90vw;
        min-width: 90vw;
        height: auto;
    }

    /*.thevideodetailbg .video-js .vjs-big-play-button {
        margin-top: unset;
    }*/

    .thevideodetail .video-js .vjs-big-play-button {
        margin-top: unset;
        font-size: 16px;
        position: relative;
        top: -90px;
    }
}


/*@media screen and (max-width: 800px) {

    .container-fluid {
        margin-bottom: 140px;
    }
}*/






/************************************************************************************************************************************************/








/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

/*************************
********* Contact Us CSS ******
**************************/

#contact-info {
    position: relative;
    top: -40px;
    left: 0;
    width: 100%;
    min-height: 400px;
    background: none;
    /*padding: 30px 0;*/
}

    /*#contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}*/

    #contact-info .divtop {
        margin-top: 0px;
        background: #004833 url(../images/bginfo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        min-height: 400px;
        width: 100%;
        line-height: 400px;
        text-align: left;
        padding-left: 10px;
        /*transition-property: height;
        transition-duration: 2s;
        transition-timing-function: linear;*/
        /*transition-delay: 1s;*/
        -webkit-transition: 2s height ease;
        transition: 2s height ease;
        /*background: #004833 url(../images/bginfo.jpg) no-repeat 100% 0;*/
    }

    #contact-info h2 {
        font-size: 14px;
        color: #008476;
        font-weight: bold;
        /*line-height: 300px;*/
        position: relative;
        top: 85%;
        width: auto;
        max-width: 190px;
        padding: 4px;
        border-radius: 2px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-transition: 2s height ease;
        transition: 2s height ease;
    }

        #contact-info h2 a {
            font-size: 14px;
            color: #008476;
            font-weight: bold;
            -webkit-transition: color 300ms;
            -moz-transition: color 300ms;
            -o-transition: color 300ms;
            transition: color 300ms;
        }


            #contact-info h2 a:hover {
                color: #c52d2f;
            }


@media screen and (max-width:1260px) {
    #contact-info .divtop {
        margin-top: 0px;
        background: #004833 url(../images/bginfo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        min-height: 350px;
        width: 100%;
        line-height: 350px;
        text-align: left;
        padding-left: 10px;
        /*background: #004833 url(../images/bginfo.jpg) no-repeat 100% 0;*/
    }
}



@media screen and (max-width:1135px) {
    #contact-info .divtop {
        margin-top: 0px;
        background: #004833 url(../images/bginfo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        min-height: 300px;
        width: 100%;
        line-height: 300px;
        text-align: left;
        padding-left: 10px;
        /*background: #004833 url(../images/bginfo.jpg) no-repeat 100% 0;*/
    }
}


@media screen and (max-width:970px) {
    #contact-info .divtop {
        margin-top: 0px;
        background: #004833 url(../images/bginfo2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
        min-height: 220px;
        width: 100%;
        line-height: 220px;
        text-align: left;
        padding-left: 10px;
        /*background: #004833 url(../images/bginfo.jpg) no-repeat 100% 0;*/
    }

    #contact-info h2.contacth2RU a {
        font-size: 8px;
        color: #008476;
        font-weight: bold;
        -webkit-transition: color 300ms;
        -moz-transition: color 300ms;
        -o-transition: color 300ms;
        transition: color 300ms;
    }


    #contact-info h2 a:hover {
        color: #c52d2f;
    }
}


@media screen and (max-width:730px) {
    #contact-info .divtop {
        margin-top: 0px;
        background: #004833 url(../images/bginfo2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 180px;
        min-height: 180px;
        width: 100%;
        line-height: 180px;
        text-align: left;
        padding-left: 10px;
        /*background: #004833 url(../images/bginfo.jpg) no-repeat 100% 0;*/
    }
}


@media screen and (max-width:590px) {
    #contact-info .divtop {
        margin-top: 0px;
        background: #004833 url(../images/bginfo3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 160px;
        min-height: 160px;
        width: 100%;
        line-height: 160px;
        text-align: left;
        padding-left: 10px;
        /*background: #004833 url(../images/bginfo.jpg) no-repeat 100% 0;*/
    }
}



.gmap-area {
    /*background-image: url("../images/map.jpg");
	background-position: 0 0;*/
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

/*.gmap {   
    border: 10px solid #f6f5f0;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}*/

#map {
    border: 10px solid #f6f5f0;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: auto;
    min-height: 400px;
    width: 100%;
    max-width: 100%;
}

/*.gmap-area .map-content ul {
    list-style: none;
}*/

.gmap-area .map-content address h4 {
    font-weight: bold;
    color: #004833;
}

.gmap-area .map-content address i {
    padding: 8px;
    font-size: 20px;
    color: #008476;
}

/*.gmap-area .map-content address .pfarsi {
   
    text-align:right;
}*/



.formfarsi {
    text-align: right;
}

.directionbutton {
    width: auto;
    height: 30px;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d1d1d1) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #d1d1d1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #0c7a27;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff
}



    .directionbutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ffffff) );
        background: -moz-linear-gradient( center top, #d1d1d1 5%, #ffffff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff');
        background-color: #d1d1d1;
        color: #0c7a27;
    }

    .directionbutton:visited {
        color: #0c7a27;
    }

/*.directionbutton:active {
        position: relative;
        top: 1px
    }*/

#contact-page {
    margin-top: 100px;
    padding-top: 20px;
}

    #contact-page .contact-form .form-group label {
        color: #4E4E4E;
        font-size: 16px;
        font-weight: 300;
    }

.form-group .form-control {
    padding: 7px 12px;
    border-color: #e4e4e4;
    box-shadow: none;
}

textarea#message {
    resize: none;
    padding: 10px;
}


#contact-page h4 {
    font-weight: bold;
    color: #004833;
}


#contact-page .contact-wrap {
    margin-top: 20px;
}

.qrs {
    background-color: #f5f5f5;
}

    .qrs img {
        width: 40%;
        height: auto;
        box-shadow: 0 0 12px #004833;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }

        .qrs img:hover {
            cursor: pointer;
            width: 40%;
            height: auto;
            box-shadow: 0 0 2px #004833;
            border-radius: 4px;
            margin: 0 auto;
            margin-top: 10px;
            text-align: center;
        }

    .qrs i {
        font-size: 24px;
    }



@media screen and (max-width: 992px) {
    .gmap-area {
        background-position: 0 0;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 0;
        min-height: 1000px;
    }


    .qrs img {
        width: 60%;
        height: auto;
        box-shadow: 0 0 12px #004833;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }

        .qrs img:hover {
            cursor: pointer;
            width: 60%;
            height: auto;
            box-shadow: 0 0 2px #004833;
            border-radius: 4px;
            margin: 0 auto;
            margin-top: 10px;
            text-align: center;
        }

    #contact-page {
        margin-top: 20px;
        padding-top: 20px;
    }
}



.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}


/***********************
********* Footer ******
************************/
.footer1 {
    padding-top: 4px;
    padding-bottom: 4px;
    color: silver;
    background: #004833;
    border-top: 2px solid #c52d2f;
}

    .footer1 div h6 {
        color: silver;
    }

        .footer1 div h6 a {
            color: #ffffff;
        }

            .footer1 div h6 a:hover {
                color: #c52d2f;
            }


    .footer1 a {
        color: silver;
    }

        .footer1 a:hover {
            color: #c52d2f;
        }


    .footer1 .social a {
        color: #ffffff;
    }

        .footer1 .social a:hover {
            color: #c52d2f;
        }


.hrfooterdiv {
    width: 100%;
    height: 20px;
}

.hrfooter {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 12px;
    border-top: 1px solid silver;
}


@media screen and (max-width: 770px) {

    .hrfooterdiv {
        width: 100%;
        height: 40px;
        /*background-color: yellow;*/
        display: inline-block;
    }

    .hrfooter {
        margin-top: 20px;
    }
}


/************************************************************************************************************************************/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 56px;
    right: 20px;
    display: none;
    z-index: 999999;
}

.btn-back-to-top {
    color: #fff;
    background-color: #008476;
}

    .btn-back-to-top:hover {
        color: Silver;
        background-color: #004833;
    }
/*************************************************************************************************************************************/

/*************************************************************************************************************************************/

.back-to-top1 {
    cursor: pointer;
    position: fixed;
    bottom: 16px;
    right: 20px;
    display: none;
    z-index: 999999;
    background-color: aqua;
}

.btn-back-to-top1 {
    color: #fff;
    background-color: #008476;
}

    .btn-back-to-top1:hover {
        color: Silver;
        background-color: #004833;
    }


/*************************************************************************************************************************************/


@media screen and (max-width: 1284px) {
    #main-slider .carousel .carousel-content {
        margin-top: -10px;
        float: right;
        background: rgba(29, 159, 61, 0.2);
        padding: 6px;
    }
}






/***********************************************************************************************************************************/

/*.pp_left {
    background-color: red;
}*/



/***********************************************************************************************************************************/
.loader_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #004833;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.loader_bg2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #004833;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.loader_bg2_farsi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #004833;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.loader {
    height: 100%;
    width: 100%;
    /*position: absolute;
    left: 0;
    top: 0;*/
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    /*margin: 0 auto;
    text-align: center;*/
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .loader div {
        margin: 0;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translateY(-35%);
        transform: translateX(-50%);
        text-align: center;
    }

    .loader .preloaderlogo {
        width: 120px;
        height: auto;
    }

    .loader .preloadergif {
        width: 84px;
    }


/*#qrModal {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    height: 80%;
    width: 80%;
    display: flex;
    align-items: center;
    z-index: 100002;
}*/

.modal-dialog {
    /*position: fixed;
    top: 70px;
    left: 0;
    right: 0;*/
    margin-top: 90px;
    /*height: 80%;
    max-height:80%;
    width: 80%;
    display: flex;
    align-items: center;*/
    z-index: 100002;
}

.modal-content {
    margin: 0 auto;
    /*height: 100%;
    width: 100%;*/
    /*text-align: center;
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding: 0;*/
}

/*.modal-body {
    margin: 0 auto;
    text-align: center;
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding:0;
}*/

.modal-body img {
    margin: 0 auto;
    text-align: center;
    height: auto;
    max-height: 50vh;
    width: 50vh;
}



@media screen and (max-width: 765px) {


    .gmap-area {
        background-position: 0 0;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 0;
        height: 1200px;
        min-height: 1200px;
        /*width: 100%;
        min-width: 100%;*/
        width: 100vw;
        max-width: 100vw;
        float: left;
        text-align: left;
    }

    #map {
        border: 10px solid #f6f5f0;
        box-shadow: 0px 0px 3px 3px #e7e4dc;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        height: auto;
        min-height: 370px;
        width: 100%;
        max-width: 100%;
    }

    .qrs img {
        width: 40%;
        max-width: 40%;
        height: auto;
        box-shadow: 0 0 12px #004833;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }

        .qrs img:hover {
            cursor: pointer;
            width: 40%;
            height: auto;
            box-shadow: 0 0 2px #004833;
            border-radius: 4px;
            margin: 0 auto;
            margin-top: 10px;
            text-align: center;
        }

    #contact-page {
        margin-top: 20px;
        padding-top: 20px;
    }
}


@media screen and (max-width: 530px) {

    .qrs .qrtextru {
        font-size: 11px;
    }
}


@media screen and (max-width: 490px) {

    .modalimageqr {
        width: 90%;
        max-width: 90%;
        height: auto;
        box-shadow: 0 0 12px #004833;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }

    /*.qrs div {
        background-color:aquamarine;
        border:1px solid yellow;
    }*/

    .qrs img {
        width: 80%;
        max-width: 80%;
        height: auto;
        min-height: 100%;
        box-shadow: 0 0 12px #004833;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
        background-color: aquamarine;
        border: 1px solid yellow;
    }

        .qrs img:hover {
            cursor: pointer;
            width: 80%;
            height: auto;
            min-height: 100%;
            box-shadow: 0 0 2px #004833;
            border-radius: 4px;
            margin: 0 auto;
            margin-top: 10px;
            text-align: center;
        }

    .qrs .qrtextru {
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: black;
    }

    .directionbutton {
        width: auto;
        height: 25px;
        -moz-box-shadow: inset 0 1px 0 0 #fff;
        -webkit-box-shadow: inset 0 1px 0 0 #fff;
        box-shadow: inset 0 1px 0 0 #fff;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d1d1d1) );
        background: -moz-linear-gradient( center top, #ffffff 5%, #d1d1d1 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
        background-color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        color: #0c7a27;
        font-family: Helvetica;
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 700;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 1px 1px 0 #fff
    }



        .directionbutton:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ffffff) );
            background: -moz-linear-gradient( center top, #d1d1d1 5%, #ffffff 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff');
            background-color: #d1d1d1;
            color: #0c7a27;
        }

        .directionbutton:visited {
            color: #0c7a27;
        }
}





/*#mainpageModal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000002;
}



.modal-backdrop {
    opacity: 0;
    transition: opacity .2s;
}

    .modal-backdrop.in {
        opacity: .8;
    }

#mainpageModal .modal-dialog {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    height: 90%;
    padding: 0;
}

#mainpageModal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
    background: #008476;
}

#mainpageModal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #008476;
    color: white;
    border: 0;
}

#mainpageModal .modal-title {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

#mainpageModal .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

#mainpageModal .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #008476;
}


#mainpageModal .modalimage {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: auto;
    min-width: 50vw;
    max-height: 100%;
    border-radius: 14px;
    border: 4px solid #c52d2f;
}*/


#mainpageModal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000002;
}



.modal-backdrop {
    opacity: 0;
    transition: opacity .2s;
}

    .modal-backdrop.in {
        opacity: 0.9;
    }

#mainpageModal .modal-dialog {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    height: 90%;
    padding: 0;
}

#mainpageModal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    background-color: transparent;
}

#mainpageModal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    /*background: #008476;*/
    background: none;
    background-color: transparent;
    color: white;
    border: none;
}

#mainpageModal .modal-title {
    font-weight: bold;
    font-size: 18px;
    color: #008476;
    line-height: 30px;
    background: none;
    background-color: transparent;
    padding-bottom: 2px;
    border-bottom: 1px solid #008476;
}

#mainpageModal .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    border: none;
}

#mainpageModal .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    /*background: #008476;*/
    background: none;
    background-color: transparent;
    border-top: 1px solid #008476;
}


#mainpageModal .modalimage {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: auto;
    min-width: 50vw;
    max-height: 100%;
    border-radius: 14px;
    border: 4px solid #008476;
}



#Modal2.modal {
    /*position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    overflow: hidden;
    z-index: 1000002;
    /*background-color:white;*/
}


#Modal2 .modal-dialog {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
    height: 90%;
    padding: 0;
    overflow: auto;
    /*min-height: 2000px;
    overflow: auto;
    background-color:aliceblue;*/
}

#Modal2 .modal-content {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    background-color: transparent;*/
    /*min-height: 2000px;
    overflow: auto;
    background-color: blue;*/
    overflow: auto;
}

#Modal2 .modal-body div {
    /*position: absolute;
    top: 50px;
    bottom: 60px;*/
    width: 100%;
    height: auto;
    overflow: auto;
    text-align: justify;
    padding-bottom: 40px;
}

#Modal2 .modal-footer {
    margin-top: 10px;
}



/********************************************************************************************************/
/*location CSS*/
.locationdiv {
    /*background-image: url("../images/map.jpg");
	background-position: 0 0;*/
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}

.locationdivlabel {
    text-align: center;
    margin: 0 auto;
    color: #008476;
    font-size: 20px;
    background-color: transparent;
}


.locationdesc {
    font-size: 16px;
    font-weight: bold;
}

    .locationdesc i {
        font-size: 16px;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        line-height: 40px;
        text-align: center;
        background: #ffffff;
        color: #004833;
        /*box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;*/
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        /*float: left;*/
        padding-left: 2px;
        margin: 0px;
        margin-bottom: 10px;
    }

        /****************************************************************************************************************************************************/
        .locationdesc i:hover {
            background: #c52d2f;
            color: #fff;
            /*box-shadow: inset 0 0 0 1px #004833;
            -webkit-box-shadow: inset 0 0 0 1px #004833;*/
            /*border: 3px solid #ffffff;*/
        }





/********************************************************************************************************/
/*Catalogue CSS*/
.cataloguediv {
    background-color: #f3f3f3;
    padding: 40px 0;
    text-align: center;
    max-height: 40px;
    line-height: 30px;
}

.cataloguedivlabel {
    text-align: center;
    margin: 0 auto;
    color: #008476;
    font-size: 20px;
    background-color: transparent;
}

.cataloguehr1 {
    /*height: 2px;
    background-color: #008476;*/
    border-top: 1px dashed #008476;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

.containeraboutus {
    /*background-color:azure;*/
    background: rgba(0, 72, 51, 0.2);
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

    .containeraboutus img {
        padding: 5px;
        background-color: white;
        margin-top: 10px;
        margin-bottom: 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #1d1d1b;
        -moz-box-shadow: 3px 3px 3px #1d1d1b;
        -webkit-box-shadow: 3px 3px 3px #1d1d1b;
        -khtml-box-shadow: 3px 3px 3px #1d1d1b;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }


        .containeraboutus img:hover {
            cursor: pointer;
            padding: 5px;
            background-color: white;
            margin-top: 10px;
            margin-bottom: 8px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            box-shadow: 1px 1px 1px #1d1d1b;
            -moz-box-shadow: 1px 1px 1px #1d1d1b;
            -webkit-box-shadow: 1px 1px 1px #1d1d1b;
            -khtml-box-shadow: 1px 1px 1px #1d1d1b;
        }



    .containeraboutus h3 {
        text-align: left;
        color: black;
        font-style: italic;
        text-decoration: underline;
        padding-left: 10px;
        font-weight: bold;
    }

    .containeraboutus .h3farsi {
        text-align: right;
        color: black;
        font-style: italic;
        text-decoration: underline;
        padding-left: 10px;
        font-weight: bold;
    }

.lead2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    padding: 10px;
}

    .lead2 span a {
        font-weight: bold;
        color: #004e74;
        font-size: 17px;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

        .lead2 span a:hover {
            font-weight: bold;
            color: #2374aa;
            font-size: 17px;
        }

/*******************************************************************************************************/
.kvkkform {
    color: #008476;
}

    .kvkkform:hover {
        color: #008476;
        text-decoration: underline;
    }

    .kvkkform:visited {
        color: #008476;
    }

/*******************************************************************************************************/
.cookie-disclaimer {
    background: #000000;
    color: #FFF;
    opacity: 0.9;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000011;
    height: 170px;
    position: fixed;
}

    .cookie-disclaimer .container {
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cookie-disclaimer .containerRU {
        font-size: 11px;
    }

    .cookie-disclaimer .container a:hover, .cookie-disclaimer .container a:focus {
        color: yellowgreen;
    }

    .cookie-disclaimer .cookie-close {
        float: right;
        padding: 10px;
        cursor: pointer;
    }

@media screen and (max-width: 500px) {
    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.9;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1000011;
        height: 200px;
        position: fixed;
    }



        .cookie-disclaimer .container {
            text-align: center;
            vertical-align: middle;
            padding-top: 10px;
            padding-bottom: 20px;
            font-size: 11px;
        }

        .cookie-disclaimer .accept-cookie {
            padding: 10px;
            font-size: 11px;
        }
}



@media screen and (max-width: 270px) {
    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.9;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 100001;
        height: 200px;
        position: fixed;
    }



        .cookie-disclaimer .container {
            text-align: center;
            vertical-align: middle;
            padding-top: 4px;
            padding-bottom: 14px;
            font-size: 9px;
        }

        .cookie-disclaimer .accept-cookie {
            padding: 7px;
            font-size: 9px;
        }
}






/******************************************************************************************************************************************************/
/******************************************************************************************************************************************************/

.disabled {
    pointer-events: none;
}


.contact-form .loading {
    display: inline-block;
    visibility: hidden;
}


.emailgifshow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

.lblemailsuccessshow {
    /*display: inline-block;*/
    float: right;
    text-align: right;
    display: block;
}

.btnformsubmit {
    max-width: 35%;
    text-align: center;
    margin: 0 auto;
}

/*#lblemailsuccess {
            visibility: hidden;
        }*/

/*.divsuccessshow {
            visibility: visible;
        }*/

/*.submitbtn2 {
            pointer-events: none;
        }*/
.iti {
    /*background-color: aqua;*/
    z-index: 1000000;
}

#phonenumber {
    min-width: 100%;
}

.sidebar-contact {
    position: fixed;
    top: 80%;
    right: -350px;
    transform: translateY(-30%);
    width: 350px;
    height: auto;
    max-height: 350px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999999;
}

    .sidebar-contact.active {
        right: 0;
        top: 0;
        /*left: 0;*/
        transform: translateY(0);
        width: 50%;
        height: 100%;
        max-height: unset;
    }





    .sidebar-contact input,
    .sidebar-contact textarea {
        width: 100%;
        height: 36px;
        padding: 5px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border: 1px solid rgba(0,0,0,.5);
        outline: none;
    }

    .sidebar-contact h2 {
        margin: 0 0 20px;
        padding: 0;
    }

    .sidebar-contact textarea {
        height: 60px;
        resize: none;
    }

    .sidebar-contact input[type="submit"] {
        background: #00bcd4;
        color: #fff;
        cursor: pointer;
        border: none;
        font-size: 18px;
    }

.somespace {
    display: none;
}

.toggle {
    position: absolute;
    height: 130px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    background: #f00;
    top: 0;
    left: -40px;
    line-height: 130px;
}

    .toggle:before {
        content: '\f003';
        font-family: fontAwesome;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -54px;
        right: 10px;
        /*left:-1px;*/
    }

    .toggle.active:before {
        content: '\f00d';
        right: 14px;
    }

.toggletext {
    letter-spacing: 0.1px;
    color: white;
    -webkit-transform: rotate(90deg);
    /*-webkit-transform-origin: left top;*/
    -moz-transform: rotate(90deg);
    /*-moz-transform-origin: left top;*/
    -ms-transform: rotate(90deg);
    /*-ms-transform-origin: left top;*/
    -o-transform: rotate(90deg);
    /*-o-transform-origin: left top;*/
    transform: rotate(90deg);
    /*transform-origin: left top;*/
    position: absolute;
    display: inline-block;
    top: 10px;
    /*left: 250%;*/
    left: -28px;
    white-space: nowrap;
    font-size: 12px;
}


.toggletextEN {
    letter-spacing: 0.1px;
    color: white;
    -webkit-transform: rotate(90deg);
    /*-webkit-transform-origin: left top;*/
    -moz-transform: rotate(90deg);
    /*-moz-transform-origin: left top;*/
    -ms-transform: rotate(90deg);
    /*-ms-transform-origin: left top;*/
    -o-transform: rotate(90deg);
    /*-o-transform-origin: left top;*/
    transform: rotate(90deg);
    /*transform-origin: left top;*/
    position: absolute;
    display: inline-block;
    top: 8px;
    /*left: 250%;*/
    left: -32px;
    white-space: nowrap;
    font-size: 12px;
}


.toggletextRU {
    letter-spacing: 1.1px;
    color: white;
    -webkit-transform: rotate(90deg);
    /*-webkit-transform-origin: left top;*/
    -moz-transform: rotate(90deg);
    /*-moz-transform-origin: left top;*/
    -ms-transform: rotate(90deg);
    /*-ms-transform-origin: left top;*/
    -o-transform: rotate(90deg);
    /*-o-transform-origin: left top;*/
    transform: rotate(90deg);
    /*transform-origin: left top;*/
    position: absolute;
    display: inline-block;
    top: 8px;
    /*left: 250%;*/
    left: -33px;
    white-space: nowrap;
    font-size: 8.6px;
    color: white;
}



.checkbox1 {
    width: 100%;
    float: left;
    color: #888888;
    display: inline-block;
}


input[type=checkbox] {
    -ms-transform: scale(0.5); /* IE */
    -moz-transform: scale(0.5); /* FF */
    -webkit-transform: scale(0.5); /* Safari and Chrome */
    -o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
    padding: 10px;
    float: left;
    text-align: left;
    width: 5%;
}


.checkbox1lbl {
    display: inline-block;
    color: #888888;
    width: 95%;
    font-size: 12px;
    padding-top: 8px;
    text-align: justify;
    float: left;
}

    .checkbox1lbl span {
        font-weight: bolder;
    }

    .checkbox1lbl a {
        color: #007b6c;
        text-decoration: underline;
    }


.checkbox2lbl {
    color: red;
    font-size: 11px;
    float: left;
    padding-left: 10px;
    width: 100%;
    display: none;
}
/*.scroll {
    position:absolute;
    top:0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}*/


.mainpohnediv {
    /*background-color: aquamarine;*/
    transform: translateY(-30px);
}

.hr1 {
    margin: 0em;
    border-top: 1px solid red;
}

.hr2 {
    margin: 0em;
    margin-bottom: 18px;
    border-top: 1px solid red;
}

.ico1div, .ico2div {
    text-align: center;
    color: #00422b;
}

    .ico1div i, .ico2div i {
        color: #00422b;
        font-size: 16px;
    }

    .ico1div i, .ico2div i {
        color: #00422b;
        font-size: 16px;
    }

    .ico2div a {
        color: #00422b;
        transition: 0.4s;
    }

        .ico2div a:hover {
            color: #ce0a00;
        }


@media(max-width:1100px) {
    h2 {
        font-size: 14px;
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .btnformsubmit {
        /*width: 100%;
        max-width: 100%;
        text-align: center;*/
        margin: 0 auto;
        font-size: 11px !important;
        max-height: 30px;
        width: auto;
        /*padding: 2px 5px 2px 5px;*/
    }


    .contact-form, .checkbox1lbl {
        font-size: 10px;
    }
}


.lds-ellipsis-topdiv {
    /*background-color: aquamarine;*/
    text-align: right;
    padding: 0;
    height: 60px;
    max-height: 60px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.lds-ellipsis-topdivtext {
    color: green;
    padding: 0px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 17px;
        bottom: 2px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: green;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}



@media(max-width:768px) {
    .contact-wrap {
        width: 100%;
        min-width: 100%;
        height: 100%;
    }

    .sidebar-contact {
        width: 100%;
        height: 100%;
        right: -100%;
    }

        .sidebar-contact .toggle {
            top: 0;
            transform: translateY(-50%);
            transition: 0.5s;
        }

        .sidebar-contact.active {
            /*position: absolute;*/
            top: 0;
            left: 0;
            transform: translateY(0);
            width: 100%;
            height: 100%;
            /*background-color:aquamarine;*/
        }

            .sidebar-contact.active > .toggle {
                /*position: absolute;*/
                position: fixed;
                top: 20px;
                height: 48px;
                width: 48px;
                text-align: center;
                cursor: pointer;
                background: #f00;
                left: unset;
                right: 0;
                /*line-height: 48px;*/
            }

    .toggle.active:before {
        content: '\f00d';
        font-family: fontAwesome;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -40px;
        right: 18px;
        /*left:-1px;*/
    }


    .sidebar-contact.active > .toggle > .toggletext {
        /*letter-spacing: 0.1px;
        color: red;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: fixed;
        
        top: -40px;
        left: -150px;
        white-space: nowrap;
        font-size: 18px;*/
        display: none;
    }

    .sidebar-contact.active > .toggle > .toggletextEN {
        display: none;
    }

    .sidebar-contact.active > .toggle > .toggletextRU {
        display: none;
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .btnformsubmit {
        width: 100%;
        min-width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: unset !important;
        max-height: unset;
    }

    /*.contact-form {
            font-size: unset;
        }*/

    .checkbox1lbl {
        display: inline-block;
        color: #888888;
        width: 98%;
        font-size: 10px;
        padding-top: 8px;
        text-align: justify;
        float: left;
    }


    input[type=checkbox] {
        -ms-transform: scale(0.8); /* IE */
        -moz-transform: scale(0.8); /* FF */
        -webkit-transform: scale(0.8); /* Safari and Chrome */
        -o-transform: scale(0.8); /* Opera */
        transform: scale(0.8);
        padding: 10px;
        float: left;
        text-align: left;
        width: 8%;
        padding-right: 6px;
        /*margin-right:6px;*/
    }


    .somespace {
        display: block;
        width: 100%;
        height: 100px;
        overflow-y: auto;
        /*background-color: red;*/
    }
}


@media(max-width:430px) {
    .lds-ellipsis-topdiv {
        /*background-color: aquamarine;*/
        text-align: right;
        padding: 0;
        height: 100px;
        max-height: 100px;
        width: 100%;
        overflow: hidden;
        display: inline-block;
    }

    .lds-ellipsis-topdivtext {
        color: green;
        padding: 0px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        font-size: 11px;
    }
}



@media(max-width:400px) {

    .btnformsubmit {
        width: 100%;
        min-width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: unset !important;
        max-height: unset;
    }

    /*.contact-form {
            font-size: unset;
        }*/

    .checkbox1lbl {
        display: inline-block;
        color: #888888;
        width: 92%;
        font-size: 9px;
        padding-top: 8px;
        text-align: justify;
        float: left;
    }


    input[type=checkbox] {
        -ms-transform: scale(0.8); /* IE */
        -moz-transform: scale(0.8); /* FF */
        -webkit-transform: scale(0.8); /* Safari and Chrome */
        -o-transform: scale(0.8); /* Opera */
        transform: scale(0.8);
        padding: 10px;
        float: left;
        text-align: left;
        width: 10%;
        padding-right: 6px;
        /*margin-right:6px;*/
    }

    .somespace {
        display: block;
        width: 100%;
        height: 150px;
        overflow-y: auto;
        /*background-color: red;*/
    }
}

@media(max-width:280px) {

    /*.checkbox1lbl {
        display: inline-block;
        color: #888888;
        width: 85%;
        font-size: 12px;
        padding-top: 8px;
        text-align: justify;
        float: left;
    }*/




    input[type=checkbox] {
        -ms-transform: scale(0.8); /* IE */
        -moz-transform: scale(0.8); /* FF */
        -webkit-transform: scale(0.8); /* Safari and Chrome */
        -o-transform: scale(0.8); /* Opera */
        transform: scale(0.8);
        padding: 10px;
        float: left;
        text-align: left;
        width: 15%;
        padding-right: 6px;
        /*margin-right:6px;*/
    }

    .btnformsubmit {
        width: 100%;
        min-width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: unset !important;
        max-height: unset;
    }

    /*.contact-form {
            font-size: unset;
        }*/

    .checkbox1lbl {
        display: inline-block;
        color: #888888;
        width: 85%;
        font-size: 9px;
        padding-top: 8px;
        text-align: justify;
        float: left;
    }

    /*.sidebar-contact {
        width: 100%;
        height: 2800px;
        min-height: 2800px !important;
        overflow-y: auto;
        background-color:aquamarine;
    }*/

    /*.scroll {
        width: 100%;
        height: 150%;
        overflow-y: auto;
        background-color: aquamarine;
    }*/

    .lds-ellipsis-topdiv {
        /*background-color: aquamarine;*/
        text-align: right;
        padding: 0;
        height: 100px;
        max-height: 140px;
        width: 140%;
        overflow: hidden;
        display: inline-block;
    }

    .lds-ellipsis-topdivtext {
        color: green;
        padding: 0px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        font-size: 10px;
    }
}


@media(max-width:768px) and (max-height: 700px) {


    .sidebar-contact .toggle {
        top: 0;
        transform: translateY(-10%);
        transition: 0.5s;
    }
}


@media(max-width:768px) and (max-height: 580px) {


    .sidebar-contact .toggle {
        top: 0;
        transform: translateY(25%);
        transition: 0.5s;
    }
}





/******************************************************************************************************************************************************/
/******************************************************************************************************************************************************/

/******************************************************************************************************************************************************/
/******************************************************************************************************************************************************/


.checkbox1contact {
    width: 100%;
    /*float: right;*/
    text-align: center;
    color: #888888;
    display: inline-block;
    font-size: 11px;
}


input#CheckBox1contact {
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    padding: 10px;
    font-size: 11px;
    /*float: right;*/
    /*text-align: left;*/
    width: 3%;
}


.checkbox1lblcontact {
    display: inline-block;
    color: #888888;
    width: 97%;
    font-size: 11px;
    padding-top: 0px;
    text-align: left;
    float: left;
}

    .checkbox1lblcontact span {
        font-weight: bolder;
        font-size: 11px;
    }

    .checkbox1lblcontact a {
        color: #007b6c;
        text-decoration: underline;
        font-size: 11px;
    }

    .checkbox1lblcontact > label {
        font-size: 11px;
    }


.checkbox2lblcontact span {
    color: red;
    font-size: 12px;
    float: right;
    padding-left: 11px;
    width: 100%;
    display: none;
}


@media(max-width:768px) {

    input#CheckBox1contact {
        -ms-transform: scale(1.2); /* IE */
        -moz-transform: scale(1.2); /* FF */
        -webkit-transform: scale(1.2); /* Safari and Chrome */
        -o-transform: scale(1.2); /* Opera */
        transform: scale(1.2);
        padding: 10px;
        font-size: 11px;
        /*float: right;*/
        /*text-align: left;*/
        width: 6%;
    }

    .checkbox1lblcontact {
        display: inline-block;
        color: #888888;
        width: 94%;
        font-size: 11px;
        padding-top: 0px;
        text-align: left;
        float: left;
    }
}


#StartModal {
    background-color: #004833 !important;
    overflow: hidden;
}
