@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0; font-family: 'roboto'; background:#fff;}
a{ margin:0; padding:0; text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#000;}
::selection{ background:#0075c1; color:#fff;}
::-moz-selection{ background:#0075c1; color:#fff;}
::-webkit-selection{ background:#0075c1; color:#fff;}
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0;}
p{ padding:0; color:#555; font-size:15px; line-height:29px; font-family: 'roboto'; margin:0 0 15px 0; font-weight:300;}
h1, h2, h3, h4, h5, h6{ margin:0; padding:0; font-family: 'roboto'; color:#151515;}
input, select, button{outline:none !important;}
.aboutWrapperDiv{ padding-top:40px;}
.aboutWrapper h3{ font-size:45px; color:#0076ff; font-weight:700; margin-bottom:10px;}
.aboutWrapper span{ font-size:45px; color:#333333; font-weight:100; display:block}
.aboutWrapper h2{ color:#555555; font-weight:300; font-size:20px; line-height:25px; margin-bottom:10px;}
.aboutWrapper p{ font-size:16px; color:#555555; line-height:30px; font-weight:300; margin-bottom:30px;}
.bannerBg{ position:relative; text-align:center;}
.bannerBg:before{ position:absolute; content:""; background:url(../img/banner-icon.png) center center no-repeat; bottom:-24px; left:50%; height:24px; width:55px; margin-left:-27px; z-index:100;}
.aboutDegee{ padding:100px 15px;} 
.servicesBg{ background:#0076ff; padding: 0 15px 70px;}
.iconDivWrapperDivAll {padding-left: 0;}
.iconDivWrapper { position: relative;text-align: center; padding-right: 21px;padding-top: 162px;}
.iconDivWrapper::before {position: absolute;content: "";background: #7fdfe3;width: 1px;height: 151px;top: 173px;right: 0;}
.iconDivWrapper1 {position: absolute;top:-112px;width: 251px;transition: 0.7s; left: 50%;margin-left: -125px;}
.iconDivWrapper:hover .iconDivWrapper1{ margin-top: -10px;}
.iconDivWrapper span {color: #ffffff;font-size: 24px;font-weight:700;margin-bottom:0px;display: block;}
.iconDivWrapper p {color: #fff;font-size: 16px;line-height: 25px; font-weight:300; max-width: 272px;margin: 0 auto 20px;}
.serviceImg{ border-radius:50%; width:251px; overflow:hidden;}
.iconDivWrapperDivAll:last-child .iconDivWrapper:before{ background:none;}
.ourServiceWrapper{ max-width:710px; margin:0 auto;}
.ourServiceWrapperBg{ padding: 0px 15px 170px; text-align:center;}
.serviceHeader{ font-weight:700; font-size:48px; color:#0076ff; margin-bottom:20px;}
.serviceHeaderSpan { color:#333333;}
.ourServiceWrapper p{ line-height:31px; font-size:16px; color:#555555; font-weight:300; margin-bottom:30px;}
.viewMoreBtn{vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;color: #fff;font-size: 18px;text-align: center;border-radius: 30px;border: 1px #0076ff solid;width: 200px;padding: 7px;display:inline-block;margin: 0 auto; background:#0076ff; font-weight:normal;}
.viewMoreBtn:before {content: "";position: absolute; z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #fff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;     border-radius: 50px;}
.viewMoreBtn:hover, .viewMoreBtn:focus, .viewMoreBtn:active { color: #0076ff; }
.viewMoreBtn:hover:before, .viewMoreBtn:focus:before, .viewMoreBtn:active:before {-webkit-transform: scaleX(1);transform: scaleX(1);}

.viewMoreBtn1{display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;color: #fff;font-size: 18px;text-align: center;border-radius: 30px;border: 2px #fff solid;width: 200px;padding: 7px;margin: 0 auto;  font-weight:normal; margin-left:20px; }
.viewMoreBtn1:before {content: "";position: absolute; z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #0076ff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;     border-radius: 50px;}
.viewMoreBtn1:hover, .viewMoreBtn1:focus, .viewMoreBtn1:active { color: white; }
.viewMoreBtn1:hover:before, .viewMoreBtn1:focus:before, .viewMoreBtn1:active:before {-webkit-transform: scaleX(1);transform: scaleX(1);}


.knowMoreBtn{display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;color: #fff;font-size: 18px;text-align: center;border-radius: 30px;border: 1px #fff solid;width: 120px;padding: 4px;margin: 0 auto;  font-weight:700; background:#0076ff; }
.knowMoreBtn:before {content: "";position: absolute; z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #fff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;     border-radius: 50px;}
.knowMoreBtn:hover, .knowMoreBtn:focus, .knowMoreBtn:active { color: #0076ff; }
.knowMoreBtn:hover:before, .knowMoreBtn:focus:before, .knowMoreBtn:active:before {-webkit-transform: scaleX(1);transform: scaleX(1);}


.knowMoreBtn1{display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;color: #fff;font-size: 15px;text-align: center;border-radius: 30px;border: 1px #0076ff solid;width: 120px;padding: 4px;margin: 0 auto;  font-weight:700; background:#0076ff; }
.knowMoreBtn1:before {content: "";position: absolute; z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #fff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;     border-radius: 50px;}
.knowMoreBtn1:hover, .knowMoreBtn1:focus, .knowMoreBtn1:active { color:#0076ff; }
.knowMoreBtn1:hover:before, .knowMoreBtn1:focus:before, .knowMoreBtn1:active:before {-webkit-transform: scaleX(1);transform: scaleX(1);}


.readMoreAbout{display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;color: #555555;font-size: 20px;text-align: center;border-radius: 30px;border: 2px #0076ff solid;width: 260px;padding: 4px;margin: 0 auto;  font-weight:300;  }
.readMoreAbout:before {content: "";position: absolute; z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #0076ff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;     border-radius: 50px;}
.readMoreAbout:hover, .readMoreAbout:focus, .readMoreAbout:active { color: white; }
.readMoreAbout:hover:before, .readMoreAbout:focus:before, .readMoreAbout:active:before {-webkit-transform: scaleX(1);transform: scaleX(1);}

.headerBgMain{ position:fixed; z-index:100; width:100%; background: rgba(0, 0, 0, 0.75); top:30px; transition:0.9s}
.captionHolder {width: 100%;position: absolute;bottom: 50%;height: 767px;margin-bottom: -383px; }
.bannerHeaderSpan{ color:#fff!important; font-size:48px; font-weight:700; display:block; margin-bottom:50px; }
.captionHolder h3{ color:#fff!important; font-size:48px; font-weight:100;   position:relative;  }
.captionHolderWrapper{ position:relative; text-align:center;}
.captionHolderWrapper1{ display:inline-block;}

.containerDivWrapper{-webkit-box-shadow: -5px 2px 33px -11px rgba(0,0,0,0.7);-moz-box-shadow: -5px 2px 33px -11px rgba(0,0,0,0.7);box-shadow: -5px 2px 33px -11px rgba(0,0,0,0.7); margin: -320px auto 0;position: relative; border-radius: 27px 27px 0 0; }

.headerBanner{ position:fixed; z-index:100; background: rgba(0, 0, 0, 0.75);}
.sidePannelIcon{ margin-right:10px; display:inline-block;}
.qucickEnquiryBtn{ position:fixed; z-index:1; right: -44px; top:300px; text-transform:capitalize; background:#fff ; border-radius:30px;font-size:15px; padding:7px; width:170px; text-align:center; color:#333!important; font-weight:normal; font-weight:normal;    transform:rotate(-90deg);
  -ms-transform:rotate(-90deg); /* IE 9 */
  -moz-transform:rotate(-90deg); /* Firefox */
  -webkit-transform:rotate(-90deg); }
  .qucickEnquiryBtn:before{ position:absolute; background:url(../images/banner-btn.png) no-repeat; left:0; top:0; width:50px; height:10px;}
  .qucickEnquiryBtn:hover{ background:#17b5d1; color:#fff!important}

.nopadding{ padding:0;}
.testmonialWrapper{ padding:0 15px 70px;}
.testmonialWrapperHeader{ color:#0076ff; font-size:48px!important; text-align:center; position:relative; padding-bottom:20px; margin-bottom:30px; margin-top:20px; font-weight:700;}
.testmonialWrapperHeader:before{ position:absolute; content:""; background:#0076ff; right:50%; height:4px; width:50px; bottom:0; margin-right:-25px;  }
.testmonialWrapper p{color: #333333;

font-size: 16px;

margin: 0 auto 30px;

max-width: 872px;

line-height: 30px;

font-weight: 300;}
.testmonialWrapperSpan1{ color:#333333; font-size:48px!important; font-weight:100!important;  }

.headerThin28White{ color:#fff; font-size:28px; font-weight:100; display:block;}
.sidePhnIcon{ background:#0076ff; padding: 11px 27px; float:left;}
.sidePhnIcon span{ color:#fff; font-weight:normal; font-size:16px; }
.sidePhnIcon2{ background:#0076ff; padding: 11px 27px; float:left; position:relative;}
.sidePhnIcon2:before{ position:absolute; content:""; width:1px; height: 43px;left: 0;top: 11px;background:#5eb3ee;}
.sidePhnIcon2 span{ color:#fff; font-weight:normal; font-size:16px; }
.ourProductsBg{ padding:100px 15px;}
.productWrapper{ border-radius: 8px 8px 0 0; overflow:hidden; }
.productWrapperDiv{ background:#f6f6f6; border-radius: 0px 0px 8px 8px; min-height:100px; padding: 30px; margin-bottom:30px; }

.productWrapperDiv h3{ font-weight:700; font-size:23px; margin-bottom:10px;}
.productWrapperDiv p{ color:#555555; font-size:16px; line-height:24px; font-weight:300;}

.headerBg1{ position:fixed; width:100%; background: rgba(0, 0, 0, 0.75);  top:0; transition:0.9s}
.logoHolder {
	left: 23px; position: absolute;  top:-30px;

 -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;

}

.subHeader{ color:#eeeeee; font-size:100px; font-weight:700; text-align:center; margin-top:0; text-transform:uppercase;}
.subHeader1{color: #0076ff;

font-size: 54px;

text-align: center;

margin-bottom: 40px;

margin-top: -68px;

font-weight: normal;

text-transform: uppercase;}

.subHeader1Txt{ text-align:center; margin:0 auto 40px; max-width:700px;}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.loginImageOne{   position: absolute;

left: 23px;

top:0px;

}
.menuHolder {
	float:right;

}

.nameField{ width:100%; padding:10px; color:#333; font-weight:normal; border:1px #1b217d solid; margin-bottom:20px;}

.contactBgWrapper{ max-width:700px; margin:0 auto;}
.nameFieldBtn{display: block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;color: #fff;font-size: 15px;text-align: center;border-radius: 30px;border: 1px #0076ff solid;width: 30%;padding: 10px;margin: 0 auto 70px;  font-weight:700; background:#1b217d; }
.nameFieldBtn:before {content: "";position: absolute; z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #fff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;     border-radius: 50px;}
.nameFieldBtn:hover, .nameFieldBtn:focus, .knameFieldBtn:active { color:#0076ff; }
.nameFieldBtn:hover:before, .nameFieldBtn:focus:before, .nameFieldBtn:active:before {-webkit-transform: scaleX(1);transform: scaleX(1);}

.nameField1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.nameField1::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.nameField1:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.nameField1:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
/*
 * Stellarnav.js 2.3.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav { float:left; }
.stellarnav ul {margin: 15px 0 0; padding: 0; text-align:right;  }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding: 9px 20px 20px;; display: block; text-decoration: none; color: #fefefe;  -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; font-weight:normal;  font-size:16px; text-transform:capitalize; position:relative;  }
.stellarnav li a:before{ position:absolute; content:"";  height:5px; bottom:0; background:#268ed7; width:0; transition:0.7s; left:50%; margin-left:-25px; }
.stellarnav li a:hover:before{width:50px;}
/* main level */
.stellarnav > ul > li { display: inline-block;  }


/* first level dd */
.stellarnav ul ul { top:36px; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; }
.stellarnav li li { display: block; }

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }
.stellarnav li.has-sub > a:after { content: '\f107'; font-family: 'FontAwesome'; margin-left: 3px; }
.stellarnav li li.has-sub > a:after { content: '\f105'; font-family: 'FontAwesome'; margin-left: 10px; }
.stellarnav li.drop-left li.has-sub > a:after { float: left; content: '\f104'; font-family: 'FontAwesome'; margin-right: 10px; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
/* light theme */

.stellarnav.light ul ul {background-color: rgba(255, 142, 0, 0.8);  }

.stellarnav.light .menu-toggle, .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .close-menu { color:#ff6000; font-size: 19px; }

/* dark theme */
.stellarnav.dark { background: rgba(0, 0, 0, 1); }
.stellarnav.dark ul ul { background: rgba(0, 0, 0, 1); }
.stellarnav.dark li a { color: #FFF; }
.stellarnav.dark .menu-toggle, .stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .close-menu { color: rgba(255, 255, 255, 1); }
/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }

/* general styling */

.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav .dd-toggle i { position: absolute; margin: auto; top: 33%; left: 0; right: 0; -webkit-transition: transform .3s ease-out; -moz-transition: transform .3s ease-out; transition: transform .3s ease-out; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 14px 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }
.stellarnav li.open > a.dd-toggle i { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { color: #777; padding: 6px;} 
.stellarnav .full { float: right;
margin-top: -45px;}
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav .location-btn-mobile.half { text-align: right; }
.stellarnav.light .third, .stellarnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-left: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-left: 0; }
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position:absolute; left:0; width:100%; display: none; z-index:1000; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a { padding: 15px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile li.has-sub a { padding-right: 50px; }
.stellarnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border:1px #2b2b2b solid; border-bottom:none; border-top:0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile li.call-btn-mobile i, .stellarnav.mobile li.location-btn-mobile i { margin-right: 5px; }
.stellarnav.mobile.light ul { background:#333; }
.stellarnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { position:absolute; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.stellarnav.mobile.right > ul { right: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third { text-align: left; }
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */
/* mega dd */

.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.stellarnav.desktop li.mega li li { display: block; margin-left: 0; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop > ul > li.mega { position: inherit; }
.stellarnav.desktop > ul > li.mega > ul { width: 100%; }
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.stellarnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
.addressTxtLabel{ color:#268ed7; font-size:16px; font-weight:300;}
.addressTxt{ font-size:16px;color:#909090; line-height:23px; margin-top:0px; margin-bottom:15px; }
.addressTxt1{ font-size:16px;  color:#909090; line-height:23px; margin-top:0px; margin-bottom:30px; position:relative; }
.addressTxtWrapper{ position:absolute; left:60px; }
.footerBg{ background:#080a0e;}

.footLinkFrame{ margin:0; padding:0;}
.footLinkFrame li{ list-style:none;}
.footLinkFrame li a{ display:block; clear:both; font-size:16px; color:#909090!important; padding:7px 0; font-weight:normal; transition:0.7s;   }
.footLinkFrame li a:hover{ color:#0076ff!important;}
.footTitle{     display: block;
    clear: both;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
    margin-top: 70px; font-weight:normal;
}
.footTitle:after{ content:''; display:block; width:35px; height:20px; background:url(../img/footer-icon.png) left no-repeat;   position:absolute; top:4px; left:0; z-index:1;}
.socialMediaIconBorder{  padding:10px; width:45px; display:inline-block; text-align:center; color:#909090; font-size:20px; -moz-transition:0.4s; -webkit-transition:0.4s; -ms-transition:0.4s; transition:0.4s;}
.socialMediaIcon{color:#909090; font-size:17px;   margin-right:10px; display:inline-block; -moz-transition:0.4s; -webkit-transition:0.4s; -ms-transition:0.4s; transition:0.4s; }
.socialMediaIconAll{ float:left; clear:both; width:100%; text-align:left; margin-top:40px; border-top:1px solid #000;}
.socialMediaFrame{ position:relative; padding:44px 0; display:inline-block;}
.bottomHeaderBg{ background:#000; padding-top:15px; padding-bottom:15px; overflow:hidden; }
.bottomHeaderPara1{ color:#818181;  font-size:15px; margin:0; }
.bottomHeaderPara2{ color:#818181;   font-size:18px; margin:0; }
.socialIconDiv{ float:left; }
.socialIconDivOne{ float:left; margin-top:8px;}
.socialIconDivOne .socialMediaIcon{ font-weight:300;}
.socialLink{ display:block; float:left;}
.socialLink:hover .socialMediaIconBorder{ border-color:#fff71a;}
.socialLink:hover .socialMediaIcon{ color:#fff;}
.socialLink:hover .socialMediaIconBorder i{ color:#0076ff!important;;}
.footerBg1{ background:#000000; padding-top:20px; padding-bottom:30; overflow:hidden; margin-bottom:0;}
.footerBg1Txt{ text-align:center; color:#818181l; font-size:16px; font-weight:300; }
.enquiryHeader{ background:#0076ff; padding:20px; color:#fff;  font-size:23px; margin:0; font-weight:normal;}
.enquiryWrapper{ background:#111318; padding:20px 30px; min-height:409px;  }
.enquiryField{ width:100%; margin-bottom:15px; color:#909090; font-size:16px; border-bottom:1px #23262d solid; background:none; border-left:none; border-right:none; border-top:none; padding-bottom:14px; font-weight:300;}
.submitBtn{ width:100%; font-weight:normal; background:#5d5f65; border-radius:30px; border:none; text-align:center; font-size:17px; color:#fff; padding:10px;  -moz-transition:.4s;
-webkit-transition:.4s;
-ms-transition:.4s;
-o-transition:.4s;
transition:.4s;}
.submitBtn:hover{ color:#fff; background:#ff6000;}


.test .owl-dot span{ background:#f3f3f3!important; border:1px #ddd solid!important;}
.test .active span{background:#0076ff!important;}
.owl-theme .owl-nav.disabled + .owl-dots{margin-top: -25px !important;

}

.head25BlackLight{ font-size:25px; color:#333; font-family: 'PoppinsLight', sans-serif; margin-top:0; margin-bottom:20px; }
.wrapperHolder1 p{ font-size:15px; line-height:26px; color:#333; line-height:26px;  }
.headerPhnTxt{ color:#fff; text-align:center; margin:0; font-size:14px; }
.phnIconSpan{ margin-right:12px;}
.numberWrapper{ 

background: #fff001;

width: 50px;

height: 50px;

margin-top: -55px;

background: #fff001;

width: 49px;

height: 35px;

margin-top: -48px;

transform: skew(-1deg, -45deg);}

.borderBottom{ margin-top:50px; margin-bottom:50px; border-top:1px #d6d6d6 solid; }
.aboutUsBg{ padding-top:70px; padding-bottom:70px; background:#ff6000;}
.sidePannelBtn{ display:none;}
.subServiceImg{ margin-bottom:30px;}
.subServiceImgHeader{ color:#0076ff; font-weight:700; font-size:30px; margin-top:0; margin-bottom:20px;}
.subServiceImgHeader1{ color:#0076ff; font-weight:700; font-size:30px; margin-top:0; margin-bottom:20px; text-align:right;}
.subServiceImgTxt{ text-align:justify; font-size:15px;}
.missionVisionBg{ background:url(../img/bg-mission.jpg) no-repeat; background-size:cover; padding:100px 15px;}
.missionVisionBg h3{ color:#fff; font-size:42px; font-weight:700; margin-bottom:20px;}
.missionVisionBg p{ color:#fff; font-weight:300; text-align:center; max-width:700px; margin:0 auto 30px; font-size:15px; }
.aboutUsWrapper1 p{color:#333; font-weight:300;  font-size:15px; line-height:30px; text-align:justify; }
.ourContactHead{ font-size:30px; margin-top:20px; margin-bottom:10px; color:#1b217d; font-weight:700;}
.ourServicesTxt1{ font-size:17px; color:#333; font-weight:300; }
.head34WhiteLight{ font-weight:700; font-size:42px; margin-bottom:30px; margin-top:0; color:#1b217d;}

.galleryImgwrapper{ margin-bottom:25px;}

 @media (max-width: 1200px) {
 
 .sidePhnIcon{ display:none;}
  .sidePhnIcon2{ display:none;}
.captionHolder{ bottom:40px; margin-bottom:0; height:auto;}
 .stellarnav li a{ padding: 13px 20px 16px;}
 .head26WhiteRegular{ font-size:20px;}
 .head54WhiteBold{ font-size: 30px; line-height: 35px;}
 .phnIconSpan{ margin-right:0;}
 .headerPhnTxt{ font-size:13px;}
 .footTitle{font-size: 20px;}
 .addressTxt{font-size: 14px;}
 .addressTxt1{ margin-bottom:55px;}
 
 }
   @media (max-width: 992px) {
   .knowMoreBtn{margin: 0 auto 170px;}

   .subServiceImgHeader1{ text-align:left;}
   .productWrapper{ width:100%;}
   .iconDivWrapper1{ width:auto;}
   .captionHolder{ display:none;}

.phnWrapper{ display:none;}
.head26WhiteRegular{ margin-bottom: 10px;}

.captionHolder{ bottom:40px;}
.bg1{ padding-top:60px;}
.head34WhiteLight{ font-size:26px;}
.servicesWrapper p{ font-size:14px;}
.head25WhiteLight{ font-size:20px;}
.bg2{ padding-top:60px;}
.wrapperHolder1 p{ font-size:14px; margin-bottom:30px;}
.borderBottom{margin-top: 10px;

margin-bottom: 40px;}

.footTitle{ margin-top:30px;}
.head34WhiteLight1{ font-size:26px;}
.servicesBgWrapper h3{ margin-top:30px;}
.servicEImgHolder{ margin-bottom:20px;}
.servicesBg{ padding-bottom:0px; padding-top:50px; }
   .iconDivWrapper::before{ display:none;}
   .iconDivWrapper{min-height: 485px;}
   	 .productWrapper img{ width:100%;}
	 .productWrapperDiv{ margin-bottom:30px;}
	 .ourProductsBg {

    padding: 100px 15px 50px;

}
.testmonialWrapper{padding: 0 15px 40px;}
 .addressTxt1{ margin-bottom:30px;}
	.socialMediaFrame{padding: 14px 0;} 
	.socialMediaIconAll{ margin-top:10px;}
   }

     @media (max-width: 767px) {
	 .nameFieldBtn{ width:100%;}
	 .missionVisionBg h3{ font-size:30px;}
	 .missionVisionBg{ padding:50px 0 30px;}
	 .subHeader1{ font-size:35px;}
	 .subHeader{ display:none;}
	
.testmonialWrapperHeader{ font-size:32px;}
.testmonialWrapperSpan1{font-size:32px;}
	 .aboutWrapper h3{ font-size:32px;}
	 .aboutWrapper span{ font-size:32px;}
	 .aboutWrapper h2{ font-size:17px;}
	 .aboutWrapper p{ font-size:14px;}
	 .readMoreAbout{ font-size:18px;}
	 .aboutDegee{ padding:50px 15px 50px;}
	 .serviceHeader{ font-size:32px; margin-bottom:15px;}
	 .ourServiceWrapper p{ font-size:14px;}
	 .ourServiceWrapperBg{padding: 0px 15px 100px;}
	 .sidePannelBtn{ display:block; color:#fff; font-size:25px; left:20px; margin-right: 20px; cursor:pointer;}
.headerBgMain{ top:0;}
.logoHolder{ top:0;}
.bannerBg::before{ background:none;}
.stellarnav{ display:none;}
.menuBgDiv{padding-bottom: 8px;}
.captionHolder{ display:none;}
.logoImgHolder{height: 100px;}
.head25WhiteLight{ font-size:23px;}
.head25BlackLight{font-size: 21px;}
.testmonialWrapper h3{ padding-bottom: 13px;

margin-bottom: 20px; font-size: 26px;}
.testmonialWrapper p{ font-size: 14px;}
.servicesBgWrapper h3{ margin-top:0px;}

	 }
	 
	 
     @media (max-width: 480px) { }
	 
	 
	
	 
	 
	 
	