@charset "utf-8";
/* CSS Document */

/* starting font files */
@font-face {
    font-family: 'avenir-regular';
    src: url('../fonts/avenir/AvenirNextLT-Regular.otf'),
	     url('../fonts/avenir/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/avenir/AvenirNextLTPro-Regular.woff') format('woff');
        
	
}

@font-face {
    font-family: 'avenir-demi';
    src: url('../fonts/avenir/AvenirNextLTPro-Demi.otf')
	     url('../fonts/avenir/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/avenir/AvenirNextLTPro-Demi.woff') format('woff');
	
}

/* ending font files */

body{
    font-family: avenir-regular;
	
}

ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}



p {
    color: #8f8f8f;
}
.wrapper-xs-p {
    padding: 10px 0px;
}
.wrapper-sm {
    margin: 20px 0px;
}
.wrapper-sm-p {
    padding: 20px 0px;
}
.wrapper {
    margin: 30px 0px;
}

.wrapper-md {
    margin: 40px 0px;
}

.wrapper-xl {
    margin: 50px 0px;
}

.wrapper-xxxl {
    margin: 60px 0px;
}

.wrapper-section  {
    margin: 100px 0px;
}
/*starting navigation/menu css*/
.navbar {
    border: none;
    padding-top: 5px;
    margin-bottom: 0;
    margin-top: 0;
}
.nav > li > a {
    padding: 15px 33px;
    color: #6D6D6D !important;

}

.nav > li > a:hover{
    color:#00b1f1;
}

.navbar-default .navbar-brand{
    color: #0AA1EC;
    font-size: 21px;
    margin-right: 75px;
    /* font-family: avenir-pro;*/
}

/*ending navigation/menu css*/

.banline {
border-bottom:2px solid #E9EFF2; width:100%; padding-bottom: 25px;
}

/*starting heading css*/

.page-title{
    padding: 50px 0 0;
}

h1,h2,h3,h4,h5,h6 {
    color:#403E3E;
}


h1 {
    font-size: 30px;
    /*margin-bottom: 50px;*/
}

h1 + small {
   /* margin-top: -20px;*/
    display: block;
}

h2 {
    font-size: 26px; line-height:36px;
}

h1 {
    text-align: center;margin-bottom: 35px !important;
}

h2 + small {
    margin-top: -7px;
}


h2 + small,h1 + small,h3 + small {
    font-size: 15px;
}

h3 + small {
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
}

.feature-h3 {
    border-bottom: 2px solid #dfe9ff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


h4 + small {
    margin-top: -5px;
    display: block;
    font-size: 14px;
}

.white-text {
    color:white;
}

.gray-text {
    color: #B2B2B2;
}


small {
    display: block;
    color:#8f8f8f;
}

/*ending heading css*/

a:hover {
    text-decoration: none;
}

.a-white-border {
    border-bottom: 1px solid #ffffff;
}

.Hero-title {
    color: #54585e;
    font-size: 34px !important;
    line-height: 50px;
    margin-bottom: 0px;
}

.Hero-tagline {
    color: #54585e;
    font-size: 15px;
    line-height: 20px;
    margin: 10px auto;
    
}
.team-div span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #979797;
    border-radius: 50%;
	text-align:center;
	line-height: 60px;
	font-size: 32px;
	color:#fff;
	font-weight:bold;
}

.teams-div span {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
	text-align:center;
	line-height: 62px;
	font-size: 32px;
	color:#979797;
	font-weight:normal;
	border:2px solid #979797;
}

.page-title1 {
    padding: 40px 0 0;
}

.screensdash { background-color: transparent!important; border: 0px solid #ddd !important;}

a.ui-Button {
    background-color: #0aa1ec;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-block;
    line-height: 16px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	padding: 13px 20px;
}

a.ui-Button:hover {
    background-color: #068cce;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-block;
    line-height: 16px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*starting border & button css*/
hr ,.custom-divider{
    border:1px solid #e9eff2;
    margin-top: 10px;
    margin-bottom: 50px;
}
.border-b-pink-light{
    border-bottom:1px solid  #db77f0;
}
.border-b-red {
    border-bottom: 1px solid #f56e4c;
}
.border-b-pink {
    border-bottom:1px solid #bc00e2;
    color:#bc00e2;
}
.border-b-gray {
    border-bottom: 3px solid #DCDCDC;
    padding-bottom: 5px;
}

.btn-nav-blue {
    background:#00a1ed;
    border-radius: 4px;
    padding: 8px 16px;
    border: none;
}

a.Navigation-button {
    background-color: transparent;
    border: 1px solid #0aa1ec;
    border-radius: 50px;
    color: #0aa1ec !important;
    display: inline-block;
    font-size: 14px !important;
    padding: 12px 24px !important;
}

a.Navigation-button:hover {
      color: #0aa1ec !important;

}
.signup
{
padding: 5px 17px;
}

.btn-nav-green {
    background:#2ECC71;
    border-radius: 5px;
    padding: 8px 25px;
    border: none;
}


.btn-gen-blue {
    background:#00a1ed;
    border-radius: 5px;
    padding: 8px 25px;
    border: none;
    margin: 0 10px 0 10px;
}

.btn-gen-green {
    background:#2ECC71;
    border-radius: 5px;
    padding: 8px 25px;
    border: none;
    margin: 0 10px 0 10px;
}


.custom-btn{
    padding: 25px;
    word-spacing: 2px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 2px;
    width: 230px;
    /*font-family: avenir-regular;*/
}
.btn-blue{
    background:#0AA1EC;
    color:#fff!important;
}
.btn-blue:hover {
background: #0993C9;
}

.btn-green{
    background:#00a1ed;
    color:#fff!important;
}

.btn-green:hover {
    background: #188cc2;
}

.btn-plain-line {
    border:1px solid #8F8F8F;
    color:#8F8F8F;
}

.btn-plain-line:hover {
    border:1px solid #ddd;
}

.btn-plain {
    color:#8F8F8F;
}

/*ending border & button css*/

/*starting footer css*/

.footer-container {
    width: 970px;
}

.agile-foot-desc
{
    border-top: 1px solid #e9eff2;
    border-bottom: 1px solid #e9eff2;
    background-color: #f5f5f5;
}

.icons-view li{
    display: inline-block;
    margin-right:8px;
}


.icons-view li:hover{
    color: #fff;
}


.text-view li a  {
    color:#B2B2B2;
    font-size: 13px;
    line-height:22px;
}

.text-view li a:hover  {
    color:#FAF2D4;
    font-size: 13px;
    line-height:22px;
}

.foot-logo {
    color: #777777;
    font-size: 21px;

}

.ponenum {margin-bottom:3px; color:#B2B2B2; font-size:13px;}


.gravatar-view {

    color: #8F8F8F;
    margin-top: 60px;
}
.gravatar-view p {
    font-size: 17px;
}
.gravatar-view .gravatar-content {
    padding-left: 170px;
}
/*ending footer css*/

/* starting caruosel slider css */

.carousel-inner {
    font-size: 17px;
    color: #8F8F8F;
}
.carousel-indicators {
    bottom: -70px;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #CBCBCB;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: inherit;
}
/* ending carousel slider css*/


/* CSS for Features Hover */

.iconFeature:hover {
    background-color: whitesmoke;
}

/* Starting CSS for Modal Popup */
.form-register .field.email:before {
    background-position: -24px 0px;
}
.form-register .field.password:before {
    background-position: -48px 0px;
}

.form-register .field:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 15px;
    margin-top: -12px;
    width: 24px;
    opacity: 0.2;
    height: 24px;
    background: url(img/field-sprite.png) top left no-repeat;
    background-size: 72px;
}


.form-register .close {
   position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
    padding: 10px 20px 10px 10px;
    font-size: 35px;
}

.form-register .modal-content-register {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.form-register .form-group {
    padding: 10px 5px 0 5px;
    position: relative;
}

.form-register .form-control-field {
    height: 45px;
}

.form-register .form-control {
    height: 45px;
    padding: 13px 20px 13px 54px;
}


.modal-content-video {
    background-color: #fff;
    border-radius: 5px;
}


.cuswid { width:20% !important;}

.cuswid2 { width:20% !important;}

 @media screen and (min-width: 768px) {
            #exampleModal .modal-dialog  {width:500px;}
        }
        
        .cd-demo-modal object embed, .cd-demo-modal object {
            height: 350px;
        }
        .demo-vedio {
            width: 570px;
        }


/* End CSS for Modal Popup */




/* Starting CSS For cloud animation */

/*Lets start with the cloud formation rather*/

/*The container will also serve as the SKY*/

*{ margin: 0; padding: 0;}

body {
    /*To hide the horizontal scroller appearing during the animation*/
    overflow-x: hidden;
}

#clouds{
    padding: 0;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff 100%);
    background: -linear-gradient(top, #ffffff 0%, #fff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #fff 100%);
}

/*Time to finalise the cloud shape*/
.cloud {
    width: 200px; height: 60px;
    background: #3498db;
    
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    
    position: absolute; 
}

.cloud:before, .cloud:after {
    content: '';
    position: absolute; 
    background: #3498db;
    width: 100px; height: 80px;
    position: absolute; top: -15px; left: 10px;
    
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.cloud:after {
    width: 120px; height: 120px;
    top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
    -webkit-animation: moveclouds 12s linear infinite;
    -moz-animation: moveclouds 12s linear infinite;
    -o-animation: moveclouds 12s linear infinite;
    opacity: 0.1; 
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    left: 200px;
    
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.1; /*opacity proportional to the size*/
    
    /*Speed will also be proportional to the size and opacity*/
    /*More the speed. Less the time in 's' = seconds*/
    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

.x3 {
    left: -250px; top: -200px;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.2; /*opacity proportional to the size*/
    
    -webkit-animation: moveclouds 17s linear infinite;
    -moz-animation: moveclouds 17s linear infinite;
    -o-animation: moveclouds 17s linear infinite;
}

.x4 {
    left: 470px; top: 450px;
    
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.4; /*opacity proportional to the size*/
    
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}

.x5 {
    left: -150px; top: 300px;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.2; /*opacity proportional to the size*/
    
    -webkit-animation: moveclouds 17s linear infinite;
    -moz-animation: moveclouds 17s linear infinite;
    -o-animation: moveclouds 17s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}

/* End CSS For cloud animation */


/* CSS For Email Form */

@media (min-width:769px) { #form-email { width:24em} }

/* End CSS for Email Form */



/*starting misc css*/

.no-bot-padding {
    padding-bottom: 0;
}


.card {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card:hover {
    background-color: whitesmoke;
    
}

.card p {
      word-break: break-word;
}

.product-updates li {
    margin-bottom: 10px;
}

.normal-list li{
    margin: 12px;
    padding: 0px;
    list-style: square;

}

.pink-text {
    margin-top: 113px;
}

.blue-text {
    color: #0AA1EC;
    font-size: 17px;
}

.m-b-90
{
    margin-bottom: 90px;
}
.p-60{
    padding: 60px;
}

.gray-bg {
    background: #f5f5f5;
}

.midnight-dark-bg {
    background: #2c3e50;
}

.peter-river-bg {
    background: #3498db;
}

.pomegranate-bg {
    background: #c0392b;
}

.stardust-bg {
    background: #062141;
}

.stripes-bg {
    background: url(/img/bg/stripes-bg.png) #3498db repeat;
}

.arrow-bg {
    background: url(/img/bg/arrow-pattern.png) repeat top center;
    background-color: #f5f5f5;
}

.arrow-dark-bg {
    background: url(/img/bg/arrow-pattern.png) repeat top center;
    background-color: #2c3e50;
}

.arrow-orange-bg {
    background: url(/img/bg/arrow-pattern.png) repeat top center;
    background-color: #ff884d
}

.geometry-bg-plain {
    background: url(/img/bg/geometry.png) repeat top center;
}


.geometry-bg {
    background: url(/img/bg/geometry.png) repeat top center;
    background-color: #2c3e50;
}

.es-bg {
    background: url(/img/bg/es.png) repeat top center;
    background-color: #2c3e50;
}

.black-thread-light-bg {
    background: url(/img/bg/black-thread-light.png) repeat top center;
    background-color: #ffffff;
}

.candyhole-bg {
    background: url(/img/bg/dark-geometric.png) repeat top center;
    background-color: #3498db;
}

.enterprise-bg {
    background: url(/img/bg/enterprise.png) repeat top left;
    background-color: #3498db;
}

.realestate-bg {
    background: url(/img/bg/enterprise.png) repeat top left;
    background-color: #43D8C3;
}

.enterprise-white-bg {
    background: url(/img/bg/enterprise-white.jpg) repeat top left;
    background-color: #fff;
}


.jumbo-text {
    width: 210px;
    text-align: left;
    margin-top: 150px!important;
    margin-bottom: 150px!important;

}

.thumb-view h3,.thumb-view h4 {
    margin-bottom: 10px;
}

.feature-column {
    float: left;
    margin-right: 10px;
    padding: 30px 0 40px 0;
}

.feature-column-text {
    width: calc(100% - 76px);

}

.img-alternate-styling-right {
    border-left: 1px solid #979797;
}
.img-alternate-styling-left {
    border-right: 1px solid #979797;
    position: relative;
    right: 15px;
}

.img-alternate-styling-right img,.img-alternate-styling-left img {
    padding:15px;
}


.img-alternate-styling-right:before , .img-alternate-styling-right:after ,.img-alternate-styling-left:before , .img-alternate-styling-left:after{
    content: "";
    width: 25px;
    height: 10px;
    position: absolute;
    border-top: 1px solid #979797;
    left: 0px;
}
.img-alternate-styling-left:before , .img-alternate-styling-left:after {
    left: auto;
    right: 0;
}
.img-alternate-styling-right:after,.img-alternate-styling-left:after {
    bottom: -9px;
}
.img-alternate h3 {
    border-bottom: 2px solid #DFE9FF;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.img-alternate p{
margin-top: 25px;
}

/*ending misc css*/

/* Starting Popup box CSS */

#popup-body {
    background-color: #3498db;
    color: #fff;
}

#popup-title {
    color: whitesmoke;
}

#popup-form .popup-button {
    margin-top: 20px;
    background-color: #667889;
}

#popup-form .popup-button:hover{
    border: 1px #fff solid;
}

/*starting pricing page css*/

.pricing-page-view {
    margin: 0 auto;
    width: 980px;
}

.pricing-feature-row {
    display: flex;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.pricing-feature-row div:first-child {
    background: #F8F9FA;
    padding-left: 0px;
}

.pricing-feature-row > div {
    padding:20px 10px 20px 40px;
    font-size: 13px;
}

.pricing-page-view ul li {
    list-style: initial;
    color: #8F8F8F;
}

.pricing-feature-row::after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    border-bottom: 1px solid rgb(241, 241, 241);
    left: 0px;
    margin: 0px 28px 0px 15px;
    bottom: 0px;
}
.pricing-feature-row-first {
    border-top:1px solid #f1f1f1;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.pricing-feature-row-last {
    border-bottom: 1px solid #f1f1f1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*starting css for toggle section*/

.tooltip-inner {
    font-family: avenir-regular;
    padding: 10px 10px 15px 10px;
    line-height: 20px;
    width: 250px;
}


.toggleHead {
    font-size: 12px;
    text-transform: capitalize;
    cursor: pointer;
}

.toggle-section p {
    color:#8F8F8F;
    margin-top: 15px;
    display: none;
    margin-left: 20px;
}

.toggleHead i {
    color: #FF6008;
    font-size: 15px;

    float: left;
}

.toggleHead i.fa-arrow-circle-o-right {
    color: #CBCBCB;
}

/*ending css for toggle section*/

/*starting css for aboutus styles*/
.about-section1 { background-color:#f8fafa; border:1px solid #D7D7D7; padding: 45px 0 70px 0 ; margin-top:70px; margin-bottom:50px; position:relative;}

.about-section{ background-color:#f8fafa; padding:20px 0 20px 0px; margin-bottom:0px; position:relative;}
.about-section:before {
    pointer-events: none;
}

.aboutagile { padding:0 70px 0 30px; color:#454545; font-size:15px;}
.about-section:before {
    -webkit-box-shadow: inset 0 0 40px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 40px rgba(0,0,0,.1);
    box-shadow: inset 0 0 40px rgba(0,0,0,.1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-title{ border-top:0px solid #ccc;}
.about-title h1{ font-size:36px; color:#454545;}

.about-numbers{ margin:30px 0 40px;  text-align:center;}
.about-numbers li{ 
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: inline-block;
	font-family:Arial,Verdana,sans-serifl;
	}
.about-numbers li strong {
    padding-bottom: 15px;
    font-size: 48px;
    font-weight: bold;
}

 .profile-div span{ display:inline-block; width:110px; height:110px; background-color:#ccc; border-radius:50%;}
  .profile-div img{ width:110px; height:110px;}
  
  .about-section .section {
    border-top: 1px solid #eaebeb;
    box-shadow: 0 1px 0 #fff inset;
	margin:60px 0 40px;
}



/*ending css for aboutus styles*/

/* video responsive   styles*/
.video-res { width:560px; height:315px}
.head-mar {margin-top:0px}

@media all and (max-width: 480px) {
	
.dashshow { display:none !important; }
.dashshow1 { display:block !important; }	
.video-res { width:280px; height:190px}

.cnt-ali { text-align:center !important;}
.head-mar {margin-top:30px}
.main-img { text-align:center !important;}

.p-t-xl {
    padding-top: 0px;
}

.cloud { display:none; }
.m-b-90 { margin-bottom: 0px; }
.Hero-tagline {
    
    font-size: 16px;
    line-height: 20px;
       
}

.cuswid { width:100% !important;}
.cuswid2 { width:70% !important; margin: auto; float: none!important; margin-bottom: 40px;}


.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: none!important;
  animation-fill-mode: none!important;}
  
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: none!important;
    animation-name: none!important;
}

 
  
}

@media screen and (max-width: 800px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	
	.fadeIn {
    -webkit-animation-name: fadeIn;
     animation-name: none !important;
}
}
 
 

/* starting responsive css*/

@media all  and (min-width: 768px) {
	
.dashshow1 { display:none !important; }
.dashshow { display:block !important; }
    .custom-row > div {
        width: 20%;
        float: left;
    }
    .page-title-small {
        width: 466px;
        margin: 0 auto;
    }
    .sell-market {
        margin-top: -30px;
    }
    .auto-margin {
        margin-bottom:90px;
    }
    .trusted-people {
        margin-bottom: 20px;
    }

}
@media all and (max-width: 767px) {
.cusspeaks { text-align:center} 
.about-numbers{ margin:10px 0 15px;  text-align:center;}
.aboutagile {  color: #454545;font-size: 15px; padding: 10px; text-align: center;}

 }

 @media all and  (max-width: 350px) {
h1 {font-size:24px !important;}

 }

@media all  and (min-width: 768px) and (max-width: 992px) {
    .footer-container {
        width: 750px;
    }
    .agile-foot-desc * {
        text-align: center;
    }
}
@media all and (min-width: 280px) and (max-width: 969px) {

	.banline { border-bottom:2px solid #E9EFF2; width:100%; height:auto;}
 
 }


@media all and (min-width: 280px) and (max-width: 767px) {
    .custom-row > div {
        width: 100%;

    }
    .custom-row > div:first-child ul  {
        margin-bottom: 10px;
        clear: both;
    }
    .page-title-small {
        width: 90%;
        margin:0 auto;
    }
    .border-b-pink-light,.border-b-red{
        margin-bottom: 20px;
        display: inline-block;
    }
    .sell-market {
        margin-top: 0px;
    }
    .features-mob-fix {

        margin-bottom: 20px;
    }
    h1 + small , h2 + small , h3 + small , h4 + small {
        margin-top: -5px;
    }

    .auto-margin {
        margin-bottom:40px;
    }
    .trusted-people {
        margin-bottom: 5px;
    }
    .footer-container {
        width: auto;
        text-align: center;
    }
    .agile-foot-desc * {
        text-align: center;
    }
    .pricing-page-view {
        width: 100%;
    }
    .pricing-feature-row {
        display:block;
        margin-top: 20px;
    }
}


.info-graphic-img {
    background: url(/img/info-graphic-bg.webp);
    background-size: 55% 65%;
    background-repeat: no-repeat;
    background-position: center;
}
.img-magnifier-container{
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.img-magnifier-glass {
  text-align: center;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  cursor: none;
width: 180px;
  height: 180px;
  border: 2px solid #fff;
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1);
  -webkit-box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1);
  -moz-box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1);
  -o-box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1);
  background: rgba(255, 255, 255, 1);
  opacity:0;
  pointer-events:none;
  cursor: crosshair;
}
.magnifierHover:hover .img-magnifier-glass{
  opacity:1;
  pointer-events:initial;
}

/* ending responsive css */
