/*==========================================================



	1. COMMON



==========================================================*/
html{
	scroll-behavior: smooth;
}
body{

	/*font-family: 'Quicksand', sans-serif;*/
	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	color: #333;

	font-weight: 500;

	scroll-behavior: smooth;
}

img{

	max-width: 100%;

	height: auto;

}



p:last-child{

	margin-bottom: 0;

}



.cl-main{

	color: #3eb2c3!important;

}



button:focus{

	outline: none;

}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 10px;
}
.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpcf7-submit{
	font-weight: bold;
}

.slick-dots{

	display: flex;

	align-items: center;

	justify-content: center;

	margin-top: 30px;

	padding-left: 0;

	    position: absolute;
    bottom: 0;
    width: 100%;

}

.slick-dots li {

	margin: 0 20px;

	cursor: pointer;

}

.slick-dots li button{

	display: none;

	visibility: hidden;

}



.slick-dots li::marker{

    color: rgb(255 255 255 / 0.5);

    font-size: 2rem;

    cursor: pointer;

}



.slick-dots li.slick-active::marker{

	color: #fff;

}

.layout-slide .slick-arrow{
	color: #fff;
}

.slick-arrow{

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	border: 0;

	outline: none;

	background-color: transparent;

	font-size: 25px;

	z-index: 2;

	color: inherit;

}



.layout-slide .slick-prev{

	left: 20px;

}

.layout-slide .slick-next{

	right: 20px;

}

.slick-prev{

	left: -25px;

}



.slick-next{

	right: -25px;

}



.slick-slide{

	outline: none;

}





.slider-gap .slick-list{

	margin-left: -15px;

	margin-right: -15px;

}



.slider-gap .slick-list .slick-slide{

	padding-left: 15px;

	padding-right: 15px;

}





.modal .close{

	position: absolute;

	top: 15px;

	right: 20px;

}

/*==========================================================



    2. HEADER



    (2.1) .top-bar

 	(2.2) .main-menu



==========================================================*/







/*(2.1) .top-bar*/

#masthead{

    padding: 10px 0;

    border-bottom: 1px solid #e7e7e7;

}


#Logo {

	margin-right: 50px;

}



.box-item {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    flex-direction: row;

}

.box-item .box-img img{

	width: 45px;

}

.box-item .box-img {

	max-width: 30%;

    margin-right: 15px;

}

.box-item .box-content{

	color: #7a7a7a;

	padding-right: 10px;

}



.box-item .box-content .box-title{

	font-size: 12px;

}



.box-item .box-content p{

	font-weight: 700;

}



.contact-item{

	display: flex;

    justify-content: center;

    align-items: center;

    font-weight: bold;

    color: #6F448A;

    font-size: 20px;

}

.contact-item .contact-img{

	border: 2px solid #6F448A;

    border-radius: 50%;

    width: 35px;

    height: 35px;

    line-height: 35px;

    text-align: center;

    margin-right: 15px;

    color: #6F448A;

    font-size: 16px;

}



.box-item:last-child{

	flex-direction: column;

	justify-content: space-evenly;

	align-items: flex-end;

    width: max-content;

}

/*Pagination*/

#pagination{
	display: flex;
    justify-content: center;
    align-items: center;
}


#pagination .page-numbers{
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	background-color: #54595f;
	border-radius: 50%;
	color: #fff;
	margin: 0 10px;
	opacity: 0.5;
}

#pagination .page-numbers.current{
	opacity: 1;
}


/*(2.2) .main-menu*/



.main-menu{

    background-color: #fff;

    min-height: 55px;

    display: flex;

    align-items: center;

}


.custom-header .navbar,
.main-menu .navbar{

	padding: 0;

}

.custom-header .logo,
.main-menu .logo{

	height: 70px;

}

.custom-header .logo img, 
.main-menu .logo img{

	max-width: unset;

	max-height: 100%;

	width: auto;

}



.search-form input{

	border-radius: 20px;

    outline: none;

    border: 1px solid #ccc;

    padding: 5px 10px;

    width: 100%;

}


.search-btn-mb{
	color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    height: 40px;
    font-size: 1.25rem;
    line-height: 1;
   	display: none;
   	order: 1;
}


.search-form button{

	    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    border: 0;

    background-color: transparent;

    right: 20px;

    color: #767676;

}


#headerCustom, 
#Header {

    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);

}



#mainMenu .navbar-nav .nav-link{

	font-size: 18px;

	font-weight: 600;

	color: #848484;

	padding: 10px 0;

}

#mainMenu ul.navbar-nav  li.nav-item:first-child{

	margin-left: 0;

}

#mainMenu ul.navbar-nav  li.nav-item{

	margin: 0 15px;

}



#mainMenu ul.navbar-nav li.nav-item:hover > .dropdown-menu{

	display: block;

}



.dropdown-menu{

	box-shadow: 1px 1px 15px rgba(0,0,0,.15);

	border-radius: 0;

	margin-top: 0;

	min-width: 13rem;

}

.dropdown-menu .dropdown-item{

	padding: 5px 15px;

}



/*==========================================================



 	3. MAIN CONTENT

    

    (3.1) 

 	(3.2) 



==========================================================*/

.main-content{
	padding: 50px 0;
}

.home .main-content{
	padding: 0;
}


.page-title{
	text-align: center;
	margin-bottom: 20px;
}

.post-lists div[class^="col-"]{
	margin-bottom: 30px;
}


.read-more {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 15px;
    font-weight: 600;
    color: #fff;
}

.single-content .single-header {
    text-align: center;
    margin-bottom: 40px;
}
.single-content .single-body{
	overflow: hidden;
}
.single-content .single-body img{
    display: block;
    margin: 10px auto 20px;
}

.footer-widget .widget-title:after,
.page-title:after {
    content: "";
    height: 3px;
    width: 99px;
    display: block;
    margin: 10px auto;
}


#Sidebar {
    padding: 10px;
    border: 2px solid;
}

.widget-section .widget-title {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.item-post-mini .post-title {
    font-size: 14px;
    line-height: 1.4;
}

.item-post-mini .post-title a {
    color: #848484;
}

.item-post-mini + .item-post-mini {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.widget-section + .widget-section {
    margin-top: 30px;
}

.section-padding{
	padding: 50px 0;
}

.ukirot-layout .section-title{
	margin-bottom: 20px;
}

.ukirot-layout i {
    background: #b67b5b;
    padding: 10px;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 15px;
}

/*Post item*/

.post-item{
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.post-item .post-thumbnail {

}

.post-item .post-thumbnail img{
	width: 100%;
}

.post-item .post-inner{
	padding: 15px 20px;
}

.post-item .post-title{
	margin-bottom: 10px;
}

.post-item .post-title a{
	font-size: 20px;
	color: inherit;
	font-weight: 600;
}

.post-item .post-date{
	font-size: 13px;
    color: #555;
}

.post-item .post-excerpt{
	margin: 10px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}







/*==========================================================



 	4. FOOTER

    

    (4.1) .main-footer

 	(4.2) .bottom-footer



==========================================================*/





/*(4.1) .main-footer*/



.main-footer{

	background-color: #7fc3ce8a;

	padding: 50px 0 60px;

	color: #54595f;

}



.main-footer .footer-col-1 .textwidget{

	font-weight: 700;

}



.footer-widget .widget-title {

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 0;

    text-align: center;

    font-size: 25px;

}

.footer-widget .widget-title:after{
	background-color: #fff; 
}




.footer-widget ul{

	padding-left: 5px;

}

.footer-widget ul li{

	list-style: none;

	margin-bottom: 8px;

}



.social-icons-wrapper{

	margin-top: 20px;

}

.social-icons-wrapper a{

	font-size: 20px;

	width: 40px;

	height: 40px;

	background-color: #6f448a;

	line-height: 40px;

	text-align: center;

	margin-right: 5px;

	border-radius: 50%;

	color: #fff;

	display: inline-block;

}



.social-icons-wrapper a .screen-only{

	display: none;

}



/*(4.2) .bottom-footer*/



.bottom-footer{

	background-color: #3eb2c3;

	padding: 10px;

	text-align: center;

	color: #fff;

}



.bottom-footer p{

	color: #fff;

}


/*Layout custom*/

.ukirot-layout { padding: 50px 0;}
.ukirot-layout .content{ overflow: hidden;     width: 100%;}
.ukirot-layout strong a, .ukirot-layout a strong, .ukirot-layout b a{
	padding: 5px 20px 7px;
	border: 1px solid;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: inherit;
}


/*.ukirot--layout-1 h2 { padding-left: 15px; border-left: 2px solid #f3793d; font-size: 21px; margin-bottom: 30px; }
.ukirot--layout-1 h2 strong, .ukirot--layout-1 h2 b { display: block; }
.ukirot--layout-1 ul li:before { content: ""; position: absolute; left: 0; width: 18px; height: 18px; background-color: #f3793d; border-radius: 25px; top: 4px; border: solid 3px #ffe598; }
.ukirot--layout-1 ul li { padding-left: 25px; position: relative; margin-bottom: 15px; }
*/
.ukirot--layout-2 .media { display: flex; margin-bottom: 30px; }
.ukirot--layout-2 .media img { align-self: center; width: 55px; height: 55px; margin-right: 10px;}
.ukirot--layout-2 .media .content { font-size: 22px; flex: 1; padding-right: 30px; }

/*
.ukirot--layout-3 { padding: 50px 0 50px; }
.ukirot--layout-3 h2 { padding-left: 15px; border-left: 2px solid #f3793d; font-size: 21px; margin-bottom: 30px; }
.ukirot--layout-3 h2 strong, .ukirot--layout-3 h2 b { display: block; }
.ukirot--layout-3 ul li:before { font-size: 18px; position: absolute; content: "\f00c"; font-family: "Font awesome 5 Pro"; left: 10px; font-weight: 900; color: #f3793d; }
.ukirot--layout-3 ul li { padding: 7px 8px 7px 35px; position: relative; background-color: #f1f1f2; margin-bottom: 15px; }
.ukirot--layout-3 .media img { align-self: center; }
.ukirot--layout-4 { padding: 30px 0; }
.ukirot--layout-4 .section-inner { border-radius: 20px; box-shadow: 0 0 10px #ccc; overflow: hidden; }
.ukirot--layout-4 .section-inner .heading { padding: 30px 0; color: #fff; background: linear-gradient(90deg, rgba(13, 48, 76, 1) 0%, rgba(45, 92, 131, 1) 100%); }
.ukirot--layout-4 .section-inner .heading .subtitle { display: block; font-size: 20px; padding-bottom: 20px; }
.ukirot--layout-4 .section-inner .heading .title { font-size: 35px; font-weight: bold; }
.ukirot--layout-4 .section-inner ul li { padding-left: 30px; margin-bottom: 15px; position: relative; }
.ukirot--layout-4 ul li:before { font-size: 18px; position: absolute; content: "\f058"; font-family: "Font awesome 5 Pro"; left: 0; font-weight: 900; color: #f3793d; top: 3px; }
.ukirot--layout-4 .section-inner .content { padding: 50px; }
.ukirot--layout-4 .section-inner .content h2 { font-size: 25px; color: #0d304c; }
.ukirot--layout-4 .section-inner .content .btn-submit { width: 100%; line-height: 40px; height: 40px; }
.ukirot--layout-5 { padding: 50px 0 0; background: linear-gradient(90deg, rgba(13, 48, 76, 1) 0%, rgba(45, 92, 131, 1) 100%); color: #fff; }
.ukirot--layout-5 h2, .ukirot--layout-5 h3, .ukirot--layout-5 h4 { padding-left: 15px; border-left: 2px solid #f3793d; font-size: 21px; margin-bottom: 30px; }
.ukirot--layout-5 h2 strong, .ukirot--layout-5 h2 b { display: block; }
.ukirot--layout-5 ul li:before { content: ""; position: absolute; left: 0; width: 18px; height: 18px; background-color: #f3793d; border-radius: 25px; top: 4px; border: solid 3px #ffe598; }
.ukirot--layout-5 ul li { padding-left: 35px; position: relative; margin-bottom: 15px; }
.ukirot--layout-5 .title { font-size: 30px; font-weight: bold; margin-bottom: 30px; }
*/
.ukirot--layout-6 .card {background-color: transparent; }
.ukirot--layout-6 .card .card-header { background-color: transparent; border: 0; padding: .75rem 1.25rem; }
.ukirot--layout-6 .card .card-header .btn { width: 100%; position: relative; text-align: left; padding: 0;}
.ukirot--layout-6 .card .card-header .btn:after {
    content: "\f106";
    position: absolute;
    color: inherit;
    right: 0;
    top: 5px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.ukirot--layout-6 .card .card-header .btn.collapsed:after {
    content: "\f107";
}

.ukirot--layout-6 .card { border-radius: 30px; overflow: hidden; margin-bottom: 20px; }
.ukirot--layout-6 .card .card-body { padding-top: 0; font-style: italic; }


.fixed-contact,
.ukirot--layout-11{
	position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background-color: #8ec75f;
}

.ukirot--layout-11 .bottom-box,
.fixed-contact .bottom-box{
    padding: 10px;
    justify-content: center;
    box-shadow: 0 0 5px #969696;
}


.ukirot--layout-11 .bottom-box .bottom-item,
.fixed-contact .bottom-box .bottom-item{
	background-color: #51802a;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 0 10px;
}

.ukirot--layout-11 .bottom-box .bottom-item a,
.fixed-contact .bottom-box .bottom-item a{
	color: #fff;
	font-weight: bold;
}

.fixed-contact .bottom-box .bottom-item i{
	margin-right: 5px;
}

.ukirot--layout-11 .bottom-box .bottom-item img{
	height: 30px;
	width: auto;
    margin-right: 5px;
}

#phoneForm .modal-header .close{
	    position: absolute;
    top: 10px;
    right: 15px;
}


/*Comments*/


#comments{
  margin-top: 30px;
}
#comments .title_comment{
      margin: 50px 0 10px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

#comments .comment_list{
  overflow: hidden;
    margin: 0 0 20px 0;
    padding-left: 0;
}

#comments .comment_list .children{
  margin-left: 120px;
}

#comments .comment_list li {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e4edee;
    padding: 20px;
    position: relative;
}
#comments .comment_list li:before{
  display: none;
}

#comments .comment_list li .comment-author{
      overflow: hidden;
    width: 70px;
    float: left;
    height: 70px;
    margin-right: 20px;
}

#comments .comment_list li .comment-author img{
    border-radius: 50%;
        margin: 0;
}

#comments .comment_list li  .comment-body{
  float: right;
    width: calc(100% - 90px);
    padding-right: 20px;
}


#comments .comment-reply{
  position: absolute;
  top: 40px;
  right: 20px;
}
#comments  .comment-body .comment-meta .info-date{
      font-size: 13px;
    margin-top: 5px;
}

#comments .comment-reply .comment-reply-link,
#comments .comment-reply .comment-edit-link{
      background: transparent;
    color: inherit;
    border: 1px solid;
    border-radius: 20px;
    transition: all 300ms;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 20px;
}
#comments .comment-body-text{
  margin-top: 10px;
}
#comments .comment-body-text p{
  line-height: 1.4;
  margin-bottom: 10px;
}


#comments .form-comment-wrapper{
      background: #f1f8f9;
    border: 1px solid #e4edee;
    border-radius: 3px;
    padding: 50px;
}

#comments .form-comment-wrapper .user-name{
  margin-bottom: 10px;
}

#comments .form-comment-wrapper textarea{
  width: 100%;
}

#comments .form-comment-wrapper .title_comment{
      margin-bottom: 30px;
    margin-top: 0;
}

#comments .form-comment-wrapper .submit-wrap{
      margin-top: 40px;
}

@media only screen and (max-width: 768px){
	.main-menu .box-search-wrapper{
		display: none;
	}

	#mainMenu ul.navbar-nav li.nav-item{
		margin: 0;
	}

	.search-btn-mb{
		display: block;
	}

	.main-menu #Logo{
		order: 2;
		margin-right: 0;
	}

	.main-menu .navbar-toggler{
		order: 3;
	}

	.main-menu #mainMenu{
		order: 4;
	}

	.ukirot--layout-11 .bottom-box, 
	.fixed-contact .bottom-box {
	    padding: 8px 0 6px;
	}

	.ukirot--layout-11 .bottom-box .bottom-item img{
		display: block;
		margin: auto;
		height: 20px;
	}

	.fixed-contact .bottom-box .bottom-item i{
		margin-right: 0;
	}

	.fixed-contact .bottom-box .bottom-item {
	    background-color: transparent!important;
	    padding: 0 15px;
	    margin: 0;
	}

	.ukirot--layout-11 .bottom-box .bottom-item{
		padding: 5px 10px;
		margin: 0 5px;
	}

	.fixed-contact .bottom-box .bottom-item a, 
	.ukirot--layout-11 .bottom-box .bottom-item a {
	    display: flex;
	    flex-direction: column;
	    text-align: center;
	    justify-content: center;
	    font-size: 12px;
	    align-items: center;
	}

	.main-footer .row .col{
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}