/* ============================================================

 Theme Name: Picaora App Laning Page HTML template
 Theme URI: http://
 Description: The Pichaora Onepage Template
 Author: Picaora App Laning Page HTML template
 Author URI: http://themeforest.net/design_birds
 Version: 1.0

 Main Color   : #fff
 main Font    : Montserrat 

============================================================== */
/* ==============================================================

 ====>> Table Of Content

	01 Basic
	02 Navbar 
	
============================================================== */

/* ====================================================
		========>> [ 01 Start Basic ] <<========	
====================================================== */
body {
	font-family: 'Montserrat', sans-serif;
	color: #fff;

}

html,
body {
	height: 100%;
	position: relative;
}

.main-container {
	min-height: 100vh; /* will cover the 100% of viewport */
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 100px; /* height of your footer */
}

footer {
	 position: absolute;
	 bottom: 0;
	 width: 100%;
 }

#body-v4 {
	background-size: cover;
	background-position: center;
	color: #081a38;
}
#body-v5 { 
	color: #555877;
}

.btn {
    background: none;
    color: #00e7b5;
    border: 1px solid #00e7b5;
	font-weight: 500;
}

#body-v4 .btn {
    background: none;
    color: #757794;
    border: 1px solid #757794;
	font-weight: 500;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	color: #00c2be;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

h2 {
	font-size: 26px;
	color: #081a38;
	padding-bottom: 15px;
	padding-top: 15px;
}

#body-v4 a { 
    color: #081a38;
} 
#body-v4 a:hover { 
    color: #fff; 
}

#body-v4 .container a {
	color: #081a38;
}
/* Bounce To Right */
.bottom-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
	 transition-duration: 0.5s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.bottom-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00e7b5;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
	  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
	  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
	 transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
	 transition-timing-function: ease-out;
  
}
.bottom-hover:hover, .bottom-hover:focus, .bottom-hover:active {
	color: white; 
}
.bottom-hover:hover:before, .bottom-hover:focus:before, .bottom-hover:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
	  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* ====================================================
		========>> [ 02 Start Header ] <<========	
====================================================== */

#menu-logo {
	height: 72px;
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    min-height: 80px;
    margin-top: 20px;
}
.navbar .icon-bar {
	color: #081a38;
}



.navbar .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 600;
	color: #fff; 
	margin: 15px 3px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.navbar .navbar-nav button { 
	margin: 15px 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#body-v4 .shrink a {
	color: #FFFFFF;
}

.shrink {
	background: #081a38;
	color: #FFFFFF;
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	margin-top: 0px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
	    transform: translateY(100px);
	/*-webkit-box-shadow: 0px 19px 29px -15px rgba(0,0,0,0.75);*/
	/*box-shadow: 0px 19px 29px -15px rgba(0,0,0,0.75);*/
} 
.shrink .navbar-nav .nav-link { 
	color: #033BC1;  
}  
.shrink .icon-bar {
	color: #FFFFFF;
}
#body-v1 #my-menu li a:hover, #my-menu li .active {
    color: #00e7b5; 
	background: none;
} 
#body-v2 #my-menu li a:hover, #my-menu li .active {
    color: #00e7b5; 
	background: none;
} 
#body-v3 #my-menu li a:hover, #my-menu li .active {
    color: #00e7b5; 
	background: none;
} 
 
#body-v4 #my-menu li a:hover, #my-menu li .active {
    color: #00e7b5;
	background: none;
}

#body-v4 .shrink #my-menu li a:hover, .shrink #my-menu li .active {
	color: #00e7b5;
	background: #151e4a;
}

#body-v5 #my-menu li {
    color: #fff; 
	background: none;
} 
#body-v5 #my-menu li a:hover, #my-menu li .active {
    color: #00e7b5; 
	background: none;
}  
#my-menu li ul li a{
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
}
#body-v1 #my-menu li ul li a:hover, #my-menu li ul li .active {
    color: #00e7b5; 
	background: #0554d6; /* Old Browsers */ 
	background: -webkit-gradient(linear, left top, right bottom, from(#0554d6), to(#4575c6)); 
	background: -webkit-linear-gradient(top left, #0554d6, #4575c6); 
	background: -o-linear-gradient(top left, #0554d6, #4575c6); 
	background: linear-gradient(top left, #0554d6, #4575c6); /*Standard*/
}
#body-v2 #my-menu li ul li a:hover, #my-menu li ul li .active {
    color: #00e7b5;  
    background: #44516a; /* Old Browsers */ 
	background: -webkit-gradient(linear, left top, right bottom, from(#44516a), to(#556079)); 
	background: -webkit-linear-gradient(top left, #44516a, #556079); 
	background: -o-linear-gradient(top left, #44516a, #556079); 
	background: linear-gradient(top left, #44516a, #556079); /*Standard*/
}
#body-v3 #my-menu li ul li a:hover, #my-menu li ul li .active {
    color: #00e7b5; 
	background: #151e4a; /* Old Browsers */ 
	background: -webkit-gradient(linear, left top, right bottom, from(#151e4a), to(#212b57)); 
	background: -webkit-linear-gradient(top left, #151e4a, #212b57); 
	background: -o-linear-gradient(top left, #151e4a, #212b57); 
	background: linear-gradient(top left, #151e4a, #212b57); /*Standard*/
}
#body-v4 #my-menu li ul li a:hover, #my-menu li ul li .active {
    color: #00e7b5; 
	background: #c8c6c6; /* Old Browsers */ 
	background: -webkit-gradient(linear, left top, right bottom, from(#c8c6c6), to(#ebe8e8)); 
	background: -webkit-linear-gradient(top left, #c8c6c6, #ebe8e8); 
	background: -o-linear-gradient(top left, #c8c6c6, #ebe8e8); 
	background: linear-gradient(top left, #c8c6c6, #ebe8e8); /*Standard*/
}

#body-v4 .shrink #my-menu li ul li a:hover, .shrink #my-menu li ul li .active {
	color: #00e7b5;
	background: #081a38; /* Old Browsers */
	/*background: -webkit-gradient(linear, left top, right bottom, from(#c8c6c6), to(#ebe8e8));*/
	/*background: -webkit-linear-gradient(top left, #c8c6c6, #ebe8e8);*/
	/*background: -o-linear-gradient(top left, #c8c6c6, #ebe8e8);*/
	/*background: linear-gradient(top left, #c8c6c6, #ebe8e8); !*Standard*!*/
}

#body-v4 .shrink #my-menu li ul li a, .shrink #my-menu li ul li .active {
	color: #FFFFFF;
	background: #081a38; /* Old Browsers */
}

#body-v5 #my-menu li ul li a:hover, #my-menu li ul li .active {
    color: #00e7b5; 
	background: #0554d6; /* Old Browsers */ 
	background: -webkit-gradient(linear, left top, right bottom, from(#0554d6), to(#4575c6)); 
	background: -webkit-linear-gradient(top left, #0554d6, #4575c6); 
	background: -o-linear-gradient(top left, #0554d6, #4575c6); 
	background: linear-gradient(top left, #0554d6, #4575c6); /*Standard*/
}
.btco-hover-menu .collapse ul > li:hover > a {
    background: none;
    color: #00e7b5;
}
.logo {
    padding-left: 0 !important;
}
/* ====================================================
		========>> [ 03 Start Header ] <<========	
====================================================== */

#home-area {}
.home-text {
    padding: 70px 0;
	color: #fff;
}
#body-v4 .home-text { 
	color: #081a38;
}
.home-text h2 {
    line-height: 65px;
}
.home-text p {
	padding: 30px 0px;
	line-height: 28px;
	font-weight: 500;
}
.home-downlod {}
.home-downlod button {
	padding: 13px 35px;
	font-weight: 500;
	color: #00e7b5;
	border: 1px solid #00e7b5;
	margin-right: 10px;
}
#body-v2 .home-downlod button { 
	color: #00e7b5;
	border: 1px solid #00e7b5; 
}
#body-v2 .home-downlod button:hover { 
	color: #fff; 
}
.home-downlod a {
    color: #00e7b5;
    font-size: 25px;
    margin: 0 7px;
    display: inline-block;
}
.home-downlod a:hover {
    color: #fff; 
}

.home-img {
    margin: 0 15px;
}
.mobile-img {}
.mobile-img img {
    width: 100%;
    height: auto;
    position: relative;
	
}

.rown-img {}
.rown-img img {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 20% !important;
    margin: 0 auto;
	-webkit-animation:spin 4s linear infinite;
	        animation:spin 4s linear infinite;
}
@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	} 
 }
@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	} 
 }

.home-padding {
    padding-top: 180px !important;
}

.home-item {}
.home-item img {
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.home-item:hover img {
	-webkit-transform: rotateY(360deg);
	        transform: rotateY(360deg);
}
.home-item h5 {
	font-weight: 500;
	padding: 20px 0px 15px 0px;
}
.home-item p {
    font-size: 16px;
	font-weight: 300;
}

#body-v5 .home-item:hover {
	background: #1d2ada;
	color: #fff; 
}
#body-v5 .home-item h5  { 
	color: #1d2ada; 
}
#body-v5 .home-item:hover h5  { 
	color: #fff; 
}
#body-v5 .home-show img {
	display: block;
}
#body-v5 .home-heit img {
	display: none;
	-webkit-transform: rotateY(360deg);
	        transform: rotateY(360deg);
}
#body-v5 .home-item:hover .home-show img {
	display: none;
}  
#body-v5 .home-item:hover .home-heit img {
	display: block;
}  
/* ====================================================
		========>> [ 04 Start Features ] <<========	
====================================================== */

#features-area {}
.features-item {
    margin-top: 60px;
    display: inline-block;
}
.features-text {
    display: inline-block;
    float: left;
    width: 85%;
    padding: 0 6px;
}
.features-img .mobile-img {
    margin: 0 36px;
}
.features-text h5 {}
#body-v5 .features-text h5 {
	color: #1d2ada;
}
.features-text p {
    font-size: 14px;
    padding-top: 11px;
}
.features-text-img {
	width: 15%;
	float: left;
}
.features-text-img img {
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.features-item:hover img {
	-webkit-transform: rotateY(360deg);
	        transform: rotateY(360deg);
}
.features-mobile-img {
    margin: 0 0;
}
.features-mobile-img img {
    height: auto;
}
.features-img .mobile-img {
    margin: 0 50px;
}
.screenchot-item {
    margin: 0 15px;
}
/* ====================================================
		========>> [ 05 Start Works ] <<========	
====================================================== */

#works-area {}

.works-item {}
.works-item-text { 
    text-align: center;
    margin-bottom: 30px;
    padding: 45px 0;
    border-radius: 12px;
}
#body-v1 .works-item-text { 
	background: #0554d6; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#0554d6,#4575c6); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#0554d6,#4575c6); /*Opera 11.1-12*/ /*Fx 3.6-15*/
	background: -webkit-gradient(linear, left top, right bottom, from(#0554d6), to(#4575c6));
	background: -webkit-linear-gradient(top left, #0554d6, #4575c6);
	background: -o-linear-gradient(top left, #0554d6, #4575c6);
	background: linear-gradient(top left, #0554d6, #4575c6); /*Standard*/
}
#body-v2 .works-item-text { 
	background: #44516a; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#44516a,#556079); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#44516a,#556079); /*Opera 11.1-12*/ /*Fx 3.6-15*/
	background: -webkit-gradient(linear, left top, right bottom, from(#44516a), to(#556079));
	background: -webkit-linear-gradient(top left, #44516a, #556079);
	background: -o-linear-gradient(top left, #44516a, #556079);
	background: linear-gradient(top left, #44516a, #556079); /*Standard*/
}
#body-v3 .works-item-text { 
	background: #151e4a; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#151e4a,#212b57); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#151e4a,#212b57); /*Opera 11.1-12*/ /*Fx 3.6-15*/
	background: -webkit-gradient(linear, left top, right bottom, from(#151e4a), to(#212b57));
	background: -webkit-linear-gradient(top left, #151e4a, #212b57);
	background: -o-linear-gradient(top left, #151e4a, #212b57);
	background: linear-gradient(top left, #151e4a, #212b57); /*Standard*/
}
#body-v4 .works-item-text { 
	background: #c8c6c6; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#c8c6c6,#ebe8e8); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#c8c6c6,#ebe8e8); /*Opera 11.1-12*/ /*Fx 3.6-15*/
	background: -webkit-gradient(linear, left top, right bottom, from(#c8c6c6), to(#ebe8e8));
	background: -webkit-linear-gradient(top left, #c8c6c6, #ebe8e8);
	background: -o-linear-gradient(top left, #c8c6c6, #ebe8e8);
	background: linear-gradient(top left, #c8c6c6, #ebe8e8); /*Standard*/
}
#body-v5 .works-item-text { 
	background: #1d2ada; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#1d2ada,#515ad7); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#1d2ada,#515ad7); /*Opera 11.1-12*/ /*Fx 3.6-15*/
	background: -webkit-gradient(linear, left top, right bottom, from(#1d2ada), to(#515ad7));
	background: -webkit-linear-gradient(top left, #1d2ada, #515ad7);
	background: -o-linear-gradient(top left, #1d2ada, #515ad7);
	background: linear-gradient(top left, #1d2ada, #515ad7); /*Standard*/
}
.works-item-text img { 
    padding-bottom: 12px;
	height: 55px;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.works-item-text:hover img {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.works-item-text p {
	font-weight: 500;
	color: #fff;
}
#body-v4 .works-item-text p { 
	color: #556079;
}

.works-text {}
.works-text p {}

.video-youtub {}
.video i {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 24px; 
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 19px; 
	-webkit-transition: all .4s; 
	-o-transition: all .4s; 
	transition: all .4s;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
}
#body-v1 .video i { 
    color: #fff;
	background: #0060ff;
    border: 15px solid #024ccf;
}
#body-v1 .video i:hover { 
    background: #fff; 
    border: 15px solid #0060ff;
	color: #024ccf
}
#body-v2 .video i { 
    color: #fff;
	background: #556079;
    border: 15px solid #45516a;
}
#body-v2 .video i:hover { 
    background: #fff; 
    border: 15px solid #556079;
	color: #45516a
}
#body-v3 .video i { 
    color: #fff;
	background: #11183f;
    border: 15px solid #1b244d;
}
#body-v3 .video i:hover { 
    background: #fff; 
    border: 15px solid #192149;
	color: #1b244d
}
#body-v4 .video i {  
	background: #f5f5f5;
    border: 15px solid #e4e4e4;
}
#body-v4 .video i:hover { 
    background: #e4e4e4; 
    border: 15px solid #f5f5f5;
	color: #fff
}
#body-v5 .video i {  
	background: #1d2ada;
    border: 15px solid #5058d3;
	color: #fff;
}
#body-v5 .video i:hover { 
    background: #fff; 
    border: 15px solid #1d2ada;
	color: #5058d3
}
.video-text {
    padding: 14px 0;
}
.video-text h6 {
    font-weight: 600;
    padding-bottom: 8px;
}
.video-text p {
    font-size: 15px;
}

/* ====================================================
		========>> [ 06 Start Screenshot ] <<========	
====================================================== */

#screenchot-area {}
 
.swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 60px;
}

.swiper-slide img {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #00e7b5;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

.swiper-pagination-bullet-active { 
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
.swiper-pagination-bullet {
    border: 1px solid #fff; 
}
.swiper-pagination-bullet-active {
	background-color: #fff; 
}  
.swiper-container-3d .swiper-slide-shadow-left {
    background: none;
}
.swiper-container-3d .swiper-slide-shadow-right {
    background: none;
}
#body-v4 .swiper-pagination-bullet {
    border: 1px solid #555877; 
}
#body-v4 .swiper-pagination-bullet-active {
	background-color: #555877; 
}  
#body-v5 .swiper-pagination-bullet {
    border: 1px solid #1d2ada; 
}
#body-v5 .swiper-pagination-bullet-active {
	background-color: #1d2ada; 
} 
/* ====================================================
		========>> [ 07 Start Pricing ] <<========	
====================================================== */

#pricing-area {}
.pricing-item { 
    padding: 19px 20px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
}
.pricing-item:hover {  
	-webkit-transform: scale(1.1);  
	    -ms-transform: scale(1.1);  
	        transform: scale(1.1);   
}

#body-v4 .pricing-item {
	border: 2px dashed #414f70;
    background-image: url(../img/v4/price/bg1.png);
    background-size: cover;
    background-position: center;  
}
#body-v4 .pricing-item:hover {
	border: 2px dashed #414f70;
    background-image: url(../img/v4/price/bg2.png);
	background-size: cover;
    background-position: center; 
}

.pricing-btn {
    display: inline-block;
    float: left;
    padding: 55px 0;
}
.pricing-nam {
    float: right;
    padding: 36px 38px 48px 0;
}
.pur-btn { 
	color: #fff; 
}
#body-v1 .pur-btn {
	background: #0941d0; 
	border: 0;
}
#body-v2 .pur-btn {
	background: #3d4960; 
	border: 0;
}
#body-v3 .pur-btn {
	background: #2b2f67; 
	border: 0;
}
#body-v4 .pur-btn {
	background: #fff; 
	border: 0;
}
#body-v5 .pur-btn {
	background: #1b28d2; 
	border: 0;
	
} 
.pricing-nam h2 {
	font-weight: 500;
	font-size: 50px;
}
.pricing-nam p {}
.pricing-item-list {
    overflow: hidden;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0 0;
    padding: 34px 0;
}
.pricing-item-list li {
    line-height: 35px;
    font-weight: 400;
	position: relative; 
}
#body-v5 .pricing-item-list li { 
	color: #555877;
}
.pricing-item-list li:after {
    content: '';
    position: absolute;
    top: 13px;
    width: 7px;
    height: 7px; 
    left: 65px;
    border-radius: 100%; 
}
#body-v1 .pricing-item-list li:after { 
    background: #0060ff; 
} 
#body-v2 .pricing-item-list li:after { 
    background: #3d4960; 
}
#body-v3 .pricing-item-list li:after { 
    background: #414f70; 
}
#body-v4 .pricing-item-list li:after { 
    background: #414f70; 
}
#body-v5 .pricing-item-list li:after { 
    background: #1b28d2; 
}



/* ====================================================
		========>> [ 08 Start Team ] <<========	
====================================================== */

#team-area
.team-content {
	width: 20%;
	margin: 0 auto;
	float: left;
	text-align: center;
	padding:  0 5px;
} 

.our-team{
    text-align: center;
	margin-top: 30px;
}
.our-team .team-img{ 
    position: relative;
}
.our-team .team-img img{
    width: 100%;
	height: auto;
	-webkit-transition: 0.4s all linear;
	-o-transition: 0.4s all linear;
	transition: 0.4s all linear; 
}
#body-v1 .our-team .team-img img{ 
	border: 2px dashed #297aff;
}
#body-v2 .our-team .team-img img{ 
	border: 2px dashed #414f70;
}
#body-v3 .our-team .team-img img{ 
	border: 2px dashed #414f70;
}
#body-v4 .our-team .team-img img{ 
	border: 2px dashed #414f70;
}
#body-v5 .our-team .team-img img{ 
	border: 2px dashed #f8f8f8;
}
.team-content:hover .team-img img{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);   
}
.our-team .social{
    width: 100%;
    height: 30%;
    background: rgba(0, 240, 255, 0.51);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(-30deg);
        -ms-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#body-v4 .our-team .social{ 
    background: rgba(85, 88, 119, 0.51); 
}
#body-v5 .our-team .social{ 
    background: rgba(85, 88, 119, 0.51); 
}
.our-team:hover .social{
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
}
.our-team .social ul li{
    display: inline-block;
}
.our-team .social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
    color: #fff !important;
    margin-left: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.our-team .social ul li a:hover{
    background: #fff;
    color: #00f0ff !important;
} 
.text-text {
    padding: 25px 0 10px 0;
}
.text-text h5 {
    color: #00f0ff;
	font-weight: 600;
	padding-bottom: 5px;
}
#body-v4 .text-text h5 {
    color: #555877; 
}
#body-v5 .text-text h5 {
    color: #555877; 
}
.text-text p {
    font-weight: 400;
}

/* ====================================================
		========>> [ 09 Start Testimonial ] <<========	
====================================================== */

#testimonial-area {}
.testimonial-item { 
    padding: 16px;
    border-radius: 7px; 
	-webkit-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s
}
.testimonial-item:hover { 
    -webkit-transform: scale(1.1); 
        -ms-transform: scale(1.1); 
            transform: scale(1.1);
}
#body-v1 .testimonial-item {
    background: #06328f; 
    border: 2px dashed #0060ff;
}
#body-v2 .testimonial-item{ 
	background: #1c2434; 
	border: 2px dashed #414f70;
}
#body-v3 .testimonial-item{ 
	background: #10122d; 
	border: 2px dashed #414f70;
}
#body-v4 .testimonial-item{ 
	background: #f7f7f7; 
	border: 2px dashed #414f70;
}
#body-v5 .testimonial-item{ 
	background: #f7f7f7; 
	border: 2px dashed #f8f8f8;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#body-v5 .testimonial-item:hover{ 
	background: #1d2ada;
	color: #fff;
}
.testimonial-item-text {}
.testimonial-item-text p{}
.testimonial-item-title {
    padding-top: 30px;
}
.testimonial-item-title img {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.testimonial-item-title-text {
    padding: 6px 0;
}


/* ====================================================
		========>> [ 10 Start Blog ] <<========	
====================================================== */

#blog-area {}
.blog-item { 
	border-radius: 7px; 
	-webkit-transition: all .4s; 
	-o-transition: all .4s; 
	transition: all .4s;
	margin-top: 30px;
}
#body-v1 .blog-item {
	background: #0f1f5e; 
    border: 2px dashed #0060ff; 
}
#body-v2 .blog-item {
	background: #1c2434; 
    border: 2px dashed #414f70;
}
#body-v3 .blog-item {
	background: #10122d; 
    border: 2px dashed #414f70;
}
#body-v4 .blog-item {
	background: #f7f7f7; 
    border: 2px dashed #414f70;
}
#body-v5 .blog-item {
	background: #1d2ada; 
    border: 2px dashed #fff;
	color: #fff;
}
.blog-item:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1); 
}
.blog-img {}
.blog-img img {
    width: 100%;
    float: right;
}
.blog-text {
	padding: 0 20px;
}
.blog-text h6 {
    font-weight: 600;
}
.blog-text p {
    font-size: 14px;
    padding: 20px 0;
}
.blog-text a {
	border: 0px;
	color: #0060ff;
	margin-bottom: 20px; 
	font-weight: 400;
}
#body-v2 .blog-text a {
	color: #fff; 
}
#body-v4 .blog-text a {
	border: 0; 
}
#body-v5 .blog-text a {
	border: 0; 
	color: #fff;
}
.blog-text a i {
	margin-left: 5px;
}

/* ====================================================
		========>> [ 11 Start Contact ] <<========	
====================================================== */

#contact-area {}
/*=====>> content Start <<=====*/
.float {
	float: left;
}
.modal-dialog {
    max-width: 826px;
    margin: 5.75rem auto;
}
.btn-primary { 
    background: none;
    border: none; 
	width: 100%;
} 
.btn-primary img { 
    width: 100%;
	height: 400px;
}
.btn-primary:hover { 
    background: none;
    border: none; 
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
button.btn.btn-primary {
    border: 0 !important;
}
#contact-map {
    width: 100%;
    height: 400px;
}
.click-herar {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
}
.click-herar i {
    font-size: 40px;
	color: #ff1637
}
.click-herar i {  
  -webkit-animation-name: icon-down;
          animation-name: icon-down;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
          animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes icon-down {
	0% { 
		opacity: 0; 
	}
	10% { 
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1; 
	}
	100% { 
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		opacity: 1;
	}
} 

.contact-detiles {
	text-align: center;
}
.content-from input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 20px; 
	color: #fff;
}
.content-from textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 157px;
    padding: 15px; 
	color: #fff;
}
#body-v1 .content-from input { 
    background-color: #11205c;
    border: 1px dashed #0060ff; 
	
}
#body-v2 .content-from input { 
    background-color: #293347;
    border: 1px dashed #414f70; 
}
#body-v3 .content-from input { 
    background-color: #151735;
    border: 1px dashed #414f70; 
}

#body-v4 .content-from input {  
    border: 1px dashed #414f70; 
	color: #000
}
#body-v5 .content-from input { 
    background: none;
    border: 1px dashed #fff; 
	color: #fff;
}

#body-v1 .content-from textarea { 
	background-color: #11205c;
	border: 1px dashed #0060ff; 
}
#body-v2 .content-from textarea { 
	background-color: #293347;
	border: 1px dashed #414f70; 
}
#body-v3 .content-from textarea { 
	background-color: #151735;
	border: 1px dashed #414f70; 
} 
#body-v4 .content-from textarea { 
	background-color: #fff;
	border: 1px dashed #757794; 
	color: #000;
}
#body-v5 .content-from textarea { 
	background: none;
    border: 1px dashed #fff; 
	color: #fff;
}
#body-v1 ::-webkit-input-placeholder { 
    color:#0060ff;
	text-transform: uppercase;
}
#body-v1 :-ms-input-placeholder { 
    color:#0060ff;
	text-transform: uppercase;
}
#body-v1 ::-ms-input-placeholder { 
    color:#0060ff;
	text-transform: uppercase;
}
#body-v1 ::placeholder { 
    color:#0060ff;
	text-transform: uppercase;
}
#body-v2 ::-webkit-input-placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v2 :-ms-input-placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v2 ::-ms-input-placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v2 ::placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v3 ::-webkit-input-placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v3 :-ms-input-placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v3 ::-ms-input-placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v3 ::placeholder { 
    color:#556079;
	text-transform: uppercase;
}
#body-v4 ::-webkit-input-placeholder { 
    color:#081a38;
	text-transform: uppercase;
}
#body-v4 :-ms-input-placeholder { 
    color:#081a38;
	text-transform: uppercase;
}
#body-v4 ::-ms-input-placeholder { 
    color:#081a38;
	text-transform: uppercase;
}
#body-v4 ::placeholder { 
    color:#081a38;
	text-transform: uppercase;
}
#body-v5 ::-webkit-input-placeholder { 
    color:#7d85fe;
	text-transform: uppercase;
}
#body-v5 :-ms-input-placeholder { 
    color:#7d85fe;
	text-transform: uppercase;
}
#body-v5 ::-ms-input-placeholder { 
    color:#7d85fe;
	text-transform: uppercase;
}
#body-v5 ::placeholder { 
    color:#7d85fe;
	text-transform: uppercase;
}
#body-v1 .submit-btn { 
    background: #0060ff;
}
#body-v2 .submit-btn { 
    background: #414f70;
} 
#body-v3 .submit-btn { 
    background: #3a496e;
} 
#body-v4 .submit-btn { 
    background: none; 
} 
#body-v4 .submit-btn:hover {  
	color: #fff;
} 
#body-v5 .submit-btn { 
    background: none;
	border: 1px solid #fff;
	border-radius: 5px;
} 
.submit-btn {
    width: 200px !important;
	height: 45px;
	text-transform: uppercase;
    margin-bottom: 0px !important; 
	color: #fff;
	border: 0px;
}
.mail-frome-map {
    -webkit-box-shadow: 0px 0px 23px -2px rgba(82,80,82,1);
    box-shadow: 0px 0px 23px -2px rgba(82,80,82,1);
    overflow: hidden;
    padding: 30px;
    border-radius: 7px;
    margin-top: -270px; 
}

.contact-detiles-item {
    padding-bottom: 25px;
}
.contact-detiles-item i {
    font-size: 35px;
    padding-bottom: 10px;
}
.contact-detiles-item p {
    font-weight: 500;
}

/* ====================================================
		========>> [ 12 Start Contact ] <<========	
====================================================== */

#footer-area {
	background: #081a38;
	color: #FFFFFF;
}
.footer-all-ditiles { 
	color: #fff;
}
#body-v4 .footer-all-ditiles {
	background: #081a38;
	color: #FFFFFF;
}
#body-v5 .footer-all-ditiles { 
	color: #555877;
}
.footer-item img {
	padding-bottom: 30px;
}
.footer-item {}
.padding-50 {
	padding-bottom: 50px;
}
#body-v1 .footer-mail {
    border: 1px dashed #0060ff;
}
#body-v2 .footer-mail {
    border: 1px dashed #414f70;
}
#body-v3 .footer-mail {
    border: 1px dashed #414f70;
}
#body-v4 .footer-mail {
    border: 1px dashed #414f70;
}
#body-v5 .footer-mail {
    border: 1px dashed #1d2ada;
}
.footer-mail-box {
    width: 70%;
    height: 40px;
    border-radius: 0;
    border: 0;
    padding: 0 15px; 
	color: #fff;
}
.footer-mail-btn {
    width: 30%;
    height: 40px;
    border-radius: 0;
    border: 0; 
    color: #fff;
    padding: 0;
    letter-spacing: 0;
}
#body-v1 .footer-mail-box { 
    background: #11205c; 
}  
#body-v2 .footer-mail-box { 
    background: #293347; 
}
#body-v3 .footer-mail-box { 
    background: #151735; 
}
#body-v4 .footer-mail-box { 
    background: none;
	color: #000;
}
#body-v5 .footer-mail-box { 
    background: none;
	color: #1d2ada;
}
#body-v1 .footer-mail-btn { 
    background: #0060ff; 
} 
#body-v2 .footer-mail-btn { 
    background: #1c2434; 
} 
#body-v3 .footer-mail-btn { 
    background: #0b0c22; 
}  
#body-v4 .footer-mail-btn { 
    background: #555877; 
	color:#fff;
}  
#body-v5 .footer-mail-btn { 
    background: #1d2ada; 
	color:#fff;
}  
.fdsa p {
    padding: 20px 0;
}
.copyright-socile a {
    color: #fff;
    margin: 0 7px;
    font-size: 25px;
    padding: 6px 0;
    display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#body-v5 .copyright-socile a {
    color: #1d2ada; 
}
#body-v5 .copyright-socile a:hover {
    color: #00e7b5; 
}
.copyright-socile a:hover {
    color: #00e7b5; 
}
.copy-right { 
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
#body-v1 .copy-right {
    border-top: 2px dashed #0060ff; 
}
#body-v2 .copy-right {
    border-top: 2px dashed #414f70; 
}
#body-v3 .copy-right {
    border-top: 2px dashed #414f70; 
}
#body-v4 .copy-right {
    border-top: 2px dashed #555877; 
}
#body-v5 .copy-right {
    border-top: 2px dashed #1d2ada; 
}
.footer-p {
    text-align: left;
    color: #fff;
    display: inline-block;
}
#body-v4 .footer-p { 
	color: #555877;
}
#body-v5 .footer-p { 
	color: #555877;
}
.footer-menu {
	float: right;
}
.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    margin: 0 10px;
}
#body-v5 .footer-menu ul li a { 
    color: #555877; 
}

.centered-text {
	text-align: center;
}

.narrow-header {
	padding-left: 20%;
	padding-right: 20%;
}

.image-and-text img {
	width: 100%;
	padding: 10px;
}

.image-and-text p {
	padding-bottom: 1em;
}

button.contact-us {
	font-size: 22px;
	font-weight: bold;
	padding: 20px;
	color: #00c2be;
	background: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 3px solid #00c2be;
	border-radius: 40px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.button-wrapper {
	text-align: center;
}

.drawer {
	width: 100%;
	border-top: 0;
	border-radius: 3px;
}

.accordion-header {
	background: #fff;
	min-height: 50px;
	margin-top: 30px;
	border: 1px solid #081a38;
}

.accordion-item {
	border-bottom: 1px solid #081a38;
}

.accordion-item-active .accordion-header {
	background: #0052d4;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.accordion-item-active .accordion-header {
	background: #030d31;
}

.accordion-header h1 {
	padding-top: 1px;
	font-size: 18px;
	color: #081a38;
	font-weight: 500;
}

.accordion-item-active .accordion-header h1 {
	color: #00c2be;
	font-weight: 600;
}

.accordion-header-icon {
	color: #081a38;
	font-size: 18px;
}

.accordion-content {
	width: 100%;
	border: 2px solid
	#081a38;
	display: none;
	padding: 12px;
	color:
			#212121;
	background:
			#FFF;
	background-color:
			rgb(255, 255, 255);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	font-size: 15px;
	line-height: 1.45em;
}

.not-found {
	text-align: center;
}

.not-found h1{
	padding-top: 120px;
}

.not-found div {
	padding-top: 120px;
	padding-bottom: 120px;
}

div.knowledge-base {
	display: inline-block;
	width: 100%;
}

.knowledge-base-entry {
	display: inline-block;
	width: 360px;
	height: 400px;
	padding: 20px;
}

.kb-text {
	background: #d7d7d7;
	color: #081a38;
}

.kb-text h3 {
	background: #d7d7d7;
	color: #00c2be;
}

#body-v4 .kb-text a.kb-text {
	background: #d7d7d7;
	color: #00c2be;
	line-height: 1.6em;
}

#body-v4 .kb-text h3.kb-text {
	background: #d7d7d7;
	color: #00c2be;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.2em;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#body-v4 .kb-text p {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0.7em;
	line-height: 1.4em;
	font-size: 0.8em;
	font-weight: 400;
}

.kb-img {
	width: 100%;
	height: 250px;
	background-color: #ebebeb;
}

.kb-img img {
	width: 100%;
	height: 100%;
}

#knowledge-base p {
	padding-bottom: 1em;
}

#knowledge-base .container {
	padding-right: 10%;
	padding-left: 10%;
}

#knowledge-base h1 {
	text-align: left;
}

#body-v4 div.careers {
	display: inline-block;
	width: 100%;
}

#body-v4 .career-entry {
	background: #d7d7d7;
	color: #081a38;
	display: inline-block;
	width: 360px;
	height: 140px;
	padding: 20px;
}

#body-v4 div.career-entry {
	margin-right: 20px;
}

#body-v4 .career-text {
	background: #d7d7d7;
	color: #081a38;
	font-weight: 600;
}

#body-v4 .career-entry h3, #body-v4 .career-entry a {
	background: #d7d7d7;
	color: #00c2be;
	font-size: 1.1em;
	font-weight: 600;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}

#body-v4 .career-entry p {
	padding-top: 5px;
}

#body-v4 .post h1 {
	text-align: left;
}

#body-v4 #main-header h2 {
	text-align: left;
	font-size: 38px;
}

#body-v4 #main-header p {
	padding-top: 30px;
}

#body-v4 .post button {
	width: 280px;
}

#body-v4 .rodo-consent {
	font-size: 0.6em;
	padding: 10px;
}

#body-v4 .single-page p {
	padding-bottom: 1em;
}

#body-v4 .single-page h1 {
	text-align: center;
}

#body-v4 .single-page a {
	color: #00c2be;
	font-size: 1.5em;
}

#body-v4 #about-area p {
	font-size: 1.2em;
	font-weight: 400;
}

#body-v4 div.partners {
	margin: auto;
}

#body-v4 .partners h2 {
	text-align: center;
}

#body-v4 .partners ul {
	display: block;
	text-align: center;
	padding: 0;
}

#body-v4 .partners ul li {
	display: inline-block;
	padding:10px;
}

#body-v4 .partners ul li img {
	height:44px;
}

#body-v4 .button-wrapper-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#body-v4 .left-form {
	display: block;
}

#body-v4 .left-form input {
	display: block;
	width: 100%;
	margin: 20px;
}

#body-v4 .left-form select {
	display: block;
	width: 100%;
	margin: 20px;
	background: #FFFFFF;
}

#body-v4 .right-form textarea {
	display: block;
	width: 100%;
	height: 100%;
	margin: 20px;
}

div.centered-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-padding {
	padding-top: 130px;
}

div.centered-text p {
	text-align: justify;
}

.main-text div.centered-text p {
	text-align: left;
}

.two-buttons p {
	text-align: center;
}

.left-text {
	text-align: left;
}

.pt-130 {
	padding-top: 130px !important;
}

.header-image img {
	width: 100%
}

#body-v4 #footer-area a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}

#body-v4 #footer-area a:hover {
	text-decoration: none;
}

div.social-media {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: inline-block;
}

#body-v4 .two-buttons .left {
	background-color: #ebebeb;
}

#body-v4 .two-buttons .right {
	background-color: #d7d7d7;
}

button.two-buttons {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	color: #00c2be;
	background: transparent;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 3px solid #00c2be;
	border-radius: 25px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

#body-v4 button.two-buttons.left {
	color: #FFFFFF;
	background: #00c2be;
}

#body-v4 ul.columns {
	display: block;
	padding-left: 0;
}

#body-v4 ul.columns li {
	width: 10em;
	display: inline-block;
}

#body-v4 .advertisers h2 {
	color: #00c2be;
}

#body-v4 .advertisers {
	text-align: justify;
}

#body-v4 .advertisers table {
	width: 100%;
}

#body-v4 .advertisers td {
	font-size: 0.8em;
}

#body-v4 .partners-area h2 {
	color: #00c2be;
}

#body-v4 div.img-background {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#body-v4 div.vector-peak-left {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vector-peak-right.png);
}

#body-v4 div.vectorman5 {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vectorman5.png);
}

#body-v4 div.hand2-left {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vector-hand2-left-small.png);
}

#body-v4 div.vector-hand-left {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vector-hand-left.png);
}

#body-v4 div.vectorman {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vectorman.png);
}

#body-v4 div.vectorman-cover {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vectorman.png);
	background-size: cover;
}

#body-v4 div.vectorman2 {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vectorman2.png);
	background-size: cover;
}

#body-v4 div.vectorman3 {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vectorman3.png);
}

#body-v4 div.vectorman4 {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vectorman4.png);
}

#body-v4 div.vectorman5 {
	background-repeat: no-repeat;
	background-image: url(/assets/img/vectorman5.png);
}
#body-v4 div.img-background.img-right {
	background-position: center;
}

#body-v4 p.small-text {
	font-size: 0.8em;
}

#body-v4 .job-content p {
	padding-bottom: 1.5em;
}

div.profiles-col1 {
	margin-right: 7em;
}

div.profiles-col2 {
	margin-right: 3em;
}

.profiles {
	font-size: 0.8em;
}

@media only screen and (max-width: 994px) {
	.shrink .navbar-collapse {
		background: #081a38;
	}

	.navbar-collapse {
		background: #FFFFFF;
	}

	#body-v4 div.backup-image {
		width: 100%;
		display: block;
	}

	#body-v4 div.backup-image img {
		width: 100%;
	}

	#body-v4 div.img-background {
		display: none;
	}
}

#body-v4 .single-page-wot p {
	padding-bottom: 1em;
}

#body-v4 .single-page-wot h1 {
	text-align: center;
}

#body-v4 .single-page-wot h2 {
	font-size: 1em;
	font-weight: bold;
}

#body-v4 .single-page-wot h3 {
	font-size: 1em;
	font-weight: bold;
}

#body-v4 .single-page-wot h4 {
	font-size: 1em;
	font-weight: bold;
}

#body-v4 .single-page-wot h5 {
	font-size: 1em;
	font-weight: bold;
	text-decoration-line: underline;
}

#body-v4 .single-page-wot a {
	color: #081a38e;
	font-size: 1em;
}

#body-v4 .single-page-wot em {
	font-size: 0.8em;
	padding-top: 0.2em;
}

#body-v4 .single-page-wot p {
	text-align: justify;
}

#body-v4 #about-area p {
	text-align: left;
}

#body-v4 p.facebook-link {
	display: block;
	height: 23px;
	background-image: url(/assets/img/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding-left: 40px;
	vertical-align: bottom;
	margin-bottom: 1em;
}

#body-v4 p.facebook-link a {
	vertical-align: bottom;
}

#body-v4 p.linked-in-link {
	display: block;
	height: 23px;
	background-image: url(/assets/img/linkedin.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding-left: 40px;
	vertical-align: bottom;
}

@media only screen and (min-width: 993px) {
	#body-v4 div.backup-image {
		display: none;
	}
}

@media only screen and (max-width: 765px) {
	#body-v4 section.last-section {
		padding-bottom: 250px !important;
	}
}

#ns-rodo-popup-two {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
}

#body-v4 #ns-rodo-popup-two .ns-rodo-popup {
	position: fixed;
}

