/*
Theme Name: flatsome-child
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: Multi-Purpose Responsive WooCommerce Theme.
Author: Talib Ansari
Author URI: [Your website URL or leave it blank]
Template: flatsome
Version: 3.19.4
*/

/* Custom styles go below this line */
.nav-dropdown{
	
	padding: 0;
}
.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a {
    border-radius: 0 !important;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.about-us-section, .web-services-section, .projects-deliver-section, .domains-section, .testimonial-section, .our-clients-section, .form-section, .about-us-page-section, .why-choose-our-section, .quick-services-bg-section, .software-development-section, .web-solutions-section, .mobile-app-development-section, .faqs-section, .tabs-section, .paint-features-section, .arahpaint-section, .arahweave-section, .Extraordinary-tabs-section, .integrated-dobby-section, .youtube-video-section{
	padding: 60px 0  40px 0 !important;
	
}

.software-development-section li.bullet-arrow{
	border-bottom: none !important;
}
.web-solutions-section ul li.bullet-arrow{
    border-bottom: none !important;
}
ul li.bullet-arrow{
	 border-bottom: none !important;
}
ul li.bullet-checkmark{
	 border-bottom: none !important;
}

.mobile-app-development-section ul li{
	border-bottom : none !important;
}
.web-solutions-section ul li{
	border-bottom : none !important;
}
.e-commerce-section img, .following-services img, .wordpress-services img{
	border-radius: 10px;
	}

.breadcrumb-size span, span a{
	font-size: 18px;
	color: #fff;
}

/*service section style is here*/

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 25px;
    color: #1c1c1c;
    background-color: #fff;
    letter-spacing: 0px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: black;
}

h1 {
	font-size: 50px;
    line-height: 50px;
    font-weight: 600;	
}

h2 {
    font-size: 35px;
    line-height: 50px;
}

h3 {
    font-size: 27px;
    line-height: 35px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 19px;
    line-height: 23px;
}
.button span {
    display: inline-block;
    
    font-size: 16px;
}

.why-choose-our-section h3{
	margin-top: 20px;
	margin-bottom: 15px;
}
.aboutdecription ul{
	column-count: 2;
	
}
.aboutdecription li.bullet-checkmark{
	
	border-bottom: none;
}
.project-section-row{
	box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
	background-color:#fff;
	padding: 40px 20px 10px 20px !important;
	
}
.project-section-row h4{
	margin-bottom: 8px;
	
}
.section-box-shadow{
	box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
	background-color:#fff;
	padding: 30px 20px !important;
}



.services-section{
    margin-top: 100px;
    padding-top:100px!important;
    padding-bottom:100px!important;
}

/*.services-section .box-shadow-3, .box-shadow-3-hover:hover, .row-box-shadow-3 .col-inner, .row-box-shadow-3-hover .col-inner:hover {*/
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);*/
/*    border-radius: 10px !important;*/
/*}*/
.accordion-inner {
   
    padding: 1em 18px  !important;;
}
.accordion .toggle {  
    right: 0 !important;
	left: auto;
}
.accordion-title {
    font-size: 18px;
    padding: 16px !important;
    font-weight: 600;
	background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion-item{
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-title.active{
	border: none !important;
}
.nav-tabs>li.active>a {    
    background-color: #2991d6;
    color: #fff;
}
.nav-tabs>li>a {
    background-color: #fff;
}
/* .faqs-section .nav-tabs>li.active>a {
    background-color: #2991d6 !important;
} */

/* #tab-system-requirements{
	background-color: rgb(41, 145, 214)
} */

.services-section .box-text {
    
    font-size: 16px;
    line-height: 28px;
    
}
.services-section .box-text h3 {
    
    margin-bottom: 20px;
    
}
.services-section .col.secvices-web .col-inner{
    background-color: #fff;
    border-radius: 10px;
}

.services-section .col.secvices-web .col-inner:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
    border-radius: 10px;
    background-color: #fff;
    /*background-color: rgba(80, 111, 96, 0.058);*/
    transition: background-color 0.3s ease-in-out;
}

.title-h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 58px;
    margin-bottom: 0;
}

h4.upper {
    font-size: 14px;
    font-family: 'Raleway';
    letter-spacing: 2px;    
}

.footer-ul{
    padding-top:70px !important;
}
.footer-ul ul li>a{
color: #fff;	
	
	
}

.box-text a{
	color: #fff;
}

.form-section input, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 55px;
    font-size: 16px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: none;
}

.form-section input:focus, textarea:focus{
       box-shadow: none;
       border: 1px solid #506f60!important;
}
.form-section input[type='email']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus{
    box-shadow: none;
    box-shadow: none !important;
}

.form-section .form-send-button input{
  max-width: 200px;
  color: #fff;
}

.footer-ul ul li{
    list-style: none;
    margin-left: 0;
    
}

.form-section .imgalignleft {
        display: inline;
        float: left;
        margin-right: 10px;
    }

    .footer-ul .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: top !important;
        padding-top: 4px;
    }

.footer-ul .box-list-view .box .box-text, .box-vertical .box-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    
    }

.footer-ul .box-image img {
    min-width: 20px !important;
    width: 20px;
    float: left;
}

.footer-ul .box-list-view .box .box-image, .box-vertical .box-image {
         width: auto;
    }
.copyright-footer{
    margin-top: 0;
    padding: 27px 0 20px;
    color: #000;
    
}
.icon-footer{
    
    border-bottom: 1px solid #eee;
    margin-top: 0 !important;
    padding: 20px 0 0 !important;
    
}

/* E-commerce service page */
.e-commerce-section{
	padding-top: 65px !important;
    padding-bottom: 55px!important;
	
}

.sidebar-column{
    padding: 30px 35px !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
}


.sidebar .content-area {
    padding-top: 65px;
    padding-bottom: 55px;
}

.e-commerce-section select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
     transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid #000;
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
	box-shadow: none;
	height: auto;
}
.e-commerce-section input{
  margin-bottom: 30px;
}

.section-box-shadow li.bullet-checkmark{
	
	border-bottom: none;
}
.all-domains-row .icon-box-text p{
	margin-bottom: 0;	
}

/* this is only over hover style for my custom button*/
.arrow-box { 
  width: 100%;
}
.arrow-box .listHoverLink {
  display: block;
}
.arrow-box .listHoverLink .linkWrap {
  position: relative;
  text-wrap: nowrap;
  margin-bottom: 10px;;
}

.link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.link.style-7 {
  width: 100%;
  height: 50px;
  border: 1px solid #f0f0f0;
}
.link.style-7 .list-circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;  
  background-color: #2991d6;


}
.link.style-7 .list-circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.link.style-7 .list-circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.link.style-7 .list-circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.link.style-7 .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    text-transform: capitalize;
	line-height: 50px;
}
.link:hover .list-circle {
  width: 100%;
}
.link:hover .list-circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.link:hover .button-text {
   color: #fff !important;
    font-size: 16px;
    opacity: 1;
}

/* this is only over hover style End here*/


.coloumn-box-image .box-image{
	
	margin-left: 0;
	text-align: left;
}
.web-services-section .coloumn-box-image .col-inner{
	padding: 15px 15px 15px 15px;
	
}
.coloumn-box-image .arrow-box{	
	margin-top: 20px;
	
}
.coloumn-box-image h3{
	margin-bottom: 15px;
}
.image-animation{
	max-width: 100%;
    animation: uf-animation 4s ease-in-out 1s infinite alternate;
    position: relative;
}
@keyframes uf-animation{
	
0% {
    top: 0px;
}
50% {
    top: -30px;
}
100% {
    top: 0px;
}


}
.form-area .form-send-button input{
	background-color: #066aab;
	padding: 10px 30px 10px 30px;
	
}
.why-choose-our-section .section-title-container {
    margin-bottom: 0 !important;
}
.why-choose-our-section .section-title-container h2 {
    margin-bottom: 0 !important;
}


/*Animation Bounce*/
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43%{
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to{
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

.btnBounce{
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.btnBounce:hover{
    -webkit-animation-duration:0s;
      animation-duration:0s;
}

@media only screen and (max-width: 767px) {
	
.about-us-section, .web-services-section, .projects-deliver-section, .domains-section, .testimonial-section, .our-clients-section, .form-section, .about-us-page-section, .why-choose-our-section, .quick-services-bg-section, .software-development-section, .web-solutions-section, .mobile-app-development-section, .faqs-section, .tabs-section, .paint-features-section, .arahpaint-section, .arahweave-section, .Extraordinary-tabs-section, .integrated-dobby-section, .youtube-video-section{
	padding: 50px 0  30px 0 !important;
	
}
	
  .banner h1{		
		font-size: 40px !important; 		
	}
	h1 {
    font-size: 40px;
		line-height: 50px;
	}
	
h2 {
    font-size: 30px;
    line-height: 40px;
}
	
h3 {
    font-size: 24px;
    line-height: 34px;
}
	.aboutdecription ul {
    column-count: 1;
}	
	.web-services-section .coloumn-box-image .col-inner {
    padding: 15px 5px 15px 15px;
}
	
	
}


@media only screen and (max-width: 600px) {
  .footer-ul .box-vertical .box-image {
        width: auto !important;
        float: left;
    }
}


@media only screen and (max-width: 575px) {	

	.web-services-section .coloumn-box-image .col-inner {
    padding: 15px 5px 15px 15px;
}	
	.banner h1{		
		font-size: 36px !important; 
		
	}
	
	h1 {
    font-size: 36px;
	line-height: 46px;
	}
	h2, h3 {
  text-align: none !important;
}
	.sidebar-column{
		padding: 30px 14px !important;
	}
	.section-box-shadow {
   
    padding: 30px 0px !important;
}
	.project-section-row {
		padding: 40px 20px 30px 20px !important;
	}
}

