%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
/* ========================================================================== Global Settings ========================================================================== */ /* * Boxsizing set to border box http://css-tricks.com/box-sizing/ */ @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap'); *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * Body settings, change it as required */ body { font-family: 'Titillium Web', sans-serif; font-size: 1em; line-height: 1.4; overflow-x:hidden; background:#fff; font-weight:normal; } body.non-scroll { overflow:hidden; } /* * Headings */ h1, h2, h3, h4, h5, h6 { font-family: 'Titillium Web', sans-serif; color:#333; font-weight:bold; color:rgba(0,0,0,0.7); text-rendering: optimizeLegibility; margin-top:0px; margin-bottom:20px; } h1 { font-size:64px; line-height:78px;} h2 { font-size:36px; line-height:44px;} h3 { font-size:32px; line-height:39px;} h4 { font-size:24px; line-height:29px;} h5 { font-size:16px; line-height:20px; color:rgba(0,0,0,0.7); font-weight:600; } h6 { font-size:14px; line-height:16px; } p { font-size:14px; color:#333; line-height:22px; margin-bottom:16px; font-weight:500; } p a { color:#333;} p a:hover, p a:focus { color:#0085C9;} /* * Links */ a { color: #00bfe7; text-decoration: none; line-height: inherit; transition: all 0.3s ease 0s; } a:hover { /*color: #2795b6;*/ color: #00bfe7; text-decoration:none; } a:focus { color: #00bfe7; outline: none; } p a, p a:visited { line-height: inherit; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #c2c2c2; margin:16px 0; padding: 0; position:relative; } /* * Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */ img { vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* * Iframe */ iframe[name="google_conversion_frame"]{ display:none;} /* * Pre */ pre { font-size:14px; color:#000; line-height:20px; font-family:'Fira Mono', Arial, Helvetica, sans-serif; font-weight:normal; border-radius: 3px; background-color: #f7f7f7; padding:16px; border:1px solid #dadada; white-space:pre-wrap; margin-bottom:16px;} /* ========================================================================== Helper classes ========================================================================== */ /* * Image Alignment */ img.alignleft { float:left; margin:0 10px 10px 0; display: inline;} img.alignright { float:right; margin:0 0px 10px 10px; display: inline;} img.aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px;} /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 150%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* * overflow method for clearing floats */ .floatbox { overflow:hidden; } /* * older method of adding empty tags for clearing */ .clear { clear: both; height:1px; line-height:1px; } /* * Chromeframe */ .chromeframe { margin: 0.2em 0; background: #ccc; color: rgba(0,0,0,0.7); padding: 0.2em 0; } /* ========================================================================== Layout ========================================================================== */ .header-home { padding:10px 0; display:inline-block; width:100%; } .header-home .logo { float:left; } .header-home .header-right { float:right; padding:5px 0 0 0; } .header-home .header-right a { min-width:140px; text-transform:uppercase; margin:0 0 0 10px; font-size:12px; } /* Container ---------------------- */ #container-wrap { min-width:320px; left:0; position:relative;transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;-moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; overflow-x:hidden; } #container-wrap.activeMenu { left:-260px;} /* Header ---------------------- */ #header { background:#fff; padding:0px 0px; position:fixed; width:100%; z-index:2; } .logo1 { position:relative; z-index:1; margin:0px auto; bottom:80px; width:120px; } /* Banner ---------------------- */ #banner { position:relative; height:310px; padding-top:145px; text-align:center; background:url(../images/home-banner.png) no-repeat; background-size:cover; } #banner:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(0deg, rgba(229,90,105,0.2) 0%, #4B1E22 100%); } /* Content ---------------------- */ #content { } #content.colored { background:#fafafa; } .form-label-group input { line-height:45px; height:45px; } /* Sidebar ---------------------- */ #sidebar { float:left; position:fixed; left:0px; top:0px; width:20%; background:#002855; padding:25px 0px 25px 25px; min-height:800px; transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s; -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s; -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s; -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s; -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s; } /*background:url(../imgs/left-banner.png) no-repeat; background-size:cover; ---------------------- */ /* Main ---------------------- */ #main { float:left; width:80%; margin-left:20%;} /* Footer ---------------------- */ /* slider home */ #home-slider img { width:100%; } /* end slider home */ /* ========================================================================== Common Functionalities & UI Elements ========================================================================== */ /*--- Modal --- */ .modal .modal-dialog.col-lg { width:1170px; } .modal .modal-header { border-bottom:0; padding:25px 25px 2px 25px; } .modal .modal-header p { margin-bottom:0;} .modal .modal-footer { padding:16px; border:0;} .modal-sm { width:336px;} .modal .modal-footer .btn { min-width:120px; margin-left:14px;} .modal .modal-footer .btn:first-child { margin-left:0;} .modal button.close { font-size:36px; line-height:36px; color:#000; opacity:1; } .modal button.close:hover, .modal button.close:focus { opacity:1; } .modal .modal-content { border:0; border-radius:0px; box-shadow:none; } .modal-backdrop {background-color: rgba(0, 0, 0, 0.9);} .modal-backdrop.in {opacity:1;} .modal .modal-body { padding:25px; padding-top:0px; } .modal .modal-body h2 .icon { margin-right:18px; } /*---Form1 --- */ .form1 ul, .post .form1 ul { margin:0; padding:0; list-style:none;} .form1 ul li { margin-bottom:25px;} .form1 ul li:last-child { margin-bottom:0;} .form1 .required {color:#ff0000;} .form1 .form-control { border-radius:3px; font-size:14px; box-shadow:none; line-height:20px; color:rgba(0,0,0,0.8); font-weight:500; } .form1 .form-control, .form1 input[type="text"], .form1 input[type="password"],.form1 input[type="email"] { height:40px; border:1px solid rgba(0,0,0,0.15); box-shadow:none; } /*.form1 input[type="email"] { text-transform:lowercase; }*/ .form1 .forgot-password { float:right; font-size:13px;} .form1 .error_msg { color: #f54b5e; display:block; font-size:12px; position: relative; line-height:18px; margin-top:4px; } .form1 .info_msg {color: rgba(0,0,0,0.7); display:block; font-size:12px; position: relative; line-height:16px; padding-top:4px;} .form1 textarea.form-control { resize:none; height:64px; border:1px solid #dadada !important; padding:11px 12px;} .form1 .has-error textarea.form-control { border:1px solid #d54343 !important;} .form1 .has-error input[type="text"], .form1 .has-error input[type="password"], .form1 .has-error input[type="email"] { border:1px solid #d54343;} .form1 .clear-row { clear:left;} .newsletter-form .has-error { border:1px solid #d54343 !important;} .form1 label { font-size:11px; color:rgba(0,0,0,0.7); display:block; font-weight:500; text-transform:uppercase; } .form1 label.left-label { margin-bottom:0; padding-top:8px;} .form1 .radio-input { position:relative; display:block; padding-left:25px; margin-bottom:10px;} .form1 .radio-input.radio-inline { display:inline-block; margin-left:0; margin-right:20px;} .form1 .radio-input label { font-size:14px; color:#000; margin:0; cursor:pointer; } .form1 .radio-input label a { color:#eb494f;} .form1 .radio-input input[type=radio]:checked + label:before { background:url(../imgs/sprite.png) -272px -215px no-repeat; } .form1 .radio-input input[type=radio] { display: none; } .form1 .radio-input label:before {content: ""; display: inline-block; width: 20px; height: 21px; margin-right: 10px; position: absolute; left: 0; top:1px; background:url(../imgs/sprite.png) 0px -82px no-repeat; } .form1 .radio-input input[type=radio]:checked + label:before {background:url(../imgs/sprite.png) 0px -60px no-repeat; } .form1 .checkbox-input { position:relative; display:inline-block; padding-left:24px; } .form1 .checkbox-input.checkbox-inline { display:inline-block; margin-left:0; margin-bottom:10px; margin-right:20px;} .form1 .checkbox-input.checkbox-block { display:block; margin-bottom:16px; text-transform:capitalize;} .form1 .checkbox-input.checkbox-block label { font-weight:normal;} .form1 .checkbox-input label { font-size:14px; margin:0; line-height:19px;cursor:pointer; } .form1 .checkbox-input input[type=checkbox] { display: none; } .form1 .checkbox-input label:before {content: ""; display: inline-block; width: 20px; height: 21px; margin-right: 10px; position: absolute; left: 0; top:1px; background:url(../imgs/sprite.png) 0px -13px no-repeat; } .form1 .checkbox-input input[type=checkbox]:checked + label:before {background:url(../imgs/sprite.png) 0px -37px no-repeat; } .form1 .select { position:relative; display:block; border:1px solid rgba(0,0,0,0.15); border-radius:3px; min-height:26px; height:auto; width:100%;} .form1 .select select { width:100%; border:0; background: #fff; padding:0 26px 0 5px; height:26px; font-size:11px; color:rgba(0,0,0,0.8); position:relative; border-radius:5px; font-weight:500; } .form1 .select select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: '';} .form1 .select select::-ms-expand{ display:none;} .form1 .select:before { font-family:"Font-Awesome"; content:"\f0d7"; position:absolute; right:10px; top:3px; z-index:1; pointer-events:none; font-weight:bold; color:rgba(0,0,0,0.5); } .form-horizontal .control-label { padding-top:8px;} .form-horizontal .control-label.two-lines { padding-top:0;} .form1 .varification-field .reg-captcha { float:left;} .form1 .varification-field .form-control { width:100px; text-align:center; height:39px; padding-left:10px !important; float:left; margin-right:6px;} .modal .form1 .varification-field .form-control { width:90px;} .form1 .varification-field .reg-frm-rfrs, .form1 .varification-field .captcha-rfrs { float:left; background: rgba(0, 0, 0, 0) url("images/reg-frm-rfrs.gif") no-repeat scroll 0 0; float: left; height: 40px; margin:-1px 0 0 8px; width: 40px;} .form1 .varification-field .reg-frm-rfrs:hover, .form1 .varification-field .captcha-rfrs:hover { background-position: 0 -40px;} .form1 .varification-field .reg-frm-rfrs:active, .form1 .varification-field .captcha-rfrs:active { background-position: 0 -80px;} .form1 .varification-field #imgCaptcha { float:left;} .form1 .varification-field.has-error { padding-bottom:18px; position:relative;} .form1 .varification-field.has-error .error_msg { position:absolute; left:0; bottom:0;} .form1 .chosen-container-multi .chosen-choices li.search-field input[type="text"] { height:22px;} .form1 .chosen-container-multi .chosen-choices { border:0; border-radius:4px; padding:6px 6px 5px; background:#fff;} .form1 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close { border:1px solid #ccc; width:12px; height:12px;} .form1 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {color: #999; content: "x"; display: block; font-size: 11px; left:2px; position: absolute; top:-3px;} .form1 .chosen-container-multi .chosen-choices li.search-choice { padding:2px 20px 4px 5px;} .chosen-container .chosen-results li { font-size:12px;} .form1 ul li.has-tooltip { position:relative;} .form-tooltip { position:absolute; width:300px; background:#fff; right:-338px; padding-left:32px; z-index:100; display:none; top:0;} .form-tooltip h3, .form-tooltip h5 { margin-bottom:4px;} .form-tooltip ul {list-style:outside !important; padding-left:24px !important;} .form-tooltip ul li { margin-bottom:8px !important;} .form-tooltip p { margin-bottom:8px;} .form-tooltip:before { width:16px; height:28px; background:url("../imgs/sprite.png") -159px -339px no-repeat; display:block; position:absolute; left:-17px; top:5px; content:"";} .form-page .form1 .col-sm-9 .radio-input.radio-inline { padding-right:0;} .form1 .characters-limit, .form1 textarea.characters-limit { padding-right:60px;} .form1 .btn-group { display:block;} .form1 .btn-group .select-option { display:block; float:left; width:97px; margin-right:20px; } .form1 .btn-group .select-option input[type="radio"] { visibility:hidden; position:absolute;} .form1 .btn-group .select-option label { display:block; cursor:pointer; margin:0; background:#ffffff; border: 1px solid #e9e9e9; line-height:50px; font-size:14px; color:rgba(0,0,0,0.5); padding:0 7px; border-radius:5px; text-align:center;} .form1 .btn-group .select-option.active label { cursor:pointer; border-color:#00bfe7; background:#00bfe7; color:#fff; } /*--- Has-error --- */ .has-error .form-control, .has-error .form-control:focus, .has-error .select , .has-error .chosen-container .chosen-choices, .has-error .chosen-container .chosen-single{border-color:#f65039 !important;} .has-error .form1 textarea.form-control {border-color:#f65039 !important;} /*--- Post --- */ .post { color:#000; font-size:14px; line-height:20px; } .inner-post { padding-left:14px;} .post ul, .post ol { padding:0px; margin-left:20px; } .post li { margin-bottom:10px; color:#000; font-size:13px; line-height:20px; padding-left:16px; font-weight:500; } .post .recent-grad ul li { float:left; width:50%; padding-right:15px; } .students-placement { padding:15px; border:2px dashed #00bfe7; border-radius:6px; } .students-placement p { font-size:18px; line-height:30px; margin:0px; color:#00bfe7; font-weight:normal; } .students-placement p br { display:none; } /*--- Tooltip --- */ .tooltip{font-size:13px;line-height:22px; font-weight:500; color:#000; }.tooltip.in { filter:alpha(opacity=100);opacity:1}.tooltip-inner{ background:#ff9c00; padding:6px 18px; color:#000; }.tooltip.top .tooltip-arrow{border-top-color:#ff9c00}.tooltip.top-left .tooltip-arrow{border-top-color:#ff9c00}.tooltip.top-right .tooltip-arrow{border-top-color:#ff9c00}.tooltip.right .tooltip-arrow{border-right-color:#ff9c00}.tooltip.left .tooltip-arrow{border-left-color:#ff9c00}.tooltip.bottom .tooltip-arrow{border-bottom-color:#ff9c00}.tooltip.bottom-left .tooltip-arrow{border-bottom-color:#ff9c00}.tooltip.bottom-right .tooltip-arrow{border-bottom-color:#ff9c00} .tooltip.top { margin-top:0;} .tooltip.top .tooltip-arrow { margin-left:-8px;border-width:8px 8px 0; bottom:0px;} .tooltip.right .tooltip-arrow { margin-top:-8px; border-width:8px 8px 8px 0; left:-3px;} /*--- Placeholder --- */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:0.7 !important;} input:-moz-placeholder, textarea:-moz-placeholder { opacity:0.7 !important;} input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.7 !important;} input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:0.7 !important;} /* Container Wrap ---------------------- */ #container-wrap.activeSideMenu #main { width:100%; } /* Header ---------------------- */ /* Main-navigation ---------------------- */ /* Login ---------------------- */ #login { width:570px; background:#fff; margin:0px auto; padding:30px 45px; position:relative; top:-70px; } #login .button1 { font-weight:bold; font-size:12px;} /* Side Navigation ---------------------- */ .side-navigation { padding-left:15px; } .side-navigation .more-btn { display:block; text-align:right; text-decoration:none; color:#fff; font-size:13px; } .side-navigation ul { margin:0px; padding:0px; list-style-type:none; } .side-navigation ul li { border-bottom: 1px dashed rgba(218,218,218,0.3); margin-bottom:10px; position:relative; } .side-navigation ul li a { display:block; color:rgba(255,255,255,0.7); padding-bottom:10px; font-size:14px; } .side-navigation ul li.active a { color:rgba(255,255,255,1); } .side-navigation ul li.active:after { content:""; position:absolute; width: 0px; height: 0px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid #fff; right:-25px; top:5px; z-index:100; } /*--- Accordion1 --- */ .accordion1 .card { border-radius:0px; background:none; border:none; margin-bottom:35px; padding-right:25px; } .accordion1 .card .card-header { background:none; padding:0px; border:none; } .accordion1 .card .card-header .btn-link { display:block; color:#fff; font-size:14px; line-height:19px; font-weight:bold; text-decoration:none; position:relative; width:100%; text-align:left; padding:0px 15px 20px 0px; } .accordion1 .card .card-header .btn-link:before { float: right; font-family:"Font-Awesome"; content:"\f068"; } .accordion1 .card .card-header .btn-link.collapsed:before { float: right; content:"\f067"; } .accordion1 .card .card-body { padding:0px; } /*--- Page Head --- */ #page-head { background:#e7ebfb; padding:15px 15px 15px 30px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1); position:relative; z-index:10; } #page-head .inner .back-btn { float:left; display:inline-block; color:#000; } #page-head h5,#page-head h6 { margin:0px; } #page-head h6 .fas { margin-right:8px; } #page-head h6 small { font-weight:bold; } #page-head .inner .inner-head { margin-left:30px; } #page-head h5 { font-size:10px; min-height:38px;} /*--- Secondary Header --- */ .secondary-header { background:#f2f7ff; } .secondary-header .title { float:left; margin-right:30px; padding:18px 30px; min-width:165px; position:relative; background:#e7ebfb; } .secondary-header .title .fas { margin-right:15px; } .secondary-header .title h6 { margin:0px; font-size:12px; } .secondary-header .title:after { content:""; position:absolute; width: 0px; height: 0px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid #f2f7ff; right:-0px; top:50%; margin-top:-10px; } /*--- Inner Content --- */ #inner-content { padding:0px 0 0 0; } /*--- Section --- */ section.section { padding:50px 0px; } section.section h2,section.section h4,section.section p { color:#000; } /*--- Dashboard --- */ .dashboard { padding:70px 30px 50px 30px; } .dashboard .box { padding:20px; text-align:center; margin-bottom:30px; border: 1px solid #dadada; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1); transition: all 0.2s ease-out;} .dashboard .box > a { display:block; } .dashboard .box .icon { display:block; margin-bottom:15px; height:70px; } .dashboard .box .icon img { filter: grayscale(100%); transition: all 0.2s ease-out; max-width:66px; max-height:70px; } .dashboard .box h6 { font-weight:500; color:rgba(0,0,0,0.7); margin:0px; } .dashboard .box:hover,.dashboard .box.active { border-color:#0085C9; } .dashboard .box:hover .icon img,.dashboard .box.active .icon img { filter: grayscale(0%); } .dashboard .welcome { padding:20px; text-align:center; } .dashboard .welcome h2 { color:#0085C9; } .dashboard .welcome h2 small { display:block; font-weight:normal; font-size:28px; color:#dadada; } /*--- Tabs1 --- */ .tabs1 .nav-tabs { margin-bottom:0px; border:none; } .tabs1 .nav-tabs li { border:none; } .tabs1 .nav-tabs li a { margin:0px; border:none; border-bottom:3px solid #f2f7ff; font-size:14px; line-height:19px; font-weight:bold; padding:15px 45px; color:rgba(0,0,0,0.7); } .tabs1 .nav-tabs .nav-item.show .nav-link, .tabs1 .nav-tabs .nav-link.active { border:none; background:none; } .tabs1 .nav-tabs li:hover a { border:none;} .tabs1 .nav-tabs li .nav-link.active { border-bottom:3px solid #0085C9; } /*--- Tabs2 --- */ .tabs2 .nav-tabs { border:none; text-align:center; display:block; width:352px; margin:0px auto 0px auto; background:#fff; } .tabs2 .nav-tabs li { float:left; min-width:176px; } .tabs2 .nav-tabs li a { margin:0px; border:none; color:#000;} .tabs2 .nav-tabs li a.active { background:#091736; color:#fff;} .tabs2 .nav-tabs .nav-item.show .nav-link, .tabs2 .nav-tabs .nav-link.active { border:none;} .tabs2 .nav-tabs li:hover a { border:none;} .tabs2 .tab-content { padding-top:50px;} /*--- Btn-file --- */ .btn-file .button3 { z-index:10; pointer-events:none; background:#e7ebfb; cursor:pointer; position:absolute; left:0; top:0; color:rgba(0,0,0,0.7); border-color:rgba(0,0,0,0.15); border-radius:3px; } .btn-file input[type=file] { position: absolute; top:2px; left:44px; height:34px; font-size:13px; text-align: left; outline: none; cursor: inherit; display: block; background:none;} .btn-file { position: relative; display:block; height:37px; margin-top:0;} /*--- Table1 --- */ .table1 { width:100%; } .table1 tr td { padding:25px; font-size: 14px; font-weight: 500; border-bottom:1px dashed rgba(0,0,0,0.15); background:#e7ebfb; } .table1 tr td a { color:#000; } .table1 tr td:first-child { max-width:60%; } .table1 tr td:last-child { padding-right:0px; } .table1 tr td.no-padding { padding:0px; position:relative; border:none; } .table1 tr td .action-lnk { float:right; text-align:center; display:inline-block; padding-right:10px; border-right:1px solid #dadada; margin-right:10px; font-size:12px; } .table1 tr td .action-lnk p { margin:0px; font-size:10px; line-height:14px; font-weight:bold; } .table1 tr td .action-lnk .fas,.table1 tr td .action-lnk .far { margin-bottom:8px; color:#00bfe7; } .table1 tr td .action-lnk:first-child { margin-right:0px; border:none; } .table1 tr td h6 { margin-bottom:8px; font-size:11px; line-height:14px; color:#00bfe7; } .table1 tr td h5 { margin-bottom:0px; font-size:14px; line-height:18px; } .table1 .table1 tr td { background:#f2f7ff; padding:10px 10px } .table1 .table1 tr td:first-child { max-width:50%; padding-left:30px; } .table1 .table1 tr td:last-child { min-width:450px; } .table1 .table1 tr td h5 { font-size:12px; font-weight:500; } .table1 .table1 tr td h6 { color:rgba(0,0,0,0.7); } .table1 tr td.no-padding .table1 tr:first-child td:before { content:""; position:absolute ; left:0px; top:0px; display:block; width:100%; height:1px; background: #f2f7ff; z-index:3; } .table3 tr:first-child { background:#002855; } .table3 tr:first-child td { color:#fff; background:#002855 !important; } .table3 td { border:1px solid #dadada; background:#fff !important; padding:7px !important; } .scrolling-table1 { padding:0 !important } /*--- Scrolling Table --- */ .main-for-table { overflow-x:auto; display:block; height:69vh; margin-top:31vh; } .main-for-table1 { overflow-x:auto; display:block; height:82vh; margin-top:18vh; } .scrolling-table { } .scrolling-table table { min-width:600px; } .table-data .textnamme { float:right; margin:7px 0 0 10px ; padding:5px; font-size:11px; } .table-data .textnamme input { margin:0; padding:0 0px; font-size:11px; } .table-format-header { position:fixed; z-index:1; padding: 0 20% 0 0; width:100%; top:0; } .table-header { top:104px; padding:0 20px 0px 20px; background:#fff; border-bottom:1px solid #dadada; } .scrolling-table { padding:20px 20px 20px 20px; } /*--- Table2 --- */ .table2 { width:100%; } .table2 tr th { background:#002855; color:#fff; font-size:11px; line-height:14px; padding:4px 8px; font-weight:bold; border:1px solid rgba(0,0,0,0.15); text-align:center; } .table2 tr td { padding:6px; font-size: 12px; font-weight: 500; color:rgba(0,0,0,0.7); border:1px solid rgba(0,0,0,0.15); text-align:center; } .table2 tr td a .fa-file-pdf { color:rgba(239,0,0,0.7); } .table2 tr td a .fa-edit { color:rgba(0,191,231,0.7); } .table2 tr td a .fa-trash-alt { color:#d73232; margin-left:8px; } .table2 tr td:last-child { min-width:75px; } .table2 tr th span {font-size:11px !important; line-height:14px; } .table-data .header p { margin-bottom:4px; font-size:12px; line-height:15px; color:rgba(0,0,0,0.69); } .table-data .header p a { color:rgba(0,0,0,0.69); text-decoration:underline; } .table-data .header .export-btn { box-shadow:none; padding:0px 0px 8px 10px; color:#0085C9; line-height:1; text-transform:uppercase; font-size:12px; font-weight:500;} /*--- Box Default1 --- */ .box-default1 { background:#fff; box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.18); border-radius:6px;} .box-default1.padding { padding:16px;} .box-default1 .content-wrapper { border-bottom:1px solid #e0e0e0; padding:12px; } .box-default1 .content-wrapper:last-child { border:none; } /*--- List1 --- */ .list1 { margin:0; padding:0; margin-left:20px; } .list1 li { margin-bottom:15px; padding-left:16px; font-size:13px; line-height:18px; font-weight:500;} .list1 li a { color:#000; transition:all .1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;-webkit-transition:all .1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;-moz-transition:all .1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;-o-transition:all .1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;-ms-transition:all .1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; } /*--- Filter --- */ #filter { padding:12px 0px; } #filter .row { margin:0px -5px; } #filter .row .col-sm-12 { padding:0px 5px; } /*--- Add Form --- */ .add-form { width:570px; margin:0px auto; padding-top:25px; } /*--- About --- */ #about { text-align:center; background:#f2f7ff; } #about p { font-size:16px; line-height:25px; font-weight:normal; } #about .featured { margin-top:30px; padding-top:30px; border-top: 1px solid rgba(0,0,0,0.15); text-align:left; } #about .featured h4 { font-size:22px; line-height:27px;} #about .featured p { font-size:14px; line-height:24px; font-weight:500; min-height:96px; } #about .featured .button4 { min-width:170px; } #about .featured .button4 .fas { float:right; } /*--- Services --- */ #services { background: linear-gradient(180deg, #0085C9 0%, #FC654C 100%); text-align:center; } #services h2,#services p { color:#fff; } #services p { font-size:18px; line-height:36px; font-weight:normal; } #services .shape1 { width:983px; height:429px; border: 1px dashed rgba(255,255,255,0.5); position:relative; margin:150px auto 90px auto; border-radius:52%; } #services .shape2 { width:577px; height:251px; border: 1px dashed rgba(255,255,255,0.5); position:absolute; border-radius:52%; left:203px; top:89px; } #services .shape1 ul { margin:0px; padding:0px; list-style-type:none; } #services .shape1 ul li { width:170px; height:170px; background:#fff; border:1px solid rgba(0,0,0,0.15); display:table; padding:15px; position:absolute; } #services .shape1 ul li:first-child { background:#0085C9; border:none; left:402px; top:125px; } #services .shape1 ul li .inner { display:table-cell; vertical-align:middle; } #services .shape1 ul li .inner figure { margin-bottom:8px; } #services .shape1 ul li .inner p { margin:0px; color:rgba(0,0,0,0.7); font-size:14px; line-height:18px; font-weight:500; } #services .shape1 ul li:first-child figure { padding-bottom:16px; border-bottom: 1px solid rgba(255,255,255,0.29); margin-bottom:16px; } #services .shape1 ul li:first-child p { font-size:20px; line-height:24px; font-weight:normal; color:#fff } #services .shape1 ul li:nth-child(2) { left:402px; top:-112px; } #services .shape1 ul li:nth-child(3) { left:632px; top:22px; } #services .shape1 ul li:nth-child(4) { left:862px; top:124px; padding-bottom:0px; vertical-align:bottom; } #services .shape1 ul li:nth-child(4) P { margin-bottom:8px; } #services .shape1 ul li:nth-child(4) figure { margin-bottom:0px; } #services .shape1 ul li:nth-child(5) { left:632px; top:252px; } #services .shape1 ul li:nth-child(6) { left:402px; top:355px; } #services .shape1 ul li:nth-child(7) { left:172px; top:252px; } #services .shape1 ul li:nth-child(8) { left:-57px; top:147px; } #services .shape1 ul li:nth-child(9) { left:172px; top:22px; } /*--- Pricing --- */ #pricing { background:#f2f7ff; } #pricing h2 { text-align:center; } #pricing p.cite { margin-bottom:40px; } #pricing p { font-size:18px; line-height:36px; font-weight:normal; text-align:center; } #pricing .pricing-box { background: linear-gradient(180deg, #0085C9 0%, #FC654C 100%); padding:30px; } #pricing .pricing-box .button1 { display:block; text-transform:uppercase; } #pricing .pricing-box h3 { font-size:30px; line-height:37px; margin-bottom:12px; } #pricing .pricing-box ul { padding:0px 0px 30px 25px; margin:0px 0px 30px 0px; border-bottom: 1px solid rgba(255,255,255,0.3); min-height:130px; } #pricing .pricing-box ul li { padding-left:10px; font-size:14px; line-height:18px; margin-bottom:15px;} #pricing .pricing-box p { font-size:14px; line-height:18px; margin-bottom:20px; } #pricing .pricing-box h3,#pricing .pricing-box p,#pricing .pricing-box ul li { color:#fff; text-align:left; } #pricing .pricing-box .price p { font-size:30px; line-height:36px; font-weight:500; margin-bottom:30px; } #pricing .pricing-box .price p span { font-size:18px; line-height:21px; } #pricing .pricing-box.deluxe ul { border-bottom: 1px solid rgba(0,0,0,0.15);} #pricing .pricing-box.deluxe { background:#fff; } #pricing .pricing-box.deluxe h3,#pricing .pricing-box.deluxe p,#pricing .pricing-box.deluxe ul li { color:rgba(0,0,0,0.7); } /*--- Faq --- */ #faq h2 { text-align:center; } #faq .cite { text-align:center; font-size:18px; line-height:36px; } #faq p { font-weight:normal; font-size:14px; line-height:26px; margin-bottom:40px;} #faq .faq-question .icon { float:left; text-align:center; width:15px; height:15px; display:inline-block; background:#92b5fa; border-radius:50%; margin-top:7px; } #faq .faq-question .icon .fas { font-size:20px; color:#fff; line-height:36px; } #faq .faq-question .detail { margin-left:50px; } #faq .faq-question .detail p {min-height:104px; } #faq .faq-question h4 { margin-bottom:10px; } #faq .faq-question:last-child p { margin-bottom:0px;} /*--- Join Paperless --- */ #join-paperless { background:#92b5fa; text-align:center; } #join-paperless h2 { font-size:52px; line-height:63px; margin-bottom:40px; font-weight:normal; color:rgba(255,255,255,0.7); } #join-paperless .button1 { min-width:180px; } /*--- Sociable --- */ .rendered-form .form-group { margin-bottom:20px !important; } .rendered-form .form-control { font-size:13px !important; } .stage-wrap { border:1px solid #c5c5c5; border-radius:6px; } .export-modal .close { position:absolute; right:15px; top:26px; } .export-modal h4 { margin-bottom:10px; } .export-modal .button1 {color:#fff !important; float:right; cursor:pointer; } .export-modal .block { display:block; margin-bottom:6px; } .export-modal .block input { margin-right:10px; } /* ========================================================================== Responsive Settings ========================================================================== */ .approve-select-check { padding:10px 0px 5px; } .approve-select-check span { font-size:11px; margin:0 10px 0 0; } .approve-select-check button { padding:0px 10px; font-size:11px; background:none; border:0; color:#000; border-left:1px solid #dadada; } .approve-select-check button:hover { color:#0085C9; } .approve-select-check .btton-d { color:#f00 } .chart-stake .detail { background:#fff; border:1px solid #dadada; margin:0 0 10px 0; display:inline-block; width:100%; } .chart-stake .detail p { width:60px; height:60px; color:#fff; float:left; margin:0 10px 0 0; line-height:60px; font-size:20px; text-align:center; } .chart-stake .detail p.Total { background:#fc654c; } .chart-stake .detail p.Approved {background:#00caa4; } .chart-stake .detail p.Pending {background:#f8ab3e; } .chart-stake .detail h6 { float:left; line-height:60px; margin:0; } .advance-filters span{ width:180px !important; float:left; } .advance-filters small{ float:left; padding:4px 10px 0 0; } .button2 {position:relative; z-index:1; border:2px solid #E55A69; background:none; text-transform:uppercase; padding:15px 50px; letter-spacing:.8px; font-size:16px; color:#fff; display:inline-block; } .button2:hover { color:#E55A69; } .button2:before { z-index:-1; content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:#E55A69; color:#E55A69;transition:ease all 0.3s; } .button2:hover:before { width:0%; } .button1 {position:relative; z-index:1; border:2px solid #E55A69; background:none; text-transform:uppercase; padding:15px 50px; letter-spacing:.8px; font-size:16px; color:#fff; display:inline-block; } .button1:hover { color:#E55A69; background:#fff; border:2px solid #fff;} .button1:before { z-index:-1; content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:#E55A69; color:#E55A69; transition:ease all 0.3s; } .button1:hover:before { width:0%; color:#E55A69; } .button3 {position:relative; z-index:1; border:1px solid #0085C9; background:#0085C9; text-transform:uppercase; padding:20px 20px;width:250px; font-size:16px; color:#fff; display:inline-block; } .button3 span { z-index:1; position:relative; } .button3 i { float:right; position:relative; z-index:1; color:#fff; } .button3:hover ,.button2:hover span i { color:#0085C9; } .button3:after { z-index:0; content:""; position:absolute; top:0; left:0; width:0%; height:100%; background:#fff; transition:ease all 0.3s; } .button3:hover:after { width:100%; } .button3:hover i { color:#0085C9; } /* Main-navigation ---------------------- */ #main-navigation { transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; padding:0; } #main-navigation ul { margin:0px; padding:0px; list-style-type:none; width:100%; } #main-navigation ul li { display:inline-block; position:relative; transition:ease all 0.3s;} #main-navigation ul li a { font-size:18px; line-height:100px; color:#333; display:inline-block; padding:0px 25px 0 25px; font-weight:500; transition:ease all 0.3s; } #main-navigation ul li:hover a,#main-navigation ul li.active a { color:#E55A69; } #main-navigation .menu-btn { display:none; background:#fff; border:0; position:absolute; left:-60px; top:28px; } #header.fixed #main-navigation .menu-btn { top:20px; } #main-navigation .menu-btn span.line { display:block; height:3px; width:25px; position:relative; margin:4px 0; background:#231f20;transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s; } #main-navigation ul li a:after { content:""; width:5px; height:0px; position:absolute; top:0; background:#E55A69; margin:0 0 0 -3px; left:50%; transition:ease all 0.3s; } #main-navigation ul li a:before { content:""; width:5px; height:0px; position:absolute; bottom:0; background:#E55A69; margin:0 0 0 -3px; left:50%; transition:ease all 0.3s; } #main-navigation ul li.active a:after { height:25px; } #main-navigation ul li.active a:before { height:25px; } #main-navigation ul li a:hover:after { height:25px; } #main-navigation ul li a:hover:before { height:25px; } .navbar-nav { text-align:center; width:100%; } /* header */ #header-home { height:100px; top:0; position:fixed; top:0; width:100%; z-index:2; background:#fff; box-shadow:0 0 10px #ccc; } #header { height:100px; top:0; box-shadow:0 0 10px #ccc; } #header .button4 { float:right; margin-top:3px; } #header.fixed { position:fixed; left:0px; top:0px; width:100%; z-index:1000; padding:10px 0px; height:70px; border-bottom:1px solid #e5e5e5; } #header.fixed .logo img { max-width:120px; } .logo { position: absolute; width: 78px; border: 0px solid #DADADA; border-top:0; top: 0px; left: 50px; padding: 0px; transition:ease all 0.3s; background: #fff; margin: 0 0 0 0px; z-index: 3; } .logo img { width:90%; display:block; margin:7px auto 0; } #header-home .logo { position: absolute; width: 130px; border: 1px solid #DADADA; border-top:0; top: 0px; left: 50px; padding: 0px 0 20px 0; transition:ease all 0.3s; background: #fff; margin: 0 0 0 0px; z-index: 3; transition:ease all 0.3s; } .sticky .logo { width: 78px !important; height:auto!important; padding:0 !important; border: 1px solid #fff!important; border-top:0 !important; } .contact-header { float:right; font-size:18px; line-height:30px; padding:30px 30px 0 0; } .contact-header i { font-size:22px; } /* slider */ #home-slider { margin:100px 0 0 0; padding:0px 0 0 0; position:relative; background-size:cover !important; } #home-slider:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(0deg, rgba(229,90,105,0.2) 0%, #4B1E22 100%); } .main-slider { list-style:none; padding:0px 0; margin:0; } .slider-in { position:relative; list-style:none; } #inner-slider { margin:100px 0 0 0; padding:0px 0 0 0; position:relative; background-size:cover !important; min-height:500px; } #inner-slider:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(0deg, rgba(229,90,105,0.2) 0%, #4B1E22 100%); } .slider-small-main {min-height:300px !important;} .slider-content { padding:120px 0; text-align:center; } .slider-small { padding:60px 0 80px 0; text-align:center; } .slider-content h2 { font-size:52px; color:#fff; line-height:60px; text-shadow: 0 2px 24px rgba(0,0,0,0.5); } .slider-content p { font-size:18px; color:#fff; line-height:26px; text-shadow: 0 2px 24px rgba(0,0,0,0.5); } .slider-content .button1 { margin:30px 0 0 0; } .main-slider .slick-dots { bottom:20px; padding:0 0px 0 0px; } .main-slider .slick-dots li { padding:3px !important; } .main-slider .slick-dots li button { width:16px; height:16px; border-radius:100%; background:#ccc; } .main-slider .slick-dots li.slick-active button { background:#fff; } .main-slider .slick-dots li button:focus { outline:0; } /*--- Slick Slider --- */ .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent} .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0} .slick-list:focus{outline:0} .slick-list.dragging{cursor:pointer;cursor:hand} .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)} .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto} .slick-track:before,.slick-track:after{display:table;content:''} .slick-track:after{clear:both} .slick-loading .slick-track{visibility:hidden} .slick-slide{display:none;float:left;height:100%;min-height:1px; } [dir='rtl'] .slick-slide{float:right} .slick-slide img{display:block} .slick-slide.slick-loading img{display:none} .slick-slide.dragging img{pointer-events:none} .slick-initialized .slick-slide{display:block} .slick-loading .slick-slide{visibility:hidden} .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent} .slick-arrow.slick-hidden{display:none} .slick-dots { display: flex; justify-content: center; margin: 0; padding: 1rem 0; list-style-type: none; position:absolute; left:0px; bottom:60px; width:100%; padding:0px;} .slick-dots li:last-child { margin-bottom:0px; } .slick-dots li:first-child { padding-left:500px; } .slick-dots li button { display: block; width: 11px; height: 11px; padding: 0; border: none; border-radius: 50%; background:none; text-indent: -9999px; border: 1px solid rgba(0,0,0,0.1); margin:0px 4px; } .slick-dots li.slick-active button { background-color: #fc654c; } p { letter-spacing: 0.91px; } .bottom-slider {} .section3 { width:33.33%; float:left; padding:70px 100px; position:relative; min-height:380px; } .section3 h4 { font-size:36px; color:#fff; font-weight:500; } .section3 p { font-size:16px; color:#fff; line-height:24px; font-weight:300; } .section3.sec-1 { background:#E55A69; position:relative; overflow:hidden; } .section3.sec-2 { background:#97696F; position:relative; overflow:hidden; } .section3.sec-3 { background:#634649; position:relative; overflow:hidden; } .section3.sec-4 { background:#E55A69; position:relative; overflow:hidden; } .section3.sec-5 { background:#97696F; position:relative; overflow:hidden; } .section3.sec-6 { background:#634649; position:relative; overflow:hidden; } .section3.sec-1:before { content:""; background:url(../images/icons-1.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .section3.sec-3:before { content:""; background:url(../images/icons-13.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .section3.sec-2:before { content:""; background:url(../images/icons-12.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .section3.sec-4:before { content:""; background:url(../images/icons-1.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .section3.sec-5:before { content:""; background:url(../images/icons-13.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .section3.sec-6:before { content:""; background:url(../images/icons-12.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .about-page .section3.sec-1:before { content:""; background:url(../images/ab-1.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .about-page .section3.sec-3:before { content:""; background:url(../images/ab-3.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .about-page .section3.sec-2:before { content:""; background:url(../images/ab-2.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .about-page .section3.sec-4:before { content:""; background:url(../images/ab-1.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .about-page .section3.sec-5:before { content:""; background:url(../images/ab-3.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .about-page .section3.sec-6:before { content:""; background:url(../images/ab-2.svg) no-repeat center left; position:absolute; top:0; left:-60px; width:100%; height:100%; opacity:0.07; } .welcome { text-align:left; background:url(../images/home-welcome.png) no-repeat right bottom #F0F4F7; background-size:contain; } .welcome-in { border-top:1px solid #dadada; padding:100px 0; } .welcome h2 { color:#333; font-size:42px; line-height:52px; letter-spacing:1px; padding:0 0 0px 0; width:60%; } .welcome p { font-size:18px; line-height:28px; color:#333; padding:20px 0; } .welcome-in ul { list-style:none; padding:0; margin:0; width:100%; } .welcome-in ul li { font-size:16px; line-height:42px; color:#333; float:left; width:50%; padding:20px 0; } .welcome-in ul li span { width:50px; text-align:center; float:left; margin:0 10px 0 0; } .welcome-in ul li i { color:#E55A69; font-size:40px; line-height:42px; } .welcome .content { } .welcome .content ul { list-style:none; padding:0; margin:0; } .welcome .content ul li { display:block; width:50%; font-size:100px; line-height:90px; float:left; text-align:center; font-weight:bold; color:#0085C9; } .welcome .content ul li strong { display:block; font-size:18px; padding:0px 0 0 0; line-height:30px; color:#333; font-weight:500; text-transform:uppercase; } /* sharda-glance */ .rspl-service { padding:80px 0; position:relative; background:url(../images/services-bg.png) no-repeat; background-size:cover; } .rspl-service:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(0deg, rgba(75,30,34,0.6) 0%, #4B1E22 100%); z-index:0; } .rspl-service h2 { display:block; text-align:center; color:#fff; font-size:36px; font-weight:bold; text-transform:uppercase;} .rspl-service .col-md-12 { z-index:1; } .service-contant { padding:50px 50px 0 50px; } .service-contant h4 { display:block; text-align:left; color:#fff; font-size:36px; line-height:43px; text-transform:uppercase;} .service-contant p { font-size:16px; color:#fff; line-height:26px; } .service-contant .button1 { padding:15px 50px; } .service-contant .button1:hover { } .service-list { overflow-x:scroll; } .service-list ul { list-style:none; padding:0; margin:0 0 20px 0; display: inline-block; width:1730px; } .service-list li { float:left; text-align:center; margin:0 30px 10px 0; box-shadow: 0 2px 14px rgba(84,9,18,0.7); } .service-list li:nth-child(1) a { background:rgba(84,9,18,0.7); } .service-list li:nth-child(2) a { background:#634649; } .service-list li:nth-child(3) a { background:#96696F; } .service-list li a { color:#fff;font-size: 44px; font-weight: 600; line-height:56px; width:400px; padding:80px 70px; height:330px; background:#634649; display:table-cell; vertical-align:middle; } .service-list li a:hover { color:#E55A69;} .service-list::-webkit-scrollbar { height:30px; } /* Track */ .service-list::-webkit-scrollbar-track { height:30px; border-radius:40px; background-color: rgba(255,255,255,0.3); } /* Handle */ .service-list::-webkit-scrollbar-thumb { padding:10px 0 0 0; height:10px; border-radius:40px; background-color: #E55A69; } /* Handle on hover */ .service-list::-webkit-scrollbar-thumb:hover { background: #E55A69; } .rspl-testi { padding:70px 0; } .rspl-testi h3 { font-size:42px; line-height:60px; color:#000; display:block; text-align:center; margin:80px 0 0 0 } .rspl-testi .saprator {width:50%; } .testimonial { padding:70px 0 40px 0; display:inline-block; width:100%; } .testimonial ul { list-style:none; padding:0; margin:0; } .testimonial ul li { padding:20px; } .testimonial .image { width:300px; height:300px; border-radius:100%; float:left; position:relative; float:left; background:#fafafa; } .testimonial .image img { margin:110px auto 0; width:80%; } .testimonial .imagein { overflow:hidden; } .testimonial .image:after { content: ""; width:170px; height: 320px; /* background-color: gold; */ border-top-left-radius: 160px; border-bottom-left-radius: 160px; border: 10px solid #E55A69; border-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:absolute; z-index:1; left:-10px; top:-10px; } .testimonial .content { padding:80px 0 0 40px; margin:0 0 0 50px; width:63%; float:left; position:relative; } .testimonial .content p { font-size:16px; color:#333; line-height:28px; } .testimonial .content strong { color:#E55A69; font-size:24px; } .testimonial .content .icon { color:#E55A69; position:absolute; left:00px; top:-0px; } .testi-slider .slick-dots { bottom:0; padding:0 63px 0 0px; } .testi-slider .slick-dots li { padding:5px; } .testi-slider .slick-dots li button { width:30px; height:30px; border:1px solid #E55A69; border-radius:100%; } .testi-slider .slick-dots li.slick-active button { background:#E55A69; } .testi-slider .slick-dots li button:focus { outline:0; } .sharda-story .button2 { display: block; margin:10px auto 0; float:right; } .saprator { height:1px; display:block; background:#E55A69; width:100%; margin:20px auto 0; position:relative; } .saprator img { display:block; width:70px; height:38px; padding:0 15px; margin:0px auto; background:#fff; text-align:center; color:#E55A69; font-size:30px; position:relative; top:-17px; } .misssion { padding:20px 0 70px 0; } .nav-biness { padding:70px 0 50px 0; display:inline-block; width:100%; text-align:center; } .nav-biness ul { list-style:none; margin:0; padding:0; display:block } .nav-biness ul li { display:inline; } .nav-biness ul li a { display:inline-block; padding:15px 15px; background:#F0F4F7; font-size:16px; color:#333; margin:0 6px; } .nav-biness ul li a:hover ,.nav-biness ul li a.active { background:#E55A69; color:#fff; } .nav-biness ul {} .detail-iages img { width:100%; } .business-list-main { } .business-list { border: 1px solid #DADADA; background-color: #FFFFFF; box-shadow: 0 2px 10px rgba(0,0,0,0.2); min-height:350px; margin:15px 0px; position:relative; transition:ease all 0.3s; } .business-list .image { position:relative; height:220px; overflow:hidden; } .business-list .image strong { z-index:1; position:absolute; background:#E55A69; font-size:12px; padding:5px 10px 5px 5px; border-radius:0 0px 0px 0; bottom:0px; left:0; text-transform:uppercase; color:#fff; } .business-list .image strong.ongoing { background:#ff9c00 !important; } .business-list .image strong.upcomig { background:#00c1a1 !important; } .business-list .image:after { content:""; position:absolute; top:0; left:0; height:100%; width:100%; background:rgba(3,3,3,0.2); } .business-list .image img { transition:ease all 0.3s; width:100%; height:100%; } .business-list .location { z-index:1; font-size:11px; padding:20px 20px 4px; text-transform:uppercase; color:#F58A52; } .business-list h4 { padding:15px 20px 10px 20px; line-height:28px; font-size:16px; margin:0; } .business-list h4 a { color:#111; } .business-list p { padding:0 20px 10px 20px; line-height:15px; font-size:16px; margin:0; color:#111; } .business-list p i { margin:0 10px 0 0; } .business-list .link { color:#030303; min-height:70px; transition:ease all 0.3s; padding:0 20px 20px 20px; font-size:14px; } .business-list .link i { color:#E55A69; transition:ease all 0.3s;} .business-list .link i:before { padding:0 0 0 0px;transition:ease all 0.3s; } .business-list:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.2); } .business-list:hover strong { } .business-list:hover .link i:before { padding:0 0 0 10px; } .business-list:hover .image img { transform:scale(1.1,1.1) } /* chairman section */ .whychoose { padding:60px 0; position:relative; } .whychoose .container-fluid { padding:0; } .whychoose .saprator { margin:0 auto 40px ; } .whychoose h3 { font-size:42px; line-height:60px; color:#000; display:block; text-align:center; } .whychoose .saprator {width:50%; } .chaiman-blank { position:absolute; right:0; top:0; height:100%; width:75%; background:#0085C9; } .whychoose .image { border:10px solid #fff; border-left:0; position:relative; margin:10px -30px 0 0; z-index:1; } .whychoose .contentmain { padding:0px 0px 0px 70px; background:#634649; margin:60px 0 0 -50px; min-height:430px; } .whychoose .content { padding:70px 50px 70px 100px; background:#634649; margin:0px 0 0 -50px; min-height:430px; } .whychoose .content h4 { text-transform:uppercase; color:#fff; font-size:30px; line-height:40px; letter-spacing:1px; padding:0 0 5px 0; font-weight:500; position:relative; } .whychoose .content h4:after { content:""; position:absolute; width:80px; height:2px; background:#E55A69; bottom:-2px; left: 0%; } .infi-slider .slick-dots { bottom:20px; padding:0 30px 0 0px; left:auto; right:0; justify-content:normal; text-align:right; display:block !important; } .infi-slider .slick-dots li { padding:2px; display:inline-block; float:right; } .infi-slider .slick-dots li button { width:20px; height:20px; border:1px solid #fff; border-radius:100%; } .infi-slider .slick-dots li.slick-active button { background:#fff; } .infi-slider .slick-dots li button:focus { outline:0; } .infi-slider2 .slick-dots { bottom:20px; padding:0 30px 0 0px; left:auto; right:0; justify-content:normal; text-align:right; display:block !important; } .infi-slider2 .slick-dots li { padding:2px; display:inline-block; float:right; } .infi-slider2 .slick-dots li button { width:20px; height:20px; border:1px solid #fff; border-radius:100%; } .infi-slider2 .slick-dots li.slick-active button { background:#fff; } .infi-slider2 .slick-dots li button:focus { outline:0; } .whychoose .content h4 strong { font-style:italic; } .whychoose .content p { color:#fff; font-size:16px; padding:0; margin:0; letter-spacing:1px; line-height:30px; font-weight:300; } .whychoose .button1 { margin:50px 0 0 0; } .testi-slider .slick-dots { bottom:-30px; /*width:250px; */right:0; left:0; } .testi-slider .slick-dots li { float:right; padding:0 !important; } .testi-slider .slick-dots li button { background:#fff; height:30px; width:30px; margin:0 10px; } .testi-slider .slick-dots li.slick-active button { background:#E55A69; } .footer-topsec { background:#634649; padding:40px 0; } .footer-topsec ul { list-style:none; padding:0; margin:0; } .footer-topsec ul li { display:inline-block; width:50%; float:left; text-align:center; border-right: 1px solid rgba(255,255,255,0.2); } .footer-topsec ul li a { color: rgba(255,255,255,0.69); display:block; font-size:42px; padding:20px 0; } .footer-topsec ul li a:hover { color:#E55A69; } .footer-topsec ul li:last-child { border-right:0; } /* footer */ #footer { background:#4B1E23; padding:50px 0px 40px 0; } #footer { position:relative; } .nav-section { padding:30px 0 0 0; } .nav-section ul { list-style:none; padding:0; margin:0; } .nav-section h5 { color:#fff; font-size:20px; font-weight:bold; padding:0 0 20px 0; margin:0; text-transform:uppercase; } .nav-section ul li { display:inline-block; width:100%; padding:5px 0; } .nav-section ul li a { color:#fff; line-height:23px; float:left; line-height:21px; font-weight:300; padding:0 0 5px 0; font-size:16px; text-transform:uppercase; position:relative; } .nav-section ul li a:after { content:""; position:absolute; bottom:-0px; height:1px; width:0; left:0; background:#E55A69; transition:ease all 0.2s; } .nav-section ul li a:hover:after { width:100% } .adrrss-sec li { color:#fff; line-height:23px; float:left; line-height:25px; font-weight:300; padding:0 35px 30px 0 !important; font-size:16px; } .adrrss-sec li span { width:42px; height:42px; float:left; background:#D8D8D8; margin:-5px 10px 0px 0; border-radius:50px; text-align:center; line-height:52px; transition:ease all 0.2s; float:left; padding:0 0 0 3px; } .adrrss-sec li span i { color:#4B1E23; font-size:28px; } .adrrss-sec li:hover span { background:#E55A69; } .adrrss-sec li:last-child i{ font-size:22px; } .adrrss-sec li:last-child span { line-height:42px } .sociable { padding:0px 0 0 0px; } .sociable h5 { color:#fff; font-size:18px; font-weight:bold; padding:0 0 20px 0; margin:0; } .sociable ul { list-style:none; margin:0; padding:0; } .sociable li {} .sociable li a { float:left; background:none; margin:0 10px 0px 0; text-align:center; transition:ease all 0.2s; } .sociable li a i { color:#fff; font-size:26px } .sociable li a:hover { } .sociable li a:hover i { color:#E55A69; } #footer-bottom { background:#4B1E23; } #footer-bottom .inner{ border-top:1px solid rgba(218,218,218,0.3); padding:40px 0; display:inline-block; width:100%;} #footer-bottom p { float:left; margin:0; color:#FFFFFF; font-size:16px; } #footer-bottom ul { list-style:none; float:right; margin:0; padding:0; } #footer-bottom ul li { float:left; } #footer-bottom ul li a { font-size:14px; color:#333; padding:0 0 0 30px; } .about-page { padding:0px 0; } .about-page .left-a { padding:80px; } .about-page .left-a .content { padding:0 0 40px 0 } .about-page .left-a .content h3 { font-size:24px; text-transform:uppercase; color:#030303; margin:0 0 10px 0; position:relative; } .about-page .left-a .content h3:after { content:""; position:absolute; width:80px; height:3px; background:#E55A69; bottom:-2px; left:0; } .about-page .left-a .content p { font-size:16px; color:#030303; line-height:32px; text-align:justify; } .about-page .section3 { width:100%; float:none; padding:80px 100px; min-height:inherit; } .content-heading { background:url(../imgs/leaf-gray.png) no-repeat top left; background-size:contain; padding:50px 0; display:inline-block; } .content-heading h2 { font-size:42px; color:#030303; font-weight:bold; text-transform:uppercase; display:inline-block; text-align:left; line-height:50px;float:left; } .content-heading small { height:2px; width:90px; margin:0 20px 0 0; background:#F58A52; position:relative; top:23px; display:inline-block; float:left; text-transform:uppercase; } .our-director {} .our-director { padding:70px 0px 70px 40px; display:inline-block; width:100%; text-align:center; } .our-director .image { width:200px; height:200px; border-radius:100%; position:relative; display:block; margin:0px auto; overflow:hidden; border:4px solid #E55A69; } .our-director .image { overflow:hidden; } .our-director .content { padding:80px 0 0 00px; margin:0 0 0 00px; width:100%; float:left; position:relative; } .our-director .content p { font-size:16px; color:#fff; line-height:24px; } .our-director .content strong { color:#fff; font-size:24px; font-weight:normal; } .our-director .content .icon { color:#fff; position:absolute; left:45%; top:21px; width:50px; } .our-director .content .icon img { width:100%; } .jurny-leaders { background: #97696F; position:relative; } .jurny-blank { background: #4B1E23; position:absolute; left:50%; top:0; width:50%; height:100%; } .Our-Journey { padding:60px 60px 60px 0; } .Our-Journey h3 { font-size:42px; text-transform:uppercase; font-weight:normal; color:#fff; margin:0 0 30px 0; position:relative; } .Our-Journey h3:after { content:""; position:absolute; width:80px; height:4px; background:#fff; bottom:-12px; left:0; } .Our-Journey p{ font-size:16px; line-height:26px; color:#fff } .key-leaders { padding:80px 0; background:#F0F4F7; } .key-leaders .saprator { margin:0 auto 40px ; width:50% } .key-leaders .saprator img{ background:#F0F4F7; } .key-leaders h3 { font-size:42px; line-height:60px; color:#000; display:block; text-align:center; } .key-leaders-in { border:1px solid #DADADA; background:#fff; margin:15px 0; } .key-leaders-in .image { width:100%; height:350px; overflow:hidden; } .key-leaders-in .image img { width:100%; } .key-leaders-in .content { padding:20px; text-align:center; } .key-leaders-in .content h4 { font-size:24px; margin:0 0 10px 0; } .key-leaders-in .content strong { font-size:16px; margin:0 0 10px 0; color:#000; } .modal-header strong { line-height:31px; margin:0 0 0 10px; } .ourclients { background:#F0F4F7; padding:70px 0; } .ourclients-in { padding:30px 0 0 100px; } .ourclients-in h3 { color:#333; font-size:42px; margin:0 0 15px 0; font-weight:normal; } .ourclients-in p { color:#333; font-size:16px; } .clients-logos { overflow-x:scroll; padding:0 0 20px 0; } .clients-logos ul { list-style:none; padding:0; margin:0; width:1980px; } .clients-logos ul li { width:250px; height:170px; background:#fff; border:1px solid #dadada; float:left; text-align:center; float:left; margin:0 30px 0 0; } .clients-logos ul li img { width:70%; margin:40px auto 0; } .clients-logos::-webkit-scrollbar { height:15px; } /* Track */ .clients-logos::-webkit-scrollbar-track { height:30px; border-radius:40px; background-color: rgba(0,0,0,0.08); } /* Handle */ .clients-logos::-webkit-scrollbar-thumb { padding:10px 0 0 0; height:10px; border-radius:40px; background-color: #634649; } /* Handle on hover */ .clients-logos::-webkit-scrollbar-thumb:hover { background: #634649; } /* services */ .services-top { padding:60px 0 30px 0; position:relative; } .services-top .container-fluid { padding:0; } .services-top .saprator { margin:0 auto 40px ; } .services-top h3 { font-size:42px; line-height:60px; color:#000; display:block; text-align:center; } .business-segments { text-align:center; margin:15px 0 40px; } .business-segments .icon { width:70px; height:70px; display:block; margin:0px auto 20px;} .business-segments img { width:100%; } .business-segments h4 { font-size:16px; text-transform:uppercase; color:#333; margin:0 0 10px 0; position:relative; display:block; text-align:center; } .business-segments h4:after { content:""; position:absolute; width:80px; height:2px; background:#E55A69; bottom:-2px; left: 50%; margin: 0 0px 0 -40px; } .our-services { background:#F0F4F7; padding:70px 0; } .our-services .saprator { margin:0 auto 40px ; } .our-services .saprator img { background:#F0F4F7; } .our-services h3 { font-size:42px; line-height:60px; color:#000; display:block; text-align:center; } .services-ul { padding:50px 0 0 0; } .services-ul ul { list-style:none; padding:0; margin:0; position:relative; border:0 } .services-ul ul:before { content:""; border:1px solid #DADAAD; background:#fff; position:absolute; left:0; height:100%; width:10px; border-radius:10px; } .services-ul ul li { display:block; padding:0; width:100%; border:0 ;margin:0; } .services-ul ul li a { font-size:16px; padding:20px 15px 20px 30px; color:#333; display:block; font-weight:bold; position:relative; margin:2px 0; text-transform:uppercase; } .services-ul ul li a:hover, .services-ul ul li a.active { color:#E55A69; border:0 } .services-ul ul li a.active:before { content:""; border:1px solid #E55A69; top:0; background:#E55A69; position:absolute; left:0; height:100%; width:10px; border-radius:10px; } .services-ul ul li:hover { border:0; padding:0; margin:0; } .services-contant { padding:50px 0 0 0;} .services-contant img { width:100%; margin:0 0 30px 0; } .services-contant h4 { font-size:28px; line-height:30px; color:#333; display:block; margin:0 0 20px 0; font-weight:normal; } .li-icons { margin:0; padding:0; } .li-icons li { font-size:16px; color:#333; padding:10px 0;} .services-contant .button2 { margin:40px 0 0 0; } /* #contact us */ .slider-small { margin:0; } .contacts { padding:60px 0 40px 0; position:relative; } .breadcrumb { background:none; padding:0; margin:0; text-align:center; color:#fff; display:block;} .breadcrumb a { display:inline; color:#fff; padding:0 5px; } .breadcrumb span { display:inline; color:#fff;padding:0 5px; } .contact-deta h4 { text-transform:capitalize !important; } .contact-deta strong { color:rgba(248,248,248,0.5) } .contact-form {} .contact-form h4 { font-size:30px; line-height:30px; color:#333; display:block; margin:0 0 40px 0; font-weight:500; } .contact-form input , .contact-form select { line-height:60px; font-size:16px; height:60px; padding:0 20px; width:100%; border:1px solid #dadada; margin:0 0 20px 0; } .contact-form textarea { font-size:16px; height:120px; padding:20px 20px; width:100%; border:1px solid #dadada;margin:0 0 20px 0; } .contact-detail {} .contact-detail h4 { font-size:30px; line-height:30px; color:#333; display:block; margin:0 0 40px 0; font-weight:500; } .md-accordion .card .card-header { /* border: 1px solid #dadada; margin:10px 0 0px 0; position:relative;*/ padding:0; background:none; } .md-accordion .card .card-header .join-btn { position:absolute; top:7px; right:10px; padding:7px; color:#fff; font-size:14px; animation:blinkingText 1.2s infinite; } .blinking{ animation:blinkingText 1.2s infinite; } @keyframes blinkingText { 0%{ color: #fff; } 50%{ color: #000; } 100%{ color: #fff; } } .md-accordion .card .card-header a { padding:0 15px; display:block; background: #E55A69; color:#fff; line-height:60px; font-size:18px; font-weight:500; text-decoration:none; } .md-accordion .card .card-header .collapsed { background: #fff; color:#000; line-height:60px; } .md-accordion .card .card-header h5 { margin:0; padding:0; } .md-accordion .card .card-header .collapsed .fa { float:right; transform:rotate(0); color:#000; } .md-accordion .card .card-header .fa { float:right; transform:rotate(180deg); color:#fff; } .md-accordion .card { overflow: visible; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; margin:0 0 20px 0; } .card-body { padding:0px; padding-bottom:0px; border-radius: 0 !important; padding: 20px; border-bottom: 1px solid #dadada; font-size: 16px; } .md-accordion .card:last-child { border-bottom:0 } .md-accordion .collapse { overflow:hidden; margin:0px 0 0 0; } .md-accordion .card .card-header .collapsed .icon:after { content:"+"; font-family: 'simple-line-icons'; font-size:24px; line-height:30px; color:#000000; float:right; width:40px; height:40px; display:block; position:absolute; top:12px; right:8px; font-weight:100; } .md-accordion .card .card-header .icon:after { content:"-"; font-family: 'simple-line-icons'; font-size:39px; line-height:22px; text-align:center; color:#fff; float:right; width:40px; height:40px; display:block; position:absolute; top:12px; right:8px; font-weight:100; } .contant-page { padding:70px 0; } .contant-page h3 { font-size:20px; margin:0 0 15px 0; } .contant-page p { font-size:16px; color:#000; } /* gallery */ /* Elastislide Style */ .rg-gallery { width:80%; display:block; margin:0px auto; position:relative; padding:0 0 150px 0 } .rg-view { display:none; } .rg-image-wrapper{position:relative;padding:0px;background:transparent url(../images/black.png) repeat top left;min-height:20px; border:5px solid #E55A69;} .rg-image{position:relative;text-align:center; line-height:0px;} .rg-image img{ width:100%;} .rg-image-nav a {position:absolute;top:42%;left:-75px;background: #fff;width:60px;height:60px; font-size:0; border:2px solid #E55A69;cursor:pointer; outline:none;-moz-border-radius: 50px;-webkit-border-radius: 50px; text-align:center; border-radius: 50px;} .rg-image-nav a.rg-image-nav-prev:after { content:"\e605" ; font-family: 'simple-line-icons'; font-size:24px; line-height:60px; color:#E55A69; } .rg-image-nav a.rg-image-nav-next:after { content:"\e606" ; font-family: 'simple-line-icons'; font-size:24px; line-height:60px; color:#E55A69; } .rg-image-nav a.rg-image-nav-next {right:-75px; left:auto;} .es-carousel ul{display:block;} .rg-image-nav a:hover{opacity:0.8;} .rg-image-wrapper { position:relative; } .rg-caption-wrapper { position:absolute; width:100%; bottom:0; } .rg-caption {text-align:center; background:rgba(255,255,255,0.9); padding:15px;margin-top:0px;position:relative;} .rg-caption p{font-size:14px;letter-spacing:2px;line-height:16px;padding:0 0px; text-transform:uppercase; margin:0;} .rg-view{ height:30px;} .rg-view a{display:block;float:right;width:16px; height:16px; margin-right:3px;background:#464646 url(../images/views.png) no-repeat top left; border:3px solid #464646; opacity:0.8;} .rg-view a:hover{ opacity:1.0; } .rg-view a.rg-view-full{ background-position:0px 0px;} .rg-view a.rg-view-selected{background-color:#6f6f6f; border-color:#6f6f6f;} .rg-view a.rg-view-thumbs{ background-position:0px -16px;} .rg-loading{width:46px;height:46px;position:absolute;top:50%;left:50%;background:#000 url(../images/ajax-loader.gif) no-repeat center center;margin:-23px 0px 0px -23px;z-index:100;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;opacity:0.7;} .rg-thumbs { position:absolute; bottom:0; width:100%; } .es-carousel-wrapper{border-radius: 10px;position:relative; position:relative;margin-bottom:0px;} .es-carousel{overflow:hidden;} .es-carousel ul{display:none; margin:0 ; padding:0;} .es-carousel ul li{height:100%;float:left; display:block;} .es-carousel ul li a{display:block;border-style:solid;border-color:#fff;opacity:0.8;-webkit-touch-callout:none;/* option */-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;} .es-carousel ul li.selected a{border-color:#E55A69;opacity:1.0;} .es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;} .es-nav span{position:absolute;top:50%;left:8px;background: #E55A69;width:24px;height:24px;margin-top:-13px; font-size:0;cursor:pointer;opacity:0.8; border-radius:40px; text-align:center} .es-nav span.es-nav-next {right:8px;left:auto; background-position:top right;} .es-nav span.es-nav-prev:after { content:"\e605" ; font-family: 'simple-line-icons'; font-size:12px; line-height:22px; color:#fff; } .es-nav span.es-nav-next:after { content:"\e606" ; font-family: 'simple-line-icons'; font-size:12px; line-height:22px; color:#fff; } .es-nav span:hover{ opacity:1.0;} .albums-sec { margin:15px 0; background:#fff; border:1px solid #dadada; } .albums-sec .image { overflow:hidden; display:block; } .albums-sec h4 { margin:0 } .albums-sec h4 a { font-size:20px; color:#333; padding:20px; display:block; } .innerpage-slider { padding:100px 0 0 0; } .innerpage-sliderin2 { padding:40px 0; border-bottom:1px solid #dadada;} .innerpage-slider .heading { padding:0px 0; display:block; position:relative; } .innerpage-slider .heading a { float:left; color:#000; font-size:18px; padding:10px 0 0 50px } .innerpage-slider .heading h2 { font-size:40px; color:#000; margin:0; position:relative; z-index:1; font-weight:normal; display:block; text-align:center; } .innerpage-contants { padding:80px 0; } .contants-bottom { padding:50px 0 0 0 } .contants-bottom h4 { font-size:22px; color:#030303; margin:0 0 20px 0; position:relative; } .contants-bottom h4:after { content:""; position:absolute; width:80px; height:3px; background:#E55A69; bottom:-7px; left:0; } .contants-bottom p { font-size:16px; color:#000; line-height:26px; } .contants-bottom strong { display:block; } .why-work { padding:80px 0; background:#F0F4F7; } .why-work h3 { font-size:42px; line-height:60px; color:#000; display:block; text-align:center; margin:0px 0 0 0 ; } .why-work .saprator {width:50%; margin:20px auto 30px; } .why-work .saprator img {background:#F0F4F7; } .why-work-list { background:#fff; border:1px solid #dadada; margin:40px 0 0 0; padding:30px; } .why-work-list h5 { color:#030303; font-size:24px; text-transform:uppercase; line-height:30px; } .why-work-list ul { margin:20px 0 0 0; padding:30px 0 0 0; border-top:1px solid #dadada; list-style:none; } .why-work-list ul li span { background:none; border:2px solid #F58A52; width:34px; height:34px; float:left; margin:0 10px 0; border-radius:30px; text-align:center; line-height:28px; position:absolute; top:11px; left:0; } .why-work-list ul li span i { color:#F58A52; font-size:17px; } .why-work-list ul li:before { content:"\f00c"; font-family: 'FontAwesome'; background: none; border: 2px solid #F58A52; width: 34px; height: 34px; float: left; margin: 0 10px 0; border-radius: 30px; color:#E55A69; text-align: center; line-height: 28px; position: absolute; top: 11px; left: 0; } .policy-list ul li { font-size:20px; display:inline-block; width:100%; padding:15px 0 15px 60px; position:relative; } .policy-list ul li { font-size:20px; display:inline-block; width:100%; padding:15px 0 15px 60px; position:relative; } .policy-list { background:#fff; margin:40px 0 0 0;} .policy-list ul { margin:20px 0 0 0; padding:0 0 0 0; list-style:none; } .policy-list ul li:before { content:"\f00c"; font-family: 'FontAwesome'; background: none; border: 2px solid #F58A52; width: 34px; height: 34px; float: left; margin: 0 10px 0; border-radius: 30px; color:#E55A69; text-align: center; line-height: 28px; position: absolute; top: 11px; left: 0; } .job-work { padding:80px 0; background:#fff; } .job-work h3 { font-size:42px; line-height:60px; color:#000; display:block; text-align:center; margin:0px 0 0 0 ; } .job-work .saprator {width:50%; margin:20px auto 30px; } .job-work .saprator img {background:#fff; } .positions-list { padding:30px; border: 1px solid #DADADA; background-color: #FFFFFF; box-shadow: 0 2px 10px rgba(0,0,0,0.2); min-height:300px; margin:30px 0px 0 0; position:relative; transition:ease all 0.3s; } .positions-list h4 { padding:0 0 15px 0; line-height:34px; font-size:22px; margin:0; } .positions-list h4 a { color:#111; } .positions-list p { padding:0 0 15px 0; line-height:22px; font-size:14px; margin:0; color:#111; } .positions-list p i { margin:0 10px 0 0; } .positions-list .link { color:#030303; transition:ease all 0.3s; padding:0px 0px 0px 0px; font-size:14px; display:block; } .positions-list p a:hover { color:#E55A69; } .positions-list .link i { color:#E55A69; transition:ease all 0.3s;} .positions-list .link i:before { padding:0 0 0 0px;transition:ease all 0.3s; } .submit-application .application-form { padding:30px 20px; background:#97696F; margin:0px auto 0; width:100%; } .submit-application .application-form .form-list { display:inline-block; width:100%; margin:0 0 20px 0; text-align:left; } .submit-application .application-form .form-list label { font-size:14px; text-transform:uppercase; color:#fff; } .submit-application .application-form .form-list input , .submit-application .application-form .form-list select { line-height:45px; font-size:16px; height:45px; padding:0 20px; width:100%; border:1px solid #dadada; } .submit-application .application-form .form-list textarea { font-size:16px; height:120px; padding:20px 20px; width:100%; border:1px solid #dadada; } .submit-application .application-form .form-list input[type="file"]{ line-height:45px; font-size:16px; height:auto; padding:0 0px; width:100%; border:1px solid #dadada; background:#fff; } .custom-file-input { color: transparent;} .custom-file-input::-webkit-file-upload-button { visibility: hidden;} .custom-file-input::before { content: 'Browse'; display: inline-block; background: #ccc; border: 1px solid #999; border-radius: 0px; padding: 5px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer;text-shadow: 1px 1px #fff;font-weight: 700; font-size: 10pt;} .custom-file-input:hover::before { border-color: black;} .submit-application .application-form .button1 { text-align:center; width:100%; } @media (max-width:1200px) { /* About ---------------------- */ #about .featured h4 { height:54px; overflow:hidden; } #about .featured p { height:96px; overflow:hidden; } #services .shape1 ul li:nth-child(8) { left:-10px;} #services .shape1 ul li:nth-child(4) { left:814px;} /* Join Paperless ---------------------- */ #join-paperless h2 { font-size:46px; } /* Footer ---------------------- */ #footer .inner.nav-section { padding:0px; } } @media (max-width:992px) { /* Main Navigation ---------------------- */ #main-navigation ul li a { padding:0px 8px; font-size:13px; } #main-navigation ul li:first-child a { padding-left:0px; } #main-navigation ul li:last-child a { padding-right:0px; } /* Home Banner ---------------------- */ #home-banner { height:390px; } #home-banner .inner-content { padding:50px 0px; } /* Services ---------------------- */ #services .shape1 { width:768px; height:600px; } #services .shape2 { width:50%; } #services .shape1 ul { text-align:center; } #services .shape1 ul li { position:static; min-height:190px; float:left; margin-bottom:4px; margin-right:4px; } #services .shape1 ul li:nth-child(4) { padding-bottom:15px; vertical-align:middle;} #services .shape1 { margin:20px 0px 0px 0px; } /* Join Paperless ---------------------- */ #join-paperless h2 { font-size:32px; line-height:45px; } /* Sidebar ---------------------- */ #sidebar { width:250px; left:-250px; position:fixed; z-index:1000; top:0px; height:100%; } #sidebar .menu-btn { display:block; } #sidebar .inner { height:600px; overflow:auto; } #container-wrap.activeSideMenu #sidebar { left:0px; } /* Main ---------------------- */ #main { width:100%; margin:0px;} } @media (min-width:767px) { /* Main Navigation ---------------------- */ #main-navigation .menu-btn { display:none !important;} } @media (max-width:767px) { .contact-header { display:none; } #header-home { height:80px; } #header-home .logo { width:60px; padding:0; border:0; height:inherit; left:15px; } .sticky .logo { width:60px !important; padding:0 !important; border:0 !important; height:inherit; left:15px !important; } .header-slect { margin:57px 0 0 10px; color:#333; } .logo { width:60px; padding:0; border:0; height:inherit; left:15px; } .logo img { width:100%; margin:3px auto 0; } .hedaer-top { height:40px; } #header { height:80px; } #inner-slider { margin:80px 0 0 0; min-height:300px; } #home-slider { padding:20px 0 20px 0; margin:80px 0 0 0; } .left-nav ul li a { text-transform:capitalize; font-size:11px; } .left-nav { padding:8px 20px 0 0; display:none; } .slider-in { background-size:cover !important; } .slider-in img { width:200%; } .slider-content h2 { font-size:26px; line-height:32px; } .slider-content { padding:60px 0 60px 0; } .slider-content .button1 { margin:20px 0 0 0; } .bottom-slider { overflow:hidden; } .section3 { padding:30px 40px; min-height:300px } .section3 h4 { font-size:30px; } .section3 p { font-size:16px; } .welcome { background-size:contain; } .welcome-in { padding:40px 0;} .welcome h2 { font-size:32px; width:100%; line-height:40px } .welcome-in ul li { width:100%; padding:0; } whychoose { padding:40px 0; } .whychoose h3 { font-size:32px; } .whychoose .image { margin:0 !important; border:0 } .whychoose .content { margin:0 !important; padding:30px; } .rspl-service { padding:40px 0; } .service-contant { padding:0 10px 50px 10px; } .service-list ul { width:1320px; } .service-list li { width:300px; min-height:220px; } .service-list li a { font-size:30px; } .misssion { padding:20px 0 40px 0; } .rspl-testi h3 { font-size:22px; } .rspl-testi{ padding:40px 0; } .testimonial .image { width:200px; height:200px; display:block; margin:0px auto 40px; float:none; } .testimonial .image:after { width:110px; height:220px; } .testimonial .content { width:100%; float:none; padding:80px 0 0 0; margin:0; } .contact-section { padding:20px 0; } #footer .inner { padding:20px; } #footer .inner.nav-section { padding:20px; } .sociable { padding: 0px 0 0 0px; text-align: center;display: inline-block;width: 100%; } .sociable li { display:inline-block; } .sociable li a { float:none; margin:0px 5px; display:inline-block; width:50px; height:50px; line-height:50px; } .footer-topsec { padding:15px 0; } .footer-topsec ul li a { font-size:22px; padding:10px 0; } #footer-bottom p { float:none; display:block; text-align:center; padding:0 0 15px 0; } #footer-bottom ul { float:none; display:block; text-align:center; } #footer-bottom ul li { display:inline-block; float:none; } #footer-bottom ul li a { padding:10px; } .nav-section ul li span { margin:0 20px 11px 0; } .news-with-image { height:inherit; } .news-with-image a { font-size:14px; line-height:20px; } #header .col-sm-12 { padding:0; } #header.fixed #main-navigation > ul { top:70px; } #main-navigation { border-left:1px solid #dadada; padding-top:25px; } #main-navigation .menu-btn { display:block;} #main-navigation { background:#fff; text-align: left; padding: 0px; height:100%; width:100%; } #main-navigation button { background:#E55A69; color:#fff; border:0;width:50px; height:40px; position:absolute; right: 20px; top:20px; padding:0px 0 0 0; } #main-navigation button span { background:#fff; height:3px; margin:4px auto; width:50%; display:block; } #container-wrap.activeMenu #main-navigation { right:0;} #container-wrap.activeMenu #main-navigation .menu-btn span.line:nth-child(2n) { opacity:0;} #container-wrap.activeMenu #main-navigation .menu-btn span.line:first-child { -ms-transform: rotate(38deg); -webkit-transform: rotate(38deg); transform: rotate(38deg); top:8px; } #container-wrap.activeMenu #main-navigation .menu-btn span.line:last-child { -ms-transform: rotate(-38deg); -webkit-transform: rotate(-38deg); transform: rotate(-38deg); bottom:6px; } .navbar-collapse { border-top:1px solid #dadada; background:#fff; height:100vh; position:relative; top:80px; } #header-home .col-sm-8 { padding:0; } #header .col-sm-8 { padding:0; } #main-navigation li { float:none !important; } .left-nav ul li:last-child { display:none; } #main-navigation ul li a:before { display:none; } #main-navigation ul li a:after { display:none; } #main-navigation ul li { display:block; } #main-navigation ul li a { display:block; text-align:center; line-height:50px; border-bottom:1px solid #eee; } #header .button4 { font-size:12px; min-width:90px; padding:6px 16px; } #home-banner .inner-content h2 { font-size:24px; line-height:30px;} .about-page { overflow:hidden; } .about-page .left-a { padding:40px ; } #footer { padding:30px 0px; } section.section h2 { font-size:28px; line-height:36px; } #services .shape1 ul { width:1000px;} /*--- Mobile scroll --- */ .mobile-scroll { overflow-x:scroll; } #services .shape1 {width:auto; height:auto; } #pricing .pricing-box.economy { margin-bottom:20px; } .tabs2 .tab-content { padding-top:20px; } .tabs2 .nav-tabs { width:280px;} .tabs2 .nav-tabs li { min-width:140px;} #faq p,#faq .faq-question:last-child p { margin-bottom:20px; } #join-paperless h2 { font-size:18px; line-height:28px;} #footer .inner { border:none; min-height:auto; } #login { width:100%;} #footer .logo,#footer .sociable,.footer-navigation { margin-bottom:40px;} #banner { padding-top:40px; height:200px; } #content { min-height:400px; } .secondary-header .title { float:none; margin-right:0px; padding:15px 30px; } .secondary-header .title:after { display:none; } #filter .select,#filter .form-control { margin-bottom:10px;} #page-head .inner .inner-head { margin-bottom:15px; } .add-form { width:100%; } .scrolling-table { overflow-x:scroll; } .scrolling-table table { width:800px; } #page-head h5, #page-head h6 { margin-bottom:8px; } #page-head .text-right { text-align:left !important;} #page-head .button1 { font-size:12px; } #page-head,.secondary-header .title,#inner-content { padding-left:15px; padding-right:15px; } .tabs1 .nav-tabs li a { padding:15px 18px; } .whychoose .contentmain { margin:0px; padding:0 } .nav-biness { overflow-x:scroll; padding:50px 0 30px 0 } .nav-biness ul { width:1090px } .jurny-blank { display:none } .our-director { padding:30px 20px ; background:#4B1E23 } .Our-Journey {padding:30px 0 } .key-leaders { padding:40px 0 } .ourclients-in { padding:0 } .testimonial .image img { margin:75px auto 0 } .testimonial .content .icon { left:38% } } @media (max-width:480px) { /*--- msform --- */ } /*pagination */ .pagination { margin: 0 0 40px 0; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { z-index: 2; color: #0085C9; background-color: #eee; border-color: #ddd; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination>li { display: inline; } .pagination>li>a { color: #0085C9; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #0085C9; border-color: #0085C9; } .has-error{ border:1px solid #F88379 !important; } /* ========================================================================== Simple Line Icons ========================================================================== */ @font-face { font-family: 'simple-line-icons'; src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0'); src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); font-weight: normal; font-style: normal; } .icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-minus,.icon-close,.icon-event,.icon-exclamation,.icon-organization,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawer,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-google,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox,.icon-social-vkontakte,.icon-social-steam{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"} /*.our-business .col-md-4 { display:none; } .our-business .col-md-4.active { display:block; }*/ /*!