
@import url('https://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900');

body 
{
   font-family:  'Exo 2', sans-serif !important;
    letter-spacing:0.5px;
    font-size:14px;
    color:#000;
    overflow-x:hidden !important;
}
.mypriceonediv .smalltaxt{
    font-size: 12px !important;
        top: -3px;
}
.taxtasperwork{
        font-size: 25px !important;
    line-height: 20px !important;
    padding-top: 33px !important;
        padding-bottom: 20px;
}
.colorbackgroundgst{
       background-color:#1e4b84;
    color: #fff; 
        min-height: 132px;
}
.pdgap5pxgst{
    padding-left: 2px;
    padding-right:2px;
}
.mgbtngapgst{
    margin-bottom: 5px
}
.linetxtbottom{
   background-color: #00af50;
    height: 3px;
    width: 100px;
    position: absolute;
    top: 40px;
}
.leftonepricediv h3{
    margin-top: 45px;
}
.bgfill{
    background-color: #fff !important;
    color: #000 !important;
}
.priceonemain{
       background-color: #00af50;
    color: #fff;
        padding: 0px 50px;
}
.leftonepricediv{
    text-align: center;
}
.rightonepricediv{
 margin-top: 45px;
    text-align: right;   
}
.mypriceonediv {
    font-size: 50px;
    font-weight: 600;
    position: relative;
    text-align: center;
    top: -15px;
}
.mypriceonediv sup {
    font-size: 24px;
    position: relative;
    top:0;
}
.mypriceonediv span {
    font-size: 16px;
    position: relative;
    top: -10px;
}
.aboutdivtopbullect{
    margin-top: 15px;
}
.innerwithoutbanner
{
    margin-top:70px;
    }
    .topfaqmargin{
        margin-top: 70px;
    }    
.header{
          
     setanimation-webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
        }
        
       .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 102%;
    background: #fff;
    text-align: left;
    /* padding: 10px 2% 0 2%; */
    z-index: 999;
    border-bottom: #F3EDED solid 2px;

        }
.header.sticky .logodiv
{
     top: 0px;
   width: 12%;
    }  
.header.sticky .logodivinner
{
     top: 0px;
   width: 12%;
    }   
.header.sticky #cssmenu .menubarmain {
   top: 0px;} 
.header.sticky .button {
   top: -35px;}  
.header.sticky .menu > ul > li a {
    padding: 6px 8px 15px;          
}    
.header.sticky .menu > ul > li > ul.normal-sub > li a{
    padding: 6px 8px 8px !important;    
}
.header.sticky .menu > ul > li > ul > li > ul > li a
{
    padding:.2em 9px !important;
    }
/*------------------------header-fix---------------------------*/

.topbardiv
{
      background-color: #fafafa;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: #e0e0e0 solid 1px;
    }
.topnavlist{margin-bottom: 0;    padding-left: 0;}    
.topnavlist li
{
       list-style: none;
    display: inline-block;
    color: #000;
    padding: 0 7px;
    margin-bottom: 2px;
    font-size: 12px;
    border-right: 1px solid #fff;
    }    
.topnavlist li a
{
       color: #000;
    }
.logodiv a img
{
    width:100%; 
    } 
.logodivinner a img
{
    width:100%; 
    }     
.headertop
{
    padding-top:5px;
    padding-bottom:0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.83);
    width: 100%;
        z-index: 99;
  } 
.headertopinner
{
    padding-top:5px;
    padding-bottom:0px;
          box-shadow: 0 2px 3px #8c8c8c;
    -webkit-box-shadow: 0 2px 3px #8c8c8c;
    -o-box-shadow: 0 2px 3px #8c8c8c;
    -moz-box-shadow: 0 2px 3px #8c8c8c;
  }  


/*-------images hover effect----------*/
.image_container {
    position: relative;
    background-color: #000;
    line-height: 0;
    margin-bottom:15px;
}
.image_container img 
{
    width:100%;
    height:250px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.image_container span {
   position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 0 40px;
    text-align: center;   
    color: #ffffff;    
    -moz-transition: color 0.3s;   
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0.9;
   
}
.image_container span::before, .image_container span::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top:18px;
    background: rgba(255,255,255, 0.9);
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.image_container:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.image_container:hover span, .image_container:focus span {
    color: #ffffff;
    opacity: 1;
}
.image_container:hover span::before, .image_container:focus span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.image_container:hover span::before, .image_container:hover span::after, .image_container:focus span::before, .image_container:focus span::after {
    background: rgba(255,255,255, 0.6);
        margin-top: 0;
}

.image_container span::before {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
}
.image_container:hover span::after, .image_container:focus span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*-------images hover effect--/////close--------*/


.textpcaps
{
       font-size: 18px;
   color: #6d6d6d;
        margin-bottom: 10px;
    }   
.headingdiv
{
   font-size: 17px;
    font-weight: 800;
    /* border-top: #ddd solid 1px; */
    /* border-bottom: #ddd solid 1px; */
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    }  
.taglinep
{
      font-family: suns-serif;
    font-style: italic;
    font-size: 17px;  
    }  
.padding5pxleftright
{
    padding-left:5px;
    padding-right:5px;
    }  
.marginbottomgapdiv           
{
    margin-bottom:10px;
    }
.footerdiv
{
   border-top: solid 1px #f3f3f2;
    background-color: #262626;
    padding: 26px 0 0px;
    background-image:url(../img/footbg.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    }
.footerdiv p       
{
    color:#cbcbcb;
    }
.headingfooter
{
      color: #fff;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600; 
    }  
.footdiv li
{
    list-style:none;
    display: inline-block;
    } 
.footdiv li a
{
   font-size: 13px; 
    
    padding-left: 25px; 
    }    
.copyrightdiv
{
   background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    }  
hr
{
      border-color:#404040;  
    }     
.copyrightdiv p
{
    font-size:12px;
    color:#fff;
    } 
.captionimgbanner
{
    position: absolute;
    left: 10%;
    z-index: 99;
    bottom: 122px;
    }  
.captionimgbanner h1
{
        font-weight: 800;
    color: #fff;
    font-size: 37px;
    text-shadow: #000 1px 1px 10px;
    -webkit-text-shadow: #000 1px 1px 10px;
    -moz-text-shadow: #000 1px 1px 10px;
    -o-text-shadow: #000 1px 1px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    }       
.captionimgbanner p
{
   color: #fff;
    font-size: 19px;
    /* font-weight: 700; */
    text-shadow: #000 1px 1px 10px;
    -webkit-text-shadow: #000 1px 1px 10px;
    -moz-text-shadow: #000 1px 1px 10px;
    -o-text-shadow: #000 1px 1px 10px;
    }   
/*.logodiv
{
        position: absolute;
    top: -19px;
    float: left;
    width: 16%;
    padding: 8px 10px;
    }  
.logodivinner
{
        position: absolute;
    top: 0px;
    float: left;
    width: 16%;
    padding: 8px 10px;
    }   
.mobviewdiv       
{
    width:100%;
    }*/ 
.aboutimg img
{
    width:100%;
    height:550px;
    }  
.aboutmaindiv
{
        padding: 70px 0 15px;
    }  
.aboutcontantdiv h1
{
      margin-top: 0;
    font-weight: 100;
    font-size: 28px;
    }  
.contactdivmain
{
     
    background-color:rgba(244, 244, 244, 0.36);
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0px 15px 25px;
    margin-bottom: 25px; 
    }   
.contactdivmain h3
{
  border-bottom: #ddd solid 1px;
    padding-bottom: 10px;
    margin-bottom: 15px; 
    text-align: center;
    }  
    
.contactdivmain p
{
  font-size: 12px;  
  text-align: center;
  margin-bottom:45px;
    }   
    
.populer-heading {
    border-top: 1px solid #d6d6d6;
    margin: 0px 20px 20px !important;
}   
.populer-div {
       color: #000000;
    padding: 0 32px;
    position: relative;
    top: -15px;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    background: #ffffff;
    display: inline-block;
}   

/*-----light box-------*/

.column {
  /*float: left;
  width: 25%;
  margin-bottom:15px;
  text-align:center;*/

}
.e-carpetBox {
    float: left;
    margin: 0 34px 20px 0;
}
.e-carpetBox {
    max-width: 236px;
    text-align: center;
}

/* The Modal (background) */
.modal {
     display: none;
    position: fixed;
    z-index: 1;
    padding-top: 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.79);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
      width: 65%;
      box-shadow: none;
    border: none;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1; 
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
      cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.28);
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.p-imageHolder {
    position: relative;
    height: 285px;
    width: 236px;
    overflow: hidden !important;
}
.p-imageHolder2 {
    position: absolute;
    right: 50%;
    bottom: 0;
}
.p-image {
    position: relative;
    right: -50%;    
    bottom: 0;
}
/*----light box close--------*/ 
.eventsdiv h3
{
    font-size:20px;
    }  
.eventsdiv h5
{
        font-size: 12px;
    line-height: 16px;
    color: #363636;
    }   
.eventsdiv p
{
    font-size:13px;
    }    
.eventsdiv1
{
    border: #ddd solid 1px;
    margin-bottom: 15px;
        min-height: 500px;

    }   
.padding0leftright
{
    padding-left:0;
    padding-right:0;
    } 
    
.p-image {
    background:rgba(0, 0, 0, 0);
}
.p-image img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-div {
        position: absolute;
    top: 0;
    padding: 0px 22px;
    color: #fff;
    opacity: 0;
    font-size: 25px;
    width: 100%;
    text-align: right;
    
}
.p-image:hover img {
    opacity: 1;
}
.p-image:hover .hover-div {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} 
.imgcontant_tagdiv {
        margin: 8px 30px 24px 0;
    float: left;
    width: 40%;
    
    /* box-shadow: 3px 6px 10px #b3b3b3; */
    /* -webkit-box-shadow: 3px 6px 10px #b3b3b3; */
    -moz-box-shadow: 3px 6px 10px #b3b3b3;
    -o-box-shadow: 3px 6px 10px #b3b3b3;
}  

.frame  
{
    
    width: 100%; 
     height:100%;
    overflow: hidden; 
    } 
.zoomin img  
{
   
    width: 100%; 
     height:100%;
    -webkit-transition: all 3s ease-in; 
    -moz-transition: all 3s ease-in; 
    -ms-transition: all 3s ease-in; 
    transition: all 3s ease-in; } 
.zoomin img:hover  
{
    width: 120%; 
    height:120%;
    } 
.mobnewarrival{padding:0 !important;}    



.bgwhatwedo
{
   background: url(../img/bg1.jpg);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center; 
       padding: 40px 0 75px;
    }
.whatdoheading{text-align:center;}    
.whatdoheading h3
{
     font-size: 35px;
    font-weight: 100;
    color: #fff;
    }   
.whatdoheading p
{
   color: #fff;
    font-size: 20px;
    font-weight: 100; 
    } 
.mainlistwhatdoright    
{
    text-align: right;
    margin-top: 35px;}   
.mainlistwhatdoright:hover .iconwhatdo
{
  background-color: #fff;
    color: #999;  
    } 
.mainlistwhatdoleft
{
    text-align:left;
    margin-top:35px; 
    }  
.mainlistwhatdoleft:hover .iconwhatdo
{
  background-color: #fff;
    color: #999;  
    }       
.listwhatdo h3
{
       color: #fff;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 19px;
    }
.listwhatdo p
{
    color:#aba9a9;
        font-weight: 100;
    } 
.iconwhatdo
{
       background-color: #999;
    color: #fff;
    padding: 5px 28px;
    font-size: 50px;
    border-radius: 50%;
    }       
.rightborderdiv{border-right: #a09e9e solid 1px; margin-top: 30px;}
.leftborderdiv {margin-top: 30px;}  
.joindivmainrow
{
     background-color: #f9f9f9;
    padding: 33px 0;
    color: #fff;   
    }
.joindivmainrow h2{margin-top:0;}
.infobtnpnews
{
    text-align:right;
    }  
.mybtndiv
{
  background-color: #fff;
    color: #000;
    border-color: #a4a4a4;
    padding: 10px 35px;  
    }  
.tabdivmainrow
{
    padding:60px 0 40px;
    }  
.conttabdetail
{
background-repeat:no-repeat ;  
background-position: right;   
height:370px;
}     
.conttabdetail h3
{
      font-size: 27px;  
    }   
.conttabdetail p
{
       font-size: 17px;
    color: #848383;
    margin-bottom: 25px;
    margin-top: 13px; 
    }
.listtabdetail
{    padding-left: 26px;
    } 
.listtabdetail li
{
    margin-bottom: 8px;
    }
.bg_reviewmaindiv
{
    background-image: url(../img/bg_review.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    }   
.date
{  margin: 0px 8px 8px 0;
    float: left;
    width: 70px;
    text-align: center;
    }  
.date h3
{
 background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 22px 0;
    font-weight: 600;
    font-size: 30px;   
    } 
.date p
{
      background-color: #56d5f5;
    color: #fff;  
    } 
.news_sliderheading
{
       font-size: 20px;
    font-weight: 600;
    position: relative;
    bottom: 5px;
    }

/*-popup-*/    
 
.popupcontantdiv
{
       width: 50%;
    /* height: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 25%; */
    margin: 125px auto;
    padding: 30px 25px;
    background-color: #fff;
    }   
.popupclose          
{
    position: absolute;
    right: 300px;
    top: 70px;
    color: #fff;
    font-size: 45px;
    font-family: arial;
    }
.popupnews_maindiv h1
{
    font-size:30px;
    margin-top:0;
        margin-bottom: 5px;
    }    
.popupnews_maindiv p
{
    margin-bottom:15px;
        font-size: 13px;
    }    
/*-popup close-*/                     

.innerbannerdiv
{
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%; 
        margin-bottom: 40px;
    }
.bg_contheading
{
    text-align:center;
    padding:100px 0;    }
.bg_contheading h3
{
   font-size: 35px;
    color: #fff;
    font-weight: 100;
    }    
.downloadimgservices
{
       float: right;
   
    }
.downloadimgservices img
{
   width: 150px;
    }  
.newscontdiv
{
       position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.51);
    padding: 0 15px;
    color: #fff;
    }  
.mainnewslistdiv
{
    margin-bottom:15px;
    }  
    
/*--faq---*/
button.accordion {
       background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 12px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
       padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel {
    margin-bottom: 0px;
    margin-top: 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 0px; 
    -webkit-box-shadow:none; 
    box-shadow: none; 
    }
/*--faq--- close----*/  




.statistics-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
}
.statistics-item .icon {
    position: absolute;
    text-align: center;
    font-size: 15px;
    color: #545d61;
    padding-top: 7px;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 5px solid #d99c45;
}
.statistics-item .nr {
    line-height: 1em;
    font-size: 25px;
    font-weight: 700;
    color: #272829;
    word-break: break-all;
}
.statistics-item .nr:after {
    margin: 8px 0 15px;
    display: block;
    content: "";
    width: 45px;
    height: 3px;
    background: #eee;
}
.statistics-item p {
    margin: 0;
    font-size: 13px;
    color: #d99c45;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}

.btnreadmore{ text-align:center;margin-top: 12px;}
.btnreadmore a
{
      color: #000;
    /* margin-top: 12px; */
    border: #7b7979 solid 1px;
    padding: 1px 17px;
        border-radius: 3px;
    }
.btnreadmore a:hover
{
  color:#fff;
  background-color:#969595;
  text-decoration:none;  
    }   

/*-----4 div row-----*/

 .banner-bg-img:before {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.banner-bg-img:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    bottom: -35px;
    right: -35px;
    display: block;
    border: 4px solid rgba(255,255,255,0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner-bg-img.icon-light i {
    opacity: .2;
}

.banner-bg-img i {
      position: absolute;
    bottom: 8px;
    right: 0px;
    font-size: 150px;
    line-height: 1;
  
}

.banner-bg-img.icon-light {
    color: #fff;
}
.m-button-primary {
     border-color: #00af50;
    /* background-color: #00af50; */
    border: 1px solid;
    color: #1e4b84;
    font-size: 13px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    padding: 16.5px 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.m-button-primary:hover {
        background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}
.mainthreediv:hover .banner-bg-img:before {
    height: 230px;
    width: 230px;
    background-color: rgba(255,255,255,0.3);
}
.margin50vh
{
    margin-bottom:50px;
    }
.mainrowdiv
{
    overflow:hidden !important;
    }    
.mainthreediv
{
  padding: 35px 15px;
      height: 400px;
      
    }   
.div_light
{
  background-color: #ddd;  
    }
.oveflowcontiv    
{
   position: absolute; 
    }
.banner-bg-light a:hover{text-decoration:none;}      
.sub-title
{
      font-size: 16px;
    font-family: serif;
    font-style: italic;
     }  
.content-banner h4
{
       font-size: 18px;
    margin-top: 22px;
    font-weight: 600;
    margin-bottom: 13px;  
    } 
.contlight h4{color: #000;  }
.contlight p{ color: #7e7e7e;  } 
.contlight .sub-title{color: #000;  }
        
.content-banner p
{
   margin-bottom: 24px;
    line-height: 27px;
    font-size: 15px;   
       } 
    
.contdark h4{color: #fff; }  
.contdark p{ color: #fff;  } 
.contdark .sub-title{color: #fff;  }
.div_dark{background-color:#444;}        

/*-----4 div row close-----*/

.maintestimonaildiv
{
    margin-top:50px;
    margin-bottom:50px;
    }
.clientimgdiv img
{
    width:100%;
    }


/*-----image zoom effect------*/
.frame  
{
    height: 200px; 
    width: 100%; 
    overflow: hidden; 
        background-color: #000;
      } 
.zoomin img  
{
    height: 200px; 
    width: 100%; 
        -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all; } 
    
.newsmaindivscontant:hover .zoomin img 
{
  -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        opacity: 0.5;
    }
/*--------image zoom effect close-------*/    
 
  
.linkhovernews
{
    position:absolute;
    top:0;
    }  
.linktonewsimg     
{
    text-align:left;
        padding-left: 0;
    }
.linktonewsimg li
{
    display:inline-block;
        margin:13px 0px 0px 5px;
    }   
.linktonewsimg li a
{
  color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 4px;
    }  
.linktonewsimg li a:hover
{
   opacity: 0.5;
   text-decoration:none;
    }   

.newsmaindivscontant
{
    background-color:#fff;
    padding-left:0;
    padding-right:0;
    } 
.newscontantdivbottom
{
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 20px;
    }  
.newscontantdivbottom p
{
 margin-bottom: 0;
    margin-top: 10px;
    color: #898989;
    font-size: 12px;
}
.newscontantdivbottom h3 a
{
       font-size: 18px;
    margin-top: 10px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color:#000;
    }
.newscontantdivbottom h3 a:hover
{
    color:#00af50;
    text-decoration:none;
    }    
.iconnewslight
{   
   background-color: #00af50;
    color: #FFF;
    margin-right: 15px;
    padding: 0px 10px;
    font-size: 35px;
    border-radius: 50%;
    box-shadow: 2px 0px 5px #939393;
    -webkit-box-shadow: 2px 0px 5px #939393;
    -o-box-shadow: 2px 0px 5px #939393;
    -moz-box-shadow: 2px 0px 5px #939393;
    }
.headingnews
{
    font-size: 22px;
    margin-left: 15px;
    text-transform: uppercase;
    /* font-weight: 500; */
    margin-bottom: 25px;
    }   
.newsmaindiv
{
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f2f2f2;}
  
.iconlistnews
{
    text-align:left; 
        padding-left: 0;  
    }
.iconlistnews li
{
    display: inline-block;
    padding-right: 10px;
    color: #6a6363;
    font-size: 12px;
    }   
.iconlistnews li i{color:#000;}  

.footdiv
{
    padding-left:0;
    }
.linediv
{
     margin-top: 5px;
    margin-bottom: 0px;
    border-color:#d4d3d3;   
    }    

/*----news subcribe design-----*/
.lineinputmain {
    border-bottom: 1px solid #fff;
        margin-top: 45px;
} 
.lineinputmain_contact {
    border-bottom: 1px solid #cfcfcf;
      
} 
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-group .form-control {
    border: 0 none;
    box-shadow: none;
    font-style: italic;
    padding-left: 0;
    background: transparent;
    
}  
.colorlightinput{color: #fff;}
.colordarkinput{color: #000;}
.input-group-addon {
    background: transparent none repeat scroll 0 0;
    border: 0;
    padding: 0;
}  
.input-group-addon button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 0 0 0;
    color: #fff;
} 
/*----news subcribe design close-----*/     

/*---services--------*/
section {
    padding: 35px 0;
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
}
.heading h3 {
        font-size: 28px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.itrgaptaxt h3{
   margin-bottom: 5px; 
}
.if_ser_tax_regin .if_adv_first_box {
    min-height: 600px;
}
.if_adv_first_box {
   border: 1px dotted #1e4b84;
    padding:90px 35px 15px;
    border-radius: 6px;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: rgb(0, 175, 80);
}
.mainaddressdiv{
        background-color: #efefef;
    margin-bottom: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.leftdivcontact{
        padding: 0;
    border-right: #ddd solid 1px;
}
.rightdivcontact{
    padding-right: 0;
}
.headaddresscontact{
      font-size: 14px;
    color: #1e4b84;
    text-decoration: underline;  
}

.if_adv_first_box  h3{
    color: #fff;
}

.if_adv_first_box  a{
    color: #fff;
}
#if_nidi_icon {
    font-size: 8.57142857em;
}
.if_adv_first_box h3 {
    padding-top: 20px;
    
}
.if_adv_first_box p
{
  color: #fff
    margin-bottom: 20px;  
    }
.icon_conflict {
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.icon_conflict i {
    margin-right: 10px;
} 
.mainitrpricediv{
        padding: 0px 22px 0px !important;
}
.mainitrpricediv h2{
          margin-bottom: 15px;
    font-size: 22px;
    font-weight: 900;
}
.mainitrpricediv h4{
        font-size: 14px;
        margin-top: 0;
}

.blue_new {
    background: #31639c;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    min-width: 65px;
    padding: 7px 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: 1.23809524em;
    right: 1.23809524em;
} 
.heading {
    margin-bottom: 30px;
}  
.one_side
{
        margin-bottom: 15px;
    min-height: 190px;
    border: 1px dotted #000000;
    border-radius: 6px;
    padding: 10px 25px;
    background-color: rgb(255, 255, 255);
    }
.one_side h3
{
    font-size: 18px;
    margin-top: 0;
    font-weight: 700; 
    }    

.hr-title.hr-long {
    width: 50%;
    margin: 20px auto 30px;
}

.hr-title {
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 16px;
    text-align: center;
    height: 10px;
    line-height: 20px;
    margin: 10px 0;
    height: auto;
    color: #bbbbbb;
}   
.hr-title abbr {
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
    top: -10px;
    letter-spacing: .2em;
    text-transform: uppercase;
      background-color: #ffffff;
}
.pricing-table {
    padding-top: 50px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.pricing-table .plan {
    margin-bottom: 30px;
}
.pricing-table.colored .plan-header {
    background-color: #00af50;
    border-color: rgba(0,0,0,0.05);
    color: #fff;
}
.pricing-table .plan .plan-header {
   border-style: solid;
    border-width: 1px;
    padding: 22px 22px 50px;
    position: relative;
    text-align: center;
}
.pricing-table .plan-list {
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 20px 30px 40px;
    color: #7e7e7e;
}
.pricing-table.colored .plan-header h4, 
.pricing-table.colored .plan-header .plan-price sup, 
.pricing-table.colored .plan-header .plan-price span {
    color: #fff;
}
.pricing-table .plan .plan-header .plan-price {
    font-size: 70px;
    font-weight: 600;
    position: relative;
    text-align: center;
        top: -20px;
}
.pricing-table .plan .plan-header .plan-price sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    
}
.pricing-table .plan .plan-header .plan-price span {
    font-size: 16px;
       position: relative;
    top: -18px;
}
.pricing-table .plan .btn, .plan .button {
    margin: 0;
}
.button.effect {
    position: relative;
    overflow: hidden;
}
.button.transparent {
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    letter-spacing: 2px;
    opacity: 1;
    padding: 16px 36px;
    transition: all 0.2s linear 0s;
}
.button.transparent1 {
    background-color: transparent;
    border-color: #5d5d5d;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    top: 5px;
    color: #333;
    letter-spacing: 2px;
    opacity: 1;
    padding: 8px 30px;
    transition: all 0.2s linear 0s;
}
.button.rounded {
    border-radius: 3px;
}
.button.transparent:hover
{
  background-color: #fff; 
  color:#000; 
    }
.button.transparent1:hover
{
  background-color: #fff; 
  color:#000; 
    }    
.pricing-table1 .button.effect.icon-bottom span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.pricing-table1 .button.effect.icon-bottom i
{
    margin-right:15px;
    }
.succes {
    background-color: #81B441!important;
}
.jumbotron.jumbotron-fullwidth {
    padding: 36px 24px 30px;
}  
.switchable__text {
    padding-top: 7%;
}
.lead {
    font-size: 21px;
}  
#jumbotron-small-id {
    margin: auto;
    max-width: 300px;
    margin-top: 12%;
}
.jumbotron.jumbotron-small {
    padding: 24px 30px 50px;
}
.jumbotron h3
{
      font-weight: 700;
      color:#fff;
      font-size:22px;  
    }
.jumbotron p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}    
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}
.background-colored {
    background-color: #81B441!important;
}
.design_fast {
    border: 1px solid #ececec;
    padding: 2.78571429em;
    border-radius: 6px;
}
.design_fast .three_icon_feature {
    overflow: hidden;
    margin-bottom: 30px;
}
.iconapplicationdiv {
    font-size: 3.14285714em;
    color: #4a90e2!important;
        margin-top: 20px;
}
.three_icon_feature .feature__body {
    width: 75%;
    float: right;
}
.background-grey {
    background-color: #F6F6F6!important;
}
.heading-center {
    text-align: center;
    float: none;
}
.heading h3+span, .heading h3+span.lead {
    font-size: 18px;
}
.lela-faq {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 1px #eee;
    padding: 20px 0;
    padding-top: 10px;
}
.icon-box.small .icon {
    height: 46px;
    width: 46px;
        position: absolute;
            text-align: center;
}
.icon-box .icon a, .icon-box .icon i {
       width: 100%;
    height: 100%;
    color: #333;
       padding-top: 13px;
}
.icon-box.light .icon i {
       color: #000000;
    background-color: #e5e5e5;
    font-size: 20px;
}
.icon-box.small>h3 {
    font-size: 18px;
    margin: 0 12px 4px 60px;
}
.mainlistwhatservices
{
    margin-top:35px;
    }

/*---services close----*/ 

/*---about-----*/
#about-us.single-page.section-1 .img-1 {
    border: 10px solid white;
    margin-top: 100px;
    max-width: 418px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#about-us.single-page.section-1 .middle-bd.golden-overlay {
    background: rgba(213, 170, 109, 0.8) none repeat scroll 0 0;
    height: 250px;
    left: calc(50% - 200px);
    position: absolute;
    top: calc(35% - 125px);
    width: 400px;
    z-index: 1;
}
.golden-overlay {
    background-color: rgba(213, 170, 109, 0.8);
    padding: 100px 0;
}
#about-us .img-1 {
    max-width: 418px;
    position: relative;
    z-index: 2;
    width: 100%;
}
#about-us.single-page.section-1 .img-2 {
    max-width: 75%;
    position: absolute;
    left: 0;
    top: -86px;
    z-index: 0;
}
.pdt60 {
    padding-top: 60px;
}
.pdt60 h2
{
  font-size: 30px;  
    }
#about-us.single-page.section-1 .links-container .col-lg-5 {
    margin: 10px 0;
}
#about-us.single-page.section-1 .links-container i {
    background-color: black;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    margin-right: 30px;
    padding: 15px;
    text-align: center;
    width: 54px;
}    

/*---about close-------*/   
.socaillinkmaindivtop
{
    text-align:right;
    }
 .abouthome
 {
     margin:50px;
     }   
    
.mapdiv
{
       width: 100%;
    height: 170px;
    margin-bottom: 15px;
    }
    
/*---banner service--------------*/
.bannerservices
{
      /* background: #d1916b; */
    /* padding-bottom: 25px; */
       padding-bottom: 25px;
    padding: 0;
    margin-top: -96px;
    margin-bottom: 40px;
    }
.bannerservices h2
{
      text-align: center;
    margin: 25px 0 30px;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    color: #1e4b84;
    }    
.homeserviceslist
{
    text-align: center;
    border: #e4e4e4 solid 6px;
    padding: 0;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    } 
.transdiv
{
          padding: 30px 13px;
    background-color: rgb(0, 175, 80);
    min-height: 134px;
    }   
.homedivrulefocus{
    padding-left: 4px;
    padding-right: 1px;
    margin-bottom: 7px;
}    
.homeserviceslist h3
{
        margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    margin-top: 0;
    } 
.smalltax{
font-size: 33px !important;
}    
    
.homeserviceslist p
{
       margin-bottom: 0;
    color: rgb(226, 226, 226);
    font-size: 12px;
    padding: 10px 20px;
    letter-spacing: 4px;
    }      
.leftright5pxgap    
{
    padding-left:5px;
    padding-right:5px;
    }
/*---banner services------------close-----------*/ 
.social_iconfooter{
    padding-left: 0;
    text-align: center;
    margin-top: 25px;
}
.social_iconfooter li{
       list-style: none;
    display: inline-block;
    margin: 0 5px;   
}
.social_iconfooter li a{
 color: #fff;
    padding: 8px 15px;
    font-size: 18px;
    border: #ddd solid 1px;
    border-radius: 50%;
}

.iconservicetwo{
    padding-left: 0;
    text-align: center;
    padding-right: 0;
        margin-top: 10px;
}
.iconservicetwo p span{
        background-color: #1e4b84;
    color: #fff;
    padding: 11px 15px;
    border-radius: 50%;
    font-size: 25px;
}
.contdivicon h3{
        margin-top: 0;
    font-size: 17px;
     color: #1e4b84;
}
.mainconticon_service{
    margin-bottom: 15px;    
    min-height: 85px;
}
.icon3point{
   margin-bottom: 15px;
       min-height: 75px;
}
.icon3point i{
   margin-right: 15px;
    font-size: 9px;
}
.mainrowbottomdiv{
    margin-bottom: 50px;
}
.mainpointrow{
          min-height: 138px;
    /* margin-bottom: 15px; */
    background-color: #1e4b84;
    margin: 0 4px 9px;
    width: 32%; 
    
}
.mainpointrow p{
   padding: 20px 20px;
    font-weight: 600;
    color: #fff;  
    font-size: 15px;
}
.mainpointrow:hover{
  background-color: #3e3d3d;
  
     border: #1e4b84 solid 1px;
}
.headingtopmenu{
    color: #000;
    font-weight: 700;
}
/*------service get a quote design start-----------*/
.centerdivquote{
        background-color: #fde428;
    padding: 15px 0;
}
.leftquote h3{
        margin: 0;
    font-weight: 600;
}
.leftquote p{
    text-align: right;
}
/*------service get a quote design close-----------*/

@media only screen and (max-width: 1100px) 
{
  .homeserviceslist h3 {
    font-size: 30px;} 
  .abouthome {
    margin: 0 0 20px 0; 
}
.leftquote h3 {
     font-size: 20px;}
.button.transparent {
     padding: 16px 15px;
}
.popupclose {
   right: 250px;
}
.mainpointrow p {
    padding: 12px 20px 0;
   font-size: 13px;
}
.leftonepricediv h3 {
    margin-top: 25px;
}


}


@media only screen and (min-width:500px) and (max-width:997px)
{
    .mobmargintop{
        margin-top: 30px;
    }

.textpcaps {
    font-size: 13px;
}    
    .innerwithoutbanner {
    margin-top: 0px;
}
.abouthome
 {
     margin:0px 0px 50px;
     }     
   
.mainthreediv {
    height: 435px;} 
.newsmaindivscontant {
  margin-bottom: 15px;}       
/*.mobviewdiv
{
    margin-top: -40px; 
    }*/
.mainpointrow{
    width: 30%;
    float: left;
    
}    
.topnavlist li {
    padding: 0 2px;
    }    
.headertop {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);
width: 100%;
z-index: 99;
    }  
/*.logodiv {
    position: relative;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.71);
    float: left;
    width: 15%;
    padding: 0px;
} 
.logodivinner {
    position: relative;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.71);
     width: 18%;
    padding: 0px;
} */ 
.headertopinner {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);

    }    
.mobnewarrival
{
    text-align: center;
padding-top: 10px;
    }  
.eventsdiv1 {
    min-height: 535px;}      
.p-imageHolder {
    width: 290px;}  
.e-carpetBox {
    max-width: 290px;}   
.mob0paddinggap         
{
    padding-left:0;
    padding-right:0;
    }
.imgcontant_tagdiv {
        margin: 8px 30px 24px 0;
    float: left;
    width: 40%;
    } 
    
.header.sticky .logodivinner {
    top: 0px;
    width: 15%;
    left: 25px;
}
.header.sticky .logodiv {
    top: 0px;
    width: 15%;
    left: 25px;
}
.header.sticky {
   width: 105%;
   
} 
 
.iconwhatdo {
     padding: 0px 15px;}   
.popupclose {
    right: 235px;}      
.leftquote h3 {
    font-size: 16px;
}
.linetxtbottom {
     display: none;
    }
.rightonepricediv {
    text-align: center;
}    
.priceonemain {
    padding: 1px 15px 40px;
}    
        
    }    
          
@media only screen and (min-width:257px) and (max-width:499px)
{
    .linetxtbottom {
     display: none;
    }
.rightonepricediv {
    text-align: center;
}    
.priceonemain {
    padding: 1px 15px 40px;
}    
#about-us.single-page.section-1 .middle-bd.golden-overlay {
    height: 200px;
    left: calc(50% - 133px);
    top: calc(46% - 125px);
    width: 250px;
}
#about-us.single-page.section-1 .img-1 {
    margin-top: 0px;
}

    
    
    .mobmargintop{
        margin-top: 30px;
    } 
    .textpcaps {
    font-size: 13px;
}
    .mainpointrow{
    width: 100%;
    
} 
.leftquote h3 {
    margin-bottom: 15px;
}
#jumbotron-small-id {
    margin-bottom: 15px;}   
.design_fast {
    padding: 0.786em;}   
.hr-title.hr-long {
    width: 100%;}  
.if_ser_tax_regin .if_adv_first_box {
    margin-bottom: 15px;}
.m-button-primary {
    padding: 16.5px 20px;}
        
.innerwithoutbanner {
    margin-top: 0px;
}    
.newsmaindivscontant {
    margin-bottom: 15px;
}    
.abouthome
 {
     margin:0px 0px 50px;
     }  
.mainthreediv {
   height: 435px;
    }        
    
.socaillinkmaindivtop
{
    text-align:center;
    }    
.rightborderdiv {
    border-right: none;}    
.header.sticky .logodivinner {
    top: 5px;
    width: 30%;
    left: 25px;
} 
.header.sticky .logodiv {
    top: 5px;
    width: 30%;
    left: 25px;
} 
.header.sticky .menu-mobile {
    margin-top: -40px;
}  

.header.sticky {
   width: 105%;
   
}  
.mobhidediv
{
    display:none;
    }
.mainlistwhatdoright {
    text-align: left;}
.conttabdetail {
    height: auto;}    
 .popupclose {
     right: 21px;
    top: 35px;}  
.popupcontantdiv {
    width: 85%;
    margin: 85px auto;}         
    
.mob0paddinggap         
{
    padding-left:0;
    padding-right:0;
    }    
/*.mobviewdiv
{
    margin-top: -40px; 
    }*/
.topnavlist li {
    padding: 0 2px;
        font-size: 8px;
    }    
.headertop {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);
width: 100%;
z-index: 99;
    }  
/*.logodiv {
    position: relative;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.71);
    float: left;
    width: 45%;
    padding: 0px;
}  
.logodivinner {
    position: relative;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.71);
     width: 45%;
    padding: 0px;
} */ 
.headertopinner {
   padding-top: 5px;
padding-bottom: 0;
background-color: rgba(255, 255, 255, 0.59);

    }    
.mobnewarrival
{
    text-align: center;
padding-top: 10px;
    } 
.imgcontant_tagdiv {
        margin: 8px 30px 24px 0;
    float: left;
    width: 100%;
    }       
    }       
        