body {
    margin: 0px;
    background: #fff;
}

body::-webkit-scrollbar {
    width: 10px;
}


/* Track */

body::-webkit-scrollbar-track {
    background: #ccc;
}


/* Handle */

body::-webkit-scrollbar-thumb {
    background: #666;
}


/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.logo img {
    max-width: 100%;
}

.top_header {
    float: left;
    width: 100%;
    background: #f7c510;
    padding: 0px 0px;
}

.taza {
    float: left;
    padding: 15px;
    background: #da0b18;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
    width: calc(100% - 160px);
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
    padding: 0;
    background: rgb(61, 61, 61);
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.simple-marquee-container .marquee,
.simple-marquee-container *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.simple-marquee-container .marquee {
    margin-left: 25%;
}

.simple-marquee-container .marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    padding: 0px 15px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li a {
    text-decoration: none;
    color: #da0b18;
    font-size: 14px;
    font-weight: 600;
}

.simple-marquee-container .marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
    color: #9e9a9a;
    position: absolute;
    right: -15px;
}

.search_bx {
    float: left;
    width: 60px;
    position: relative;
    text-align: center;
}

.search_bx a {
    font-size: 28px;
    color: #fff;
}

.search_inn {
    position: absolute;
    display: none;
    width: 210px;
    height: 57px;
    z-index: 1;
    overflow: hidden;
    top: 0;
    right: -1px;
}

.search_inn input {
    position: relative;
    width: 131px;
    border: 0px;
    background: #fff;
    outline: 0;
    font-size: 14px;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.search_inn button.serch {
    position: absolute;
    border: 0px;
    color: #666;
    background: none;
    font-size: 22px;
    left: 5px;
    top: 15px;
}

.search_inn button.serch_cls {
    position: absolute;
    border: 0px;
    color: #666;
    background: none;
    font-size: 17px;
    right: 5px;
    top: 17px;
    font-weight: 400;
    z-index :1;
}

.main_cont {
    float: left;
    width: calc(100% - 40px);
    padding: 15px;
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -33px;
    color: #ccc;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.yellow_bg {
    position: relative;
    background: #f7c510;
}

.blue_bg {
    position: relative;
    background: #0098e2;
}

.red_bg {
    position: relative;
    background: #e90009;
}

.gray_bg {
    position: relative;
    background: #5a5648;
}

.yellow {
    position: relative;
    background: #f7c510;
}

.yellow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    background: #f7c510;
    left: 0px;
}

.blue {
    position: relative;
    background: #0098e2;
}

.blue:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #0098e2;
}

.red {
    position: relative;
    background: #e90009;
}

.red:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #e90009;
}

.green {
    position: relative;
    background: #0bbb31;
}

.green:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #0bbb31;
}

.brown {
    position: relative;
    background: #f80418;
}

.brown:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #f80418;
}

.black {
    position: relative;
    background: #1f0e0f;
}

.black:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #1f0e0f;
}

.purple {
    position: relative;
    background: #a312f7;
}

.purple:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #a312f7;
}

.orange {
    position: relative;
    background: #f8c10d;
}

.orange:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #f8c10d;
}

.golden {
    position: relative;
    background: #c9cc06;
}

.golden:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0px;
    background: #c9cc06;
}

.heading_news {
    float: left;
    width: calc(100% - 15px);
    padding: 8px;
    margin: 25px 0 15px;
}

.heading_news h2 {
    float: left;
    width: 100%;
    margin: 2px 0px;
}

.heading_news h2 a.ns {
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    float: left;
    font-weight: 600;
}

.heading_news h2 a.op {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    float: right;
    margin-top: 7px;
    font-weight: 400;
}

.heading_news h2 a.op:hover {
    color: #eee;
}

.news_box {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin: 10px 0px;
}

.news_box_left {
    float: left;
    width: calc(100% - 240px);
}

.news_box_left h2 {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    line-height: 27px;
}

.news_box_left h2 a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

.news_box_left h2 a:hover {
    color: #185b82;
}

.news_box_left p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.news_box_left span {
    float: left;
    font-size: 13px;
    color: #666;
    margin: 5px 0px;
}

.news_box_left span i {
    margin-right: 5px;
}

.news_box_left span a {
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 15px;
    text-decoration: none;
}

.news_box_right {
    float: right;
    width: 220px;
}

.news_box_right a.bdi {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 7px 0px;
    float: right;
    padding: 4px 6px;
}

.news_box_right div.imgbx {
    float: left;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
    margin: 15px 0;
}

.news_box_right div.imgbx a img {
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.news_box_right div.imgbx a:hover img {
    transform: scale(1.2);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.right_hedr {
    float: left;
    width: 100%;
    margin: 25px 0px;
}

.right_hedr img {
    max-width: 100%;
    width: 100%;
    display: inline-block;
}

.nes_right_cont {
    float: left;
    width: 100%;
    margin: 10px 0px;
    border-bottom: 1px dotted #ccc;
}

.nes_right_cont a.bdi2 {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 7px 0px;
    float: right;
    padding: 4px 6px;
}

.nes_right_cont div.imgbx2 {
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 6px;
    margin: 15px 0;
}

.nes_right_cont div.imgbx2 a img {
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.nes_right_cont div.imgbx2 a:hover img {
    transform: scale(1.1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.nes_right_cont h2 {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    line-height: 27px;
}

.nes_right_cont h2 a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

.nes_right_cont h2 a:hover {
    color: #185b82;
}

.nes_right_cont p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #333;
}

.nes_right_cont span {
    float: left;
    font-size: 13px;
    color: #666;
    margin: 5px 0px;
}

.nes_right_cont span i {
    margin-right: 5px;
}

.nes_right_cont span a {
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

.vd_right_cont {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.vd_right_cont a.bdi3 {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 7px 0px;
    float: right;
    padding: 4px 6px;
}

.vd_right_cont div.imgbx3 {
    float: left;
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
    position: relative;
    text-align: center;
}

.vd_right_cont div.imgbx3 a img {
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.vd_right_cont div.imgbx3 i {
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 200;
}

.vd_right_cont div.imgbx3 a:hover img {
    transform: scale(1.1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.vd_right_cont h2 {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    line-height: 27px;
}

.vd_right_cont h2 a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

.vd_right_cont h2 a:hover {
    color: #185b82;
}

.vd_right_cont p {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vd_right_cont span {
    float: left;
    font-size: 13px;
    color: #666;
    margin: 5px 0px;
}

.vd_right_cont span i {
    margin-right: 5px;
}

.vd_right_cont span a {
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

.add_bx_right {
    float: left;
    width: 100%;
    height: auto;
}

.add_bx_right img {
    max-width: 100%;
    width: 100%;
}

.footer {
    float: left;
    background: #5c0606;
    padding: 10px;
    width: calc(100% - 20px);
}

.footer_left {
    float: left;
    width: 150px;
}

.footer_left img {
    max-width: 100%;
}

.footer_right {
    float: left;
    width: calc(100% - 170px);
    padding: 10px;
}

.footer_menu {
    float: left;
    width: auto;
}

.footer_menu ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.footer_menu ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #9b9a9a;
    padding-right: 15px;
    margin-right: 15px;
}

.footer_menu ul li:last-child {
    border: 0px;
}

.footer_menu ul li a {
    font-size: 14px;
    color: #eee;
    font-weight: 500;
    text-decoration: none;
}

.social_bx {
    float: right;
    width: auto;
}

.social_bx ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.social_bx ul li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

.social_bx ul li a {
    width: 26px;
    height: 26px;
    display: inline-block;
    color: #eee;
    text-decoration: none;
    border: 1.6px solid #eee;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
}

.social_bx ul li a:hover {
    border-color: #e90009;
    color: #e90009;
}

.footer p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #ccc;
    border-top: 1px solid #cccccc9e;
    margin: 10px 0px 0;
    padding-top: 5px;
}

.btn_menuot {
    float: left;
    display: none;
    background: none;
    color: #fff;
    border: 0;
    font-size: 25px;
    margin: 11px;
}

.a_y1 {
    color: #fdf10a !important;
    position: relative;
}

.a_y1:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #fdf10a;
}

.a_y1:after {
    color: #fdf10a;
}

.a_y2 {
    color: #40b20e !important;
    position: relative;
}

.a_y2:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #40b20e;
}

.a_y2:after {
    color: #40b20e;
}

.a_y3 {
    color: #e28020 !important;
    position: relative;
}

.a_y3:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #e28020;
}

.a_y3:after {
    color: #e28020;
}

.a_y4 {
  /*  color: #6248c3 !important;*/
    color: #48c3a7 !important;
    position: relative;
}

.a_y4:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #48c3a7;
}

.a_y4:after {
    color: #48c3a7;
}

.a_y5 {
  /*  color: #7a4225 !important;*/
  color: #61c721 !important;
    position: relative;
}

.a_y5:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #61c721;
}

.a_y5:after {
    color: #61c721;
}

.a_y6 {
   /* color: #ac1198 !important;*/
  color:  #c481cc !important;
    position: relative;
}

.a_y6:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #c481cc;
}

.a_y6:after {
    color:  #c481cc;
}

.a_y7 {
    /*color: #117073 !important;*/
   color:  #e4e050 !important;
    position: relative;
}

.a_y7:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #e4e050;
}

.a_y7:after {
    color: #e4e050;
}

.a_y8 {
   /* color: #eb20fd !important;*/
   color: #c3bec3 !important;
    position: relative;
}

.a_y8:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #c3bec3;
}

.a_y8:after {
    color: #c3bec3;
}

.a_y9 {
    /*color: #bf1515 !important;*/
   color:  #6eff33 !important;
    position: relative;
}

.a_y9:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 28px;
    left: -4px;
    background: #6eff33;
}

.a_y9:after {
    color: #6eff33;
}

.top_sb_mn {
    float: left;
    width: 100%;
    margin: 25px 0px;
}

.top_sb_mn ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.top_sb_mn ul li {
    list-style: none;
    float: left;
    margin-left: 10px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

.top_sb_mn ul li:last-child {
    border: 0px;
}

.top_sb_mn ul li a {
    float: left;
    font-size: 17px;
    color: #666;
    text-decoration: none;
}

.news_detial {
    float: left;
    width: 100%;
}

.news_detial h2 {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

.news_detial h4 {
    float: left;
    width: 100%;
    margin: 10px 0px 10px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

.news_detial span {
    float: left;
    font-size: 13px;
    color: #666;
    margin: 5px 0px;
}

.news_detial span i {
    margin-right: 5px;
}

.news_detial span a {
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 15px;
    text-decoration: none;
}

.news_detial p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.news_detial img.nws {
    float: left;
    width: 100%;
    margin: 5px 0px;
}

.news_detial iframe {
    float: left;
    width: 100%;
    border: 0;
    margin: 5px 0px;
    height: 360px;
    background: #ccc;
}

.profil {
    float: left;
    width: auto;
    margin-right: 5px;
}

.profil_left {
    float: left;
    width: 70px;
}

.profil_left img {
    float: left;
    width: 70px;
    height: 70px;
}

.profil_right {
    float: left;
    width: auto;
    padding-left: 6px;
}

.profil_right a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    float: left;
    margin: 0 0 1px;
    width: 100%;
    line-height: normal;
}

.profil_right a:hover {
    text-decoration: underline !important;
    color: #000;
}

.social {
    float: right;
    width: auto;
    margin-left: 15px;
}

.social ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.social ul li {
    list-style: none;
    display: inline-block;
    margin: 2px 3px;
}

.social ul li a {
    font-size: 14px;
    padding: 4px 9px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.twtr {
    background: #079bd7;
}

.ytb {
    background: #A91E22;
}

.wtsap {
    background: #3FB549;
}

.fb {
    background: #3A5499
}

.readMore a {
    color: #58595b;
    font-size: 18px;
    border: 3px solid #fbc228;
    padding: 7px 60px 5px;
    line-height: initial;
    margin-top:20px;
}

.desc img {
    width: 100% !important;
}

div.vdbx3 {
    float: left;
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
    position: relative;
    text-align: center;
}

div.vdbx3 a img {
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

div.vdbx3 i {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 200;
}

div.vdbx4 {
    float: left;
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
    position: relative;
    text-align: center;
}

div.vdbx4 a img {
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

div.vdbx4 i {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 200;
}
.developed_by {
    float: right;
    color: #ffffff;
    position: relative;
    top: -23px;
}
.developed_by a{
    color:#fff;
}

.search_heading{
	float:left;
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.search_heading h3{
	font-size: 24px;
    text-decoration: none;
    color: #000;
    float: left;
    font-weight: 600;
}

.news_search_box_left {
    float: left;
    width: calc(100% - 370px);
}

.news_search_box_left h2 {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    line-height: 27px;
}
.news_search_box_left h2 a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

.news_search_box_left p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height:auto;
	margin: 7px 0px;
}
.news_search_box_left span {
    float: left;
    font-size: 13px;
    color: #666;
    margin: 5px 0px;
}
.news_search_box_left span a {
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 15px;
    text-decoration: none;
}
.news_search_box_left span i {
    margin-right: 5px;
}


.news_search_box_right {
    float: right;
    max-width: 360px;
    width: 100%;
}

.news_search_box_right a.bdi {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 7px 0px;
    float: right;
    padding: 4px 6px;
}

.news_search_box_right div.imgbx {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
    margin: 15px 0;
}

.news_search_box_right div.imgbx a img {
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.news_search_box_right div.imgbx a:hover img {
    transform: scale(1.2);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.page_list{
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.page_list ul{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.page_list ul li{
	float: left;
	list-style: none;
	margin-left: 5px;
}
.page_list ul li a{
	float: left;
	padding:5px 14px;
	border: 1px solid #333;
	color: #000;
	text-decoration:none;	
}
.page_list ul li a.act{
	
	background: #ccc;
}
@media only screen and (min-width: 992px) and (max-width: 1260px){
	 
	.col-md-7 {
    flex: 0 0 52.33333% !important;
    max-width: 52.33333% !important;
}
	
}

@media (min-width: 992px){
	.saprator{
		padding-right: 15px;
    border-right: 4px solid #f7c510;
	}
	
	
 }

@media(max-width: 480px){
    .developed_by {
    color: #ffffff;
    position: relative;
    text-align : center;
    float : none !important;
    top : 0px !important;
}
}
