@charset "utf-8";
/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Playball');
@import url('https://fonts.googleapis.com/css?family=Cairo:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
/** Usage in CSS
font-family: 'Lato', sans-serif;
**/
body{
font-family: 'Lato', sans-serif;
box-sizing: border-box;
font-size: 15px;
color: #2f2f2f;
}
a,
a:hover{ text-decoration: none; }
.clr_float{ clear:both; }
.clr{ height: 10px; display: block; width: 100%; }
.mar_bott{ margin-bottom: 30px; }
.sidenav_space_top_bott{ margin: 30px 0px; }
/*.top_menu_btn{
font-size: 27px;
cursor: pointer;
color: #fff;
border-radius: 4px;
position: absolute;
top: 25px;
right: 80px;
display: none;
width: 40px;
height: 38px;
background: #333;
z-index: 1031;
}
.top_menu_btn:hover{
background: #222;
}
.top_menu_btn i{
margin: 7px auto;
}*/
/*.top_menu_btn img{
margin: 7px auto;
}*/
header {
width: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
background: #fff;
z-index: 16;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}
#banner { margin-top: 148px; }
.top_strip {
background-color: #333;
padding: 10px 0;
display: block;
}
.top_strip .top_social { text-align: right; }
.top_strip .top_social ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
margin-top: -5px;
}
.top_strip .top_social ul li {
display: inline-block;
}
.top_strip .top_social ul li a{
position: relative;
display: inline-block;

color: #353535;
z-index: 1;
margin: 0px 4px;
font-size: 15px;

border-bottom: 0px;
width: 30px;
height: 30px;
text-align: center;
/*line-height: 36px;*/
color: #fff;
border-radius: 50%;
/*margin: 34px 4px;*/
background-color: transparent;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
line-height: inherit;
}
/*.top_strip .top_social ul li a.soc_link {
padding: 0;
border-bottom: 0px;
width: 34px;
height: 34px;
text-align: center;
line-height: 36px;
color: #fff;
border-radius: 50%;
margin: 34px 4px;
}*/
.top_strip .top_social ul li a.soc_link i {
line-height: 32px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.top_strip .top_social ul li a.fb_link {
background-color: #3b5998;
}
.top_strip .top_social ul li a.insta_link {
/*background-color: #405DE6;*/
background: #d6249f;
background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -moz-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.top_strip .top_social ul li a.insta_link i {
font-size: 18px;
}
.top_strip .top_social ul li a.pint_link {
background-color: #bd081c;
}
.top_strip .top_social ul li a.linkedin_link {
background-color: #0077b5;
}
.top_strip .top_social ul li a.youtube_link {
background-color: #ff0000;
}
.top_strip .top_social ul li a.youtube_link i {
font-size: 19px;
}
.top_strip .top_social ul li a.fb_link {
padding: 0;
border-bottom: 0px;
}
.top_strip .top_social ul li:hover > a.soc_link i {
text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}
.top_strip .top_social ul li:hover > a.fb_link,
.top_strip .top_social ul li.active:hover > a.fb_link {
background-color: #2d4882;
}
.top_strip .top_social ul li:hover > a.pint_link,
.top_strip .top_social ul li.active:hover > a.pint_link {
background-color: #ab0a1b;
}
.top_strip .top_social ul li:hover > a.insta_link,
.top_strip .top_social ul li.active:hover > a.insta_link {
background-color: #2b48d4;
}
.top_strip .top_social ul li:hover > a.linkedin_link,
.top_strip .top_social ul li.active:hover > a.linkedin_link {
background-color: #006aa6;
}
.top_strip .top_social ul li:hover > a.youtube_link,
.top_strip .top_social ul li.active:hover > a.youtube_link {
background-color: #e40202;
}
/*.top_strip .top_contact ul,
.top_strip .top_mail ul {
list-style: none;
margin-bottom: 0;
position: relative;
padding-left: 40px;
display: inline-block;
}
.top_strip .top_contact ul:before,
.top_strip .top_mail ul:before {
position: absolute;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
line-height: 30px;
left: 0;
top: -4px;
text-align: center;
background-color: #fff;
color: #0254a5;
font-family: FontAwesome;
}
.top_strip .top_contact ul:before {
content: '\f095';
}
.top_strip .top_mail ul:before {
content: '\f0e0';
}*/
.top_strip .top_contact ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.top_strip .top_contact ul li {
display: inline-block;
position: relative;
padding-left: 35px;
padding-right: 5px;
}
.top_strip .top_contact ul li:before {
position: absolute;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
line-height: 30px;
left: 0;
top: -4px;
text-align: center;
background-color: #fff;
color: #0254a5;
font-family: FontAwesome;
}
.top_strip .top_contact ul li.call_links:before {
content: '\f095';
}
.top_strip .top_contact ul li.mail_links:before {
content: '\f0e0';
}
/*.top_strip .top_contact ul li:after,
.top_strip .top_mail ul li:after {
content: ',';
display: inline-block;
color: #fff;
}
.top_strip .top_contact ul li:last-child:after,
.top_strip .top_mail ul li:last-child:after {
content: ',';
display: none;
}*/
.top_strip .top_contact ul li a,
.top_strip .top_mail ul li a {
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 700;
text-align: center;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.top_strip .top_contact ul li a:hover,
.top_strip .top_mail ul li a:hover {
color: rgba(59,172,233,1);
}
/** Floating menu  **/
/** Usage of classes for .floating_menu :
1) left - to make floating menu left align
2) right - to make floating menu right align
**/
/*************************/
/****** Menu Right ******/
/*************************/

.floating_menu.right { right: 0; }
/*.floating_menu.right ul li:hover { right: 0px; }*/
/*.floating_menu.right ul li {
right: -150px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}*/
.floating_menu.right ul li {
right: 0px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.floating_menu.right ul li .trig_icon { left: 0; }
.floating_menu.right ul li .menu_cont { padding-left: 60px; }

/*************************/
/****** Menu left *******/
/*************************/
.floating_menu.left { left: 0; }
/*.floating_menu.left ul li:hover { left: 0px; }*/

/*.floating_menu.left ul li {
left: -150px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}*/
.floating_menu.left ul li {
left: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.floating_menu.left ul li .trig_icon { right: 0; }

.floating_menu.left ul li .menu_cont {
padding-right: 60px;
text-align: right;
}
/** common styles **/
.floating_menu {
display: inline-block;
position: fixed;
top: 45%;
z-index: 1000;
}
/*.floating_menu ul li {
display: block;
background-color: #ccc;
height: 48px;
width: 200px;
position: relative;
overflow: hidden;
margin-bottom: 10px;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
transition: all 0.2s ease-in-out;
}*/
.floating_menu ul li {
display: block;
background-color: #ccc;
height: 48px;
width: 50px;
position: relative;
overflow: hidden;
margin-bottom: 10px;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
transition: all 0.2s ease-in-out;
}
.floating_menu ul li .trig_icon {
display: inline-block;
width: 50px;
height: 48px;
position: absolute;
background-color: #333;
color: #fff;
text-align: center;
}
.floating_menu ul li .trig_icon i {
font-size: 24px;
line-height: 48px;
}
.floating_menu ul li.phone .trig_icon {  background-color: #0b82c2; }
.floating_menu ul li.whtsapp .trig_icon {  background-color: #169c0f; }
.floating_menu ul li.email .trig_icon {  background-color: #ff802b; }
.floating_menu ul li.phone .menu_cont { background-color: #5aa0e8; }
.floating_menu ul li.whtsapp .menu_cont { background-color: #1fc516; }
.floating_menu ul li.email .menu_cont { background-color: #fd9a57; }

.floating_menu ul li .menu_cont {
display: block;
vertical-align: middle;
font-size: 16px;
color: #fff;
}
.floating_menu ul li .menu_cont a {
color: inherit;
display: block;
height: 48px;
line-height: 48px;
text-decoration: none;
}
.contact_number_modal .modal-content { border: 0px; }
.contact_number_modal .close { opacity: 0.5; }
.contact_number_modal ul {
list-style: none;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 0;
}
.contact_number_modal ul li {
display: block;
/*padding-left: 20px;*/
margin-bottom: 15px;
/*background: #ddd;*/
font-size: 16px;
}
.contact_number_modal ul li:last-child { margin-bottom: 0; }
.contact_number_modal ul li a {
position: relative;
width: 100%;
display: block;
text-decoration: none;
background: #5caeff;
color: #fff;
border-radius: 50px;
transition: all 0.2s ease-in-out;
}
.contact_number_modal ul li a:hover,
.contact_number_modal ul li a:focus {
color: #fff;
background: #419cf7;
text-decoration: none;
outline: none;
}
.cta_icon {
position: absolute;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px;
left: 0;
top: 0;
text-align: center;
background-color: #2987e4;
border: 1px solid #2987e4;
color: #fff;

}
.cta_icon i {
font-size: 20px;
}
.cta_info {
display: block;
padding: 3px 5px 3px 65px;
}
.cta_info p {
font-size: 16px;
margin-bottom: 0;
}
.cta_info p b {
display: block;
}
.contact_number_modal ul li:nth-of-type(2) a {
background: #f77a80;
}
.contact_number_modal ul li:nth-of-type(3) a {
background: #07d08a;
}
.contact_number_modal ul li:nth-of-type(2) .cta_icon {
background-color: #f55057;
border: 1px solid #f55057;
}
.contact_number_modal ul li:nth-of-type(3) .cta_icon {
background-color: #03a86f;
border: 1px solid #03a86f;
}
.contact_number_modal ul li:nth-of-type(2) a:hover {
background: #f5767c;
}
.contact_number_modal ul li:nth-of-type(3) a:hover {
background: #07c583;
}
/**********************************/
.logo{ padding:0; }
.logo_box {
padding: 7px 0;
}
.logo_box img{
/* width: 124px; */
width: 200px;
display: inline-block;
margin-right: 15px;
position: relative;
z-index: 1;
}
/*** Owl carousel styles ***/
.owl-carousel .item {
border: 1px solid #ddd;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.owl-carousel .item a { display: block; }
.owl-carousel .item a:focus { text-decoration: none; outline: none; }
.owl_controls {
position: absolute;
width: 30px;
height: 30px;
padding: 0;
border: 0px;
background-color: #333;
color: #fff;
border-radius: 50%;
display: inline-block;
top: 50%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 3;
}
.owl_controls i { font-size: 24px; line-height: 26px; }
.owl_controls.customPrevBtn { left: 0px; }
.owl_controls.customNextBtn { right: 0px; }
.owl_controls:hover,
.owl_controls:focus { background-color: #268eda; color: #fff; outline: none; }
/******* Main Navigation *********/
.menu{ padding: 0px;  }
.menu .navbar-default{
background: url(../img/top-bg.png) no-repeat center;
height: 100px;
border-radius: 0px;
margin-top: 0px;
box-shadow: none;
min-height: 90px;
transition: all 0.3s ease-in-out;
}
.menu .navbar-default .container { position: relative; }
.menu .navbar-nav{
margin:0;
padding:0;
}
.menu .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: 0;
}
.menu .navbar-nav > li{
position: relative;
}
.menu .navbar-nav > li > a{
position: relative;
border-bottom: 2.5px solid transparent;
border-radius: 0;
display: inline-block;
padding: 8px 0px;
color: #353535;
z-index: 1;
margin: 30px 12px;
font-size: 16px;
background-color: transparent;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
line-height: inherit;
}
.menu .navbar-nav > li > a.soc_link {
padding: 0;
border-bottom: 0px;
width: 34px;
height: 34px;
text-align: center;
line-height: 36px;
color: #fff;
border-radius: 50%;
margin: 34px 4px;
}
.menu .navbar-nav > li > a.soc_link i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.menu .navbar-nav > li > a.fb_link {
background-color: #3b5998;
}
.menu .navbar-nav > li > a.insta_link {
/*background-color: #405DE6;*/
background: #d6249f;
background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -moz-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.menu .navbar-nav > li > a.insta_link i {
font-size: 19px;
}
.menu .navbar-nav > li > a.pint_link {
background-color: #bd081c;
}
.menu .navbar-nav > li > a.linkedin_link {
background-color: #0077b5;
}
.menu .navbar-nav > li > a.youtube_link {
background-color: #ff0000;
}
.menu .navbar-nav > li > a.youtube_link i {
font-size: 21px;
}
.menu .navbar-nav > li > a.fb_link {
padding: 0;
border-bottom: 0px;
}
.menu .navbar-nav li a.top_login{
position: relative;
padding: 8px 10px;
border-radius: 4px;
/*	margin: 27px 10px;*/
margin: 27px 0px 27px 10px;
min-width: 80px;
border-bottom: 0;
color: #fff;
/*background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);*/
background-image: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
}
.menu .navbar-nav li a.top_login:after {
content: '';
position: absolute;
display: inline-block;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #F58220;
border-radius: 4px;
z-index: -1;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.menu .navbar-nav li a.top_login:hover:after {
opacity: 1;
}
.menu .navbar-nav li:hover .top_login, .menu .navbar-nav li .top_login:hover{
color: #fff;
border-bottom: 0;
}
.menu .navbar-nav li a.top_login img{
display: inline-block;
margin-top: -4px;
margin-right: 7px;
}
.menu .navbar-nav li a.top_reg{
padding: 8px 10px;
border-radius: 4px;
border-bottom: 0;
margin: 27px 0px 27px 10px;
min-width: 80px;
color: #fff;
background: rgba(59,172,233,1);
background: -moz-linear-gradient(left, rgba(59,172,233,1) 0%, rgba(1,121,185,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(59,172,233,1)), color-stop(100%, rgba(1,121,185,1)));
background: -webkit-linear-gradient(left, rgba(59,172,233,1) 0%, rgba(1,121,185,1) 100%);
background: -o-linear-gradient(left, rgba(59,172,233,1) 0%, rgba(1,121,185,1) 100%);
background: -ms-linear-gradient(left, rgba(59,172,233,1) 0%, rgba(1,121,185,1) 100%);
background: linear-gradient(to right, rgba(59,172,233,1) 0%, rgba(1,121,185,1) 100%);
}
.menu .navbar-nav li a.top_reg:after {
content: '';
position: absolute;
display: inline-block;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #F58220;
border-radius: 4px;
z-index: -1;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.menu .navbar-nav li a.top_reg:hover:after {
opacity: 1;
}
.menu .navbar-nav li:hover .top_reg, .menu .navbar-nav li .top_reg:hover{
color: #fff;
border-bottom: 0;
}
.menu .navbar-nav li a.top_reg.top_order {
background: rgba(247,148,81,1);
background: -moz-linear-gradient(left, rgba(247,148,81,1) 0%, rgba(255,102,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,148,81,1)), color-stop(100%, rgba(255,102,0,1)));
background: -webkit-linear-gradient(left, rgba(247,148,81,1) 0%, rgba(255,102,0,1) 100%);
background: -o-linear-gradient(left, rgba(247,148,81,1) 0%, rgba(255,102,0,1) 100%);
background: -ms-linear-gradient(left, rgba(247,148,81,1) 0%, rgba(255,102,0,1) 100%);
background: linear-gradient(to right, rgba(247,148,81,1) 0%, rgba(255,102,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79451', endColorstr='#ff6600', GradientType=1 );
}
.menu .navbar-nav li:hover .top_reg.top_order, .menu .navbar-nav li .top_reg.top_order:hover{
color: #fff;
border-bottom: 0;
-webkit-box-shadow: 0px 1px 21px 1px rgba(255,102,0,0.4);
-moz-box-shadow: 0px 1px 21px 1px rgba(255,102,0,0.4);
box-shadow: 0px 1px 21px 1px rgba(255,102,0,0.4);
}
.menu .navbar-nav li a.top_reg img{
display: inline-block;
margin-top: -5px;
margin-right: 5px;
}
.menu .navbar-nav > li.active > a{
border-bottom: 2.5px solid #035cc1;
background-color: transparent;
}
.menu .navbar-nav > li:hover > a,
.menu .navbar-nav > li.active:hover > a{
color: #353535;
border-bottom: 2.5px solid #035cc1;
background-color: transparent;
}
.menu .navbar-nav > li:hover > a.soc_link,
.menu .navbar-nav > li.active:hover > a.soc_link {
border-bottom: 0px;
color: #fff;
}
.menu .navbar-nav > li:hover > a.soc_link i {
text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}
.menu .navbar-nav > li:hover > a.fb_link,
.menu .navbar-nav > li.active:hover > a.fb_link {
background-color: #2d4882;
}
.menu .navbar-nav > li:hover > a.pint_link,
.menu .navbar-nav > li.active:hover > a.pint_link {
background-color: #ab0a1b;
}
.menu .navbar-nav > li:hover > a.insta_link,
.menu .navbar-nav > li.active:hover > a.insta_link {
background-color: #2b48d4;
}
.menu .navbar-nav > li:hover > a.linkedin_link,
.menu .navbar-nav > li.active:hover > a.linkedin_link {
background-color: #006aa6;
}
.menu .navbar-nav > li:hover > a.youtube_link,
.menu .navbar-nav > li.active:hover > a.youtube_link {
background-color: #e40202;
}
/*** 09-July-19 **/
.menu .navbar-default .navbar-nav > .open > a,
.menu .navbar-default .navbar-nav > .open > a:hover,
.menu .navbar-default .navbar-nav > .open > a:focus {
color: #353535;
background-color: transparent;
}
.menu .navbar-default li.dropdown.open .dropdown-menu {
top: 100%;
visibility: visible;
opacity: 0.95;

}
.menu .navbar-default .dropdown.multinav { position: inherit; }
.menu .navbar-default .dropdown-menu {
/*width: 100% !important;*/
width: calc(100% - 30px);
left: 0;
margin: auto;
display: block;
visibility: hidden;
opacity: 0;
background-color: #fff;
box-shadow: 0 1px 8px rgba(0,0,0,0.3);
border: 0;
padding: 0;
border-radius: 3px;
overflow: hidden;
transition: all 0.3s ease-in-out;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu {
top: 120%;
/*border-top: 6px solid #035cc1;*/
border-top: 6px solid rgba(3,92,193,0.9);
}
.menu .navbar-default .dropdown-menu li {
border-bottom: 1px solid #147ff9;
}
.menu .navbar-default .dropdown-menu li:last-child {
border-bottom: 0px solid #147ff9;
}
.menu .navbar-default .dropdown-menu li a {
font-size: 15px;
padding: 8px 15px;
color: #fff;
background: rgba(3,92,193,0.95);
}
.menu .navbar-default .dropdown-menu li.active a,
.menu .navbar-default .dropdown-menu li a:hover {
background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap {
padding: 25px 20px;
background: #fff;
/*border-top: 3px solid rgba(3,92,193,0.95);*/
/*background-color: #ccc;*/
/*background: rgba(60,173,234,1);*/
/*background: rgba(3,92,193,0.95);*/
/*background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);*/
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap .col-xs-12 {
min-height: 210px;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap .col-xs-12:last-child,
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap .col-xs-12:nth-child(5),
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap .col-xs-12:nth-child(6) {
min-height: 150px;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap h3 {
margin-top: 0;
margin-bottom: 10px;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap h3 a {
color: #fff;
/*background-color: #ccc;*/
/*background: rgba(3,92,193,0.95);*/
background: rgba(60,173,234,1);
padding: 8px 10px;
display: block;
font-size: 16px;
border-radius: 3px;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap .row .col-xs-12:nth-type(1) h3 a {
background: #2177bd;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrapc .row .col-xs-12:nth-type(2) h3 a {
background: #573e92;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap h3:nth-child(3) a {
background: #bf2584;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap h3:nth-child(4) a {
background: #e41c25;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap h3:nth-child(5) a {
background: #fed33c;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap h3:nth-child(6) a {
background: #8ebe44;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap h3:nth-child(7) a {
background: #03a86f;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap li {
border-bottom: 0;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap li a {
background-color: transparent;
/*color: #fff;*/
color: #333;
padding: 4px 15px;
padding-left: 20px;
display: block;
position: relative;
font-size: 14px;
transition: all 0.2s ease-in-out;
z-index: 1;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap li a:before {
content: '\f101';
font-family: FontAwesome;
position: absolute;
left: 2px;
font-size: 14px;
transition: all 0.2s ease-in-out;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap li a:after {
position: absolute;
content: '';
left: 0px;
right: 0px;
width: 0;
height: 1px;
border-radius: 2px;
margin: auto;
/*background: rgba(60,173,234,1);*/
background: #ff6600;
bottom: 0;
z-index: -1;
transition: all 0.2s ease-in-out;
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap li a:hover {
background: none;
/*color: #fff874;*/
/*color: rgba(60,173,234,1);*/
color: #ff6600;
/*font-weight: 600;*/
/*text-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap li a:hover:after {
/*height: 100%;*/
width: calc(100%);
}
.menu .navbar-default .dropdown.multinav .dropdown-menu .inner_dropdown_menu_wrap li a:hover:before {
/*color: rgba(60,173,234,1);*/
color: #ff6600;
}
/*** 09-July-19 **/
.menu .navbar{
margin-bottom: 0px;
border: none;
}
.main-banner{
/*background: rgba(0,0,0,0.4);*/
width: 100%;
z-index:2;
}
#topcontent{
/* position: static; */
width: 100%;
display: block;
text-align: center;
/*background-color: rgba(0,0,0,0.5);*/
padding: 0px;
}
.main-logo{
width: 200px;
margin: auto;
display: inline-block;
padding: 10px 0px 10px;
}
.main-logo a{ display: block; text-align: center; text-decoration: none; }
.main-logo a img{
width: 100%;
-webkit-filter: drop-shadow(0px 0px 1px #000);
filter: drop-shadow(0px 0px 1px #000);
}
.main-nav { padding: 0px 15px; }
.main-nav ul{ margin-bottom: 0; padding: 0px; }
.main-nav ul li{ position: relative; }
.main-nav ul li a{
font-size: 16px;
position: relative;
color: #fff;
display: block;
padding: 10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-nav ul > li > a:after{
position: absolute;
content: "";
display: inline-block;
bottom: -5px;
left: 10px;
right: 10px;
margin: auto;
height: 4px;
border-radius: 4px;
width: auto;
opacity:0;
padding-left: 10px;
padding-right: 10px;
background-color: #f58220;
transition: all 0.3s ease-in-out;
}
.main-nav ul li a:hover{ text-decoration: none; color: #fff; }
.main-nav ul > li.active > a{ background-color: transparent; color: #fff; }
.main-nav ul > li:hover > a,
.main-nav ul > li.active:hover > a{
background-color: transparent;
color: #fff;
text-decoration: none;
}
.main-nav ul > li > a:focus {
color: #fff;
background-color: transparent;
text-decoration: none;
}
.main-nav ul > li.active > a:after{
opacity: 1;
bottom: 0;
}
.main-nav ul > li:not(.active):hover > a:after{
opacity: 1;
bottom: 0;
}
.mobile_reg_btn{
display: none;
}
/******** Banner *******/
.carousel-indicators {
z-index: 9;
}
#banner .item{
/*	height: 632px;*/
}
.bn-1{
background: url(../img/bn-bg-1.jpg) no-repeat center;
}
.bn-2{
background: url(../img/bn-bg-2.jpg) no-repeat center;
}
.bn-3{
background: url(../img/bn-bg-3.jpg) no-repeat center;
}
.banner-text-outer{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.banner-text-left{
width: 50%;
}
.image-right{
width: 50%;
}
.image-right img{
margin-left: auto;
}
.banner-text-outer{
padding-top: 85px;
}
.carousel-indicators li {
display: inline-block;
width: 12px;
height: 12px;
margin: 1px 8px;
text-indent: -999px;
cursor: pointer;
background-color:#39a9e8;
border: 0;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 1px 8px;
background-color: #0660c3;
border: 0;
}
/***********************/
/*** About us index section ***/
#about_sect {
padding: 70px 0;
}
.about_sect_text {
padding: 2rem 2rem 2rem 2rem;
}
.about_sect_text h1 {
margin-bottom: 20px;
margin-top: 15px;
}
#about_sect .view-more-btn { margin-top: 10px; }
#about_sect p { margin-bottom: 20px; }
/*** Counter Section Index ***/
#counter_section{
/*background-color: #fff;*/
/*background-color: #efefef;*/
background: url('../img/counter-section-bg.jpg') center no-repeat;
-webkit-background-size: cover;
background-size: cover;
width: 100%;
display: block;
padding: 50px 0px 45px;
}
.counter_box{
padding: 15px 10px 0;
text-align: center;
min-height: 240px;
box-sizing: border-box;
color: #fff;

-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.counter_box h1{
position: relative;
font-size: 36px;
margin-top: 0px;
text-align: center;
text-transform: uppercase;
/*color: #ffffcc;*/
font-weight: 400;
/*box-shadow: 0px 1px 7px rgba(0,0,0,0.4);*/
/*background-color: #333;*/
/*border: 2px dashed #333;*/
width: 140px;
height: 140px;
line-height: 140px;
border-radius: 50%;
margin: 0 auto 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.counter_box h1:before {
content: "";
position: absolute;
vertical-align: middle;
display: block !important;
padding: 0px;
border: 3px dashed #ff6600;
top: 0;
left: -12px;
right: 0;
bottom: 0;
margin: auto;
width: 164px;
height: 164px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
animation: rotation 10s linear infinite reverse;
}
.counter_box h1:after {
content: "";
position: absolute;
vertical-align: middle;
display: block !important;
padding: 0px;
/*border: 2px dashed #0254a5;*/
border: 2px dashed #fff;
/*border-bottom-color: #ff1d29;*/
/*border-top-color: #ff1d29;*/
top: 0;
left: -5px;
right: 0;
bottom: 0;
margin: auto;
width: 150px;
height: 150px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
animation: rotation 10s linear infinite;
}
@keyframes rotation{
0%{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*.counter_box:hover h1{
color: #e4ecaa;
}*/
.counter_box p{
font-size: 15px;
text-align: center;
/*color: #fff;*/
line-height: 24px;
}
/******** Registration Strip *******/
#reg-strip{
text-align: center;
margin: 6em 0;
background: url(../img/reg-strip.png) no-repeat center;
}
#reg-strip .reg-btn{
position: relative;
z-index: 1;
min-width: 280px;
font-size: 20px;
border: 0;
border-radius: 90px;
outline: 0;
padding: 15px 40px;
color: #fff;
background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(1,90,192,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(1,90,192,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(1,90,192,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(1,90,192,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(1,90,192,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(1,90,192,1) 100%);
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#reg-strip .reg-btn:after {
content: '';
position: absolute;
display: inline-block;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #F58220;
border-radius: 90px;
z-index: -1;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#reg-strip .reg-btn:hover:after {
opacity: 1;
}
#reg-strip .reg-btn img{
display: inline-block;
margin-top: -6px;
margin-right: 6px;
}
.how-it-works img{
padding: 0 0 25px 0;
}
/***********************/
/** Services Hexa **/
.products_item {
padding: 70px 0 80px 0;
}
.main_heading2 h1 {
color: #0451A5;
font-size: 35px;
font-weight: 700;
}
.main_heading2 h1 span {
color: #0152bc;
}
.shape1 img,
.shape2 img,
.shape3 img,
.shape4 img {
margin: auto;
animation-duration: 1s;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
}
.shape1:hover img,
.shape2:hover img,
.shape3:hover img,
.shape4:hover img {
animation-name: pulse;
}
.shape1 {
background: url('../img/shape1.png')no-repeat center;
background-size: 100%;
height: 276px;
width: 220px;
padding: 55px 20px 0px;
}
.shape2 {
background: url('../img/shape2.png')no-repeat center;
background-size: 100%;
height: 276px;
width: 220px;
padding: 55px 20px 0px;
}
.shape3 {
background: url('../img/shape3.png')no-repeat center;
background-size: 100%;
height: 276px;
width: 220px;
padding: 55px 20px 0px;
}
.shape4 {
background: url('../img/shape4.png')no-repeat center;
background-size: 100%;
height: 276px;
width: 220px;
padding: 55px 20px 0px;
}
.shape_gray {
background: url('../img/shape-gray.png')no-repeat center;
background-size: 100%;
height: 276px;
width: 220px;
padding: 55px 20px 0px;
}
.shape_gray img { margin-top: 30px; }
.shape1 p,
.shape2 p,
.shape3 p,
.shape4 p,
.test1 p,
.test2 p,
.test3 p {
color: white;
font-size: 15px;
}
.shape1 p:focus,
.shape2 p:focus,
.shape3 p:focus,
.shape4 p:focus,
.test1 p:focus,
.test2 p:focus,
.test3 p:focus {
color: #f5f5f5;
text-decoration: none;
}
.products_item a{
text-decoration: none;
}
.middle_hexa .col-md-offset-2 {
margin-left: 12.666667%;
}
.middle {
margin-top: -60px;
}
.pro_section2 {
display: none;
}
/***********************/
/*** testimonials index slider ***/
#testimonials {
background: url('../img/counter-section-bg.jpg') center no-repeat;
-webkit-background-size: cover;
background-size: cover;
padding: 40px 0 60px;
text-align: center;
}
#testimonials .container { position: relative; }
#testimonials h1 { margin-top: 0; margin-bottom: 40px; color: #fff; }
#testimonials .owl-carousel { padding: 0px 30px; }
#testimonials .owl-carousel .item {
padding: 40px 15px 30px;
border: 0px;
}
.testi_box {
position: relative;
padding: 75px 10px 0px;
min-height: 240px;
background-color: #fbf0d9;
border-radius: 4px;
box-shadow: 0 3px 20px -4px rgba(0,0,0,0.5);
transition: all 0.3s ease-in-out;
}
.testi_box i {
font-size: 45px;
position: absolute;
top: -30px;
left: 0;
right: 0;
color: #fff;
text-align: center;
margin: 10px auto 20px;
background-color: #ff802b;
width: 70px;
line-height: 70px;
height: 70px;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
.testi_box p { color: #222; font-size: 14px; line-height: 1.3; }
.testi_box h6 { color: #ff802b; margin-bottom: 0px;font-size: 16px; f font-weight: 600; margin-top: 10px; }
.testi_box h6 ~ span {
font-size: 13px;
font-weight: 600;
}
#testimonials .owl-carousel .item:hover .testi_box{
box-shadow: 0 5px 25px -4px rgba(0,0,0,0.6);
}
#testimonials .owl-carousel .item:hover .testi_box i {
transform: translateY(-2px) scale(1.02, 1.02);
}
#testimonials .owl_controls {
position: absolute;
width: 40px;
height: 40px;
padding: 0;
border: 0px;
background-color: #f2f2f2;
color: #333;
display: inline-block;
top: 48%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 3;
}
#testimonials .owl_controls i { font-size: 30px; line-height: 32px; }
#testimonials .owl_controls.customPrevBtn { left: 0px; }
#testimonials .owl_controls.customNextBtn { right: 0px; }
#testimonials .owl_controls:hover,
#testimonials .owl_controls:focus { color: #666; outline: none; }
/**************************************************/
/*** Testimonials page ***/
#testimonial_page {
padding: 40px 0px;
}
.testi_details_box {
position: relative;
padding: 15px 15px 10px 80px;
/*background-color: #fbf0d9;*/
background-color: #c9e2ff;
border-radius: 4px;
margin-bottom: 40px;
box-shadow: 0 3px 10px -4px rgba(0,0,0,0.3);
transition: all 0.3s ease-in-out;
}
.testi_details_box i {
font-size: 35px;
position: absolute;
top: 10px;
left: 10px;
color: #fff;
text-align: center;
background-color: #ff802b;
width: 60px;
line-height: 60px;
height: 60px;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
.testi_details_box p { text-align: left;color: #222; font-size: 14px; line-height: 1.3; }
.testi_details_box h6 { text-align: left;color: #ff802b; margin-bottom: 0px;font-size: 16px; font-weight: 600; margin-top: 10px; }
.testi_details_box h6 ~ span {
font-size: 13px;
font-weight: 600;
text-align: left;
}
.testi_details_box:hover i {
top: -20px;
}
/** Contact Footer **/
#contact_footer {
padding: 0px 0 90px 0;
color: #2f2f2f;
}
/*.contact_info_box a{
color: #5f5f5f;
}*/
.contact_info_box a:hover{
color: #194387;
}
.contact_info_box a:focus{
text-decoration: none;
}
.contact_info_box i{
color:#035cc1;
padding-right: 5px;
}

#contact_footer h3 {
	font-size: 26px;
    font-weight: 600;
    color: #0660c3;
    margin-bottom: 50px;
    margin-top: 0px;
    text-align: center;
}

.c_info_wrap h5,
.c_info_wrap h6 {
	color: #0660c3;
	font-weight: 600;
}
.c_info_wrap h4 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}
.c_info_wrap h5 {
	font-size: 20px;
}
.c_info_wrap h6 {
	font-size: 16px;
	margin-top: 0;
}

.c_info_wrap a {
	color: #333;
}

.c_info_wrap p { margin-bottom: 0; }

.zone_contacts {
	min-height: 100px;
}

.zone_contacts.h_115 {
	min-height: 115px;
}


.addr{
font-size: 16px;
color: #0a0a0a;
width: 380px;
padding: 0;
margin: 0;
}
.email_box{
padding: 15px 0 10px 0;
}
.foot-logo{
margin: 0px 0 20px 0;
}
.b_call{
padding: 1px 0;
}
.tel{
padding: 15px 0 18px 0;
}
.time{
padding-top: 15px;
}
.follow-head{
font-weight: 600;
padding: 20px 0 10px 0;
}
.social_links{
padding: 0;
margin: 0;
}
.social_links li{
list-style: none;
display: inline-block;
}
.social_links li a{
display: inline-block;
width: 36px;
height: 36px;
text-align: center;
border-radius: 50%;
background-color: #1f52a4;
color: #fff;
font-size: 18px;
line-height: 36px;
margin: 0 5px;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social_links li a:hover{
background-color: #37a6e6;
}
.social_links li i{
color: #fff;
padding-right: 0;
}
.subscribe_box { margin-top: 0px; }
.subscribe_box .input-group input {
height: 40px;
}
.subscribe_box .input-group input:focus {
border-color: #1f52a4;
border-right-color: transparent;
}
.subscribe_box .view-more-btn { margin: 0; padding: 10px 30px; }
/***********************/
/** Footer Top **/
#footer_top {
padding: 50px 0;
/*background-color: #f2f2f2;*/
background-color: #d7e7ff;
}
#footer_top h4 {
font-weight: 600;
margin-bottom: 20px;
}
.div_50 {
width: 45%;
padding-right: 10px;
/*background-color: #ccc;*/
}
.footer_quick_links {
padding: 0 70px;
}
.foot_links_box {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
/*justify-content: space-around;*/
}
.foot_links_box a{
color: #444;
display: block;

}
.foot_links_box ul li a:hover,
.foot_links_box.prod_links ul li ul li a:hover {
color: #333;
font-weight: 600;
text-decoration: none;
}
.foot_links_box ul li a:active,
.foot_links_box ul li a:focus,
.foot_links_box.prod_links ul li ul li a:active,
.foot_links_box.prod_links ul li ul li a:focus {
text-decoration: none;
}
.foot_links_box.simple_links ul li {
margin-bottom: 8px;
}
.foot_links_box ul li ul {
padding-left: 15px;
}
.foot_links_box.prod_links ul li {
margin-bottom: 15px;
font-weight: 600;
}
.foot_links_box.prod_links ul li ul li {
font-weight: 400;
margin-bottom: 4px;
margin-top: 7px;
position: relative;
}
.foot_links_box.prod_links ul li ul li a:before {
content: '-';
position: absolute;
left: -15px;
}
.footer_quick_contact p {
margin-bottom: 20px;
}
.louter {
display: table;
width: 100%;
margin-bottom: 15px;
}
.licon, .lcontent {
display: table-cell;
vertical-align: top;
}
.licon {
width: 54px;
}
.licon i {
font-size: 22px;
width: 48px;
height: 44px;
background-color: #43a7dc;
text-align: center;
line-height: 44px;
border-radius: 4px;
color: #fff;
}
.lcontent {
padding-left: 10px;
}
.lcontent a {
color: #444;
display: block;
}
.lcontent a:hover {
color: #333;
font-weight: 600;
text-decoration: none;
}
.lcontent a:active,
.lcontent a:focus {
text-decoration: none;
}
/** Enquiry Footer **/
#contact_footer h1{
padding: 5px 0 70px 0;
color: #0451A5;
font-weight: 700;
font-size: 35px;
}
.youtube_media {
padding: 30px 0 0;
}
.youtube_media a{
border-radius: 0;
display: inline-block;
padding: 8px 0px;
color: #fff;
margin-right: 5px;
text-align: center;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.youtube_media a.soc_link {
padding: 0;
border-bottom: 0px;
width: 34px;
height: 34px;
text-align: center;
line-height: 36px;
color: #fff;
border-radius: 50%;
}
.youtube_media a.soc_link i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.youtube_media a.fb_link {
background-color: #3b5998;
}
.youtube_media a.insta_link {
/*background-color: #405DE6;*/
background: #d6249f;
background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -moz-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.youtube_media a.insta_link i {
font-size: 19px;
}
.youtube_media a.pint_link {
background-color: #bd081c;
}
.youtube_media a.linkedin_link {
background-color: #0077b5;
}
.youtube_media a.youtube_link {
background-color: #ff0000;
}
.youtube_media a.youtube_link i {
font-size: 21px;
}
.youtube_media a.fb_link {
padding: 0;
border-bottom: 0px;
}
.youtube_media a.soc_link i { color: #fff; padding-right: 0; }
.youtube_media a.fb_link {
padding: 0;
border-bottom: 0px;
}
.youtube_media a.soc_link:hover {
color: #fff;
}
.youtube_media a.soc_link:hover i {
text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}
.youtube_media a.fb_link:hover {
background-color: #2d4882;
}
.youtube_media a.pint_link:hover {
background-color: #ab0a1b;
}
.youtube_media a.insta_link:hover {
background-color: #2b48d4;
}
.youtube_media a.linkedin_link {
background-color: #006aa6;
}
.youtube_media a.youtube_link:hover {
background-color: #e40202;
}
.youtube_media span {
display: inline-block;
font-size: 16px;
font-weight: 600;
padding-right: 15px;
}
.youtube_media img {
width: 40px;
transition: all 0.2s ease-in-out;
}
.youtube_media a:hover img {
transform: scale(1.05) translateY(-3px);
filter: drop-shadow(0 1px 3px rgba(0,0,0,0.4));
}
.contact_form{
border: 5px solid #e8e8e8;
padding: 22px 30px;
}
.contact_form h2{
font-size: 25px;
color: #333;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.submitbtn{
text-align: center;
}
.submitbtn .view-more-btn {
margin: 10px auto 20px auto;
font-size: 16px;
padding: 10px 38px;
}
.submitbtn .view-more-btn:focus {
outline: 0;
color: #fff;
background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
}
/***********************/
/************ copyright ************/
#copyright{ background-color: #194387; padding: 15px 0px; }
#copyright .container { position: relative; }
#copyright p{
font-size: 14px;
color: #fff;
margin-bottom: 0px;
}
#copyright .copy p{ text-align: center; }
#copyright .company p{ text-align: right; }
#copyright .company p a{ color: #fff; text-decoration: none; }
#copyright .company p a:hover{ color: #fff !important; }
#copyright .company p a span.orange_text{ color: #ff9c00; }

/** Designed By **/

.designedby {
  position: absolute;
  
  width: 40px;
  height: auto;
  background-color: transparent;
  text-align: center;
  bottom: -3px;
  right: 5px;
  z-index: 50;
  overflow: hidden;
}

.designedby a {
  display: block;
}
.designedby img {
  display: inline-block;
  margin: auto;
  width: 25px;
  top: 6px;
  position: relative;
  transition: all 0.3s ease;
}
.designedby span {
  content: '';
  height: 6px;
  width: 30px;
  display: block;
  background-color: #ff6600;
  border-radius:5px;
  position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 6px;
    transition: all 0.3s ease;
}

.designedby:hover span, .designedby:hover img {
  top:0;
}

/*****************/

/***********************/
/********** Back To Top Anchor ******/
.back_to_top {
position: fixed;
bottom: 70px;
right: 30px;
width: 45px;
height: 45px;
line-height: 42px;
text-align: center;
display: none;
font-size: 22px;
color: #fff;
/* background-color: rgba(0,0,0,0.5); */
background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
border-radius: 4px;
cursor: pointer;

z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;

-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.back_to_top:hover{
background-color: rgba(0,0,0,0.8);
color: #8eccf3;
text-decoration: none;
}
/***********************/
.view-more-btn{
position: relative;
z-index: 1;
border: 0;
padding: 8px 28px;
border-radius: 4px;
margin: 27px 10px;
min-width: 100px;
border-bottom: 0;
margin: 60px auto 0 auto;
display: inline-block;
color: #fff;
background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.view-more-btn:after {
content: '';
position: absolute;
display: inline-block;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #F58220;
border-radius: 4px;
z-index: -1;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-more-btn:hover:after {
opacity: 1;
}
.view-more-btn:hover{
color: #fff;
}
.view-more-btn:active {
outline: 0;
color: #fff;

}
.view-more-btn:focus {
outline: 0;
color: #fff;

}
/*** Registration Form ****/
#registration_outer{
padding-top: 30px;
/*background: url(../img/login-bg.jpg) no-repeat center;
background-size: cover;*/
/* background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%); */
}
#registration_outer .main_heading2 h2 {
font-size: 35px;
font-weight: 700;
}
#registration_outer .main_heading2 h2, #registration_outer .main_heading2 span{
color: #fff;
padding: 35px 0 45px 0;
}
#registration_outer .main_heading2 h2:before{
content: "";
width: 15px;
height: 15px;
background-color: transparent;
border: 2px solid #fff;
display: inline-block;
border-radius: 50%;
margin-right: 25px;
margin-bottom: 3px;
}
#registration_outer .main_heading2 h2:after{
content: "";
width: 15px;
height: 15px;
background-color: transparent;
border: 2px solid #fff;
display: inline-block;
border-radius: 50%;
margin-left: 25px;
margin-bottom: 3px;
}
.registration_form{
background-color: #fff;
padding: 50px 30px 30px;
margin-bottom: 7em;
border: 0;
-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
}
.registration_form span{
padding-left: 40px;
}
.registration_form a:focus{
text-decoration: none;
}
.login_outer .registration_form span{
padding-left: 35px !important;
}
.registration_form h3{
font-weight: 600;
font-size: 18px;
color: #0d6ac9;
margin: 50px 0 0 0;
}
.registration_form .reg-inner-head{
margin: 0 0 40px 0;
}
.cord-head{
margin-top: 65px !important;
}
.reg-icon{
display: inline-block;
width: 7%;
vertical-align: middle;
}
.addr_ico{
vertical-align: top;
}
.registration_form .form-group{
display: inline-block;
width: 92%;
margin-bottom: 4px;
}
.double-column-reg .reg-icon{
width: 15%;
}
.double-column-reg .form-group{
display: inline-block !important;
width: 83% !important;
}
.select-grp{
margin: 25px 0 0 0;
}
.registration_form #photo_add {
height: 90px;
width: 90px;
background-image: url(../img/default-profile.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
border: 1px solid #b8b8b8;
margin-bottom: 20px;
}
.registration_form #photo_add #getval {
opacity: 0;
width: 100%;
height: 100%;
cursor: pointer !important;
}
.resiterbtn{
text-align: center;
}
.resiterbtn .view-more-btn {
/*    margin: 50px auto 20px auto;*/
margin: 30px auto 20px auto;
font-size: 16px;
padding: 10px 0px;
/*width: 50%;*/
min-width: 250px;
}
.resiterbtn .view-more-btn:focus {
outline: 0;
color: #fff;
background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
}
.registration_form .dbl_icon img{
display: none;
}
.login_with_social {
position: relative;
padding-left: 30px;
/*background-color: #ccc;*/
height: 300px;
}
.login_with_social:before {
content: 'OR';
display: inline-block;
font-size: 18px;
font-weight: 700;
height: 50px;
color: #666;
position: absolute;
left: 0;
top: 0;
bottom:0;
margin: auto;
text-align: center;
padding: 12px;
background-color: #fff;
z-index: 3;
}
.login_with_social:after {
content: '';
display: block;
border-left: 1px dashed #777;
position: absolute;
left: 22px;
top: 0;
height: 100%;
z-index: 2;
}
.login_with_social ul {
position: relative;
text-align: center;
top: 50%;
transform: translateY(-50%);
}
.login_with_social ul li.soc_login_btn_wrap {
display: inline-block;
min-width: 250px;
}
.login_with_social ul li.soc_login_btn_wrap a {
color: #fff;
text-decoration: none;
display: block;
padding: 14px 20px 14px 60px;
background-color: #666;
font-size: 16px;
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 4px;
}
.login_with_social ul li.soc_login_btn_wrap a:after {
position: absolute;
content: '';
display: block;
background-color: rgba(0,0,0,0.05);
width: 0;
height: 100%;
top: 0;
left: 48px;
z-index: -1;
transition: all 0.5s ease-in-out;
}
.login_with_social ul li.soc_login_btn_wrap a span {
width: 48px;
background-color: rgba(0,0,0,0.12);
display: inline-block;
position: absolute;
left: 0;
top: 0;
height: 100%;
text-align: center;
}
.login_with_social ul li.soc_login_btn_wrap a span:before {
content: '\f1a0';
font-size: 18px;
font-family: FontAwesome;
position: absolute;
top: 14px;
left: 16px;
display: inline-block;
}
.login_with_social ul li.soc_login_btn_wrap a:hover:after {
width: 100%;
}
.login_with_social ul li.soc_login_btn_wrap.greg a{
background-color: #4285F4;
}
#forgot_modal .modal-content{
border-radius: 0;
padding-bottom: 10px;
}
#forgot_modal .modal-title{
color: #0762c4;
}
#forgot_modal .view-more-btn{
margin: 20px 0 0 15px;
min-width: auto;
}
#forgot_modal .view-more-btn:focus{
color: #fff;
text-decoration: none;
}
.Coordinator-checkbox{
padding-top: 10px;
}
/***********************/
/** How it works  **/
#how_it_works_outer .how-it-works { padding-top: 30px; }
.how_it_works_out{
background-color: #fff;
padding: 0px 0 30px;
margin-top: 3em;
margin-bottom: 5em;
border: 0;
/*-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);*/
}
.demo_video_box .video_caption {
min-height: 80px;
}
.demo_video_box .video_caption {
width: 100%;
background-color: #0f6dca;
min-height: 70px;
padding: 15px 15px 5px;
}
.demo_video_box iframe {
width: 100%;
height: 200px;
}
.demo_video_box .video_caption a.vid_title_link {
color: #fff;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
transition: color .2s ease;
}
.demo_video_box a.vid_btn {
text-decoration: none;
display: block;
font-size: 16px;
padding: 12px 0;
margin-top: -5px;
text-transform: capitalize;
color: #fff;
text-align: center!important;
background-color: #333;
border: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.demo_video_box a.vid_btn i {
font-size: 18px;
vertical-align: bottom;
padding-right: 7px;
}
.demo_video_box a.vid_btn:hover {
background-color: #0f6dca;
outline: 0;
border: none;
}
@media screen and (max-width: 991px)
{
.demo_video_box {
margin-bottom: 30px;
}
}
@media screen and (max-width: 767px)
{
.demo_video_box .video_caption { min-height: 80px; padding: 10px 10px 5px;  }
}
@media screen and (max-width: 640px)
{
.how_it_works_out .col-xs-6 { width: 100%; }

}
/*******************/
/** Login **/
.login_outer .contact_form{
width: 500px;
margin: auto;
margin-bottom: 7em;
padding: 30px 50px;
-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
}
/* .login_outer .reg-icon {
width: 30px;
} */
.loginbtn .view-more-btn {
margin: 50px auto 20px auto;
font-size: 16px;
padding: 10px 0px;
width: 100%;
}
.frgt_outer{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
margin-bottom: 20px;
}
.frgt{
width: 50%;
}
.frgt a, .frgt a:focus{color: #484848;}
.frgt img{
padding-right: 10px;
display: inline-block;
}
.newreg{
width: 50%;
text-align: right;
}
.newreg a, .newreg a:focus{color: #484848;}
.newreg img{
padding-right: 10px;
display: inline-block;
}
.no_login_outer{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.no_login_outer .container{
position: relative;
}
.no_login{
background: url(../img/no-login-bg.jpg) #014f99 no-repeat center;
text-align: center;
min-height: 540px;
border: 10px solid #07549c;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.48);
}
.no_login img{
margin: auto;
}
.no_login h3{
font-family: 'Oswald', sans-serif;
font-size: 34px;
color: #fff;
padding: 0;
margin: 0;
}
.no_login p{
font-size: 18px;
color: #fff;
padding: 2em 0;
margin: 0;
}
.no_login a{
color: #fff;
text-decoration: underline;
}
/***********************/
/** Product Details **/
.quick_tags .label {
display: inline-block;
padding: .56em 1em .56em;
/*padding-left: 1.8em;*/
font-size: 90%;
font-weight: normal;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 1em;
margin-bottom: 5px;
position: relative;
background-color: #777;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.quick_tags .label:before {
content:'';
position: absolute;
width: 7px;
height: 7px;
background-color: #fff;
border-radius: 50%;
display: none;
left: 10px;
top: 0;
bottom: 0;
margin: auto;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.quick_tags .label:hover {
background-color: #f58220;
}
.quick_tags .label:active,
.quick_tags .label:focus {
background-color: #888;
text-decoration: none;
outline: none;
text-shadow: none;
}
.preview-outer{
padding-top: 10px;
padding-bottom: 35px;
}
.preview {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.preview-pic {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.preview-pic > .tab-pane{
border: 1px solid #ccc;
object-fit: contain;
position: relative;
}
.preview-pic > .tab-pane img{
margin: auto;
height: 400px;
}
.product_preview_carousel {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.product_preview_carousel .carousel-inner {
border: 1px solid #ccc;
object-fit: contain;
/*position: relative;*/
}
.product_preview_carousel .carousel-inner .item img {
margin: auto;
height: 400px;
}
.product_preview_carousel .carousel-indicators {
position: relative;
bottom: 0;
left: 0;
z-index: 15;
width: 100%;
padding-left: 0;
margin-left: 0;
margin-top: 15px;
margin-bottom: 0;
text-align: left;
list-style: none;
}
.product_preview_carousel .carousel-indicators li {
width: 18%;
height: auto;
padding: 0;
border: 1px solid #ccc;
cursor: pointer;
border-radius: 2px;
background-color: transparent;
margin: 0 5px 10px 0;
}
.product_preview_carousel .carousel-indicators li img {
max-width: 100%;
display: block;
margin: auto;
object-fit: contain;
height: 70px;
}
.product_preview_carousel .carousel-indicators li.active {
border-color: #0254a5;
border-width: 2px;
}
.product-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 35px;
color: #0451A5;
}
.product-title, .price, .sizes, .colors, .subproduct-title {
/*text-transform: uppercase;*/
font-weight: bold;
}
.subproduct-details {
padding-top: 10px;
}
.subproduct-details hr {
border-top: 0;
height: 3px;
margin-top: 30px;
background: rgba(17,121,191,1);
background: -moz-linear-gradient(left, rgba(17,121,191,1) 0%, rgba(67,48,145,1) 13%, rgba(189,33,142,1) 25%, rgba(237,28,35,1) 45%, rgba(254,207,68,1) 65%, rgba(129,196,81,1) 81%, rgba(24,180,123,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,121,191,1)), color-stop(13%, rgba(67,48,145,1)), color-stop(25%, rgba(189,33,142,1)), color-stop(45%, rgba(237,28,35,1)), color-stop(65%, rgba(254,207,68,1)), color-stop(81%, rgba(129,196,81,1)), color-stop(100%, rgba(24,180,123,1)));
background: -webkit-linear-gradient(left, rgba(17,121,191,1) 0%, rgba(67,48,145,1) 13%, rgba(189,33,142,1) 25%, rgba(237,28,35,1) 45%, rgba(254,207,68,1) 65%, rgba(129,196,81,1) 81%, rgba(24,180,123,1) 100%);
background: -o-linear-gradient(left, rgba(17,121,191,1) 0%, rgba(67,48,145,1) 13%, rgba(189,33,142,1) 25%, rgba(237,28,35,1) 45%, rgba(254,207,68,1) 65%, rgba(129,196,81,1) 81%, rgba(24,180,123,1) 100%);
background: -ms-linear-gradient(left, rgba(17,121,191,1) 0%, rgba(67,48,145,1) 13%, rgba(189,33,142,1) 25%, rgba(237,28,35,1) 45%, rgba(254,207,68,1) 65%, rgba(129,196,81,1) 81%, rgba(24,180,123,1) 100%);
background: linear-gradient(to right, rgba(17,121,191,1) 0%, rgba(67,48,145,1) 13%, rgba(189,33,142,1) 25%, rgba(237,28,35,1) 45%, rgba(254,207,68,1) 65%, rgba(129,196,81,1) 81%, rgba(24,180,123,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1179bf', endColorstr='#18b47b', GradientType=1 );
}
.add-info {
padding-top: 20px;
}
.add-info h4 {
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
/*color: #f58220;*/
color: #0254a5;
}
.add-info ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.add-info ul li {
display: block;
padding-left: 15px;
padding-bottom: 10px;
position: relative;
}
.add-info ul li:before {
position: absolute;
font-family: FontAwesome;
left: 0;
top: 5px;
/*content: '\f067';*/
content: '\f111';
font-size: 9px;
color: #f58220;
}
.subproduct-title {
font-size: 25px;
color: #333;
margin-top: 10px;
margin-bottom: 20px;
}
.modal-backdrop{
background-color: #fff;
opacity:0;
transition:opacity .2s;
}
.modal-backdrop.in{
opacity:.7;
}
.prod-enquiry-form-modal .modal-dialog {
width: 540px;
}
.prod-enquiry-form-modal .modal-content {
/*background-color: #FF9900;*/
/*border: 1px solid #C45C09;*/
background-color: #fff;
border: 0px;
/*-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;*/
border-radius: 15px;
}
.prod-enquiry-form-modal .modal-content .modal-body {
position: relative;
}
.prod-enquiry-form-modal .modal-content .modal-body .close {
position: absolute;
background-color: #1f52a4;
font-size: 22px;
color: #fff;
right: 15px;
top: 15px;
width: 24px;
height: 24px;
border-radius: 50%;
opacity: 1;
transition: all 0.2s ease-in-out;
}
.prod-enquiry-form-modal .modal-content .modal-body .close:hover {
background-color: #F58220;
color: #fff;
}
.prod-enquiry-form-modal .modal-content .modal-body h3 {
font-size: 25px;
font-weight: 700;
color: #1f52a4;
text-align: center;
margin: 35px auto 30px auto;
}
/*.prod-enquiry-form-modal .modal-content .modal-body .submitbtn .view-more-btn {
background: #333;
padding: 10px 25px;
margin: 10px auto;
}*/
.prod-enquiry-form-modal .modal-content .modal-body .submitbtn .view-more-btn:after {
content: '';
position: absolute;
display: inline-block;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #F58220;
border-radius: 4px;
z-index: -1;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.prod-enquiry-form-modal .modal-content .modal-body .submitbtn .view-more-btn:hover {
/*background: #fff !important;*/
color: #fff !important;
}
.prod-enquiry-form-modal .modal-content .modal-body .submitbtn .view-more-btn:hover:after {
opacity: 1;
}
.preview-thumbnail.nav-tabs {
border: none;
margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
width: 18%;
margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li a {
padding: 0;
margin: 0;
/* min-height: 100px; */
border: 1px solid #ccc;
cursor: pointer;
border-radius: 2px;
}
.preview-thumbnail.nav-tabs li a img {
max-width: 100%;
display: block;
margin: auto;
object-fit: contain;
height: 70px;
}
.preview-thumbnail.nav-tabs li:last-of-type {
margin-right: 0;
}
.preview-thumbnail.nav-tabs li.active a {
border-color: #0254a5;
border-width: 2px;
}
.tab-content {
overflow: hidden;
}
.tab-content img {
/* width: 100%; */
-webkit-animation-name: opacity;
animation-name: opacity;
-webkit-animation-duration: .3s;
animation-duration: .3s;
}
.form_title {
margin-top: 0;
margin-bottom: 20px;
}
.form_box {
padding: 0px 10px;
display: block;
}
.form_box .form-group {
margin-bottom: 22px;
}
.form_box .form-group label {
color: #404040;
font-weight: 400;
}
.form_box .form-group .col-sm-2 {
padding-right: 0;
}
.form_box .form-group .col-sm-2 p {
text-align: right;
margin-bottom: 0;
color: #404040;
}
.form_box .form-group .checkbox {
padding-top: 0;
}
.form_box .form-group.select_opt {
margin-bottom: 25px;
}
.select_opt ul {
list-style: none;
margin: 0;
padding: 0;
overflow: auto;
}
.select_opt ul li {
color: #404040;
display: block;
position: relative;
float: left;
width: 48%;
height: auto;
}
.select_opt ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.select_opt input[type=checkbox]:checked ~ label {
color: #1f52a4;
}
.select_opt ul li label {
display: block;
position: relative;
font-weight: 400;
font-size: 15px;
line-height: 1.1;
padding: 0px 5px 0px 40px;
min-height: 35px;
margin: 5px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.select_opt ul li .check {
display: block;
position: absolute;
border: 1px solid #404040;
border-radius: 0;
height: 18px;
width: 18px;
top: 5px;
left: 5px;
z-index: 5;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.select_opt input[type=checkbox]:checked ~ .check {
border: 1px solid #1f52a4;
}
.select_opt ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 10px;
width: 10px;
top: 3px;
left: 3px;
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-ms-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
margin: auto;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.select_opt input[type=checkbox]:checked ~ .check::before {
background: #1f52a4;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.form_box .form-group .form-control {
border: 0;
border-bottom: 1px solid #404040;
border-radius: 0;
background-color: transparent;
box-shadow: none;
padding-left: 2px;
color: #404040;
}
.form_box .form-group .form-control::placeholder {
color: #404040;
}
.form_box .form-group .form-control:focus {
border-bottom-color: #1f52a4;
}
.prod_cont h3 {
font-weight: 600;
font-size: 22px;
margin-top: 0;
margin-bottom: 20px;
}
.prod_cont table {
width: 100%;
max-width: 100%;
margin-bottom: 30px;
}
.prod_cont table > thead > tr > th,
.prod_cont table > tbody > tr > th,
.prod_cont table > tfoot > tr > th,
.prod_cont table > thead > tr > td,
.prod_cont table > tbody > tr > td,
.prod_cont table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-bottom: 1px solid #ddd;
}
.prod_cont table > thead > tr > th:nth-child(2),
.prod_cont table > tbody > tr > th:nth-child(2),
.prod_cont table > tfoot > tr > th:nth-child(2),
.prod_cont table > thead > tr > td:nth-child(2),
.prod_cont table > tbody > tr > td:nth-child(2),
.prod_cont table > tfoot > tr > td:nth-child(2) {
border-left: 1px solid #ddd;
padding-left: 15px;
}
.get-quote-btn {
width: 180px;
margin-top: 30px;
border: 1px solid #C45C09;
background-color: #F58220;
color: #fff;
transition: all 0.2s ease-in-out;
}
.get-quote-btn img {
max-width: 100%;
margin-right: 5px;
display: inline-block;
}
.get-quote-btn:hover {
text-decoration: none;
outline: none;
background-color: #0451A5;
border-color: #023e80;
color: #fff;
}
.get-quote-btn:active { box-shadow: none; }
.get-quote-btn:focus {
text-decoration: none;
outline: 0;
outline-offset: 0;
color: #fff;
}
.prod_collage_img {
text-align: center;
margin-top: 50px;
}
.other_prod_wrap {
padding-top: 50px;
position: relative;
}
.other_prod_wrap h3 {
font-weight: 700;
font-size: 22px;
margin-top: 0;
margin-bottom: 20px;
}
.other_prod_slider {
padding: 15px 40px 50px;
position: relative;
}
.album_box { min-height: 200px; text-align: center; background-color: #f2f2f2;  }
.album_img {
width: 100%;
height: 160px;
text-align: center;
overflow: hidden;
}
.album_img img {
width: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.album_box h6 {
/*color: #333; */
font-size: 15px;
margin-bottom: 0px;
font-weight: 500;
margin-top: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.other_prod_wrap .owl-carousel .item:hover .album_img img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.other_prod_wrap .owl-carousel .item:hover h6 {
color: #268eda;
}
.other_prod_wrap .owl_controls { top: 40%; }
.card {
margin-top: 50px;
background: #eee;
padding: 3em;
line-height: 1.5em; }
@-webkit-keyframes opacity {
0% {
opacity: 0;
-webkit-transform: scale(3);
transform: scale(3);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes opacity {
0% {
opacity: 0;
-webkit-transform: scale(3);
transform: scale(3);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
/*@media screen and (min-width:997px) {
.details {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.colors {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.checked, .price span {
color: #ff9f1a;
}
.tooltip-inner {
padding: 1.3em;
}
}*/
/*# sourceMappingURL=style.css.map */
/** Inner Page Heading **/
.inner_bg{
color: #fff;
/* background: rgba(60,173,234,1);
background: -moz-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,173,234,1)), color-stop(100%, rgba(3,92,193,1)));
background: -webkit-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -o-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: -ms-linear-gradient(left, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%);
background: linear-gradient(to right, rgba(60,173,234,1) 0%, rgba(3,92,193,1) 100%); */
background: url(../img/inner-bg.jpg) no-repeat center;
text-align: center;
padding: 35px 0;
margin-bottom: 30px;
margin-top: 148px;
}
.inner_bg h1{
/*font-family: 'Oswald', sans-serif;*/
color: #fff;
font-weight: 700;
font-size: 35px;
margin: 0;
padding: 0;
/*text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);*/
}
.inner_bg ul{
list-style-type: none;
padding: 10px 0 0 0;
margin: 0;
}
.inner_bg ul li{
display: inline-block;
font-size: 13px;
}
.inner_bg ul li:before{
content: "|";
padding-left: 5px;
padding-right: 10px;
}
.inner_bg ul li:first-child:before{
content: "";
padding-left: 0px;
padding-right: 0px;
}
.inner_bg ul li a{
font-size: 13px;
letter-spacing: 0.5px;
padding: 10px 0 0 0;
margin: 0;
color: #fff;
}
.inner_bg ul li a:focus{
text-decoration: none;
}
.inner_bg ul li.inner-active a{
color: #a7e0ff;
}
.inner_bg p{
font-size: 13px;
letter-spacing: 0.5px;
padding: 10px 0 0 0;
margin: 0;
}
#map{
padding: 1em 0 4em 0;
}
#map iframe{
width: 100%;
}
#about_page{
padding-top: 1em;
}
#about_page .profile_img img{
filter: grayscale(80%);
-webkit-box-shadow: 0px 3px 30px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 3px 30px rgba(0,0,0,0.8);
-ms-box-shadow: 0px 3px 30px rgba(0,0,0,0.8);
box-shadow: 0px 3px 30px rgba(0,0,0,0.8);
}
#about_page .profile_img img:hover {
filter: grayscale(0%);
-webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 2px 20px rgba(0,0,0,0.8);
-ms-box-shadow: 0px 2px 20px rgba(0,0,0,0.8);
box-shadow: 0px 2px 20px rgba(0,0,0,0.8);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
#about_page .infrapgimg{
margin-bottom: 4em;
}
#about_page .machineimg {
margin-top: 4em;
}
#about_page .aboutproduct {
margin-top: 2em;
}
/***********************/
/*** Blos Page ***/
#blog_page {
padding: 20px 0 30px;
}
.blog_outer {
width: 100%;
display: block;
}
.blog_box {
background-color: #fff;
min-height: 500px;
border-bottom: 3px solid transparent;
margin-bottom: 30px;
position: relative;
box-shadow: 0 1px 3px rgba(0,0,0,0.15);
border-radius: 3px;
transition: all 0.2s ease-in-out;
}
.blog_box:hover {
transform: translateY(-5px);
box-shadow: 0 1px 4px rgba(0,0,0,0.15);
border-bottom-color: #419cf7;
}
.blog_box .blog_img_box {
width: 100%;
display: block;
/* max-height: 165px; */
height: 250px;
overflow: hidden;
position: relative;
}
.blog_date {
display: inline-block;
position: absolute;
padding: 5px;
font-size: 13px;
color: #fff;
text-align: center;
left: 10px;
bottom: 10px;
background-color: rgba(0,0,0,0.8);
}
.blog_box a {
display: block;
}
.blog_box .blog_img_box img {
width: 100%;
text-align: center;
object-fit: cover;
height: 250px;
}
.blog_info {
box-sizing: border-box;
padding: 15px 10px 0px 10px;
}
.blog_head {
min-height: 40px;
}
.blog_box h4 {
font-size: 18px;
line-height: 1.2;
margin-top: 0;
color: #404040;
margin-bottom: 5px;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.blog_box a:hover, .blog_box a:focus { text-decoration: none; }
.blog_box a:hover h4 {
color: #0254a5;
}
.blog_box small {
font-style: italic;
font-size: 12px;
color: #404040;
}
.blog_box p {
font-weight: 300;
font-size: 15px;
color: #404040;
margin-top: 5px;
}
.blog_box .view-more-btn {
position: absolute;
bottom: 15px;
font-size: 14px;
width: auto;
left: 10px;
/*right: 0;*/
margin: 0 auto;
padding: 6px 8px;
text-align: center;
}
.blog_share {
position: absolute;
display: inline-block;
right: 10px;
bottom: 14px;
/*border: 1px solid #ddd;*/
padding-left: 0;
margin-bottom: 0;
}
.blog_share .addthis_toolbox a {
margin-bottom: 0px !important;
line-height: 1;
}
.blog_share .addthis_toolbox a .at-icon-wrapper {
width: 32px !important;
height: 32px !important;
line-height: 32px !important;
text-align: center;
border-radius: 4px;
}
.blog_share .addthis_toolbox a .at-icon-wrapper svg {
width: 20px !important;
height: 20px !important;
vertical-align: sub;
}
.blog_share li { display: inline-block; }
.blog_share li a {
display: block;
font-size: 16px;
color: #fff;
text-align: center;
/*background-color: #666;*/
padding: 8px 0px;
/*width: 40px;*/
/*border-radius: 4px;*/
}
.blog_share li.fb_share a {
background-color: #3b5998;
}
.blog_share li.twit_share a {
background-color: #1da1f2;
}
.page_sidenav .sidenav_title{
display: block;
padding: 12px 15px;

text-align: left;
text-decoration: none;
font-size: 18px;
/*color: #595959;*/
background: rgba(44,147,202,1);
color: #fff;
border:0;
border-color: rgba(60,173,234,1);
font-weight: 500;
margin-bottom: 0;
}
.page_sidenav .panel{
box-shadow: none;
border-radius:0px;
border: 0;
margin-bottom: -6px;
}
.page_sidenav .panel-default{
border-color: transparent;
}
.page_sidenav .panel-heading{
background-color: #eee;
border: 1px solid #e1e1e1;
border-radius: 0;
margin-top: -2px;
}
/*.page_sidenav .panel-heading.active{
margin-top: -1px;
}*/
.page_sidenav .panel-title a{
display: block;
padding: 6px;
padding-left: 0px;
text-align: left;
text-decoration: none;
font-size: 16px;
color: #595959;
font-weight: 500;
}
.page_sidenav .panel-title a i.fa{
float: right;
}
.page_sidenav .panel-heading:hover,
.page_sidenav .panel-heading:focus{
text-decoration: none;
/*background-color: #0089d0;*/
color: #161616;
/*border-color: #333;*/
}
.page_sidenav .panel-heading:not(.active):hover a{
color: #161616;
}
.page_sidenav .panel-body{ font-size: 15px; }
.sidenav_inner_links{
display: block;
padding: 0px 0px;
background-color: #f7f7f7;
}
.page_sidenav .panel-body{ padding: 0px; }
.page_sidenav .panel-heading{ padding: 6px 15px; }
.sidenav_inner_links ul{ list-style-type: none; padding: 0px !important; margin-bottom: 0px; }
.sidenav_inner_links ul li{ display: block; }
.sidenav_inner_links ul li a{
display: block;
padding: 8px 15px 8px 25px;
color: #595959;
border: 1px solid #ddd;
text-align: left;
border-radius: 1px;
box-shadow: none;
margin-top: -1px;
transition: all 0.3s ease-in-out;
}
.sidenav_inner_links ul li:first-child a{ margin-top: -2px; }
.page_sidenav .panel-heading.active ~ .panel-collapse .sidenav_inner_links ul li:first-child a{ margin-top: -1px; }
.sidenav_inner_links ul li:last-child a{ /*border-bottom: none;*/ }
.sidenav_inner_links ul li a:hover{
border-color: #ddd;
color: #161616;
text-decoration: none;
}
.page_sidenav .panel-heading.active{
/*background-color: #4285f4;
color: #fff;
border-color: #0861f5;*/
/*background-color: #0254a5;*/
background: rgba(60,173,234,1);
color: #fff;
border-color: rgba(54,158,214,1);
/*border-color: #0254a5;*/

}
.page_sidenav .panel-heading.active a{ color: #fff; }
/** Blog Details **/
#blog_details {
padding: 20px 0 30px;
}
#blog_details h4{
font-size: 22px;
font-weight: 600;
/*color: #2b2a2a;*/
margin-top: 0px;
}
#blog_details small
{
display: inline-block;
vertical-align: bottom;
font-size: 13px;
color: #595959;
font-style: italic;
margin-bottom: 10px;
}
/*#blog_details .blog_share:before {
position: absolute;
display: inline-block;
content: '|';
left: 6px;
}*/
#blog_details .blog_share {
position: relative;
/*vertical-align: middle;*/
padding-left: 15px;
right: auto;
bottom: auto;
}
#blog_details .blog_share .addthis_toolbox a .at-icon-wrapper {
width: 24px !important;
height: 24px !important;
line-height: 24px !important;
text-align: center;
border-radius: 4px;
}
#blog_details .blog_share li a {
padding: 2px 0;
width: 22px;
font-size: 13px;
}
#blog_details p{
font-size: 15px;
margin-bottom: 20px;
}
.blog_details_img_box{
max-width: 100%;
display: block;
margin-bottom: 20px;
height: 400px;
overflow: hidden;
}
.blog_details_img_box img{
max-width: 100%;
}
.blog_details_outer .col-xs-12 { margin-bottom: 30px; }
.blog_details_outer h5{
margin-top: 0px;
margin-bottom: 0px;
padding: 15px 0px 20px;
text-align: left;
font-size: 18px;
font-weight: 400;
color: #2b2a2a;
text-align: left;
}
.blog_details_outer a { font-weight: 600; }
.blog_details_outer ul{ list-style-type: none; padding-left: 0; }
.blog_details_outer ul li{
font-size: 15px;
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 8px;
}
.blog_details_outer ul li:before{
content: '\f0a9';
color: #1bb186;
position: absolute;
font-size: 15px;
left: 0;
top: 1px;
font-family: FontAwesome;
}
.comments {
border-top: 1px solid #ddd;
padding: 30px 0;
border-bottom: 1px solid #ddd;
}
.comments .media { margin-bottom: 20px; }
.comments .media-left {
width: 100px;
}
.comments .media-left img {
width: 100%;
border: 1px solid #ddd;
}
.comments .media-body { width: auto !important; }
.comments .media-body h6 {
padding-top: 0;
/*padding-bottom: 5px;*/
margin-bottom: 4px;
font-size: 16px;
font-weight: 600;
}
.comment_form {
padding-right: 20%;
padding-top: 20px;
}
.comment_form p { color: #666; }
.comment_form .form-group { margin-bottom: 15px; }
.comment_form .submitbtn { text-align: left; }
.comment_form .submitbtn .view-more-btn {
margin-top: 20px;
}
.text_img_box {
/*padding: 0em 3em;*/
}
.img_slider_wrap .carousel .item {
height: 250px;
overflow: hidden;
text-align: center;
border: 1px solid #ddd;
}
.img_slider_wrap .carousel .item img {
width: 100%;
object-fit: cover;
height: 100%;
}
.img_slider_wrap .carousel .carousel-indicators {
bottom: 0px;
}
.img_slider_wrap .carousel .carousel-indicators li {
display: inline-block;
width: 16px;
height: 16px;
margin: 1px 4px;
text-indent: -999px;
cursor: pointer;
background-color: #39a9e8;
border: 2px solid #0660c3;
border-radius: 20px;
}
.img_slider_wrap .carousel .carousel-indicators .active {
width: 16px;
height: 16px;
margin: 1px 4px;
background-color: #fdab74;
border: 2px solid #ff6600;
}
/*** FAQ Page ***/
#faq_page { padding: 1em 0 3em; }
.faq_sidenav h4 {
position: relative;
border-bottom: 2px solid #ccc;
padding: 10px;
padding-left: 0px;
margin-top: 0;
margin-bottom: 10px;
}
/*.faq_sidenav h4:before {
content:'\f059';
font-family: FontAwesome;
font-size: 19px;
color: #ff7c24;
left: 0;
position: absolute;
display: inline-block;
}*/
.faq_sidenav h4 span {
position: absolute;
font-size: 19px;
right: 0px;
min-width: 15px;
display: inline-block;
}
.faq_sidenav h4 span:after {
content:'\f107';
font-family: FontAwesome;
font-size: 19px;
color: #2f2f2f;
right: 0;
left: 0;
margin: auto;
position: absolute;
display: inline-block;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.faq_sidenav h4 span.open:after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.faq_sidenav ul { margin-bottom: 15px; }
.faq_sidenav ul li {
display: block;
margin-bottom: 1px;
}
.faq_sidenav ul li:last-child { margin-bottom: 0; }
.faq_sidenav ul li a {
display: block;
position: relative;
padding: 10px;
color: #2f2f2f;
font-size: 14px;
background-color: #c9e2ff;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.faq_sidenav ul li.active a,
.faq_sidenav ul li a:hover {
background-color: #ff7c24;
color: #fff;
text-decoration: none;
}
.faq_sidenav ul li a:active,
.faq_sidenav ul li a:focus {
text-decoration: none;
}
.faq_details h3 {
margin-top: 5px;
margin-bottom: 15px;
}
.faq_details h5, .faq_gallery h5 {
font-size: 17px;
font-weight: 600;
margin-top: 12px;
margin-bottom: 10px;
}
.faq_details a {
color: #035cc1;
text-decoration: none;
font-weight: 600;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.faq_details a:hover {
text-decoration: none;
color: #ff6600;
}
.faq_gallery { padding-top: 10px; }
.faq_img {
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
text-align: center;
border: 3px solid #ccc;
margin: 0 auto 15px;
}
.faq_img img {
width: 100%;
height: 100%;
}
#faq_accordion .panel-heading {
padding: 0;
background-color: #fff;
border: 0px;
}
#faq_accordion .panel-title a {
display: block;
position: relative;
padding: 18px 15px;
background-color:#c9e2ff;
}
#faq_accordion .panel-title a:hover,
#faq_accordion .panel-title a:focus,
#faq_accordion .panel-title a:active {
text-decoration: none;
}
#faq_accordion .panel-title a i {
position: absolute;
right: 15px;
font-size: 18px;
}
#faq_accordion .panel-heading + .panel-collapse > .panel-body,
#faq_accordion .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid transparent;
}
#faq_accordion .panel-default {
border-color: transparent;
border: 0;
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
margin-bottom: 15px;
transition: all 0.2s ease-in-out;
}
#faq_accordion .panel-heading + .panel-collapse.in > .panel-body {
border-top-color: #eee;
}
#faq_accordion .panel-default:hover,
#faq_accordion .panel-default:focus {
box-shadow: 0 1px 8px rgba(0,0,0,0.15);
}
/** Responsive Side Navigation **/
.open_menu_btn{
font-size: 27px;
cursor: pointer;
color: #fff;
border-radius: 4px;
position: absolute;
top: 25px;
right: 30px;
display: none;
width: 40px;
height: 38px;
background: #035cc1;
z-index: 1031;
}
.open_menu_btn:hover{
background: #1255a0;
}
.open_menu_btn img{
margin: 7px auto;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1035;
top: 0;
right: 0;
text-align: left;
background-color: rgb(31,31,31);
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
transition: 0.4s;
padding-top: 60px;
}
.sidenav ul{ list-style-type: none; }
.sidenav ul a > i{
position: absolute;
right: 15px;
}
.nav_menu_wrap{ animation-delay: 0.1s; animation-duration: 1.5s; margin-top: 15px; }
#accordian {
background: #444;
width: 100%;
margin: 50px auto 0 auto;
color: white;
/*box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
#accordian h6 {
background: #333;
background: linear-gradient(#333, #222);
margin: 0;
font-size: 14px;
}
#accordian h6 a {
padding: 0 10px;
font-size: 16px;
line-height: 34px;
display: block;
color: white;
text-decoration: none;

}
#accordian h6:hover {
text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*i {
margin-right: 10px;
}*/
#accordian li {
list-style-type: none;
position: relative;
}
#accordian ul ul li a
{
color: white;
text-decoration: none;
font-size: 13px;
line-height: 34px;
display: block;
padding: 0 15px;
transition: all 0.15s;
position: relative;
}
#accordian ul ul li > a {
/*border-bottom: 1px solid #666;*/
/*border-bottom: 1px solid #333;*/
border-top: 1px solid #191919;
}
#accordian ul ul ul a {
border: 0px;
}
#accordian ul ul li a:hover {
background: #292929;
border-left: 5px solid lightgreen;
}
#accordian ul ul {
display: none;
}
#accordian li.active>ul {
display: block;
}
#accordian ul ul ul {
margin-left: 15px;
border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
#accordian li.hasdropdown > a:after {
content: "\f104";
font-family: fontawesome;
position: absolute;
right: 10px;
top: 0;
font-size: 14px;
}
/*#accordian a:not(:only-child):after {
content: "\f104";
font-family: fontawesome;
position: absolute;
right: 10px;
top: 0;
font-size: 14px;
}*/
#accordian li span {
display: inline-block;
background-color: rgba(0,0,0,0.3);
width: 34px;
height: 34px;
right: 0;
top: 0;
text-align: center;
position: absolute;
z-index: 2;
}
#accordian li span:after {
content: '\f107';
font-family: fontawesome;
position: relative;
right: 0px;
top: 5px;
left: 0;
margin: auto;
font-size: 14px;
}
#accordian li.active > span:after { content: "\f105"; }
/*ul.first_level{ animation-delay: 0.1s; animation-duration: 1.5s;  }*/
/*ul.first_level, ul.second_level, ul.third_level{ padding-left: 0px; }
ul.first_level > li{
position: relative;
background: none;
border-bottom: 1px solid #4a4a4a;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}*/
/*ul.first_level > li > a > i{ font-size: 16px; }
ul.first_level > li > a {
padding: 8px 8px 8px 20px;
text-decoration: none;
font-size: 15px;
font-weight: 400;
}*/
/*ul.first_level > li > span {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 37px;
background-color: #111;
text-align: center;
}
ul.first_level > li > span i {
font-size: 14px;
color: #fff;
line-height: 40px;
}*/
/*ul.first_level > li #subnav ul {
padding-left: 0;
background-color: #151515;
}
ul.first_level > li #subnav ul li {
border-top: 1px solid #4a4a4a;
}*/
/*ul.first_level > li #subnav ul li a {
font-size: 13px;
padding: 7px 7px 7px 30px;
}
*/
#accordian ul > li.social_nav {
background: linear-gradient(#333, #222);
}
#accordian ul > li.social_nav > a.soc_link {
padding: 0;
display: inline-block;
border-bottom: 0px;
width: 32px;
height: 32px;
text-align: center;
line-height: 34px;
color: #fff;
border-radius: 50%;
margin: 4px 2px;
}
#accordian ul > li.social_nav > span {
position: static;
display: inline-block;
background-color: transparent;
text-align: center;
width: 80px;
height: auto;
padding-left: 3px;
color: #fff;
}
#accordian ul > li.social_nav > span:after { display: none; }
#accordian ul > li > a.soc_link i{
position: static !important;
margin-right: 0;
}
#accordian ul > li > a.fb_link {
background-color: #3b5998;
}
#accordian ul > li > a.insta_link {
background: #d6249f;
background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -moz-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
#accordian ul > li > a.insta_link i {
font-size: 17px;
}
#accordian ul > li > a.pint_link {
background-color: #bd081c;
}
#accordian ul > li > a.linkedin_link {
background-color: #0077b5;
}
#accordian ul > li > a.youtube_link {
background-color: #ff0000;
}
#accordian ul > li > a.youtube_link i {
font-size: 20px;
}
/*.sidenav a {
color: #eee;
display: block;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
transition: 0.4s;
}
.sidenav ul li.active > a{  color: #39a8e8; }
.sidenav a:hover {
color: #38a7e7;
text-shadow: 0px 1px 2px #000;
}*/
.sidenav .closebtn {
position: absolute;
top: 0;
right: 5px;
font-size: 36px;
margin-left: 0px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 15px;}
}
/**************************/