/*===================================== 
CSS Written by Ankur Shukla
======================================*/
.header-style-8 .logo-header{
        margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    /*float: none;*/
    }
    .ind-flg{
        height: 100px;
    position: absolute;
    z-index: 9999;
    margin-top: -9px;
    padding-right: 5px;
    }
    .fnt-sze {
    /*  border-right: 1px black solid;*/
    line-height: 15px !important;
    padding: 5px 8px !important;
    background-color: #eaeaea;
    border-radius: 0px;
    color: black !important;
    /*font-weight: 600;*/
        
        
}
.fnt-szee {
background: none;
    font-size: 12px;
    font-weight: 600;
   /* background-color: #c3670f;*/
    background-color: #000000;
    line-height: 15px !important;
    padding: 6px 10px !important;
    border-radius: 2px;
    color: white !important;
    
}
    .widget_services .soc-ico{
       height: 20px;
    }
   .header-middle .soc-ico{
     height: 40px;
    }
.social-img .soc-ico{
    height: 30px;
    /*margin-bottom: 4px;*/
    padding-right: 5px;
}
     .tweet-box{
        overflow-x: hidden;
    overflow-y: scroll;
    /* margin-top: 40px; */
    border-radius: 4px;
    height: 361px !important;
    /* border-left: 1px solid lightgrey; */
    /* border-bottom: 1px solid lightgrey;*/
    }
    ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
    .about4-content ol li a{
   line-height: 32px; */
    /* margin-bottom: 24px; */
    /* margin: 0 0 10px; */
    font-size: 14px;
    text-decoration: underline;
    color: #101010;
    }
     .about4-content ol li{
     font-size: 14px;
    color: black;
         
    }
    .timeline{
	position: relative;
}

/*Line*/
.timeline>li::before{
	content: '';
    position: absolute;
    width: 1px;
    background-color: #E7E7E7;
    top: 0px;
    bottom: 0px;
    left: -25px;
}

/*Circle*/
.timeline>li::after{
   text-align: center;
    padding-top: 5px;
    z-index: 10;
    content: counter(item);
    position: absolute;
    width: 35px;
    height: 35px;
    border: 3px solid #f5f5f5;
    background-color: #E7E7E7;
    border-radius: 50%;
    top: 0;
    left: -43px;
}

/*Content*/
.timeline>li{
	counter-increment: item;
    padding: 0px 10px;
    margin-left: 0px;
    min-height: 40px;
    position: relative;
    background-color: #f5f5f5; 
    list-style: none;
}
.timeline>li:nth-last-child(1)::before{
	width: 0px;
}




/* Premery hex buttons bg color*/
.animate_line:hover::after, .animate_line:hover::before {
	background-color:#EC5598;
}


.primary-gradi{
background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(230,63,117,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(230,63,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(230,63,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#e63f75',GradientType=0 ); /* IE6-9 */

}



.icon-md .img-pro {
        padding: 6px;
    height: 72px;
    max-width: inherit;
}
.wt-team-dg{
    font-size: 15px;
    line-height: 22px;
    color: #2d2c2c;
    font-weight: 500;
    margin-bottom: 10px;
    }
.wt-team-title{
            font-size: 16px;
    text-transform: capitalize;
    line-height: 15px;
    color: #3f3e3e;
    font-weight: 500;
    margin-top: 0px;
        margin-bottom: 5px;
}
/*.wt-post-info .post-title h4{
   font-size: 16px !important;
    text-align: center !important;

}*/
.wt-post-info{
   /*height:78px;*/
    height: auto;

}
.owl-carousel .item{
    box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
}

.wt-box .overlay-icon a{
    display: inline-block;
    padding: 0px 7px;
    margin: 0 2px;
    border: none;
    color: #fff;
    background-color: red;
    border-radius: 2px;
}

.wt-box .overlay-bx { 
	position:absolute; 
	left:0; 
	bottom:0; 
	width:100%; 
	height:100%; 
	text-align:center; 
	z-index:1; 
	opacity:1; 
	visibility:visible; 
}
.event-head h1{
    color:#ffffff;
}
.ser-d{
    font-size: inherit !important;
    margin-left: inherit !important;
    margin-top: inherit !important;
    vertical-align: inherit !important;
    opacity: inherit !important;
}
.wt-icon-box-wraper.left .icon-md{
    float: none;
    margin-right: 0px;
}
.search .form-control{
    border: 2px solid #d68d16;
    background-color: transparent;
        color: white;
}
.search input::placeholder{
    color: white;
}
.foot-p{
    margin-bottom: 0px !important;
}
.modal-content label{
    font-weight: 500 !important;
}
.modal-content small{
    color: dimgrey;
}
/*.modal-login {
	width: 500px !important;
}*/
.modal-login .modal-content {
	border-radius: 1px;
	border: none;
}
.modal-login .modal-header {
	position: relative;
	justify-content: center;
	background: #521515;
}
.modal-login .modal-body {
	padding: 10px 30px;
}
.modal-login .modal-footer {
	background: #521515;
}
.modal-login h4 {
	text-align: center;
	    font-size: 20px;
   /* font-weight: 600;*/
    color: white;
    text-transform: uppercase;
}
.modal-footer label {
	font-weight: normal;
    color: white;
	font-size: 14px;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 32px;
    font-size: 13px;
	border-radius: 2px; 
}
.modal-login .hint-text {
	text-align: center;
}
.modal-login .close {
	position: absolute;
	top: 15px;
	right: 15px;
    color: white;
}
.modal-login .checkbox-inline {
	margin-top: 12px;
}
.modal-login input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.modal-login .btn {
	/*min-width: 100px;*/
    font-size: 14px;
	/*background: #3498db;*/
	border: none;
	line-height: normal;
}
.modal-login .btnn{
    min-width: 100px;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #248bd0;
}
.modal-login a{
    color: #f5f5f5;
    text-decoration: underline;
}
.modal-login h2{
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    color: #610f0f;
}
.modal-login .hint-text a {
	color: #999;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.wht-btn{
    font-weight: 600;
    color: white;
    background-color: #d6820f;
    padding: 10px 0px;
}
.call-to-action-wrap{
    background-color: #521515;
}
.modal-login .btn-log {
    min-width: 100px;
    font-size: 14px;
    background: #3498db;
    padding: 10px 0px;
    border: none;
    line-height: normal;
}





  .mega-menu li a > i{
        margin-left: -18px !important;
        margin-right: 0px !important;
        min-width: 15px !important;
    }
    .mega-menu li a{
        padding-left: 35px !important;
    }
 #search {
    float: right;
    margin-top: 9px;
    width: 250px;
}

.search {
    padding: 5px 0;
    /*width: 230px;*/
    /*height: 30px;*/
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}

    .search input {
        position: absolute;
        width: 0px;
        float: Left;
       /* margin-left: 210px;*/
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 36px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:2px !important;
    }

        .search:hover input, .search input:focus {
           /* width: 200px;*/
            margin-left: 0px;
        }

.search .btn {
    /*position: absolute;
    right: 0;
    top: 5px;
    padding: 8px 12px;
    outline: none;
    color: #fff;
    background-color: #f7ae38;
    border-radius: 1px;*/
    position: absolute;
    right: 100px;
    top: 28px;
    padding: 8px 12px;
    outline: none;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}
    .hin-img{
        color: black !important;
       padding: 5px 8px !important;
    background-color: #cccbcb;
    border: 1px solid #dad6d6;
    }

button.scroltop{
    color:white;
    font-size: 16px;
}
.abt-lnk{
    font-weight: 600; 
    color: #337ab7;
}
.dash-head h1{
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.desh-head button{
    margin-bottom: 0px; 
    margin-top: 10px;
}
.con-sec p{
   font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}
.cp-pic{
    background: rgb(221 221 220 / 35%);
    text-align: center;
    color: black; padding: 10px;
}
.cp-img{
    /*padding: 8px 20px;*/
    margin-left: 35px;
}
.cp-h {
    padding-top: 10px;
    line-height: 20px;
    font-weight: 600;
}
.jcp-img{
   width: auto !important;
    float: left;
    height: 200px;
}
.jcp-h{
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px; 
    font-weight: 600;
}
.dpl-gal img{
    height: 224px;
}
.wt-box .m-b20{
    margin-bottom: 20px !important;
}
.wt-box .m-b50{
    margin-bottom: 50px !important;
}
.wt-box .m-b5{
    margin-bottom: 5px !important;
}

.log-tab{
font-family: inherit !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    }
.login-foot{
    padding: 15px;
    padding-bottom: 0px;
    border-top: 1px solid #e5e5e5;
}
.login-foot label {
    font-weight: normal;
    color: black;
    font-size: 14px;
}
.login-foot a{
        text-decoration: underline;
}
.widget_services ul li a:hover{
    color: aliceblue !important;
}
.pull-none{
    float: none;
}
.gal-btn .site-button{
background-color: #8a5f07;

    }
    .gal-btn .site-button a {
        color: #ffffff !important;;
    }




    $color-white:#fff;
    $brand-color-g:#348e80;
    $brand-color:#df8625;

    @mixin respond-to($breakpoint) {
        @if $breakpoint == "xs" {
            @media screen and (max-width: 767px) {
                @content;
            }
        }

        @else if $breakpoint == "sm" {
            @media (min-width: 768px) and (max-width: 991px) {
                @content;
            }
        }

        @else if $breakpoint == "md" {
            @media (min-width: 992px) and (max-width: 1199px) {
                @content;
            }
        }

        @else if $breakpoint == "lg" {
            @media screen and (min-width: 1200px) {
                @content;
            }
        }
    }


.ps-timeline-sec .container {
    position: relative;
}
.ps-timeline-sec {
    position: relative;
    background: #fff;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 14.2%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 225px 0;
    padding: 0;
    border-top: 5px solid #8c5511;
    list-style: none;
}
.ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 110px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
    height: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 10px;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 4px solid #348e80;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    top: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 48.8%;
}
.ps-timeline-sec .container ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 48.8%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
    height: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 50px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 70px;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: #348e80;
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-top h4{
    font-weight: 600;
    font-size: 14px;
    margin-left: 0px;
}
.ps-bot h4{
    font-weight: 600;
    font-size: 14px;
    margin-left: 0px;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #348e80;
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    bottom: -50px;
    left: 50%;
}
@media screen and (max-width: 767px){
    .ps-timeline-sec{
        display: none;
    }
.ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
}
.ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
}
.ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
}
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
}
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
}
    
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    /*width: 70px;*/
}
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
}
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
}
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 160px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
}
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: relative;
    bottom: 60px;
    left: 15px;
    margin-bottom: 70px;
}
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after{
        content: none;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before{
        content: none;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after{
        content: none;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before{
        content: none;
    }
    .wht-btn{
        font-size: 10px !important;
    }
    .wt-topbar-left{
        display: block;
    }
        .wt-topbar-left .social-lnks{
            display:none;
        }
        .sb-icon-search {
            right: 10px !important;
            top: 15px !important;
        }
    .dpl-logo{
        display: none;
    }
    .about-com-pic {
    margin-bottom: 100px;
}
    .header-style-5 .header-nav .nav > li > a{
        color: black;
    }
    .header-nav .nav > li.active > a{
        color: black !important;
    }
    .header-style-6 .header-nav .nav > li > a{
        color: black !important;
    }
}

.e-p-bx li {
    float: left;
}
.is-fixed .search .btn{
    top: 18px;
}

.top-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    vertical-align: middle;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .06);
    background: #2f6398e0;
    z-index: 9999;
}

.top-search span {
    padding-right: 10px;
    display: block;
}

.top-search input {
    background: #fff;
    color: #45567c;
    border: 1px solid #ddd;
    padding: 0 10px;
    width: 80%;
    height: 60px;
    border-radius: 2px;
    outline: none;
    margin: 0;
}

.top-search button {
    float: right;
    border: 0;
    padding: 0;
    height: 60px;
    width: 20%;
    cursor: pointer;
    background: #3c3d3e;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
}

.top-search button:hover {
    background: #232323
}
.top-search .main-sec{
    top: 50%;
    position: relative;
}
.top-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 30px;
    height: 30px;
}
.top-search .close:after, .top-search .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #fff;
    right: 20px;
    top: 0px;
}
.top-search .close:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.top-search .close:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#search .close:hover:after ,#search .close:hover:before{
  cursor: pointer;
}

.usr-nm{
    color: black;
    font-size: 13px !Important;
    font-weight: 500;
    padding-right: 5px;
}
audio { 
  box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
  border-radius: 5px;
  transform: scale(1.05);
    /*filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);*/
    height: 30px;
    float: right;
}
.faq-block h3{
    font-size: 16px;
    text-decoration: underline;
    color: #565656f2;
}
.faq-block .faq-que::after{
   color: brown;
    content: "\f0da";
    font-family: 'FontAwesome';
}
.ps-timeline .ps-bot i, .ps-timeline .ps-top i{
    padding-left: 5px;
    cursor: pointer;
    }
.title-tip-up:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.title-tip-up:hover:after {
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid #222;
}
.main-sec h3{
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}
 .title-tip[title]:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  content: attr(title);
  margin-top: 0.5em;
  padding: 0.5em;
  width: 200px;    /* change it */
  overflow: hidden;
  word-wrap: break-word;
  font-size: inherit;
  color: #FFF;
  text-align: center;
  background-color: #222;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.title-tip[title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: '';
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid #222;
  font-size: inherit;
}

/* title-tip-up */
.title-tip-up[title]:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.title-tip-up[title]:hover:after {
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid #222;
}
 .wt-tabs .nav-tabs > li > a{
        padding: 15px 30px;
    }
.tab-lin{
     padding: 15px 23px !important;
}
.ser-sec h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.modal-notice .modal-header {
    position: relative;
    justify-content: center;
    background: #521515;
}
.ft-18{
    font-size: 18px;
}
.ft-14{
    font-size: 14px !important;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.ticker-wrap {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	overflow: hidden;
	/*background-color: #0066CC;*/
	padding-left: 100%;
	box-sizing: content-box;
	padding: 0px 0;
	margin-bottom: 0px;
}
.ticker-wrap .ticker {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 50s;
	animation-duration: 60s;
}
.ticker-wrap .ticker-item {
	display: inline-block;
	padding: 0 2rem;
	font-size: 14px;
	color: white;
}
.ticker-wrap::hover{
     animation-play-state: paused;
    position: relative;
}
.wt-box h2{
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

/*User Dashboard Header CSS*/

.header-style-6 .header-botton{
        background-color: #521515;
}

.header-style-6 .header-nav .nav > li > a{
    padding: 20px 10px;
    color: white;
}
.head-two .wt-bnr-inr{
    height: 140px;
}

.header-style-6 .header-info > ul li{
    padding: 5px 6px;
}
.header-style-6 .logo-header{
    padding: 5px 6px;
}
.header-style-6 .header-info > ul li .icon-sm{
    margin-right: 6px;
}
.header-style-6 .icon-sm i{
    font-size: 35px;
    padding-top: 5px;
}
.header-style-6 .logo-header img{
    height: 70px;
}
.header-style-6 .header-nav .nav > li > a{
    font-size: 16px;
}
/*.header-style-6 .header-nav .nav > li > a span{
padding:  0px 6px;
}*/




.form-ser .plan input, .form-ser .payment-plan input, .form-ser .payment-type input{
	display: none;
}
.form-ser .s-lab{
position: inherit;
    color: #2f2f2f;
    background: none;
    font-size: 14px;
    text-align: inherit;
    height: auto;
    line-height: inherit;
    display: inherit;
    cursor: auto;
    border-radius: inherit;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-ser label{
	position: relative;
	color: #fff;
    background-color: #e56714;
    font-size: 16px;
    text-align: center;
    height: 100px;
    line-height: 25px;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-ser .plan input:checked + label, .form-ser .payment-plan input:checked + label, .form-ser .payment-type input:checked + label{
	border: 3px solid #3184da;
    background-color: #2f7ccc;
}

.form-ser .plan input:checked + label:after, form-ser .payment-plan input:checked + label:after, .form-ser .payment-type input:checked + label:after{
	content: "\2713";
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #0f1263;
    background-color: #2f7ccc;
	z-index: 1;
	position: absolute;
	top: -10px;
	right: -10px;
}

.submit{
	padding: 15px 60px;
	display: inline-block;
	border: none;
	margin: 20px 0;
	background-color: #2fcc71;
	color: #fff;
	border: 2px solid #333;
	font-size: 18px;
	-webkit-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.submit:hover{
	cursor: pointer;
	transform: rotateX(360deg);
}
.foot-two .footer-bottom{
    background-color: #521515;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.gal-align{
    float:left;
}
