﻿

.purple-background {
    background:#535e7b;
    width:100%;
    height:100%;
    display:inline-block;
        font-family: 'Open sans', Helvetica, Arial, sans-serif !important;

}
.pt0 {
    padding-top:0px !important;
}

.signup-left {
    width:60%;
    color:#fff;
    float:right;
}

.signup-right {
      width:40%;
    float:right;
 
}

.signup-main {
    margin:50px 0 0 0;
    padding:0 0 50px 0;
}

.nav-minheight {
    min-height:93px!important;
}
.ml10 {
    margin-left:10px;
}

.signup-laign  {
    width:100%;
    list-style:none;
    margin:0px;
    padding:0px;
    float:left;

}
.signup-laign li {
    float:left;
    font-size:40px;
    font-weight:400;
    padding: 0 15px 0 15px;
    font-family: 'Roboto', sans-serif;
    background:url(../App_Themes/CT/img/sepline.png) right no-repeat
}
.signup-laign li:last-child {
   
    background:none;
}
.signup-content {
font-size: 20px;
line-height: 30px;
padding: 0px;
font-weight: 100;
margin: 10px 0 0 0;

}

.mt-5 {
    margin-top:5px !important;
}

.fluid {
    width:100% !important;
}
.contatc-top {
    font-size:24px;
    color:#1bbee6;
    margin:8px 0 0 0;
    width:100%;
    float:left;
}

.contatc-top span {

float: left;

}
.contatc-top h1 {
font-size: 24px;
color: #1bbee6;
margin: 8px 0 0 6px;
float: left;
    }
.contact-bottom {
   font-size:16px;
    color:#1bbee6;
    margin:10px 0 0 3px;
    width:100%;
    float:left;
}
    .contact-bottom a {
         color:#1bbee6;
    }
.infographics {
    width:100%;
    height:339px;
    float:left;
    background:url(../App_Themes/CT/img/computer.png)   no-repeat;
     background-position: 233px 190px;

}

.info-first  {
  
    float:left;
    margin: 110px 0 0 49px;

}

.info-first img {
    width:167px;
    height:132px;
    
 -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

}

.info-first img:hover {
    -webkit-animation-name: thumb;
	-webkit-animation-duration: 200ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;

       -moz-animation-name: thumb;
	-moz-animation-duration: 200ms;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;

      -ms-animation-name: thumb;
	-ms-animation-duration: 200ms;
	-ms-transform-origin:50% 50%;
	-ms-animation-iteration-count: 2;
	-ms-animation-timing-function: linear;


}


.info-second {


float: left;
margin: 0px 0 0 0px;
}

.info-second img {
    width:136px;
    height:171px;
        -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    }
        .info-second img:hover {
        -webkit-animation-name: thumb;
	-webkit-animation-duration: 200ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;

       -moz-animation-name: thumb;
	-moz-animation-duration: 200ms;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;

      -ms-animation-name: thumb;
	-ms-animation-duration: 200ms;
	-ms-transform-origin:50% 50%;
	-ms-animation-iteration-count: 2;
	-ms-animation-timing-function: linear;
        }

.info-third {


float: left;
margin: 80px 0 0 0px;
}
.info-third img{
    width:172px;
    height:144px;
}
.info-third img:hover{
  -webkit-animation-name: thumb;
	-webkit-animation-duration: 200ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;

       -moz-animation-name: thumb;
	-moz-animation-duration: 200ms;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;

      -ms-animation-name: thumb;
	-ms-animation-duration: 200ms;
	-ms-transform-origin:50% 50%;
	-ms-animation-iteration-count: 2;
	-ms-animation-timing-function: linear;

}

@-webkit-keyframes thumb {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(0.9); }
	100% { -webkit-transform: scale(1); }

}

@-moz-keyframes thumb {
	0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(0.9); }
	100% { -moz-transform: scale(1); }

}

 @-ms-keyframes thumb {
	0% { -ms-transform: scale(1); }
	50% { -ms-transform: scale(0.9); }
	100% { -ms-transform: scale(1); }

}

 .signinforms{
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}

.signin-heading {
    color: #00b1ea !important;
    text-transform: uppercase;
    font-weight: bolder;
    background: #f4f4f4;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px;
    padding: 10px 0 10px 29px;
    FONT-SIZE: 22PX;
    FONT-WEIGHT: BOLD;
}


.form-signin {
    padding:30PX;
    background:#FFF;
     font-family: 'Roboto', sans-serif;
     font-weight:500;
}

.iconspan {
    width:30px;
    height:30px;
    background:#000;
}

.text-box-signup {
  padding: 11px 0 11px 0;
}

.signupbutton {
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
    
}

.infographics-diagram{
    width:100%;
    float:left;
    display:none;
}
    .infographics-diagram img {
        max-width:100%;
    }

.border-radius-none {
    border-radius:0px !important;
}

 /*------media quires------*/

 @media screen and (min-width: 0px) and (max-width:450px) {
 .contatc-top h1{   
     font-size: 14px;

}
    .contatc-top img {
        width:20px;

    }
    .contatc-top {
font-size: 19px;
color: #1bbee6;
margin: 8px 0 0 0;
width: 100%;
float: left;
}
    .contact-bottom {
font-size: 12px;
padding-bottom:10px;

}
.contact-bottom img {
    width:18px;
        }
}
.border-hide {
    border-radius:0px !important;
}

.bootomlinks {
    font-size:13px;
    color:#909090;
}
    .bootomlinks a {
        font-size:13px;
        color:#00b1ea !important;
    }

@media screen and (max-width: 900px) {
    .signup-left {
    width:100%;
    color:#fff;

    float:right;
   }

    .signup-right {
      width:100%;
    float:left;

}
    .infographics-diagram{
    width:100%;
    float:left;
    display:block;
    text-align:center;
}
    .infographics {
        display:none;
    }

    .signup-laign li {
float: left;
font-size: 20px;
font-weight: 400;
padding: 0 15px 0 15px;
font-family: 'Roboto', sans-serif;
background: url(../App_Themes/CT/img/sepline.png) right no-repeat;
}
    .signup-content {
font-size: 18px;


}
}


 @media screen and (min-width: 900px) and (max-width: 1024px)  {
     .info-first img {
   width: 125px;
height: 101px;
    }
     .info-second img {
   width: 109px;
height: 136px;
    
    }
     .info-third img{
  width: 140px;
height: 116px;
}

     .infographics {
    width:100%;
    height:339px;
    float:left;
    background:url(../App_Themes/CT/img/small-computer.png)   no-repeat;
  background-position: 196px 164px;

}

     
    }


