﻿/* ==================================== webslidemenu.css  ==================================== */
/* ================== Desktop Base CSS  ================== */
.wsmenu .cl { clear: both; }

.wsmenu img,
object,
embed,
video { border: 0 none; max-width: 100%; }

.wsmenu a:focus { outline: none; }

.wsmenu:before,
.wsmenu:after { content: ""; display: table; }

.wsmenu:after { clear: both; }

/* ================== Desktop Main Menu CSS ================== */
.wsmenucontainer { background-size: cover; background-image: url(../images/bg01.jpg); overflow: hidden; background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; }

.wsmainfull { width: 100%; height: 70px; position: relative; }

.wsmainwp { margin: 0 auto; max-width: 1140px; }

.desktoplogo { padding: 16px 0px 0px 0px; margin: 0; float: left; }

.desktoplogo img { width: 100% }

.wsmenu {  color: #fff; font-size: 14px; padding: 0; float: right; display: block; }

.wsmenu > .wsmenu-list { text-align: left; margin: 0 auto 0 auto; width: 100%; display: block; padding: 0; }

.wsmenu > .wsmenu-list > li { text-align: center; display: block; padding: 0; margin: 0; float: left;padding: 20px 20px; }

.wsmenu > .wsmenu-list > li > a {display: block;line-height: 45px;text-decoration: none;position: relative;font-size: 15px;color: #fff;/* font-family: 'Poppins', sans-serif; */text-transform: capitalize;font-weight: 500;}

.wsmenu > .wsmenu-list > li .active {
    /* border-top: 2px solid #b91609; */
    /* border-bottom: 2px solid #ffffff; */
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.wsmenu > .wsmenu-list > li > a:hover {     color: #ffffff;
    border-bottom: 1px solid #fff; }

.wsmenu > .wsmenu-list > li:last-child > a:hover { border-top: none; border-bottom: none; }

.wsmenu > .wsmenu-list > li:last-child > a {border-right: 0px;border: 2px solid #fff;/* color: #ffffff; */border-radius: 25px;padding: 0rem;padding: 0rem 1.4rem;line-height: 2.8rem;    margin: 0;}

.wsmenu > .wsmenu-list > li:last-child > a:hover { /*background-color: #000;*/ line-height: 2.8rem; background-color: #ba170a; transition: ease 0.5s; border: 2px solid #ba170a; color: #fff; }

.wsmenu > .wsmenu-list > li a.menuhomeicon { }

.wsmenu > .wsmenu-list > li > a i { display: inline-block; font-size: 14px; line-height: inherit; margin-right: 12px; vertical-align: top; }

.wsmenu > .wsmenu-list > li > a.menuhomeicon i { margin-right: 0px; font-size: 15px; }

.wsmenu > .wsmenu-list > li > a .wsarrow::after {
       content: "";
    float: right;
    right: -15px;
    height: 0px;
    position: absolute;
    text-align: right;
    top: 20px;
    width: 0px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    margin: 0px 0px 0px 14px;
}

/* Desktop Search Bar */
.wsmenu > .wsmenu-list > li.rightmenu { float: right; }

.wsmenu > .wsmenu-list > li.rightmenu a { padding: 0px 30px 0px 20px; border-right: none; }

.wsmenu > .wsmenu-list > li.rightmenu a i { font-size: 15px; }

.wsmenu > .wsmenu-list > li.rightmenu { float: right; }

.wsmenu > .wsmenu-list > li.rightmenu:before,
.wsmenu-list > li.rightmenu:after { content: ""; display: table; }

.wsmenu > .wsmenu-list > li.rightmenu:after { clear: both; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch { float: right; width: 210px; height: 39px; position: relative; margin: 16px 0px 0px 0px; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .searchicon { -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input { width: 100%; position: relative; float: right; top: 0; right: 0; bottom: 0; width: 100%; border: 0; padding: 0; margin: 0; text-indent: 15px; height: 39px; z-index: 2; outline: none; color: #333; background-color: #efefef; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; font-size: 12px; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input::placeholder { color: #a9a9a9; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus { color: #333; width: 230px; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus ~ .btnstyle i { color: #000; opacity: 1; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus ~ .searchicon { opacity: 1; z-index: 3; color: #FFFFFF; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle { top: 0px; position: absolute; right: 0; bottom: 0; width: 40px; line-height: 30px; z-index: 1; cursor: pointer; opacity: 0.3; color: #333; z-index: 1000; background-color: transparent; border: solid 0px; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle i { line-height: 37px; margin: 0; padding: 0; text-align: center; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle:hover i { opacity: 1; }

.wsmenu > .wsmenu-list > li.rightmenu { zoom: 1; }

/* ================== Desktop Drop Down Menu CSS ================== */
.wsmenu > .wsmenu-list > li > ul.sub-menu { position: absolute; top: 74px; z-index: 1000; margin: 0px; padding: 0px; min-width: 210px; background-color: #fff; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li { position: relative; margin: 0px; padding: 0px; display: block; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a { background-image: none; color: #2d2c2c; border-right: 0 none; text-align: left; display: block; line-height: 22px; padding: 10px 20px; text-transform: none; letter-spacing: normal; border-right: 0px solid; border-bottom: 1px solid #eee; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover { text-decoration: none; background-color: #ba170a; color: #fff; transition: ease 0.5s; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > span { position:fixed; right:10px }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i { margin-right: 9px; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu { min-width: 180px; position: absolute; left: 100%; top: 0; margin: 0; padding: 0; list-style: none; background-color: #fff; border: solid 1px #eeeeee; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li { position: relative; margin: 0px; padding: 0px; display: block; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a { background-image: none; color: #2d2c2c; border-right: 0 none; text-align: left; display: block; line-height: 22px; padding: 8px 12px; text-transform: none; letter-spacing: normal; border-right: 0px solid; border-bottom: 1px solid #eee; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover { text-decoration: none; background-color: #ba170a; color: #fff; transition: ease 0.5s; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i { margin-right: 9px; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > img { width: 12%; height:auto; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu { min-width: 180px; position: absolute; left: 100%; top: 0; margin: 0px; list-style: none; padding: 0px; background-color: #fff; border: solid 1px #eeeeee; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li { position: relative; margin: 0px; padding: 0px; display: block; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a { background-image: none; color: #2d2c2c; border-right: 0 none; text-align: left; display: block; line-height: 22px; padding: 8px 12px; text-transform: none; letter-spacing: normal; border-right: 0px solid; border-bottom: 1px solid #eee; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover { text-decoration: none; background-color: #ba170a; color: #fff; transition: ease 0.5s; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i { margin-right: 9px; }

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu > .wsmenu-list > li > .wsmegamenu { width: 100%; left: 0px; position: absolute; top: 70px; color: #000; z-index: 1000; margin: 0px; text-align: left; padding: 14px 5px; font-size: 15px; border: solid 1px #eeeeee; background-color: #fff; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .title { border-bottom: 1px solid #CCC; font-size: 14px; padding: 9px 5px 2px 0px; font-size: 17px; color: #424242; margin: 0px 0px 12px 0px; text-align: left; height: 39px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .wsmwnutxt { width: 100%; font-size: 14px; text-align: justify; line-height: 22px; color: #424242; margin-top: 10px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li { display: block; text-align: center; white-space: nowrap; text-align: left; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a { line-height: 18px; border-right: none; text-align: left; padding: 6px 0px; background: #fff; background-image: none; color: #666666; border-right: 0 none; display: block; background-color: #fff; color: #424242; font-size: 13px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu li i { margin-right: 5px; text-align: center; width: 18px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu li a:hover { background: transparent; text-decoration: underline; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li i { font-size: 12px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu li i { margin-right: 5px; text-align: center; width: 18px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .mrgtop { margin-top: 15px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div { padding-bottom: 10px; padding-top: 10px; background-color: #dbdbdb; border: 1px solid #e7e7e7; color: #6a6a6a; margin: 2px 0px; font-size: 13px; }

/*= Desktop Half Menu CSS =*/
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 30%; right: auto; left: auto; }

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv { width: 20%; right: auto; left: auto; }

/*= Desktop HTML Form Menu CSS =*/
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form { width: 100%; display: block; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="text"] { width: 100%; border: 1px solid #e2e2e2; color: #000; font-size: 13px; padding: 8px 5px; margin-bottom: 8px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea { width: 100%; border: 1px solid #e2e2e2; color: #000; font-size: 13px; padding: 8px 5px; margin-bottom: 8px; min-height: 122px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] { width: 25%; display: block; height: 32px; float: right; border: none; margin-right: 15px; cursor: pointer; background-color: #e1e1e1; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"] { width: 25%; display: block; height: 32px; float: right; border: none; cursor: pointer; background-color: #e1e1e1; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-inner .item img { width: 100%; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-control-next { opacity: 0.8; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-control-prev { opacity: 0.8; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-caption { bottom: 0px; background-color: rgba(0, 0, 0, 0.7); font-size: 13px; height: 31px; left: 0; padding: 7px 0; right: 0; width: 100%; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text { padding: 0px 0px; font-size: 14px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul { padding: 0px 0px; margin: 0px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text p { text-align: justify; line-height: 24px; color: #656565; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li { display: block; padding: 2px 0px; line-height: 22px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li a { color: #656565; }

/* ================== Desktop Extra CSS ================== */
.wsmobileheader { display: none; }

.overlapblackbg { opacity: 0; visibility: hidden; }

.wsmenu .wsmenu-click { display: none; }

.wsmenu .wsmenu-click02 { display: none; }

.hometext { display: none; }

/*==============================================================================
Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

/* ================== Mobile Base CSS ================== */
html { overflow: hidden; height: 100%; -webkit-overflow-scrolling: touch; }

body { height: 100%; overflow-y: auto; overflow-x: hidden; }

body.wsactive { overflow: hidden; }


/* ================== Mobile Main Menu CSS ================== */
.desktoplogo { display: none; }

.wsmainfull { height: 0; }

.wsmenucontainer { background-attachment: local; background-position: 33% 0%; }

.wsmenu { width: 100%; background: rgba(0, 0, 0, 0) none repeat scroll 0 0; left: 0; overflow-y: hidden; padding: 0; top: 0; visibility: hidden; position: fixed; margin: 0px; }

.wsmenu > .wsmenu-list {height: auto;min-height: 100%;width: 300px;background: #fff;padding-bottom: 0;margin-left: -240px;display: block;text-align: center;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;-ms-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}

.wsmenu > .wsmenu-list > li { width: 100%; display: block; float: none; border-right: none; background-color: transparent; position: relative; white-space: inherit; clear: right; }

@supports (-webkit-overflow-scrolling: touch) {
.wsmenu > .wsmenu-list > li:last-child { padding-bottom: 110px; }
}


.wsmenu > .wsmenu-list > li > a {padding: 15px 20px;font-size: 18px;text-align: left;border-right: solid 0px;background-color: transparent;color: #666666;line-height: 25px;border-bottom: 1px solid;border-bottom-color: rgba(0, 0, 0, 0.13);position: static;}

.wsmenu > .wsmenu-list > li a.menuhomeicon { padding-left: 17px; padding-right: 17px; }

.wsmenu > .wsmenu-list > li > a.menuhomeicon i { display: none; }

.wsmenu > .wsmenu-list > li > a > i { font-size: 16px; color: #bfbfbf; }

.wsmenu > .wsmenu-list > li > a .wsarrow:after { display: none; }

.wsmenu > .wsmenu-list > li:hover > a { background-color: rgba(0, 0, 0, 0.08); text-decoration: none; }

.wsmenu > .wsmenu-list > li > a > .hometext { display: inline-block; }

/* ================== Mobile Slide Down Links CSS ================== */
.wsmenu > .wsmenu-list > li > ul.sub-menu {display: none;position: relative;top: 0px;background-color: #faf1ec;border: none;padding: 0px;opacity: 1;visibility: visible;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none;-webkit-transition: inherit;-moz-transition: inherit;transition: inherit;-webkit-transform-style: flat;padding-left: 20px;}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {line-height: 20px;font-size: 16px;padding: 10px 0px 10px 16px;color: #383838; font-weight: 600;}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li span + a { padding-right: 30px; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i { display: none; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > span { display: none; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover { background-color: #e7e7e7; color: #666666; text-decoration: underline; }

.wsmenu > .wsmenu-list > li > ul.sub-menu li:hover > a { background-color: #e7e7e7; color: #666666; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu { width: 100%; position: static; left: 100%; top: 0; display: none; margin: 0px; padding: 0px; border: solid 0px; transform: none; opacity: 1; visibility: visible; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: inherit; -moz-transition: inherit; transition: inherit; -webkit-transform-style: flat; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li { margin: 0px 0px 0px 0px; padding: 0px; position: relative; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a { line-height: 20px; font-size: 16px; padding: 10px 0px 10px 26px; color: #383838; font-weight: 400;}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a { padding-right: 30px; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i { display: none; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover { background-color: #e7e7e7; color: #666666; text-decoration: underline; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active { color: #000; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a { color: #000; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu { width: 100%; position: static; left: 100%; top: 0; display: none; margin: 0px; padding: 0px; border: solid 0px; transform: none; opacity: 1; visibility: visible; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: inherit; -moz-transition: inherit; transition: inherit; -webkit-transform-style: flat; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li { margin: 0px 0px 0px 0px; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a { line-height: 20px; font-size: 16px; padding: 10px 0px 10px 34px; color: #383838; font-weight: 400;}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span + a { padding-right: 30px; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i { display: none; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover { background-color: #e7e7e7; color: #666666; text-decoration: underline; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a.active { color: #000; }

/* ================== Mobile Mega Menus CSS  ================== */
.wsmenu > .wsmenu-list > li > .wsmegamenu { color: #666666; display: none; position: relative; top: 0px; padding: 10px 0px; border: solid 0px; transform: none; opacity: 1; visibility: visible; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: inherit; -moz-transition: inherit; transition: inherit; border-bottom: 1px solid rgba(0, 0, 0, 0.13); -webkit-transform-style: flat; }

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%; margin: 0px; padding: 5px 0px 10px 0px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .title { color: #666666; font-size: 15px; padding: 10px 8px 10px 0px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu > ul { width: 100%; margin: 0px; padding: 0px; font-size: 13px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu > ul > li > a { padding: 9px 14px; line-height: normal; font-size: 13px; background-color: #e7e7e7; color: #666666; }

.wsmenu > .wsmenu-list > li > .wsmegamenu > ul > li > a:hover { background-color: #000000; }

.wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title { line-height: 26px; color: #666666; margin: 0px; font-size: 15px; padding: 7px 0px; background-color: transparent; }

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv { width: 100%; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form { padding: 5px 0px 62px 0px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div { margin: 0px; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"] { width: 46%; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] { width: 46%; }

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea { min-height: 100px; }

/* ================== Mobile Header CSS ================== */
.wsmobileheader { width: 100%; display: block; /* position: fixed; */ top: 0; left: 0; /* z-index: 10002; */ /* height: 54px; */ text-align: right; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; /* float: right; */ }

.wsactive .wsmobileheader { margin-left: 240px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

.wsmobileheader .smllogo { display: inline-block; margin-top: 12px; }

/* Mobile Search Bar*/
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch { width: 86%; margin: 7% 7%; padding: 0px; }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input { border-radius: 50px }

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus { width: 100%; }

.callusbtn { color: #a9a9a9; font-size: 17px; position: absolute; right: 5px; top: 0px; transition: all 0.4s ease-in-out 0s; z-index: 102; padding: 13px 14px; }

.callusbtn i { vertical-align: top; margin-top: 4px; }

.callusbtn:hover i { color: #a9a9a9; }

/* Mobile Toggle Menu icon (X ICON) */
.wsanimated-arrow {position: absolute;right: 10px;top: 0;z-index: 102;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}

.wsanimated-arrow { cursor: pointer; padding: 16px 35px 16px 0px; margin: 19px 0px; float: right; }

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {cursor: pointer;height: 4px;width: 24px;background: #fff;position: absolute;display: block;content: '';}

.wsanimated-arrow span:before {top: -10px;width: 33px;}

.wsanimated-arrow span:after {bottom: -9px;width: 28px;}

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after { transition: all 500ms ease-in-out; }

.wsactive .wsanimated-arrow span:after { width: 23px; }

.wsactive .wsanimated-arrow span { background-color: transparent; }

.wsactive .wsanimated-arrow span:before,
.wsactive .wsanimated-arrow.active span:after {top: 6px;}

.wsactive .wsanimated-arrow span:before {transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);-webkit-transform: rotate(45deg);bottom: 0px;width: 30px;}

.wsactive .wsanimated-arrow span:after {transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);width: 30px;bottom: -6px;}

/* ================== Mobile Overlay/Drawer CSS ================== */
.overlapblackbg {right: 0;width: calc(100% - 300px);height: 100vh;min-height: 100%;position: fixed;top: 0;opacity: 0;visibility: hidden;background-color: rgba(0, 0, 0, 0.45);cursor: pointer;}

.wsactive .wsmenu .overlapblackbg { opacity: 1; visibility: visible; -webkit-transition: opacity 1.5s ease-in-out; -moz-transition: opacity 1.5s ease-in-out; -ms-transition: opacity 1.5s ease-in-out; -o-transition: opacity 1.5s ease-in-out; }

.wsmenucontainer { -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

.wsactive .wsmenucontainer { margin-left: 0px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

.wsactive .wsmenu { overflow-y: scroll; -webkit-overflow-scrolling: touch; visibility: visible; z-index: 1000; top: 0; }

.wsactive .wsmenu > .wsmenu-list { -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; margin-left: 0; }

/* ================== Mobile Sub Menu Expander Arrows  ================== */
.wsmenu > .wsmenu-list > li > .wsmenu-click { height: 49px; position: absolute; top: 0; right: 0; display: block; cursor: pointer; width: 100%; }

.wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i { transform: rotate(-45deg); margin-top: 23px; }

.wsmenu > .wsmenu-list > li > .wsmenu-click > i { display: block; height: 8px; width: 8px; float: right; transform: rotate(-225deg); margin: 18px 18px 0px 0px; }

.wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { content: ""; width: 100%; height: 100%; border-width: 1.5px 1.5px 0 0; border-style: solid; border-color: rgba(0, 0, 0, 0.40); transition: 0.2s ease; display: block; transform-origin: 100% 0; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 { height: 41px; position: absolute; top: 0; right: 0; display: block; cursor: pointer; width: 100%; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i { display: block; height: 8px; width: 8px; float: right; transform: rotate(-225deg); margin: 14px 18px 0px 0px; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i:before { content: ""; width: 100%; height: 100%; border-width: 1.5px 1.5px 0 0; border-style: solid; border-color: rgba(0, 0, 0, 0.40); transition: 0.2s ease; display: block; transform-origin: 100% 0; }

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i.wsmenu-rotate { transform: rotate(-45deg); margin-top: 19px; }

/*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1162px) {
.desktoplogo { margin-left: 12px; }

.wsmenu > .wsmenu-list > li > a > .wsarrow { display: none; }

.wsmenu > .wsmenu-list > li > a { padding-left: 12px; padding-right: 12px; }

.wsmenu > .wsmenu-list > li a.menuhomeicon { padding-left: 15px; padding-right: 15px; }
}
/* ==================================== end of webslidemenu.css  ==================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
body{padding:0;margin:0;font-size:15px;font-family:'Roboto',sans-serif}
.clr{clear:both}
.remove{display:none}
.h1,.h2,h5,h1,h2,h4{font-family:'Oswald',sans-serif;text-transform:uppercase}
a{color:#ba170a}
a:hover{color:#545454; text-decoration:none;}
.padd-30{padding:30px 0}
.padd-60{padding:60px 0}
.padd-90{padding:90px 0}
.padd-120{padding:120px 0}
.padd-tp-90{padding-top:90px}
p{margin:0 0 10px;font-weight:400;color:#5f5e5e;font-size:16px}
ul{margin:0;padding:0}
.content-li{margin:0 16px 5px;font-weight:400;color:#5f5e5e;font-size:16px}
.img-center {display: block;margin-left: auto;margin-right: auto;}
.no-padd{padding:0!important}
.w-70{width:70%}
.w-100{width:100%}
.img-app {width:100%}
.bg-gray{background:#f8f8f8}
.googlemap{border:0; width:100%; height:450px;}
header{background:none;position:fixed;left:0;right:0;z-index:99;top:0;text-align:center;transition:ease all .5s;z-index:999}
header.fixed{background:rgba(255,255,255,1);box-shadow:0 0 2px 2px rgba(0,0,0,0.2);transition:ease all .5s}
header.fixed .wsmenu > .wsmenu-list > li{padding-top:5px;padding-bottom:5px}
header.fixed .wsmenu > .wsmenu-list > li >a{color:#333}
header.fixed .wsmenu > .wsmenu-list > li >a:hover{color:#b9170a}
header.fixed .wsmenu > .wsmenu-list > li:last-child > a:hover{color:#fff}
header.fixed .wsmenu > .wsmenu-list > li > ul.sub-menu{top:53px;box-shadow:0 2px 4px 1px rgba(0,0,0,.1);z-index:999}
header.fixed .logo{border-radius:0}
header.fixed .logo img{height:48px}
.theme-color{color:#ba170a}
.logo{float:left;padding:10px;padding-top:0;background:#fff;border-radius:0 0 20px 20px}
.carousel-inner > .item > a > img,.carousel-inner > .item > img{line-height:1;width:100%;height:100vh}
.carousel-inner img{height:100vh}
.banner{position:Relative;position:relative}
.banner:before{display:none;content:"";position:absolute;left:-15px;bottom:0;background:url(../images/pattern1.png) no-repeat;z-index:999999;height:109px;width:164px}
.banner:after{display:none;content:"";position:absolute;right:0;bottom:0;background:url(../images/pattern2.png) no-repeat;z-index:999999;height:82px;width:106px}
h3.ttl-sub{font-family:'Oswald',sans-serif;font-size:2rem;color:#b9170a}
.list{margin:0;padding-left:20px}
.list li{list-style-type:square}
.carousel-caption{position:absolute;right:auto;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:left;left:auto;top:34%}
.carousel-caption a:hover i{padding-left:10px;}
.carousel-control-next,.carousel-control-prev{z-index:9;display:none}
.carousel-caption p{font-size:1.2rem;color:#fff}
.carousel-caption h1,h5{font-size:4rem;font-weight:600}
.carousel-caption a{background-color:#fff;border-radius:25px;color:#ba170a;padding:.75rem 2rem;text-decoration:none;margin-top:1rem;display:inline-flex;font-weight:600; line-height:1}
.carousel-caption i{transition:ease .8s;padding-left:5px}
.carousel-indicators{bottom:80px}
.arrow-container{position:absolute;width:34px;height:54px;left:0;right:0;bottom:10px;margin:0 auto}
.banner .chevron{position:absolute;width:28px;height:8px;opacity:0;transform:scale3d(0.5,0.5,0.5);animation:move 3s ease-out infinite}
.banner .chevron:first-child{animation:move 3s ease-out 1s infinite}
.banner .chevron:nth-child(2){animation:move 3s ease-out 2s infinite}
.banner .chevron:before,.banner .chevron:after{content:' ';position:absolute;top:0;height:100%;width:51%;background:#fff}
.banner .chevron:before{left:0;transform:skew(0deg,30deg)}
.banner .chevron:after{right:0;width:50%;transform:skew(0deg,-30deg)}
@keyframes move {
25%{opacity:1}
33%{opacity:1;transform:translateY(30px)}
67%{opacity:1;transform:translateY(40px)}
100%{opacity:0;transform:translateY(55px) scale3d(0.5,0.5,0.5)}
}
.wsmenu > .wsmenu-list > li > ul.sub-menu{opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;-o-transition:-o-transform 0.3s,opacity .3s;-ms-transition:-ms-transform 0.3s,opacity .3s;-moz-transition:-moz-transform 0.3s,opacity .3s;-webkit-transition:auto;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:none;-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg)}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu{opacity:1;visibility:visible;transform:rotateX(0deg);-o-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-webkit-transform:rotateX(0deg);transition:ease .5s}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu{opacity:0;visibility:hidden;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);-webkit-transform:rotateX(-75deg)}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu{opacity:1;visibility:visible;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;-o-transition:-o-transform 0.4s,opacity .4s;-ms-transition:-ms-transform 0.4s,opacity .4s;-moz-transition:-moz-transform 0.4s,opacity .4s;-webkit-transition:-webkit-transform 0.4s,opacity .4s;transform:rotateX(0deg);-o-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-webkit-transform:rotateX(0deg)}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu{opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;-o-transition:-o-transform 0.4s,opacity .4s;-ms-transition:-ms-transform 0.4s,opacity .4s;-moz-transition:-moz-transform 0.4s,opacity .4s;-webkit-transition:-webkit-transform 0.4s,opacity .4s;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);-webkit-transform:rotateX(-75deg)}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu{opacity:1;visibility:visible;transform:rotateX(0deg);-o-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-webkit-transform:rotateX(0deg)}
.wsmenu > .wsmenu-list > li > .wsmegamenu{opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-webkit-transform-origin:0 0;-o-transition:-o-transform 0.3s,opacity .3s;-ms-transition:-ms-transform 0.3s,opacity .3s;-moz-transition:-moz-transform 0.3s,opacity .3s;-webkit-transition:-webkit-transform 0.3s,opacity .3s;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);-webkit-transform:rotateX(-75deg)}
.wsmenu > .wsmenu-list > li:hover > .wsmegamenu{opacity:1;visibility:visible;transform:rotateX(0deg);-o-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-webkit-transform:rotateX(0deg)}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s}
@-webkit-keyframes fadeInRight {
from{opacity:0;-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRight {
from{opacity:0;-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
.back1{background:url(../images/back1.png) no-repeat;background-size:cover}
.back3{background:url(../images/testimonial-bg.png) no-repeat;background-size:cover}
.about-block{background-color:#fff}
.about-us{background:url(../images/about-back.jpg) no-repeat;background-size:cover;position:relative}
.about-us:before{content:"";position:absolute;top:0;right:0;left:0;height:100%;background:#242f46e6}
.about-us h3{font-size:1rem;font-weight:700;color:#7c0d06}
.about-us h4{font-size:2.2rem}
.abt-left{padding:3rem}
.abt-more{font-size:1rem;color:#000;font-weight:600}
.abt-more i{background-color:#fff;font-size:.85rem;width:50px;height:50px;text-align:center;line-height:50px;display:inline-block;border-radius:50%;margin-right:.45rem;color:#f4232d;border:1px solid #ddd;background:#fdf3f3}
.abt-more{margin-top:1rem;display:inline-block;color:#000}
.abt-more:hover{color:#ba170a;text-decoration:none}
.what-we-do{background:url(../images/what-we-do-back.png) no-repeat top center #fbfbfb;float:left;width:100%;padding-top:80px;padding-bottom:80px;background-size:cover;text-align:center}
.ss_title{color:#111;font-size:34px;margin-top:0;font-weight:700;line-height:40px;margin-bottom:18px;font-size:2.5rem}
.ss_tag_line{font-size:16px;color:#999;font-weight:400}
.ss_border-top{border-top:solid 1px #eee}
.ss_services_box{width:100%;text-align:center;padding:50px 20px;display:block;transition:ease all .5s;height:100%}
.ss_services_box:hover{text-decoration:none;box-shadow:0 0 5px 0 #eee}
.ss_services_box a{display:block}
.ss_services_box img{transition:transform .5s}
.ss_services_box:hover img{transform:scale(1.2)}
.ss_services_box:hover h3{color:#c81e25}
.ss_services_box i{font-size:4.3em}
.ss_services_box img{padding-bottom:1rem}
.ss_services_box p{font-size:14px;margin-bottom:15px}
.ss_services_box h3{font-size:.9rem;color:#111;margin-top:0;margin-bottom:0;font-weight:700;text-transform:uppercase;border-radius:15px;border:1px solid #ddd;padding:9px 12px}
.what-we-do .ss_tag_line{padding-bottom:30px}
.ss_services_box img{padding-bottom:2rem;height:135px}
.ss_services_box a{text-decoration:none}
.ss_facts{background-image:url(../images/counter-back.jpg);background-position:center center;background-repeat:no-repeat;position:relative;margin:0;display:table;width:100%;background-size:cover}
.ss_facts_div{border-radius:0 10px 0 10px;position:relative;z-index:999;float:left;width:18%;padding:35px 0;background:#fff;margin-top:80px;margin-right:28px;margin-bottom:80px;text-align:center}
.ss_facts_div h4{font-size:2rem;color:#c81e25;font-weight:700;margin-top:0;line-height:34px}
.ss_facts_div span{font-size:18px;color:#333;font-weight:600}
.ss_facts_div:last-child{margin-right:0}
.heading-title{font-size:.85rem;font-weight:700;color:#af0e16;text-transform:uppercase}
.not-found{padding-top:30px;}
.not-found .title{font-weight:700;text-align:left;font-size:30px; text-transform:uppercase;}
.not-found .subtitle{font-weight:400;text-align:left;font-size:20px}
.not-found a{color:#ba170a; text-decoration:none; font-weight:800}
.heading-subtitle{font-weight:700;padding-top:5px;padding-bottom:10px;}
.ss_facts:before{content:"";position:absolute;left:-15px;bottom:0;background:url(../images/pattern1.png) no-repeat;z-index:999999;height:109px;width:164px}
.ss_facts:after{content:"";position:absolute;right:0;bottom:0;background:url(../images/pattern2.png) no-repeat;z-index:999999;height:82px;width:106px}
.ss_testimonials{padding:120px 0}
.ss_projects{background-image:url(../images/projects-back.jpg);*/background-position:center center;background-repeat:no-repeat;position:relative;margin:0;display:table;width:100%;background-size:cover;background-attachment:fixed;background:#2d2c4b;background:-moz-linear-gradient(-45deg,#e21e5a 1%,#9b257d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e21e5a',endColorstr='#9b257d',GradientType=1);color:#fff}
.ss_projects:before{content:"";position:absolute;left:-20px;bottom:0;background:url(../images/pattern1.png) no-repeat;z-index:999999;height:109px;width:164px;display:none}
.ss_projects:after{content:"";position:absolute;right:0;bottom:0;background:url(../images/pattern2.png) no-repeat;z-index:999999;height:82px;width:106px;display:none}
.ss_projects{text-align:center;position:relative}
.ss_projects h2{font-size:2.2rem;color:#fff;font-weight:600}
.ss_projects p{color:rgba(255,255,255,0.6);font-weight:400}
.review-box{box-shadow:0 0 1px #cccc6b;padding:1.5rem;margin:10px;background-color:#fff;float:left;width:100%;position:relative;top:-24px;margin-top:72px;background-color:#fff3f4}
.person-desc h3{font-size:1.2rem;font-weight:600;padding-top:1rem;margin-bottom:0}
.person-desc{float:left}
.box-icon{float:right}
.per-review{float:left;width:100%}
.box-icon i{background:-webkit-linear-gradient(#af161d,#da575d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2rem}
.per-image{position:absolute;top:11px;left:11px;z-index:9}
.per-image img{width:60px;height:60px;display:block;border-radius:50%}
.person-desc p{font-size:.85rem}
.owl-nav{display:none}
.price {font-size:50px!important;font-weight:700;color:#FF592D}
.price i{font-size:30px}
.text-red{color:#ba170a;}
.btn-ok{margin-right:0;border:none!important;height:50px;padding:20px 30px;line-height:11px;margin-top:13px;font-size:16px;color:#fff;font-weight:400;background:#ba170a;border-radius:25px}
.btn-ok:hover{background-color:#000;transition:ease .5s;cursor:pointer;}
.btn-new{background-color:transparent;color:#e63039;padding:.55rem 2.2rem;margin-top:15px;display:inline-block;font-weight:600;border-radius:25px;border-style:solid;font-size:1.1rem;transition:ease all .5s}
.btn-new1{background-color:#ba170a;color:#fff;padding:.55rem 2.2rem;margin-top:15px;display:inline-block;font-weight:600;border-radius:25px;border-style:solid;border-color:#ba170a;font-size:1.1rem;transition:ease all .5s}
.btn-new1:hover{background-color:#000;color:#fff;text-decoration:none;border-color:#fff;transition:ease .5s;cursor:pointer;}
.ss_projects a{background-color:#fff;color:#e63039;padding:.55rem 2.2rem;margin-top:15px;display:inline-block;font-weight:600;border-radius:25px;font-size:1.1rem;transition:ease all .5s}
.ss_projects a:hover, .btn-new:hover{background:#ba170a;color:#fff;text-decoration:none;cursor:pointer}
.ss_projects a img{height:20px; position:relative; top:-2px; padding-left:2px}
footer{background:url(../images/footer-back.png) no-repeat;background-size:cover;padding:60px 0 70px}
.footer-links li{display:inline-block;padding:0 12px}
.footer-links{text-align:center;padding-bottom:2rem;border-bottom:1px solid #ccc}
.footer-links li a{color:#6f6f6f;text-decoration:none;font-size:1rem;font-weight:600;text-transform:uppercase;text-decoration:none;font-size:1rem;font-weight:500;text-transform:capitalize}
.footer-links li a:hover{color:#f3232d}
.footer-btm p{text-align:left;float:left}
.footer-btm a{color:#cf4c3c;text-decoration:none;font-weight:500;}
.footer-btm a:hover{color:#3b5998}
.social{float:right}
.footer-btm li{display:inline-block}
.footer-btm li a{display:inline-block;color:#fff;width:40px;height:40px;text-align:center;line-height:40px;border-radius:50%;margin:0 2px;transition:transform .9s}
.footer-btm li a:hover{transform:rotate(360deg);color:#fff;}
.social .bl a{background-color:#3b5998}
.social .rd a{background-color:#cf4c3c}
.footer-btm{padding-top:2rem}

.Grid { background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #ddd; border-collapse: collapse; color: #474747; width: 100%; }
.Grid td { padding: 4px 5px; border: solid 1px #ddd; }
.Grid th { padding: 6px 5px; color: #fff; background-color: #2A67B2/*#ffba61*/; font-size: 14px; border: 1px solid #2A67B2/*#ffba61*/; text-align: center; font-weight: 800; text-transform:uppercase; }
.Grid .link { background-color: #ba170a; border-radius: 3px; color: #fff; font-size: 12px; padding: 2px 7px; text-decoration: none; }
.Grid .link:hover { background-color: #007bff; }

.ftr-form {padding: 0px 15px;text-align: left;}
    .ftr-form:before {content: '';height: 100%;width: 1px;background: #ddd;position: absolute;right: 7px;}
    .ftr-form h3 {margin-top: 0px;/* color: #bc140a */font-size: 1rem;}
    .ftr-form input[type=text], .ftr-form input[type=number], .ftr-form textarea {background: #fff;padding: 6px 10px;border-radius: 1px;width: 100%;border: 0px;margin-bottom: 12px;border: 1px solid #ddd;}
    .ftr-form input[type=button] {/* background: #bc140a; *//* padding: 5px 15px; *//* border: 0px; *//* color: #000; *//* border-radius: 3px; *//* font-weight: 600; *//* height: 3rem; *//* line-height: 3rem; */cursor: pointer;border: 1px solid #ddd;margin: 0px;}
.ftr-lnks {margin-bottom: 30px;text-align: left;}
    .ftr-lnks h4, .ftr-form h4 {color: #000;font-size: 16px;border-bottom: 2px solid #000;padding-bottom: 5px;display: inline-block;}
    .ftr-lnks ul { padding: 0px; list-style-type: none; }
        .ftr-lnks ul li {padding: 5px 0px;display: block;}
        .ftr-lnks ul a {font-size: 14px;color: #555;display: block;}
            .ftr-lnks ul a:hover { color: #bc140a; }
.ftr-lnks .address p{color: #000;font-size: 14px;}
.ftr-lnks .address i{color: #000}

.shortcut_key .key-text {display: flex;justify-content: space-between;padding: 15px 0;border-bottom: 1px solid #979797;}
.shortcut_key .key-text .para-text {margin: 0;padding-right: 5px;}
.shortcut_key .key-text span {color: #333;font-size: 16px;font-weight: 700;}
.vertical_line {border-left: 1px solid #979797;min-height: 100%;width: 1px;position: absolute;top: -10px;right: -100px;bottom: 0;opacity: 0.36;}
.scrollbar-new{height:400px;overflow-y: hidden;background-color: #f9fafe;padding: 10px;}
.scrollbar-new:hover{overflow-y: scroll;}
.scrollbar-new::-webkit-scrollbar{display:block !important;width: 5px;}
.scrollbar-new::-webkit-scrollbar-track {background: #f1f1f1;}
.scrollbar-new::-webkit-scrollbar-thumb {background: #d2d6da;}
.scrollbar-new::-webkit-scrollbar-thumb:hover {background: #efefef;}
.media{margin-bottom:30px;float: left;border-left: 5px solid #cccccc;}
.media .video-btn{position: relative;}
.media h2{font-size: 1.2rem;font-weight: 400;color: #737373;}
.media.tab-active{border-color:#2567b3;}
.media.tab-active h2{color:#0c4d98;}
.media-body{padding: 0 20px;}
.media-body .icon_clock{margin-left:0 !important;}
.media-body .video-desc{color:#cccccc; display:none;}
.swiper-container {width: 100%;height: 400px;margin-left: auto;margin-right: auto;}
.swiper-container .swiper-slide {background-size: cover;background-position: 50%;}
.swiper-container .swiper-slide .media .img_center {position: absolute;top: 40px;left: 70px;bottom: 0;right: 0;}
.swiper-container .swiper-slide .media .media-body h5 {color: #333;font-size: 14px;font-weight: 400;text-align: left;margin-left: 10px;padding-top: 8px;}
.swiper-container .swiper-slide .media .media-body .icon_clock {text-align: left;margin-left: 10px;}
.swiper-container .swiper-slide .media .video-frame-wrapper {width: 169px;height: 89px;position: relative;}
.swiper-container .swiper-slide .media .video-frame-wrapper {width: 169px;height: 89px;position: relative;}
.swiper-container .swiper-slide .media .video-frame-wrapper .overlay {background-color:transparent;opacity:0.5;position:absolute;width:100%;height:100%;z-index:2;top:0;left:0;right:0;bottom:0;}
.swiper-container .swiper-slide iframe {width:100%;height:100%;}
.swiper-container.swiper-scrollbar{position:absolute;right:0;top:1%;z-index:3;width:5px;height:98%;background:#f0f2f7;}
.swiper-container .swiper-scrollbar-drag {background: #2478be;}

/*Youtube Video Frame open Model view */
.modal,.modal-open{overflow:hidden}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-25%)}
@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}
.modal.show .modal-dialog{transform:translate(0)}
.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}
.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}
.modal-title{margin-bottom:0;line-height:1.5}
.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}
.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}
@media (min-width:992px){.modal-lg{max-width:800px}}
#videoModal.close {float: right;font-size: 1.5rem;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;opacity: .5;}
.pop_btn_close {position: absolute;color: #000;opacity: 1;margin: 3px;background-color: #fff !important;top: -10px;right: -10px;padding: 4px !important;border-radius: 50px;font-size: 25px;z-index: 1;}
/*.modal-content {background: transparent !important;}*/
.fade {opacity: 1;background-color: rgba(0,0,0,.75);}
.modal.show{display:block;}
/*Youtube Video Frame open Model view */

.gallery-top {width: 100%;}
.gallery-thumbs {height: auto;min-height: 400px;max-height: 400px;box-sizing: border-box;}
.gallery-thumbs .swiper-slide {height: auto !important;position: relative;}
.gallery-thumbs .swiper-slide-thumb-active {background-color: #f9fafe;}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled + .owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:25px;height:4px;margin:0 6px;background:#b1b1b1;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#da232b}
.ss_our-works h2{text-align:center}
.banner-content p{text-align:center;color:#fff;font-size:1.3rem;font-weight:300}
.banner-content a{color:#fff; text-decoration:none; font-weight:800}
.banner-inner{position:relative;float:left;width:100%}
.banner-inner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#101a2c;opacity:.5;height:100%;z-index:9}
.banner-content{position:absolute;top:0;left:0;width:100%;height:100%;display:block;color:#FFF;padding:13% 0;text-align:left;z-index:9}
.banner-content h1{font-size:3rem;color:#fff;text-align:center;font-size:3rem;font-weight:600;text-transform:uppercase;padding-bottom:.85rem;font-family:'Oswald',sans-serif}
.web-hosting h3{text-align:left;text-transform:capitalize}
.web-hosting h2{font-size:18px;background-color:#b91609;display:inline-block;color:#ffff;padding:.55rem 1rem;text-transform:capitalize;font-family:'Roboto',sans-serif}
.hosting-list{margin:0;padding:20px 0 0;text-align:left;list-style:none;display:inline-block}
.hosting-list li{font-size:16px;color:#FFF;line-height:44px;float:left;width:40%}
.hosting-list li:before{content:"";background:url(../images/white-check.png) no-repeat 0 0;width:15px;height:15px;float:left;margin-right:8px;margin-top:13px}
.special-box{background:#f4f4f4;padding:30px 18px;text-align:center;margin-top:20px}
.special-box strong{color:#151a23;font-size:20px;font-size:20px}
.special-box .offer-p{font-size:68px;color:#b91609;line-height:40px;padding:30px 0 10px 15px;font-weight:800;position:relative}
.special-box span{float:left;width:100%;font-size:16px;color:#939393;text-decoration:line-through}
.offer-p i{font-size:28px;font-weight:400;vertical-align:super;padding:0;margin:0;position:absolute;top:7px;left:-8px}
.special-box .offer-p small{font-size:14px;font-weight:400}
.special-box a{background:#171b25;color:#FFF;display:inline-block;margin:15px 0 0;padding:8px 55px;font-size:16px;font-weight:500;text-decoration:none;border-radius:25px}
.hosting-banner{background:url(../images/web-hosting-banner.jpg) no-repeat;background-size:cover}
.ss-ssl{/*margin-top:60px;*/padding-top:40px}
.ssl-box h4{text-transform:capitalize;font-size:1.2rem;font-family:'Roboto',sans-serif}
.tally-box h4{text-transform:none;font-size:1.2rem;font-family:'Roboto',sans-serif}
.border{float:left;width:100%;border-bottom:solid 1px #eee;margin-bottom:25px}
.ss_company h4{font-size:1.3rem;font-weight:600;padding-bottom:.65rem}
.ss_founder_message{float:left;width:100%;padding-top:3%}
.ss_founder_message h4{text-align:left;color:#ba170a;font-size:27px;font-weight:600;padding-top:20px;padding-bottom:0}
.ss_founder_message span{float:left;color:#000;font-size:22px;font-weight:300}
.scrollup{width:55px;height:55px;line-height:55px;position:fixed;bottom:64px;right:6px;text-align:center;display:none;border-radius:5px;background:#bc140a;color:#fff;font-size:35px;box-shadow:0 2px 6px 0 rgba(0,0,0,.4)}
.scrollup:hover{color:#fff;text-decoration:none}
.panel-group .panel{border-radius:0;box-shadow:none;border-color:#EEE;border:1px solid #f1f1f1;margin-bottom:8px}
.panel-default > .panel-heading{padding:0;border-radius:0;color:#212121;background-color:#FAFAFA;border-color:#EEE}
.panel-title{font-size:14px;text-align:left;font-size:14px;margin:0}
.panel-title > a{display:block;padding:15px;text-decoration:none;color:#333;font-family:'Roboto',sans-serif;font-size:17px;text-transform:none}
.more-less{float:right;color:#212121}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#EEE;text-align:left;padding:15px;color:#616161;font-size:16px;font-weight:300}
.g_content_area{float:left;width:100%;padding-top:80px;padding-bottom:80px}
.g_contact_div{float:left;width:100%;position:relative;padding:10px}
.g_contact_div:before{position:absolute;top:0;right:0;left:0;background:#b71609d9;height:100%;content:"";width:100%}
.f_office_texts{float:left;width:100%;position:relative;z-index:9;padding:40px 0 50px 25px}
.f_office_texts h4{font-size:27px;font-weight:600;text-align:left;color:#fff;margin-bottom:20px}
.address{float:left;width:100%;}
.address i{float:left;font-size:2.5em;color:#fff}
.address p{text-align:left;font-size:18px;color:#fff;width:266px;margin-left:20px;float:left}
.phone_no{float:left;width:100%;padding-top:15px}
.phone_no i{float:left;font-size:2.2em;color:#fff}
.phone_no p{text-align:left;font-size:18px;color:#fff;margin-left:20px;float:left}
email::before {content:attr(data-user)}
email::after {content:attr(data-domain)}
.email_id{float:left;width:100%;padding-top:15px}
.email_id i{float:left;font-size:2.2em;color:#fff}
.email_id p a{text-align:left;font-size:18px;text-decoration:none;color:#fff;width:343px;margin-left:14px;float:left}
.ss_contact_form{float:left;width:100%;padding-top:3rem}
.ss_contact_form input{border-top:none;border-right:none;border-left:none;box-shadow:none;border-radius:0;height:60px;padding-left:0;margin-bottom:40px}
.ss_contact_form select{border-top:none;border-right:none;border-left:none;box-shadow:none;border-radius:0;height:60px;padding-left:0;margin-bottom:40px}
.ss_contact_form textarea{border-top:none;border-right:none;border-left:none;box-shadow:none;border-radius:0;padding-left:0;margin-bottom:20px}
.ss_contact_form .button{margin-right:0;border:none!important;display:block;height:50px;padding:20px 30px;line-height:11px;margin-top:13px;font-size:16px;color:#fff;font-weight:400;background:#ba170a;border-radius:25px}
.ss_contact_form input:focus{box-shadow:none;border-bottom:2px solid #ba170a}
.ss_contact_form textarea:focus{box-shadow:none;border-bottom:2px solid #ba170a}
.ss_contact_form select:focus{box-shadow:none;border-bottom:2px solid #ba170a}
.ss_contact_form .button:hover{background-color:#000;transition:ease .5s;cursor:pointer;}
.content2{text-align:center;color:#666666;font-size:19px;padding-bottom:3rem}
.career_form{padding-top:0}
.ss_careers_box{text-align:left;float:left;width:100%;background:#f5f5f5;padding:1.6rem;margin-bottom:30px}
.ss_careers_box p{font-size:14px;color:#696969;font-weight:400;padding-top:8px;margin-bottom:20px;text-align:justify}
.ss_careers_box h2{font-size:1.5rem}
.career_form input{margin-bottom:20px;margin-bottom:20px}
.career_form button{padding:15px 30px}
/*.ss_what-we-do_section{padding-bottom:4rem}*/
.ss_service_list{margin:0 auto}
.ss_service_list li{display:inline-block;list-style-type:none;text-align:center}
.ss_service_list li a{display:block;color:#6f6f6f;font-size:18px;float:left;background:#eaeaea;text-decoration:none;width:220px;height:155px;padding:20px 0;margin:0 2px;border-radius:0 10px 0 10px}
.ss_service_list li i{float:none;display:block;font-size:2.5em}
.ss_service_list li span{width:100%;text-align:center;clear:both;float:left}
.ss_service_list{margin:0 auto;margin:0 auto;text-align:center}
.ss_service_list img{height:70px;padding-bottom:.55rem}
.active_services{background:#ba170a!important;color:#fff!important;position:relative}
.active_services:after{content:"";position:absolute;bottom:-29px;right:0;left:0;display:inline-block;width:60px;height:30px;border-top:solid 26px #ba170a;border-left:solid 30px transparent;border-right:solid 30px transparent;/*z-index:999;*/margin:0 auto}
.ss_services-title{font-family:'Oswald',sans-serif;font-size:2rem;padding-bottom:1rem;color:#545454}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#ba170a;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}
.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;color:#000;text-transform:uppercase;font-weight:600}
.nav-tabs{border-bottom:1px solid #dee2e6;margin-bottom:4rem}
.blocks{border:1px solid #EEE}
.blocks:hover{box-shadow:0 0 10px #D9E0DB}
.block-header{height:95px;text-align:center;width:100%;padding:11%;background:#F8F8F8;color:#333}
.block-container p:hover{background:#F8F8F8}
.block-header h4{font-weight:700;vertical-align:center}
.block-container{text-align:center}
.block-container p{border-bottom:1px solid #F4F7F8;font-size:15px;margin:0;padding:2%}
.plan {text-align:left; padding-left:15px!important;}
.plan i{padding-right:6px;}
.plan span{font-weight:600;}
.renew-price{font-size:16px;color:#333;font-style:italic;font-weight:400}
.block-footer{text-align:center;padding:10%}
.order-now{border:1px solid #ff592d;padding:15px;border-radius:4%;color:#333;font-weight:700;padding:15px 30px;border-radius:25px}
.order-now:hover{text-decoration:none;background:#ff592d;color:#fff}
.active-block{box-shadow:0 0 10px #D9E0DB}
.active-block .block-header{background:#45BA76;color:#fff}
.active-block .price{font-size:50px;font-weight:700;color:#45BA76}
.active-block .block-footer a{background:#45BA76;color:#fff;border:none}
.active-block .block-footer a:hover{background:#EEE;color:#333;border:1px solid #45BA76}
.gold-block{box-shadow:0 0 10px #FFE29C}
.gold-block .block-header{background:#FFC632;color:#fff}
.gold-block .price{font-size:50px;font-weight:700;color:#FFC632}
.gold-block .block-footer a{background:#FFC632;color:#fff;border:none}
.gold-block .block-footer a:hover{background:#FFE29C;color:#333;border:1px solid #FFE29C}
.silver-block{box-shadow:0 0 10px #7D97CD}
.silver-block .block-header{background:#2A67B2;color:#fff}
.silver-block .price{font-size:50px;font-weight:700;color:#2A67B2}
.silver-block .block-footer a{background:#2A67B2;color:#fff;border:none}
.silver-block .block-footer a:hover{background:#B2D4F0;color:#333;border:1px solid #B2D4F0}
.green-block{box-shadow:0 0 10px #72f5a8}
.green-block .block-header{background:#45BA76;color:#fff}
.green-block .price{font-size:50px;font-weight:700;color:#45BA76}
.green-block .block-footer a{background:#45BA76;color:#fff;border:none}
.green-block .block-footer a:hover{background:#72f5a8;color:#333;border:1px solid #72f5a8}
.package-title{font-family:'Oswald',sans-serif;font-size:2rem;position:relative;padding-bottom:2.5rem;color:#545454}
.package-title:before{content:"";position:absolute;left:0;right:0;margin:0 auto;background-color:#545454;width:70px;height:1px;bottom:26px}
.address p,.email_id p a{width:auto}
.hosting-banner:before{content:none}
.web-hosting{position:inherit;padding:12% 0 3%}
.hosting-banner img{display:none}
.-cstadd {
    width: 100% !important;
    padding: 20px 25px !important;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #f2f2f2;
}
.-cstadd svg {
    overflow:hidden; vertical-align:initial !important
}
.cstright {
    display: inline-block;
    margin-left: 15px;
}
.contact-sm {
    font-size: 18px;
    vertical-align: top;
}
@media (max-width:1600px) {
.ss_service_list li a{font-size:16px;width:181px}
}
@media (max-width:1440px) {
.carousel-caption h1,h5{font-size:4rem}
.ss_service_list li a{font-size:15px;width:163px;height:148px}
}
@media (max-width:1400px) {
.ss_service_list li a{font-size:15px;width:158px;height:148px}
}
@media (max-width:1366px) {
.ss_service_list li a{font-size:14px;width:155px;height:148px}
.ss_facts:before{left:-28px}
.ss_facts:after{right:-24px}
.banner:before{content:"";position:absolute;left:-42px}
.banner:after{content:"";position:absolute;right:-25px}
}
@media (max-width:1280px) {
.ss_service_list li a{font-size:14px;width:148px;height:148px}
.ss_facts:before{left:-40px}
.ss_facts:after{right:-45px}
.banner:before{content:"";position:absolute;left:-80px}
.banner:after{content:"";position:absolute;right:-28px}
}
@media (max-width:1200px) {
.wsmenu > .wsmenu-list > li{padding:20px 6px}
.ss_service_list li a{font-size:13px;width:135px;height:135px}
.ss_facts:before{left:-80px}
.ss_facts:after{right:-87px}
}
@media (max-width:1024px) {
.special-box a{padding:8px 32px}
.ss_service_list li a{height:126px}
.ss_title{font-size:2rem}
.ss_projects h2{font-size:2rem}
.email_id p a{width:auto}
.phone_no i{font-size:2em}
.address i{font-size:2rem}
.web-hosting h2{font-size:14px;padding:.45rem 1rem}
.email_id i{font-size:2em}
.banner-content{padding:12% 0}
.web-hosting{position:inherit;padding:12% 0 3%}
.special-box .offer-p{font-size:52px}
.offer-p i{font-size:22px}
.banner-content p{font-size:1rem}
.banner-content h1{font-size:2.5rem}
.ss_testimonials{padding:90px 0}
.abt-more{margin-top:.1rem}
.abt-left{padding:1.5rem}
.wsmenu > .wsmenu-list > li{padding:20px 4px}
.ss_service_list li a{font-size:12px;width:119px;height:145px}
.about-us h4{font-size:1.8rem}
.ss_facts_div{width:17.5%}
.ss_services_box h3{font-size:.85rem}
}
@media (max-width:991px) {
.hosting-list li{width:50%}
.wsmenu > .wsmenu-list > li:hover > a{background-color:transparent;text-decoration:none;color:#000}
.wsmenu > .wsmenu-list > li .active{border-bottom:1px solid #d6d6d6}
.ss_contact_form .button{margin-bottom:2rem}
.btn-ok{margin-bottom:2rem}
.f_office_texts{padding-bottom:50px;padding-top:50px}
.email_id p a{width:auto}
.ss_service_list li a{font-size:14px;width:119px}
.active_services:after{display:none}
.ss_service_list li a{width:215px}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu{transition:none}
.carousel-inner img{height:auto}
.wsmenu > .wsmenu-list > li .active{color:#c22}
.wsmenu > .wsmenu-list > li{padding:0}
.ss_testimonials{padding:90px 0}
.wsmenu > .wsmenu-list > li > ul.sub-menu{opacity:1;visibility:inherit;-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-o-transition:-o-transform 0.3s,opacity .3s;-ms-transition:-ms-transform 0.3s,opacity .3s;-moz-transition:-moz-transform 0.3s,opacity .3s;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg)}
.carousel-caption h1,h5{font-size:3rem}
.carousel-caption p{font-size:1rem}
.carousel-caption a{padding:.55rem 1.2rem}
.ss_facts_div{width:16.8%}
.ss_facts_div h4{font-size:1.8rem}
.ss_facts_div span{font-size:14px}
.ss_facts_div{padding:20px 0;margin-top:60px;margin-bottom:50px}
.footer-links li a{font-size:.85rem}
.ss_services_box h3{font-size:1rem}
.w-70{width: 60%!important; /*height: 295px;*/}
.w-100{width: 100%!important; /*height: 295px;*/}
.img-app {width:45%; padding:5px;}
.swiper-container .swiper-scrollbar {background: 0 0;}
.gallery-thumbs {max-height: 100%;}
}
@media (max-width:767px) {
.ssl-imp-box{padding:0 15px;margin-bottom:15px}
.ssl-img img{width:100px;text-align:center;display:block;margin-left:auto;margin-right:auto;padding-bottom:15px}
.ss-ssl{text-align:justify}
.offer-p i{font-size:28px;font-weight:400;vertical-align:super;padding:0;margin:0;position:inherit;top:0;left:0}
.hosting-list li{line-height:35px;float:none;width:100%}
.content2{padding-bottom:1rem}
footer{padding:30px 0}
.ss_projects p{color:rgba(255,255,255,0.58)}
.banner-content h1{font-size:2rem;margin:0;padding:0}
.visible{display:block}
.remove{display:none}
.ss_service_list li a{width:165px}
.banner-content{padding:6% 0}
.wsanimated-arrow{margin:23px 0}
.logo{padding:10px 0;padding-top:0}
.wsanimated-arrow span,.wsanimated-arrow span:before,.wsanimated-arrow span:after{background:#ba170a}
.ss_projects:before,.ss_projects:after{display:none}
.carousel-caption a{margin-top:.25rem}
.ss_facts_div:last-child{margin-right:20px;margin-bottom:10px}
.ss_facts:before,.ss_facts:after{display:none}
.ss_facts_div{margin:10px 20px 0}
.footer-btm{padding-top:1rem}
.footer-btm p{text-align:center;float:none;padding-bottom:1rem}
.ss_services_box h3{font-size:.95rem}
.social{float:none;text-align:center}
.carousel-caption{display:block!important;top:15%}
.banner:before,.banner:after{display:none}
header{position:inherit}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu{background-color:#ebebeb}
.logo img{width:140px;padding:.35rem 0}
.carousel-inner img{height: 340px;object-fit:cover;width:100%;}
.ftr-lnks{margin-top:30px}
.w-70{width: 60%!important; /*height: 210px;*/}
.w-100{width: 100%!important; /*height: 210px;*/}
.img-app {width:45%; padding:5px;}
.vertical_line {right: -65px;}
.scrollbar-new {height: 100%;overflow-y: visible;}
}
@media screen and (max-width: 576px) {
.swiper-container {height: 177px;}
}
@media (max-width:568px) {
.content{text-align:justify!important}
.content2{font-size:16px;text-align:justify!important}
.banner-content h1{padding-bottom:.25rem}
.ss_service_list li a{width:122px}
.banner-content h1{font-size:1.8rem}
.banner-content p{font-size:.9rem}
.abt-left{padding:1.5rem}
.ss_facts_div{width:100%}
.carousel-caption h1,h5{font-size:2rem;background: rgba(0,0,0,0.4);padding: 3px 10px;border-radius: 5px;}
.carousel-caption a{padding:.45rem 1rem;font-size:.85rem}
.carousel-caption p{font-size: 17px;/* background: rgba(0,0,0,0.5); */width: 70%;}
.padd-90{padding:60px 0}
.carousel-indicators{bottom:10px}
.arrow-container{display:none}
.w-70{width: 60%!important; /*height: 160px;*/}
.w-100{width: 100%!important; /*height: 160px;*/}
.img-app {width:45%; padding:5px;}
}
@media (max-width:480px) {
.panel-title > a{font-size:15px}
.ss_services-title{font-size:1.5rem}
.banner-content{padding:5% 0}
.banner-content p{font-size:.8rem}
.ss_services_box{padding:30px 20px}
.carousel-caption{top:10%}
.carousel-caption a{padding:.35rem .85rem;font-size: 16px;}
.w-70{width: 60%!important; /*height: 160px;*/}
.w-100{width: 100%!important; /*height: 160px;*/}
.img-app {width:45%; padding:5px;}
}
@media (max-width:414px) {
.banner-content{padding:0;display:flex;justify-content:center;flex-direction:column;text-align:left;padding:3% 0}
.banner-content h1{font-size:1.6rem}
.web-hosting h3{font-size:1.4rem}
.hosting-list li{font-size:15px}
.hosting-list{padding:10px 0 0}
.ss_testimonials{padding:60px 0}
.footer-links li{padding:0 7px}
.ss_title{font-size:1.5rem}
.ss_projects h2{font-size:1.5rem}
.about-us h4{font-size:2rem}
.w-70{width: 60%!important; /*height: 160px;*/}
.w-100{width: 100%!important; /*height: 160px;*/}
.img-app {width:45%; padding:5px;}
}
@media (max-width:375px) {
.web-hosting h2{font-size:13px;padding:.35rem 1rem}
.ss_service_list li a{height:136px;font-size:13px}
.ss_service_list img{height:48px;padding-bottom:.55rem}
.ss_service_list li a{width:110px}
.ss_contact_form input{margin-bottom:20px}
.phone_no i{font-size:1.5em}
.email_id i{font-size:1.5em}
.address i{font-size:1.5rem}
.address p,.phone_no p,.email_id p a{text-align:left;font-size:15px}
.email_id p a{width:auto}
.address p{width:246px}
.banner-inner img{min-height:130px}
.carousel-caption{top:15%}
.about-us h4{font-size:1.7rem}
.ss_projects h2{font-size:1.5rem}
.carousel-caption p{font-size:.65rem;margin-bottom:0}
.carousel-caption h1,h5{font-size:1.3rem}
.carousel-caption a{padding:.25rem .65rem;font-size:.65rem}
.carousel-indicators{bottom:0}
.heading-title{margin-bottom:0}
.w-70{width: 60%!important; /*height: 150px;*/}
.w-100{width: 100%!important; /*height: 150px;*/}
.img-app {width:45%; padding:5px;}
}