*{margin:0; padding:0;}

body
{margin:0; padding:0; font-family: 'Quicksand', sans-serif; font-weight: 500; color:#2a2a2a; font-size:15px; overflow-x:hidden; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale;}

input
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Quicksand', sans-serif;}

button
{outline:none !important; cursor:pointer; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Quicksand', sans-serif; background:none; transition: .4s cubic-bezier(.4,.47,.17,.98);}

select
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Quicksand', sans-serif;}

textarea
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Quicksand', sans-serif;}

div
{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

img
{max-width:100%; outline:none !important; border:none !important;}

a
{color:#e05941; outline:none !important; text-decoration:none !important;
transition: .4s cubic-bezier(.4,.47,.17,.98);}

ul
{padding:0; margin:0; list-style:none;}

label
{font-size:14px; font-weight:600;}

h1
{padding:0; margin:0; font-size:70px;}

h2
{padding:0; margin:0; font-size: 40px;}

h3
{padding:0; margin:0; font-size: 20px; font-weight: 600;}

h4
{padding:0; margin:0; font-size: 18px;}

h5
{padding:0; margin:0; font-size: 14px;}

h6
{padding:0; margin:0;}

p
{line-height:1.6em; margin:0; font-size:15px; color: #595959;}



.close
{outline:none !important; border:none !important;}

.no_pad
{padding:0 !important;}

.no_marg
{margin:0 !important;}

.input
{width:100%; height:50px; border:1px solid #e1e1e1; border-radius: 0; font-size:15px; padding:0 20px 0 50px; border-radius: 30px; transition: .4s cubic-bezier(.4,.47,.17,.98); font-weight: 500;}

.input:focus
{border:1px solid #aa2828;}

.textarea
{width:100%; padding:15px 20px 15px 50px; border:1px solid #e1e1e1; border-radius: 0; font-size:15px; border-radius: 20px; height:150px; 
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.textarea:focus
{border:1px solid #aa2828;}

.select
{width:100%; height:50px; padding:0 0 0 0; border-bottom:1px solid #e1e1e1; background:#fff; 
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
background: url(../images/select_arrow.png) no-repeat #fff;
background-position: right 15px center;
 -webkit-transition:cubic-bezier(0.77, 0, 0.175, 1) 100ms;
transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit- 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.select:focus
{border-bottom:1px solid #aa2828;}

.modal.fade .modal-dialog {
-webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
   -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-open .modal
{padding:0 !important; z-index:99999999; background: rgba(0,0,0,0.7);}

.modal-dialog
{width:100% !important; max-width:100% !important; height:100vh; display:flex; position:relative; padding:50px 0 50px 0; overflow:auto;
 margin:0;
}

.modal-content
{border:none; border-radius:0; width:800px; max-width:initial;  box-shadow:0 19px 50px rgba(0, 0, 0, 0.10); border-radius:0; margin:auto;}

.modal-backdrop
{display:none;}

.primaryHead
{width: 100%; text-align: center; overflow: hidden;}

.primaryHead h2
{text-transform: uppercase;}

.primaryBtn
{display:inline-block; height:45px; line-height:3.1em; padding:0 25px 0 25px; background:#aa2828; letter-spacing: 1px; font-weight: 600; color:#fff !important; min-width:160px; text-align:center; border-radius:30px; text-transform: uppercase; font-size: 15px; transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.51, -0.42, 0.51, 1.64);}

.primaryBtn:hover
{transform: scale(1.05);}


.blockPd
{padding-top: 70px;}

.blockPdBoth
{padding: 70px 0 70px 0;}

.btmBtn
{width: 100%; padding: 40px 0 0 0; text-align: center;}


.fixContact
{position: fixed; top: 50%; transform: translateY(-50%); left: 0; z-index: 99;}

.fixContact .fixBtn
{border-radius: 0 10px 10px 0;}

.fixGetqury
{position: fixed; top: 50%; transform: translateY(-50%); right: 0; z-index: 99;}

.fixBtn
{display: inline-block; background: #aa2828; text-transform: uppercase; color: #fff !important; padding: 25px 15px 25px 15px; letter-spacing: 2px; font-weight: 600; 
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl; transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.51, -0.42, 0.51, 1.64);}

.fixBtn:hover
{transform: scale(1.05);}

.fixGetqury .fixBtn
{border-radius: 10px 0 0 10px;}

.header
{width:100%; position: relative; top: 0; left: 0;  z-index:9999; padding: 0 30px 0 0; background: #fff;} 

.header .navbar-brand
{padding:14px 15px; width: 230px; text-align: center; margin-right:0; position: relative; z-index: 1;}

.header .navbar-brand img
{width: 140px;}

.header .navbar
{padding:0; position:relative;}

.header .navbar-nav
{width: 100%; padding: 50px 0 0 0;}

.header .navbar-brand
{background: #fff; padding: 18px 15px;}

.header .navbar-nav .nav-item
{position: relative;}

.header .navbar-nav .nav-item+.nav-item
{margin:0 0 0 35px;}

.header .navbar-nav .nav-link
{color:#2a2a2a; font-size:14px; font-weight: 600; text-transform: uppercase; padding:20px 0 20px 0; position:relative; overflow: hidden; transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.51, -0.42, 0.51, 1.64);}

.header .navbar-nav .nav-link:hover
{transform: scale(1.05);}

.header .dropdown-menu
{padding:0; border:none; border-radius:0; padding:0 0 0 0; background:#fff; width:250px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05); left:50%; right:auto; margin-left:-125px; text-align:center;box-shadow: 0 0 10px rgba(0,0,0,.05); border-radius:0;z-index:9999999; opacity:0;visibility:hidden;margin-top:20px;display:block;display:block !important;
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.header .dropdown-menu li
{border-bottom: 1px solid #eee;}

.header .dropdown-menu li:last-child
{border: none;}

.header .navbar-nav .nav-item:hover .dropdown-menu
{opacity:1; visibility:visible; top:100%; margin-top:0px;}

.header .dropdown-menu:after
{content:""; position:absolute; top:-8px; left:0; right:0; margin:auto;width: 0px;height: 0px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff;}

.header .navbar-nav .nav-item.show .dropdown-menu
{display:block !important;}

.header .dropdown-menu .dropdownmenu_item
{padding:10px 20px 10px 20px; display:block; position:relative; color:#31383e; font-size:14px;}

.header .dropdown-menu li:hover .dropdownmenu_item
{color:#085184 !important;}

.headerColR
{padding: 8px 30px 8px 40px; font-size: 14px; font-weight: 600; position: absolute; top: 0; right: -30px;  width: 100%; text-align: right;}

.headerColR li
{display: inline-block;}

.headerColR li+li
{margin: 0 0 0 20px;}

.headerColR img
{width: 20px; height: 20px; position: relative; top: -1px;}

.masterHead
{width: 100%; position: relative;}

.masterHeadVideo
{width: 100%;}

.masterHeadVideo video
{width: 100%; height: 600px; object-fit: cover; cursor: pointer;}

.mainslider
{width: 100%; position: relative;}

.mainslider img
{width: 100%; height: 100vh; object-fit: cover;}

.mainslider .carousel-indicators
{width:auto; margin:0; position:absolute; display:block; bottom:30px; left:50px; margin:auto; z-index:9;}

.mainslider .carousel-indicators li
{width:10px; height:10px; display: inline-block; background:rgba(255, 255, 255, 0.6); border-radius:50%; margin:0; cursor:pointer; position:relative; -webkit-transition:.2s; -moz-transition:.2s; -khtml-transition:.2s; -o-transition:.2s; transition:.2s;}

.mainslider .carousel-indicators li:after
{content:""; width:18px; height:18px; border:1px solid #fff; border-radius:50%; position:absolute; top:-4px; left:-4px; opacity:0; transform:scale(0.5); -webkit-transform:scale(0.5); -webkit-transition:.2s; -moz-transition:.2s; -khtml-transition:.2s; -o-transition:.2s; transition:.2s;}

.mainslider .carousel-indicators li+li
{margin:0 0 0 15px;}

.mainslider .carousel-indicators li.active
{background:#fff;}

.mainslider .carousel-indicators li.active:after
{opacity:1; transform:scale(1); -webkit-transform:scale(1);}

.masterHeadOvr
{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.4); z-index: 9; display: flex; align-items: center;}

.masterHeadOvrBx
{width: 100%; text-align: center; color: #fff;}

.masterHeadOvrRow1
{width: 100%; overflow: hidden;}

.masterHeadOvrRow1 h1
{font-size: 70px;} 

.masterHeadOvrRow2
{width: 100%; margin: 15px 0 0 0; overflow: hidden;}

.masterHeadOvrRow2 h3
{font-size: 40px; text-transform: uppercase; font-weight: 500;} 

.masterHeadOvrRow3
{width: 100%; margin: 15px 0 0 0; overflow: hidden;}

.masterHeadSocial
{position: absolute; bottom: 30px; right: 30px; z-index: 9;}

.masterHeadSocial li
{display:inline-block; font-size: 20px;}

.masterHeadSocial li+li
{margin:0 0 0 15px;}

.masterHeadSocial li a
{display: block; transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.51, -0.42, 0.51, 1.64);}

.masterHeadSocial li a:hover
{transform: scale(1.15);}

.masterHeadSocial li a img
{width: 20px; height: 20px;}

.hmBlock1
{width: 100%;}

.hmBlock1Intro
{width: 100%;}

.hmBlock1IntroCol
{padding-top: 30px;}

.hmBlock1IntroColBx
{display: block; width: 100%; position: relative;}

.hmBlock1IntroColPic
{width: 100%; overflow: hidden;}

.hmBlock1IntroColPic img
{width: 100%; height: 250px; object-fit: cover; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock1IntroColBx:hover .hmBlock1IntroColPic img
{transform: scale(1.05);}

.hmBlock1IntroColBxOvr
{width: 100%; position: absolute; bottom: 0; left: 0; padding: 50px 20px 20px 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.93) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.93) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ed000000',GradientType=0 );
}

.hmBlock1IntroColBxOvr h3
{color: #fff;}

.hmBlock1IntroColBxOvr p
{color: #fff; padding: 5px 0 0 0; font-weight: 600;}

.hmBlock2
{width: 100%; background: #f6f6f6;}

.hmBlock2 .slick-prev, .hmBlock2 .slick-next
{margin-top: -40px;}

.hmBlock2Intro
{width: 100%; padding: 30px 0 0 0;}

.hmBlock2Col
{width: 100%; padding-bottom: 70px;}

.hmBlock2Col a
{display: block; width: 100%; background: #fff;
-webkit-box-shadow: 0px 55px 54px -52px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 55px 54px -52px rgba(0,0,0,0.33);
box-shadow: 0px 55px 54px -52px rgba(0,0,0,0.33);
position: relative; color: #fff !important; overflow: hidden;
}

.hmBlock2ColPic
{width: 100%;}

.hmBlock2ColPic img
{width: 100%;}

.hmBlock2ColOvr
{width: 100%;  padding:15px 15px 45px 15px; text-align: center; position: absolute; bottom: 0; left: 0; background: rgba(170, 40, 40, 0.85); transform: translateY(30px); transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock2ColOvr h3
{font-size: 17px;}

.hmBlock2Col a:hover .hmBlock2ColOvr
{transform: translateY(0px); background: rgba(170, 40, 40, 1);}

.hmBlock2ColLbl
{position: absolute; top: 0; left: 0;}

.hmBlock2ColLbl h5
{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 30px; font-weight: 600;}

.hmBlock3
{width: 100%; overflow: hidden;}

.hmBlock3 .container
{width: 100%; max-width: 1400px; padding: 0;}

.hmBlock3 .row
{margin: 0;}

.hmBlock3Col
{padding: 0;}

.hmBlock3ColLPic
{width: 100%; height: 100%; position: relative; overflow: hidden;}

.hmBlock3ColLPic img
{width: 100%; height: 100%; object-fit: cover; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock3ColL:hover .hmBlock3ColLPic img
{transform: scale(1.05);}

.hmBlock3ColR
{padding: 50px; display: flex; align-items: center;}

.hmBlock3ColRBx
{width: 100%;}

.hmBlock3ColRBx .primaryHead
{text-align: left; transform: translateX(-300px); width: 850px; background: #fff; padding: 0 0 3px 15px;}

.hmBlock3ColRBx .primaryHead h1
{white-space: nowrap;}

.hmBlock3ColRIntro
{width: 100%; padding: 30px 30px 0 0;}

.hmBlock3ColRIntro .panel-default
{border:none; box-shadow:none;}

.hmBlock3ColRIntro .panel-default+.panel-default
{margin: 0 0 0 0;}

.hmBlock3ColRIntro .panel-default > .panel-heading
{padding:0 0 0 0; background:none; border:none; border-bottom: 1px solid #eee;}

.hmBlock3ColRIntro .panel-title
{width:100%; display:table; position:relative; font-size: 30px; color: #231f20; font-weight: bold;}

.hmBlock3ColRIntro .panel-title a
{text-decoration:none !important; display:block; width:100%; color:#aa2828; padding:13px 30px 15px 0; border-top:none; border-radius:0; font-weight: 400; position: relative;}

.hmBlock3ColRIntro .panel-title span
{display: block; position:absolute; top:15px; right:10px; margin: 10px 0 0 0;}

.hmBlock3ColRIntro .panel-title span img
{width: 30px; height: 30px;}

.hmBlock3ColRIntro .panel-title a .fa-minus
{display:block;}

.hmBlock3ColRIntro .panel-title a .fa-plus
{display:none;}

.hmBlock3ColRIntro .panel-title a.collapsed .fa-plus
{display:block;}

.hmBlock3ColRIntro .panel-title a.collapsed .fa-minus
{display:none;}

.hmBlock3ColRIntro .panel-body
{border:none !important; padding:20px 0px 30px 0px; position:relative;}

.hmBlock3ColRIntro .panel-body p
{text-align: justify;}

.hmTestiBlock
{width: 100%;}

.hmTestiBlockIntro
{width: 100%; padding: 0 0 40px 0;}

.hmTestiBlockSliderCol
{width: 100%;}

.hmTestiBlockSliderColBx
{width: 100%; text-align: center; position: relative; padding: 40px 5px 0 5px;}

.hmTestiBlockSliderColSec1
{width: 100%; padding: 50px 20px 70px 20px; background: #fff; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.06); border-radius: 10px; position: relative;}

.hmTestiBlockSliderColSec1 p
{position: relative; z-index: 1;}

.hmTestiBlockSliderColSec1Rt
{width: 100%; padding: 5px 0 0 0; display: block;}

.hmTestiBlockSliderColSec1Rt img
{display: inline-block !important; width: 18px; height: 18px;}

.hmTestiBlockSliderColSec1Rt img+img
{margin: 0 0 0 -2px;}

.hmTestiBlockSliderColSec2
{width: 100%; margin-top: -52px; position: relative; z-index: 1;}

.hmTestiBlockSliderColSec2Pic
{width: 100%;}

.hmTestiBlockSliderColSec2Pic img
{width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin: 0 auto;}

.hmTestiBlockSliderColSec2Intro
{width: 100%; padding: 15px 0 0 0;}

.hmTestiBlockSliderColSec2Intro h5
{font-weight: 600;}

.hmBlock4
{width: 100%; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }

.hmBlock4Intro
{width: 100%; padding: 40px 0 0 0;}

.hmBlock4IntroBx
{max-width: 550px; padding: 50px 30px; background: #fff; margin: 0 auto; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);}

.hmBlock4IntroRow
{width: 100%;}

.hmBlock4IntroRow+.hmBlock4IntroRow
{margin: 15px 0 0 0;}

.hmBlock4IntroRowInpt
{width: 100%; position: relative;}

.hmBlock4IntroRowInpt span
{position: absolute; top: 11px; left: 19px; animation: initial !important;}

.hmBlock4IntroRowInpt span img
{width: 20px; height: 20px; opacity: 0.8;}

.hmBlock4IntroRow .primaryBtn
{height: 50px; line-height: 3.3em;}

.hmBlock5
{width: 100%;}

.hmBlock5Intro
{width: 100%; padding: 30px 0 40px 0;}

.hmBlock5SliderCol
{width: 100%; padding-bottom: 8px;}

.hmBlock5SliderColLogo
{width: 100%; border: 1px solid #eee; position: relative;}

.hmBlock5SliderColLogo:after
{content: ""; width: 100%; height: 8px; position: absolute; bottom: -8px; left: 0; background: url(../images/hmBlock5SliderColLogoShade.png) no-repeat center center;}

.hmBlock5SliderColLogo img
{width: 100%;}

.footer
{width: 100%; overflow: hidden; color: #fff;}

.footerSec1
{width: 100%; background: #272727; padding: 50px 0 50px 0;}

.footerSec1Col1
{
-ms-flex: 0 0 25.333333%;
flex: 0 0 25.333333%;
max-width: 25.333333%;
}

.footerSec1Col1Bx
{width: 100%; padding: 10px 40px 0 0;}

.footerSec1Col1Row1
{width: 100%; padding: 0 15px 0 0;}

.footerSec1Col1Row1 a
{display: inline-block; padding: 10px; background: #fff; border-radius: 3px;}

.footerSec1Col1Row2
{width: 100%; padding: 30px 0 0 0;}

.footerSec1Col1Row2 li
{display: inline-block;}

.footerSec1Col1Row2 li+li
{margin:0 0 0 25px;}

.footerSec1Col1Row2 li a
{display: block; transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.51, -0.42, 0.51, 1.64);}

.footerSec1Col1Row2 li a:hover
{transform: scale(1.15); opacity: 1;}

.footerSec1Col1Row2 li a img
{width: 27px; height: 27px;}

.footerSec1Col2
{
  -ms-flex: 0 0 20.666667%;
  flex: 0 0 20.666667%;
  max-width: 20.666667%;
}

.footerSec1Col2Bx
{width: 100%;}

.footerSec1Col2Bx+.footerSec1Col2Bx
{margin-top: 40px;}

.footerColHead
{width: 100%;}

.footerColHead h3
{text-transform: uppercase; font-size: 18px;}

.footerColIntro
{width: 100%; padding: 20px 0 0 0;}

.footerColIntro li a
{color: #fff; font-size: 16px;}

.footerColIntro li a:hover
{opacity: 0.7;}

.footerColIntro li+li
{margin: 10px 0 0 0;}

.footerSec1Col3Bx
{width: 100%; padding: 0 0 0 40px;}

.footerSec1Col3Intro
{width: 100%; padding: 20px 0 0 0;}

.footerSec1Col3Intro li
{color: #fff; font-size: 16px; position: relative; padding: 0 0 0 40px;}

.footerSec1Col3Intro li+li
{margin: 15px 0 0 0;}

.footerSec1Col3Intro li img
{width: 22px; height: 22px; position: absolute; top: 3px; left: 0;}

.footerSec2
{width: 100%; padding: 15px 0 15px 0; background: #1f1f1f; text-align: center;}

.footerSec2 p
{color: #fff; opacity: 0.7;}

.back-to-top {
  width:40px;
  height:40px;
  line-height:38px;
  border-radius:50%;
  background:#000;
  color:#fff !important;
  text-align:center;
  cursor: pointer;
  position: fixed;
  bottom:20px;
  right: 15px;
  display:none;
  font-size:15px;
  z-index:999;
  display: none;
}

.back-to-top img
{width: 20px; height: 20px;}

.back-to-top:hover
{height:65px; line-height:65px; border-radius:30px;}



/*delivered-projects page start*/
.pageHead
{width: 100%; height: 300px; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; position: relative; display: flex; align-items: center;}

.pageHead:after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.4);}

.pageHead .container
{position: relative; z-index: 1;}

.pageHeadBx
{width: 100%; text-align: center; color: #fff; overflow: hidden;}

.projectsPg
{background: #f6f6f6;}

.projectsPgHead
{width: 100%; padding: 0 0 40px 0;}

.projectsPgHead p
{font-size: 18px; color:#2a2a2a;}

.projectsPgHead p span
{color: #aa2828; font-weight: 600;}

.projectsPgRow
{width: 100%;}

.projectsPgRow+.projectsPgRow
{margin: 70px 0 0 0;}

.projectsPgRowColLBx
{width: 100%; padding: 5px; background: #fff; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.06);}

.projectsPgRowColLBx .slick-initialized .slick-slide
{padding: 0 !important;}

.projectsPgRowColLBx .sliderNavigation .slick-slide
{padding: 0 5px 0 5px !important;}

.projectsPgRowColLBx .sliderNavigation .slick-slide img
{padding: 5px !important; cursor: pointer; border: 1px solid #eee !important; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.projectsPgRowColLBx .sliderNavigation .slick-current img
{border: 1px solid #aa2828 !important;}

.projectsPgRowColR
{display: flex; align-items: center;}

.projectsPgRowColRBx
{width: 100%; padding: 0 0 0 10px;}

.projectsPgRowColRRow1
{width: 100%; overflow: hidden;}

.projectsPgRowColRRow1 h2
{font-size: 30px; color: #aa2828; font-weight: 600;}

.projectsPgRowColRRow2
{width: 100%; padding: 15px 0 0 0;}

.projectsPgRowColRRow2 p
{font-size: 18px;}

.projectsPgRowColRRow3
{width: 100%; padding: 25px 0 0 0;}

.projectsPgRowColRRow3 .modal-header
{padding: 15px 30px;}

.projectsPgRowColRRow3 .modal-header h3
{font-size: 24px;}

.projectsPgRowColRRow3 .modal-body
{padding: 20px 30px;}

.projectsPgRowColRRow3Mdl
{width: 100%; max-height: 450px; overflow-y: auto;}

.projectsPgRowColRRow3MdlRow
{width: 100%;}

.projectsPgRowColRRow3MdlRow+.projectsPgRowColRRow3MdlRow
{margin-top: 30px;}

.projectsPgRowColRRow3MdlRowHead
{width: 100%;}

.projectsPgRowColRRow3MdlRowHead h3
{color: #aa2828;}

.projectsPgRowColRRow3MdlRowIntro
{width: 100%; padding: 15px 0 0 0;}

.projectsPgRowColRRow3MdlRowIntro li
{position: relative; font-size: 15px; padding: 0 0 0 27px;}

.projectsPgRowColRRow3MdlRowIntro li+li
{margin: 7px 0 0 0;}

.projectsPgRowColRRow3MdlRowIntro li img
{width: 16px; height: 16px; position: absolute; top: 3px; left: 0;}

.projectsPgRow:nth-child(even) .projectsPgRowColL
{order: 2;}

.projectsPgRow:nth-child(even) .projectsPgRowColRBx
{padding: 0 10px 0 0;}

.projectsPgBtm
{width: 100%; padding: 40px 0 0 0;}

.projectsPgBtm p
{font-size: 18px; color:#2a2a2a;}



/*achievements page*/
.achievementsPgBlock1
{width: 100%; padding-bottom: 40px;}

.achievementsPgBlock1Intro
{width: 100%; padding: 40px 0 0 0;}

.achievementsPgBlock2
{width: 100%; background: #f6f6f6;}

.achievementsPgBlock2Intro
{width: 100%; padding: 10px 0 0 0;}

.achievementsPgBlock2Col
{padding-top: 30px;}

.achievementsPgBlock2ColBx
{width: 100%; cursor: pointer;}



/*about page start*/
.aboutPgBlock1
{width: 100%; position: relative;}

.aboutPgColLPics
{width: 100%; height: 400px; position: relative;}

.aboutPgColLPic
{position: absolute; background: #eee;}

.aboutPgColLPic1
{top: 0; left: 0;}

.aboutPgColLPic1 img
{width: 135px; height: 130px; object-fit: cover;}

.aboutPgColLPic2
{bottom: 0; left: 0;}

.aboutPgColLPic2 img
{width: 195px; height: 235px; object-fit: cover;}

.aboutPgColLPic3
{bottom: 185px; left: 230px;}

.aboutPgColLPic3 img
{width: 135px; height: 130px; object-fit: cover;}

.aboutPgColLPic4
{bottom: 0; right: 0;}

.aboutPgColLPic4 img
{width: 200px; height: 150px; object-fit: cover;}

.aboutPgColR
{display: flex; align-items: center;}

.aboutPgColRBx
{width: 100%;}

.aboutPgColR li
{position: relative; font-size: 16px; padding: 0 0 0 30px;}

.aboutPgColR li+li
{margin: 15px 0 0 0;}

.aboutPgColR li img
{width: 18px; height: 18px; position: absolute; top: 3px; left: 0;}

.aboutPgBlock2
{width: 100%; padding: 50px 0 0 0;}



/*contact page start*/
.contactpgblock1_coll_row
{width:100%;}

.contactpgblock1_coll_row+.contactpgblock1_coll_row
{margin:15px 0 0 0;}

.contactpgblock1_coll_row a
{width:100%; display:table; padding:20px; background:#f1f1f1; color:#252525;}

.contactpgblock1_coll_row_icon
{width:35px; float:left; text-align:center; padding:0 0 0 0;}

.contactpgblock1_coll_row_icon img
{width: 35px; height: 35px;}

.contactpgblock1_coll_row_intro
{width:83%; float:left; padding:3px 0 0 12px;}

.contactpgblock1_coll_row_intro h4
{font-size:18px; font-weight: 600;}

.contactpgblock1_coll_row_intro p
{color:#333; padding: 5px 0 0 0;} 

.contactpgblock1_colr .primaryHead
{text-align: left;}

.contactpgblock1_colr_intro
{width:100%; padding:30px 0 0 0;}

.contactpgblock1_colr_intro_row
{width:100%;}

.contactpgblock1_colr_intro_row+.contactpgblock1_colr_intro_row
{margin:15px 0 0 0;}

.contactpgblock1_colr_intro_row_col p
{font-size:14px; margin-bottom:5px;}

.contactpgblock1_colr_intro_row_col .input
{border-radius: 0; padding: 0 15px 0 15px;}

.contactpgblock1_colr_intro_row_col .textarea
{min-height:100px; border-radius: 0; padding: 15px;}
 
.contactpgblock1_colr_intro_row_col button+button
{margin:0 0 0 5px;}

.contactpgblock1_colr_intro_row_col .primaryBtn
{margin: 10px 0 0 0;}

.contactPgMp
{width: 100%; margin-bottom: -5px;}



/*lucky-draw page start*/
.pgBgTxt
{width: 100%; background: #fff; padding: 60px; border: 5px solid #eee; margin: 0 0 60px 0; position: relative;}

.pgBgTxt p
{font-size: 18px; color:#2a2a2a;}

.pgBgTxt p+p
{margin-top: 15px;}

.pgBgTxtD1
{display: block; position: absolute; top: -20px; left: -30px;}

.pgBgTxtD2
{display: block; position: absolute; bottom: -20px; right: -30px;}

.pgBgTxt p span
{color: #aa2828;}

.pgBgTxtBtm
{margin: 60px 0 0 0;}



/*about-neemrana page start*/
.aboutneemranaBlock1
{width: 100%;}

.aboutneemranaBlock1ColBx
{width: 100%; height: 100%; background: #fff; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.06);}

.aboutneemranaBlock1ColPic
{width: 100%;}

.aboutneemranaBlock1ColPic img
{width: 100%; height: 240px; object-fit: cover;}

.aboutneemranaBlock1ColIntro
{width: 100%; padding: 20px;}

.aboutneemranaBlock1ColIntro p
{padding: 10px 0 0 0;}

.aboutneemranaBlock2
{width: 100%; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; position: relative; text-align: center; color: #fff;}

.aboutneemranaBlock2:after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgb(170 40 40 / 82%);}

.aboutneemranaBlock2 .container
{position: relative; z-index: 1;}

.aboutneemranaBlock2Row1
{width: 100%;}

.aboutneemranaBlock2Row1 img
{padding: 10px; background: #fff; border-radius: 3px; width: 150px;}

.aboutneemranaBlock2Row2
{width: 100%; padding: 40px 0 0 0;}

.aboutneemranaBlock2Row2 h2
{font-size: 60px; font-weight: 600;}

.aboutneemranaBlock2Row3
{width: 100%; padding: 20px 0 0 0;}

.aboutneemranaBlock2Row3 p
{color: #fff; font-size: 20px; padding: 0 50px 0 50px;}

.aboutneemranaBlock2Row4
{width: 100%; padding: 40px 0 0 0;}

.aboutneemranaBlock2Row4 .primaryBtn
{background: #fff; color: #aa2828 !important; height: 55px; line-height: 3.7em;}

.aboutneemranaBlock3
{width: 100%;}

.aboutneemranaBlock3Sec1
{width: 100%;}

.aboutneemranaBlock3Sec1ColBx
{width: 100%; padding: 20px; box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.06);}

.aboutneemranaBlock3Sec1ColRow1
{width: 100%;}

.aboutneemranaBlock3Sec1ColRow1 h3
{color: #595959; font-style: italic; font-weight: 500; font-size: 18px; line-height: 1.5em;}

.aboutneemranaBlock3Sec1ColRow2
{width: 100%; padding-top: 15px; display: flex;}

.aboutneemranaBlock3Sec1ColRow2Pic
{width: 70px;}

.aboutneemranaBlock3Sec1ColRow2Pic img
{width: 70px; height: 70px; border-radius: 50%; object-fit: cover;}

.aboutneemranaBlock3Sec1ColRow2Intro
{flex: 1; padding: 14px 0 0 17px;}

.aboutneemranaBlock3Sec1ColRow2Intro h4
{font-size: 16px; color: #aa2828; font-weight: 600;}

.aboutneemranaBlock3Sec2
{width: 100%; padding: 70px 0 0 0;}

.aboutneemranaBlock3Sec2ColLBx
{width: 100%; padding: 0 10px 0 0;}

.aboutneemranaBlock3Sec2ColL p
{color: #2a2a2a; font-size: 16px; text-align: justify;}

.aboutneemranaBlock3Sec2ColL p+p
{margin: 15px 0 0 0;}

.aboutneemranaBlock3Sec2ColRPic
{width: 100%;}

.aboutneemranaBlock4
{width: 100%;}

.aboutneemranaBlock4Intro
{width: 100%; padding: 30px 0 0 0;}

.aboutneemranaBlock4Intro p
{color: #2a2a2a; font-size: 16px; text-align: justify;}

.aboutneemranaBlock4Intro p+p
{margin: 15px 0 0 0;}

.aboutneemranaBlock5
{width: 100%; background: #f6f6f6;}

.aboutneemranaBlock5Intro
{width: 100%; padding: 30px 0 0 0;}

.aboutneemranaBlock5IntroRow
{width: 100%;}

.aboutneemranaBlock5IntroRow+.aboutneemranaBlock5IntroRow
{margin: 30px 0 0 0;}

.aboutneemranaBlock5IntroRow .input
{border-radius: 0; padding: 0 15px 0 15px;}

.aboutneemranaBlock5IntroRow .textarea
{min-height:100px; border-radius: 0; padding: 15px;}

.aboutneemranaBlock6
{width: 100%;}

.aboutneemranaBlock6Sec1
{width: 100%;}

.aboutneemranaBlock6Sec1Col
{width: 100%;}

.aboutneemranaBlock6Sec1Col img
{width: 100%;}

.aboutneemranaBlock7
{width: 100%;}

.aboutneemranaBlock7 .primaryHead h2
{font-size: 22px;}

.aboutneemranaBlock7Intro
{width: 100%; padding: 30px 0 0 0;}

.aboutneemranaBlock7Col
{width: 100%;}

.aboutneemranaBlock8
{width: 100%; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; position: relative; text-align: center; color: #fff;}

.aboutneemranaBlock8:after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgb(170 40 40 / 82%);}

.aboutneemranaBlock8 .container
{position: relative; z-index: 1;}

.aboutneemranaBlock8Intro
{width: 100%; padding: 30px 0 0 0;}

.aboutneemranaBlock8Intro .primaryBtn
{background: #fff; color: #aa2828 !important; height: 55px; line-height: 3.7em;}