/**
  
* Template Name: Kintu - Portfolio HTML Template
* Version: 1.0.0
* Author: Xqode
* Email: webdesignsk0@gmail.com
* Developed By: Xqode
* First Release: 12 Mar 2022
* Author URL: https://themeforest.net/user/xqode

**/

/*===================================================================================
Table of CSS Content arrage with every section name
=====================================================================================

01.   Default Css
02.   Default Margin and Padding
03.   Preloader Css
04.   Overlay Css
05.   Socal Media 2
06.   Main Title
07.   background Image
08.   Nav Menu Css
09.   Main banner
10.   About
11.   Video Popup 
12.   My Skill 
13.   Services Two 
14.   Fact Counter
15.   Portfolio
16.   Testimonial
17.   Blog
18.   Contact

/*===================================================================================
	Typography links 
 	Import Google Fonts
=====================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: 'Poppins', sans-serif; 
*/


:root {
  --darkblue: #344482;
  --white: #ffffff;
    /* also in word-sheet */
}

/*===================================================================================
01.		Default Css
=====================================================================================*/
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16.5px;
    line-height: 28px;
    color: #090a0c327;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 55px;
}

h2 {
    font-size: 32px;
    line-height: 44px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    line-height: 30px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 22px;
}

p {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    color: #646f79;
    font-size: 15px!important;
    font-weight: 400;
    line-height: 24px!important;
    letter-spacing: 0px;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    display: inline-block;
    font-family: 'Poppins', sans-serif; sans-serif;
    /* AAT added color */
    color: #2f72b9;
}

a:hover,
a:focus,
a.active {
    text-decoration: none !important;
    box-shadow: none !important;
}


*,
::after,
::before {
    outline: none !important;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn {
    padding: 13px 27px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #fff;
    line-height: 22.85px;
    margin-right: 13px;
    border-radius: 0px;
    margin-left: 1px;
}

.btn.btn-default-2.hvr-sweep-to-right {
	background: var(--darkblue);
}
 
.w_60 {
    width: 60%;
}

.w_50 {
    width: 50%;
}

.w_40 {
    width: 40%;
}

.xy-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    margin-left: 0px !important;
}

/*=====================================================================================
02.		Default Margin and Padding
========================================================================================*/
/*  Margin 
======================*/
.mx_10 {
    margin: 0px 10px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_-14 {
    margin-top: -14px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_100 {
    margin-top: 100px;
}

.ml_105 {
    margin-left: 105px;
}

.mr_60 {
    margin-right: 60px;
}

.mb_15 {
    margin-bottom: 15px
}

.mb_30 {
    margin-bottom: 30px
}

/*  padding  
========================*/
.ptb {
	padding: 120px 0 120px;
	/* AAT: originally 200, padding around quote parallax divs */
}

.pt_100 {
    padding: 100px 0 0 0;
}

.p_30 {
    padding: 30px;
}

.ptb_100 {
    padding: 100px 0;
}

.p_20 {
    padding: 20px;
}

.p_40 {
    padding: 40px;
}

.py_60 {
    padding: 60px 0px;
}

.py_80 {
    padding: 80px 0px;
}

.pr_50 {
    padding-right: 50px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_105 {
    padding-top: 105px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_80 {
    padding-bottom: 80px;
    /* was originally 105 */
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_105 {
    padding-bottom: 105px;
}

/*===============================
03.	  	  Preloader
================================*/

#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
}

.sk-three-bounce {
    margin: 25% auto;
    width: 80px;
    text-align: center;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: var(--darkblue);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*=======================================================================
04.		Overlay Css
=========================================================================*/
.overlay_one,
.overlay_two {
    position: relative;
}

.overlay_one::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    /* background: rgba(0, 10, 45, 0.4);   
        AAT overlay for main image */  
    background:transparent;
}
.main-nav{
    /* AAT overlay for nav bar when scrolled up. was just inheriting overlay_one */
     background: rgba(0, 10, 45, 0.4);  /* was .4 opacity */
}

.overlay_two::before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
	opacity: 0.7;
}

/*=======================================================================
05.   Socal Media 1 2
=========================================================================*/
.social_media_1 ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.6) !important;
    font-size: 18px;
    display: inline;
}

.social_media_1 ul li a {
    color: var(--darkblue);
    margin: 12px 86%;
    display: inline-block;
    border: 1px solid var(--darkblue);
    border-radius: 50px;
    width: 32px;
    background: var(--darkblue);
    height: 32px;
    color: #fff;
    padding-left: 7px;
    padding-top: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.social_media_1 ul li a:hover {
    background: #fff;
    color: var(--darkblue);
    border: 1px solid #fff;

}

.social_media_2 ul li {
    float: left;
    padding-right: 20px;
    font-size: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 30px;
}

.social_media_2 ul li > a > i .fa-facebook {
    background: #090a0c;
}

/*====================================================================
06.		Main Title
======================================================================*/
.section_title_1 .title span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-style: italic;
    margin: 0px 25px;
    display: none;
}

span.have {
    display: table;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-style: italic;
    margin: 0px 306px !important;
}

.section_title_1 { 
    text-align: left;
}

span.sub_title {
	color: #555a64;
	font-weight: 400;
	font-size: 14px;
	line-height: 22.04px;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
}

h2.title {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--darkblue);
}

h2.title2 {
	font-size: 35px;
	text-transform: uppercase;
	color: #090a0c;
}

h1.title4 {
    color: var(--darkblue);
    font-family: 'Poppins', sans-serif; sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.about-title h2 {
    font-family: 'Poppins', sans-serif;
}

.about-title-img {
    width: 31%;
    margin-left: -19px;
}

.text-uppercase {
    text-transform: capitalize;
}

.line_double {
    position: relative;
    text-transform: lowercase;
    padding: 0 50px !important;
}

.line_double::before,
.line_double::after {
    background-color: #95bb2f;
}

.line_double::before {
    left: 0;
}

.line_double::before,
.line_double::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    top: 50%;
}

.line_double::after {
    right: 0;
}

.line_double::before,
.line_double::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    top: 50%;
}

/*====================================================================
07.   background Image
======================================================================*/
/* slider-area-image rotates between 1 and two.  I added main-area-image to be a static background*/
.slider-area-image, .main-area-image {
    background-image: url(../images/slider/04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slider-area-image, .main-area-image {
    margin: auto;
}

.skill-bg {
    background-image: url(../images/background/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-attachment: fixed;
}

.thich-bg{
    background-image: url(../images/background/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-attachment: fixed;
}

.counter-bg {
    background-image: url(../images/background/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-attachment: fixed;
}
.lastquote-bg {
    background-image: url(../images/background/04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-attachment: fixed;
}

/*====================================================================
08.   Nav Menu Css
======================================================================*/
.navbar {
    padding: 0px;
}

.navbar-nav {
    margin-right: 48px;
}

header {
    z-index: 11;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

}

.navbar-brand {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 28px;
	font-weight: 500;
	margin-left: 85px;
	margin-top: 6px;
}

.navbar-brand span {
	letter-spacing: 0px;
	font-size: 28px;
	font-weight: 500;
	color: var(--darkblue);
	margin-left: 24px;
	position: absolute;
	font-family: 'Poppins', sans-serif;
	top: 14px;
	left: 125px;
	margin-top: 10px;
	font-weight: 600;
}

.navbar-light .navbar-brand {
	color: #fff;
	font-weight: 600;
}

.w-100 {
	width: 97% !important;
}
.main-nav {
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    padding: 6px 0;
    min-height: 72px;
}

.nav-scroll {
    left: 0;
    padding: 15px 0px;
    position: fixed;
    top: -100px;
    width: 100%;
    box-shadow: 0 0 59px 0 rgba(0, 0, 0, .09);
    z-index: 100;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #c0d6ff; /* AAT */
}
.nav-scroll .navbar-nav .nav-link:focus,
.nav-scroll .navbar-nav .nav-link:hover {
    color: var(--darkblue);  /* AAT */
}

.navbar .navbar-nav .nav-item {
    padding: 0px 15px;
    margin: 15px 0px;
}

.nav-scroll {
    left: 0;
    padding: 0px 0px;
    position: fixed;
    top: -111px;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: none;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 0;
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 50%;
    display: table;
    height: 2px;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    background: var(--darkblue);
}

.navbar-nav .nav-item .nav-link.active:before {
    opacity: 1;
}

/* AAT logos */
.navbar a.navbar-brand{
display:block;
height:50px;
width:177px;   /* or 44x156 */
background: url('../images/images/logo-web-light.png');
background-size: cover;
}
.nav-scroll .navbar a.navbar-brand{
background: url('../images/images/logo-web-scroll.png');
background-size: cover;
}

/*====================================================================
09.   Main banner
======================================================================*/
#main_banner {
    width: 100%;
    height: 110vh;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 0 59px 0 rgba(0, 0, 0, .09);
    z-index: 6;
}

.mainbanner_content {
    /* Box on main picture with tagline AAT */
    position: relative;
    z-index: 11;
    vertical-align: middle;
    margin-left: -18px !important;
    margin-top: 80px; /* start my code */
    background: rgba(0, 10, 45, 0.8);  
    padding:20px 30px;
    width: fit-content;
}

.mainbanner_content h3 {
    letter-spacing: 0px;
    margin-bottom: 8px;
    font-size: 37px;
    text-transform: capitalize;
    line-height: 62px;
    margin-top: -17px;
    color: #fff;
}

.banner_title_1 {
    color: var(--darkblue);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -10px;
    margin-left: 3px;
}

.banner_title {
    font-size: 30px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
}

.mainbanner_content p {
    font-size: 18px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: -4px 0px 17px 0;
    line-height: 34.2px;
    font-size: 22px !important; /* AAT */
}

/*===============================================================================
10.		About
=================================================================================*/
#about {
	background-color: #EAEDF2;
}
.color_black {
    color: #090a0c;
}

a.ncc-badge{
    float: right;
    /* AAT */
}
a.ncc-badge img{
    height: 70px;
    width: auto;
    /* AAT */
}

p.license{
    font-weight:400;
    font-size: 20px !important;
}

.profile_img.personal_video {
    position: relative;
    transition: .3s ease;
}

.profile_img.personal_video::before {
    transition: .3s ease;
    content: "";
    opacity: 1;
    position: absolute;
    top: -22px;
    left: -30px;
    border-style: solid;
    border-width: 582px 326px 0px 0px;
    border-color: #f1f1f1 #f1f1f1 transparent transparent;
    z-index: -1;
}

/* .profile_img.personal_video::after {
	content: "";
	transition: .3s ease;
	opacity: 1;
	position: absolute;
	bottom: 6px;
	right: 0%;
	left: 0px;
	border-style: solid;
	border-width: 30px 50px 0px 0px;
	border-color: var(--darkblue) var(--darkblue) transparent transparent;
	transform: rotateX(180deg);
} */

.personal_info ul li {
    padding: 3px 0px;
    color: #333;
    margin-top: 2px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.myself p, #services p {
    font-size: 18px;
    line-height: 34.2px;
    color: #555a64;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 13px;
}

#services h3{
    text-transform: none;
    /* AAT */
}
#about .profile_img img{
    border:10px solid #f6faff; /* AAT */
}
#services img{
    border:10px solid #EAEDF2;
    /* AAT */
}

#services .flush-top{
    margin-top:0px; 
}

/*===============================================================================
11.		Video Popup 
=================================================================================*/
.iconround {}

.play-p a {
    display: inline-block;
    margin-top: 27px;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 0px;
    padding-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.play-p a.flush{
    margin-left: 0px; 
    /* AAT */
}
.play-p a.tight-top{
    margin-top:5px;
}

.fa.fa-play, .fa.fa-calendar {
    padding: 18px 22px;
    color: #fff;
    padding-top: 18px;
}

.intro-video {
    width: 100%;
    height: 350px;
    background-size: cover;
    position: relative
}

.intro-video:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.video-popup span {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    padding-left: 3px;
    top: 50%;
    left: 50%;
    z-index: 2
}

.video-popup .inner_title.center_middle {
    margin-top: 80px
}

.YouTubePopUp-Wrap {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.YouTubePopUp-Content {
    background: rgba(0, 0, 0, 0) url("../images/fancybox/fancybox_loading.gif") no-repeat scroll center center;
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 680px;
    position: relative
}

.YouTubePopUp-Content iframe {
    border: medium none;
    bottom: 0;
    display: block;
    height: 480px;
    margin: auto 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.profile_img.personal_video {
    position: relative;
}

.profile_img.personal_video a {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    top: 48%;
    left: 78px;
    z-index: 222;
}

.profile_img.personal_video .iconround:before {
    content: "";
    position: absolute;
    top: 48%;
    left: 17px;
    width: 122px;
    height: 122px;
    border: 5px solid;
    border-radius: 100%;
}

.profile_img.personal_video .loader {
    position: absolute;
    left: 17.50%;
    top: 48%;
    z-index: 11;
}

.personal_video a {
    position: relative;
}

.personal_video a {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 222;
}

.personal_video .video-popup i:before {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    margin-left: 8px;
}

.profile_img.personal_video h3 {
	color: #222;
	margin-left: 36%;
	font-weight: 600;
}

/*===============================================================================
11a.		Quotes   AAT
=================================================================================*/
.prettyquote{
    z-index: 99; 
	position: relative;
	width:100%;
}
.prettyquote span.quote{
    display:block;
    font-family: Garamond, 'Times New Roman', serif;
	font-style:italic;
	font-size: 50px !important;
	line-height: 60px;
	text-align: center; 
	color: white;
	font-weight: 400;
}
.prettyquote span.speaker{
    text-align:center;
    display: block;
    color: white;
    font-weight:300;
    padding-top:30px;
}
/*===============================================================================
12.		My Skill 
=================================================================================*/
/* progress-bar */
.prgs-bar {
    position: relative;
}

.prgs-bar > span {
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif; sans-serif;
    color: #fff;
}

.skill-percent p {
	float: right;
	margin-top: -3px;
	margin-left: 1px;
	color: #fff;
}

.skill-progress .progress {
    margin: 15px 0 20px;
}

.skill-percent {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #f1f1f1;
}

.progress-bar {
    transition: all 3000ms ease 0s;
    width: 0
}

.progress-bar {
    background-color: var(--darkblue);
    height: 7px;
    border-radius: 10px;
}

/*==================================================================================
13.   Services Two
====================================================================================*/
#rates {
	background-color: #EAEDF2;
}

.section_title_1.text-left.mx-auto.pb_105::after {
	position: absolute;
	content: "";
	background-color: var(--darkblue);
	width: 50px;
	height: 2px;
	left: 15px;
	top: 47px;
}

.service_two {
    transition: .3s ease;
    padding: 26px;
    padding-top: 48px;
    border-radius: 2px;
    background: #EDF2F6; 
    border: 1px solid #ddd;
    transition: .3s ease-in-out;
    /* height:90%; */ /* AAT */
}
/* AAT remove hover states on all service_two elements */
/* .service_two:hover {
	box-shadow: 10px 10px 59px 10px rgba(0, 0, 0, .09);
	border: 1px solid #f1f1f1;
	transition: .3s ease-out;
	background-color: var(--darkblue);
}

.service_two:hover.service_two p {
	font-size: 19px;
	transition: .3s ease-in-out;
	color: rgba(255, 255, 255, 0.6);
}

.service_two:hover .srv_icon i{
	color:#fff;
}

.service_two:hover .h3-header {
	font-size: 20px;
	transition: .3s ease-in-out;
	color: #fff;
} */

.service_two p {
	padding: 15px 20px; /*  AAT was 30 20 */
	padding-top: 9px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #555a64;
	line-height: 34.2px;
	font-weight: 400;
	transition: .3s ease-in-out;
	text-align: left;
}

.h3-header {
	margin-bottom: -1px;
	margin-top: 15px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	color: #090a0c;
	text-transform: capitalize;
	transition: .3s ease-in-out;
	text-align: left;
	line-height:28px; /* AAT */
}

.service_two .srv_icon {
	/* width: 187px; */
	height: 80px; /* AAT waws 96 */
	transition: all 1s ease;
	text-align: center;
	margin: 0 auto;
	border-radius: 12px;
	margin-top: -17px;
	color: var(--darkblue);
	text-align: left; 
	margin-left: 20px;
}
.service_two .srv_icon span::before {
    font-size: 42px;
    line-height: 120px;
}

.fa-camera-retro {
    font-size: 52px;
    margin-top: 30px;
    transition: .3s ease-in-out;
}
.fa-calendar { /* AAT font awesome */
    /*font-size: 52px;
    margin-top: 30px; 
    transition: .3s ease-in-out; */
}
.fa-phone { /* AAT font awesome */
    font-size: 52px;
    margin-top: 30px;
    transition: .3s ease-in-out;
}

/* AAT remove hover states on all service_two elements */
/* .service_two:hover .fa-camera-retro {
    font-size: 53px;
}*/

.fa-laptop {
    font-size: 56px;
    margin: 30px 0 0px 0;
    transition: .3s ease-in-out;
}

/* .service_two:hover .fa-laptop {
    font-size: 57px;
} */

.fa-code, .fa-stethoscope {
    font-size: 56px;
    margin: 30px 0 0px 0;
    transition: .3s ease-in-out;
}

/* .service_two:hover .fa-code, .service_two:hover .fa-stethoscope  {
    font-size: 57px;
} */

.fa-cubes {
    font-size: 52px;
    margin: 30px 0 0px 0;
    transition: .3s ease-in-out;
}

/* .service_two:hover .fa-cubes {
    font-size: 53px;
} */

.fa-wordpress {
    font-size: 52px;
    margin: 30px 0 0px 0;
    transition: .3s ease-in-out;
}

/* .service_two:hover .fa-wordpress {
    font-size: 53px;
} */

.fa-shopping-cart {
    font-size: 56px;
    margin: 30px 0 0px 0;
    transition: .3s ease-in-out;
}

/* .service_two:hover .fa-shopping-cart {
    font-size: 58px;
} */

/*==================================================================================
   Resources
====================================================================================*/
#resources h3{
    color:#555a64;
    text-transform: none;
}
#resources p{
    margin-bottom:13px;
    color: #555a64;
}

/*==================================================================================
14.   Fact Counter
====================================================================================*/

.fact-counter {
    position: relative;
    z-index: 11
}

.counter span:before {
    font-size: 44px;
    margin-left: 0;
}

.counter_1 {
    margin: -11px 0;
}

.count-num {
    float: left;
    display: contents;
    color: var(--darkblue);
}

.counting_digit_1 {
    margin: 17px 0px 31px 0px;
}

.counting_digit span {
    font-size: 30px;
    margin-left: 5px;
}

.counter h3 {
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif; sans-serif;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
}

.fa.fa-users {
    color: var(--darkblue);
    font-size: 37px;
}

.fa.fa-cloud-download {
    color: var(--darkblue);
    font-size: 38px;
}

/*===============================================================================
15.		Portfolio
=================================================================================*/
.filters ul li {
    float: left;
    margin: 0px 15px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    color: #090a0c;
}

.default-portfolio-item {
    position: relative;
}

.default-portfolio-item .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: .4 !important;
	visibility: hidden;
	background-color: #090a0c;
}

.default-portfolio-item .overlay-box span {
    position: absolute;
    left: 0px;
    top: 47%;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}

.default-portfolio-item .overlay-box span i.fa {
    text-align: center;
    font-size: 24px;
}

.filter-list .mix {
    display: none;
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.gallery-section .filter-btns {
    position: relative;
    text-align: center;
}

.gallery-section .filter-btns li {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 24px;
    border: 1px solid;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 15px;
}

.tag {
    position: absolute;
    left: 15px;
    bottom: 5%;
    vertical-align: middle;
    text-align: center;
}

.tag ul li {
	float: left;
	padding-right: 5px;
	color: #fff;
}

.overlay-box {
    border: 5px solid var(--darkblue);
}

/*============================================================================
16.		Testimonial
==============================================================================*/
.testimonial-bg {
    background: #F5F5F5;
}

.testimonial-bg {
	background: #EAEDF2;
}

.member_feedback {
    position: relative;
    margin: 60px 15px 10px 15px;
    text-align: center;
}

.client_img img {
    width: 100px !important;
    height: auto;
    border-radius: 8px;
    position: absolute;
    top: -39px;
    left: 40%;
    margin-bottom: 20px;
}

.star {
    margin-top: 40px;
}

.member_feedback h5 {
    margin-top: 11px;
    text-transform: capitalize;
    color: #090a0c;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
}

.member_feedback h6 {
    color: #090a0c;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 6px;
}

.member_feedback span {
    font-weight: 700;
    color: var(--darkblue);
    font-size: 14px;
    line-height: 21px;
}

.star ul li {
    float: left;
    margin-right: 5px;
    color: #ffae00;
}

.member_feedback:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    background-image: url(../images/testimonial/clone.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    background-position: top right;
    overflow: hidden;
}

.member_feedback p {
    color: #555a64;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 11px;
}

.owl-nav {
    margin-top: 50px !important;
    text-align: center;
    margin: 0 auto;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

/*===============================================================================
17.   Blog
=================================================================================*/
.blog_img {
    position: relative;
}

.comments {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    font-size: 42px;
}

.fa.fa-comment {
    color: var(--darkblue);
}

.comments span {
	position: absolute;
	top: 8px;
	right: 14px;
	z-index: 11;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.blog_content {
    padding: 30px 15px;
    display: inline-block;
}

.blog_title a h5 {
    line-height: 28.8px;
    color: #090a0c;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    transition: .3s ease;
}

.blog_title a h5:hover {
    color: var(--darkblue);
}

.blog_img {
    overflow: hidden;
}

.admin {
    border-radius: 30px;
    padding: 5px;
    display: inline-block;
    float: left;
    color: #999 !important;
}

.admin img {
    width: 40px !important;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
}

.admin span {
    padding-right: 15px;
    line-height: 39px;
    color: var(--darkblue);
    font-weight: 600;
}

.date {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}

/*===============================================================================
18.   Contact
=================================================================================*/
.form-special{  /* hide honeypot field */
    position: absolute;
    left: -999999999px;
}

.contact-bg {
	background: #EAEDF2;
}
.contact_info ul li {
    margin-bottom: 10px;
}

.social_media_2 ul li a {
    color: var(--darkblue);
    border-radius: 32px;
    width: 43px;
    background: #3D4350;
    height: 43px;
    padding-left: -2px;
    padding-top: 13px;
    transition: .3s ease-in-out;
    margin-right: -4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.social_media_2 ul li a:hover {
    background: var(--darkblue);
    color: #fff;
}

.contact_text h6 {
    font-weight: 600;
    letter-spacing: 0px;
    padding: 11px;
    margin-left: -11px;
    color: #090a0c;
    text-transform: capitalize;
}

.form-control {
    padding: 5px 15px;
    font-size: 14px;
    height: calc(30px + 15px);
    margin-bottom: 30px;
    border-radius: 0px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.error-handel {
    bottom: -30px;
    display: table;
    height: 35px;
    left: 15px;
    margin: auto 0;
    position: absolute;
    text-align: left;
    width: 100%
}

#success,
#error {
    display: none;
    line-height: 34px
}

.contact_message .error {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

footer {
    padding: 50px 0 35px;
}

.logo2 {
    margin-top: 4px;
}

.logo2 h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 28px;
}

.logo2 h2 span {
    color: var(--darkblue);
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.copyright p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 55px;
    font-weight: 200;
    color: #fff;
    padding: 12px 0;
}