/*=======================================================================
   This Template
 =======================================================================
   Title : Bizera – Corporate and Business Landing Template
   Version : 1.0
   Author : PixelAxis
   Date : 06-02-2019


 ======================================================================
  Table of contents
 ======================================================================
  01. Global 
  02. Section Title
  03. Header
  04. Header dropdown
  05. Banner
  06. Counter
  07. About
  08. Goal
  09. Feature
  10. Subscribe mail
  11. Mini-contact
  12. Portfolio
  13. Call to Action
  14. Team
  15. Choosing Reason
  16. About Section
  17. Overview
  18. Service
  19. Single Portfolio
  20. Client Worldwide
  21. Video
  22. Pricing Content
  23. Testimonial
  24. Faq
  25. Blog
  26. Blog 2 Page
  27. Single Service Area
  28. Question
  29. Growth
  30. Portfolio Details
  31. Address
  32. Contact
  33. Footer
  34. Page Title
  35. Blog Details
  36. Preloader

======================================================================*/

/*======================================
		gloabal
=======================================*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
p, li, a {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
p {
	line-height: 26px;
}
body {
	margin: 0;
}

/*======================================
		section title
=======================================*/
.section-title-area {
    text-align: center;
    margin-bottom: 57px;
}
.section-title-area h2 {
    font-size: 50px;
    color: #404550;
    text-transform: capitalize;
    font-weight: 800;
    margin-top: -15px;
}
.section-title-area p {
	color: #404550;
	opacity: .8;
	font-size: 16px;
}


/*======================================
		header
=======================================*/
.header {
    position: relative;
    z-index: 4;
}
.header .header-top {
	background: #060061;
}
.header .header-top .logo {
	position: absolute;
}
.header .header-top .logo img {
	width: 100%;
}
.header .header-top .support {
    padding: 7px 0px 9px 15px;
}
.header .header-top .support ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .header-top .support ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
.header .header-top .support ul li span {
	margin-right: 6px;
}
.header .header-top .support ul li .lang-change-button {
	position: relative;
}
.header .header-top .support ul li .lang-change-button select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    color: #fff;
    margin-left: 4px;
}
.header .header-top .support ul li .lang-change-button .icon {
	position: absolute;
	right: 100%;
	top: 0;
}
.header .header-top .user-area {
    text-align: right;
    display: block;
    width: -webkit-fill-available;
}
.header .header-top .user-area ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .header-top .user-area ul li {
	display: inline-block;
}
.header .header-top .user-area ul li a {
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	padding-right: 5px;
	border-right: 1px solid #fff;
	display: inline-block;
	line-height: 100%;
    font-size: 14px;
}
.header .header-top .user-area ul li:last-child a {
	padding-right: 0;
	padding-left: 5px;
	border-right: none;
}
.header .header-top .user-area ul li span {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 26px;
    display: inline-block;
    height: 26px;
    text-align: center;
    padding-top: 1px;
    font-size: 14px;
    margin-right: 10px;
}
.header .header-bottom {
	-webkit-box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.75);
}
.header .header-bottom .main-menu {
	text-align: right;
}
.header .header-bottom .main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .header-bottom .main-menu ul li {
	display: inline-block;
}
.header .header-bottom .main-menu ul li a {
    display: inline-block;
    padding: 27px 0px 25px;
    margin: 0 18px;
    text-transform: capitalize;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	color: #404550;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	font-weight: 600;
}
.header .header-bottom .main-menu ul li a:hover,
.header .header-bottom .main-menu ul li a:focus {
	border-bottom: 3px solid #558af2;
	color: #558af2;
}
.header .header-bottom .main-menu ul li:last-child a {
	margin-right: 0;
}

/*======================================
        header dropdown
=======================================*/
.header .header-bottom .main-menu ul li {
    position: relative;
}
.header .header-bottom .main-menu ul li ul {
    position: absolute;
    top: 100%;
    width: auto;
    display: none;
}
.header .header-bottom .main-menu ul li:hover ul {
    display: block;
}
.header .header-bottom .main-menu ul li ul li a {
    width: 150px;
    text-align: left;
    margin: 0;
    margin-left: 18px;
    padding-left: 15px;
    background: #558af2;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 0 12px 15px;
}
.header .header-bottom .main-menu ul li ul li:last-child a {
    border-bottom: 0;
}
.header .header-bottom .main-menu ul li ul li a:hover {
    background-color: #f3f7fe;
    color: #558af2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}



/*======================================
        banner
=======================================*/
.banner {
    background: url('../img/banner.jpg') no-repeat bottom center;
    background-size: cover;
    position: relative;
}
.banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: #558af2;
}
.banner .banner-content {
    padding: 100px 0 100px;
}
.banner .banner-content h3 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.banner .banner-content h1 {
    font-weight: 900;
    font-size: 60px;
    color: #000a4e;
    text-transform: capitalize;
    line-height: 75px;
    margin-bottom: 4px;
}
.banner .banner-content h1 span {
    color: #fff;
}
.banner .banner-content p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}
.banner .banner-content a {
    width: 190px;
    color: #fff;
    background-color: #000a4e;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 19px;
}
.banner .banner-content a:hover {}

/*======================================
        counter
=======================================*/
.counter {
    padding: 60px 0 52px;
    position: relative;
    -webkit-box-shadow: 0 26px 12px -31px #000;
    -moz-box-shadow: 0 26px 12px -31px #000;
    box-shadow: 0 26px 12px -31px #000;
    z-index: 3;
}
.counter:after {
    position: absolute;
    content: '';
    width: 144px;
    height: 54px;
    left: 50%;
    margin-left: -72px;
    top: 100%;
    background: url('../img/triangle.png') no-repeat center center;
    background-size: contain;
}
.counter .single-counter {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.counter .single-counter .part-icon {
    width: 60px;
    margin-right: 30px;
}
.counter .single-counter .part-icon img {
    width: 100%;
}
.counter .single-counter .part-text {}
.counter .single-counter .part-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #558af2;
    margin-top: -12px;
    margin-bottom: -1px;
}
.counter .single-counter .part-text h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
}
.counter .scroll-button {
    text-align: center;
    position: absolute;
    top: 90%;
    width: 100%;
    z-index: 1;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.counter .scroll-button a {
    display: inline-block;
}
.counter .scroll-button img {
    width: 40px;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


/*======================================
		about
=======================================*/
.about-area {
    padding: 120px 0 60px;
}
.about-area .part-text {}
.about-area .part-text h4 {
    font-size: 16px;
    color: #4e83eb;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 3px;
}
.about-area .part-text h3 {
    font-size: 50px;
    text-transform: capitalize;
    margin-left: -4px;
    color: #1f2732;
    margin-bottom: 10px;
}
.about-area .part-text h3 span {
    color: #558af2;
}
.about-area .part-text p {
    color: #1f223e;
    font-weight: 600;
    margin-bottom: 21px;
}
.about-area .part-text p:last-child {
    font-weight: 500;
    color: #606060;
    margin-bottom: 18px;
}
.about-area .part-counter {}
.about-area .part-counter .single-count {
    display: inline-block;
    margin-right: 30px;
}
.about-area .part-counter .single-count h4 {
    color: #333333;
    font-size: 70px;
    font-weight: 300;
    margin-bottom: -5px;
    margin-left: -3px;
}
.about-area .part-counter .single-count:nth-child(1) h4, 
.about-area .part-counter .single-count:nth-child(3) h4 {
    margin-left: -8px;
}
.about-area .part-counter .single-count p {
    font-size: 14px;
    color: #606060;
}

/*======================================
		goal
=======================================*/
.goal-area {
    padding-bottom: 100px;
}
.goal-area .single-goal {
	text-align: center;
}
.goal-area .single-goal .part-icon {
	font-size: 30px;
	display: inline-block;
	width: 68px;
	height: 68px;
	background: #eff2f7;
	border: 1px solid #eff2f7;
	text-align: center;
	border-radius: 50%;
	padding-top: 11px;
	margin-bottom: 30px;
	color: #666666;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.goal-area .single-goal .part-icon:after {
	position: absolute;
	content: '';
	height: 90px;
	width: 90px;
	border-radius: 50%;
    background: #fff;
    top: -12px;
    right: -12px;
    z-index: -1;
    border: 1px solid #eff2f7;
}
.goal-area .single-goal:hover .part-icon {
	background: #4e83eb;
	color: #fff;
	border: 1px solid #fff;
}
.goal-area .single-goal:hover .part-icon:after {
	background: #4e83eb;
}
.goal-area .single-goal .part-text {}
.goal-area .single-goal .part-text h3 {
	font-size: 24px;
	font-weight: 500;
	color: #1f2732;
}
.goal-area .single-goal .part-text p {
	font-size: 14px;
	color: #606060;
}

/*======================================
		feature
=======================================*/
.feature {
	padding: 120px 0 90px;
	background: url('../img/feature-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative; 
}
.feature .section-title h2 {
    font-size: 50px;
    color: #1f2732;
    font-weight: 700;
    margin-bottom: 34px;
}
.feature .section-title h3 {
    font-size: 16px;
    color: #4e83eb;
    margin-top: -4px;
    margin-bottom: 13px;
}
.feature .single-feature {
    margin-bottom: 24px;
}
.feature .single-feature .part-icon {
    color: #4e83eb;
    font-size: 35px;
    margin-bottom: 14px;
}
.feature .single-feature .part-text h3 {
    color: #1f2732;
    font-size: 24px;
    margin-bottom: 13px;
}
.feature .single-feature .part-text p {
	color: #606060;
	font-size: 14px;
}

/*======================================
		subscribe mail
=======================================*/
.subscribe-mail {
    padding: 120px 0;
}
.subscribe-mail .subscribe-mail-area {
    border-radius: 20px;
    -webkit-box-shadow: -0.707px 0.707px 9.5px 0.5px rgba(51, 181, 247, 0.3);
    -moz-box-shadow: -0.707px 0.707px 9.5px 0.5px rgba(51, 181, 247, 0.3);
    box-shadow: -0.707px 0.707px 9.5px 0.5px rgba(51, 181, 247, 0.3);
    padding: 53px 40px 38px;
}
.subscribe-mail .part-text {}
.subscribe-mail .part-text h2 {
    color: #404550;
    font-size: 24px;
}
.subscribe-mail .part-text p {
    color: #555;
}
.subscribe-mail .part-form {
	width: 100%;
}
.subscribe-mail .part-form form {
	position: relative;
}
.subscribe-mail .part-form form input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #dbdbdb;
    padding: 0 220px 0 30px;
    outline: none;
}
.subscribe-mail .part-form form button {
	height: 50px;
	border-radius: 50px;
	border: none;
	background: #558af2;
	width: 190px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	outline: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	cursor: pointer;
}
.subscribe-mail .part-form form button:hover {
	background: #3c68bd;
}

/*======================================
		mini-contact
=======================================*/
.mini-contact {
	background: url('../img/service-bg.jpg') center center no-repeat;
	background-size: cover;
}
.mini-contact .mini-contact-area {
    background: #4e83eb;
    padding: 80px 90px 90px;
}
.mini-contact .mini-contact-area h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 19px;
}
.mini-contact .mini-contact-area p {
	font-size: 14px;
	color: #fff;
}
.mini-contact .mini-contact-area a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #4e83eb;
    background: #fff;
    display: inline-block;
    padding: 15px 32px;
    border-radius: 50pc;
    font-weight: 600;
    margin-top: 20px;
  	-webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.29);
  	-moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.29);
  	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.29);
  	-webkit-transition: .4s;
  	-moz-transition: .4s;
  	transition: .4s;
}
.mini-contact .mini-contact-area a:hover {
	background: #4e83eb;
	color: #fff;
}



/*======================================
        Portfolio
=======================================*/

.portfolio-area {
    background-color: #f3f7fe;
    padding: 120px 0 0;
}
.portfolio-area .section-title-area {
    margin-bottom: 53px;
}
.portfolio-area .portfolio-menu {
    margin-bottom: 50px;
}
.portfolio-area .portfolio-menu .button-group {
    display: inline-block;
    border: 1px solid #558af2;
    padding: 4px;
    border-radius: 50px;
}
.portfolio-area .portfolio-menu button {
    background-color: transparent;
    font-size: 16px;
    color: #7e858f;
    font-weight: 600;
    position: relative;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
    height: 50px;
    width: 150px;
    border: none;
    margin-right: 6px;
    border-radius: 50px;
    padding: 0;
}
.portfolio-area .portfolio-menu button:last-child {
    margin-right: 0;
}
.portfolio-area .portfolio-menu button:focus,
.portfolio-area .portfolio-menu button:hover,
.portfolio-area .portfolio-menu button.active {
    background: #558af2;
    color: #fff;
    border-color: #558af2;
}
.portfolio-area .grid-item,
.portfolio-area .grid-sizer {
    width: 25%;
}

.portfolio-area .grid-item-width2 {
    width: 50%;
}

.portfolio-area .portfolio-single {
    position: relative;
}
.portfolio-area .portfolio-single img {
    width: 100%;
}
.portfolio-area .portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 138, 242, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.portfolio-area .overlay-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.portfolio-area .portfolio-single:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}
.portfolio-area .portfolio-single:hover h5 {
    margin-top: 0
}
.portfolio-area .portfolio-overlay h5 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.portfolio-area .portfolio-overlay a {
    color: #fff;
    display: inline-block;
}


/*======================================
		call to action
=======================================*/
.call-to-action-area {
    background-color: #558af2;
}
.call-to-action-content h3 {
    font-weight: 700;
    margin: 73px 0 25px;
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
}
.call-to-action-btn a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 80px;
}

.call-to-action-btn a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #558af2
}
.call-to-action-area img {
    position: absolute;
    right: 0;
    height: 100%;
}


/*======================================
		team
=======================================*/
.team {
	padding: 120px 0; 
}
.team .section-title-area h5 {
    font-size: 16px;
    color: #558af2;
    margin-top: -4px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.team .single-member {
	text-align: center;
}
.team .single-member .part-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -85px;
    border: 2px solid #558af2;
}
.team .single-member .part-img img {
    width: 100%;
    padding: 4px;
}
.team .single-member .part-text h3 {
    font-size: 24px;
    color: #558af2;
    margin-top: 24px;
}
.team .single-member .part-text h4 {
    font-size: 16px;
    color: #404550;
    font-style: italic;
    margin-top: 11px;
    font-weight: 600;
}
.team .single-member .part-social {
    margin-top: 28px;
}
.team .single-member .part-social a {
    display: inline-block;
    text-decoration: none;
    background: #558af2;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
  	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  	border: 1px solid #fff;
  	-webkit-transition: .4s;
  	-moz-transition: .4s;
  	transition: .4s;
}
.team .single-member .part-social a:last-child {
	margin-right: 0;
}
.team .single-member .part-social a:hover {
    color: #558af2;
    background: #fff;
}
/*======================================
        choosing reason
=======================================*/
.choosing-reason {
    padding: 120px 0;
    background: url('../img/choosing-reason-bg.jpg') no-repeat top center;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.choosing-reason:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background-color: #558af2;
    opacity: .9;
    z-index: -1;
    height: 496px;
}
.choosing-reason .section-title-area h5,
.choosing-reason .section-title-area h2,
.choosing-reason .section-title-area p {
    color: #fff;
}
.choosing-reason .section-title-area h2 {
    margin-bottom: 21px;
}
.choosing-reason .section-title-area p {
    opacity: .9;
}
.choosing-reason .single-reason {
    text-align: center;
    padding: 40px 40px 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
    border-radius: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    background: #fff;
}
.choosing-reason .single-reason .part-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #558af2;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin-left: -40px;
    margin-bottom: 23px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.choosing-reason .single-reason .part-icon img {
    height: 40px;
    position: relative;
    top: 50%;
    margin-top: -28px;
}
.choosing-reason .single-reason .part-text {}
.choosing-reason .single-reason .part-text h3 {
    color: #404550;
    font-size: 24px;
    margin-bottom: 18px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.choosing-reason .single-reason .part-text p {
    color: #555;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.choosing-reason .single-reason .part-text a {
    display: inline-block;
    border: 1px solid #a6b7d8;
    color: #558af2;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 38px;
    border-radius: 50px;
    margin-top: 21px;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.choosing-reason .single-reason .part-text a:hover {
    background: #558af2;
    color: #fff;
}
.choosing-reason .single-reason:hover {
    background: #558af2;
    -webkit-box-shadow: 0px 0px 44px -15px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 44px -15px rgb(0, 0, 0);
    box-shadow: 0px 0px 44px -15px rgb(0, 0, 0);
}
.choosing-reason .single-reason:hover .part-text h3 {
    color: #fff;
}
.choosing-reason .single-reason:hover .part-text p {
    color: #fff;
    opacity: .9;

}
.choosing-reason .single-reason:hover .part-text a {
    border-color: #fff;
}
.choosing-reason .single-reason:hover .part-icon {
    background: #fff;
}


/*======================================
        about section
=======================================*/
.about {
    background-color: #f3f7fe;
    padding: 120px 0 120px;
}
.about #chart_div {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
}
.about .about-content .section-title-area {
    text-align: left;
    margin-bottom: 9px;
}
.about .about-content .section-title-area h5 {
    margin-bottom: 16px;
    margin-top: -3px;
}
.about .about-content h2 span {
    color: #558af2;
}
.about .about-content p {
    color: #555;
}
.about .about-content a {
    display: inline-block;
    background-color: #558af2;
    padding: 13px 0;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 0;
    width: 160px;
    text-align: center;
    text-decoration: none;
}
.about .about-content a:hover {
    background-color: #125af5;
}


/*======================================
        overview
=======================================*/
.overview {
    background: #558af2;
    padding: 120px 0;
}
.overview .section-title-area h5,
.overview .section-title-area h2,
.overview .section-title-area p {
    color: #fff;
    opacity: 1;
}
.overview .part-img {
    padding-right: 30px;
}
.overview .part-img img {
    width: 100%;
}
.overview .overview-text {}
.overview .overview-text .single-overview {
    display: flex;
    margin-bottom: 22px;
}
.overview .overview-text .single-overview:last-child {
    margin-bottom: 0;
}
.overview .overview-text .single-overview .part-icon {
    width: 100px;
    height: 40px;
    margin-right: 20px;
}
.overview .overview-text .single-overview .part-icon img {
    width: 100%;
}
.overview .overview-text .single-overview .part-text {}
.overview .overview-text .single-overview .part-text h3 {
    color: #fff;
    font-size: 24px;
    margin-top: -7px;
}
.overview .overview-text .single-overview .part-text p {
    color: #fff;
}


/*======================================
		service
=======================================*/
.service {
    padding: 121px 0 90px;
}
.section-title-area h5 {
	font-size: 16px;
    color: #558af2;
    margin-top: -4px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.section-title-area h2 {
	color: #1f2732;
}
.section-title-area a {}
.service .single-service {
    text-align: center;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(18, 90, 245, 0.35);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: 30px;
}
.service .single-service:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url('../img/desktop-rental-service-delhi.jpg') center center no-repeat;
	background-size: cover;
	z-index: -2;
	border-radius: 10px;
	opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.service .single-service:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #558af2;
	opacity: 0;
	z-index: -1;
	border-radius: 10px;
	opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.service .single-service:hover:after {
	opacity: 1;
}
.service .single-service:hover:before {
	opacity: .9;
}
.service .single-service:hover .part-icon {
	background: #fff;
	color: #558af2;
}
.service .single-service:hover .part-text h3,
.service .single-service:hover .part-text p {
	color: #fff;
}
.service .single-service:hover .part-text a {
	color: #558af2;
}
.service .single-service .part-icon {
    width: 65px;
    height: 65px;
    background: #558af2;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 22px;
    position: relative;
    left: 50%;
    margin-left: -32.5px;
}
.service .single-service .part-text h3 {
    color: #404550;
    font-size: 24px;
    margin-bottom: 22px;
}
.service .single-service .part-text p {
    color: #555;
}
.service .single-service .part-text a {
    display: inline-block;
    border: 1px solid #a6b7d8;
    color: #666a73;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 38px;
    border-radius: 50px;
    margin-top: 17px;
    background: #fff;
}


/*======================================
		Single portfolio
=======================================*/
.single-portfolio {
	position: relative;
}
.single-portfolio img {
	width: 100%;
}
.single-portfolio .content-on-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #558af2;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-portfolio .content-on-image h3 {
	font-size: 24px;
	color: #fff;
	margin-top: -7px;
}
.single-portfolio .content-on-image a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}



/*======================================
		client worldwide
=======================================*/
.client-worldwide {
	padding: 120px 0;
	background: url('../img/client-worldwide-bg.jpg') no-repeat top center;
	background-size: contain;
}
.client-worldwide .section-title-area h2,
.client-worldwide .section-title-area h5 {
	color: #fff;
}
.client-worldwide .cw-top {
    background: #fff;
    padding: 60px 30px 0;
}
.client-worldwide .cw-top .part-img {}
.client-worldwide .cw-top .part-img img {
	width: 100%;
}

.client-worldwide .cw-top .part-text {}
.client-worldwide .cw-top .part-text h3 {
    font-size: 24px;
    color: #1f2732;
    line-height: 36px;
    margin-bottom: 13px;
    margin-top: -8px;
}
.client-worldwide .cw-top .part-text p {
	color: #686868;
	font-size: 14px;
}
.client-worldwide .cw-top .part-text a {
    display: inline-block;
    background: #558af2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 24px;
    border-radius: 50px;
    margin-top: 16px;
}
.client-worldwide .cw-bottom {
    margin-top: 55px;
    padding: 0 30px;
}
.client-worldwide .cw-bottom .single-count {
	display: flex;
}
.client-worldwide .cw-bottom .single-count .part-icon {
    font-size: 40px;
    color: #558af2;
    margin-right: 17px;
    line-height: 70px;
    width: 80px;
    height: 80px;
    border: 1px solid;
    text-align: center;
    border-radius: 15px;
    margin-top: 4px;
}
.client-worldwide .cw-bottom .single-count .part-text {}
.client-worldwide .cw-bottom .single-count .part-text h4 {
    font-size: 40px;
    color: #1f2732;
    margin-bottom: 6px;
}
.client-worldwide .cw-bottom .single-count .part-text h5 {
    font-size: 14px;
    color: #282828;
    font-weight: 500;
}


/*======================================
		video
=======================================*/
.video {
	padding: 160px 0; 
	background: url('../img/video-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.video:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	z-index: -1;
}
.video .video-play {
	text-align: center;
}
.video .video-play a {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 46px;
    line-height: 94px;
    text-decoration: none;
    padding: 0 0 0 8px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.video .video-play a:hover {
    background: #fff;
    color: #558af2;
}


/*======================================
        pricing content
=======================================*/
.pricing-content {
    padding: 121px 0 119px;
    background-color: #f3f7fe;
}
.pricing-content.service-page {
    background: none;
}
.pricing-content .section-title-area h2 {
    margin-bottom: 22px;
}
.pricing-content .pricing-content-bg {
    background-image: url(../img/pricing-plan-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.pricing-tbl-single {
    background-color: #558af2;
    border-radius: 25px;
    padding: 33px 30px 40px;
}
.pricing-tbl-single h4 {
    font-weight: 700;
    color: #fff;
    padding: 0 0 10px;
    margin-bottom: 18px;
}
.pricing-tbl-single ul {
    padding: 6px 0 0;
    margin-top: -10px;
}
.pricing-tbl-single ul li {
    color: #fff;
    display: block;
    padding: 14px 0;
    border-bottom: 2px dotted #88a2ef;
    font-size: 16px;
}
.pricing-tbl-single ul li:last-child {
    border: 0;
}
.pricing-tbl-single h1 {
    font-weight: 800;
    color: #fff;
    font-size: 90px;    
    line-height: 180px;
    transition: .4s;
}
.pricing-tbl-single h1 sup {
    font-size: 52px;
    font-weight: 400;
    top: -20px;
}
.price-amount {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    background-image: url(../img/pricing-amount-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 24px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.pricing-tbl-single:hover .price-amount {
    -webkit-transform: rotate(145deg);
    -moz-transform: rotate(145deg);
    transform: rotate(145deg);
}
.pricing-tbl-single:hover .price-amount h1 {
    -webkit-transform: rotate(-145deg);
    -moz-transform: rotate(-145deg);
    transform: rotate(-145deg);
} 
.pricing-tbl-single a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 37px;
    border-radius: 30px;
    margin: 9px 0 0;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.pricing-tbl-single a:hover {
    background-color: #fff;
    color: #558af2
}


/*======================================
        testimonial
=======================================*/
.testimonial {
    background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 0 120px;
}
.testimonial .testimonial-content {
    background-color: #558af2;
    border-radius: 0px 0px 50% 50%;
    overflow: hidden;
}
.testimonial .testimonial-single {
    text-align: center;
    padding: 60px 80px 110px;
}
.testimonial .testimonial-single img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 2px;
    max-width: 85px;
    height: 85px;
    margin: 0 auto;
}
.testimonial .testimonial-single h5 {
    font-weight: 500;
    color: #fff;
    margin: 34px 0 0;
    font-size: 30px;
}
.testimonial .testimonial-single h6 {
    color: #fff;
    margin: 10px 0 23px;
    font-size: 14px;
    text-transform: uppercase;
}
.testimonial .testimonial-single p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #eceff3;
    margin: 0;
}
.testimonial .testimonial-carousel .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 58px;
}
.testimonial .testimonial-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    outline: 0
}
.testimonial .testimonial-carousel .owl-dots .owl-dot.active {
    background-color: #fff;
    border: 2px solid #2575fc;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}


/*======================================
        faq
=======================================*/
.faq {
    padding: 120px 0 100px;
    background-color: #f3f7fe;
}
.faq .card,
.faq .accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:first-of-type,
.accordion .card:last-of-type {
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(18, 90, 245, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(18, 90, 245, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(18, 90, 245, 0.2);
    border-radius: 32px;
}
.faq .card .card-header {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(18, 90, 245, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(18, 90, 245, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(18, 90, 245, 0.2);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border-radius: 50px;
    border: none;
    background: #fff;
}
.faq .card .card-header.active,
.faq .card .card-header:hover {
    background: #558af2;
}
.faq .card .card-header.active button,
.faq .card .card-header:hover button {
    color: #fff;
}
.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 50px;
}
.faq .card .card-header button {
    font-size: 18px;
    color: #404550;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    width: 100%;
    text-align: left;
}
.faq .card .card-header button:after {
    position: absolute;
    content: '\eac8';
    top: -3px;
    right: 5px;
    font-family: 'icofont';
    font-size: 30px;
    height: 100%;
}
.faq .card .card-header button[aria-expanded="true"]:after {
    content: "\eacb";
}
.faq .card-body p {
    color: #404550;
    opacity: .9;
}


/*======================================
        blog
=======================================*/
.blog {
    padding: 120px 0 104px;
}
.blog .single-blog {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 18px -6px #888;
    -moz-box-shadow: 0 0 18px -6px #888;
    box-shadow: 0 0 18px -6px #888;
}
.blog .single-blog .part-img {}
.blog .single-blog .part-img img {
    width: 100%;
}
.blog .single-blog .part-text {
    padding: 40px;
}
.blog .single-blog .part-text h3 {
    color: #333;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 23px;
}
.blog .single-blog .part-text h4 {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-bottom: 19px;
}
.blog .single-blog .part-text h4 span {
    display: inline-block;
    border-right: 1px solid rgba(68, 68, 68, 0.50);
    padding: 0 14px;
    line-height: 0;
}
.blog .single-blog .part-text h4 span:first-child {
    padding-left: 0;
}
.blog .single-blog .part-text h4 span:last-child {
    padding-right: 0;
    border-right: none;
}
.blog .single-blog .part-text h4 span i {
    margin-right: 6px;
}
.blog .single-blog .part-text p {
    font-size: 16px;
    line-height: 30px;
    color: #404550;
    margin-bottom: 25px;
    position: relative;
}
.blog .single-blog .part-text p:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -25px;
    width: 100%;
    border-bottom: 2px dotted rgba(68, 68, 68, 0.50);
}
.blog .single-blog .part-text a {
    display: inline-block;
    background-color: #558af2;
    padding: 13px 0;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 39px 0 0;
    width: 160px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.blog .biz-pagination {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 10px;
}
.blog .biz-pagination .page-item a {
    margin-right: 10px;
    height: 50px;
    width: 50px;
    margin-top: 3px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background: #fafafa;
    color: #303030;
    border-radius: 10px;
    border: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.blog .biz-pagination .page-item a:hover {
    background: #0c0c10;
    color: #fff;
}
.blog .biz-pagination .page-item:first-child a, 
.blog .biz-pagination .page-item:last-child a {
    height: 56px;
    width: 56px;
    font-size: 20px;
    text-align: center;
    line-height: 37px;
    margin-top: 0;
    background: #558af2;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.blog .biz-pagination .page-item:first-child a:hover, 
.blog .biz-pagination .page-item:last-child a:hover {
    background: #0c0c10;
}
.blog .single-blog .part-text a:hover {
    background-color: #125af5;
}
.blog .sidebar .single-widget {
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-shadow: 0 0 18px -6px #888;
    -moz-box-shadow: 0 0 18px -6px #888;
    box-shadow: 0 0 18px -6px #888;
    border-radius: 5px;
}
.blog .sidebar .single-widget.search-bar .search-form {
    position: relative;
}
.blog .sidebar .single-widget.search-bar .search-form input {
    height: 50px;
    border: 1px solid #888;
    width: 100%;
    padding: 20px;
}
.blog .sidebar .single-widget.search-bar button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    color: #555;
}
.blog .sidebar .single-widget.search-bar button:focus {
    outline: none;
    box-shadow: none;
}
.blog .sidebar .single-widget.category {
    padding-bottom: 16px;
}
.blog .sidebar .single-widget h3 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin-top: -7px;
}
.blog .sidebar .single-widget.category ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog .sidebar .single-widget.category ul li {
    padding: 10px 0;
    border-top: 1px solid #888;
}
.blog .sidebar .single-widget.category ul li:first-child {
    border: none;
}
.blog .sidebar .single-widget.category ul li a {
    font-size: 14px;
    color: #444444;
    text-transform: capitalize;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-decoration: none;
}
.blog .sidebar .single-widget.category ul li a:hover {
    color: #558af2;
}
.blog .sidebar .single-widget.recent-post h3 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
}
.blog .sidebar .single-widget.recent-post .single-post {
    display: flow-root;
    margin-bottom: 20px;
}
.blog .sidebar .single-widget.recent-post .single-post:last-child {
    margin-bottom: 0;
}
.blog .sidebar .single-widget.recent-post .single-post .part-img {
    float: left;
    width: 70px;
    margin-right: 15px;
}
.blog .sidebar .single-widget.recent-post .single-post .part-img img {
    width: 100%;
}
.blog .sidebar .single-widget.recent-post .single-post .part-text {
    display: table-cell;
}
.blog .sidebar .single-widget.recent-post .single-post .part-text a {
    text-decoration: none;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 7px;
    margin-top: -4px;
}
.blog .sidebar .single-widget.recent-post .single-post .part-text a:hover {
    color: #558af2;
}
.blog .sidebar .single-widget.recent-post .single-post .part-text h5 {
    font-size: 14px;
    font-weight: 500;
}
.blog .sidebar .single-widget.instagram {
    padding-bottom: 18px;
}
.blog .sidebar .single-widget.follow-us h3 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
}
.blog .sidebar .single-widget.follow-us a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #555;
    border: 1px solid #999;
    line-height: 38px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-decoration: none;
    margin-right: 6px;
}
.blog .sidebar .single-widget.follow-us a:hover {
    background-color: #558af2;
    color: #fff;
    border: 1px solid #558af2;
}

.blog .sidebar .single-widget.instagram h3 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 28px;
}
.blog .sidebar .single-widget.instagram .gallery {
    display: flex;
    justify-content: center;
    margin-left: -6px;
    margin-right: -6px;
}
.blog .sidebar .single-widget.instagram .gallery a {
    display: inline-block;
    flex: 1;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}
.blog .sidebar .single-widget.instagram .gallery a img {
    width: 100%;
}
.blog .sidebar .single-widget.tag {
    padding-bottom: 20px;
}
.blog .sidebar .single-widget.tag h3 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 28px;
}
.blog .sidebar .single-widget.tag a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    border: 1px solid #999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-decoration: none;
    margin-right: 6px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog .sidebar .single-widget.tag a:hover {
    background-color: #558af2;
    color: #fff;
    border: 1px solid #558af2;
}
/*======================================
        blog 2 page
=======================================*/
.blog .single-blog .part-text h3 {
    margin-top: -9px;
}
.blog .single-blog .part-text {
    padding: 40px;
}
.blog .single-blog .part-img {
    height: 100%;
    overflow: hidden;
}
.blog .single-blog .part-img img {
    width: auto;
    height: 100%;
}


/*======================================
        single service area
=======================================*/
.single-service-area {
    position: relative;
}
.single-service-area .section-title-area {
    text-align: left;
}
.single-service-area .part-img {
    position: absolute;
    background: url('../img/single-service.jpg') center center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    width: 100%;
}
.single-service-area .all-service {
    padding: 120px 60px 69px 60px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.single-service-area .part-img img {
    width: 100%;
}
.single-service-area .single-service {
    display: flex;
    margin-bottom: 44px;
}
.single-service-area .single-service .part-icon {
    margin-right: 30px;
}
.single-service-area .single-service .part-icon img {
    width: 50px;
}
.single-service-area .single-service .part-text p {
    color: #404550;
    opacity: .8;
    margin: 0;
}
.single-service-area .single-service .part-text h3 {
    font-size: 24px;
    color: #404550;
    margin-top: -8px;
    margin-bottom: 24px;
}

/*======================================
        question
=======================================*/
.question {
    padding: 120px 0 110px;
    background: #f3f7fe;
}
.question .single-question {
    display: flow-root;
    margin-bottom: 29px;
}
.question .single-question .part-icon {
    width: 80px;
    background: #558af2;
    padding: 20px;
    float: left;
    margin-right: 20px;
}
.question .single-question .part-icon img {
    width: 100%;
}
.question .single-question .part-text {}
.question .single-question .part-text h3 {
    font-size: 24px;
    color: #404550;
    margin-top: -6px;
    margin-bottom: 8px;
    display: inherit;
    font-weight: 600;
}
.question .single-question .part-text p {
    color: #404550;
    opacity: .9;
}
.question .quote-form {
    text-align: center;
    background: #558af2;
    padding: 32px 30px 40px 30px;
    border-radius: 5px;
     box-shadow: 0px 10px 52px -16px;
    -webkit-box-shadow: 0px 10px 52px -16px;
    -moz-box-shadow: 0px 10px 52px -16px;
}
.question .quote-form h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 11px;
}
.question .quote-form p {
    color: #fff;
    margin-bottom: 27px;
}
.question .quote-form .form input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}
.question .quote-form .form input::placholder {
    opacity: .7;
}
.question .quote-form .form button {
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    background: #080808;
    height: 50px;
    border: none;
    position: relative;
    border-radius: 5px;
    margin-top: 30px;
     box-shadow: 0px 10px 52px -16px #000;
    -webkit-box-shadow: 0px 10px 52px -16px #000;
    -moz-box-shadow: 0px 10px 52px -16px #000;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    font-weight: 600;
}
.question .quote-form .form button:hover {
    background: #fff;
    color: #558af2;
}
.question .download-area {
    margin-top: 40px;
}
.question .download-area h3 {
    font-size: 18px;
    color: #404550;
    margin-top: -6px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.question .download-area button {
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 40px;
    background: #558af2;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #558af2;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
.question .download-area button:hover {
    background: #fff;
    color: #558af2;
}
.question .download-area button span {
    margin-right: 8px;
}

/*======================================
        growth
=======================================*/
.growth {
    padding: 120px 0 107px;
}
.growth .single-growth {
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.growth .single-growth:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    top: 42px;
    height: 6px;
    background: #558af2;
    z-index: -1;
}
.growth .col-xl-3:first-child .single-growth:after {
    left: 50%;
}
.growth .col-xl-3:last-child .single-growth:after {
    left: -50%;
}
.growth .single-growth .part-icon {
    width: 90px;
    height: 90px;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    border: 6px solid #558af2;
    border-radius: 50%;
    color: #558af2;
    position: relative;
    left: 50%;
    margin-left: -45px;
    margin-bottom: 22px;
    background: #fff;
    z-index: 55;
    position: relative;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.growth .single-growth:hover .part-icon {
    background: #558af2;
    color: #fff;
    border-color: #ccdcfb;
}
.growth .single-growth h3 {
    font-weight: 600;
    font-size: 18px;
    opacity: .8;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position: relative;
    top: 30px;
}
.growth .single-growth:hover h3 {
    top: 0;
}


/*======================================
        portfolio details
=======================================*/
.portfolio-details {
    padding: 120px 0;
}
.portfolio-details .portfolio-slider {}
.portfolio-details .portfolio-slider .single-portfolio {}
.portfolio-details .portfolio-slider .single-portfolio img {
    width: 100%;
}
.portfolio-details .portfolio-slider .owl-controls .owl-nav .owl-prev, 
.portfolio-details .portfolio-slider .owl-controls .owl-nav .owl-next {
    background: white;
    display: inline-block;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    color: #b8b8b8;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
}
.portfolio-details .portfolio-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.portfolio-details .portfolio-slider .owl-controls .owl-nav .owl-next {
    right: 0;
}
.portfolio-details .portfolio-desc {}
.portfolio-details .portfolio-desc .part-text {}
.portfolio-details .portfolio-desc .part-text h3 {
    font-size: 24px;
    color: #404550;
    margin-top: -6px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0c5c5;
}
.portfolio-details .portfolio-desc .part-text p {
    color: #404550;
    opacity: .9;
    border-bottom: 1px solid #d0c5c5;
    padding-bottom: 33px;
    margin-bottom: 45px;
}
.portfolio-details .portfolio-desc .part-desc {}
.portfolio-details .portfolio-desc .part-desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio-details .portfolio-desc .part-desc ul li {
    color: #777777;
    padding-bottom: 9px;
}
.portfolio-details .portfolio-desc .part-desc ul li span.desc-name {
    width: 95px;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.portfolio-details .portfolio-desc .part-desc ul li .social {
    display: inline-block;
}
.portfolio-details .portfolio-desc .part-desc ul li .social a {
    color: #c2c2c2;
    display: inline-block;
    margin-right: 6px;
    font-size: 16px; 
}
.portfolio-details .portfolio-desc .part-desc ul li .social a:first-child {
    margin-left: -8px;
}
.portfolio-details .part-btn {
    border-top: 1px solid #d0c5c5;
    padding-top: 40px;
    margin-top: 17px;
}
.portfolio-details .part-btn a {
    display: inline-block;
    background: #558af2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 24px;
    border-radius: 50px;
}


/*======================================
        address
=======================================*/
.address {
    padding: 120px 200px 60px;
}
.address .single-address {
    text-align: center;
}
.address .single-address .part-icon {
    width: 90px;
    height: 90px;
    font-size: 30px;
    line-height: 70px;
    border-radius: 50%;
    border: 8px solid #dae5f9;
    text-align: center;
    position: relative;
    background: #91b1ef;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    margin-bottom: 25px;
}
.address .single-address .part-icon:after {
    position: absolute;
    content: '';
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: -1;
    border-radius: 50%;
    background: #558af2;
}
.address .single-address .part-text {}
.address .single-address .part-text h4 {
    font-size: 20px;
    color: #404550;
}
.address .single-address .part-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.address .single-address .part-text ul li {
    font-size: 16px;
    color: #404550;
    opacity: .9;
    font-weight: 400;
    padding-bottom: 3px;
}

#map {
    width: 100%;
    height: 500px;
}


/*======================================
        contact
=======================================*/
.contact {
    position: relative;
    z-index: 2;
}
.contact .contact-box {
    box-shadow: 0px 3px 24px 6px rgba(18, 90, 245, 0.2);
    background-color: #fff;
}
.contact .part-img {
    height: 100%;
    background: url(../img/contact.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.contact .part-img img {
    width: 100%;
}
.contact .part-form {
    padding: 60px 30px;
}
.contact .part-form .section-title-area {
    margin-bottom: 0;
}
.contact .part-form .section-title-area h2 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: -20px;
}
.contact .part-form form {}
.contact .part-form form input {
    width: 100%;
    height: 50px;
    border: none;
    background: #f3f7fe;
    padding: 30px;
    border-radius: 50px;
    margin-bottom: 20px;
    outline: none;
}
.contact .part-form form textarea {
    width: 100%;
    height: 140px;
    background: #f3f7fe;
    border: none;
    padding: 30px;
    border-radius: 20px;
    resize: none;
    outline: none;
}
.contact .part-form form button {
    background: #558af2;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    height: 50px;
    width: 170px;
    border-radius: 50px;
    border: none;
    margin-top: 34px;
    font-weight: 500;
}



/*======================================
		footer
=======================================*/
.footer {
    background: #3b6cca;
    position: relative;
    z-index: 2;
}
.footer:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/footer-bg.png') no-repeat top right;
    background-size: cover;
    z-index: -1;
}
.footer .footer-top {
    padding: 113px 0 100px;
}
.footer .footer-top .single-foot {}
.footer .footer-top .single-foot h3 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.footer .footer-top .single-foot ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer .footer-top .single-foot ul li {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
    padding: 9px 0;
}
.footer .footer-top .single-foot ul li:last-child {
    border: none;
}
.footer .footer-top .single-foot ul li a {
    color: #f1f1f1;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.footer .footer-top .single-foot ul li a:hover {
    margin-left: 10px;
}
.footer .footer-top .single-foot .single-news {
    display: flex;
    margin-bottom: 20px;
}
.footer .footer-top .single-foot .single-news .part-img {
    height: 70px;
    margin-right: 15px;
}
.footer .footer-top .single-foot .single-news .part-img img {
    height: 100%;
}
.footer .footer-top .single-foot .single-news .part-text {
    
}
.footer .footer-top .single-foot .single-news .part-text h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin-top: -6px;
    margin-bottom: 4px;
}
.footer .footer-top .single-foot .single-news .part-text h5 {
    font-size: 13px; 
    color: #a3d4fe;
    font-weight: 400;
}
.footer .footer-bottom {
    background-color: #151932;
    padding: 20px 0;
}
.footer .footer-bottom .copiright p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.footer .footer-bottom .social {
    text-align: right;
}
.footer .footer-bottom .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
}
.footer .footer-bottom .social a:last-child {
    margin-right: 0;
}
.footer .footer-bottom .social a:hover {
    background-color: #558af2;
    border: 1px solid #558af2;
}

/*======================================
		page title
=======================================*/
.page-title {
	background: url('../img/page-title-bg.jpg') center center no-repeat;
	background-size: cover;
    position: relative;
    z-index: 2;
}
.page-title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #558af2;
    opacity: .5;
    z-index: -1;
}
.page-title .title-area {
    padding: 84px 0px 87px;
}
.page-title .title-area h2 {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}
.page-title .title-area h3 {
	font-size: 16px;
	color: #fff;
}
.page-title .title-area h3 span {
	margin-right: 10px;
}
.page-title .title-area h3 span i {
	margin-right: 5px;
}

/*======================================
		blog details
=======================================*/
.blog.blog-details {
    padding: 120px 0 120px;
}
.blog.blog-details .single-blog .part-text p:after,
.blog.blog-details .single-blog .part-text a {
    display: none;
}
.blog.blog-details .single-blog .part-text {
    padding-bottom: 10px;
}
.blog.blog-details .blog-comments h3 {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    margin-bottom: 3px;
    margin-top: -6px;
}
.blog.blog-details .blog-comments {
    -webkit-box-shadow: 0 0 18px -6px #888;
    -moz-box-shadow: 0 0 18px -6px #888;
    box-shadow: 0 0 18px -6px #888;
    padding: 40px;
    padding-bottom: 32px;
    margin-bottom: 40px;
}
.blog.blog-details .blog-comments .single-comments {
    display: flow-root;
    border-bottom: 1px solid rgba(153, 153, 153, 0.20);
    padding-bottom: 20px;
    padding-top: 20px;
}
.blog.blog-details .blog-comments .single-comments:first-child {
    padding-top: 0;
}
.blog.blog-details .blog-comments .single-comments:last-child {
    padding-bottom: 0;
    border: none;
}
.blog.blog-details .blog-comments .single-comments.reply {
    padding-left: 40px;
}
.blog.blog-details .blog-comments .single-comments .part-img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.blog.blog-details .blog-comments .single-comments .part-img img {
    width: 100px;
}
.blog.blog-details .blog-comments .single-comments .part-text {
    display: table;
    padding-top: 8px;
}
.blog.blog-details .blog-comments .single-comments .part-text .user-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    display: inline-block;
}
.blog.blog-details .blog-comments .single-comments .part-text p {
    font-size: 14px;
    line-height: 26px;
}
.blog.blog-details .comment-box {
    -webkit-box-shadow: 0 0 18px -6px #888;
    -moz-box-shadow: 0 0 18px -6px #888;
    box-shadow: 0 0 18px -6px #888;
    padding: 40px;
}
.blog.blog-details .comment-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    margin-bottom: 23px;
    margin-top: -6px;
}
.blog.blog-details .comment-box form input {
    height: 60px;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    color: #444;
    border: 1px solid rgba(153, 153, 153, 0.70);
}
.blog.blog-details .comment-box form textarea {
    width: 100%;
    border: 1px solid rgba(153, 153, 153, 0.70);
    height: 300px;
    margin-bottom: 30px;
    padding: 30px;
    color: #444;
}
.blog.blog-details .comment-box form button {
    height: 60px;
    width: 160px;
    border: none;
    border: 1px solid #558af2;
    background: #558af2;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-top: 3px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.blog.blog-details .comment-box form button:hover {
    color: #558af2;
    background: #fff;
}

/*==========================================
    Preloader
==========================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: flex; 
}

.preloader .loader,
.preloader .loader:before,
.preloader .loader:after {
  background: #558af2;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.preloader .loader {
  color: #558af2;
  text-indent: -9999em;
  margin: auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.preloader .loader:before,
.preloader .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.preloader .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.mobile-style .btn{font-size:12px;}
@media only screen and (max-width:768px){.footer-fix,.footer-fix a{color:#fff!important}.footer-fix{position:fixed;bottom:0;padding:3px;width:100%;font-size:15px;text-align:center;z-index:999999;background-color:#0f6ce3;border-top:2px Solid #bfb9b9!important}body{overflow-x:hidden!important}.footer-fix .border1{border-right:2px solid #ffffff;}#mySidenav a{position:fixed;right:-85px;transition:.3s;padding:15px;z-index:999999;text-decoration:none;font-size:20px;color:#fff;border-radius:5px 0 0 5px; }#mySidenav a:hover{right:0}#enquiry{bottom:20%;background-color:#00dab3}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #e43838;
    letter-spacing: 0.1em;
    font-family: "Open Sans", sans-serif;
}
}
@media only screen and (min-width:769px){.footer-fix{Display:none}#mySidenav{display:none}.mb{display:none!important;}}