.logo img{
	width:240px !important;
}		
.list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-top: 5px;
}	
.icon {
    width: 20%;
}
.matter {
    flex: 1;
    text-align: left;
}

.matter h4, .matter p {
    margin: 0;
}
.middle-header{
	background:#fff !important;
}	
.main-header {
    background:-webkit-linear-gradient(135deg, #246db7 76%, #ffffff 50%) no-repeat;
    margin-top: -60px;
}
#mobile-view{
	float:right !important;
	margin-top:12px;
}
ul.social_icon{
	margin:0;
	padding:0;
}	
ul.social_icon li {
	list-style-type:none;
	display: inline-block;
}
ul.social_icon li a{
  color: #0f0f0f;
  display: block;
  font-size:16px;
  height:36px;
  line-height:38px;
  text-align: center;
  width:36px;
  border-radius:4px;
  position:relative;
  z-index:1;
 -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 1px 1px #1f1f1f;
}

ul.social_icon.black li a{
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,1);
	
}
ul.social_icon li a.facebook:after{
  background:#3a5899;
}
ul.social_icon li a.twitter:after{
  background:#00aded;
}
ul.social_icon li a.dribble:after{
  background:#ea4c89;
}
ul.social_icon li a.instagram:after{
  background:#fc9945;
}
ul.social_icon li a.youtube:after{
  background:#bb0000;
}
ul.social_icon li a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:#f7c51e;
  transition:.4s;
  border-radius:4px;
  opacity: 0;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  color:#fff;
  z-index:-1;
}
ul.social_icon li a:hover:after{
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
ul.social_icon li a:hover {
  color:#fff;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.header-right-btn ul{
	margin:0;
	padding:0;
}
.header-right-btn ul li{
	list-style-type: none;
    display: inline-block;
    padding: 5px 3px;
}
.header-right-btn ul li:after {
    content: '';
    border-right: 1px dotted #fff;
    margin-left: 10px;
}
.header-right-btn ul li:last-child:after{
	border-right:none;
}
.download-btn{
	background: #299c03;
}	
.header-right-btn ul li a{
	color:#fff;
}
.header-right-btn ul li a:hover{
	text-decoration:none;
}

.divider{
	width: 50%;
    height: 1px;
    background:rgba(0, 0, 0, 0.07);
	margin-bottom:35px !important;
}
.divider:hover{
	width: 35%;
    height: 1px;
    background: #93241c;
}
.divider .line{
    width: 35px;
    height: 35px;
    background: #17698e;
    position: absolute;
    line-height: 35px;
	color:#fff;
	border-radius:5px;
	margin-top:-15px;
	margin-left:-15px;
	cursor:pointer;
}

.divider .line:hover{
	background: #93241c;
	color:#fff;
}
.font-55{
	font-size:55px !important;
}
.font-65{
	font-size:65px !important;
}
.text-yellow{
	color:#fcf100 !important;
}
.bg-dark-transparent-2 {
    background-color: rgb(0 0 0 / 45%) !important;
    padding: 25px;
}
.text-theme-colored {
    color: #fcf100 !important;
}
.btn-lg {
    font-size: 16px;
    padding: 10px 26px;
    background-color: #cd3728;
    border-color: #cd3728;
}
#shiva h6{
	letter-spacing:1px;
	font-width:600 !important;
}
.count{
    font-size: 70px;
    font-weight: 600;
    display: block;
	color:#fff;
} 
.counter-icon {
	text-align:center;
}
.counter-icon h3{
	color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 16px;
    margin-top: -1px;
}
.counter-icon h3:before {
	content: " ";
    background: #e31e25;
    width: 30%;
    height: 8px;
    position: absolute;
    bottom: 36%; 
    left: 35%;
}
.border-top{
	border-top:1px solid #fff !important;
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}

.ourworks-box{
	width: 60%;
	justify-content: center;
	text-align: center;
}

.our-works-head{
	font-size: 30px;
	font-weight: 400;
	color: black;
}
.introduce{
	color: black;
}

.introduce:hover{
	box-shadow: 0 3px 15px #5969f666;
	border-bottom: 4px solid #B122e5;
	color: black;
	text-decoration: none;
}
.flex-column-1{
	height: 55%;
	width: 100%;
}
.flex-column-1 .title{
	padding:10px;
	background:#e6e6e6;
}
.flex-column-2{
	height: 30%;
	width: 100%;
	align-items:center;
}
.text-gray{
	color: gray;
}
.pic{
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic{
	transform: scale(1.1);
}
.carousel-indicators .active{
	background-color: #46eeaa;
}
.carousel-indicators li{
	background-color: #c8e5ff;
}
.carousel-indicators{
	bottom: -50px;
}
.form-group {
    margin-bottom: 0.5rem;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}  
.subscribe-sec{
	background:url(../images/subscribe.jpg); 
	background-size: cover;
	padding:70px 0 70px;
}
.subscribe {
    position: relative;
}
.subscribe .form-control {
    border-radius: 50px;
    height: 45px;
    padding-left: 25px;
    border-color: #eee;
}
.subscribe .btn {
    position: absolute;
    right: 3px;
    top: 3px;
}
.btn-round-full {
    border-radius: 50px;
    margin-bottom: 20px;
}
.btn-main-2 {
    background: #f58634;
    color: #fff;
    border-color: #f58634;
}
