/*Cookie Consent Begin*/
#cookieConsent {
    background-color: #141414eb;
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999999999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-weight: bold;
}
.floatleftinpc {
	float: left;
}
.marqueetext {
	vertical-align: middle;
    padding: 7px 0 5px 0;
    font-size: 22px;
	border-top: 5px solid black;
    border-bottom: 2px solid black;
}
@media (max-width: 575px) {
	.floatleftinpc {
		float: none;
	}
	#cookieConsent {
		text-align: center;
	}
	#cookieConsent a.cookieConsentOK {
		float: none !important;
		margin: 10px 0 !important;
	}
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
	font-weight: bold;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/






@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Open+Sans:300,400,600,700');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color:#333;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

p {
  color: #000;
  line-height: 30px;
  font-size:22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
a:focus {
  outline: none;
}
.features-padding {
  padding: 100px 0;
}

.margintoponly {
	margin: 10px 0 5px 0;
}
@media (max-width: 991px) {
  .features-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .features-padding {
    padding: 80px 0;
  }
}
/*** back to top **/
.back-to-top {
  background-color: #b20018;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 99999999999999;
  right: 15px;
  border: 2px solid white;
  bottom: 55px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
	bottom: 10px;
  }
}

.back-to-top:hover {
  background-color:#f84c4d;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.features-padding{
  padding: 100px 0;
}
.section-padding{
  padding: 100px 0;
}
.ptb-100-70{
  padding: 50px 0 70px;
}
.ptb-100-701{
  padding: 100px 0 0px;
}
/*====================
preloader
====================*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}

.preloader .lds-ripple {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #b20018;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 33px;
    left: 33px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 68px;
    height: 68px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 33px;
    left: 33px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 68px;
    height: 68px;
    opacity: 0;
  }
}

/*===================================
0.2  header-style
====================================*/

.header-top,.header-top-1{
  background: #fff;
  padding: 5px 0px;
}
.header-top ul.header-contact,.header-top-1 ul.header-contact {
    text-align: right;
}
.header-top li,.header-top-1 li {
    display: inline-block;
    padding: 5px;
    color: #333;
}
.header-top li i,.header-top-1 li i {
    color: #333;
}

.header-style-2{
    position: relative;
    z-index: 999;
    background: #231b0e;
}
.header-top-1 .container .row {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.header-top-1{
  padding: 0;
}
.header-style-1{
  background: #fff;
}
.header-style-1 .main-menu,.header-style-2 .main-menu,.header-style-3 .main-menu  {
    /*text-align: right;*/
}
.header-top ul.header-social,.header-top-1 ul.header-social {
    position: relative;
    justify-content: flex-end;
}
.header-top ul.header-social li:last-child,.header-top-1 ul.header-social li:last-child{
  padding-right: 0;
}

.header-middle {
    padding: 20px 0;
}
.account_login-area{
  margin-top: 4px;
}
.account_login-area li:first-child {
    padding-left: 0;
    padding-right: 30px;
}
.account_login-area li i{
  color:#333;
  margin-right: 10px;
}

.header-top-1 .btn-style {
    text-align: right;
}
.our_services_class {
	width:80%;
	margin: 10px 10%;
    border-radius: 15px;
}
.logo {
    margin: 10px 0;
	width: 100%;
}
.translate {
	text-align: center;
    padding: 34px 0;
    font-size: 40px !important;
    margin: 0;
    font-family: fantasy;
}
.o2, .g2, .y2, .b2, .p2, .bl2 {
	margin: 0;
}
a.btn.btn-style.red1 {
    background: white;
}
.practice-section {
    padding: 20px 10px;
	margin-bottom: 20px;
}
.newcsstobeadded {
	background: #ffffff;
    min-height: 560px;
	box-shadow: 0 0 10px #0000004a;
}
.nopadding {
	padding: 0;
}
.main-menu .submenu li a {
    padding: 10px 15px 10px 0px;
    color: :#fff;
    font-size: 14px;
}

.main-menu .submenu li{
    border-bottom: 1px solid #f1f1f1;
}
.main-menu .submenu li:last-child{
    border-bottom:none;
}
.main-menu nav ul li {
    display: inline-block;
    position: relative;
}
.main-menu nav ul li a:last-child{
  padding-right: 0;
}
.main-menu nav ul li {
    padding: 13px 18px;
}
.main-menu nav ul li:first-child{
 padding-left: 0;
}
.main-menu nav ul li>ul li:first-child{
 padding-left: 15px;
}
.main-menu nav ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    position: relative;
}
.main-menu nav ul li a:before {
    position: absolute;
    content: "";
    left: -20px;
    bottom: -13px;
    width: 100%;
    height: 5px;
    background: #eee;
    opacity: 0;
    transition: all .5s;
}

.main-menu nav ul li a:hover:before{
  opacity: 1;
  left: 0px;
}
.main-menu nav ul li.active :before{
  opacity: 1;
  left: 0px;
}

.main-menu nav ul li>ul li a {
    color: #333;
}
.main-menu nav ul li>ul li a:hover {
    color: #b20018;
}

.main-menu .submenu {
    position: absolute;
    left:0;
    top: 140%;
    z-index: 999;
    width: 235px;
    padding:0;
    background: #fff;
    text-align: left;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.main-menu nav>ul>li:hover>.submenu {
    top: 100%;
    opacity: 1;
    visibility: visible; 
}
.header-style-1 .main-menu nav ul li a:before,.header-style-2 .main-menu nav ul li a:before,.header-style-3 .main-menu nav ul li a:before{
  display: none;
}
.header-style-1 .main-menu nav ul li,.header-style-2 .main-menu nav ul li,.header-style-3 .main-menu nav ul li {
    padding: 15px 18px;
	margin: -3px;
}
.header-style-1 .main-menu nav ul li:last-child,.header-style-2 .main-menu nav ul li:last-child,.header-style-3 .main-menu nav ul li:last-child  {
    padding-right: 0;
}
.header-style-1 .logo,.header-style-2 .logo,.header-style-3 .logo {
    margin-top: 10px;
}
.col-t{
  padding-left: 0;
}
.main-menu .submenu li {
    display: block;
}
.main-menu .submenu li a:before {
display: none;
}
.main-menu .submenu li{
    padding: 2px 15px;
}
.main-menu .submenu-2 {
    left: 0;
}

.header-style-1 .main-menu .submenu li,.header-style-2 .main-menu .submenu li,.header-style-3 .main-menu .submenu li{
    padding: 2px 15px;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background:#fff;
    z-index: 1200;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-style-2.sticky{
  background:#231b0e;
}
.header-style-2 .main-menu nav ul li a{
  color: #fff;
}
.header-style-2 .logo{
    margin-top: 15px;
}

/*====================
mobile menu
=======================*/
.slicknav_menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 0;
    z-index: 999;
}

.slicknav_menu ul {
    margin: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slicknav_nav {
    background: #231b0e;
    margin-top: 1px;
    position: relative;
    z-index: 99;
}
.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #333;
}

.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 20px;
    margin-top: -4px;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_nav li, .slicknav_nav ul {
    padding: 5px 0;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -45px;
    margin-top: -53px;
    margin-bottom: 41px;
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px;
    width: 27px;
    margin: 5px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f45a5e;
}
.header-style-3 .slicknav_menu .slicknav_icon-bar,.header-style-2 .slicknav_menu .slicknav_icon-bar  {
    background-color: #fff;
}

.slicknav_nav a:hover {
    background: #022948;
    color: #fff;
}

.header-transparent .slicknav_menu .slicknav_icon-bar {
    background-color: #333;
    box-shadow: none;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(2px, 10px);
    transform: rotate(45deg) translate(2px, 10px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-9px);
    transform: rotate(-45deg) translateY(-9px);
}

.btn-style2{
  text-align:right;
}
.btn-style a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px 28px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 3px;
    border-radius: 5px;
    background:#b20018;
    border: 1px solid #b20018;
}
.btn-style a:hover{
  background:none;
  color:#333;
}
.header-middle .btn-style a {
    font-size: 13px;
}
.slide-caption .btn-style2{
  text-align:right;
}
.slide-caption .btn-style a {
    color: #fff;
}
.search {
    text-align: right;
}
.header-style-1 .search,.header-style-2 .search,.header-style-3 .search {
    text-align: right;
    padding-right: 15px;
}
.search ul li a{
    text-align: right;
    color:#333;
}
.search ul li a i {
    margin-top: 17px;
    padding-bottom: 15px;
    color: #fff;
}
.search ul li > ul {
    position: absolute;
    right: 0;
    top: 150%;
    width: 263px;
    background: #fff;
    z-index: 99;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    text-align: center;
}
.search ul li:hover > ul{
     visibility:visible;
     opacity:1;
     top: 100%;
}
.header-style-1 .search ul li > ul,.header-style-2 .search ul li > ul,.header-style-3 .search ul li > ul {
    right: -11px;
}
.search ul li > ul form{
    position:relative;
}
.search ul li > ul input{
    background:#fff;
    width:100%;
    height:40px;
    padding:0 40px 0 10px;
}
.search ul li > ul input:focus{
    outline:none;
    border:1px solid #ccc;
}
.search ul li > ul button{
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    background:#b20018;
    color: #fff;
    border: none;
    cursor: pointer;
}
.search ul li > ul button:hover{
    background:#f84c4d;
}
.search ul li:last-child a{
    padding-right: 0;
}

.header-style-2 .search ul li a i{
 color: #fff;
}
.header-style-1 .search ul li a i,.header-style-2 .search ul li a i,.header-style-3 .search ul li a i {
    margin-top: 40px;
    padding-bottom: 36px;
    color: #333;
}
.header-style-2 .search ul li a i{
  color: #fff;
}
.header-style-2 .main-menu nav ul li>ul li a {
  color: #333;
}
.main-menu nav ul li a:hover{
  color: #ffffff;
}
.header-style-2 .main-menu nav ul li>ul li a:hover {
  color: #b20018;
}
/*--------------------------------------------------------------
0.3  hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.slide {
  position: relative;
}
/*.slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .50;
  }*/

.slide-caption{
  z-index: 19;
  padding-bottom: 30px;
}
.hero-style-1 .slide-caption {
    z-index: 19;
    padding-bottom: 20px;
	text-shadow: 0 0 10px white;
}
.hero .slide {
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero .slick-prev, .hero .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10;
    transition: all .3s;
    background:rgba(255,255,255,.3); 
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
  color: #fff;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
  color: #fff;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #b20018;
  border:none;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-dots {
  bottom: 35px;
  color: red;
}

.hero .slick-dots li {
  margin: 10px;
}

.slick-dots li.slick-active button:before {
    opacity:1;
    color: #b20018;
    border:1px solid #b20018;
    border-radius: 100%;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 12px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    color: #fff;
    opacity: 1;
}
.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns,
.hero .hero-slider .slide-caption > span, 
.hero .hero-slider .slide-caption > .video-btns {
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > span {
  -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
  animation: fadeInTopSlow 1.5s 0.8s forwards;

}
.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
  animation: fadeInTopSlow 1.5s 0.8s forwards;

}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  animation: fadeInBottomSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .video-btns {
  -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  animation: fadeInBottomSlow 1.5s 0.8s forwards;
}

/*================================
  0.4 hero style 1
================================*/
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
  font-size: 30px;
  color: #000;
  line-height:50px;
  font-weight: 500;
  margin-bottom: 40px;
}
.hero-style-1 .slide-caption p span, .hero-style-2 .slide-caption p span, .hero-style-3 .slide-caption p span{
  color: #c1b696;

}

.hero-style-1 .slide-caption span, .hero-style-2 .slide-caption span, .hero-style-3 .slide-caption span{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
}
.hero-style-2 .slide-caption h2 {
  font-size: 44px;
  font-weight: 700;
  color:#fff;
  line-height: 90px;
  margin: 10px 0 20px;
}
@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
    padding: 4px 0;
  }
}
.half-colt{
  width: 100%;
  padding-bottom: 30px;
}
.header-p{
  position: relative;
}
.hero-contact {
    width: 400px; 
    height: 610px;
    position: absolute;
    bottom: -210px;
    right: 15px;
    z-index: 999;
    background-color: rgba(7, 47, 79, 0.76);
    padding: 50px 40px;
}
.hero-contact h2{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.hero-contact p{
  color: #fffefe;
  margin-bottom: 30px;
}
.hero-contact form input,
.hero-contact form textarea{
    color: #fff;
    border: 1px solid rgba(255,255,255,.38);
    height: 50px;
    background: rgba(255,255,255,.02);
}
.hero-contact form textarea{
  height: 130px;
}

.hero.hero-style-1 .slide-caption h2,.hero.hero-style-2 .slide-caption h2,.hero.hero-style-3 .slide-caption h2{
    font-size: 56px;
    font-weight: 700;
    color: #000;
    line-height: 90px;
    margin: 10px 0 20px;
}

/*==============================
0.5 about-area
===============================*/
.about-style,.about-style-1,.about-style-2,.about-style-3{
    background: #fff;
    padding: 100px 0;
}

.about-style .about-content p,.about-style-1 .about-content p,.about-style-2 .about-content p{
    margin-bottom: 40px;
    color:#333;
}
.about-style .about-content,.about-style-1 .about-content,.about-style-2 .about-content,.about-style-3 .about-content{
    padding-left:0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.about-img img{
  padding:15px;
  border:1px solid #ffc7b1;
}
.about-style .about-content h2,.about-style-1 .about-content h2,.about-style-3 .about-content h2 {
    color: #1d375c;
}
.section-title span,.section-title-1 span  {
    font-size: 16px;
    color: #b20018;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.section-title h2,.section-title-1 h2  {
    font-size: 36px;
    font-weight: 700;
    color: #444;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    margin-top: 15px;
}
.section-title h2:before,.section-title-1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #b20018;
    border-radius: 20px;
}
.section-title-1 h2{
  margin-bottom: 60px;
}
.section-title-1 h2:before{
  left: 46%;

}
.about-style-1 .about-img{
  text-align: right;
}
.col-m{
  padding-right: 0;
}
.col-l{
  padding-left: 0;
}
.about-style,.about-style-1,.about-style-2{
    padding: 100px 0;
}

.about-style .about-content p,.about-style-1 .about-content p{
    margin-bottom: 40px;
    color:#333;
}
.about-style .about-content,.about-style-1 .about-content,.about-style-2 .about-content{
    padding-left:0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.about-img img{
  padding:15px;
  border:1px solid #ffc7b1;
}
.about-style .about-content h2,.about-style-1 .about-content h2 {
    color: #1d375c;
}
.section-title span,.section-title-1 span  {
    font-size: 16px;
    color: #b20018;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.section-title h2,.section-title-1 h2  {
    font-size: 36px;
    font-weight: 700;
    color: #444;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    margin-top: 15px;
}
.section-title h2:before,.section-title-1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #b20018;
    border-radius: 20px;
}
.section-title-1 h2{
  margin-bottom: 40px;
}
.section-title-1 h2:before{
  left: 46%;

}
.about-style-2 .about-img{
  text-align: right;
}
.col-m{
  padding-right: 0;
}

.about-style-1 .about-img,.about-style-2 .about-img{
  position: relative;
  text-align: left;
}
.about-style-1 .about-img:before, .about-style-2 .about-img:before {
    position: absolute;
    left: 16px;
    top: 17px;
    width: 85%;
    height: 94%;
    background: rgba(0,0,0,.40);
    content: "";
}
.about-style-2 .video-btn {
    position: absolute;
    left: -15px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color:#fff;
}
.about-style-2 .video-btn  .flaticon-play-button:before {
    content: "\f10b";
    border: 10px solid rgba(250,92,93,.4);
    border-radius: 50%;
    background:rgba(250,92,93,.7);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #b20018;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(250,92,93,.0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250,92,93,.0);
  }
}

@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #b20018;
    box-shadow: 0 0 0 0 #b20018;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(250,92,93,.0);
    box-shadow: 0 0 0 20px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250,92,93,.0);
    box-shadow: 0 0 0 0 rgba(250,92,93,.0);
  }
}
.signature {
    margin-top: 20px;
}

/*==============================================
0.6 features-area
================================================*/
.features-icon i.fi {
    background: #f5f5f5;
    padding: 57px 70px 30px 56px;
    transition: all .5s;
    border:1px solid #ddd;
}
.col-d{
  padding: 0;
}
.features-area {
    background: #fff;
    padding: 30px 0 0;
    border-bottom: 1px solid #f1f1f1;
}
.features-area .features-item{
  overflow: hidden;
}
.features-area .features-icon {
    margin-top: 0;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.features-area .features-item-2 {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    padding: 20px 0 25px;
}
.features-area .features-content p a:hover {
    color: #199ca4;
}

.features-content h3 {
    color: #444;
    font-size: 30px;
    margin-top: 5px;
}
.features-area .features-content p {
    font-size: 16px;
    color: #777;
}
.features-area .features-icon i.fi {
    padding: 0;
    width: 100px;
    height: 100px;
    background: #fff;
    line-height: 100px;
    text-align: center;
    margin-right: 20px;
    color: #b20018;
    margin-left: 15px;
}
.features-area .features-content p {
    margin-bottom: 0px;
}
.features-content {
    overflow: hidden;
    margin-top: 15px;
}
.col-p{
  padding-left: 0;
}

/*=====================================
0.7 practice-area start
=====================================*/
.practice-area,.practice-area-2,.practice-area-3 {
    background: rgba(122,175,255,1);
	background: -moz-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122,175,255,1)), color-stop(100%, rgba(255,133,133,1)));
	background: -webkit-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
	background: -o-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
	background: -ms-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
	background: linear-gradient(to right, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aafff', endColorstr='#ff8585', GradientType=1 );
}
.about-bg {
    background-image: url(../about.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.about-bg1 {
    background-image: url(../bg2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.practice-section .practices-wrapper {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 0px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
}
.section-title-1 h2:before{
    left: 46%;
}
.practices-icon-wrapper {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border:1px solid rgba(250,92,93,.3);
  font-size: 50px;
  background: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color:#b20018;
  margin: auto;
}

.practice-section .practices-icon-wrapper .practice-dot {
    width: 100%;
    height: 100%;
    left: 56%;
    top: 8%;
}
.practices-icon-wrapper i.fi {
    position: absolute;
    left: 24px;
    top: 0;
}
.dots {
    width: 15px;
    height: 15px;
    background: #fc9495;
    border-radius: 50%;
    left: 14px;
    top: 0;
    position: relative;

}
.practice-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0px;
	color:#ffffff;
}
.practice-content{
  margin-top: 20px;
  padding: 20px 0px;
  background: #828080;
}
.practice-content1{
  padding: 20px 0px;
  background: #ffffff;
  color:#000;
}
.borderclass {
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}
.margin10 {
	margin: 10px 0;
}
.toptextclass {
	padding: 50px 0;
	background: #b20018;
}
.backred {
	background: #b20018;
}
.about_img_class {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #ffffff47;
    margin-bottom: 30px;
}
.scallop-up{
  height:50px;
  z-index: 999999999;
  margin-top: -50px;
  width:100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#333333), color-stop(0.49, #333333), color-stop(0.51, #ffffff40), to(#ffffff00));
-webkit-background-size: 49px 100%;
}
.scallop-down {
    height: 50px;
    z-index: 999999999;
    width: 100%;
    background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#333333), color-stop(0.49, #333333), color-stop(0.51, #ffffff40), to(#ffffff00));
    -webkit-background-size: 49px 100%;
    margin-bottom: -50px;
    position: absolute;
}


.practice-section .practices-icon-wrapper .practice-dot:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: practice-dot_1 2s infinite linear;
  -moz-animation: practice-dot_1 2s infinite linear;
  -o-animation: practice-dot_1 2s infinite linear;
  animation: practice-dot_1 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.practice-section .practices-wrapper:hover .practice-dot:nth-child(1) {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }


@-webkit-keyframes practice-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes practice-dot_1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes practice-dot_1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes practice-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes practice-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-moz-keyframes practice-dot_2 {
  0% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-o-keyframes practice-dot_2 {
  0% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } }

@keyframes practice-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } }
.practice-section .practices-icon {
    color: #ffc600;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(0deg, #ffc600 0%, #ff4200 100%);
    background-image: -moz-linear-gradient(0deg, #ffc600 0%, #ff4200 100%);
}

/*==========================================
0.8 case-stdyes-area start
=============================================*/
.studies-area {
    background: #f2f2f2;
    padding-bottom: 80px;
}

.studies-menu button {
    background: none;
    outline: none;
    padding: 0px 15px 10px;
    border: none;
    color: #333;
    margin-right: 5px;
    cursor: pointer;
}

.studies-menu {
    padding-bottom: 50px;
}

.studies-menu button.active {
    color: #b20018;
}

.studies-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.studies-item .overlay-text {
    background: rgba(250,92,93,.95);
    width: calc(100%);
    height: calc(100%);
    position: absolute;
    bottom: -30%;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.studies-item:hover .overlay-text {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.studies-item .overlay-text .text-inner {
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    position: absolute;
    border: 1px solid rgba(255,255,255,.5);
    z-index: 95;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.studies-item .overlay-text .text-inner h3 {
    color: #fff;
    position: relative;
}

.studies-item .overlay-text .text-inner h3:before {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -30px;
    width: 60px;
    height: 3px;
    background: #ccc;
}

.studies-item .overlay-text .text-inner .sub {
    color: #ddd;
}

/*======================================
0.9 Testimonial-section
==========================================*/

.my-testimonial .inner-content {
    padding: 40px 30px 30px 40px;
    position: relative;
    background:#f5f5f5;
}

.my-testimonial .inner-content .content {
    padding-left: 115px;
    position: relative;
}

.my-testimonial .inner-content .image-box {
    border-radius: 50%;
    height: 90px;
    left: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 90px;
}

.my-testimonial .inner-content h4 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.my-testimonial .inner-content .quote-icon {
    color: #b20018;
    font-size: 36px;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0;
}

.my-testimonial .inner-content .designation {
    color: #666;
    margin-bottom: 12px;
    position: relative;
}

.my-testimonial .inner-content .text {
    color: #606060;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}
.testimonial-area .section-title p {
    color: #8f9aa7;
    line-height: 1.7em;
    margin-top: 30px;
}
.testimonial-active .owl-dots {
    position: absolute;
    bottom: -12%;
    right: 48%;

}

.testimonial-active .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #bbb;
    border-radius: 50%;
    margin: 0px 5px;
}

.testimonial-active .owl-dot.active {
    background: #b20018;
}
/*========================================
1.0 contact-area start
=========================================*/
.contact-content {
    margin-top: 50px;
}
.contact-icon .fi:before {
    margin: 0;
    font-size: 25px;
    color: #00d2ca;
}
.contact-sub{
  overflow: hidden;
}
.contact-icon i{
  float:left;
  margin-right: 20px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 9px 5px 10px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 9px 5px 10px rgba(72, 73, 121, 0.15);
    box-shadow: 9px 5px 10px rgba(72, 73, 121, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 20px;
    color:#b20018;
}
.contact-sub{
  margin-top: 30px;
}
.contact-c{
  overflow: hidden;
}
.contact-c h4{
  font-size: 20px;
  font-weight: 600;
  color:#fff;
}
.contact-c span{
  font-size: 16px;
  font-weight: 400;
  color:#fff;
}
.contact-text h2{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  line-height: 50px;
}
.contact-text p{
  color: #fff;
}

.contact-area {
    background: url("../images/contact/1.jpg") center center/cover no-repeat local;
    position: relative;
    background-attachment: fixed;
}

.contact-area:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-area form,
.contact-area-s2 form {
    overflow: hidden;
    margin: 0 -15px;
}

.contact-area form .half-col,
.contact-area-s2 form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {

    .contact-area form .half-col,
    .contact-area-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-area form div,
.contact-area-s2 form div {
    padding: 0;
}


.contact-area form .submit-btn-wrapper,
.contact-area-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-area form input,
.contact-area-s2 form input,
.contact-area form textarea,
.contact-area-s2 form textarea,
.contact-area-s2 form select {
    background: rgba(255, 255, 255, 0.2);
    height: 50px;
    padding: 6px 15px;
    color: #fff;
    border: 2px solid #454545;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.contact-area select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 6px 15px;
    color: #999;
    font-size: 14px;
    border: 2px solid #454545;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    position: relative;
    -webkit-appearance:none;   
    -ms-appearance:none;      
    -o-appearance:none;                 
    appearance:none;
    -moz-appearance: none;
    background: rgba(255, 255, 255, 0.2) url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.contact-area form input:focus,
.contact-area-s2 form input:focus,
.contact-area form textarea:focus,
.contact-area-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    background: rgba(255, 255, 255, 0.2);
    color: #999;
}


.contact-area form textarea,
.contact-area-s2 form textarea {
    height: 150px;
    padding: 15px;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.theme-btn-s3 {
    border-radius: 0;
    text-transform: uppercase;
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.theme-btn{
    background-color: #b20018;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s;
}

.theme-btn:hover {
    background: #f84c4d;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
    font-size: 14px;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #999;
    font-size: 14px;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    font-size: 14px;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */

    color: #999;
    font-size: 14px;
}
/*=============================
1.1 team-area start
===============================*/
.team-area{
  padding-bottom: 50px;
}
.team-active .owl-nav div {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #f1f1f1;
    transition: all .3s;
}

.team-active .owl-nav div.owl-next {
    right: -70px;
    left: auto;
}

.team-active .owl-nav div:hover {
  background:#b20018;
  color:#fff;
}



.team-img {
    position: relative;
    overflow: hidden;
}


.team-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background:  #b20018;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-single {
    margin-bottom: 30px;
}

.team-single:hover .team-img:before {
    opacity: .8;
}

.team-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.team-single:hover .team-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.social-1st {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
}

.team-single:hover .thumb-content span {
    opacity: 1;
}

.team-single:hover .social-1st {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.team-single:hover .social-1st li:nth-child(2) a {
    margin-top: 50px;
}

.team-single:hover .social-1st li:nth-child(3) a {
    margin-top: 100px;
}

.social-1st ul {
    text-align: center;
    justify-content: center;
    display: flex;
}

.social-1st li a {
    display: block;
    height: 45px;
    width: 45px;
    background: #fff;
    color:#b20018;
    line-height: 45px;
}
.social-1st li a:hover{
  background:#b20018;
  color:#fff;
}

.social-1st li:nth-child(2) a {
    margin-top: 0px;
    transition: all .3s;
}

.social-1st li:nth-child(3) a {
    margin-top: 0px;
    transition: all .3s;
}

.team-img {
    position: relative;
}

.team-wrap {
    margin-bottom: 30px;
}
.team-content {
    text-align: center;
    padding: 25px 0;
    background: #f5f5f5;
    max-width: 310px;
    margin: auto;
    margin-top: -50px;
    position: relative;
    z-index: 102;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 15, .04);
}
.team-content h4 {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
}
.team-content span{
  font-size: 14px;
  font-weight: 400;
  color:#b20018;
}
/*===============================
1.2 counter-area start
=================================*/
.counter-area {
    background: url("../images/counter/1.jpg") center center/cover no-repeat local;
    position: relative;
    background-attachment: fixed;
}
.counter-area:before{
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.counter-area .counter-grids .grid {
    width: 48%;
    float: left;
    padding: 50px 0px 120px;
    margin-right: 5px;
    background: rgba(255, 255, 255, .2);
    margin-bottom: 5px;
    text-align: center;
}

.counter-area .counter-grids .grid p {
    font-size: 18px;
    font-weight: normal;
    color: #ddd;
    padding-top: 10px;
}

.counter-area .counter-grids {
    overflow: hidden;
    padding: 100px 0 95px;
    position: relative;
}

.counter-area .odometer.odometer-auto-theme,
.counter-area .odometer.odometer-theme-default {
    line-height: 0.8em;
}

.counter-area .counter-grids .grid h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 10px;
}
/*===================================
1.3 news area start
======================================*/
.blog-area {
    background: #f5f5f5;
}

.blog-content {
    padding: 20px 30px 30px;
    background: #fff;
}

.blog-content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.blog-content h3 a {
    color: #000;
    transition: all .3s;
}

.blog-content h3 a:hover {
    color: #b20018;
}

.blog-content ul li {
    display: inline-block;
    padding: 0 10px;
}

.blog-content ul li a {
    color: #000;
    transition: all .3s;
}

.blog-content ul li {
    color: #b20018;
}

.blog-content ul li a:hover {
    color: #b20018;
}

.blog-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-img img:hover {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}
.blog-page-area .blog-item .post-meta {
    padding-top: 20px;
}

.blog-page-area .blog-item .post-meta li {
    color: #666;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.blog-area .blog-item .post-meta .clr {
    color: #b20018;
}

.blog-area .blog-item .post-meta>li:first-child {
    padding: 0;
}

.blog-area .blog-item .post-meta>li a {
    color: #666;
}
.blog-area .blog-item .post-meta li{
    position: relative;
}

.blog-area .blog-item .post-meta>li+li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 15px;
    background: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-area .blog-item .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}

/*=======================================
1.4 footer-area start
=========================================*/
.footer-area {
    background: #ffffff;
}

.footer-top {
    padding: 80px 0 50px;
}
.footer-logo {
    margin-bottom: 30px;
}

.footer-top p {
    color: #ddd;
}

.footer-top a {
    color: #000;
}
.colorblack {
	color: #000;
}
.footer-top h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-link ul li a {
    padding-top: 10px;
    display: block;
    transition: all .3s;
    position: relative;
    padding-left: 30px;
}

.footer-link ul li a:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 15px;
    position: absolute;
    left: 5px;
    top: 12px;
    border-radius: 50%;
}
.footer-link ul li a:hover{
  color:#b20018;
}
.footer-link {
    margin-bottom: 30px;
}

.footer-practice {
    margin-bottom: 30px;
}

.footer-practice ul li a {
    padding-top: 10px;
    display: block;
    transition: all .3s;
    position: relative;
    padding-left: 30px;
}
.footer-practice ul li a:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 15px;
    position: absolute;
    left: 5px;
    top: 12px;
    border-radius: 50%;
}
.footer-practice ul li a:hover{
  color:#b20018;
}

.footer-top .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.footer-top .newsletter-widget form input {
  background:#444444a3;
  height: 50px;
  color: #fff;
  padding: 6px 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-top .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-top .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
}
.footer-bottom-content {
    border-top: 1px solid rgba(255, 255, 255,  0.08);
    padding: 15px 0;
}

.footer-bottom-content span {
    color: #000;
    font-size: 16px;
}
.footer-bottom-content span a{
  color:#b20018; 
}
.footer-bottom-content ul {
    justify-content: flex-end;
}

.footer-bottom-content ul li {
    padding-right: 15px;
}

.footer-bottom-content ul li a {
    color: #000;
	font-weight: bold;
	font-size: 13px;
}
.newsletter-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ddd;
    font-size: 14px;
}

.newsletter-widget ::-moz-placeholder {
    /* Firefox 19+ */

    color: #ddd;
    font-size: 14px;
}

.newsletter-widget :-ms-input-placeholder {
    /* IE 10+ */
    color: #ddd;
    font-size: 14px;
}

.newsletter-widget :-moz-placeholder {
    /* Firefox 18- */

    color: #ddd;
    font-size: 14px;
}

/*=================================
2.0 home-style-2
==================================*/
.practice-area-2 .practice-section .practices-wrapper{
     -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    transition: all .3s;
}
.practice-area-2 .practice-section .practices-wrapper:hover{
     -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
}
/*=================================
3.0 home-style-3
==================================*/
.header-style-3{
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,.3);
  z-index: 99;
}

.hero-style-3{
  height: 100vh;
  min-height: 850px;
}
.hero-style-3 .slide {
  height: 100vh;
  min-height: 850px;
}
.header-style-3 .logo {
    margin-top: 16px;
}
.header-style-3 .search ul li a i{
 color: #fff;
}
.header-style-3 .search ul li a i{
  color: #fff;
}
.header-style-3 .main-menu nav ul li a {
  color: #fff;
}
.header-style-3 .main-menu nav ul li>ul li a {
  color: #333;
}
.header-style-3 .main-menu nav ul li>ul li a:hover {
  color: #b20018;
}
.header-sub.sticky{
  background:#231b0e;
}
.practice-area-3 .practice-section .practices-wrapper{
     -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border:1px solid #f1f1f1;

}
.hero-style-3 .slide-caption{
  padding-top: 65px;
  padding-bottom: 0;
}

/*==========================================
 breadcumb-area
===========================================*/

.breadcumb-area {
    /*background: url(../bg1.jpg) no-repeat center top / cover;*/
    min-height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.breadcumb-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .80;
}

.breadcumb-wrap h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #fff;
    position: relative;
    margin-top: 0;
    line-height: 35px;
}

.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    position: relative;
}

.breadcumb-wrap ul li a {
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    position: relative;
}

.breadcumb-wrap ul li a:hover {
    color: #b20018;
}

.breadcumb-wrap ul li:last-child {
    color: #b20018;
}

.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}
.testimonial-area-2 {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.features-b{
  border-bottom: none;
}

/*--------------------------------------------------------------
 pricing-section
--------------------------------------------------------------*/
.pricing-section{
  border-top: 1px solid #f1f1f1;
}
.pricing-item{
     -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    margin-bottom: 30px;
}
.pricing-section .pricing-header {
    background-color: #231b0e;
    padding: 55px 25px 40px;
    text-align: center;
}
@media (max-width: 991px) {
  .pricing-section .pricing-header {
    padding: 45px 15px 30px;
  }
}

.pricing-section .pricing-header .circuler-price {
  background-color: #fff;
  width: 120px;
  height: 120px;
  display: table;
  border-radius: 4%;
  margin: 0 auto 20px;
}


.pricing-section .pricing-header i{
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  color: #b20018;
}


.pricing-section .pricing-header h2 sup {
  font-size: 20px;
  font-size: 1.25rem;
}


.pricing-section .pricing-header p {
    font-weight: normal;
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
}

.pricing-section .pricing-body {
    background-color: #fff;
    padding: 5px 50px 30px;
    text-align: center;
}

.pricing-section .pricing-body h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 1em;
  font-weight: 700;
  margin-top: 30px;
}


.pricing-section .pricing-body p {
  line-height: 2em;
  margin-bottom: 2em;
  color: #8a8888;
}
.pricing-body .theme-btn{
  color:#fff;
  margin-top: 15px;
}
.pricing-body ul{
  list-style: none;

}
.pricing-body ul li{
  padding: 10px 0;
  list-style: none;

}
.pricing-section .pricing-body h2 span {
    font-size: 20px;
    font-size: 1.25rem;
}
.pricing-section {
    padding-bottom: 70px;
}
.studies-area .btn-style{
  text-align: center;
}

.studies-area-2{
  padding-bottom: 100px;
}

.team-area .btn-style{
  text-align: center;
}
.team-s-2{
  padding-bottom: 100px;
}

/*============================================
4.0 practice-details-page
==============================================*/
.field-img {
    position: relative;
}

.field-img img {
    width: 100%;
}

.field-img:before {
    position: absolute;
    content: "";
    background: #231b0e;
    bottom: 0;
    width: 100%;
    height: 100%;
    border:10px solid #ddd;
    left: 0;
    top: 0;
}

.field-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 40px 20px;
}

.field-content h3 {
    font-size: 36px;
    color: #fff;
    line-height: 55px;
}

.field-content h3 span {
    font-size: 60px;
}
.practice-details-area .btn-style a:hover{
 color:#fff;
}
.p-p {
    padding-right: 40px;
}
.practice-catagory-item {
    background: #f5f5f5;
    margin-top: 60px;
}
.practice-catagory-item .widget-title {
    background: #ddd;
    padding: 15px 20px;
}
.practice-catagory-item .widget-title h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}

.practice-section.resent-section .post {
    padding: 10px 0;
}
.case-stadies-details-area  .practice-section {
    padding: 10px 30px 40px;
}
.practice-details-area .practice-section {
    padding: 10px 30px 40px;
}
.practice-section .widget-title{
 background: #ddd;
}

.practice-section ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 15px 0 10px;
    transition: all .3s;
}

.practice-section ul li a:hover {
    color: #b20018;
}

.practice-section ul li {
    border-bottom: 1px solid #ddd;
}

.practice-section ul li:last-child {
    border-bottom: none;
}

.practice-section-text {
    padding-top: 50px;
}

.practice-section-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.practice-section-text h5 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

.practice-section-text p {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
}

.practice-section-text p:last-child {
    padding-top: 0;
    padding-bottom: 0;
}

.organigation-area {
    overflow: hidden;
    margin-top: 40px;
}

.organaigation-img {
    float: left;
    margin-right: 30px;
}

.organigation-text h2 {
    font-size: 24px;
}

.organigation-text span {
    display: block;
    padding-top: 15px;
    font-size: 15px;
}

.organigation-text span i {
    padding-right: 15px;
    color: #b20018;
}

/*=============================================
5.0 case-stadies-page area start
===============================================*/
.studies-area.studies-area2 .studies-single {
    margin-bottom: 30px;
}

/*=============================================
6.0 case-stadies-details-page  area start
===============================================*/
.practice-details-area.case-stadies-details-area {
    padding-bottom: 0;
}

.studies-area.studies-area-3 .section-title h2:before {
    left: 0;

}

.practice-details-area.case-stadies-details-area .search-widget form div {
    position: relative;
}

.practice-details-area.case-stadies-details-area .practice-section-img {
    max-height: 545px;
}

.practice-details-area.case-stadies-details-area .search-widget input {
    height: 50px;
    font-size: 17px;
    padding: 6px 50px 6px 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #b2001847;
    color: #333;
    border-radius: 0px;
}

.practice-details-area.case-stadies-details-area .search-widget input:focus {
    background-color: #f8f8f8;
}

.practice-details-area.case-stadies-details-area .search-widget form button {
    background: #b20018;
    font-size: 20px;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 15px;
    cursor: pointer;
}`

.practice-details-area.case-stadies-details-area .post {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.practice-details-area.case-stadies-details-area .post2 {
    padding-top: 0;
}

.practice-details-area.case-stadies-details-area .post3 {
    padding-bottom: 0;
    border-bottom: none;
}

.practice-details-area.case-stadies-details-area .img-holder {
    float: left;
    padding-right: 20px;
}

.practice-section.resent-section h3 {
    margin-bottom: 30px;
    margin-top: 20px;
}

.practice-details-area.case-stadies-details-area .details p {
    margin-bottom: 0;
    margin-top: -5px;
}

.studies-area.studies-area-3 .studies-item {
    margin-bottom: 30px;
}

.studies-area.studies-area-3 {
    background: #fff;
    padding-bottom: 70px;
}

/*=======================================
 7.0 Attorneys-single start
 ========================================*/
.expert-area.Attorneys-area .expert-single {
    margin-bottom: 30px;
}

.Attorneys-content-section {
    padding-bottom: 50px;
}

.Attorneys-area {
    padding-bottom: 60px;
}

.Attorneys-item {
    background: #f5f5f5;
    text-align: center;
}
.exrienense-img{
  margin-bottom: 40px;
}

.exrienense-img img {
    width: 100%;
}

.Attorneys-text {
    background: #dddad3;
    padding: 25px 0;
}

.Attorneys-text h2 {
    font-size: 34px;
    font-weight: 400;
}

.Attorneys-info {
    background: #f5f5f5;
}

.Attorneys-content h3 {
    text-align: center;
    font-size: 28px;
    color: #666;
    margin-bottom: 0;
    font-weight: 600;
}
.Attorneys-content-section .studies-item .overlay-text .text-inner h3 {
    color: #fff;
    position: relative;
    font-size: 20px;
}

.Attorneys-content {
    background: #ddd;
    padding: 25px 0;
}

.info-outer {
    padding: 30px 20px 0px 20px;
}

.Attorneys-info .info-outer .info li {
    color: #666;
    font-size: 16px;

}

.Attorneys-info .info-outer .info>li+li {
    margin-top: 15px;
}

.Attorneys-info .info-outer .info span {
    color: #444;
    font-weight: 700;
    font-size: 18px;
}

.Attorneys-info .info-outer .social {
    overflow: hidden;
    margin-top: 22px;
    padding-bottom: 36px;
}

.Attorneys-info .info-outer .social li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
}

.Attorneys-info .info-outer .social li a {
    display: block;
    color: #bbb;
    border: 1px solid #ddd;
}

.Attorneys-info .info-outer .social li a:hover {
    background: #b20018;
    color: #fff;
}

.Attorneys-info .info-outer .social>li+li {
    margin-left: 5px;
}

.Attorneys-content-section h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.Attorneys-content-section p {
    margin-bottom: 35px;
}

.exrienense-section,
.language {
    margin-bottom: 50px;
}

.education-section span {
    display: block;
    padding-bottom: 10px;
}

.education-section span i {
    padding-right: 10px;
    color: #b20018;
}

.education-section {
    margin-bottom: 30px;
}

.contact-area.contact-area-2 {
    padding-top: 60px;
}

.contact-area.contact-area-2:before {
    display: none;
}

.col-l {
    padding-left: 0;
}

.Attorneys-text h2 {
    margin-bottom: 0;
}

.contact-area.contact-area-2 form input,
.contact-area.contact-area-2 form textarea {
    background: #ebebeb;
    border: none;
	color: #ed2321;
    font-weight: bold;
}
/*=========================
8.0 faq-page
============================*/
.accordion {
  border: 1px solid rgba(0, 1, 1, 0.05); 
}

.choose-info .btn.btn-link {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  white-space: initial;
  border: none;
  border-bottom: 1px solid rgba(0, 1, 1, 0.05);
  background-color: #fff; 
  color:#444;
  padding: 25px;
}
.choose-info .btn.btn-link::after {
  position: absolute;
  content: '\f107'; }

.choose-info .card {
  border: 0;
  border-radius: 0; 
}
.choose-info .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent; 
}
.choose-info .card .card-header:first-child {
      border-radius: 0; 

}
.choose-info .card .card-body {
  border-bottom: 1px solid rgba(0, 1, 1, 0.05); 
}
.choose-info .card:last-child .card-body,
.choose-info .card:last-child .card-header {
  border-bottom: 0; 
}

.choose-info .card:last-child .btn-link.collapsed {
  border-bottom: none; 
}

.choose-info .btn.btn-link.collapsed::after,
.choose-info .btn.btn-link::after {
  font-family: "FontAwesome";
  font-weight: 900;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

.choose-info .btn.btn-link.collapsed::after {
  content: '\f106';
 }

.choose-info .btn.btn-link:hover,
.choose-info .btn.btn-link:focus {
  text-decoration: none;
  color: #b20018;
 }

/*.====================================
9.0 blog-page-section start
========================================*/
.blog-gd-area .blog-item{
  margin-bottom: 30px;
}
.blog-gd-area{
  padding-bottom: 70px;
}
.blog-page-area .blog-item {
    padding-bottom: 60px;
}

.blog-page-area .blog-item .post-meta {
    padding-top: 20px;
}

.blog-page-area .blog-item .post-meta li {
    color: #666;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.blog-page-area .blog-item .post-meta .clr {
    color: #b20018;
}

.blog-page-area .blog-item .post-meta>li:first-child {
    padding: 0;
}

.blog-page-area .blog-item .post-meta>li a {
    color: #666;
}

.blog-page-area .blog-item .post-meta>li+li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 15px;
    background: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-img .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}

.blog-content-2 h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 20px 0;
}

.blog-content-2 p {
    line-height: 30px;
}

.blog-content-2 a {
    font-size: 16px;
    text-transform: uppercase;
    color: #b20018;
    font-weight: 600;

}

.blog-s2 img {
    width: 100%;
}

.blog-item .blog-img .video-holder {
    position: relative;
    text-align: center;
}

.blog-item .blog-img .video-holder a {
    background-color: rgba(250,92,93,.95);
    width: 88px;
    height: 88px;
    line-height: 88px;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-img.blog-img-2 {
    position: relative;
}

.blog-item .blog-img .video-holder .fa {
    padding-left: 8px;
}

.blog-content-3 {
    background: url(../images/blog-page/5.jpg) no-repeat center center / cover;
    padding: 40px 50px 60px;
    position: relative;
    z-index: 11;
}

.blog-content-3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: -1;

}

.blog-content-3 p {
    color: #eee;
    margin-top: 20px;
    line-height: 30px;
}

.blog-content-3 .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}

.blog-content-3 a {
    color: #b20018;
    text-transform: uppercase;
}

.blog-page-area .blog-content-3 .post-meta li a {
    color: #eee;
    text-transform: capitalize;
}

.blog-content-3:after {
    content: "\f10c";
    position: absolute;
    left: 86%;
    top: 32px;
    font-family: 'Flaticon';
    color: #b20018;
    font-size: 66px;
    opacity: .3;
}

.blog-content-3 h2 {
    color: #fff;
    margin-top: 20px;
}

.blog-page-area .blog-content-3 .post-meta li {
    color: #eee;
}

.blog-page-area .blog-content-3 .post-meta .clr {
    color: #b20018;
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination-wrapper ul {
    text-align: center;
}

.pagination-wrapper ul li {
    display: inline-block;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    color: #223;
}

.pagination-wrapper ul li span,
.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li span:hover {
    background-color: #b20018;
    color: #fff;
}

.pagination-wrapper .next {
    display: block;
    height: 40px;
    width: 129px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    color: #223;
}

.blog-right-bar .tag-widget {
    margin-top: 100px;
}

.blog-right-bar .tag-widget h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-right-bar .tag-widget ul {
    overflow: hidden;
}

.blog-right-bar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-right-bar .tag-widget ul li a {
    background: #f5f5f5;
    font-size: 14px;
    display: inline-block;
    padding: 9px 25px 10px;
    color: #333;
    transition: all .3s;
}

.blog-right-bar .tag-widget ul li a:hover {
    background: #b20018;
    color: #fff;
}

.instagram ul {
    flex-wrap: wrap;
    margin: 0px -3px;
}

.instagram ul li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.instagram ul li img {
    width: 100%;
}

.instagram {
    margin-top: 60px;
}

.instagram h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-right-bar {
    padding-left: 30px;
}

.col-g {
    padding-right: 0;
}

/*.====================================
10.0 blog-detais-area start
========================================*/
.importent-section {
    overflow: hidden;
}

.importent-img {
    float: left;
    padding-right: 30px;
}

.importent-text h2 {
    font-size: 24px;
    line-height: 16px;
    margin-bottom: 25px;
    padding-top: 5px;
}

.importent-text p {
    margin-bottom: 25px;
}

.blog-left-bar blockquote {
    font-family: 'Playfair Display', serif;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #333;
    padding: 30px 25px 30px 50px;
    margin: 50px 0;
}

.blog-left-bar p {
    line-height: 30px;
}

.blog-left-bar .tag-share {
    min-height: 60px;
    border-top: 1px solid #ebebf1;
    border-bottom: 1px solid #ebebf1;
    margin: 60px 0 70px;
    overflow: hidden;
}

.blog-left-bar .tag-share .tag {
    float: left;
    padding: 20px 0;
}

.blog-left-bar .tag-share .tag a {
    background: #f5f5f5;
    font-size: 14px;
    display: inline-block;
    padding: 9px 25px 10px;
    color: #333;
}

.blog-left-bar .tag-share .tag a:hover {
    color: #b20018;
}

.blog-left-bar .tag-share .tag ul li {
    padding-right: 5px;
}

.blog-left-bar .tag-share .tag ul li:last-child:after {
    display: none;
}

.blog-left-bar .tag-share .tag ul>li+li {
    margin-left: 10px;
}

.blog-left-bar .tag-share .share {
    float: right;
    padding: 28px 0;
}

.blog-left-bar .tag-share .share ul>li+li {
    margin-left: 15px;
}

.blog-left-bar .tag-share .share a {
    color: #848484;
}

.blog-left-bar .tag-share .share a:hover {
    color: #b20018;
}

.blog-left-bar .tag-share ul {
    overflow: hidden;
}

.blog-left-bar .tag-share ul li {
    float: left;
}

.blog-left-bar .author-box {
    background-color: #f1f1f1;
    padding: 30px 40px;
    margin: 70px 0 30px;
}

.blog-left-bar .author-box .author-avatar {
    float: left;
}

.blog-left-bar .author-box .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border: 5px solid #ddd;
    margin-top: 14px;
}

.blog-left-bar .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

.blog-left-bar .author-box .author-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-left-bar .author-box .author-name {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 10px;
    color: #282e3f;
}

.blog-left-bar .author-box .social-lnk {
    display: inline-block;
}

.blog-left-bar .author-box .social-lnk li {
    float: left;
    margin-right: 15px;
}

.blog-left-bar .author-box .social-lnk a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #777;
}

.blog-left-bar .author-box .social-lnk a:hover {
    color: #b20018;
}

.blog-left-bar .more-posts {
    overflow: hidden;
}


.blog-left-bar .more-posts>div {
    width: 50%;
    float: left;
}

.blog-left-bar .more-posts>div>a {
    display: inline-block;
}


.blog-left-bar .more-posts .next-post {
    text-align: right;
}


.blog-left-bar .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}

.blog-left-bar .more-posts .previous-post>a>span,
.blog-left-bar .more-posts .next-post>a>span {
    display: block;
}

.blog-left-bar .more-posts .post-control-link {
    color: #666;
    transition: all .3s;
}

.blog-left-bar .more-posts .post-control-link i {
    padding: 10px;
}


.blog-left-bar .more-posts a:hover .post-control-link {
    color: #b20018;
}

.blog-left-bar .comments-area {
    margin-top: 70px;
}

.blog-left-bar .comments-area .comments {
    border-bottom: 0;
}

.blog-left-bar .comments-area li>div {
    padding: 25px 25px 8px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.blog-left-bar .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-left-bar .comments-area .comments-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

.blog-left-bar .comments-area li>div {
    position: relative;
}

.blog-left-bar .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}

.blog-left-bar .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-top: 12px;
}

.blog-left-bar .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-left-bar .comments-area .comments-meta h4 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.blog-left-bar .comments-area .comments-date {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-left-bar .comments-area p {
    line-height: 30px;
    margin-top: 12px;
}

.blog-left-bar .comments-meta {
    overflow: hidden;
}

.blog-left-bar .comments-area .comment-reply-link {
    font-size: 16px;
    color: #b20018;
    float: right;
}

.blog-left-bar .comments-area .comment-reply-link i {
    padding-right: 10px;
}

.blog-left-bar .comment-respond {
    margin-top: 70px;
}

.blog-left-bar .comment-respond .comment-reply-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

.blog-left-bar .comments-area .comment.comment-5 {
    padding-left: 100px;
}

.blog-left-bar .comments-area .comment.comment-2 {
    padding-left: 100px;
}

.blog-left-bar .comment-respond .comment-reply-title {
    font-size: 30px;
}

.blog-left-bar .comment-respond form input,
.blog-left-bar .comment-respond form textarea {
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    border: 1px solid #f5f5f5;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-left-bar .comment-respond form input:focus,
.blog-left-bar .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #b20018;
}

.blog-left-bar .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

.blog-left-bar .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-left-bar .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-left-bar .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-left-bar .comment-respond .form-submit input {
    max-width: 120px;
    background-color: #b20018;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.blog-left-bar .comment-respond .form-submit input:hover {
    background-color: #d4c291;
}

.blog-right-bar-2 {
    padding-left: 0;
    padding-right: 30px;
}

.blog-page-area.blog-page-fullwidth .blog-left-bar .author-box .author-avatar img {
    margin-top: 0px;
}

.blog-page-area.blog-page-fullwidth .blog-left-bar .comments-area .comment-theme img {
    margin-top: 0px;
}

.blog-page-area.blog-page-fullwidth .importent-text {
    max-width: 800px;
}

/*===================================================
11.0 contact-page-area start
=======================================================*/

.contact-page-area .contact-map {
    height: 450px;
    margin-top: 100px;
    cursor: pointer;
}

.contact-page-area .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.contact-page-item h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-page-item h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.contact-page-item span {
    color: #fff;
    display: block;
    padding-bottom: 10px;
}

.contact-page-item .adress {
    margin-bottom: 20px;
}

.contact-page-item .phone {
    margin-bottom: 20px;
}

.contact-area.contact-area-2.contact-area-3 {
    padding-top: 0px;
    padding-bottom: 0;
}

.contact-area.contact-area-2.contact-area-3 h2 {
    margin-bottom: 40px;
    font-size: 30px;
}

.g1 {
	border:2px solid #56b621;
}

.g2 {
	color:#56b621;
}

.b1 {
	border:2px solid #000000;
}

.b2 {
	color:#000000;
}

.p1 {
	border:2px solid #f11837;
}

.p2 {
	color:#f11837;
}

.bl1 {
	border:2px solid #1485e5;
}

.bl2 {
	color:#1485e5;
}


.o1 {
	border:2px solid #ff6408;
}

.o2 {
	color:#ff6408;
}

.y1 {
	border:2px solid #fcaf01;
}

.y2 {
	color:#fcaf01;
}

.brands {
	margin-top:15px;
	font-size:24px;
	text-align:center;
	color:#000000;
}

.color {
	color:#ffffff;
	text-align:justify;
}

.color1 {
	color:#ffffff;
	text-align:center;
}
.red1 {
	color:#b20018;
}

.orange1 {
	color:#ff6408;
}

.yellow1 {
	color:#fcaf01;
}

.green1 {
	color:#56b621;
}

.blue1 {
	color:#1a8de6;
}

.glight {
	color:#2bb67b;
}

.bg {
	background-color:#333333;
	padding:50px 20px;
	color:#ffffff;
}

.bg h1 {
    color: #fff;
}

.bg p {
    color: #fff;
}

.brands1 {
	text-align:center;
	font-size:28px;
	color: #b20018;
	font-weight:bold;
}

.brands2 {
	text-align:center;
	font-size:44px;
	color: #e02b20;
	font-weight:bold;
	line-height: 80px;
}

.brands3 {
	text-align:center;
	font-size:22px;
	color: #000000;
	line-height: 30px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgb(0, 0, 0);
}
.ptb-100-20 {
	padding-top:30px;
}

.practice-section1 {
	background-color: rgba(255, 255, 255, 0.75);
    color: #f34b3d;
    padding: 30px;
}

@media (min-width: 992px) {
	li.menu1 {	
		width: 16.78%;
		text-align: center;
		color:#ffffff;
	}
}
li.menu1 a{	
	color:#ffffff;
}
.red {
	background-color:#b20018;
}

.orange {
	background-color:#ff6408;
}

.yellow {
	background-color:#fcaf01;
}

.green {
	background-color:#56b621;
}

.blue {
	background-color:#1a8de6;
}
.purple {
	background-color:#7f3eae;
}


.practice-section2 {
    padding: 20px;
    background: #ffffff;
    min-height: 470px;
    box-shadow: 0 0 10px #0000004a;
    margin-bottom: 20px;
}
.fontawesomeclass {
    font-size: 90px;
    margin: 20px 0;
    color: #027afb;
}
.bottomlogo {
	padding: 15px;
	border-radius : 10px;
	background : #fff;
	margin: 40px 0;
}
.bottomlink {
	color: #fff;
	margin: 13px 0px;
}
.bottomlink:hover, .bottomlink:focus {
	color: #fff;
	font-weight: bold;
}
.fontbold {
	font-weight: bold;
}
.width50per {
    max-width: 60%;
    width: 60%;
	margin-left: 40%;
}
.slidebigtext {
	color:#000 !important;
	font-weight:bold !important;
	line-height:70px !important;
}


/*about*/
@media (min-width: 1400px) {
	.colorback1 {
		bottom: -50px;
		right: -250px !important;
	}
}
@media (min-width: 1500px) {
	.colorback1 {
		bottom: -50px;
		right: -300px !important;
	}
	.back1 {
		padding: 100px 0 340px 0 !important;
	}
}
@media (max-width: 768px) {
	.back1 {
		padding: 45% 0 0px 0 !important;
	}
	.marginminus100 {
		margin-top: 0px !important;
		padding-bottom: 50px;
	}
}
.colorback1 {
	background: url("../inside pages/color/yellow.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 380px 0;
	position: absolute;
	bottom: -50px;
    right: -160px;
}
.back1 {
	background: url("../inside pages/1.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 300px 0;
}






/*lab-testing*/
@media (min-width: 1400px) {
	.colorback2 {
		bottom: -50px;
		right: -250px !important;
	}
}
@media (min-width: 1500px) {
	.colorback2 {
		bottom: -50px;
		right: -300px !important;
	}
	.back2 {
		padding: 100px 0 320px 0 !important;
	}
}
@media (max-width: 768px) {
	.back2 {
		padding: 45% 0 0px 0 !important;
	}
	.marginminus100 {
		margin-top: 0px !important;
		padding-bottom: 50px;
	}
}
.colorback2 {
	background: url("../inside pages/color/red.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 380px 0;
	position: absolute;
	bottom: -50px;
    right: -160px;
}
.back2 {
	background: url("../inside pages/2.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 250px 0;
}







/*private*/
@media (min-width: 1400px) {
	.colorback3 {
		bottom: -50px;
		right: -250px !important;
	}
}
@media (min-width: 1500px) {
	.colorback3 {
		bottom: -50px;
		right: -300px !important;
	}
	.back3 {
		padding: 100px 0 400px 0 !important;
	}
}
@media (max-width: 768px) {
	.back3 {
		padding: 45% 0 0px 0 !important;
	}
	.marginminus100 {
		margin-top: 0px !important;
		padding-bottom: 50px;
	}
}
.colorback3 {
	background: url("../inside pages/color/purple.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 380px 0;
	position: absolute;
	bottom: -50px;
    right: -160px;
}
.back3 {
	background: url("../inside pages/3.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 320px 0;
}











/*product-sourcing*/
@media (min-width: 1400px) {
	.colorback4 {
		bottom: -50px;
		right: -250px !important;
	}
}
@media (min-width: 1500px) {
	.colorback4 {
		bottom: -50px;
		right: -300px !important;
	}
	.back4 {
		padding: 100px 0 220px 0 !important;
	}
}
@media (max-width: 768px) {
	.back4 {
		padding: 45% 0 0px 0 !important;
	}
	.marginminus100 {
		margin-top: 0px !important;
		padding-bottom: 50px;
	}
}
.colorback4 {
	background: url("../inside pages/color/green.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 380px 0;
	position: absolute;
	bottom: -50px;
    right: -160px;
}
.back4 {
	background: url("../inside pages/4.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 220px 0;
}







/*oem*/
@media (min-width: 1400px) {
	.colorback5 {
		bottom: -50px;
		right: -250px !important;
	}
}
@media (min-width: 1500px) {
	.colorback5 {
		bottom: -50px;
		right: -300px !important;
	}
	.back5 {
		padding: 100px 0 220px 0 !important;
	}
}
@media (max-width: 768px) {
	.back5 {
		padding: 45% 0 0px 0 !important;
	}
	.marginminus100 {
		margin-top: 0px !important;
		padding-bottom: 50px;
	}
}
.colorback5 {
	background: url("../inside pages/color/lightblue.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 380px 0;
	position: absolute;
	bottom: -50px;
    right: -160px;
}
.back5 {
	background: url("../inside pages/5.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 220px 0;
}


/*product-sourcing*/
@media (min-width: 1400px) {
	.colorback6 {
		bottom: -50px;
		right: -250px !important;
	}
}
@media (min-width: 1500px) {
	.colorback6 {
		bottom: -50px;
		right: -300px !important;
	}
	.back6 {
		padding: 100px 0 220px 0 !important;
	}
}
@media (max-width: 768px) {
	.back6 {
		padding: 45% 0 0px 0 !important;
	}
	.marginminus100 {
		margin-top: 0px !important;
		padding-bottom: 50px;
	}
}
.colorback6 {
	background: url("../inside pages/color/red.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 380px 0;
	position: absolute;
	bottom: -50px;
    right: -160px;
}
.back6 {
	background: url("../inside pages/6.png");
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 350px 0;
}





.marginminus100 {
	margin-top : -120px;
	padding-bottom: 50px;
}
.marginminus100none {
	margin-top : 0px;
	padding-bottom: 50px;
}
.paddingten {
	padding: 10px 0;
}
.borderfifteen {
	border-radius: 15px;
}
.paddingfourty {
	padding: 40px 0px 0 0;
}
.bordertop {
	border-top: 5px solid white;
}
.fonteighteen {
	font-size: 18px;
}
.imgposright {
	position: absolute;
    right: -290px;
    top: 0;
    border-radius: 15px;
    border: 2px solid white;
	width: 250px;
}
.smallcircle {
    position: absolute;
    left: -15px;
}
.gradientback {
	background: rgba(122,175,255,1);
    background: -moz-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122,175,255,1)), color-stop(100%, rgba(255,133,133,1)));
    background: -webkit-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
    background: -o-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
    background: -ms-linear-gradient(left, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
    background: linear-gradient(to right, rgba(122,175,255,1) 0%, rgba(255,133,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aafff', endColorstr='#ff8585', GradientType=1 );
}
.imgposright1 {
    position: absolute;
    right: -290px;
    border-radius: 15px;
    border: 2px solid white;
    width: 250px;
    bottom: 450px;
}
.imgposright2 {
    position: absolute;
    right: -290px;
    border-radius: 15px;
    width: 250px;
    bottom: 350px;
}
.imgposright3 {
    position: absolute;
    right: -290px;
    border-radius: 15px;
    border: 2px solid white;
    width: 250px;
    bottom: 300px;
}
.topparafont {
	font-size: 24px;
}
.topheadfont {
	font-size: 45px;
	font-weight: bold;
}
.toptextpara {
	font-size: 25px;
	line-height: 35px;
}




.accordion {
  background-color: #0062cc;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  font-size: 18px;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-radius: 10px;
  margin-bottom: 10px;
}
.active, .accordion:focus {
  background-color: #56b621; 
  border: 0;
  outline: 0;
}
.brand_css {
	padding: 20px 0;
	box-shadow: 0 0 10px #0000004a;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.legalbox {
	padding: 60px 0;
}
.colorblue {
	color: #0062cc;
}
.colorred {
	color: #b20018;
}
.colorgreen {
	color: #56b621;
}
.colororange {
	color: #ff6408;
}
.colorwhite {
	color: #fff;
}
.coloryellow {
	color: #F1D600;
}
.backblue {
	background: #0062cc;
}
.backred {
	background: #b20018;
}
.backgreen {
	background: #56b621;
}
.backorange {
	background: #ff6408;
}
.backwhite {
	background: #fff;
}
.backyellow {
	background: #F1D600;
}
.buttontext2 {
    font-size: 18px;
    background: rgba(204,0,0,1);
	background: -moz-linear-gradient(left, rgba(204,0,0,1) 0%, rgba(0,166,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,0,0,1)), color-stop(100%, rgba(0,166,255,1)));
	background: -webkit-linear-gradient(left, rgba(204,0,0,1) 0%, rgba(0,166,255,1) 100%);
	background: -o-linear-gradient(left, rgba(204,0,0,1) 0%, rgba(0,166,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(204,0,0,1) 0%, rgba(0,166,255,1) 100%);
	background: linear-gradient(to right, rgba(204,0,0,1) 0%, rgba(0,166,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#00a6ff', GradientType=1 );
    color: white;
    border: 0;
    padding: 10px;
    font-weight: bold;
	margin: 15px 0 0 0;
    width: 100%;
    box-shadow: 3px 3px 0px black;
}
.buttontext2:hover, .buttontext2:focus {
	transition: 0.2s;
    transform: scale(1.02);
	cursor: pointer
}
@media (min-width: 575px) {
	.displayinpc {
		display: block;
	}
	.displayinmobile {
		display: none;
	}
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  top: 25%;
  width: 50%;
  margin-left: 50%;
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 575px) {
	.displayinmobile {
		display: block;
	}
	.legalbox {
		padding: 30px 0;
	}
	.toptextpara {
		font-size: 20px;
		line-height: 25px;
	}
	.slidebigtext {
		line-height:35px !important;
	}
	.width50per {
		max-width: 100%;
		width: 100%;
		margin-left: 0%;
	}
	.marginten {
		margin: 10px 0;
		border-radius: 15px;
		border: 2px solid white;
	}
	.displayinpc {
		display: none;
	}
	.marginbottom20px {
		margin-bottom: 20px;
	}
	.hero .slide .container {
		background: #ffffffad !important;
	}
	.hero .hero-slider .slick-list .slick-current .slide-caption > p {
		font-size: 20px !important;
		text-align: center;
	}
	.bottomlogo {
		border-radius : 05px;
	}
	.logo {
		margin: 0 !important;
		width: 200% !important;
	}
	.slicknav_btn {
		padding: 0 !important;
	}
	.slicknav_nav {
		background: #ed1c24 !important;
	}
	.slicknav_nav a:hover {
		background: #022948 !important;
		color: #fff;
	}
	.our_services_class {
		width: 80%;
		margin: 10px 10%;
		border-radius: 10px;
	}
	.newcsstobeadded {
		min-height: 400px;
	}
	.practice-section2 {
		min-height: 200px;
	}
	.studies-menu button {
		padding: 0 5px !important;
	}
	p {
		font-size: 16px !important;
	}
	.h1, h1 {
		font-size: 27px !important;
	}
	.h2, h2 {
		font-size: 24px !important;
	}
	.h3, h3 {
		font-size: 21px !important;
	}
	.h4, h4 {
		font-size: 18px !important;
	}
	.h5, h5 {
		font-size: 17px !important;
	}
	.h6, h6 {
		font-size: 16px !important;
	}
	.brands2 {
		font-size: 28px !important;
		line-height: 35px !important;
	}
	.hero-style-1 .slide-caption span, .hero-style-2 .slide-caption span, .hero-style-3 .slide-caption span {
		font-size:25px !important;
	}	
	.toptextclass {
		padding: 25px 0;
	}
	.nopaddingmobile {
		padding: 0 !important;
	}
	.forcewhite {
		color: #fff !important;
	}
	.forceblack {
		color: #000 !important;
	}
	.bottomlink {
		margin: 05px;
	}
	.marqueetext {
		vertical-align: middle;
		padding: 5px 0 5px 0;
		font-size: 18px;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
	}
	.text {
		color: #f2f2f2;
		font-size: 15px;
		position: absolute;
		bottom: 15%;
		top: 25%;
		right: 10%;
		left: 10%;
		width: 80%;
		margin-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.slidebigtext {
		line-height: 18px !important;
		font-size: 20px !important;
	}
	.slidetest {
		font-size: 18px !important;
	}
}
@media (max-width: 350px) {
	.text {
		color: #f2f2f2;
		font-size: 15px;
		position: absolute;
		bottom: 15%;
		top: 15%;
		right: 10%;
		left: 10%;
		width: 80%;
		margin-left: 0;
		padding-right: 0;
		text-align: center;
	}
}
@media (max-width: 300px) {
	.text {
		color: #f2f2f2;
		font-size: 15px;
		position: absolute;
		bottom: 15%;
		top: 10%;
		right: 10%;
		left: 10%;
		width: 80%;
		margin-left: 0;
		padding-right: 0;
		text-align: center;
	}
}


	.slidebigtext {
		line-height: auto;
		font-size: 50px;
	}
	.slidetest {
		font-size: 25px;
	}
	
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev:hover, .next:hover {
	transform: scale(1.5);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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;
}

.active, .dot:hover {
  background-color: #717171;
}
div#mfesecure-ts-image {
    background: transparent !important;
    box-shadow: none !important;
	display: none !important;
}
.cc_banner.cc_container.cc_container--open {
    padding: 5px 10%!important;
}
p.cc_message {
    color: white !important;
}
.cc_container a:hover, .cc_container a:active {
    color: #ff641d !important;
}
.cc_container a, .cc_container a:visited {
    color: #fcaf28 !important;
}
a.cc_btn.cc_btn_accept_all {
    color: black !important;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade !important;
  -webkit-animation-duration: 1.5s !important;
  animation-name: fade !important;
  animation-duration: 1.5s !important;
  opacity: 1  !important;
}

@-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}
}

.hrclass-css {
	margin: 0;
	border: 3px solid white;
}
.blog-title-css {
    font-size: 22px;
    font-weight: 700;
}
.blog-button-css {
    background: #b20018;
    border: 0;
    padding: 5px 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
	cursor: pointer;
}
.blog-button-css:hover, .blog-button-css:active, .blog-button-css:focus {
	background: #ff6408;
	transition: 0.5s;
}
.blog-image-css {
    border-radius: 10px;
    box-shadow: 0 0 10px #00000094;
    margin-bottom: 15px;
	width: 100%;
}
.blog-box-css {
    margin-bottom: 30px;
}
.b-main-title-font-css {
    font-size: 34px !important;
    font-weight: bold;
    color: #b20018;
}
.b-para-css {
    font-size: 20px !important;
	margin-bottom: 30px;
}
.b-title-font-css {
    color: #2d2f91;
	font-size: 26px !important;
    font-weight: bold;
}
.b-title-inside-font-css {
    font-size: 22px !important;
    font-weight: bold;
    color: #ff6408;
}
.b-title-hr-css {
	
}
.cognito .c-forms-confirmation-message p {
    font-size: 20px;
    text-align: center;
    padding: 50px 0;
}
@media only screen and (max-width: 768px) {
	.blog-title-css {
		font-size: 20px !important;
	}
	.b-main-title-font-css {
		font-size: 24px !important;
		font-weight: bold;
		color: #b20018;
	}
	.b-para-css {
		font-size: 18px !important;
	}
	.b-title-font-css {
		color: #2d2f91;
		font-size: 22px !important;
	}
	.b-title-inside-font-css {
		font-size: 19px !important;
		font-weight: bold;
		color: #ff6408;
	}
}