/* Your custom styles */
@font-face {
    font-family: 'aileronregular';
    src: url('../font/aileron-regular-webfont.html') format('woff2'),
         url('../font/aileron-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.header {
  position: absolute;
	z-index: 1000;
	height: 100px;
  width: 100%; 
	padding: 18px;
	-webkit-transition: all ease-out .1s;
  -moz-transition: all ease-out .1s;
  -o-transition: all ease-out .1s;
  transition: all ease-out .1s;
}

.active {
  background-color: white;
}



.btn-rounded{border-radius:30px;}
.peach-gradient, .peach-gradient:active, .peach-gradient:focus{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd6301+0,fc3c13+100 */
background: #fd6301; /* Old browsers */
background: -moz-linear-gradient(left, #fd6301 0%, #fc3c13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #fd6301 0%,#fc3c13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #fd6301 0%,#fc3c13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6301', endColorstr='#fc3c13',GradientType=1 ); /* IE6-9 */}
body{font-family:aileronregular;}   
/*.navbar.navbar-dark{border-bottom:0px solid #222;box-shadow:none}*/
.navbar.scrolling-navbar{box-shadow:none overflow: hidden; background-color: #fff;};
.navbar.scrolling-navbar2{box-shadow:none;}
/*.navbar {
  overflow: hidden;
  background-color: #333;
}*/
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link{background-color:transparent;}
.top-nav-collapse{background:rgba(0,0,0,0.8)}
.menu_items .dropdown-menu.dropdown-primary.show { padding: 0; background: rgba(0, 0, 0, 0.58);}
.menu_items .dropdown-item.waves-effect.waves-light { color: #fff !important; border-bottom: 1px solid #ddd;}
.menu_items .dropdown-item.waves-effect.waves-light:last-child {border-bottom:0}
.menu_items .dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #fd450e;}


#sidebarMenu {    height: 100%;    position: fixed;    right: 0;    width: 250px;    margin-top: 75px;    transform: translateX(250px);    transition:transform 250ms ease-in-out;    background: #555;	z-index:999;}
.sidebarMenuInner{    margin:0;    padding:0;    border-top: 1px solid rgba(255, 255, 255, 0.10);}
.sidebarMenuInner li{    list-style: none;    color: #fff;    text-transform: uppercase;    font-weight: bold;    padding: 20px;    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
.sidebarMenuInner li span{    display: block;    font-size: 14px;    color: rgba(255, 255, 255, 0.50);}
.sidebarMenuInner li a{    color: #fff;    text-transform: uppercase;    font-weight: bold;    cursor: pointer;    text-decoration: none;}
input[type="checkbox"]:checked ~ #sidebarMenu {    transform: translateX(0);}
input[type=checkbox] {    transition: all 0.3s;    box-sizing: border-box;    display: none;}
.sidebarIconToggle {   transition: all 0.3s;    box-sizing: border-box;    cursor: pointer;    position: fixed;     z-index: 9999;    height: 100%;    width: 100%;    top: 20px;     padding: 12px 0;     right: 90px;      height: 22px;     width: 22px;    margin: 0;}
.spinner {    transition: all 0.3s;    box-sizing: border-box;    position: absolute;    height: 3px;    width: 100%;    background-color: #fc450e;}
.horizontal {    transition: all 0.3s;    box-sizing: border-box;    position: relative;    float: left;    margin-top: 3px;}
.diagonal.part-1 {    position: relative;    transition: all 0.3s;    box-sizing: border-box;    float: left;}
.diagonal.part-2 {    transition: all 0.3s;    box-sizing: border-box;    position: relative;    float: left;   margin-top: 3px;}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {    transition: all 0.3s;    box-sizing: border-box;    opacity: 0;}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {    transition: all 0.3s;    box-sizing: border-box;    transform: rotate(135deg);    margin-top: 8px;}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {    transition: all 0.3s;    box-sizing: border-box;    transform: rotate(-135deg);    margin-top: -9px;}

.banner{overflow:hidden;}
.carousel-caption{bottom:auto; top:30%;}
.carousel-caption p{color:#fff; font-size:20px; margin-bottom:10px;}
.carousel-caption h3{font-size:46px;font-weight: 600; }

.filter-button  {    padding: 0.84rem 1.14rem;}
/*services*/
.our_features{padding:50px 0}
.feature_box{ text-align: center; }
.feature_box .feature_icon{ display: inline-block; line-height: 100px;  margin-bottom: 25px;  font-size: 40px;  color: #fff; transition: all 0.5s ease 0s;}
.feature_box:hover .feature_icon{ transform: scale(1.1); }
.feature_box .feature_icon{width:120px;height:120px; }
.feature_box .feature_icon img{width:100%;padding:10px; }
.feature_box .title{ display: block; font-size: 20px;  font-weight: 700; color: #471437; text-transform: uppercase; margin: 0 0 12px 0; position: relative;}
.feature_box .title:before, .feature_box .title:after{    content: ""; width: 5px; height: 5px; border-radius: 50%; background: #ff5449; position: absolute;
    top: 40%;    left: 40%;  opacity: 0; transition: all 0.5s ease 0s;}
.feature_box .title:after{ left: auto; right: 40%;}
.feature_box:hover .title:before{opacity: 1; left: 5%;}
.feature_box:hover .title:after{ opacity: 1;  right: 5%;}
.feature_box .description{ font-size: 15px; letter-spacing: 1px; line-height: 27px; color: #6f6f6f;}
.testimonials_section  .slick-slide{margin:0 10px;}
@media only screen and (max-width:990px){
    .feature_box{ margin-bottom: 30px; }
}

.slick-slide.slick-active{}

/*what we do section css*/
.section_heading{text-align:center; max-width:700px; margin:auto; margin-bottom:50px; position:relative}
.section_heading:after{content:''; border-bottom:4px solid #fc5905; position:absolute;     left: 42%; bottom: -15px; width: 100px;}
.section_heading h3{color:#434343; font-size:25px;}
.section_heading h1{color:#000; font-size:50px; font-weight:600;}
.section_heading p{color:#434343; font-size:16px;}

.what_do .center{margin:auto}
.filter-button.btn-default{    font-size: 18px; text-align: center; color: #000 !important; margin-bottom: 30px; background:transparent !important; box-shadow:none; letter-spacing:1.5; padding: 0 10px;}

.filter-button:hover, .btn-default:active , .filter-button.select_btn{color:#fc5905 !important}
.filter-button.btn-default:not([disabled]):not(.disabled):active, .filter-button.btn-default:not([disabled]):not(.disabled).active, .show > .filter-button.btn-default.dropdown-toggle, .filter-button.btn-default:not([disabled]):not(.disabled):focus{ background-color: transparent !important; box-shadow:none}

.port-image{    width: 100%;}
.gallery_product{    margin-bottom: 30px;}

.load_more{color:#fc5905; font-size:20px; margin:20px 0}

.testimonials_section {padding:50px 0;}

.why_choose{background:url('../img/Why_choose.jpg') no-repeat left center/ 100% 100%;width:100%; padding:20px 0}
.why_choose .choose_box.right_box {text-align:right}
.why_choose .choose_box {color:#fff;}
.img_choose-us img {
    width: 100%;
    height: 85%;
}
.why_choose .section_heading h3{color:#fff}
.why_choose  .media-body p{font-size:13px; font-weight:500;}
.why_choose .media-right{margin-left:10px;}
.slick-slide{height:auto;}
.testimonials_section .slick-slide .item button{background:transparent; width:100%; text-align:center;}
.testimonial_para{text-align:center; font-size:14px; font-style:italic}
.avatar_info{margin-top:20px;}
.test_slide .avatar_info h4{margin-bottom:0; font-size:18px;white-space: nowrap;}
.test_slide .avatar_info span{margin-bottom:0; font-size:12px;white-space: nowrap;}
.slick-slide.slick-current.slick-active.slick-center .item {
    box-shadow: 0 0 27px #999; 
}

.hire_me_link{color:#fc450e}
.what_do{background:#f9f9f9; padding:50px 0;}
footer{background:#0e0e0e; padding:30px 0}
.footer_box h5{color:#fff;}
.footer_box ul li a{color:#777; font-size:14px;}
.ofc_address{margin-bottom:10px;}
.ofc_address h6{color:#fff; font-size:14px;}
.ofc_address p{color:#777; margin-bottom:2px; font-size:14px;}
.ofc_address .fa{color:#cd2323; margin-right:5px;}


/*about us css page  starts*/
.internal_pages.menu_items , .internal_pages .navbar.navbar-dark {border-bottom:0;}


.internal_pages .navbar.navbar-dark .breadcrumb .nav-item .nav-link, .internal_pages .navbar.navbar-dark .navbar-nav .nav-item .nav-link{color:#000}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#fff;
z-index:999;
  }
 .sticky .internal_pages .navbar.navbar-dark .breadcrumb .nav-item .nav-link, .sticky .internal_pages .navbar.navbar-dark.top-nav-collapse .navbar-nav .nav-item .nav-link{color:#000} 

 /*page title */
 .banner_heading{width:100%; text-align:center; z-index:9}
 .banner_heading p{color:#fd6500; font-size:22px; margin-bottom:50px;}
 .banner_heading h1{color:#fff; font-size:68px;}
.page-title.text-center {
    text-align: center;
}
.page-title {
    position: relative;
    padding: 120px 0;
    background-color: #c3c3c3;
    
    background-repeat: no-repeat;
    background-size: cover;
}
.title-overlay-color {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*we are section*/
.we_are{padding:40px 0;}
.who_we_info h2{font-size:36px; font-weight:900;}
.who_we_info p{font-size:18px;}
.oColor{color:#fd6500;}
/*we are section ends*/
/*services css  starts*/
.services_offer{padding:20px 0 0;}
.services_box {    text-align: center;}
.services_box .fa{color:#00e7b4; font-size:50px; border:2px solid #00e7b4; border-radius:100%; padding:10px; text-align:center; width:100px; height:100px;    vertical-align: middle;display: table-cell;}
.service_info {    padding: 20px 0;    color: #000;}
.service_info .service_title { font-weight: 600;  font-size: 24px;}
.service_info .service_desc{   font-size: 14px;}
.services_offer .searvice_icon img { width: 50px;}
/*services css  ends*/

/*advantages css starts*/
.our_advantages { background: #f7f7f7; padding: 50px 0;}
.section_title h3 { color: #fd6500;}
.section_title {    max-width: 600px;    text-align: center;    margin: auto;	margin-bottom:40px;}
.icon-block.icon-round .tt-icon i {    width: 50px;    height: 50px;    line-height: 50px;    text-align: center;    border-radius: 4px;}
.tt-icon.flat-icon i {    display: inline-block;}
.icon-block .tt-icon i {    -webkit-transition: all 400ms;    -moz-transition: all 400ms;    -o-transition: all 400ms;    transition: all 400ms;}
.icon-block i {    font-size: 28px;}
.icon-block.icon-position-left .tt-content {    overflow: hidden;}
.icon-block h3 {    font-size: 18px;    position: relative;}
.tt-icon.flat-icon.icon-hover-default {    width: 50px;    float: left;    margin-right: 10px;}
.tt-icon.flat-icon.icon-hover-default img {    width: 100%;    height: auto;    margin-right: 10px;}
.tt-content {    float: left;    width: 87%;}
.tt-content h3{font-weight:600;}
/*advantages css ends ////*/

/*know more*/
.know_more{background:#fff;}

.progress .progress-bar {  background-color:#fd6500;  animation-name: animateBar;    animation-iteration-count: 1;    animation-timing-function: ease-in;    animation-duration: .4s;}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
.progress_bar{margin-bottom:20px;}
.progress_bar p{margin-bottom:0}



.faq .panel {border-width: 0 0 1px 0; border-style: solid; border-color: #fff; background: none; box-shadow: none; }
.faq  .panel:last-child { border-bottom: none;}
.faq  .panel-group > .panel:first-child .panel-heading { border-radius: 4px 4px 0 0;        }
.faq  .panel-group .panel { border-radius: 0;}
.faq  .panel-group .panel + .panel { margin-top: 0;}
.faq .panel-heading { background-color: #555;            border-radius: 0;            border: none;            color: #fff;            padding: 0;        }
.faq  .panel-title a { display: block; color: #fff;padding: 15px; position: relative; font-size: 22px; font-weight: 400;}
.faq .panel-body {background: #fff;}
.faq .panel:last-child .panel-body {border-radius: 0 0 4px 4px;}
 .faq  .panel:last-child .panel-heading { border-radius: 0 0 4px 4px; transition: border-radius 0.3s linear 0.2s; }
.faq  .panel:last-child .panel-heading.active {border-radius: 0; transition: border-radius linear 0s;}
        /* #bs-collapse icon scale option */
 .faq  .panel-heading a:before {content: '\f107'; position: absolute; font-family: 'fontawesome'; right: 5px;  top: 10px;font-size: 24px;  transition: all 0.5s;  transform: scale(1);  }
.faq  .panel-heading.active a:before {content: ' '; transition: all 0.5s;transform: scale(0); }
#bs-collapse .panel-heading a:after {content: ' ';font-size: 24px;position: absolute;font-family: 'fontawesome';right: 5px;top: 10px;transform: scale(0);transition: all 0.5s;}
 #bs-collapse .panel-heading.active a:after {            content: '\f106';            transform: scale(1);            transition: all 0.5s;        }
        /* #accordion rotate icon option */
        
        #accordion .panel-heading a:before {            content: '\f107';            font-size: 24px;            position: absolute;            font-family:'fontawesome';            right: 5px;            top: 10px;            transform: rotate(180deg);            transition: all 0.5s;        }
        
        #accordion .panel-heading.active a:before {            transform: rotate(0deg);            transition: all 0.5s;        }
	.faq  .panel {    margin-bottom: 5px;}
.creative_skills h4{margin-bottom:25px;}
.faq .panel-heading.active{background:#fd6500}
.faq  .panel-title {
    margin-bottom: 0;
}
.faq .panel-collapse {
    padding: 10px;
}
/*about us page css ends*/
/*services page css starts*/
.services_header{padding:50px 0}
.service_section_title{text-align:center}
.service_section_title h5{max-width:500px; margin:auto; font-size:18px; text-transform:uppercase;}
.service_section_title h3{max-width:500px; margin:auto; font-size:28px; font-weight:600;margin-bottom: 30px;}
.service_section_title p{font-size:16px; font-weight:500;}

.panel_serviceBox{border:2px solid #f7f7f7; padding:50px 30px;}
.serviceBox1{background:#f7f7f7;}
.serviceBox1 h4{font-size:18px;}
.panel_serviceBox p{color:#888}

.sevc_box .card{margin-bottom:30px;}
.sevc_box .card-body .card-title{font-size:16px; }
.sevc_box .card .card-body .card-text{font-size:13px; }
.card .card-body h5 { font-size: 12px; color: #fc450e;}

.feature_quote{background:#f7f7f7; padding:40px 0;}
.feature_quote .feature_line{max-width:700px; text-align:center; margin:auto}
.feature_quote .feature_line h5{color:#fc450e; text-transform:uppercase}
.feature_quote .feature_line h3{font-weight:600;}

/*services page css ends*/

/*contact us*/
.contact_us .form-header { color: #fff; text-align: center; margin-top: -50px; margin-bottom: 3rem; padding: 1rem; border-radius: 2px; }
.contact_us .card .card-body h3 { margin-bottom: 0; padding: .7rem; }
.contact_us .btn-floating i { display: inline-block; width: inherit; text-align: center; color: #fff; font-size: 1.25rem; line-height: 47px; }
.contact_us  .btn-floating { width: 47px; height: 47px; position: relative; z-index: 1; vertical-align: middle; display: inline-block; overflow: hidden; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; margin: 10px; border-radius: 50%; padding: 0; cursor: pointer; }
.contact_us  .waves-effect { box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); position: relative; cursor: pointer; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; z-index: 1; }

.contact_us  .btn-orange-blue { background-color: #fc450e !important; color: #ffffff !important; }
.contact_us  .orange.accent-1 { background-color: #fc450e !important; color: #ffffff !important; }

.mdb-select.form-control { padding: 7px 0px; border: 0; border-bottom: 1px solid #ddd; }


/*blog page css*/

.blog-img { position: relative; }
.blog-img img { width: 100%; }
.post-category a { display: inline-block; background-color: #FF7200; color: #fff; font-size: 15px; padding: 5px 20px; }
.single-blog:hover img { opacity: .85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" ; filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" }
.post-category { position: absolute; left: 0; bottom: 0; }
.blog-content { padding: 30px 20px; }
.single-blog { border: 1px solid #eee; background: #fff; }
.blog-title a { color: #000; }
.blog-title h4 { font-size: 20px; font-weight: 500; margin-bottom: 5px; }
.meta ul { margin: 0; padding: 0; list-style: none; }
.meta { margin-bottom: 20px; opacity: .85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }
.blog-content a.box_btn { display: inline-block; background-color: #FF7200; padding: 5px 15px; color: #fff; text-transform: capitalize; margin-top: 20px; }
a.box_btn::before { position: absolute; content: ""; width: 100%; height: 100%; background-color: #CC5B00; left: -100%; top: 0; -webkit-transition: .5s; transition: .5s; z-index: -1; }
a.box_btn { overflow: hidden; z-index: 2; -webkit-transition: .5s; transition: .5s; position: relative; text-decoration:none; }
a.box_btn:hover::before { left: 0; z-index: -1; }
.sidebar { width: 100%; padding-left: 40px; }
.sidebar_section:not(:last-child) { margin-bottom: 60px; }
.sidebar_section_title { font-size: 24px; font-weight: 700; color: #384158; line-height: 0.75; }
.sidebar_categories { margin-top: 16px; }
.sidebar_categories ul li { position: relative; width: 100%; height: 51px; list-style:none; padding:0; }
.sidebar_categories ul li:not(:last-of-type) { border-bottom: solid 1px #e5e5e5; }
.sidebar_categories ul li a { display: block; position: relative; font-size: 14px; color: #b5b8be; line-height: 51px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.categories_list li a span { float:right; }
.sidebar_latest { margin-top: 31px; }
.latest:not(:last-child) { margin-bottom: 20px; }
.latest_image div { width: 90px; height: 74px; border-radius: 3px; overflow: hidden; }
.latest_image div img { max-width: 100%; }
.latest_content { padding-left: 21px; margin-top: -4px; }
.latest_title a { font-size: 16px; font-weight: 700; color: #383749; line-height: 1.625; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
 .latest_date { font-size: 14px; color: #b5b8be; margin-top: 10px; text-transform: uppercase; }
.sidebar_gallery { margin-top: 34px; }
.gallery_item { position: relative; width: calc((100% - 36px) / 3); margin-bottom: 18px; cursor: pointer; }
.gallery_item img { width: 100%; }
.gallery_item_overlay { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; font-size: 33px; font-weight: 300; color: #FFFFFF; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.gallery_item:hover .gallery_item_overlay { opacity: 1; }
.colorbox { outline: none; }
.sidebar_categories ul{padding: 0}


/*********************************
 Blog
*********************************/

.blog { width: 100%; background: #FFFFFF; padding-top: 100px; padding-bottom: 100px; }
.blog_content { width: 100%; }
.blog_title { font-size: 30px; font-weight: 700; line-height: 1.2; color: #384158; }
.blog_meta { margin-top: 14px; }
.blog_meta ul li { display: inline-block; position: relative; font-size: 14px; color: #b5b8be; }
.blog_meta ul li a { font-size: 14px; color: #b5b8be; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
 .blog_meta ul li:not(:last-child)::after { display: inline-block; content: '|'; margin-left: 14px; margin-right: 14px; }
.blog_image { width: 100%; margin-top: 18px; }
.blog_image img { max-width: 100%; }
.blog_content p { font-size: 16px; line-height: 1.75; color: #76777a; margin-top: 29px; margin-bottom: 0; }
.blog_quote { margin-top: 24px; margin-bottom: -2px; }
.blog_quote i { font-size: 30px; color: #fc450e }
.blog_quote div { font-size: 18px; font-style: italic; line-height: 1.66; color: #384158; padding-left: 36px; }
.blog_subtitle { font-size: 24px; color: #384158; line-height: 1.2; margin-top: 48px; }
.blog_images { margin-top: 31px; margin-bottom: 35px; }
.blog_image_small { width: 100%; }
.blog_image_small img { max-width: 100%; }
.blog_extra { margin-top: 39px; border-bottom: solid 1px #ebebeb; padding-bottom: 18px; }
.blog_tags span { color: #384158; }
.blog_tags ul { display: inline-block; margin-left: 3px; }
.blog_tags ul li { display: inline-block; }
.blog_tags ul li a { font-size: 14px; color: #b5b8be; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.blog_tags ul li a:hover { color: #fc450e }
.blog_social span { font-size: 14px; color: #384158; }
.blog_social ul { display: inline-block; margin-left: 21px; }
.blog_social ul li { display: inline-block; }
.blog_social ul li:not(:last-child) { margin-right: 18px; }
.blog_social ul li i { font-size: 14px; color: #b5b8be; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.blog_social ul li:hover i { color: #fc450e }
.comments_container { margin-top: 51px; }
.comments_title { font-size: 24px; font-weight: 700; color: #2c3145; }
.comments_list li:not(:last-child) .comment_item { border-bottom: solid 1px #e5e5e5; }
.comment_item { padding-top: 31px; padding-bottom: 16px; }
.comment_image div { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; }
.comment_image div img { max-width: 100%; }
.comment_content { width: 100%; padding-left: 20px; margin-top: -7px; }
.comment_author::after { display: inline-block; content: '-'; margin-left: 6px; }
.comment_author a { font-family: 'Roboto Slab', serif; font-size: 18px; font-weight: 700; color: #384158; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.comment_author a:hover { color: #fc450e }
.comments_container .rating_r { margin-top: 3px; margin-left: 5px; }
.comments_container .rating_r i::before { color: #ffc80a; }
.comment_text { margin-top: 12px; }
.comment_extras { margin-top: 13px; }
.comment_likes::after { display: inline-block; content: '|'; margin-left: 15px; margin-right: 15px; }
 .comment_extra a { font-size: 12px; font-weight: 400; color: #5e6271; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.comment_extra a:hover { color: #fc450e }
.comment_extra a span { margin-left: 3px; }
.comments_list li ul { padding-left: 99px; }
.add_comment_container { margin-top: 31px; }
.add_comment_title { font-family: 'Roboto Slab', serif; font-size: 24px; font-weight: 700; color: #384158; }
.add_comment_text { margin-top: 14px; }
.comment_form { margin-top: 35px; }
.comment_input { width: 100%; height: 46px; border: solid 1px #d9d9d9; border-radius: 3px; padding-left: 19px; font-size: 16px; font-weight: 400; color: #2c3145; }
.comment_input:focus { border: solid 1px #fc450e outline: none; }
.comment_textarea { width: 100%; height: 150px; margin-bottom: 18px; padding-top: 15px; } 
.form_title { font-size: 16px; font-weight: 400; color: #384158; margin-bottom: 12px; }
.comment_notify { margin-top: 29px; }
.regular_checkbox { display: none; }
.regular_checkbox + label { position: relative; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; width: 14px; height: 14px; background: #fc450e !important; border-radius: 3px; cursor: pointer; vertical-align: middle; margin-bottom: 0; margin-top: -2px; }
.regular_checkbox + label i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #FFFFFF; font-size: 10px; }
.regular_checkbox + label i { display: none; }
.regular_checkbox:checked + label i { display: block; }
.comment_notify span { font-size: 16px; font-weight: 400; color: #2c3145; vertical-align: middle; margin-left: 3px; }
.comment_button { width: 150px; height: 46px; text-transform: uppercase; font-size: 14px; font-weight: 500; color: #FFFFFF; cursor: pointer; border: none; outline: none; border-radius: 3px; margin-top: 34px; }
.comment_button:hover { box-shadow: 0px 5px 40px rgba(0,0,0,0.25); }
   .btn-orange-blue { background: #fc450e !important; }

.comments_list { padding: 0; list-style: none; }

.topmenu{
        width: 100%;
    position: relative;
    display: block;
    background: #000;
    padding: 10px 0;
    height: 40px;
}

.TopHdrStrpBx, .ManuWapprbx, .ManuBx, .WebMenuBx {
    width: 100%;
    position: relative;
    display: inline-block;
}
/*
.LeftClm {
    float: left;
}
*/
.LeftClm ul, .LeftClm ul li, .LeftClm ul li em, .RightClm ul, .RightClm ul li, .WebMenuBx ul, .WebMenuBx ul li {
    display: inline-block;
}
.LeftClm ul li, .RightClm ul li {
    margin-right: 26px;
}
.LeftClm ul li em, .WebMenuBx ul li {
    margin-right: 20px;
}
.RightClm {
    text-align: right;
    line-height: 19px;
    margin-right: 140px;
}
.RightClm, .MenuRight {
    float: right;
}
.RightClm ul li a.WhtClr, .RightClm ul li a:hover, .LeftClm ul li a:hover {
    color: #fff;
}
.RightClm ul li.QckBtn {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0;
    margin-right: 0;
}
.CalBck a {
    animation-name: bounce;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.menu_items{
    width: 100%;
    position: relative;
    display: inline-block;
}
.ClTxt, a.whtCtBtn, .mblIcn {
    display: none;
}
.BlckSpc {
    width: 100%;
    height: 100vh;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    z-index: -1;
    transition-delay: 300ms;
}
.RightClm ul li a.WhtClr, .RightClm ul li a:hover, .LeftClm ul li a:hover {
    color: #f1d303;
}
.LeftClm ul li a, .RightClm ul li a {
    font-size: 14px;
    color: #fff;
}

.whatsapp{
    width: 22px;
    padding: 0px 2px 6px 1px;
}
.mail{
    width: 26px;
    padding: 0px 6px 5px 4px;
}
@media only screen and (max-width:500px){
    .LeftClm ul li i{
        display: none;
    }
    .carousel-caption h3 {
   display: none;
}
    .RightClm ul li.QckBtn{
        display: none;
    }
    .carousel-caption p {
    display: none;
    }
    .carousel-caption {
    right: 40%;
    }
    .mailto{
        display: none!important;
    }
    .RightClm ul li.CalBck {
        position: relative;
        top: -36px!important;
    }
    .why_choose {
    background: #000;
    }
    .navbar-brand img{
        width: 100px;
        margin-top: -40px;
    }
    .RightClm .khyati{
    display: block!important;
        position: absolute;
        top: -10px;
        right: 0;
            padding: 10px 10px 12px 20px;
        margin-right: 0;
        background: #d5be23;
}
    .mobilepop{
        display: none;
    }
    .RightClm .khyati:hover{
        color: #000;
    }
    .ml-auto{
        background: #fff;
    }
    .name input{
        width: 346px!important;
    }
    .email input{
        width: 346px!important;
    }
    .number input{
        width: 346px!important;
    }
    .name input{
        width: 346px!important;
    }
    .msg textarea{
        width: 346px!important;
    }
}
.RightClm ul li.CalBck {
    position: relative;
    right: 38px;
    z-index: 99;
    top: 0;
    margin-right: 0;
}
.RightClm ul li.mailto {
    position: relative;
    right: 116px;
    z-index: 99;
    top: 0;
    margin-right: 0;
}
.khyati{
    display: none!important;
}
.footericon{
    display: inline-block;
    margin-top: 15px;
    padding: 0;
    margin-left: -13px;
}
.footericon li{
    display: inline-block;
    margin-left: 15px;
}
.footericon .fa:hover{
    color: #fff;
}

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
 
  .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .modal-content {
    height: auto;
    border: 0;
    border-radius: 0;
  }
  
  .modal-body {
    overflow-y: auto;
  }
.popupp{
    text-align: left;
      color: #f3cf83;
}
.popform{
    text-align: left;
  font-size: 18px;
}
.summit{
    text-align: left;
    font-weight: 500;
        position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.khy{
    color: #000!important;
    background: #f3cf83!important;
}
.name{
    text-align: left;
}
.name input{
    background: #eee;
       padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 5px;
    width: 388px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.email{
    text-align: left;
}
.email input{
        background: #eee;
      padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 5px;
    width: 388px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.number{
    text-align: left;
}
.number input{
        background: #eee;
      padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 5px;
    width: 388px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.msg{
    text-align: left;
}
.msg textarea{
      background: #eee;
      padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 5px;
    width: 388px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.website{
    margin-top: 20px;
}
.website p{
    line-height: 32px;
      text-align: left;
    font-size: 18px;
    font-weight: 500;
}
.design{
    position: absolute;
    margin: 80px 0;
    padding: 0 60px;
}
.design h1{
    font-weight: 600;
    text-align: left;
    color: darkred;
}
.design p{
    text-align: left;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}
.footericon i{
    border: 1px solid;
    border-radius: 62px;
    padding: 6px 8px;
}

.rightContainer .moreRow {
    padding: 30px;
    background: #cbd3f6;
    color: #000;
}
.rightContainer .moreRow h2 {
    font-size: 21px;
    line-height: normal;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.rightContainer .moreRow ul {
    margin: 0;
    padding: 0;
}
.rightContainer .moreRow ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0 10px 32px;
    font-size: 14px;
    border-top: 1px solid #444;
    line-height: 20px;
}
.rightContainer .moreRow ul li:before {
    background: url(../img/tick.png) no-repeat;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 22px;
    z-index: 1;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-b-20 {
    margin: 0 0 3% !important;
}
.who-we-are .whoweareRow p, .text2 p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}
.padding-t-0 {
    padding-top: 0 !important;
}
element.style {
}
#frm {
    left: 0;
    position: relative;
    top: 0;
    z-index: 9999;
}
.block_section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #e0cbf2;
    margin-top: 24px;
}
.formweb{
    display: inline-block;
    padding: 10px 19px;
    vertical-align: top;
    width: 100%;
    background: #cbd3f6;
}
.title_right{
font-size: 16px;
    padding: 10px 20px 10px 5px;
    cursor: pointer;
    color: #000;
        font-weight:400;
}
.block_section .padblock {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px;
}
.block_section .title_right {
    color: #000;
    font-size: 22px;
    font-weight: 600 !important;
    padding: 0 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.block_section .title_right::before {
    background: #f1b45d none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
}
.block_section .text_content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 12.5px;
    color: #616161;
    line-height: 20px;
}
.block_section .popular-links > ul {
    margin-bottom: 24px;
}
.block_section .popular-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block_section .popular-links ul li {
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #444;
    padding-left: 17px;
    position: relative;
}
.block_section .popular-links ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    font-size: 14px;
    color: #000;
}
.block_section .popular-links ul li a {
    font-size: 13px;
    line-height: 23px;
    color: #333333;
}
.designtagsser {
    margin-top: 20px;
    font-size: 17px;
    background: #f6f6f6;
    padding: 10px;
    color: #efaf18;
    line-height: 27px;
    position: relative;
}
.designtagsser img {
    width: 44px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.designtaglink {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}
.seoServicesTitle h2{
    margin-top: 30px;
    margin-bottom: 25px;
}
.seoteamList {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.seoteamHelp.seo-team-button .seoteamList > li {
    min-height: 310px;
    padding: 10px;
    background: #f6f6f6;
}
.seoteamHelp .seoteamList.web-design-list li {
    min-height: 430px !important;
}
.seoteamHelp li {
    float: left;
    width: 31.7%;
    height: 310px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.seoteamList li {
    float: left;
    width: 31%;
    height: 320px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.seoteamHelp .seoteamList li em {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
}
.seoteamHelp .seoteamList li h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.seoteamHelp .seoteamList li p {
    color: #626262;
}
.btnRow {
    text-align: center;
}
.btnRow a.linkBtnarow {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background: #f0e8d8;
    border-radius: 100px;
    padding: 5px 20px;
    display: inline-block;
}
.seoteamHelp p {
    text-align: center;
    padding: 10px 0;
}
.btnRow a.linkBtnarow:hover{
    background: #fff;
}
.whyChooseRow {
    padding: 20px 30px 20px;
    background: #f6f6f6;
}

/*
.whyChooseRow h2 {
    font-size: 21px;
    line-height: 38px;
    color: #222;
    font-weight: 600;
    margin: 0 0 25px;
}
*/
.whyChooseRow p {
    font-size: 14px;
    line-height: 24px;
    color: #616161;
    text-align: justify;
    margin-bottom: 45px;
}
.whyChooseRow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.whyChooseRow ul li h3, .whyChooseRow ul li h3 a {
    font-size: 14px;
    line-height: 16px;
    color: #276ea2;
    font-weight: 700;
}
.whyChooseRow.wdd ul.full-width-list li, .ecommercewebsitesRow ul.full-width-list li {
    width: 100%;
    text-align: left;
    margin: 0 0 12px;
}
.whyChooseRow.wdd ul li {
    width: 19.5%;
}
ul.bulletList li {
    font-size: 13px;
    margin: 0 0 8px;
    padding: 0 0 0 15px;
    background: url(../img/bulletList.png) no-repeat 1px 8px;
    text-align: left;
}
.whyChooseRow ul li {
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}
.whyChooseRow ul li em {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.frequentlyasked {
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 30px;
    vertical-align: top;
    width: 100%;
}
.frequentlyasked .titleRow {
    margin-bottom: 40px;
}
  .frequentlyasked.fullWidth .accordiyanbl {
    width: 100%;
}

.frequentlyasked .accordiyanbl {
    display: inline-block;
    margin-right: 2.3%;
    margin-bottom: 45px;
    vertical-align: top;
    width: 48.5%;
}
.frequentlyasked .accordiyanbl ul {
    margin: 0px;
    padding: 0px;
}
.frequentlyasked .accordiyanbl ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #f5f5f5;
    padding: 14px 16px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e2e2e2;
    font-size: 14px;
}
.frequentlyasked .accordiyanbl ul li .title, .frequentlyasked .accordiyanbl ul li h3.title {
    color: #000;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    margin: 0;
    text-align: left;
}
.frequentlyasked .accordiyanbl ul li.active .title:after {
    content: "[-]";
}
.frequentlyasked .accordiyanbl ul li .title:after {
    content: "[+]";
    position: absolute;
    right: 0px;
    top: 0px;
}
.frequentlyasked .accordiyanbl ul li .textbox {
    display: none;
    padding: 10px 0;
}
.titleRow h2, .titleRow h1.heading-2 {
    line-height: 36px;
    padding-bottom: 0;
    position: relative;
    margin: 20px 0 12px;
}
.moreRow img{
    margin-right: 10px;
}
.panel,
.panel-body {
  box-shadow: none;
    padding: 5px 10px;
}

.panel-group .panel-heading {
  padding: 0;
   background: #f6f6f6;
}

.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
     color: #000;
    font-size: 16px;
}
.panel-group .panel-heading a:after {
  content: '-';
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  content: '+';
}
div#headingOne{
background: #f6f6f6;
}
.clientlogo_side img{
    margin-bottom: 15px;
}

.khyatibtn{
    padding: 5px 20px;
    border-radius: 7px;
}
.khyatibtn:hover{
    color: #fff;
}
.contact-form img{
    position: relative;
    left: 40%;
    margin-bottom: 10px;
}
@media only screen and (max-width: 991px){
.seoteamHelp .seoteamList {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 479px){
.seoteamHelp.seo-team-button .seoteamList > li {
    min-height: 266px;
    text-align: center;
    padding: 20px !important;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8 !important;
}
.seoteamHelp .seoteamList li p {
    line-height: normal;
    text-align: center;
    min-height: auto !important;
}
.seoteamHelp .seoteamList li h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
    line-height: normal;
    width: 100%;
}
    .seoteamHelp .seoteamList {
    margin-bottom: 12px;
}
    .seoteamHelp .seoteamList li .btnRow {
    margin-bottom: 12px;
}
    .whyChooseRow ul li h3, .whyChooseRow ul li h3 a {
    font-size: 16px;
}
    .whyChooseRow ul li, .whyChooseRow.wdd ul li, .our-projects-row ul li {
    width: 49%;
    padding: 0 5px;
}
}

.lazy{
    width:60px;
}

.form-group{
    margin-bottom:5px!important;
}
.what_do h3{
    font-weight:800;
    text-align:center;
}
.what_do h4{
    text-align:center;
}
.what_do p{
    text-align: center;
}
