header{
    background: #f3821e;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 2px 10px #000;
}
h1,h2,h3,h4,h5,h6{
  color: #fff;
}
.card-body h5{
color: #000;
}
.btn-primary{
    background: #f3821e!important;
    border-color:#f3821e!important;
    color: #fff!important;
    font-size: 18px;
    margin: 0 15px!important;
}
.btn{
  transition: .2s ease-out;
}
.btn-warning-outline {
  border: 2px solid #fb3;
  color: #f3821e!important;
}
.btn-warning-outline:hover{
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);

}
.navbar-dark .navbar-nav .nav-link{
    color: #fff!important;
}
.social-part a{
    color: #fff;
    display: inline-block;
    margin: 0 10px 10px;
    text-decoration: none;
    font-size: 16px;
}
.SearchBar,.SearchButton{
  display:none;
}
.bg-dark{
    background: #fff!important;
    box-shadow: 0 5px 6px -2px rgba(0,0,0,.3);
    border-top: 1px solid #e0e0e0;
}
.dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.navbar-dark .navbar-nav .nav-link{
    color: #000!important;
    text-decoration: none;
    font-size: 18px;
    margin: 0 15px;
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: #f3821e!important;
}
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color:#f3821e!important;
}
.saerchbar-main{
    position: relative;
}
.Searchbar{
    position: absolute;
    top: 66px;
    right: 40px;
    display: none;
}
.Searchbar .card-body{
    background-color: #3e3e3e;
    border-color: #313030;
}
.Searchbar .btn-success{
    background-color:#f3821e;
    border-color:#f3821e;
    color: #fff;
}
iframe{
  padding: 15px;
    background-color: #fff;
}
.fa-search{
    color: #f3821e;
    cursor: pointer;
    display: n;
}
.nav-item .fa-search{
  display: none;
}
.btn-success .fas{
    color: #fff;
}
.form-control-borderless {
    border: none;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000!important;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(204, 143, 89);
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
 
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:60px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
    font-weight:600;
    background-color: rgba(0,0,0, 0.4);
    padding: 30px;
    display: inline-block;
}
#myCarousel p{
	font-size:24px;
	margin-bottom:15px;
    color:#fff;
    background-color: rgba(0,0,0, 0.4);
    padding: 3px 15px;
    display: inline-block;
    
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(../images/Atlanta.jpg) center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

section{
    background-color: #29292a;
    /* color: #fff; */
}
section p{
    color: #aaa9a9;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
}
section h2{
    margin-bottom: 35px;
}
section .link a{
    color: #fff;
}
section .link a:hover{
color: #f3821e;
}
/* .subtitle {
    width: 50%;
      
  }
   */
  .subtitle span {
    display: inline-block;
    position: relative;  
  }
  
  /* .subtitle span:after {
    content: "";
    position: absolute;
    height: 10px;
    border-bottom: 1px solid #3e3e3e;
    border-top: 1px solid #3e3e3e;
    top: 21px;
    width: 40rem;
  } */
  .subtitle span:before {
    right: 100%;
    margin-right: 15px;
  }
  .subtitle span:after {
    left: 100%;
    margin-left: 15px;
  }
  .section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color:#f3821e;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #f3821e;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #f3821e;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
    font-size: 13px;
    width: 80%;
    line-height: 22px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #f3821e;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #f3821e;
}
article{
    background-color: #3d3c3c;
    padding: 30px 0px;
    text-align: center;
}
article h1{
    font-weight: 400;
    line-height: 1.41;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 32px;
    color: #fff;
}
article h1 a{
    color: #fff;
}
article h1 a:hover{
    color: #f3821e;
    text-decoration: none;
}
/* img section hover row*/
.main-imghover{
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 30px;
}
.main-imghover .card{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

}
.main-imghover .card:hover{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.main-imghover .card img{
  border-radius: 4px 4px 0 0;
}
.read-bt{
  border-top: 1px solid rgba(0, 0, 0, .05) !important;
  padding: 5px;
}
section .content {
    position: relative;
    /* width: 90%;
    max-width: 400px;
    margin: auto; */
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  .content-details a{
      color: #fff;
  }
  .content-details a:hover{
    color: #f3821e;
    text-decoration: none;
}
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 13px;
  }
  
  .content-details p{
    color: #fff;
    text-align: center;
    font-size: 13px;
  }
 
  .fadeIn-right{
    left: 80%;
  }
  .main-imghover .card-body a{
      color: #333;
  }
  .main-imghover .card-body a:hover{
    color: #f3821e;
}

/* client feed back slider*/
.client-slider{
  background-color: #242424;
}
.carousel-inner{
  padding-top: 40px;
}
.client-slider .fa-user-circle{
  font-size: 180px;
  /* color: #f3821e; */
}
.client-slider .card {
  margin: 0 auto;
  background-color: #3e3e3e;
  color: #aaa9a9;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #aaa9a9;
}
.card .carousel-caption h3 {
  color: #fff;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
  background-color: #f3821e;
}
.bryan-card .card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.bryan-card .card:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.bryan-card .card ul{
  list-style: none;
}
.bryan-card .card ul li:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
  color: #f3821e;
  margin-right: 15px;
  margin-left: -2.0em;
  vertical-align: middle;
}
.unstyleul li::before{
  list-style: none;
  display: none;
}

/*footer*/
.mailsend a{
  color: #bfbfbf;
}
.mailsend a:hover{
  color: #f3821e;
  text-decoration: none;
}
.fa-phone-alt{
  color: #f3821e;
}
.col_white_amrc { color:#ddd;}
footer { width:100%; background-color:#2d2d2d; min-height:250px; padding:10px 0px 10px 0px ; border-color: #403f3f;    border-top: 12px solid #403f3f;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#8c8989; padding-bottom:0px; margin-bottom:8px; text-align: justify;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
.footer .fusion-copyright-notice {
  color: #8c8989;
  font-size: 12px;
}
.footer .social-part a{
  color: #46494a;
}


footer h5{
  color: #dddddd;
  font-size: 13px;
}
.footer .LAW-FIRM{
  background-color:#fff;
  border: 1px solid #ebedf0;
  padding: 8px;
  border-radius: 5px;
  
}
.footer .drp {
  color: #365899;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.358;
  margin-bottom: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.drq {
  color: #1d2129;
  font-size: 12px;
  line-height: 1.358;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-link{
  background: #f5f6f7;
    border-top: 1px solid #ebedf0;
    padding-top: 7px;
}
.share-link .btn-light{
  font-size: 11px;
}
.shere-qute {
  background: #fff;
  border-color: #EBEDF0 #dfe0e4 #d0d1d5;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
  padding: 6px 12px;
}

/*accident-injury-lawyers page start*/
.injury-lawyers li{
  font-size: 13px;
  color: #aaa9a9;
}
.injury-lawyers li a{
  color: #fff;
  font-size: 13px;
}
.injury-lawyers li a:hover{
  color: #f3821e;
  text-decoration: none;
}
.email{
  color: #fff;
  font-size: 13px;
}
.email:hover{
  color: #f3821e;
  text-decoration: none;
}
.review-main{
  background-color: #242424;
  padding: 40px 0px;
}
.review-main .testimonial-section {
    padding: 25px;
    line-height: normal;
  border-color: #777;
  background-color: #3e3e3e;
  color: #aaa9a9;
  position: relative!important;
}
.review-main .testimonial-section:after {
  bottom: -30px;
  left: 43px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #3e3e3e;
  border-width: 15px;
  margin-left: -15px;
}
.author{
  padding-top: 15px;
}
.author .fas{
  padding-right: 30px;
  height: 40px;
  color: #aaa9a9;
  font-size: 28px;
  cursor: unset;
}
.author .company-name{
  font-size: 13px;
}

/*bryan-cigelske page*/
.bryan-cigelske-main ul{
  font-size: 13px;
  color: #aaa9a9;
}
.bryan-cigelske-main h3{
  color: #fff;
}
.bg-success{
  background-color: #353535!important;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  border-color: #464646;
  color: #fff;
}
.bg-success .breadcrumb{
  background:transparent;
  font-size:13px;
  color: #fff;
}
.bg-success  h6{
  padding-top: 15px;
}
.breadcrumb a{
  color: #fff;
  text-decoration: none;
}
.fa-angle-double-right{
  vertical-align: middle;
}
.breadcrumb a:hover{
  color: #f3821e;
  text-decoration: none;
}
/* blog page start*/
.blog-section .card-body a {
  color: #fff;
}
.blog-section .card-body{
  background-color: #29292a;
  border-color: #3e3e3e;
}
.blog-section .card{
  
  border-color: #3e3e3e;
}
.converstion-btn{
  background-color:#2d2d2d;
  padding: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.converstion-btn:after {
  bottom: -49px;
    left: 49.5%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #2d2d2d;
  border-width: 25px;
  margin-left: -15px;
}
.blog-section .card-body a:hover{
  color: #f3821e;
  text-decoration: none;
}
.modal-content{
  background-color: #242424;
  color: #fff;
}
.modal-footer{
  border-color: #242424;
}
.modal-header{
  border-color: #242424;
}
.single-navigation {
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
  border-color: #3e3e3e;
}
.single-navigation a:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
  margin-right: 5px;
}
.Nextarrow a::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
  margin-right: 5px;
}

.entry-title{
  font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 18px;
}
.fusion-meta-info-wrapper{
  font-size: 12px;
  clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    border-color: #3e3e3e;
}
.knighthawk-rally-section .card{
  background-color: #3e3e3e;
  box-sizing: border-box;
  margin: 35px 0px;
}
.knighthawk-rally-section .social-part a{
  color: #919191;
}
.knighthawk-rally-section .SearchIcon
{
    color:#fff;
   
}
.knighthawk-rally-section .SearchButton
{
  background: #000;
    border-radius:1px;
    color: #fff;
}
.knighthawk-rally-section .SearchButton:hover{
    background-color:#f3821e;
}
.knighthawk-rally-section .fa-search{
  color: #fff;
}
.knighthawk-rally-section .SearchBar{
    background: #3E3E3E;
    border-color: #212122;
}
.widget-title {
  font-size: 13px;
}
.knighthawk-rally-section ul{
  font-size: 13px;
  color: #fff;
  list-style: none;
}
.knighthawk-rally-section ul li a{
  font-size: 13px;
  color: #fff;
}
.navbar-dark .navbar-toggler{
  color: #000;
}
.knighthawk-rally-section ul li .fas{
  font-size: 13px;
  color: #fff;
}
.knighthawk-rally-section ul li a:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
  margin-right: 5px;
}
.knighthawk-rally-section ul li :hover{
  color:#f3821e;
  text-decoration: none;
  
}
.knighthawk-rally-section ul li{
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #3e3e3e;
}
.knighthawk-rally-section ul li .fas{
  font-size: 13px;
  color: #fff;
  
  margin-right: 10px;
}
.subtitle2{
  font-size: 17px;
}
.title-sep-container {
  position: relative;
  height: 6px;
}
.title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  margin-top: 8px;
}

.title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.title-sep{
  border-color: #3e3e3e;
}
.comment{
  color: #aaa9a9;
  float: right;
}
.testimonial_area {
  display: block;
  overflow: hidden;
  padding-left: 200px;
  padding-top: 100px;
  padding-bottom: 250px;
  position: relative;
  /* Jupitar Nave */
}
.testimonial_area h4 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 53px;
  text-transform: uppercase;
}
.testimonial_area h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 70px;
}
.testimonial_area .testimonial_slide {
  padding-left: 170px;
  /* Control */
}
.testimonial_area .testimonial_slide .testimonial_content {
  padding-left: 220px;
  z-index: 1;
}
/* .testimonial_area .testimonial_slide .testimonial_content:before {
  content: "\f102";
  position: absolute;
  left: 0;
  top: 0;
  color: #faf7ff;
  font-size: 205px;
  font-family: Flaticon;
  font-style: normal;
  line-height: 1;
  z-index: -1;
} */
.testimonial_area .testimonial_slide .testimonial_content p {
  font: 400 20px/31px "Niramit", sans-serif;
  /* color: rgba(40, 35, 49, 0.8); */
  max-width: 800px;
  padding-top: 30px;
}
.testimonial_area .testimonial_slide .testimonial_content .media {
  padding: 85px 0;
}
.testimonial_area .testimonial_slide .testimonial_content .media img {
  height: 82px;
  width: 82px;
  border-radius: 50%;
  max-width: 100%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body {
  padding-left: 30px;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a {
  display: block;
  font: 700 21px/1 "Niramit", sans-serif;
  color: #fff;
  padding-top: 10px;
  text-decoration: none;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a:hover, .testimonial_area .testimonial_slide .testimonial_content .media .media-body a:focus {
  color: #f3821e;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body h6 {
  font: 400 16px/1 "Niramit", sans-serif;
  color: #f3821e;
  padding-top: 20px;
}
.testimonial_area .testimonial_slide .nav_control {
  display: block;
  overflow: hidden;
  margin-left: 500px;
  padding-top: 75px;
}
.testimonial_area .testimonial_slide .control-prev {
  color: #f3821e;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  background: #fff;
  position: relative;
}
.testimonial_area .testimonial_slide .control-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 68px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}
.testimonial_area .testimonial_slide .control-prev i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.testimonial_area .testimonial_slide .control-prev:hover, .testimonial_area .testimonial_slide .control-prev:focus {
  background: #f3821e;
  color: #fff;
}
.testimonial_area .testimonial_slide .control-next {
  color: #fff;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  padding-left: 15px;
  background: #f3821e;
  position: relative;
}
.testimonial_area .testimonial_slide .control-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 30px 68px 0;
  border-color: transparent #fff transparent transparent;
}
.testimonial_area .testimonial_slide .control-next i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.testimonial_area .indicators {
  position: absolute;
  top: 0;
  right: 30px;
  border-radius: 50%;
  width: 705px;
  height: 705px;
  display: block;
  margin-top: 100px;
  padding-bottom: 100px;
}
.testimonial_area .indicators li {
  position: absolute;
  display: block;
  transition: all 300ms linear 0s;
}
.testimonial_area .indicators li img {
  border-radius: 50%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
  cursor: pointer;
  z-index: 1;
}
.testimonial_area .indicators li:hover, .testimonial_area .indicators li:focus {
  border-color: #f3821e !important;
}
.testimonial_area .indicators .testimonial_1 {
  top: 0;
  right: 0;
  border: 2px solid #e5e6fa;
  border-radius: 50%;
  width: 705px;
  height: 705px;
}
.testimonial_area .indicators .testimonial_1 img {
  animation: rotation 60s linear infinite;
  transform-origin: -290px 80px;
  top: 270px;
  position: absolute;
  right: -70px;
}
.testimonial_area .indicators .testimonial_1:before {
  content: "";
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 55s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}
.testimonial_area .indicators .testimonial_1:after {
  content: "";
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 100s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}
.testimonial_area .indicators .testimonial_2 {
  border: 1px solid #e5e6fa;
  border-radius: 50%;
  width: 607px;
  height: 607px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_2 img {
  animation: rotation 35s linear infinite;
  transform-origin: -230px 65px;
  top: 230px;
  position: absolute;
  right: -60px;
}
.testimonial_area .indicators .testimonial_3 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 494px;
  height: 494px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_3 img {
  animation: rotation 20s linear infinite;
  transform-origin: -170px 75px;
  bottom: 190px;
  position: absolute;
  right: -55px;
}
.testimonial_area .indicators .testimonial_4 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 365px;
  height: 365px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_4 img {
  animation: rotation 50s linear infinite;
  transform-origin: -125px 75px;
  top: 100px;
  position: absolute;
  right: -30px;
}
.testimonial_area .indicators .round_shap {
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 20px 52px 0px rgba(176, 124, 255, 0.35);
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ta_2 {
  padding-top: 120px;
}
.ta_2 .testimonial_slide {
  padding-left: 130px;
}
.ta_2 .testimonial_slide .testimonial_content {
  box-shadow: 0px 20px 50px 0px rgba(238, 228, 253, 0.75);
  background: #fff;
  max-width: 1047px;
  margin: 40px;
  margin-top: 15px;
  padding-top: 20px;
  z-index: 999;
  position: relative;
}
.ta_2 .testimonial_slide .testimonial_content:before {
  font-size: 160px;
  left: 35px;
  top: 50px;
}
.ta_2 .testimonial_slide .testimonial_content .media {
  padding-bottom: 70px !important;
}
.ta_2 .testimonial_slide .nav_control {
  padding-top: 40px;
}
.ta_2 .indicators {
  margin-top: 100px;
  z-index: -1;
}

.ta_4 {
  padding-bottom: 70px;
}

/* media query start*/

@media(max-width:1023px){
    .subtitle span:after{
        display: none;
    }
}
@media(max-width:767px){
  #myCarousel{
    display: none;
  }
  #show{
    display: none;
  }
  section h2 {
    margin-bottom: 19px;
    font-size: 18px;
  }
  article h1{
    font-size: 17px;
  }
  .blog-section .invisible{
    display: none;
  }
  .main-imghover.invisible{
    display: none;
  }
  .bryan-cigelske-main .media{
    display: inherit;
  }
  .card-deck .invisible{
    display: none;
  }
  .client-slider .fa-user-circle{
    font-size: 80px;
  }
  .carousel-inner{
    padding-top: 50px;
  }
}

