/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
 body {
    font-family:"Open Sans",sans-serif;
    /* color: #FFF; */
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#ffffff;
    text-decoration: none;
}
:focus{
    outline: 0;
}

a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #fff;
    min-height: 53px;
    position: fixed;
    z-index: 10;
    width: 100%;
    margin: 0;
}
 /* ****coverage area******* */
 /* ****coverage area******* */

.banner-img {
    width: 100%;
    margin: auto;
    text-align: center;
    display: inline-block;
}
.banner-img img {
    width: 94%;
    height: auto;
    display: block;
    margin: -1px 50px;
    
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #fff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}

.navbar .brand img {
    width: 100%;
    height: 55px;
}
.navbar .brand {
    padding: 2px 18px 6px !important; 
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #000;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #FECE1A;
    color: #fff;
    background-color: #f00;;
    transition: border-color 1s ease;
	font-weight:600;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: #fff;
	color:#313131;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #313131;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}

/* active navber */

/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.about-titale {
    margin-left: 120px;
}
.large-text {
    line-height: 1.2em;
    font-size: 40px;
    color: #f90101;
    padding: 20px;
    margin-bottom: -30px;
    font-weight: 800;
}
.Small-text {
    line-height: 1.2em;
    font-size: 18px;
    color: rgb(249 1 1 / 69%);
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}
.subscribe {
    margin: 2px -61px;
    /* margin: auto; */
}
input.default-input-email {
    margin-left: 123px !important;
    padding: 22px 43px;
    align-items: flex-start;
    font-size: 20px;
    width: 60%;
    letter-spacing: 2px;
}

.subscribe input:focus{
border: 1px solid #ddd;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid{
    /* color: #ddd !important; */
    align-items: flex-start;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: black !important;
    border-color: #ee5f5b;
}
.subscribe button {
    padding: 22px 50px;
    background: red;
    color: white;
    border: none;
    border-radius: 4px;
    margin-left: -120px;
    margin-bottom: 10px;
}

.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #144416;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 /* .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
} */
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button, .button:visited, .button:focus {
    display: inline-block;
    border: 1px solid #fe1a1acf;
    color: #1c1a1ae8;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 5px;
    line-height: auto;
}
.button:hover, .button:active {
    /* background-color: #FECE1A; */
    color: #fff;
    background-color: red !important;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#ffffff;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#ef0022;
    color:#fff;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#ffffff;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: red;
}
.social li a:hover {
    color:#FECE1A;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 0px !important;
}
.section .container {
    padding: 70px;
}
.section .title {
    text-align: center;
    padding: 10px;
    margin-bottom: 80px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
    background:#ffffff;
}
.primary-section .triangle {
    border-top: 40px solid #fff;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #313131;
}
.primary-section h1 {
    color:#313131;
}
.secondary-section {
    background: #fff;
}
.secondary-section .title {
    border-bottom: 1px solid #fff;
}
.secondary-section h1, .secondary-section .title p {
    color: #fff;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
	position:relative;
    background: #181A1C url(../images/p1.jpg) no-repeat center;
    /* background-color: #Eafaf1; */
    background-color: rgb(248 249 249 / 16%);
    border-top:1px solid #ffffff;
	background-attachment:fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.third-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
	background: rgba(0, 0, 0, 0.32) url("../images/pattern.png") repeat scroll 0 0;
}

.third-section-newbg {
    background: #181A1C url(../images/p3.jpg) no-repeat center;
	background-attachment:fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.third-section-newbg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.7);
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    /* border-bottom: 1px solid #A1AAB7; */
    color: #FECE1A;
    border: 1px solid #4cc10ec4;
}
.sub-section {
    margin-top:8px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
	color:#313131;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}


.pop {
    border-left: 6px solid red;
    background-color: lightgrey;
}

.pop-address {
	text-align: left;
}

.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About

/*********************************************************************
                        About New
*********************************************************************/
.imges{
    position: relative;
}
.imges img {
    max-width: 37rem;
    margin-top: -90px;
    height: 36rem;
    /* transform: perspective(300px) rotateX(0deg) rotateY(0deg); */
}
.imges:hover{
    transform: perspective(300px) rotateX(3deg) rotateY(5deg);
    transition-duration: 3ms;
}
.about-section {
    margin-bottom: 36rem;
    width: auto;
    height: 100%;
    margin-left: 3rem;
}

.about-img img {
    width: 98%;
    height: 27rem;
    display: block;
    margin: 70px 28px;
}
.about-img{
    width: 100%;
    margin: auto;
    text-align: center;
    display: inline-block;
}
.about-titale h1 {
    color: red;
    font-weight: 800;
    font-size: 31px;
    margin: 0 0;
}
.about-titale h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.about-titale p {
    color: #000000f0;
    margin: 40px -188px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    /* padding: 1rem 2rem; */
    width: 151%;
}
.about-icone {
    margin: 0px -87px;
}
.about-butten {
    text-align: center;
    margin-top: 33px;
    margin-bottom: -40px;
}
.btn-color{
    background: red !important;
    padding: 15px 30px;
}
.about-butten:hover a{
    background-color: #1a8b49;

}
.about-butten span {
    color: #FFF;
    font-size: 17px;
}


/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
.pull-left{
    float: unset !important;
    text-align: center !important;
    width: 100% !important;
}
.pull-left h3 {
    font-weight: 800;
    font-size: 42px;
    color: rgb(255 0 0 / 106%);
    text-align: center;
    margin-top: 20px;
}
.client-slider img {
    width: 59%;
}
.client-slider img:hover {
    background-color: #ff00007d;
}
.client-slider li{
    list-style: none;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
    text-decoration: none;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#ffffff;
    background:#ef0022;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #ef0022;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#ef0022;
    color:#ffffff;
}

/*
3.7 Contact
********************************************************************/
/*
3.8 Footer
********************************************************************/
.footer {
    background: #F2F3F4;
    color: #ccc;
    padding: 0px 0;
    font-size: 13px;
}
.widget {
    margin-bottom: 0px;
}
footer h3 {
    color: #fff;
    font-size: 20px;
}
footer .widget ul {
    margin: 0;
    padding: 0;
}
.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
footer .widget_recent_post li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom-color: #333;
    padding: 0 0 5px;
}
.widget_recent_post li {
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-left: 20px;
}

footer .widget_recent_post li a {
    color: #ffffff;
}
.widget_recent_post li a {
    color: #ffffff;
}
footer a {
    color: #ccc;
}
.widget_tags li {
    display: inline-block;
    margin-bottom: 13px;
    margin-right: 2px;
    text-shadow: none;
}
.footer > p {
    color: #fff;
    margin:0;
}
.widget_tags li a {
    background: #1a8b49 none repeat scroll 0 0;
    border-radius: 1px;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px 8px;
    text-decoration: none;
}
address span {
    display: block;
}
address span strong {
    display: inline-block;
    width: -2px !important;
    font-size: 15px;
    color: rgb(0 0 0 / 73%) !important;
}
.footer a{
    color:#FECE1A;
}
.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #FECE1A;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

.carousel-indicators{
	background-color:#FECE1A;
	padding:5px 0;
}

.row-fluid .spansm5ths,
.row-fluid .spanmd5ths,
.row-fluid .spanlg5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	margin:1% !important;
}


@media (min-width: 768px) {
    .row-fluid .spansm5ths {
        width: 18% !important;
        float: left;
    }
}

@media (min-width: 992px) {
    .row-fluid .spanmd5ths {
        width: 18%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .row-fluid .spanlg5ths {
        width: 18%;
        float: left;
    }
}
.da-slide .da-img img{border:2px solid #D8C427;}

#about {
    background: #fff url(../images/p2.jpg) no-repeat center;
    position:relative;
	background-attachment:fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#about:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
	background: rgba(0, 0, 0, 0.32) url("../images/pattern.png") repeat scroll 0 0;
}

#about h1{
	color:#fff;
	position:relative;
	z-index:99;	
}

.quote-pre {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 7;
}

/*update css*/
.ch-grid {
    margin: 85px 0px;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
    min-height: px;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid .itemli{
 width:210px;
 height: 210px;
 display: inline-block;
 margin: 0px;
}


.ch-item {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 position: relative;
 cursor: default;
 -webkit-perspective: 900px;
 -moz-perspective: 900px;
 -o-perspective: 900px;
 -ms-perspective: 900px;
 perspective: 900px;
 margin-top:-35px;
 
}

.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
    box-shadow: inset 0 0 0 7px rgb(243 4 4);
}

.ch-info .ch-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #1b6424;
    opacity: 0;
}

.ch-img-1 {
    background: url("../images/areaimg/dhaka.jpg")  no-repeat top center;
    background-size: cover;

}

.ch-img-2 { 
	background: url("../images/areaimg/chattogram.jpg") no-repeat top center;
	background-size: cover;
}
.ch-img-3 { 
	background-image: url("../images/areaimg/Shiddeswari.jpg");
	background-repeat:no-repeat;
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin: auto;
    padding: 95px 0 0 0;
    font-weight: 700;
    height: 78px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
.price-column .list li.packagesptime{
	padding:10px 0 0 0 ;
	border-bottom:none;
	font-size:12px;
	font-weight:600;
}

.price-column .list li.packagesptime strong{
	color:#f00;
}

.packagetime span{
	color:#f00;
	font-size:14px;
	font-weight:600;
	text-align:right;
}

.fblikebutton{
    left: 0;
    position: fixed;
    top: 200px;
    z-index:99999999;
}

.hotlinebg{
	background-image: url("../images/hotlinebg1.png");
    background-repeat:repeat-x;
	color:#fff !important;
}

@media (max-width: 420px) {
    .hotline{
        font-size: 15px;
    }

}


/* ********************* */
/* *********Package section************ */
.first-text h2 {
    color: #1a8b49;
    font-weight: 700;
    font-size: 25px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: -3px;
}

.first-header h2 {
    color: rgb(255 0 0);
    text-align: center;
    font-weight: 800;
    font-size: 41px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.prime {
    background-color: #2EBF26;
    width: 37%;
    margin: 0px 202px;
    border-radius: 50px;
}
.prime h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.price-section {
    border: 1px solid #ddddddb8;
    margin: 20px 0px;
    padding: 25px 50px;
    margin-left: 25px;
}
svg.radial-progress circle{
    stroke-width: 4;
}

svg.radial-progress text {
    font-size: 18px;
    font-weight: 900;
    fill: rgb(0 0 0 / 74%);
}
svg.p3-package circle{
   stroke: red;
}

.package-text {
    color: gray;
    position: absolute;
    margin-top: 3.3rem;
    margin-left: 94px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.package-mb{
    color: gray;
    position: absolute;
    margin-top: 8.5rem;
    margin-left: 90px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;

}
.about-us h3{

}

.icone{
    content: "/f1eb";
    font-family: "Font Awesome 5 Free";
}
.icone .fa {
    color: red;
    font-size: 25px;
    text-align: center;
    align-items: center;
    margin: 5px 1px;
}
.tv-icone {
    background-color: #F4F8F9;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #dddddd4d;
    height: 50px;
    margin-left: 104px;
    margin-bottom: 0rem;
    margin-top: -132px;
}
.list-items {
    background-color: #F4F8F9;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #dddddd4d;
    height: 50px;
    margin-left: 40px;
    margin-bottom: 5rem;
}

.laptop-icone {
    background-color: #F4F8F9;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #dddddd4d;
    height: 50px;
    margin-left: 167px;
    margin-bottom: 3rem;
    margin-top: -52px;
}
.list-text .internet {
    color: rgb(0 0 0 / 82%) !important;
    font-weight: 600;
    text-align: center;
}
.icone-check {
    content: "/f058";
    color: red;
    margin-left: 30px;
    display: flex;
    margin-bottom: -29px;
}

.items-text {
    color: rgb(0 0 0 / 73%) !important;
    font-size: 15px;
    margin-left: 42px;
    margin: 0px 52px;
    font-weight: 600;
}
.prize-section span {
    color: rgb(0 0 0 / 78%) !important;
    font-size: 20px;
    font-weight: 500;
}
.prize-section p {
    color: rgb(0 0 0 / 78%) !important;
    font-size: 33px;
    font-weight: 700;
    margin-left: 24px;
    margin-top: 25px;
}

.price-button {
    background-color: #E91A2F;
    color: #FFFFFF;
    width: 72%;
    border-radius: 50px;
    margin-left: 19px;
}
.price-button h2 {
    font-size: 17px;
    margin-left: 39px;
    padding: 8px 2px;
    font-weight: 600;
}
.price-button a:hover{
    color: #fff !important;
    background-color: #fff !important;
}

.prize-pagenation{
    width: 93%;

}
.prize-pagenation li a {
    color: #fff;
    margin-left: 64px;
    font-weight: 600;
    background-color: #e91a2fed;
}
.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #e91a2fed !important;
}
.pager {
    margin: 0px 0 !important;
    text-align: center;
    list-style: none;
    margin-bottom: 25px !important;
}

/* ********** Clint Section**************/
.multi-carousel {
    position: relative;
    text-align: center;
}
.multi-carousel .multi-carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
/* ********** Clint Section End***********/


/* contact section */

/* new contact section */

.heading h2 {
    color: rgb(0 0 0 / 80%);
    font-weight: 800;
    font-size: 40px;
    margin-top: 33px;
    letter-spacing: 2px;
}


.contact-section {
    position: absolute;
    width: 100%;
}

.col.span_1_of_2.span6 {
    width: 81%;
    margin-left: -161px;
}

.contact-section h2::after{
    background: #373a71;
}
.contact-section .little-description{
    color: #fff;
}
.contact-section form {
    width: 46%;
    margin-top: 3rem;
    margin-left: 29%;
    text-align: center;
}

/* 
.contact-section input[type="text"], .contact-section input[type="email"], .contact-section textarea {
    background: #ebe8e0ad;
    width: 151%;
    padding: 1.5rem;
    border-radius: .5rem;
    font-size: 1rem;
    color: #0a0a0aed !important;
} */
.contact-section input[type="text"], .contact-section input[type="email"], .contact-section textarea {
    background: #e3e3e3;
    /* border: 1rem solid #273a710a; */
    width: 151%;
    padding: 1.5rem;
    border-radius: .5rem;
    font-size: 1rem;
    color: #0a0a0a !important;
    font-weight: bolder;
    color: gray;
}



input.default-input-email {
    margin-left: 131px;
}
.default-input .placeholder{
 background: #000;
}
.form-group {
    margin: 0 !important;
}

.contact-section form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form ::placeholder {
    color: #fff;
    opacity: 1;
}
.contact-section textarea {
    height: 14rem;
    width: 36.7rem;
}
.btn-submit {
    border: 0;
    border-bottom: 0.3rem solid red!important;
    background-color: #ff0000b8 !important;
    color: #fff !important;
    margin-top: 2rem !important;
    margin-left: 0rem !important;
    width: 34% !important;
    line-height: 2rem !important;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    padding: 6px;
    font-size: 17px;
}
.btn-submit:hover{
    cursor: pointer;
}

.modal-footer {
    background: radial-gradient(#df1313, #dd141466) !important;
    color: #fff;
}
.comming h1 {
    color: black;
}


/* ******************** */
          Tab
/* ******************** */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin: 5px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #f00 !important;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #f00 !important;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
  }

  .tabcontent p{
    color: #000;
  }
  .footer{
    /* text-align: center; */
    margin: auto;
    width: 100%;
    position: relative;
  }
  .text-center {
    text-align: center !important;
    margin-bottom: 1.5rem !important;
}

/* footer address section */

a.gototop {
    display: inline-block;
    width: 60px;
    height: 60px;
    /* background: #0c0c0e40; */
    background: #fff;
    position: absolute;
    margin-left: -30px;
    top: -18px;
    border-radius: 50%;
}
.gototop i {
    margin-top: 10px;
    text-align: center;
    align-items: center;
    font-size: 37px;
    font-weight: 700;
    color: red;
}

span.address-large {
    display: block;
    margin-left: 52px;
    margin-top: 6px;
    font-weight: 600;
}
h3.text-center {
    color: red;
    font-weight: 700;
    margin: auto;
    display: block;
}

span.Hotline {
    display: inline-block;
    margin-right: 73px;
    margin-left: 10px;
}
span.maile {
    display: inline-block;
    margin-right: 56px;
}
span.address-Chattogram {
    display: block;
    margin-left: 74px;
    margin-top: 6px;
    font-weight: 600;
}
.address-text {
    display: inline-block;
    margin-left: 131px;
}
.address-contact {
    /* margin-left: 25px !important; */
    display: block;
    margin-bottom: -14px;
    /* margin: auto; */
}
.Hotline img {
    width: 4%;
    margin-left: -12px;
    padding: 4px;
}


.Hotline i {
    font-size: 22px;
    padding: 0px 7px;
    margin: 3px -1px;
    content: "\f82d";
    font-family: "Font Awesome 5 Free";
    
}
span.phone {
    margin-right: 77px;
}
.phone i {
    font-size: 18px;
    padding: 3px 7px;
    margin: 5px -4px;
    color: red;
}
.maile i {
    font-size: 15px;
    padding: 3px 7px;
    margin: 5px -4px;
    color: red;
}

/*********** about us *************/


.title h1 {
    color: red;
    font-weight: 700;
    padding: 15px 0px;
}
/* img {
    
    margin: 65px !important;
    max-width: 95% !important;
    
} */
.title {
    text-align: center;
    margin-bottom: 60px;
}
.title span {
    line-height: 30px;
    justify-items: center;
    width: 98%;
    height: auto;
    display: inline-block;
    align-items: center;
}
.box-title h1 {
    font-weight: 700;
    font-size: 45px;
}

.bg-img{
    border: 1px solid #ddd;
    background: url("../images/vision-bg.jpg") no-repeat center;
    padding: 80px 80px;
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 35px;
    
}
.box-title h1 span{
    color: red;
}
.sub-title {
    width: 110%;
    height: auto;
    margin: 0px -30px;
}
.sub-title p {
    color: #000;
    font-weight: 600;
    line-height: 30px;
    align-items: center;
    font-size: 17px;
    margin-bottom: 0px;
    padding: 10px 2px;
    display: inline-block;
}

.footer-icone {
    margin: 17px 99px;
}


/* new coverage section */
/* new coverage section */
/* new coverage section */
/* new coverage section */
/* new coverage section */
/* new coverage section */

.protfolio-section {
    background: rgba(255, 221, 153, 0.479);
    text-align: center;
    display: block;
    padding: 90px 0px;
}
.protfolio-section h2{
    color: #393939;
}
.protfolio-section h2::after{
    background: #e5c37f;
    

}

.btn-load-more{
    text-align: center;
}
.protfolio-filter{
    margin: 4.5rem 0;
}
.protfolio-filter button{
    background: #ebc985;
    font-size: 1.5rem;
    padding: 1rem 1rem;
    border: 0;
    border-radius: .5rem;
    color: #393939;
    text-transform: uppercase;
    margin: 0 .5rem;
    transition: .5s;

}
.protfolio-filter button:hover{
    cursor: pointer;
    box-shadow: inset 0 .5rem 0 rgba(57, 57, 57, 0.5);
}
.protfolio-img {
    width: 80%;
    height: 187px;
}
.protfolio-section :nth-child(3){
    margin-left: 30px;
}
.protfolio-section .btn-load-more{
    background: #17c2a4;
    box-shadow: inset 0rem -0.5rem 0rem 0rem #14a58c;
    margin-bottom: 5rem;
}
.protfolio-section .mixitup-control-active{
    background: #fff;
}

.logo img {
    font-size: 17px;
    width: 80px;
    height: auto;
    margin-left: 107px;
}

.ant-text h2 {
    width: 22rem;
    color: #000000d4;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
.ant-text p {
    color: #000000d4;
    display: block;
    width: 17rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.dhaka-address {
    color: #000000d4;
    font-weight: 600;
    margin-bottom: 10px;
}
.dhaka-address h2 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: -9px;
    padding: 0;
}
.chattogram-address h2{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: -9px;
    padding: 0;
}
.chattogram-address{
    color: #000000d4;
    font-weight: 600;
}
.little-description{
    color: #000;
}
.address-box {
    margin-top: -20px;
}

.box {
    margin-bottom: 55px;
}


/* *********** */
/* *****Google map****** */

.google-map {
    text-align: center;
    margin-bottom: 60px;
}


