html, body{font-family:Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:12.5px; }
body, a, h1,h2,h3,h4,h5,h6,span,p,div{color:#262626}
a:hover{color: #FF9800;}
.ft-cursive{font-family:cursive}

p{font-size: 14px; font-family:cursive; color:#6c757d; line-height:1.8}
.bg-light_blue{background: linear-gradient(90deg, #1976D2 35%, #3b5998 100%, #3b5998 100%) !important}
.text-blue{color:#3b5998}
.list-style-type-decimal{list-style-type: decimal;
    color: #555;
    letter-spacing: 0.3px;
    font-family: cursive;
    font-size: 14px;}
.online_pay, .read_more{
	box-shadow: 2px 4px 0px #FFC107;
	background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
    border: unset;
	transition: all .5s linear;
	color:#000 !important
}
.online_pay:hover, .read_more:hover{box-shadow:unset; background: linear-gradient(127deg, #3b5998 50%, #014387 50%);}
.online_pay:hover span, .read_more:hover{color:#fff !important}
.container{max-width:1230px}
.top-header a{color:#fff;}
/* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
      position:relative;
  }
.bg-light {
    background-color: #fdfdfd !important;
}
.logo-img{
    color: black;
    font-weight: 900;
    font-variant: all-petite-caps;
    font-size: 24px;
    letter-spacing: 3px;
    max-width: 225px;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link{
    color: #000;
    white-space: normal;
    letter-spacing: 0.1rem;
    padding: 1.25rem 0.75rem;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FF9800;
    font-size: 13px;
    transition: 0.3s linear;
    letter-spacing: 0.10rem;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #3F51B5;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}
.carousel-indicators .active{
    background-color: #fff;
}

.slider-section {min-height:600px}
.slider-section .carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
	height:600px;
}
.slider-section .carousel-inner>.carousel-item{background-image: url(../images/bg-1.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;}
	
	.carousel-inner>.carousel-item h2 {
    text-shadow: -1px 2px 1px #e19f11;
    font-size: 3.5rem;
}
.carousel-inner>.carousel-item h4{font-size: 1.8rem;
    font-weight: 300;
    border-bottom: 2px solid;
    padding-bottom: 1rem;}
.slider-section .carousel-inner>.carousel-item:nth-child(2){background-image:url(../images/bg-2.jpg) !important;}
.slider-section .carousel-inner>.carousel-item:nth-child(3){background-image:url(http://iltumen.ru/sites/default/files/img_news/23_4.jpg) !important;}
.slider-section .carousel-inner>.carousel-item h3{font-size: 2.2rem;
    line-height: 1.7;}
	.ft-16{font-size:16px}
	
.slider-section .carousel-inner>.carousel-item::before {
    position: absolute;
    content: "";
    background: rgba(0, 64, 133, 0.92);
    width: 60%;
    height: 100%;
    left: -156px;
    top: 0;
    bottom: 0;
    -ms-transform: skewY(3deg);
    transform: skewY(0deg) skewX(-28deg);
    z-index: 0;

}
.slider-section .carousel-inner>.carousel-item:nth-child(2)::before{
	background: #f35210ed;
}
.carousel-inner>.carousel-item:nth-child(2) h2{
	text-shadow: -1px 2px 1px rgba(0,0,0,.9);
}
.slider-section .carousel-inner>.carousel-item:nth-child(3)::before{
	background: #ffc107f2;
}
.carousel-inner>.carousel-item:nth-child(3) h2{
	text-shadow: -1px 2px 1px rgba(0,0,0,.9);
}
.fill_text{min-height:600px}
/* #slider-banner:before, #slider-banner:after{ */
    /* content:''; */
    /* z-index:-1; */
    /* width:200px; */

    /* position:absolute; */
    /* bottom:20px; */
    /* left:10px; */
    /* top:80%; */
    /* box-shadow:0 20px 15px #777; */
    /* transform:rotate(-5deg); */
/* } */
/* #slider-banner:after{ */
    /* left:auto; */
    /* right:10px; */
    /* transform:rotate(5deg); */
/* } */
/* .why_cu_like .nav li{padding:0 2rem 0 0} */
.tab-content>.active .box{visibility: visible;
    animation-duration: 3s;
    animation-delay: 0.3s;
    animation-name: flipInY;}
.heading-title{
  font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 3rem;
}
.tab-services .nav-pills .nav-link {
    border-radius: .25rem;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #ddd;
    border-radius: unset;
}
.tab-services .nav-pills .nav-link.active,
.tab-services .nav-pills .show>.nav-link{
  color: #FF9800;
    background-color: unset;
    border-color: #FF9800;
}

#stab .card .card-body h3, #tc .card .card-body h3, #ld .card .card-body h3{font-weight:bold}
#stab .card .card-body h3 small, #tc .card .card-body h3 small, #ld .card .card-body h3 small{font-size:60%}
#stab p, #tr p, #tc p, #ld p{font-size: 14px;
    color: #6c757d;}
#stab .body-box-heading p, #tr .body-box-heading p, #tc .body-box-heading p, #ld .body-box-heading p{font-size:unset !important}
.box .card .card-body{
  position:relative;
  -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;
}
.box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial {
    background: url(../images/bg-1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    background: #fff;
    background: -webkit-linear-gradient(to right, #928DAB, #00d2ff);
    background: linear-gradient(to right, #f1f1f3, #ffffffbd);
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .box-img {
    width: 75px;
    height: 75px;
    display: flex;
    object-fit: fill;
    margin-bottom: 1rem;
}
.testimonial .carousel-indicators {
    position: relative;
}

footer {
    padding: 30px 0 50px 0;
    background-color: #1a1a1a;
}
footer h5 {
    color: #fff;
    text-transform: uppercase;
}
footer hr{
    border: 0;
    border-top: 2px solid #ffd200;
    clear: both;
    width: 40px;
    margin: 0px 0 20px 0;
}
footer ul {
    padding: 0;
    margin: 0;
}footer li {
    font-weight: 100;
    line-height: 34px;
    font-size: 13px;
    letter-spacing: 0.01em;
}
footer li {
    list-style: none;
}
footer a {
    color: #fff !important;
    opacity: 0.5;
}
footer a:hover {
    color: #fff;
    opacity: 1;
}
a {
    text-decoration: none!important;
}
.footer-btn {
    border: 2px solid #ffd200;
    color: #ffd200;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 16px 24px 0 0;
    padding: 2px 30px 2px 10px;
    text-align: center;
    background: url(../images/btn-arrow.png) 144px 13px no-repeat;
}
.footer-nav {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0;
    font-size: 13px;
    margin-top: 50px;
}
.footer-nav li {
    float: left;
    background: none;
    margin: 15px 20px;
}

.copyrights p {
    color: #555;
    font-size: 13px;
    text-align: left;
}
.footer-client {
    padding: 30px 0;
    text-align: center;
    opacity: .4;
}
.footer-client img {
    width: 100%;
    height: auto;
}
.copyrights {
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding-top: 20px;
}
.copyrights h6{color:#555}
.online_pay{letter-spacing: 2px;
  position: fixed;
  transform: rotateZ(90deg);
  right: -10%;
  top: 30%;
  z-index: 10;
}
.sticky-top{box-shadow: 0 12px 6px rgba(0,0,0,.06); background: #fff}
.dropitem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.dropitem-columns .dropitem {
    margin-bottom: .75rem;
}
.dropitem-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.dropdown_ltr{left:unset; right: unset !important}
dl dt, dl dd{font-size:16px; margin-bottom:0.5rem; position:relative; padding: .55rem 1.25rem}
.page-content p, .page-content .list-group li, dl dd{font-size: 14px; color:#555; letter-spacing: 0.3px}
.page-content .list-group li{border:unset; position: relative; background: unset;}

.page-content .list-group li:before, .list-group li:before, dl dt:before {
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #f5990a;
font-size: 18px;
padding-right: 0.5em;
position: absolute;
top: 7px;
left: 2px;
}
.ft-13{font-size: 13px}
.form-banner{
  background:url(../images/public-private-limited-company-banner.jpg)no-repeat top center;
  background-size:cover;
  background-attachment: fixed;
  position: relative;
}
.form-banner:before{
  content:'';
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  background: #007bffd9;
}
.form-group{margin-bottom: 2rem}
.form-control, .custom-select{height: calc(1.5em + .75rem + 15px);
    border: unset;
    border-bottom: 1px solid #ced4da;
    border-radius: unset;
    background: unset;
    color: #fff;
    padding-right: 3rem;
    position: relative;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control:focus {
    color: #ffffff;
    background-color: unset;
    border-color: #ffffff;
    outline: 0;
     box-shadow:unset;
}
.btn{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.575rem 1.75rem;
  border-radius: unset;
}
.btn-warning{
  color: #fff;
  background: #ffb347;
  background: -webkit-linear-gradient(to right, #ffcc33, #ffb347);
  background: linear-gradient(to right, #f35a0e, #f5aa09);
  border-color: #f5aa09;
  transition: all .5s linear;
}
.btn-warning:hover {
    color: #fff;
    background: #000;
    border-color: #000;

}
.form-group:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 10px;
}
.contact_sec .form-group:after{    color: #ffc157;}
.uname:after{
  content: "\f007";
}
.mobile:after{
  content: "\f10b";
  font-size: 20px
}
.email:after{
  content: "\f003";
}
.services:after{
  content:"\f0dc";
}


.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}
.myaccordion .card-body{font-size: 14px; color: #555;}
.myaccordion .fa-stack {
    font-size: 11px;
    line-height: 2.2em;
    color: #f48c0a;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
  text-transform: none;
  font-size: 12px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
option{color:#555}


.why_cu_like ul li{position:relative; padding-left:6rem}
.why_cu_like ul{position:relative}
.why_cu_like ul:before{
	position: absolute;
    content: '';
    background: #FFC107;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    display: flex;
    left: 2rem;
}
.why_cu_like ul li:before{
	position: absolute;
    font-family: 'FontAwesome';
    
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 24px;
    width: 50px;
    height: 50px;
    right: 0;
    display: flex;
    border-radius: 40px;
    border: 1px solid #FFC107;
    color: #FFC107;
    justify-content: center;
    align-items: center;
	background:#fff;
	visibility: visible;
    animation-duration: 5s;
    animation-delay: 0.3s;
    animation-name: zoomInDown;
}
.why_cu_like ul li:before{
	content: "\f2b5";
}
.why_cu_like ul li:nth-child(2):before{
	content: "\f1c0";
}
.why_cu_like ul li:nth-child(3):before{content:"\f017"}
.why_cu_like ul li:nth-child(4):before{content:"\f059"}
.why_cu_like ul li:nth-child(5):before{content:"\f118"}

.dropdown-item{position:relative}
.dropdown-menu .dropdown-item {
    padding: .55rem 0 .55rem 23px ! important;
}
.dropdown-item:after{
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f0a4";
	top:0;
	bottom:0;
	left:0;
	display:flex;
	align-items:center;
}

#client_carousel img{width: 150px;
    height: 65px;}
.about_us, .Clients_Brand {background: url(../images/bg_texture.png);
    background-attachment: fixed;}
.Clients_Brand { background-attachment: unset;}
.feature-box  .iconset span{font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 40px;
    border: 1px solid #FFC107;
    color: #FFC107;
    align-items: center;
    background: #fff;
    justify-content: center;
	visibility: visible;
    animation-duration: 5s;
    animation-delay: 0.3s;
    animation-name: zoomInDown;
}
.feature {position:relative}
.feature:before{
	position: absolute;
    content: '';
    background: #FFC107;
    top: 15px;
    bottom: 0;
    width: 1px;
    display: flex;
    left: 2rem;
    height: calc(100% - 3rem);
    z-index: -1;
	visibility: visible;
    animation-duration: 5s;
    animation-delay: 0.3s;
    animation-name: zoomInUp;
}
.custom-card{min-height: 245px;}
.custom-card2 {
    min-height: 275px;
}