@charset "utf-8";
/* CSS Document */
.top-bar{
    margin-top:20px;
}
.flag{
    float:right;
    font-size:15px;
    color:#000;
    font-family:"Book Antiqua";
}
.flag a{
    margin-left:2px;
    margin-right:2px;
}
.mind{
     background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius:8px;
    color: #ffffff;
    padding: 29px 18px;
    margin-top:25px;
}
.ramo h3{
    font-size:18px;
    color:#174cd9;
    font-family:"Book Antiqua";
    margin-top:0px;
    text-align:center;
    font-weight:600;
}
.ramo p{
    font-size:14px;
    color:#303030
}



#custom-search-input {
        margin:0;
        margin-top: 15px;
        padding: 0;
    }
#custom-search-input .glyphicon{
    font-size:16px;
}
#custom-search-input .input-group .form-control, .input-group-addon, .input-group-btn{
    display:block;
}
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 8px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color:#f7f7f7;
        font-size:16px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 5px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#d9d9d9;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }

.menu2{
    position:absolute;
    top:-9%;
    left:50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform:translate(-50%);
}
.menu{
    
    background: #0239cd; /* Old browsers */
    background: -moz-linear-gradient(left, #0239cd 0%, #5b88ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0239cd 0%,#5b88ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0239cd 0%,#5b88ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0239cd', endColorstr='#5b88ff',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border:1px solid #ebebeb;
    
    width:100%;
}

.menu .navbar-default{
    background-color:transparent;
    border:none;
}
.menu .navbar{
    margin-bottom:0px;
}

.slider{
    position:relative;
    width:100%;
    margin-top:60px;
}

.slider-cntnt{
    background:rgba(0, 0, 0, 0.45);
    padding:0px 20px;
    min-width:185px;
    width:42%;
    text-align:left;
}
.slider-cntnt h1{
    font-size:25px;
    color:#ff6104;
    font-weight:bold;
    margin-top:0px;
}
.slider-cntnt p{
    color:#fff;
    margin-bottom:20px;
}
.slider-cntnt a{
    color:#f18424;
    text-decoration:underline;
}

.slider-cntnt a:hover{
    color:#0847f0;
}

.srvc-bg{
    background-color:#f4f4f4;
    width:100%;
    border:1px solid #ebebeb;
    padding:15px 0px;
}

.srvc-crcl{
    height:85px;
    width:85px;
    background-color:#fff;
    -wekit-bordr-radius:50%;
    border-radius:50%;
    border:1px solid #e9e9e9;
    padding:20px 15px;
}
.srvc-bg h2{
    color:#262626;
    font-size:17px;
    font-family:"Book Antiqua";
    font-weight:bold;
    /* text-transform:uppercase; */
}
.srvc-bg p{
    color:#262626;
    font-size:14px;
}
.srvc-bg a{
    color:#ff6104;
    text-decoration:underline;
}
.srvc-bg a:hover{
    color:#0663f3
}
.mrgn{
    margin-bottom:30px;
}
.srvc-btn{
    background-color:transparent;
    font-size:15px;
    font-family:"Book Antiqua";
    color:#353535 !important;
    border:1px solid #ff6104;
    font-style:normal !important;
    padding:12px 15px;
    border-radius:0px !important;
    margin:25px auto 0px;
    text-decoration:none !important;
    width:200px;
    display:block;
}
.srvc-btn:hover{
    background-color:#fff;
    color:#0663f3 !important;
}
.about-us{
    margin-top:20px;
}
.hdng{
    color:#353535;
    font-size:18px;
    font-family:"Book Antiqua";
    text-transform:uppercase;
}
.txt{
    font-size:15px;
    color:#353535;
    line-height:25px;
}
.read-more{
    color:#ff6104;
    font-style:normal;
    text-decoration:underline;
    text-transform:uppercase;
}
.tset-bg{
    background-color:#f9f9f9;
    border:1px solid #f1f1f1;
    padding:20px 0px 40px;
    margin-top:30px;
}
.client-box{
    background-color:#fff;
    padding:5px;
    border:1px solid #ebebeb;
}
.tst-ttl{
    background-color:#efefef;
    padding:15px 8px;
    color:#ff6104;
    font-size:14px;
}

.prtnr-bg{
    background-color:#ededed;
    border:1px solid #dedede;
    padding:20px 0px 50px;
}

footer{
    background-color:#000000;
    padding:40px 0px;
    color:#d3d4d5;
}

footer h6{
    color:#d3d4d5;
    font-size:18px;
    font-family:"Book Antiqua";
    margin-top:0px;
    text-transform:uppercase;
    border-bottom:1px solid #1f1f1f;
    padding-bottom:10px;
}

footer ul{
    list-style:none;
    padding-left:0px;
}

footer ul li{
    padding-bottom:8px;
}

footer a{
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
}

footer a:hover{
    color:#f76801;
    text-decoration:none;
}
footer span{
    
    text-transform:uppercase;
}

.ftr-icn{
    width:30px;
    height:30px;
    -webkit-border-radius:50%;
    border-radius:50%;
    padding:5px !important;
    background-color:#696b6b;
    font-size:17px;
    text-align:center;
    transition:all 500ms ease-in-out 0s;
    cursor:pointer;
    margin-left:5px;
    margin-right:5px;
}

.ftr-icn:hover{
    background-color:#0663f3;
}
.ftr-icn:hover a{
    color:#fb8743;
    
}


.btm{
    color:#262626;
    font-size:14px;
    padding:8px;
    background-color:#f3f3f3;
    color:#000000;
    font-size:14px;

}
.sarv{
    position:absolute;
    background-color: rgba(250, 137, 48, 0.45);
    padding:9px 45px;
    font-size:29px;
    color:#ffffff;
    top:0%;
    border:2px solid #fa8930;
    letter-spacing:3px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:14%;
    left:10%;
    border-radius:3px;
}
.sarv p{
    margin-bottom:0px;
}
.banner{position:relative;
}
ul.cros li{
    display:inline-block;
    font-size:14px;
    color:#222222;
    font-family:"Book Antiqua";
   
    margin-right:7px;
}
ul.cros{
    padding-left:0px;
    margin-top:0px;
}
.cros li a{
    font-size:14px;
    color:#222222;
    font-family:"Book Antiqua";
    text-decoration:none;
        
}
.cros li a:hover{
    text-decoration:none;
    color:#0847f0;
    transition:all 500ms ease-in-out 0s;
}
.we-tex{
    font-size:22px;
    color:#000000;
    margin-top:px;
    font-family:"Book Antiqua";
}
.ment{
    background-color:#ffffff;
    border:1px solid #c5c5c5;
    padding:7px 7px;
}
.marg3{margin-top:20px;
}
.mtex h2{
    font-size:17px;
    color:#0847f0;
    font-family:"Book Antiqua";
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
    margin-top:12px;
    letter-spacing:2px;
}
.mtex p{
    font-size:14px;
    color:#262626;
    font-family:Arial, Helvetica, sans-serif;
}
.mtex a{
    float:right;
}
ul.prim li{
    list-style-image:url(../images/point.png);
    font-size:13px;
    color:#262626;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:500;
    margin-bottom:10px;
}
ul.prim{
    padding-left:20px;
    margin-top:22px;
}
p.joint{
     color:#0847f0;
    font-family: "Book Antiqua";
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 12px;
 
}
.desk h3{
    font-size:17px;
    color:#000000;
    font-family:"Book Antiqua";
    font-weight:600;
}
.desk ul li{
    list-style-image:url(../images/arrow4.png);
    font-size:14px;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:5px;
}
.desk ul{
    padding-left:16px;
}
.tabl11{
    background-color:#1853f1;
    font-size:15px;
    color:#ffffff;
    font-family:"Book Antiqua";
}
.junm{
    background-color:#e5e5e5;
    font-size:14px;
    color:#000000;
    
}
.junm a{
    font-size:14px;
    text-transform:lowercase;
}
.junm2{
    background-color:#d7d7d7;
}
.con-tx{
    font-size:18px;
    color:#050505;
    font-family:"Book Antiqua";
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
}
.tech .form-control{
    height:40px;
}
.count h4{
    font-size:16px;
    color:#0847f0;
    font-weight:600;
    font-family:"Book Antiqua";
    margin-top:28px;
    letter-spacing:2px;
}
.count p{
    font-size:16px;
    color:#111111;
    font-family:"Book Antiqua";
}
.count p span{
    font-size:14px;
    color:#111111;
    font-family:Arial, Helvetica, sans-serif;
}
.count a{
    float:right;
}
.count span a{
    font-size:16px;
    color:#0847f0;
    font-family:"Book Antiqua";
    font-style:italic;
    text-transform:lowercase;
    float:none;
}
.ro1{
    background-color:#b6b6b6;
    height:1px;
    width:100%;
    margin:15px 0px;
}
.city img{
      border:2px solid #ff6303;
     opacity: 0.6;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.city img:hover{
     opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.city{
    margin-top:20px;
}



/* media querry */

 @media screen and (max-width:1200px) and (min-width:992px){
     .slider-cntnt{ width:46%;}
     .carousel-caption{ top:18%;}
     .srvc-crcl{ height:75px; width:75px; padding:15px 12px;}
     .srvc-btn{ width:19%;}
     .navbar-default .navbar-nav > li > a{ font-size:12px;}
     
}

@media screen and (max-width:991px) and (min-width:768px){
    
    ul.prim li{font-size:12px;}
    .we-tex{font-size:18px;}
    .srvc-bg p{font-size:13px;}
    .ramo h3{font-size:15px;}
    .sarv{font-size:25px;letter-spacing:2px;}
    .nav > li > a{ padding:10px;}
    .navbar-collapse{ padding-left:0px; padding-right:0px;}
    .container-fluid{ padding-left:0px; padding-right:0px;}
    .navbar-default .navbar-nav > li > a{ font-size:12px;}
    .top-bar .input-group[class*="col-"]{ float:right; width:100%;}
    .slider-cntnt{ width:58%;}
    .slider-cntnt h1{ font-size:28px;}
    .carousel-caption{ top:9%;}
    .srvc-crcl{ height:55px; width:55px; padding:10px 8px;}
    .srvc-bg h2{ font-size:14px; margin-top:10px;}
    .srvc-btn{ width:26%;}
    .owl-prev{ bottom:100px;}
    .owl-next{ bottom:100px;}
    footer h6{ font-size:16px;}
    .ftr-icn{ margin-left:3px; margin-right:3px;}
    footer span{ font-size:14px !important;}
}

@media screen and (max-width:767px) {
    .slider{
          margin-top:0px !important;
    }
    .srvc-bg{
        padding:10px 0 !important;
    }
    .desk ul li{font-size:13px;}
    .desk h3{font-size:14px;}
    ul.prim li{font-size:12px;}
    .srvc-bg p{font-size:12px;}
    .ramo h3{ font-size:15px; margin-top:10px;}
    .sarv{font-size:20px; padding:6px 27px; left: 17%; margin-top: 11%;}
/*	.slider-cntnt{ display:none;}
*/	.menu2{ 
        position:inherit;
    }
.slider-cntnt p, .carousel-indicators{
    display:none;
}
.slider-cntnt h1{
    font-size:14px !important;
}
.slider-cntnt{
    width:auto !important;
}
.carousel-caption{
    top:-5% !important;
}
    .srvc-crcl{ margin:30px auto 0px;}
    .srvc-bg{ text-align:center;}
    .flag{ float:none; text-align:center; font-size:12px; margin-top:15px;}
    .flag a{ margin-left:1px; margin-right:1px;}
    .top-bar .input-group[class*="col-"]{ float:right; width:100%;}
    .logo img{ margin-left:auto; margin-right:auto; display:block;}
    .prtnr-bg img{ margin-left:auto; margin-right:auto; display:block; margin-top:20px;}
    .owl-prev{ bottom:100px;}
    .owl-next{ bottom:100px;}
}


/* sidebar */
#sidebar{font-family:Verdana,Geneva,sans-serif;}
#sidebar ul{padding-left:0;}
#sidebar ul li{font-family:Verdana,Geneva,sans-serif;font-weight:bold;font-size:18px;margin:20px 0;list-style:none;background:url('img/sidebar-li-bg.png') center left no-repeat;}
#sidebar ul li a{transition:.4s all;color:#333;padding-left:40px;display:block;}
#sidebar ul li a:hover,#sidebar ul li a:focus,#sidebar ul li a:active{text-decoration:none;color:#0174b7;padding-left:50px;}
#sidebar h3,#sidebar p{text-align:center}@media (min-width:992px){#sidebar h3,#sidebar p{text-align:left}}	
