/*      All Global css
----------------------------*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #706b6b;
    position: relative;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a{
	transition: .5s ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
}










.header-top {
    border-top: 3px solid #f44912;
    background: #fff;
    padding: 10px 0;
}

.header-follow-us-con {
    display: inline-block;
    margin-right: 30px;
    padding-top: 8px;
}

.header-follow-us-con ul li{
    display: inline-block;
    margin-right: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.header-follow-us-con ul li a{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 7px;
}
.facebook-bg{
    background: #184ebc;
}
.facebook-bg:hover, .facebook-bg:focus{
    background: #1f5ad4;
}

.twitter-bg{
    background: #1491ec;
}
.twitter-bg:hover, .twitter-bg:focus{
    background: #35a3f4;
}

.youtube-bg{
    background: #f71010;
}

.youtube-bg:hover, .youtube-bg:focus{
    background: #fa4444;
}

.instagram-bg{
    
background: #f6aa13; 
background: -moz-linear-gradient(45deg,  #f6aa13 0%, #9c11d6 100%); 
background: -webkit-linear-gradient(45deg,  #f6aa13 0%,#9c11d6 100%); 
background: linear-gradient(45deg,  #f6aa13 0%,#9c11d6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6aa13', endColorstr='#9c11d6',GradientType=1 ); 

}

.instagram-bg:hover, .instagram-bg:focus{
    background: #f6aa13; 
	background: -moz-linear-gradient(45deg,  #f6aa13 0%, #9c11d6 100%); 
	background: -webkit-linear-gradient(45deg,  #f6aa13 0%,#9c11d6 100%); 
	background: linear-gradient(45deg,  #f6aa13 0%,#9c11d6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6aa13', endColorstr='#9c11d6',GradientType=1 );
}


.header-follow-us-con .follow-us-text{
	color: #09264b;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
}

.logo-con{
	text-align: center;
}

.logo-con img{
	max-width: 100%;
	width: 200px;
}

.header-top-right {
    text-align: right;
}

.header-top-right ul li{
	display: inline-block;
	margin-left: 10px;
}

.header-top-right ul li a{
	color: #09264b;
	font-size: 14px;
	font-weight: 600;
}
.header-top-right ul li i{
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f44913;
	margin-right: 3px;
	padding-top: 8px;
}

.bg-light {
    background-color: #09264b !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    border-left: 1px solid #3a516f;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #09264b;
    background: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #09264b;
    background: #fff;
}

.navbar{
	padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #eaeaea;
}

.camera_caption{
	left: 10%;
	top: 50%;
	width:40%;
	bottom: auto;
	-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.camera_caption > div {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 15px;
}
.camera_caption a{ 
	color: #09264b;
	padding: 12px 30px;
	display: inline-block;
	border: 2px solid #09264b;
	font-size: 18px;
	font-weight: 600;
}
.camera_caption a:hover{
	text-decoration: none;
	color: #f33f06;
	border:2px solid #f33f06;
} 
.camera_caption h1{
	font-size: 46px;
	font-weight:900;
	text-transform: uppercase;
	color: #09264b;
	margin: 0 0 10px 0;
	line-height: 56px;
}

.camera_caption h2{
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #f33f06;
	margin: 0 0 30px 0;
}

.welcome-sec{
	padding: 50px 0;
	background: #f33f06;
	text-align: center;
}

.welcome-sec h2{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 900;
}

.welcome-sec p{
	font-size: 18px;
	color: #fff;
	font-style: italic;
	line-height: 22px;
	padding-right: 10%;
	padding-left: 10%;
}

.welcome-sec a{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding: 10px 20px;
	text-transform: uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	display: inline-block;
	font-weight: 600;
}

.featured-product-sec{
	background:#fff;
	padding: 50px 0;
}

.featured-product-sec h2{
	font-size: 30px;
	color: #09264b;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	font-weight: 900;
	text-align: center;
}


.owl-theme .owl-dots{
 text-align:center;
 -webkit-tap-highlight-color:transparent
}


.owl-theme .owl-nav.disabled+.owl-dots {
 margin-top:10px
}
.owl-theme .owl-dots .owl-dot {
 display:inline-block;
 zoom:1
}
.owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}


.owl-theme .owl-dots .owl-dot span {
 width:15px;
 height:15px;
 margin:5px 7px;
 background:#8693a4;
 display:block;
 -webkit-backface-visibility:visible;
 transition:opacity .2s ease;
 border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 background:#f33f06
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
.product-block{
	border:1px solid #dfdfdf;
	padding: 10px;
	border-radius: 5px;
}
.product-block img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 5px 5px 0 0;
}

.product-block h4{
	font-size: 18px;
	color: #f33f06;
	text-transform: uppercase;
	margin:0 0 15px 0;
	font-weight: 900;
}

.product-block p{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 24px;
}

.product-block a{
	font-size: 14px;
	color: #09264b;
	font-weight: 600;
}

.call-to-action-sec{
	padding: 60px 0;
	text-align: center;
}

.call-to-action-sec h2{
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 900;
	text-align: center;
	line-height: 50px;

}
.call-to-action-sec a{
	font-size: 12px;
	color: #fff;
	font-weight: 900;
	background: #f33f06;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}

.call-to-action-sec{
	padding: 60px 0;
	text-align: center;
}

.testimonial-sec{
	padding: 60px 0;
	background: #d3d3d3;
}
.testimonial-sec h2{
	font-size: 30px;
	color: #09264b;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	font-weight: 900;
	text-align: center;
}

.testimonial-block{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	text-align: center;
}

.testimonial-block img{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 140px !important;
	height: 140px;
	border-radius: 50%;
	top: -70px;
	z-index: 1;
	margin: 0 auto;
	border:2px solid #f33f06;
}
.testimonial-sec .owl-carousel .owl-stage-outer {
    padding-top: 70px;
}

.what-wedo-sec{
	background: #f33f06;
	padding: 60px 0;
}

.what-wedo-sec h3{font-size: 30px; color: #fff; text-transform: uppercase; margin: 0 0 30px 0; font-weight: 900; text-align: center;}

.fancybox {
	display: block;
	width: 100%;
	height: 210px;
	background-size: cover !important;
	margin: 0 0 25px;
	position: relative;
}

.fancybox::after {
	content: '\f002';
	font-family: 'fontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f2f2f2;
	font-size: 24px;
	background: rgba(0,0,0,0.3);
	visibility: hidden;
	opacity: 0;
}

.fancybox:hover::after{visibility: visible; opacity: 1;}

.what-wedo-sec-block {
	padding: 50px 10px;
}

.what-wedo-sec-block h2{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	font-weight: 900;
}

.what-wedo-sec-block p{
	font-size: 14px;
	color: #fff;
	margin: 0 0 30px 0;
}

.what-wedo-sec-block a{
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

.what-wedo-sec-border{
	border-right: 1px solid #f56538;
}


.subscribe-sec{
	background: #fff;
	padding: 50px 0;
}

.subscribe-sec h4{
	color: #081d32;
	font-size: 28px;
	font-weight: 600;
	margin-top: 10px;
}


.subscribe-sec .input-group > .form-control{
	border-radius: 25px;
	padding: 25px 15px;
	background: #e2e2e2;
    color: #081d32;
}

.btn-subscribe{
	background: #f33f06;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-subscribe:hover, .btn-subscribe:focus{
	background: #f66c40;
	color: #fff;
}


.subscribe-sec .input-group > .input-group-append > .btn{
	border-radius: 25px;
	padding-left: 35px;
	padding-right: 35px;
	margin-left: 15px;
}

.footer-top{
	background: #080808;
	padding: 50px 0 20px 0;
}
.footer-block {
    margin-bottom: 30px;
}



.footer-top h4{
	font-size: 24px;
	color: #fff;
	margin:0 0 20px 0;
	font-weight: 600;
}
.quick-contact p{
	padding-left: 30px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 18px;
	position: relative;
}

.quick-contact p i{
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 2px;
}
.quick-link li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.quick-link li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.quick-link li a{
	font-size: 14px;
	color: #fff;
}

.quick-link li a:hover{
	color:#f33f06;
}

.footer-bottom{
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	font-weight: 600;
}
body, html {overflow-x: hidden; }
.wrap.bodyContent {padding: 60px 0; width: 100%; position: relative; }
.wrap.bodyContent .entry-title {font-size: 30px; color: #09264b; text-transform: uppercase; margin: 0 0 40px 0; font-weight: 900; text-align: left; }
.wrap.bodyContent p {font-size: 18px; color: #212121; line-height: 30px; margin: 0 0 20px; font-weight: 400; }
.wrap.bodyContent ul{margin: 0 0 30px;}
.wrap.bodyContent li {font-size: 18px; color: #212121; line-height: 26px; margin: 0 0 10px; font-weight: 400; list-style-type: disc; list-style-position: inside; }
.wrap.bodyContent h3 {font-size: 24px; color: #09264b; text-transform: none; margin: 0 0 25px 0; font-weight: 700; }

.ftInfo {width: 100%; position: relative; float: left; text-align: center; padding: 40px 0; background: #d3d3d3; }
.ftInfo ul {display: flex; align-items: center; justify-content: space-around; }
.ftInfo ul li {font-size: 18px; color: #09264b; text-transform: none; margin: 0; font-weight: 600; }

.contactPg{width: 100%; position: relative; float: left; padding: 60px 0;}
.contactPg p {font-size: 18px; color: #212121; line-height: 30px; margin: 0 0 20px; font-weight: 400; }
.contactPg ul{margin: 0 0 30px;}
.contactPg li {font-size: 18px; color: #212121; line-height: 26px; margin: 0 0 10px; font-weight: 400; list-style-type: disc; list-style-position: inside; }
.contactPg h3 {font-size: 24px; color: #09264b; text-transform: none; margin: 0 0 25px 0; font-weight: 700; }

.map {width: 100%; position: relative; float: left; line-height: 0; }
.map iframe {width: 100%; height: 280px; }







@media (max-width: 1199.98px) { 
  .header-top .header-top-right ul li i {
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f44913;
    margin-right: 3px;
    padding-top: 6px;
  }

  .header-top-right {
    padding-top: 0px;
  } 


}

@media (max-width: 991.98px) {
.header-top .header-follow-us-con ul li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 0px;
}
.navbar {
    padding: 10px;
}
.navbar-light .navbar-nav .nav-link {
    border-left: 0px solid #3a516f;
    padding: 6px 20px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(243,63,6,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.navbar-nav{
	padding-top: 10px;
}

}

@media (max-width: 767.98px) { 
   .header-top .header-follow-us-con {
    display: block;
    margin-right: 0px;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 10px;
   }
   .header-top-right ul li {
    display: inline-block;
    margin: 0 5px;
   }
 .header-top-right {
    padding-top: 10px;
    text-align: center;
  }
  .logo-con img {
    max-width: 147px;
  }
  .camera_caption {
    width: 70%;
  }
  .camera_caption h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .camera_caption h2 {
    font-size: 24px;
}
.what-wedo-sec-block {
    padding: 0px 0px 30px 0px;
}

.what-wedo-sec {
    background: #f33f06;
    padding: 50px 0 20px 0;
}
.what-wedo-sec-border {
    border-right: 0px solid #f56538;
}
.what-wedo-sec-block h2 {
    margin: 0 0 20px 0;

}
.subscribe-sec h4 {
    font-size: 20px;
    margin-top: 0px;
}
.subscribe-sec .input-group > .input-group-append > .btn {
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
}
.subscribe-sec {
    background: #fff;
    padding: 50px 0 30px 0;
}
.ftInfo ul {
	display: block;
	text-align: center;
}
.ftInfo ul li {
	margin: 10px 11px;
	text-align: center;
	float: left;
	display: inline-block;
}
.wrap.bodyContent{padding: 60px 15px;}
}

@media (max-width: 575.98px) { ... }

.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

/*****************contact-page*******************/

.inner_page_wrap {
    margin: 60px 0;
}
.form-sec {
    padding: 15px 15px 25px;
    text-align: left;
}
.form_bg {
    background: rgba(0,0,0,0.05) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
}
.form-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.form-title h3 span {
    color: #055eb2;
}
.rd-mailform1 {
    margin-top: 30px;
}
.rd-mailform1 .form-control {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    height: 40px;
    width: 100%;
}
.rd-mailform1 textarea {
    border-radius: 0 !important;
    border: 1px solid #d2d2d2 !important;
    height: 200px !important;
    background-color: #fff !important;
}
.contact_submit_btn {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #055eb2;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    box-shadow: none;
    border: none;
    font-weight: 700;
}
.contact-item {
    box-shadow: 0 0 5px 0 rgba(208,208,208,1.00);
    display: inline-block;
    margin-bottom: 7px;
    padding: 12px 14px;
    width: 100%;
}
.contact-item .content {
    float: left;
}
.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.contact-item p {
    color: #838383;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.contact-item .icon {
    color: #1b9ed6;
    float: right;
    font-size: 44px;
}
.map_section {
    margin-top: 0;
}
.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}
form label {
    display: block;
}
form label .wpcf7-form-control-wrap input {
    width: 100%;
}
form input.wpcf7-submit:hover {
    background: #443837;
}
form input.wpcf7-submit{
        background: rgb(0,193,245);
    background: -moz-linear-gradient(left, rgba(0,193,245,1) 0%, rgba(232,7,40,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,193,245,1) 0%,rgba(232,7,40,1) 100%);
    background: linear-gradient(to right, rgba(0,193,245,1) 0%,rgba(232,7,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c1f5', endColorstr='#e80728',GradientType=1 );
    padding: 12px 40px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
}




