@import url(//fonts.googleapis.com/css?family=Lato:400,700);
* {
  box-sizing: border-box;
}
case
body {
  font-family: 'Lato';
}
p, li {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  supported by Chrome and Opera */
}
.form-control:focus{
  box-shadow: none;
  border-color: #00a694;
}
.heading-primary {
  font-size: 38px;
  padding: 2em;
  text-align: center;
  font-weight: 800;
}
.top-left {
padding:0;
}
.top-left ul {
    margin: 35px 0 0;
    padding: 0;
}
.top-left ul li {
    color: black;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    list-style: outside none none;
    margin: 0;
    padding: 0 60px 34px 30px;
    position: relative;
    text-align: justify;
    clear: both;
}
.top-right {
    padding: 30px;
}
.top-right::before {
    background: #f55247 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 112%;
    z-index: 0;
}
/*.top-right h3::after {
    background: #fff none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}*/
.top-right h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.custom-accordian {background-color:transparent!important;}
.custom-accordian a {
    background: transparent!important;
    margin-right:0px!important;
    color: #fff!important;
    border-radius:0px!impotrant;
    border: none!important;
    box-shadow: none!important;
    transition: none!important;
    padding:10px 0!important;
}
.custom-accordian a:hover {
    background: transparent!important;
    margin-right:0px!important;
    color: #fff!important;
    border-radius:0px!impotrant;
    border: none!important;
    box-shadow: none!important;
    transition: none!important;
    padding:10px 0!important;
}
.custom-accordian dl {border:none!important;margin-bottom:0!important;}
.custom-accordian dt {border-top:solid 1px #e1e1e1!important;border-bottom:solid 1px #e1e1e1!important;}
.accordionTitle::before, .accordion__Heading::before {

    content: "+";
    font-size: 1.5em;
    line-height: 1em!important;
    float: left;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

}
.accordion dl::after, .accordion-list::after {

    content: "";
    display: block;
    height: 0.5em;
    background-color: transparent!important;

}
.custom-accordian dd, .custom-accordion__panel {

    background-color: transparent !important;
    font-size: 1em;
    line-height: 1.5em;
	color:#fff;	
}
.slider-to-text {
    display: inline-block;
    padding: 0;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left:30px;
}
.slider-to-text img {margin-bottom:20px;}
.slider-to-text p {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 0;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.accordion dl,
.accordion-list {
  border: 1px solid #fff;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 0.5em;
  
  background-color: #D3D3D3;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
   max-width: 1200px;
   
}
.custom-hire-laravel {background:#f3f3f3 none repeat scroll 0 0;}

.container {
 
  
}
.accordionTitle,
.accordion__Heading {
  background-color: #D3D3D3;
  text-align: center;
  font-weight: 700;
  padding: 0.5em;
  display: block;
  text-decoration: none;
  color: ;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #D3D3D3;
   color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #D3D3D3;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
/* css by arpit */
.sec-head {
    margin-bottom: 45px;
    position: relative;
    margin-top: 25px;
}
.hed-txt {
    color: black;
    display: inline-block;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    margin: -35px 0px 0px 13px;  
    text-transform: uppercase;
    position: absolute;
}
.sec-head .hed-txt span.red {
    color: #f55247!important;
}
.sec-head .hed-txt span {
    font-weight: 700;
}

.advantage_list
{
  background: url(https://www.alhudacreatives.com/www.wamasoftware.com/images/service-images/benefits-back-30.html) no-repeat center;
  background-size: cover;
  padding: 25px 0px;
  margin-top: 26px;
  height: 695px;
}

.benefit_list
{
	font-size: 17px;
	color: #f55247!important;
	font-weight: 900;
	margin-left: 7px;
}

.benefit_list_para
{
	margin-top:14px;
	
} 

	
	
	.benefit_heading
	{
		margin-top: 23px;
		
	}
	
/*.topStrip {
    width: 100%;
    line-height: 30px;
    background: #009ddf;
}
.topStrip .slideRaq {
	width: 92%;
   
}
.topStrip .phoneNumber {
   
    color: #FFF;
    margin: 0 20px;
}
.topStrip .phoneNumber a {
    color: #FFF;
} */
.whatsapp {
      width: 20px;
    margin-right: 5px;
}
.topStrip {
    width: 100%;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
    text-align: center;
    padding: 8px 0px;
}
.topStrip .slideRaq {
	width: 100%;
   
}
.topStrip .phoneNumber {
   /* float: right;*/
    color: #FFF;
   /* margin: 0 20px;*/
   font-size: 20px;
}
.topStrip .phoneNumber a {
    color: #FFF;
} 
	/* css by arpit end */

/****25-12-2018****/
.vid_pub{
  background-color: fff;
    padding: 40px 0 30px;
    background-attachment: fixed;
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
}
.client_hd h2{
  color: #fff;
  font-size: 38px;
  padding-bottom: 30px;
  font-weight: 800;
}
.client_hd video {
    object-fit: cover;
}
.client_hd video:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
}

.hire_n{
  max-width: 100px;
    margin-bottom: 30px;
}
.portfolio-pg .selection img{
  width: 100%;
}
/*********18-01-2019************/
h3.php-h {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
    color: #565656;
}
.script-lang {
    margin-top: 0px;
    padding: 5px 15px;
    border-radius: 3px;
}
.script-lang h4 {
    font-size: 20px;
    font-weight: 700;
}
.script-lang p {
    padding-left: 25px;
}
.php-funct-code{
    max-width: 800px;
    margin-right: auto;
    padding: 15px 15px;
    margin: 30px 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.php-funct-code h4{
  font-size: 20px;
  font-weight: 700;
}
.php-funct-code p{
  padding-left: 25px;
}
/*************/
.vc_column-inner {
    display: flex;
    flex-wrap: wrap;
}
.vc_column-inner h2 {
    color: #484848;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.range-custom{
  color:#f4f4f4;
  padding: 30px 0px;
}

.degree_service_block{
    background: #fff;
    padding: 40px 20px 25px;
    border: 1px solid #DEDDDD;
    min-height: 250px;
    margin: 15px 0px;
    border-radius: 10px;
    box-shadow: 0 0 30px -2px #ddd;
}
.degree_service_block:hover{
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.degree_service_main .degree_service_block .degree_service_head {
    position: relative;
    padding-right: 70px;
    height: 78px;
    margin-bottom: 25px;
}
.degree_service_head {
    position: relative;
    padding-right: 60px;
}
h3.text-normal{
    margin-top: 0px;
    color: #23a3dd;
    font-weight: 600;
    line-height: 28px;
    font-size: 19px;
}
.degree_service_icon {
    position: absolute;
    top: -5px;
    right: -10px;
}
.text-gray {
    color: #929292;
}
/*---------------19-01-2019 program--------------*/
.hire_wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    align-items: center;
}
.hire_why_sec h2 {
    color: #484848;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.why_txt.first {
    text-align: right;
}
.why_block_Txt {
    float: left;
    width: 80%;
}
.why_block_img {
    float: left;
    width: 20%;
}

.why_txt.first .why_block_Txt {
    float: left;
    padding-right: 15px;
}
.why_txt.first .why_block_img {
    float: right;
}
.why_txt.third .why_block_Txt {
    float: left;
    padding-left: 15px;
}
.why_txt.third .why_block_Txt {
    float: left;
}
.why_txt, .why_block {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
 .why_block {
    /*display: flex;
    flex-wrap: nowrap;
    align-items: center;*/
    margin-top: 10px;
 }

.PicBx a {
    display: block;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
    background: #e62b4c;
    text-align: center;
    border-radius: 50%;
    border: 7px solid #fff;
    box-shadow: 0 3px 10px 4px #d0d5d7;
}
.PicBx.one a {
    background-color: #69aad2;
}
.PicBx.two a {
    background-color: #ea7676;
}
.PicBx.three a {
    background-color: #b8b0d9;
}
.PicBx.four a {
    background-color: #f6cd6a;
}
.PicBx.five a {
    background-color: #86c8a0;
}
.PicBx.six a {
    background-color: #eda978;
}
.PicBx img {
    padding: 15px 0;
}
.hire_why_sec h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 0px;
}
.hire_col .php_img {
    /*height: 100%;*/
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
.why_block_Txt p {
    color: #777;
    font-size: 16px;
}
/*------------framework------------*/
.frame-work {
    display: flex;
    flex-wrap: wrap;
}
section.frame-p {
    padding-top: 30px;
}
.head-frm {
    margin-bottom: 30px;
}
.head-frm h2 {
    color: #484848;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.head-frm p {
    color: #484848;
}
.frame-clm {
    text-align: center;
    padding: 20px 15px;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #DEDDDD;
}
.frame-clm:hover{
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.frame-clm span {
    display: inline-block;
}
.frame-clm p {
    text-align: left;
    color: #777;
}

/*--------------REVEIWS------------28-01-2019--------*/
.rew-form-box{
    padding: 15px 15px;
}
.padding0 {
    padding: 0px !important;
}
.section-space {
    padding: 0px 0px;
    background-attachment: fixed;
    position: relative;
}
.reveiw {
    margin-top: 10px;
}
.titel-head-reveiw{
    padding: 10px 0;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 38px;
    text-align: center;
}
.reveiw-r-s{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    clear: both;
    padding: 15px 15px;
    background-color: #ffffff;
    border: 1px solid #DEDDDD;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.psn-rev-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.star_revew {
    margin-bottom: 5px;
}
.reveiw-text h3 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reveiw-text p {
    font-size: 16px;
    line-height: 26px;
    color: #464646;
}
.checked {
  color: orange;
}
/*--------Enquiry Form------28-01-2019-----*/
.enquiry-form {
    text-align: center;
    border-radius: 2px;
    margin-top: 10px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
    border: 1px solid #ccc;
}
.enquire-header {
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
    -webkit-clip-path: polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);
    clip-path: polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);
    padding: 40px 0px;
}
form.form-mail{
  padding: 20px 15px;
}
.enquire-header h2{
    margin-top: 0px;
    color: #fff;
    font-weight: 600;
}
.enquire-header h5{
    margin: 0px;
    padding-bottom: 20px;
    color: #fff;
}
.enquiry-form form input {
    height: 51px;
    font-size: 18px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #bdbdbd;
    color: #555;
    padding-left: 0;
}
.enquiry-form form textarea {
    height: 150px;
    border-radius: 2px;
    font-size: 16px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #bdbdbd;
    color: #555;
    padding-left: 5px;
}
.enquiry-form form input::placeholder{
  color: #000;
}
.enquiry-form form textarea::placeholder{
  color: #000;
}
.submit-btn{
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 2px;
    color: #009ddf;
    border: none;
    margin-top: 20px;
    font-weight: 900;
    width: 100%;
    color: #fff !important;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
}
span.sky-optn {
    display: block;
    text-align: left;
    color: #fff;
}
span.sky-optn .fa-skype {
    color: #fff;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
}
.capture-box{
  overflow: hidden;
}
.capture-box label{
  display: block;
}
.capture-t{
  width: 50%;
  float: left;
}
.capture-t img{ 
    width: 130px;
    border: 1px solid #ccc;
    margin-top: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 40px;
    border-radius: 2px;
}
.capture-t .fa-refresh{
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    box-shadow: 0px 2px 10px #0000007a;
}
.capture-t .fa-refresh:active {
    background-color: #000;
    color: #fff;
}
.hn {
    position: absolute;
    height: 100%;
    background: #0000004a;
    width: 100%;
}
/**********31-01-2019 your blog page *************/
.box-marg{
    margin-top: 50px;
    margin-bottom: 30px;
}
.margin-less {
    margin: 0px;
}
.your_bl_pg {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 15px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
    transition: box-shadow 83ms;
    border-radius: 2px;
}
.yr_bg_head {
    padding: 10px 0px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 20px;
    clear: both;
}
.yr_bg_head h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    margin-left: 15px;
}
.left_you-blog{
    display: flex;
    flex-wrap: wrap;
}
.your_blg-box {
    text-align: center;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.full_you_blg{
    border-bottom: 1px solid #bdbdbd;
    padding: 10px 0px;
    position: relative;
}
.full_you_blg .blg_link{
    display: block;
}
.full_you_blg h2{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    line-height: 28px;
}
.left-bg_cnt {
    float: left;
}
.left-bg_cnt p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: 'Merriweather', serif;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
}
.aut_nm{
  float: left;
}
.dat-sh{
  float: right;
}
/***********Detail Blogs**************/
.head-div {
    padding-top: 20px;
}
.head-div h1 {
    margin-right: 10px;
    color: #000;
    font-size: 4.25rem;
    word-wrap: break-word;
    font-weight: 800;
}
.pg-head p{
    font-weight: 400;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .3px;
    color: #313131;
}
.post-content {
    margin-top: 20px;
}
.post-content h2{
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.post-content p {
    color: #464646;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: justify;
}
.author h3 {
    font-size: 15px;
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
}
.author-box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    padding: 5px 0px;
}
.author-box span {
    width: 65px;
    float: left;
    margin-right: 10px;
}
.author-box span img {
    border-radius: 100%;
    max-width: 65px;
    height: 65px;
    object-fit: cover;
}
.autor-cont h2 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}
.autor-cont p {
    font-size: 14px;
    color: #464646;
}
ul.trading-list {
    padding: 0px;
}
ul.trading-list li {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
}
ul.trading-list li .trad-left-img {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 10px;
}
ul.trading-list li a {
    display: block;
    color: #565656;
    font-size: 16px;
}
ul.trading-list li span {
    float: left;
    display: block;
    width: 100%;
}
ul.trading-list li span h5.author-name {
    margin: 0px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
}
ul.trading-list li a {
    display: block;
    color: #565656;
    font-size: 16px;
}
.right_post_veiw {
    padding-top: 5px;
}
.date-p {
    display: block;
    font-size: 12px;
    color: #484848;
}
/*********Ecoomerce page design ************/
.show-case-type-2 {
    background: #f9f9f9;
    padding-top: 30px;
    overflow: hidden;
    clear: both;
}
.color-fill {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.show-case-type-2 .h3 {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 800;
}

.show-case-type-2 .show-case-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.show-case-type-2 .show-case-content .h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #101010;
    font-weight: 600; 
}

.show-case-type-2 .show-case-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.show-case-type-2 .show-case-content p strong {
    font-size: 1em;
    color: #101010;
}
.show-case-img {
    text-align: left;
}
.show-case-content.odd .show-case-img {
    text-align: left;
}
/*********Why Development **********/
.why-vinfo {
    background: #F9F9F9;
    padding-top: 20px;
    padding-bottom: 90px;
}

.why-vinfo .h3 {
    font-size: 34px;
    margin-bottom: 60px;
    font-weight: 800;
}

.why-vinfo .media-heading {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}

.why-vinfo p {
    font-size: 18px;
    margin-bottom: 30px;
    overflow: auto;
    line-height: 32px;
}

.why-vinfo .media-left {
    font-size: 80px;
    line-height: 82px;
    color: #E6E6E6;
    margin-right: 20px;
    width: 100px;
    min-width: 100px;
    vertical-align: top;
    font-weight: 800;
}
/*-------------Social Network ------------*/
.section-heading-text > h2{
   margin: 0 auto;
    font-size: 48px;
    font-weight: 600;
}
.section-heading-text p{
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin: 20px auto;
    max-width: 720px;
}
.four-cols.partners-boxes {
    height: 280px;
    border: 1px solid #DEDDDD;
    border-radius: 5px;
    margin-top: 20px;
}
.four-cols.partners-boxes:hover {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.trusted-parterns {
    padding: 40px 0px;
}
.partners-img {
    background: #fff;
    position: relative;
    top: -35px;
    width: 40%;
    margin: 0 auto;
}
.partners-data.partners-text {
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    padding: 0px 31px 0px 31px;
    line-height: 28px;
    text-align: left;
}
.partners-img.social-page {
    background: transparent;
    position: relative;
    top: -36px;
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
/*--------------- Banner social network -------------------*/
.web-banner-p {
    width: 100%;
    height: auto;
    display: table;
}
.color-fill {
    font-size: 54px;
    line-height: 54px;
    font-weight: 800;
}
.disc-webdep {
    margin-top: 20px;
    font-size: 100%;
}
.web-dev-full-box {
  box-shadow: 0 0 36px -4px rgba(0,0,0,.15);
  border-radius: 0;
  background-color: #fff;
  padding: 0px;
}
.social-networks-round-bg, .social-networks-round-bg1, .social-networks-round-bg2, .social-networks-round-bg3 {
    background: linear-gradient(135.63deg, #00B569 0%, #0080FF 100%);
    opacity: 1;
    height: 127px;
    width: 127px;
    border-radius: 50%;
    text-decoration: none;
}
.social-networks-round h6 {
    color: #fff;
    font-size: 18px;
}
.social-networks-round-bg:hover, .social-networks-round-bg1:hover, .social-networks-round-bg2:hover, .social-networks-round-bg3:hover {
    transition: all 0.6s ease;
    opacity: 0.4;
    text-decoration: none;
}
.social-networks-round-bg:hover .social-networks-round h6 {
    color: #000;
}
.social-networks-round {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.min-h {
    min-height: 50px;
    padding-top: 20px;
}
.bringing-your-ideas {
    opacity: 0.78;
    color: #7B7B7B;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 127px;
    opacity: 0;
    min-height: 50px;
}
.social-networks-round-bg:hover .bringing-your-ideas {
    opacity: 1;
}
/*---------Social Building----------*/
.fantasy-leading {
    background: #fff;
    padding: 30px 0;
}
.fantasy-leading-wrapper {
    max-width: 694px;
    margin: 0 auto;
    padding: 0px 100px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
    position: relative;
}
.greenColor > h3 {
    font-size: 48px;
    letter-spacing: -2px;
    font-weight: 700;
}
.fantasy-leading-wrapper .greenColor p {
    color: #000000;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 24px;
}
.fantasy-leading-img1 {
    position: absolute;
    left: -40%;
    top: 16%;
}
.fantasy-leading-img2 {
    position: absolute;
    left: -34%;
    top: 52%;
}
.fantasy-leading-img3 {
    position: absolute;
    left: 11%;
    top: 79%;
}
.fantasy-leading-img4 {
    position: absolute;
    left: 60%;
    top: 80%;
}
.fantasy-leading-img5 {
    position: absolute;
    right: -35%;
    top: 51%;
}
.fantasy-leading-img6 {
    position: absolute;
    right: -40%;
    top: 18%;
}
.fantasy-leading-text {
    width: 237px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}
.color-fill-text {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.heading-2 {
    font-size: 38px;
}
.singleMatter {
    margin-top: 30px;
}
.casestudy_box img {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
    border: 1px solid #ccc;
}
.commentor img {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
    border: 1px solid #ccc;
    border-radius: 50%;
    object-fit: cover;
}
.service-name {
    box-shadow: 0 0 30px -2px #ddd;
    border: 1px solid #ccc;
    padding: 5px 20px;
}
.web-dev-home{
    font-size: 38px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 800;
}
.heading_style{
  font-size: 38px !important;
  font-weight: 800 !important;
}
.insiteSingle-colum{
  border-right: 1px solid #eee;
  padding: 20px;
}
.insiteSingle:nth-child(1) {
    text-align: center;
}
.insiteSingle img {
    width: 130px;
    object-fit: contain;
}
.socail-profile-panel {
    margin-top: 40px;
}
section.pageContainer {
    margin-bottom: 30px;
}
.client-reve video {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
    border: 2px solid #909090;
}
.blog-box {
    display: block;
    border: 1px solid #eaeaea;
}
.blog-color:nth-child(odd){
  background: #F0F0F0;
}
.blog-color:nth-child(even) {
    background: #F7F7F7;
}
/*.odd-box{
    background: #fff;
}*/
.news-events-wrapper h6{
  /*font-size: 1.75em;*/
  font-size: 18px;
  height: 3em !important;
  line-height: 1.5em !important;
}
.blog-box .box-style {
    padding: 0px 20px 20px 20px;
}
.blog-box span img {
    width: 100%;
    height: 150px;
}
.news-events-wrapper a.blog-box .box-style p {
    color: #7B7B7B;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 34px;
    min-height: 140px;
}
/*.blog-box span.small {
    color: #484848;  
}*/
.news-date {
    color: #7B7B7B;
    font-size: 17px;
    letter-spacing: 1.8px;
    line-height: 22px;
    text-align: right;
    border-top: 2px solid #00ca6f73;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.news-events-wrapper span.btn-news-events {
    background-color: #ea760a;
    border-radius: 5px;
    display: inline-block;
    height: 32px;
    padding: 6px 0;
    text-align: center;
    width: 95px;
}
.news-events-wrapper span.btn-news-events {
    border-radius: 5px;
    display: inline-block;
    height: 32px;
    padding: 6px 0;
    text-align: center;
    width: 95px;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
}
.news-events-wrapper h6, .news-events-wrapper span.btn-news-events {
    color: #fff;
    font-weight:900;
    text-transform: uppercase;
   
}
/*----------------Web Development Process------------------------------*/
.fantasy-vinfotech{
    height: 100%;
    height: 1400px;
}
.fantast-vinfotech-wrapper {
    position: relative;
}
.vinfotech-logo-1 {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 275px;
    background-position: center;
}
.fantast-vinfotech-wrapper ul li {
    width: 49%;
    vertical-align: top;
    height: 300px;
    position: relative;
    z-index: 2;
}
.fantast-vinfotech-wrapper ul li:nth-child(odd) {
    text-align: right;
}
@media screen and (max-width: 1600px){
.social-networks-box1 {
    width: 40%;
    position: relative;
    right: 0% !important;
}
}
.social-networks-box1 {
    width: 40%;
}
@media screen and (max-width: 1400px){
.social-networks-box1 {
    width: 40%;
    position: relative;
    right: 0%;
}
}
.social-networks-number {
    position: relative;
    top: 35px;
}
.social-networks-vprocess h3 {
    opacity: 0.06;
    color: #464646;
    font-size: 80px;
    font-weight: 800;
    letter-spacing: -4.01px;
    line-height: 48px;
    margin: 0;
}
.social-networks-vprocess h4 {
    color: #464646;
    font-size: 24px;
    letter-spacing: -1.2px;
    line-height: 28px;
    margin: 0;
    padding: 15px 0px 5px;
    font-weight: 800;
}
.fantast-vinfotech-wrapper ul li {
    width: 49%;
    vertical-align: top;
    height: 300px;
    position: relative;
    z-index: 2;
}
.list-unstyled.idea-launch >li {
    width: 100%;
    height: auto !important;
}
@media screen and (max-width: 1600px){
.social-networks-box5 {
    width: 40%;
    position: relative;
    left: 65% !important;
    right: 10%;
}
}
.social-networks-box5 {
    width: 40%;
    position: relative;
    left: 45%;
}
@media screen and (max-width: 1400px){
.social-networks-box5 {
    width: 40%;
    position: relative;
    left: 65%;
}
}
@media screen and (max-width: 1600px){
.social-networks-box2 {
    width: 40%;
    position: relative;
    top: 90% !important;
    right: 0% !important;
}
}
.social-networks-box2 {
    width: 40%;
    position: relative;
    top: 85%;
}
@media screen and (max-width: 1400px){
.social-networks-box2 {
    width: 40%;
    position: relative;
    top: 90%;
    right: 0%;
}
}
@media screen and (max-width: 1600px){
.social-networks-box4 {
    width: 40%;
    position: relative;
    top: 90% !important;
    left: 56% !important;
}
}
.social-networks-box4 {
    width: 40%;
    position: relative;
    top: 85%;
    left: 65%;
}
@media screen and (max-width: 1400px){
.social-networks-box4 {
    width: 40%;
    position: relative;
    top: 90%;
    left: 65%;
}
}
.social-networks-box3 {
    width: 45%;
    position: absolute;
    margin: 0 auto;
    top: 70%;
    left: 80%;
}
.list-unstyled.idea-launch-right >li {
    width: 100%;
    height: auto !important;
    text-align: left !important;
}
.media:first-child {
    margin-top: 0;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-right a, .media-left a{
    width: 12px;
    display: inline-block;
    margin-top: 5px;
}
.arrow-quote form, .arrow-quote h4 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b569+0,0080ff+100 */
background: rgb(0,181,105); /* Old browsers */
background: -moz-linear-gradient(top, rgb(0,181,105) 0%, rgb(0,128,255) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(0,181,105) 0%,rgb(0,128,255) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(0,181,105) 0%,rgb(0,128,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b569', endColorstr='#0080ff',GradientType=0 ); /* IE6-9 */
}
.overall-rating-web{
  width:100%;
  font-weight:900;
  margin-top:10px;
  text-align:center;
  font-size:13px;
  color:#00ac84;
}
.no-padding {
    margin: 0;
    padding: 0;
}
.hire_why_sec {
    margin-top: 30px;
}
.drupal-image-1 img {
    box-shadow: none;
    border: none;
}


#awards img{
  width: 100%;
  border-radius: 30px;
  border: 4px solid #ffff;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.singleBlockFtr h5 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.singleBlockFtr h5::after {
    width: 30px;
    height: 3px;
    content: "";
    display: block;
    position: absolute;
    background: #00CA6F;
    margin-top: 5px;
}
.fantasy-solution-bg {
    margin: 50px 0px;
}
.take-look{
  font-size: 18px;
}
ul.blocklist44 {
    margin-bottom: 40px;
}
.service-block ul li {
    font-size: 18px;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 28px;
}
.service-block  ul.laravel-icon li {
  list-style: none; 
  background-color: #fff; 
  box-shadow: 0 0 36px -4px rgba(0,0,0,.15); 
  margin: 25px 20px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  line-height: 28px;
  border-top: 2px solid transparent;
  border-radius: 10px;
}

.service-block ul li.hire-list-1{
  border-color: #413bf0;
}
.service-block ul li.hire-list-2{
  border-color: #cb1ac5;
}
.service-block ul li.hire-list-3{
  border-color: #df434f;
}
.service-block ul li.hire-list-4{
  border-color: #25b4c7;
}
.service-block ul li.hire-list-5{
  border-color: #afcd54;
}
.service-block ul li.hire-list-6{
  border-color: #a74bbe;
}
.service-block ul li.hire-list-7{
  border-color: #1093f1;
}
/*.service-block ul li::before {
    content: "\f132";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00af77;
    padding-right: 15px;
}*/
.banner-right ul li {
    xlist-style-type: disc;
    /*font-size: 14px;*/
    line-height: 18px;
    margin-bottom: 7px;
    xfloat: left;
    clear: both;
    color: #fff;
  
}
.no-padding:last-child {
    padding: 0px !important;
}
.service-name .icon-pic {
    margin-top: 15px;
}
.banner-right ul {
    padding: 0px 15px;
}

/*--------------------*/
.banner-page {
    position: relative;
    padding-bottom: 70px;
    /*margin-top: 90px;*/
    width: 100%;
    /*height: 500px;*/
    /*background-image: linear-gradient(159deg, #001725 0%, #003865 51%, #001f34 75%);
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(left, #00B569, #0080FF);
    background: -o-linear-gradient(left, #00B569, #0080FF);
    background: linear-gradient(to right, #00B569, #0080FF);*/
    background:url(../images/webdevelopment-banner.jpg) no-repeat;
    background-size: cover;
}
.banner_text_field{
  padding-top: 30px;
}
.banner_text_field span {
    display: block;
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
}
.banner_text_field p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 8px;
}
.company_logo strong {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}
.company_logo{
  padding-top: 0px;
  text-align: center;
}
.banner_side_img{
  padding-top: 40px;
  position: absolute;
    top: 100%;
    right: 0px;
}
.winner-ui-12{
  margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.home-banner-cont{
  margin-top: -3%;
  position: relative;
}
.winner-ui-12 span {
    float: left;
    width: 50%;
}
.wordpress-para{
  text-align: justify;
}
.inside-cl-rev video{
  border-radius: 50px;
}
video:focus {
    outline: none;
}
/*.company_logo img{
  width: 550px;
}*/
/*-------- Media Querry  banner--------*/
@media only screen and (max-width: 991px) {
.banner-page{
  padding-bottom: 40px;
    margin-bottom: 80px;
}
.banner_text_field span{
  font-size: 26px;
}
.banner_text_field p{
  font-size: 14px;
  letter-spacing: 5px;
}
.company_logo strong{
  font-size: 18px;
}
.company_logo {
    padding-top: 20px;
}
.company_logo img {
    width: 110px;
    float: left;
    margin: 0px 20px;
}
}
@media only screen and (max-width: 767px) {
.cell.v-mid .row{
  margin: 0px;
}
.banner-page {
    margin-bottom: 0;
    text-align: center;
}
.banner_text_field {
    padding-top: 0px;
}
.banner_side_img{
  position: static;
}
.banner_side_img img{
  width: 250px;
  margin: 0 auto;
}
.company_logo img {
    width: auto;  
    float: none;
    margin: 0px;
}
.winner-ui-12{
  margin-top: 0px;
}
.banner-none{
  display: none;
}
.winner-ui-12 span{
  padding: 0px 5px;
} 
}

@media only screen and (min-width: 768px) {
  .banner-block{
    display: none;
} 
}
.pricing-box {
    margin: 70px 0px;
}
.pricing-box .four-cols {
    height: auto;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.pricing-box .partners-img {
  top: -50px;
}
.chart-list {
    margin-top: -25px;
}
.chart-list ul li {
    font-size: 18px;
    color: #505050;
}

.corporate_banner_p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.content-corporet-banner {
    position: absolute;
    top: 30%;
}
.content-corporet-banner span {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    background-color: #0000007a;
    padding: 0px 30px;
    font-weight: 800;
}
.content-corporet-banner p {
    font-size: 24px;
    color: #fff;
    max-width: 1000px;
    margin: 25px auto;
    display: inline-block;
    background-color: #0000007a;
    line-height: 40px;
    padding: 10px 15px;
    text-transform: capitalize;
}
.news-events-wrapper .row {
    margin: 0px 20px;
}
.case_image iframe {
    height: 200px;
}
.map iframe {
    height: 400px;
}
.mobile-banner-part {
  background: url(../images/webdevelopment-banner.jpg) no-repeat !important;
  background-size: 100% 100% !important;
}
.point-block {
    display: flex;
    flex-wrap: wrap;
}
.wpb_text_column {
    clear: both;
}
.right-section {
    text-align: center;
}
.wdi-our-standard {
    margin-top: 30px;
    padding-right: 15px !important;
}
.pages-sec{
    padding: 0 0 38px 0;
    min-height: 480px;
    /*overflow: hidden;*/
    position: relative;
}
.bg-whole {
    text-align: center;
    position: relative;
}
.pages-sec .banner-left .heading-2, .listban-p .heading-1{
  color: rgb(51, 51, 51);
  text-align: center;
}
.listban-p .heading-1{
  font-weight: 800;
  font-size: 33px;
}

.pages-sec .banner-left p{
  color: #000;
  margin-bottom: 30px;
  font-size: 18px;
    line-height: 31px;
}
.pages-sec .banner-left p b{
  color: #337ab7;
  font-size: 20px
}
ul.list-k-head {
    clear: both;
    overflow: hidden;
    text-align: left;
    padding: 0px 30px;
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.list-k-head li {
    padding: 10px 15px !important;
    font-size: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.75);
    list-style: none;
}
/*.list-k-head li span{
  display: block;
  border-radius: 30px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 8px 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}*/
.list-k-head li span {
    border-radius: 0;
    border: none;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: #cfe8fc;
    border-left: 4px solid #01aa8c;
}
.list-k-head li span:hover{
  border-color: #0390d8;
}
.list-k-head li:last-child {
    padding-left: 15px !important;
}
.resp-img-ban-3{
    margin: 20px 0px;
}
.link-ui-porfolio a{
  display: inline-block;
    padding: 14px 22px;
    margin-right: 10px;
    color: #fff;
    border: 1px solid #00cad1;
    box-shadow: 4px 4px 5px 0px #4d4f50;
    transition: all 0.5sec ease;
    border-radius: 34px;
    background: -webkit-gradient(linear, left top, right top, from(#00B569), to(#0080FF));
    background: -webkit-linear-gradient(90deg, #00b569e0, #0080ffe3);
    background: -o-linear-gradient(90deg, #00b569e0, #0080ffe3);
    background: linear-gradient(90deg, #00b569e0, #0080ffe3);
}
.pages-sec:hover .link-ui-porfolio a{
  background: #00cad1;
}
.parag-page p.highligt-text{
  border: 2px dashed #f06161;
  color: #337ab7;
  font-size: 26px;
  padding: 20px 15px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
}
header {
    border-bottom: 1px solid #e0e0e0;
}
.drupal-image-1 {
    text-align: center;
    margin-bottom: 50px;
}
.laravel-icon {
    list-style: none;
}
/*.laravel-icon li::before{
  content: "\f132";
  font: normal normal normal 14px/1 FontAwesome;
  color: #00af77;
  padding-right: 15px;
}*/
.box-hole-l{
  padding: 15px;
  margin-top: -200px;
  box-shadow: 0px 0px 10px #00000047;
}
/*------------- Blog detail page create -------------*/
section.blog-bg {
    background-color: #fafafa;
}
.blog-detail-pages {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
  background-color: #fff;
}
.blog-images-p {
  width: 100%;
   text-align: center;
}
.whole-container-w {
    padding: 20px 20px;
}
.title-h {
  background-color: #ff6133;
  border: 1px solid #e03f10;
  color: #fff;
  padding: 20px 20px;
  margin: 40px 0px 40px;
  border-radius: 5px;
  font-size: 24px;
  font-family: Quattrocento,Georgia,Times,serif;
  font-weight: 700;
  line-height: 1.6;
}
.breadcum {
    margin-top: 20px;
}
.title-b-bradcum {
    color: #a6acb6;
    font-size: 15px;
    letter-spacing: 1px;
}
.decs-p {
  font-weight: 400;
  font-size: 18px;
  color: #222;
  line-height: 1.5;
  padding: 20px 0px;
  margin: 0px;
}
.images-repeat-post {
    margin: 50px 0px;
}
.list-title{
  list-style-type: decimal;
  color: #8c8c8c;
  font-size: 18px;
}
.list-title li {
  margin-top: 20px;
  padding-left: 5px;
  color: #f27038;
  line-height: 1.6;
}
.list-title li a {
  color: #f27038;
  font-size: 18px;
  line-height: 1.6;
}
.list-title-black{
  list-style-type: decimal;
  color: #000;
  font-size: 18px;
  margin-bottom: 50px;
}
.list-title-black li {
  margin-top: 20px;
  padding-left: 5px;
  color: #000;
  line-height: 1.6;
}
.box-post-sh {
  background-color: #f2f2f2;
  border: 2px solid #d0d0d0;
  padding: 15px;
}
.widget-f-box {
    display: flex;
    flex-wrap: nowrap;
}
.widdget-s-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.widdget-s-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.widget-short-des {
  flex: 1;
}
.widget-authr-name {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-top: 8px;
}
.box-post-sh p {
  font-family: Georgia,Cambria,Times New Roman,Times,serif;
  font-size: 17px;
  color: #222;
  margin: 15px 0px;
}
.widget-short-des p {
  margin-top: 5px;
  margin-bottom: 20px;
}
.widget-full-disc {
  margin-top: 10px;
}
.right-widget{
  font-size: 16px;
  font-weight: 600;
  color: #222;
  display: block;
  padding: 15px 0px;
}
.popular-list {
  margin-top: 0px;
  padding: 20px;
  border-left: 2px solid #00a39c;
  height: 100%;
}
.popular-list ul{
  padding-left: 0;
  list-style: none;
}
.popular-list ul li {
  margin-bottom: 50px;
}
.popular-list ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: underline;
}
.popular-list ul li span {
    display: block;
    margin-bottom: 10px;
}
.rigt-b-sticky{
  position: sticky;
  top: 75px;
  height: 100%;
}
.orange:hover{
  text-decoration: none;
  color: #F79726;
}

@media only screen and (max-width: 767px) {
  .popular-list {
    margin-top: 20px;
    border-top: 2px solid #00a39c;
    border-left: none;
  }
  .popular-list ul li a {
    text-align: center;
  }
  .sub_small{
    padding: 8px 0px;
  }
}
    
.h3-title-t{
    color: #f27038;
    line-height: 1.6;
}
.callUs {
    display: none;
}

.icon-linkedin{
  background: url(../images/linkin.png);
}
.icon-airbnb{
  background: url(../images/airbnb.png);
}
.icon-facebook{
  background: url(https://www.alhudacreatives.com/images/facebook-icon.png);
}
.fantast-vinfotech-wrapper h2 {
    font-size: 38px;
}
.fantast-vinfotech-wrapper p{
    font-size: 18px;
}
.list-unstyled li p {
    font-size: 18px;
}
.pageContainer p {
    font-size: 18px;
    line-height: 34px;
}
.openMenu .hdrMenu > ul > li > a {
    color: #fff;
}
.contact-num-usa {
    font-size: 20px;
    margin-top: 20px;
}
/*-----------Internal css- redesign-------------------*/
.box-hole {
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000047;
    padding: 20px;
}
.box-hole2 {
    background-color: #fff;
    box-shadow: 0px 1px 10px #0000008f;
    padding: 20px;
}
.benifit-sec {
    padding: 50px 0px;
}
ul.list-of-benifit {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.list-of-benifit li{
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  list-style: none;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}
.list-of-benifit li span {
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  background-color: #cfe8fc;
  display: block;
  text-align: left;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 0px;
  border-left: 4px solid #01aa8c;
}
.heading-inner-C p{
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 20px;
}
.benifit-list-in h2{
  margin-bottom: 22px;
}
.list-of-benifit li span:hover {
  border-left: 4px solid #0390d8;
}
.service-block ul li img {
    float: left;
    width: 30px;
    margin-right: 20px;
    margin-left: 5px;
}
.service-block .servi-marg {
  margin-bottom: 40px;
}
.web-internel{
  margin-top: -3%;
}
ul.list-partner- {
  list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}
.list-partner- li { 
  width: 250px;
  padding: 20px;
}
.service-block ul.laravel-icon li:hover {
  box-shadow: 0 20px 23px -5px rgba(0,0,0,.2);
}
.icon-t-d {
    margin-top: 30px;
    padding-bottom: 10px;
}
.ser-n-1{
  border: 1px solid #0aaec1;
}
.ser-n-2{
  border: 1px solid #ff9d14;
}
.ser-n-3{
  border: 1px solid #ff9801;
}
.ser-n-4{
  border: 1px solid #a4c639;
}
.ser-n-5{
  border: 1px solid #337290;
}
.ser-n-6{
  border: 1px solid #cb1ac5;
}
.ser-n-7{
  border: 1px solid #fcd13b;
}
.ser-n-8{
  border: 1px solid #239df2;
}
.ser-n-9{
  border: 1px solid #dc2b3e;
}

/*-------------INdustries------------*/
.p-btm-80 {
    padding-bottom: 80px;
}
.p-top-80 {
    padding-top: 20px;
}
.m-top-40 {
    margin-top: 20px;
}
.m-btm-30 {
    margin-bottom: 30px;
}
.bg-color{
  background-color: #f7f7f7;
}
.section-heading-name {
    position: relative;
    margin-bottom: 60px;
    margin-top: 0;
    font-weight: 700;
    color: #000;
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.heading-title p{
  font-size: 20px;
  color: #202020;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 20px;
}
.block-five {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0 0 30px -2px #ddd;
    min-height: 195px;
}
.five-title {
  font-weight: 600;
    font-size: 17px;
    line-height: 22px;
}
.block-five:hover {
    box-shadow: 0 20px 23px -5px rgba(0,0,0,.2);
}
.service-section .service-name{
  border-radius: 10px;
  background-color: #fff;
}
.services .service-name:hover{
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.benifits-internal img {
    margin-top: 50px;
}


.web-dev-full-box-2{
  margin-top: 30px;
}
/*----------------------*/
.section-para-name {
    margin-bottom: 40px;
    font-size: 17px;
    color: #202020;
    font-weight: 400;
    line-height: 32px;
}
.services-box-sec {
    margin: 0px 15px;
    padding: 20px 0;
    text-align: left;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
    transition: all .4s ease-out 0s;
    background-color: #fff;
}
.all-service-icon {
  float: left;
  width: 70px;
  height: 70px;
    background-color: #fff;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: -30px;
    position: relative;
    box-shadow: 0 0 14px -5px rgba(0,0,0,.2);
    transition: all .3s ease-out 0s;
}
.all-service-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}
.border-color-1{
  border-color: #a4c639;
}
.border-color-2{
  border-color: #000;
}
.border-color-3{
  border-color: #1094f1;
}
.border-color-4{
  border-color: #a241bb;
}
.border-color-5{
  border-color: #1d13ed;
}
.border-color-6{
  border-color: #0caec1;
}
.border-color-7{
  border-color: #dc2d3c;
}
.border-color-8{
  border-color: #cb1ac5;
}
.service-offer:hover .services-box-sec {
    box-shadow: 0 20px 23px -5px rgba(0,0,0,.2);
}
.service-offer:hover .services-box-sec.border-color-1 .all-service-icon {
    background-color: #f6f9eb;
}
.service-offer:hover .services-box-sec.border-color-2 .all-service-icon {
    background-color: #f5f5f5;
}
.service-offer:hover .services-box-sec.border-color-3 .all-service-icon {
    background-color: #f2f9fe;
}
.service-offer:hover .services-box-sec.border-color-4 .all-service-icon {
    background-color: #ede4ef;
}
.service-offer:hover .services-box-sec.border-color-5 .all-service-icon {
    background-color: #edecfe;
}
.service-offer:hover .services-box-sec.border-color-6 .all-service-icon {
    background-color: #e6f7f9;
}
.service-offer:hover .services-box-sec.border-color-7 .all-service-icon {
    background-color: #fdf2f3;
}
.service-offer:hover .services-box-sec.border-color-8 .all-service-icon {
    background-color: #fae8f9;
}
/*-------------------------------*/
.mobile-app-inner {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin: 0px;
    padding: 30px 0px;
}
.wg-inner-boxes {
    background: #fff;
    padding: 25px 20px 25px;
    border: 1px solid #DEDDDD;
    min-height: 250px;
    margin: 15px 0px;
    border-radius: 10px;
    box-shadow: 0 0 30px -2px #ddd;
}
.top-inter-title h4 {
    font-size: 22px;
}
.wg-inner-boxes p {
    font-size: 16px;
    text-align: center;
}
.wg-inner-boxes.an-wg-1{
    border-color: #69aad2;
}
.wg-inner-boxes.an-wg-2{
    border-color: #ea7878;
}
.wg-inner-boxes.an-wg-3{
    border-color: #b8afda;
}
.wg-inner-boxes.an-wg-4{
    border-color: #f6cd68;
}
.wg-inner-boxes.an-wg-5{
    border-color: #86c9a0;
}
.wg-inner-boxes.an-wg-6{
    border-color: #eda978;
}

.wg-inner-boxes.wg-1{
    border-color: #a4c639;
}
.wg-inner-boxes.wg-2{
    border-color: #dd3342;
}
.wg-inner-boxes.wg-3{
    border-color: #a64cbe;
}
.wg-inner-boxes.wg-4{
    border-color: #47ad4c;
}
.wg-inner-boxes.wg-5{
    border-color: #ffa932;
}
.wg-inner-boxes.wg-6{
    border-color: #249af2;
}
.top-inter-title {
    text-align: center;
}
.top-inter-title h3 {
    font-size: 20px;
}
.text-gray {
    color: #929292;
}
.internal--content .five-title {
    font-size: 17px;
}
.wg-inner-boxes:hover {
    box-shadow: 0 20px 23px -5px rgba(0,0,0,.2);
}

@media (min-width: 992px){
.col-md-20 {
    width: 20%;
    float: left;
}
}
.hire-and-andr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.parag-page ul li {
    font-size: 18px;
    line-height: 32px;
}
.heading-inner-C ul li {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}
.benifit-list-in p {
    font-size: 18px;
    line-height: 32px;
}
.frame-p .head-frm p {
    font-size: 18px;
    line-height: 32px;
}
.php-f-1{
  border-color: #fc3620;
}
.php-f-2{
  border-color: #ed4a23;
}
.php-f-3{
  border-color: #ef4023;
}
.php-f-4{
  border-color: #0073ba;
}
.php-f-5{
  border-color: #0095da;
}
.php-f-6{
  border-color: #2d719f;
}
.resp-sec{
  margin: 50px 0px;
}
.left-widget-padng {
    padding: 0px;
    flex: 1;
}
.row-flex{
  display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.alternate-row{
  padding: 30px 0px;
}
.alternate-colum {
    padding: 0px 30px;
}
.tex-widgets h2 {
    margin-top: 0px;
}
.tex-widgets p {
    font-size: 16px;
    line-height: 28px;
}
.tex-widgets ul li {
    font-size: 16px;
    line-height: 28px;
}
.soc-net-link li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.soc-net-link ul li a{
  font-size: 30px;
  display: flex;
  align-items: center;
}
.soc-net-link li a span {
    font-size: 16px;
    vertical-align: bottom;
    margin-left: 10px;
    color: #000;
}
.facebook-clone a .fa-facebook-officia{
    color: #3b5998;
}
.link-clone a .fa-linkedin-square{
    color: #0077B5;
}
@media (max-width: 991px){
.reverse-property{
  flex-wrap: wrap-reverse;
}
.img-widgets img{
  width: 100%;
}
}
/*--------------------------------------*/
.box-hole-l-1 p {
    text-align: justify;
}
.about-img-bar {
    position: relative;
}
.scrolling-bar {
    font-size: 250px;
    font-weight: 700;
    color: #42474c;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    opacity: .4;
}
.scrolling-bar {
    margin-left: -15px;
    margin-right: -15px;
}
.device-img {
    position: relative;
    margin-top: 0px !important;
}
.text-info.text-normal {
    color: #000;
}
.php_strong-img{
  height: auto;
}


.heading_style_1{
  font-size: 27px;
    font-weight: 800;
}
.work-project{
  padding-top: 30px;
}
.boxes-profile {
  position: relative;
  margin-bottom: 100px;
}
/*.boxes-profile:hover { 
    opacity: 0.6;
    transform: scale(1.2);
    transition: all 0.5s ease 0s;
}*/
.boxes-profile img {
  box-shadow: 0 0 20px -5px rgba(0,0,0,.15);
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
}
.portfolio-title {
    margin: 0 15px;
    position: absolute;
    bottom: -40px;
    background-color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    transition: all .3s ease-out 0s;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,.15);
}
.boxes-profile img, .portfolio-title {
    box-shadow: 0 20px 23px -5px rgba(0,0,0,.2);
    background-color: #fff;
}
.socail-profile-panel h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
    color: #333;
}
/*-----------Subscibe -----------*/
@media (min-width: 992px){
.modal-dialog {
  width: 900px;
}
}
.model-form {
    position: fixed;
    right: 0;
    left: 0px;
    background-color: #000000ad;
    z-index: 999;
}
.subcribe-form {
    max-width: 800px;
    margin: 0px auto;
    padding: 0;
    box-shadow: 0 41px 51px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
    border: 1px solid #d2cece;
}
.subcribe-form h3 {
  font-size: 30px;
    color: #03acee;
    margin-top: 0px;
    font-weight: 800;
}
.subcribe-form p {
    font-size: 17px;
    max-width: 500px;
    color: #777;
}
.form-subscribe {
    margin: 15px 0px 0px;
    text-align: left;
}
.form-subscribe .form-group {
    margin-bottom: 15px;
}
.form-subscribe label{
  color: #000000e8;
    font-size: 16px;
    font-style: normal;
}
.form-subscribe input {
    height: 38px;
    border-radius: 3px;
    background-color: #fff;
    border: none;
    font-size: 18px;
    padding-left: 15px;
    border: 1px solid #03aceef2;
}
.form-subscribe textarea{
    border-radius: 3px;
    background-color: #fff;
    border: none;
    font-size: 18px;
    padding-left: 15px;
    border: 1px solid #03aceef2;
}
.field1 textarea {
    height: 100px;
    padding-top: 15px;
}
.Submit-subcribe {
    margin-top: 10px;
    margin-bottom: 10px;
}
.Submit-subcribe button {
    border: none;
    background-color: #03aceef2;
    color: #fff;
    padding: 0px 0px;
    border-radius: 5px;
    height: 45px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 100%;
}
.footer-text {
    color: #777;
    font-size: 17px;
    display: block;
}
.leftcontent{
  background-color: #03aceef2;
  padding-top: 30px;
}
.Sub-cancel button {
    border: none;
    color: #ea0048;
    padding: 0px 15px;
    border-radius: 5px;
    height: 45px;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
}
.subsc-numb a, .subsc-numb {
    display: block;
    color: #fff;
    font-size: 20px;
    word-break: break-all;
}
 .subsc-numb {
  margin-bottom: 30px;
}
.left-t-c h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
}
.left-t-c {
    text-align: center;
}
.icon-subc .fa {
    font-size: 33px;
}
.icon-subc {
    margin-bottom: 15px;
}
.body-subscribe{
  padding:25px 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.form-body{
  position: static;
}
@media (max-width: 767px){
.Sub-cancel button {
    margin-bottom: 20px;
}
}
.bestheating p{
      font-size: 18px;
    line-height: 31px;
}
.nav--home-projects{
  display: none;
}
.form-mail .Message1 {
    clear: both;
    font-size: 13px;
}
.blg_link img {
    height: 300px;
    object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .casestudy_box img{
    width: 1050px;
  }
  }

.magento-list-item ul {
    padding: 0px;
    list-style: none;
}
.magento-list-item ul li {
    font-size: 18px;
    line-height: 36px;
}
.magento-list-item li span {
    color: #0095c8;
    margin-right: 10px;
    display: inline-block;
}
.row-list-mag {
    padding: 30px 0px 50px;
}
.m3-colum {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.left-mag-img {
    width: 100px;
    margin-right: 15px;
    text-align: center;
}
.right-mag-cont {
    flex: 1;
}
.right-mag-cont h3 {
    font-weight: 600;
    margin-top: 10px;
}
.right-mag-cont p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 20px;
}
.right-mag-cont ul li {
  font-size: 18px;
  line-height: 29px;
  text-align: left;
}
.row-mag-devlop{
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.left-mag-img img {
    margin: 0;
}
.row-list-mag img {
  margin: 0px;
}
.play--video {
    position: relative;
    display: inline-block;
    min-width: 100%;
}
.palywith {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 66px;
    color: #ab1f21;
}
.price-section{
  margin: 50px 0px 20px;
  overflow: hidden;
    clear: both;
    padding: 0px 15px;
}
.price-container {
    padding-top: 40px;
    margin: 0px 50px;
}
.columns-table-pricing {
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  margin-bottom: 30px;
}
.price-table {
  list-style-type: none;
  padding: 0;
  margin: 0px;
}
.price-header {
    margin: 0px;
    padding: 20px 0px;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.price-sub-header {
  padding: 20px 0px;
  font-size: 16px;
  background: #403e3d;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.price-sub-header span {
  font-size: 38px;
  margin-left: 5px;
  line-height: 0px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.first-color {
    background: #7bc342;
}
.second-color {
    background: #4ab2d6;
}
.third-color {
    background: #006594;
}
.fourth-color {
    background: #688b9a;
}
.price-table li {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 8px;
    border-bottom: 1px solid #e4e4e4;
}
.price-table li:nth-child(2n) {
    background: #F0F0F0;
}
.subcribe-price {
    padding: 20px 0px;
}
.subcribe-price a {
    background-color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border-radius: 30px;
    font-size: 17px;
    box-shadow: 1px 3px 6px #25242473;
    background: linear-gradient(to right, #00B569, #0080FF);
    font-weight: 700;
}



.panel-group .panel {
    border-radius: 4px;
    border: 1px solid #dadada30;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 29, 0.08);
    margin-bottom: 20px;
}
.panel-heading {
    padding: 0px;
}
.panel-title>a {
    color: #333 !important;
    font-size: 22px;
    display: block;
    padding: 15px 15px;
    padding-left: 40px;
    line-height: 36px;
    transition: all .5s;
}
.panel .panel-collapse .panel-body {
    color: #fff;
    border-top: none !important; 
    background-image: -moz-linear-gradient(0deg, rgb(29, 62, 222) 0%, rgb(3, 218, 246) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(29, 62, 222) 0%, rgb(3, 218, 246) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(29, 62, 222) 0%, rgb(3, 218, 246) 100%);

}
.panel-title>a[aria-expanded="true"] {
    background-image: -moz-linear-gradient(0deg, rgb(29, 62, 222) 0%, rgb(3, 218, 246) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(29, 62, 222) 0%, rgb(3, 218, 246) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(29, 62, 222) 0%, rgb(3, 218, 246) 100%);
    color: #fff !important;
}
.panel-title {
  position: relative;
}
.panel-title span {
  position: absolute;
  top: 25px;
  left: 10px;
  display: inline-block;
  color: #7cdde9;
  transition: all .5s;
  font-size: 20px;
}
.panel-title>a[aria-expanded="true"]+span {
    color: #fff !important;
}

.share-whats-app {
    position: fixed;
    top: 25%;
    z-index: 9;
    background-color: #49c557;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px;
    box-shadow: 1px 4px 6px #00000036;
    -webkit-box-shadow: 1px 4px 6px #00000036;
    -moz-box-shadow: 1px 4px 6px #00000036;
   
}
.div-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 190px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #fff;
    padding: 5px;
}
.flex-1 img {
    width: 30px;
}
.flex-2 {
    flex: 1;
    margin-left: 6px;
    font-size: 15px;
}
.div-flex:focus, .div-flex:hover{
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .share-whats-app{
    top: 50%;
    padding: 0;
  }
  .flex-1 img {
    width: 20px;
}
  .flex-2{
    font-size: 12px;
  }
}