/**
    mmi_variable is just an part of mmi_mixins.less
    Therefore always include the mmi_variable.less before mmi_mixins.less:
    use " @import 'mmi_*.less' " for including the files in another .less file.
*/
/**
    AllComponents:
    NewWidthCss -- new style that calculates whole width minus elemental width. // ** not dependable
    AddWidth-- Total width plus given width // ** not dependable
    BorderRad -- can give independant property values @topLeft @topRight @bottomRight @bottomLeft
    TransitionAll -- giving transition values with- @property @time @function
    Round -- it is a common round for all four corners of a block
    AlignCenter -- gives a center align to all the text fonts
    TransformAll  --  transforms using any transform filter having @prop @val
    ButtonAll -- Gives option to create vibrant colors for button @color @backColor 
    Shadow  -- can stlyle using shadow @style @horizontal @vertical @shadow @size @color
    OpacityBgChg-- adjusting opacity using Background Color only not on Element
    OpacityElem-- adjusting the opacity for the element as whole
    Placeholder-- only text color can be changed in using pseudo
*/
/* ======== LocationFor_NewWidthCss -- 1/2 ============ */
/* START */
/* ======== LocationFor_NewWidthCss -- 1/2 ============ */
/* END */
/* ======== LocationFor_AddWidth-- 1/2 ============ */
/* START */
/* ======== LocationFor_AddWidth-- 1/2 ============ */
/* END */
/* ======== LocationFor_BorderRad -- 1/2 ============ */
/* START */
/* ======== LocationFor_BorderRad -- 1/2 ============ */
/* END */
/* ======== LocationFor_TransitionAll -- 1/2 ============ */
/* START */
/* ======== LocationFor_TransitionAll -- 1/2 ============ */
/* END */
/* ======== LocationFor_Round -- 1/2 ============ */
/* START */
/* ======== LocationFor_Round -- 1/2 ============ */
/* END */
/* ======== LocationFor_AlignCenter -- 1/2 ============ */
/* START */
/* ======== LocationFor_AlignCenter -- 1/2 ============ */
/* END */
/* ======== LocationFor_TransformAll -- 1/2 ============ */
/* START */
/* ======== LocationFor_TransformAll -- 1/2 ============ */
/* END */
/* ======== LocationFor_Shadow -- 1/2 ============ */
/* START */
/* ======== LocationFor_Shadow -- 1/2 ============ */
/* END */
/* ======== LocationFor_ButtonAll -- 1/2 ============ */
/* START */
/* ======== LocationFor_ButtonAll -- 1/2 ============ */
/* END */
/* ======== LocationFor_OpacityChg-- 1/2 ============ */
/* START */
/* ======== LocationFor_OpacityChg-- 1/2 ============ */
/* END */
/* ======== LocationFor_OpacityElem-- 1/2 ============ */
/* START */
/* ======== LocationFor_OpacityElem-- 1/2 ============ */
/* END */
/* ========= LocationFor_Placeholder-- 1/2 ========= */
/*START*/
/* ========= LocationFor_Placeholder-- 1/2 ========= */
/*END*/
/* Unknown Variables */
/* TO BE TESTED THOROUGHLY  */
/* =================================================== */
/* Menu Area */
/* Circle Width */
/* padding */
/* table style added here */
/* =================================================== */
/* Unknown Variables */
/* TO BE TESTED THOROUGHLY  */
/* ======== LocationFor_NewWidthCss -- 2/2 ============ */
/* START */
/* ======== LocationFor_NewWidthCss -- 2/2 ============ */
/* END */
/* ======== LocationFor_AddWidth-- 2/2 ============ */
/* START */
/* ======== LocationFor_AddWidth-- 2/2 ============ */
/* END */
/* ======== LocationFor_BorderRad-- 2/2 ============ */
/* START */
/* ======== LocationFor_BorderRad-- 2/2 ============ */
/* END */
/* ======== LocationFor_TransitionAll -- 2/2 ============ */
/* START */
/* ======== LocationFor_TransitionAll -- 2/2 ============ */
/* END */
/* ======== LocationFor_Round -- 2/2 ============ */
/* START */
/* ======== LocationFor_Round -- 2/2 ============ */
/* END */
/* ======== LocationFor_AlignCenter -- 2/2 ============ */
/* START */
/* ======== LocationFor_AlignCenter -- 2/2 ============ */
/* END */
/* ======== LocationFor_TransformAll -- 2/2 ============ */
/* START */
/* ======== LocationFor_TransformAll -- 2/2 ============ */
/* END */
/* ======== LocationFor_ButtonAll -- 2/2 ============ */
/* START */
/* Button All Color */
/* ======== LocationFor_ButtonAll -- 2/2 ============ */
/* END */
/* ======== LocationFor_Shadow -- 2/2 ============ */
/* START */
/* ======== LocationFor_Shadow -- 2/2 ============ */
/* END */
/* ======== LocationFor_OpacityBgChg-- 2/2 ============ */
/* START */
/* ======== LocationFor_OpacityChg-- 2/2 ============ */
/* END */
/* ======== LocationFor_OpacityElem-- 2/2 ============ */
/* START */
/* ======== LocationFor_OpacityElem-- 2/2 ============ */
/* END */
/* ========= LocationFor_Placeholder-- 2/2 ========= */
/*END*/
/* Read more animation variables */
/* Colors */
/* Spacing Variable here */
/* appllicabe as universal spacing between two sections */
/* Top space are only for start page section */
/* Right side Catogaries list style */
/* Side bar li spacing */
.padding0 {
  padding-left: 0px;
  padding-right: 0px;
}
/* Select Button Style added here -- START */
.select {
  position: relative;
  border: 1px solid #bdbdbd;
  margin-bottom: 15px;
  font-family: 'DroidSerif-Bold';
}
.select:before,
.select:after {
  content: " ";
  position: absolute;
  pointer-events: none;
}
.select:before {
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
}
.select:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bbb;
  right: .75em;
  top: 50%;
  margin-top: -3px;
}
.widget select {
  padding: .25em 3.25em .25em .8em;
  color: #6c6b6b;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  box-shadow: none;
  outline: none;
  font-family: "Gotham";
  font-weight: 300;
  font-size: 1.1em;

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;


}
.widget select::-ms-expand {
  display: none;
}
.widget select option {
  font-weight: 300;
}
.widget select {
  border-radius: 0px;
  border-color: #bdbdbd;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
    font-family: 'DroidSerif-Bold';
}

.widget select:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bbb;
    right: .75em;
    top: 50%;
    margin-top: -3px;
}

.widget label .search-submit{
  display: none;
}


input.form-control {
  border-radius: 0px;
  border-color: #bdbdbd;
}
.main-content {
  padding: 0px;
  padding-top: 80px;
}
/* Select Button Style added here -- END */
/* Button for Tags is given here */
/* START */
div.tagcloud a,
a[rel="tag"] {
  text-decoration: none;
  padding: 5px 15px;
  font-size: 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  min-width: 85px;
  display: inline-block;
  text-align: center;
  color: #198ccb;
  border: 2px solid #198ccb;
  margin-bottom: 5px;
}
/* Button for Tags is given here */
/* END */
/* Search Style added in this field */
/*START*/
.search-wrap {
  position: relative;
}
.search-wrap input {
  padding-right: 40px;
}
.search-wrap:after {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  right: 20px;
  top: 6px;
  color: #bcbcbc;
}
/* Search Style added in this field */
/*END*/
/* Left section With images and blog */
/*START*/
.comment-wrap {
  margin-bottom: 40px;
}
.img-det span {
  color: #a0a0a0;
  display: inline-block;
}
.img-det span h4,
.img-det span .icons {
  color: #45515c;
  font-family: "Gotham";
  font-weight: 300;
}
.img-det span h4 i,
.img-det span .icons i {
  color: #797d8a;
  font-size: 15px;
}
.img-det span h4 {
  margin-bottom: 5px;
}
.img-det span,
.img-det p {
  font-size: 12px;
}
.img-det .right-det {
  margin-top: 10px;
  float: right;
}
.img-det .right-det .icons {
  margin-left: 20px;
}
.post-desc h3 {
  font-size: 20px;
  color: #198ccb;
  font-weight: 300;
}
.post-desc h2 {
  color: #198ccb;
  font-weight: 300;
}
.post-desc p {
  color: #9c9c9c;
  line-height: 1.5;
}
.post-desc ul{
  line-height: 26px;
}
/* Left section With images and blog */
/*END*/
/* Right section catogary and all */
/*START*/
h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
ul.categories {
  padding-left: 0px;
  margin-bottom: 40px;
}
ul.categories li {
  font-family: "DroidSerif-Regular";
  color: #838394;
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: 2px solid #f0f0f0;
}
ul.categories li span {
  float: right;
}
ul.categories li a {
  color: inherit;
  text-decoration: none;
}
ul.categories.post-list p {
  display: inline;
}
ul.categories.post-list p a {
  color: #337ab7;
}
ul.categories.post-list img {
  max-width: 65px;
  vertical-align: top;
  display: inline;
  float: right;
  margin-left: 9px;
}

.widget ul {
  padding-left: 0px;
  margin-bottom: 40px;
}
.widget ul li {
  font-family: "DroidSerif-Regular";
  color: #838394;
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: 2px solid #f0f0f0;
}
.widget ul li span {
  float: right;
}
.widget ul li a {
  color: inherit;
  text-decoration: none;
}
.widget ul .post-list p {
  display: inline;
}
.widget ul .post-list p a {
  color: #337ab7;
}
.widget ul .post-list img {
  max-width: 65px;
  vertical-align: top;
  display: inline;
  float: right;
  margin-left: 9px;
}

.widget .screen-reader-text{
  display: none;
}


/* Right section catogary and all */
/*END*/
/* Animation for read more common */
/*START*/
a.readmre {
  /*padding-left: 0px;*/
  position: relative;
  font-family: "Gotham";
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
}
a.readmre:after {
  text-align: justify;
  display: inline-block;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #00d0f3;
  min-height: 100%;
  width: 0;
  max-width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
  -moz-transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
  transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
}
a.readmre:hover:after {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
  -moz-transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
  transition: all 0.5s cubic-bezier(0.1, 0.62, 0.4, 0.88);
}
/* Animation for read more common */
/*END*/
/* highlight paragraph */
/*START*/
.para-highlight {
  text-align: center;
  font-style: italic;
  padding: 20px 10px;
  background: #f2f2f2;
}
.soc-icon-wrap {
  display: inline-block;
  padding-top: 20px;
}
.soc-icon-wrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  font-size: 18px;
}
/* highlight paragraph */
/*END*/

/*# sourceMappingURL=style_new.css.map */



.port_sect{
  margin-bottom: 30px; 
  box-shadow: 0 0 10px #bbbbbb;
  height: 300px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



@media(max-width: 767px){

  div.img-bg{
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.2;
      z-index: -1;
      text-align: center;

      -o-transform:translateY(50%);
      -webkit-transform:translateY(50%);
      -moz-transform:translateY(50%);
      transform:translateY(50%);
  }

  div.img-bg img{
      opacity: 0.2;
      display: inline-block;
      max-width:100%;
      top:-50%;
  }

}

.cont-fld-bx{
  padding: 8px;
}
.cont-fld-bx .form-control{
  background-color: #eeeeee;
  border-radius: 2px;
  border: none;
  box-shadow: none;
}
.cont-fld-bx input{
  height: 45px;
}
.cont-btn-bx button{
  height: 45px;
  text-align: left;
}
.cont-fld-bx .form-control:focus{
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.cont-btn-bx .btn-primary{
  background-color: #337ab7;
  border-color: #2e6da4;
}
.cont-btn-bx .btn-primary:hover{
  background-color: #2269a6;
  border-color: #2e6da4;
}
.cont-welcome{
  float: none !important;
}

#addressBox{
  /*height: 400px;*/
  position: relative;
  /*background: url(../images/address-bg.jpg) center no-repeat;*/
  background-color: #aaa;
  background-size: cover;
}

#addressBox .container{
  padding: 100px;
}
#addressBox .col-md-4{
  padding-right: 5px !important;
  padding-left: 5px !important;
}

/*div.gm-style{
  background-color: rgba(0,0,0,.5) !important;
}
.gm-style div{
  background-color: transparent !important;
}*/

div.adr-bx{
 /* min-height: 220px;
  box-shadow: 0 0 15px 3px rgba(55,55,55,.5);*/
  text-align: center;
}
.adr-bx h4{
  padding: 5px;
  /*border-bottom: 1px solid #bbb;*/
  /*text-decoration: underline;*/
}
.adr-bx h5{
  font-weight: bold;
}
.adr-bx .adr-dtls{
  padding: 5px 0;
  font-size: 13px;
  color: #666;
}
.adr-bx .adr-dtls p{
  text-align: center;
}




.justify{
  text-align: justify;
}
.wp3 img{
  max-width: 100%;
}

/*#aboutTestSec p{
  color: #7b7b7b;
}*/

/*#ourblog .blog-section p{
  color: #7b7b7b;
}
#ournews .news-section p{
  color: #7b7b7b;
}*/



/*Style done by Cochin*/
.banner1{
  background-repeat: no-repeat;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  background-size: 100%;
min-height: 435px;
position: relative;
}
.banner1 h1 {

padding-top: 16%;
    font-size: 40px;
    font-weight: 700;
}
.img_div{
  height:440px;
}
.banner1 img{
  right:0;
  position:absolute;
  bottom:0;
  width:100%;
}
.btn1{
  background:#3cb878;
  color: white;
}
.row_list{
  padding-bottom:40px;
}
.ul_list{
  width:19.5%;
  display: inline-block;
  vertical-align: top;
}
.ul_even{
  height: 200px;
  display: inline-block;
}
.ul_odd{
margin-top: 0px;
}
.ul_list p{
  text-align: center;
}
.ul_list p{
  font-weight: 700;
  margin: 20px 0;
}
.section_main p {
    text-align: center;
}
.section_main h1 {
    text-align: center;
}
.section_Video{
  background: url("../images/python_02.jpg");
  padding: 2% 0;
}
.section_Video h1{
  text-align: center;
  color:#fff;
  font-size: 22px;
  font-weight: 700;
}
.section_Video p{
  text-align: center;
  color:#fff;
}
.section_txt{
  padding-bottom: 5%;
  width:80%;
  margin:0 auto;
}
.section_txt h1{
 text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin: 5% 0;
  color:#000;
}
.section_txt p{
  color:#000;
}
.section_txt p.font-italic{
  font-style: italic;
  color:#000;
}
.section_txt p.or-ser{
  color:#000;
}
footer{

  padding:20px 0;
}
div.footer p{
  color:#7a7a7a;
}
div.footer h1{
  font-size:20px;
  font-weight: 600;

}
div.footer .btn1{
  margin-top:33%;
  color:#fff;
}

/* Style added on 12/4/2017 */
.section_main.bg_first{
    background:url(../images/python_django-rt.png) right center no-repeat, url(../images/python_django-lt.png) left center no-repeat ; 
}

.section_main.our-service, .section_list{
  background-color: #f1f1f1;
}

.section_list{
  background: #f1f1f1 url(../images/bg-ourservice.png) bottom/cover no-repeat; 
}

.quote{
    font-size: 14px;
    line-height: 1.42857143;
}