/*
  Theme Name: Xizco Multipurpose Business & Finance Template
  Author: Sajjad Hosain Ripon
  Author URL: https://themeforest.net/user/designideaz
  Support: humayunahmed82@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2.HEARDER
3.SLIDER
4.ABOUT
5.SERVICES
6.CASE STUDY
7.COUNTER
8.TEAM
9.TEASTIMONIAL & FAQ
10.PRICING
11.MESSAGE
12.BLOG
13.CALL TO ACTION
14.FOOTER
15.PAGE BANNER
16.BLOG PAGE
17.BOLG SAID BAR
18.BLOG DETAILS
19.CONATCT PAGE

*/


/*===========================
    1. Theme default css
===========================*/

@import url('https://fonts.googleapis.com/css?family=Hind:400,600,700|Montserrat:300,400,500,600,700');

 body {
	font-family: 'Hind', sans-serif;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

i,
span,
a{
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000757;
	margin: 0px;
}

h1 {
	font-size: 60px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #666666;
	margin: 0px;
}

.bg_cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.theme-bg{
    background-color: #000757;
}

/*===== All Button Style =====*/

.main-btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #0083ff;
	padding: 0 26px;
	font-size: 16px;
	line-height: 40px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.main-btn-2{
    border-color: #000757;
    color: #000757;
    background-color: transparent;
}

.main-btn::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0083ff;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.main-btn-2::before{
    right: auto;
    left: 0;
    width: 0;
}

.main-btn:hover{
    border-color: #000757;
    color: #000757;
    background-color: transparent;
}
.main-btn:hover::before{
    width: 0%;
}
.main-btn-2:hover{
    border-color: #0083ff;
    color: #fff;
    background-color: #0083ff;
}
.main-btn-2:hover::before{
    width: 100%;
}

/*===== All Section Title Style =====*/

.section-title{}
.section-title h3{
    position: relative;
    display: block;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.section-title h3::before,
.section-title h3::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 2px;
	background-color: #eaeaea;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.section-title h3::after{
    width: 30px;
    height: 5px;
    background-color: #0083ff;
    bottom: -2px;
}

.section-title span{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000757;
    position: relative;
}
.section-title span::before,
.section-title span::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #000757;
	top: 11px;
	left: -40px;
}

.section-title span::after{
    left: auto;
    right: -40px;
}

/*===== Preloader Style =====*/

.preloader{
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff;
}

.load{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    /*change these sizes to fit into your project*/
    width:100px;
    height:100px;
}
.load hr{
    border:0;
    margin:0;
    width:40%;
    height:40%;
    position:absolute;
    border-radius:50%;
    -webkit-animation:spin 2s ease infinite;
    animation:spin 2s ease infinite;
}

.load :first-child{
    background: #000757;
    -webkit-animation-delay:-1.5s;
    animation-delay:-1.5s;
}
.load :nth-child(2){
    background: #0083ff;
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
}
.load :nth-child(3){
    background: #000757;
    -webkit-animation-delay:-0.5s;
    animation-delay:-0.5s;
}
.load :last-child{
    background: #0083ff;
}

@-webkit-keyframes spin{
  0%,100%{-webkit-transform:translate(0);transform:translate(0)}
  25%{-webkit-transform:translate(160%);transform:translate(160%)}
  50%{-webkit-transform:translate(160%, 160%);transform:translate(160%, 160%)}
  75%{-webkit-transform:translate(0, 160%);transform:translate(0, 160%)}
}

@keyframes spin{
  0%,100%{-webkit-transform:translate(0);transform:translate(0)}
  25%{-webkit-transform:translate(160%);transform:translate(160%)}
  50%{-webkit-transform:translate(160%, 160%);transform:translate(160%, 160%)}
  75%{-webkit-transform:translate(0, 160%);transform:translate(0, 160%)}
}



/*===========================
    2.HEARDER css
===========================*/

#header-part{}

/*===== HEARDER TOP =====*/

.header-top{}

.header-left{}
.header-left p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.header-right{}
.header-right ul li{
    display: inline-block;
    margin-left: 7px;
}
.header-right ul li a{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.header-right ul li:hover a{
    background-color: #0083ff;
    border-color: #0083ff;
}

/*===== Header Bottom  =====*/

.header-bottom{}
.header-bottom .logo{}
.header-bottom .contact{}
.header-bottom .contact ul li {
    display: inline-block;
    margin-left: 25px;
    text-align: left;
}
.header-bottom .contact ul li:first-child{
    margin-left: 0;
}

.header-bottom .contact ul li .singel-contact{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bottom .contact ul li .singel-contact .icon i{
    color: #0083ff;
    font-size: 30px;
    background-color: #f5f8ff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
.header-bottom .contact ul li .singel-contact .cont{
    padding-left: 15px;
}

/*===== Navigation  =====*/

.navigation{}
.navigation .navbar{
    padding: 0;
}
.navigation .navbar .navbar-nav{}
.navigation .navbar .navbar-nav .nav-item{
    margin: 0 20px;
    position: relative;
}
.navigation .navbar .navbar-nav .nav-item a{
    padding: 20px 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.navigation .navbar .navbar-nav .nav-item a::before{
    content: '';
    position: absolute;
    width: 65%;
    height: 5px;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.navigation .navbar .navbar-nav .nav-item a.active::before,
.navigation .navbar .navbar-nav .nav-item:hover > a::before{
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.navigation .navbar .navbar-nav .nav-item .sub-menu,
.navbar.navbar-2 .navbar-nav .nav-item .sub-menu {
	position: absolute;
	top: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f5f8ff;
	white-space: nowrap;
    text-align: center;
	-webkit-box-shadow: 0px 10px 32px 0px rgba(0,7,87,0.15);
	box-shadow: 0px 10px 32px 0px rgba(0,7,87,0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav .nav-item:hover .sub-menu,
.navbar.navbar-2 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu li{}
.navigation .navbar .navbar-nav .nav-item .sub-menu li a,
.navbar.navbar-2 .navbar-nav .nav-item .sub-menu li a {
	color: #000757;
	padding: 10px 30px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;

}
.navigation .navbar .navbar-nav .nav-item .sub-menu li:hover > a,
.navbar.navbar-2 .navbar-nav .nav-item .sub-menu li:hover > a{
    background-color: #000757;
    color: #FFF;
}

.navigation .navbar .navbar-nav .search{
    padding: 20px 0;
    position: relative;
    margin-left: 20px;
}
.navigation .navbar .navbar-nav .search a,
.navbar.navbar-2 .navbar-nav .search a{
    font-size: 14px;
    color: #fff;
}
.navbar.navbar-2 .navbar-nav .search a{
    color: #000757;
}

.navigation .navbar .navbar-nav .search .search-box,
.navbar.navbar-2 .navbar-nav .search .search-box{
    position: absolute;
    right: 0;
    top: 100%;
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0,7,87,0.15);
	box-shadow: 0px 10px 32px 0px rgba(0,7,87,0.15);
    z-index: 99;
    display: none;
}
.navigation .navbar .navbar-nav .search .search-box input,
.navbar.navbar-2 .navbar-nav .search .search-box input{
    width: 220px;
    height: 40px;
    border: 1px solid #000757;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.navigation .navbar .navbar-nav .search .search-box button,
.navbar.navbar-2 .navbar-nav .search .search-box button{
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 14px;
    color: #000757;
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 40px;
}

.navbar .navbar-toggler {
	margin-left: auto;
}
.navbar .navbar-toggler .icon-bar{
    width: 30px;
    height: 2px;
    margin: 5px 0;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1){
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2){
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3){
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}
.sub-nav-toggler {
    display: none;
}

/*==== index -2 ====*/

.navbar.navbar-2{
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar.navbar-2 .navbar-nav{}
.navbar.navbar-2 .navbar-nav .nav-item{
    position: relative;
}
.navbar.navbar-2 .navbar-nav .nav-item a{
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000757;
    text-transform: uppercase;
    position: relative;
    background-color: #f5f8ff;
}
.navbar.navbar-2 .navbar-toggler .icon-bar{
    background-color: #000757;
}


/*===========================
        3.SLIDER css
===========================*/

#slider{}

.singel-slider{
    height: 650px;
}
.singel-slider .slider-cont{
    position: relative;
    z-index: 9;
}
.singel-slider .slider-cont h1{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.singel-slider .slider-cont .main-btn:hover{
    border-color: #fff;
    color: #fff;
}

#slider .slick-dots{
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 100%;
    text-align: center;
}
#slider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
#slider .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
#slider .slick-dots li.slick-active button{
    background-color: #0083ff;
    border-color: #0083ff;
}

/*===========================
         4.ABOUT css
===========================*/

#about-part{}

.about-left ul li{
    padding-bottom: 25px;
}
.about-left ul li:last-child{
    padding-bottom: 0;
}

.singel-about{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.singel-about .icon{}
.singel-about .icon i{
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #000757;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-about:hover .icon i{
    background-color: #0083ff;
}

.singel-about .cont{}
.singel-about .cont h5{
    color: #000757;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.singel-about .cont p{}

.about-line {
	width: 2px;
	height: 300px;
	background-color: #eaeaea;
	margin: 0 auto;
	margin-top: 35px;
}

.about-right{}
.about-right h4{
    padding-bottom: 20px;
    text-transform: uppercase;
}
.about-right p{}
.about-right .main-btn{}

/*==== index -2 ====*/

.singel-about-2 .icon i{
    font-size: 25px;
    color: #000757;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #000757;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-about-2 .cont h5{
    color: #000757;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.singel-about-2:hover .icon i{
    background-color: #0083ff;
    border-color: #0083ff;
    color: #fff;
}
.singel-about-2{}

.about-2{}
.about-2 h3{
    color: #000757;
    text-transform: uppercase;
    padding-bottom: 20px;
}

/*===========================
       5.SERVICES css
===========================*/

.singel-services .icon i{
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #000757;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services:hover .icon i{
    background-color: #0083ff;
}
.singel-services .cont h5{
    color: #000757;
    text-transform: uppercase;
    padding-bottom: 20px;
}

/*==== index -2 ====*/

.singel-services-2{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.singel-services-2 .icon{}
.singel-services-2 .icon i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #000757;
    text-align: center;
    font-size: 35px;
    color: #000757;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-services-2:hover .icon i{
    background-color: #0083ff;
    border-color: #0083ff;
    color: #fff;
}

.singel-services-2 .cont {
    padding-left: 30px;
}
.singel-services-2 .cont h5{
    text-transform: uppercase;
    padding-bottom: 20px;
}
.singel-services-2 .cont p{}


/*===========================
     6.CASE STUDY css
===========================*/

#case-study-part{}

.case-menu{}
.case-menu ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000757;
    border: 1px solid #000757;
    line-height: 40px;
    padding: 0 25px;
    margin: 0 3px;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-transform: uppercase;
    margin-top: 10px;
}

.case-menu ul li:hover,
.case-menu ul li.active{
    color: #fff;
    background-color: #0083ff;
    border-color: #0083ff;
}

.case-study-items{
    position: relative;
}
.case-study-items .case-thum{
    position: relative;
}

.case-study-items .case-thum img{
    width: 100%;
}

.case-study-items .case-thum::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 7, 87, 0.6);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.case-study-items .case-cont{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.case-study-items .case-cont ul{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
}

.case-study-items .case-cont ul li{
    display: inline-block;
    margin: 0 8px;
}
.case-study-items .case-cont ul li a{
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #0083ff;
    border-radius: 50%;
}
.case-study-items .case-cont h3{
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top: 25px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.case-study-items .case-cont p{
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.case-study-items:hover .case-cont ul{
     -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.case-study-items:hover .case-thum::before,
.case-study-items:hover .case-cont h3,
.case-study-items:hover .case-cont p{
    opacity: 1;
}


/*===========================
        7.COUNTER css
===========================*/

#counter-part{
    background-attachment: fixed;
}
.singel-counter{
    position: relative;
    z-index: 9;
}
.singel-counter i{
    font-size: 40px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #000757;
    border-radius: 50%;
    margin-bottom: 38px;
}
.singel-counter span,
.singel-counter-2 span{
    display: block;
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-bottom: 12px;
}
.singel-counter p,
.singel-counter-2 p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/*==== index -2 ====*/

#counter-part-2{
    background-color: #000757;
}

.counter-boder{
    border: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 80px;
}

.singel-counter-2 i{
    font-size: 40px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 38px;
    border: 1px solid #fff;
}


/*===========================
         8.TEAM css
===========================*/

#team-part{}

.singel-team,
.singel-team-2{
    border: 1px solid #eaeaea;
    padding: 25px 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-team .team-thum{
    display: inline-block;
}
.singel-team .team-thum img{
    border-radius: 50%;
    border: 5px solid #eaeaea;
}
.singel-team .team-cont{}
.singel-team .team-cont ul li,
.singel-team-2 .team-cont ul li{
    display: inline-block;
    margin: 0 3px;
}
.singel-team .team-cont ul li a,
.singel-team-2 .team-cont ul li a{
    width: 30px;
    height: 30px;
    border: 1px solid #000757;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #000757;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-team .team-cont ul li:hover a,
.singel-team-2 .team-cont ul li:hover a{
    background-color: #0083ff;
    border-color: #0083ff;
    color: #fff;
}

.singel-team .team-cont h6,
.singel-team-2 .team-cont h6{
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.singel-team .team-cont span,
.singel-team-2 .team-cont span{
    color: #666;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.singel-team .team-cont p,
.singel-team-2 .team-cont p{
    padding-top: 15px;
}

.singel-team:hover,
.singel-team-2:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(149,149,149,0.4);
    box-shadow: 0px 0px 10px 0px rgba(149,149,149,0.4);
    background-color: #f5f8ff;
}

/*==== index -2 ====*/


.singel-team-2{
    padding: 0;
    padding-bottom: 25px;
}
.singel-team-2 .team-thum{
    position: relative;
}
.singel-team-2 .team-thum img{
    width: 100%;
}

.singel-team-2 .team-thum::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 0;
	border-bottom: 30px solid #fff;
	border-right: 133px solid transparent;
	bottom: 0;
	left: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-team-2 .team-thum::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 0;
	border-bottom: 30px solid #fff;
	border-left: 133px solid transparent;
	bottom: 0;
	left: auto;
    right: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-team-2 .team-cont {
	padding: 0 20px;
}
.singel-team-2:hover .team-thum::before,
.singel-team-2:hover .team-thum::after{
   border-bottom: 30px solid #f5f8ff;
}


/*===========================
  9.TEASTIMONIAL & FAQ css
===========================*/


/*===== TEASTIMONIAL =====*/

#testimonial-faq-part{}

.testimonial-part .section-title h3::before,
.testimonial-part .section-title h3::after {
	margin: 0;
}

.testimonial-slied{}

.singel-testimonial{
    position: relative;
}
.singel-testimonial .test-thum{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.singel-testimonial .test-thum img,
.singel-testimonial-2 .test-thum img{
    border-radius: 50%;
    border: 1px solid #eaeaea;
}
.singel-testimonial .test-cont,
.singel-testimonial-2 .test-cont{
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 20px;
    padding-left: 75px;
    margin-left: 50px;
}
.singel-testimonial .test-cont p,
.singel-testimonial-2 .test-cont p{
    padding-bottom: 20px;
}
.singel-testimonial .test-cont h6,
.singel-testimonial-2 .test-cont h6{
    text-transform: uppercase;
}
.singel-testimonial .test-cont span,
.singel-testimonial-2 .test-cont span{
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.testimonial-slied .slick-dots{
    text-align: center;
    margin-top: 20px;
}
.testimonial-slied .slick-dots li{
    display: inline-block;
    margin: 0 3px;
}
.testimonial-slied .slick-dots li button{
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000757;
    border: 0;
    cursor: pointer;
}

.testimonial-slied .slick-dots li.slick-active button{
    background-color: #0083ff;
}

/*==== index -2 ====*/

.singel-testimonial-2{
    position: relative;
}
.singel-testimonial-2 .test-thum {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.singel-testimonial-2 .test-cont{
    padding: 70px 70px 25px;
    margin: 0;
}

/*===== FAQ =====*/

.faq-part{}
.faq-part .accordion{}
.faq-part .accordion .card{
    border: 0;
    background: none;
}

.faq-part .accordion .card .card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0;
    background: none;
    border: 0;
}
.faq-part .accordion .card .card-header .icon{
    width: 70px;
    height: 60px;
    border: 1px solid #000757;
    text-align: center;
}
.faq-part .accordion .card .card-header .icon button {
	padding: 8px 0;
	margin: 19px 0;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}
.faq-part .accordion .card .card-header .icon button span{
    width: 20px;
    height: 2px;
    background-color: #000757;
    display: block;
    position: relative;
}
.faq-part .accordion .card .card-header .icon button span:nth-child(1){
    display: none;
}
.faq-part .accordion .card .card-header .icon button span:nth-child(2){}

.faq-part .accordion .card .card-header .icon button.collapsed span:nth-child(1){
    display: block;
}
.faq-part .accordion .card .card-header .icon button.collapsed span:nth-child(2) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: -2px;
}

.faq-part .accordion .card .card-header .head{
    border: 1px solid #000757;
    width: 100%;
}
.faq-part .accordion .card .card-header .head button{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000757;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    line-height: 60px;
    padding-left: 20px;
}

.faq-part .accordion .card .card-body {
	border: 1px solid #000757;
	padding: 15px 20px;
}
.faq-part .accordion .card .card-body p{}

/*===== WHY CHOICE US =====*/

.why-choice{}

.why-choice-cont{}

.why-choice-cont .why-choice-text{}

.why-choice-cont .why-choice-text p{
    position: relative;
    padding-left: 130px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #eaeaea;
}

.why-choice-cont .why-choice-text p::before,
.why-choice-cont .why-choice-text p::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000757;
}
.why-choice-cont .why-choice-text p::after {
	width: 50px;
	height: 50%;
	background-color: #0083ff;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.why-choice-cont .why-choice-item{}
.why-choice-cont .why-choice-item ul li{}
.why-choice-cont .why-choice-item ul li .singel-item{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.why-choice-cont .why-choice-item ul li .singel-item .icon{}
.why-choice-cont .why-choice-item ul li .singel-item .icon i{
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 25px;
    color: #0083ff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.why-choice-cont .why-choice-item ul li .singel-item .cont{
    padding-left: 30px;
}
.why-choice-cont .why-choice-item ul li .singel-item .cont h5{
    padding-bottom: 20px;
    text-transform: uppercase;
}
.why-choice-cont .why-choice-item ul li .singel-item .cont p{}

.why-choice-cont .why-choice-item ul li .singel-item:hover .icon i{
    background-color: #0083ff;
    border-color: #0083ff;
    color: #fff;
}

/*===========================
       10.PRICING css
===========================*/

#pricing-part{}

.singel-pricing{
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-pricing .price-head{
    padding-top: 25px;
    padding-bottom: 75px;
    background-color: #f5f8ff;
}
.singel-pricing .price-head h5{
    font-size: 24px;
    text-transform: uppercase;
}

.singel-pricing .price {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	border: 5px solid #eaeaea;
	background-color: #000757;
	display: inline-block;
	margin-top: -57px;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 9;
	position: relative;
}
.singel-pricing .price span{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 110px;
}
.singel-pricing .price span b{
    font-size: 30px;
    font-weight: 600;
}

.singel-pricing .list{}
.singel-pricing .list ul li{
    line-height: 40px;
    color: #666;
    font-size: 16px;
}
.singel-pricing .more-btn {
	margin-bottom: -20px;
}

.singel-pricing .more-btn .main-btn{
    background-color: #fff;
}

.singel-pricing:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(149,149,149,0.5);
    box-shadow: 0px 0px 10px 0px rgba(149,149,149,0.5);
}
.singel-pricing:hover .price{
    background-color: #0083ff;
}

/*==== index -2 ====*/

.price-head-2{
    position: relative;
}
.price-head-2::before{
    content: '';
	position: absolute;
	width: 50%;
	height: 0;
	border-bottom: 50px solid #fff;
	border-right: 133px solid transparent;
	bottom: 0;
	left: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.price-head-2::after{
    content: '';
	position: absolute;
	width: 50%;
	height: 0;
	border-bottom: 50px solid #fff;
	border-left: 133px solid transparent;
	bottom: 0;
	left: auto;
    right: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/*===========================
       11.MESSAGE css
===========================*/

#message-part{}
#message-part .section-title{
    position: relative;
    z-index: 5;
}
#message-part .section-title h3{
    color: #fff;
}
#message-part .section-title h3{}

.message-form{
    position: relative;
    z-index: 9;
}
.message-form .message-box{}
.message-form .message-box input{
    width: 100%;
    padding: 15px 0;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #fff;
}

.message-form .message-box .main-btn:hover{
    border-color: #fff;
    color: #fff;
}

/*===========================
        12.BLOG css
===========================*/

#blog-part{}

.singel-blog{
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(149,149,149,0.5);
    box-shadow: 0px 0px 10px 0px rgba(149,149,149,0.5);
}
.singel-blog .blog-thum{}
.singel-blog .blog-thum img{
    width: 100%;
}

.singel-blog .blog-cont{
    padding: 30px;
    border: 1px solid #eaeaea;
}
.singel-blog .blog-cont ul li{
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}
.singel-blog .blog-cont ul li:first-child{
    margin-left: 0;
}

.singel-blog .blog-cont ul li a,
.singel-blog-2 .blog-cont ul li a{
    color: #666;
    font-size: 15px;
}
.singel-blog .blog-cont ul li a i,
.singel-blog-2 .blog-cont ul li a i{
    margin-right: 10px;
}
.singel-blog .blog-cont h5{
    text-transform: uppercase;
    padding-bottom: 24px;
}
.singel-blog .blog-cont p{
    padding-bottom: 25px;
}
.singel-blog .blog-cont a{}

/*==== index -2 ====*/

.singel-blog-2{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.singel-blog-2 .blog-thum{
    width: 45%;
}
.singel-blog-2 .blog-thum img {
	width: 100%;
	height: 100%;
}

.singel-blog-2 .blog-cont{
    width: 55%;
    padding: 25px;
    border: 1px solid #eaeaea;
}

.singel-blog-2 .blog-cont  ul li a{
    padding-bottom: 10px;
}
.singel-blog-2 .blog-cont h5{
    padding-bottom: 10px;
}

.singel-blog-2 .blog-cont p{
    padding-bottom: 10px;
}



/*===========================
    13.CALL TO ACTION css
===========================*/

#call-to-action{}

.call-action-left h3,
.call-action-2 h3{
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
}

/*==== index -2 ====*/

.call-to-action-2{
    background-color: #000757;
}
.call-action-2{}
.call-action-2 p{
    padding-top: 20px;
}

.call-action-2 h3,
.call-action-2 p{
    color: #fff;
}

/*===========================
       14.FOOTER css
===========================*/

#footer-part{}

.f-title{}
.f-title h5{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
.f-title h5::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.f-about {}
.f-about p{
    color: #fff;
}
.f-about .subscribe{
    position: relative;
}
.f-about .subscribe input{
    width: 100%;
    padding-left: 10px;
    height: 45px;
    font-size: 16px;
    background-color: #fff;
    border: 0;
}
.f-about .subscribe button{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0 14px;
    line-height: 35px;
    border: 0;
    background-color: #0083ff;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.f-blog{}
.f-blog ul li{
    margin-bottom: 20px;
}
.f-blog ul li:last-child{
    margin-bottom: 0;
}

.f-blog ul li .singel-f-blog{}
.f-blog ul li .singel-f-blog a,
.f-blog ul li .singel-f-blog p{
    color: #fff;
}

.f-link{}
.f-link ul li a{
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}
.f-link ul li a i{
    font-size: 13px;
    margin-right: 5px;
}

.f-flickers{}
.f-flickers ul li{
    display: inline-block;
    margin: 0 9px;
    margin-bottom: 15px;
}
.f-flickers ul li:last-child{}

.f-flickers ul li a{}
.f-flickers ul li a{}


.copyright-part{
    border-top: 1px solid #fff;
}

.copyright p{
    color: #fff;
}

.copyright-menu{}
.copyright-menu ul {}
.copyright-menu ul li{
    display: inline-block;
    margin-left: 30px;
}
.copyright-menu ul li:first-child{
    margin-left: 0;
}

.copyright-menu ul li a{
    font-size: 16px;
    color: #fff;
}

.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000757;
    background-color: #f5f8ff;
    font-size: 26px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
    display: none;
}

.back-to-top:hover{
    color: #000757;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(200,200,200,0.64);
    box-shadow: 0px 0px 35px 0px rgba(200,200,200,0.64);
}

/*==== index -2 ====*/

.f-title-2 h5,
.f-about-2 p,
.f-link-2 ul li a,
.f-about-2 p{
    color: #000757;
}

.f-about-2 .subscribe input{
    background-color: #000757;
    color: #fff;
}
.f-title-2 h5::before{
    background-color: #0083ff;
}

.f-contact{}
.f-contact ul li{}
.f-contact ul li .singel-contact{
    padding-top: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f-contact ul li .singel-contact .icon i{
    font-size: 24px;
    color: #000757;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000757;
    text-align: center;
}
.f-contact ul li .singel-contact .cont{
    padding-left: 15px;
}
.f-contact ul li .singel-contact .cont p{
    font-size: 15px;
}

/*===========================
     15.PAGE BANNER css
===========================*/

.breadcrumb {
	position: relative;
	z-index: 9;
	margin: 0;
	background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb .breadcrumb-item{
    font-size: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: "/";
}


/*===========================
      16.BLOG PAGE css
===========================*/

.pagination{}
.pagination .page-item{
    margin: 0 5px;
}

.pagination .page-item .page-link{
    font-size: 15px;
    color: #000757;
    border: 1px solid #000757;
    border-radius: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover{
    background-color: #0083ff;
    border-color: #0083ff;
    color: #fff;
}
.page-link:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*===========================
    17.BOLG SAID BAR css
===========================*/

.bolg-siedbar{}

.category{}
.category h3{
    text-transform: uppercase;
    padding-bottom: 10px;
}
.category ul li{
    border-bottom: 1px solid #000757;
    padding-top: 25px;
}
.category ul li a{
    color: #000757;
    padding-bottom: 5px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.category ul li a:hover{
    color: #0083ff;
}

.sidbar-search{}
.sidbar-search h3{
    padding-bottom: 40px;
    text-transform: uppercase;
}
.sidbar-search .sidbar-search-form{
    position: relative;
}
.sidbar-search .sidbar-search-form input{
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #000757;
}
.sidbar-search .sidbar-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    padding: 0;
    color: #fff;
    background-color: #0083ff;
    border: 0;
}

.sied-post{}
.sied-post h3{
    padding-bottom: 20px;
    text-transform: uppercase;
}
.sied-post ul li a .sied-blog{
   margin-top: 30px;
}
.sied-post ul li a .sied-blog .thum{
    width: 100px;
    float: left;
}
.sied-post ul li a .sied-blog .cont {
	float: left;
	width: 70%;
	padding-left: 20px;
    font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #666666;
}
.sied-post ul li a .sied-blog .cont p{}
.sied-post ul li a .sied-blog .cont span{
    font-size: 15px;
    color: #000757;
}


/*===========================
     18.BLOG DETAILS css
===========================*/


.blog-details .head{

}
.blog-details .head h3{
    display: inline-block;
}

.blog-details .head ul {
	display: inline-block;
	float: right;
	overflow: hidden;
	margin-top: 9px;
}

.blog-details .head ul li{
    display: inline-block;
    margin-left: 20px;
}
.blog-details .head ul li:first-child{
    margin-left: 0;
}

.blog-details .head ul li a{
    color: #666;
    font-size: 15px;
}
.blog-details .head ul li a i{
    margin-right: 10px;
}


.blog-details .blockquote{
    padding: 30px 50px;
    text-align: center;
    background-color: #000757;
    margin-bottom: 30px;
}
.blog-details .blockquote p{
    color: #fff;
}

.tag-socail{
    border: 1px solid #000757;
    overflow: hidden;

}
.tag-socail .tag{
    float: left;
    padding: 15px 20px;
}
.tag-socail .tag span{
    font-size: 16px;
    color: #0083ff;
}
.tag-socail .tag a{
    color: #000757;
    font-size: 16px;
}
.tag-socail .social{
    float: right;
    padding: 15px 20px;
    background-color: #000757;
}
.tag-socail .social ul li {
    display: inline-block;
    margin: 0 5px;
}
.tag-socail .social ul li a{
    color: #fff;
}

.Prev-next{}
.Prev-next .main-btn.main-btn-2{
    width: 130px;
}

.blog-admin{
    padding: 40px;
    background-color: #000757;
    position: relative;
}
.blog-admin .admin-thum{
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-admin .admin-thum img{
    border-radius: 50%;
}
.blog-admin .admin-cont{
    padding-left: 130px;
}
.blog-admin .admin-cont h6{
    color: #fff;
}
.blog-admin .admin-cont p{
    color: #fff;
}

.blog-comment{}
.blog-comment h3{
    text-transform: uppercase;
    padding-bottom: 10px;
}
.blog-comment ul li{
    margin-top: 30px;
}
.blog-comment ul li .singel-comment{
    position: relative;
}
.blog-comment ul li .singel-comment .comment-thum{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-comment ul li .singel-comment .comment-thum img{
    border-radius: 50%;
}
.blog-comment ul li .singel-comment .comment-cont{
    padding-left: 130px;
}
.blog-comment ul li .singel-comment .comment-cont h6{}
.blog-comment ul li .singel-comment .comment-cont p{}
.blog-comment ul li .singel-comment .comment-cont a{
    font-size: 16px;
    color: #000757;
    margin-top: 20px;
}

.comment-form{}
.comment-form h3{
    text-transform: uppercase;
    padding-bottom: 10px;
}

.singel-form {
    margin-top: 30px;
}
.singel-form input,
.singel-form textarea{
    width: 100%;
    border: 1px solid #eaeaea;
    height: 50px;
    padding-left: 20px;
    color: #666;
    font-size: 16px;
}

.singel-form textarea{
    height: 170px;
    resize: none;
    padding-top: 20px;
}
.singel-form button{}


/*===========================
    19.CONATCT PAGE css
===========================*/

.singel-address{}
.singel-address i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #000757;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}
.singel-address p{
    color: #000757;
}
