@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');



@font-face {
    font-family: 'IBMPlexSans-Regular';
    src: url('https://intelligentgst.com/dist/webfonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IBMPlexSans-Regular', sans-serif;
}

html{
	scroll-behavior: smooth;
}
body{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-size:1.1rem;
	/*font-family: 'Poppins', sans-serif;*/

}
p{
	font-size: 1.1rem;
	color: #001b40;
}
h1{
	
	font-size: 3.2rem;
	font-weight: 600;
	color: #303030;
}
h2{
	color: #3c3c3c;
	font-weight: 600;
	font-size: 2.2rem;

}
h4{
	font-size: 1.2rem;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
.container{
	max-width: 1200px;
}
.no-gutter > [class*='col-'] {
    padding-right:4px;
    padding-left:4px;
}
/*upper haeder*/
 .dropdown:hover .dropdown-menu{
        display: block;
    }
.upper-haeder{
	width: 100%;
	background-color: #ec1b3c;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-upper-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-upper-area .header-contact-area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex-upper-area .header-contact-area .contact span,
.flex-upper-area .header-contact-area .contact img
.flex-upper-area .header-contact-area .contact i{
	display: inline-block;
	font-size: 14px;
	color: #fff;
 }
 .flex-upper-area .header-contact-area .contact img{
 	width: 14px;
 }
.flex-upper-area .header-contact-area .contact span{
	margin-left: 5px;
}
.header-contact-area .panel-header{
	padding-right: 15px;
	border-right: 1px solid #f6f6f6;
}
.header-contact-area .panel-header:nth-child(2){
	padding-left: 15px;
	border:none;
}

.header-contact-area .social-icons ul li{
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 20px;

}
.header-contact-area .social-icons ul li a{
	width: 20px;
	height: 20px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-contact-area .social-icons ul li a i{
	font-size: 12px;
	color: #ec1b3c;
}
.flex-upper-area .office-time a{
	color: #fff;
	font-size: 14px;
}

/*main menu*/
.main-menu{
	position: relative;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
.main-menu .navbar-brand img{
	max-width: 200px;
}
.main-menu .nav-item .nav-link{
	color:#3c3c3c;
	margin-left: 10px;
	font-size:14px;
	font-weight: 500; 
	text-transform: uppercase;
}
/*hero area*/
.hero-area{
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}
.banner-caption h1{
	display: block;
	line-height: 50px;
	text-transform: uppercase;
}
.banner-caption p{
	margin-top: 15px;
}
.btn-area{
	margin-top: 30px;
}
.btn-radis-shadow{
	background-color: #ec1b3c;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	border-radius: 30px;
	padding: 10px 18px 10px 16px;
	font-weight: 300;
-webkit-box-shadow: 16px 16px 27px 0px rgba(255,199,208,1);
-moz-box-shadow: 16px 16px 27px 0px rgba(255,199,208,1);
box-shadow: 16px 16px 27px 0px rgba(255,199,208,1);
border:none;

}
.btn-radis-shadow:hover{
	outline: none;
	box-shadow: none;
	border:none;
	color: #fff;
}
.banner-img img{
	max-width: 100%;
}

/*about area*/
.section-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-img img{
	max-width: 100%;
}
.section-title h2{
	color: #3c3c3c;
	font-weight: 300;
	text-transform: uppercase;
}
.section-title span{
	color: #ec1b3c;
	font-weight: 600;
}
.about-tiles .about-content{
	margin-top: 20px;
}
.about-tiles .about-content h4{
	color: #3c3c3c;
	font-weight: 500;
}
.about-tiles .about-content p{
	margin-top: 20px;
}

/*services area*/
.bg-area{
	background-color: #f4f7f6;
	width: 100%;
}
.mid-width{
	max-width: 550px;
	margin: auto;
}
.title-content{
	margin: 30px auto;
	max-width: 800px;
} 
.services-box{
	background-color: transparent;
	position: relative;
	transition: 0.5s;
	margin-top: 30px;
	padding: 20px;
	transition: 0.5s;
}

.services-box:hover{
	background-color: #fff;
	-webkit-box-shadow: 16px 16px 27px 0px rgba(255,199,208,1);
-moz-box-shadow: 16px 16px 27px 0px rgba(255,199,208,1);
box-shadow: 16px 16px 27px 0px rgba(255,199,208,1);

}
.services-box img{
	max-width: 50px;
}
.services-box .services-details {
	margin-top: 20px;
	margin-bottom: 20px;
}
.services-box .services-details  p{
	margin-top: 15px;
}
.services-box .services-details h4{
	color: #3c3c3c;
	font-weight: 500;
	text-transform: uppercase;

}
.services-box a{
	color: #ec1b3c;
	font-weight: 500;
	font-size: 14px;
}

.featues-list-tiles{ 
  margin-top: 30px;

 }
 .featues-list-tiles ul li{
  color: #777;	
  position: relative;
  padding-left: 2em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;

}
 .featues-list-tiles ul li span{
 	color: #3c3c3c;
 	font-weight: 400;
 	font-size: 15px;
 	line-height: 20px;
 	display: block;
	text-align: justify;
 }
.featues-list-tiles ul :before{
  content: '';
  background-image: url(../images/ic_arrow.png); 
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  font-weight: bold;
  color: #3c7ce6;
  top: 5px;
}

/*comoany area*/
.bg-red-area{
	background-color: #ec1b3c;
    width: 100%;
    position: relative;
}
.light-title h2{
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.light-title h2 span{
  color: #3c3c3c;
  font-weight: 600;
}
.ligh-title-content p{
	color: #fff;
}
.company-slide .company-img{
	width: 100%!important;
	height: 60px!important;
	display: flex;
	justify-content: center;
	align-items: center; 
	padding: 5px 10px 5px 10px!important;
	border-radius: 35px;
	background-color: transparent;
	transition: 0.5s;
}
.company-slide .company-img img{
	max-width: 100%!important;
	max-height: 100%!important;
	margin: auto!important;
	opacity: 40%;
	transition: 0.5s;
}
.company-slide .company-img .on-hover {
	display: none;

}
.company-slide .company-img:hover{
	width: 100%!important;
	height: 60px!important;
	display: flex;
	justify-content: center;
	align-items: center; 
	padding: 5px 15px 5px 15px!important;
	border-radius: 35px;
	background-color: #fff;
	transition: 0.5s;
} 
.company-slide .company-img:hover .on-hover{
	display: block;
	opacity: 100%!important;
}
.company-slide .company-img:hover .default{
  display: none;
 }
 .company-slide .owl-nav .owl-prev{
   position: absolute;
   left: -60px;
   top: 15px;
   width: 30px;
   height: 30px;
   background-color: #bababe !important;
   border-radius: 50%!important;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #ec1b3c!important
 }
 .company-slide .owl-nav .owl-prev:focus,
 .company-slide .owl-nav .owl-next:focus{
 	outline: none;
 	box-shadow: none;

 }
 .company-slide .owl-nav .owl-next{
   position: absolute;
   right: -60px;
   top: 15px;
   width: 30px;
   height: 30px;
   background-color: #bababe !important;
   border-radius: 50%!important;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #ec1b3c!important
 }

 footer{
 	background-color: #32323b;
 	width: 100%;
 	position: relative;
 }
 .footer-tiles .footer-header{
 	position: relative;
 	padding-bottom: 8px;
 }
  .footer-tiles .footer-header h4{
  	color: #fff;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	font-weight: 600;
  }
   .footer-tiles .footer-header::after{
   	position: absolute;
   	width: 30px;
   	height: 1px;
   	background-color: #fff;
   	content: "";
   	bottom: 0px;
   	left: 0px;
   }
    .footer-tiles  .footer-content{
    	margin-top: 20px;
    }
 .footer-tiles  .footer-content ul li{
 	display: block;
 	line-height: 25px;
 }
  .footer-tiles  .footer-content ul li a{
  	color: #bababe;
  	font-size: 13px;
  	font-weight: 400;
  	text-transform: uppercase;
  }

 .footer-tiles  .footer-content  .social-icons li{
 	display: inline-block;
 	margin-right: 10px;
 }
  .footer-tiles  .footer-content  .social-icons li a{
  	color: #bababe;
  	font-size: 15px;
  }
 .footer-tiles  .footer-content  .address-tiles{
 	display: flex;
 	justify-content: flex-start;
 	margin-bottom: 20px;
 }
 
  .footer-tiles  .footer-content  .address-tiles span{
  	color: #bababe;
  	font-size: 14px;
  	font-weight: 400;
  }
   .footer-tiles  .footer-content  .address-tiles  .footer-cion-img{
   	width: 20px;
   	height: 20px;
   	margin-right: 20px;
   }
     .footer-tiles  .footer-content  .address-tiles  .footer-cion-img img{
     	max-width: 100%;
     } 
 .footer-tiles  .footer-content p{
 	display: block;
 	line-height: 15px;
	color: #bababe !important;
 }     

 .diveder{
 	position: relative;
 	width: 100%;
 	background-color: #6d6d73;
 	height: 1px;
 	margin-bottom: 30px;
 	margin-top: 30px;
 }
 .copy-wright-area{
 	text-align: center;
 	color: #bababe;
 	font-size: 14px;
 }
 .copy-wright-area a{
 	color: #bababe;
 }
 .banner-slider{
	min-height: 300px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
 }
 
  /*
-------------------------------
Blog
-------------------------------
*/
.blog-item {
	border: 1px solid #f5f5f5;
	margin-top: 30px;
}

.blog-image {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 196px;
}

.blog-text {
	background: #f5f5f5;
	padding: 20px;
}

.blog-item h3 a {
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-bottom: 8px;
}

.blog-item h3 a:hover {
	color: #3367c1;
}

.blog-item span {
	display: block;
	font-size: 15px;
}

.blog-item span i {
	margin-right: 5px;
	color: #3367c1;
}

.blog-item p {
	margin-top: 15px;
	margin-bottom: 5px;
}

.blog-author {
	overflow: hidden;
	background: #e6e6e6;
}

.blog-author ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.blog-author li {
	display: inline-block;
}

.blog-author li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 10px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-author li a i {
	margin-right: 5px;
	color: #3367c1;
}

.blog-author li a:hover {
	color: #3367c1;
}

.blog-author li.blog-button {
	background: #3367c1;
	float: right;
}

.blog-author li.blog-button a {
	background: #3367c1;
	padding: 15px 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-author li.blog-button i {
	color: #fff;
	margin: 0;
}

.blog-author li.blog-button a:hover {
	background: #313131;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 16px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	top: 0;
	margin-top: -20px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 40px;
}

.blog-carousel .owl-nav .owl-next {
	right: 0;
	margin-right: 0px;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.blog-one-item {
	margin-top: 30px;
}

.blog-one-item img {
	width: 100%!important;
}

.blog-one-text {
	margin-top: 20px;
}

.blog-one-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-one-text ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

.blog-one-text ul li:last-child {
	margin-right: 0;
}

.blog-one-text ul li a {
    font-family: 'Work Sans', sans-serif;
	text-decoration: none;
	color:#000 !important;
	
}

.blog-one-text ul li i {
	color: #ec1b3c;
	margin-right: 5px;
}
.blog-one-text h3{
    margin-bottom: 15px;
}

.blog-one-text h2 a {
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
    display: inline-block;
	margin-top: 15px;
	color: #4a4a4a !important;
}

.blog-one-text h2 a:hover {
	color: #000000 !important
}
.blog-one-text h3 a {
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
    display: inline-block;
	margin-top: 15px;
	color: #4a4a4a !important;
}

.blog-one-text h3 a:hover {
	color: #3367c1;
}

.blog-one-text p {
	margin-bottom: 20px;
}
.button-df a {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000;
    border-radius: 0px;
    padding: 13px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/*
-------------------------------
Sidebar
-------------------------------
*/
.sidebar {
	margin-top: 30px;
}

.sidebar-item {
	margin-top: 30px;
    padding: 30px;
}
.sidebar-item:first-child {
	margin-top: 0;
}

.sidebar-item input {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	height: 40px;
	border: 1px solid #e1e1e1;
}

.sidebar-item button {
	background: #ec1b3c;
	border: 1px solid #ec1b3c;
    color: #fff;
}

.sidebar-item button:hover {
	cursor: pointer;
}

.sidebar-item h3 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.sidebar-item h3:before {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	background: #ec1b3c;
	left: 0;
	bottom: 0;
}

.sidebar-item h3:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ec1b3c;
	left: 0;
	bottom: -5px;
}

.sidebar-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-item ul li {
	padding: 8px 0;
}

.sidebar-item ul li:first-child {
	padding-top: 0;
}

.sidebar-item ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 10px;
    font-family: 'Work Sans', sans-serif;
	color:#232323 !important
}

.sidebar-item ul li a:before {
	position: absolute;
	content: '\F105';
	font-family: fontawesome;
	top: 0;
	left: 0;
	color: #232323 !important
}

.sidebar-recent-item {
	overflow: hidden;
	display: table;
	margin-bottom: 25px;
}

.recent-photo {
	vertical-align: top;
	display: table-cell;
	float: left;
	width: 105px;
	padding-right: 8px;
}

.recent-photo img {
	max-width: 100%;
	height: auto;
}

.recent-text {
	vertical-align: top;
	display: table-cell;
	padding-left: 5px;
}

.recent-text a {
	vertical-align: top;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
    font-family: 'Work Sans', sans-serif;
	color: #232323 !important
}

.recent-text a:hover {
	color: #ec1b3c;
}

.rpwwt-post-date {
	position: relative;
	font-size: 13px;
	color: #b7b7b7;
	padding-left: 21px;
}

.rpwwt-post-date:before {
	position: absolute;
	content: '\f073';
	font-family: fontawesome;
	left: 0;
	top: 0;
}

.tagcloud a {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 8px 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tagcloud a:hover {
	color: #3367c1;
}


/*
-------------------------------
Pagination
-------------------------------
*/
.pagination a:hover {
	text-decoration: none;
}


/*
-------------------------------
Blog Single
-------------------------------
*/

.single-blog {
	margin-top: 30px;
}

.single-blog img {
	margin-bottom: 30px;
}

.single-blog h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.single-blog ul {
	list-style: disc;
	margin: 0 0 20px 0;
	padding:0;
	padding-left:20px;
}

.single-blog ul li {
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-left:20px;
	display:list-item;
	list-style-position:outside;
}

.single-blog ul li a {
	color:#001b40 !important;

}



.single-blog ol {
	list-style: disc;
	margin: 0 0 20px 0;
	padding:0;
	padding-left:20px;
}

.single-blog ol li {
	display: block;
	margin-top: 5px;
	margin-left:20px;
	margin-right: 5px;
	display:list-item;
	list-style-position:outside;
}

.single-blog ol li a {
	color:#001b40 !important;

}


.single-blog p {
	margin: 0;
	line-height: 161%;
    margin-bottom: 1.188rem;
}

.comment-form span {
	font-size: 16px;
	color: #3367c1;
}

.comment-form textarea {
	height: 220px;
}

.comment-form .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding: 14px 30px;
	border: 1px solid #3367c1;
	background: #3367c1;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form .btn:hover {
	color: #fff;
	background: #ec1b3c;
	border: 1px solid #313131;
}

.comment-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.comment-list ul li:last-child {
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-list .comment-item {
	overflow: hidden;
	display: table;
	width: 100%;
}

.comment-list .thumb {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}

.comment-list .com-text {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px;
}

.comment-list .com-text h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
}

.comment-list .com-text span.date {
	margin-right: 30px;
	font-size: 14px;
}

.comment-list .com-text span.date i {
	color: #3367c1;
	margin-right: 3px;
}

.comment-list .com-text span a {
	display: inline-block;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
	padding: 5px 10px;
	background: #3367c1;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-list .com-text span a:hover {
	background: #313131;
	color: #fff;
}

.comment-list .com-text p {
	margin-top: 12px;
	margin-bottom: 0;
}

.comment-list ul ul.children {
	margin-top: 20px;
	margin-left: 40px;
}

.comment-list ul ul.children li {
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
}

.banner-text h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.mt_50 {
    margin-top: 50px !important;
}
.headstyle h4 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 9px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.headstyle h4:before {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	background: #ec1b3c;
	left: 0;
	bottom: 0;
}

.headstyle h4:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ec1b3c;
	left: 0;
	bottom: -5px;
}

.share_buttons a {
	text-align: center;
}
.share_buttons a i {
    border: 1px solid #3b5998;
    color: #fff!important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    margin-right: 4px;
}
.share_buttons a.facebook i {
	background: #3b5998;
    border-color: #3b5998;
}
.share_buttons a.facebook:hover i {
	color: #3b5998!important;
	background: #fff;
}
.share_buttons a.twitter i {
	background: #00aced;
    border-color: #00aced;
}
.share_buttons a.twitter:hover i {
	color: #00aced!important;
	background: #fff;
}
.share_buttons a.pinterest i {
	background: #EB4823;
    border-color: #EB4823;
}
.share_buttons a.pinterest:hover i {
	color: #EB4823!important;
	background: #fff;
}
.share_buttons a.linkedin i {
	background: #0e76a8;
    border-color: #0e76a8;
}
.share_buttons a.linkedin:hover i {
	color: #0e76a8!important;
	background: #fff;
}
.btn-success {
    color: #fff;
    background-color: #ec1b3c;
    border-color: #ec1b3c;
}



.mySlides {display:none;}

.slidernav {
	color:#ec1b3c;
	border:none;
}

.slider-container{
	position:relative;
    padding: 20px;
}
.display-left{
	position:absolute;
	top:50%;

}
.display-right{
	position:absolute;
	
	top:50%;
    right:0;
}


.post_meta {
    display: flex; /* Use flexbox */
	margin-bottom: 10px;
}

.meta_box {
    flex: 1; /* Distribute available space equally */
   
    max-width: 225px;
}
.meta_box i{
	color: #ec1b3c;
}
.meta_box a{
	color: #000;
}

.greyback {
	background:#f6f6f6;
}
.page-accounting {
	padding-top: 100px;
    padding-bottom: 100px;
}
.page-accounting .section-title {
	margin-bottom:50px;
}
.primary-color{
	color: #ec1b3c;
}

ul.feature li{
	padding:10px 0;
}

.single-blog img {
	width:100%
}

.footer-tiles .footer-content p {
    color: #bababe;
}