/* index CSS */
/* FONT FILES - starts */
@font-face{
	font-family: open_sans_semi_bold;
	src: url(../fonts/open_sans/OpenSans-Semibold.ttf);
}
@font-face{
	font-family: raleway_semi_bold;
	src: url(../fonts/raleway/Raleway-SemiBold.ttf);
}
@font-face{
	font-family: raleway_extra_bold;
	src: url(../fonts/raleway/Raleway-ExtraBold.ttf);
}
@font-face{
	font-family: open_sans_regular;
	src: url(../fonts/open_sans/OpenSans-Regular.ttf);
}
@font-face{
	font-family: raleway_medium;
	src: url(../fonts/raleway/Raleway-Medium.ttf);
}
@font-face{
	font-family: open_sans_light;
	src: url(../fonts/open_sans/OpenSans-Light.ttf);
}
@font-face{
	font-family: raleway_bold;
	src: url(../fonts/raleway/Raleway-Bold.ttf);
}
@font-face{
	font-family: Roboto;
	src: url(../fonts/roboto/Roboto-Medium.ttf);
}


/* FONT FILES - ends */

/* css */

.outer_container{
	width: 100%;
	float: left;
}
.container_body{
	width: 100%;
	float: left;
}
.inner_container{
	width: 100%;
	float: left;
}

#main_resp_nab_bar{
	display: none;
}
/* Header css starts */

.header_top{
	width: 100%;
	float: left;
}
.ralecon_logo > a > img{
	width: 13%;
	float: left;
	margin: 0.5% 0% 0.5% 3%;
}
.header_icon{
	float: right;
	font-family: open_sans_semi_bold;
	margin: 0.95% 0%;
}
.mail_icon{
	float: left;
	border-style: dotted;
   border-left: thin solid #c4c4c4;
}
.mail_icon img {
	padding-left: 12px;
}
.header_para{
	padding-left: 15px;
	padding-right: 15px;
}
.mail_para{
	font-size: 0.85em;
	margin-top: 5px;
	color: #444444;
}
.mail_para_2{
	font-size: 1em;
	margin-top: 5px;
	color: #7db41a;
}
.mail_icon > a > img:hover{
	transform: rotateX(360deg);
    transition: 0.9s;
    transform-style: preserve-3d;	
}
.call_icon{
	float: left;
	border-style: dotted;
    border-left: thin solid #c4c4c4;
}
.call_icon > a > img {
	padding-left: 12px;
}
.call_icon > a > img:hover{
	transform: rotateX(360deg);
    transition: 0.9s;
    transform-style: preserve-3d;	
}
.call_para{
	font-size: 0.85em;
	margin-top: 5px;
	color: #444444;
}
.call_para_2{
	font-size: 1em;
	margin-top: 5px;
	color: #7db41a;
}
.skype_icon{
	float: left;
	border-style: dotted;
     border-left: thin solid #c4c4c4;
    border-right: thin solid #c4c4c4;
    margin-right: 20px;
    
}
.skype_icon > a > img {
	padding-left: 12px;
}
.skype_icon > a > img:hover{
	transform: rotateX(360deg);
    transition: 0.9s;
    transform-style: preserve-3d;	
}
.skype_para{
	font-size: 0.85em;
	margin-top: 5px;
	color: #444444;
}
.skype_para_2{
	font-size: 1em;
	color: #7db41a;
	margin-top: 5px;
}
.header_para{
	float: right;
}
#SkypeButton_Call_sethu_int_1{
	float: left!important;
	width: 2%!important;
	padding-left: 12px;
}
.new_skype_icon:hover{
	transform: rotateX(360deg)!important;
    transition: 0.9s!important;
    transform-style: preserve-3d!important;
}

/* Header css starts */

/* Navigation bar css starts  */

.navigation_bar{
	width: 100%;
	float: left;
}
.nav_bar{
	width: 100%;
	float: left;
	background-color: #1A237E;
}
.nav_bar_items{
	width: 1125px;
	margin: 0px auto;
	font-family: raleway_semi_bold;
	font-size: 0.95em;
}
.nav_bar_menu{
	float: left;
	padding: 22px 40px;
	border-style: solid;
    border-left: thin solid #c4c4c4;
    border-top: 3px solid #1A237E;
}
.dropbtn:hover{
	transform: rotateX(360deg);
    transition: 1s;
    transform-style: preserve-3d;
}
.nav_bar_menu > a{
	color: #fff;
}
#last_nav_bar{
	border-style: solid;
    border-right: thin solid #c4c4c4;
}
#active{
	background-color: #fff !important;
	color: #1A237E;
}
#active > a {
	color: #1A237E;
}
#home_select{
	padding-bottom: 5px;
	border-bottom: 2px solid #1A237E;
}
.dropbtn {
    background-color: #1A237E;
    color: white;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content > ul > li > a{
	color: #fff;
	font-family: raleway_semi_bold;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1A237E;
    min-width: 160px;
    z-index: 999999;
    top: 37px;
    width: 1000px;
    left: -367px;
    border-top: 2px solid #fff; 
    padding-bottom: 10px;
     animation: fadein 0.75s;
    -moz-animation: fadein 0.75s; /* Firefox */
    -webkit-animation: fadein 0.75s; /* Safari and Chrome */
    -o-animation: fadein 0.75s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
}
.nav_bar_menu:hover .dropdown-content  {
    display: block;	
}
.dropdown:hover .dropbtn {
    background-color: #1A237E;
}
.first_section{
	float: left;
}
.sec_section{
	float: left;
}
.third_sec{
	float: left;
}
.fourth_sec{
	float: left;
}
.drop_list_items{
	padding: 10px 0px 10px 10px;
	font-size: 0.95em;
}
#drop_list_head > a{
	color: #00eaff;
	font-size: 1.1em;
	font-weight: 600;
}
#drop_list_head {
	margin-top: 5px !important;
}
.drop_list_items:hover{
	background-color: #0c135f;
}

/* Navigation bar css ends */
.bt-menu ul li a {
	font-family: open_sans_semi_bold;
}

/* Navigation bar  resp css starts */


/* Navigation bar  resp css starts */




/* Dropdown Button */
.dropbtn_res {
    background-color: transparent;
    color: white;
    
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: open_sans_regular;
}

/* The container <div> - needed to position the dropdown content */
.dropdown_res {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content_res{
    display: none;
    position: absolute;
    top: -220px;
    left: 123px;
    background-color: #fff;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999999999999999999;
    
}

.bt-menu.bt-menu-open{
	border-width: 0px 0px 0px 110px;
}
.bt-menu ul{
	width: 109px;
}
#drop_menu_resp {
	color: #333;
}
#drop_menu_resp a{
	color: #fff;
}
.inner_drop_down_menu ul {
    top: 0px;
    left: -36px;
    width: 100%;
    padding: 0px;
    position: absolute;
    float: left;
}
.inner_drop_down_menu > ul > li {
  background-color: #333!important;
  padding:1px 5px;
  float: left;
	}
	.res_menu_bar_content{
		border-bottom:1px solid #515151;
	}
	.inner_drop_down_menu > ul > li > a{
	width: 171px;
    float: left;

	text-align: left;
	padding:5px 0px!important;

	
	font-family: open_sans_regular;
	font-size: 12px;
	font-weight: 500!important;
	}
#res_menu_bar_head{
	font-size: 14px;
	margin-top:5px;
	font-weight: 600!important;
	letter-spacing: 0.5px;
}
.res_menu_bar_content{
	margin-left: 10px!important;

}
#last_res_menu{
	padding-bottom: 15px!important;
}
/* Links inside the dropdown */
.dropdown-content_res a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
}
.dropdown-content_res{
	
  transition: width ease-in;
    background: #dd4397;
    
}

.dropdown-content_res:before{
	content: "";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #333 transparent transparent;
    position: absolute;
    left: -50px;
    top: 220px;
    z-index: 9999999999999999999999999999;
}
/* Change color of dropdown links on hover */
.dropdown-content_res a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown_res:hover .dropdown-content_res {
    display: inline-block;


  
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown_res{
	z-index: 999999999999999999;
}



















/* Navigation bar  resp css starts */

/* Ralecon a Preview section starts  */

.section_2{
	width: 100%;
	float: left;
}
.inner_section{
	width: 100%;
	float: left;
}
.section_2_heading{
	width: 332px;
	margin: 0px auto;
	font-family: raleway_extra_bold;
	font-size: 2em;
	margin-top: 25px;
	padding-bottom: 10px;
}
.section_2_heading{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.section_2_heading:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 143px; 
	  height: 4px; 
	  width: 50px;
}
.section_2_part{
	width: 1200px;
	margin: 0px auto;
	font-size: 0.9em;
}
.inner_section_2_part_1{
	 border-width: 0.5px;
	 border-color: rgb(214, 214, 214);
	 border-style: solid;
	 background-color: rgb(255, 255, 255);
	 box-shadow: 0px 3px 13.86px 0.14px rgba(0, 0, 0, 0.2);
     width: 365px;
	 text-align: center;
	 padding-bottom: 12px;
	 float: left;
	 margin-left: 21px;
	 margin-right: 14px;
	 margin-top: 45px;
}
.inner_section_2{
	color: #333!important;
}
.google_partner > img{
	opacity: 1;
	z-index: 999999;
	padding-top: 20px;
	width: 201px;
}
.section_2_part_1_content{
	font-family: open_sans_regular;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 20px;
}
.section_2_part_1_content{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.section_2_part_1_content:after {
	  content:""; 
	  background: #2fa6c8; 
	  position: absolute; 
	  bottom: 0; 
	  left: 148px; 
	  height: 2px; 
	  width: 65px;
}
.inner_section_2_odd{
	color: #fff;
	background-color: #2E74A7;
	padding: 10px 15px;
	margin-top: 15px;
	font-family: open_sans_regular;
	line-height: 20px;
	font-size:1.1em;
}
.inner_section_2_odd_para{
	font-family: open_sans_regular;
	margin-top: 14px;
	font-size: 12px;
	float: left;
	margin-left: 14%;
}
.inner_section_2_part_1 > ul {
	list-style-type: square;
}
/* Ralecon a Preview section ends  */

/*  certificate section starts  */
.outer_certificate{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.inner_certificate{
	width: 1200px;
	margin:0px auto;
}
#wrapper{
	padding:30px 0px 20px 0px;
}
#slider_certificate{
	float: left !important;
	width: 250px !important;
	margin-left: 19px;
}
#slider5{
	margin-left: 48px;
}




/*  certificate section ends  */

/*  Call to action starts   */

.call_to_action{
	width: 100%;
	float: left;
	background-color: #2980B9;
	
}
.call_to_action_content{
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}
.call_to_action_content > p {
	font-family: raleway_extra_bold;
	font-size: 2em;
	padding:34px 0px;

}

#center_form {
	width: 1200px;
	margin:0px auto;
}
#form_name{
	width: 18%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2%;
	padding: 15px;
	border-style: none;
	font-family: Roboto; 
	font-size: 15px;
}
#submit_btn{
	width: 100%;
	float: left;
	margin: 25px 0px;
	
}
#submit_btn > input {
	padding: 10px;
	border-style: none!important;
	background-color: #70B944!important;
	color: #fff;
	font-family: raleway_extra_bold;
	font-size: 1.5em;
	border-radius: 0px!important;
}
.call_to_action iframe{
	width: 100% !important;
	height: 256px !important;
}



/* Call to action ends  */


/* SERVICES section STARTS  */

.section_3{
	width: 100%;
	float: left;
}
.inner_section_3{
	width: 1200px;
	margin:0px auto;
}
.inner_section_3 {

    color: #333;
}
.section_3_heading{
	text-align: center;
	width: 332px;
	margin: 0px auto;
	font-family: raleway_extra_bold;
	font-size: 2em;
	margin-top: 50px;
	padding-bottom: 10px;
	color: #333;
}
.section_3_heading{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.section_3_heading:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 143px; 
	  height: 4px; 
	  width: 50px;
}
.services_content_1{
	width: 600px;
	margin-top: 30px;
	padding-right: 20px;
	float: left;
	margin-bottom: 25px;
}
.services_content_1{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.services_content_1:after {
	  content:""; 
	  background: #bfbfbf; 
	  position: absolute; 
	  bottom: 25px; 
	  left: 600px;
	  height: 75px; 
	  width: 1px;
}
.services_content_1_img{
	float: left;
}
.services_content_1_img > img {
	width: 150px;
	margin: 0px 13px 0px 0px;
}
.services_content_1_para{
	font-family: raleway_medium;
	font-size: 1.4em;
	font-weight: 600;
	padding-top: 15px;
}
.services_content_2_para{
	margin-top: 5px;
	font-family: open_sans_light;
	font-size: 0.8em;
	line-height: 18px;
	font-weight: 600;
	text-align: justify;
	margin-bottom: 5px;
}
.services_read_more{
	background-color: #48AD01;
	font-family: open_sans_regular;
	float: left;
	margin-top: 5px;
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.5s;
	  transition-duration: 0.5s;
}
.services_read_more:before{
	content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #388502;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.services_read_more:hover, .services_read_more:focus, .services_read_more:active{
	color:white;
}
.services_read_more:hover:before, .services_read_more:focus:before, .services_read_more:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.services_read_more_2{
	background-color: #48AD01;
	font-family: open_sans_regular;
	float: left;
	margin-top: 5px;
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.5s;
	  transition-duration: 0.5s;
}
.services_read_more_2:before{
	content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #388502;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.services_read_more_2:hover, .services_read_more_2:focus, .services_read_more_2:active{
	color:white;
}
.services_read_more_2:hover:before, .services_read_more_2:focus:before, .services_read_more_2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.services_read_more > a > p {
	font-size: 0.85em;
	padding: 5px 10px;
	color: #fff;
}
.services_content_2{
	width: 600px;
	margin-top: 30px;
	float: left;
	padding-left: 25px;
	margin-bottom: 25px;	
}

.services_content_2_img{
	float: left;
}
.services_content_2_img > img {
	width: 150px;
	margin: 0px 13px 0px 0px;
}
.services_content_1_para_2{
	font-family: raleway_medium;
	font-size: 1.4em;
	font-weight: 600;
	padding-top: 15px;
}
.services_content_2_para_2{
	margin-top: 5px;
	font-family: open_sans_light;
	font-size: 0.8em;
	line-height: 18px;
	font-weight: 600;
	text-align: justify;
	margin-bottom: 5px;
}
.services_read_more_2{
	font-family: open_sans_regular;
	float: left;
	margin-top: 5px;
}
.services_read_more_2 > a > p {
	font-size: 0.85em;
	padding: 5px 10px;
	color: #fff;
}

/* SERVICES section ends */


/* CLIENT BASE Starts */

.section_4{
	width: 100%;
	float: left;
	background-color: #215FA0;
	margin-top: 25px;
	padding-bottom: 10px;
}
.inner_section_4{
	width: 1200px;
	margin:0px auto;
}
.map_section{
	float: left;
	width: 68%;
}
.map_section > img{
	width: 100%;
	padding: 30px 10px 20px 0px;
}
.section_4_heading {
	font-family: raleway_extra_bold;
	color: #fff;
	font-size: 2em;
	display: inline-block;
	top: 240px;
	left: -575px;
	z-index: 9999999;
	float: left;
	cursor: pointer;
}
.section_4_heading {
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner 
.section_4_heading :after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 120px; 
	  height: 4px; 
	  width: 50px;
}*/
.svg-wrapper {
  height: 60px;
  position: relative;
  transform: translateY(-50%);
  width: 320px;
 
}

.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  stroke: #94ED13;
}

.text {
  color: #fff;
  font-family: raleway_extra_bold;
  font-size: 22px;
  letter-spacing: 7px;
  line-height: 32px;
  position: relative;
  top: -48px;
  padding-left: 13px;
  font-weight: 600;
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 5px;
  }
}
.svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}
.news_section{
	float: left;
	width: 30%;
	padding-left: 30px;
	margin-top: -25px;
}
.news_section{
  	position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.news_section:before {
	  content:""; 
	  background: #fff; 
	  position: absolute; 
	  bottom: 100px;
	  left: 0px; 
	  height: 100px; 
	  width: 1px;
}
.news_section_heading{
	color: #fff;
	font-family: raleway_extra_bold;
	font-size: 1.1em;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.news_section_heading{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.news_section_heading:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 0px; 
	  height: 4px; 
	  width: 50px;
}
.news_section_part_1{
	float: left;
	margin-top: 15px;
	border-top: 1px solid #fff;
	padding: 15px 0px 0px 0px; 
	color: #fff;
}
.news_section_img{
	float: left;
	margin-right: 10px;
}
.news_section_img > img {
	width: 100px;
}
.news_section_para{
	width: 100%;
	font-family: open_sans_regular;
	font-size: 0.80em;
	margin-left: 10px;
	line-height: 18px;
	letter-spacing: 0.5px;
}
.news_section_para > a {
	color: #fff;
}
#last_news_section{
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.news_read_more{
	float: right;
	margin-top: 20px;
}
.news_read a {
	color: #5c5e5f;
	background-color: #f4f4f4;
	border-radius: 10px;
	font-family: open_sans_light;
	padding: 2px 10px;
	font-weight: 600;
	font-size: 0.85em;
	margin-right: 20px;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.news_read a:before{
	 content: '';
  position: absolute;
  border: #F4F4F4 solid 1px;
  border-radius: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.news_read a:focus:before, .news_read a:active:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  background-color: #F4F4F4;
  color: #5c5e5f;
  z-index: -1;
}

/* CLIENT BASE ends */

/* CLIENT logo starts */

.section_5{
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.inner_section_5{
	width: 1200px;
	margin:0px auto;
}
.inner_section_5_head{
	text-align: center;
	font-family: raleway_extra_bold;
    font-size: 2em;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #333;
}
.inner_section_5_head{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.inner_section_5_head:after {
	content: "";
    background: #9fd356;
    position: absolute;
    bottom: 0;
    left: 570px;
    height: 4px;
    width: 50px;
}
.clients_logo{
	width: 1200px;
	margin:10px auto;
}
.clients_logo_1{
	float: left;
	padding: 25px 40px;

}
.clients_logo_1 img{
	width: 160px;
	cursor: pointer;
	filter: gray; /* IE6-9 */
	filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.clients_logo_1 img:hover{
	filter: none;
	-webkit-filter: grayscale(0);
}

/* CLIENT logo ends */

/* client testimonials starts */
.section_6{
	width: 100%;
	float: left;
	background-color: #fafafa;
	color: #333;
}
.inner_section_6{
	width: 1200px;
	margin:30px auto;
}
.inner_section_6_head{
	text-align: center;	
    font-family: raleway_extra_bold;
    font-size: 2em;
    margin-top: 20px;
    padding-bottom: 10px;
}
.inner_section_6_head{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.inner_section_6_head:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 572px; 
	  height: 4px; 
	  width: 50px;
	  margin:0px auto;
}
.testimonials_1{
	width: 30%;
	float: left;
	margin: 30px 20px 20px 20px;
	height: 440px;
}
.testimonials_img{
	text-align: center;
	z-index: 99;
	position: relative;
}
.testimonials_img img{
	width: 130px;
	z-index: 99;
}
.testimonial_border{
	border:1px solid #e0e0e0;
	padding: 25px;
	border-radius: 15px;
	top: -70px;
	position: relative;
	z-index: 1;
	height: 360px;
}
.testimonials_1_para{
	text-align: center;
	margin-top: 55px;
}
.first_p{
	font-family: open_sans_semi_bold;
	color: #323232;
}
.sec_p{
	font-family: open_sans_semi_bold;
	color: #3c91e6;
	margin-top: 8px;
	padding-bottom: 15px;
	font-size: 0.9em;
}
.sec_p{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.sec_p:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 95px; 
	  height: 3.5px; 
	  width: 120px;
}
.testimonials_1_para_1{
	font-family: open_sans_light;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-top: 10px;
	font-weight: 600;
	word-spacing: 1px;
}

/* client testimonials ends */


/* About Ralecon Leading starts */

.section_7{
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.inner_section_7{
	width: 1200px;
	margin:10px auto;
}
.inner_section_7_head{
	text-align: center;
	font-family: raleway_bold;
	font-size: 1.5em;
	color: #3c91e6;
	margin-top: 25px;
}
.inner_section_7_para{
	text-align: justify;
	font-family: open_sans_regular;
	margin: 15px 0px 0px 0px;
	line-height: 23px;
	font-size: 0.95em;
	font-weight: 500;
	color: #5b5555;
}
.testimonial_read_more{
	float: right;
	font-family: open_sans_semi_bold;
}
.testimonial_read_more span p {
	background-color: #7db41a;
	color: #fff;
	font-size: 0.8em;
	padding: 4px 10px;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
#hidden_para{
	text-align: justify;
    font-family: open_sans_regular;
    margin: 10px 0px 0px 15px;
    line-height: 23px;
    font-size: 0.95em;
    font-weight: 500;
    color: #5b5555;
    display: none;

}
#hidden_para > ul > li {
	padding-top: 5px;
}


/* About Ralecon Leading ends */

/* Footer links starts */

.section_8{
	width: 100%;
	float: left;
}
.inner_section_8{
	width: 100%;
	float: left;
	background-color: #323232;
	border-top: 8px solid #7db41a;
	padding-bottom: 30px;
}
.section_8_container{
	width: 1200px;
	margin: 0px auto;
}
.section_8_content{
	margin-top: 55px;
}
.section_8_content a{
	color: #fff;
}
.section_8_content_part_1{
	float: left;
	font-family: open_sans_light;
	width: 15%;
}
.section_8_content_part_1_items{
	border-top: 1px solid #fff;
	padding: 10px 18px;

}
#section_8_content_part_1_items_last{
	border-bottom: 1px solid #fff;
}
.section_8_content_part_2{
	width:  19%;
	float: left;
	margin: 0px 0px 0px 45px;
}
.section_8_content_part_2_head{
	font-family: open_sans_regular;
	padding-bottom: 15px;
}
.section_8_content_part_2_head{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.section_8_content_part_2_head:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 0px; 
	  height: 4px; 
	  width: 50px;
}
.section_8_content_part_2_items{
	font-family: open_sans_light;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	padding: 4px 0px;
}
#section_8_content_part_2_items_top{
	margin-top: 15px;
}
.section_8_content_part_3{
	width: 21%;
	float: left;
	margin: 0px 0px 0px 25px;
}
.section_8_content_part_3_head{
	font-family: open_sans_regular;
	padding-bottom: 15px;
}
.section_8_content_part_3_head{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.section_8_content_part_3_head:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 0px; 
	  height: 4px; 
	  width: 50px;
}
.section_8_content_part_3_items{
	font-family: open_sans_light;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	padding: 4px 0px;
}
#section_8_content_part_3_items_top{
	margin-top: 15px;
}
#section_8_content_part_3_head_sec{
	margin-top: 20px;
}

.section_8_content_part_4{
	width: 13%;
	float: left;
	margin: 0px 0px 0px 5px;
}
.section_8_content_part_4_head{
	font-family: open_sans_regular;
	padding-bottom: 15px;
}
.section_8_content_part_4_head{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.section_8_content_part_4_head:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 0px; 
	  height: 4px; 
	  width: 50px;
}
.section_8_content_part_4_items{
	font-family: open_sans_light;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	padding: 4px 0px;
}
#section_8_content_part_4_items_top{
	margin-top: 15px;
}

.section_8_content_part_5{
	width: 15%;
	float: left;
	margin: 0px 0px 0px 10px;
	border-left: 1px solid #555555;
	padding-left: 15px;
}
.section_8_content_part_5_head{
	font-family: open_sans_regular;
	padding-bottom: 15px;
}
.section_8_content_part_5_head{
  position: relative;
} 
/* Main div for border to extend to 50% from bottom left corner */
.section_8_content_part_5_head:after {
	  content:""; 
	  background: #9fd356; 
	  position: absolute; 
	  bottom: 0; 
	  left: 0px; 
	  height: 4px; 
	  width: 50px;
}
.section_8_content_part_5{
	width: 23%;
	float: left;
}
.section_8_content_part_5_items{
	border-top: 1px solid #fff;
	font-family: open_sans_regular;
	padding:10px 0px;
	font-size: 0.85em;
	line-height: 16px;
}
#section_8_content_part_5_items_top{
	margin-top: 20px;
}
#section_8_content_part_5_items_last{
	border-bottom: 1px solid #fff;
}
.bottom_line{
	font-family: open_sans_semi_bold;
	margin-top: 35px;
	margin-bottom: 5px;
}
.bottom_line a {
	color: #7db41a;
}
.bottom_line_1{
	font-family: open_sans_light;
	padding-top: 5px;
	font-size: 0.85em;
}

/* Footer links ends */

/* move to top starts */
#top_icon{
	float: right;
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 99999;
	text-decoration: none;
}
#top_icon img{
	width: 30px;
}
.toTop{
	display: none;
}

@-webkit-keyframes top_icon {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes top_icon {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
#top_icon{
-webkit-animation-name: top_icon;
  animation-name: top_icon;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


/* move to top ends */

/* copyright starts */

.copyright_footer{
	width: 100%;
	float: left;
	background-color: #252525;
	text-align: center;
	color: #fff;
	padding: 10px 0px;	
	font-family: open_sans_light;
	font-size: 0.75em;
}


/* copyright ends */


/* loading screen css starts */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_1.gif) center no-repeat #fff;
	background-color: #fff;
	z-index: 99999999999999999;
}

/* loading screen css ends */

/* quick enquiry form starts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

#myModal{
	z-index: 999999999999!important;
	width: 100%;
}
.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  
}
#contact h4{
	color: #333;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "open_sans_regular", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #333;
  font-family: raleway_semi_bold;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: open_sans_regular;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 0px auto;
    border: 1px solid #888;
    width: 30%;
}
/* The Close Button */
.close {
    color: #333!important;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
     text-decoration: none;
     opacity: 0.8;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.select_list_field{
	width: 100%;
	font-family: open_sans_regular;
	color: #888888;
	font-size: 0.75em;
	border:1px solid #ccc;
	padding:10px!important;
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #fff;
	font-weight: 600;
}
.custom_btn_position{
	position: fixed !important;
	right: -57px;
	top: 37%;
	z-index: 999999;
	 -ms-transform:rotate(-90deg); /* IE 9 */
  -moz-transform:rotate(-90deg); /* Firefox */
  -webkit-transform:rotate(-90deg); /* Safari and Chrome */
  -o-transform:rotate(-90deg); /* Opera */
  background-color: #028F01;
  border-style: none;
  color: #fff;
  padding:0px 8px 0px 8px;
  font-family: raleway_medium;
  letter-spacing: 1px;
  font-size: 1em;
  height: 40px;
  font-weight: bold;

}

/* quick enquiry form ends */

/* css */

#main_res_menu{
	display: none;
}


/* Responsive css starts */

@media screen and (max-width: 1000px) {
    html, body {
    overflow-x: hidden;
}
.ralecon_logo > a > img {
    width: 19%;
    float: left;
    margin: 0.5% 0% 0.3% 3%;
}
.nav_bar_items{
    width: 818px;
    margin: 0px auto;
}
.nav_bar_menu{
	padding: 2% 2%;
}
.section_2_part{
	width: 40%;
    float: left;
    margin-left: 6%;
}
.full_section_2{
	width: 100%;
	margin:0px auto;

}
.inner_section_3{
	width: 100%;
}
.services_content_1{
	width: 80%;
    padding-right: 0px;
    margin: 30px auto;
    float: none;
}
.services_content_1:after{
	display: none;
}
.services_content_2 {
    width: 80%;
    margin-top: 30px;
    float: none;
    padding-left: 0px;
    margin: 86px auto;
}
.services_content_1_img{
	float: left;
    width: 18%;
    margin-right: 18px;
}
.services_content_1_img > img {
    width: 100%;
    margin: 0px 15px 0px 0px;
}
.services_content_2_img{
	float: left;
    width: 18%;
    margin-right: 18px;
}
.services_content_2_img > img {
    width: 100%;
    margin: 0px 15px 0px 0px;
}
.inner_section_4{
	width: 100%;
}

.section_4_heading{
	top: 199px;
    left: -505px;
    width: 200px;
}
.news_section {
    padding-left: 16px;
  }
.news_section{
	width: 27%;
}
.news_section_img img{
	width: 100%;
}
.news_section_img{
	margin-right: 10px;
	width: 30%;
}

.news_section_para {
    width: 65%;
    font-family: open_sans_regular;
    font-size: 0.70em;
    margin-left: 0px;
    line-height: 15px;
    letter-spacing: 0.5px;
    float: left;
}
.inner_section_5{
  	width: 100%;
  }
  .inner_section_5_head:after{
  	left: 48%;
  }
 .clients_logo{
 	width: 100%;
 }
 .clients_logo_1{
	padding: 2% 8.5%;
    width: 18%;
 }
.inner_section_6{
	width: 100%;
}
.inner_section_6_head:after{
	left: 48%;
}
.testimonials_1 {
    width: 28%;
    float: left;
    margin: 30px 12px -25px 30px;
    height: auto;
}
.testimonial_border{
	height: auto;
}
.inner_section_7{
	width: 100%;
	padding:0px 45px;
}
.section_8_container{
	width: 100%;
	padding: 0px 15px;
}
.custom_btn_position{
	right: -62px;
	height: 30px;
}
#top_icon{
	right: 6px;
}
.section_8_content_part_1_items {
    border-top: 1px solid #fff;
    padding: 10px 2px;
}
.section_8_content_part_2 {
    width: 20%;
    float: left;
    margin: 0px 0px 0px 20px;
}
.section_8_content_part_3 {
    width: 22%;
    float: left;
    margin: 0px 0px 0px 20px;
}
.section_8_content_part_4 {
    margin: 0px 0px 0px 0px;
}
.section_8_content_part_5{
	margin: 0px 0px 0px 5px;
	padding-left: 10px;
}
#slider5{
	margin-left: 24px;
    margin-right: 24px;
}
.inner_certificate{
	width: 100%;
	margin:none;
}
#slider_certificate {
    float: left !important;
    width: 200px !important;
    margin-left: 19px;
}

}

@media screen and (max-width: 768px) {
    html, body {
    overflow-x: hidden;
}
.section_2_part {
    width: 50%;
    float: left;
    margin-left: 0px; 
}
.inner_section_2_part_1 {
    border-width: 0.5px;
    border-color: rgb(214, 214, 214);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 13.86px 0.14px rgba(0, 0, 0, 0.2);
    width: 330px;
    text-align: center;
    padding-bottom: 12px;
    float: left;
    margin-left: 7%;
   margin-right: 0px;
    margin-top: 35px;
}
.google_partner{
	    float: left;
    width: 100%;
}
.inner_section_2_odd {
    color: #fff;
    background-color: #2E74A7;
    padding: 10px 15px;
    margin-top: 10px;
    font-family: open_sans_regular;
    line-height: 20px;
    font-size: 1.1em;
}
.section_3_heading {
    text-align: center;
    width: 332px;
    margin: 0px auto;
    font-family: raleway_extra_bold;
    font-size: 2em;
    margin-top: 40px;
    padding-bottom: 10px;
}
#slider_certificate {
    float: left !important;
    width: 275px !important;
    margin-left: 19px;
}
#slider5 {
    margin-left: 12%;
    margin-right: 10%;
}
#top_icon {
    right: 6px;
    bottom: 15px;
}

.map_section {
    float: left;
    width: 100%;
}
.news_section {
    width: 100%;
}
.news_section {
    padding-left: 50px;
}
.section_4_heading {
    top: -192px;
    left: 227px;
    width: 200px;
}	
.news_section_part_1 {
    float: left;
    margin-top: 15px;
    border-top: 1px solid #fff;
    padding: 15px 0px 0px 0px;
    color: #fff;
    width: 70%;
}
.news_section_para {
    width: 65%;
    font-family: open_sans_regular;
    font-size: 1em;
    margin-left: 0px;
    line-height: 24px;
    letter-spacing: 0.5px;
    float: left;
}
.clients_logo {
    width: 100%;
    float: left;
    
}
.clients_logo_1 {
    float: left;
    width: 33%;
        padding: 2% 8.5% 0% 8.5%;
}
.clients_logo_1 img {
    width: 125px!important;
    }

   #testimonials_1_last{
   	display: none;
   }

   .testimonials_1 {
    width: 44%;
    float: left;
    margin: 30px 12px -25px 20px;
    height: auto;
}
.sec_p:after {
    content: "";
    background: #9fd356;
    position: absolute;
    bottom: 0;
    left: 95px;
    height: 3.5px;
    width: 120px;
}
#section_8_resp{
	display: none;

}
.section_8_content_part_1 {
    float: left;
    font-family: open_sans_light;
    width: 22%;
}
.section_8_content_part_2 {
    width: 26%;
    float: left;
    margin: 0px 0px 0px 20px;
}
.section_8_content_part_3 {
    width: 26%;
    float: left;
    margin: 0px 0px 0px 20px;
}
.section_8_content_part_4 {
    width: 17%;
    float: left;
    margin: 0px 0px 0px 5px;
}
#last_client_logo{
	display: none;
}
.ralecon_logo > a > img {
    width: 19%;
    float: left;
    margin: 1.5% 0% 0% 3%;
}
.header_icon {
    float: right;
    font-family: open_sans_semi_bold;
    margin: 11px 0px 0px 0px;
}

	.call_icon > a > img {
	    padding-left: 8px;
	    width: 40px;
	} 
	.call_para {
	    font-size: 0.75em;
	    margin-top: 0px;
	    color: #444444;
	}
	.call_para_2 {
	    font-size: 0.8em;
	    margin-top: 5px;
	    color: #7db41a;
	}
.header_para {
    padding-left: 7px;
    padding-right: 7px;
}
.mail_icon > a > img {
    padding-left: 8px;
    width: 40px;
} 
.mail_para {
    font-size: 0.75em;
    margin-top: 0px;
    color: #444444;
}
.mail_para_2 {
    font-size: 0.8em;
    margin-top: 5px;
    color: #7db41a;
}
#SkypeButton_Call_sethu_int_1 > p > a > img{
	width: 35px!important;
}
.skype_para {
    font-size: 0.75em;
 	margin-top: 0px; 
    color: #444444;
}
.skype_para_2 {
    font-size: 0.8em;
    color: #7db41a;
    margin-top: 5px;
}
.modal-content{
	width: 75%;
}

}

@media screen and (max-width: 468px) {
    html, body {
    overflow-x: hidden;
}
.callbacks_nav{
	display: none!important;
}
.callbacks_nav{
	display: none!important;
}
.custom_btn_position {
    right: -65px;
    height: 30px;
}
#submit_btn > input{
	  padding: 10px;
    border-style: none;
    background-color: #70B944;
    color: #fff;
    font-family: raleway_extra_bold;
    font-size: 1.5em;
}
.section_2_heading{
	font-size: 1.5em;
	text-align: center;
}
.section_3_heading{
	font-size: 1.5em;
	text-align: center;
}
.inner_section_5_head{
	font-size: 1.5em;
	text-align: center;
}
.inner_section_6_head{
	font-size: 1.5em;
	text-align: center;
	padding: 0px 10px 10px 10px;

}
.inner_section_6_head:after{
	left: 42%;
}
.inner_section_2_part_1{
	margin-top: 20px;
}
.inner_section_5_head:after{
	left: 42%;
}
.services_content_1_para{
	    font-size: 1em;
    text-align: center;
}
.services_content_1_para_2{
	font-size: 1em;
    text-align: center;
}
  .section_2_heading:after{
  	left: 42%;
  }
  #mob_res_footer{
  	display: none;
  }
.bt-menu-trigger span {
    position: absolute;
    top: 33%;
    left: 13px;
    display: block;
    width: 70%;
    height: 4px;
    margin-top: -2px;
    background-color: #c1c1c1;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.bt-menu-trigger span:before, .bt-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c1c1c1;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.ralecon_logo {
    
    float: right;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999999999999999999;
}
.ralecon_logo > a > img {
    width: 48%;
      float: none;
    margin: 1% 26% 0% 26%;
}

.navigation_bar{
	display: none;
}
#main_resp_nab_bar{
	display: block;
}
.modal-content {
    width: 90%;
    z-index:999999999999999999; 
}
.call_icon > a {
	display: none;
}
.mail_icon > a {
	display: none;
}
.skype_icon > a {
	display: none;
}
.skype_icon{
	margin-right: 0px;
}
.header_icon {
    float: none;
    font-family: open_sans_semi_bold;
    margin: 72px auto 0px auto;
    width:295px;
}
#wrapper {
    padding: 15px 0px 0px 0px;
    float: left;
}
.full_section_2{
	float: left;
}
.section_2_part {
    width: 93%;
    
    margin: 0px auto;
}
.inner_section_2_part_1{
	width: inherit;
}
.section_2_part_1_content:after{
	left: 41%;
}
.section_3_heading{
	margin-bottom: 10px;
}
#slider_certificate{
	width: 150px !important;
	margin-bottom: 20px;
}
.outer_certificate{
	margin-bottom: 8px;
}
.call_to_action iframe{
	width: 100% !important;
	height: 450px !important;
}
.services_content_1_img {
    float: left;
    width: 37%;
    margin-right: 14px;
}
.services_content_1_para{
	padding-top: 10px;
}
.services_content_2_img {
    float: left;
    width: 37%;
    margin-right: 14px;
}
.services_content_2_para_2{
	padding-top: 0px;
}
.services_content_2_para{
	font-size: 0.9em;
	line-height: 22px;
}
.services_content_2_para_2{
	font-size: 0.9em;
	line-height: 22px;
}

.services_content_1_img {
   float: none;
    width: 100%;
    text-align: center;
    margin-right: 0px;
}
.services_content_1_img > img {
    width: 45%;
    margin: 0px 15px 0px 0px;
}
.services_content_2_img {
   float: none;
    width: 100%;
    text-align: center;
    margin-right: 0px;
}
.services_content_2_img > img {
    width: 45%;
    margin: 0px 15px 0px 0px;
}
.callbacks li{ 
    width: 100%;
    margin: 0px auto;
}
#slider5{
	width: 80%!important;
	margin:0px auto 0px auto!important;	
}
.section_4_heading {
    top: -135px;
    left: 85px;
    width: 200px;
}
.clients_logo{
	width: 100%;
	margin:9px auto;
}
.clients_logo_1 {
    float: left;
    width: 50%;
    padding: 2% 8.5% 0% 8.5%;
    margin-top: 15px;
}
.inner_section_6_head {
    margin-bottom: 20px;
}
.clients_logo_1 img {
    width: 150px!important;
}
.testimonials_1 {
    margin: 0px 12px 0px 12px!important;
}
.testimonials_1{
	width: 92%;
	height: 400px;
}
.sec_p:after{
 left: 32%;
}
.section_8_content_part_1 {
    float: left;
    font-family: open_sans_light;
    width: 34%;
    margin-left: 20px;
}
.section_8_content_part_2 {
    width: 50%;
    float: left;
    margin: 0px 0px 0px 30px;
}
.section_8_content_part_3 {
    width: 68%;
    float: left;
    margin: 25px 0px 0px 20px;
}
.section_8_content_part_4 {
    width: 50%;
    float: left;
    margin: 25px 0px 0px 20px;
}
.section_8_content {
    margin-top: 30px;
}
}



@media screen and (max-width: 415px) {
    html, body {
    overflow-x: hidden;
}
#slider_certificate {
    width: 133px!important;

}
.section_4_heading {
    top: -135px;
    left: 43px;
    width: 200px;
}

}

@media screen and (max-width: 376px) {
    html, body {
    overflow-x: hidden;
}
#slider_certificate {
    width: 120px!important;

}
#submit_btn > input {
    width: 105px!important;
}
.section_4_heading {
    top: -106px;
    left: 26px;
    width: 200px;
}
.clients_logo_1 {
    float: left;
    width: 50%;
    padding: 2% 8.5% 0% 5.5%;
    margin-top: 15px;
}

}

@media screen and (max-width: 321px) {
    html, body {
    overflow-x: hidden;
}
#slider_certificate {
    width: 100px!important;
}
.header_icon {

    padding: 0px 0px 0px 0px;
}
.skype_icon{
	margin-right: 0px;
}
.text{
	font-size: 15px;
}

.shape {
    fill: transparent;
    stroke-dasharray: 140 540;
    stroke-dashoffset: -500;
    stroke-width: 6px;
    stroke: #94ED13;
}
.section_4_heading{
    top: -87px;
    left: 26px;
    width: 200px;
}
.map_section{
	display: none;
}

.section_4_heading{
	display: none;
}
.news_section {
    
    margin-top: 25px!important;
}
.news_section_img {
    margin-right: 10px;
    width: 85%;
}
.news_section_para {
    width: 100%;
	    }

.clients_logo_1 img {
    width: 108px!important;
}
.testimonials_1 {
    width: 92%;
    float: left;
    margin: 12px 0px -50px 15px;
    height: 450px;
}


.section_8_content_part_1 {
    float: left;
    font-family: open_sans_light;
    width: 76%;
    margin-left: 25px;
    text-align: center;
}
.section_8_content_part_2 {
    width: 77%;
    float: left;
    margin: 25px 0px 0px 25px;
}
.section_8_content_part_3{
	display: none;
}

.section_8_content_part_4 {
    width: 60%;
    float: left;
    margin: 25px 0px 0px 25px;
}


}


@media screen and (max-width: 419px) {
    html, body {
    overflow-x: hidden;
}
.testimonials_1 {
   
    margin: 30px 12px 0px 20px;
   
}
.section_4_heading {
    top: -114px;
    left: 44px;
    width: 200px;
}

}


@media screen and (max-width: 408px) {
    html, body {
    overflow-x: hidden;
}

.news_section{
	margin-top: -48px;
}
.testimonials_1 {
    margin: 0px 12px 0px 20px;
}
.inner_section_6_head{
	margin-bottom: 20px;
}
.news_section_part_1{
	width: 86%;
}
#submit_btn > input {
    width: 100px!important;
}

}

@media screen and (max-width: 380px) {
    html, body {
    overflow-x: hidden;
}
#slider_certificate {
    width: 120px!important;
}
.text{
	font-size: 18px;
}
.shape {
    fill: transparent;
    stroke-dasharray: 140 540;
    stroke-dashoffset: -491;
}
.clients_logo_1 img {
    width: 120px!important;
}
.clients_logo_1 {
    float: left;
    width: 48%;
  }

}
@media screen and (max-width: 374px) {
    html, body {
    overflow-x: hidden;
}
  .section_8_content_part_1 {
    float: left;
    font-family: open_sans_light;
    width: 83%;
    margin-left: 25px;
    text-align: center;
}
.section_8_content_part_2 {
    width: 78%;
    float: left;
    margin: 20px 0px 0px 30px;
}
.section_8_content_part_3 {
    width: 80%;
    float: left;
    margin: 25px 0px 0px 30px;
}
.section_8_content_part_4 {
    width: 55%;
    float: left;
    margin: 25px 0px 0px 30px;
}



}

@media screen and (max-width: 348px) {
    html, body {
    overflow-x: hidden;
}
#slider_certificate {
    width: 110px!important;
}
#slider_certificate {
    width: 96px!important;
}



}





/* Responsive css ends */

/* call to action thankyou_2 starts */
.call_to_action_content_1 > p{
font-family: raleway_extra_bold;
    font-size: 2em;
    padding: 34px 0px;
    color: #fff;


}
/* call to action thankyou_2 starts */


