@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700&display=swap');


body
{
	width:100%;
	font-family: 'Catamaran', sans-serif;


}
img {
    width: 100%; 
}

a, button{
	text-decoration: none !important;
	color:#000 !important;
	outline: none !important;
	box-shadow: none !important;
}

p{
	font-size: 15px;
	line-height: 20px;
	color: #565656 !important;

}
.padd-0{
	padding: 0 !important;
}
.padd-bott-0 {
	padding-bottom: 0 !important;
}
.margin-bott-0{
	margin-bottom: 0 !important;
}

.defoult-section{
	padding: 60px 0;
}

.section-header .section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
}
.section-header .section-title span{
	color: #f67f23;
}
.section-header .section-title:before {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #f67f23;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
.defoult-btn {
    padding: 5px;
    background: #f67f23;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    min-width: 110px;
    min-height: 35px;
}



/******Header****/

.top-header {
    background: #f67f23;
}
.header-top-content,
.middle-header {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;	
}
.header-top-content .header-cn-number{
	font-weight: 600;
}
.header-top-content .header-social-media {
    display: flex;
    list-style-type: none;
    padding: 0;
}
.header-social-media li {
    margin-left: 10px;
}
.header-social-media li a {
    font-size: 15px;
    padding: 7px;
    background: white;
    color: #f67f23 !important;
    width: 27px;
    height: 27px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo img {
    width: 100px;
    padding: 5px 0;
    margin:auto;
}
.header-top-iso img {
    width: 180px;
    margin: auto;
    float: right;
}
.middle-logo h3{
    font-weight: 900;
    color: #f67f23;
    margin-bottom: 0;
}
.header-navbar  {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.header-navbar .custom-navbar{
	padding: 0 15px;
}
.header-navbar .custom-navbar .navbar-toggler{
	background: #f67f23;
}
.navbar-nav .nav-item{
	margin-right: 15px;
}
.navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 15px;
    -webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}
.navbar-nav .nav-item.dropdown .dropdown-menu{
	border-radius: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu li a{
    padding: 8px 15px;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.dropdown .dropdown-menu li a:hover{
	background: #f67f23;
	color: #fff !important;
}


/*********Start of Banner*********/

.inx-banner-slider {
    overflow: hidden;
}
.inx-banner-slider .owl-stage-outer .item {
    position: relative;
}
.inx-banner-slider .owl-stage-outer .item:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}
.inx-banner-slider .owl-item .item .banner-img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.inx-banner-slider .owl-item .item .banner-inx-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.banner-inx-text .bnr-tx-title {
    font-weight: 700;
    color: #f67f23;
}
.inx-banner-slider .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.inx-banner-slider .owl-theme .owl-dots .owl-dot.active span {
	background: #f67f23;
}

/*********End of Banner*********/

/*********Start of Feature*********/


.feat-box {
 background-size: cover !important;
    background-position: 109px 100% !important;
    background-repeat: no-repeat !important;
    border: 2px solid #dddddd8c;
    border-radius: 5px;
}
.feat-box .featuer-bx-text {
    padding: 15px;
    background: #f67f23;
    color: #fff;
}
.feat-box h3 {
    font-size: 22px;
}

/*********End of Feature*********/


/*********Start of Services*********/

.services-box {
    display: flex;
    margin-bottom: 40px;
}
.services-box .services-icon {
    margin-right: 20px !important;
}
.services-box .services-icon i {
	background: #f67f23;
 	color:#fff;
    font-size: 30px;
    width: 64px;
    height: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    -webkit-transition: 0.3s 0.2s ease-out;
	-moz-transition: 0.3s 0.2s ease-out;
	-o-transition: 0.3s 0.2s ease-out;
	transition: 0.3s 0.2s ease-out;
}
.services-box:hover .services-icon i {
    background: #f67f2361;
    color: #000;
}
.services-box .services-text .svc-title{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.services-box .services-text .svc-title a {
    color: #f67f23 !important;
}


/*********End of Services*********/

/*********Start of Any Problem Section*********/

.problem-inx{
	background: #f67f23;
	color: #fff;
}
.any-problem-layout .services-icon i {
    font-size: 55px;
    width: 100px;
    height: 100px;
}
.any-problem-layout .services-icon i{
	background: #fff !important;
	color: #f67f23 !important;
	border:2px solid #fff;
	}
.any-problem-layout .services-icon i:hover{
    background: none !important;
    color: #fff !important;
}
.any-problem-layout:hover .services-icon i{
    background: #f67f23;
    color: #fff;
}
.any-problem-layout .services-text{
	font-size: 24px;
	letter-spacing: 3px;
}
.any-problem-layout .services-text span {
    font-size: 32px;
    font-weight: 700;
}

.any-problem-layout-discreption p {
    margin: 0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
/*********End of Any Problem Section*********/

/*********Start of Any-Ask-Quistion*********/

.section-primary-bg{
    background: #f67f23;
    color: #fff;
    padding:50px 30px;
}
.any-qustion-text h2 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.any-qustion-text p {
    font-size: 16px;
}
.any-qustion-text .question-social {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 25px 0;
}
.question-social  li a {
    padding: 0px 15px;
    color: #f67f23 !important;
    background: white;
    margin-right: 15px;
    font-size: 36px;
    /*border-radius: 100%;*/
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.any-qustion-text .bott-mb-number a{
    font-weight: 600;
    margin-right: 25px;
}
.bott-mb-number a:nth-child(3){
    margin-right: 0;
}
/*.question-social #whatsap a {
    background: #32cd32;
}
.question-social #call a {
	background: #228b22;
}
.question-social #massage a {
	background: #066c9e;
}*/
/*********End of Any-Ask-Quistion*********/



/*********Start of What We Do*********/

.we-do-text p {
    font-size: 16px;
    line-height: normal;
}
.we-do-text ul li {
    color: #565656 !important;
}
/*********End of What We Do*********/

/*********Start of Footer*********/

.footer-main-bt{
    background: #f67f23;
    color: #fff;
}
.first-footer h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.footer-nav {
    padding: 0;
    list-style-type: none;
}
.footer-nav li {
    margin-bottom: 5px;
}
.footer-nav li a{
   font-weight: 600;
   color:#fff !important;
}

.footer-info-detail li {
    padding-left: 25px;
    position: relative;
}
.footer-info-detail li i {
    font-size: 22px;
    position: absolute;
    left: 0;
}
.footer-info-detail li span{
    font-weight: 600;
}
/***copyright****/
.footer-bottom .outer-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #fff;
}
.outer-box .copyright-text,
.outer-box .privacy {
    font-weight: 600;
}

.outer-box .copyright-text a,
.outer-box .privacy a{
    color:#fff !important;
    font-style: italic;
}

/*********End of Footer*********/

@media screen and (max-width: 767px){

	/*****header*****/
	.header-top-content .header-cn-number{
		font-size: 13px;
	}

}


@media screen and (min-width: 767px){

	/*****Banner*****/
	.banner-inx-text .bnr-tx-title {
    	font-size: 52px;
	}

}

