@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');


body {
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	}
	
	
.clear {
	clear:both;
	}

.headerSec {
	clear:both;
	width:100%;
	position:fixed;
	z-index:666;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	}

.contentSec {
	width:1160px;
	max-width:95%;
	margin:auto;
	clear:both;
	transition: all .3s ease-out;
    position: relative;
	}
	
.headerSec .logoSec {
	float:left;
	transition: all .3s ease-out;
	padding:7px 0px;
	}
	
.headerSec .logoSec img {
	width:100%;
	max-width:180px;
	transition: all .3s ease-out;
	}
	
.headerSec .titleNameSec {
	float: left;
    font-size: 26px;
    width: 130px;
    line-height: 30px;
    margin: 22px 0px;
    color: #427bbf;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    display:none;
	}

.headerSec .topRightSec {
	float:right;
	transition: all .3s ease-out;
	padding:7px 0px;
	min-width: 300px;
	}
	
.headerSec .topRightSec .contactNoSec {
	clear:both;
	transition: all .3s ease-out;
	padding:8px 0px 10px 0px;
	color:#333333;
	text-align: right;
	}
	
.headerSec .topRightSec .contactNoSec a {
    color:#333333;
    text-decoration:none;
}
	
.headerSec .topRightSec .searchProductSec {
	/*clear:both;*/
	transition: all .3s ease-out;
    width: 155px;
    float: right;
	}
	
.headerSec .topRightSec .searchProductSec input[type=text] {
	background-color:#FFFFFF;
	-webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	border:1px solid rgba(0,0,0,.1);
	color:#333333;
	border-right:0px;
	box-shadow:none;
	padding:0px 15px;
	height:35px;
	line-height:35px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width:calc(100% - 75px);
	float:left;
	margin: 0 0 10px 0;
	outline:none;
	}
	
.headerSec .topRightSec .searchProductSec .searchBtn {
	width:40px;
	float:left;
	padding:0px 0px;
	height:35px;
	line-height:35px;
	border:0px;
	background-image:url(../images/search-icon.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#2669b7;
	border: 1px solid #2669b7;
	cursor:pointer;
	}

.topMenuSec {
	clear:both;
	width:100%;
	background-color:#427cbf;
	border-bottom: 2px solid #FFF;
	}
	
.downloadCatalogueBtnSec {
    width: 139px;
    float: left;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 40px;*/
    /*margin-left: -87px;*/
}
.downloadCatalogueBtnSec img {
    max-width: 100%;
}
	/*

.topMenuSec ul {
	margin:0px;
	padding:0px;
	transition: all .3s ease-out;
	}

.topMenuSec ul li {
	display:inline-block;
	height:50px;
	line-height:50px;
	transition: all .3s ease-out;
	}

.topMenuSec ul li a {
	padding:15px 25px 16px 25px;
	text-decoration:none;
	color:#FFF;
	transition: all .3s ease-out;
	}

.topMenuSec ul li a:hover {
	background-color:#094080;
	}
	*/
	
/*------Menu------*/

/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  /*background: #17375e;*/
  margin: auto;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  /*color: #dddddd;*/
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 270px;
  font-size: 12px;
  text-decoration: none;
  /*color: #dddddd;*/
  color: #FFFFFF;
  font-weight: 400;
  background: #17375e;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none !important;
  }
  #cssmenu ul.open {
    display: block !important;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    /*color: #dddddd;*/
  color: #FFFFFF;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    /*color: #dddddd;*/
  color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


/*--------End Menu--------*/

	
.mainHeaderSec {
	clear:both;
	width:100%;
	background-color:#73d8ff;
	margin:171px 0px 0px 0px;
	/*padding:25px 0px;*/
	}
	
.mainSliderContSec {
	display: flex;
    flex-wrap: wrap;   
}
	
.mainHeaderSec .bannerSec {
	background-color:#e4e4e4;
	/*padding:5px;*/
	float:left;
	/*width:calc(59% - 20px);*/
	width:100%;
	/*margin-right:30px !important;*/
	}
	
.mainHeaderSec .bannerSec img {
	width:100%;
	}
	
.slick-slide div div {
	position:relative;
    }
.slick-slide div div::after {
	width: 700px;
    position: absolute;
    top: 210px;
    left: calc(50% - 350px);
    font-size: 40px;
    content: "A Montessori Environment -Complete setup from us";
    z-index: 999;
    /* background-color: rgba(255,255,255,.2); */
    color: #FFF;
    text-shadow: 2px 2px #000000;
    text-align: center;
    line-height:38px;
    display:none;
    }
	
.slick-dots {
    display:none !important;
    bottom: 40px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
	
.mainHeaderSec .bannerSpeProdectSec {
	background-color:rgba(0,0,0,.7);
	float:right;
	width:calc(41% - 15px);
	position: relative;
	display: none;
	}
	
.mainHeaderSec .bannerSpeProdectSec .headingSec {
	padding:15px 15px;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	}
	
.mainHeaderSec .bannerSpeProdectSec .productContentSec {
	padding:5px;
	background-color:rgba(0,0,0,.5);
	}
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont {
	padding:0px;
	background-color:rgba(0,0,0,.5);
	display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: calc(100% - 54px);
    overflow:auto;
	}
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec {
	float:left;
	margin:0px;
	width:calc(50% - 1px);
	position:relative;
    box-sizing: border-box;
    padding: 20px;
    font-size:15px;
    font-weight:600;
	}
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec:nth-child(even) {}
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec:nth-child(odd) {
    border-right:1px solid rgba(255,255,255,.2);
}
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec:nth-child(1) {
    border-bottom:1px solid rgba(255,255,255,.2);
}
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec:nth-child(2) {
    border-bottom:1px solid rgba(255,255,255,.2);
}
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec ul {
    margin: 0px;
    padding: 0px;
    }
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec ul li {
    margin: 5px 0px 5px 20px;
    padding: 0px;
    font-size:13px;
    text-transform:capitalize;
    font-weight:300;
    color: #FFFFFF;
    }
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec a {
    color:#FFFFFF;
    text-decoration: none;
    }
	
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont .productCatBoxSec ul li a {
    color:#FFFFFF;
    }
	
.mainHeaderSec .bannerSpeProdectSec .productContentSec .productImgSec {
	float:left;
	margin:5px;
	width:calc(33.3% - 10px);
	position:relative;
	}
	
.mainHeaderSec .bannerSpeProdectSec .productContentSec .productImgSec img {
	width:100%;
	position:relative;
	z-index:111;
	}
	
.mainHeaderSec .bannerSpeProdectSec .productContentSec .productImgSec .catTitleSec {
	background-color:rgba(0,0,0,.7);
	color:#FFFFFF;
	position:absolute;
	z-index:222;
	bottom:0px;
	left:0px;
	width:100%;
	padding:5px 0px;
	text-align:center;
	}
	
.mainHeaderSec .bannerSpeProdectSec .productContentSec .productImgSec .catTitleSec a {
	color: #FFFFFF;
	text-decoration: none;
}
	
.innerPageHeaderSec {
	clear:both;
	width:100%;
	background-color:#00adef;
	margin:171px 0px 0px 0px;
	/* padding:25px 0px; */
	}
	
.innerPageHeaderSec .bannerSec {
	width:100%;
	}
	
.innerPageHeaderSec .bannerSec img {
	width:100%;
	}
	
.bodyBestCategoryBoxsSec {
	clear:both;
	padding:20px 0px;
	}
	
.bodyBestCategoryBoxsSec .boxesSec {
	float:left;
	width:calc(25% - 30px);
	position:relative;
	margin:15px;
	min-height: 200px;
	text-align:center;
	background-color: rgba(0,0,0,.1);
	}
	
.bodyBestCategoryBoxsSec .boxesSec img {
	position:relative;
	z-index:111;
	width:100%;
	max-width: 100%;
	max-height: 100%;
	}
	
.bodyBestCategoryBoxsSec .boxesSec .boxesTextSec {
	position:absolute;
	z-index:222;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px 10px;
	background-color:rgba(0,0,0,.7);
	box-sizing: border-box;
	}
	
.bodyBestCategoryBoxsSec .boxesSec .boxesTextSec .boxHeadingSec {
	color:#FFF;
	padding:5px 10px;
	font-size:18px;
	}
	
.bodyBestCategoryBoxsSec .boxesSec .boxesTextSec a {
    color:#FFF;
    text-decoration: none;
}
	
.threeBoxsSec {
	clear:both;
	padding:20px 0px;
	}
	
.threeBoxsSec .boxesSec {
	float:left;
	width:calc(33% - 30px);
	position:relative;
	margin:15px;
	}
	
.threeBoxsSec .boxesSec img {
	position:relative;
	z-index:111;
	width:100%;
	}
	
.threeBoxsSec .boxesSec .boxesTextSec {
	position:absolute;
	z-index:222;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px 0px;
	background-color:rgba(0,0,0,.7);
	}
	
.threeBoxsSec .boxesSec .boxesTextSec .boxHeadingSec {
	color:#FFF;
	padding:5px 10px;
	font-size:18px;
	}
	
.threeBoxsSec .boxesSec .boxesTextSec .boxTextSec1 {
	color:#FFF;
	padding:5px 10px;
	font-size:15px;
	}
	
.threeBoxsSec .boxesSec .boxesTextSec .boxTextSec2 {
	color:#FFF;
	padding:5px 10px;
	font-size:11px;
	}
	
.pageHeadingSec {
	font-size:32px;
	color:#007788;
	background-image:url(../images/heading-bg.png);
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;
    margin-top:15px;
	}
	
.pageHeadingSec span {
	background-color:#FFFFFF;
	padding:0px 15px;
	}
	
.homePageProductsSec .pageHeadingSec span {
	background-color:#f2f2f2;
	}
	
.homePageProductsSec {
	clear:both;
	padding:30px 0px;
	background-color:#f2f2f2;
	}
	
.homePageProductsSec .productContSec {
	clear:both;
	padding:30px 0px 0px 0px;
	}
	
.homePageProductsSec .productContSec .productBoxes {
	float:left;
	width:calc(33% - 32px);
	margin:25px 15px 25px 15px;
	background-color:#FFFFFF;
	border:1px solid rgba(0,0,0,.1);
	}
	
.homePageProductsSec .productContSec .productBoxes .productImgSec {
	width:calc(100% - 40px);
	background-color:#FFFFFF;
	border:1px solid rgba(0,0,0,.1);
	margin:-20px auto 0px auto;
	height:200px;
	text-align:center;
	}
	
.homePageProductsSec .productContSec .productBoxes .productImgSec img {
	width:auto;
	max-height: 200px;
    max-width: 100%;
    height: auto;
	}
	
.homePageProductsSec .productContSec .productBoxes .productTextSec {
	text-align:center;
	clear:both;
	padding:10px 0px 20px 0px;
	}
	
.homePageProductsSec .productContSec .productBoxes .productTextSec .productCatNameSec {
	clear:both;
	font-size:16px;
	font-weight:500;
	color:#2669b7;
	padding:5px 0px 5px 0px;
	}
	
.homePageProductsSec .productContSec .productBoxes .productTextSec .productCatNameSec a {
    color:#89b6ea;
}
	
.homePageProductsSec .productContSec .productBoxes .productTextSec .productNameSec {
	clear:both;
	font-size:16px;
	font-weight:400;
	padding:5px 0px 5px 0px;
	color:#AAAAAA;
	}
	
.homePageProductsSec .productContSec .productBoxes .productTextSec .detailBtnSec {
	clear:both;
	padding:10px 0px 5px 0px;
	}
	
.homePageProductsSec .productContSec .productBoxes .productTextSec .detailBtnSec .btnSec {
	padding:10px 30px;
	margin:auto;
	background-color:#4d97ec;
	color:#FFFFFF;
	text-transform:uppercase;
	border:0px;
	-webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
        cursor: pointer;
    outline: none;
	}
	
.homeAboutUsSec {
	clear:both;
	padding:30px 0px;
	background-color:#FFFFFF;
	}
	
.homeAboutUsSec .aboutProfileImgSec {
	width:750px;
	clear:both;
	margin:30px auto 30px auto;
	}
	
.homeAboutUsSec .aboutProfileImgSec .profileSec {
	width:calc(50% - 140px);
	margin:0px 70px;
	float:left;
	text-align:center;
	}
	
.homeAboutUsSec .aboutProfileImgSec .profileSec .imgSec {
	width:100%;
	clear:both;
	}
	
.homeAboutUsSec .aboutProfileImgSec .profileSec .imgSec img {
	width:calc(100% - 20px);
	-webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
	padding:10px;
	background-color:#f2f2f2;
	}
	
.homeAboutUsSec .aboutProfileImgSec .profileSec .nameSec {
	width:100%;
	clear:both;
	padding:20px 0px 5px 0px;
	font-size:35px;
	color:#007788;
	}
	
.homeAboutUsSec .aboutProfileImgSec .profileSec .designationSec {
	width:100%;
	clear:both;
	padding:5px 0px;
	font-size:15px;
	}
	
.homeAboutUsSec .aboutProfileTextSec {
	width:850px;
	clear:both;
	margin:0px auto 0px auto;
	text-align:center;
	font-weight:300;
	line-height:25px;
	}
	
.homeTestimonialSec {
	clear:both;
	padding:30px 0px;
	background-color:#f2f2f2;
	}
	
.homeTestimonialSec .pageHeadingSec span {
	background-color:#f2f2f2;
	}
	
.homeTestimonialSec .testimonialTextSec {
	width:750px;
	clear:both;
	margin:0px auto 0px auto;
	text-align:center;
	font-weight:300;
	line-height:25px;
	color:#007788;
	}
	
.homeTestimonialSec .testimonialTextSec .clientsName {
	font-size:24px;
	padding:15px 0px;
	font-weight:400;
	}
	
.homeTestimonialSec .testimonialTextSec .textSec {
	font-size:16px;
	}
	
.homeTestimonialSec .testimonialTextSec .textSec .testimonialImg {
    float:left;
    margin: 0px 10px 10px 0px;
    width: 120px;
    height: 120px;
    border-radius:100%;
    border:2px solid #CCCCCC;
}
	
.homeTestimonialSec .testimonialTextSec .dotsSec {
	width:161px;
	margin:15px auto;
	}
	
.homeTestimonialSec .testimonialTextSec .dotsSec ul {
	margin:0px;
	padding:0px;
	}
	
.homeTestimonialSec .testimonialTextSec .dotsSec .dots {
	float:left;
	margin:10px 10px;
	display:inline;
	width:12px;
	height:12px;
	background-color:#999;
	-webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
	}
	
.homeTestimonialSec .testimonialTextSec .dotsSec .active {
	background-color:#007788;
	}
	

	
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-prev {
    left: -35px !important;
    border-radius: 20px 0px 0px 20px;
	background-color:rgba(0,0,0,.1);
}
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-next {
    right: -35px !important;
    border-radius: 0px 20px 20px 0px;
	background-color:rgba(0,0,0,.1);
}
	
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-prev:hover {
	background-color:rgba(0,0,0,.4);
}
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-next:hover {
	background-color:rgba(0,0,0,.4);
}
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-dots {
    display: block !important;
    bottom: -20px !important;
}
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-dots li button {
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
    height: 15px;
    width: 15px;
}
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-dots li.slick-active button {
    background-color: rgba(0,0,0,.4);
}
.homeTestimonialSec .contentSec .slick-dotted.slick-slider .slick-dots li button::before {
    display: none !important;
}

.testimonials-boxes-row {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .testimonials-boxes-row .testimonials-boxes {
            width: calc(50% - 50px);
            margin: 150px 0px 0px 0px;
            background-color: rgba(0, 0, 0, .04);
            text-align: center;
            border-radius: 30px 30px 30px 30px;
            position: relative;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(156,156,156,1);
            -moz-box-shadow: 0px 0px 10px 0px rgba(156,156,156,1);
            box-shadow: 0px 0px 10px 0px rgba(156,156,156,1);
            padding: 10px;
            border: 4px solid #FFFFFF;

        }
        .testimonials-boxes-row .testimonials-boxes::after {
            content: "";
            clear: both;
            display: block;
        }
        .testimonials-boxes-row .testimonials-boxes .client-img-sec {
            width: 100px;
            height: 100px;
            border-radius: 100% 100% 100% 100%;
            background-color: #FFFFFF;
            position: absolute;
            top: -110px;
            left: calc(50% - 50px);
            box-sizing: border-box;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(156,156,156,1);
            -moz-box-shadow: 0px 0px 10px 0px rgba(156,156,156,1);
            box-shadow: 0px 0px 10px 0px rgba(156,156,156,1);
        }
        .testimonials-boxes-row .testimonials-boxes .client-img-sec img {
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            border-radius: 100%;
            margin: 5px;
        }
        .testimonials-boxes-row .testimonials-boxes .client-name {
            font-size: 24px;
            padding: 15px 0px;
            font-weight: 400;
        }
        
        .testimonials-boxes-row .testimonials-boxes .testimoni-details {
            font-size: 16px;
        }
        @media screen and (max-width: 768px){
            .testimonials-boxes-row .testimonials-boxes {
                width: calc(100%);
            }
        }
.homeContactUsSec {
	clear:both;
	padding:30px 0px;
	background-color:#FFFFFF;
	}
	
.homeContactUsSec .homeContactSec {
	width:750px;
	clear:both;
	margin:30px auto 30px auto;
	}
	
.homeContactUsSec .homeContactSec .addressSec {
	width:calc(50% - 20px);
	margin:0px 10px;
	float:left;
	text-align:center;
	}
	
.homeContactUsSec .homeContactSec .addressSec .headingSec {
	font-size: 24px;
    padding: 15px 0px;
    font-weight: 400;
	color:#007788;
	}
	
.homeContactUsSec .homeContactSec .addressSec .addressTextSec {
	font-size: 16px;
    padding: 5px 0px 5px 0px;
    font-weight: 400;
	color:#007788;
	}
	
.homeContactUsSec .homeContactSec .addressSec .addressTextSec a {
	color:#007788;
	text-decoration:none;
    }
	
.otherPageSec {
	clear:both;
	padding:30px 0px;
	background-color:#FFFFFF;
	}

.contactUsFromSec {
	width:calc(100% - 400px);
	float:left;
	}
	
.contactUsFromSec .headingSec {
	font-size: 24px;
    padding: 15px 0px;
    font-weight: 400;
	color:#007788;
	}
	
.contactUsFromSec .contFromSec {
	clear:both;
	}
	
.contactUsFromSec .contFromSec input[type=text] {
	width:calc(100% - 20px);
	margin:5px 0px;
	padding:10px;
	outline:none;
	}
	
.contactUsFromSec .contFromSec textarea {
	width:calc(100% - 20px);
	margin:5px 0px;
	padding:10px;
	outline:none;
	}
	
.contactUsFromSec .contFromSec .submitBtn {
	float:right;
	padding:10px 30px;
	border:0px;
	background-color:#2669b7;
	color:#FFF;
	cursor:pointer;
	font-size:16px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
	}
	
.contactUsFromSec .contFromSec .formCols6 {
	width:calc(50% - 24px);
	margin:10px 12px 20px 12px;
	float:left;
	}
	
.contactUsFromSec .contFromSec .formCols12 {
	width:calc(100% - 24px);
	margin:10px 12px 20px 12px;
	}

.contactUsAddrSec {
	width:300px;
	float:right;
	}
	
.contactUsAddrSec .addressSec {
	width:100%;
	margin:0px 0px;
	text-align:center;
	}
	
.contactUsAddrSec .addressSec .headingSec {
	font-size: 24px;
    padding: 15px 0px;
    font-weight: 400;
	color:#007788;
	}
	
.contactUsAddrSec .addressSec .addressTextSec {
	font-size: 16px;
    padding: 5px 0px 5px 0px;
    font-weight: 400;
	color:#007788;
	}

	
.footerMenuSec {
	background-color:#08417f;
	color:#FFF;
    padding: 25px 0px 25px 0px;
	}
	
.footerMenuSec ul {
	padding:0px;
	margin:0px;
	text-align:center;
	}
	
.footerMenuSec ul li {
	display:inline-block;
	}
	
.footerMenuSec ul li a {
	font-size: 16px;
    padding: 15px 20px 15px 20px;
    font-weight: 400;
	color:#FFF;
	text-decoration:none;
	}
	
.cRightSec {
	background-color:#002c66;
	color:#FFF;
	padding:15px 0px;
	}
	
.cRightSec .cRighTextSec {
	float:left;
	}
	
.cRightSec .cRighSocialIconSec {
	float:right;
	}
	
.cRightSec .cRighSocialIconSec img {
	float:left;
	margin:0px 0px 0px 10px;
	}
	
.productDetailsPage {}
	
.productDetailsPage .productImgSec {
float: left;
width: calc(50% - 30px);
margin-right: 30px;
}

.productDetailsPage .productImgSec img {
width: 100%;
}
	
.productDetailsPage .productInfoSec {
float: left;
width: calc(50% - 31px);
margin-right: 30px;
}
	
.productDetailsPage .productDescSec {
float: left;
width: calc(50% - 30px);
margin-right: 30px;
}

.productDetailsPage .proInfoRows {
clear:both;
padding: 10px 0px;
}

.productDetailsPage .proInfoRows span {
font-weight: 500;
    color: #007788;
}

.contactUsAddressSec {
float: left;
width: calc(50% - 20px);
}

.contactUsAddressSec .headingSec {
	padding:15px 0px;
	color:#333333;
	font-size:20px;
	}

.contactUsFormSec {
float: right;
width: calc(50% - 20px);
}
.contactUsFormSec .headingSec {
	padding:15px 0px;
	color:#333333;
	font-size:20px;
	}

.contactUsFormSec .fieldSec {
	background-color:#FFFFFF;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	border:1px solid rgba(0,0,0,.1);
	color:#333333;
	box-shadow:none;
	padding:10px 15px;
		height:40px;
	line-height:40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width:100%;
	box-sizing: border-box;
	float:left;
	margin: 0 0 10px 0;
	outline:none;
	}
	
.contactUsFormSec .contactBtnSec {
	    background-color: #2669b7;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	color:#FFFFFF;
	padding:10px 15px;
	outline:none;
	cursor: pointer;
	float: right;
	font-size: 16px;
	    }

.contactUsMapSec {
margin: 50px 0px 50px 0px;
clear: both;
width: 100%;
background-color: rgba(0,0,0,.1);
}


.queAnsRows {
margin: 10px 0px 20px 0px;
clear: both;
width: 100%;
}

.queAnsRows .questionRow {
color: #2669b7;
font-size: 16px;
}

.queAnsRows .answerRow {
color: #333333;
font-size: 14px;
}


	
@media screen and (max-width: 1200px){	
.contentSec {
	width:95%;
	margin:auto;
	}
}
@media screen and (max-width: 1024px){

.homePageProductsSec .productContSec .productBoxes {
    width: calc(33% - 32px);
}
}

@media screen and (max-width: 900px){
	
.homeAboutUsSec .aboutProfileImgSec {
	width:100%;
	}
	
.homeAboutUsSec .aboutProfileTextSec {
	width:100%;
	}
.mainHeaderSec .bannerSec {
    width:100%;
    margin
    }
.mainHeaderSec .bannerSpeProdectSec {
    width:100%;
    margin-top: 20px;
    }
.mainHeaderSec .bannerSpeProdectSec .prodListBoxCont {
        position: relative;
    }

	
}

@media screen and (max-width: 800px){	
.contactUsFromSec .contFromSec .formCols6 {
	width: calc(100% - 24px);
	}
.homeTestimonialSec .testimonialTextSec {
	width:100%;
	}
	
.homeContactUsSec .homeContactSec {
	width:100%;
	}
.threeBoxsSec .boxesSec .boxesTextSec .boxHeadingSec {
    font-size: 14px;
    }
.threeBoxsSec .boxesSec .boxesTextSec .boxTextSec1 {
    font-size: 12px;
    }
.threeBoxsSec .boxesSec .boxesTextSec .boxTextSec2 {
    font-size: 10px;
    }
.threeBoxsSec .boxesSec {
    width: calc(33% - 10px);
    margin: 5px;
    }
    
.slick-slide div div::after {
	width: calc(100% - 40px);
    left: 20px;
    font-size: 30px;
    top:45%;
    }
}

@media screen and (max-width: 768px){

.homePageProductsSec .productContSec .productBoxes {
    width: calc(50% - 32px);
}

.contactUsFromSec {
	width:100%;
	float:left;
	margin:0px 0px 60px 0px;
	}

.contactUsAddrSec {
	width:100%;
	}
.homeAboutUsSec .aboutProfileImgSec .profileSec {
    width: calc(50% - 40px);
    margin: 0px 20px;
    }
	
.contactUsFormSec, .contactUsAddressSec {
    width:100%;
    }
}
@media screen and (max-width: 600px){
.homeContactUsSec .homeContactSec .addressSec {
    width: calc(100% - 20px);
    margin: 0px 10px 10px 10px;
}
.productDetailsPage .productImgSec, .productDetailsPage .productInfoSec,.productDetailsPage .productDescSec {
    width:100%;
    margin: 0 0 20px 0;
}
.pageHeadingSec {
    font-size: 18px;
}
.headerSec .topRightSec .contactNoSec {
    font-size:16px;
    text-align:right;
    padding: 0px 5px 0px 0px;
}
.headerSec .topRightSec .contactNoSec a {
    /*display:block;*/
    padding: 8px 0px 8px 0px;
}
.downloadCatalogueBtnSec {
    width: 115px;
    margin-left: -57px;
    top: 5px;
}
.slick-slide div div::after {
    font-size:18px;
    line-height: 20px;
}
}
 
@media screen and (max-width: 550px){

.homePageProductsSec .productContSec .productBoxes {
    width: calc(100% - 32px);
}

.threeBoxsSec .boxesSec {
    width: calc(100% - 10px);
    margin: 5px;
}
.homeAboutUsSec .aboutProfileImgSec .profileSec {
    width: calc(100% - 140px);
    margin: 0px 70px 30px 70px;
}
.headerSec .logoSec {
    /*width:165px;*/
    width:100px;
}
.headerSec .titleNameSec {
    width: calc(100% - 110px);
    font-size: 20px;
}

}


@media screen and (max-width: 450px){
.downloadCatalogueBtnSec {
    display: none;
}
}







