* {
    padding: 0;
    margin: 0
}

body {
    font-family: 'Montserrat', sans-serif;
    sans-serif;
    font-size: 13px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: justify;
}

a {
    font-family: 'Montserrat', sans-serif;
    color: #252525;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?77940635');
    src: url('../fonts/fontello.eot?77940635#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?77940635') format('woff'), url('../fonts/fontello.ttf?77940635') format('truetype'), url('../fonts/fontello.svg?77940635#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li a.active {
    border-bottom: 3px solid;
    color: #fde32a;
}

#header {
    width: 100%;
    position: fixed;
    z-index: 9;
}

#header .header {
    position: relative;
    width: 78%;
    background: #5f5f5f;
    float: left;
    height: 80px;
}

#header .logo {
    position: relative;
    z-index: 123;
    float: left;
    width: 28%;
}

#header .logo a img {
    width: 90%;
    padding-top: 7px;
}

#header nav {
    position: relative;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: initial;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu {
    background: #5f5f5f;
    font-family: 'Montserrat', sans-serif;
    height: 80px;
    width: 100%;
    padding: 0 10px;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    padding: 31px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 37px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 34px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease;
}

#cssmenu li:hover>ul {
    left: auto;
}

#cssmenu li:hover>ul>li {
    height: 100%;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 200px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fde32a;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333;
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 5px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #5f5f5f;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444;
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu>ul>li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul li {
        background: #333 !important;
    }
    #cssmenu ul ul li:hover {
        background: #363636 !important;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 15px;
        top: 25%;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 23px;
        right: 20px;
        display: block;
        height: 10px;
        width: 25px;
        border-top: 3px solid #dddddd;
        border-bottom: 3px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 3px;
        width: 25px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
    #cssmenu ul ul ul li.active a {
        border-left: none;
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none;
    }
}

.head-loc {
    height: 80px;
    display: inline-block;
    float: right;
    width: 90px;
    background: #5f5f5f;
    right: 0;
    position: fixed;
}

.head-loc a {
    margin: 0 auto;
    display: table;
    padding-top: 22px;
    color: #fde32a;
    font-size: 20px;
}

#side-menu {
    z-index: 9;
    position: fixed;
    width: 80px;
    height: 100%;
    background: #5f5f5f;
    top: 80px;
}

#side-menu .home-btn a {
    margin: 0 auto;
    display: table;
    padding: 75px 0;
    color: #fde32a;
    font-size: 18px;
    position: relative;
}

#side-menu .home-btn a i:after {
    content: '';
    position: absolute;
    background: #fde32a;
    width: 1px;
    left: 50%;
    top: 0px;
    height: 60px;
}

#side-menu .home-btn a i:before {
    content: '';
    position: absolute;
    background: #fde32a;
    width: 1px;
    left: 50%;
    bottom: 0px;
    height: 60px;
}

#side-menu .home-btn {
    margin-top: 15px;
    height: 255px;
}

#side-menu .wht-line {
    width: 100%;
    height: 1px;
    background: #ffffff61;
}

#side-menu .soc {
    position: relative;
    bottom: 15%;
    width: 100%;
    top: 23%;
}

#side-menu .soc:after {
    position: absolute;
    top: -60%;
    left: 50%;
    background: #fde32a;
    content: '';
    width: 1px;
    height: 60px;
}

#side-menu .soc a {
    margin: 0 auto;
    display: table;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

#side-menu .soc a:hover {
    color: #fde32a;
    text-decoration: none;
}

#side-menu .home-btn a:hover,
.head-loc a:hover {
    color: #fff;
    text-decoration: none;
}

#footer {
    padding-top: 60px;
    padding-bottom: 50px;
    background: url(../images/footer-bg.png);
    background-size: cover;
}

#footer .container-fluid {
    width: 85%;
    margin-left: 143px;
}

#footer .footer-top h3 {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 3px 0;
}

#footer .footer-top .soc-icon ul li {
    display: inline-block;
}

#footer .footer-top .soc-icon a i {
    color: #fff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 30px;
    background: #5f5f5f;
}

#footer .footer-top .soc-icon a i:hover {
    color: #5f5f5f;
    background: #fde32a;
    text-decoration: none;
}

#footer .footer-top {
    padding-bottom: 30px;
}

#footer .footer-top h4 {
    display: none;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    text-align: right;
    margin: 0;
}

/*#footer .footer-top h4:after{position: absolute;content: ''; width: 100px; height: 1px; background: #fde32a; top:50%; right: 20%;}*/

#footer .footer-sec h5 {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

#footer .footer-sec ul li {
    list-style: none;
    padding: 3px 0;
}

#footer .footer-sec ul li a {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 14px;
}

#footer .footer-sec ul li a:hover {
    text-decoration: none;
    color: #fde32a;
    transition: .8s;
    font-weight: 500;
}

#footer .footer-sec h4 {
    text-transform: capitalize;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    float: right;
    line-height: 27px;
    margin-top: 40px;
    margin-bottom: 0;
}

#footer .footer-sec h4 span {
    color: #fde32a;
}

#footer .footer-btm {
    padding-top: 30px;
}

#footer .footer-btm h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#footer .footer-btm p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-family: 'DM Sans', sans-serif;
    width: 85%;
}

#footer .footer-link {
    padding-top: 30px;
    color: #fff;
}

#footer .footer-link p {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
}

#footer .footer-link p a {
    color: #00a5fa;
    font-family: 'DM Sans', sans-serif;
}

#footer .footer-link p span {
    color: #fde32a;
}

#footer .footer-link ul {
    float: right;
}

#footer .footer-link ul li {
    display: inline-block;
    color: #fff;
    text-align: right;
    list-style: none;
    padding: 0 10px;
}

#footer .footer-link ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif;
}

#footer .footer-link ul li a:hover {
    text-decoration: none;
    color: #fde32a;
    transition: .8s;
}

#footer .footer-top .soc-icon ul li a:hover {
    text-decoration: none;
}

#footer .footer-link p a:hover {
    text-decoration: none;
}

#footer .footer-sec ul {
    padding: 0;
}

#footer .footer-btm img {
    width: 50%;
}

/*Responsive*/

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    #header .header {
        width: 73%;
        height: 90px;
    }
    .head-loc {
        height: 90px;
    }
    #cssmenu {
        width: 100%;
        padding: 0 20px;
    }
    #cssmenu>ul>li>a {
        font-size: 16px;
        padding: 34px 20px;
    }
    #side-menu .soc {
        top: 25%;
    }
    #side-menu .home-btn {
        margin-top: 25px;
        height: 350px;
    }
    #footer.footer-sec h5 {
        font-size: 24px;
        line-height: 30px;
    }
    /*#footer{width: 96%;}*/
    #foote .footer-top {
        padding-bottom: 130px;
    }
    #footer .footer-btm {
        padding-top: 80px;
    }
    #footer .footer-link {
        padding-top: 80px;
    }
    #cssmenu>ul>li.has-sub>a::after {
        top: 43px;
    }
    #cssmenu>ul>li.has-sub>a::before {
        top: 40px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    #side-menu {
        top: 79px;
    }
    #header .header {
        width: 70%;
    }
    #cssmenu>ul>li>a {
        font-size: 13px;
    }
    /*#footer{width: 95%;}*/
    #footer .footer-sec h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    #side-menu .home-btn {
        height: 230px;
    }
    #footer {
        /*width: 95%; */
        padding-bottom: 70px;
        padding-top: 70px;
    }
    #footer .footer-top {
        padding-bottom: 60px;
    }
    #footer .footer-btm h6,
    #footer .footer-btm p {
        font-size: 13px;
    }
    #footer .footer-link ul li a {
        font-size: 13px;
    }
    #footer .footer-link p {
        font-size: 14px;
    }
    #footer .footer-sec h5 {
        font-size: 22px;
    }
    #footer .footer-top h3 {
        font-size: 18px;
    }
    #footer .footer-top h4 {
        font-size: 20px;
    }
    #footer .footer-top h4:after {
        width: 150px;
        right: 22%;
    }
    #footer .footer-btm {
        padding-top: 60px;
    }
    #footer .footer-link {
        padding-top: 60px;
    }
    #footer .footer-sec h4 {
        font-size: 19px;
        line-height: 28px;
    }
    #footer .footer-sec ul li a {
        font-size: 14px;
    }
    .footer-btm img {
        width: 65%;
    }
    /*#services{width: 95%; margin-left: 80px;}*/
}

/*@media only screen and (min-width : 1366px) and (max-width : 1439px){

#footer{padding-top: 60px; padding-bottom: 50px;}
#footer .footer-sec ul li a {color: #fff; font-size: 13px;}
#footer .footer-sec h4{font-size: 17px; line-height: 27px;}
#footer .footer-btm img{width: 50%;}
#footer .footer-btm{padding-top: 45px;}
#footer .footer-top{padding-bottom: 45px;}
#footer .footer-link{padding-top: 45px;}
#footer .logo{margin-right: 0;}
#footer .footer-link p {font-size: 13px;}
#footer .footer-link ul li a{font-size: 11px;}
#header .header .logo{margin: 0;}
#footer .footer-btm h6{font-size: 12px;}
#footer .footer-btm p{font-size: 13px;}
#footer .footer-sec h5{font-size: 20px;}
#footer .footer-top h3{font-size: 16px;}
#footer .footer-top h4{font-size: 17px;}
#footer .footer-top h4:after{width: 100px; right: 20%;}


}*/

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    #cssmenu {
        padding: 0 6px;
    }
    #footer .footer-sec ul li a {
        font-size: 14px;
    }
    #footer .footer-sec h4 {
        font-size: 14px;
        line-height: 30px;
    }
    #footer .footer-top {
        padding-bottom: 40px;
    }
    #footer {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    #footer .footer-btm {
        padding-top: 50px;
    }
    #footer .footer-btm img {
        width: 60%;
    }
    #footer .footer-btm h6 {
        font-size: 14px;
    }
    #footer .footer-btm p {
        font-size: 14px;
    }
    #footer .footer-link {
        padding-top: 40px;
    }
    #footer .footer-link p {
        font-size: 14px;
    }
    #footer .footer-link ul li a {
        font-size: 13px;
    }
    #header .logo {
        width: 25%;
        margin-right: 0px;
    }
    #header .logo a img {
        width: 90%;
        padding-top: 15px;
    }
    #side-menu {
        top: 78px;
    }
    #footer .container-fluid {
        margin-left: 140px;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1279px) {
    #footer {
        width: 94.3%;
    }
    #cssmenu>ul>li>a {
        font-size: 11px;
    }
    #footer .footer-sec h4 {
        font-size: 17px;
        line-height: 28px;
    }
    #cssmenu {
        padding: 0 6px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .header {
        width: 77%;
    }
    #cssmenu>ul>li>a {
        font-size: 10px;
    }
    #header .header .logo {
        margin: 0;
    }
    #side-menu {
        top: 79px;
    }
    #side-menu .home-btn {
        height: 230px;
    }
    #footer .footer-sec ul li a {
        color: #fff;
        font-size: 13px;
    }
    #footer.footer-sec h4 {
        font-size: 16px;
    }
    #footer .footer-btm img {
        width: 55%;
    }
    #footer .footer-btm {
        padding-top: 50px;
    }
    #footer .footer-top {
        padding-bottom: 50px;
    }
    #footer .footer-link {
        padding-top: 50px;
    }
    #footer .footer-link p {
        font-size: 13px;
    }
    #footer .footer-btm h6 {
        font-size: 14px;
    }
    #footer .footer-btm p {
        font-size: 14px;
    }
    #footer .footer-link ul li a {
        font-size: 13px;
    }
    #footer .footer-sec h4 {
        font-size: 16px;
        line-height: 25px;
    }
    #footer .footer-top h4 {
        font-size: 18px;
    }
    #footer .footer-top h3 {
        font-size: 18px;
    }
    #footer {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    #footer .container-fluid {
        margin-left: 135px;
    }
    #cssmenu {
        padding: 0 6px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    #footer {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #footer .footer-sec ul li a {
        color: #fff;
        font-size: 12px;
    }
    #footer .footer-sec h4 {
        font-size: 12px;
        line-height: 27px;
    }
    #footer .footer-btm img {
        width: 50%;
    }
    #footer .footer-btm {
        padding-top: 25px;
    }
    #footer .footer-top {
        padding-bottom: 25px;
    }
    #footer .footer-link {
        padding-top: 25px;
    }
    #footer .logo {
        margin-right: 0;
    }
    #footer .footer-link p {
        font-size: 12px;
    }
    #footer .footer-link ul li a {
        font-size: 10px;
    }
    #header .header .logo {
        margin: 0;
    }
    #footer .footer-btm h6 {
        font-size: 12px;
    }
    #footer .footer-btm p {
        font-size: 12px;
    }
    #footer .footer-sec h5 {
        font-size: 20px;
    }
    #footer .footer-top h3 {
        font-size: 16px;
    }
    #footer .footer-top h4 {
        font-size: 17px;
    }
    #footer .footer-top h4:after {
        width: 100px;
        right: 20%;
    }
    #header .header {
        width: 80%;
    }
    #cssmenu>ul>li>a {
        padding: 32px 10px;
        font-size: 10px;
    }
    #header .logo a img {
        padding-top: 15px;
    }
    #footer .container-fluid {
        margin-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width :1023px) {
    .head-loc {
        display: none;
    }
    #side-menu {
        display: none;
    }
    #header .header {
        width: 100%;
    }
    #header .header .logo {
        width: 35%;
        margin: 0;
        z-index: 9;
    }
    #cssmenu ul {
        margin-top: 30px;
    }
    #header .header .logo img {
        width: 100%;
        padding-top: 0;
    }
    #header {
        position: fixed;
        width: 767px;
    }
    #footer {
        width: 100%;
        margin: 0
    }
    .soc-icon ul {
        float: right;
    }
    #footer .footer-top h4 {
        font-size: 18px;
    }
    #footer .footer-btm img {
        width: 100%
    }
    #footer .footer-top h4:after {
        width: 90px;
        right: 50%;
    }
    #footer .footer-btm h6 {
        font-size: 13px;
    }
    #footer .footer-btm p {
        font-size: 13px;
    }
    #footer .footer-sec h5 {
        font-size: 18px;
    }
    #footer .footer-sec ul li a {
        font-size: 13px;
    }
    #footer .footer-link p {
        text-align: center;
        font-size: 13px;
    }
    #footer .footer-link ul li a {
        font-size: 12px;
    }
    #footer .footer-link ul {
        text-align: center;
        float: initial;
    }
    #footer .footer-sec h4 {
        font-size: 18px;
        line-height: 25px;
    }
    #footer .footer-top {
        padding-bottom: 30px;
    }
    #footer .footer-btm {
        padding-top: 30px;
    }
    #footer .footer-link {
        padding-top: 30px;
    }
    #footer {
        padding-bottom: 40px;
        padding-top: 60px;
    }
    .button {
        top: 15%;
    }
    #cssmenu>ul>li>a {
        padding: 15px 15px;
    }
    #footer .footer-top h3 {
        font-size: 16px;
    }
    .soc-icon ul {
        float: inherit;
    }
    #footer .container-fluid {
        margin: auto;
    }
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
    #footer .footer-link p {
        text-align: center;
        font-size: 14px;
    }
    #footer .footer-link ul li {
        margin: 0 auto;
        display: table;
    }
    #footer .footer-link ul {
        float: initial;
    }
    #footer .footer-link ul li a {
        font-size: 13px;
    }
    #footer .footer-btm img {
        width: 45%;
        margin: auto;
        display: block;
    }
    #footer .footer-btm p,
    #footer .footer-btm h6 {
        font-size: 13px;
        text-align: center;
    }
    #footer .footer-sec h4 {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        margin-top: 10px;
    }
    #footer .footer-sec ul li {
        padding: 5px 0;
        text-align: center;
    }
    #footer .footer-sec ul li a {
        font-size: 13px;
    }
    #footer .footer-sec h5 {
        font-size: 20px;
        text-align: center;
    }
    .head-loc {
        display: none;
    }
    #side-menu {
        display: none;
    }
    #header .header {
        width: 100%;
    }
    #header {
        position: fixed;
    }
    #footer {
        width: 100%;
        margin: 0
    }
    #footer .footer-top h3 {
        text-align: center;
        font-size: 18px;
    }
    #footer .soc-icon {
        text-align: center;
        padding-top: 26px;
    }
    #footer .footer-top h4 {
        text-align: center;
        margin-top: 15px;
    }
    #footer .footer-top h4:after {
        width: 110px;
        right: 35%;
    }
    #header .logo {
        width: 55%;
    }
    #header .logo a img {
        width: 100%;
    }
    .button {
        top: 10%;
    }
    #cssmenu>ul>li>a {
        padding: 15px 15px;
    }
    #footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    #footer .footer-top {
        padding-bottom: 20px;
    }
    #footer .container-fluid {
        padding: 15px;
    }
    #footer .footer-btm {
        padding-top: 30px;
    }
    #footer .footer-link {
        padding-top: 10px;
    }
    #footer .footer-top h4:after {
        display: none;
    }
    #cssmenu>ul>li:hover>a,
    #cssmenu ul li a.active {
        border-bottom: 0px solid;
        color: #ffffff;
        background: #fde32a;
    }
    #header .header {
        height: 65px;
    }
    #cssmenu {
        height: 65px;
    }
    #header .logo a img {
        padding-top: 0px;
    }
    #cssmenu ul {
        margin-top: 18px;
    }
    #footer .container-fluid {
        margin: auto;
    }
}

@media only screen and (max-width: 375px) {
    #footer .footer-top h4:after {
        right: 50%;
    }
    #footer .footer-top h4 {
        margin-right: 25px;
    }
    #header .logo {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 360px) {
    #header .logo {
        width: 65%;
    }
    #header .logo {
        margin-top: 3px;
        padding: 0px;
    }
}

@media only screen and (max-width: 320px) {
    #header .logo {
        width: 65%;
    }
    #header .logo {
        margin-top: 7px;
    }
}