@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
	font-size: 93.75%;
}
body{
	background: #fff;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* common css Start here */
P{
    color: #5d6471;
}
h1, h2, h3, h4, h5, h6 {
    color: #151b2c;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.form-control:focus, .custom-select:focus, .btn:focus {
    border-color: #CCC;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.area__paddTB{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.head__common {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}
.prof__txt {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.075rem;
}
/* general css start here */
header{
	/* position: absolute; */
	width: 100%;
}
/* Head css start here */
.top__head{
	width: 100%;
	position: relative;
	background: #243559;
}
.head__cntinfo ul{
	padding: 0;
	margin: 0;
}
.head__cntinfo li{
	display: inline-block;
	list-style: none;
}
.head__cntinfo li a{
	font-size: 0.875rem;
	color:#ccc;
	padding: 1em 0;
	margin-right: 1.25em;
	display: block;
	letter-spacing: 0.60px;
}
.head__cntinfo li a i{
	color: #fff;
    font-size: 1.05rem;
    padding-right: 0.5em;
    vertical-align: middle;
}
.head__cntinfo li a:hover{
	text-decoration: none;
}
.head__socicons ul{
	padding: 0;
	margin: 0;
}
.head__socicons li{
	display: inline-block;
	list-style: none;
}
.head__socicons li a{
	display: block;
	color: #fff;
    font-size: 0.813rem;
    background: #3078fb;
    padding: 0.25em 0.5em;
    border-radius: 0.2em;
    margin-right: 0.15em;
}
.main__head{
	width: 100%;
	position: relative;
	padding: 1rem 0;
	background: rgba(255,255,255,0.8);
	z-index: 99;
}
.logo__main img{
	width: 65%;
}
.main__head .navbar-light .navbar-nav .nav-link{
	color: #444;
    font-size: 1.15rem;
    font-weight: 500;
    padding-left: 0.75em;
    padding-right: 0.75em;
    transition: 0.4s;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,  
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{
	color: #3078fb;
}
.head__btn .btn-primary{
	padding: 0.75em 1.25em;
	border-radius: 0.125em;
	font-weight: 500;
	transition: 0.4s;
}
.head__btn .btn-primary:hover{
	background: #ffffff;
	color: #3078fb;
}
/* Head css start end */

/* Section hero css here start */
.hero__bg{
	width: 100%;
	height: 100vh;
	background: url('../img/bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
/* .hero__bg::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
} */
.hero__cnt{
	padding-top: 140px;
	max-width: 700px;
}
.hero__cnt .title{
	font-size: 1.135rem;
	color: #3078fb;
	font-weight: 500;
	margin-bottom: 1.25rem;
}
.hero__cnt .head{
	font-size: 3.395rem;
	color: #151b2c;
	font-weight: 600;
	margin-bottom: 1.25em;
	line-height: 1.14em;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.hero__cnt .head span{
	color: #3078fb;
}
.hero__cnt .text{
	font-size: 1.188rem;
	color: #5d6471;
	max-width: 460px;
	margin-bottom: 1.25em;
}
.hero__btn{
	margin-top: 1.25em;
	display: inline-block;
}
.hero__btn .btn-primary{
	padding: 0.85em 1.55em;
	border-radius: 0.125em;
	font-weight: 500;
	transition: 0.6s;
	margin-right: 1.25em;
	text-transform: capitalize;
}
.hero__btn > .btn-primary:nth-child(2){
	background: #ffffff;
	color: #3078fb;
}
.hero__btn > .btn-primary:nth-child(2):hover{
	background: #007bff;
	color: #fff;
}
.hero__btn .btn-primary:hover{
	background: #ffffff;
	color: #3078fb;
}
/* Section hero css here end */

/* Section service css here start */
.service__sec{
position: relative;
width: 100%;
padding: 8rem 0;
}
.serv__icon{
font-size: 5rem;
display: inline-block;
margin-bottom: 2rem;
line-height: 80px;
color: #3078fb;
text-decoration: none !important;
}
.serv__icon:hover{
color: #151b2c;
}
.serv__title{
font-size: 1.5rem;
margin-bottom: 1rem;
}
.service__cnt{
padding: 0 1rem;
}
.col-12:nth-child(2n) .service__cnt{
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.service__cnt a:nth-child(2n){
	color: #444;
	font-weight: 500;
	position: relative;
}
.service__cnt a:nth-child(2n)::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background: #3078fb;
	transition: 0.3s;
}
.service__cnt a:hover:nth-child(2n){
	color: #3078fb;
	text-decoration: none;
}
.service__cnt a:hover:nth-child(2n)::after{
	transition: 0.3s;
	width: 100%;
}
/* Section service css here end */

/* Section technology css here start */
.tech__sec{
	width: 100%;
	position: relative;
	margin-bottom: 110px;
}
.circ__img{
	position: relative;
    opacity: 0.3;
    z-index: 2;
}
.men__img{
	position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0 2rem;
}
.tec__bg{
	background: #062241;
	padding: 4rem 5rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tect__text h3{
	font-size: 2.25rem;
	color: #fff;
	margin-bottom: 1.5rem;
}
.tect__clr{
	color: #3078fb;
}
.tect__text p{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 25px;
}
.tect__list ul{
	list-style: none;
	flex: 1;
}
.tect__list ul li{
	position: relative;
	padding-left: 2rem;
	line-height: 35px;
}
.tect__list ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
}
/* Section technology css here end */

/* professional sercive section start here */
.prof__serv{
	position: relative;
	width: 100%;
	background: #f5f8fb;
}
.prof__card{
	padding: 2.5rem;
	background: #fff;
	border: 1px solid rgba(48,120,251,0.4);
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.prof__card::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #062241;
    opacity: 0;
    transition: 0.4s;
    content: "";
    z-index: -1;
}
.prof__card:hover::after {
    transition: 0.4s;
    opacity: 1;
    height: 100%;
}
.prof__card:hover .prof__icon,
.prof__card:hover .prof__title,
.prof__card:hover p
{
	color: #fff;
}
.mb-22{
	margin-bottom: 2rem;
}
.prof__icon {
    font-size: 4rem;
    display: inline-block;
    margin-bottom: 1rem;
    line-height: 80px;
    color: #3078fb;
}
.prof__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}
.prof__card a{
	padding: 0.5rem 1rem;
	background: #f5f8fb;
	border: 1px solid #f5f8fb;
	border-radius: 2px;
	color: #3078fb;
	font-size: 1.05rem;
	text-align: center;
	display: inline-block;
	margin-top: 0.5rem;
}
.prof__card a:hover{
	background: #3078fb;
	color: #fff;
	border-color: #3078fb;
}
.middle__callus{
	background: url('../img/meeting.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -70px;
	position: relative;
	padding: 150px 0;
	margin: 0;
}
.middle__callus::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,34,65, 0.85) none repeat scroll 0 0;
}
.middle__callus h3{
	font-size: 2.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 50px;
}
.m__callus{
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 2rem;
}
.m__callus i{
	width: 50px;
	height: 50px;
	line-height: 46px;
	background: #3078fb;
	border: 1px solid #3078fb;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	margin-right: 1rem;
}
.our__goal{
	width: 100%;
	position: relative;
}
.goal__img{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin-bottom: 1rem;
	overflow: hidden;
}
.goal__img img {
    transform: scale(1.1);
    transition: 0.4s;
}
.goal__img a{
	display: block;
	position: relative;
}
.goal__img a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,44,87,0.95);
	transition: 0.4s;
	opacity: 0;
}
.item:hover .goal__img a::after{
	opacity: 1;
}
.item:hover .goal__img img {
    transform: scale(1);
    transition: 0.4s;
}
.goal__title{
	margin-bottom: 1rem;
}
.goal__title a{
	font-size: 1.5rem;
	color: #2a354e;
	font-weight: 500;
	text-transform: capitalize;
}
.goal__title a:hover{
	color: #3078fb;
	text-decoration: none;
}
.owl-theme .owl-nav{
	display: none;
}
.our__goal .owl-dots .owl-dot.active span{
    width: 30px;
    border-radius: 3px;
}
.our__goal .owl-theme .owl-dots .owl-dot.active span, .our__goal .owl-theme .owl-dots .owl-dot:hover span{
	background: #3078fb;
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.our__goal .owl-theme .owl-dots .owl-dot span {
    background: #7e8ca0;
    display: block;
}
.call__back{
	width: 100%;
	position: relative;
	background: #062241;
}
.call__textbox h3{
	font-size: 2.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
}
.call__textbox p{
	color: #ddd;
}
.call__form .form-control{
	background: transparent;
	height: 52px;
	border: 1px solid rgba(49,120,251,0.4);
	color: #fff;
}
.call__form textarea.form-control{
	height: 120px;
}
.call__form .btn__subm{
	padding: 0.75rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
/* customer testimonial css here */
.our__customer{
	width: 100%;
	position: relative;
}
.testi__item{
	padding: 1.5rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 2rem;
}
.active.center .testi__item {
    border: 1px solid #062241;
    background: #062241;
}
.active.center .testi__item .testi__text,
.active.center .testi__item .testi__details,
.active.center .testi__item .testi__details h4{
	color: #fff;
}
.testi__rating{
	margin-bottom: 1.5rem;
}
.testi__rating a{
	display: inline-block;
	font-size: 1.25rem;
	color: #fec731;
	padding: 0 0.5rem 0 0;
}
.testi__details{
	margin-top: 1.5rem;
}
.testi__details h4{
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: capitalize;
}
.test__rev{
	font-weight: 400;
}
.our__customer .owl-dots .owl-dot.active span{
    width: 30px;
    border-radius: 3px;
}
.our__customer .owl-theme .owl-dots .owl-dot.active span, .our__customer .owl-theme .owl-dots .owl-dot:hover span{
	background: #3078fb;
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.our__customer .owl-theme .owl-dots .owl-dot span {
    background: #7e8ca0;
    display: block;
}
.our__footer{
	width: 100%;
	position: relative;
	background: #fdfcfc;
	border-top: 1px solid #e6e6e6; 
	padding-bottom: 0;
}
.foot__info{
	margin-bottom: 1.5rem;
}
.foot__logo{
	margin-bottom: 2rem;
}
.foot__logo a img{
	width: 30%;
}
.foot__subs{
	width: 100%;
	display: block;
	margin-top: 3rem;
}
.foot__subs input{
	height: 46px;
	border: 1px solid #fbfbfb;
	border-radius: 0;
	padding: 5px 10px;
	width: 66%;
	background: #fff;
	outline: none;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.foot__subs .btn{
	border-radius: 0;
	border: 1px solid #007bff;
	padding: 10px 20px;
	margin-left: -2px;
}
.foot__subs .btn:hover{
	border: 1px solid #007bff;
	background: #fff;
	color: #007bff;
}
.foot__info h4{
	color: #151b2c;
    font-size: 1.25rem;
    margin-bottom:1.5rem;
    text-transform: capitalize;
    font-weight: 500;
}
.foot__info .foot__ser{
	list-style: none;
	padding-left: 5px;
}
.foot__info .foot__ser li a{
	display: block;
	font-size: 1rem;
	color: #5d6471;
	position: relative;
	padding: 4px 10px 4px 20px;
	text-transform: capitalize;
}
.foot__info .foot__ser li a::after{
	content: "\f105";
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 12px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}
.foot__info .foot__ser li a:hover{
	color: #3078fb;
	text-decoration: none;
}
.foot__conat p{
	display: flex;
}
.foot__conat span{
	color: #3078fb;
	margin-right: 0.5rem;
}
.footer__btm{
	background: #f5f8fb;
	border-top: 1px solid #e6e6e6; 
}
/* About us page css here */
.common__bg{
	width: 100%;
	height:55vh;
	background: url('../img/bread.jpg') no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	position: relative;
	display: flex;
	align-items: center;
}
 .common__bg::before{
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
}
.breadcmb__sec h3{
	color: #fff;
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
}
.breadcmb__sec .breadcrumb{
	background: transparent;
}
.breadcmb__sec .breadcrumb-item,
.breadcmb__sec .breadcrumb-item a{
	color: #fff;
	font-size: 1.15rem;
    font-weight: 500;
}
.breadcmb__sec .breadcrumb-item a:hover{
	text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: ">";
    font-size: 1.15rem;
}
.our__ceosec{
	position: relative;
	width: 100%;
	background: #f5f8fb;
}
.ceo__profile{
	text-align: center;
    font-size: 1.5rem;
    font-style: italic;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
/* services page css start here */
.service__bg{
	background: url('../img/service-1.jpg') no-repeat;
	background-size: cover;
	background-position: 100% 20%;
}
/* portfolio page css start here */
.port__title{
	position: relative;
	cursor: pointer;
}
.port__title::after{
	position: absolute;
	right: 40px;
	top: 0;
	display: inline-block;
    color: #fff;
    content: ">";
    font-size: 2rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3078fb;
    border: 1px solid #3078fb;
    opacity: 0;
    transition: 0.5s;
}
.item:hover .port__title::after{
	opacity: 1;
	right: 0;
	transition: 0.5s;
}
/* service details page css sart here */
.service__details{
	position: relative;
	width: 100%;
}
.sidebar__detail{
	margin-right: 2rem;
}
.sidebar__detail ul{
	list-style: none;
	margin: 0 0 2rem 0;
}
.sidebar__detail li{
	display: block;
	margin: .125rem;
}
.sidebar__detail li a{
	display: block;
	padding: .85rem 1rem;
	font-size: 1.15rem;
	position: relative;
	background: #f4f4f4;
	color: #5d6471;
	text-transform: capitalize;
	transition: 0.4s;
}
.sidebar__detail li a:hover{
	text-decoration: none;
	color: #3078fb;
}
.sidebar__detail li.active a{
	position: relative;
	color: #3078fb;
}
.sidebar__detail li.active a::after,
.sidebar__detail li a:hover::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: .25rem;
	height: 100%;
	background:#3078fb;
}
.down__btn{
	margin-bottom: 2rem;
}
.down__btn a{
	display: block;
	border: 1px solid #f4f4f4;
	color: #5d6471;
	margin-bottom: 1rem;
	padding: .85rem 1rem;
	display: flex;
	justify-content: space-between;
	transition: 0.5s;
}
.down__btn a i{
	font-size: 1.5rem;
}
.down__btn a:hover{
	background: #3078fb;
	color: #fff;
	text-decoration: none;
}
.sidebar__clttext{
	background: #f4f4f4;
	padding: 1.5rem;
}
.clttext__img img{
	border-radius: 50%;
	width: 80px;
	height: auto;
}
.mainbar__details h4,
.mainbar__details p,
.mainbar__details img{
	margin-bottom: 1.5rem;
	border-radius: .25rem;
}
.mainbar__details .detail__list{
	list-style: none;
	margin: 0;
}
.mainbar__details .detail__list li{
	color: #2a354e;
	position: relative;
	padding-left: 2.5rem;
	margin: 0.75rem 0;
}
.mainbar__details .detail__list li::after{
	position: absolute;
	left: 0;
	content: ">";
    font-size: 1.15rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #3078fb;
    border: 1px solid #3078fb;
    color: #fff;
    border-radius: 50%;
}
/* portfolloi details page css sart here */
.portfolio__carsoel .owl-dots{
	display: none;
}
.portfolio__carsoel .owl-nav{
	display: block;
}
.portfolio__carsoel .owl-nav .owl-prev{
	outline: none;
    position: absolute;
    top: 90px;
    left: 25px;
    font-size: 5rem !important;
    width: 50px;
    height: 50px;
    background: #3078fb !important;
    border-radius: 50% !important;
    color: #fff !important;
    margin: 0!important;
}
.portfolio__carsoel .owl-nav .owl-next{
	outline: none;
    position: absolute;
    top: 90px;
    right: 25px;
    font-size: 5rem !important;
    width: 50px;
    height: 50px;
    background: #3078fb !important;
    border-radius: 50% !important;
    color: #fff !important;
    margin: 0!important;
}
.portfolio__carsoel .owl-nav span{
	position: absolute;
    left: 0;
    right: 0;
    top: -33px;
}
.portfolio__detail .sidebar__detail{
	margin-right: 0;
	margin-left: 1rem;
}
.port__sidebarfirst{
	padding: 1.5rem;
	background: #3078fb;
	color: #fff;
	margin-bottom: 2rem;
}
.port__sidebarfirst .port__ttl{
	flex: 1;
	font-weight: 600;
	text-transform: capitalize;
}
.port__sidebarfirst .port__name{
	flex: 2;
	text-transform: capitalize;
}
/* blog page start css here */
.blog__bg{
	background: url('../img/blog.jpg') no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}
.our__blog{
	position: relative;
	width: 100%;
}
.our__blog .item{
	position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}
.our__blog .blog__date{
	font-size: 1rem;
	padding: 1rem 1.5rem 0;
	color: #757b82;
}
.our__blog .blog__date i{
	margin-right: .5rem;
	color: #3078fb;
}
.our__blog .goal__img img {
    transform: scale(1);
    transition: 0.4s;
}
.our__blog .goal__img a::after{
	background: transparent;
}
.our__blog .goal__title{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1rem 1.5rem 0 1.5rem;
    margin-bottom: 0;
}
.our__blog .goal__title a{
	text-transform: none;
	font-weight: normal;
}
.our__blog .goal__text{
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-height: 4.5em;
  padding: 1.5rem;
}
.our__blog .goal__text::after {
  content: "...";
  position: absolute;
  right: 15px; 
  bottom: 0px;
  color: #000;
}
.our__blog___details .leftside__date{
	font-size: 1rem;
	padding: 1rem 0;
	color: #757b82;
}
.our__blog___details .leftside__date i{
	margin-right: .5rem;
	color: #3078fb;
}
.blog_detail__leftside h4, h5{
	margin-bottom: 1rem;
}
.blog_detail__leftside blockquote{
	padding: 2rem 2rem 2rem 5rem;
	background: #f5f5f5;
	position: relative;
	font-style: italic;
}
.blog_detail__leftside blockquote p{
	font-size: 1.05rem;
	line-height: 28px;
	transition: 0.3s;
	margin-bottom: 0;
}
.blog_detail__leftside blockquote::before{
	content: "\f10d";
	position: absolute;
	top: 1rem;
	left: 1.5rem;
	font-family: "Font Awesome 5 Free";
	font-size: 2.5rem;
	font-weight: 600;
	color: #3d5368;
}
.rightside__post{
	margin-bottom: 2rem;
}
.rightside__post h4{
	position: relative;
    color: #3d5368;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding: 0px 0px 1rem 0;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}
.rightside__post h4::after{
	content: "";
	position: absolute;
	left: 0;
	bottom:  -2px;
	width: 5rem;
	height: .2rem;
	background: #3078fb;
}
.rightside__post .pop__post{
	margin: 1rem 2rem 2rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.pop__post a{
	font-size: 1.15rem;
	font-weight: normal;
	color: #2a354e;
	text-decoration: none;
	font-style: italic;
	margin-right: 1rem;
}
.pop__post a:hover{
	color: #3078fb;
}
.pop_post__date{
	font-size: 1rem;
	padding: 1rem 0 0 0;
	color: #757b82;
}
.pop_post__date i{
	margin-right: .5rem;
	color: #3078fb;
}
.rightside__post ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.rightside__post ul li{
	display: inline-block;
	margin: 0.5rem 0.25rem;
}
.rightside__post ul li a{
	display: inline-block;
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: normal;
	background: #f4f5f4;
	color: #3d5368;
	border-radius: .25rem;
	text-transform: capitalize;
}
.rightside__post ul li a:hover{
	background: #3078fb;
	color: #fff;
	text-decoration: none;
}
.comment_box{
	margin-top: 5rem;
}
.comment_box h5{
	border-bottom: 1px solid #eee;
	padding: 0 0 1rem 0;
	margin-bottom: 2rem;
}
.comment_box label{
	color: #3d5368;
}
.comment_box .frm_hgt{
	height: 46px;
}
/* contact page start css here */
.contact__page{
	width: 100%;
	height: 100%;
	position: relative;
	background: #112d42;
	padding: 70px 0;
}
.contact__page::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #04a8f4;
}
.contact__area{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	z-index: 1000;
}
.conatct__info{
	position: absolute;
	top: 40px;
	width: 350px;
	height: calc(100% - 80px);
	background: #0e3856;
	border-radius: .25rem;
	box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .2);
	padding: 40px;
	z-index: 1;
}
.conatct__info h3{
	color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.conatct__txt p{
	display: flex;
	font-size: 1rem;
	align-items: center;
	filter: invert(1);
	opacity: 0.5;
	color: #000;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.conatct__txt span{
	font-size: 1.5rem;
	margin-right: 1rem;
}
.conatct__txt p:hover{
	opacity: 1;
}
.con__social{
	position: absolute;
	bottom: 1rem;
}
.con__social ul{
	list-style: none;
	display: block;
}
.con__social ul li{
	display: inline-block;
}
.con__social ul li a{
	font-size: 1.5rem;
    filter: invert(1);
    opacity: 0.5;
    color: #000;
    margin-right: 1.5rem;
}
.con__social ul li a:hover{
	opacity: 1;
}
.conatct__form{
	width: calc(100% - 150px);
	height: 100%;
	background: #fff;
	border-radius: .25rem;
	box-shadow: 0 3.5rem 3.5rem rgba(0, 0, 0, .4);
	padding: 70px 50px;
	margin-left: 150px;
	padding-left: 250px;
}
.conatct__form h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.form__box{
	padding-top: 1rem;
}
.form__box .form-control{
	border: 0;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	outline: none;
	position: relative;
	margin-bottom: 2rem;
	resize: none;
	font-weight: 500;
}
.form__box label{
	position: absolute;
	top: 10px;
	font-size: 1rem;
	font-weight: 500;
	color: #848484;
	pointer-events: none;
	transition: 0.3s;
	margin: 0;
}
.form__box .form-control:focus ~ label,
.form__box .form-control:valid ~ label{
	transform: translateY(-20px);
	font-size: 0.85rem;
	font-weight: 500;
	color: #ce062b;
	letter-spacing: 1px;
}
.form__box .btn{
	padding: 0.5em 2.5em;
	font-weight: 500;
}
/* Animation
/*--------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

/* @media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
}
@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0;
    }
} */