/*
 * Responsive Animated Circle Menu Bundle - Pure CSS3 - V.1.0
 * Model 1 -> skin 1
 * Author: Shy Design
 * Author URL: codecanyon.net/user/shydesign
 * All Right Reserved
 * Credits:
 * * http://tympanus.net/codrops/
 * * http://necolas.github.com/normalize.css/
 * * http://fortawesome.github.com/Font-Awesome/
 * * http://daneden.me/animate/
 * * http://designshack.net/articles/css/10-great-google-font-combinations-you-can-copy/
 *
 */

/* Main Styles starts */

/* Circle Menu(cm) Container */
.frame {
	position:relative; background:url(../../img/testimonials/frame.png) no-repeat top right; min-height:341px;
}

.f1 {
	background:url(../../img/testimonials/manfrotto.png) no-repeat top right; 
}
.f2 {
	background:url(../../img/testimonials/zeiss.png) no-repeat top right; 
}
.amazingslider-swipe-box-0, .amazingslider-box-0, .amazingslider-box-0, .amazingslider-space-0 {
	max-height:252px;
}
.cm-container {
	width: 960px;
	margin: 0 auto;
}
/* Large Circle */
.cm-large-circle {
	position: relative;
	margin: 130px auto;
	width: 350px;
	height: 350px;
	background: rgba(250, 210, 0, 1);
	border: 8px solid rgb(255, 255, 255);
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	/* box-shadow: 0 0 13px rgba(0,0,0,.1); */
    /* -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1); */
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 13px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 13px rgba(0,0,0,.1);
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
/* Dashed Inner Border */
.cm-large-circle:before {
/* content: ''; */
    /* position: absolute; */
    /* left: 7px; */
    /* top: 7px; 
    border: 1px dashed white;
    width: 320px;
    height: 320px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;*/
}
/* 6 Small Circles */
ul.cm-small-circle {
	list-style: none;
}
ul.cm-small-circle li {
	position: absolute;
	width: 120px;
	height: 120px;
	background: rgba(0, 0, 0, 0.6);
	border: 3px solid rgb(255, 255, 255);
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	/* box-shadow: 0 0 13px rgba(0, 0, 0, .6); */
    /* -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6); */
	-moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
	-ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
	-o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* Logo */
ul.cm-small-circle div.logo {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 90px 50px 32px 50px;
	font-size: 34px;
	color: #242424;
	z-index: 599;
	/* text-shadow: 0 1px 0 rgb(100, 100, 100); */
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.logo {
	opacity: 0;
}
ul.cm-small-circle li:hover {
	background: rgb(255, 255, 255);
	border: 3px solid rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
/* Icon */
ul.cm-small-circle li a {
	text-decoration: none;/*  color: gainsboro;
      line-height: 50px;
      padding: 0px 10px;
      font-size: 24px;*/
}
ul.cm-small-circle li:hover a {
	color: rgb(80,80,80);
}
/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
	position: relative;
	opacity: 0;
	width: 340px;
	height: 340px;
	padding: 44px 0;
	text-align: center;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	color: #242424;
}
ul.cm-small-circle .cm-description h2 {
	color: #242424;
	text-transform: uppercase;
	/* text-shadow: 0 1px 0 rgba(0,0,0,.5); */
	padding: 0;
}
ul.cm-small-circle .cm-description p {
	color: #242424;
	font-size: 16px;
	padding: 0 50px;
}
/* 1ST MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(1) {
	top: -8px;
	left: -97px;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/jaydeep.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle li:nth-child(1) .cm-description {
	top: -7px;
	left: 91px;
}
ul.cm-small-circle li:nth-child(1):hover .cm-description {
	opacity: 1;
}
/* 2ND MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(2) {
	top: -125px;
	left: 114px;
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/chirag.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle li:nth-child(2) .cm-description {
	left: -120px;
	top: 106px;
}
ul.cm-small-circle li:nth-child(2):hover .cm-description {
	opacity: 1;
}
/* 3RD MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(3) {
	top: -15px;
	left: 337px;
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/amit.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle li:nth-child(3) .cm-description {
	left: -345px;
	;
	top: -10px;
}
ul.cm-small-circle li:nth-child(3):hover .cm-description {
	opacity: 1;
}
/* 4TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(4) {
	top: 179px;
	left: 359px;
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/sanjay.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle li:nth-child(4) .cm-description {
	left: -358px;
	top: -184px;
}
ul.cm-small-circle li:nth-child(4):hover .cm-description {
	opacity: 1;
}
/* 5TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(5) {
	top: 344px;
	left: 231px;
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/indu.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle li:nth-child(5) .cm-description {
	left: -238px;
	top: -362px;
}
ul.cm-small-circle li:nth-child(5):hover .cm-description {
	opacity: 1;
}
/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(6) {
	top: 189px;
	left: -121px;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/paresh.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle li:nth-child(6) .cm-description {
	left: 113px;
	top: -206px;
}
ul.cm-small-circle li:nth-child(6):hover .cm-description {
	opacity: 1;
}
/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(7) {
	top: 331px;
	left: -13px;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/rashi.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle li:nth-child(7) .cm-description {
	left: 11px;
	top: -346px;
}
ul.cm-small-circle li:nth-child(7):hover .cm-description {
	opacity: 1;
}

.block h3 {
	background: url("img/h3.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	color: #DD3C04;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 17px;
	text-align: center;
	text-transform: uppercase;
}
.block .photo {
	float: left;
	margin-right: 6px;
	position: relative;
}
.block .photo img.photo-bg {
	z-index: 1;
}
.block .photo img {
	max-height: 115px;
	max-width: 115px;
	overflow: hidden;
	position: absolute;
}
.block p.content {
	overflow: hidden;
	padding-left: 0px;
	/* position: relative; */
	font-size: 25px;
	line-height: 1.4em;
}
.laquo {
	font-family: Georgia;
	font-size: 300px;
	height: 190px;
	letter-spacing: -23px;
	margin-left: -0px;
	margin-top: -30px;
	opacity: 0.06;
	position: absolute;
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 130px;
}
.raquo {
	background: url("img/raquo.png") no-repeat scroll right 4px rgba(0, 0, 0, 0);
	display: inline-block;
	height: 15px;
	padding-left: 4px;
	width: 13px;
}
.block .sign {
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.block .sign p {
	padding-top: 0;
	color: #C4C4C4;
	font-size: 28px;
	font-weight: bold;
}
.block .sign p span {
	font-size:18px; font-style:italic; display:block; color:#888;
}
.about-nav {
	
}
.about-nav a {
	color: #686868;
	display: inline-block;
	font-size: 16px;
	line-height: 3.5em;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.4s ease 0s;
}
.about-nav a:hover {
	color: #f00;
	box-shadow: inset 0 0 0 0 #222;
}
.a1 {
	position: relative;
}
.a1 .options {
	margin-top:0;
}

.a2 {
	top: 3%;
	position: relative;
}
.a3 {
	top: 5%;
	position: relative;
}
.a4, .a5 {
	top: 1%;
	position: relative;
}
.a4 .options a, .a5 .options a {
	padding-top: 55px;
}
.a4 .options, .a5 .options {
	padding-top: 175px;
}
.a2 .options a {
	padding-top: 40px;
}

.tl h4 {
	text-transform:uppercase;
	font-size:20px;
	line-height:1.5em;
}
		

/* Media - Responsive Settings ========================= */

/* Large desktop */
@media (min-width: 1200px) {
ul.cm-small-circle li {
	width: 100px;
	height: 100px;
}
.a3 {
	top: 10%;
	position: relative;
}
.a3 .options {
	top: 0px;
	margin-top: -25px;
}
.a3 .options a {
	margin: 0 auto;
	padding-top: 8%;
}
.a2 .options a {
	padding-top: 32px;
}
.a2 .options {
	margin-top: 0px;
}

}

/* Tablet (e.g. Apple iPad 2-3rd, mini) */
@media (min-width: 768px) and (max-width: 979px) {
.cm-container {
	width: 768px;
}
.a1 .options a {
    padding-top: 20px;
}
.a3 .options a {
    padding-top: 20px;
}
}

/* Small Tablet Size: 600x800 (Portrait) */
@media (max-width: 767px) {
.cm-container {
	width: 600px;
}
.a3 .options a {
    padding-top: 22%;
}
.a1 .options a {
    padding-top: 20px;
}

}

/* Apple iPhone 5 Size: 320x568 (Portrait) */
@media(max-width: 640px) {
	.about-nav {
		margin-top:30px;
		margin-left:115px;
}
.about-nav a {
	font-size: 13px;
	line-height: 1.5em;
	padding: 10px;

}

.a2 {
	top: 0%;
}
.a1 .options {
	margin-top: 0px;
}
.a4 .options {
	padding-top: 0px;
}
.a5 .options {
	padding-top: 0px;
}
.a3 .options {
	margin-top: -55px;
}
.a3 .options a {
	padding-top: 12%;
}
.a3 {
	top: 5%;
}
.a3 .options {
	margin-top: 55px;
}
.block p.content {
	font-size: 15px;
}

#amazingcarousel-container-1 {
	padding: 3px;
}
.options a {
	width: 150px;
	height: 150px;
	margin-top: -20px;
}


.amazingcarousel-nav {
	display: none;
}
.logo h2 {
	font-size: 24px;
}
.cm-container {
	width: 362px;
}
.cm-description h2 {
	font-size: 10px !important;
	padding: 0;
}
/* Large Circle */
.cm-large-circle {
	margin: 55px auto;
	width: 200px;
	height: 200px;
	border: 4px solid rgb(255, 255, 255);
	margin-bottom: 80px;
}
/* Dashed Inner Border */
.cm-large-circle:before {
	left: 4px;
	top: 4px;
	border: 1px dashed white;
	width: 190px;
	height: 190px;
}
/* 6 Small Circles */
ul.cm-small-circle {
	list-style: none;
}
ul.cm-small-circle li {
	width: 40px;
	height: 40px;
	border: 2px solid rgb(255, 255, 255);
}
/* Logo */
ul.cm-small-circle div.logo {
	padding: 33px 18px 19px 26px;
	font-size: 18px;
}
ul.cm-small-circle li:hover {
	border: 2px solid rgba(0, 0, 0, 0.6);
}
/* Icon */
ul.cm-small-circle li a {
	line-height: 30px;
	padding: 0px 6px;
	font-size: 15px;
}
ul.cm-small-circle li:hover a {
	color: rgb(80,80,80);
}
/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
	width: 190px;
	height: 190px;
	padding: 15px 9px;
}
ul.cm-small-circle .cm-description h2 {
	font-size: 29px;
}
ul.cm-small-circle .cm-description p {
	font-size: 11px;
	padding: 0 10px;
}
/* 1ST MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(1) {
	top: 22px;
	left: -39px;
}
ul.cm-small-circle li:nth-child(1) .cm-description {
	top: -50px;
	left: 43px;
}
ul.cm-small-circle li:nth-child(1):hover .cm-description {
	opacity: 1;
}
/* 2ND MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(2) {
	top: -51px;
	left: 85px;
}
ul.cm-small-circle li:nth-child(2) .cm-description {
	left: -81px;
	top: 23px;
}
ul.cm-small-circle li:nth-child(2):hover .cm-description {
	opacity: 1;
}
/* 3RD MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(3) {
	top: 23px;
	left: 203px;
}
ul.cm-small-circle li:nth-child(3) .cm-description {
	left: -199px;
	top: -51px;
}
ul.cm-small-circle li:nth-child(3):hover .cm-description {
	opacity: 1;
}
/* 4TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(4) {
	top: 158px;
	left: 194px;
}
ul.cm-small-circle li:nth-child(4) .cm-description {
	left: -190px;
	top: -186px;
}
ul.cm-small-circle li:nth-child(4):hover .cm-description {
	opacity: 1;
}
/* 5TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(5) {
	top: 217px;
	left: 86px;
}
ul.cm-small-circle li:nth-child(5) .cm-description {
	left: -82px;
	top: -245px;
}
ul.cm-small-circle li:nth-child(5):hover .cm-description {
	opacity: 1;
}
/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(6) {
	left: -28px;
	top: 158px;
}
ul.cm-small-circle li:nth-child(6) .cm-description {
	left: 32px;
	top: -186px;
}
ul.cm-small-circle li:nth-child(6):hover .cm-description {
	opacity: 1;
}
 li:nth-child(1), li:nth-child(2), li:nth-child(3), li:nth-child(4). li:nth-child(5), li:nth-child(6) .cm-description {
 background: #000;
}

/* 7TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(7) {
	left: -28px;
	top: 158px;
}
ul.cm-small-circle li:nth-child(7) .cm-description {
	left: 32px;
	top: -186px;
}
ul.cm-small-circle li:nth-child(7):hover .cm-description {
	opacity: 1;
}
 li:nth-child(1), li:nth-child(2), li:nth-child(3), li:nth-child(4). li:nth-child(5), li:nth-child(6), li:nth-child(7) .cm-description {
 background: #000;
}
}

/* Mobile (e.g. Apple iPhone) Size: 480x320 (Landscape) */
@media (max-width: 480px) {
		.about-nav {
		margin-top:80px;
		  margin-left:0px;

}
.a3 .options {
	margin-top: 15px;
}

.a4, .a5 {
	top: 105px;
}
.a4 .options a {
	padding-top: 24%;
	margin-top: 15px;
}
.a5 .options a {
	padding-top: 24%;
	margin-top: 15px;
}
.a3 {
	top: 100px;
}
.a2 .options a {
	padding-top: 20%;
}
.a3 .options a {
	padding-top: 22%;
}
.a2 {
	top: 80px;
}
a1 .options a big {
	font-size: 16px;
}
#amazingcarousel-container-1 {
	padding: 32px 60px;
}
.ml {
	margin-left: -90px;
}
.cm-container {
	/*  width: 480px; */
	padding-top: 50px;
	margin-bottom: 20px;
}
.cm-description h2 {
	font-size: 10px !important;
	padding: 0;
}
.block p.content {
	font-size: 18px;
}
.wrap h1 {
	top: 25%;
	font-size: 30px;
}
.block .sign p {
	font-size: 20px;
}
}

/* Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) {
/* Container */
.a4, .a5 {
	top: 45px;
}
.a4 .options, .a5 .options {
	margin-top: 3px;
}
.cm-container {
	width: 320px;
}
.cm-description h2 {
	font-size: 10px !important;
	padding: 0;
}
/* Large Circle */
.cm-large-circle {
	margin: 90px auto;
	width: 200px;
	height: 200px;
	border: 4px solid rgb(255, 255, 255);
}
/* Dashed Inner Border */
.cm-large-circle:before {
	left: 4px;
	top: 4px;
	border: 1px dashed white;
	width: 190px;
	height: 190px;
}
.options a {
	width: 80px;
	height: 80px;
	font-size: 12px;
	padding-top: 5px;
}
/* 6 Small Circles */
ul.cm-small-circle {
	list-style: none;
}
ul.cm-small-circle li {
	width: 40px;
	height: 40px;
	border: 2px solid rgb(255, 255, 255);
}
/* Logo */
ul.cm-small-circle div.logo {
	padding: 33px 18px 19px 26px;
	font-size: 18px;
}
ul.cm-small-circle li:hover {
	border: 2px solid rgba(0, 0, 0, 0.6);
}
/* Icon */
ul.cm-small-circle li a {
	line-height: 30px;
	padding: 0px 6px;
	font-size: 15px;
}
ul.cm-small-circle li:hover a {
	color: rgb(80,80,80);
}
/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
	width: 190px;
	height: 190px;
	padding: 15px 9px;
}
ul.cm-small-circle .cm-description h2 {
	font-size: 29px;
}
ul.cm-small-circle .cm-description p {
	font-size: 11px;
	padding: 0 10px;
}
/* 1ST MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(1) {
	top: 22px;
	left: -39px;
}
ul.cm-small-circle li:nth-child(1) .cm-description {
	top: -50px;
	left: 43px;
}
ul.cm-small-circle li:nth-child(1):hover .cm-description {
	opacity: 1;
}
/* 2ND MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(2) {
	top: -51px;
	left: 85px;
}
ul.cm-small-circle li:nth-child(2) .cm-description {
	left: -81px;
	top: 23px;
}
ul.cm-small-circle li:nth-child(2):hover .cm-description {
	opacity: 1;
}
/* 3RD MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(3) {
	top: 23px;
	left: 203px;
}
ul.cm-small-circle li:nth-child(3) .cm-description {
	left: -199px;
	top: -51px;
}
ul.cm-small-circle li:nth-child(3):hover .cm-description {
	opacity: 1;
}
/* 4TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(4) {
	top: 158px;
	left: 184px;
}
ul.cm-small-circle li:nth-child(4) .cm-description {
	left: -190px;
	top: -186px;
}
ul.cm-small-circle li:nth-child(4):hover .cm-description {
	opacity: 1;
}
/* 5TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(5) {
	top: 217px;
	left: 86px;
}
ul.cm-small-circle li:nth-child(5) .cm-description {
	left: -82px;
	top: -245px;
}
ul.cm-small-circle li:nth-child(5):hover .cm-description {
	opacity: 1;
}
/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(6) {
	left: -28px;
	top: 158px;
}
ul.cm-small-circle li:nth-child(6) .cm-description {
	left: 32px;
	top: -186px;
}
ul.cm-small-circle li:nth-child(6):hover .cm-description {
	opacity: 1;
}

/* 7TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(7) {
	left: -28px;
	top: 158px;
}
ul.cm-small-circle li:nth-child(7) .cm-description {
	left: 32px;
	top: -186px;
}
ul.cm-small-circle li:nth-child(7):hover .cm-description {
	opacity: 1;
}
}
/*=====================================

#Philosophy style starts here

======================================*/

/* Large Circle */
.cm-large-circle2 {
	position: relative;
	margin: 150px auto;
	width: 350px;
	height: 350px;
	background: rgba(250, 210, 0, 1);
	border: 8px solid rgb(255, 255, 255);
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	/* box-shadow: 0 0 13px rgba(0,0,0,.1); */
    /* -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1); */
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 13px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 13px rgba(0,0,0,.1);
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
/* Dashed Inner Border */
.cm-large-circle2:before {
/* content: ''; */
    /* position: absolute; */
    /* left: 7px; */
    /* top: 7px; 
    border: 1px dashed white;
    width: 320px;
    height: 320px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;*/
}
/* 6 Small Circles */
ul.cm-small-circle2 {
	list-style: none;
}
ul.cm-small-circle2 li {
	position: absolute;
	width: 120px;
	height: 120px;
	background: rgba(0, 0, 0, 0.6);
	border: 3px solid rgb(255, 255, 255);
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	/* box-shadow: 0 0 13px rgba(0, 0, 0, .6); */
    /* -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6); */
	-moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
	-ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
	-o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* Logo */
ul.cm-small-circle2 div.logo {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 90px 50px 32px 50px;
	font-size: 34px;
	color: #242424;
	z-index: 599;
	 top: 28%;
	/* text-shadow: 0 1px 0 rgb(100, 100, 100); */
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle2 li:hover ~ div.logo {
	opacity: 0;
}
ul.cm-small-circle2 li:hover {
	background: rgb(255, 255, 255);
	border: 3px solid rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
/* Icon */
ul.cm-small-circle2 li a {
	text-decoration: none;/*  color: gainsboro;
      line-height: 50px;
      padding: 0px 10px;
      font-size: 24px;*/
}
ul.cm-small-circle2 li:hover a {
	color: rgb(80,80,80);
}
/* Big Circle Texts */
ul.cm-small-circle2 li .cm-description {
	position: relative;
	opacity: 0;
	width: 340px;
	height: 340px;
	padding: 44px 0;
	text-align: center;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	color: #242424;
}
ul.cm-small-circle2 .cm-description h2 {
	color: #242424;
	text-transform: uppercase;
	/* text-shadow: 0 1px 0 rgba(0,0,0,.5); */
	padding: 0;
}
ul.cm-small-circle2 .cm-description p {
	color: #242424;
	font-size: 16px;
	padding: 0 50px;
}
/* 1ST MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(1) {
	top: 22px;
	left: -125px;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/amit.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle2 li:nth-child(1) .cm-description {
	top: 1px;
	left: 121px;
}
ul.cm-small-circle2 li:nth-child(1):hover .cm-description {
	opacity: 1;
}
/* 2ND MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(2) {
	top: -125px;
	left: 146px;
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/chirag.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle2 li:nth-child(2) .cm-description {
	left: -150px;
	top: 148px;
}
ul.cm-small-circle2 li:nth-child(2):hover .cm-description {
	opacity: 1;
}
/* 3RD MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(3) {
	top: 23px;
	left: 350px;
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/amit.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle2 li:nth-child(3) .cm-description {
	left: -344px;
	;
	top: -0px;
}
ul.cm-small-circle2 li:nth-child(3):hover .cm-description {
	opacity: 1;
}
/* 4TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(4) {
	top: 253px;
	left: 320px;
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/amit.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle2 li:nth-child(4) .cm-description {
	left: -324px;
	top: -230px;
}
ul.cm-small-circle2 li:nth-child(4):hover .cm-description {
	opacity: 1;
}
/* 5TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(5) {
	top: 360px;
	left: 147px;
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/amit.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle2 li:nth-child(5) .cm-description {
	left: -151px;
	top: -337px;
}
ul.cm-small-circle2 li:nth-child(5):hover .cm-description {
	opacity: 1;
}
/* 6TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(6) {
	top: 266px;
	left: -95px;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/amit.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle2 li:nth-child(6) .cm-description {
	left: 91px;
	top: -243px;
}
ul.cm-small-circle2 li:nth-child(6):hover .cm-description {
	opacity: 1;
}

/* 7TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(7) {
	top: 266px;
	left: -95px;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background: url(../../img/team/amit.jpg) no-repeat top left;
	background-size: contain;
}
ul.cm-small-circle2 li:nth-child(7) .cm-description {
	left: 91px;
	top: -243px;
}
ul.cm-small-circle2 li:nth-child(7):hover .cm-description {
	opacity: 1;
}

.block h3 {
	background: url("img/h3.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	color: #DD3C04;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 17px;
	text-align: center;
	text-transform: uppercase;
}
.block .photo {
	float: left;
	margin-right: 6px;
	position: relative;
}
.block .photo img.photo-bg {
	z-index: 1;
}
.block .photo img {
	max-height: 115px;
	max-width: 115px;
	overflow: hidden;
	position: absolute;
}
.block p.content {
	overflow: hidden;
	padding-left: 0px;
	/* position: relative; */
	font-size: 20px;
	line-height: 1.4em;
}

.block .sign {
	float: left;
	text-align: left;
	margin-top: 25px;
}
.block .sign p {
	padding-top: 0;
	color: #C4C4C4;
	font-size: 28px;
	font-weight: bold;
}

		

/* Media - Responsive Settings ========================= */

/* Large desktop */
@media (min-width: 1200px) {
ul.cm-small-circle2 li {
	width: 100px;
	height: 100px;
}
.flogo {
	 width:380px;height:281px;
}
}

/* Tablet (e.g. Apple iPad 2-3rd, mini) */
@media (min-width: 768px) and (max-width: 979px) {
.cm-container {
	width: 768px;
}
}

/* Small Tablet Size: 600x800 (Portrait) */
@media (max-width: 767px) {
.cm-container {
	width: 600px;
}
.flogo {
	 display:none;
}
}


/* Large Circle */
.cm-large-circle2 {
border: 4px solid #FFFFFF;
    height: 400px;
    margin: 55px auto 80px;
    width: 400px;
}
/* Dashed Inner Border */
.cm-large-circle2:before {
	left: 4px;
	top: 4px;
	border: 1px dashed white;
	width: 190px;
	height: 190px;
}
/* 6 Small Circles */
ul.cm-small-circle2 {
	list-style: none;
}
ul.cm-small-circle2 li {
height: 60px;
    width: 60px;
	border: 2px solid rgb(255, 255, 255);
}
/* Logo */
ul.cm-small-circle2 div.logo {
	padding: 33px 18px 19px 26px;
	font-size: 18px;
}
ul.cm-small-circle2 li:hover {
	border: 2px solid rgba(0, 0, 0, 0.6);
}
/* Icon */
ul.cm-small-circle2 li a {
	line-height: 30px;
	padding: 0px 6px;
	font-size: 15px;
}
ul.cm-small-circle2 li:hover a {
	color: rgb(80,80,80);
}
/* Big Circle Texts */
ul.cm-small-circle2 li .cm-description {
	width: 190px;
	height: 190px;
	padding: 15px 9px;
}
ul.cm-small-circle2 .cm-description h2 {
	font-size: 29px;
}
ul.cm-small-circle2 .cm-description p {
	font-size: 11px;
	padding: 0 10px;
}
/* 1ST MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(1) {
    left: 371px;
    top: 130px;
}
ul.cm-small-circle2 li:nth-child(1) .cm-description {
 left: -272px;
    top: -59px;
}
ul.cm-small-circle2 li:nth-child(1):hover .cm-description {
	opacity: 1;
}
/* 2ND MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(2) {
	top: 233px;
	left: 364px;
}
ul.cm-small-circle2 li:nth-child(2) .cm-description {
 left: -265px;
    top: -162px;
}
ul.cm-small-circle2 li:nth-child(2):hover .cm-description {
	opacity: 1;
}
/* 3RD MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(3) {
   left: 164px;
    top: 380px;
}
ul.cm-small-circle2 li:nth-child(3) .cm-description {
	left: -65px;
    top: -309px;
}
ul.cm-small-circle2 li:nth-child(3):hover .cm-description {
	opacity: 1;
}
/* 4TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(4) {
 left: 292px;
    top: 330px;
}
ul.cm-small-circle2 li:nth-child(4) .cm-description {
left: -193px;
    top: -259px;
}
ul.cm-small-circle2 li:nth-child(4):hover .cm-description {
	opacity: 1;
}
/* 5TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(5) {
    left: 53px;
    top: 329px;
}
ul.cm-small-circle2 li:nth-child(5) .cm-description {
left: 46px;
    top: -258px;
}
ul.cm-small-circle2 li:nth-child(5):hover .cm-description {
	opacity: 1;
}
/* 6TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(6) {
 left: -20px;
    top: 231px;
}
ul.cm-small-circle2 li:nth-child(6) .cm-description {
   left: 119px;
    top: -160px;
}
ul.cm-small-circle2 li:nth-child(6):hover .cm-description {
	opacity: 1;
}
 li:nth-child(1), li:nth-child(2), li:nth-child(3), li:nth-child(4). li:nth-child(5), li:nth-child(6) .cm-description {
 background: #000;
}

/* 7TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(7) {
 left: -20px;
    top: 231px;
}
ul.cm-small-circle2 li:nth-child(7) .cm-description {
   left: 119px;
    top: -160px;
}
ul.cm-small-circle2 li:nth-child(7):hover .cm-description {
	opacity: 1;
}
 li:nth-child(1), li:nth-child(2), li:nth-child(3), li:nth-child(4). li:nth-child(5), li:nth-child(6),  li:nth-child(7)  .cm-description {
 background: #000;
}
}

/* Mobile (e.g. Apple iPhone) Size: 480x320 (Landscape) */
@media (max-width: 480px) {
.cm-container {
	/*  width: 480px; */
	padding-top: 50px;
	margin-bottom: 20px;
}
.cm-description h2 {
	font-size: 10px !important;
	padding: 0;
}
.block p.content {
	font-size: 18px;
}
.wrap h1 {
	top: 25%;
	font-size: 30px;
}
.block .sign p {
	font-size: 20px;
}
}

/* Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) {
/* Container */
.cm-description h2 {
	font-size: 10px !important;
	padding: 0;
}
/* Large Circle */
.cm-large-circle2 {
	margin: 90px auto;
	width: 200px;
	height: 200px;
	border: 4px solid rgb(255, 255, 255);
}
/* Dashed Inner Border */
.cm-large-circle2:before {
	left: 4px;
	top: 4px;
	border: 1px dashed white;
	width: 190px;
	height: 190px;
}
.options a {
	width: 80px;
	height: 80px;
	font-size: 12px;
	padding-top: 5px;
}
/* 6 Small Circles */
ul.cm-small-circle2 {
	list-style: none;
}
ul.cm-small-circle2 li {
	width: 40px;
	height: 40px;
	border: 2px solid rgb(255, 255, 255);
}
/* Logo */
ul.cm-small-circle2 div.logo {
	padding: 33px 18px 19px 26px;
	font-size: 18px;
}
ul.cm-small-circle2 li:hover {
	border: 2px solid rgba(0, 0, 0, 0.6);
}
/* Icon */
ul.cm-small-circle2 li a {
	line-height: 30px;
	padding: 0px 6px;
	font-size: 15px;
}
ul.cm-small-circle2 li:hover a {
	color: rgb(80,80,80);
}
/* Big Circle Texts */
ul.cm-small-circle2 li .cm-description {
	width: 190px;
	height: 190px;
	padding: 15px 9px;
}
ul.cm-small-circle2 .cm-description h2 {
	font-size: 29px;
}
ul.cm-small-circle2 .cm-description p {
	font-size: 11px;
	padding: 0 10px;
}
/* 1ST MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(1) {
	top: 22px;
	left: -39px;
}
ul.cm-small-circle2 li:nth-child(1) .cm-description {
	top: -50px;
	left: 43px;
}
ul.cm-small-circle2 li:nth-child(1):hover .cm-description {
	opacity: 1;
}
/* 2ND MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(2) {
	top: -51px;
	left: 85px;
}
ul.cm-small-circle2 li:nth-child(2) .cm-description {
	left: -81px;
	top: 23px;
}
ul.cm-small-circle2 li:nth-child(2):hover .cm-description {
	opacity: 1;
}
/* 3RD MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(3) {
	top: 23px;
	left: 203px;
}
ul.cm-small-circle2 li:nth-child(3) .cm-description {
	left: -199px;
	top: -51px;
}
ul.cm-small-circle2 li:nth-child(3):hover .cm-description {
	opacity: 1;

}
/* 4TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(4) {
	top: 158px;
	left: 184px;
}
ul.cm-small-circle2 li:nth-child(4) .cm-description {
	left: -190px;
	top: -186px;
}
ul.cm-small-circle2 li:nth-child(4):hover .cm-description {
	opacity: 1;
}
/* 5TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(5) {
	top: 217px;
	left: 86px;
}
ul.cm-small-circle2 li:nth-child(5) .cm-description {
	left: -82px;
	top: -245px;
}
ul.cm-small-circle2 li:nth-child(5):hover .cm-description {
	opacity: 1;
}
/* 6TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(6) {
	left: -28px;
	top: 158px;
}
ul.cm-small-circle2 li:nth-child(6) .cm-description {
	left: 32px;
	top: -186px;
}
ul.cm-small-circle2 li:nth-child(6):hover .cm-description {
	opacity: 1;
}

/* 7TH MENU LINK ======================================== */
ul.cm-small-circle2 li:nth-child(7) {
	left: -28px;
	top: 158px;
}
ul.cm-small-circle2 li:nth-child(7) .cm-description {
	left: 32px;
	top: -186px;
}
ul.cm-small-circle2 li:nth-child(7):hover .cm-description {
	opacity: 1;
}
}
