@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Damion);
@import url(font-awesome.min.css);

/* General styles */
body {
    font-size: 1.6rem;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #828282;
    font-weight: 400;
    position: relative;
}

/* contact icon */
.contact_icon{
background:#95b059;
max-height:100px;
max-width:50px;
padding-left:16px;
padding-top:8px;
padding-bottom:8px;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}
/*Preloader css*/

#loading{
    background-color: blueviolet;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
    left:0;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;	
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 

}

.object{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 65px;
    top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.object:nth-child(2n+0) {
    margin-right: 0px;

}
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
	font-family: arial;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: #00c6d7;
    outline: none;
  }
  /* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
}
#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
}
#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
}
#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}

#object_big{

    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}	


@-webkit-keyframes object_big {
    50% { -webkit-transform: scale(0.5); }

}

@keyframes object_big {
    50% { 
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    } 

}

@-webkit-keyframes object_one {
    50% { -webkit-transform: translate(-65px,-65px)  ; }

}

@keyframes object_one {
    50% { 
        transform: translate(-65px,-65px) ;
        -webkit-transform: translate(-65px,-65px) ;
    } 

}


@-webkit-keyframes object_two {
    50% { -webkit-transform: translate(0,-65px) ; }
}

@keyframes object_two {
    50% { 
        transform: translate(0,-65px) ; 
        -webkit-transform: translate(0,-65px) ; 
    } 

}

@-webkit-keyframes object_three {
    50% { -webkit-transform: translate(65px,-65px) ; }
}

@keyframes object_three {
    50% { 
        transform: translate(65px,-65px) ;
        -webkit-transform: translate(65px,-65px) ;
    } 
}

@-webkit-keyframes object_four {

    50% { -webkit-transform: translate(65px,0) ; }

}

@keyframes object_four {
    50% { 
        transform: translate(65px,0) ;
        -webkit-transform: translate(65px,0) ;
    } 

}

@-webkit-keyframes object_five {

    50% { -webkit-transform: translate(65px,65px) ; }

}

@keyframes object_five {
    50% { 
        transform: translate(65px,65px) ;
        -webkit-transform: translate(65px,65px) ;
    } 

}

@-webkit-keyframes object_six {

    50% { -webkit-transform: translate(0,65px) ; }

}

@keyframes object_six {
    50% { 
        transform:  translate(0,65px) ;
        -webkit-transform:  translate(0,65px) ;
    } 

}

@-webkit-keyframes object_seven {

    50% { -webkit-transform: translate(-65px,65px) ; }

}

@keyframes object_seven {
    50% { 
        transform: translate(-65px,65px) ;
        -webkit-transform: translate(-65px,65px) ;
    } 

}

@-webkit-keyframes object_eight {

    50% { -webkit-transform: translate(-65px,0) ; }

}

@keyframes object_eight {
    50% { 
        transform: translate(-65px,0) ;
        -webkit-transform: translate(-65px,0) ;
    } 

}

/*End off Preloader*/



h2, h3, h4, h5, h6 {font-weight: normal; font-weight: 400;}
h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    margin: 0 0 15px;
    text-shadow: 0 1px 1px #999;
}
h2 {font-size: 30px;line-height: 30px;margin: 0;color:#10253f;}
h3 {font-size: 36px;line-height: 60px;}

img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}


/* Font */
.banner_btn,.btn.submit_btn,.service_btn,.work_us_btn {
    font-family: "Damion",cursive;
}

/* Background Transition */
.banner_btn,.btn.submit_btn,.service_btn,.work_us_btn {
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
}
#about{padding-top: 76px;}
#testimonial{padding-top: 10px;}
#services{padding-top: 76px;padding-bottom: 0px;}
#workwith{padding-top: 76px;padding-bottom: 100px;}
#ourteam{padding-top: 76px;padding-bottom: 100px;}
#myDIV,#myDIV2,#myDIV3,#myDIV5,#myDIV4,#myDIV6,#myDIV7{display:none;}
#article3,#article1,#article2,#brochure1,#brochure2{display:none;margin-top:0px;}
#readmore2:hover,#readmore3:hover,#readmore4:hover,#readmore5:hover,#readmore6:hover,#readmore7:hover{color:#95b059;cursor: pointer;}
#readmore:hover{color:#95b059;cursor: pointer;}
#brochurer,#article{color:#95b059;}
#brochurer:hover,#article:hover{color:#fff;cursor: pointer;}
.banner_btn,.work_us_btn {
    background: #839855 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-top: 25px;
    padding: 17px 45px;

    box-shadow: 0 0 10px -5px #044c54;
    -moz-box-shadow: 0 0 10px -5px #044c54;
    -webkit-box-shadow: 0 0 10px -5px #044c54;
}
.about_right p,.about_right ul,.service > p,.testimonial_item > p {
    color: #555;
    /*float: left;*/
    font-size: 18px;
    line-height: 24px;
    margin: 12px 0;
}
.hideme{
    color: #555;
    font-size: 14px;
	background: #fff none repeat scroll 0 0;
    margin: 0px 0;
}
.service, .testimonial_item {
    background: #fff none repeat scroll 0 0;
    margin-top: 115px;
    padding: 32px 20px;
    position: relative;

    box-shadow: 0 0 4px -2px;
    -moz-box-shadow: 0 0 4px -2px;
    -webkit-box-shadow: 0 0 4px -2px;
}
.team{
	
	/*margin-top:30px;*/
	/*width:100%;*/
	margin:10px;
	/*display:inline-block;*/
	/*background-image:url(../images/back2.png);*/
	background:#fff;
	padding:10px;
	    box-shadow: 0 0 4px -2px;
    -moz-box-shadow: 0 0 4px -2px;
    -webkit-box-shadow: 0 0 4px -2px;
}
.wwlogo{
	margin:10px;
	max-width:163px;
	max-height:71px;
	background:inherit;
	padding:0px;
	display:inline-block;

}

/* Button Background Color */
.btn.submit_btn,.get_it_btn,.work_us_btn{background: #e46e48;}

/* Button Background Hover Color */
.btn.submit_btn:hover,.btn.submit_btn:focus,.get_it_btn:hover,.get_it_btn:focus,.work_us_btn:hover,.work_us_btn:focus {
    background: #c96241 none repeat scroll 0 0;
    color: #fff;
}


/* Header */
nav.navbar.bootsnav {
    z-index: 999;
}
.nav.navbar-nav {
    margin-left: 115px;
    margin-top: 5px;
}
nav.navbar.bootsnav ul.nav > li > a,.side-menu > a {
    font-weight: normal;
    font-size: 15px;
}
.side .widget ul.link li a {
    font-size: 15px;
}
.side .widget ul.link li {
    line-height: 20px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,.side-menu > a:hover,.side-menu > a:focus,nav.navbar .widget .link a:hover,.widget .link a:focus {
    color: #95b059 !important;
}
nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a {
    color: #222;
}
.side-menu p {
    display: inline;
}
.side-menu .fa {
    font-size: 24px;
    margin-left: 4px;
    vertical-align: middle;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 550px;/*550*/
}
.caption_area {
    position: relative;
}
.carousel-caption {
	margin-top:20px;
    bottom: 95px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    left: 15px;
    line-height: 24px;
    right: auto;
    text-align: left;
    text-shadow: none;
    /*min-width: 300px;*/
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	
}
.carousel-caption h3 {
	font-size: 30px;
    font-weight: light;
    line-height: 42px;
    margin: 0;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 1px #999;
}
.carousel-caption h1 {
	font-size: 40px;
}
.carousel-caption h2 {
	/*font-size: 160px;*/
	color:#fff;
	padding-bottom:0px;
	font-family:arial;
}
.downloads{
	text-decoration:none;
	color:#00aeef;
	padding:0px;
	margin:0px;
}
.quote{
    background: rgba(37, 37, 37, 0.5);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	/*color:#fff;
	padding:40px;
	margin-top:50px;
	font-family:gill-sans-nova;*/
}
.banner_btn:hover,.banner_btn:focus {
    background: #7f5ca7 none repeat scroll 0 0;
    color: #fff;
}
hr {
    border: 2px solid #95b059;
    margin: 24px auto 30px;
    width: 60px;
}
.about_right {
    background-color:#fff;
    margin-left: -30px;
    margin-top: 82px;
    overflow: hidden;
    padding: 18px 25px 25px 30px;
}
.about_btn {
    color: #e46e48;
    float: right;
    font-size: 14px;
    line-height: 24px;
 
}
.about_btn i {
    padding-left:4px;
 
}
.about_btn:hover i {
    padding-left:10px;
}

.about_btn2 {
    color: #e46e48;
    float: right;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
	margin-right:0px;
}
.about_btn2 i {
    padding-left:4px;
 
}
.about_btn2:hover i {
    padding-left:10px;
}
.about_left {
    /*box-shadow: 0 0 18px -9px #2a425e;
    -moz-box-shadow: 0 0 18px -9px #2a425e;
    -webkit-box-shadow: 0 0 18px -9px #2a425e;*/

    margin-top: 40px;
    position: relative;
    z-index: 1;
}

/* Contact */
.contact {
    background: #10253f none repeat scroll 0 0;
    color: #fff;
    padding: 50px 0;
	margin-top:80px;
}
.contact .form-inline .form-control {
    margin-left: 6px;
    width: 250px;
}
.contact .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

    color: #ababab;
    height: 48px;
}
.btn.submit_btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    font-size: 24px;
    height: 48px;
    margin-left: 6px;
    padding: 6px 15px;
}
form {
    margin-left: -36px;
    margin-top: 4px;
}
.contact_content > h4 {
    font-size: 25px;
    margin: 0 12px 4px 0;
}
.contact_content > p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 12px 0 0;
}

/* Services */
#services {
    background-image:url(../images/back2.png);
}
#workwith {
    background-image:url(../images/back2.png);
}
#about {
    background-image:url(../images/back.jpg);
}
#ourteam {
    background-image:url(../images/back.jpg);
}
#testimonial {
    background-image:url(../images/back.jpg);
}
#captchaimg{width:150px;height:50px;}
.service > img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;

    box-shadow: 0 0 6px -3px #000;
    -moz-box-shadow: 0 0 6px -3px #000;
    -webkit-box-shadow: 0 0 6px -3px #000;

    height: 150px;
    margin-top: -113px;
    width: 150px;
}
.profilepic{
/*border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;*/

    box-shadow: 0 0 6px -3px #000;
    -moz-box-shadow: 0 0 6px -3px #000;
    -webkit-box-shadow: 0 0 6px -3px #000;
}
.service > h4 {
    color: #264770;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0;
}
.service > ul {
    font-size: 14px;
	color: #555;
}
.web > h4 {
    color: #8aa355;
}
.service_btn {
    bottom: -20px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    left: 192px;
    padding: 4px 15px;
    position: absolute;
    width: 170px;

    box-shadow: 0 0 5px -2px #000;
    -moz-box-shadow: 0 0 5px -2px #000;
    -webkit-box-shadow: 0 0 5px -2px #000;
}
.learn_btn {
    background: #326c73 none repeat scroll 0 0;
}
.learn_btn:hover,.learn_btn:focus {
    background: #29575d none repeat scroll 0 0;
    color: #fff;
}
.service > p {
    float: none;
	text-align:left;
}
.testimonial_item .fa {
    color: #9068be;
    font-size: 75px;
    opacity: 0.3;
}
.testimonial_item > p{ font-size: 14px;color:#555;}
.testimonial_item > ul{ font-size: 14px;color:#555;}
.testimonial_item > p li{font-style: italic; font-size: 15px;}
.testimonial_item .fa {
    color: #9068be;
    font-size: 75px;
    left: 20px;
    opacity: 0.3;
    position: absolute;
    top: -37px;
}
.testimonial_item {
    box-shadow: 0 0 4px -2px;
    -moz-box-shadow: 0 0 4px -2px;
    -webkit-box-shadow: 0 0 4px -2px;

    float: left;
    margin-top: 46px;
}
.photo_sec > img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;

    box-shadow: 0 0 4px -2px;
    -moz-box-shadow: 0 0 4px -2px;
    -webkit-box-shadow: 0 0 4px -2px;

    height: 66px;
    width: 66px;
}
.name {
    color: #10253f;
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0 0;
	font-weight:bold;
}
.testi_btn {
    color: #95b059;
    font-size: 11px;
}
.photo_sec {
    bottom: -85px;
    left: 0;
    position: absolte;
    text-align: center;
    width: 100%;
}

/* Work with us */
#work_us {
    background: rgba(0, 0, 0, 0) url("../images/work_us.jpg") no-repeat scroll 0 0 / 100% 100%;
    margin-top: 0px;
    padding-bottom: 40px;
    min-height: 550px;
    border-bottom: 2px solid #e46e48;
	color:#fff;
	padding-top: 50px;
	padding-bottom: 100px;
}
.work_content {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-top: 165px;
}
.work_us_btn {
    margin-top: 40px;
}

/* Work with us */
footer {
      background-image:url(../images/back.jpg);
    padding: 20px;
}
.footer_menu {
    margin: 14px 0;
    text-align: center;
}
.footer_menu,.social {
    text-align: center;
}
.footer_menu > li, .social > li {
    padding: 0 10px 0 6px;
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    line-height: 12px;
}
.footer_menu li:last-child {
    border-right: 0;
}
.footer_menu a {
    color: #888;
    font-size: 14px;
}
.footer_menu a:hover,.footer_menu a:focus {
    color: #e46e48;
}
.footer_logo {
    display: block;
    margin: 0 auto 15px;
    width: 170px;
}
.social > li {
    padding: 0;
}
.social .fa {
    background: #cfcfcf none repeat scroll 0 0;
    color: #011e22;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    width: 25px;
}
.social .fa:hover {
    background: #ababab none repeat scroll 0 0;
}
.footer-copyright {
    margin: 35px 0 45px;
    font-size: 13px;
    color:#000;
}
.footer-copyright a{
    font-weight: 700;
    font-size: 15px;
    color:#000;
    padding:0px 5px;
}
/* --------------------------------CONTACT ----------------------------------------- */
.bootstrap-select {
    width: 100% \0;
    /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 30% !important;
    right: -5px;
    vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #ededed;
    box-shadow: none;
    box-sizing: border-box;
    min-width: 100%;
    padding: 20px 10px;
    z-index: 1035;
}
.dropdown-menu > li > a {
    background-color: transparent !important;
    color: #bcbcbc !important;
    font-size: 15px;
    padding: 10px 20px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: 4px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}
.contact_form {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border-right: none;
    border-left: none;
    border-top: 0;
    border-bottom: 2px solid #ebebeb;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 10px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
    border-radius: 0;
}
.contact_form textarea {
    color: #666;
    padding: 10px 10px !important;
    height: 90px !important;
    border-radius: 0;
}
.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}
.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}
.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}
#contact {
    background: url(images/bg.png) no-repeat center center #fff;
}
/*------------------------END OF CONTACT-------------------------------------------*/
/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: blueviolet;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}
.fa-home:before {
  content: "\f015";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* media query for other devices */
@media (min-width: 1600px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 700px;
    }
    .carousel-caption {
        bottom: 35px;
    }

}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .logo.logo-scrolled {
        width: 125px;
    }
    .nav.navbar-nav {
        margin-left: 40px;
    }
    .navbar-brand {
        height: 80px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 450px;
    }
    .carousel-caption {
        bottom: 35px;
        max-width: 450px;
		
    }
    .about_left > img {
        min-height: 408px;
    }
    .about_right {
        margin-top: 40px;
    }
    .contact .form-inline .form-control {
        margin-left: 6px;
        width: 203px;
    }
    .contact_content > h4 {
        font-size: 20px;
    }
    .contact_content > p {
        font-size: 15px;
        line-height: 20px;
    }
    .service_btn {
        left: 143px;
    }

}

@media (max-width: 1023px) {
    .logo.logo-display {
        display: none;
    }
    .nav.navbar-nav {
        margin-left: 40px;
        margin-top: 18px;
    }
    nav.bootsnav {
        top: 0;
    }
    #carousel {
        margin-top: 85px;
    }

}

@media (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 25px;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h3 {
        font-size: 30px;
        line-height: 60px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 25px;
    }
    .attr-nav {
        top: 12px;
    }
    .side-menu p {
        display: none;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 380px;
    }
    .carousel-caption {
        bottom: 35px;
        max-width: 600px;
    }
    .about_left > img {
        min-height: auto;
    }
    .about_right {
        margin-left: 0;
        padding: 18px 25px 25px;
    }
    form {
        margin: 20px 0 0 -6px;
    }
    .contact_content > h4 {
        font-size: 24px;
    }
    .contact .form-inline .form-control {
        margin-left: 6px;
        width: 270px;
    }
    .btn.submit_btn {
        padding: 6px 26px;
    }
    .contact {
        padding: 40px 0 45px;
    }
    .service_btn {
        left: 88px;
    }
    .photo_sec {
        bottom: -80px;
    }
    #work_us {
        min-height: 400px;
    }
    .work_content {
        font-size: 20px;
        line-height: 32px;
        margin-top: 90px;
    }

}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 280px;
    }
    .carousel-caption {
        bottom: 30px;
        font-size: 15px;
        line-height: 18px;
        max-width: 310px;
    }
    .carousel-caption h3 {
        line-height: 30px;
        font-size: 14px;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .banner_btn, .work_us_btn {
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 25px;
        line-height: 18px;
    }
    .contact .form-inline .form-control {
        margin-left: 6px;
        width: 100%;
    }
    .form-group {
        margin-bottom: 20px;
        margin-right: 6px;
    }
    .service_btn {
        left: 0;
    }
    .web {
        margin-top: 160px;
    }
    .testimonial_item {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #work_us {
        margin-top: 40px;
        min-height: auto;
    }
    .work_content {
        font-size: 18px;
        line-height: 30px;
        margin-top: 35px;
    }

}

@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    h3 {
        font-size: 24px;
    }

}