html,body,h1,h2,h3,h4,h5,h6,div,p,small,sub,sup,strong,span,ul,li,i,a,figure,figcaption,time,del,section,header,nav,input,footer,blockquote,em{
margin:0;
padding:0;
box-sizing:border-box;
}
ul{list-style:none;}
a,a:hover,a:active,a:focus{text-decoration:none;outline:none;color:#212121;}

/*=== --- General CSS --- ===*/
body{font-family: 'Nunito Sans', sans-serif;font-weight:normal;font-size:14px;line-height:1.5;color:#212121;}
h1,h2,h3,h4,h5,h6{color:#212121;font-weight:normal;line-height:normal;}
h1{font-size:36px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;font-weight:300;}
p{color:#100e0e;}
input,button{outline:none;}
label{font-weight:600;margin-bottom:4px;display:block;text-transform:uppercase;font-size:13px;}


/*======== Section-padding ===========*/
.cwp-section-pd{
padding-top:60px;
padding-bottom:60px;
}

/*======== Section-title ===========*/
.cwp-section-title{
margin-bottom: 80px;
}
.cwp-title{
margin-bottom:40px;	
}
.cwp-section-title h1,.cwp-title h1{
font-size:26px;
text-transform: uppercase;
letter-spacing:2px;
position:relative;
font-weight:900;
color:#212121;
}
.cwp-section-title h1:before ,.cwp-section-title h1:after,.cwp-title h1:before,.cwp-title h1:after{
content:'';
position:absolute;
bottom:-20px;
left:0;
right:0;
width:80px;
height:2px;
background:#212121;
margin-left:auto;
margin-right:auto;	
}
.cwp-section-title h1:after{
width:40px;
bottom:-30px;
background:#24b2f3;	
}
.cwp-title h1{
font-size:18px;	
}
.cwp-title h1:after,.cwp-title h1:before{
bottom:-6px;
width:40px;
margin:inherit;
background:#24b2f3;
}
.cwp-title h1:before{
bottom:-12px;
width:20px;
background:#212121;	
}
/*======== Breadcrumbs ===========*/
.cwp-breadcrumbs{
width:100%;
height:120px;
background:-webkit-linear-gradient(#616161,#9e9e9e);
background:linear-gradient(#616161,#9e9e9e);
position:relative;	
}
.cwp-breadcrumbs .cwp-breadcrumbs-title h3{
line-height:120px;
font-size: 26px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight:700;
color: #FFFFFF;	
}
.cwp-breadcrumbs ul.cwp-link-page{
position:absolute;
top:40%;
right:5%;	
}
@media(max-width:599px){
.cwp-breadcrumbs ul.cwp-link-page{
top:inherit;
right:inherit;
bottom:10px;	
}	
}
.cwp-breadcrumbs ul.cwp-link-page li{
display:inline-block;
margin-right:8px;
color:#FFFFFF;	
}
.cwp-breadcrumbs ul.cwp-link-page li a{
color:#FFFFFF;
font-size:15px;
font-weight:600;	
}

/*======== Form ===========*/
.form-control{
height:45px;
border-radius:4px;
border:1px solid #a7a7a7;
background:#FFFFFF;
box-shadow:none;
}
.form-control:focus{
border-color:#424242;
box-shadow:inset 0 1px 1px rgba(0,0,0,.025), 0 0 2px #DDDDDD;	
}
/*======== Button ===========*/
.btn{
background:#24b2f3;
color:#FFFFFF;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
border-radius:4px;
border:none;
transition:all 0.3s;
}
.btn.focus, .btn:focus, .btn:hover{
background:#FFFFFF;
color:#24b2f3;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
outline:0;
box-shadow:none;
}
/*======== Img ===========*/
img {
    max-width: 100%;
    height: auto;
}
/*======== Flex ===========*/
.cwp-fx-wrp{display:flex;flex-wrap:wrap;}
.cwp-fxb-60{flex-basis:60%;}
.cwp-fxb-40{flex-basis:40%;}

/*======== Main-title-banner ===========*/
.cwp-main-title-banner{padding-top:80px;padding-bottom:80px;margin-top:115px;text-align:center;position:relative;background:url(../img/banner-cover.jpg) center no-repeat;background-size:cover;}
.cwp-main-title-banner:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.85);}
.cwp-main-title-banner h2{font-size:34px;color:#FFFFFF;position:relative;text-transform:uppercase;}

/*======= Accordion ===========*/
.cwp-accor-wrap .panel-default,.cwp-accor-wrap .panel-default>.panel-heading+.panel-collapse>.panel-body{border-color:#f5f5f5;}
.cwp-accor-wrap .panel-default>.panel-heading{color:#FFFFFF;background:#FFFFFF;border-color:#f5f5f5;outline:none;}
.cwp-accor-wrap .panel-default>.panel-heading:focus-within{background:#24b2f3;}
.cwp-accor-wrap .panel-default>.panel-heading a{color:#24b2f3;}
.cwp-accor-wrap .panel-default>.panel-heading a:focus-within{color:#FFFFFF;}

/*===================== Header =====================*/
#cwp-header{
width:100%;
}
.cwp-header-top {
background-color: #24b2f3;
padding: 10px 0;
font-size:15px;
color:#ddd;
}
@media(max-width:567px){
.cwp-header-top {
display:none;
}	
}
.cwp-info-box-list{
float:left;
margin-top:5px;
}
@media(max-width:840px){
.cwp-info-box-list{
margin-top:0;
float:none;
}	
}
.cwp-info-box {
display: inline-block;
margin-right:25px;
font-size:14px;
}
@media(max-width:604px){
.cwp-info-box {
margin-top:5px;
}
.cwp-info-box:first-child {
margin-top:0;
}	
}
.cwp-header-top a,.cwp-header-top span {
color: #FFFFFF;
}
.cwp-header-top a:hover, .cwp-header-top a:hover .cwp-info-box i {
color: #FFFFFF;
}

.cwp-info-box i {
margin-right:20px;
text-align: center;
color: #ffffff;
float: left;
font-size: 20px;
}

.cwp-info-text {
overflow: hidden;
font-weight: 300;
display: inline-block;
}
.cwp-top-social{
float:right;
}
@media(max-width:840px){
.cwp-top-social{
float:left;
margin-top:10px;
}	
}
.cwp-top-social li a {
font-size: 15px;
line-height: 30px;
text-align:center;
width:30px;
height:30px;
background:#FFFFFF;
border-radius:2px;
display:block;
color:#24b2f3;
transition:all 0.3s;
}
.cwp-top-social li a:hover{
color:#212121;
}



/*-- Sticky-header --*/
.sticky.cwp-main-menu{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000; 
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform-origin: top;
    animation: go-sticky 1s forwards
}

@keyframes go-sticky {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

.sticky .navbar {
    background: #FFF
}

.sticky .cwp-header-top{
    background: #1d466f;
}

@media(max-width:991px) {
    .sticky .navbar {
        padding: .2rem 0;
    }
}

.sticky .navbar-brand,
.sticky .navbar-nav li a{
    color: #616161
}

.sticky .navbar-nav li a:focus {
    color: #007bff
}

.sticky .navbar-nav li a:hover,
.sticky .navbar-nav li a.active {
    color: #212121
}

.sticky .navbar-toggler-icon {
    background-image: url(../img/menu.png)
}




/* main Menu */
.navbar-brand{display:flex;}
.navbar-brand .img img{
width:70px;
margin-top:5px;
}
.navbar-brand .txt{
margin-top:10px;
margin-left:10px;
}
.navbar-brand .txt span{
color:#012a3e;
font-size:15px;
}


@media (max-width:960px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-left:0;
}
}
.navbar-default {
background-color: #fff;
border: none;
margin-bottom:0;
border-radius:0;
position:relative;	
box-shadow:0 0 15px 0 rgba(0,0,0,0.10);
} 

.navbar-default li {
margin-left:15px;
z-index: 22;
}

.navbar-default li:first-child {
margin-left:0;
}
@media(max-width:767px){
.navbar-brand .img img{
width:55px;
}
.navbar-brand .txt{
margin-top:3px;
}
.navbar-default li:first-child {
margin-left:15px;
}
.navbar-default ul.dropdown-menu li:first-child {
margin-left:0;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
background:transparent;	
}
.navbar-default .navbar-nav {
float:right;
margin-top:5px;
}
@media (max-width:861px){
.navbar-default  .navbar-nav {
    float:left;
}
}
@media (max-width:767px){
.navbar-default  .navbar-nav{
	padding-left: 15px;
}
}
.navbar-default .navbar-nav>li>a {
color:#212121;
display:block;
font-size: 13px;
font-weight:600;
letter-spacing:1px;
position: relative;
z-index: 1;
padding:20px 5px;
text-transform:uppercase;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color:#212121;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover, 
.dropdown-menu, .dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
color: #24b2f3;
background-color:transparent; 
}

.navbar-header {
}
.navbar-default .navbar-toggle{
background:transparent;
border:none;
margin-right:5px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
background:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #24b2f3;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 20px;
}

/*Dropdown CSS*/
.navbar-brand {
padding:0 15px;
}

.navbar-nav>li>.dropdown-menu {
padding:12px 0;
display:none;
min-width:200px;
border:none;
background-color: #fff;
}
.navbar-nav>li:hover > ul.dropdown-menu{
display: block;  
-webkit-animation: fadeInUp 400ms;
-moz-animation: fadeInUp 400ms;
-ms-animation: fadeInUp 400ms;
-o-animation: fadeInUp 400ms;
animation: fadeInUp 400ms;
}
.dropdown-menu>li {
margin-left:0;
width:initial;
}
.dropdown-menu>li>a {
color:#34404e;
font-size: 13px;
font-weight:600;
padding:10px 20px;
text-transform: uppercase;
}

.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus{
background-color:transparent;
}


@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

/*--- send-enquiry -- button ---*/
.cwp-main-menu .nav li.cwp-send-btn a.btn{
padding:8px 10px;
margin-top:10px;
background:#012a3e;
color:#FFFFFF;
font-size:11px;	
}
.cwp-main-menu .nav li.cwp-send-btn a.btn:hover,li.cwp-send-btn a.btn:focus{
background:#24b2f3;
color:#FFFFFF;	
}


/*===================== Banner-form =====================*/
.cwp-banner-form{
width:100%;
height:545px;	
background:#012a3e;
padding:40px;
}
.cwp-form-top{
text-align:center;
margin-bottom:30px;
}
.cwp-form-top h3{
color:#FFFFFF;	
}
.cwp-banner-form form label{
color:#FFFFFF;
text-transform:capitalize;	
}
.cwp-banner-form form .form-group input,.cwp-banner-form form .form-group select,.cwp-banner-form form .form-group textarea{
height:36px;
border:1px solid #FFFFFF;
background:transparent;
color:#FFFFFF;
border-radius:0;	
}
.cwp-banner-form form .form-group input::placeholder,.cwp-banner-form form .form-group select,.cwp-banner-form form .form-group textarea::placeholder{
color:rgba(255,255,255,0.70);
font-size:13px;	
}
.cwp-banner-form form .form-group select option{
color:#222222;
}
.cwp-banner-form form .form-group textarea{
height:70px;	
}
.cwp-banner-form form button.btn{
width:100%;
height:36px;
background:#24b2f3;
border-radius:0;
text-transform:uppercase; 	
}
.cwp-banner-form form button.btn:hover,.cwp-banner-form form button.btn:focus{
background:#FFFFFF;
color:#24b2f3;	
}


/*===================== Banner-cover =====================*/
.cwp-banner-cover{
width:100%;
height:546px;
background:url('../img/banner-cover.jpg') center no-repeat;
background-size:cover;
display:flex;
align-items:center;
text-align:center;
justify-content:center;
position:relative;		
}
.cwp-banner-cover:before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
}
.cwp-banner-cover .cwp-type-box{
display:flex;
align-items:center;
position:relative;
padding-left:15px;
padding-right:15px;
margin-bottom:60px;	
}
@media(max-width:991px){
.cwp-banner-cover .cwp-type-box{margin-bottom:0;}
}
.cwp-banner-cover .cwp-type-box h2,.cwp-banner-cover .cwp-type-box span{
font-size:45px;
color:#FFFFFF;
font-weight:800;
text-transform:uppercase;	
}
.cwp-banner-cover .cwp-type-box span{
color:#fdd835;
margin-left:20px;
}
.cwp-banner-cover .cwp-type-box span:nth-last-child(1){
margin-left:0;	
}
@media(max-width:768px){
.cwp-banner-cover .cwp-type-box{
display:block;		
}
.cwp-banner-cover .cwp-type-box h2,.cwp-banner-cover .cwp-type-box span{
font-size:30px;
}
.cwp-banner-cover .cwp-type-box span{
margin-left:0;	
}	
}

/*===================== Call-to-action Section =====================*/
.cwp-cta-section{
background:-webkit-linear-gradient(50deg,#0098de,#23baff);	
}
.cwp-cta-section .cwp-cta-col{
display:flex;
align-items:center;
justify-content:space-between;	
}
.cwp-cta-section .cwp-text{
padding-right:20px;	
}
.cwp-cta-section .cwp-text h4{
text-transform:uppercase;
letter-spacing:.06em;
font-size:28px;
color:#FFFFFF;	
}
@media(max-width:768px){
.cwp-cta-section.cwp-section-pd{
padding-top:40px;
padding-bottom:40px;	
}	
.cwp-cta-section .cwp-cta-col{
flex-direction:column;	
}
.cwp-cta-section .cwp-text{
padding-right:0;
margin-bottom:30px;	
}
.cwp-cta-section .cwp-text h4{
font-size:26px;	
}	
}
.cwp-cta-section .cwp-cta-btn a{
background:#012a3e;
font-weight:600;
font-size:16px;
padding:12px 22px;	
}
.cwp-cta-section .cwp-cta-btn a:hover,.cwp-cta-section .cwp-cta-btn a:focus{
background:#FFFFFF;
color:#012a3e;		
}
.cwp-cta-section .cwp-cta-btn a i{
margin-left:10px;
font-size:13px;	
}

/*===================== Featured Section =====================*/

.cwp-features-section {
padding:30px 0;
position: absolute;
bottom: 0;
width:100%;
}
.cwp-features {
text-align:center;
}


.cwp-feature-icon {
height:45px;
width:45px;
line-height:45px;
border-radius:4px;
background-color:#24b2f3;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
font-size:25px;
display:inline-block;
margin-bottom:15px;
text-align: center;
color:#fff;
}

.cwp-feature-icon  img {
width:28px;
height:28px;
}
.cwp-feature-text {
overflow: hidden;
}
.cwp-feature-text p {
font-size: 16px;
font-weight:500;
line-height:1.7;
color:#fff;
}

@media(max-width:991px){
.cwp-features-section{
position:relative;
background:#fbfbfb;
padding-bottom:0;
}
.cwp-features{
margin-bottom:30px;
}
.cwp-feature-text p {color:#212121;}
}


/*===================== Services Section =====================*/
.cwp-services-section{
background:#FFFFFF;
}
.cwp-services-section .cwp-fx-wrp{
margin-bottom:90px;	
}
@media(max-width:991px){
.cwp-services-section .cwp-fx-wrp{
flex-direction:column-reverse;
margin-bottom:40px;
}
.cwp-services-section .cwp-fx-wrp:nth-last-child(1){
margin-bottom:0;
}
.cwp-services-section .cwp-fx-wrp.cwp-row-reverse {
flex-direction:column;
}
.cwp-services-section .cwp-fx-wrp .cwp-image-col{
margin-bottom:40px;
}	
}
.cwp-services-section .cwp-content-col,.cwp-services-section .cwp-image-col{
font-family: 'Nunito', sans-serif;
}
.cwp-services-section .cwp-content-col{
padding-right:40px;	
}
.cwp-services-section .cwp-fx-wrp.cwp-row-reverse .cwp-content-col{
padding-right:0;
padding-left:40px;	
}
@media(max-width:991px){
.cwp-services-section .cwp-content-col{
padding-right:0;	
}
.cwp-services-section .cwp-fx-wrp.cwp-row-reverse .cwp-content-col{
padding-left:0;
}	
}
.cwp-services-section .cwp-content-col h3,.cwp-services-section .cwp-content-col h6{
font-weight:600;	
}
.cwp-services-section .cwp-content-col h3{
color:#24b2f3;
margin-bottom:10px;	
}
.cwp-services-section .cwp-content-col ul{
margin-top:30px;	
}
.cwp-services-section .cwp-content-col ul li{
display:flex;
align-items:center;
margin-bottom:5px;
font-size:16px;
font-weight:500;	
}
.cwp-services-section .cwp-content-col ul li i{
margin-right:10px;
color:#24b2f3;	
}
.cwp-services-section .cwp-image-col img{
border-radius: 4px;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
width:100%;
height:auto;	
}

/*===================== Blog Section =====================*/
.cwp-blog-section{
background:#f5f5f5;
}
.cwp-blog-card-box{
margin-bottom:30px;
background:#FFFFFF;
border-radius:4px;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
overflow:hidden;	
}
.col-md-4:nth-last-child(1) .cwp-blog-card-box{
margin-bottom:0;	
}
.cwp-blog-card-box .cwp-blog-header,.cwp-blog-card-box .cwp-blog-content{
padding:20px;	
}
.cwp-blog-card-box .cwp-blog-header{
padding-bottom:0;	
}
.cwp-blog-card-box .cwp-blog-header h2{
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
transition:all 0.3s;
}
.cwp-blog-card-box:hover .cwp-blog-header h2{
color:#24b2f3;
}
.cwp-blog-card-box .cwp-blog-content{
padding-top:0;	
}
.cwp-blog-card-box .cwp-blog-content p{
margin-top:10px;
font-size:15px;
}
.cwp-blog-card-box .cwp-blog-content ul{
margin-top:12px;
}
.cwp-blog-card-box .cwp-blog-content ul li{
margin-bottom:5px;
display:flex;	
}
.cwp-blog-card-box .cwp-blog-content ul li i{
color:#24b2f3;
margin-right:10px;	
}
.cwp-blog-card-box .cwp-blog-content a{
margin-top:20px;
display:inline-block;
text-transform:uppercase;
padding:8px 14px;
font-weight:600;
}

/*===================== Testimonial Section =====================*/
#cwp-testimonials{
	width:100%;
	height:100%;
	position:relative;
}
#cwp-testimonials:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(50deg,#3F51B5,#2196F3);
}
#cwp-testimonials.cwp-section-pd{
padding-bottom:40px;	
} 
#cwp-testimonials .cwp-testimonial-item {
  text-align: center;
  background:rgba(255, 255, 255, 0.18);
  border:1px solid rgba(255, 255, 255, 0.25);
  padding:20px;
  height:auto;
}
#cwp-testimonials .cwp-testimonial-item h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform:uppercase;
  margin: 15px 0 5px 0;
  color:#24b2f3;
}
#cwp-testimonials .cwp-testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
#cwp-testimonials .cwp-testimonial-item .cwp-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#cwp-testimonials .cwp-testimonial-item .cwp-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
  margin-left:5px;
  transform: rotate(-177deg);
}
#cwp-testimonials .cwp-testimonial-item p {
  margin: 0 auto 15px auto;
  color:#FFFFFF;
  line-height:1.6;
}
@media (min-width: 992px) {
#cwp-testimonials .cwp-testimonial-item p {
    width: 80%;
}
}
#cwp-testimonials .owl-carousel .owl-dots.disabled{
	display:block;
}
#cwp-testimonials .owl-nav, #cwp-testimonials .owl-dots {
  margin-top: 40px;
  text-align: center;
}
#cwp-testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}
#cwp-testimonials .owl-dot.active {
  background-color:#24b2f3;
}
#cwp-testimonials .owl-theme .owl-dots .owl-dot span{
  margin:0;
  background-color: transparent;
  box-shadow: 0 0 0 2px #24b2f3;
    width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color:#24b2f3; 
}

/*===================== Work Section =====================*/
.cwp-work-section{
background:#FFFFFF;	
}
.cwp-work-section .cwp-work-item{
text-align:center;
border:1px solid #DDDDDD;
padding:15px;
margin-bottom:15px;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;	
}
.cwp-work-section .cwp-work-item:hover{
background:#FFFFFF;
box-shadow: 0 0 40px 0 rgba(0,0,0,0.10);
border-color:#FFFFFF;	
}
.cwp-work-section .cwp-work-item img{
width:55px;
}
.cwp-work-section .cwp-work-item h4{
margin-top:15px;
font-size:18px;	
}

/*===================== Contact Section =====================*/

.cwp-contact-section {
background:#FFFFFF;
}
.cwp-contact-section .cwp-contact-media{
margin-bottom:40px;	
}
.cwp-contact-section .cwp-contact-info-box{
display:flex;
display:-webkit-flex;
}
.cwp-contact-section .cwp-contact-info-box .cwp-icon i{
font-size:16px;
line-height:40px;
text-align: center;
width:40px;
height:40px;
background:#24b2f3;
border-radius: 2px;
display: block;
color:#FFFFFF;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cwp-contact-section .cwp-contact-info-box .cwp-media-body{
margin-left:20px;	
}
.cwp-map{
position:relative;
width:100%;
}

/*--- About ---*/
.cwp-about-box{
}
.cwp-about-box p{
font-size: 16px;
line-height: 1.8;
text-align: center;	
}
.cwp-about-box ul{
margin-top:20px;
}
.cwp-about-box ul li{
font-size:16px;
margin-bottom:8px;
display:flex;	
}
.cwp-about-box ul li i{
margin-right:10px;
color:#24b2f3;	
}
.cwp-about-box a{
margin-top:30px;		
}

/*===================== References Section =====================*/
.cwp-references-section{background:#fafafa;}
.cwp-references-section .cwp-reference-box{
margin-bottom:40px;	
}
.cwp-references-section .cwp-reference-box h3{
color:#24b2f3;
margin-bottom:20px;	
}
.cwp-references-section .cwp-reference-box p{
font-size:16px;
line-height:1.7;	
}

/*===================== Footer Section =====================*/

.cwp-footer-section {
width: 100%;
padding: 60px 0;
color: #858899;
background:#212121;
position:relative;
}

.cwp-footer-section h2,.cwp-footer-section h3,.cwp-footer-section h4 {
margin-bottom: 30px;
font-weight: 600;
color: #fff;
}
.cwp-footer-section a {
color:#bdbdbd;
}
.cwp-footer-section a:hover {
color: #fff;
}
.cwp-footer-section .cwp-widget-box {
margin-bottom: 30px;
color: #858899;
position:relative;
}
.cwp-footer-section .cwp-widget-box  .logo{
display:flex;
margin-bottom:20px;
position:relative;
}
.cwp-footer-section .cwp-widget-box  .logo img{
width:80px;
background:#fff;
border-radius:4px;
padding:5px;
}
.cwp-footer-section .cwp-widget-box  .logo .txt{
margin-top:10px;
margin-left:15px;
}
.cwp-footer-section .cwp-widget-box  .logo .txt span{
color:#212121;
font-size:15px;
}
.cwp-footer-section .cwp-widget-box p{
color:#bdbdbd;	
}
.cwp-footer-section .cwp-widget-title {
margin-bottom: 20px;
font-size: 16px;
letter-spacing: 1px;
color:#FFFFFF;
}
.cwp-footer-section .cwp-widget-box ul {
list-style-type: none;
padding: 0;
}
.cwp-footer-section .cwp-widget-box ul li {
padding-top: 5px;
font-size: 14px;
line-height: 24px;
}
.cwp-footer-section .social-icon li a {
color: #fff;
background-color: #282828;
}
.cwp-footer-section .social-icon li a:hover {
background-color: #ffa800;
}
.cwp-footer-section .cwp-widget-box ul.list-inline,.cwp-footer-section .cwp-widget-box form{
	margin-top:20px;
}
.cwp-footer-section .cwp-widget-box form{
	display:flex;
}
.cwp-footer-section .cwp-widget-box form input[type="email"]{
    border: 0;
    padding: 6px 8px;
    width: 65%;
	border-radius:4px 0 0 4px;
}
.cwp-footer-section .cwp-widget-box form input[type="submit"] {
    background:#24b2f3;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
	border-radius:0 4px 4px 0;
}
@media(max-width:991px){
.cwp-footer-section .cwp-widget-box form input[type="email"]{
	width:70%;
}
.cwp-footer-section .cwp-widget-box form input[type="submit"]{
	width:30%;
}	
}
.cwp-footer-section .cwp-widget-box ul.list-inline li a{
	font-size: 15px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    display: block;
    color: #24b2f3;
    transition: all 0.3s;
}
.cwp-footer-section .cwp-widget-box ul.list-inline li a:hover {
    color: #212121;
}
.cwp-footer-section .cwp-map-cover:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(33,33,33,0.60);
}


