@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,700|Raleway:300,400,500);

/*Chat box css starts here*/

.support-box #open-box-two {
    position: fixed;
    right: 20px;
    bottom: 10px;
    background: #3575d3;
    padding: 6px 22px 6px;
    border-radius: 25px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .support-box #open-box-two {
        font-size: 11px;
        padding: 4px 18px 0px;
    }
}

.support-box #open-box-two.btn {
    -webkit-box-shadow: 0 5px #3575d3;
    box-shadow: 0 5px #3575d3;
}

    .support-box #open-box-two.btn:hover, .support-box #open-box-two.btn:focus {
        top: auto;
    }

.support-box .mail-box {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 300px;
    height: 400px;
    background-color: #FFFFFF;
    border: 1px solid #eee;
    /*border-radius: 8px;*/
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s;
    -khtml-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    transform: scale(0.1);
}

.support-box .chatbot {
    border-radius: 4px;
    height: 400px;
    width: 299px;
    border: 0;
    top: 0px;
    left: -1px;
    z-index: -1;
    position: absolute;
}

#BotChatElement {
    display: none !important;
}

@media only screen and (max-width: 350px) {
    .support-box .mail-box {
        width: 200px;
    }
}

.support-box .mail-box.active {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    transform: scale(1);
}

.support-box .mail-box h4 {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background-color: #3575d3;
    /*border-radius: 8px 8px 0 0;*/
    padding: 8px 0;
    margin: -1px -1px 0 -1px;
    cursor: pointer;
}

    .support-box .mail-box h4 i {
        margin-right: 15px;
    }

.support-box .mail-box .chat-form {
    padding: 15px;
}

.support-box .mail-box .chat-form .form-group {
    margin: 0 0 5px;
}

.support-box .mail-box .chat-form .form-group label {
    color: #0d1d36;
}

.support-box .mail-box .chat-form .form-group .chatSearchBar {
    width: 100%;
    padding: 0 10px;
}

.support-box .mail-box .chat-form .form-group .subscribeBtn {
    font-size: 14px;
    margin-top: 15px;
    border-radius: 8px;
    padding: 4px 12px;
    color: #FFFFFF;
}

/*Chat box css ends here*/

.text-right {
	float:right;
}

#main_header .menu ul li {
    margin-right: 35px;
}
#hero h1 {
    font-weight: 400;
    color: #fff;
    font-size: 50px;
    margin: 10px 0px;;
}
#hero h4 {
    font-weight: 400;
    color: #fff;
	font-size:25px;
	line-height:30px;
}
.section-title h2 {
    margin-bottom: 10px;
}
.section-space {
    padding: 65px 0;
}
#contact.section-space {
    padding: 100px 0;
}
.section-title p {
    font-size: 15px;
    font-weight: 400;
	color: #696969;
}
#fun_facts .fact {
    padding: 30px;
}
#fun_facts .section-title h2 {
    margin-bottom: 30px;
	color:#fff;
}
#fun_facts .fact h5 {
	font-weight: 500;
}
.icon {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.unique-img {
	width:100%;
	height:auto;
	max-width:600px;
}
#pricing ul.features li:first-child {
    padding-top: 0;
	padding-right:10px;
    text-align: left;
}
#pricing ul.features li {
    padding: 12px 0;
	font-size: 17px;
	padding-left: 20px;
	padding-right:10px;
    text-align: left;
	border-left: 5px solid #ef494d;
}
#pricing ul.features li h5 {
    font-size: 15px;
    line-height: 21px;
    color: #111;
	font-weight:500;
}

#pricing ul.unique li {
	padding:8px 0px 8px 40px;
	color: #595959;
	border-left: none;
}
#pricing ul.unique li:first-child {
	padding-top:10px;
	text-align:left;
}
#pricing ul.unique li h6{
	color: #595959;
	line-height: 21px;
	font-weight:500;
}
#pricing .package {
    margin-bottom: 0px;
}
#pricing .package {
    padding-bottom: 0px;
}
#pricing .package .bottom ul.features.section-right {
    padding: 30px 0 48px 0;
}
#team .message p {
    color: #111;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
	font-family:'Merienda One', Helvetica, sans-serif;
}
#team .section-title h2 {
    margin-bottom: 20px;
    margin-left: -10px;
}
/* .number-circle-md-primary {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #223769;
    color: #fff;
} */
.imtac-photo {
	width:100%;
	max-width:300px;
	height:auto;
	position:relative;
	vertical-align:middle;
}
.nav {
   margin-bottom: 0px;
}
.fa-angle-right, .fa-caret-right{
	color:#ef494d !important;
}
#features .bullets {
    margin-top: 15px;
}
#features .margin-top40 {
    margin-top: 5px;
}

/*Service collapse*/
#services .feature {
    padding: 10px 20px;
}
#services .feature h6 {
    font-size: 18px;
}
#services .feature .panel-default {
    border-color: transparent;
}
#services .feature .panel-default .panel-group {
    margin-bottom: 0px;
}
#services .feature .panel-default .panel-body ul li {
    padding: 0px;
	text-align:left;
}
#services .panel-heading .collapse .fa {
   font-family: 'FontAwesome';
   content: "\f0da";
   float: right;
   transition: all 0.5s;
}
#services .panel-heading .collapsed .fa {
   transition: all .4s ease;
   transform: rotate(90deg);
}
.ceo-img {
	width: 100%;
    height: auto;
    max-width: 348px;
	text-align: center;
    position: relative;
    margin: auto;
    display: block;
	vertical-align:middle;
	padding-top:40px;
}
/* .who-we-are-concept {
    background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
    max-width: 350px;
	width:100%;
	height:auto;
    margin: 0px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
} */
#team {
    background: #fff;
}
#contact .margin-top40 {
    margin-top: 80px;
}
#contact2.section-space2 {
    padding: 75px 0px 30px 0px;
}
#contact2 {
    position: relative;
    background: #f7f7f7;
}
#main_footer {
    padding: 20px 0;
    background: #f1f1f1;
}
#main_footer .social_icons ul li.web-url a{
	font-size:14px;
}
#main_footer .social_icons ul li.fb a:hover{
	color:#3b5998;
}
#main_footer .social_icons ul li.tw a:hover{
	color:#00aced;
}
#main_footer .social_icons ul li.in a:hover{
	color:#0077b5;
}


@media screen and (min-width:480px){.appcontainer{width:412px; height:310px; top:90px; left:-2px}
}
@media screen and (min-width:266px) and (max-width:349px){.appcontainer{width:180px !important;height:161px !important;top:20px !important;left:-2px;}
#hero .ui_wrapper img { max-width: 200px !important;height: auto !important; overflow:hidden !important; }
}
@media screen and (min-width:350px) and (max-width:549px){.appcontainer{width:270px;height:220px;top:45px;left:-2px; overflow:hidden; }
#hero .ui_wrapper img { max-width: 300px;height: auto; overflow:hidden; }
}
@media screen and (max-width:767px){
.ceo-img { padding-top:0px;}
#contact .margin-top40 { margin-top: 40px;}
}
@media screen and (min-width:550px) and (max-width:966px){.appcontainer{width:449px !important;height:335px;top:101px;left:-1px }
}
@media screen and (min-width:967px) and (max-width:991px){.appcontainer{width:255px;height:208px;top:43px;left:0px }
}
@media screen and (min-width:992px) and (max-width:1024px){.appcontainer{width:336px;height:260px;top:68px; left:-2px}
}
@media screen and (min-width:1025px) and (max-width:1199px){.appcontainer{width:336px;height:262px;top:67px; left:-2px}
}

.intl-tel-input{
    text-align: left;
}

.intl-tel-input .flag-dropdown .selected-flag{
    margin: 12px 6px 6px 4px !important;
}
  #error-msg {
    color: red;
  }
  #valid-msg {
    color: #00C900;
  }
  input.error {
    border: 1px solid #FF7C7C;
  }
  .hide {
    display: none;
  }